@charset "UTF-8";/*!
 
 */
@font-face {
    font-family: MWF-FLUENT-ICONS;
    src: url(resources/fonts/MWFFluentIcons.woff2) format("woff2"),url(resources/fonts/MWFFluentIcons.woff) format("woff"),url(resources/fonts/MWFFluentIcons.ttf) format("truetype")
}

@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI"),url(resources/fonts/normal/latest.woff2) format("woff2"),url(resources/fonts/normal/latest.woff) format("woff"),url(resources/fonts/normal/latest.ttf) format("ttf");
    font-weight: 400
}

@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI"),url(resources/fonts/light/latest.woff2) format("woff2"),url(resources/fonts/light/latest.woff) format("woff"),url(resources/fonts/light/latest.ttf) format("ttf");
    font-weight: 100
}

@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI"),url(resources/fonts/semilight/latest.woff2) format("woff2"),url(resources/fonts/semilight/latest.woff) format("woff"),url(resources/fonts/semilight/latest.ttf) format("ttf");
    font-weight: 200
}

@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI"),url(resources/fonts/semibold/latest.woff2) format("woff2"),url(resources/fonts/semibold/latest.woff) format("woff"),url(resources/fonts/semibold/latest.ttf) format("ttf");
    font-weight: 600
}

@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI"),url(resources/fonts/bold/latest.woff2) format("woff2"),url(resources/fonts/bold/latest.woff) format("woff"),url(resources/fonts/bold/latest.ttf) format("ttf");
    font-weight: 700
}

*,::after,::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: "Segoe UI",SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff
}

html:not([dir=rtl]) body {
    text-align: left
}

html[dir=rtl] body {
    text-align: right
}

[contentEditable=true]:focus,[tabindex]:focus,a[href]:focus,area[href]:focus,button:focus,iframe:focus,input:focus,select:focus,textarea:focus {
    outline: .1875rem dotted currentColor
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem
}

html:not([dir=rtl]) dd {
    margin-left: 0
}

html[dir=rtl] dd {
    margin-right: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0067b8
}

code,kbd,pre,samp {
    font-family: SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img,svg {
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: #000;
    caption-side: bottom
}

html:not([dir=rtl]) caption {
    text-align: left
}

html[dir=rtl] caption {
    text-align: right
}

th {
    text-align: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

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]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

[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=date],input[type=datetime-local],input[type=month],input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    font-size: inherit;
    line-height: inherit
}

progress {
    vertical-align: baseline
}

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: .75rem;
    padding-left: .75rem
}

@media (min-width: 1084px) {
    .container {
        padding-right:5%;
        padding-left: 5%;
        width: 90%;
        box-sizing: content-box
    }
}

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

.container-fluid,.container-xl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: .75rem;
    padding-left: .75rem
}

@media (min-width: 1084px) {
    .container-fluid,.container-xl {
        padding-right:5%;
        padding-left: 5%;
        width: 90%;
        box-sizing: content-box
    }
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1600px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem
}

.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: .75rem;
    padding-left: .75rem
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    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%
}

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

html:not([dir=rtl]) .offset-1 {
    margin-left: 8.33333%
}

html[dir=rtl] .offset-1 {
    margin-right: 8.33333%
}

html:not([dir=rtl]) .offset-2 {
    margin-left: 16.66667%
}

html[dir=rtl] .offset-2 {
    margin-right: 16.66667%
}

html:not([dir=rtl]) .offset-3 {
    margin-left: 25%
}

html[dir=rtl] .offset-3 {
    margin-right: 25%
}

html:not([dir=rtl]) .offset-4 {
    margin-left: 33.33333%
}

html[dir=rtl] .offset-4 {
    margin-right: 33.33333%
}

html:not([dir=rtl]) .offset-5 {
    margin-left: 41.66667%
}

html[dir=rtl] .offset-5 {
    margin-right: 41.66667%
}

html:not([dir=rtl]) .offset-6 {
    margin-left: 50%
}

html[dir=rtl] .offset-6 {
    margin-right: 50%
}

html:not([dir=rtl]) .offset-7 {
    margin-left: 58.33333%
}

html[dir=rtl] .offset-7 {
    margin-right: 58.33333%
}

html:not([dir=rtl]) .offset-8 {
    margin-left: 66.66667%
}

html[dir=rtl] .offset-8 {
    margin-right: 66.66667%
}

html:not([dir=rtl]) .offset-9 {
    margin-left: 75%
}

html[dir=rtl] .offset-9 {
    margin-right: 75%
}

html:not([dir=rtl]) .offset-10 {
    margin-left: 83.33333%
}

html[dir=rtl] .offset-10 {
    margin-right: 83.33333%
}

html:not([dir=rtl]) .offset-11 {
    margin-left: 91.66667%
}

html[dir=rtl] .offset-11 {
    margin-right: 91.66667%
}

@media (min-width: 540px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        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
    }

    html:not([dir=rtl]) .offset-sm-0 {
        margin-left: 0
    }

    html[dir=rtl] .offset-sm-0 {
        margin-right: 0
    }

    html:not([dir=rtl]) .offset-sm-1 {
        margin-left: 8.33333%
    }

    html[dir=rtl] .offset-sm-1 {
        margin-right: 8.33333%
    }

    html:not([dir=rtl]) .offset-sm-2 {
        margin-left: 16.66667%
    }

    html[dir=rtl] .offset-sm-2 {
        margin-right: 16.66667%
    }

    html:not([dir=rtl]) .offset-sm-3 {
        margin-left: 25%
    }

    html[dir=rtl] .offset-sm-3 {
        margin-right: 25%
    }

    html:not([dir=rtl]) .offset-sm-4 {
        margin-left: 33.33333%
    }

    html[dir=rtl] .offset-sm-4 {
        margin-right: 33.33333%
    }

    html:not([dir=rtl]) .offset-sm-5 {
        margin-left: 41.66667%
    }

    html[dir=rtl] .offset-sm-5 {
        margin-right: 41.66667%
    }

    html:not([dir=rtl]) .offset-sm-6 {
        margin-left: 50%
    }

    html[dir=rtl] .offset-sm-6 {
        margin-right: 50%
    }

    html:not([dir=rtl]) .offset-sm-7 {
        margin-left: 58.33333%
    }

    html[dir=rtl] .offset-sm-7 {
        margin-right: 58.33333%
    }

    html:not([dir=rtl]) .offset-sm-8 {
        margin-left: 66.66667%
    }

    html[dir=rtl] .offset-sm-8 {
        margin-right: 66.66667%
    }

    html:not([dir=rtl]) .offset-sm-9 {
        margin-left: 75%
    }

    html[dir=rtl] .offset-sm-9 {
        margin-right: 75%
    }

    html:not([dir=rtl]) .offset-sm-10 {
        margin-left: 83.33333%
    }

    html[dir=rtl] .offset-sm-10 {
        margin-right: 83.33333%
    }

    html:not([dir=rtl]) .offset-sm-11 {
        margin-left: 91.66667%
    }

    html[dir=rtl] .offset-sm-11 {
        margin-right: 91.66667%
    }
}

@media (min-width: 860px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        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
    }

    html:not([dir=rtl]) .offset-md-0 {
        margin-left: 0
    }

    html[dir=rtl] .offset-md-0 {
        margin-right: 0
    }

    html:not([dir=rtl]) .offset-md-1 {
        margin-left: 8.33333%
    }

    html[dir=rtl] .offset-md-1 {
        margin-right: 8.33333%
    }

    html:not([dir=rtl]) .offset-md-2 {
        margin-left: 16.66667%
    }

    html[dir=rtl] .offset-md-2 {
        margin-right: 16.66667%
    }

    html:not([dir=rtl]) .offset-md-3 {
        margin-left: 25%
    }

    html[dir=rtl] .offset-md-3 {
        margin-right: 25%
    }

    html:not([dir=rtl]) .offset-md-4 {
        margin-left: 33.33333%
    }

    html[dir=rtl] .offset-md-4 {
        margin-right: 33.33333%
    }

    html:not([dir=rtl]) .offset-md-5 {
        margin-left: 41.66667%
    }

    html[dir=rtl] .offset-md-5 {
        margin-right: 41.66667%
    }

    html:not([dir=rtl]) .offset-md-6 {
        margin-left: 50%
    }

    html[dir=rtl] .offset-md-6 {
        margin-right: 50%
    }

    html:not([dir=rtl]) .offset-md-7 {
        margin-left: 58.33333%
    }

    html[dir=rtl] .offset-md-7 {
        margin-right: 58.33333%
    }

    html:not([dir=rtl]) .offset-md-8 {
        margin-left: 66.66667%
    }

    html[dir=rtl] .offset-md-8 {
        margin-right: 66.66667%
    }

    html:not([dir=rtl]) .offset-md-9 {
        margin-left: 75%
    }

    html[dir=rtl] .offset-md-9 {
        margin-right: 75%
    }

    html:not([dir=rtl]) .offset-md-10 {
        margin-left: 83.33333%
    }

    html[dir=rtl] .offset-md-10 {
        margin-right: 83.33333%
    }

    html:not([dir=rtl]) .offset-md-11 {
        margin-left: 91.66667%
    }

    html[dir=rtl] .offset-md-11 {
        margin-right: 91.66667%
    }
}

@media (min-width: 1084px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        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
    }

    html:not([dir=rtl]) .offset-lg-0 {
        margin-left: 0
    }

    html[dir=rtl] .offset-lg-0 {
        margin-right: 0
    }

    html:not([dir=rtl]) .offset-lg-1 {
        margin-left: 8.33333%
    }

    html[dir=rtl] .offset-lg-1 {
        margin-right: 8.33333%
    }

    html:not([dir=rtl]) .offset-lg-2 {
        margin-left: 16.66667%
    }

    html[dir=rtl] .offset-lg-2 {
        margin-right: 16.66667%
    }

    html:not([dir=rtl]) .offset-lg-3 {
        margin-left: 25%
    }

    html[dir=rtl] .offset-lg-3 {
        margin-right: 25%
    }

    html:not([dir=rtl]) .offset-lg-4 {
        margin-left: 33.33333%
    }

    html[dir=rtl] .offset-lg-4 {
        margin-right: 33.33333%
    }

    html:not([dir=rtl]) .offset-lg-5 {
        margin-left: 41.66667%
    }

    html[dir=rtl] .offset-lg-5 {
        margin-right: 41.66667%
    }

    html:not([dir=rtl]) .offset-lg-6 {
        margin-left: 50%
    }

    html[dir=rtl] .offset-lg-6 {
        margin-right: 50%
    }

    html:not([dir=rtl]) .offset-lg-7 {
        margin-left: 58.33333%
    }

    html[dir=rtl] .offset-lg-7 {
        margin-right: 58.33333%
    }

    html:not([dir=rtl]) .offset-lg-8 {
        margin-left: 66.66667%
    }

    html[dir=rtl] .offset-lg-8 {
        margin-right: 66.66667%
    }

    html:not([dir=rtl]) .offset-lg-9 {
        margin-left: 75%
    }

    html[dir=rtl] .offset-lg-9 {
        margin-right: 75%
    }

    html:not([dir=rtl]) .offset-lg-10 {
        margin-left: 83.33333%
    }

    html[dir=rtl] .offset-lg-10 {
        margin-right: 83.33333%
    }

    html:not([dir=rtl]) .offset-lg-11 {
        margin-left: 91.66667%
    }

    html[dir=rtl] .offset-lg-11 {
        margin-right: 91.66667%
    }
}

@media (min-width: 1400px) {
    .col-xl {
        flex-basis:0;
        flex-grow: 1;
        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
    }

    html:not([dir=rtl]) .offset-xl-0 {
        margin-left: 0
    }

    html[dir=rtl] .offset-xl-0 {
        margin-right: 0
    }

    html:not([dir=rtl]) .offset-xl-1 {
        margin-left: 8.33333%
    }

    html[dir=rtl] .offset-xl-1 {
        margin-right: 8.33333%
    }

    html:not([dir=rtl]) .offset-xl-2 {
        margin-left: 16.66667%
    }

    html[dir=rtl] .offset-xl-2 {
        margin-right: 16.66667%
    }

    html:not([dir=rtl]) .offset-xl-3 {
        margin-left: 25%
    }

    html[dir=rtl] .offset-xl-3 {
        margin-right: 25%
    }

    html:not([dir=rtl]) .offset-xl-4 {
        margin-left: 33.33333%
    }

    html[dir=rtl] .offset-xl-4 {
        margin-right: 33.33333%
    }

    html:not([dir=rtl]) .offset-xl-5 {
        margin-left: 41.66667%
    }

    html[dir=rtl] .offset-xl-5 {
        margin-right: 41.66667%
    }

    html:not([dir=rtl]) .offset-xl-6 {
        margin-left: 50%
    }

    html[dir=rtl] .offset-xl-6 {
        margin-right: 50%
    }

    html:not([dir=rtl]) .offset-xl-7 {
        margin-left: 58.33333%
    }

    html[dir=rtl] .offset-xl-7 {
        margin-right: 58.33333%
    }

    html:not([dir=rtl]) .offset-xl-8 {
        margin-left: 66.66667%
    }

    html[dir=rtl] .offset-xl-8 {
        margin-right: 66.66667%
    }

    html:not([dir=rtl]) .offset-xl-9 {
        margin-left: 75%
    }

    html[dir=rtl] .offset-xl-9 {
        margin-right: 75%
    }

    html:not([dir=rtl]) .offset-xl-10 {
        margin-left: 83.33333%
    }

    html[dir=rtl] .offset-xl-10 {
        margin-right: 83.33333%
    }

    html:not([dir=rtl]) .offset-xl-11 {
        margin-left: 91.66667%
    }

    html[dir=rtl] .offset-xl-11 {
        margin-right: 91.66667%
    }
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2
}

.h6,h6 {
    font-size: 1.0625rem;
    margin-bottom: .5rem
}

@media (min-width: 1084px) {
    .h6,h6 {
        font-size:1.125rem;
        margin-bottom: .5rem
    }
}

@media (min-width: 1400px) {
    .h6,h6 {
        font-size:1.1875rem;
        margin-bottom: .5rem
    }
}

.h5,h5 {
    font-size: 1.125rem;
    margin-bottom: .5rem
}

@media (min-width: 1084px) {
    .h5,h5 {
        font-size:1.1875rem;
        margin-bottom: .5rem
    }
}

@media (min-width: 1400px) {
    .h5,h5 {
        font-size:1.3125rem;
        margin-bottom: .5rem
    }
}

.h4,h4 {
    font-size: 1.1875rem;
    margin-bottom: .5rem
}

@media (min-width: 1084px) {
    .h4,h4 {
        font-size:1.3125rem;
        margin-bottom: .5rem
    }
}

@media (min-width: 1400px) {
    .h4,h4 {
        font-size:1.5rem;
        margin-bottom: .75rem
    }
}

.h3,h3 {
    font-size: 1.3125rem;
    margin-bottom: .5rem
}

@media (min-width: 1084px) {
    .h3,h3 {
        font-size:1.5rem;
        margin-bottom: .75rem
    }
}

@media (min-width: 1400px) {
    .h3,h3 {
        font-size:1.8125rem;
        margin-bottom: 1rem
    }
}

.h2,h2 {
    font-size: 1.5rem;
    margin-bottom: .75rem
}

@media (min-width: 1084px) {
    .h2,h2 {
        font-size:1.8125rem;
        margin-bottom: 1rem
    }
}

@media (min-width: 1400px) {
    .h2,h2 {
        font-size:2.3125rem;
        margin-bottom: 1.25rem
    }
}

.h1,h1 {
    font-size: 1.8125rem;
    margin-bottom: 1rem
}

@media (min-width: 1084px) {
    .h1,h1 {
        font-size:2.3125rem;
        margin-bottom: 1.25rem
    }
}

@media (min-width: 1400px) {
    .h1,h1 {
        font-size:3.125rem;
        margin-bottom: 1.5rem
    }
}

.display-4 {
    font-size: 2.3125rem;
    margin-bottom: 1.25rem
}

@media (min-width: 1084px) {
    .display-4 {
        font-size:3.125rem;
        margin-bottom: 1.5rem
    }
}

@media (min-width: 1400px) {
    .display-4 {
        font-size:4.4375rem;
        margin-bottom: 1.75rem
    }
}

.display-3 {
    font-size: 3.125rem;
    margin-bottom: 1.5rem
}

@media (min-width: 1084px) {
    .display-3 {
        font-size:4.4375rem;
        margin-bottom: 1.75rem
    }
}

@media (min-width: 1400px) {
    .display-3 {
        font-size:6.5625rem;
        margin-bottom: 2rem
    }
}

.display-2 {
    font-size: 4.4375rem;
    margin-bottom: 1.75rem
}

@media (min-width: 1084px) {
    .display-2 {
        font-size:6.5625rem;
        margin-bottom: 2rem
    }
}

@media (min-width: 1400px) {
    .display-2 {
        font-size:10rem;
        margin-bottom: 2.25rem
    }
}

.display-1 {
    font-size: 6.5625rem;
    margin-bottom: 2rem
}

@media (min-width: 1084px) {
    .display-1 {
        font-size:10rem;
        margin-bottom: 2.25rem
    }
}

@media (min-width: 1400px) {
    .display-1 {
        font-size:15.5625rem;
        margin-bottom: 2.5rem
    }
}

.lead {
    font-weight: 400
}

@media (min-width: 1084px) {
    .lead {
        font-size:1.25rem
    }
}

.small,small {
    font-size: .875rem;
    font-weight: inherit
}

.base {
    font-size: 1rem
}

@media (min-width: 1084px) {
    .large {
        font-size:1.125rem
    }
}

.mark,mark {
    background-color: #ffb900;
    box-shadow: 0 0 0 .2em #ffb900;
    color: #000
}

code {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #000;
    background-color: #f2f2f2;
    border-radius: .1rem;
    word-wrap: break-word
}

a>code {
    color: inherit
}

.theme-dark a>code {
    color: inherit
}

.theme-dark code {
    background-color: #171717;
    color: #fff
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #505050;
    border-radius: .1rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%
}

pre code {
    font-size: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.btn {
    display: inline-block;
    font-weight: 600;
    border: .125rem solid transparent;
    position: relative;
    border-radius: .125rem;
    background-color: inherit;
    color: inherit;
    text-decoration: none;
    padding: .625rem .75rem;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer
}

.btn.disabled,.btn:disabled {
    cursor: default;
    opacity: .3
}

.btn:focus {
    outline: .1875rem dotted currentColor;
    outline-offset: -.375rem
}

html:not([dir=rtl]) .btn.glyph-prepend {
    padding-left: calc(.75rem + 1.4375em)
}

html[dir=rtl] .btn.glyph-prepend {
    padding-right: calc(.75rem + 1.4375em)
}

html:not([dir=rtl]) .btn.glyph-append {
    padding-right: calc(.75rem + 1.4375em)
}

html[dir=rtl] .btn.glyph-append {
    padding-left: calc(.75rem + 1.4375em)
}

.btn::after,.btn::before {
    font-family: MWF-FLUENT-ICONS;
    position: absolute;
    top: 50%;
    margin-top: -.5em
}

html:not([dir=rtl]) .btn::before {
    left: .75rem
}

html[dir=rtl] .btn::before {
    right: .75rem
}

html:not([dir=rtl]) .btn::after {
    right: .75rem
}

html[dir=rtl] .btn::after {
    left: .75rem
}

a.btn.disabled,fieldset:disabled a.btn {
    pointer-events: none
}

.btn-brand,.btn-primary,.theme-dark .btn-brand,.theme-dark .btn-primary-alt {
    background-color: #0067b8;
    color: #fff!important
}

.btn-brand:hover,.btn-primary:hover,.theme-dark .btn-primary-alt:hover {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}

.active.btn-brand,.active.btn-primary,.theme-dark .active.btn-primary-alt {
    background-color: #fff;
    color: #0067b8!important;
    border-color: currentColor;
    background-image: linear-gradient(rgba(0,103,184,.15),rgba(0,103,184,.15))
}

.btn-brand:disabled,.btn-primary:disabled,.disabled.btn-brand,.disabled.btn-primary,.theme-dark .btn-primary-alt:disabled,.theme-dark .disabled.btn-primary-alt {
    box-shadow: none;
    background-image: none
}

.btn-inverted-brand,.btn-inverted-primary,.theme-dark .btn-inverted-brand,.theme-dark .btn-inverted-primary-alt {
    background-color: #fff;
    color: #0067b8!important
}

.btn-inverted-brand:hover,.btn-inverted-primary:hover,.theme-dark .btn-inverted-primary-alt:hover {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}

.active.btn-inverted-brand,.active.btn-inverted-primary,.theme-dark .active.btn-inverted-primary-alt {
    background-color: #0067b8;
    color: #fff!important;
    border-color: currentColor;
    background-image: linear-gradient(rgba(255,255,255,.15),rgba(255,255,255,.15))
}

.btn-inverted-brand:disabled,.btn-inverted-primary:disabled,.disabled.btn-inverted-brand,.disabled.btn-inverted-primary,.theme-dark .btn-inverted-primary-alt:disabled,.theme-dark .disabled.btn-inverted-primary-alt {
    box-shadow: none;
    background-image: none
}

.btn-outline-brand,.btn-outline-primary,.theme-dark .btn-outline-brand,.theme-dark .btn-outline-primary-alt {
    background-color: transparent;
    color: #0067b8!important;
    border-color: currentColor
}

.btn-outline-brand:hover,.btn-outline-primary:hover,.theme-dark .btn-outline-primary-alt:hover {
    background-image: linear-gradient(rgba(0,103,184,.15),rgba(0,103,184,.15))
}

.active.btn-outline-brand,.active.btn-outline-primary,.theme-dark .active.btn-outline-primary-alt {
    background-color: #0067b8;
    color: #fff!important;
    border-color: transparent
}

.btn-outline-brand:disabled,.btn-outline-primary:disabled,.disabled.btn-outline-brand,.disabled.btn-outline-primary,.theme-dark .btn-outline-primary-alt:disabled,.theme-dark .disabled.btn-outline-primary-alt {
    background-image: none
}

.btn-faint-brand,.btn-faint-primary,.theme-dark .btn-faint-brand,.theme-dark .btn-faint-primary-alt {
    background-color: transparent;
    color: #0067b8!important;
    background-image: linear-gradient(rgba(0,103,184,.15),rgba(0,103,184,.15))
}

.btn-faint-brand:hover,.btn-faint-primary:hover,.theme-dark .btn-faint-primary-alt:hover {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    background-image: none
}

.active.btn-faint-brand,.active.btn-faint-primary,.theme-dark .active.btn-faint-primary-alt {
    color: #fff!important;
    background-color: #0067b8
}

.btn-faint-brand:disabled,.btn-faint-primary:disabled,.disabled.btn-faint-brand,.disabled.btn-faint-primary,.theme-dark .btn-faint-primary-alt:disabled,.theme-dark .disabled.btn-faint-primary-alt {
    box-shadow: none;
    background-image: linear-gradient(rgba(0,103,184,.15),rgba(0,103,184,.15))
}

.btn-inverted-brand-dark,.theme-dark .btn-inverted-brand-dark {
    background-color: #fff;
    color: #243a5e!important
}

.btn-inverted-brand-dark:hover {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}

.active.btn-inverted-brand-dark {
    background-color: #243a5e;
    color: #fff!important;
    border-color: currentColor;
    background-image: linear-gradient(rgba(255,255,255,.15),rgba(255,255,255,.15))
}

.btn-inverted-brand-dark:disabled,.disabled.btn-inverted-brand-dark {
    box-shadow: none;
    background-image: none
}

.btn-outline-brand-dark,.theme-dark .btn-outline-brand-dark {
    background-color: transparent;
    color: #243a5e!important;
    border-color: currentColor
}

.btn-outline-brand-dark:hover {
    background-image: linear-gradient(rgba(36,58,94,.15),rgba(36,58,94,.15))
}

.active.btn-outline-brand-dark {
    background-color: #243a5e;
    color: #fff!important;
    border-color: transparent
}

.btn-outline-brand-dark:disabled,.disabled.btn-outline-brand-dark {
    background-image: none
}

.btn-faint-brand-dark,.theme-dark .btn-faint-brand-dark {
    background-color: transparent;
    color: #243a5e!important;
    background-image: linear-gradient(rgba(36,58,94,.15),rgba(36,58,94,.15))
}

.btn-faint-brand-dark:hover {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    background-image: none
}

.active.btn-faint-brand-dark {
    color: #fff!important;
    background-color: #243a5e
}

.btn-faint-brand-dark:disabled,.disabled.btn-faint-brand-dark {
    box-shadow: none;
    background-image: linear-gradient(rgba(36,58,94,.15),rgba(36,58,94,.15))
}

.btn-inverted-brand-light,.theme-dark .btn-inverted-brand-light {
    background-color: #000;
    color: #50e6ff!important
}

.btn-inverted-brand-light:hover {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}

.active.btn-inverted-brand-light {
    background-color: #50e6ff;
    color: #000!important;
    border-color: currentColor;
    background-image: linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,.15))
}

.btn-inverted-brand-light:disabled,.disabled.btn-inverted-brand-light {
    box-shadow: none;
    background-image: none
}

.btn-outline-brand-light,.theme-dark .btn-outline-brand-light {
    background-color: transparent;
    color: #50e6ff!important;
    border-color: currentColor
}

.btn-outline-brand-light:hover {
    background-image: linear-gradient(rgba(80,230,255,.15),rgba(80,230,255,.15))
}

.active.btn-outline-brand-light {
    background-color: #50e6ff;
    color: #000!important;
    border-color: transparent
}

.btn-outline-brand-light:disabled,.disabled.btn-outline-brand-light {
    background-image: none
}

.btn-faint-brand-light,.theme-dark .btn-faint-brand-light {
    background-color: transparent;
    color: #50e6ff!important;
    background-image: linear-gradient(rgba(80,230,255,.15),rgba(80,230,255,.15))
}

.btn-faint-brand-light:hover {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    background-image: none
}

.active.btn-faint-brand-light {
    color: #000!important;
    background-color: #50e6ff
}

.btn-faint-brand-light:disabled,.disabled.btn-faint-brand-light {
    box-shadow: none;
    background-image: linear-gradient(rgba(80,230,255,.15),rgba(80,230,255,.15))
}

.btn-primary-alt,.theme-dark .btn-primary {
    background-color: #3aa0fa;
    color: #000!important
}

.btn-primary-alt:hover,.theme-dark .btn-primary:hover {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}

.active.btn-primary-alt,.theme-dark .active.btn-primary {
    background-color: #000;
    color: #3aa0fa!important;
    border-color: currentColor;
    background-image: linear-gradient(rgba(58,160,250,.15),rgba(58,160,250,.15))
}

.btn-primary-alt:disabled,.disabled.btn-primary-alt,.theme-dark .btn-primary:disabled,.theme-dark .disabled.btn-primary {
    box-shadow: none;
    background-image: none
}

.btn-inverted-primary-alt,.theme-dark .btn-inverted-primary {
    background-color: #000;
    color: #3aa0fa!important
}

.btn-inverted-primary-alt:hover,.theme-dark .btn-inverted-primary:hover {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}

.active.btn-inverted-primary-alt,.theme-dark .active.btn-inverted-primary {
    background-color: #3aa0fa;
    color: #000!important;
    border-color: currentColor;
    background-image: linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,.15))
}

.btn-inverted-primary-alt:disabled,.disabled.btn-inverted-primary-alt,.theme-dark .btn-inverted-primary:disabled,.theme-dark .disabled.btn-inverted-primary {
    box-shadow: none;
    background-image: none
}

.btn-outline-primary-alt,.theme-dark .btn-outline-primary {
    background-color: transparent;
    color: #3aa0fa!important;
    border-color: currentColor
}

.btn-outline-primary-alt:hover,.theme-dark .btn-outline-primary:hover {
    background-image: linear-gradient(rgba(58,160,250,.15),rgba(58,160,250,.15))
}

.active.btn-outline-primary-alt,.theme-dark .active.btn-outline-primary {
    background-color: #3aa0fa;
    color: #000!important;
    border-color: transparent
}

.btn-outline-primary-alt:disabled,.disabled.btn-outline-primary-alt,.theme-dark .btn-outline-primary:disabled,.theme-dark .disabled.btn-outline-primary {
    background-image: none
}

.btn-faint-primary-alt,.theme-dark .btn-faint-primary {
    background-color: transparent;
    color: #3aa0fa!important;
    background-image: linear-gradient(rgba(58,160,250,.15),rgba(58,160,250,.15))
}

.btn-faint-primary-alt:hover,.theme-dark .btn-faint-primary:hover {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    background-image: none
}

.active.btn-faint-primary-alt,.theme-dark .active.btn-faint-primary {
    color: #000!important;
    background-color: #3aa0fa
}

.btn-faint-primary-alt:disabled,.disabled.btn-faint-primary-alt,.theme-dark .btn-faint-primary:disabled,.theme-dark .disabled.btn-faint-primary {
    box-shadow: none;
    background-image: linear-gradient(rgba(58,160,250,.15),rgba(58,160,250,.15))
}

.btn-light,.theme-dark .btn-inverse,.theme-dark .btn-light,.theme-dark .btn-secondary {
    background-color: #fff;
    color: #000!important
}

.btn-light:hover,.theme-dark .btn-inverse:hover,.theme-dark .btn-secondary:hover {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}

.active.btn-light,.theme-dark .active.btn-inverse,.theme-dark .active.btn-secondary {
    background-color: #000;
    color: #fff!important;
    border-color: currentColor;
    background-image: linear-gradient(rgba(255,255,255,.15),rgba(255,255,255,.15))
}

.btn-light:disabled,.disabled.btn-light,.theme-dark .btn-inverse:disabled,.theme-dark .btn-secondary:disabled,.theme-dark .disabled.btn-inverse,.theme-dark .disabled.btn-secondary {
    box-shadow: none;
    background-image: none
}

.btn-inverted-light,.theme-dark .btn-inverted-inverse,.theme-dark .btn-inverted-light,.theme-dark .btn-inverted-secondary {
    background-color: #000;
    color: #fff!important
}

.btn-inverted-light:hover,.theme-dark .btn-inverted-inverse:hover,.theme-dark .btn-inverted-secondary:hover {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}

.active.btn-inverted-light,.theme-dark .active.btn-inverted-inverse,.theme-dark .active.btn-inverted-secondary {
    background-color: #fff;
    color: #000!important;
    border-color: currentColor;
    background-image: linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,.15))
}

.btn-inverted-light:disabled,.disabled.btn-inverted-light,.theme-dark .btn-inverted-inverse:disabled,.theme-dark .btn-inverted-secondary:disabled,.theme-dark .disabled.btn-inverted-inverse,.theme-dark .disabled.btn-inverted-secondary {
    box-shadow: none;
    background-image: none
}

.btn-outline-light,.theme-dark .btn-outline-inverse,.theme-dark .btn-outline-light,.theme-dark .btn-outline-secondary {
    background-color: transparent;
    color: #fff!important;
    border-color: currentColor
}

.btn-outline-light:hover,.theme-dark .btn-outline-inverse:hover,.theme-dark .btn-outline-secondary:hover {
    background-image: linear-gradient(rgba(255,255,255,.15),rgba(255,255,255,.15))
}

.active.btn-outline-light,.theme-dark .active.btn-outline-inverse,.theme-dark .active.btn-outline-secondary {
    background-color: #fff;
    color: #000!important;
    border-color: transparent
}

.btn-outline-light:disabled,.disabled.btn-outline-light,.theme-dark .btn-outline-inverse:disabled,.theme-dark .btn-outline-secondary:disabled,.theme-dark .disabled.btn-outline-inverse,.theme-dark .disabled.btn-outline-secondary {
    background-image: none
}

.btn-faint-light,.theme-dark .btn-faint-inverse,.theme-dark .btn-faint-light,.theme-dark .btn-faint-secondary {
    background-color: transparent;
    color: #fff!important;
    background-image: linear-gradient(rgba(255,255,255,.15),rgba(255,255,255,.15))
}

.btn-faint-light:hover,.theme-dark .btn-faint-inverse:hover,.theme-dark .btn-faint-secondary:hover {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    background-image: none
}

.active.btn-faint-light,.theme-dark .active.btn-faint-inverse,.theme-dark .active.btn-faint-secondary {
    color: #000!important;
    background-color: #fff
}

.btn-faint-light:disabled,.disabled.btn-faint-light,.theme-dark .btn-faint-inverse:disabled,.theme-dark .btn-faint-secondary:disabled,.theme-dark .disabled.btn-faint-inverse,.theme-dark .disabled.btn-faint-secondary {
    box-shadow: none;
    background-image: linear-gradient(rgba(255,255,255,.15),rgba(255,255,255,.15))
}

.btn-dark,.btn-inverse,.btn-secondary,.theme-dark .btn-dark {
    background-color: #000;
    color: #fff!important
}

.btn-dark:hover,.btn-inverse:hover,.btn-secondary:hover {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}

.active.btn-dark,.active.btn-inverse,.active.btn-secondary {
    background-color: #fff;
    color: #000!important;
    border-color: currentColor;
    background-image: linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,.15))
}

.btn-dark:disabled,.btn-inverse:disabled,.btn-secondary:disabled,.disabled.btn-dark,.disabled.btn-inverse,.disabled.btn-secondary {
    box-shadow: none;
    background-image: none
}

.btn-inverted-dark,.btn-inverted-inverse,.btn-inverted-secondary,.theme-dark .btn-inverted-dark {
    background-color: #fff;
    color: #000!important
}

.btn-inverted-dark:hover,.btn-inverted-inverse:hover,.btn-inverted-secondary:hover {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}

.active.btn-inverted-dark,.active.btn-inverted-inverse,.active.btn-inverted-secondary {
    background-color: #000;
    color: #fff!important;
    border-color: currentColor;
    background-image: linear-gradient(rgba(255,255,255,.15),rgba(255,255,255,.15))
}

.btn-inverted-dark:disabled,.btn-inverted-inverse:disabled,.btn-inverted-secondary:disabled,.disabled.btn-inverted-dark,.disabled.btn-inverted-inverse,.disabled.btn-inverted-secondary {
    box-shadow: none;
    background-image: none
}

.btn-outline-dark,.btn-outline-inverse,.btn-outline-secondary,.theme-dark .btn-outline-dark {
    background-color: transparent;
    color: #000!important;
    border-color: currentColor
}

.btn-outline-dark:hover,.btn-outline-inverse:hover,.btn-outline-secondary:hover {
    background-image: linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,.15))
}

.active.btn-outline-dark,.active.btn-outline-inverse,.active.btn-outline-secondary {
    background-color: #000;
    color: #fff!important;
    border-color: transparent
}

.btn-outline-dark:disabled,.btn-outline-inverse:disabled,.btn-outline-secondary:disabled,.disabled.btn-outline-dark,.disabled.btn-outline-inverse,.disabled.btn-outline-secondary {
    background-image: none
}

.btn-faint-dark,.btn-faint-inverse,.btn-faint-secondary,.theme-dark .btn-faint-dark {
    background-color: transparent;
    color: #000!important;
    background-image: linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,.15))
}

.btn-faint-dark:hover,.btn-faint-inverse:hover,.btn-faint-secondary:hover {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    background-image: none
}

.active.btn-faint-dark,.active.btn-faint-inverse,.active.btn-faint-secondary {
    color: #fff!important;
    background-color: #000
}

.btn-faint-dark:disabled,.btn-faint-inverse:disabled,.btn-faint-secondary:disabled,.disabled.btn-faint-dark,.disabled.btn-faint-inverse,.disabled.btn-faint-secondary {
    box-shadow: none;
    background-image: linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,.15))
}

.btn-brand-light {
    background-color: #50e6ff;
    color: #243a5e!important
}

.btn-brand-light:hover {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}

.btn-brand-light.active {
    background-color: #243a5e;
    color: #50e6ff!important;
    border-color: currentColor;
    background-image: linear-gradient(rgba(80,230,255,.15),rgba(80,230,255,.15))
}

.btn-brand-light.disabled,.btn-brand-light:disabled {
    box-shadow: none;
    background-image: none
}

.btn-brand-dark {
    background-color: #243a5e;
    color: #50e6ff!important
}

.btn-brand-dark:hover {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    background-image: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))
}

.btn-brand-dark.active {
    background-color: #50e6ff;
    color: #243a5e!important;
    border-color: currentColor;
    background-image: linear-gradient(rgba(36,58,94,.15),rgba(36,58,94,.15))
}

.btn-brand-dark.disabled,.btn-brand-dark:disabled {
    box-shadow: none;
    background-image: none
}

.btn-link {
    background: 0 0;
    border-radius: 0;
    color: #0067b8;
    text-decoration: underline
}

.theme-dark .btn-link {
    color: #3aa0fa
}

.btn-link.inactive {
    opacity: 1;
    text-decoration: none;
    color: #757575;
    cursor: default
}

.theme-dark .btn-link.inactive {
    color: #d2d2d2
}

.btn-group-lg>.btn,.btn-lg {
    padding: .8125rem .75rem;
    font-size: 1.125rem;
    line-height: 1
}

.btn-group-sm>.btn,.btn-sm {
    padding: .5625rem .75rem;
    font-size: .875rem;
    line-height: 1
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center
}

.btn-block+.btn-block {
    margin-top: .5rem
}

.btn-collapse {
    background: 0 0
}

.btn-collapse:hover {
    box-shadow: none
}

.btn-collapse::before {
    font-family: MWF-FLUENT-ICONS;
    content: "";
    font-size: 1em;
    transition: transform .6s cubic-bezier(.19,1,.22,1)
}

@media (prefers-reduced-motion:reduce) {
    .btn-collapse::before {
        transition: none
    }
}

html:not([dir=rtl]) .btn-collapse[aria-expanded=false]::before {
    transform: rotate(-90deg)
}

html[dir=rtl] .btn-collapse[aria-expanded=false]::before {
    transform: rotate(90deg)
}

html:not([dir=rtl]) .btn-collapse {
    padding-left: calc(.75rem + 1.4375em)
}

html[dir=rtl] .btn-collapse {
    padding-right: calc(.75rem + 1.4375em)
}

.accordion {
    margin-bottom: 0
}

html:not([dir=rtl]) .accordion {
    padding-left: 0
}

html[dir=rtl] .accordion {
    padding-right: 0
}

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

.accordion .accordion-header {
    margin-bottom: 0;
    border-top: .0625rem solid #d2d2d2;
    line-height: 1.5
}

.theme-dark .accordion .accordion-header {
    border-color: #757575
}

.accordion .btn-collapse {
    width: 100%;
    padding: 1.5rem 1.25rem;
    line-height: inherit
}

.accordion .btn-collapse::before {
    line-height: 1.5625rem;
    top: auto;
    margin-top: auto
}

html:not([dir=rtl]) .accordion .btn-collapse {
    text-align: left;
    padding-left: calc((2 * .5rem) + 1.5625rem)
}

html[dir=rtl] .accordion .btn-collapse {
    text-align: right;
    padding-right: calc((2 * .5rem) + 1.5625rem)
}

.accordion .accordion-body {
    padding-bottom: 1.5rem
}

html:not([dir=rtl]) .accordion .accordion-body {
    text-align: left;
    padding-left: calc((2 * .5rem) + 1.5625rem)
}

html[dir=rtl] .accordion .accordion-body {
    text-align: right;
    padding-right: calc((2 * .5rem) + 1.5625rem)
}

.accordion.accordion-backplate .accordion-header {
    border: 0
}

.accordion.accordion-backplate .btn-collapse {
    padding: 1rem .75rem;
    border-radius: .25rem;
    color: rgba(0,0,0,.9)
}

.theme-dark .accordion.accordion-backplate .btn-collapse {
    color: rgba(255,255,255,.9)
}

html:not([dir=rtl]) .accordion.accordion-backplate .btn-collapse {
    padding-left: calc((2 * 1rem) + 1.5625rem)
}

html[dir=rtl] .accordion.accordion-backplate .btn-collapse {
    padding-right: calc((2 * 1rem) + 1.5625rem)
}

html:not([dir=rtl]) .accordion.accordion-backplate .btn-collapse::before {
    left: calc((calc((2 * 1rem) + 1.5625rem) - 1em)/ 2)
}

html[dir=rtl] .accordion.accordion-backplate .btn-collapse::before {
    right: calc((calc((2 * 1rem) + 1.5625rem) - 1em)/ 2)
}

.accordion.accordion-backplate .btn-collapse[aria-expanded=true] {
    background: rgba(210,210,210,.3)
}

.theme-dark .accordion.accordion-backplate .btn-collapse[aria-expanded=true] {
    background: rgba(117,117,117,.3)
}

.accordion.accordion-backplate .accordion-body {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: rgba(0,0,0,.7)
}

.theme-dark .accordion.accordion-backplate .accordion-body {
    color: rgba(255,255,255,.7)
}

html:not([dir=rtl]) .accordion.accordion-backplate .accordion-body {
    padding-left: calc((2 * 1rem) + 1.5625rem)
}

html[dir=rtl] .accordion.accordion-backplate .accordion-body {
    padding-right: calc((2 * 1rem) + 1.5625rem)
}

.action-trigger {
    border: none;
    padding: 0;
    background: 0 0;
    border-radius: 0;
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #0067b8;
    text-decoration: underline;
    outline-offset: .25rem;
    cursor: pointer
}

.theme-dark .action-trigger {
    color: #3aa0fa
}

.action-trigger.disabled,.action-trigger:disabled {
    cursor: default;
    opacity: .3
}

.action-trigger.inactive {
    cursor: default;
    text-decoration: none;
    color: #757575
}

.theme-dark .action-trigger.inactive {
    color: #d2d2d2
}

html:not([dir=rtl]) .action-trigger.glyph-prepend {
    padding-left: 1.4375em
}

html[dir=rtl] .action-trigger.glyph-prepend {
    padding-right: 1.4375em
}

html:not([dir=rtl]) .action-trigger.glyph-append {
    padding-right: 1.4375em
}

html[dir=rtl] .action-trigger.glyph-append {
    padding-left: 1.4375em
}

.action-trigger.glyph-append,.action-trigger.glyph-prepend {
    text-decoration: none
}

.action-trigger::after,.action-trigger::before {
    font-family: MWF-FLUENT-ICONS;
    position: absolute;
    top: 50%;
    margin-top: -.4375em
}

html:not([dir=rtl]) .action-trigger::before {
    left: 0
}

html[dir=rtl] .action-trigger::before {
    right: 0
}

html:not([dir=rtl]) .action-trigger::after {
    right: 0
}

html[dir=rtl] .action-trigger::after {
    left: 0
}

a.action-trigger.disabled,fieldset:disabled a.action-trigger {
    pointer-events: none
}

.alert {
    border: .0625rem solid transparent;
    border-radius: .125rem;
    min-height: 3.625rem;
    position: relative;
    display: flex;
    padding: 1rem 1.5rem;
    background-color: #e6e6e6;
    color: #000
}

.alert a {
    color: #0067b8
}

.theme-dark .alert {
    background-color: #505050;
    color: #fff
}

.theme-dark .alert a {
    color: #fff
}

.alert.glyph-prepend::before {
    font-size: 1.25rem;
    margin-top: .125rem
}

html:not([dir=rtl]) .alert.glyph-prepend::before {
    padding-right: .75rem
}

html[dir=rtl] .alert.glyph-prepend::before {
    padding-left: .75rem
}

.alert .glyph-prepend {
    margin-top: .125rem
}

html:not([dir=rtl]) .alert .glyph-prepend {
    padding-right: .75rem
}

html[dir=rtl] .alert .glyph-prepend {
    padding-left: .75rem
}

.alert .glyph-prepend::before {
    font-size: 1.25rem
}

.alert.alert-full-bleed {
    border-radius: 0;
    display: flex;
    justify-content: center
}

.alert.alert-full-bleed .alert-content {
    max-width: 1600px
}

@media (min-width: 540px) {
    .alert .alert-content {
        max-width:39rem
    }
}

@media (min-width: 860px) {
    .alert .alert-content {
        max-width:40rem
    }
}

@media (min-width: 1084px) {
    .alert .alert-content {
        max-width:48rem
    }
}

@media (min-width: 1400px) {
    .alert .alert-content {
        max-width:59rem
    }
}

.alert .alert-content>:last-child {
    margin-bottom: 0!important
}

.alert .close {
    position: absolute;
    padding: .5rem;
    color: inherit;
    top: .75rem
}

html:not([dir=rtl]) .alert .close {
    right: .75rem
}

html[dir=rtl] .alert .close {
    left: .75rem
}

.alert .divider,.alert hr {
    margin: .75rem 0 .5rem
}

html:not([dir=rtl]) .alert-dismissible {
    padding-right: 4rem
}

html[dir=rtl] .alert-dismissible {
    padding-left: 4rem
}

.area-heading>:last-child>:last-child {
    margin-bottom: 0
}

.area-heading>:last-child>:last-child .h1,.area-heading>:last-child>:last-child .h2,.area-heading>:last-child>:last-child .h3,.area-heading>:last-child>:last-child .h4,.area-heading>:last-child>:last-child .h5,.area-heading>:last-child>:last-child .h6,.area-heading>:last-child>:last-child .link-group,.area-heading>:last-child>:last-child h1,.area-heading>:last-child>:last-child h2,.area-heading>:last-child>:last-child h3,.area-heading>:last-child>:last-child h4,.area-heading>:last-child>:last-child h5,.area-heading>:last-child>:last-child h6,.area-heading>:last-child>:last-child p {
    margin-bottom: 0
}

.back-to-top {
    padding: .75rem;
    pointer-events: none
}

@-webkit-keyframes button-hide {
    from {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

@keyframes button-hide {
    from {
        z-index: 0
    }

    to {
        z-index: -1
    }
}

.back-to-top.hide {
    opacity: 0;
    -webkit-animation: 0s cubic-bezier(.19,1,.22,1) 1s button-hide;
    animation: 0s cubic-bezier(.19,1,.22,1) 1s button-hide
}

.back-to-top.sticky {
    transition: opacity 1s cubic-bezier(.19,1,.22,1);
    flex-direction: row
}

@media (prefers-reduced-motion:reduce) {
    .back-to-top.sticky {
        transition: none
    }
}

@media (max-width: 859.98px) {
    .back-to-top.sticky {
        position:static
    }
}

.back-to-top .btn {
    pointer-events: auto;
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #000
}

.back-to-top .btn span {
    display: inline-flex
}

html:not([dir=rtl]) .back-to-top .btn .glyph-prepend::before {
    margin-right: .5rem
}

html[dir=rtl] .back-to-top .btn .glyph-prepend::before {
    margin-left: .5rem
}

.theme-dark .back-to-top .btn {
    background-color: #000;
    color: #fff
}

@media (min-width: 540px) {
    .back-to-top .btn {
        width:auto
    }
}

.badge {
    display: inline-block;
    padding: .375em .75em;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    vertical-align: top;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word
}

.badge:empty {
    display: none
}

.badge:focus {
    outline: .1875rem dotted currentColor;
    outline-offset: -.375rem
}

.btn.btn-badge {
    border-width: .0625rem;
    border-radius: 0;
    padding: .3125rem .75rem;
    background-color: transparent;
    color: #000!important;
    border-color: currentColor
}

.btn.btn-badge:hover {
    background-image: linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,.15))
}

.btn.btn-badge.active {
    background-color: #000;
    color: #fff!important;
    border-color: transparent
}

.btn.btn-badge.disabled,.btn.btn-badge:disabled {
    background-image: none
}

.theme-dark .btn.btn-badge {
    background-color: transparent;
    color: #fff!important;
    border-color: currentColor
}

.theme-dark .btn.btn-badge:hover {
    background-image: linear-gradient(rgba(255,255,255,.15),rgba(255,255,255,.15))
}

.theme-dark .btn.btn-badge.active {
    background-color: #fff;
    color: #000!important;
    border-color: transparent
}

.theme-dark .btn.btn-badge.disabled,.theme-dark .btn.btn-badge:disabled {
    background-image: none
}

.btn.btn-badge.btn.btn-badge-remove {
    padding: 0 .875rem
}

.btn.btn-badge.btn.btn-badge-remove::before {
    content: ""
}

html:not([dir=rtl]) .btn.btn-badge.btn.btn-badge-remove {
    border-left: none
}

html:not([dir=rtl]) .btn.btn-badge.btn.btn-badge-remove::before {
    left: .4375rem
}

html[dir=rtl] .btn.btn-badge.btn.btn-badge-remove {
    border-right: none
}

html[dir=rtl] .btn.btn-badge.btn.btn-badge-remove::before {
    right: .3125rem
}

.btn.btn-badge .glyph-prepend {
    display: inline-block
}

.btn.btn-badge .glyph-prepend::before {
    vertical-align: bottom
}

html:not([dir=rtl]) .btn.btn-badge .glyph-prepend::before {
    padding: 0 .5rem 0 .25rem
}

html[dir=rtl] .btn.btn-badge .glyph-prepend::before {
    padding: 0 .25rem 0 .5rem
}

.btn.btn-badge .btn-badge-img {
    max-width: 1.5rem;
    padding: 0 .25rem;
    vertical-align: bottom
}

html:not([dir=rtl]) .btn.btn-badge .btn-badge-img {
    margin-right: .25rem
}

html[dir=rtl] .btn.btn-badge .btn-badge-img {
    margin-left: .25rem
}

.btn.btn-badge.text-truncate {
    max-width: 9rem
}

.btn.btn-badge.btn.btn-badge[type=button] {
    border-width: .0625rem
}

.blockquote {
    padding: .75rem 1.5rem;
    border-style: solid;
    background: #f2f2f2;
    border-color: #757575
}

.theme-dark .blockquote {
    background: #171717;
    border-color: #d2d2d2
}

html:not([dir=rtl]) .blockquote {
    border-width: 0 0 0 .125rem
}

html[dir=rtl] .blockquote {
    border-width: 0 .125rem 0 0
}

.blockquote.light-weight {
    background: 0 0;
    color: #757575
}

.theme-dark .blockquote.light-weight {
    color: #d2d2d2
}

html:not([dir=rtl]) .blockquote.text-center {
    border-left: 0
}

html[dir=rtl] .blockquote.text-center {
    border-right: 0
}

html:not([dir=rtl]) .blockquote.text-right {
    border-width: 0 .125rem 0 0
}

html[dir=rtl] .blockquote.text-right {
    border-width: 0 0 0 .125rem
}

.blockquote-content:last-child {
    margin-bottom: 0
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb a {
    font-weight: 600
}

.breadcrumb .active>a {
    font-weight: inherit;
    color: inherit;
    text-decoration: inherit
}

.breadcrumb .active>a[href] {
    font-weight: 600
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding: 0 .5rem;
    content: "/"
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn.focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn.focus,.btn-group>.btn:active,.btn-group>.btn:focus {
    z-index: 1
}

html:not([dir=rtl]) .btn-group>.btn:not(:first-of-type) {
    border-left-width: 0;
    padding-left: .875rem
}

html[dir=rtl] .btn-group>.btn:not(:first-of-type) {
    border-right-width: 0;
    padding-right: .875rem
}

html:not([dir=rtl]) .btn-group>.btn:not(:last-of-type) {
    border-right-width: 0;
    padding-right: .875rem
}

html[dir=rtl] .btn-group>.btn:not(:last-of-type) {
    border-left-width: 0;
    padding-left: .875rem
}

html:not([dir=rtl]) .btn-group .btn-group+.btn-group,html:not([dir=rtl]) .btn-group .btn-group+.btn:first-of-type,html:not([dir=rtl]) .btn-group .btn:last-of-type+.btn-group {
    margin-left: -1px
}

html[dir=rtl] .btn-group .btn-group+.btn-group,html[dir=rtl] .btn-group .btn-group+.btn:first-of-type,html[dir=rtl] .btn-group .btn:last-of-type+.btn-group {
    margin-right: -1px
}

html:not([dir=rtl]) .btn-group>.btn-group:not(:last-child)>.btn,html:not([dir=rtl]) .btn-group>.btn:not(:last-of-type) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

html[dir=rtl] .btn-group>.btn-group:not(:last-child)>.btn,html[dir=rtl] .btn-group>.btn:not(:last-of-type) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

html:not([dir=rtl]) .btn-group>.btn-group:not(:first-child)>.btn,html:not([dir=rtl]) .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

html[dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn,html[dir=rtl] .btn-group>.btn:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical .btn,.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -.125rem
}

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

.btn-group-divider-append,.btn-group-divider-prepend {
    position: relative
}

.btn-group-divider-append::after,.btn-group-divider-prepend::before {
    display: block;
    position: absolute;
    width: .125rem;
    border-left-width: 1px;
    border-left-style: solid;
    top: 20%;
    margin-top: 0;
    height: 60%;
    content: ""
}

html:not([dir=rtl]) .btn-group-divider-prepend::before {
    left: 0
}

html[dir=rtl] .btn-group-divider-prepend::before {
    right: 0
}

html:not([dir=rtl]) .btn-group-divider-append::after {
    right: 0
}

html[dir=rtl] .btn-group-divider-append::after {
    left: 0
}

.cta-reverse::before,.cta::after {
    font-family: MWF-FLUENT-ICONS;
    position: absolute;
    line-height: 1;
    top: calc(50% + .0625em);
    margin-top: -.5em;
    transition: transform .6s cubic-bezier(.19,1,.22,1)
}

@media (prefers-reduced-motion:reduce) {
    .cta-reverse::before,.cta::after {
        transition: none
    }
}

.cta {
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-weight: 600
}

html:not([dir=rtl]) .cta {
    padding-right: 1.6875em
}

html[dir=rtl] .cta {
    padding-left: 1.6875em
}

html:not([dir=rtl]) .cta::after {
    content: "";
    right: .4375em
}

html[dir=rtl] .cta::after {
    content: "";
    left: .4375em
}

.cta:hover {
    text-decoration: underline
}

html:not([dir=rtl]) .cta:hover::after {
    transform: translate(.25em,0)
}

html[dir=rtl] .cta:hover::after {
    transform: translate(-.25em,0)
}

html:not([dir=rtl]) .cta.cta-reverse::after {
    content: ""
}

html[dir=rtl] .cta.cta-reverse::after {
    content: ""
}

html:not([dir=rtl]) .cta-reverse {
    padding-left: 1.6875em
}

html[dir=rtl] .cta-reverse {
    padding-right: 1.6875em
}

html:not([dir=rtl]) .cta-reverse::before {
    content: "";
    left: .4375em
}

html[dir=rtl] .cta-reverse::before {
    content: "";
    right: .4375em
}

html:not([dir=rtl]) .cta-reverse:hover::before {
    transform: translate(-.25em,0)
}

html[dir=rtl] .cta-reverse:hover::before {
    transform: translate(.25em,0)
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 1px;
    word-wrap: break-word;
    background-clip: border-box
}

.card picture {
    min-height: 1px
}

.card.card-alt-hover>div:first-child picture {
    visibility: visible;
    opacity: 1;
    transition: opacity .5s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .card.card-alt-hover>div:first-child picture {
        transition: none
    }
}

.card.card-alt-hover>div:first-child picture:last-child {
    visibility: hidden;
    opacity: 0
}

.card.card-alt-hover picture:last-child {
    position: absolute;
    top: 0;
    left: 0
}

.card.card-alt-hover picture:last-child img {
    width: 100%
}

.card.card-alt-hover:hover>div:first-child picture:first-child {
    visibility: hidden;
    opacity: 0
}

.card.card-alt-hover:hover>div:first-child picture:last-child {
    visibility: visible;
    opacity: 1
}

.card-header {
    flex: 0 1 3rem
}

.card-body {
    flex: 1 1 auto;
    position: relative
}

.card-body>:last-child:not(.link-group) {
    margin-bottom: 0!important
}

@media (min-width: 1084px) {
    .card-img-overlay {
        display:flex
    }

    .card-img-overlay>.card-background {
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        margin: auto 0;
        width: 100%
    }

    .card-img-overlay>.card-background .card-img {
        position: relative
    }

    .card-img-overlay>.card-foreground {
        width: 100%;
        align-self: center
    }

    html:not([dir=rtl]) .card-img-overlay>.card-foreground {
        margin-left: -100%!important;
        margin-right: 0
    }

    html[dir=rtl] .card-img-overlay>.card-foreground {
        margin-right: -100%!important;
        margin-left: 0
    }
}

@media (min-width: 1400px) {
    .card-img-overlay>.card-background .card-img {
        width:auto
    }
}

.card-img {
    width: 100%;
    flex-shrink: 0
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: .75rem
}

@media (min-width: 540px) {
    .card-deck {
        flex-flow:row wrap;
        margin-right: -.75rem;
        margin-left: -.75rem
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: .75rem;
        margin-bottom: 0;
        margin-left: .75rem
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: .75rem
}

@media (min-width: 540px) {
    .card-group {
        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-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 540px) {
    .card-columns {
        -moz-column-count:3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.card-min-width-sm {
    min-width: 8.75rem
}

.card-min-width-lg {
    min-width: 25rem
}

.card-offset {
    display: flex
}

@media (min-width: 860px) {
    .card-offset {
        padding-top:3rem
    }
}

.card-offset .card-body {
    word-break: break-word;
    overflow-wrap: break-word;
    padding: 1.5rem
}

@media (min-width: 860px) {
    .card-offset .card-body {
        padding:3rem
    }
}

.card-offset .card-img {
    padding: 0
}

@media (max-width: 859.98px) {
    html:not([dir=rtl]) .card-offset .card-img {
        padding-left:1.5rem
    }

    html[dir=rtl] .card-offset .card-img {
        padding-right: 1.5rem
    }
}

@media (min-width: 860px) {
    .card-offset .card-img {
        margin-top:-3rem;
        margin-bottom: 3rem
    }
}

@media (max-width: 859.98px) {
    .card-offset:not(.flipped) {
        padding-bottom:1.5rem
    }
}

@media (min-width: 860px) {
    html:not([dir=rtl]) .card-offset:not(.flipped) {
        padding-right:3rem
    }

    html[dir=rtl] .card-offset:not(.flipped) {
        padding-left: 3rem
    }

    html:not([dir=rtl]) .card-offset:not(.flipped) .card-body {
        padding-right: 0
    }

    html[dir=rtl] .card-offset:not(.flipped) .card-body {
        padding-left: 0
    }
}

@media (max-width: 859.98px) {
    .card-offset:not(.flipped) .card-img {
        margin-bottom:-1.5rem
    }
}

@media (min-width: 860px) {
    html:not([dir=rtl]) .card-offset:not(.flipped) .card-img {
        margin-right:-3rem;
        margin-left: 3rem
    }

    html[dir=rtl] .card-offset:not(.flipped) .card-img {
        margin-right: 3rem;
        margin-left: -3rem
    }
}

@media (max-width: 859.98px) {
    .card-offset.flipped {
        padding-top:1.5rem
    }
}

@media (min-width: 860px) {
    html:not([dir=rtl]) .card-offset.flipped {
        padding-left:3rem
    }

    html[dir=rtl] .card-offset.flipped {
        padding-right: 3rem
    }

    html:not([dir=rtl]) .card-offset.flipped .card-body {
        padding-left: 0
    }

    html[dir=rtl] .card-offset.flipped .card-body {
        padding-right: 0
    }
}

@media (max-width: 859.98px) {
    .card-offset.flipped .card-img {
        margin-top:-1.5rem
    }
}

@media (min-width: 860px) {
    html:not([dir=rtl]) .card-offset.flipped .card-img {
        margin-right:3rem;
        margin-left: -3rem
    }

    html[dir=rtl] .card-offset.flipped .card-img {
        margin-right: -3rem;
        margin-left: 3rem
    }
}

.card-offset.card-offset-small .card-body {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (min-width: 860px) {
    .card-offset.card-offset-small .card-body {
        padding-top:3rem;
        padding-bottom: 3rem
    }
}

@media (min-width: 860px) {
    .card-offset.card-offset-small .card-img {
        margin-top:-1.5rem;
        margin-bottom: 1.5rem
    }
}

@media (min-width: 860px) {
    .card-offset.card-offset-small {
        padding-top:1.5rem
    }

    html:not([dir=rtl]) .card-offset.card-offset-small:not(.flipped) {
        padding-right: 1.5rem
    }

    html[dir=rtl] .card-offset.card-offset-small:not(.flipped) {
        padding-left: 1.5rem
    }

    html:not([dir=rtl]) .card-offset.card-offset-small:not(.flipped) .card-img {
        margin-right: -1.5rem;
        margin-left: 1.5rem
    }

    html[dir=rtl] .card-offset.card-offset-small:not(.flipped) .card-img {
        margin-right: 1.5rem;
        margin-left: -1.5rem
    }

    html:not([dir=rtl]) .card-offset.card-offset-small.flipped {
        padding-left: 1.5rem
    }

    html[dir=rtl] .card-offset.card-offset-small.flipped {
        padding-right: 1.5rem
    }

    html:not([dir=rtl]) .card-offset.card-offset-small.flipped .card-img {
        margin-right: 1.5rem;
        margin-left: -1.5rem
    }

    html[dir=rtl] .card-offset.card-offset-small.flipped .card-img {
        margin-right: -1.5rem;
        margin-left: 1.5rem
    }
}

.carousel {
    position: relative
}

.carousel .sr-only-focusable {
    z-index: 5;
    background-color: #fff
}

.theme-dark .carousel .sr-only-focusable {
    background-color: #000
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item:focus {
    outline: .1875rem dotted currentColor
}

.carousel-item:focus:not(:focus-visible) {
    outline: 0
}

.carousel-item:focus-visible {
    outline: .1875rem dotted currentColor
}

.carousel-item.get-height {
    display: block;
    visibility: hidden;
    opacity: 0
}

.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: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-sneak-peek {
    overflow: hidden;
    padding-bottom: 4rem;
    padding-top: .1875rem;
    margin-top: -.1875rem
}

.carousel-sneak-peek>div {
    position: relative
}

.carousel-sneak-peek .carousel-inner {
    overflow: visible
}

.carousel-sneak-peek .carousel-inner {
    perspective: 1000px;
    margin: auto;
    display: flex;
    align-items: stretch
}

html:not([dir=rtl]) .carousel-sneak-peek .carousel-inner {
    flex-direction: row
}

html[dir=rtl] .carousel-sneak-peek .carousel-inner {
    flex-direction: row-reverse
}

.carousel-sneak-peek .carousel-item {
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    background-color: #fff;
    transition: transform .9s cubic-bezier(.19,1,.22,1),opacity .3s cubic-bezier(.19,1,.22,1)
}

@media (prefers-reduced-motion:reduce) {
    .carousel-sneak-peek .carousel-item {
        transition: none
    }
}

.carousel-sneak-peek .carousel-item.active,.carousel-sneak-peek .carousel-item.carousel-item-next,.carousel-sneak-peek .carousel-item.carousel-item-prev {
    visibility: visible;
    opacity: 1
}

.carousel-sneak-peek .carousel-item.active {
    z-index: 2
}

.carousel-sneak-peek .carousel-item.sliding-in {
    z-index: 3
}

.carousel-sneak-peek .card-img-overlay>.card-foreground .card {
    min-height: auto
}

.carousel-sneak-peek .active.carousel-item-left,.carousel-sneak-peek .active.carousel-item-right,.carousel-sneak-peek .carousel-item-next:not(.carousel-item-left),.carousel-sneak-peek .carousel-item-prev:not(.carousel-item-right) {
    z-index: 1
}

html:not([dir=rtl]) .carousel-sneak-peek .active.carousel-item-right,html:not([dir=rtl]) .carousel-sneak-peek .carousel-item-next:not(.carousel-item-left) {
    transform: translateX(102%)
}

html[dir=rtl] .carousel-sneak-peek .active.carousel-item-right,html[dir=rtl] .carousel-sneak-peek .carousel-item-next:not(.carousel-item-left) {
    transform: translateX(-102%)
}

html:not([dir=rtl]) .carousel-sneak-peek .active.carousel-item-left,html:not([dir=rtl]) .carousel-sneak-peek .carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-102%)
}

html[dir=rtl] .carousel-sneak-peek .active.carousel-item-left,html[dir=rtl] .carousel-sneak-peek .carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(102%)
}

.carousel-sneak-peek .carousel-controls .carousel-indicators {
    bottom: -3.5rem
}

.carousel-variable-height {
    overflow: hidden;
    padding-bottom: 4rem;
    padding-top: .1875rem;
    margin-top: -.1875rem;
    padding-right: .1875rem;
    padding-left: .1875rem;
    margin-right: -.1875rem;
    margin-left: -.1875rem
}

.carousel-variable-height>div {
    position: relative
}

.carousel-variable-height .carousel-inner {
    overflow: visible
}

@media screen and (min-width: 1084px) {
    .carousel-highlight,.carousel-highlight-backplate {
        align-items:center
    }
}

.carousel-highlight .carousel-item.active .card,.carousel-highlight-backplate .carousel-item.active .card {
    opacity: 1;
    visibility: visible
}

.carousel-highlight .carousel-item:not(.active) .card,.carousel-highlight-backplate .carousel-item:not(.active) .card {
    opacity: 0;
    visibility: hidden
}

.carousel-highlight .carousel-item.sliding-in .card,.carousel-highlight-backplate .carousel-item.sliding-in .card {
    opacity: 1;
    visibility: visible;
    transition: opacity .6s ease-in
}

@media (prefers-reduced-motion:reduce) {
    .carousel-highlight .carousel-item.sliding-in .card,.carousel-highlight-backplate .carousel-item.sliding-in .card {
        transition: none
    }
}

.carousel-highlight .active.carousel-item-left .card,.carousel-highlight .active.carousel-item-right .card,.carousel-highlight .carousel-item-next:not(.carousel-item-left) .card,.carousel-highlight .carousel-item-prev:not(.carousel-item-right) .card,.carousel-highlight-backplate .active.carousel-item-left .card,.carousel-highlight-backplate .active.carousel-item-right .card,.carousel-highlight-backplate .carousel-item-next:not(.carousel-item-left) .card,.carousel-highlight-backplate .carousel-item-prev:not(.carousel-item-right) .card {
    opacity: 0
}

.carousel-highlight.carousel-sneak-peek .carousel-inner {
    width: 90%
}

@media screen and (min-width: 1084px) {
    .carousel-highlight.carousel-sneak-peek .active.carousel-item-left,.carousel-highlight.carousel-sneak-peek .active.carousel-item-right,.carousel-highlight.carousel-sneak-peek .carousel-item-next:not(.carousel-item-left),.carousel-highlight.carousel-sneak-peek .carousel-item-prev:not(.carousel-item-right) {
        opacity:.3
    }
}

@media screen and (min-width: 860px) {
    html:not([dir=rtl]) .carousel-highlight.carousel-sneak-peek .active.carousel-item-right,html:not([dir=rtl]) .carousel-highlight.carousel-sneak-peek .carousel-item-next:not(.carousel-item-left) {
        transform:translateX(101%)
    }

    html[dir=rtl] .carousel-highlight.carousel-sneak-peek .active.carousel-item-right,html[dir=rtl] .carousel-highlight.carousel-sneak-peek .carousel-item-next:not(.carousel-item-left) {
        transform: translateX(-101%)
    }
}

@media screen and (min-width: 1084px) {
    html:not([dir=rtl]) .carousel-highlight.carousel-sneak-peek .active.carousel-item-right,html:not([dir=rtl]) .carousel-highlight.carousel-sneak-peek .carousel-item-next:not(.carousel-item-left) {
        transform:scale(.91) translate(12%,0)
    }

    html[dir=rtl] .carousel-highlight.carousel-sneak-peek .active.carousel-item-right,html[dir=rtl] .carousel-highlight.carousel-sneak-peek .carousel-item-next:not(.carousel-item-left) {
        transform: scale(.91) translate(-12%,0)
    }
}

@media screen and (min-width: 860px) {
    html:not([dir=rtl]) .carousel-highlight.carousel-sneak-peek .active.carousel-item-left,html:not([dir=rtl]) .carousel-highlight.carousel-sneak-peek .carousel-item-prev:not(.carousel-item-right) {
        transform:translateX(-101%)
    }

    html[dir=rtl] .carousel-highlight.carousel-sneak-peek .active.carousel-item-left,html[dir=rtl] .carousel-highlight.carousel-sneak-peek .carousel-item-prev:not(.carousel-item-right) {
        transform: translateX(101%)
    }
}

@media screen and (min-width: 1084px) {
    html:not([dir=rtl]) .carousel-highlight.carousel-sneak-peek .active.carousel-item-left,html:not([dir=rtl]) .carousel-highlight.carousel-sneak-peek .carousel-item-prev:not(.carousel-item-right) {
        transform:scale(.91) translate(-12%,0)
    }

    html[dir=rtl] .carousel-highlight.carousel-sneak-peek .active.carousel-item-left,html[dir=rtl] .carousel-highlight.carousel-sneak-peek .carousel-item-prev:not(.carousel-item-right) {
        transform: scale(.91) translate(12%,0)
    }
}

@media screen and (min-width: 1084px) {
    .carousel-highlight.carousel-sneak-peek .carousel-controls .carousel-control-next,.carousel-highlight.carousel-sneak-peek .carousel-controls .carousel-control-prev {
        transform:scale(.91);
        transform-style: flat
    }
}

@media screen and (max-width: 1083px) {
    .carousel-highlight.carousel-sneak-peek .carousel-controls {
        display:flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: -3.5rem;
        left: 50%;
        transform: translateX(-50%)
    }

    .carousel-highlight.carousel-sneak-peek .carousel-control-next,.carousel-highlight.carousel-sneak-peek .carousel-control-prev,.carousel-highlight.carousel-sneak-peek .carousel-indicators {
        position: static
    }

    .carousel-highlight.carousel-sneak-peek .carousel-control-next,.carousel-highlight.carousel-sneak-peek .carousel-control-prev {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .carousel-highlight.carousel-sneak-peek .carousel-control-next::after,.carousel-highlight.carousel-sneak-peek .carousel-control-prev::after {
        font-size: 1.25rem
    }

    .carousel-highlight.carousel-sneak-peek .carousel-indicators {
        margin-bottom: 3px
    }
}

@media screen and (min-width: 860px) {
    .carousel-highlight:not(.carousel-sneak-peek) .carousel-item {
        transition:transform .8s ease-in-out
    }

    .carousel-highlight:not(.carousel-sneak-peek) .carousel-item.sliding-in .card {
        transition: opacity .8s ease-in
    }
}

@media screen and (min-width: 860px) and (prefers-reduced-motion:reduce) {
    .carousel-highlight:not(.carousel-sneak-peek) .carousel-item.sliding-in .card {
        transition:none
    }
}

@media screen and (min-width: 860px) and (prefers-reduced-motion:reduce) {
    .carousel-highlight:not(.carousel-sneak-peek) .carousel-item {
        transition:none
    }
}

.carousel-highlight:not(.carousel-sneak-peek) .card-img-overlay>.card-foreground .card {
    min-height: auto
}

.carousel-highlight:not(.carousel-sneak-peek) .carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -3.5rem;
    left: 50%;
    transform: translateX(-50%)
}

.carousel-highlight:not(.carousel-sneak-peek) .carousel-control-next,.carousel-highlight:not(.carousel-sneak-peek) .carousel-control-prev,.carousel-highlight:not(.carousel-sneak-peek) .carousel-indicators {
    position: static
}

.carousel-highlight:not(.carousel-sneak-peek) .carousel-control-next,.carousel-highlight:not(.carousel-sneak-peek) .carousel-control-prev {
    padding-right: 1rem;
    padding-left: 1rem
}

.carousel-highlight:not(.carousel-sneak-peek) .carousel-control-next::after,.carousel-highlight:not(.carousel-sneak-peek) .carousel-control-prev::after {
    font-size: 1.25rem
}

.carousel-highlight:not(.carousel-sneak-peek) .carousel-indicators {
    margin-bottom: 3px
}

@media screen and (min-width: 860px) {
    .carousel-highlight-backplate .carousel-item {
        transition:transform .8s ease-in-out
    }

    .carousel-highlight-backplate .carousel-item.sliding-in .card {
        transition: opacity .8s ease-in
    }
}

@media screen and (min-width: 860px) and (prefers-reduced-motion:reduce) {
    .carousel-highlight-backplate .carousel-item.sliding-in .card {
        transition:none
    }
}

@media screen and (min-width: 860px) and (prefers-reduced-motion:reduce) {
    .carousel-highlight-backplate .carousel-item {
        transition:none
    }
}

@media screen and (min-width: 1084px) {
    .carousel-highlight-backplate .carousel-control-next,.carousel-highlight-backplate .carousel-control-prev {
        background:rgba(255,255,255,.8);
        box-shadow: 0 .1875rem .4375rem 0 rgba(0,0,0,.13),0 .0625rem .125rem 0 rgba(0,0,0,.11);
        height: 44px;
        width: 44px;
        top: calc(50% - (44px / 2));
        margin: 0 .25rem;
        border-radius: 50%
    }

    .theme-dark .carousel-highlight-backplate .carousel-control-next,.theme-dark .carousel-highlight-backplate .carousel-control-prev {
        background: rgba(47,47,47,.8)
    }

    .carousel-highlight-backplate .carousel-control-next:not(:disabled):focus,.carousel-highlight-backplate .carousel-control-next:not(:disabled):hover,.carousel-highlight-backplate .carousel-control-prev:not(:disabled):focus,.carousel-highlight-backplate .carousel-control-prev:not(:disabled):hover {
        background: rgba(255,255,255,.9);
        box-shadow: 0 .375rem .875rem 0 rgba(0,0,0,.13),0 .0625rem .25rem 0 rgba(0,0,0,.11)
    }

    .theme-dark .carousel-highlight-backplate .carousel-control-next:not(:disabled):focus,.theme-dark .carousel-highlight-backplate .carousel-control-next:not(:disabled):hover,.theme-dark .carousel-highlight-backplate .carousel-control-prev:not(:disabled):focus,.theme-dark .carousel-highlight-backplate .carousel-control-prev:not(:disabled):hover {
        background: rgba(47,47,47,.9)
    }

    .carousel-highlight-backplate .carousel-control-next::after,.carousel-highlight-backplate .carousel-control-prev::after {
        font-size: 1.5rem
    }

    .carousel-highlight-backplate .carousel-control-next:focus,.carousel-highlight-backplate .carousel-control-prev:focus {
        outline-offset: -.1875rem
    }

    html:not([dir=rtl]) .carousel-highlight-backplate .carousel-control-next:not(:disabled):hover::after,html:not([dir=rtl]) .carousel-highlight-backplate .carousel-control-prev:not(:disabled):hover::after {
        transform: none
    }

    html[dir=rtl] .carousel-highlight-backplate .carousel-control-next:not(:disabled):hover::after,html[dir=rtl] .carousel-highlight-backplate .carousel-control-prev:not(:disabled):hover::after {
        transform: none
    }

    .carousel-highlight-backplate .carousel-controls .carousel-indicators {
        bottom: -3.5rem
    }
}

@media screen and (max-width: 1083px) {
    .carousel-highlight-backplate .carousel-controls {
        display:flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: -3.5rem;
        left: 50%;
        transform: translateX(-50%)
    }

    .carousel-highlight-backplate .carousel-control-next,.carousel-highlight-backplate .carousel-control-prev,.carousel-highlight-backplate .carousel-indicators {
        position: static
    }

    .carousel-highlight-backplate .carousel-control-next,.carousel-highlight-backplate .carousel-control-prev {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .carousel-highlight-backplate .carousel-control-next::after,.carousel-highlight-backplate .carousel-control-prev::after {
        font-size: 1.25rem
    }

    .carousel-highlight-backplate .carousel-indicators {
        margin-bottom: 3px
    }
}

.carousel-sneak-peek.carousel-content-cards .carousel-inner {
    width: 90%
}

@media screen and (min-width: 860px) {
    .carousel-sneak-peek.carousel-content-cards .carousel-inner {
        width:66%
    }
}

@media screen and (min-width: 1400px) {
    .carousel-sneak-peek.carousel-content-cards .carousel-inner {
        width:60%
    }
}

.carousel-sneak-peek.carousel-content-cards .carousel-item {
    display: flex;
    background: 0 0
}

.carousel-sneak-peek.carousel-content-cards .carousel-item.active .card-body,.carousel-sneak-peek.carousel-content-cards .carousel-item.active .card-footer,.carousel-sneak-peek.carousel-content-cards .carousel-item.active .card-header {
    opacity: 1;
    visibility: visible
}

.carousel-sneak-peek.carousel-content-cards .carousel-item:not(.active) .card-body,.carousel-sneak-peek.carousel-content-cards .carousel-item:not(.active) .card-footer,.carousel-sneak-peek.carousel-content-cards .carousel-item:not(.active) .card-header {
    opacity: 0;
    visibility: hidden
}

.carousel-sneak-peek.carousel-content-cards .carousel-item.sliding-in .card-body,.carousel-sneak-peek.carousel-content-cards .carousel-item.sliding-in .card-footer,.carousel-sneak-peek.carousel-content-cards .carousel-item.sliding-in .card-header {
    opacity: 1;
    visibility: visible;
    transition: opacity .6s ease-in
}

@media (prefers-reduced-motion:reduce) {
    .carousel-sneak-peek.carousel-content-cards .carousel-item.sliding-in .card-body,.carousel-sneak-peek.carousel-content-cards .carousel-item.sliding-in .card-footer,.carousel-sneak-peek.carousel-content-cards .carousel-item.sliding-in .card-header {
        transition: none
    }
}

@media screen and (min-width: 860px) {
    .carousel-sneak-peek.carousel-content-cards .active.carousel-item-left,.carousel-sneak-peek.carousel-content-cards .active.carousel-item-right,.carousel-sneak-peek.carousel-content-cards .carousel-item-next:not(.carousel-item-left),.carousel-sneak-peek.carousel-content-cards .carousel-item-prev:not(.carousel-item-right) {
        opacity:.3
    }
}

.carousel-sneak-peek.carousel-content-cards .active.carousel-item-left .card-body,.carousel-sneak-peek.carousel-content-cards .active.carousel-item-left .card-footer,.carousel-sneak-peek.carousel-content-cards .active.carousel-item-left .card-header,.carousel-sneak-peek.carousel-content-cards .active.carousel-item-right .card-body,.carousel-sneak-peek.carousel-content-cards .active.carousel-item-right .card-footer,.carousel-sneak-peek.carousel-content-cards .active.carousel-item-right .card-header,.carousel-sneak-peek.carousel-content-cards .carousel-item-next:not(.carousel-item-left) .card-body,.carousel-sneak-peek.carousel-content-cards .carousel-item-next:not(.carousel-item-left) .card-footer,.carousel-sneak-peek.carousel-content-cards .carousel-item-next:not(.carousel-item-left) .card-header,.carousel-sneak-peek.carousel-content-cards .carousel-item-prev:not(.carousel-item-right) .card-body,.carousel-sneak-peek.carousel-content-cards .carousel-item-prev:not(.carousel-item-right) .card-footer,.carousel-sneak-peek.carousel-content-cards .carousel-item-prev:not(.carousel-item-right) .card-header {
    opacity: 0
}

@media screen and (min-width: 860px) {
    html:not([dir=rtl]) .carousel-sneak-peek.carousel-content-cards .active.carousel-item-right,html:not([dir=rtl]) .carousel-sneak-peek.carousel-content-cards .carousel-item-next:not(.carousel-item-left) {
        transform:scale(.91) translate(25%,0)
    }

    html[dir=rtl] .carousel-sneak-peek.carousel-content-cards .active.carousel-item-right,html[dir=rtl] .carousel-sneak-peek.carousel-content-cards .carousel-item-next:not(.carousel-item-left) {
        transform: scale(.91) translate(-25%,0)
    }
}

@media screen and (min-width: 1400px) {
    html:not([dir=rtl]) .carousel-sneak-peek.carousel-content-cards .active.carousel-item-right,html:not([dir=rtl]) .carousel-sneak-peek.carousel-content-cards .carousel-item-next:not(.carousel-item-left) {
        transform:scale(.91) translate(33%,0)
    }

    html[dir=rtl] .carousel-sneak-peek.carousel-content-cards .active.carousel-item-right,html[dir=rtl] .carousel-sneak-peek.carousel-content-cards .carousel-item-next:not(.carousel-item-left) {
        transform: scale(.91) translate(-33%,0)
    }
}

@media screen and (min-width: 860px) {
    html:not([dir=rtl]) .carousel-sneak-peek.carousel-content-cards .active.carousel-item-left,html:not([dir=rtl]) .carousel-sneak-peek.carousel-content-cards .carousel-item-prev:not(.carousel-item-right) {
        transform:scale(.91) translate(-25%,0)
    }

    html[dir=rtl] .carousel-sneak-peek.carousel-content-cards .active.carousel-item-left,html[dir=rtl] .carousel-sneak-peek.carousel-content-cards .carousel-item-prev:not(.carousel-item-right) {
        transform: scale(.91) translate(25%,0)
    }
}

@media screen and (min-width: 1400px) {
    html:not([dir=rtl]) .carousel-sneak-peek.carousel-content-cards .active.carousel-item-left,html:not([dir=rtl]) .carousel-sneak-peek.carousel-content-cards .carousel-item-prev:not(.carousel-item-right) {
        transform:scale(.91) translate(-33%,0)
    }

    html[dir=rtl] .carousel-sneak-peek.carousel-content-cards .active.carousel-item-left,html[dir=rtl] .carousel-sneak-peek.carousel-content-cards .carousel-item-prev:not(.carousel-item-right) {
        transform: scale(.91) translate(33%,0)
    }
}

@media screen and (min-width: 860px) {
    .carousel-sneak-peek.carousel-content-cards .carousel-controls .carousel-control-next,.carousel-sneak-peek.carousel-content-cards .carousel-controls .carousel-control-prev {
        transform:scale(.91);
        transform-style: flat;
        width: 18%
    }

    .carousel-sneak-peek.carousel-content-cards .carousel-controls .carousel-control-prev {
        justify-content: flex-start
    }

    .carousel-sneak-peek.carousel-content-cards .carousel-controls .carousel-control-next {
        justify-content: flex-end
    }
}

@media screen and (min-width: 1400px) {
    .carousel-sneak-peek.carousel-content-cards .carousel-controls .carousel-control-next,.carousel-sneak-peek.carousel-content-cards .carousel-controls .carousel-control-prev {
        width:21%
    }
}

@media screen and (max-width: 859px) {
    .carousel-sneak-peek.carousel-content-cards .carousel-controls {
        display:flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: -3.5rem;
        left: 50%;
        transform: translateX(-50%)
    }

    .carousel-sneak-peek.carousel-content-cards .carousel-control-next,.carousel-sneak-peek.carousel-content-cards .carousel-control-prev,.carousel-sneak-peek.carousel-content-cards .carousel-indicators {
        position: static
    }

    .carousel-sneak-peek.carousel-content-cards .carousel-control-next,.carousel-sneak-peek.carousel-content-cards .carousel-control-prev {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .carousel-sneak-peek.carousel-content-cards .carousel-control-next::after,.carousel-sneak-peek.carousel-content-cards .carousel-control-prev::after {
        font-size: 1.25rem
    }

    .carousel-sneak-peek.carousel-content-cards .carousel-indicators {
        margin-bottom: 3px
    }
}

.carousel-product-card .container {
    width: 87%;
    height: 100%
}

@media screen and (min-width: 860px) {
    .carousel-product-card .container {
        width:90%
    }
}

.carousel-product-card .row {
    flex-wrap: nowrap;
    overflow: hidden;
    height: 100%
}

@media screen and (max-width: 859px) {
    .carousel-product-card .carousel-control-next,.carousel-product-card .carousel-control-prev {
        width:7%
    }
}

.carousel-product-card .carousel-control-next::after,.carousel-product-card .carousel-control-prev::after {
    font-size: 1.75rem
}

.carousel-lg-side-controls .carousel-item>div {
    height: 100%
}

@media screen and (min-width: 1084px) {
    .carousel-lg-side-controls .carousel-inner {
        width:90%;
        margin: auto
    }
}

.carousel-lg-side-controls .carousel-controls .carousel-indicators {
    bottom: -3.5rem
}

@media screen and (max-width: 1083px) {
    .carousel-lg-side-controls .carousel-controls {
        display:flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: -3.5rem;
        left: 50%;
        transform: translateX(-50%)
    }

    .carousel-lg-side-controls .carousel-control-next,.carousel-lg-side-controls .carousel-control-prev,.carousel-lg-side-controls .carousel-indicators {
        position: static
    }

    .carousel-lg-side-controls .carousel-control-next,.carousel-lg-side-controls .carousel-control-prev {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .carousel-lg-side-controls .carousel-control-next::after,.carousel-lg-side-controls .carousel-control-prev::after {
        font-size: 1.25rem
    }

    .carousel-lg-side-controls .carousel-indicators {
        margin-bottom: 3px
    }
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: center
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5%;
    min-width: 44px;
    min-height: 44px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0;
    padding: 0;
    background: 0 0;
    color: #171717
}

.theme-dark .carousel-control-next,.theme-dark .carousel-control-prev {
    color: #f2f2f2
}

.carousel-control-next:disabled,.carousel-control-prev:disabled {
    opacity: .3;
    cursor: default
}

.carousel-control-next::after,.carousel-control-prev::after {
    font-family: MWF-FLUENT-ICONS;
    font-weight: 400;
    font-size: 2.5rem;
    transition: transform .6s cubic-bezier(.19,1,.22,1)
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next::after,.carousel-control-prev::after {
        transition: none
    }
}

html:not([dir=rtl]) .carousel-control-prev {
    left: 0
}

html:not([dir=rtl]) .carousel-control-prev::after {
    content: ""
}

html:not([dir=rtl]) .carousel-control-prev:not(:disabled):hover::after {
    transform: translate(-.5rem,0)
}

html[dir=rtl] .carousel-control-prev {
    right: 0
}

html[dir=rtl] .carousel-control-prev::after {
    content: ""
}

html[dir=rtl] .carousel-control-prev:not(:disabled):hover::after {
    transform: translate(.5rem,0)
}

html:not([dir=rtl]) .carousel-control-next {
    right: 0
}

html:not([dir=rtl]) .carousel-control-next::after {
    content: ""
}

html:not([dir=rtl]) .carousel-control-next:not(:disabled):hover::after {
    transform: translate(.5rem,0)
}

html[dir=rtl] .carousel-control-next {
    left: 0
}

html[dir=rtl] .carousel-control-next::after {
    content: ""
}

html[dir=rtl] .carousel-control-next:not(:disabled):hover::after {
    transform: translate(-.5rem,0)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    -webkit-padding-start: 0;
    padding-inline-start:0;list-style: none;
    color: #171717
}

.theme-dark .carousel-indicators {
    color: #f2f2f2
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    margin-right: 1rem;
    margin-left: 1rem
}

.carousel-indicators li::after {
    font-family: MWF-FLUENT-ICONS;
    font-weight: 400;
    font-size: .625rem;
    content: ""
}

.carousel-indicators .active::after {
    content: ""
}

.close {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: inherit
}

.close::before {
    content: "";
    font-family: MWF-FLUENT-ICONS
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

a.close.disabled {
    pointer-events: none
}

.color-picker {
    padding: 0 .4375em 1.25em;
    position: relative
}

.color-picker input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.color-picker .color-picker-heading-container {
    display: flex;
    margin-bottom: .625em
}

.color-picker .color-picker-heading {
    font-weight: 600
}

.color-picker input+label .color-picker-label {
    display: none
}

html:not([dir=rtl]) .color-picker .color-picker-color-name {
    margin-left: .3125em
}

html[dir=rtl] .color-picker .color-picker-color-name {
    margin-right: .3125em
}

.color-picker .color-picker-dot {
    height: 2em;
    width: 2em;
    display: inline-block;
    border-radius: 50%;
    border: .0625em solid #757575;
    -webkit-margin-end: 1rem;
    margin-inline-end:1rem;margin-bottom: .25rem;
    will-change: transform;
    position: relative;
    cursor: pointer;
    transition: transform .15s
}

@media (prefers-reduced-motion:reduce) {
    .color-picker .color-picker-dot {
        transition: none
    }
}

.theme-dark .color-picker .color-picker-dot {
    border-color: #d2d2d2
}

.color-picker .color-picker-dot::before {
    content: " ";
    position: absolute;
    border-radius: 50%;
    box-shadow: inset 0 0 0 .1875em #fff;
    width: 100%;
    height: 100%;
    z-index: 1
}

.color-picker .color-picker-dot svg {
    position: absolute;
    width: 100%;
    height: 100%
}

.color-picker .color-picker-dot.color-picker-bg-image {
    background-color: #fff;
    background-size: contain;
    background-position: center;
    border-width: .0625em;
    border-style: solid
}

.color-picker .color-picker-bg-image-square {
    border-radius: .25rem
}

.color-picker input:checked+label .color-picker-label {
    position: absolute;
    bottom: 0;
    display: inline-block
}

html:not([dir=rtl]) .color-picker input:checked+label .color-picker-label {
    left: 0
}

html[dir=rtl] .color-picker input:checked+label .color-picker-label {
    right: 0
}

.color-picker .color-picker-dot:hover,.color-picker input:checked+label .color-picker-dot {
    transform: scale(1.3)
}

.color-picker input:checked+label .color-picker-dot {
    border: .125rem solid
}

.color-picker .color-picker-control:checked+label .color-picker-dot::after {
    font-family: MWF-FLUENT-ICONS;
    content: "";
    color: #fff;
    position: absolute;
    line-height: 1;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-left: -.5em;
    margin-top: -.5em
}

.color-picker .color-picker-control:checked+label .color-picker-bg-image::after {
    content: ""
}

.color-picker input:focus+label .color-picker-dot {
    outline: .1875rem dotted currentColor;
    outline-offset: .125rem
}

.color-picker.color-picker--dark .color-picker-dot {
    border: .125rem solid #fff
}

.color-picker.color-picker--dark .color-picker-dot:hover {
    border: .125rem solid transparent
}

.color-picker.color-picker--dark .color-picker-dot:hover::before {
    box-shadow: inset 0 0 0 .1875em #fff
}

.color-picker input+.color-picker-dot-light .color-picker-dot:hover::before,.color-picker input:checked+.color-picker-dot-light .color-picker-dot::before {
    box-shadow: inset 0 0 0 .1875em #000
}

.color-picker input:checked+.color-picker-dot-light .color-picker-dot::after {
    color: #000
}

.result-list {
    position: absolute;
    z-index: 3;
    width: 100%;
    padding: 0;
    list-style: none;
    border: .0625rem solid #e6e6e6;
    display: none;
    background-color: #fff;
    color: #000
}

.theme-dark .result-list {
    background-color: #000;
    color: #fff
}

.result-list.active {
    display: block
}

.result-list .result {
    padding-left: 1rem;
    padding-right: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.result-list .result.selected,.result-list .result:focus,.result-list .result:hover {
    outline: .1875rem dotted currentColor!important;
    outline-offset: -.1875rem;
    background-color: #0067b8;
    color: #fff
}

.theme-dark .result-list .result.selected,.theme-dark .result-list .result:focus,.theme-dark .result-list .result:hover {
    background-color: #3aa0fa;
    color: #000
}

.search-results-container {
    position: relative
}

.combobox {
    position: relative;
    display: inline-block;
    width: 100%
}

.combobox .combobox-toggle::after {
    display: block;
    font-size: 1em;
    font-family: MWF-FLUENT-ICONS;
    position: absolute;
    line-height: 1;
    top: calc(50% + .0625em);
    margin-top: -.5em
}

.combobox .combobox-divider {
    height: 0;
    margin: 0 0;
    overflow: hidden;
    border-top: 1px solid currentColor;
    opacity: .15
}

.combobox .combobox-item {
    display: block;
    width: 100%;
    clear: both;
    text-decoration: none;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding: .5rem .75rem;
    color: #000
}

.theme-dark .combobox .combobox-item {
    color: #fff
}

.combobox .combobox-item:focus,.combobox .combobox-item:hover {
    background-color: #e6e6e6;
    color: #000;
    outline-offset: -.1875rem
}

.theme-dark .combobox .combobox-item:focus,.theme-dark .combobox .combobox-item:hover {
    background-color: #505050;
    color: #fff
}

.combobox .combobox-item.active,.combobox .combobox-item:active {
    background-color: #000;
    color: #fff
}

.theme-dark .combobox .combobox-item.active,.theme-dark .combobox .combobox-item:active {
    background-color: #fff;
    color: #000
}

.combobox .combobox-item.disabled,.combobox .combobox-item:disabled {
    opacity: .3;
    pointer-events: none;
    background-color: transparent
}

.combobox .combobox-item:disabled {
    opacity: .3
}

html:not([dir=rtl]) .combobox {
    text-align: left
}

html[dir=rtl] .combobox {
    text-align: right
}

.combobox .combobox-toggle {
    width: 100%
}

.combobox .combobox-toggle::after {
    content: ""
}

.combobox .combobox-menu {
    position: absolute;
    top: 0;
    z-index: 1000;
    display: none;
    font-size: 1rem;
    border: .0625rem solid #757575;
    border-radius: 0;
    box-shadow: 0 .375rem .875rem 0 rgba(0,0,0,.13),0 .0625rem .25rem 0 rgba(0,0,0,.11);
    background-clip: padding-box;
    background-color: #fff;
    color: #000;
    top: 100%;
    width: 100%;
    max-height: 300px;
    overflow-y: auto
}

.theme-dark .combobox .combobox-menu {
    border-color: #d2d2d2;
    background-color: #000;
    color: #fff
}

html:not([dir=rtl]) .combobox .combobox-menu {
    text-align: left;
    left: 0;
    right: auto
}

html[dir=rtl] .combobox .combobox-menu {
    text-align: right;
    left: auto;
    right: 0
}

.combobox .combobox-menu.show {
    display: block
}

.combobox .combobox-item {
    position: relative;
    cursor: pointer
}

html:not([dir=rtl]) .combobox .combobox-item {
    padding-left: 2.5rem
}

html[dir=rtl] .combobox .combobox-item {
    padding-right: 2.5rem
}

html:not([dir=rtl]) .combobox .combobox-item:not([role=option]) {
    padding-left: 1rem
}

html[dir=rtl] .combobox .combobox-item:not([role=option]) {
    padding-right: 1rem
}

.combobox .combobox-item:not([role=option]):hover {
    background-color: inherit;
    color: inherit
}

.combobox .combobox-divider {
    border-color: #757575;
    opacity: 1
}

.theme-dark .combobox .combobox-divider {
    border-color: #d2d2d2
}

.combobox .combobox-item.current-item {
    background-color: #e6e6e6;
    outline: .1875rem dotted currentColor;
    outline-offset: -3px
}

.theme-dark .combobox .combobox-item.current-item {
    background-color: #505050;
    color: #fff
}

.combobox .combobox-item.current-item:active {
    background-color: #000;
    color: #fff
}

.theme-dark .combobox .combobox-item.current-item:active {
    background-color: #fff;
    color: #000
}

.combobox .combobox-item[aria-selected=true] {
    background-color: #e6e6e6
}

.theme-dark .combobox .combobox-item[aria-selected=true] {
    background-color: #505050;
    color: #fff
}

.combobox .combobox-item[aria-selected=true]::after {
    content: "";
    display: block;
    font-family: MWF-FLUENT-ICONS;
    position: absolute;
    line-height: 1;
    top: calc(50% + .0625em);
    margin-top: -.5em
}

html:not([dir=rtl]) .combobox .combobox-item[aria-selected=true]::after {
    left: 1rem
}

html[dir=rtl] .combobox .combobox-item[aria-selected=true]::after {
    right: 1rem
}

.divider,hr {
    border: 0;
    border-top: .0625rem solid #757575;
    margin: 0
}

.theme-dark .divider,.theme-dark hr {
    border-color: #d2d2d2
}

.dropdown,.dropleft,.dropright,.dropup {
    position: relative;
    display: inline-block
}

.dropdown .dropdown-toggle::after,.dropleft .dropdown-toggle::after,.dropright .dropdown-toggle::after,.dropup .dropdown-toggle::after {
    display: block;
    font-size: 1em;
    font-family: MWF-FLUENT-ICONS;
    position: absolute;
    line-height: 1;
    top: calc(50% + .0625em);
    margin-top: -.5em
}

.dropdown .dropdown-divider,.dropleft .dropdown-divider,.dropright .dropdown-divider,.dropup .dropdown-divider {
    height: 0;
    margin: 0 0;
    overflow: hidden;
    border-top: 1px solid currentColor;
    opacity: .15
}

.dropdown .dropdown-item,.dropleft .dropdown-item,.dropright .dropdown-item,.dropup .dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    text-decoration: none;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding: .5rem .75rem;
    color: #000
}

.theme-dark .dropdown .dropdown-item,.theme-dark .dropleft .dropdown-item,.theme-dark .dropright .dropdown-item,.theme-dark .dropup .dropdown-item {
    color: #fff
}

.dropdown .dropdown-item:focus,.dropdown .dropdown-item:hover,.dropleft .dropdown-item:focus,.dropleft .dropdown-item:hover,.dropright .dropdown-item:focus,.dropright .dropdown-item:hover,.dropup .dropdown-item:focus,.dropup .dropdown-item:hover {
    background-color: #e6e6e6;
    color: #000;
    outline-offset: -.1875rem
}

.theme-dark .dropdown .dropdown-item:focus,.theme-dark .dropdown .dropdown-item:hover,.theme-dark .dropleft .dropdown-item:focus,.theme-dark .dropleft .dropdown-item:hover,.theme-dark .dropright .dropdown-item:focus,.theme-dark .dropright .dropdown-item:hover,.theme-dark .dropup .dropdown-item:focus,.theme-dark .dropup .dropdown-item:hover {
    background-color: #505050;
    color: #fff
}

.dropdown .dropdown-item.active,.dropdown .dropdown-item:active,.dropleft .dropdown-item.active,.dropleft .dropdown-item:active,.dropright .dropdown-item.active,.dropright .dropdown-item:active,.dropup .dropdown-item.active,.dropup .dropdown-item:active {
    background-color: #000;
    color: #fff
}

.theme-dark .dropdown .dropdown-item.active,.theme-dark .dropdown .dropdown-item:active,.theme-dark .dropleft .dropdown-item.active,.theme-dark .dropleft .dropdown-item:active,.theme-dark .dropright .dropdown-item.active,.theme-dark .dropright .dropdown-item:active,.theme-dark .dropup .dropdown-item.active,.theme-dark .dropup .dropdown-item:active {
    background-color: #fff;
    color: #000
}

.dropdown .dropdown-item.disabled,.dropdown .dropdown-item:disabled,.dropleft .dropdown-item.disabled,.dropleft .dropdown-item:disabled,.dropright .dropdown-item.disabled,.dropright .dropdown-item:disabled,.dropup .dropdown-item.disabled,.dropup .dropdown-item:disabled {
    opacity: .3;
    pointer-events: none;
    background-color: transparent
}

.dropdown .dropdown-item:disabled,.dropleft .dropdown-item:disabled,.dropright .dropdown-item:disabled,.dropup .dropdown-item:disabled {
    opacity: .3
}

.dropdown .dropdown-toggle,.dropleft .dropdown-toggle,.dropright .dropdown-toggle,.dropup .dropdown-toggle {
    position: relative
}

.dropdown.btn-group,.dropdown.btn-group-vertical,.dropleft.btn-group,.dropleft.btn-group-vertical,.dropright.btn-group,.dropright.btn-group-vertical,.dropup.btn-group,.dropup.btn-group-vertical {
    display: inline-flex
}

html:not([dir=rtl]) .dropdown .dropdown-toggle::after,html:not([dir=rtl]) .dropright .dropdown-toggle::after,html:not([dir=rtl]) .dropup .dropdown-toggle::after {
    right: 0
}

html[dir=rtl] .dropdown .dropdown-toggle::after,html[dir=rtl] .dropright .dropdown-toggle::after,html[dir=rtl] .dropup .dropdown-toggle::after {
    left: 0
}

html:not([dir=rtl]) .dropdown .dropdown-toggle,html:not([dir=rtl]) .dropright .dropdown-toggle,html:not([dir=rtl]) .dropup .dropdown-toggle {
    padding-right: 1em
}

html[dir=rtl] .dropdown .dropdown-toggle,html[dir=rtl] .dropright .dropdown-toggle,html[dir=rtl] .dropup .dropdown-toggle {
    padding-left: 1em
}

html:not([dir=rtl]) .dropdown .dropdown-toggle.btn::after,html:not([dir=rtl]) .dropright .dropdown-toggle.btn::after,html:not([dir=rtl]) .dropup .dropdown-toggle.btn::after {
    right: .75rem
}

html[dir=rtl] .dropdown .dropdown-toggle.btn::after,html[dir=rtl] .dropright .dropdown-toggle.btn::after,html[dir=rtl] .dropup .dropdown-toggle.btn::after {
    left: .75rem
}

html:not([dir=rtl]) .dropdown .dropdown-toggle.btn,html:not([dir=rtl]) .dropright .dropdown-toggle.btn,html:not([dir=rtl]) .dropup .dropdown-toggle.btn {
    padding-right: calc(.75rem + 1.4375em)
}

html[dir=rtl] .dropdown .dropdown-toggle.btn,html[dir=rtl] .dropright .dropdown-toggle.btn,html[dir=rtl] .dropup .dropdown-toggle.btn {
    padding-left: calc(.75rem + 1.4375em)
}

.dropup .dropdown-toggle::after {
    content: ""
}

html:not([dir=rtl]) .dropright .dropdown-toggle::after {
    content: ""
}

html[dir=rtl] .dropright .dropdown-toggle::after {
    content: ""
}

.dropdown .dropdown-toggle::after {
    content: ""
}

html:not([dir=rtl]) .dropleft .dropdown-toggle::before {
    content: "";
    left: 0
}

html[dir=rtl] .dropleft .dropdown-toggle::before {
    content: "";
    right: 0
}

html:not([dir=rtl]) .dropleft .dropdown-toggle {
    padding-left: 1em
}

html[dir=rtl] .dropleft .dropdown-toggle {
    padding-right: 1em
}

html:not([dir=rtl]) .dropleft .dropdown-toggle.btn::before {
    left: .75rem
}

html[dir=rtl] .dropleft .dropdown-toggle.btn::before {
    right: .75rem
}

html:not([dir=rtl]) .dropleft .dropdown-toggle.btn {
    padding-left: calc(.75rem + 1.4375em)
}

html[dir=rtl] .dropleft .dropdown-toggle.btn {
    padding-right: calc(.75rem + 1.4375em)
}

.dropdown-toggle-split {
    position: relative;
    min-width: 1em;
    box-sizing: content-box
}

html:not([dir=rtl]) .dropdown-toggle-split.dropdown-toggle.btn {
    padding-right: .75rem;
    padding-left: .75rem
}

html[dir=rtl] .dropdown-toggle-split.dropdown-toggle.btn {
    padding-right: .75rem;
    padding-left: .75rem
}

.dropdown-menu {
    position: absolute;
    top: 0;
    z-index: 1000;
    display: none;
    font-size: 1rem;
    border: .0625rem solid #757575;
    border-radius: 0;
    box-shadow: 0 .375rem .875rem 0 rgba(0,0,0,.13),0 .0625rem .25rem 0 rgba(0,0,0,.11);
    background-clip: padding-box;
    background-color: #fff;
    color: #000
}

.theme-dark .dropdown-menu {
    border-color: #d2d2d2;
    background-color: #000;
    color: #fff
}

html:not([dir=rtl]) .dropdown-menu {
    text-align: left;
    left: 0;
    right: auto
}

html[dir=rtl] .dropdown-menu {
    text-align: right;
    left: auto;
    right: 0
}

.dropdown-menu.show {
    display: block
}

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

html:not([dir=rtl]) ul .dropdown-menu.flyout-align-end {
    text-align: right
}

html[dir=rtl] ul .dropdown-menu.flyout-align-end {
    text-align: left
}

.dropdown-menu-lg {
    min-width: 18rem
}

.dropdown-header {
    display: block;
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    white-space: nowrap;
    color: #505050
}

.theme-dark .dropdown-header {
    color: #e6e6e6
}

.dropdown-item-text {
    display: block;
    padding: .5rem .75rem;
    color: #000
}

html:not([dir=rtl]) .nav-item .dropdown-menu {
    left: .5rem
}

html[dir=rtl] .nav-item .dropdown-menu {
    right: .5rem
}

.form-control {
    display: block;
    width: 100%;
    height: 2.5rem;
    padding: .625rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: .125rem solid #505050;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.theme-dark .form-control {
    color: #fff;
    background-color: #000;
    border: .125rem solid #e6e6e6
}

.form-control:focus {
    outline: .1875rem dotted currentColor;
    outline-offset: -.375rem
}

.form-control::-moz-placeholder {
    color: inherit;
    opacity: .5
}

.form-control::placeholder {
    color: inherit;
    opacity: .5
}

.theme-dark .form-control::-moz-placeholder {
    color: #fff
}

.theme-dark .form-control::placeholder {
    color: #fff
}

.form-control[readonly] {
    opacity: 1;
    border-color: rgba(117,117,117,.3);
    background-color: rgba(210,210,210,.3)
}

.theme-dark .form-control[readonly] {
    border-color: rgba(210,210,210,.3);
    background-color: rgba(117,117,117,.3)
}

.form-control:disabled {
    background-color: #d2d2d2;
    border-color: #757575;
    opacity: .3
}

.theme-dark .form-control:disabled {
    background-color: #757575;
    border-color: #d2d2d2
}

.form-control-plaintext[readonly] {
    display: block;
    width: 100%;
    font-size: 1rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
    line-height: 1.5;
    color: inherit;
    background-color: transparent;
    border: 0
}

.form-control-plaintext[readonly].form-control-sm {
    padding-top: .5625rem;
    padding-bottom: .5625rem
}

.form-control-plaintext[readonly].form-control-lg {
    padding-top: .6875rem;
    padding-bottom: .6875rem
}

.theme-dark .form-control-plaintext[readonly] {
    background-color: transparent
}

.form-control-sm {
    height: 2.25rem;
    padding: .5625rem .75rem;
    font-size: .875rem
}

.form-control-lg {
    height: 3rem;
    padding: .8125rem .75rem;
    font-size: 1.125rem
}

textarea.form-control {
    height: auto
}

select.form-control {
    padding: 0;
    text-indent: .25rem
}

select.form-control[multiple],select.form-control[size] {
    height: auto;
    text-indent: 0
}

select.form-control[multiple] option,select.form-control[size] option {
    padding: .625rem .75rem
}

select.form-control[multiple].form-control-sm option,select.form-control[size].form-control-sm option {
    padding: .5625rem .75rem
}

select.form-control[multiple].form-control-lg option,select.form-control[size].form-control-lg option {
    padding: .5625rem .75rem
}

.form-control-file,.form-control-range {
    display: block;
    width: 100%
}

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

.form-star-label {
    pointer-events: none;
    margin: 0
}

html:not([dir=rtl]) .form-star-checked-label {
    margin-left: .75rem
}

html[dir=rtl] .form-star-checked-label {
    margin-right: .75rem
}

.form-star-glyph {
    display: block;
    position: relative;
    width: 2.5625rem;
    height: 2.5625rem
}

html:not([dir=rtl]) .form-star-glyph {
    margin-left: -2.5625rem
}

html[dir=rtl] .form-star-glyph {
    margin-right: -2.5625rem
}

.form-star-glyph::after {
    content: "";
    color: #0067b8;
    position: absolute;
    font-family: MWF-FLUENT-ICONS;
    line-height: 1;
    display: block;
    top: .125rem;
    left: .125rem;
    font-size: 2.3125rem;
    height: 2.3125rem;
    width: 2.3125rem
}

.theme-dark .form-star-glyph::after {
    color: #3aa0fa
}

.form-star-input {
    width: 2.5625rem;
    height: 2.5625rem;
    opacity: 0;
    cursor: pointer
}

.form-star-input.disabled,.form-star-input:disabled {
    cursor: auto
}

.form-star-input.disabled+.form-star-label>.form-star-glyph::after,.form-star-input:disabled+.form-star-label>.form-star-glyph::after {
    opacity: .42;
    color: #000
}

.theme-dark .form-star-input.disabled+.form-star-label>.form-star-glyph::after,.theme-dark .form-star-input:disabled+.form-star-label>.form-star-glyph::after {
    color: #fff
}

.form-star-input.disabled~.form-star-checked-label,.form-star-input:disabled~.form-star-checked-label {
    opacity: .55
}

.form-star-input:checked~.form-star-label>.form-star-glyph::after {
    content: "";
    color: #505050
}

.theme-dark .form-star-input:checked~.form-star-label>.form-star-glyph::after {
    color: #e6e6e6
}

.form-star-input:checked.disabled~.form-star-label>.form-star-glyph::after,.form-star-input:checked:disabled~.form-star-label>.form-star-glyph::after {
    opacity: .3;
    color: #757575
}

.theme-dark .form-star-input:checked.disabled~.form-star-label>.form-star-glyph::after,.theme-dark .form-star-input:checked:disabled~.form-star-label>.form-star-glyph::after {
    color: #d2d2d2
}

.form-star-input:checked+.form-star-label>.form-star-glyph::after {
    content: "";
    color: #0067b8
}

.theme-dark .form-star-input:checked+.form-star-label>.form-star-glyph::after {
    color: #3aa0fa
}

.form-star-input:checked.disabled+.form-star-label>.form-star-glyph::after,.form-star-input:checked:disabled+.form-star-label>.form-star-glyph::after {
    opacity: .42;
    color: #000
}

.theme-dark .form-star-input:checked.disabled+.form-star-label>.form-star-glyph::after,.theme-dark .form-star-input:checked:disabled+.form-star-label>.form-star-glyph::after {
    color: #fff
}

.form-star-input:focus+.form-star-label>.form-star-glyph {
    outline: .1875rem dotted currentColor;
    outline-offset: .125rem;
    outline-offset: -.125rem
}

.form-star {
    display: inline-flex;
    align-items: center
}

.form-star:hover .form-star-input:not(:disabled):not(.disabled)~.form-star-label>.form-star-glyph::after {
    content: "";
    color: #0067b8
}

.theme-dark .form-star:hover .form-star-input:not(:disabled):not(.disabled)~.form-star-label>.form-star-glyph::after {
    color: #3aa0fa
}

.form-star:hover .form-star-input:not(:disabled):not(.disabled):hover~.form-star-label>.form-star-glyph::after {
    content: "";
    color: #505050
}

.theme-dark .form-star:hover .form-star-input:not(:disabled):not(.disabled):hover~.form-star-label>.form-star-glyph::after {
    color: #e6e6e6
}

.form-star:hover .form-star-input:not(:disabled):not(.disabled):hover+.form-star-label>.form-star-glyph::after {
    content: "";
    color: #0067b8
}

.theme-dark .form-star:hover .form-star-input:not(:disabled):not(.disabled):hover+.form-star-label>.form-star-glyph::after {
    color: #3aa0fa
}

.form-star-empty .form-star-input+.form-star-label>.form-star-glyph::after {
    content: "";
    color: #505050
}

.theme-dark .form-star-empty .form-star-input+.form-star-label>.form-star-glyph::after {
    color: #e6e6e6
}

.form-star-empty .form-star-input.disabled+.form-star-label>.form-star-glyph::after,.form-star-empty .form-star-input:disabled+.form-star-label>.form-star-glyph::after {
    opacity: .3;
    color: #757575
}

.theme-dark .form-star-empty .form-star-input.disabled+.form-star-label>.form-star-glyph::after,.theme-dark .form-star-empty .form-star-input:disabled+.form-star-label>.form-star-glyph::after {
    color: #d2d2d2
}

label,legend {
    font-size: 1rem;
    margin-bottom: .375rem
}

.col-form-label {
    padding-top: .625rem;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: .6875rem;
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: .5625rem;
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.5
}

.form-group {
    margin-bottom: 1rem
}

.form-group-inline {
    margin-bottom: .25rem
}

.form-text {
    display: block;
    margin-top: 0;
    margin-bottom: 0
}

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

.invalid-feedback,.invalid-tooltip {
    width: 100%;
    color: #dc3545;
    position: relative
}

html:not([dir=rtl]) .invalid-feedback,html:not([dir=rtl]) .invalid-tooltip {
    padding-left: 1.5rem
}

html[dir=rtl] .invalid-feedback,html[dir=rtl] .invalid-tooltip {
    padding-right: 1.5rem
}

.invalid-feedback::before,.invalid-tooltip::before {
    font-family: MWF-FLUENT-ICONS;
    font-weight: 400;
    font-size: 1rem;
    position: absolute;
    top: 0
}

html:not([dir=rtl]) .invalid-feedback::before,html:not([dir=rtl]) .invalid-tooltip::before {
    left: 0
}

html[dir=rtl] .invalid-feedback::before,html[dir=rtl] .invalid-tooltip::before {
    right: 0
}

.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 .125rem #dc3545
}

.invalid-feedback.is-invalid {
    padding-top: 0
}

.invalid-feedback.is-invalid::before {
    content: ""
}

.custom-select .custom-select-input.is-invalid,.custom-select.is-invalid,.was-validated .custom-select:invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 .125rem #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545;
    box-shadow: 0 0 0 .0625rem #dc3545,inset 0 0 0 .125rem #fff
}

.theme-dark .custom-control-input.is-invalid~.custom-control-label::before,.theme-dark .was-validated .custom-control-input:invalid~.custom-control-label::before {
    box-shadow: 0 0 0 .0625rem #dc3545,inset 0 0 0 .125rem #000
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #dc3545
}

.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 .125rem #dc3545
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.custom-checkbox .custom-control-input.is-invalid:checked~.custom-control-label::before,.custom-radio .custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-checkbox .custom-control-input:invalid:checked~.custom-control-label::before,.was-validated .custom-radio .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,.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 {
    box-shadow: 0 0 0 .125rem #dc3545
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

@media (min-width: 540px) {
    .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-range,.form-inline .custom-select,.form-inline .input-group {
        width: auto
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input.disabled~.custom-control-label,.custom-control-input:disabled~.custom-control-label {
    opacity: .55
}

.theme-dark .custom-control-input.disabled~.custom-control-label::before,.theme-dark .custom-control-input:disabled~.custom-control-label::before {
    border-color: #d2d2d2
}

.custom-control-input.disabled:checked~.custom-control-label::before,.custom-control-input:disabled:checked~.custom-control-label::before {
    opacity: .76364
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label::before {
    pointer-events: none;
    border: .125rem solid #505050;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
    background-color: #fff
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before {
        transition: none
    }
}

.theme-dark .custom-control-label::before {
    background-color: #000
}

.custom-control-label .custom-control-glyph::before {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border: .125rem solid transparent;
    background-clip: content-box;
    font-family: MWF-FLUENT-ICONS;
    line-height: 1
}

.custom-control-label .custom-control-glyph::before,.custom-control-label::before {
    content: "";
    position: absolute;
    display: block;
    top: .125rem;
    width: 1.25rem;
    height: 1.25rem
}

html:not([dir=rtl]) .custom-control-label .custom-control-glyph::before,html:not([dir=rtl]) .custom-control-label::before {
    left: -1.75rem
}

html[dir=rtl] .custom-control-label .custom-control-glyph::before,html[dir=rtl] .custom-control-label::before {
    right: -1.75rem
}

html:not([dir=rtl]) .custom-checkbox,html:not([dir=rtl]) .custom-radio {
    padding-left: 1.75rem
}

html[dir=rtl] .custom-checkbox,html[dir=rtl] .custom-radio {
    padding-right: 1.75rem
}

.form-group .custom-checkbox~.custom-checkbox:not(.custom-control-inline),.form-group .custom-radio~.custom-radio:not(.custom-control-inline) {
    margin-top: .75rem
}

.form-group .custom-checkbox.custom-control-inline,.form-group .custom-radio.custom-control-inline {
    margin-bottom: .75rem
}

.custom-checkbox .custom-control-label::before {
    border-radius: .125rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border-color: transparent;
    background-color: #0067b8
}

.theme-dark .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #3aa0fa
}

.custom-checkbox .custom-control-input:checked~.custom-control-label .custom-control-glyph::before {
    content: "";
    color: #fff
}

.theme-dark .custom-checkbox .custom-control-input:checked~.custom-control-label .custom-control-glyph::before {
    color: #000
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: transparent;
    background-color: #0067b8
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label .custom-control-glyph::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 171.16 173.33'%3E%3Cpath fill='%23fff' d='M0 90.93v-10.7h171.16v10.7H0z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input.disabled:checked~.custom-control-label::before,.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background: #000
}

.theme-dark .custom-checkbox .custom-control-input.disabled:checked~.custom-control-label::before,.theme-dark .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background: #fff
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    outline: .1875rem dotted currentColor;
    outline-offset: .125rem
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    border-color: #0067b8
}

.custom-radio .custom-control-input:checked~.custom-control-label .custom-control-glyph::before {
    content: "";
    border-width: .3125rem;
    border-style: solid;
    border-radius: 50%;
    border-color: #0067b8;
    height: .625rem;
    width: .625rem;
    font-size: .875rem;
    top: .4375rem;
    color: #0067b8
}

.theme-dark .custom-radio .custom-control-input:checked~.custom-control-label .custom-control-glyph::before {
    color: #3aa0fa;
    border-color: #3aa0fa
}

html:not([dir=rtl]) .custom-radio .custom-control-input:checked~.custom-control-label .custom-control-glyph::before {
    left: -1.4375rem
}

html[dir=rtl] .custom-radio .custom-control-input:checked~.custom-control-label .custom-control-glyph::before {
    right: -1.4375rem
}

.custom-radio .custom-control-input.disabled:checked~.custom-control-label::before,.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    border-color: #000
}

.theme-dark .custom-radio .custom-control-input.disabled:checked~.custom-control-label::before,.theme-dark .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    border-color: #fff
}

.custom-radio .custom-control-input.disabled:checked~.custom-control-label .custom-control-glyph::before,.custom-radio .custom-control-input:disabled:checked~.custom-control-label .custom-control-glyph::before {
    opacity: .76364;
    border-color: #000
}

.theme-dark .custom-radio .custom-control-input.disabled:checked~.custom-control-label .custom-control-glyph::before,.theme-dark .custom-radio .custom-control-input:disabled:checked~.custom-control-label .custom-control-glyph::before {
    border-color: #fff
}

.custom-radio .custom-control-input:focus~.custom-control-label::before {
    outline: .1875rem dotted currentColor;
    outline-offset: .125rem
}

.custom-select {
    position: relative;
    width: 100%
}

.custom-select .custom-select-arrow::after {
    pointer-events: none;
    content: "";
    color: #000;
    font-family: MWF-FLUENT-ICONS;
    position: absolute;
    line-height: 1;
    top: calc(50% + .0625em);
    margin-top: -.5em
}

html:not([dir=rtl]) .custom-select .custom-select-arrow::after {
    right: .875rem
}

html[dir=rtl] .custom-select .custom-select-arrow::after {
    left: .875rem
}

.theme-dark .custom-select .custom-select-arrow::after {
    color: #fff
}

.custom-select .btn+.custom-select-arrow::after {
    font-weight: 600
}

.custom-select .custom-select-input:disabled~.custom-select-arrow::after {
    opacity: .3
}

.custom-select-input {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 2.5rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border: .125rem solid #505050;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

html:not([dir=rtl]) .custom-select-input {
    padding-right: calc(.8125em + 1.375rem)
}

html[dir=rtl] .custom-select-input {
    padding-left: calc(.8125em + 1.375rem)
}

.theme-dark .custom-select-input {
    color: #fff;
    background-color: #000;
    border: .125rem solid #e6e6e6
}

.custom-select-input:focus {
    outline: .1875rem dotted currentColor;
    outline-offset: -.375rem
}

.custom-select-input[multiple],.custom-select-input[size]:not([size="1"]) {
    height: auto;
    background-image: none
}

html:not([dir=rtl]) .custom-select-input[multiple],html:not([dir=rtl]) .custom-select-input[size]:not([size="1"]) {
    padding-right: .75rem
}

html[dir=rtl] .custom-select-input[multiple],html[dir=rtl] .custom-select-input[size]:not([size="1"]) {
    padding-left: .75rem
}

.custom-select-input:disabled {
    background-color: #d2d2d2;
    border-color: #d2d2d2;
    opacity: .3
}

.theme-dark .custom-select-input:disabled {
    background-color: #757575;
    border-color: #d2d2d2
}

.custom-select-sm {
    height: 2.25rem;
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: 3rem;
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-range {
    width: 100%
}

.custom-range .custom-range-input {
    width: 100%;
    padding: 1rem 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000
}

.theme-dark .custom-range .custom-range-input {
    color: #fff
}

.custom-range .custom-range-input:not(:disabled) {
    cursor: pointer
}

.custom-range .custom-range-input::-moz-focus-outer {
    border: 0
}

.custom-range .custom-range-input::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.375rem;
    background-color: #fff;
    border: .125rem solid #171717;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
    color: #000
}

@media (prefers-reduced-motion:reduce) {
    .custom-range .custom-range-input::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.theme-dark .custom-range .custom-range-input::-webkit-slider-thumb {
    background-color: #000;
    border: .125rem solid #f2f2f2;
    color: #fff
}

.custom-range .custom-range-input::-webkit-slider-runnable-track {
    width: 100%;
    height: .25rem;
    color: transparent;
    background-color: #171717;
    border-color: transparent;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-range .custom-range-input::-webkit-slider-runnable-track {
        -webkit-transition: none;
        transition: none
    }
}

.theme-dark .custom-range .custom-range-input::-webkit-slider-runnable-track {
    background-color: #f2f2f2
}

.custom-range .custom-range-input::-moz-range-thumb {
    width: .75rem;
    height: .75rem;
    background-color: #fff;
    border: .125rem solid #171717;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
    color: #000
}

@media (prefers-reduced-motion:reduce) {
    .custom-range .custom-range-input::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.theme-dark .custom-range .custom-range-input::-moz-range-thumb {
    background-color: #000;
    border: .125rem solid #f2f2f2;
    color: #fff
}

.custom-range .custom-range-input::-moz-range-track {
    width: 100%;
    height: .25rem;
    color: transparent;
    background-color: #171717;
    border-color: transparent;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-range .custom-range-input::-moz-range-track {
        -moz-transition: none;
        transition: none
    }
}

.theme-dark .custom-range .custom-range-input::-moz-range-track {
    background-color: #f2f2f2
}

.custom-range .custom-range-input:active::-webkit-slider-thumb,.custom-range .custom-range-input:focus::-webkit-slider-thumb,.custom-range .custom-range-input:hover::-webkit-slider-thumb {
    border-color: #0067b8
}

.theme-dark .custom-range .custom-range-input:active::-webkit-slider-thumb,.theme-dark .custom-range .custom-range-input:focus::-webkit-slider-thumb,.theme-dark .custom-range .custom-range-input:hover::-webkit-slider-thumb {
    border-color: #3aa0fa
}

.custom-range .custom-range-input:active::-webkit-slider-runnable-track,.custom-range .custom-range-input:focus::-webkit-slider-runnable-track,.custom-range .custom-range-input:hover::-webkit-slider-runnable-track {
    background-color: #0067b8
}

.theme-dark .custom-range .custom-range-input:active::-webkit-slider-runnable-track,.theme-dark .custom-range .custom-range-input:focus::-webkit-slider-runnable-track,.theme-dark .custom-range .custom-range-input:hover::-webkit-slider-runnable-track {
    background-color: #3aa0fa
}

.custom-range .custom-range-input:active::-moz-range-thumb,.custom-range .custom-range-input:focus::-moz-range-thumb,.custom-range .custom-range-input:hover::-moz-range-thumb {
    border-color: #0067b8
}

.theme-dark .custom-range .custom-range-input:active::-moz-range-thumb,.theme-dark .custom-range .custom-range-input:focus::-moz-range-thumb,.theme-dark .custom-range .custom-range-input:hover::-moz-range-thumb {
    border-color: #3aa0fa
}

.custom-range .custom-range-input:active::-moz-range-track,.custom-range .custom-range-input:focus::-moz-range-track,.custom-range .custom-range-input:hover::-moz-range-track {
    background-color: #0067b8
}

.theme-dark .custom-range .custom-range-input:active::-moz-range-track,.theme-dark .custom-range .custom-range-input:focus::-moz-range-track,.theme-dark .custom-range .custom-range-input:hover::-moz-range-track {
    background-color: #3aa0fa
}

.custom-range .custom-range-input:focus {
    outline: 0
}

.custom-range .custom-range-input:focus::-webkit-slider-thumb {
    outline: .1875rem dotted currentColor;
    outline-offset: .4rem
}

.custom-range .custom-range-input:focus::-moz-range-thumb {
    outline: .1875rem dotted currentColor;
    outline-offset: .5rem
}

.custom-range .custom-range-input:disabled::-webkit-slider-thumb {
    width: .75rem;
    height: .75rem;
    margin-top: -.25rem;
    border-color: #858585
}

.theme-dark .custom-range .custom-range-input:disabled::-webkit-slider-thumb {
    border-color: #757575
}

.custom-range .custom-range-input:disabled::-webkit-slider-runnable-track {
    background-color: #858585
}

.theme-dark .custom-range .custom-range-input:disabled::-webkit-slider-runnable-track {
    background-color: #757575
}

.custom-range .custom-range-input:disabled::-moz-range-thumb {
    width: .5rem;
    height: .5rem;
    border-color: #858585
}

.theme-dark .custom-range .custom-range-input:disabled::-moz-range-thumb {
    border-color: #757575
}

.custom-range .custom-range-input:disabled::-moz-range-track {
    background-color: #858585
}

.theme-dark .custom-range .custom-range-input:disabled::-moz-range-track {
    background-color: #757575
}

@media screen and (-ms-high-contrast:active) {
    .custom-range .custom-range-input {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto
    }

    .custom-range .custom-range-input::-webkit-slider-runnable-track {
        background-color: unset
    }

    .custom-range .custom-range-input:active::-webkit-slider-runnable-track,.custom-range .custom-range-input:disabled::-webkit-slider-runnable-track,.custom-range .custom-range-input:focus::-webkit-slider-runnable-track,.custom-range .custom-range-input:hover::-webkit-slider-runnable-track {
        background-color: unset
    }

    .theme-dark .custom-range .custom-range-input:active::-webkit-slider-runnable-track,.theme-dark .custom-range .custom-range-input:disabled::-webkit-slider-runnable-track,.theme-dark .custom-range .custom-range-input:focus::-webkit-slider-runnable-track,.theme-dark .custom-range .custom-range-input:hover::-webkit-slider-runnable-track {
        background-color: unset
    }

    .custom-range .custom-range-input:focus {
        outline: .1875rem dotted currentColor
    }

    .custom-range .custom-range-input:focus::-webkit-slider-thumb {
        outline: 0
    }
}

.custom-range .custom-range-tooltip {
    position: relative;
    height: 1.5rem
}

.custom-range .custom-range-tooltip span {
    position: absolute
}

.custom-range .custom-range-track-labels {
    display: flex;
    justify-content: space-between;
    margin-top: -.5rem
}

.custom-range.disabled .custom-range-tooltip,.custom-range.disabled .custom-range-track-labels {
    color: #757575
}

.custom-switch {
    display: flex;
    flex-wrap: wrap
}

.custom-switch .custom-switch-input {
    vertical-align: top;
    background-color: transparent;
    border: .063rem solid #000;
    border-radius: 3.125rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline-offset: .125rem;
    outline-color: #000;
    cursor: pointer
}

.theme-dark .custom-switch .custom-switch-input {
    border: .063rem solid #fff;
    outline-color: #fff
}

.custom-switch .custom-switch-input::before {
    content: "";
    display: block;
    position: relative;
    top: .125rem;
    border-radius: 50%;
    transition: all .25s ease;
    background-color: #000
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-switch-input::before {
        transition: none
    }
}

.theme-dark .custom-switch .custom-switch-input::before {
    background-color: #fff
}

@media (forced-colors:active) {
    .custom-switch .custom-switch-input::before {
        background-color: CanvasText!important
    }
}

html:not([dir=rtl]) .custom-switch .custom-switch-input::before {
    left: .125rem
}

html[dir=rtl] .custom-switch .custom-switch-input::before {
    left: -.125rem
}

.custom-switch .custom-switch-input:disabled {
    pointer-events: none;
    opacity: .25
}

.custom-switch .custom-switch-input:disabled~.custom-switch-label,.custom-switch .custom-switch-input:disabled~.custom-switch-label-container>.custom-switch-label,.custom-switch .custom-switch-input:disabled~.custom-switch-status {
    opacity: .25;
    pointer-events: none
}

.custom-switch .custom-switch-input[readonly] {
    border-color: #858585;
    pointer-events: none
}

.custom-switch .custom-switch-input[readonly]~.custom-switch-label,.custom-switch .custom-switch-input[readonly]~.custom-switch-label-container>.custom-switch-label,.custom-switch .custom-switch-input[readonly]~.custom-switch-status {
    pointer-events: none
}

.custom-switch .custom-switch-input[readonly]::before {
    background-color: #858585
}

.custom-switch .custom-switch-input:not(:checked):not(:disabled):not([readonly]):hover {
    background-color: rgba(0,0,0,.2)
}

.theme-dark .custom-switch .custom-switch-input:not(:checked):not(:disabled):not([readonly]):hover {
    background-color: rgba(255,255,255,.2)
}

.custom-switch .custom-switch-input:checked {
    background-color: #0067b8;
    border-color: #0067b8
}

.theme-dark .custom-switch .custom-switch-input:checked {
    background-color: #3aa0fa;
    border-color: #3aa0fa
}

.custom-switch .custom-switch-input:checked::before {
    transition: all .25s ease;
    background-color: #fff
}

.theme-dark .custom-switch .custom-switch-input:checked::before {
    background-color: #000
}

.custom-switch .custom-switch-input:checked:not(:disabled):not([readonly]):hover {
    background-color: #004a85;
    border-color: #004a85
}

.theme-dark .custom-switch .custom-switch-input:checked:not(:disabled):not([readonly]):hover {
    background-color: #0888f9;
    border-color: #0888f9
}

.custom-switch .custom-switch-input:checked[readonly] {
    background-color: #858585;
    border-color: #858585
}

.custom-switch .custom-switch-input:checked~.custom-switch-status>.custom-switch-status-on {
    display: block
}

.custom-switch .custom-switch-input:checked~.custom-switch-status>.custom-switch-status-off {
    display: none
}

.custom-switch .custom-switch-input:hover {
    cursor: pointer
}

.custom-switch .custom-switch-label {
    order: -1;
    cursor: pointer
}

html:not([dir=rtl]) .custom-switch .custom-switch-label {
    padding-right: .5rem
}

html[dir=rtl] .custom-switch .custom-switch-label {
    padding-left: .5rem
}

.custom-switch .custom-switch-status [class*=custom-switch-status-] {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

html:not([dir=rtl]) .custom-switch .custom-switch-status [class*=custom-switch-status-] {
    padding-left: .5rem
}

html[dir=rtl] .custom-switch .custom-switch-status [class*=custom-switch-status-] {
    padding-right: .5rem
}

.custom-switch .custom-switch-status .custom-switch-status-on {
    display: none
}

.custom-switch .custom-switch-input {
    width: 3rem;
    height: 1.5rem
}

.custom-switch .custom-switch-input::before {
    width: 1.125rem;
    height: 1.125rem
}

.custom-switch .custom-switch-input:checked::before {
    transform: translateX(1.5rem)
}

html[dir=rtl] .custom-switch .custom-switch-input:checked::before {
    transform: translateX(-1.5rem)
}

.custom-switch .custom-switch-label,.custom-switch .custom-switch-status {
    font-size: 1rem
}

.custom-switch.custom-switch-lg .custom-switch-input {
    width: 3.5rem;
    height: 1.75rem
}

.custom-switch.custom-switch-lg .custom-switch-input::before {
    width: 1.375rem;
    height: 1.375rem
}

.custom-switch.custom-switch-lg .custom-switch-input:checked::before {
    transform: translateX(1.75rem)
}

html[dir=rtl] .custom-switch.custom-switch-lg .custom-switch-input:checked::before {
    transform: translateX(-1.75rem)
}

.custom-switch.custom-switch-lg .custom-switch-label,.custom-switch.custom-switch-lg .custom-switch-status {
    font-size: 1.125rem
}

.custom-switch.custom-switch-label-top .custom-switch-label-container {
    flex-basis: 100%;
    order: -1
}

.custom-switch.custom-switch-label-top .custom-switch-label-container .custom-switch-label {
    margin: 0;
    order: unset;
    line-height: 1rem;
    padding-bottom: .5rem
}

html:not([dir=rtl]) .custom-switch.custom-switch-label-top .custom-switch-label-container .custom-switch-label {
    padding-right: 0
}

html[dir=rtl] .custom-switch.custom-switch-label-top .custom-switch-label-container .custom-switch-label {
    padding-left: 0
}

.custom-control {
    position: relative;
    display: block
}

.custom-control-inline {
    display: inline-flex
}

html:not([dir=rtl]) .custom-control-inline {
    margin-right: 1rem
}

html[dir=rtl] .custom-control-inline {
    margin-left: 1rem
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

html:not([dir=rtl]) .input-group>:not(:first-child) {
    margin-left: -.125rem
}

html[dir=rtl] .input-group>:not(:first-child) {
    margin-right: -.125rem
}

.input-group>.custom-file .custom-file-input:focus-within~.custom-file-label,.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,.input-group>.custom-file .custom-file-input:focus-within {
    z-index: 4
}

.input-group-append,.input-group-prepend {
    display: flex
}

.input-group-append .btn,.input-group-append .input-group-text,.input-group-prepend .btn,.input-group-prepend .input-group-text {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,.input-group-append .btn:hover,.input-group-prepend .btn:focus,.input-group-prepend .btn:hover {
    z-index: 3
}

html:not([dir=rtl]) .input-group-prepend>.btn:last-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

html[dir=rtl] .input-group-prepend>.btn:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

html:not([dir=rtl]) .input-group-prepend .btn-group:last-child>.btn:last-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

html[dir=rtl] .input-group-prepend .btn-group:last-child>.btn:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

html:not([dir=rtl]) .input-group-append>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

html[dir=rtl] .input-group-append>.btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

html:not([dir=rtl]) .input-group-append .btn-group:first-child>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

html[dir=rtl] .input-group-append .btn-group:first-child>.btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .625rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #505050;
    text-align: center;
    white-space: nowrap
}

.theme-dark .input-group-text {
    color: #e6e6e6
}

.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 {
    height: 3rem;
    padding: .8125rem .75rem;
    font-size: 1.125rem;
    line-height: 1.5
}

.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 {
    height: 2.25rem;
    padding: .5625rem .75rem;
    font-size: .875rem;
    line-height: 1.5
}

.hotspot {
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11);
    border: 0 solid #000;
    outline-color: #000;
    outline-offset: .1875rem
}

.hotspot::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 104%;
    height: 104%;
    border: 4px solid #fff;
    top: -2%;
    left: -2%;
    z-index: -1
}

@-webkit-keyframes ripple {
    0% {
        border: 1px solid #fff;
        opacity: 0;
        border-radius: 50%;
        top: -1px;
        left: -1px;
        box-sizing: content-box;
        box-shadow: none
    }

    50% {
        opacity: 1
    }

    100% {
        border: 1em solid #fff;
        opacity: 0;
        border-radius: 50%;
        top: -1em;
        left: -1em;
        box-sizing: content-box;
        box-shadow: none
    }
}

@keyframes ripple {
    0% {
        border: 1px solid #fff;
        opacity: 0;
        border-radius: 50%;
        top: -1px;
        left: -1px;
        box-sizing: content-box;
        box-shadow: none
    }

    50% {
        opacity: 1
    }

    100% {
        border: 1em solid #fff;
        opacity: 0;
        border-radius: 50%;
        top: -1em;
        left: -1em;
        box-sizing: content-box;
        box-shadow: none
    }
}

@media screen and (prefers-reduced-motion:no-preference) {
    .hotspot.hotspot-hover-ripple:hover::after {
        -webkit-animation: ripple .8s cubic-bezier(.5,0,.5,1);
        animation: ripple .8s cubic-bezier(.5,0,.5,1);
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        content: "";
        display: block;
        position: absolute;
        border-radius: 50%;
        width: 100%;
        height: 100%
    }

    .hotspot.ripple-once::after {
        -webkit-animation: ripple .8s cubic-bezier(.5,0,.5,1);
        animation: ripple .8s cubic-bezier(.5,0,.5,1);
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        content: "";
        display: block;
        position: absolute;
        border-radius: 50%;
        width: 100%;
        height: 100%
    }
}

@media (min-width: 860px) {
    .hotspot {
        width:3rem;
        height: 3rem
    }
}

.hotspot .hotspot-img {
    border-radius: 50%;
    border: 4px solid transparent;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hotspot.hotspot-extra-border:not(:focus) {
    border: 1px solid
}

.hotspot.hotspot-extra-border:not(:focus)::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.hotspot.hotspot-extra-border:not(:focus):hover {
    border: none
}

.hotspot.hotspot-large-glyph .glyph-append,.hotspot.hotspot-large-glyph .glyph-prepend {
    font-size: 2rem
}

.hotspot.hotspot-light {
    background-color: #fff;
    color: #000;
    border-color: #fff
}

.hotspot.hotspot-light::before {
    border-color: #000
}

.hotspot.hotspot-light:focus::after {
    border-color: #fff
}

.hotspot.hotspot-light.hotspot-active,.hotspot.hotspot-light[aria-expanded=true],.hotspot.hotspot-light[aria-pressed=true] {
    box-shadow: 0 0 0 1em rgba(0,0,0,.6)
}

.hotspot.hotspot-primary {
    background-color: #0067b8;
    color: #fff;
    border-color: #000
}

.hotspot.hotspot-primary::before {
    border-color: #fff
}

.hotspot.hotspot-primary:focus::after {
    border-color: #000
}

.hotspot.hotspot-primary.hotspot-active,.hotspot.hotspot-primary[aria-expanded=true],.hotspot.hotspot-primary[aria-pressed=true] {
    box-shadow: 0 0 0 1em rgba(255,255,255,.6)
}

.hotspot.hotspot-primary-alt {
    background-color: #3aa0fa;
    color: #000;
    border-color: #fff
}

.hotspot.hotspot-primary-alt::before {
    border-color: #000
}

.hotspot.hotspot-primary-alt:focus::after {
    border-color: #fff
}

.hotspot.hotspot-primary-alt.hotspot-active,.hotspot.hotspot-primary-alt[aria-expanded=true],.hotspot.hotspot-primary-alt[aria-pressed=true] {
    box-shadow: 0 0 0 1em rgba(0,0,0,.6)
}

.hotspot.hotspot-dark {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.hotspot.hotspot-dark::before {
    border-color: #fff
}

.hotspot.hotspot-dark:focus::after {
    border-color: #000
}

.hotspot.hotspot-dark.hotspot-active,.hotspot.hotspot-dark[aria-expanded=true],.hotspot.hotspot-dark[aria-pressed=true] {
    box-shadow: 0 0 0 1em rgba(255,255,255,.6)
}

.hotspot.hotspot-minimalist-light {
    background-color: #fff;
    color: #000;
    border-color: #000
}

.hotspot.hotspot-minimalist-light::before {
    border-color: #fff
}

.hotspot.hotspot-minimalist-light:focus::after {
    border-color: #000
}

.hotspot.hotspot-minimalist-light.hotspot-active,.hotspot.hotspot-minimalist-light[aria-expanded=true],.hotspot.hotspot-minimalist-light[aria-pressed=true] {
    box-shadow: 0 0 0 1em rgba(0,0,0,.6)
}

.hotspot.hotspot-minimalist-primary {
    background-color: #0067b8;
    color: #fff;
    border-color: #fff
}

.hotspot.hotspot-minimalist-primary::before {
    border-color: #0067b8
}

.hotspot.hotspot-minimalist-primary:focus::after {
    border-color: #fff
}

.hotspot.hotspot-minimalist-primary.hotspot-active,.hotspot.hotspot-minimalist-primary[aria-expanded=true],.hotspot.hotspot-minimalist-primary[aria-pressed=true] {
    box-shadow: 0 0 0 1em rgba(255,255,255,.6)
}

.hotspot.hotspot-minimalist-primary-alt {
    background-color: #3aa0fa;
    color: #000;
    border-color: #000
}

.hotspot.hotspot-minimalist-primary-alt::before {
    border-color: #3aa0fa
}

.hotspot.hotspot-minimalist-primary-alt:focus::after {
    border-color: #000
}

.hotspot.hotspot-minimalist-primary-alt.hotspot-active,.hotspot.hotspot-minimalist-primary-alt[aria-expanded=true],.hotspot.hotspot-minimalist-primary-alt[aria-pressed=true] {
    box-shadow: 0 0 0 1em rgba(0,0,0,.6)
}

.hotspot.hotspot-minimalist-dark {
    background-color: #000;
    color: #fff;
    border-color: #fff
}

.hotspot.hotspot-minimalist-dark::before {
    border-color: #000
}

.hotspot.hotspot-minimalist-dark:focus::after {
    border-color: #fff
}

.hotspot.hotspot-minimalist-dark.hotspot-active,.hotspot.hotspot-minimalist-dark[aria-expanded=true],.hotspot.hotspot-minimalist-dark[aria-pressed=true] {
    box-shadow: 0 0 0 1em rgba(255,255,255,.6)
}

.hotspot.hotspot-sm {
    height: 1.5rem;
    width: 1.5rem
}

@media (max-width: 859.98px) {
    .hotspot.hotspot-sm {
        line-height:1
    }
}

@media (min-width: 860px) {
    .hotspot.hotspot-sm {
        width:2.25rem;
        height: 2.25rem
    }
}

.hotspot.hotspot-sm::before {
    border-width: 3px
}

.hotspot.hotspot-lg {
    height: 3rem;
    width: 3rem
}

@media (min-width: 860px) {
    .hotspot.hotspot-lg {
        width:4rem;
        height: 4rem
    }
}

.hotspot .glyph-append,.hotspot .glyph-prepend {
    line-height: 1;
    height: 1em;
    font-size: 1em
}

.hotspot:focus {
    outline: 0
}

.hotspot:focus::after {
    border-style: dashed;
    border-width: .1875rem;
    border-color: #000;
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    border-radius: 50%;
    width: 102%;
    height: 102%;
    top: -1%;
    left: -1%
}

.hotspot:focus:hover::after {
    box-sizing: border-box
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: .0625rem solid #d2d2d2;
    border-radius: .125rem;
    max-width: 100%;
    height: auto
}

.img-object-cover {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #505050
}

.img-object-contain {
    object-fit: contain
}

.link-group {
    min-height: 2.5rem;
    margin-top: -.5rem;
    margin-bottom: -.5rem
}

html:not([dir=rtl]) .link-group .action-trigger,html:not([dir=rtl]) .link-group .btn,html:not([dir=rtl]) .link-group a {
    margin-right: 1.5rem
}

html[dir=rtl] .link-group .action-trigger,html[dir=rtl] .link-group .btn,html[dir=rtl] .link-group a {
    margin-left: 1.5rem
}

.link-group a {
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.link-group a~a:not(.btn) {
    margin-top: 0
}

.link-group .action-trigger,.link-group .btn {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.link-group .btn~a:not(.btn) {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem
}

html:not([dir=rtl]) .link-group>:last-child {
    margin-right: 0
}

html[dir=rtl] .link-group>:last-child {
    margin-left: 0
}

ol.full li,ul.full li {
    margin-bottom: 1rem
}

.list-unstyled {
    padding: 0;
    list-style: none
}

.list-inline {
    padding: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

html:not([dir=rtl]) .list-inline-item:not(:last-child) {
    margin-right: 1rem
}

html[dir=rtl] .list-inline-item:not(:last-child) {
    margin-left: 1rem
}

.media-control {
    background-color: #fff;
    color: #000;
    position: relative;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    font-size: 2.8125rem;
    line-height: 1;
    box-shadow: 0 .1875rem .4375rem 0 rgba(0,0,0,.13),0 .0625rem .125rem 0 rgba(0,0,0,.11);
    border: 0
}

.media-control::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 104%;
    height: 104%;
    border: .25rem solid #fff;
    top: -2%;
    left: -2%
}

.media-control:focus {
    outline: 0
}

.media-control:focus::after {
    border-style: dashed;
    border-width: .1875rem;
    border-color: #000;
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    border-radius: 50%;
    width: 102%;
    height: 102%;
    top: -1%;
    left: -1%
}

.media-control .glyph-append,.media-control .glyph-prepend {
    position: absolute;
    left: .1875rem;
    top: .1875rem
}

.media-control.media-control-light {
    background-color: #000;
    color: #fff
}

.media-control.media-control-light::before {
    border-color: #000
}

.media-control.media-control-light:focus::after {
    border-color: #fff
}

@media (forced-colors:active) {
    .media-control {
        border-radius: 0
    }

    .media-control::before {
        content: none
    }
}

@media (min-width: 540px) {
    .media-control-lg {
        height:4.5rem;
        width: 4.5rem;
        font-size: 4.4375rem
    }
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 0 .75rem;
    box-sizing: content-box;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: 100%
}

.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-dialog-scrollable {
    height: 100%
}

.modal-dialog-scrollable .modal-content {
    overflow: hidden;
    max-height: 100%
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: .0625rem solid transparent;
    border-radius: 0
}

.theme-dark .modal-content {
    background-color: #2f2f2f
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .8
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.modal-header .close {
    padding: .5rem
}

html:not([dir=rtl]) .modal-header .close {
    margin-left: auto
}

html[dir=rtl] .modal-header .close {
    margin-right: auto
}

.modal-header .close::before {
    display: block
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

html:not([dir=rtl]) .modal-title {
    margin-right: 1rem
}

html[dir=rtl] .modal-title {
    margin-left: 1rem
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: .1875rem 1rem 4rem
}

.modal-body:not(:last-child) {
    padding-bottom: 0
}

.modal-body>:last-child {
    margin-bottom: 0
}

.modal-body>[tabindex="0"]:focus {
    outline: .1875rem dotted currentColor
}

.modal-body>[tabindex="0"]:focus:not(:focus-visible) {
    outline: 0
}

.modal-body>[tabindex="0"]:focus-visible {
    outline: .1875rem dotted currentColor
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem 1rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 540px) {
    .modal-dialog {
        max-width:640px
    }

    .modal-sm {
        max-width: 300px
    }

    .modal-xl {
        max-width: 1600px
    }
}

@media (min-width: 1084px) {
    .modal-dialog {
        padding:0 5%
    }

    .modal-lg {
        max-width: 800px
    }

    .modal-header {
        padding: 1rem 4rem
    }

    html:not([dir=rtl]) .modal-header .close {
        margin-right: -3rem
    }

    html[dir=rtl] .modal-header .close {
        margin-left: -3rem
    }

    .modal-body {
        padding: .1875rem 4rem 4rem
    }

    .modal-footer {
        padding: 1rem 4rem
    }
}

.multi-feature {
    position: relative;
    width: 100%
}

@media screen and (min-width: 1084px) {
    .multi-feature .accordion {
        position:static;
        width: 33.33333%
    }

    html:not([dir=rtl]) .multi-feature .accordion {
        padding-right: .75rem
    }

    html[dir=rtl] .multi-feature .accordion {
        padding-left: .75rem
    }
}

@media screen and (min-width: 1084px) {
    .multi-feature-body>:last-child:not(.link-group) {
        margin-bottom:0!important
    }
}

@media screen and (min-width: 1084px) {
    .multi-feature-feature {
        position:absolute;
        width: 66.66667%;
        top: 0
    }

    html:not([dir=rtl]) .multi-feature-feature {
        padding-left: .75rem;
        right: 0
    }

    html[dir=rtl] .multi-feature-feature {
        padding-right: .75rem;
        left: 0
    }
}

.nav-container {
    overflow-x: hidden;
    padding: 4px
}

.nav-container .nav {
    margin-left: -1rem;
    margin-right: -1rem
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none
}

.nav .nav-item {
    margin: 0 1rem
}

.nav-item,.nav-link {
    position: relative
}

.nav-item::before,.nav-link::before {
    content: "";
    display: none;
    position: absolute;
    bottom: .25rem;
    left: 0;
    width: 100%;
    height: .125rem;
    padding: 0 0;
    background-color: #0067b8;
    background-clip: content-box
}

.nav-link {
    display: inline-block;
    padding: .5rem 0;
    color: #0067b8;
    font-weight: 600;
    text-decoration: none
}

.nav-link:hover::before {
    display: block
}

.nav-link.disabled {
    color: #757575;
    pointer-events: none;
    cursor: default
}

.nav-link.active {
    color: #000
}

.nav-link.active::before {
    display: none
}

html:not([dir=rtl]) .nav-link.dropdown-toggle {
    padding-right: 1.5em
}

html[dir=rtl] .nav-link.dropdown-toggle {
    padding-left: 1.5em
}

.nav-link.dropdown-toggle::before {
    width: calc(100% - 1.5em)
}

html:not([dir=rtl]) .nav-link.dropdown-toggle::after {
    right: 0
}

html[dir=rtl] .nav-link.dropdown-toggle::after {
    left: 0
}

.nav-link .glyph-prepend {
    display: flex;
    align-items: center
}

html:not([dir=rtl]) .nav-link .glyph-prepend::before {
    padding-right: .375em
}

html[dir=rtl] .nav-link .glyph-prepend::before {
    padding-left: .375em
}

.nav-item.active {
    color: inherit
}

.nav-item.active .nav-link {
    color: inherit
}

.nav-item.active::before {
    display: block
}

.nav-in-page-bar.nav-in-page-horizontal {
    align-items: baseline
}

.nav-in-page-bar.nav-in-page-horizontal .nav-in-page-container {
    display: flex
}

.nav-in-page-bar.nav-in-page-vertical .nav-in-page-container {
    display: inline-block
}

.nav-in-page-bar .combobox+.sticky-show-stuck,.nav-in-page-bar .sticky-show-stuck+.combobox {
    margin-top: .25rem
}

.nav-in-page-container label {
    font-size: 1.0625rem;
    margin-bottom: .75rem;
    color: #171717
}

.theme-dark .nav-in-page-container label {
    color: #f2f2f2
}

.nav-in-page-container .combobox-divider,.nav-in-page-container .combobox-item:not(.nav-in-page-item) {
    display: none
}

.sticky.stuck .nav-in-page-bar {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.sticky.stuck .nav-in-page-bar:not(.nav-in-page-horizontal):not(.nav-in-page-vertical) {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.sticky.stuck .nav-in-page-container label {
    display: none
}

.sticky.stuck .nav-in-page-container .combobox-divider,.sticky.stuck .nav-in-page-container .combobox-item:not(.nav-in-page-item) {
    display: block
}

.nav-in-page {
    position: relative;
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

.nav-in-page::before {
    content: "";
    position: absolute;
    border-radius: .125rem;
    background-color: #d2d2d2
}

.theme-dark .nav-in-page::before {
    background-color: #757575
}

.nav-in-page-bar.nav-in-page-horizontal .nav-in-page {
    display: flex;
    margin-bottom: .5rem
}

.nav-in-page-bar.nav-in-page-horizontal .nav-in-page::before {
    width: calc(100% - 2 * 1.5rem);
    height: .25rem;
    bottom: -.5rem
}

html:not([dir=rtl]) .nav-in-page-bar.nav-in-page-horizontal .nav-in-page::before {
    left: 1.5rem
}

html[dir=rtl] .nav-in-page-bar.nav-in-page-horizontal .nav-in-page::before {
    right: 1.5rem
}

.nav-in-page-bar.nav-in-page-vertical .nav-in-page {
    margin-top: 1.5rem
}

.nav-in-page-bar.nav-in-page-vertical .nav-in-page::before {
    width: .25rem;
    height: 100%
}

html:not([dir=rtl]) .nav-in-page-bar.nav-in-page-vertical .nav-in-page::before {
    left: 0
}

html[dir=rtl] .nav-in-page-bar.nav-in-page-vertical .nav-in-page::before {
    right: 0
}

.nav-in-page-item {
    position: relative
}

.nav-in-page-item .nav-in-page-link {
    color: #505050;
    text-decoration: none
}

.theme-dark .nav-in-page-item .nav-in-page-link {
    color: #a2a2a2
}

.nav-in-page-item .nav-in-page-link.active {
    color: #171717
}

.theme-dark .nav-in-page-item .nav-in-page-link.active {
    color: #f2f2f2
}

.nav-in-page-item .nav-in-page-link.active::before {
    content: "";
    position: absolute;
    border-radius: .125rem;
    background-color: #0067b8
}

.theme-dark .nav-in-page-item .nav-in-page-link.active::before {
    background-color: #3aa0fa
}

@media (forced-colors:active) {
    .nav-in-page-item .nav-in-page-link.active::before {
        background-color: linktext
    }
}

.nav-in-page-item .nav-in-page-link:focus,.nav-in-page-item .nav-in-page-link:hover {
    text-decoration: underline;
    color: #0067b8
}

.nav-in-page-item.combobox-item:active .nav-in-page-link {
    color: #fff
}

.theme-dark .nav-in-page-item.combobox-item:active .nav-in-page-link {
    color: #000
}

.nav-in-page-bar.nav-in-page-horizontal .nav-in-page-item {
    display: flex;
    margin-right: 1.5rem;
    margin-left: 1.5rem
}

html:not([dir=rtl]) .nav-in-page-bar.nav-in-page-horizontal .nav-in-page-item~.nav-in-page-item {
    margin-left: 0
}

html[dir=rtl] .nav-in-page-bar.nav-in-page-horizontal .nav-in-page-item~.nav-in-page-item {
    margin-right: 0
}

.nav-in-page-bar.nav-in-page-horizontal .nav-in-page-item .nav-in-page-link.active::before {
    width: 100%;
    height: .25rem;
    bottom: -.5rem
}

html:not([dir=rtl]) .nav-in-page-bar.nav-in-page-vertical .nav-in-page-item {
    margin-left: 1rem
}

html[dir=rtl] .nav-in-page-bar.nav-in-page-vertical .nav-in-page-item {
    margin-right: 1rem
}

.nav-in-page-bar.nav-in-page-vertical .nav-in-page-item+.nav-in-page-item {
    margin-top: 1rem
}

.nav-in-page-bar.nav-in-page-vertical .nav-in-page-item .nav-in-page-link.active::before {
    width: .25rem;
    height: 100%
}

html:not([dir=rtl]) .nav-in-page-bar.nav-in-page-vertical .nav-in-page-item .nav-in-page-link.active::before {
    left: -1rem
}

html[dir=rtl] .nav-in-page-bar.nav-in-page-vertical .nav-in-page-item .nav-in-page-link.active::before {
    right: -1rem
}

.nav-in-page-label {
    display: flex;
    font-size: 1.1875rem;
    margin-bottom: 0;
    color: #171717
}

.theme-dark .nav-in-page-label {
    color: #f2f2f2
}

.pagination {
    display: flex;
    padding: 0;
    list-style: none;
    font-weight: 600;
    margin-bottom: 0;
    border-color: #0067b8
}

.theme-dark .pagination {
    border-color: #3aa0fa
}

.page-link {
    position: relative;
    display: block;
    padding: .625rem .75rem;
    line-height: 1;
    text-decoration: none;
    border: .125rem solid transparent
}

.page-item {
    white-space: nowrap;
    border-color: inherit
}

.page-item:first-child,.page-item:last-child {
    display: inline-block
}

.page-item:first-child .page-link::after,.page-item:first-child .page-link::before,.page-item:last-child .page-link::after,.page-item:last-child .page-link::before {
    font-family: MWF-FLUENT-ICONS;
    display: inline-block;
    font-size: 1rem;
    position: absolute;
    top: calc(50% + .0625em);
    margin-top: -.5em;
    transition: transform .6s cubic-bezier(.19,1,.22,1)
}

@media (prefers-reduced-motion:reduce) {
    .page-item:first-child .page-link::after,.page-item:first-child .page-link::before,.page-item:last-child .page-link::after,.page-item:last-child .page-link::before {
        transition: none
    }
}

.page-item:first-child .page-link:hover,.page-item:last-child .page-link:hover {
    text-decoration: underline
}

html:not([dir=rtl]) .page-item:first-child .page-link {
    padding-left: 1.4375em
}

html[dir=rtl] .page-item:first-child .page-link {
    padding-right: 1.4375em
}

html:not([dir=rtl]) .page-item:first-child .page-link::before {
    content: "";
    left: 0
}

html[dir=rtl] .page-item:first-child .page-link::before {
    content: "";
    right: 0
}

html:not([dir=rtl]) .page-item:first-child .page-link:hover::before {
    transform: translate(-.25em,0)
}

html[dir=rtl] .page-item:first-child .page-link:hover::before {
    transform: translate(.25em,0)
}

html:not([dir=rtl]) .page-item:last-child .page-link {
    padding-right: 1.4375em
}

html[dir=rtl] .page-item:last-child .page-link {
    padding-left: 1.4375em
}

html:not([dir=rtl]) .page-item:last-child .page-link::after {
    content: "";
    right: 0
}

html[dir=rtl] .page-item:last-child .page-link::after {
    content: "";
    left: 0
}

html:not([dir=rtl]) .page-item:last-child .page-link:hover::after {
    transform: translate(.25em,0)
}

html[dir=rtl] .page-item:last-child .page-link:hover::after {
    transform: translate(-.25em,0)
}

.page-item.active {
    display: inline-block;
    position: relative
}

.page-item.active::after {
    content: "";
    display: block;
    width: 1.5em;
    border-top-width: 2px;
    border-top-style: solid;
    border-color: inherit;
    margin: -.375rem auto
}

.page-item.active .page-link {
    color: inherit;
    cursor: default
}

.page-item.disabled .page-link {
    color: #757575;
    pointer-events: none
}

.theme-dark .page-item.disabled .page-link {
    color: #d2d2d2
}

@media screen and (min-width: 860px) {
    .pagination-segment-start.pagination-edge .ellipsis {
        display:none
    }
}

@media screen and (min-width: 540px) and (max-width:860px) {
    .pagination-segment-start .page-item:nth-child(5),.pagination-segment-start .page-item:nth-child(6),.pagination-segment-start .page-item:nth-last-child(3):not(.ellipsis) {
        display:none
    }

    .pagination-segment-end .page-item:nth-last-child(5),.pagination-segment-end .page-item:nth-last-child(6) {
        display: none
    }

    .pagination-segment-middle .page-item.ellipsis-after,.pagination-segment-middle .page-item.ellipsis-before {
        display: none
    }
}

@media screen and (max-width: 540px) {
    .page-item:not(.active):not(:first-child):not(:last-child) {
        display:none
    }
}

.popover-wrapper {
    position: relative
}

.popover {
    position: absolute;
    top: 0;
    z-index: 1000;
    display: none;
    font-size: 1rem;
    border: .0625rem solid #757575;
    border-radius: 0;
    box-shadow: 0 .375rem .875rem 0 rgba(0,0,0,.13),0 .0625rem .25rem 0 rgba(0,0,0,.11);
    background-clip: padding-box;
    background-color: #fff;
    color: #000;
    max-width: 336px;
    word-wrap: break-word
}

.theme-dark .popover {
    border-color: #d2d2d2;
    background-color: #000;
    color: #fff
}

html:not([dir=rtl]) .popover {
    text-align: left;
    left: 0;
    right: auto
}

html[dir=rtl] .popover {
    text-align: right;
    left: auto;
    right: 0
}

.popover.show {
    display: block
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.popover.show.fade {
    -webkit-animation: .15s linear fade-in;
    animation: .15s linear fade-in
}

.popover.fading-out {
    display: block;
    -webkit-animation: .15s linear fade-out;
    animation: .15s linear fade-out
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: #757575;
    direction: ltr;
    transform-origin: center
}

.popover .arrow::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    margin: .0625rem;
    background-color: #fff
}

.theme-dark .popover .arrow {
    background-color: #d2d2d2
}

.theme-dark .popover .arrow::after {
    background-color: #000
}

.popover .close {
    z-index: 1;
    position: absolute;
    padding: .625rem;
    outline-offset: -.375rem
}

html:not([dir=rtl]) .popover .close {
    right: 0
}

html[dir=rtl] .popover .close {
    left: 0
}

.popover.flyout-top .arrow {
    bottom: -.5625rem;
    transform: rotate(-135deg)
}

.popover.flyout-bottom .arrow {
    top: -.5625rem;
    transform: rotate(45deg)
}

.popover.flyout-right .arrow {
    left: -.5625rem;
    transform: rotate(-45deg)
}

.popover.flyout-left .arrow {
    right: -.5625rem;
    transform: rotate(135deg)
}

.popover-content {
    overflow: auto
}

.popover-header {
    padding: 1.5rem 2.5rem 0 2.5rem;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0
}

.popover-header:empty {
    display: none
}

.popover-header:not(:empty)+.popover-body {
    padding-top: .125rem
}

.popover-body {
    padding: 1.5rem 2.5rem
}

.popover-body :last-child {
    margin-bottom: 0
}

.progress {
    display: flex;
    min-height: .875rem;
    overflow: hidden;
    border-radius: .125rem;
    border-style: solid;
    border-width: .125rem;
    padding: .0625rem;
    background-color: #fff;
    border-color: #757575
}

.theme-dark .progress {
    background-color: #000;
    border-color: #d2d2d2
}

.progress-bar {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    outline: .125rem solid transparent;
    outline-offset: -.1875rem;
    transition: width .6s ease;
    background-color: #0067b8;
    color: #fff
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.theme-dark .progress-bar {
    background-color: #3aa0fa;
    color: #000
}

html:not([dir=rtl]) .progress-bar {
    margin-left: .0625rem
}

html[dir=rtl] .progress-bar {
    margin-right: .0625rem
}

html:not([dir=rtl]) .progress-bar:first-of-type {
    margin-left: 0
}

html[dir=rtl] .progress-bar:first-of-type {
    margin-right: 0
}

.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: .5rem .5rem
}

.show-more-show-less .show-more-show-less-toggleable-content:focus {
    outline: 0
}

.show-more-show-less .action-trigger[aria-expanded=true]::before {
    content: ""
}

.show-more-show-less .action-trigger[aria-expanded=false]::before {
    content: ""
}

.spinner {
    position: relative;
    width: 2.375rem;
    height: 2.375rem;
    padding: .35625rem
}

.spinner .spinner-dot {
    position: absolute;
    transform: rotate(225deg);
    -webkit-animation: orbit 5.5s infinite;
    animation: orbit 5.5s infinite;
    width: 1.6625rem;
    height: 1.6625rem
}

.spinner .spinner-dot::after {
    content: "";
    position: absolute;
    border-radius: 100%;
    width: .1875rem;
    height: .1875rem;
    border: #0067b8 .09375rem solid;
    background: #0067b8
}

.theme-dark .spinner .spinner-dot::after {
    background: #3aa0fa
}

.spinner .spinner-dot.spinner-dot-2 {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms
}

.spinner .spinner-dot.spinner-dot-3 {
    -webkit-animation-delay: 480ms;
    animation-delay: 480ms
}

.spinner .spinner-dot.spinner-dot-4 {
    -webkit-animation-delay: 720ms;
    animation-delay: 720ms
}

.spinner .spinner-dot.spinner-dot-5 {
    -webkit-animation-delay: 960ms;
    animation-delay: 960ms
}

.spinner.spinner-lg {
    width: 5.625rem;
    height: 5.625rem;
    padding: .84375rem
}

.spinner.spinner-lg .spinner-dot {
    width: 3.99375rem;
    height: 3.99375rem
}

.spinner.spinner-lg .spinner-dot::after {
    width: .375rem;
    height: .375rem;
    border-width: .1875rem
}

@media screen and (prefers-reduced-motion:reduce),(update:slow) {
    .spinner-dot,.spinner-dot::after {
        display: none
    }

    .spinner>.sr-only {
        position: static;
        width: auto;
        height: auto;
        clip: auto;
        white-space: inherit
    }
}

@-webkit-keyframes orbit {
    0% {
        transform: rotate(225deg);
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    7% {
        transform: rotate(345deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    30% {
        transform: rotate(455deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    39% {
        transform: rotate(690deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    70% {
        transform: rotate(815deg);
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    75% {
        transform: rotate(945deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    76% {
        transform: rotate(945deg);
        opacity: 0
    }

    100% {
        transform: rotate(945deg);
        opacity: 0
    }
}

@keyframes orbit {
    0% {
        transform: rotate(225deg);
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    7% {
        transform: rotate(345deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    30% {
        transform: rotate(455deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    39% {
        transform: rotate(690deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    70% {
        transform: rotate(815deg);
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    75% {
        transform: rotate(945deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    76% {
        transform: rotate(945deg);
        opacity: 0
    }

    100% {
        transform: rotate(945deg);
        opacity: 0
    }
}

.sticky {
    --vw: 100vw;
    --container-padding: 1.5rem;
    position: sticky;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-self: flex-start;
    z-index: 1020;
    pointer-events: none
}

@media (min-width: 1084px) {
    .sticky {
        --container-padding:calc(var(--vw) * 0.1)
    }
}

@media (min-width: 1777.77778px) {
    .sticky {
        --container-padding:calc(var(--vw) - 1600px)
    }
}

.sticky>* {
    pointer-events: auto
}

.sticky.sticky-direction-top {
    top: 0
}

.sticky.sticky-direction-bottom {
    bottom: 0
}

.sticky:not(.stuck)[class*=bg-],.sticky:not(.stuck)[class*=material-] {
    background-color: transparent!important
}

.sticky:not(.stuck) .sticky-show-stuck {
    display: none
}

.sticky.get-height .sticky-show-stuck {
    visibility: hidden;
    opacity: 0
}

.sticky.stuck {
    pointer-events: auto
}

.sticky.stuck .sticky-hide-stuck {
    display: none
}

@media (max-width: 539.98px) {
    .sticky.stuck.stuck-full-width-xs {
        width:var(--vw);
        padding-right: calc(var(--container-padding)/ 2);
        padding-left: calc(var(--container-padding)/ 2)
    }

    html:not([dir=rtl]) .sticky.stuck.stuck-full-width-xs {
        margin-left: calc(var(--container-padding)/ -2)
    }

    html[dir=rtl] .sticky.stuck.stuck-full-width-xs {
        margin-right: calc(var(--container-padding)/ -2)
    }

    .sticky.stuck.sticky-direction-top.stuck-depth-xs {
        box-shadow: 0 .0625rem .125rem rgba(0,0,0,.45),0 .1875rem .4375rem rgba(0,0,0,.3)
    }

    .sticky.stuck.sticky-direction-bottom.stuck-depth-xs {
        box-shadow: 0 -.0625rem .125rem rgba(0,0,0,.45),0 -.1875rem .4375rem rgba(0,0,0,.3)
    }
}

@media (max-width: 859.98px) {
    .sticky.stuck.stuck-full-width-sm {
        width:var(--vw);
        padding-right: calc(var(--container-padding)/ 2);
        padding-left: calc(var(--container-padding)/ 2)
    }

    html:not([dir=rtl]) .sticky.stuck.stuck-full-width-sm {
        margin-left: calc(var(--container-padding)/ -2)
    }

    html[dir=rtl] .sticky.stuck.stuck-full-width-sm {
        margin-right: calc(var(--container-padding)/ -2)
    }

    .sticky.stuck.sticky-direction-top.stuck-depth-sm {
        box-shadow: 0 .0625rem .125rem rgba(0,0,0,.45),0 .1875rem .4375rem rgba(0,0,0,.3)
    }

    .sticky.stuck.sticky-direction-bottom.stuck-depth-sm {
        box-shadow: 0 -.0625rem .125rem rgba(0,0,0,.45),0 -.1875rem .4375rem rgba(0,0,0,.3)
    }
}

@media (max-width: 1083.98px) {
    .sticky.stuck.stuck-full-width-md {
        width:var(--vw);
        padding-right: calc(var(--container-padding)/ 2);
        padding-left: calc(var(--container-padding)/ 2)
    }

    html:not([dir=rtl]) .sticky.stuck.stuck-full-width-md {
        margin-left: calc(var(--container-padding)/ -2)
    }

    html[dir=rtl] .sticky.stuck.stuck-full-width-md {
        margin-right: calc(var(--container-padding)/ -2)
    }

    .sticky.stuck.sticky-direction-top.stuck-depth-md {
        box-shadow: 0 .0625rem .125rem rgba(0,0,0,.45),0 .1875rem .4375rem rgba(0,0,0,.3)
    }

    .sticky.stuck.sticky-direction-bottom.stuck-depth-md {
        box-shadow: 0 -.0625rem .125rem rgba(0,0,0,.45),0 -.1875rem .4375rem rgba(0,0,0,.3)
    }
}

@media (max-width: 1399.98px) {
    .sticky.stuck.stuck-full-width-lg {
        width:var(--vw);
        padding-right: calc(var(--container-padding)/ 2);
        padding-left: calc(var(--container-padding)/ 2)
    }

    html:not([dir=rtl]) .sticky.stuck.stuck-full-width-lg {
        margin-left: calc(var(--container-padding)/ -2)
    }

    html[dir=rtl] .sticky.stuck.stuck-full-width-lg {
        margin-right: calc(var(--container-padding)/ -2)
    }

    .sticky.stuck.sticky-direction-top.stuck-depth-lg {
        box-shadow: 0 .0625rem .125rem rgba(0,0,0,.45),0 .1875rem .4375rem rgba(0,0,0,.3)
    }

    .sticky.stuck.sticky-direction-bottom.stuck-depth-lg {
        box-shadow: 0 -.0625rem .125rem rgba(0,0,0,.45),0 -.1875rem .4375rem rgba(0,0,0,.3)
    }
}

.sticky.stuck.stuck-full-width {
    width: var(--vw);
    padding-right: calc(var(--container-padding)/ 2);
    padding-left: calc(var(--container-padding)/ 2)
}

html:not([dir=rtl]) .sticky.stuck.stuck-full-width {
    margin-left: calc(var(--container-padding)/ -2)
}

html[dir=rtl] .sticky.stuck.stuck-full-width {
    margin-right: calc(var(--container-padding)/ -2)
}

.sticky.stuck.sticky-direction-top.stuck-depth {
    box-shadow: 0 .0625rem .125rem rgba(0,0,0,.45),0 .1875rem .4375rem rgba(0,0,0,.3)
}

.sticky.stuck.sticky-direction-bottom.stuck-depth {
    box-shadow: 0 -.0625rem .125rem rgba(0,0,0,.45),0 -.1875rem .4375rem rgba(0,0,0,.3)
}

.tab-arrows [tabindex]:focus,.tab-group [tabindex]:focus {
    outline: .1875rem dotted currentColor!important;
    z-index: 2
}

.tab-content,.tab-panel-group {
    margin-top: 3rem
}

.tab-content>.tab-pane,.tab-content>.tab-panel,.tab-panel-group>.tab-pane,.tab-panel-group>.tab-panel {
    display: none
}

.tab-content>.tab-pane:focus,.tab-content>.tab-panel:focus,.tab-panel-group>.tab-pane:focus,.tab-panel-group>.tab-panel:focus {
    outline: .1875rem dotted currentColor
}

.tab-content>.tab-pane:focus:not(:focus-visible),.tab-content>.tab-panel:focus:not(:focus-visible),.tab-panel-group>.tab-pane:focus:not(:focus-visible),.tab-panel-group>.tab-panel:focus:not(:focus-visible) {
    outline: 0
}

.tab-content>.tab-pane:focus-visible,.tab-content>.tab-panel:focus-visible,.tab-panel-group>.tab-pane:focus-visible,.tab-panel-group>.tab-panel:focus-visible {
    outline: .1875rem dotted currentColor
}

.tab-content>.active,.tab-panel-group>.active {
    display: block
}

.tab-overflow {
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none
}

.tab-overflow::-webkit-scrollbar {
    display: none
}

.tab-group {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    z-index: 0
}

.tab-standard .tab-group {
    border-bottom-width: .125rem;
    border-bottom-style: solid;
    border-color: #505050
}

.theme-dark .tab-standard .tab-group {
    border-color: #e6e6e6
}

.tab-underline .tab-group {
    border-bottom: .0625rem solid #858585
}

.theme-dark .tab-underline .tab-group {
    border-bottom: .0625rem solid #757575
}

.tab-group a,.tab-group button {
    flex: 0 0 auto
}

.tab-outline .tab-group a span,.tab-outline .tab-group button span {
    max-width: 12rem;
    line-height: 1.25
}

.tab-group a:not(.tab-image),.tab-group button:not(.tab-image) {
    color: #505050;
    border-style: solid;
    border-width: .125rem;
    font-weight: 600;
    text-decoration: none
}

.theme-dark .tab-group a:not(.tab-image),.theme-dark .tab-group button:not(.tab-image) {
    color: #e6e6e6
}

.tab-standard .tab-group a:not(.tab-image),.tab-standard .tab-group button:not(.tab-image) {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom: none;
    padding: .5rem .75rem
}

html:not([dir=rtl]) .tab-standard .tab-group a:not(.tab-image):not(:first-child),html:not([dir=rtl]) .tab-standard .tab-group button:not(.tab-image):not(:first-child) {
    margin-left: -.125rem
}

html[dir=rtl] .tab-standard .tab-group a:not(.tab-image):not(:last-child),html[dir=rtl] .tab-standard .tab-group button:not(.tab-image):not(:last-child) {
    margin-left: -.125rem
}

.tab-underline .tab-group a:not(.tab-image),.tab-underline .tab-group button:not(.tab-image) {
    border: transparent;
    border-bottom: .0625rem transparent solid;
    border-radius: .375rem .375rem 0 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .375rem .75rem;
    margin: 0 .0625rem
}

.tab-underline .tab-group a:not(.tab-image) span,.tab-underline .tab-group button:not(.tab-image) span {
    max-width: 12rem
}

html:not([dir=rtl]) .tab-underline .tab-group a:not(.tab-image)::before,html:not([dir=rtl]) .tab-underline .tab-group button:not(.tab-image)::before {
    margin-right: .5rem
}

html[dir=rtl] .tab-underline .tab-group a:not(.tab-image)::before,html[dir=rtl] .tab-underline .tab-group button:not(.tab-image)::before {
    margin-left: .5rem
}

.tab-outline .tab-group a:not(.tab-image),.tab-outline .tab-group button:not(.tab-image) {
    display: flex;
    align-items: center;
    position: relative;
    padding: .25rem .75rem;
    border-radius: .625rem
}

.tab-outline .tab-group a:not(.tab-image)::after,.tab-outline .tab-group button:not(.tab-image)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + .125rem * 2);
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    background: #e6e6e6
}

.theme-dark .tab-outline .tab-group a:not(.tab-image)::after,.theme-dark .tab-outline .tab-group button:not(.tab-image)::after {
    background: #505050
}

html:not([dir=rtl]) .tab-outline .tab-group a:not(.tab-image)::after,html:not([dir=rtl]) .tab-outline .tab-group button:not(.tab-image)::after {
    right: calc((.625rem / 2 + .35rem) * -1)
}

html[dir=rtl] .tab-outline .tab-group a:not(.tab-image)::after,html[dir=rtl] .tab-outline .tab-group button:not(.tab-image)::after {
    left: calc((.625rem / 2 + .35rem) * -1)
}

.tab-outline .tab-group a:not(.tab-image):last-child::after,.tab-outline .tab-group button:not(.tab-image):last-child::after {
    content: none
}

.tab-group a:not(.tab-image):not(.active),.tab-group button:not(.tab-image):not(.active) {
    transition: all 125ms ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .tab-group a:not(.tab-image):not(.active),.tab-group button:not(.tab-image):not(.active) {
        transition: none
    }
}

.tab-standard .tab-group a:not(.tab-image):not(.active),.tab-standard .tab-group button:not(.tab-image):not(.active) {
    background: #f2f2f2;
    border-color: #d2d2d2;
    margin-top: .25rem
}

.theme-dark .tab-standard .tab-group a:not(.tab-image):not(.active),.theme-dark .tab-standard .tab-group button:not(.tab-image):not(.active) {
    background: rgba(242,242,242,.15);
    border-color: #757575
}

.tab-underline .tab-group a:not(.tab-image):not(.active),.tab-underline .tab-group button:not(.tab-image):not(.active) {
    color: #505050
}

.theme-dark .tab-underline .tab-group a:not(.tab-image):not(.active),.theme-dark .tab-underline .tab-group button:not(.tab-image):not(.active) {
    color: #a2a2a2
}

.tab-outline .tab-group a:not(.tab-image):not(.active),.tab-outline .tab-group button:not(.tab-image):not(.active) {
    background: #e6e6e6;
    border-color: #e6e6e6
}

.theme-dark .tab-outline .tab-group a:not(.tab-image):not(.active),.theme-dark .tab-outline .tab-group button:not(.tab-image):not(.active) {
    background: #505050;
    border-color: #505050
}

.tab-group a:not(.tab-image):not(.active):focus,.tab-group a:not(.tab-image):not(.active):hover,.tab-group button:not(.tab-image):not(.active):focus,.tab-group button:not(.tab-image):not(.active):hover {
    color: #000
}

.theme-dark .tab-group a:not(.tab-image):not(.active):focus,.theme-dark .tab-group a:not(.tab-image):not(.active):hover,.theme-dark .tab-group button:not(.tab-image):not(.active):focus,.theme-dark .tab-group button:not(.tab-image):not(.active):hover {
    color: #fff
}

.tab-standard .tab-group a:not(.tab-image):not(.active):focus,.tab-standard .tab-group a:not(.tab-image):not(.active):hover,.tab-standard .tab-group button:not(.tab-image):not(.active):focus,.tab-standard .tab-group button:not(.tab-image):not(.active):hover {
    margin-top: 0;
    padding-top: .75rem
}

.tab-underline .tab-group a:not(.tab-image):focus,.tab-underline .tab-group a:not(.tab-image):hover,.tab-underline .tab-group button:not(.tab-image):focus,.tab-underline .tab-group button:not(.tab-image):hover {
    background: #e6e6e6;
    color: #171717
}

.theme-dark .tab-underline .tab-group a:not(.tab-image):focus,.theme-dark .tab-underline .tab-group a:not(.tab-image):hover,.theme-dark .tab-underline .tab-group button:not(.tab-image):focus,.theme-dark .tab-underline .tab-group button:not(.tab-image):hover {
    background: #505050;
    color: #f2f2f2
}

.tab-outline .tab-group a:not(.tab-image):focus,.tab-outline .tab-group a:not(.tab-image):hover,.tab-outline .tab-group button:not(.tab-image):focus,.tab-outline .tab-group button:not(.tab-image):hover {
    z-index: auto
}

.tab-group a:not(.tab-image):focus,.tab-group button:not(.tab-image):focus {
    outline-offset: -.375rem
}

.tab-underline .tab-group a:not(.tab-image):focus,.tab-underline .tab-group button:not(.tab-image):focus {
    outline-offset: -.1875rem
}

.tab-group .glyph-prepend::before {
    vertical-align: text-bottom
}

.tab-outline .tab-group .glyph-prepend::before {
    padding-top: .125rem
}

html:not([dir=rtl]) .tab-outline .tab-group .glyph-prepend::before {
    padding-right: .5rem
}

html[dir=rtl] .tab-outline .tab-group .glyph-prepend::before {
    padding-left: .5rem
}

.tab-group .active:not(.tab-image) {
    border-color: #505050;
    color: #000;
    z-index: 1
}

.theme-dark .tab-group .active:not(.tab-image) {
    border-color: #e6e6e6;
    color: #fff
}

.tab-standard .tab-group .active:not(.tab-image) {
    background: #fff;
    padding-top: .75rem;
    margin-bottom: -.125rem
}

.theme-dark .tab-standard .tab-group .active:not(.tab-image) {
    background: #000
}

.tab-underline .tab-group .active:not(.tab-image) {
    color: #171717
}

.theme-dark .tab-underline .tab-group .active:not(.tab-image) {
    color: #f2f2f2
}

.tab-underline .tab-group .active:not(.tab-image)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: .25rem;
    bottom: -.125rem;
    left: 0;
    right: 0;
    border-radius: .125rem .125rem 0 0;
    background: #0067b8
}

.theme-dark .tab-underline .tab-group .active:not(.tab-image)::after {
    background: #3aa0fa
}

.tab-outline .tab-group .active:not(.tab-image) {
    padding: .25rem .75rem;
    z-index: auto;
    background-color: #fff;
    border-color: #0067b8
}

.theme-dark .tab-outline .tab-group .active:not(.tab-image) {
    background-color: #000;
    border-color: #3aa0fa
}

@media screen and (-ms-high-contrast:black-on-white) {
    .tab-group .active:not(.tab-image) {
        background: #000;
        border-color: #fff;
        color: #fff
    }
}

@media screen and (-ms-high-contrast:white-on-black) {
    .tab-group .active:not(.tab-image) {
        background: #fff;
        border-color: #000;
        color: #000
    }
}

.sticky.stuck .tab-group {
    border-bottom: none
}

.sticky.stuck .tab-group a:active,.sticky.stuck .tab-group a:focus,.sticky.stuck .tab-group button:active,.sticky.stuck .tab-group button:focus {
    margin-bottom: 0
}

.tab-primary .tab-group {
    border-color: #0067b8
}

.theme-dark .tab-primary .tab-group {
    border-color: #3aa0fa
}

.tab-primary .tab-group a:not(.tab-image),.tab-primary .tab-group button:not(.tab-image) {
    color: #0067b8
}

.theme-dark .tab-primary .tab-group a:not(.tab-image),.theme-dark .tab-primary .tab-group button:not(.tab-image) {
    color: #3aa0fa
}

.tab-primary .tab-group a:not(.tab-image):not(.active),.tab-primary .tab-group button:not(.tab-image):not(.active) {
    border-color: rgba(0,103,184,.1);
    background: rgba(0,103,184,.1)
}

.theme-dark .tab-primary .tab-group a:not(.tab-image):not(.active),.theme-dark .tab-primary .tab-group button:not(.tab-image):not(.active) {
    border-color: rgba(0,103,184,.1);
    background: rgba(0,103,184,.3)
}

.tab-primary .tab-group .active {
    border-color: #0067b8
}

.theme-dark .tab-primary .tab-group .active {
    border-color: #3aa0fa
}

.tab-arrows {
    display: none
}

.tab-arrows .arrow-next,.tab-arrows .arrow-prev {
    color: #000;
    position: absolute;
    height: 100%;
    top: 0;
    padding: 0 .65rem;
    border: none;
    transition: all 125ms ease-in-out;
    z-index: 2
}

@media (prefers-reduced-motion:reduce) {
    .tab-arrows .arrow-next,.tab-arrows .arrow-prev {
        transition: none
    }
}

.theme-dark .tab-arrows .arrow-next,.theme-dark .tab-arrows .arrow-prev {
    color: #fff
}

.tab-standard .tab-arrows .arrow-next,.tab-standard .tab-arrows .arrow-prev {
    height: calc(100% - .125rem);
    padding: .75rem .65rem .5rem .65rem
}

.tab-arrows .arrow-next::after,.tab-arrows .arrow-prev::after {
    font-family: MWF-FLUENT-ICONS;
    font-size: 1.25rem;
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    color: inherit
}

@media (prefers-reduced-motion:reduce) {
    .tab-arrows .arrow-next::after,.tab-arrows .arrow-prev::after {
        transition: none
    }
}

.tab-arrows .arrow-prev {
    left: .75rem;
    background: linear-gradient(to right,#fff 75%,rgba(255,255,255,0))
}

.theme-dark .tab-arrows .arrow-prev {
    background: linear-gradient(to right,#000 75%,rgba(0,0,0,0))
}

.tab-arrows .arrow-prev::after {
    content: ""
}

.tab-arrows .arrow-prev:focus,.tab-arrows .arrow-prev:hover {
    transform: translate(-.25rem,0)
}

.tab-arrows .arrow-next {
    background: linear-gradient(to left,#fff 75%,rgba(255,255,255,0));
    right: .75rem
}

.theme-dark .tab-arrows .arrow-next {
    background: linear-gradient(to left,#000 75%,rgba(0,0,0,0))
}

.tab-arrows .arrow-next::after {
    content: ""
}

.tab-arrows .arrow-next:focus,.tab-arrows .arrow-next:hover {
    transform: translate(.25rem,0)
}

.tab-arrows.mobile-arrows .arrow-prev {
    background: linear-gradient(to right,#fff 5%,rgba(255,255,255,0))
}

.theme-dark .tab-arrows.mobile-arrows .arrow-prev {
    background: linear-gradient(to right,#000 5%,rgba(0,0,0,0))
}

.tab-arrows.mobile-arrows .arrow-next {
    background: linear-gradient(to left,#fff 5%,rgba(255,255,255,0))
}

.theme-dark .tab-arrows.mobile-arrows .arrow-next {
    background: linear-gradient(to left,#000 5%,rgba(0,0,0,0))
}

.tab-arrows.mobile-arrows .arrow-next,.tab-arrows.mobile-arrows .arrow-prev {
    pointer-events: none
}

.tab-arrows.mobile-arrows .arrow-next::after,.tab-arrows.mobile-arrows .arrow-prev::after {
    color: transparent
}

.tab-arrows-lg .arrow-next,.tab-arrows-lg .arrow-prev {
    padding: .5rem
}

.tab-arrows-lg .arrow-next::after,.tab-arrows-lg .arrow-prev::after {
    font-size: 1.5rem
}

.tab-image {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #000;
    font-weight: 600;
    padding-top: .1875rem
}

.theme-dark .tab-image {
    color: #fff
}

html:not([dir=rtl]) .tab-image:first-child {
    margin-left: .1875rem
}

html[dir=rtl] .tab-image:first-child {
    margin-right: .1875rem
}

html:not([dir=rtl]) .tab-image:not(:last-child) {
    margin-right: 1.5rem
}

html[dir=rtl] .tab-image:not(:last-child) {
    margin-left: 1.5rem
}

@media (min-width: 860px) {
    html:not([dir=rtl]) .tab-image:not(:last-child) {
        margin-right:3rem
    }

    html[dir=rtl] .tab-image:not(:last-child) {
        margin-left: 3rem
    }
}

.tab-image.tab-image-xs {
    width: 4rem
}

.tab-image.tab-image-sm {
    width: 4rem
}

@media (min-width: 860px) {
    .tab-image.tab-image-sm {
        width:8rem
    }
}

.tab-image.tab-image-md {
    width: 8rem
}

@media (min-width: 860px) {
    .tab-image.tab-image-md {
        width:10rem
    }
}

.tab-image.tab-image-lg {
    width: 10rem
}

@media (min-width: 860px) {
    .tab-image.tab-image-lg {
        width:12rem
    }
}

.tab-image.tab-image-xl {
    width: 12rem
}

@media (min-width: 860px) {
    .tab-image.tab-image-xl {
        width:25rem
    }
}

.tab-image .tab-image-img {
    border-radius: .3125rem
}

.tab-image:not(.active) .tab-image-img {
    filter: grayscale(100%)
}

.tab-image .tab-image-border {
    border: .1875rem solid transparent;
    border-radius: .625rem;
    padding: .1875rem
}

.tab-image.active .tab-image-border {
    border-color: #0067b8
}

.theme-dark .tab-image.active .tab-image-border {
    border-color: #3aa0fa
}

.tab-image[href]:focus {
    outline: 0!important
}

.tab-image:focus .tab-image-border {
    outline: .1875rem dotted #000
}

.theme-dark .tab-image:focus .tab-image-border {
    outline-color: #fff
}

.tab-image .tab-image-label {
    display: block;
    padding-top: .5rem;
    text-align: center
}

.tab-image:not(.active):not(:hover):not(:focus) .tab-image-label {
    opacity: 0
}

.tab-image:focus:not(.active),.tab-image:hover:not(.active) {
    color: #757575
}

.theme-dark .tab-image:focus:not(.active),.theme-dark .tab-image:hover:not(.active) {
    color: #d2d2d2
}

.tab-image:focus:not(.active) .tab-image-border,.tab-image:hover:not(.active) .tab-image-border {
    border-color: #a2a2a2
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-top: 0 solid #757575;
    border-bottom: .0625rem solid #757575
}

.table caption {
    caption-side: bottom
}

.table th {
    font-weight: 600
}

.table td,.table th {
    padding: 1.5rem .75rem;
    vertical-align: top;
    border-bottom: .0625rem solid #d2d2d2;
    overflow-wrap: break-word
}

.table thead th {
    vertical-align: bottom;
    border-bottom-color: #757575
}

.table tbody+tbody {
    border-top: .125rem solid #d2d2d2
}

.table .table {
    background-color: #fff
}

.table tr>:first-child {
    padding-left: 1.5rem
}

.table tr>:last-child {
    padding-right: 1.5rem
}

.table td p:first-child,.table td ul:first-child,.table th p:first-child,.table th ul:first-child {
    margin-top: 0;
    padding-top: 0
}

.table td p:last-child,.table td ul:last-child,.table th p:last-child,.table th ul:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.table tr:last-child td,.table tr:last-child th {
    border-bottom-color: #757575
}

@media (max-width: 539.98px) {
    .table td,.table th {
        padding:.75rem
    }
}

.table-fixed {
    table-layout: fixed
}

.table-sm td,.table-sm th {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.table-lg-headers th {
    font-size: 1.125rem;
    line-height: 1.2
}

@media (min-width: 1084px) {
    .table-lg-headers th {
        font-size:1.1875rem
    }
}

@media (min-width: 1400px) {
    .table-lg-headers th {
        font-size:1.3125rem
    }
}

.table-bordered {
    border: .0625rem solid #757575
}

.table-bordered td,.table-bordered th {
    border-left: .0625rem solid #d2d2d2;
    border-right: .0625rem solid #d2d2d2
}

.table-bordered td:first-child,.table-bordered th:first-child {
    border-left: none
}

.table-bordered td:last-child,.table-bordered th:last-child {
    border-right: none
}

.table-borderless {
    border: 0
}

.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(230,230,230,.5)
}

.table-primary,.table-primary>td,.table-primary>th {
    background-color: #e6f0f8
}

.table-hover .table-primary:hover {
    background-color: #d2e4f2
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #d2e4f2
}

.table-primary-alt,.table-primary-alt>td,.table-primary-alt>th {
    background-color: #ebf6ff
}

.table-hover .table-primary-alt:hover {
    background-color: #d2ebff
}

.table-hover .table-primary-alt:hover>td,.table-hover .table-primary-alt:hover>th {
    background-color: #d2ebff
}

.table-secondary,.table-secondary>td,.table-secondary>th {
    background-color: #e6e6e6
}

.table-hover .table-secondary:hover {
    background-color: #d9d9d9
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #d9d9d9
}

.table-inverse,.table-inverse>td,.table-inverse>th {
    background-color: #e6e6e6
}

.table-hover .table-inverse:hover {
    background-color: #d9d9d9
}

.table-hover .table-inverse:hover>td,.table-hover .table-inverse:hover>th {
    background-color: #d9d9d9
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fff
}

.table-hover .table-light:hover {
    background-color: #f2f2f2
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #f2f2f2
}

.table-dark,.table-dark>td,.table-dark>th {
    background-color: #e6e6e6
}

.table-hover .table-dark:hover {
    background-color: #d9d9d9
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #d9d9d9
}

.table-brand,.table-brand>td,.table-brand>th {
    background-color: #e6f0f8
}

.table-hover .table-brand:hover {
    background-color: #d2e4f2
}

.table-hover .table-brand:hover>td,.table-hover .table-brand:hover>th {
    background-color: #d2e4f2
}

.table-brand-light,.table-brand-light>td,.table-brand-light>th {
    background-color: #eefdff
}

.table-hover .table-brand-light:hover {
    background-color: #d5faff
}

.table-hover .table-brand-light:hover>td,.table-hover .table-brand-light:hover>th {
    background-color: #d5faff
}

.table-brand-dark,.table-brand-dark>td,.table-brand-dark>th {
    background-color: #e9ebef
}

.table-hover .table-brand-dark:hover {
    background-color: #dadee4
}

.table-hover .table-brand-dark:hover>td,.table-hover .table-brand-dark:hover>th {
    background-color: #dadee4
}

.table-active,.table-active>td,.table-active>th {
    background-color: rgba(230,230,230,.5)
}

.table-hover .table-active:hover {
    background-color: rgba(217,217,217,.5)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(217,217,217,.5)
}

.table .thead-highlight th {
    color: #000;
    background-color: rgba(230,230,230,.5);
    border-color: #d2d2d2
}

.table-first-col-highlight :not(thead)>tr>th {
    background-color: rgba(230,230,230,.5)
}

.table-caption-top caption {
    caption-side: top
}

.table[role=presentation] {
    border-width: .0625rem
}

@media (max-width: 539.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: 859.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: 1083.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: 1399.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
}

.table-responsive>.table-bordered {
    border: 0
}

.theme-dark {
    background-color: #000;
    color: #fff
}

.theme-dark a {
    color: #3aa0fa
}

.material-surface {
    background-color: #f2f2f2;
    color: #000
}

.material-surface a {
    color: #0067b8
}

.theme-dark .material-surface {
    background-color: #171717;
    color: #fff
}

.theme-dark .material-surface a {
    color: #3aa0fa
}

.material-card {
    background-color: #fff;
    color: #000;
    box-shadow: 0 .1875rem .4375rem 0 rgba(0,0,0,.13),0 .0625rem .125rem 0 rgba(0,0,0,.11)
}

.material-card a {
    color: #0067b8
}

.theme-dark .material-card {
    background-color: #2f2f2f;
    color: #fff
}

.theme-dark .material-card a {
    color: #3aa0fa
}

.material-backdrop {
    background-color: #fff;
    color: #000
}

.material-backdrop a {
    color: #0067b8
}

.theme-dark .material-backdrop {
    background-color: #000;
    color: #fff
}

.theme-dark .material-backdrop a {
    color: #3aa0fa
}

@media (min-width: 540px) {
    .material-sm-surface {
        background-color:#f2f2f2;
        color: #000
    }

    .material-sm-surface a {
        color: #0067b8
    }

    .theme-dark .material-sm-surface {
        background-color: #171717;
        color: #fff
    }

    .theme-dark .material-sm-surface a {
        color: #3aa0fa
    }

    .material-sm-card {
        background-color: #fff;
        color: #000;
        box-shadow: 0 .1875rem .4375rem 0 rgba(0,0,0,.13),0 .0625rem .125rem 0 rgba(0,0,0,.11)
    }

    .material-sm-card a {
        color: #0067b8
    }

    .theme-dark .material-sm-card {
        background-color: #2f2f2f;
        color: #fff
    }

    .theme-dark .material-sm-card a {
        color: #3aa0fa
    }

    .material-sm-backdrop {
        background-color: #fff;
        color: #000
    }

    .material-sm-backdrop a {
        color: #0067b8
    }

    .theme-dark .material-sm-backdrop {
        background-color: #000;
        color: #fff
    }

    .theme-dark .material-sm-backdrop a {
        color: #3aa0fa
    }
}

@media (min-width: 860px) {
    .material-md-surface {
        background-color:#f2f2f2;
        color: #000
    }

    .material-md-surface a {
        color: #0067b8
    }

    .theme-dark .material-md-surface {
        background-color: #171717;
        color: #fff
    }

    .theme-dark .material-md-surface a {
        color: #3aa0fa
    }

    .material-md-card {
        background-color: #fff;
        color: #000;
        box-shadow: 0 .1875rem .4375rem 0 rgba(0,0,0,.13),0 .0625rem .125rem 0 rgba(0,0,0,.11)
    }

    .material-md-card a {
        color: #0067b8
    }

    .theme-dark .material-md-card {
        background-color: #2f2f2f;
        color: #fff
    }

    .theme-dark .material-md-card a {
        color: #3aa0fa
    }

    .material-md-backdrop {
        background-color: #fff;
        color: #000
    }

    .material-md-backdrop a {
        color: #0067b8
    }

    .theme-dark .material-md-backdrop {
        background-color: #000;
        color: #fff
    }

    .theme-dark .material-md-backdrop a {
        color: #3aa0fa
    }
}

@media (min-width: 1084px) {
    .material-lg-surface {
        background-color:#f2f2f2;
        color: #000
    }

    .material-lg-surface a {
        color: #0067b8
    }

    .theme-dark .material-lg-surface {
        background-color: #171717;
        color: #fff
    }

    .theme-dark .material-lg-surface a {
        color: #3aa0fa
    }

    .material-lg-card {
        background-color: #fff;
        color: #000;
        box-shadow: 0 .1875rem .4375rem 0 rgba(0,0,0,.13),0 .0625rem .125rem 0 rgba(0,0,0,.11)
    }

    .material-lg-card a {
        color: #0067b8
    }

    .theme-dark .material-lg-card {
        background-color: #2f2f2f;
        color: #fff
    }

    .theme-dark .material-lg-card a {
        color: #3aa0fa
    }

    .material-lg-backdrop {
        background-color: #fff;
        color: #000
    }

    .material-lg-backdrop a {
        color: #0067b8
    }

    .theme-dark .material-lg-backdrop {
        background-color: #000;
        color: #fff
    }

    .theme-dark .material-lg-backdrop a {
        color: #3aa0fa
    }
}

@media (min-width: 1400px) {
    .material-xl-surface {
        background-color:#f2f2f2;
        color: #000
    }

    .material-xl-surface a {
        color: #0067b8
    }

    .theme-dark .material-xl-surface {
        background-color: #171717;
        color: #fff
    }

    .theme-dark .material-xl-surface a {
        color: #3aa0fa
    }

    .material-xl-card {
        background-color: #fff;
        color: #000;
        box-shadow: 0 .1875rem .4375rem 0 rgba(0,0,0,.13),0 .0625rem .125rem 0 rgba(0,0,0,.11)
    }

    .material-xl-card a {
        color: #0067b8
    }

    .theme-dark .material-xl-card {
        background-color: #2f2f2f;
        color: #fff
    }

    .theme-dark .material-xl-card a {
        color: #3aa0fa
    }

    .material-xl-backdrop {
        background-color: #fff;
        color: #000
    }

    .material-xl-backdrop a {
        color: #0067b8
    }

    .theme-dark .material-xl-backdrop {
        background-color: #000;
        color: #fff
    }

    .theme-dark .material-xl-backdrop a {
        color: #3aa0fa
    }
}

.material-color-brand,.material-color-primary,.theme-dark .material-color-brand,.theme-dark .material-color-primary-alt {
    background-color: #0067b8;
    color: #fff
}

.material-color-brand a,.material-color-primary a,.theme-dark .material-color-brand a,.theme-dark .material-color-primary-alt a {
    color: #fff
}

@media (min-width: 540px) {
    .material-sm-color-brand,.material-sm-color-primary,.theme-dark .material-sm-color-brand,.theme-dark .material-sm-color-primary-alt {
        background-color:#0067b8;
        color: #fff
    }

    .material-sm-color-brand a,.material-sm-color-primary a,.theme-dark .material-sm-color-brand a,.theme-dark .material-sm-color-primary-alt a {
        color: #fff
    }
}

@media (min-width: 860px) {
    .material-md-color-brand,.material-md-color-primary,.theme-dark .material-md-color-brand,.theme-dark .material-md-color-primary-alt {
        background-color:#0067b8;
        color: #fff
    }

    .material-md-color-brand a,.material-md-color-primary a,.theme-dark .material-md-color-brand a,.theme-dark .material-md-color-primary-alt a {
        color: #fff
    }
}

@media (min-width: 1084px) {
    .material-lg-color-brand,.material-lg-color-primary,.theme-dark .material-lg-color-brand,.theme-dark .material-lg-color-primary-alt {
        background-color:#0067b8;
        color: #fff
    }

    .material-lg-color-brand a,.material-lg-color-primary a,.theme-dark .material-lg-color-brand a,.theme-dark .material-lg-color-primary-alt a {
        color: #fff
    }
}

@media (min-width: 1400px) {
    .material-xl-color-brand,.material-xl-color-primary,.theme-dark .material-xl-color-brand,.theme-dark .material-xl-color-primary-alt {
        background-color:#0067b8;
        color: #fff
    }

    .material-xl-color-brand a,.material-xl-color-primary a,.theme-dark .material-xl-color-brand a,.theme-dark .material-xl-color-primary-alt a {
        color: #fff
    }
}

.material-color-primary-alt,.theme-dark .material-color-primary {
    background-color: #3aa0fa;
    color: #000
}

.material-color-primary-alt a,.theme-dark .material-color-primary a {
    color: #000
}

@media (min-width: 540px) {
    .material-sm-color-primary-alt,.theme-dark .material-sm-color-primary {
        background-color:#3aa0fa;
        color: #000
    }

    .material-sm-color-primary-alt a,.theme-dark .material-sm-color-primary a {
        color: #000
    }
}

@media (min-width: 860px) {
    .material-md-color-primary-alt,.theme-dark .material-md-color-primary {
        background-color:#3aa0fa;
        color: #000
    }

    .material-md-color-primary-alt a,.theme-dark .material-md-color-primary a {
        color: #000
    }
}

@media (min-width: 1084px) {
    .material-lg-color-primary-alt,.theme-dark .material-lg-color-primary {
        background-color:#3aa0fa;
        color: #000
    }

    .material-lg-color-primary-alt a,.theme-dark .material-lg-color-primary a {
        color: #000
    }
}

@media (min-width: 1400px) {
    .material-xl-color-primary-alt,.theme-dark .material-xl-color-primary {
        background-color:#3aa0fa;
        color: #000
    }

    .material-xl-color-primary-alt a,.theme-dark .material-xl-color-primary a {
        color: #000
    }
}

.material-color-light,.theme-dark .material-color-inverse,.theme-dark .material-color-light,.theme-dark .material-color-secondary {
    background-color: #fff;
    color: #000
}

.material-color-light a,.theme-dark .material-color-inverse a,.theme-dark .material-color-light a,.theme-dark .material-color-secondary a {
    color: #0067b8
}

@media (min-width: 540px) {
    .material-sm-color-light,.theme-dark .material-sm-color-inverse,.theme-dark .material-sm-color-light,.theme-dark .material-sm-color-secondary {
        background-color:#fff;
        color: #000
    }

    .material-sm-color-light a,.theme-dark .material-sm-color-inverse a,.theme-dark .material-sm-color-light a,.theme-dark .material-sm-color-secondary a {
        color: #0067b8
    }
}

@media (min-width: 860px) {
    .material-md-color-light,.theme-dark .material-md-color-inverse,.theme-dark .material-md-color-light,.theme-dark .material-md-color-secondary {
        background-color:#fff;
        color: #000
    }

    .material-md-color-light a,.theme-dark .material-md-color-inverse a,.theme-dark .material-md-color-light a,.theme-dark .material-md-color-secondary a {
        color: #0067b8
    }
}

@media (min-width: 1084px) {
    .material-lg-color-light,.theme-dark .material-lg-color-inverse,.theme-dark .material-lg-color-light,.theme-dark .material-lg-color-secondary {
        background-color:#fff;
        color: #000
    }

    .material-lg-color-light a,.theme-dark .material-lg-color-inverse a,.theme-dark .material-lg-color-light a,.theme-dark .material-lg-color-secondary a {
        color: #0067b8
    }
}

@media (min-width: 1400px) {
    .material-xl-color-light,.theme-dark .material-xl-color-inverse,.theme-dark .material-xl-color-light,.theme-dark .material-xl-color-secondary {
        background-color:#fff;
        color: #000
    }

    .material-xl-color-light a,.theme-dark .material-xl-color-inverse a,.theme-dark .material-xl-color-light a,.theme-dark .material-xl-color-secondary a {
        color: #0067b8
    }
}

.material-color-dark,.material-color-inverse,.material-color-secondary,.theme-dark .material-color-dark {
    background-color: #000;
    color: #fff
}

.material-color-dark a,.material-color-inverse a,.material-color-secondary a,.theme-dark .material-color-dark a {
    color: #3aa0fa
}

@media (min-width: 540px) {
    .material-sm-color-dark,.material-sm-color-inverse,.material-sm-color-secondary,.theme-dark .material-sm-color-dark {
        background-color:#000;
        color: #fff
    }

    .material-sm-color-dark a,.material-sm-color-inverse a,.material-sm-color-secondary a,.theme-dark .material-sm-color-dark a {
        color: #3aa0fa
    }
}

@media (min-width: 860px) {
    .material-md-color-dark,.material-md-color-inverse,.material-md-color-secondary,.theme-dark .material-md-color-dark {
        background-color:#000;
        color: #fff
    }

    .material-md-color-dark a,.material-md-color-inverse a,.material-md-color-secondary a,.theme-dark .material-md-color-dark a {
        color: #3aa0fa
    }
}

@media (min-width: 1084px) {
    .material-lg-color-dark,.material-lg-color-inverse,.material-lg-color-secondary,.theme-dark .material-lg-color-dark {
        background-color:#000;
        color: #fff
    }

    .material-lg-color-dark a,.material-lg-color-inverse a,.material-lg-color-secondary a,.theme-dark .material-lg-color-dark a {
        color: #3aa0fa
    }
}

@media (min-width: 1400px) {
    .material-xl-color-dark,.material-xl-color-inverse,.material-xl-color-secondary,.theme-dark .material-xl-color-dark {
        background-color:#000;
        color: #fff
    }

    .material-xl-color-dark a,.material-xl-color-inverse a,.material-xl-color-secondary a,.theme-dark .material-xl-color-dark a {
        color: #3aa0fa
    }
}

.material-color-neutral-100,.theme-dark .material-color-neutral-400 {
    background-color: #e6e6e6;
    color: #000
}

.material-color-neutral-100 a,.theme-dark .material-color-neutral-400 a {
    color: #0067b8
}

@media (min-width: 540px) {
    .material-sm-color-neutral-100,.theme-dark .material-sm-color-neutral-400 {
        background-color:#e6e6e6;
        color: #000
    }

    .material-sm-color-neutral-100 a,.theme-dark .material-sm-color-neutral-400 a {
        color: #0067b8
    }
}


.bg-black,.bg-dark,.bg-inverse,.bg-secondary {
    background-color: #000!important;
    color: #fff
}



.depth-4 {
    box-shadow: 0 .125rem .25rem 0 rgba(0,0,0,.13),0 0 .0625rem 0 rgba(0,0,0,.11)!important
}



.d-flex {
    display: flex!important
}


.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}



.flex-grow-1 {
    flex-grow: 1!important
}


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



.align-items-center {
    align-items: center!important
}



.glyph-prepend::before {
    font-family: MWF-FLUENT-ICONS;
    font-weight: 400;
    line-height: 1
}



.glyph-prepend-medium::before {
    font-size: 1.25rem
}



.glyph-prepend-back::before {
    content: ""
}



.glyph-prepend-chevron-down::before {
    content: ""
}


.glyph-prepend-forward::before {
    content: ""
}



.glyph-prepend-play-solid::before {
    content: ""
}


.overflow-auto {
    overflow: auto!important
}



.position-relative {
    position: relative!important
}

.absolute-center,.position-absolute {
    position: absolute!important
}



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

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


.h-100 {
    height: 100%!important
}


.w-100,.w-col-12 {
    width: 100%!important
}
