<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

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

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

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

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

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

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

p {
    margin-top: 0;
    margin-bottom: 1rem
}
.dollar-pad {
    padding-left: 22px !important;
}
abbr[data-original-title],abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -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;
    margin-left: 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: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

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

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

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

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=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

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
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small,small {
    font-size: 80%;
    font-weight: 400
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

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

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "Ã¢â‚¬â€Ã‚Â&nbsp;"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a&gt;code {
    color: inherit
}

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

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

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

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

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

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

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

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters&gt;.col,.no-gutters&gt;[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1&gt;* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2&gt;* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3&gt;* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4&gt;* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5&gt;* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6&gt;* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media(min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1&gt;* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2&gt;* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3&gt;* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4&gt;* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5&gt;* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6&gt;* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media(min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1&gt;* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2&gt;* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3&gt;* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4&gt;* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5&gt;* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6&gt;* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1&gt;* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2&gt;* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3&gt;* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4&gt;* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5&gt;* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6&gt;* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1&gt;* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2&gt;* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3&gt;* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4&gt;* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5&gt;* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6&gt;* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075)
}

.table-primary,.table-primary&gt;td,.table-primary&gt;th {
    background-color: #b8daff
}

.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover&gt;td,.table-hover .table-primary:hover&gt;th {
    background-color: #9fcdff
}

.table-secondary,.table-secondary&gt;td,.table-secondary&gt;th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover&gt;td,.table-hover .table-secondary:hover&gt;th {
    background-color: #c8cbcf
}

.table-success,.table-success&gt;td,.table-success&gt;th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover&gt;td,.table-hover .table-success:hover&gt;th {
    background-color: #b1dfbb
}

.table-info,.table-info&gt;td,.table-info&gt;th {
    background-color: #bee5eb
}

.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover&gt;td,.table-hover .table-info:hover&gt;th {
    background-color: #abdde5
}

.table-warning,.table-warning&gt;td,.table-warning&gt;th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover&gt;td,.table-hover .table-warning:hover&gt;th {
    background-color: #ffe8a1
}

.table-danger,.table-danger&gt;td,.table-danger&gt;th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover&gt;td,.table-hover .table-danger:hover&gt;th {
    background-color: #f1b0b7
}

.table-light,.table-light&gt;td,.table-light&gt;th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover&gt;td,.table-hover .table-light:hover&gt;th {
    background-color: #ececf6
}

.table-dark,.table-dark&gt;td,.table-dark&gt;th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover&gt;td,.table-hover .table-dark:hover&gt;th {
    background-color: #b9bbbe
}

.table-active,.table-active&gt;td,.table-active&gt;th {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover&gt;td,.table-hover .table-active:hover&gt;th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,.075)
}

@media(max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm&gt;.table-bordered {
        border: 0
    }
}

@media(max-width: 767.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md&gt;.table-bordered {
        border: 0
    }
}

@media(max-width: 991.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg&gt;.table-bordered {
        border: 0
    }
}

@media(max-width: 1199.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl&gt;.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive&gt;.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row&gt;.col,.form-row&gt;[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: .25rem
}

.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem
}

.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(: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 {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width: 576px) {
    .form-inline label {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,.form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled,.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show&gt;.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show&gt;.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show&gt;.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-info.disabled,.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show&gt;.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show&gt;.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show&gt;.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-light.disabled,.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show&gt;.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show&gt;.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show&gt;.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show&gt;.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show&gt;.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show&gt;.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show&gt;.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show&gt;.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show&gt;.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show&gt;.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show&gt;.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,.btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled,.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg&gt;.btn,.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm&gt;.btn,.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

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

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

.dropdown,.dropleft,.dropright,.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media(min-width: 576px) {
    .dropdown-menu-sm-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media(min-width: 768px) {
    .dropdown-menu-md-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media(min-width: 992px) {
    .dropdown-menu-lg-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media(min-width: 1200px) {
    .dropdown-menu-xl-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

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

.btn-group-vertical&gt;.btn,.btn-group&gt;.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical&gt;.btn:hover,.btn-group&gt;.btn:hover {
    z-index: 1
}

.btn-group-vertical&gt;.btn.active,.btn-group-vertical&gt;.btn:active,.btn-group-vertical&gt;.btn:focus,.btn-group&gt;.btn.active,.btn-group&gt;.btn:active,.btn-group&gt;.btn:focus {
    z-index: 1
}

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

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

.btn-group&gt;.btn-group:not(:first-child),.btn-group&gt;.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group&gt;.btn-group:not(:last-child)&gt;.btn,.btn-group&gt;.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group&gt;.btn-group:not(:first-child)&gt;.btn,.btn-group&gt;.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm&gt;.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg&gt;.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

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

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

.btn-group-vertical&gt;.btn-group:not(:first-child),.btn-group-vertical&gt;.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical&gt;.btn-group:not(:last-child)&gt;.btn,.btn-group-vertical&gt;.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical&gt;.btn-group:not(:first-child)&gt;.btn,.btn-group-vertical&gt;.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle&gt;.btn,.btn-group-toggle&gt;.btn-group&gt;.btn {
    margin-bottom: 0
}

.btn-group-toggle&gt;.btn input[type=checkbox],.btn-group-toggle&gt;.btn input[type=radio],.btn-group-toggle&gt;.btn-group&gt;.btn input[type=checkbox],.btn-group-toggle&gt;.btn-group&gt;.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group&gt;.custom-file,.input-group&gt;.custom-select,.input-group&gt;.form-control,.input-group&gt;.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group&gt;.custom-file+.custom-file,.input-group&gt;.custom-file+.custom-select,.input-group&gt;.custom-file+.form-control,.input-group&gt;.custom-select+.custom-file,.input-group&gt;.custom-select+.custom-select,.input-group&gt;.custom-select+.form-control,.input-group&gt;.form-control+.custom-file,.input-group&gt;.form-control+.custom-select,.input-group&gt;.form-control+.form-control,.input-group&gt;.form-control-plaintext+.custom-file,.input-group&gt;.form-control-plaintext+.custom-select,.input-group&gt;.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group&gt;.custom-file .custom-file-input:focus~.custom-file-label,.input-group&gt;.custom-select:focus,.input-group&gt;.form-control:focus {
    z-index: 3
}

.input-group&gt;.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group&gt;.custom-select:not(:last-child),.input-group&gt;.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group&gt;.custom-select:not(:first-child),.input-group&gt;.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group&gt;.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group&gt;.custom-file:not(:last-child) .custom-file-label,.input-group&gt;.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group&gt;.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg&gt;.custom-select,.input-group-lg&gt;.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg&gt;.custom-select,.input-group-lg&gt;.form-control,.input-group-lg&gt;.input-group-append&gt;.btn,.input-group-lg&gt;.input-group-append&gt;.input-group-text,.input-group-lg&gt;.input-group-prepend&gt;.btn,.input-group-lg&gt;.input-group-prepend&gt;.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm&gt;.custom-select,.input-group-sm&gt;.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm&gt;.custom-select,.input-group-sm&gt;.form-control,.input-group-sm&gt;.input-group-append&gt;.btn,.input-group-sm&gt;.input-group-append&gt;.input-group-text,.input-group-sm&gt;.input-group-prepend&gt;.btn,.input-group-sm&gt;.input-group-prepend&gt;.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg&gt;.custom-select,.input-group-sm&gt;.custom-select {
    padding-right: 1.75rem
}

.input-group&gt;.input-group-append:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle),.input-group&gt;.input-group-append:last-child&gt;.input-group-text:not(:last-child),.input-group&gt;.input-group-append:not(:last-child)&gt;.btn,.input-group&gt;.input-group-append:not(:last-child)&gt;.input-group-text,.input-group&gt;.input-group-prepend&gt;.btn,.input-group&gt;.input-group-prepend&gt;.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group&gt;.input-group-append&gt;.btn,.input-group&gt;.input-group-append&gt;.input-group-text,.input-group&gt;.input-group-prepend:first-child&gt;.btn:not(:first-child),.input-group&gt;.input-group-prepend:first-child&gt;.input-group-text:not(:first-child),.input-group&gt;.input-group-prepend:not(:first-child)&gt;.btn,.input-group&gt;.input-group-prepend:not(:first-child)&gt;.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,.custom-file-label,.custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .custom-control-label::before,.custom-file-label,.custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show&gt;.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item,.nav-fill&gt;.nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,.nav-justified&gt;.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content&gt;.tab-pane {
    display: none
}

.tab-content&gt;.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media(max-width: 575.98px) {
    .navbar-expand-sm&gt;.container,.navbar-expand-sm&gt;.container-fluid,.navbar-expand-sm&gt;.container-lg,.navbar-expand-sm&gt;.container-md,.navbar-expand-sm&gt;.container-sm,.navbar-expand-sm&gt;.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm&gt;.container,.navbar-expand-sm&gt;.container-fluid,.navbar-expand-sm&gt;.container-lg,.navbar-expand-sm&gt;.container-md,.navbar-expand-sm&gt;.container-sm,.navbar-expand-sm&gt;.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width: 767.98px) {
    .navbar-expand-md&gt;.container,.navbar-expand-md&gt;.container-fluid,.navbar-expand-md&gt;.container-lg,.navbar-expand-md&gt;.container-md,.navbar-expand-md&gt;.container-sm,.navbar-expand-md&gt;.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md&gt;.container,.navbar-expand-md&gt;.container-fluid,.navbar-expand-md&gt;.container-lg,.navbar-expand-md&gt;.container-md,.navbar-expand-md&gt;.container-sm,.navbar-expand-md&gt;.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width: 991.98px) {
    .navbar-expand-lg&gt;.container,.navbar-expand-lg&gt;.container-fluid,.navbar-expand-lg&gt;.container-lg,.navbar-expand-lg&gt;.container-md,.navbar-expand-lg&gt;.container-sm,.navbar-expand-lg&gt;.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg&gt;.container,.navbar-expand-lg&gt;.container-fluid,.navbar-expand-lg&gt;.container-lg,.navbar-expand-lg&gt;.container-md,.navbar-expand-lg&gt;.container-sm,.navbar-expand-lg&gt;.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width: 1199.98px) {
    .navbar-expand-xl&gt;.container,.navbar-expand-xl&gt;.container-fluid,.navbar-expand-xl&gt;.container-lg,.navbar-expand-xl&gt;.container-md,.navbar-expand-xl&gt;.container-sm,.navbar-expand-xl&gt;.container-xl {
        padding-right:0;
        padding-left: 0
    }
}

@media(min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl&gt;.container,.navbar-expand-xl&gt;.container-fluid,.navbar-expand-xl&gt;.container-lg,.navbar-expand-xl&gt;.container-md,.navbar-expand-xl&gt;.container-sm,.navbar-expand-xl&gt;.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand&gt;.container,.navbar-expand&gt;.container-fluid,.navbar-expand&gt;.container-lg,.navbar-expand&gt;.container-md,.navbar-expand&gt;.container-sm,.navbar-expand&gt;.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand&gt;.container,.navbar-expand&gt;.container-fluid,.navbar-expand&gt;.container-lg,.navbar-expand&gt;.container-md,.navbar-expand&gt;.container-sm,.navbar-expand&gt;.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .active&gt;.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show&gt;.nav-link {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,.25)
}

.navbar-dark .navbar-nav .active&gt;.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show&gt;.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card&gt;hr {
    margin-right: 0;
    margin-left: 0
}

.card&gt;.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card&gt;.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card&gt;.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card&gt;.card-header+.list-group,.card&gt;.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

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

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom,.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width: 576px) {
    .card-deck {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group&gt;.card {
    margin-bottom: 15px
}

@media(min-width: 576px) {
    .card-group {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group&gt;.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group&gt;.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group&gt;.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group&gt;.card:not(:last-child) .card-header,.card-group&gt;.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group&gt;.card:not(:last-child) .card-footer,.card-group&gt;.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group&gt;.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group&gt;.card:not(:first-child) .card-header,.card-group&gt;.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group&gt;.card:not(:first-child) .card-footer,.card-group&gt;.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

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

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

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

.accordion {
    overflow-anchor: none
}

.accordion&gt;.card {
    overflow: hidden
}

.accordion&gt;.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion&gt;.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion&gt;.card&gt;.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

a.badge:focus,a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media(min-width: 576px) {
    .jumbotron {
        padding:4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal&gt;.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal&gt;.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal&gt;.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal&gt;.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal&gt;.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media(min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .list-group-horizontal-sm&gt;.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm&gt;.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm&gt;.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm&gt;.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm&gt;.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .list-group-horizontal-md&gt;.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md&gt;.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md&gt;.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md&gt;.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md&gt;.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .list-group-horizontal-lg&gt;.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg&gt;.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg&gt;.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg&gt;.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg&gt;.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction:row;
        flex-direction: row
    }

    .list-group-horizontal-xl&gt;.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl&gt;.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl&gt;.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl&gt;.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl&gt;.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush&gt;.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush&gt;.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

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

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.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: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

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

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

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

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer&gt;* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]&gt;.arrow,.bs-popover-top&gt;.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]&gt;.arrow::before,.bs-popover-top&gt;.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=top]&gt;.arrow::after,.bs-popover-top&gt;.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]&gt;.arrow,.bs-popover-right&gt;.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]&gt;.arrow::before,.bs-popover-right&gt;.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=right]&gt;.arrow::after,.bs-popover-right&gt;.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]&gt;.arrow,.bs-popover-bottom&gt;.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]&gt;.arrow::before,.bs-popover-bottom&gt;.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=bottom]&gt;.arrow::after,.bs-popover-bottom&gt;.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]&gt;.arrow,.bs-popover-left&gt;.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]&gt;.arrow::before,.bs-popover-left&gt;.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=left]&gt;.arrow::after,.bs-popover-left&gt;.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    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: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

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

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

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

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

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

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

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

.carousel-indicators .active {
    opacity: 1
}

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

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded-sm {
    border-radius: .2rem!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-lg {
    border-radius: .3rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media(min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media(min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media(min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-sm-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-sm-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media(min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-md-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-md-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-md-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media(min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-lg-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media(min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-xl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-xl-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media(min-width: 576px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }
}

@media(min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }
}

@media(min-width: 992px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }
}

@media(min-width: 1200px) {
    .float-xl-left {
        float:left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }
}

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    -ms-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pr-3,.px-3 {
    padding-right: 1rem!important
}

.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,.py-5 {
    padding-top: 3rem!important
}

.pr-5,.px-5 {
    padding-right: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

@media(min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem!important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem!important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem!important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem!important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -1rem!important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -1rem!important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -1rem!important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.5rem!important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -3rem!important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -3rem!important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -3rem!important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -3rem!important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}

@media(min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-n1 {
        margin: -.25rem!important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.25rem!important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.25rem!important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.5rem!important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.5rem!important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.5rem!important
    }

    .m-md-n3 {
        margin: -1rem!important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -1rem!important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -1rem!important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -1rem!important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -1rem!important
    }

    .m-md-n4 {
        margin: -1.5rem!important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -1.5rem!important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -1.5rem!important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -1.5rem!important
    }

    .m-md-n5 {
        margin: -3rem!important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -3rem!important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -3rem!important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -3rem!important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
}

@media(min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-n1 {
        margin: -.25rem!important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem!important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem!important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem!important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem!important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.5rem!important
    }

    .m-lg-n3 {
        margin: -1rem!important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -1rem!important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -1rem!important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -1rem!important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -1rem!important
    }

    .m-lg-n4 {
        margin: -1.5rem!important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -1.5rem!important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -1.5rem!important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -1.5rem!important
    }

    .m-lg-n5 {
        margin: -3rem!important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -3rem!important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -3rem!important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -3rem!important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}

@media(min-width: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .m-xl-n1 {
        margin: -.25rem!important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.25rem!important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.25rem!important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.5rem!important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.5rem!important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.5rem!important
    }

    .m-xl-n3 {
        margin: -1rem!important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -1rem!important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -1rem!important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -1rem!important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -1rem!important
    }

    .m-xl-n4 {
        margin: -1.5rem!important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -1.5rem!important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -1.5rem!important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -1.5rem!important
    }

    .m-xl-n5 {
        margin: -3rem!important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -3rem!important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -3rem!important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -3rem!important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media(min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media(min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media(min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media(min-width: 1200px) {
    .text-xl-left {
        text-align:left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #0056b3!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #494f54!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
    color: #19692c!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #ba8b00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,a.text-danger:hover {
    color: #a71d2a!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #121416!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    color: rgba(255,255,255,.5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-break: break-word!important;
    overflow-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,::after,::before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px!important
    }

    .container {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #dee2e6!important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fad,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul&gt;li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "Ã¯â€°Â®"
}

.fa-abacus:before {
    content: "Ã¯â„¢â‚¬"
}

.fa-accessible-icon:before {
    content: "Ã¯ÂÂ¨"
}

.fa-accusoft:before {
    content: "Ã¯ÂÂ©"
}

.fa-acorn:before {
    content: "Ã¯Å¡Â®"
}

.fa-acquisitions-incorporated:before {
    content: "Ã¯Å¡Â¯"
}

.fa-ad:before {
    content: "Ã¯â„¢Â"
}

.fa-address-book:before {
    content: "Ã¯Å&nbsp;Â¹"
}

.fa-address-card:before {
    content: "Ã¯Å&nbsp;Â»"
}

.fa-adjust:before {
    content: "Ã¯Ââ€š"
}

.fa-adn:before {
    content: "Ã¯â€¦Â°"
}

.fa-adversal:before {
    content: "Ã¯ÂÂª"
}

.fa-affiliatetheme:before {
    content: "Ã¯ÂÂ«"
}

.fa-air-conditioner:before {
    content: "Ã¯Â£Â´"
}

.fa-air-freshener:before {
    content: "Ã¯â€”Â"
}

.fa-airbnb:before {
    content: "Ã¯Â&nbsp;Â´"
}

.fa-alarm-clock:before {
    content: "Ã¯ÂÅ½"
}

.fa-alarm-exclamation:before {
    content: "Ã¯Â¡Æ’"
}

.fa-alarm-plus:before {
    content: "Ã¯Â¡â€ž"
}

.fa-alarm-snooze:before {
    content: "Ã¯Â¡â€¦"
}

.fa-album:before {
    content: "Ã¯Â¢Å¸"
}

.fa-album-collection:before {
    content: "Ã¯Â¢Â&nbsp;"
}

.fa-algolia:before {
    content: "Ã¯ÂÂ¬"
}

.fa-alicorn:before {
    content: "Ã¯Å¡Â°"
}

.fa-alien:before {
    content: "Ã¯Â£Âµ"
}

.fa-alien-monster:before {
    content: "Ã¯Â£Â¶"
}

.fa-align-center:before {
    content: "Ã¯â‚¬Â·"
}

.fa-align-justify:before {
    content: "Ã¯â‚¬Â¹"
}

.fa-align-left:before {
    content: "Ã¯â‚¬Â¶"
}

.fa-align-right:before {
    content: "Ã¯â‚¬Â¸"
}

.fa-align-slash:before {
    content: "Ã¯Â¡â€&nbsp;"
}

.fa-alipay:before {
    content: "Ã¯â„¢â€š"
}

.fa-allergies:before {
    content: "Ã¯â€˜Â¡"
}

.fa-amazon:before {
    content: "Ã¯â€°Â°"
}

.fa-amazon-pay:before {
    content: "Ã¯ÂÂ¬"
}

.fa-ambulance:before {
    content: "Ã¯Æ’Â¹"
}

.fa-american-sign-language-interpreting:before {
    content: "Ã¯Å&nbsp;Â£"
}

.fa-amilia:before {
    content: "Ã¯ÂÂ­"
}

.fa-amp-guitar:before {
    content: "Ã¯Â¢Â¡"
}

.fa-analytics:before {
    content: "Ã¯â„¢Æ’"
}

.fa-anchor:before {
    content: "Ã¯â€žÂ½"
}

.fa-android:before {
    content: "Ã¯â€¦Â»"
}

.fa-angel:before {
    content: "Ã¯ÂÂ¹"
}

.fa-angellist:before {
    content: "Ã¯Ë†â€°"
}

.fa-angle-double-down:before {
    content: "Ã¯â€žÆ’"
}

.fa-angle-double-left:before {
    content: "Ã¯â€žâ‚¬"
}

.fa-angle-double-right:before {
    content: "Ã¯â€žÂ"
}

.fa-angle-double-up:before {
    content: "Ã¯â€žâ€š"
}

.fa-angle-down:before {
    content: "Ã¯â€žâ€¡"
}

.fa-angle-left:before {
    content: "Ã¯â€žâ€ž"
}

.fa-angle-right:before {
    content: "Ã¯â€žâ€¦"
}

.fa-angle-up:before {
    content: "Ã¯â€žâ€&nbsp;"
}

.fa-angry:before {
    content: "Ã¯â€¢â€“"
}

.fa-angrycreative:before {
    content: "Ã¯ÂÂ®"
}

.fa-angular:before {
    content: "Ã¯ÂÂ&nbsp;"
}

.fa-ankh:before {
    content: "Ã¯â„¢â€ž"
}

.fa-app-store:before {
    content: "Ã¯ÂÂ¯"
}

.fa-app-store-ios:before {
    content: "Ã¯ÂÂ°"
}

.fa-apper:before {
    content: "Ã¯ÂÂ±"
}

.fa-apple:before {
    content: "Ã¯â€¦Â¹"
}

.fa-apple-alt:before {
    content: "Ã¯â€”â€˜"
}

.fa-apple-crate:before {
    content: "Ã¯Å¡Â±"
}

.fa-apple-pay:before {
    content: "Ã¯Ââ€¢"
}

.fa-archive:before {
    content: "Ã¯â€&nbsp;â€¡"
}

.fa-archway:before {
    content: "Ã¯â€¢â€”"
}

.fa-arrow-alt-circle-down:before {
    content: "Ã¯ÂËœ"
}

.fa-arrow-alt-circle-left:before {
    content: "Ã¯Ââ„¢"
}

.fa-arrow-alt-circle-right:before {
    content: "Ã¯ÂÅ¡"
}

.fa-arrow-alt-circle-up:before {
    content: "Ã¯Ââ€º"
}

.fa-arrow-alt-down:before {
    content: "Ã¯Ââ€"
}

.fa-arrow-alt-from-bottom:before {
    content: "Ã¯Ââ€&nbsp;"
}

.fa-arrow-alt-from-left:before {
    content: "Ã¯Ââ€¡"
}

.fa-arrow-alt-from-right:before {
    content: "Ã¯ÂË†"
}

.fa-arrow-alt-from-top:before {
    content: "Ã¯Ââ€°"
}

.fa-arrow-alt-left:before {
    content: "Ã¯Ââ€¢"
}

.fa-arrow-alt-right:before {
    content: "Ã¯Ââ€“"
}

.fa-arrow-alt-square-down:before {
    content: "Ã¯ÂÂ"
}

.fa-arrow-alt-square-left:before {
    content: "Ã¯Ââ€˜"
}

.fa-arrow-alt-square-right:before {
    content: "Ã¯Ââ€™"
}

.fa-arrow-alt-square-up:before {
    content: "Ã¯Ââ€œ"
}

.fa-arrow-alt-to-bottom:before {
    content: "Ã¯ÂÅ&nbsp;"
}

.fa-arrow-alt-to-left:before {
    content: "Ã¯Ââ€¹"
}

.fa-arrow-alt-to-right:before {
    content: "Ã¯ÂÅ’"
}

.fa-arrow-alt-to-top:before {
    content: "Ã¯ÂÂ"
}

.fa-arrow-alt-up:before {
    content: "Ã¯Ââ€”"
}

.fa-arrow-circle-down:before {
    content: "Ã¯â€šÂ«"
}

.fa-arrow-circle-left:before {
    content: "Ã¯â€šÂ¨"
}

.fa-arrow-circle-right:before {
    content: "Ã¯â€šÂ©"
}

.fa-arrow-circle-up:before {
    content: "Ã¯â€šÂª"
}

.fa-arrow-down:before {
    content: "Ã¯ÂÂ£"
}

.fa-arrow-from-bottom:before {
    content: "Ã¯Ââ€š"
}

.fa-arrow-from-left:before {
    content: "Ã¯ÂÆ’"
}

.fa-arrow-from-right:before {
    content: "Ã¯Ââ€ž"
}

.fa-arrow-from-top:before {
    content: "Ã¯Ââ€¦"
}

.fa-arrow-left:before {
    content: "Ã¯ÂÂ&nbsp;"
}

.fa-arrow-right:before {
    content: "Ã¯ÂÂ¡"
}

.fa-arrow-square-down:before {
    content: "Ã¯Å’Â¹"
}

.fa-arrow-square-left:before {
    content: "Ã¯Å’Âº"
}

.fa-arrow-square-right:before {
    content: "Ã¯Å’Â»"
}

.fa-arrow-square-up:before {
    content: "Ã¯Å’Â¼"
}

.fa-arrow-to-bottom:before {
    content: "Ã¯Å’Â½"
}

.fa-arrow-to-left:before {
    content: "Ã¯Å’Â¾"
}

.fa-arrow-to-right:before {
    content: "Ã¯Ââ‚¬"
}

.fa-arrow-to-top:before {
    content: "Ã¯ÂÂ"
}

.fa-arrow-up:before {
    content: "Ã¯ÂÂ¢"
}

.fa-arrows:before {
    content: "Ã¯Ââ€¡"
}

.fa-arrows-alt:before {
    content: "Ã¯â€šÂ²"
}

.fa-arrows-alt-h:before {
    content: "Ã¯Å’Â·"
}

.fa-arrows-alt-v:before {
    content: "Ã¯Å’Â¸"
}

.fa-arrows-h:before {
    content: "Ã¯ÂÂ¾"
}

.fa-arrows-v:before {
    content: "Ã¯ÂÂ½"
}

.fa-artstation:before {
    content: "Ã¯ÂÂº"
}

.fa-assistive-listening-systems:before {
    content: "Ã¯Å&nbsp;Â¢"
}

.fa-asterisk:before {
    content: "Ã¯ÂÂ©"
}

.fa-asymmetrik:before {
    content: "Ã¯ÂÂ²"
}

.fa-at:before {
    content: "Ã¯â€¡Âº"
}

.fa-atlas:before {
    content: "Ã¯â€¢Ëœ"
}

.fa-atlassian:before {
    content: "Ã¯ÂÂ»"
}

.fa-atom:before {
    content: "Ã¯â€”â€™"
}

.fa-atom-alt:before {
    content: "Ã¯â€”â€œ"
}

.fa-audible:before {
    content: "Ã¯ÂÂ³"
}

.fa-audio-description:before {
    content: "Ã¯Å&nbsp;Å¾"
}

.fa-autoprefixer:before {
    content: "Ã¯ÂÅ“"
}

.fa-avianex:before {
    content: "Ã¯ÂÂ´"
}

.fa-aviato:before {
    content: "Ã¯ÂÂ¡"
}

.fa-award:before {
    content: "Ã¯â€¢â„¢"
}

.fa-aws:before {
    content: "Ã¯ÂÂµ"
}

.fa-axe:before {
    content: "Ã¯Å¡Â²"
}

.fa-axe-battle:before {
    content: "Ã¯Å¡Â³"
}

.fa-baby:before {
    content: "Ã¯ÂÂ¼"
}

.fa-baby-carriage:before {
    content: "Ã¯ÂÂ½"
}

.fa-backpack:before {
    content: "Ã¯â€”â€"
}

.fa-backspace:before {
    content: "Ã¯â€¢Å¡"
}

.fa-backward:before {
    content: "Ã¯ÂÅ&nbsp;"
}

.fa-bacon:before {
    content: "Ã¯Å¸Â¥"
}

.fa-bacteria:before {
    content: "Ã®Ââ„¢"
}

.fa-bacterium:before {
    content: "Ã®ÂÅ¡"
}

.fa-badge:before {
    content: "Ã¯Å’Âµ"
}

.fa-badge-check:before {
    content: "Ã¯Å’Â¶"
}

.fa-badge-dollar:before {
    content: "Ã¯â„¢â€¦"
}

.fa-badge-percent:before {
    content: "Ã¯â„¢â€&nbsp;"
}

.fa-badge-sheriff:before {
    content: "Ã¯Â¢Â¢"
}

.fa-badger-honey:before {
    content: "Ã¯Å¡Â´"
}

.fa-bags-shopping:before {
    content: "Ã¯Â¡â€¡"
}

.fa-bahai:before {
    content: "Ã¯â„¢Â¦"
}

.fa-balance-scale:before {
    content: "Ã¯â€°Å½"
}

.fa-balance-scale-left:before {
    content: "Ã¯â€â€¢"
}

.fa-balance-scale-right:before {
    content: "Ã¯â€â€“"
}

.fa-ball-pile:before {
    content: "Ã¯ÂÂ¾"
}

.fa-ballot:before {
    content: "Ã¯Å“Â²"
}

.fa-ballot-check:before {
    content: "Ã¯Å“Â³"
}

.fa-ban:before {
    content: "Ã¯ÂÅ¾"
}

.fa-band-aid:before {
    content: "Ã¯â€˜Â¢"
}

.fa-bandcamp:before {
    content: "Ã¯â€¹â€¢"
}

.fa-banjo:before {
    content: "Ã¯Â¢Â£"
}

.fa-barcode:before {
    content: "Ã¯â‚¬Âª"
}

.fa-barcode-alt:before {
    content: "Ã¯â€˜Â£"
}

.fa-barcode-read:before {
    content: "Ã¯â€˜Â¤"
}

.fa-barcode-scan:before {
    content: "Ã¯â€˜Â¥"
}

.fa-bars:before {
    content: "Ã¯Æ’â€°"
}

.fa-baseball:before {
    content: "Ã¯ÂÂ²"
}

.fa-baseball-ball:before {
    content: "Ã¯ÂÂ³"
}

.fa-basketball-ball:before {
    content: "Ã¯ÂÂ´"
}

.fa-basketball-hoop:before {
    content: "Ã¯ÂÂµ"
}

.fa-bat:before {
    content: "Ã¯Å¡Âµ"
}

.fa-bath:before {
    content: "Ã¯â€¹Â"
}

.fa-battery-bolt:before {
    content: "Ã¯ÂÂ¶"
}

.fa-battery-empty:before {
    content: "Ã¯â€°â€ž"
}

.fa-battery-full:before {
    content: "Ã¯â€°â‚¬"
}

.fa-battery-half:before {
    content: "Ã¯â€°â€š"
}

.fa-battery-quarter:before {
    content: "Ã¯â€°Æ’"
}

.fa-battery-slash:before {
    content: "Ã¯ÂÂ·"
}

.fa-battery-three-quarters:before {
    content: "Ã¯â€°Â"
}

.fa-battle-net:before {
    content: "Ã¯Â&nbsp;Âµ"
}

.fa-bed:before {
    content: "Ã¯Ë†Â¶"
}

.fa-bed-alt:before {
    content: "Ã¯Â£Â·"
}

.fa-bed-bunk:before {
    content: "Ã¯Â£Â¸"
}

.fa-bed-empty:before {
    content: "Ã¯Â£Â¹"
}

.fa-beer:before {
    content: "Ã¯Æ’Â¼"
}

.fa-behance:before {
    content: "Ã¯â€&nbsp;Â´"
}

.fa-behance-square:before {
    content: "Ã¯â€&nbsp;Âµ"
}

.fa-bell:before {
    content: "Ã¯Æ’Â³"
}

.fa-bell-exclamation:before {
    content: "Ã¯Â¡Ë†"
}

.fa-bell-on:before {
    content: "Ã¯Â£Âº"
}

.fa-bell-plus:before {
    content: "Ã¯Â¡â€°"
}

.fa-bell-school:before {
    content: "Ã¯â€”â€¢"
}

.fa-bell-school-slash:before {
    content: "Ã¯â€”â€“"
}

.fa-bell-slash:before {
    content: "Ã¯â€¡Â¶"
}

.fa-bells:before {
    content: "Ã¯ÂÂ¿"
}

.fa-betamax:before {
    content: "Ã¯Â¢Â¤"
}

.fa-bezier-curve:before {
    content: "Ã¯â€¢â€º"
}

.fa-bible:before {
    content: "Ã¯â„¢â€¡"
}

.fa-bicycle:before {
    content: "Ã¯Ë†â€&nbsp;"
}

.fa-biking:before {
    content: "Ã¯Â¡Å&nbsp;"
}

.fa-biking-mountain:before {
    content: "Ã¯Â¡â€¹"
}

.fa-bimobject:before {
    content: "Ã¯ÂÂ¸"
}

.fa-binoculars:before {
    content: "Ã¯â€¡Â¥"
}

.fa-biohazard:before {
    content: "Ã¯Å¾â‚¬"
}

.fa-birthday-cake:before {
    content: "Ã¯â€¡Â½"
}

.fa-bitbucket:before {
    content: "Ã¯â€¦Â±"
}

.fa-bitcoin:before {
    content: "Ã¯ÂÂ¹"
}

.fa-bity:before {
    content: "Ã¯ÂÂº"
}

.fa-black-tie:before {
    content: "Ã¯â€°Â¾"
}

.fa-blackberry:before {
    content: "Ã¯ÂÂ»"
}

.fa-blanket:before {
    content: "Ã¯â€™Ëœ"
}

.fa-blender:before {
    content: "Ã¯â€â€”"
}

.fa-blender-phone:before {
    content: "Ã¯Å¡Â¶"
}

.fa-blind:before {
    content: "Ã¯Å&nbsp;Â"
}

.fa-blinds:before {
    content: "Ã¯Â£Â»"
}

.fa-blinds-open:before {
    content: "Ã¯Â£Â¼"
}

.fa-blinds-raised:before {
    content: "Ã¯Â£Â½"
}

.fa-blog:before {
    content: "Ã¯Å¾Â"
}

.fa-blogger:before {
    content: "Ã¯ÂÂ¼"
}

.fa-blogger-b:before {
    content: "Ã¯ÂÂ½"
}

.fa-bluetooth:before {
    content: "Ã¯Å&nbsp;â€œ"
}

.fa-bluetooth-b:before {
    content: "Ã¯Å&nbsp;â€"
}

.fa-bold:before {
    content: "Ã¯â‚¬Â²"
}

.fa-bolt:before {
    content: "Ã¯Æ’Â§"
}

.fa-bomb:before {
    content: "Ã¯â€¡Â¢"
}

.fa-bone:before {
    content: "Ã¯â€”â€”"
}

.fa-bone-break:before {
    content: "Ã¯â€”Ëœ"
}

.fa-bong:before {
    content: "Ã¯â€¢Å“"
}

.fa-book:before {
    content: "Ã¯â‚¬Â­"
}

.fa-book-alt:before {
    content: "Ã¯â€”â„¢"
}

.fa-book-dead:before {
    content: "Ã¯Å¡Â·"
}

.fa-book-heart:before {
    content: "Ã¯â€™â„¢"
}

.fa-book-medical:before {
    content: "Ã¯Å¸Â¦"
}

.fa-book-open:before {
    content: "Ã¯â€Ëœ"
}

.fa-book-reader:before {
    content: "Ã¯â€”Å¡"
}

.fa-book-spells:before {
    content: "Ã¯Å¡Â¸"
}

.fa-book-user:before {
    content: "Ã¯Å¸Â§"
}

.fa-bookmark:before {
    content: "Ã¯â‚¬Â®"
}

.fa-books:before {
    content: "Ã¯â€”â€º"
}

.fa-books-medical:before {
    content: "Ã¯Å¸Â¨"
}

.fa-boombox:before {
    content: "Ã¯Â¢Â¥"
}

.fa-boot:before {
    content: "Ã¯Å¾â€š"
}

.fa-booth-curtain:before {
    content: "Ã¯Å“Â´"
}

.fa-bootstrap:before {
    content: "Ã¯Â&nbsp;Â¶"
}

.fa-border-all:before {
    content: "Ã¯Â¡Å’"
}

.fa-border-bottom:before {
    content: "Ã¯Â¡Â"
}

.fa-border-center-h:before {
    content: "Ã¯Â¢Å“"
}

.fa-border-center-v:before {
    content: "Ã¯Â¢Â"
}

.fa-border-inner:before {
    content: "Ã¯Â¡Å½"
}

.fa-border-left:before {
    content: "Ã¯Â¡Â"
}

.fa-border-none:before {
    content: "Ã¯Â¡Â"
}

.fa-border-outer:before {
    content: "Ã¯Â¡â€˜"
}

.fa-border-right:before {
    content: "Ã¯Â¡â€™"
}

.fa-border-style:before {
    content: "Ã¯Â¡â€œ"
}

.fa-border-style-alt:before {
    content: "Ã¯Â¡â€"
}

.fa-border-top:before {
    content: "Ã¯Â¡â€¢"
}

.fa-bow-arrow:before {
    content: "Ã¯Å¡Â¹"
}

.fa-bowling-ball:before {
    content: "Ã¯ÂÂ¶"
}

.fa-bowling-pins:before {
    content: "Ã¯ÂÂ·"
}

.fa-box:before {
    content: "Ã¯â€˜Â¦"
}

.fa-box-alt:before {
    content: "Ã¯â€™Å¡"
}

.fa-box-ballot:before {
    content: "Ã¯Å“Âµ"
}

.fa-box-check:before {
    content: "Ã¯â€˜Â§"
}

.fa-box-fragile:before {
    content: "Ã¯â€™â€º"
}

.fa-box-full:before {
    content: "Ã¯â€™Å“"
}

.fa-box-heart:before {
    content: "Ã¯â€™Â"
}

.fa-box-open:before {
    content: "Ã¯â€™Å¾"
}

.fa-box-tissue:before {
    content: "Ã®Ââ€º"
}

.fa-box-up:before {
    content: "Ã¯â€™Å¸"
}

.fa-box-usd:before {
    content: "Ã¯â€™Â&nbsp;"
}

.fa-boxes:before {
    content: "Ã¯â€˜Â¨"
}

.fa-boxes-alt:before {
    content: "Ã¯â€™Â¡"
}

.fa-boxing-glove:before {
    content: "Ã¯ÂÂ¸"
}

.fa-brackets:before {
    content: "Ã¯Å¸Â©"
}

.fa-brackets-curly:before {
    content: "Ã¯Å¸Âª"
}

.fa-braille:before {
    content: "Ã¯Å&nbsp;Â¡"
}

.fa-brain:before {
    content: "Ã¯â€”Å“"
}

.fa-bread-loaf:before {
    content: "Ã¯Å¸Â«"
}

.fa-bread-slice:before {
    content: "Ã¯Å¸Â¬"
}

.fa-briefcase:before {
    content: "Ã¯â€šÂ±"
}

.fa-briefcase-medical:before {
    content: "Ã¯â€˜Â©"
}

.fa-bring-forward:before {
    content: "Ã¯Â¡â€“"
}

.fa-bring-front:before {
    content: "Ã¯Â¡â€”"
}

.fa-broadcast-tower:before {
    content: "Ã¯â€â„¢"
}

.fa-broom:before {
    content: "Ã¯â€Å¡"
}

.fa-browser:before {
    content: "Ã¯ÂÂ¾"
}

.fa-brush:before {
    content: "Ã¯â€¢Â"
}

.fa-btc:before {
    content: "Ã¯â€¦Å¡"
}

.fa-buffer:before {
    content: "Ã¯Â&nbsp;Â·"
}

.fa-bug:before {
    content: "Ã¯â€&nbsp;Ë†"
}

.fa-building:before {
    content: "Ã¯â€&nbsp;Â­"
}

.fa-bullhorn:before {
    content: "Ã¯â€šÂ¡"
}

.fa-bullseye:before {
    content: "Ã¯â€¦â‚¬"
}

.fa-bullseye-arrow:before {
    content: "Ã¯â„¢Ë†"
}

.fa-bullseye-pointer:before {
    content: "Ã¯â„¢â€°"
}

.fa-burger-soda:before {
    content: "Ã¯Â¡Ëœ"
}

.fa-burn:before {
    content: "Ã¯â€˜Âª"
}

.fa-buromobelexperte:before {
    content: "Ã¯ÂÂ¿"
}

.fa-burrito:before {
    content: "Ã¯Å¸Â­"
}

.fa-bus:before {
    content: "Ã¯Ë†â€¡"
}

.fa-bus-alt:before {
    content: "Ã¯â€¢Å¾"
}

.fa-bus-school:before {
    content: "Ã¯â€”Â"
}

.fa-business-time:before {
    content: "Ã¯â„¢Å&nbsp;"
}

.fa-buy-n-large:before {
    content: "Ã¯Â¢Â¦"
}

.fa-buysellads:before {
    content: "Ã¯Ë†Â"
}

.fa-cabinet-filing:before {
    content: "Ã¯â„¢â€¹"
}

.fa-cactus:before {
    content: "Ã¯Â¢Â§"
}

.fa-calculator:before {
    content: "Ã¯â€¡Â¬"
}

.fa-calculator-alt:before {
    content: "Ã¯â„¢Å’"
}

.fa-calendar:before {
    content: "Ã¯â€žÂ³"
}

.fa-calendar-alt:before {
    content: "Ã¯ÂÂ³"
}

.fa-calendar-check:before {
    content: "Ã¯â€°Â´"
}

.fa-calendar-day:before {
    content: "Ã¯Å¾Æ’"
}

.fa-calendar-edit:before {
    content: "Ã¯Å’Â³"
}

.fa-calendar-exclamation:before {
    content: "Ã¯Å’Â´"
}

.fa-calendar-minus:before {
    content: "Ã¯â€°Â²"
}

.fa-calendar-plus:before {
    content: "Ã¯â€°Â±"
}

.fa-calendar-star:before {
    content: "Ã¯Å“Â¶"
}

.fa-calendar-times:before {
    content: "Ã¯â€°Â³"
}

.fa-calendar-week:before {
    content: "Ã¯Å¾â€ž"
}

.fa-camcorder:before {
    content: "Ã¯Â¢Â¨"
}

.fa-camera:before {
    content: "Ã¯â‚¬Â°"
}

.fa-camera-alt:before {
    content: "Ã¯Å’Â²"
}

.fa-camera-home:before {
    content: "Ã¯Â£Â¾"
}

.fa-camera-movie:before {
    content: "Ã¯Â¢Â©"
}

.fa-camera-polaroid:before {
    content: "Ã¯Â¢Âª"
}

.fa-camera-retro:before {
    content: "Ã¯â€šÆ’"
}

.fa-campfire:before {
    content: "Ã¯Å¡Âº"
}

.fa-campground:before {
    content: "Ã¯Å¡Â»"
}

.fa-canadian-maple-leaf:before {
    content: "Ã¯Å¾â€¦"
}

.fa-candle-holder:before {
    content: "Ã¯Å¡Â¼"
}

.fa-candy-cane:before {
    content: "Ã¯Å¾â€&nbsp;"
}

.fa-candy-corn:before {
    content: "Ã¯Å¡Â½"
}

.fa-cannabis:before {
    content: "Ã¯â€¢Å¸"
}

.fa-capsules:before {
    content: "Ã¯â€˜Â«"
}

.fa-car:before {
    content: "Ã¯â€&nbsp;Â¹"
}

.fa-car-alt:before {
    content: "Ã¯â€”Å¾"
}

.fa-car-battery:before {
    content: "Ã¯â€”Å¸"
}

.fa-car-building:before {
    content: "Ã¯Â¡â„¢"
}

.fa-car-bump:before {
    content: "Ã¯â€”Â&nbsp;"
}

.fa-car-bus:before {
    content: "Ã¯Â¡Å¡"
}

.fa-car-crash:before {
    content: "Ã¯â€”Â¡"
}

.fa-car-garage:before {
    content: "Ã¯â€”Â¢"
}

.fa-car-mechanic:before {
    content: "Ã¯â€”Â£"
}

.fa-car-side:before {
    content: "Ã¯â€”Â¤"
}

.fa-car-tilt:before {
    content: "Ã¯â€”Â¥"
}

.fa-car-wash:before {
    content: "Ã¯â€”Â¦"
}

.fa-caravan:before {
    content: "Ã¯Â£Â¿"
}

.fa-caravan-alt:before {
    content: "Ã®â‚¬â‚¬"
}

.fa-caret-circle-down:before {
    content: "Ã¯Å’Â­"
}

.fa-caret-circle-left:before {
    content: "Ã¯Å’Â®"
}

.fa-caret-circle-right:before {
    content: "Ã¯Å’Â°"
}

.fa-caret-circle-up:before {
    content: "Ã¯Å’Â±"
}

.fa-caret-down:before {
    content: "Ã¯Æ’â€”"
}

.fa-caret-left:before {
    content: "Ã¯Æ’â„¢"
}

.fa-caret-right:before {
    content: "Ã¯Æ’Å¡"
}

.fa-caret-square-down:before {
    content: "Ã¯â€¦Â"
}

.fa-caret-square-left:before {
    content: "Ã¯â€&nbsp;â€˜"
}

.fa-caret-square-right:before {
    content: "Ã¯â€¦â€™"
}

.fa-caret-square-up:before {
    content: "Ã¯â€¦â€˜"
}

.fa-caret-up:before {
    content: "Ã¯Æ’Ëœ"
}

.fa-carrot:before {
    content: "Ã¯Å¾â€¡"
}

.fa-cars:before {
    content: "Ã¯Â¡â€º"
}

.fa-cart-arrow-down:before {
    content: "Ã¯Ë†Ëœ"
}

.fa-cart-plus:before {
    content: "Ã¯Ë†â€”"
}

.fa-cash-register:before {
    content: "Ã¯Å¾Ë†"
}

.fa-cassette-tape:before {
    content: "Ã¯Â¢Â«"
}

.fa-cat:before {
    content: "Ã¯Å¡Â¾"
}

.fa-cat-space:before {
    content: "Ã®â‚¬Â"
}

.fa-cauldron:before {
    content: "Ã¯Å¡Â¿"
}

.fa-cc-amazon-pay:before {
    content: "Ã¯ÂÂ­"
}

.fa-cc-amex:before {
    content: "Ã¯â€¡Â³"
}

.fa-cc-apple-pay:before {
    content: "Ã¯Ââ€“"
}

.fa-cc-diners-club:before {
    content: "Ã¯â€°Å’"
}

.fa-cc-discover:before {
    content: "Ã¯â€¡Â²"
}

.fa-cc-jcb:before {
    content: "Ã¯â€°â€¹"
}

.fa-cc-mastercard:before {
    content: "Ã¯â€¡Â±"
}

.fa-cc-paypal:before {
    content: "Ã¯â€¡Â´"
}

.fa-cc-stripe:before {
    content: "Ã¯â€¡Âµ"
}

.fa-cc-visa:before {
    content: "Ã¯â€¡Â°"
}

.fa-cctv:before {
    content: "Ã¯Â¢Â¬"
}

.fa-centercode:before {
    content: "Ã¯Å½â‚¬"
}

.fa-centos:before {
    content: "Ã¯Å¾â€°"
}

.fa-certificate:before {
    content: "Ã¯â€šÂ£"
}

.fa-chair:before {
    content: "Ã¯â€ºâ‚¬"
}

.fa-chair-office:before {
    content: "Ã¯â€ºÂ"
}

.fa-chalkboard:before {
    content: "Ã¯â€â€º"
}

.fa-chalkboard-teacher:before {
    content: "Ã¯â€Å“"
}

.fa-charging-station:before {
    content: "Ã¯â€”Â§"
}

.fa-chart-area:before {
    content: "Ã¯â€¡Â¾"
}

.fa-chart-bar:before {
    content: "Ã¯â€šâ‚¬"
}

.fa-chart-line:before {
    content: "Ã¯Ë†Â"
}

.fa-chart-line-down:before {
    content: "Ã¯â„¢Â"
}

.fa-chart-network:before {
    content: "Ã¯Å¾Å&nbsp;"
}

.fa-chart-pie:before {
    content: "Ã¯Ë†â‚¬"
}

.fa-chart-pie-alt:before {
    content: "Ã¯â„¢Å½"
}

.fa-chart-scatter:before {
    content: "Ã¯Å¸Â®"
}

.fa-check:before {
    content: "Ã¯â‚¬Å’"
}

.fa-check-circle:before {
    content: "Ã¯ÂËœ"
}

.fa-check-double:before {
    content: "Ã¯â€¢Â&nbsp;"
}

.fa-check-square:before {
    content: "Ã¯â€¦Å&nbsp;"
}

.fa-cheese:before {
    content: "Ã¯Å¸Â¯"
}

.fa-cheese-swiss:before {
    content: "Ã¯Å¸Â°"
}

.fa-cheeseburger:before {
    content: "Ã¯Å¸Â±"
}

.fa-chess:before {
    content: "Ã¯ÂÂ¹"
}

.fa-chess-bishop:before {
    content: "Ã¯ÂÂº"
}

.fa-chess-bishop-alt:before {
    content: "Ã¯ÂÂ»"
}

.fa-chess-board:before {
    content: "Ã¯ÂÂ¼"
}

.fa-chess-clock:before {
    content: "Ã¯ÂÂ½"
}

.fa-chess-clock-alt:before {
    content: "Ã¯ÂÂ¾"
}

.fa-chess-king:before {
    content: "Ã¯ÂÂ¿"
}

.fa-chess-king-alt:before {
    content: "Ã¯â€˜â‚¬"
}

.fa-chess-knight:before {
    content: "Ã¯â€˜Â"
}

.fa-chess-knight-alt:before {
    content: "Ã¯â€˜â€š"
}

.fa-chess-pawn:before {
    content: "Ã¯â€˜Æ’"
}

.fa-chess-pawn-alt:before {
    content: "Ã¯â€˜â€ž"
}

.fa-chess-queen:before {
    content: "Ã¯â€˜â€¦"
}

.fa-chess-queen-alt:before {
    content: "Ã¯â€˜â€&nbsp;"
}

.fa-chess-rook:before {
    content: "Ã¯â€˜â€¡"
}

.fa-chess-rook-alt:before {
    content: "Ã¯â€˜Ë†"
}

.fa-chevron-circle-down:before {
    content: "Ã¯â€žÂº"
}

.fa-chevron-circle-left:before {
    content: "Ã¯â€žÂ·"
}

.fa-chevron-circle-right:before {
    content: "Ã¯â€žÂ¸"
}

.fa-chevron-circle-up:before {
    content: "Ã¯â€žÂ¹"
}

.fa-chevron-double-down:before {
    content: "Ã¯Å’Â¢"
}

.fa-chevron-double-left:before {
    content: "Ã¯Å’Â£"
}

.fa-chevron-double-right:before {
    content: "Ã¯Å’Â¤"
}

.fa-chevron-double-up:before {
    content: "Ã¯Å’Â¥"
}

.fa-chevron-down:before {
    content: "Ã¯ÂÂ¸"
}

.fa-chevron-left:before {
    content: "Ã¯Ââ€œ"
}

.fa-chevron-right:before {
    content: "Ã¯Ââ€"
}

.fa-chevron-square-down:before {
    content: "Ã¯Å’Â©"
}

.fa-chevron-square-left:before {
    content: "Ã¯Å’Âª"
}

.fa-chevron-square-right:before {
    content: "Ã¯Å’Â«"
}

.fa-chevron-square-up:before {
    content: "Ã¯Å’Â¬"
}

.fa-chevron-up:before {
    content: "Ã¯ÂÂ·"
}

.fa-child:before {
    content: "Ã¯â€&nbsp;Â®"
}

.fa-chimney:before {
    content: "Ã¯Å¾â€¹"
}

.fa-chrome:before {
    content: "Ã¯â€°Â¨"
}

.fa-chromecast:before {
    content: "Ã¯Â&nbsp;Â¸"
}

.fa-church:before {
    content: "Ã¯â€Â"
}

.fa-circle:before {
    content: "Ã¯â€žâ€˜"
}

.fa-circle-notch:before {
    content: "Ã¯â€¡Å½"
}

.fa-city:before {
    content: "Ã¯â„¢Â"
}

.fa-clarinet:before {
    content: "Ã¯Â¢Â­"
}

.fa-claw-marks:before {
    content: "Ã¯â€ºâ€š"
}

.fa-clinic-medical:before {
    content: "Ã¯Å¸Â²"
}

.fa-clipboard:before {
    content: "Ã¯Å’Â¨"
}

.fa-clipboard-check:before {
    content: "Ã¯â€˜Â¬"
}

.fa-clipboard-list:before {
    content: "Ã¯â€˜Â­"
}

.fa-clipboard-list-check:before {
    content: "Ã¯Å“Â·"
}

.fa-clipboard-prescription:before {
    content: "Ã¯â€”Â¨"
}

.fa-clipboard-user:before {
    content: "Ã¯Å¸Â³"
}

.fa-clock:before {
    content: "Ã¯â‚¬â€”"
}

.fa-clone:before {
    content: "Ã¯â€°Â"
}

.fa-closed-captioning:before {
    content: "Ã¯Ë†Å&nbsp;"
}

.fa-cloud:before {
    content: "Ã¯Æ’â€š"
}

.fa-cloud-download:before {
    content: "Ã¯Æ’Â­"
}

.fa-cloud-download-alt:before {
    content: "Ã¯Å½Â"
}

.fa-cloud-drizzle:before {
    content: "Ã¯Å“Â¸"
}

.fa-cloud-hail:before {
    content: "Ã¯Å“Â¹"
}

.fa-cloud-hail-mixed:before {
    content: "Ã¯Å“Âº"
}

.fa-cloud-meatball:before {
    content: "Ã¯Å“Â»"
}

.fa-cloud-moon:before {
    content: "Ã¯â€ºÆ’"
}

.fa-cloud-moon-rain:before {
    content: "Ã¯Å“Â¼"
}

.fa-cloud-music:before {
    content: "Ã¯Â¢Â®"
}

.fa-cloud-rain:before {
    content: "Ã¯Å“Â½"
}

.fa-cloud-rainbow:before {
    content: "Ã¯Å“Â¾"
}

.fa-cloud-showers:before {
    content: "Ã¯Å“Â¿"
}

.fa-cloud-showers-heavy:before {
    content: "Ã¯Ââ‚¬"
}

.fa-cloud-sleet:before {
    content: "Ã¯ÂÂ"
}

.fa-cloud-snow:before {
    content: "Ã¯Ââ€š"
}

.fa-cloud-sun:before {
    content: "Ã¯â€ºâ€ž"
}

.fa-cloud-sun-rain:before {
    content: "Ã¯ÂÆ’"
}

.fa-cloud-upload:before {
    content: "Ã¯Æ’Â®"
}

.fa-cloud-upload-alt:before {
    content: "Ã¯Å½â€š"
}

.fa-cloudflare:before {
    content: "Ã®ÂÂ½"
}

.fa-clouds:before {
    content: "Ã¯Ââ€ž"
}

.fa-clouds-moon:before {
    content: "Ã¯Ââ€¦"
}

.fa-clouds-sun:before {
    content: "Ã¯Ââ€&nbsp;"
}

.fa-cloudscale:before {
    content: "Ã¯Å½Æ’"
}

.fa-cloudsmith:before {
    content: "Ã¯Å½â€ž"
}

.fa-cloudversify:before {
    content: "Ã¯Å½â€¦"
}

.fa-club:before {
    content: "Ã¯Å’Â§"
}

.fa-cocktail:before {
    content: "Ã¯â€¢Â¡"
}

.fa-code:before {
    content: "Ã¯â€žÂ¡"
}

.fa-code-branch:before {
    content: "Ã¯â€žÂ¦"
}

.fa-code-commit:before {
    content: "Ã¯Å½â€&nbsp;"
}

.fa-code-merge:before {
    content: "Ã¯Å½â€¡"
}

.fa-codepen:before {
    content: "Ã¯â€¡â€¹"
}

.fa-codiepie:before {
    content: "Ã¯Å&nbsp;â€ž"
}

.fa-coffee:before {
    content: "Ã¯Æ’Â´"
}

.fa-coffee-pot:before {
    content: "Ã®â‚¬â€š"
}

.fa-coffee-togo:before {
    content: "Ã¯â€ºâ€¦"
}

.fa-coffin:before {
    content: "Ã¯â€ºâ€&nbsp;"
}

.fa-coffin-cross:before {
    content: "Ã®Ââ€˜"
}

.fa-cog:before {
    content: "Ã¯â‚¬â€œ"
}

.fa-cogs:before {
    content: "Ã¯â€šâ€¦"
}

.fa-coin:before {
    content: "Ã¯Â¡Å“"
}

.fa-coins:before {
    content: "Ã¯â€Å¾"
}

.fa-columns:before {
    content: "Ã¯Æ’â€º"
}

.fa-comet:before {
    content: "Ã®â‚¬Æ’"
}

.fa-comment:before {
    content: "Ã¯ÂÂµ"
}

.fa-comment-alt:before {
    content: "Ã¯â€°Âº"
}

.fa-comment-alt-check:before {
    content: "Ã¯â€™Â¢"
}

.fa-comment-alt-dollar:before {
    content: "Ã¯â„¢Â"
}

.fa-comment-alt-dots:before {
    content: "Ã¯â€™Â£"
}

.fa-comment-alt-edit:before {
    content: "Ã¯â€™Â¤"
}

.fa-comment-alt-exclamation:before {
    content: "Ã¯â€™Â¥"
}

.fa-comment-alt-lines:before {
    content: "Ã¯â€™Â¦"
}

.fa-comment-alt-medical:before {
    content: "Ã¯Å¸Â´"
}

.fa-comment-alt-minus:before {
    content: "Ã¯â€™Â§"
}

.fa-comment-alt-music:before {
    content: "Ã¯Â¢Â¯"
}

.fa-comment-alt-plus:before {
    content: "Ã¯â€™Â¨"
}

.fa-comment-alt-slash:before {
    content: "Ã¯â€™Â©"
}

.fa-comment-alt-smile:before {
    content: "Ã¯â€™Âª"
}

.fa-comment-alt-times:before {
    content: "Ã¯â€™Â«"
}

.fa-comment-check:before {
    content: "Ã¯â€™Â¬"
}

.fa-comment-dollar:before {
    content: "Ã¯â„¢â€˜"
}

.fa-comment-dots:before {
    content: "Ã¯â€™Â­"
}

.fa-comment-edit:before {
    content: "Ã¯â€™Â®"
}

.fa-comment-exclamation:before {
    content: "Ã¯â€™Â¯"
}

.fa-comment-lines:before {
    content: "Ã¯â€™Â°"
}

.fa-comment-medical:before {
    content: "Ã¯Å¸Âµ"
}

.fa-comment-minus:before {
    content: "Ã¯â€™Â±"
}

.fa-comment-music:before {
    content: "Ã¯Â¢Â°"
}

.fa-comment-plus:before {
    content: "Ã¯â€™Â²"
}

.fa-comment-slash:before {
    content: "Ã¯â€™Â³"
}

.fa-comment-smile:before {
    content: "Ã¯â€™Â´"
}

.fa-comment-times:before {
    content: "Ã¯â€™Âµ"
}

.fa-comments:before {
    content: "Ã¯â€šâ€&nbsp;"
}

.fa-comments-alt:before {
    content: "Ã¯â€™Â¶"
}

.fa-comments-alt-dollar:before {
    content: "Ã¯â„¢â€™"
}

.fa-comments-dollar:before {
    content: "Ã¯â„¢â€œ"
}

.fa-compact-disc:before {
    content: "Ã¯â€Å¸"
}

.fa-compass:before {
    content: "Ã¯â€¦Å½"
}

.fa-compass-slash:before {
    content: "Ã¯â€”Â©"
}

.fa-compress:before {
    content: "Ã¯ÂÂ¦"
}

.fa-compress-alt:before {
    content: "Ã¯ÂÂ¢"
}

.fa-compress-arrows-alt:before {
    content: "Ã¯Å¾Å’"
}

.fa-compress-wide:before {
    content: "Ã¯Å’Â¦"
}

.fa-computer-classic:before {
    content: "Ã¯Â¢Â±"
}

.fa-computer-speaker:before {
    content: "Ã¯Â¢Â²"
}

.fa-concierge-bell:before {
    content: "Ã¯â€¢Â¢"
}

.fa-confluence:before {
    content: "Ã¯Å¾Â"
}

.fa-connectdevelop:before {
    content: "Ã¯Ë†Å½"
}

.fa-construction:before {
    content: "Ã¯Â¡Â"
}

.fa-container-storage:before {
    content: "Ã¯â€™Â·"
}

.fa-contao:before {
    content: "Ã¯â€°Â­"
}

.fa-conveyor-belt:before {
    content: "Ã¯â€˜Â®"
}

.fa-conveyor-belt-alt:before {
    content: "Ã¯â€˜Â¯"
}

.fa-cookie:before {
    content: "Ã¯â€¢Â£"
}

.fa-cookie-bite:before {
    content: "Ã¯â€¢Â¤"
}

.fa-copy:before {
    content: "Ã¯Æ’â€¦"
}

.fa-copyright:before {
    content: "Ã¯â€¡Â¹"
}

.fa-corn:before {
    content: "Ã¯â€ºâ€¡"
}

.fa-cotton-bureau:before {
    content: "Ã¯Â¢Å¾"
}

.fa-couch:before {
    content: "Ã¯â€™Â¸"
}

.fa-cow:before {
    content: "Ã¯â€ºË†"
}

.fa-cowbell:before {
    content: "Ã¯Â¢Â³"
}

.fa-cowbell-more:before {
    content: "Ã¯Â¢Â´"
}

.fa-cpanel:before {
    content: "Ã¯Å½Ë†"
}

.fa-creative-commons:before {
    content: "Ã¯â€°Å¾"
}

.fa-creative-commons-by:before {
    content: "Ã¯â€œÂ§"
}

.fa-creative-commons-nc:before {
    content: "Ã¯â€œÂ¨"
}

.fa-creative-commons-nc-eu:before {
    content: "Ã¯â€œÂ©"
}

.fa-creative-commons-nc-jp:before {
    content: "Ã¯â€œÂª"
}

.fa-creative-commons-nd:before {
    content: "Ã¯â€œÂ«"
}

.fa-creative-commons-pd:before {
    content: "Ã¯â€œÂ¬"
}

.fa-creative-commons-pd-alt:before {
    content: "Ã¯â€œÂ­"
}

.fa-creative-commons-remix:before {
    content: "Ã¯â€œÂ®"
}

.fa-creative-commons-sa:before {
    content: "Ã¯â€œÂ¯"
}

.fa-creative-commons-sampling:before {
    content: "Ã¯â€œÂ°"
}

.fa-creative-commons-sampling-plus:before {
    content: "Ã¯â€œÂ±"
}

.fa-creative-commons-share:before {
    content: "Ã¯â€œÂ²"
}

.fa-creative-commons-zero:before {
    content: "Ã¯â€œÂ³"
}

.fa-credit-card:before {
    content: "Ã¯â€šÂ"
}

.fa-credit-card-blank:before {
    content: "Ã¯Å½â€°"
}

.fa-credit-card-front:before {
    content: "Ã¯Å½Å&nbsp;"
}

.fa-cricket:before {
    content: "Ã¯â€˜â€°"
}

.fa-critical-role:before {
    content: "Ã¯â€ºâ€°"
}

.fa-croissant:before {
    content: "Ã¯Å¸Â¶"
}

.fa-crop:before {
    content: "Ã¯â€žÂ¥"
}

.fa-crop-alt:before {
    content: "Ã¯â€¢Â¥"
}

.fa-cross:before {
    content: "Ã¯â„¢â€"
}

.fa-crosshairs:before {
    content: "Ã¯Ââ€º"
}

.fa-crow:before {
    content: "Ã¯â€Â&nbsp;"
}

.fa-crown:before {
    content: "Ã¯â€Â¡"
}

.fa-crutch:before {
    content: "Ã¯Å¸Â·"
}

.fa-crutches:before {
    content: "Ã¯Å¸Â¸"
}

.fa-css3:before {
    content: "Ã¯â€žÂ¼"
}

.fa-css3-alt:before {
    content: "Ã¯Å½â€¹"
}

.fa-cube:before {
    content: "Ã¯â€&nbsp;Â²"
}

.fa-cubes:before {
    content: "Ã¯â€&nbsp;Â³"
}

.fa-curling:before {
    content: "Ã¯â€˜Å&nbsp;"
}

.fa-cut:before {
    content: "Ã¯Æ’â€ž"
}

.fa-cuttlefish:before {
    content: "Ã¯Å½Å’"
}

.fa-d-and-d:before {
    content: "Ã¯Å½Â"
}

.fa-d-and-d-beyond:before {
    content: "Ã¯â€ºÅ&nbsp;"
}

.fa-dagger:before {
    content: "Ã¯â€ºâ€¹"
}

.fa-dailymotion:before {
    content: "Ã®Ââ€™"
}

.fa-dashcube:before {
    content: "Ã¯Ë†Â"
}

.fa-database:before {
    content: "Ã¯â€¡â‚¬"
}

.fa-deaf:before {
    content: "Ã¯Å&nbsp;Â¤"
}

.fa-debug:before {
    content: "Ã¯Å¸Â¹"
}

.fa-deer:before {
    content: "Ã¯Å¾Å½"
}

.fa-deer-rudolph:before {
    content: "Ã¯Å¾Â"
}

.fa-deezer:before {
    content: "Ã®ÂÂ·"
}

.fa-delicious:before {
    content: "Ã¯â€&nbsp;Â¥"
}

.fa-democrat:before {
    content: "Ã¯Ââ€¡"
}

.fa-deploydog:before {
    content: "Ã¯Å½Å½"
}

.fa-deskpro:before {
    content: "Ã¯Å½Â"
}

.fa-desktop:before {
    content: "Ã¯â€žË†"
}

.fa-desktop-alt:before {
    content: "Ã¯Å½Â"
}

.fa-dev:before {
    content: "Ã¯â€ºÅ’"
}

.fa-deviantart:before {
    content: "Ã¯â€&nbsp;Â½"
}

.fa-dewpoint:before {
    content: "Ã¯ÂË†"
}

.fa-dharmachakra:before {
    content: "Ã¯â„¢â€¢"
}

.fa-dhl:before {
    content: "Ã¯Å¾Â"
}

.fa-diagnoses:before {
    content: "Ã¯â€˜Â°"
}

.fa-diamond:before {
    content: "Ã¯Ë†â„¢"
}

.fa-diaspora:before {
    content: "Ã¯Å¾â€˜"
}

.fa-dice:before {
    content: "Ã¯â€Â¢"
}

.fa-dice-d10:before {
    content: "Ã¯â€ºÂ"
}

.fa-dice-d12:before {
    content: "Ã¯â€ºÅ½"
}

.fa-dice-d20:before {
    content: "Ã¯â€ºÂ"
}

.fa-dice-d4:before {
    content: "Ã¯â€ºÂ"
}

.fa-dice-d6:before {
    content: "Ã¯â€ºâ€˜"
}

.fa-dice-d8:before {
    content: "Ã¯â€ºâ€™"
}

.fa-dice-five:before {
    content: "Ã¯â€Â£"
}

.fa-dice-four:before {
    content: "Ã¯â€Â¤"
}

.fa-dice-one:before {
    content: "Ã¯â€Â¥"
}

.fa-dice-six:before {
    content: "Ã¯â€Â¦"
}

.fa-dice-three:before {
    content: "Ã¯â€Â§"
}

.fa-dice-two:before {
    content: "Ã¯â€Â¨"
}

.fa-digg:before {
    content: "Ã¯â€&nbsp;Â¦"
}

.fa-digging:before {
    content: "Ã¯Â¡Å¾"
}

.fa-digital-ocean:before {
    content: "Ã¯Å½â€˜"
}

.fa-digital-tachograph:before {
    content: "Ã¯â€¢Â¦"
}

.fa-diploma:before {
    content: "Ã¯â€”Âª"
}

.fa-directions:before {
    content: "Ã¯â€”Â«"
}

.fa-disc-drive:before {
    content: "Ã¯Â¢Âµ"
}

.fa-discord:before {
    content: "Ã¯Å½â€™"
}

.fa-discourse:before {
    content: "Ã¯Å½â€œ"
}

.fa-disease:before {
    content: "Ã¯Å¸Âº"
}

.fa-divide:before {
    content: "Ã¯â€Â©"
}

.fa-dizzy:before {
    content: "Ã¯â€¢Â§"
}

.fa-dna:before {
    content: "Ã¯â€˜Â±"
}

.fa-do-not-enter:before {
    content: "Ã¯â€”Â¬"
}

.fa-dochub:before {
    content: "Ã¯Å½â€"
}

.fa-docker:before {
    content: "Ã¯Å½â€¢"
}

.fa-dog:before {
    content: "Ã¯â€ºâ€œ"
}

.fa-dog-leashed:before {
    content: "Ã¯â€ºâ€"
}

.fa-dollar-sign:before {
    content: "Ã¯â€¦â€¢"
}

.fa-dolly:before {
    content: "Ã¯â€˜Â²"
}

.fa-dolly-empty:before {
    content: "Ã¯â€˜Â³"
}

.fa-dolly-flatbed:before {
    content: "Ã¯â€˜Â´"
}

.fa-dolly-flatbed-alt:before {
    content: "Ã¯â€˜Âµ"
}

.fa-dolly-flatbed-empty:before {
    content: "Ã¯â€˜Â¶"
}

.fa-donate:before {
    content: "Ã¯â€™Â¹"
}

.fa-door-closed:before {
    content: "Ã¯â€Âª"
}

.fa-door-open:before {
    content: "Ã¯â€Â«"
}

.fa-dot-circle:before {
    content: "Ã¯â€&nbsp;â€™"
}

.fa-dove:before {
    content: "Ã¯â€™Âº"
}

.fa-download:before {
    content: "Ã¯â‚¬â„¢"
}

.fa-draft2digital:before {
    content: "Ã¯Å½â€“"
}

.fa-drafting-compass:before {
    content: "Ã¯â€¢Â¨"
}

.fa-dragon:before {
    content: "Ã¯â€ºâ€¢"
}

.fa-draw-circle:before {
    content: "Ã¯â€”Â­"
}

.fa-draw-polygon:before {
    content: "Ã¯â€”Â®"
}

.fa-draw-square:before {
    content: "Ã¯â€”Â¯"
}

.fa-dreidel:before {
    content: "Ã¯Å¾â€™"
}

.fa-dribbble:before {
    content: "Ã¯â€¦Â½"
}

.fa-dribbble-square:before {
    content: "Ã¯Å½â€”"
}

.fa-drone:before {
    content: "Ã¯Â¡Å¸"
}

.fa-drone-alt:before {
    content: "Ã¯Â¡Â&nbsp;"
}

.fa-dropbox:before {
    content: "Ã¯â€¦Â«"
}

.fa-drum:before {
    content: "Ã¯â€¢Â©"
}

.fa-drum-steelpan:before {
    content: "Ã¯â€¢Âª"
}

.fa-drumstick:before {
    content: "Ã¯â€ºâ€“"
}

.fa-drumstick-bite:before {
    content: "Ã¯â€ºâ€”"
}

.fa-drupal:before {
    content: "Ã¯â€&nbsp;Â©"
}

.fa-dryer:before {
    content: "Ã¯Â¡Â¡"
}

.fa-dryer-alt:before {
    content: "Ã¯Â¡Â¢"
}

.fa-duck:before {
    content: "Ã¯â€ºËœ"
}

.fa-dumbbell:before {
    content: "Ã¯â€˜â€¹"
}

.fa-dumpster:before {
    content: "Ã¯Å¾â€œ"
}

.fa-dumpster-fire:before {
    content: "Ã¯Å¾â€"
}

.fa-dungeon:before {
    content: "Ã¯â€ºâ„¢"
}

.fa-dyalog:before {
    content: "Ã¯Å½â„¢"
}

.fa-ear:before {
    content: "Ã¯â€”Â°"
}

.fa-ear-muffs:before {
    content: "Ã¯Å¾â€¢"
}

.fa-earlybirds:before {
    content: "Ã¯Å½Å¡"
}

.fa-ebay:before {
    content: "Ã¯â€œÂ´"
}

.fa-eclipse:before {
    content: "Ã¯Ââ€°"
}

.fa-eclipse-alt:before {
    content: "Ã¯ÂÅ&nbsp;"
}

.fa-edge:before {
    content: "Ã¯Å&nbsp;â€š"
}

.fa-edge-legacy:before {
    content: "Ã®ÂÂ¸"
}

.fa-edit:before {
    content: "Ã¯Ââ€ž"
}

.fa-egg:before {
    content: "Ã¯Å¸Â»"
}

.fa-egg-fried:before {
    content: "Ã¯Å¸Â¼"
}

.fa-eject:before {
    content: "Ã¯Ââ€™"
}

.fa-elementor:before {
    content: "Ã¯ÂÂ°"
}

.fa-elephant:before {
    content: "Ã¯â€ºÅ¡"
}

.fa-ellipsis-h:before {
    content: "Ã¯â€¦Â"
}

.fa-ellipsis-h-alt:before {
    content: "Ã¯Å½â€º"
}

.fa-ellipsis-v:before {
    content: "Ã¯â€¦â€š"
}

.fa-ellipsis-v-alt:before {
    content: "Ã¯Å½Å“"
}

.fa-ello:before {
    content: "Ã¯â€”Â±"
}

.fa-ember:before {
    content: "Ã¯ÂÂ£"
}

.fa-empire:before {
    content: "Ã¯â€¡â€˜"
}

.fa-empty-set:before {
    content: "Ã¯â„¢â€“"
}

.fa-engine-warning:before {
    content: "Ã¯â€”Â²"
}

.fa-envelope:before {
    content: "Ã¯Æ’Â&nbsp;"
}

.fa-envelope-open:before {
    content: "Ã¯Å&nbsp;Â¶"
}

.fa-envelope-open-dollar:before {
    content: "Ã¯â„¢â€”"
}

.fa-envelope-open-text:before {
    content: "Ã¯â„¢Ëœ"
}

.fa-envelope-square:before {
    content: "Ã¯â€&nbsp;â„¢"
}

.fa-envira:before {
    content: "Ã¯Å&nbsp;â„¢"
}

.fa-equals:before {
    content: "Ã¯â€Â¬"
}

.fa-eraser:before {
    content: "Ã¯â€žÂ­"
}

.fa-erlang:before {
    content: "Ã¯Å½Â"
}

.fa-ethereum:before {
    content: "Ã¯ÂÂ®"
}

.fa-ethernet:before {
    content: "Ã¯Å¾â€“"
}

.fa-etsy:before {
    content: "Ã¯â€¹â€”"
}

.fa-euro-sign:before {
    content: "Ã¯â€¦â€œ"
}

.fa-evernote:before {
    content: "Ã¯Â&nbsp;Â¹"
}

.fa-exchange:before {
    content: "Ã¯Æ’Â¬"
}

.fa-exchange-alt:before {
    content: "Ã¯ÂÂ¢"
}

.fa-exclamation:before {
    content: "Ã¯â€žÂª"
}

.fa-exclamation-circle:before {
    content: "Ã¯ÂÂª"
}

.fa-exclamation-square:before {
    content: "Ã¯Å’Â¡"
}

.fa-exclamation-triangle:before {
    content: "Ã¯ÂÂ±"
}

.fa-expand:before {
    content: "Ã¯ÂÂ¥"
}

.fa-expand-alt:before {
    content: "Ã¯ÂÂ¤"
}

.fa-expand-arrows:before {
    content: "Ã¯Å’Â"
}

.fa-expand-arrows-alt:before {
    content: "Ã¯Å’Å¾"
}

.fa-expand-wide:before {
    content: "Ã¯Å’Â&nbsp;"
}

.fa-expeditedssl:before {
    content: "Ã¯Ë†Â¾"
}

.fa-external-link:before {
    content: "Ã¯â€šÅ½"
}

.fa-external-link-alt:before {
    content: "Ã¯ÂÂ"
}

.fa-external-link-square:before {
    content: "Ã¯â€¦Å’"
}

.fa-external-link-square-alt:before {
    content: "Ã¯ÂÂ&nbsp;"
}

.fa-eye:before {
    content: "Ã¯ÂÂ®"
}

.fa-eye-dropper:before {
    content: "Ã¯â€¡Â»"
}

.fa-eye-evil:before {
    content: "Ã¯â€ºâ€º"
}

.fa-eye-slash:before {
    content: "Ã¯ÂÂ°"
}

.fa-facebook:before {
    content: "Ã¯â€šÅ¡"
}

.fa-facebook-f:before {
    content: "Ã¯Å½Å¾"
}

.fa-facebook-messenger:before {
    content: "Ã¯Å½Å¸"
}

.fa-facebook-square:before {
    content: "Ã¯â€šâ€š"
}

.fa-fan:before {
    content: "Ã¯Â¡Â£"
}

.fa-fan-table:before {
    content: "Ã®â‚¬â€ž"
}

.fa-fantasy-flight-games:before {
    content: "Ã¯â€ºÅ“"
}

.fa-farm:before {
    content: "Ã¯Â¡Â¤"
}

.fa-fast-backward:before {
    content: "Ã¯Ââ€°"
}

.fa-fast-forward:before {
    content: "Ã¯ÂÂ"
}

.fa-faucet:before {
    content: "Ã®â‚¬â€¦"
}

.fa-faucet-drip:before {
    content: "Ã®â‚¬â€&nbsp;"
}

.fa-fax:before {
    content: "Ã¯â€&nbsp;Â¬"
}

.fa-feather:before {
    content: "Ã¯â€Â­"
}

.fa-feather-alt:before {
    content: "Ã¯â€¢Â«"
}

.fa-fedex:before {
    content: "Ã¯Å¾â€”"
}

.fa-fedora:before {
    content: "Ã¯Å¾Ëœ"
}

.fa-female:before {
    content: "Ã¯â€&nbsp;â€š"
}

.fa-field-hockey:before {
    content: "Ã¯â€˜Å’"
}

.fa-fighter-jet:before {
    content: "Ã¯Æ’Â»"
}

.fa-figma:before {
    content: "Ã¯Å¾â„¢"
}

.fa-file:before {
    content: "Ã¯â€¦â€º"
}

.fa-file-alt:before {
    content: "Ã¯â€¦Å“"
}

.fa-file-archive:before {
    content: "Ã¯â€¡â€&nbsp;"
}

.fa-file-audio:before {
    content: "Ã¯â€¡â€¡"
}

.fa-file-certificate:before {
    content: "Ã¯â€”Â³"
}

.fa-file-chart-line:before {
    content: "Ã¯â„¢â„¢"
}

.fa-file-chart-pie:before {
    content: "Ã¯â„¢Å¡"
}

.fa-file-check:before {
    content: "Ã¯Å’â€“"
}

.fa-file-code:before {
    content: "Ã¯â€¡â€°"
}

.fa-file-contract:before {
    content: "Ã¯â€¢Â¬"
}

.fa-file-csv:before {
    content: "Ã¯â€ºÂ"
}

.fa-file-download:before {
    content: "Ã¯â€¢Â­"
}

.fa-file-edit:before {
    content: "Ã¯Å’Å“"
}

.fa-file-excel:before {
    content: "Ã¯â€¡Æ’"
}

.fa-file-exclamation:before {
    content: "Ã¯Å’Å¡"
}

.fa-file-export:before {
    content: "Ã¯â€¢Â®"
}

.fa-file-image:before {
    content: "Ã¯â€¡â€¦"
}

.fa-file-import:before {
    content: "Ã¯â€¢Â¯"
}

.fa-file-invoice:before {
    content: "Ã¯â€¢Â°"
}

.fa-file-invoice-dollar:before {
    content: "Ã¯â€¢Â±"
}

.fa-file-medical:before {
    content: "Ã¯â€˜Â·"
}

.fa-file-medical-alt:before {
    content: "Ã¯â€˜Â¸"
}

.fa-file-minus:before {
    content: "Ã¯Å’Ëœ"
}

.fa-file-music:before {
    content: "Ã¯Â¢Â¶"
}

.fa-file-pdf:before {
    content: "Ã¯â€¡Â"
}

.fa-file-plus:before {
    content: "Ã¯Å’â„¢"
}

.fa-file-powerpoint:before {
    content: "Ã¯â€¡â€ž"
}

.fa-file-prescription:before {
    content: "Ã¯â€¢Â²"
}

.fa-file-search:before {
    content: "Ã¯Â¡Â¥"
}

.fa-file-signature:before {
    content: "Ã¯â€¢Â³"
}

.fa-file-spreadsheet:before {
    content: "Ã¯â„¢â€º"
}

.fa-file-times:before {
    content: "Ã¯Å’â€”"
}

.fa-file-upload:before {
    content: "Ã¯â€¢Â´"
}

.fa-file-user:before {
    content: "Ã¯â„¢Å“"
}

.fa-file-video:before {
    content: "Ã¯â€¡Ë†"
}

.fa-file-word:before {
    content: "Ã¯â€¡â€š"
}

.fa-files-medical:before {
    content: "Ã¯Å¸Â½"
}

.fa-fill:before {
    content: "Ã¯â€¢Âµ"
}

.fa-fill-drip:before {
    content: "Ã¯â€¢Â¶"
}

.fa-film:before {
    content: "Ã¯â‚¬Ë†"
}

.fa-film-alt:before {
    content: "Ã¯Å½Â&nbsp;"
}

.fa-film-canister:before {
    content: "Ã¯Â¢Â·"
}

.fa-filter:before {
    content: "Ã¯â€šÂ°"
}

.fa-fingerprint:before {
    content: "Ã¯â€¢Â·"
}

.fa-fire:before {
    content: "Ã¯ÂÂ­"
}

.fa-fire-alt:before {
    content: "Ã¯Å¸Â¤"
}

.fa-fire-extinguisher:before {
    content: "Ã¯â€žÂ´"
}

.fa-fire-smoke:before {
    content: "Ã¯Ââ€¹"
}

.fa-firefox:before {
    content: "Ã¯â€°Â©"
}

.fa-firefox-browser:before {
    content: "Ã®â‚¬â€¡"
}

.fa-fireplace:before {
    content: "Ã¯Å¾Å¡"
}

.fa-first-aid:before {
    content: "Ã¯â€˜Â¹"
}

.fa-first-order:before {
    content: "Ã¯Å&nbsp;Â°"
}

.fa-first-order-alt:before {
    content: "Ã¯â€Å&nbsp;"
}

.fa-firstdraft:before {
    content: "Ã¯Å½Â¡"
}

.fa-fish:before {
    content: "Ã¯â€¢Â¸"
}

.fa-fish-cooked:before {
    content: "Ã¯Å¸Â¾"
}

.fa-fist-raised:before {
    content: "Ã¯â€ºÅ¾"
}

.fa-flag:before {
    content: "Ã¯â‚¬Â¤"
}

.fa-flag-alt:before {
    content: "Ã¯ÂÅ’"
}

.fa-flag-checkered:before {
    content: "Ã¯â€žÅ¾"
}

.fa-flag-usa:before {
    content: "Ã¯ÂÂ"
}

.fa-flame:before {
    content: "Ã¯â€ºÅ¸"
}

.fa-flashlight:before {
    content: "Ã¯Â¢Â¸"
}

.fa-flask:before {
    content: "Ã¯Æ’Æ’"
}

.fa-flask-poison:before {
    content: "Ã¯â€ºÂ&nbsp;"
}

.fa-flask-potion:before {
    content: "Ã¯â€ºÂ¡"
}

.fa-flickr:before {
    content: "Ã¯â€¦Â®"
}

.fa-flipboard:before {
    content: "Ã¯â€˜Â"
}

.fa-flower:before {
    content: "Ã¯Å¸Â¿"
}

.fa-flower-daffodil:before {
    content: "Ã¯Â&nbsp;â‚¬"
}

.fa-flower-tulip:before {
    content: "Ã¯Â&nbsp;Â"
}

.fa-flushed:before {
    content: "Ã¯â€¢Â¹"
}

.fa-flute:before {
    content: "Ã¯Â¢Â¹"
}

.fa-flux-capacitor:before {
    content: "Ã¯Â¢Âº"
}

.fa-fly:before {
    content: "Ã¯Ââ€”"
}

.fa-fog:before {
    content: "Ã¯ÂÅ½"
}

.fa-folder:before {
    content: "Ã¯ÂÂ»"
}

.fa-folder-download:before {
    content: "Ã®Ââ€œ"
}

.fa-folder-minus:before {
    content: "Ã¯â„¢Â"
}

.fa-folder-open:before {
    content: "Ã¯ÂÂ¼"
}

.fa-folder-plus:before {
    content: "Ã¯â„¢Å¾"
}

.fa-folder-times:before {
    content: "Ã¯â„¢Å¸"
}

.fa-folder-tree:before {
    content: "Ã¯Â&nbsp;â€š"
}

.fa-folder-upload:before {
    content: "Ã®Ââ€"
}

.fa-folders:before {
    content: "Ã¯â„¢Â&nbsp;"
}

.fa-font:before {
    content: "Ã¯â‚¬Â±"
}

.fa-font-awesome:before {
    content: "Ã¯Å&nbsp;Â´"
}

.fa-font-awesome-alt:before {
    content: "Ã¯ÂÅ“"
}

.fa-font-awesome-flag:before {
    content: "Ã¯ÂÂ¥"
}

.fa-font-awesome-logo-full:before {
    content: "Ã¯â€œÂ¦"
}

.fa-font-case:before {
    content: "Ã¯Â¡Â¦"
}

.fa-fonticons:before {
    content: "Ã¯Å&nbsp;â‚¬"
}

.fa-fonticons-fi:before {
    content: "Ã¯Å½Â¢"
}

.fa-football-ball:before {
    content: "Ã¯â€˜Å½"
}

.fa-football-helmet:before {
    content: "Ã¯â€˜Â"
}

.fa-forklift:before {
    content: "Ã¯â€˜Âº"
}

.fa-fort-awesome:before {
    content: "Ã¯Å&nbsp;â€&nbsp;"
}

.fa-fort-awesome-alt:before {
    content: "Ã¯Å½Â£"
}

.fa-forumbee:before {
    content: "Ã¯Ë†â€˜"
}

.fa-forward:before {
    content: "Ã¯ÂÅ½"
}

.fa-foursquare:before {
    content: "Ã¯â€&nbsp;â‚¬"
}

.fa-fragile:before {
    content: "Ã¯â€™Â»"
}

.fa-free-code-camp:before {
    content: "Ã¯â€¹â€¦"
}

.fa-freebsd:before {
    content: "Ã¯Å½Â¤"
}

.fa-french-fries:before {
    content: "Ã¯Â&nbsp;Æ’"
}

.fa-frog:before {
    content: "Ã¯â€Â®"
}

.fa-frosty-head:before {
    content: "Ã¯Å¾â€º"
}

.fa-frown:before {
    content: "Ã¯â€žâ„¢"
}

.fa-frown-open:before {
    content: "Ã¯â€¢Âº"
}

.fa-fulcrum:before {
    content: "Ã¯â€â€¹"
}

.fa-function:before {
    content: "Ã¯â„¢Â¡"
}

.fa-funnel-dollar:before {
    content: "Ã¯â„¢Â¢"
}

.fa-futbol:before {
    content: "Ã¯â€¡Â£"
}

.fa-galactic-republic:before {
    content: "Ã¯â€Å’"
}

.fa-galactic-senate:before {
    content: "Ã¯â€Â"
}

.fa-galaxy:before {
    content: "Ã®â‚¬Ë†"
}

.fa-game-board:before {
    content: "Ã¯Â¡Â§"
}

.fa-game-board-alt:before {
    content: "Ã¯Â¡Â¨"
}

.fa-game-console-handheld:before {
    content: "Ã¯Â¢Â»"
}

.fa-gamepad:before {
    content: "Ã¯â€žâ€º"
}

.fa-gamepad-alt:before {
    content: "Ã¯Â¢Â¼"
}

.fa-garage:before {
    content: "Ã®â‚¬â€°"
}

.fa-garage-car:before {
    content: "Ã®â‚¬Å&nbsp;"
}

.fa-garage-open:before {
    content: "Ã®â‚¬â€¹"
}

.fa-gas-pump:before {
    content: "Ã¯â€Â¯"
}

.fa-gas-pump-slash:before {
    content: "Ã¯â€”Â´"
}

.fa-gavel:before {
    content: "Ã¯Æ’Â£"
}

.fa-gem:before {
    content: "Ã¯Å½Â¥"
}

.fa-genderless:before {
    content: "Ã¯Ë†Â­"
}

.fa-get-pocket:before {
    content: "Ã¯â€°Â¥"
}

.fa-gg:before {
    content: "Ã¯â€°Â&nbsp;"
}

.fa-gg-circle:before {
    content: "Ã¯â€°Â¡"
}

.fa-ghost:before {
    content: "Ã¯â€ºÂ¢"
}

.fa-gift:before {
    content: "Ã¯ÂÂ«"
}

.fa-gift-card:before {
    content: "Ã¯â„¢Â£"
}

.fa-gifts:before {
    content: "Ã¯Å¾Å“"
}

.fa-gingerbread-man:before {
    content: "Ã¯Å¾Â"
}

.fa-git:before {
    content: "Ã¯â€¡â€œ"
}

.fa-git-alt:before {
    content: "Ã¯Â¡Â"
}

.fa-git-square:before {
    content: "Ã¯â€¡â€™"
}

.fa-github:before {
    content: "Ã¯â€šâ€º"
}

.fa-github-alt:before {
    content: "Ã¯â€žâ€œ"
}

.fa-github-square:before {
    content: "Ã¯â€šâ€™"
}

.fa-gitkraken:before {
    content: "Ã¯Å½Â¦"
}

.fa-gitlab:before {
    content: "Ã¯Å&nbsp;â€“"
}

.fa-gitter:before {
    content: "Ã¯ÂÂ¦"
}

.fa-glass:before {
    content: "Ã¯Â&nbsp;â€ž"
}

.fa-glass-champagne:before {
    content: "Ã¯Å¾Å¾"
}

.fa-glass-cheers:before {
    content: "Ã¯Å¾Å¸"
}

.fa-glass-citrus:before {
    content: "Ã¯Â¡Â©"
}

.fa-glass-martini:before {
    content: "Ã¯â‚¬â‚¬"
}

.fa-glass-martini-alt:before {
    content: "Ã¯â€¢Â»"
}

.fa-glass-whiskey:before {
    content: "Ã¯Å¾Â&nbsp;"
}

.fa-glass-whiskey-rocks:before {
    content: "Ã¯Å¾Â¡"
}

.fa-glasses:before {
    content: "Ã¯â€Â°"
}

.fa-glasses-alt:before {
    content: "Ã¯â€”Âµ"
}

.fa-glide:before {
    content: "Ã¯Å&nbsp;Â¥"
}

.fa-glide-g:before {
    content: "Ã¯Å&nbsp;Â¦"
}

.fa-globe:before {
    content: "Ã¯â€šÂ¬"
}

.fa-globe-africa:before {
    content: "Ã¯â€¢Â¼"
}

.fa-globe-americas:before {
    content: "Ã¯â€¢Â½"
}

.fa-globe-asia:before {
    content: "Ã¯â€¢Â¾"
}

.fa-globe-europe:before {
    content: "Ã¯Å¾Â¢"
}

.fa-globe-snow:before {
    content: "Ã¯Å¾Â£"
}

.fa-globe-stand:before {
    content: "Ã¯â€”Â¶"
}

.fa-gofore:before {
    content: "Ã¯Å½Â§"
}

.fa-golf-ball:before {
    content: "Ã¯â€˜Â"
}

.fa-golf-club:before {
    content: "Ã¯â€˜â€˜"
}

.fa-goodreads:before {
    content: "Ã¯Å½Â¨"
}

.fa-goodreads-g:before {
    content: "Ã¯Å½Â©"
}

.fa-google:before {
    content: "Ã¯â€&nbsp;Â&nbsp;"
}

.fa-google-drive:before {
    content: "Ã¯Å½Âª"
}

.fa-google-pay:before {
    content: "Ã®ÂÂ¹"
}

.fa-google-play:before {
    content: "Ã¯Å½Â«"
}

.fa-google-plus:before {
    content: "Ã¯Å&nbsp;Â³"
}

.fa-google-plus-g:before {
    content: "Ã¯Æ’â€¢"
}

.fa-google-plus-square:before {
    content: "Ã¯Æ’â€"
}

.fa-google-wallet:before {
    content: "Ã¯â€¡Â®"
}

.fa-gopuram:before {
    content: "Ã¯â„¢Â¤"
}

.fa-graduation-cap:before {
    content: "Ã¯â€&nbsp;Â"
}

.fa-gramophone:before {
    content: "Ã¯Â¢Â½"
}

.fa-gratipay:before {
    content: "Ã¯â€&nbsp;â€ž"
}

.fa-grav:before {
    content: "Ã¯â€¹â€“"
}

.fa-greater-than:before {
    content: "Ã¯â€Â±"
}

.fa-greater-than-equal:before {
    content: "Ã¯â€Â²"
}

.fa-grimace:before {
    content: "Ã¯â€¢Â¿"
}

.fa-grin:before {
    content: "Ã¯â€“â‚¬"
}

.fa-grin-alt:before {
    content: "Ã¯â€“Â"
}

.fa-grin-beam:before {
    content: "Ã¯â€“â€š"
}

.fa-grin-beam-sweat:before {
    content: "Ã¯â€“Æ’"
}

.fa-grin-hearts:before {
    content: "Ã¯â€“â€ž"
}

.fa-grin-squint:before {
    content: "Ã¯â€“â€¦"
}

.fa-grin-squint-tears:before {
    content: "Ã¯â€“â€&nbsp;"
}

.fa-grin-stars:before {
    content: "Ã¯â€“â€¡"
}

.fa-grin-tears:before {
    content: "Ã¯â€“Ë†"
}

.fa-grin-tongue:before {
    content: "Ã¯â€“â€°"
}

.fa-grin-tongue-squint:before {
    content: "Ã¯â€“Å&nbsp;"
}

.fa-grin-tongue-wink:before {
    content: "Ã¯â€“â€¹"
}

.fa-grin-wink:before {
    content: "Ã¯â€“Å’"
}

.fa-grip-horizontal:before {
    content: "Ã¯â€“Â"
}

.fa-grip-lines:before {
    content: "Ã¯Å¾Â¤"
}

.fa-grip-lines-vertical:before {
    content: "Ã¯Å¾Â¥"
}

.fa-grip-vertical:before {
    content: "Ã¯â€“Å½"
}

.fa-gripfire:before {
    content: "Ã¯Å½Â¬"
}

.fa-grunt:before {
    content: "Ã¯Å½Â­"
}

.fa-guilded:before {
    content: "Ã®ÂÂ¾"
}

.fa-guitar:before {
    content: "Ã¯Å¾Â¦"
}

.fa-guitar-electric:before {
    content: "Ã¯Â¢Â¾"
}

.fa-guitars:before {
    content: "Ã¯Â¢Â¿"
}

.fa-gulp:before {
    content: "Ã¯Å½Â®"
}

.fa-h-square:before {
    content: "Ã¯Æ’Â½"
}

.fa-h1:before {
    content: "Ã¯Å’â€œ"
}

.fa-h2:before {
    content: "Ã¯Å’â€"
}

.fa-h3:before {
    content: "Ã¯Å’â€¢"
}

.fa-h4:before {
    content: "Ã¯Â¡Âª"
}

.fa-hacker-news:before {
    content: "Ã¯â€¡â€"
}

.fa-hacker-news-square:before {
    content: "Ã¯Å½Â¯"
}

.fa-hackerrank:before {
    content: "Ã¯â€”Â·"
}

.fa-hamburger:before {
    content: "Ã¯Â&nbsp;â€¦"
}

.fa-hammer:before {
    content: "Ã¯â€ºÂ£"
}

.fa-hammer-war:before {
    content: "Ã¯â€ºÂ¤"
}

.fa-hamsa:before {
    content: "Ã¯â„¢Â¥"
}

.fa-hand-heart:before {
    content: "Ã¯â€™Â¼"
}

.fa-hand-holding:before {
    content: "Ã¯â€™Â½"
}

.fa-hand-holding-box:before {
    content: "Ã¯â€˜Â»"
}

.fa-hand-holding-heart:before {
    content: "Ã¯â€™Â¾"
}

.fa-hand-holding-magic:before {
    content: "Ã¯â€ºÂ¥"
}

.fa-hand-holding-medical:before {
    content: "Ã®ÂÅ“"
}

.fa-hand-holding-seedling:before {
    content: "Ã¯â€™Â¿"
}

.fa-hand-holding-usd:before {
    content: "Ã¯â€œâ‚¬"
}

.fa-hand-holding-water:before {
    content: "Ã¯â€œÂ"
}

.fa-hand-lizard:before {
    content: "Ã¯â€°Ëœ"
}

.fa-hand-middle-finger:before {
    content: "Ã¯Â&nbsp;â€&nbsp;"
}

.fa-hand-paper:before {
    content: "Ã¯â€°â€“"
}

.fa-hand-peace:before {
    content: "Ã¯â€°â€º"
}

.fa-hand-point-down:before {
    content: "Ã¯â€šÂ§"
}

.fa-hand-point-left:before {
    content: "Ã¯â€šÂ¥"
}

.fa-hand-point-right:before {
    content: "Ã¯â€šÂ¤"
}

.fa-hand-point-up:before {
    content: "Ã¯â€šÂ¦"
}

.fa-hand-pointer:before {
    content: "Ã¯â€°Å¡"
}

.fa-hand-receiving:before {
    content: "Ã¯â€˜Â¼"
}

.fa-hand-rock:before {
    content: "Ã¯â€°â€¢"
}

.fa-hand-scissors:before {
    content: "Ã¯â€°â€”"
}

.fa-hand-sparkles:before {
    content: "Ã®ÂÂ"
}

.fa-hand-spock:before {
    content: "Ã¯â€°â„¢"
}

.fa-hands:before {
    content: "Ã¯â€œâ€š"
}

.fa-hands-heart:before {
    content: "Ã¯â€œÆ’"
}

.fa-hands-helping:before {
    content: "Ã¯â€œâ€ž"
}

.fa-hands-usd:before {
    content: "Ã¯â€œâ€¦"
}

.fa-hands-wash:before {
    content: "Ã®ÂÅ¾"
}

.fa-handshake:before {
    content: "Ã¯Å&nbsp;Âµ"
}

.fa-handshake-alt:before {
    content: "Ã¯â€œâ€&nbsp;"
}

.fa-handshake-alt-slash:before {
    content: "Ã®ÂÅ¸"
}

.fa-handshake-slash:before {
    content: "Ã®ÂÂ&nbsp;"
}

.fa-hanukiah:before {
    content: "Ã¯â€ºÂ¦"
}

.fa-hard-hat:before {
    content: "Ã¯Â&nbsp;â€¡"
}

.fa-hashtag:before {
    content: "Ã¯Å&nbsp;â€™"
}

.fa-hat-chef:before {
    content: "Ã¯Â¡Â«"
}

.fa-hat-cowboy:before {
    content: "Ã¯Â£â‚¬"
}

.fa-hat-cowboy-side:before {
    content: "Ã¯Â£Â"
}

.fa-hat-santa:before {
    content: "Ã¯Å¾Â§"
}

.fa-hat-winter:before {
    content: "Ã¯Å¾Â¨"
}

.fa-hat-witch:before {
    content: "Ã¯â€ºÂ§"
}

.fa-hat-wizard:before {
    content: "Ã¯â€ºÂ¨"
}

.fa-hdd:before {
    content: "Ã¯â€šÂ&nbsp;"
}

.fa-head-side:before {
    content: "Ã¯â€ºÂ©"
}

.fa-head-side-brain:before {
    content: "Ã¯Â&nbsp;Ë†"
}

.fa-head-side-cough:before {
    content: "Ã®ÂÂ¡"
}

.fa-head-side-cough-slash:before {
    content: "Ã®ÂÂ¢"
}

.fa-head-side-headphones:before {
    content: "Ã¯Â£â€š"
}

.fa-head-side-mask:before {
    content: "Ã®ÂÂ£"
}

.fa-head-side-medical:before {
    content: "Ã¯Â&nbsp;â€°"
}

.fa-head-side-virus:before {
    content: "Ã®ÂÂ¤"
}

.fa-head-vr:before {
    content: "Ã¯â€ºÂª"
}

.fa-heading:before {
    content: "Ã¯â€¡Å“"
}

.fa-headphones:before {
    content: "Ã¯â‚¬Â¥"
}

.fa-headphones-alt:before {
    content: "Ã¯â€“Â"
}

.fa-headset:before {
    content: "Ã¯â€“Â"
}

.fa-heart:before {
    content: "Ã¯â‚¬â€ž"
}

.fa-heart-broken:before {
    content: "Ã¯Å¾Â©"
}

.fa-heart-circle:before {
    content: "Ã¯â€œâ€¡"
}

.fa-heart-rate:before {
    content: "Ã¯â€”Â¸"
}

.fa-heart-square:before {
    content: "Ã¯â€œË†"
}

.fa-heartbeat:before {
    content: "Ã¯Ë†Å¾"
}

.fa-heat:before {
    content: "Ã®â‚¬Å’"
}

.fa-helicopter:before {
    content: "Ã¯â€Â³"
}

.fa-helmet-battle:before {
    content: "Ã¯â€ºÂ«"
}

.fa-hexagon:before {
    content: "Ã¯Å’â€™"
}

.fa-highlighter:before {
    content: "Ã¯â€“â€˜"
}

.fa-hiking:before {
    content: "Ã¯â€ºÂ¬"
}

.fa-hippo:before {
    content: "Ã¯â€ºÂ­"
}

.fa-hips:before {
    content: "Ã¯â€˜â€™"
}

.fa-hire-a-helper:before {
    content: "Ã¯Å½Â°"
}

.fa-history:before {
    content: "Ã¯â€¡Å¡"
}

.fa-hive:before {
    content: "Ã®ÂÂ¿"
}

.fa-hockey-mask:before {
    content: "Ã¯â€ºÂ®"
}

.fa-hockey-puck:before {
    content: "Ã¯â€˜â€œ"
}

.fa-hockey-sticks:before {
    content: "Ã¯â€˜â€"
}

.fa-holly-berry:before {
    content: "Ã¯Å¾Âª"
}

.fa-home:before {
    content: "Ã¯â‚¬â€¢"
}

.fa-home-alt:before {
    content: "Ã¯Â&nbsp;Å&nbsp;"
}

.fa-home-heart:before {
    content: "Ã¯â€œâ€°"
}

.fa-home-lg:before {
    content: "Ã¯Â&nbsp;â€¹"
}

.fa-home-lg-alt:before {
    content: "Ã¯Â&nbsp;Å’"
}

.fa-hood-cloak:before {
    content: "Ã¯â€ºÂ¯"
}

.fa-hooli:before {
    content: "Ã¯ÂÂ§"
}

.fa-horizontal-rule:before {
    content: "Ã¯Â¡Â¬"
}

.fa-hornbill:before {
    content: "Ã¯â€“â€™"
}

.fa-horse:before {
    content: "Ã¯â€ºÂ°"
}

.fa-horse-head:before {
    content: "Ã¯Å¾Â«"
}

.fa-horse-saddle:before {
    content: "Ã¯Â£Æ’"
}

.fa-hospital:before {
    content: "Ã¯Æ’Â¸"
}

.fa-hospital-alt:before {
    content: "Ã¯â€˜Â½"
}

.fa-hospital-symbol:before {
    content: "Ã¯â€˜Â¾"
}

.fa-hospital-user:before {
    content: "Ã¯Â&nbsp;Â"
}

.fa-hospitals:before {
    content: "Ã¯Â&nbsp;Å½"
}

.fa-hot-tub:before {
    content: "Ã¯â€“â€œ"
}

.fa-hotdog:before {
    content: "Ã¯Â&nbsp;Â"
}

.fa-hotel:before {
    content: "Ã¯â€“â€"
}

.fa-hotjar:before {
    content: "Ã¯Å½Â±"
}

.fa-hourglass:before {
    content: "Ã¯â€°â€"
}

.fa-hourglass-end:before {
    content: "Ã¯â€°â€œ"
}

.fa-hourglass-half:before {
    content: "Ã¯â€°â€™"
}

.fa-hourglass-start:before {
    content: "Ã¯â€°â€˜"
}

.fa-house:before {
    content: "Ã®â‚¬Â"
}

.fa-house-damage:before {
    content: "Ã¯â€ºÂ±"
}

.fa-house-day:before {
    content: "Ã®â‚¬Å½"
}

.fa-house-flood:before {
    content: "Ã¯ÂÂ"
}

.fa-house-leave:before {
    content: "Ã®â‚¬Â"
}

.fa-house-night:before {
    content: "Ã®â‚¬Â"
}

.fa-house-return:before {
    content: "Ã®â‚¬â€˜"
}

.fa-house-signal:before {
    content: "Ã®â‚¬â€™"
}

.fa-house-user:before {
    content: "Ã®ÂÂ¥"
}

.fa-houzz:before {
    content: "Ã¯â€°Â¼"
}

.fa-hryvnia:before {
    content: "Ã¯â€ºÂ²"
}

.fa-html5:before {
    content: "Ã¯â€žÂ»"
}

.fa-hubspot:before {
    content: "Ã¯Å½Â²"
}

.fa-humidity:before {
    content: "Ã¯ÂÂ"
}

.fa-hurricane:before {
    content: "Ã¯Ââ€˜"
}

.fa-i-cursor:before {
    content: "Ã¯â€°â€&nbsp;"
}

.fa-ice-cream:before {
    content: "Ã¯Â&nbsp;Â"
}

.fa-ice-skate:before {
    content: "Ã¯Å¾Â¬"
}

.fa-icicles:before {
    content: "Ã¯Å¾Â­"
}

.fa-icons:before {
    content: "Ã¯Â¡Â­"
}

.fa-icons-alt:before {
    content: "Ã¯Â¡Â®"
}

.fa-id-badge:before {
    content: "Ã¯â€¹Â"
}

.fa-id-card:before {
    content: "Ã¯â€¹â€š"
}

.fa-id-card-alt:before {
    content: "Ã¯â€˜Â¿"
}

.fa-ideal:before {
    content: "Ã®â‚¬â€œ"
}

.fa-igloo:before {
    content: "Ã¯Å¾Â®"
}

.fa-image:before {
    content: "Ã¯â‚¬Â¾"
}

.fa-image-polaroid:before {
    content: "Ã¯Â£â€ž"
}

.fa-images:before {
    content: "Ã¯Å’â€š"
}

.fa-imdb:before {
    content: "Ã¯â€¹Ëœ"
}

.fa-inbox:before {
    content: "Ã¯â‚¬Å“"
}

.fa-inbox-in:before {
    content: "Ã¯Å’Â"
}

.fa-inbox-out:before {
    content: "Ã¯Å’â€˜"
}

.fa-indent:before {
    content: "Ã¯â‚¬Â¼"
}

.fa-industry:before {
    content: "Ã¯â€°Âµ"
}

.fa-industry-alt:before {
    content: "Ã¯Å½Â³"
}

.fa-infinity:before {
    content: "Ã¯â€Â´"
}

.fa-info:before {
    content: "Ã¯â€žÂ©"
}

.fa-info-circle:before {
    content: "Ã¯ÂÅ¡"
}

.fa-info-square:before {
    content: "Ã¯Å’Â"
}

.fa-inhaler:before {
    content: "Ã¯â€”Â¹"
}

.fa-innosoft:before {
    content: "Ã®â€šâ‚¬"
}

.fa-instagram:before {
    content: "Ã¯â€¦Â­"
}

.fa-instagram-square:before {
    content: "Ã®Ââ€¢"
}

.fa-instalod:before {
    content: "Ã®â€šÂ"
}

.fa-integral:before {
    content: "Ã¯â„¢Â§"
}

.fa-intercom:before {
    content: "Ã¯Å¾Â¯"
}

.fa-internet-explorer:before {
    content: "Ã¯â€°Â«"
}

.fa-intersection:before {
    content: "Ã¯â„¢Â¨"
}

.fa-inventory:before {
    content: "Ã¯â€™â‚¬"
}

.fa-invision:before {
    content: "Ã¯Å¾Â°"
}

.fa-ioxhost:before {
    content: "Ã¯Ë†Ë†"
}

.fa-island-tropical:before {
    content: "Ã¯Â&nbsp;â€˜"
}

.fa-italic:before {
    content: "Ã¯â‚¬Â³"
}

.fa-itch-io:before {
    content: "Ã¯Â&nbsp;Âº"
}

.fa-itunes:before {
    content: "Ã¯Å½Â´"
}

.fa-itunes-note:before {
    content: "Ã¯Å½Âµ"
}

.fa-jack-o-lantern:before {
    content: "Ã¯Å’Å½"
}

.fa-java:before {
    content: "Ã¯â€œÂ¤"
}

.fa-jedi:before {
    content: "Ã¯â„¢Â©"
}

.fa-jedi-order:before {
    content: "Ã¯â€Å½"
}

.fa-jenkins:before {
    content: "Ã¯Å½Â¶"
}

.fa-jira:before {
    content: "Ã¯Å¾Â±"
}

.fa-joget:before {
    content: "Ã¯Å½Â·"
}

.fa-joint:before {
    content: "Ã¯â€“â€¢"
}

.fa-joomla:before {
    content: "Ã¯â€&nbsp;Âª"
}

.fa-journal-whills:before {
    content: "Ã¯â„¢Âª"
}

.fa-joystick:before {
    content: "Ã¯Â£â€¦"
}

.fa-js:before {
    content: "Ã¯Å½Â¸"
}

.fa-js-square:before {
    content: "Ã¯Å½Â¹"
}

.fa-jsfiddle:before {
    content: "Ã¯â€¡Å’"
}

.fa-jug:before {
    content: "Ã¯Â£â€&nbsp;"
}

.fa-kaaba:before {
    content: "Ã¯â„¢Â«"
}

.fa-kaggle:before {
    content: "Ã¯â€”Âº"
}

.fa-kazoo:before {
    content: "Ã¯Â£â€¡"
}

.fa-kerning:before {
    content: "Ã¯Â¡Â¯"
}

.fa-key:before {
    content: "Ã¯â€šâ€ž"
}

.fa-key-skeleton:before {
    content: "Ã¯â€ºÂ³"
}

.fa-keybase:before {
    content: "Ã¯â€œÂµ"
}

.fa-keyboard:before {
    content: "Ã¯â€žÅ“"
}

.fa-keycdn:before {
    content: "Ã¯Å½Âº"
}

.fa-keynote:before {
    content: "Ã¯â„¢Â¬"
}

.fa-khanda:before {
    content: "Ã¯â„¢Â­"
}

.fa-kickstarter:before {
    content: "Ã¯Å½Â»"
}

.fa-kickstarter-k:before {
    content: "Ã¯Å½Â¼"
}

.fa-kidneys:before {
    content: "Ã¯â€”Â»"
}

.fa-kiss:before {
    content: "Ã¯â€“â€“"
}

.fa-kiss-beam:before {
    content: "Ã¯â€“â€”"
}

.fa-kiss-wink-heart:before {
    content: "Ã¯â€“Ëœ"
}

.fa-kite:before {
    content: "Ã¯â€ºÂ´"
}

.fa-kiwi-bird:before {
    content: "Ã¯â€Âµ"
}

.fa-knife-kitchen:before {
    content: "Ã¯â€ºÂµ"
}

.fa-korvue:before {
    content: "Ã¯ÂÂ¯"
}

.fa-lambda:before {
    content: "Ã¯â„¢Â®"
}

.fa-lamp:before {
    content: "Ã¯â€œÅ&nbsp;"
}

.fa-lamp-desk:before {
    content: "Ã®â‚¬â€"
}

.fa-lamp-floor:before {
    content: "Ã®â‚¬â€¢"
}

.fa-landmark:before {
    content: "Ã¯â„¢Â¯"
}

.fa-landmark-alt:before {
    content: "Ã¯Ââ€™"
}

.fa-language:before {
    content: "Ã¯â€&nbsp;Â«"
}

.fa-laptop:before {
    content: "Ã¯â€žâ€°"
}

.fa-laptop-code:before {
    content: "Ã¯â€”Â¼"
}

.fa-laptop-house:before {
    content: "Ã®ÂÂ¦"
}

.fa-laptop-medical:before {
    content: "Ã¯Â&nbsp;â€™"
}

.fa-laravel:before {
    content: "Ã¯Å½Â½"
}

.fa-lasso:before {
    content: "Ã¯Â£Ë†"
}

.fa-lastfm:before {
    content: "Ã¯Ë†â€š"
}

.fa-lastfm-square:before {
    content: "Ã¯Ë†Æ’"
}

.fa-laugh:before {
    content: "Ã¯â€“â„¢"
}

.fa-laugh-beam:before {
    content: "Ã¯â€“Å¡"
}

.fa-laugh-squint:before {
    content: "Ã¯â€“â€º"
}

.fa-laugh-wink:before {
    content: "Ã¯â€“Å“"
}

.fa-layer-group:before {
    content: "Ã¯â€”Â½"
}

.fa-layer-minus:before {
    content: "Ã¯â€”Â¾"
}

.fa-layer-plus:before {
    content: "Ã¯â€”Â¿"
}

.fa-leaf:before {
    content: "Ã¯ÂÂ¬"
}

.fa-leaf-heart:before {
    content: "Ã¯â€œâ€¹"
}

.fa-leaf-maple:before {
    content: "Ã¯â€ºÂ¶"
}

.fa-leaf-oak:before {
    content: "Ã¯â€ºÂ·"
}

.fa-leanpub:before {
    content: "Ã¯Ë†â€™"
}

.fa-lemon:before {
    content: "Ã¯â€šâ€"
}

.fa-less:before {
    content: "Ã¯ÂÂ"
}

.fa-less-than:before {
    content: "Ã¯â€Â¶"
}

.fa-less-than-equal:before {
    content: "Ã¯â€Â·"
}

.fa-level-down:before {
    content: "Ã¯â€¦â€°"
}

.fa-level-down-alt:before {
    content: "Ã¯Å½Â¾"
}

.fa-level-up:before {
    content: "Ã¯â€¦Ë†"
}

.fa-level-up-alt:before {
    content: "Ã¯Å½Â¿"
}

.fa-life-ring:before {
    content: "Ã¯â€¡Â"
}

.fa-light-ceiling:before {
    content: "Ã®â‚¬â€“"
}

.fa-light-switch:before {
    content: "Ã®â‚¬â€”"
}

.fa-light-switch-off:before {
    content: "Ã®â‚¬Ëœ"
}

.fa-light-switch-on:before {
    content: "Ã®â‚¬â„¢"
}

.fa-lightbulb:before {
    content: "Ã¯Æ’Â«"
}

.fa-lightbulb-dollar:before {
    content: "Ã¯â„¢Â°"
}

.fa-lightbulb-exclamation:before {
    content: "Ã¯â„¢Â±"
}

.fa-lightbulb-on:before {
    content: "Ã¯â„¢Â²"
}

.fa-lightbulb-slash:before {
    content: "Ã¯â„¢Â³"
}

.fa-lights-holiday:before {
    content: "Ã¯Å¾Â²"
}

.fa-line:before {
    content: "Ã¯Ââ‚¬"
}

.fa-line-columns:before {
    content: "Ã¯Â¡Â°"
}

.fa-line-height:before {
    content: "Ã¯Â¡Â±"
}

.fa-link:before {
    content: "Ã¯Æ’Â"
}

.fa-linkedin:before {
    content: "Ã¯â€šÅ’"
}

.fa-linkedin-in:before {
    content: "Ã¯Æ’Â¡"
}

.fa-linode:before {
    content: "Ã¯Å&nbsp;Â¸"
}

.fa-linux:before {
    content: "Ã¯â€¦Â¼"
}

.fa-lips:before {
    content: "Ã¯Ëœâ‚¬"
}

.fa-lira-sign:before {
    content: "Ã¯â€&nbsp;â€¢"
}

.fa-list:before {
    content: "Ã¯â‚¬Âº"
}

.fa-list-alt:before {
    content: "Ã¯â‚¬Â¢"
}

.fa-list-music:before {
    content: "Ã¯Â£â€°"
}

.fa-list-ol:before {
    content: "Ã¯Æ’â€¹"
}

.fa-list-ul:before {
    content: "Ã¯Æ’Å&nbsp;"
}

.fa-location:before {
    content: "Ã¯ËœÂ"
}

.fa-location-arrow:before {
    content: "Ã¯â€žÂ¤"
}

.fa-location-circle:before {
    content: "Ã¯Ëœâ€š"
}

.fa-location-slash:before {
    content: "Ã¯ËœÆ’"
}

.fa-lock:before {
    content: "Ã¯â‚¬Â£"
}

.fa-lock-alt:before {
    content: "Ã¯Å’Â"
}

.fa-lock-open:before {
    content: "Ã¯ÂÂ"
}

.fa-lock-open-alt:before {
    content: "Ã¯Ââ€š"
}

.fa-long-arrow-alt-down:before {
    content: "Ã¯Å’â€°"
}

.fa-long-arrow-alt-left:before {
    content: "Ã¯Å’Å&nbsp;"
}

.fa-long-arrow-alt-right:before {
    content: "Ã¯Å’â€¹"
}

.fa-long-arrow-alt-up:before {
    content: "Ã¯Å’Å’"
}

.fa-long-arrow-down:before {
    content: "Ã¯â€¦Âµ"
}

.fa-long-arrow-left:before {
    content: "Ã¯â€¦Â·"
}

.fa-long-arrow-right:before {
    content: "Ã¯â€¦Â¸"
}

.fa-long-arrow-up:before {
    content: "Ã¯â€¦Â¶"
}

.fa-loveseat:before {
    content: "Ã¯â€œÅ’"
}

.fa-low-vision:before {
    content: "Ã¯Å&nbsp;Â¨"
}

.fa-luchador:before {
    content: "Ã¯â€˜â€¢"
}

.fa-luggage-cart:before {
    content: "Ã¯â€“Â"
}

.fa-lungs:before {
    content: "Ã¯Ëœâ€ž"
}

.fa-lungs-virus:before {
    content: "Ã®ÂÂ§"
}

.fa-lyft:before {
    content: "Ã¯ÂÆ’"
}

.fa-mace:before {
    content: "Ã¯â€ºÂ¸"
}

.fa-magento:before {
    content: "Ã¯Ââ€ž"
}

.fa-magic:before {
    content: "Ã¯Æ’Â"
}

.fa-magnet:before {
    content: "Ã¯ÂÂ¶"
}

.fa-mail-bulk:before {
    content: "Ã¯â„¢Â´"
}

.fa-mailbox:before {
    content: "Ã¯Â&nbsp;â€œ"
}

.fa-mailchimp:before {
    content: "Ã¯â€“Å¾"
}

.fa-male:before {
    content: "Ã¯â€&nbsp;Æ’"
}

.fa-mandalorian:before {
    content: "Ã¯â€Â"
}

.fa-mandolin:before {
    content: "Ã¯â€ºÂ¹"
}

.fa-map:before {
    content: "Ã¯â€°Â¹"
}

.fa-map-marked:before {
    content: "Ã¯â€“Å¸"
}

.fa-map-marked-alt:before {
    content: "Ã¯â€“Â&nbsp;"
}

.fa-map-marker:before {
    content: "Ã¯ÂÂ"
}

.fa-map-marker-alt:before {
    content: "Ã¯Ââ€¦"
}

.fa-map-marker-alt-slash:before {
    content: "Ã¯Ëœâ€¦"
}

.fa-map-marker-check:before {
    content: "Ã¯Ëœâ€&nbsp;"
}

.fa-map-marker-edit:before {
    content: "Ã¯Ëœâ€¡"
}

.fa-map-marker-exclamation:before {
    content: "Ã¯ËœË†"
}

.fa-map-marker-minus:before {
    content: "Ã¯Ëœâ€°"
}

.fa-map-marker-plus:before {
    content: "Ã¯ËœÅ&nbsp;"
}

.fa-map-marker-question:before {
    content: "Ã¯Ëœâ€¹"
}

.fa-map-marker-slash:before {
    content: "Ã¯ËœÅ’"
}

.fa-map-marker-smile:before {
    content: "Ã¯ËœÂ"
}

.fa-map-marker-times:before {
    content: "Ã¯ËœÅ½"
}

.fa-map-pin:before {
    content: "Ã¯â€°Â¶"
}

.fa-map-signs:before {
    content: "Ã¯â€°Â·"
}

.fa-markdown:before {
    content: "Ã¯ËœÂ"
}

.fa-marker:before {
    content: "Ã¯â€“Â¡"
}

.fa-mars:before {
    content: "Ã¯Ë†Â¢"
}

.fa-mars-double:before {
    content: "Ã¯Ë†Â§"
}

.fa-mars-stroke:before {
    content: "Ã¯Ë†Â©"
}

.fa-mars-stroke-h:before {
    content: "Ã¯Ë†Â«"
}

.fa-mars-stroke-v:before {
    content: "Ã¯Ë†Âª"
}

.fa-mask:before {
    content: "Ã¯â€ºÂº"
}

.fa-mastodon:before {
    content: "Ã¯â€œÂ¶"
}

.fa-maxcdn:before {
    content: "Ã¯â€žÂ¶"
}

.fa-mdb:before {
    content: "Ã¯Â£Å&nbsp;"
}

.fa-meat:before {
    content: "Ã¯Â&nbsp;â€"
}

.fa-medal:before {
    content: "Ã¯â€“Â¢"
}

.fa-medapps:before {
    content: "Ã¯Ââ€&nbsp;"
}

.fa-medium:before {
    content: "Ã¯Ë†Âº"
}

.fa-medium-m:before {
    content: "Ã¯Ââ€¡"
}

.fa-medkit:before {
    content: "Ã¯Æ’Âº"
}

.fa-medrt:before {
    content: "Ã¯ÂË†"
}

.fa-meetup:before {
    content: "Ã¯â€¹Â&nbsp;"
}

.fa-megaphone:before {
    content: "Ã¯â„¢Âµ"
}

.fa-megaport:before {
    content: "Ã¯â€“Â£"
}

.fa-meh:before {
    content: "Ã¯â€žÅ¡"
}

.fa-meh-blank:before {
    content: "Ã¯â€“Â¤"
}

.fa-meh-rolling-eyes:before {
    content: "Ã¯â€“Â¥"
}

.fa-memory:before {
    content: "Ã¯â€Â¸"
}

.fa-mendeley:before {
    content: "Ã¯Å¾Â³"
}

.fa-menorah:before {
    content: "Ã¯â„¢Â¶"
}

.fa-mercury:before {
    content: "Ã¯Ë†Â£"
}

.fa-meteor:before {
    content: "Ã¯Ââ€œ"
}

.fa-microblog:before {
    content: "Ã®â‚¬Å¡"
}

.fa-microchip:before {
    content: "Ã¯â€¹â€º"
}

.fa-microphone:before {
    content: "Ã¯â€žÂ°"
}

.fa-microphone-alt:before {
    content: "Ã¯Ââ€°"
}

.fa-microphone-alt-slash:before {
    content: "Ã¯â€Â¹"
}

.fa-microphone-slash:before {
    content: "Ã¯â€žÂ±"
}

.fa-microphone-stand:before {
    content: "Ã¯Â£â€¹"
}

.fa-microscope:before {
    content: "Ã¯ËœÂ"
}

.fa-microsoft:before {
    content: "Ã¯ÂÅ&nbsp;"
}

.fa-microwave:before {
    content: "Ã®â‚¬â€º"
}

.fa-mind-share:before {
    content: "Ã¯â„¢Â·"
}

.fa-minus:before {
    content: "Ã¯ÂÂ¨"
}

.fa-minus-circle:before {
    content: "Ã¯Ââ€“"
}

.fa-minus-hexagon:before {
    content: "Ã¯Å’â€¡"
}

.fa-minus-octagon:before {
    content: "Ã¯Å’Ë†"
}

.fa-minus-square:before {
    content: "Ã¯â€¦â€&nbsp;"
}

.fa-mistletoe:before {
    content: "Ã¯Å¾Â´"
}

.fa-mitten:before {
    content: "Ã¯Å¾Âµ"
}

.fa-mix:before {
    content: "Ã¯Ââ€¹"
}

.fa-mixcloud:before {
    content: "Ã¯Å&nbsp;â€°"
}

.fa-mixer:before {
    content: "Ã®Ââ€“"
}

.fa-mizuni:before {
    content: "Ã¯ÂÅ’"
}

.fa-mobile:before {
    content: "Ã¯â€žâ€¹"
}

.fa-mobile-alt:before {
    content: "Ã¯ÂÂ"
}

.fa-mobile-android:before {
    content: "Ã¯ÂÅ½"
}

.fa-mobile-android-alt:before {
    content: "Ã¯ÂÂ"
}

.fa-modx:before {
    content: "Ã¯Å&nbsp;â€¦"
}

.fa-monero:before {
    content: "Ã¯ÂÂ"
}

.fa-money-bill:before {
    content: "Ã¯Æ’â€“"
}

.fa-money-bill-alt:before {
    content: "Ã¯Ââ€˜"
}

.fa-money-bill-wave:before {
    content: "Ã¯â€Âº"
}

.fa-money-bill-wave-alt:before {
    content: "Ã¯â€Â»"
}

.fa-money-check:before {
    content: "Ã¯â€Â¼"
}

.fa-money-check-alt:before {
    content: "Ã¯â€Â½"
}

.fa-money-check-edit:before {
    content: "Ã¯Â¡Â²"
}

.fa-money-check-edit-alt:before {
    content: "Ã¯Â¡Â³"
}

.fa-monitor-heart-rate:before {
    content: "Ã¯Ëœâ€˜"
}

.fa-monkey:before {
    content: "Ã¯â€ºÂ»"
}

.fa-monument:before {
    content: "Ã¯â€“Â¦"
}

.fa-moon:before {
    content: "Ã¯â€&nbsp;â€&nbsp;"
}

.fa-moon-cloud:before {
    content: "Ã¯Ââ€"
}

.fa-moon-stars:before {
    content: "Ã¯Ââ€¢"
}

.fa-mortar-pestle:before {
    content: "Ã¯â€“Â§"
}

.fa-mosque:before {
    content: "Ã¯â„¢Â¸"
}

.fa-motorcycle:before {
    content: "Ã¯Ë†Å“"
}

.fa-mountain:before {
    content: "Ã¯â€ºÂ¼"
}

.fa-mountains:before {
    content: "Ã¯â€ºÂ½"
}

.fa-mouse:before {
    content: "Ã¯Â£Å’"
}

.fa-mouse-alt:before {
    content: "Ã¯Â£Â"
}

.fa-mouse-pointer:before {
    content: "Ã¯â€°â€¦"
}

.fa-mp3-player:before {
    content: "Ã¯Â£Å½"
}

.fa-mug:before {
    content: "Ã¯Â¡Â´"
}

.fa-mug-hot:before {
    content: "Ã¯Å¾Â¶"
}

.fa-mug-marshmallows:before {
    content: "Ã¯Å¾Â·"
}

.fa-mug-tea:before {
    content: "Ã¯Â¡Âµ"
}

.fa-music:before {
    content: "Ã¯â‚¬Â"
}

.fa-music-alt:before {
    content: "Ã¯Â£Â"
}

.fa-music-alt-slash:before {
    content: "Ã¯Â£Â"
}

.fa-music-slash:before {
    content: "Ã¯Â£â€˜"
}

.fa-napster:before {
    content: "Ã¯Ââ€™"
}

.fa-narwhal:before {
    content: "Ã¯â€ºÂ¾"
}

.fa-neos:before {
    content: "Ã¯Ëœâ€™"
}

.fa-network-wired:before {
    content: "Ã¯â€ºÂ¿"
}

.fa-neuter:before {
    content: "Ã¯Ë†Â¬"
}

.fa-newspaper:before {
    content: "Ã¯â€¡Âª"
}

.fa-nimblr:before {
    content: "Ã¯â€“Â¨"
}

.fa-node:before {
    content: "Ã¯Ââ„¢"
}

.fa-node-js:before {
    content: "Ã¯Ââ€œ"
}

.fa-not-equal:before {
    content: "Ã¯â€Â¾"
}

.fa-notes-medical:before {
    content: "Ã¯â€™Â"
}

.fa-npm:before {
    content: "Ã¯Ââ€"
}

.fa-ns8:before {
    content: "Ã¯Ââ€¢"
}

.fa-nutritionix:before {
    content: "Ã¯Ââ€“"
}

.fa-object-group:before {
    content: "Ã¯â€°â€¡"
}

.fa-object-ungroup:before {
    content: "Ã¯â€°Ë†"
}

.fa-octagon:before {
    content: "Ã¯Å’â€&nbsp;"
}

.fa-octopus-deploy:before {
    content: "Ã®â€šâ€š"
}

.fa-odnoklassniki:before {
    content: "Ã¯â€°Â£"
}

.fa-odnoklassniki-square:before {
    content: "Ã¯â€°Â¤"
}

.fa-oil-can:before {
    content: "Ã¯Ëœâ€œ"
}

.fa-oil-temp:before {
    content: "Ã¯Ëœâ€"
}

.fa-old-republic:before {
    content: "Ã¯â€Â"
}

.fa-om:before {
    content: "Ã¯â„¢Â¹"
}

.fa-omega:before {
    content: "Ã¯â„¢Âº"
}

.fa-opencart:before {
    content: "Ã¯Ë†Â½"
}

.fa-openid:before {
    content: "Ã¯â€&nbsp;â€º"
}

.fa-opera:before {
    content: "Ã¯â€°Âª"
}

.fa-optin-monster:before {
    content: "Ã¯Ë†Â¼"
}

.fa-orcid:before {
    content: "Ã¯Â£â€™"
}

.fa-ornament:before {
    content: "Ã¯Å¾Â¸"
}

.fa-osi:before {
    content: "Ã¯ÂÅ¡"
}

.fa-otter:before {
    content: "Ã¯Å“â‚¬"
}

.fa-outdent:before {
    content: "Ã¯â‚¬Â»"
}

.fa-outlet:before {
    content: "Ã®â‚¬Å“"
}

.fa-oven:before {
    content: "Ã®â‚¬Â"
}

.fa-overline:before {
    content: "Ã¯Â¡Â¶"
}

.fa-page-break:before {
    content: "Ã¯Â¡Â·"
}

.fa-page4:before {
    content: "Ã¯Ââ€”"
}

.fa-pagelines:before {
    content: "Ã¯â€&nbsp;Å’"
}

.fa-pager:before {
    content: "Ã¯Â&nbsp;â€¢"
}

.fa-paint-brush:before {
    content: "Ã¯â€¡Â¼"
}

.fa-paint-brush-alt:before {
    content: "Ã¯â€“Â©"
}

.fa-paint-roller:before {
    content: "Ã¯â€“Âª"
}

.fa-palette:before {
    content: "Ã¯â€Â¿"
}

.fa-palfed:before {
    content: "Ã¯ÂËœ"
}

.fa-pallet:before {
    content: "Ã¯â€™â€š"
}

.fa-pallet-alt:before {
    content: "Ã¯â€™Æ’"
}

.fa-paper-plane:before {
    content: "Ã¯â€¡Ëœ"
}

.fa-paperclip:before {
    content: "Ã¯Æ’â€&nbsp;"
}

.fa-parachute-box:before {
    content: "Ã¯â€œÂ"
}

.fa-paragraph:before {
    content: "Ã¯â€¡Â"
}

.fa-paragraph-rtl:before {
    content: "Ã¯Â¡Â¸"
}

.fa-parking:before {
    content: "Ã¯â€¢â‚¬"
}

.fa-parking-circle:before {
    content: "Ã¯Ëœâ€¢"
}

.fa-parking-circle-slash:before {
    content: "Ã¯Ëœâ€“"
}

.fa-parking-slash:before {
    content: "Ã¯Ëœâ€”"
}

.fa-passport:before {
    content: "Ã¯â€“Â«"
}

.fa-pastafarianism:before {
    content: "Ã¯â„¢Â»"
}

.fa-paste:before {
    content: "Ã¯Æ’Âª"
}

.fa-patreon:before {
    content: "Ã¯Ââ„¢"
}

.fa-pause:before {
    content: "Ã¯ÂÅ’"
}

.fa-pause-circle:before {
    content: "Ã¯Å&nbsp;â€¹"
}

.fa-paw:before {
    content: "Ã¯â€&nbsp;Â°"
}

.fa-paw-alt:before {
    content: "Ã¯Å“Â"
}

.fa-paw-claws:before {
    content: "Ã¯Å“â€š"
}

.fa-paypal:before {
    content: "Ã¯â€¡Â­"
}

.fa-peace:before {
    content: "Ã¯â„¢Â¼"
}

.fa-pegasus:before {
    content: "Ã¯Å“Æ’"
}

.fa-pen:before {
    content: "Ã¯Å’â€ž"
}

.fa-pen-alt:before {
    content: "Ã¯Å’â€¦"
}

.fa-pen-fancy:before {
    content: "Ã¯â€“Â¬"
}

.fa-pen-nib:before {
    content: "Ã¯â€“Â­"
}

.fa-pen-square:before {
    content: "Ã¯â€¦â€¹"
}

.fa-pencil:before {
    content: "Ã¯Ââ‚¬"
}

.fa-pencil-alt:before {
    content: "Ã¯Å’Æ’"
}

.fa-pencil-paintbrush:before {
    content: "Ã¯ËœËœ"
}

.fa-pencil-ruler:before {
    content: "Ã¯â€“Â®"
}

.fa-pennant:before {
    content: "Ã¯â€˜â€“"
}

.fa-penny-arcade:before {
    content: "Ã¯Å“â€ž"
}

.fa-people-arrows:before {
    content: "Ã®ÂÂ¨"
}

.fa-people-carry:before {
    content: "Ã¯â€œÅ½"
}

.fa-pepper-hot:before {
    content: "Ã¯Â&nbsp;â€“"
}

.fa-perbyte:before {
    content: "Ã®â€šÆ’"
}

.fa-percent:before {
    content: "Ã¯Å&nbsp;â€¢"
}

.fa-percentage:before {
    content: "Ã¯â€¢Â"
}

.fa-periscope:before {
    content: "Ã¯ÂÅ¡"
}

.fa-person-booth:before {
    content: "Ã¯Ââ€“"
}

.fa-person-carry:before {
    content: "Ã¯â€œÂ"
}

.fa-person-dolly:before {
    content: "Ã¯â€œÂ"
}

.fa-person-dolly-empty:before {
    content: "Ã¯â€œâ€˜"
}

.fa-person-sign:before {
    content: "Ã¯Ââ€”"
}

.fa-phabricator:before {
    content: "Ã¯Ââ€º"
}

.fa-phoenix-framework:before {
    content: "Ã¯ÂÅ“"
}

.fa-phoenix-squadron:before {
    content: "Ã¯â€â€˜"
}

.fa-phone:before {
    content: "Ã¯â€šâ€¢"
}

.fa-phone-alt:before {
    content: "Ã¯Â¡Â¹"
}

.fa-phone-laptop:before {
    content: "Ã¯Â¡Âº"
}

.fa-phone-office:before {
    content: "Ã¯â„¢Â½"
}

.fa-phone-plus:before {
    content: "Ã¯â€œâ€™"
}

.fa-phone-rotary:before {
    content: "Ã¯Â£â€œ"
}

.fa-phone-slash:before {
    content: "Ã¯ÂÂ"
}

.fa-phone-square:before {
    content: "Ã¯â€šËœ"
}

.fa-phone-square-alt:before {
    content: "Ã¯Â¡Â»"
}

.fa-phone-volume:before {
    content: "Ã¯Å&nbsp;Â&nbsp;"
}

.fa-photo-video:before {
    content: "Ã¯Â¡Â¼"
}

.fa-php:before {
    content: "Ã¯â€˜â€”"
}

.fa-pi:before {
    content: "Ã¯â„¢Â¾"
}

.fa-piano:before {
    content: "Ã¯Â£â€"
}

.fa-piano-keyboard:before {
    content: "Ã¯Â£â€¢"
}

.fa-pie:before {
    content: "Ã¯Å“â€¦"
}

.fa-pied-piper:before {
    content: "Ã¯Å&nbsp;Â®"
}

.fa-pied-piper-alt:before {
    content: "Ã¯â€&nbsp;Â¨"
}

.fa-pied-piper-hat:before {
    content: "Ã¯â€œÂ¥"
}

.fa-pied-piper-pp:before {
    content: "Ã¯â€&nbsp;Â§"
}

.fa-pied-piper-square:before {
    content: "Ã®â‚¬Å¾"
}

.fa-pig:before {
    content: "Ã¯Å“â€&nbsp;"
}

.fa-piggy-bank:before {
    content: "Ã¯â€œâ€œ"
}

.fa-pills:before {
    content: "Ã¯â€™â€ž"
}

.fa-pinterest:before {
    content: "Ã¯Æ’â€™"
}

.fa-pinterest-p:before {
    content: "Ã¯Ë†Â±"
}

.fa-pinterest-square:before {
    content: "Ã¯Æ’â€œ"
}

.fa-pizza:before {
    content: "Ã¯Â&nbsp;â€”"
}

.fa-pizza-slice:before {
    content: "Ã¯Â&nbsp;Ëœ"
}

.fa-place-of-worship:before {
    content: "Ã¯â„¢Â¿"
}

.fa-plane:before {
    content: "Ã¯ÂÂ²"
}

.fa-plane-alt:before {
    content: "Ã¯ÂÅ¾"
}

.fa-plane-arrival:before {
    content: "Ã¯â€“Â¯"
}

.fa-plane-departure:before {
    content: "Ã¯â€“Â°"
}

.fa-plane-slash:before {
    content: "Ã®ÂÂ©"
}

.fa-planet-moon:before {
    content: "Ã®â‚¬Å¸"
}

.fa-planet-ringed:before {
    content: "Ã®â‚¬Â&nbsp;"
}

.fa-play:before {
    content: "Ã¯Ââ€¹"
}

.fa-play-circle:before {
    content: "Ã¯â€¦â€ž"
}

.fa-playstation:before {
    content: "Ã¯ÂÅ¸"
}

.fa-plug:before {
    content: "Ã¯â€¡Â¦"
}

.fa-plus:before {
    content: "Ã¯ÂÂ§"
}

.fa-plus-circle:before {
    content: "Ã¯Ââ€¢"
}

.fa-plus-hexagon:before {
    content: "Ã¯Å’â‚¬"
}

.fa-plus-octagon:before {
    content: "Ã¯Å’Â"
}

.fa-plus-square:before {
    content: "Ã¯Æ’Â¾"
}

.fa-podcast:before {
    content: "Ã¯â€¹Å½"
}

.fa-podium:before {
    content: "Ã¯Å¡â‚¬"
}

.fa-podium-star:before {
    content: "Ã¯ÂËœ"
}

.fa-police-box:before {
    content: "Ã®â‚¬Â¡"
}

.fa-poll:before {
    content: "Ã¯Å¡Â"
}

.fa-poll-h:before {
    content: "Ã¯Å¡â€š"
}

.fa-poll-people:before {
    content: "Ã¯Ââ„¢"
}

.fa-poo:before {
    content: "Ã¯â€¹Â¾"
}

.fa-poo-storm:before {
    content: "Ã¯ÂÅ¡"
}

.fa-poop:before {
    content: "Ã¯Ëœâ„¢"
}

.fa-popcorn:before {
    content: "Ã¯Â&nbsp;â„¢"
}

.fa-portal-enter:before {
    content: "Ã®â‚¬Â¢"
}

.fa-portal-exit:before {
    content: "Ã®â‚¬Â£"
}

.fa-portrait:before {
    content: "Ã¯ÂÂ&nbsp;"
}

.fa-pound-sign:before {
    content: "Ã¯â€¦â€"
}

.fa-power-off:before {
    content: "Ã¯â‚¬â€˜"
}

.fa-pray:before {
    content: "Ã¯Å¡Æ’"
}

.fa-praying-hands:before {
    content: "Ã¯Å¡â€ž"
}

.fa-prescription:before {
    content: "Ã¯â€“Â±"
}

.fa-prescription-bottle:before {
    content: "Ã¯â€™â€¦"
}

.fa-prescription-bottle-alt:before {
    content: "Ã¯â€™â€&nbsp;"
}

.fa-presentation:before {
    content: "Ã¯Å¡â€¦"
}

.fa-print:before {
    content: "Ã¯â‚¬Â¯"
}

.fa-print-search:before {
    content: "Ã¯Â&nbsp;Å¡"
}

.fa-print-slash:before {
    content: "Ã¯Å¡â€&nbsp;"
}

.fa-procedures:before {
    content: "Ã¯â€™â€¡"
}

.fa-product-hunt:before {
    content: "Ã¯Å&nbsp;Ë†"
}

.fa-project-diagram:before {
    content: "Ã¯â€¢â€š"
}

.fa-projector:before {
    content: "Ã¯Â£â€“"
}

.fa-pump-medical:before {
    content: "Ã®ÂÂª"
}

.fa-pump-soap:before {
    content: "Ã®ÂÂ«"
}

.fa-pumpkin:before {
    content: "Ã¯Å“â€¡"
}

.fa-pushed:before {
    content: "Ã¯ÂÂ¡"
}

.fa-puzzle-piece:before {
    content: "Ã¯â€žÂ®"
}

.fa-python:before {
    content: "Ã¯ÂÂ¢"
}

.fa-qq:before {
    content: "Ã¯â€¡â€“"
}

.fa-qrcode:before {
    content: "Ã¯â‚¬Â©"
}

.fa-question:before {
    content: "Ã¯â€žÂ¨"
}

.fa-question-circle:before {
    content: "Ã¯Ââ„¢"
}

.fa-question-square:before {
    content: "Ã¯â€¹Â½"
}

.fa-quidditch:before {
    content: "Ã¯â€˜Ëœ"
}

.fa-quinscape:before {
    content: "Ã¯â€˜â„¢"
}

.fa-quora:before {
    content: "Ã¯â€¹â€ž"
}

.fa-quote-left:before {
    content: "Ã¯â€žÂ"
}

.fa-quote-right:before {
    content: "Ã¯â€žÅ½"
}

.fa-quran:before {
    content: "Ã¯Å¡â€¡"
}

.fa-r-project:before {
    content: "Ã¯â€œÂ·"
}

.fa-rabbit:before {
    content: "Ã¯Å“Ë†"
}

.fa-rabbit-fast:before {
    content: "Ã¯Å“â€°"
}

.fa-racquet:before {
    content: "Ã¯â€˜Å¡"
}

.fa-radar:before {
    content: "Ã®â‚¬Â¤"
}

.fa-radiation:before {
    content: "Ã¯Å¾Â¹"
}

.fa-radiation-alt:before {
    content: "Ã¯Å¾Âº"
}

.fa-radio:before {
    content: "Ã¯Â£â€”"
}

.fa-radio-alt:before {
    content: "Ã¯Â£Ëœ"
}

.fa-rainbow:before {
    content: "Ã¯Ââ€º"
}

.fa-raindrops:before {
    content: "Ã¯ÂÅ“"
}

.fa-ram:before {
    content: "Ã¯Å“Å&nbsp;"
}

.fa-ramp-loading:before {
    content: "Ã¯â€œâ€"
}

.fa-random:before {
    content: "Ã¯ÂÂ´"
}

.fa-raspberry-pi:before {
    content: "Ã¯Å¾Â»"
}

.fa-ravelry:before {
    content: "Ã¯â€¹â„¢"
}

.fa-raygun:before {
    content: "Ã®â‚¬Â¥"
}

.fa-react:before {
    content: "Ã¯Ââ€º"
}

.fa-reacteurope:before {
    content: "Ã¯ÂÂ"
}

.fa-readme:before {
    content: "Ã¯â€œâ€¢"
}

.fa-rebel:before {
    content: "Ã¯â€¡Â"
}

.fa-receipt:before {
    content: "Ã¯â€¢Æ’"
}

.fa-record-vinyl:before {
    content: "Ã¯Â£â„¢"
}

.fa-rectangle-landscape:before {
    content: "Ã¯â€¹Âº"
}

.fa-rectangle-portrait:before {
    content: "Ã¯â€¹Â»"
}

.fa-rectangle-wide:before {
    content: "Ã¯â€¹Â¼"
}

.fa-recycle:before {
    content: "Ã¯â€&nbsp;Â¸"
}

.fa-red-river:before {
    content: "Ã¯ÂÂ£"
}

.fa-reddit:before {
    content: "Ã¯â€&nbsp;Â¡"
}

.fa-reddit-alien:before {
    content: "Ã¯Å&nbsp;Â"
}

.fa-reddit-square:before {
    content: "Ã¯â€&nbsp;Â¢"
}

.fa-redhat:before {
    content: "Ã¯Å¾Â¼"
}

.fa-redo:before {
    content: "Ã¯â‚¬Å¾"
}

.fa-redo-alt:before {
    content: "Ã¯â€¹Â¹"
}

.fa-refrigerator:before {
    content: "Ã®â‚¬Â¦"
}

.fa-registered:before {
    content: "Ã¯â€°Â"
}

.fa-remove-format:before {
    content: "Ã¯Â¡Â½"
}

.fa-renren:before {
    content: "Ã¯â€&nbsp;â€¹"
}

.fa-repeat:before {
    content: "Ã¯ÂÂ£"
}

.fa-repeat-1:before {
    content: "Ã¯ÂÂ¥"
}

.fa-repeat-1-alt:before {
    content: "Ã¯ÂÂ¦"
}

.fa-repeat-alt:before {
    content: "Ã¯ÂÂ¤"
}

.fa-reply:before {
    content: "Ã¯ÂÂ¥"
}

.fa-reply-all:before {
    content: "Ã¯â€žÂ¢"
}

.fa-replyd:before {
    content: "Ã¯ÂÂ¦"
}

.fa-republican:before {
    content: "Ã¯ÂÅ¾"
}

.fa-researchgate:before {
    content: "Ã¯â€œÂ¸"
}

.fa-resolving:before {
    content: "Ã¯ÂÂ§"
}

.fa-restroom:before {
    content: "Ã¯Å¾Â½"
}

.fa-retweet:before {
    content: "Ã¯ÂÂ¹"
}

.fa-retweet-alt:before {
    content: "Ã¯ÂÂ¡"
}

.fa-rev:before {
    content: "Ã¯â€“Â²"
}

.fa-ribbon:before {
    content: "Ã¯â€œâ€“"
}

.fa-ring:before {
    content: "Ã¯Å“â€¹"
}

.fa-rings-wedding:before {
    content: "Ã¯Â&nbsp;â€º"
}

.fa-road:before {
    content: "Ã¯â‚¬Ëœ"
}

.fa-robot:before {
    content: "Ã¯â€¢â€ž"
}

.fa-rocket:before {
    content: "Ã¯â€žÂµ"
}

.fa-rocket-launch:before {
    content: "Ã®â‚¬Â§"
}

.fa-rocketchat:before {
    content: "Ã¯ÂÂ¨"
}

.fa-rockrms:before {
    content: "Ã¯ÂÂ©"
}

.fa-route:before {
    content: "Ã¯â€œâ€”"
}

.fa-route-highway:before {
    content: "Ã¯ËœÅ¡"
}

.fa-route-interstate:before {
    content: "Ã¯Ëœâ€º"
}

.fa-router:before {
    content: "Ã¯Â£Å¡"
}

.fa-rss:before {
    content: "Ã¯â€šÅ¾"
}

.fa-rss-square:before {
    content: "Ã¯â€¦Æ’"
}

.fa-ruble-sign:before {
    content: "Ã¯â€¦Ëœ"
}

.fa-ruler:before {
    content: "Ã¯â€¢â€¦"
}

.fa-ruler-combined:before {
    content: "Ã¯â€¢â€&nbsp;"
}

.fa-ruler-horizontal:before {
    content: "Ã¯â€¢â€¡"
}

.fa-ruler-triangle:before {
    content: "Ã¯ËœÅ“"
}

.fa-ruler-vertical:before {
    content: "Ã¯â€¢Ë†"
}

.fa-running:before {
    content: "Ã¯Å“Å’"
}

.fa-rupee-sign:before {
    content: "Ã¯â€¦â€“"
}

.fa-rust:before {
    content: "Ã®ÂÂº"
}

.fa-rv:before {
    content: "Ã¯Å¾Â¾"
}

.fa-sack:before {
    content: "Ã¯Â&nbsp;Å“"
}

.fa-sack-dollar:before {
    content: "Ã¯Â&nbsp;Â"
}

.fa-sad-cry:before {
    content: "Ã¯â€“Â³"
}

.fa-sad-tear:before {
    content: "Ã¯â€“Â´"
}

.fa-safari:before {
    content: "Ã¯â€°Â§"
}

.fa-salad:before {
    content: "Ã¯Â&nbsp;Å¾"
}

.fa-salesforce:before {
    content: "Ã¯Â&nbsp;Â»"
}

.fa-sandwich:before {
    content: "Ã¯Â&nbsp;Å¸"
}

.fa-sass:before {
    content: "Ã¯ÂÅ¾"
}

.fa-satellite:before {
    content: "Ã¯Å¾Â¿"
}

.fa-satellite-dish:before {
    content: "Ã¯Å¸â‚¬"
}

.fa-sausage:before {
    content: "Ã¯Â&nbsp;Â&nbsp;"
}

.fa-save:before {
    content: "Ã¯Æ’â€¡"
}

.fa-sax-hot:before {
    content: "Ã¯Â£â€º"
}

.fa-saxophone:before {
    content: "Ã¯Â£Å“"
}

.fa-scalpel:before {
    content: "Ã¯ËœÂ"
}

.fa-scalpel-path:before {
    content: "Ã¯ËœÅ¾"
}

.fa-scanner:before {
    content: "Ã¯â€™Ë†"
}

.fa-scanner-image:before {
    content: "Ã¯Â£Â³"
}

.fa-scanner-keyboard:before {
    content: "Ã¯â€™â€°"
}

.fa-scanner-touchscreen:before {
    content: "Ã¯â€™Å&nbsp;"
}

.fa-scarecrow:before {
    content: "Ã¯Å“Â"
}

.fa-scarf:before {
    content: "Ã¯Å¸Â"
}

.fa-schlix:before {
    content: "Ã¯ÂÂª"
}

.fa-school:before {
    content: "Ã¯â€¢â€°"
}

.fa-screwdriver:before {
    content: "Ã¯â€¢Å&nbsp;"
}

.fa-scribd:before {
    content: "Ã¯Å&nbsp;Å&nbsp;"
}

.fa-scroll:before {
    content: "Ã¯Å“Å½"
}

.fa-scroll-old:before {
    content: "Ã¯Å“Â"
}

.fa-scrubber:before {
    content: "Ã¯â€¹Â¸"
}

.fa-scythe:before {
    content: "Ã¯Å“Â"
}

.fa-sd-card:before {
    content: "Ã¯Å¸â€š"
}

.fa-search:before {
    content: "Ã¯â‚¬â€š"
}

.fa-search-dollar:before {
    content: "Ã¯Å¡Ë†"
}

.fa-search-location:before {
    content: "Ã¯Å¡â€°"
}

.fa-search-minus:before {
    content: "Ã¯â‚¬Â"
}

.fa-search-plus:before {
    content: "Ã¯â‚¬Å½"
}

.fa-searchengin:before {
    content: "Ã¯ÂÂ«"
}

.fa-seedling:before {
    content: "Ã¯â€œËœ"
}

.fa-sellcast:before {
    content: "Ã¯â€¹Å¡"
}

.fa-sellsy:before {
    content: "Ã¯Ë†â€œ"
}

.fa-send-back:before {
    content: "Ã¯Â¡Â¾"
}

.fa-send-backward:before {
    content: "Ã¯Â¡Â¿"
}

.fa-sensor:before {
    content: "Ã®â‚¬Â¨"
}

.fa-sensor-alert:before {
    content: "Ã®â‚¬Â©"
}

.fa-sensor-fire:before {
    content: "Ã®â‚¬Âª"
}

.fa-sensor-on:before {
    content: "Ã®â‚¬Â«"
}

.fa-sensor-smoke:before {
    content: "Ã®â‚¬Â¬"
}

.fa-server:before {
    content: "Ã¯Ë†Â³"
}

.fa-servicestack:before {
    content: "Ã¯ÂÂ¬"
}

.fa-shapes:before {
    content: "Ã¯ËœÅ¸"
}

.fa-share:before {
    content: "Ã¯ÂÂ¤"
}

.fa-share-all:before {
    content: "Ã¯ÂÂ§"
}

.fa-share-alt:before {
    content: "Ã¯â€¡Â&nbsp;"
}

.fa-share-alt-square:before {
    content: "Ã¯â€¡Â¡"
}

.fa-share-square:before {
    content: "Ã¯â€¦Â"
}

.fa-sheep:before {
    content: "Ã¯Å“â€˜"
}

.fa-shekel-sign:before {
    content: "Ã¯Ë†â€¹"
}

.fa-shield:before {
    content: "Ã¯â€žÂ²"
}

.fa-shield-alt:before {
    content: "Ã¯ÂÂ­"
}

.fa-shield-check:before {
    content: "Ã¯â€¹Â·"
}

.fa-shield-cross:before {
    content: "Ã¯Å“â€™"
}

.fa-shield-virus:before {
    content: "Ã®ÂÂ¬"
}

.fa-ship:before {
    content: "Ã¯Ë†Å¡"
}

.fa-shipping-fast:before {
    content: "Ã¯â€™â€¹"
}

.fa-shipping-timed:before {
    content: "Ã¯â€™Å’"
}

.fa-shirtsinbulk:before {
    content: "Ã¯Ë†â€"
}

.fa-shish-kebab:before {
    content: "Ã¯Â&nbsp;Â¡"
}

.fa-shoe-prints:before {
    content: "Ã¯â€¢â€¹"
}

.fa-shopify:before {
    content: "Ã®Ââ€”"
}

.fa-shopping-bag:before {
    content: "Ã¯Å&nbsp;Â"
}

.fa-shopping-basket:before {
    content: "Ã¯Å&nbsp;â€˜"
}

.fa-shopping-cart:before {
    content: "Ã¯ÂÂº"
}

.fa-shopware:before {
    content: "Ã¯â€“Âµ"
}

.fa-shovel:before {
    content: "Ã¯Å“â€œ"
}

.fa-shovel-snow:before {
    content: "Ã¯Å¸Æ’"
}

.fa-shower:before {
    content: "Ã¯â€¹Å’"
}

.fa-shredder:before {
    content: "Ã¯Å¡Å&nbsp;"
}

.fa-shuttle-van:before {
    content: "Ã¯â€“Â¶"
}

.fa-shuttlecock:before {
    content: "Ã¯â€˜â€º"
}

.fa-sickle:before {
    content: "Ã¯Â&nbsp;Â¢"
}

.fa-sigma:before {
    content: "Ã¯Å¡â€¹"
}

.fa-sign:before {
    content: "Ã¯â€œâ„¢"
}

.fa-sign-in:before {
    content: "Ã¯â€šÂ"
}

.fa-sign-in-alt:before {
    content: "Ã¯â€¹Â¶"
}

.fa-sign-language:before {
    content: "Ã¯Å&nbsp;Â§"
}

.fa-sign-out:before {
    content: "Ã¯â€šâ€¹"
}

.fa-sign-out-alt:before {
    content: "Ã¯â€¹Âµ"
}

.fa-signal:before {
    content: "Ã¯â‚¬â€™"
}

.fa-signal-1:before {
    content: "Ã¯Å¡Å’"
}

.fa-signal-2:before {
    content: "Ã¯Å¡Â"
}

.fa-signal-3:before {
    content: "Ã¯Å¡Å½"
}

.fa-signal-4:before {
    content: "Ã¯Å¡Â"
}

.fa-signal-alt:before {
    content: "Ã¯Å¡Â"
}

.fa-signal-alt-1:before {
    content: "Ã¯Å¡â€˜"
}

.fa-signal-alt-2:before {
    content: "Ã¯Å¡â€™"
}

.fa-signal-alt-3:before {
    content: "Ã¯Å¡â€œ"
}

.fa-signal-alt-slash:before {
    content: "Ã¯Å¡â€"
}

.fa-signal-slash:before {
    content: "Ã¯Å¡â€¢"
}

.fa-signal-stream:before {
    content: "Ã¯Â£Â"
}

.fa-signature:before {
    content: "Ã¯â€“Â·"
}

.fa-sim-card:before {
    content: "Ã¯Å¸â€ž"
}

.fa-simplybuilt:before {
    content: "Ã¯Ë†â€¢"
}

.fa-sink:before {
    content: "Ã®ÂÂ­"
}

.fa-siren:before {
    content: "Ã®â‚¬Â­"
}

.fa-siren-on:before {
    content: "Ã®â‚¬Â®"
}

.fa-sistrix:before {
    content: "Ã¯ÂÂ®"
}

.fa-sitemap:before {
    content: "Ã¯Æ’Â¨"
}

.fa-sith:before {
    content: "Ã¯â€â€™"
}

.fa-skating:before {
    content: "Ã¯Å¸â€¦"
}

.fa-skeleton:before {
    content: "Ã¯ËœÂ&nbsp;"
}

.fa-sketch:before {
    content: "Ã¯Å¸â€&nbsp;"
}

.fa-ski-jump:before {
    content: "Ã¯Å¸â€¡"
}

.fa-ski-lift:before {
    content: "Ã¯Å¸Ë†"
}

.fa-skiing:before {
    content: "Ã¯Å¸â€°"
}

.fa-skiing-nordic:before {
    content: "Ã¯Å¸Å&nbsp;"
}

.fa-skull:before {
    content: "Ã¯â€¢Å’"
}

.fa-skull-cow:before {
    content: "Ã¯Â£Å¾"
}

.fa-skull-crossbones:before {
    content: "Ã¯Å“â€"
}

.fa-skyatlas:before {
    content: "Ã¯Ë†â€“"
}

.fa-skype:before {
    content: "Ã¯â€¦Â¾"
}

.fa-slack:before {
    content: "Ã¯â€&nbsp;Ëœ"
}

.fa-slack-hash:before {
    content: "Ã¯ÂÂ¯"
}

.fa-slash:before {
    content: "Ã¯Å“â€¢"
}

.fa-sledding:before {
    content: "Ã¯Å¸â€¹"
}

.fa-sleigh:before {
    content: "Ã¯Å¸Å’"
}

.fa-sliders-h:before {
    content: "Ã¯â€¡Å¾"
}

.fa-sliders-h-square:before {
    content: "Ã¯ÂÂ°"
}

.fa-sliders-v:before {
    content: "Ã¯ÂÂ±"
}

.fa-sliders-v-square:before {
    content: "Ã¯ÂÂ²"
}

.fa-slideshare:before {
    content: "Ã¯â€¡Â§"
}

.fa-smile:before {
    content: "Ã¯â€žËœ"
}

.fa-smile-beam:before {
    content: "Ã¯â€“Â¸"
}

.fa-smile-plus:before {
    content: "Ã¯â€“Â¹"
}

.fa-smile-wink:before {
    content: "Ã¯â€œÅ¡"
}

.fa-smog:before {
    content: "Ã¯ÂÅ¸"
}

.fa-smoke:before {
    content: "Ã¯ÂÂ&nbsp;"
}

.fa-smoking:before {
    content: "Ã¯â€™Â"
}

.fa-smoking-ban:before {
    content: "Ã¯â€¢Â"
}

.fa-sms:before {
    content: "Ã¯Å¸Â"
}

.fa-snake:before {
    content: "Ã¯Å“â€“"
}

.fa-snapchat:before {
    content: "Ã¯Å&nbsp;Â«"
}

.fa-snapchat-ghost:before {
    content: "Ã¯Å&nbsp;Â¬"
}

.fa-snapchat-square:before {
    content: "Ã¯Å&nbsp;Â­"
}

.fa-snooze:before {
    content: "Ã¯Â¢â‚¬"
}

.fa-snow-blowing:before {
    content: "Ã¯ÂÂ¡"
}

.fa-snowboarding:before {
    content: "Ã¯Å¸Å½"
}

.fa-snowflake:before {
    content: "Ã¯â€¹Å“"
}

.fa-snowflakes:before {
    content: "Ã¯Å¸Â"
}

.fa-snowman:before {
    content: "Ã¯Å¸Â"
}

.fa-snowmobile:before {
    content: "Ã¯Å¸â€˜"
}

.fa-snowplow:before {
    content: "Ã¯Å¸â€™"
}

.fa-soap:before {
    content: "Ã®ÂÂ®"
}

.fa-socks:before {
    content: "Ã¯Å¡â€“"
}

.fa-solar-panel:before {
    content: "Ã¯â€“Âº"
}

.fa-solar-system:before {
    content: "Ã®â‚¬Â¯"
}

.fa-sort:before {
    content: "Ã¯Æ’Å“"
}

.fa-sort-alpha-down:before {
    content: "Ã¯â€¦Â"
}

.fa-sort-alpha-down-alt:before {
    content: "Ã¯Â¢Â"
}

.fa-sort-alpha-up:before {
    content: "Ã¯â€¦Å¾"
}

.fa-sort-alpha-up-alt:before {
    content: "Ã¯Â¢â€š"
}

.fa-sort-alt:before {
    content: "Ã¯Â¢Æ’"
}

.fa-sort-amount-down:before {
    content: "Ã¯â€¦Â&nbsp;"
}

.fa-sort-amount-down-alt:before {
    content: "Ã¯Â¢â€ž"
}

.fa-sort-amount-up:before {
    content: "Ã¯â€¦Â¡"
}

.fa-sort-amount-up-alt:before {
    content: "Ã¯Â¢â€¦"
}

.fa-sort-circle:before {
    content: "Ã®â‚¬Â°"
}

.fa-sort-circle-down:before {
    content: "Ã®â‚¬Â±"
}

.fa-sort-circle-up:before {
    content: "Ã®â‚¬Â²"
}

.fa-sort-down:before {
    content: "Ã¯Æ’Â"
}

.fa-sort-numeric-down:before {
    content: "Ã¯â€¦Â¢"
}

.fa-sort-numeric-down-alt:before {
    content: "Ã¯Â¢â€&nbsp;"
}

.fa-sort-numeric-up:before {
    content: "Ã¯â€¦Â£"
}

.fa-sort-numeric-up-alt:before {
    content: "Ã¯Â¢â€¡"
}

.fa-sort-shapes-down:before {
    content: "Ã¯Â¢Ë†"
}

.fa-sort-shapes-down-alt:before {
    content: "Ã¯Â¢â€°"
}

.fa-sort-shapes-up:before {
    content: "Ã¯Â¢Å&nbsp;"
}

.fa-sort-shapes-up-alt:before {
    content: "Ã¯Â¢â€¹"
}

.fa-sort-size-down:before {
    content: "Ã¯Â¢Å’"
}

.fa-sort-size-down-alt:before {
    content: "Ã¯Â¢Â"
}

.fa-sort-size-up:before {
    content: "Ã¯Â¢Å½"
}

.fa-sort-size-up-alt:before {
    content: "Ã¯Â¢Â"
}

.fa-sort-up:before {
    content: "Ã¯Æ’Å¾"
}

.fa-soundcloud:before {
    content: "Ã¯â€&nbsp;Â¾"
}

.fa-soup:before {
    content: "Ã¯Â&nbsp;Â£"
}

.fa-sourcetree:before {
    content: "Ã¯Å¸â€œ"
}

.fa-spa:before {
    content: "Ã¯â€“Â»"
}

.fa-space-shuttle:before {
    content: "Ã¯â€&nbsp;â€”"
}

.fa-space-station-moon:before {
    content: "Ã®â‚¬Â³"
}

.fa-space-station-moon-alt:before {
    content: "Ã®â‚¬Â´"
}

.fa-spade:before {
    content: "Ã¯â€¹Â´"
}

.fa-sparkles:before {
    content: "Ã¯Â¢Â"
}

.fa-speakap:before {
    content: "Ã¯ÂÂ³"
}

.fa-speaker:before {
    content: "Ã¯Â£Å¸"
}

.fa-speaker-deck:before {
    content: "Ã¯Â&nbsp;Â¼"
}

.fa-speakers:before {
    content: "Ã¯Â£Â&nbsp;"
}

.fa-spell-check:before {
    content: "Ã¯Â¢â€˜"
}

.fa-spider:before {
    content: "Ã¯Å“â€”"
}

.fa-spider-black-widow:before {
    content: "Ã¯Å“Ëœ"
}

.fa-spider-web:before {
    content: "Ã¯Å“â„¢"
}

.fa-spinner:before {
    content: "Ã¯â€žÂ"
}

.fa-spinner-third:before {
    content: "Ã¯ÂÂ´"
}

.fa-splotch:before {
    content: "Ã¯â€“Â¼"
}

.fa-spotify:before {
    content: "Ã¯â€&nbsp;Â¼"
}

.fa-spray-can:before {
    content: "Ã¯â€“Â½"
}

.fa-sprinkler:before {
    content: "Ã®â‚¬Âµ"
}

.fa-square:before {
    content: "Ã¯Æ’Ë†"
}

.fa-square-full:before {
    content: "Ã¯â€˜Å“"
}

.fa-square-root:before {
    content: "Ã¯Å¡â€”"
}

.fa-square-root-alt:before {
    content: "Ã¯Å¡Ëœ"
}

.fa-squarespace:before {
    content: "Ã¯â€“Â¾"
}

.fa-squirrel:before {
    content: "Ã¯Å“Å¡"
}

.fa-stack-exchange:before {
    content: "Ã¯â€&nbsp;Â"
}

.fa-stack-overflow:before {
    content: "Ã¯â€¦Â¬"
}

.fa-stackpath:before {
    content: "Ã¯Â¡â€š"
}

.fa-staff:before {
    content: "Ã¯Å“â€º"
}

.fa-stamp:before {
    content: "Ã¯â€“Â¿"
}

.fa-star:before {
    content: "Ã¯â‚¬â€¦"
}

.fa-star-and-crescent:before {
    content: "Ã¯Å¡â„¢"
}

.fa-star-christmas:before {
    content: "Ã¯Å¸â€"
}

.fa-star-exclamation:before {
    content: "Ã¯â€¹Â³"
}

.fa-star-half:before {
    content: "Ã¯â€šâ€°"
}

.fa-star-half-alt:before {
    content: "Ã¯â€”â‚¬"
}

.fa-star-of-david:before {
    content: "Ã¯Å¡Å¡"
}

.fa-star-of-life:before {
    content: "Ã¯ËœÂ¡"
}

.fa-star-shooting:before {
    content: "Ã®â‚¬Â¶"
}

.fa-starfighter:before {
    content: "Ã®â‚¬Â·"
}

.fa-starfighter-alt:before {
    content: "Ã®â‚¬Â¸"
}

.fa-stars:before {
    content: "Ã¯ÂÂ¢"
}

.fa-starship:before {
    content: "Ã®â‚¬Â¹"
}

.fa-starship-freighter:before {
    content: "Ã®â‚¬Âº"
}

.fa-staylinked:before {
    content: "Ã¯ÂÂµ"
}

.fa-steak:before {
    content: "Ã¯Â&nbsp;Â¤"
}

.fa-steam:before {
    content: "Ã¯â€&nbsp;Â¶"
}

.fa-steam-square:before {
    content: "Ã¯â€&nbsp;Â·"
}

.fa-steam-symbol:before {
    content: "Ã¯ÂÂ¶"
}

.fa-steering-wheel:before {
    content: "Ã¯ËœÂ¢"
}

.fa-step-backward:before {
    content: "Ã¯ÂË†"
}

.fa-step-forward:before {
    content: "Ã¯Ââ€˜"
}

.fa-stethoscope:before {
    content: "Ã¯Æ’Â±"
}

.fa-sticker-mule:before {
    content: "Ã¯ÂÂ·"
}

.fa-sticky-note:before {
    content: "Ã¯â€°â€°"
}

.fa-stocking:before {
    content: "Ã¯Å¸â€¢"
}

.fa-stomach:before {
    content: "Ã¯ËœÂ£"
}

.fa-stop:before {
    content: "Ã¯ÂÂ"
}

.fa-stop-circle:before {
    content: "Ã¯Å&nbsp;Â"
}

.fa-stopwatch:before {
    content: "Ã¯â€¹Â²"
}

.fa-stopwatch-20:before {
    content: "Ã®ÂÂ¯"
}

.fa-store:before {
    content: "Ã¯â€¢Å½"
}

.fa-store-alt:before {
    content: "Ã¯â€¢Â"
}

.fa-store-alt-slash:before {
    content: "Ã®ÂÂ°"
}

.fa-store-slash:before {
    content: "Ã®ÂÂ±"
}

.fa-strava:before {
    content: "Ã¯ÂÂ¨"
}

.fa-stream:before {
    content: "Ã¯â€¢Â"
}

.fa-street-view:before {
    content: "Ã¯Ë†Â"
}

.fa-stretcher:before {
    content: "Ã¯Â&nbsp;Â¥"
}

.fa-strikethrough:before {
    content: "Ã¯Æ’Å’"
}

.fa-stripe:before {
    content: "Ã¯ÂÂ©"
}

.fa-stripe-s:before {
    content: "Ã¯ÂÂª"
}

.fa-stroopwafel:before {
    content: "Ã¯â€¢â€˜"
}

.fa-studiovinari:before {
    content: "Ã¯ÂÂ¸"
}

.fa-stumbleupon:before {
    content: "Ã¯â€&nbsp;Â¤"
}

.fa-stumbleupon-circle:before {
    content: "Ã¯â€&nbsp;Â£"
}

.fa-subscript:before {
    content: "Ã¯â€žÂ¬"
}

.fa-subway:before {
    content: "Ã¯Ë†Â¹"
}

.fa-suitcase:before {
    content: "Ã¯Æ’Â²"
}

.fa-suitcase-rolling:before {
    content: "Ã¯â€”Â"
}

.fa-sun:before {
    content: "Ã¯â€&nbsp;â€¦"
}

.fa-sun-cloud:before {
    content: "Ã¯ÂÂ£"
}

.fa-sun-dust:before {
    content: "Ã¯ÂÂ¤"
}

.fa-sun-haze:before {
    content: "Ã¯ÂÂ¥"
}

.fa-sunglasses:before {
    content: "Ã¯Â¢â€™"
}

.fa-sunrise:before {
    content: "Ã¯ÂÂ¦"
}

.fa-sunset:before {
    content: "Ã¯ÂÂ§"
}

.fa-superpowers:before {
    content: "Ã¯â€¹Â"
}

.fa-superscript:before {
    content: "Ã¯â€žÂ«"
}

.fa-supple:before {
    content: "Ã¯ÂÂ¹"
}

.fa-surprise:before {
    content: "Ã¯â€”â€š"
}

.fa-suse:before {
    content: "Ã¯Å¸â€“"
}

.fa-swatchbook:before {
    content: "Ã¯â€”Æ’"
}

.fa-swift:before {
    content: "Ã¯Â£Â¡"
}

.fa-swimmer:before {
    content: "Ã¯â€”â€ž"
}

.fa-swimming-pool:before {
    content: "Ã¯â€”â€¦"
}

.fa-sword:before {
    content: "Ã¯Å“Å“"
}

.fa-sword-laser:before {
    content: "Ã®â‚¬Â»"
}

.fa-sword-laser-alt:before {
    content: "Ã®â‚¬Â¼"
}

.fa-swords:before {
    content: "Ã¯Å“Â"
}

.fa-swords-laser:before {
    content: "Ã®â‚¬Â½"
}

.fa-symfony:before {
    content: "Ã¯Â&nbsp;Â½"
}

.fa-synagogue:before {
    content: "Ã¯Å¡â€º"
}

.fa-sync:before {
    content: "Ã¯â‚¬Â¡"
}

.fa-sync-alt:before {
    content: "Ã¯â€¹Â±"
}

.fa-syringe:before {
    content: "Ã¯â€™Å½"
}

.fa-table:before {
    content: "Ã¯Æ’Å½"
}

.fa-table-tennis:before {
    content: "Ã¯â€˜Â"
}

.fa-tablet:before {
    content: "Ã¯â€žÅ&nbsp;"
}

.fa-tablet-alt:before {
    content: "Ã¯ÂÂº"
}

.fa-tablet-android:before {
    content: "Ã¯ÂÂ»"
}

.fa-tablet-android-alt:before {
    content: "Ã¯ÂÂ¼"
}

.fa-tablet-rugged:before {
    content: "Ã¯â€™Â"
}

.fa-tablets:before {
    content: "Ã¯â€™Â"
}

.fa-tachometer:before {
    content: "Ã¯Æ’Â¤"
}

.fa-tachometer-alt:before {
    content: "Ã¯ÂÂ½"
}

.fa-tachometer-alt-average:before {
    content: "Ã¯ËœÂ¤"
}

.fa-tachometer-alt-fast:before {
    content: "Ã¯ËœÂ¥"
}

.fa-tachometer-alt-fastest:before {
    content: "Ã¯ËœÂ¦"
}

.fa-tachometer-alt-slow:before {
    content: "Ã¯ËœÂ§"
}

.fa-tachometer-alt-slowest:before {
    content: "Ã¯ËœÂ¨"
}

.fa-tachometer-average:before {
    content: "Ã¯ËœÂ©"
}

.fa-tachometer-fast:before {
    content: "Ã¯ËœÂª"
}

.fa-tachometer-fastest:before {
    content: "Ã¯ËœÂ«"
}

.fa-tachometer-slow:before {
    content: "Ã¯ËœÂ¬"
}

.fa-tachometer-slowest:before {
    content: "Ã¯ËœÂ­"
}

.fa-taco:before {
    content: "Ã¯Â&nbsp;Â¦"
}

.fa-tag:before {
    content: "Ã¯â‚¬Â«"
}

.fa-tags:before {
    content: "Ã¯â‚¬Â¬"
}

.fa-tally:before {
    content: "Ã¯Å¡Å“"
}

.fa-tanakh:before {
    content: "Ã¯Â&nbsp;Â§"
}

.fa-tape:before {
    content: "Ã¯â€œâ€º"
}

.fa-tasks:before {
    content: "Ã¯â€šÂ®"
}

.fa-tasks-alt:before {
    content: "Ã¯Â&nbsp;Â¨"
}

.fa-taxi:before {
    content: "Ã¯â€&nbsp;Âº"
}

.fa-teamspeak:before {
    content: "Ã¯â€œÂ¹"
}

.fa-teeth:before {
    content: "Ã¯ËœÂ®"
}

.fa-teeth-open:before {
    content: "Ã¯ËœÂ¯"
}

.fa-telegram:before {
    content: "Ã¯â€¹â€&nbsp;"
}

.fa-telegram-plane:before {
    content: "Ã¯ÂÂ¾"
}

.fa-telescope:before {
    content: "Ã®â‚¬Â¾"
}

.fa-temperature-down:before {
    content: "Ã®â‚¬Â¿"
}

.fa-temperature-frigid:before {
    content: "Ã¯ÂÂ¨"
}

.fa-temperature-high:before {
    content: "Ã¯ÂÂ©"
}

.fa-temperature-hot:before {
    content: "Ã¯ÂÂª"
}

.fa-temperature-low:before {
    content: "Ã¯ÂÂ«"
}

.fa-temperature-up:before {
    content: "Ã®Ââ‚¬"
}

.fa-tencent-weibo:before {
    content: "Ã¯â€¡â€¢"
}

.fa-tenge:before {
    content: "Ã¯Å¸â€”"
}

.fa-tennis-ball:before {
    content: "Ã¯â€˜Å¾"
}

.fa-terminal:before {
    content: "Ã¯â€žÂ&nbsp;"
}

.fa-text:before {
    content: "Ã¯Â¢â€œ"
}

.fa-text-height:before {
    content: "Ã¯â‚¬Â´"
}

.fa-text-size:before {
    content: "Ã¯Â¢â€"
}

.fa-text-width:before {
    content: "Ã¯â‚¬Âµ"
}

.fa-th:before {
    content: "Ã¯â‚¬Å&nbsp;"
}

.fa-th-large:before {
    content: "Ã¯â‚¬â€°"
}

.fa-th-list:before {
    content: "Ã¯â‚¬â€¹"
}

.fa-the-red-yeti:before {
    content: "Ã¯Å¡Â"
}

.fa-theater-masks:before {
    content: "Ã¯ËœÂ°"
}

.fa-themeco:before {
    content: "Ã¯â€”â€&nbsp;"
}

.fa-themeisle:before {
    content: "Ã¯Å&nbsp;Â²"
}

.fa-thermometer:before {
    content: "Ã¯â€™â€˜"
}

.fa-thermometer-empty:before {
    content: "Ã¯â€¹â€¹"
}

.fa-thermometer-full:before {
    content: "Ã¯â€¹â€¡"
}

.fa-thermometer-half:before {
    content: "Ã¯â€¹â€°"
}

.fa-thermometer-quarter:before {
    content: "Ã¯â€¹Å&nbsp;"
}

.fa-thermometer-three-quarters:before {
    content: "Ã¯â€¹Ë†"
}

.fa-theta:before {
    content: "Ã¯Å¡Å¾"
}

.fa-think-peaks:before {
    content: "Ã¯Å“Â±"
}

.fa-thumbs-down:before {
    content: "Ã¯â€¦Â¥"
}

.fa-thumbs-up:before {
    content: "Ã¯â€¦Â¤"
}

.fa-thumbtack:before {
    content: "Ã¯â€šÂ"
}

.fa-thunderstorm:before {
    content: "Ã¯ÂÂ¬"
}

.fa-thunderstorm-moon:before {
    content: "Ã¯ÂÂ­"
}

.fa-thunderstorm-sun:before {
    content: "Ã¯ÂÂ®"
}

.fa-ticket:before {
    content: "Ã¯â€¦â€¦"
}

.fa-ticket-alt:before {
    content: "Ã¯ÂÂ¿"
}

.fa-tiktok:before {
    content: "Ã®ÂÂ»"
}

.fa-tilde:before {
    content: "Ã¯Å¡Å¸"
}

.fa-times:before {
    content: "Ã¯â‚¬Â"
}

.fa-times-circle:before {
    content: "Ã¯Ââ€”"
}

.fa-times-hexagon:before {
    content: "Ã¯â€¹Â®"
}

.fa-times-octagon:before {
    content: "Ã¯â€¹Â°"
}

.fa-times-square:before {
    content: "Ã¯â€¹â€œ"
}

.fa-tint:before {
    content: "Ã¯ÂÆ’"
}

.fa-tint-slash:before {
    content: "Ã¯â€”â€¡"
}

.fa-tire:before {
    content: "Ã¯ËœÂ±"
}

.fa-tire-flat:before {
    content: "Ã¯ËœÂ²"
}

.fa-tire-pressure-warning:before {
    content: "Ã¯ËœÂ³"
}

.fa-tire-rugged:before {
    content: "Ã¯ËœÂ´"
}

.fa-tired:before {
    content: "Ã¯â€”Ë†"
}

.fa-toggle-off:before {
    content: "Ã¯Ë†â€ž"
}

.fa-toggle-on:before {
    content: "Ã¯Ë†â€¦"
}

.fa-toilet:before {
    content: "Ã¯Å¸Ëœ"
}

.fa-toilet-paper:before {
    content: "Ã¯Å“Å¾"
}

.fa-toilet-paper-alt:before {
    content: "Ã¯Å“Å¸"
}

.fa-toilet-paper-slash:before {
    content: "Ã®ÂÂ²"
}

.fa-tombstone:before {
    content: "Ã¯Å“Â&nbsp;"
}

.fa-tombstone-alt:before {
    content: "Ã¯Å“Â¡"
}

.fa-toolbox:before {
    content: "Ã¯â€¢â€™"
}

.fa-tools:before {
    content: "Ã¯Å¸â„¢"
}

.fa-tooth:before {
    content: "Ã¯â€”â€°"
}

.fa-toothbrush:before {
    content: "Ã¯ËœÂµ"
}

.fa-torah:before {
    content: "Ã¯Å¡Â&nbsp;"
}

.fa-torii-gate:before {
    content: "Ã¯Å¡Â¡"
}

.fa-tornado:before {
    content: "Ã¯ÂÂ¯"
}

.fa-tractor:before {
    content: "Ã¯Å“Â¢"
}

.fa-trade-federation:before {
    content: "Ã¯â€â€œ"
}

.fa-trademark:before {
    content: "Ã¯â€°Å“"
}

.fa-traffic-cone:before {
    content: "Ã¯ËœÂ¶"
}

.fa-traffic-light:before {
    content: "Ã¯ËœÂ·"
}

.fa-traffic-light-go:before {
    content: "Ã¯ËœÂ¸"
}

.fa-traffic-light-slow:before {
    content: "Ã¯ËœÂ¹"
}

.fa-traffic-light-stop:before {
    content: "Ã¯ËœÂº"
}

.fa-trailer:before {
    content: "Ã®ÂÂ"
}

.fa-train:before {
    content: "Ã¯Ë†Â¸"
}

.fa-tram:before {
    content: "Ã¯Å¸Å¡"
}

.fa-transgender:before {
    content: "Ã¯Ë†Â¤"
}

.fa-transgender-alt:before {
    content: "Ã¯Ë†Â¥"
}

.fa-transporter:before {
    content: "Ã®Ââ€š"
}

.fa-transporter-1:before {
    content: "Ã®ÂÆ’"
}

.fa-transporter-2:before {
    content: "Ã®Ââ€ž"
}

.fa-transporter-3:before {
    content: "Ã®Ââ€¦"
}

.fa-transporter-empty:before {
    content: "Ã®Ââ€&nbsp;"
}

.fa-trash:before {
    content: "Ã¯â€¡Â¸"
}

.fa-trash-alt:before {
    content: "Ã¯â€¹Â­"
}

.fa-trash-restore:before {
    content: "Ã¯Â&nbsp;Â©"
}

.fa-trash-restore-alt:before {
    content: "Ã¯Â&nbsp;Âª"
}

.fa-trash-undo:before {
    content: "Ã¯Â¢â€¢"
}

.fa-trash-undo-alt:before {
    content: "Ã¯Â¢â€“"
}

.fa-treasure-chest:before {
    content: "Ã¯Å“Â£"
}

.fa-tree:before {
    content: "Ã¯â€&nbsp;Â»"
}

.fa-tree-alt:before {
    content: "Ã¯Ââ‚¬"
}

.fa-tree-christmas:before {
    content: "Ã¯Å¸â€º"
}

.fa-tree-decorated:before {
    content: "Ã¯Å¸Å“"
}

.fa-tree-large:before {
    content: "Ã¯Å¸Â"
}

.fa-tree-palm:before {
    content: "Ã¯Â&nbsp;Â«"
}

.fa-trees:before {
    content: "Ã¯Å“Â¤"
}

.fa-trello:before {
    content: "Ã¯â€&nbsp;Â"
}

.fa-triangle:before {
    content: "Ã¯â€¹Â¬"
}

.fa-triangle-music:before {
    content: "Ã¯Â£Â¢"
}

.fa-tripadvisor:before {
    content: "Ã¯â€°Â¢"
}

.fa-trophy:before {
    content: "Ã¯â€šâ€˜"
}

.fa-trophy-alt:before {
    content: "Ã¯â€¹Â«"
}

.fa-truck:before {
    content: "Ã¯Æ’â€˜"
}

.fa-truck-container:before {
    content: "Ã¯â€œÅ“"
}

.fa-truck-couch:before {
    content: "Ã¯â€œÂ"
}

.fa-truck-loading:before {
    content: "Ã¯â€œÅ¾"
}

.fa-truck-monster:before {
    content: "Ã¯ËœÂ»"
}

.fa-truck-moving:before {
    content: "Ã¯â€œÅ¸"
}

.fa-truck-pickup:before {
    content: "Ã¯ËœÂ¼"
}

.fa-truck-plow:before {
    content: "Ã¯Å¸Å¾"
}

.fa-truck-ramp:before {
    content: "Ã¯â€œÂ&nbsp;"
}

.fa-trumpet:before {
    content: "Ã¯Â£Â£"
}

.fa-tshirt:before {
    content: "Ã¯â€¢â€œ"
}

.fa-tty:before {
    content: "Ã¯â€¡Â¤"
}

.fa-tumblr:before {
    content: "Ã¯â€¦Â³"
}

.fa-tumblr-square:before {
    content: "Ã¯â€¦Â´"
}

.fa-turkey:before {
    content: "Ã¯Å“Â¥"
}

.fa-turntable:before {
    content: "Ã¯Â£Â¤"
}

.fa-turtle:before {
    content: "Ã¯Å“Â¦"
}

.fa-tv:before {
    content: "Ã¯â€°Â¬"
}

.fa-tv-alt:before {
    content: "Ã¯Â£Â¥"
}

.fa-tv-music:before {
    content: "Ã¯Â£Â¦"
}

.fa-tv-retro:before {
    content: "Ã¯ÂÂ"
}

.fa-twitch:before {
    content: "Ã¯â€¡Â¨"
}

.fa-twitter:before {
    content: "Ã¯â€šâ„¢"
}

.fa-twitter-square:before {
    content: "Ã¯â€šÂ"
}

.fa-typewriter:before {
    content: "Ã¯Â£Â§"
}

.fa-typo3:before {
    content: "Ã¯ÂÂ«"
}

.fa-uber:before {
    content: "Ã¯Ââ€š"
}

.fa-ubuntu:before {
    content: "Ã¯Å¸Å¸"
}

.fa-ufo:before {
    content: "Ã®Ââ€¡"
}

.fa-ufo-beam:before {
    content: "Ã®ÂË†"
}

.fa-uikit:before {
    content: "Ã¯ÂÆ’"
}

.fa-umbraco:before {
    content: "Ã¯Â£Â¨"
}

.fa-umbrella:before {
    content: "Ã¯Æ’Â©"
}

.fa-umbrella-beach:before {
    content: "Ã¯â€”Å&nbsp;"
}

.fa-uncharted:before {
    content: "Ã®â€šâ€ž"
}

.fa-underline:before {
    content: "Ã¯Æ’Â"
}

.fa-undo:before {
    content: "Ã¯Æ’Â¢"
}

.fa-undo-alt:before {
    content: "Ã¯â€¹Âª"
}

.fa-unicorn:before {
    content: "Ã¯Å“Â§"
}

.fa-union:before {
    content: "Ã¯Å¡Â¢"
}

.fa-uniregistry:before {
    content: "Ã¯Ââ€ž"
}

.fa-unity:before {
    content: "Ã®Ââ€°"
}

.fa-universal-access:before {
    content: "Ã¯Å&nbsp;Å¡"
}

.fa-university:before {
    content: "Ã¯â€&nbsp;Å“"
}

.fa-unlink:before {
    content: "Ã¯â€žÂ§"
}

.fa-unlock:before {
    content: "Ã¯â€šÅ“"
}

.fa-unlock-alt:before {
    content: "Ã¯â€žÂ¾"
}

.fa-unsplash:before {
    content: "Ã®ÂÂ¼"
}

.fa-untappd:before {
    content: "Ã¯Ââ€¦"
}

.fa-upload:before {
    content: "Ã¯â€šâ€œ"
}

.fa-ups:before {
    content: "Ã¯Å¸Â&nbsp;"
}

.fa-usb:before {
    content: "Ã¯Å&nbsp;â€¡"
}

.fa-usb-drive:before {
    content: "Ã¯Â£Â©"
}

.fa-usd-circle:before {
    content: "Ã¯â€¹Â¨"
}

.fa-usd-square:before {
    content: "Ã¯â€¹Â©"
}

.fa-user:before {
    content: "Ã¯â‚¬â€¡"
}

.fa-user-alien:before {
    content: "Ã®ÂÅ&nbsp;"
}

.fa-user-alt:before {
    content: "Ã¯Ââ€&nbsp;"
}

.fa-user-alt-slash:before {
    content: "Ã¯â€œÂº"
}

.fa-user-astronaut:before {
    content: "Ã¯â€œÂ»"
}

.fa-user-chart:before {
    content: "Ã¯Å¡Â£"
}

.fa-user-check:before {
    content: "Ã¯â€œÂ¼"
}

.fa-user-circle:before {
    content: "Ã¯Å&nbsp;Â½"
}

.fa-user-clock:before {
    content: "Ã¯â€œÂ½"
}

.fa-user-cog:before {
    content: "Ã¯â€œÂ¾"
}

.fa-user-cowboy:before {
    content: "Ã¯Â£Âª"
}

.fa-user-crown:before {
    content: "Ã¯Å¡Â¤"
}

.fa-user-edit:before {
    content: "Ã¯â€œÂ¿"
}

.fa-user-friends:before {
    content: "Ã¯â€â‚¬"
}

.fa-user-graduate:before {
    content: "Ã¯â€Â"
}

.fa-user-hard-hat:before {
    content: "Ã¯Â&nbsp;Â¬"
}

.fa-user-headset:before {
    content: "Ã¯Â&nbsp;Â­"
}

.fa-user-injured:before {
    content: "Ã¯Å“Â¨"
}

.fa-user-lock:before {
    content: "Ã¯â€â€š"
}

.fa-user-md:before {
    content: "Ã¯Æ’Â°"
}

.fa-user-md-chat:before {
    content: "Ã¯Â&nbsp;Â®"
}

.fa-user-minus:before {
    content: "Ã¯â€Æ’"
}

.fa-user-music:before {
    content: "Ã¯Â£Â«"
}

.fa-user-ninja:before {
    content: "Ã¯â€â€ž"
}

.fa-user-nurse:before {
    content: "Ã¯Â&nbsp;Â¯"
}

.fa-user-plus:before {
    content: "Ã¯Ë†Â´"
}

.fa-user-robot:before {
    content: "Ã®Ââ€¹"
}

.fa-user-secret:before {
    content: "Ã¯Ë†â€º"
}

.fa-user-shield:before {
    content: "Ã¯â€â€¦"
}

.fa-user-slash:before {
    content: "Ã¯â€â€&nbsp;"
}

.fa-user-tag:before {
    content: "Ã¯â€â€¡"
}

.fa-user-tie:before {
    content: "Ã¯â€Ë†"
}

.fa-user-times:before {
    content: "Ã¯Ë†Âµ"
}

.fa-user-unlock:before {
    content: "Ã®ÂËœ"
}

.fa-user-visor:before {
    content: "Ã®ÂÅ’"
}

.fa-users:before {
    content: "Ã¯Æ’â‚¬"
}

.fa-users-class:before {
    content: "Ã¯ËœÂ½"
}

.fa-users-cog:before {
    content: "Ã¯â€â€°"
}

.fa-users-crown:before {
    content: "Ã¯Å¡Â¥"
}

.fa-users-medical:before {
    content: "Ã¯Â&nbsp;Â°"
}

.fa-users-slash:before {
    content: "Ã®ÂÂ³"
}

.fa-usps:before {
    content: "Ã¯Å¸Â¡"
}

.fa-ussunnah:before {
    content: "Ã¯Ââ€¡"
}

.fa-utensil-fork:before {
    content: "Ã¯â€¹Â£"
}

.fa-utensil-knife:before {
    content: "Ã¯â€¹Â¤"
}

.fa-utensil-spoon:before {
    content: "Ã¯â€¹Â¥"
}

.fa-utensils:before {
    content: "Ã¯â€¹Â§"
}

.fa-utensils-alt:before {
    content: "Ã¯â€¹Â¦"
}

.fa-vaadin:before {
    content: "Ã¯ÂË†"
}

.fa-vacuum:before {
    content: "Ã®ÂÂ"
}

.fa-vacuum-robot:before {
    content: "Ã®ÂÅ½"
}

.fa-value-absolute:before {
    content: "Ã¯Å¡Â¦"
}

.fa-vector-square:before {
    content: "Ã¯â€”â€¹"
}

.fa-venus:before {
    content: "Ã¯Ë†Â¡"
}

.fa-venus-double:before {
    content: "Ã¯Ë†Â¦"
}

.fa-venus-mars:before {
    content: "Ã¯Ë†Â¨"
}

.fa-vest:before {
    content: "Ã®â€šâ€¦"
}

.fa-vest-patches:before {
    content: "Ã®â€šâ€&nbsp;"
}

.fa-vhs:before {
    content: "Ã¯Â£Â¬"
}

.fa-viacoin:before {
    content: "Ã¯Ë†Â·"
}

.fa-viadeo:before {
    content: "Ã¯Å&nbsp;Â©"
}

.fa-viadeo-square:before {
    content: "Ã¯Å&nbsp;Âª"
}

.fa-vial:before {
    content: "Ã¯â€™â€™"
}

.fa-vials:before {
    content: "Ã¯â€™â€œ"
}

.fa-viber:before {
    content: "Ã¯Ââ€°"
}

.fa-video:before {
    content: "Ã¯â‚¬Â½"
}

.fa-video-plus:before {
    content: "Ã¯â€œÂ¡"
}

.fa-video-slash:before {
    content: "Ã¯â€œÂ¢"
}

.fa-vihara:before {
    content: "Ã¯Å¡Â§"
}

.fa-vimeo:before {
    content: "Ã¯ÂÅ&nbsp;"
}

.fa-vimeo-square:before {
    content: "Ã¯â€&nbsp;â€"
}

.fa-vimeo-v:before {
    content: "Ã¯â€°Â½"
}

.fa-vine:before {
    content: "Ã¯â€¡Å&nbsp;"
}

.fa-violin:before {
    content: "Ã¯Â£Â­"
}

.fa-virus:before {
    content: "Ã®ÂÂ´"
}

.fa-virus-slash:before {
    content: "Ã®ÂÂµ"
}

.fa-viruses:before {
    content: "Ã®ÂÂ¶"
}

.fa-vk:before {
    content: "Ã¯â€&nbsp;â€°"
}

.fa-vnv:before {
    content: "Ã¯Ââ€¹"
}

.fa-voicemail:before {
    content: "Ã¯Â¢â€”"
}

.fa-volcano:before {
    content: "Ã¯ÂÂ°"
}

.fa-volleyball-ball:before {
    content: "Ã¯â€˜Å¸"
}

.fa-volume:before {
    content: "Ã¯Å¡Â¨"
}

.fa-volume-down:before {
    content: "Ã¯â‚¬Â§"
}

.fa-volume-mute:before {
    content: "Ã¯Å¡Â©"
}

.fa-volume-off:before {
    content: "Ã¯â‚¬Â¦"
}

.fa-volume-slash:before {
    content: "Ã¯â€¹Â¢"
}

.fa-volume-up:before {
    content: "Ã¯â‚¬Â¨"
}

.fa-vote-nay:before {
    content: "Ã¯ÂÂ±"
}

.fa-vote-yea:before {
    content: "Ã¯ÂÂ²"
}

.fa-vr-cardboard:before {
    content: "Ã¯Å“Â©"
}

.fa-vuejs:before {
    content: "Ã¯ÂÅ¸"
}

.fa-wagon-covered:before {
    content: "Ã¯Â£Â®"
}

.fa-walker:before {
    content: "Ã¯Â&nbsp;Â±"
}

.fa-walkie-talkie:before {
    content: "Ã¯Â£Â¯"
}

.fa-walking:before {
    content: "Ã¯â€¢â€"
}

.fa-wallet:before {
    content: "Ã¯â€¢â€¢"
}

.fa-wand:before {
    content: "Ã¯Å“Âª"
}

.fa-wand-magic:before {
    content: "Ã¯Å“Â«"
}

.fa-warehouse:before {
    content: "Ã¯â€™â€"
}

.fa-warehouse-alt:before {
    content: "Ã¯â€™â€¢"
}

.fa-washer:before {
    content: "Ã¯Â¢Ëœ"
}

.fa-watch:before {
    content: "Ã¯â€¹Â¡"
}

.fa-watch-calculator:before {
    content: "Ã¯Â£Â°"
}

.fa-watch-fitness:before {
    content: "Ã¯ËœÂ¾"
}

.fa-watchman-monitoring:before {
    content: "Ã®â€šâ€¡"
}

.fa-water:before {
    content: "Ã¯ÂÂ³"
}

.fa-water-lower:before {
    content: "Ã¯ÂÂ´"
}

.fa-water-rise:before {
    content: "Ã¯ÂÂµ"
}

.fa-wave-sine:before {
    content: "Ã¯Â¢â„¢"
}

.fa-wave-square:before {
    content: "Ã¯Â&nbsp;Â¾"
}

.fa-wave-triangle:before {
    content: "Ã¯Â¢Å¡"
}

.fa-waveform:before {
    content: "Ã¯Â£Â±"
}

.fa-waveform-path:before {
    content: "Ã¯Â£Â²"
}

.fa-waze:before {
    content: "Ã¯Â&nbsp;Â¿"
}

.fa-webcam:before {
    content: "Ã¯Â&nbsp;Â²"
}

.fa-webcam-slash:before {
    content: "Ã¯Â&nbsp;Â³"
}

.fa-weebly:before {
    content: "Ã¯â€”Å’"
}

.fa-weibo:before {
    content: "Ã¯â€&nbsp;Å&nbsp;"
}

.fa-weight:before {
    content: "Ã¯â€™â€“"
}

.fa-weight-hanging:before {
    content: "Ã¯â€”Â"
}

.fa-weixin:before {
    content: "Ã¯â€¡â€”"
}

.fa-whale:before {
    content: "Ã¯Å“Â¬"
}

.fa-whatsapp:before {
    content: "Ã¯Ë†Â²"
}

.fa-whatsapp-square:before {
    content: "Ã¯ÂÅ’"
}

.fa-wheat:before {
    content: "Ã¯Å“Â­"
}

.fa-wheelchair:before {
    content: "Ã¯â€&nbsp;â€œ"
}

.fa-whistle:before {
    content: "Ã¯â€˜Â&nbsp;"
}

.fa-whmcs:before {
    content: "Ã¯ÂÂ"
}

.fa-wifi:before {
    content: "Ã¯â€¡Â«"
}

.fa-wifi-1:before {
    content: "Ã¯Å¡Âª"
}

.fa-wifi-2:before {
    content: "Ã¯Å¡Â«"
}

.fa-wifi-slash:before {
    content: "Ã¯Å¡Â¬"
}

.fa-wikipedia-w:before {
    content: "Ã¯â€°Â¦"
}

.fa-wind:before {
    content: "Ã¯Å“Â®"
}

.fa-wind-turbine:before {
    content: "Ã¯Â¢â€º"
}

.fa-wind-warning:before {
    content: "Ã¯ÂÂ¶"
}

.fa-window:before {
    content: "Ã¯ÂÅ½"
}

.fa-window-alt:before {
    content: "Ã¯ÂÂ"
}

.fa-window-close:before {
    content: "Ã¯ÂÂ"
}

.fa-window-frame:before {
    content: "Ã®ÂÂ"
}

.fa-window-frame-open:before {
    content: "Ã®ÂÂ"
}

.fa-window-maximize:before {
    content: "Ã¯â€¹Â"
}

.fa-window-minimize:before {
    content: "Ã¯â€¹â€˜"
}

.fa-window-restore:before {
    content: "Ã¯â€¹â€™"
}

.fa-windows:before {
    content: "Ã¯â€¦Âº"
}

.fa-windsock:before {
    content: "Ã¯ÂÂ·"
}

.fa-wine-bottle:before {
    content: "Ã¯Å“Â¯"
}

.fa-wine-glass:before {
    content: "Ã¯â€œÂ£"
}

.fa-wine-glass-alt:before {
    content: "Ã¯â€”Å½"
}

.fa-wix:before {
    content: "Ã¯â€”Â"
}

.fa-wizards-of-the-coast:before {
    content: "Ã¯Å“Â°"
}

.fa-wodu:before {
    content: "Ã®â€šË†"
}

.fa-wolf-pack-battalion:before {
    content: "Ã¯â€â€"
}

.fa-won-sign:before {
    content: "Ã¯â€¦â„¢"
}

.fa-wordpress:before {
    content: "Ã¯â€&nbsp;Å¡"
}

.fa-wordpress-simple:before {
    content: "Ã¯Ââ€˜"
}

.fa-wpbeginner:before {
    content: "Ã¯Å&nbsp;â€”"
}

.fa-wpexplorer:before {
    content: "Ã¯â€¹Å¾"
}

.fa-wpforms:before {
    content: "Ã¯Å&nbsp;Ëœ"
}

.fa-wpressr:before {
    content: "Ã¯ÂÂ¤"
}

.fa-wreath:before {
    content: "Ã¯Å¸Â¢"
}

.fa-wrench:before {
    content: "Ã¯â€šÂ­"
}

.fa-x-ray:before {
    content: "Ã¯â€™â€”"
}

.fa-xbox:before {
    content: "Ã¯Ââ€™"
}

.fa-xing:before {
    content: "Ã¯â€¦Â¨"
}

.fa-xing-square:before {
    content: "Ã¯â€¦Â©"
}

.fa-y-combinator:before {
    content: "Ã¯Ë†Â»"
}

.fa-yahoo:before {
    content: "Ã¯â€&nbsp;Å¾"
}

.fa-yammer:before {
    content: "Ã¯Â¡â‚¬"
}

.fa-yandex:before {
    content: "Ã¯Ââ€œ"
}

.fa-yandex-international:before {
    content: "Ã¯Ââ€"
}

.fa-yarn:before {
    content: "Ã¯Å¸Â£"
}

.fa-yelp:before {
    content: "Ã¯â€¡Â©"
}

.fa-yen-sign:before {
    content: "Ã¯â€¦â€”"
}

.fa-yin-yang:before {
    content: "Ã¯Å¡Â­"
}

.fa-yoast:before {
    content: "Ã¯Å&nbsp;Â±"
}

.fa-youtube:before {
    content: "Ã¯â€¦Â§"
}

.fa-youtube-square:before {
    content: "Ã¯ÂÂ±"
}

.fa-zhihu:before {
    content: "Ã¯ËœÂ¿"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@charset "UTF-8"; /*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../../contents/fonts/fa-regular-400.eot?");
    src: url("../../contents/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("../../contents/fonts/fa-regular-400.woff2") format("woff2"),url("../../contents/fonts/fa-regular-400.ttf") format("truetype")
}

.far {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400
}

.far.fa-arrow-right {
    font-weight: 600
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("../../contents/fonts/fa-light-300.eot?");
    src: url("../../contents/fonts/fa-light-300.eot?#iefix") format("embedded-opentype"),url("../../contents/fonts/fa-light-300.woff2") format("woff2"),url("../../contents/fonts/fa-light-300.ttf") format("truetype")
}

.fal {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300
}

@font-face {
    font-family: "poppins-regular";
    src: url("../../contents/fonts/Poppins-Regular.eot?");
    src: url("../../contents/fonts/Poppins-Regular.ttf");
    src: url("../../contents/fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),url("../../contents/fonts/Poppins-Regular.woff2") format("woff2");
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: "poppins-semibold";
    src: url("../../contents/fonts/Poppins-SemiBold.eot?");
    src: url("../../contents/fonts/Poppins-SemiBold.ttf");
    src: url("../../contents/fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),url("../../contents/fonts/Poppins-SemiBold.woff2") format("woff2");
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: "poppins-bold";
    src: url("../../contents/fonts/Poppins-Bold.eot?");
    src: url("../../contents/fonts/Poppins-Bold.ttf");
    src: url("../../contents/fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),url("../../contents/fonts/Poppins-Bold.woff2") format("woff2");
    font-style: normal;
    font-stretch: normal
}

.error-msg span {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 24px;
    color: #c92d0e;
    font-style: normal;
    font-weight: normal;
    display: none;
    padding-left: 18px
}

.error-msg-1 span {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 24px;
    color: #c92d0e;
    font-style: normal;
    font-weight: normal;
    display: none;
    padding-left: 18px
}

.error .error-msg-1 span {
    display: block
}

.error .placeholder {
    color: #2d373e
}

.error .assistive-text {
    display: none
}

.error .error-msg span {
    display: block
}

.custom-btn {
    font-family: "poppins-semibold";
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    background-color: #088921;
    padding: 9px 40px;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center
}

.custom-btn:hover,.custom-btn:focus,.custom-btn:active {
    text-decoration: none;
    color: #fff;
    outline: none
}

.custom-btn.thick {
    padding: 20px 40px
}

.custom-btn.empty {
    color: #088921;
    background-color: transparent;
    border: solid 1px #088921;
    padding: 9px 40px
}

.custom-btn.empty.thick {
    padding: 20px 40px;
    font-size: 16px
}

.custom-btn.disabled {
    cursor: not-allowed
}

.custom-dropdown {
    position: relative;
    padding: 0
}

.custom-dropdown&gt;a {
    border: none;
    box-shadow: 0 2px 20px rgba(45,55,94,.078);
    border-radius: 3px;
    height: 48px
}

.custom-dropdown a {
    width: 100%;
    text-align: left;
    padding: 6px 18px;
    white-space: normal;
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 28px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

.custom-dropdown a i {
    position: absolute;
    top: 16px;
    right: 24px;
    margin-left: 6px
}

.custom-dropdown a:hover,.custom-dropdown a:focus {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 28px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

.custom-dropdown a:active {
    background-color: #f4f4f4
}

.custom-dropdown a .list-label {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
    color: #abafb2;
    font-style: normal;
    font-weight: normal;
    pointer-events: none;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    display: inline-block;
    padding-top: 5px;
    width: calc(100% - 25px);
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.custom-dropdown a .list-value {
    display: inline-block;
    padding-top: 3px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.custom-dropdown .dropdown-menu {
    box-shadow: 0 2px 20px rgba(45,55,94,.078);
    border: none;
    width: 100%;
    padding: 0;
    margin-top: -2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-height: 268px;
    overflow: auto
}

.custom-dropdown .dropdown-menu a {
    padding: 12px 18px 13px 18px
}

.custom-dropdown .dropdown-menu a&gt;span {
    float: right
}

.custom-dropdown .dropdown-menu a.active {
    background: #f4f4f4;
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 28px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

.custom-dropdown .dropdown-menu::-webkit-scrollbar-track {
    background-color: #fff;
    margin-bottom: 20px
}

.custom-dropdown .dropdown-menu::-webkit-scrollbar {
    width: 8px;
    background-color: #fff
}

.custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #abafb2
}

.custom-dropdown .assistive-text {
    display: flex
}

.custom-dropdown .assistive-text&gt;span {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 24px;
    color: #abafb2;
    font-style: normal;
    font-weight: normal;
    padding-left: 18px
}

.custom-dropdown.error:before {
    border-left: 6px solid #c92d0e;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.custom-dropdown.error a .list-label {
    color: #2d373e
}

.custom-dropdown.error a i {
    color: #c92d0e
}

.custom-dropdown.error .assistive-text span {
    display: none
}

.custom-dropdown.with-border&gt;a {
    border: 1px solid rgba(49,119,170,.16);
    box-shadow: none;
    background-color: #fff
}

.custom-dropdown.with-border .dropdown-menu {
    border: 1px solid rgba(49,119,170,.16);
    box-shadow: none;
    z-index: 900
}

.custom-dropdown.with-border .dropdown-menu a {
    border: none;
    border-radius: 0
}

.custom-dropdown.selected .selected-item .list-label {
    display: none
}

.custom-dropdown.selected .selected-item .list-value {
    width: calc(100% - 25px)
}

.custom-dropdown.selected .selected-item .list-value span {
    float: right
}

.custom-dropdown.show a i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.custom-textbox {
    position: relative
}

.custom-textbox .input-box {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    box-shadow: 0 2px 20px rgba(45,55,94,.078);
    height: 48px;
    border: none;
    border-radius: 3px;
    outline: none;
    padding: 0 46px 0 18px;
    width: 100%;
    -webkit-appearance: none
}

.custom-textbox .placeholder {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
    color: #abafb2;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: 18px;
    top: 11.5px;
    pointer-events: none;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    overflow: hidden;
    max-height: 24px;
    padding-right: 50px
}

.custom-textbox .alerticon {
    display: none;
    position: absolute;
    right: 24px;
    top: 16px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out
}

.custom-textbox .assistive-text {
    display: flex
}

.custom-textbox .assistive-text&gt;span {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 24px;
    color: #abafb2;
    font-style: normal;
    font-weight: normal;
    padding-left: 18px;
    padding-right: 50px;
    display: inline-block
}

.custom-textbox .assistive-text .text-update {
    position: absolute;
    right: 2px;
    top: 49px;
    line-height: 18px
}

.custom-textbox .assistive-text .text-update span {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 24px;
    color: #abafb2;
    font-style: normal;
    font-weight: normal
}

.custom-textbox .suffix {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 1px;
    padding: 12px 16px
}

.custom-textbox.focused:before {
    border-left: 6px solid #ffd520;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.custom-textbox.focused .placeholder {
    margin-top: -36px;
    left: 18px;
    color: #2d373e;
    font-size: 12px;
    padding-right: 10px
}

.custom-textbox.focused .assistive-text span {
    color: #2d373e
}

.custom-textbox.filled .placeholder {
    margin-top: -36px;
    left: 18px;
    font-size: 12px
}

.custom-textbox.with-border .input-box {
    border: 1px solid rgba(49,119,170,.16);
    box-shadow: none
}

.custom-textbox.with-icon .input-box {
    padding: 0 55px 4px 18px
}

.custom-textbox.with-icon&gt;a {
    position: absolute;
    right: 24px;
    top: 10px
}

.custom-textbox.with-icon&gt;a img {
    width: 24px
}

.custom-textbox.with-icon&gt;a i {
    font-size: 20px;
    color: #088921;
    margin-top: 3px
}

.custom-textbox.error:before {
    border-left: 6px solid #c92d0e;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.custom-textbox.error .placeholder {
    color: #2d373e
}

.custom-textbox.error .alerticon {
    display: block
}

.custom-textbox.error .assistive-text span {
    display: none
}

.custom-textbox.error .suffix {
    display: none
}

.custom-textbox.curr-prefix .input-box, .curr-prefix-section.input-box {
    padding-left: 30px
}

.custom-textbox.curr-prefix .assistive-text &gt; span, .curr-prefix-section .assistive-text &gt; span {
    padding-left: 17px
}

.readonly-box-wrap.curr-prefix .readonly-box.val-box:before {
    content: "$"
}

.q-div.readonly-form.tabular.twocolumn .readonly-box-wrap.per-suffix .readonly-box:not(:empty):after {
    content: "%"
}

.readonly-box-wrap.per-suffix .readonly-box.val-box:after {
    content: "%"
}

.q-div.readonly-form.tabular.onecolumn .readonly-box-wrap.header.prefill.per-suffix .readonly-box:nth-child(2):after {
    content: "%"
}

.q-div.with-bg.editable-form.tabular .form-sec.last.prefill.per-suffix .row-lbl:after {
    content: "%"
}

.q-div.with-bg.editable-form.tabular .form-sec.header.last.prefill.per-suffix .edt-lbl:after {
    content: "%"
}

.custom-textbox.per-suffix::after {
    content: "%";
    padding-top: 11px;
    padding-right: 18px;
    font-size: 16px;
    font-family: "poppins-regular";
    position: absolute;
    top: 0;
    right: 5px;
    transform: translateY(-50%);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-top:45px;
}

.custom-textbox.curr-prefix::before {
    content: "$";
    padding-top: 11px;
    padding-left: 18px;
    margin-top:30px;
    font-size: 16px;
    font-family: "poppins-regular";
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.custom-textbox.curr-prefix.focused::before,.custom-textbox.curr-prefix.error::before {
    padding-left: 12px
}

.custom-textbox.dollar-prefix .input-box {
    padding-left: 30px
}

.custom-textbox.dollar-prefix .assistive-text&gt;span {
    padding-left: 17px
}

.readonly-box-wrap.dollar-prefix .readonly-box.val-box:before {
    content: "$"
}

.custom-textbox.dollar-prefix::before {
    content: "$";
    padding-top: 11px;
    padding-left: 18px;
    font-size: 16px;
    font-family: "poppins-regular";
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.custom-textbox.dollar-prefix.focused::before,.custom-textbox.dollar-prefix.error::before {
    padding-left: 12px
}

.date-picker {
    position: relative
}

.date-picker input {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    opacity: .7;
    border: 1px solid rgba(49,119,170,.16);
    border-radius: 3px;
    padding: 0 46px 0 18px;
    height: 48px;
    width: 100%;
    background: transparent;
    cursor: pointer
}

.date-picker input:focus {
    outline: none
}

.date-picker .icon {
    position: absolute;
    top: 12px;
    right: 17px;
    z-index: -1
}

.date-picker .icon i {
    font-size: 18px
}

.date-picker.selected input {
    opacity: 1
}

.date-picker.error:before {
    border-left: 6px solid #c92d0e;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.date-picker.error .icon i {
    color: #c92d0e
}

.readonly-box {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    min-height: 48px;
    border-radius: 3px;
    border: 1px solid rgba(49,119,170,.16);
    padding: 11px 18px
}

.custom-tickbutton {
    border-radius: 3px;
    box-shadow: 0 2px 20px rgba(45,55,94,.078);
    padding: 8px 24px;
    display: flex;
    display: -webkit-flex;
    cursor: pointer;
    font-size: 0
}

.custom-tickbutton .icons {
    width: 40px
}

.custom-tickbutton .icons .circle {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid rgba(49,119,170,.16);
    display: inline-block;
    margin: 0 0 0 0
}

.custom-tickbutton .icons img {
    width: 40px;
    height: 40px;
    display: none;
    margin-left: 0
}

.custom-tickbutton h5 {
    margin: 0 0 0 12px
}

.custom-tickbutton.with-border {
    border: 1px solid rgba(49,119,170,.16);
    box-shadow: none
}

.custom-tickbutton.active .icons img {
    display: inline
}

.custom-tickbutton.active .icons .circle {
    display: none
}

.custom-textarea {
    position: relative
}

.custom-textarea textarea {
    width: 100%;
    outline: none;
    box-shadow: 0 2px 20px rgba(45,55,94,.078);
    border-radius: 3px;
    border: none;
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 28px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    padding: 14px 18px;
    text-align: left;
    resize: none;
    min-height: 105px
}

.custom-textarea .placeholder {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
    color: #abafb2;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: 18px;
    top: 11px;
    pointer-events: none;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    padding-right: 50px
}

.custom-textarea .alerticon {
    display: none
}

.custom-textarea .assistive-text {
    display: flex;
    margin-top: -2px
}

.custom-textarea .assistive-text&gt;span {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 24px;
    color: #abafb2;
    font-style: normal;
    font-weight: normal;
    padding-left: 18px;
    padding-right: 55px
}

.custom-textarea .assistive-text .text-update {
    position: absolute;
    right: 2px
}

.custom-textarea .assistive-text .text-update span {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 24px;
    color: #abafb2;
    font-style: normal;
    font-weight: normal
}

.custom-textarea.focused:before {
    border-left: 6px solid #ffd520;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 105px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.custom-textarea.focused .placeholder {
    display: none
}

.custom-textarea.focused .assistive-text&gt;span {
    color: #2d373e
}

.custom-textarea.focused .assistive-text .text-update span {
    color: #2d373e
}

.custom-textarea.filled .placeholder {
    display: none
}

.custom-textarea.error:before {
    border-left: 6px solid #c92d0e;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 105px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.custom-textarea.error .placeholder {
    color: #2d373e
}

.custom-textarea.error&gt;a img {
    display: none
}

.custom-textarea.error .alerticon {
    position: absolute;
    right: 24px;
    top: 16px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    display: block
}

.custom-textarea.error .assistive-text span {
    display: none
}

.custom-textarea.with-border textarea {
    box-shadow: none;
    border: 1px solid rgba(49,119,170,.16)
}

.custom-textarea.with-border.focused:before {
    border-left: 6px solid #ffd520;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 105px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.custom-textarea.with-border.focused.error:before {
    border-left: 6px solid #c92d0e;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 105px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.custom-loader .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(13,16,18,.75);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    top: 0;
    left: 0;
    z-index: 1000
}

.custom-loader .overlay.show {
    visibility: visible;
    opacity: 1
}

.custom-loader .spanner {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    height: 100%;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.custom-loader .spanner.show {
    visibility: visible;
    opacity: 1
}

.custom-loader .spanner .loader {
    color: #fff;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
    animation: load7 1.8s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em
}

.custom-loader .spanner .loader::before,.custom-loader .spanner .loader::after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
    content: "";
    position: absolute;
    top: 0
}

.custom-loader .spanner .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.custom-loader .spanner .loader:after {
    left: 3.5em
}

.custom-loader .spanner p {
    position: relative;
    top: 53%;
    color: #fff
}

@-webkit-keyframes load7 {
    0%,80%,100% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

@keyframes load7 {
    0%,80%,100% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}

.progressbar {
    display: inline-block
}

.progressbar label {
    margin-top: 12px;
    margin-bottom: 6px;
    display: block
}

.progressbar span {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 28px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

.progressbar .progress {
    background-color: rgba(8,137,33,.5);
    border-radius: 3px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: 10px;
    overflow: hidden;
    margin-bottom: 0
}

.progressbar .progress .progress-bar {
    background-color: #088921;
    opacity: 1;
    border-radius: 3px 0 0 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease
}

.custom-radio {
    font-size: 0
}

.custom-radio&gt;div {
    display: inline-block
}

.custom-radio&gt;div:nth-child(n+2) {
    padding-left: 32px
}

.custom-radio&gt;div input[type=radio] {
    position: absolute;
    left: -9999px
}

.custom-radio&gt;div input[type=radio]:checked+label,.custom-radio&gt;div input[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    display: inline-block;
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 20px
}

.custom-radio&gt;div input[type=radio]:checked+label:before,.custom-radio&gt;div input[type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(49,119,170,.16);
    border-radius: 100%;
    background: #fff;
    box-sizing: content-box
}

.custom-radio&gt;div input[type=radio]:checked+label:after,.custom-radio&gt;div input[type=radio]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #088921;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    box-sizing: content-box
}

.custom-radio&gt;div input[type=radio]:checked+label:before {
    border: 1px solid #088921
}

.custom-radio&gt;div input[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.custom-radio&gt;div input[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.custom-radio.error&gt;div input[type=radio]:not(:checked)+label:before {
    border: solid 2px #c92d0e
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 46px;
    margin-bottom: 16px;
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 28px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.custom-checkbox input:checked~.checkmark {
    background-color: #088921
}

.custom-checkbox input:checked~.checkmark:after {
    display: block
}

.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid rgba(49,119,170,.16)
}

.custom-checkbox .checkmark:after {
    left: 10px;
    top: 4.5px;
    width: 9px;
    height: 16px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

@media screen and (max-width: 1200px) {
    .custom-tickbutton {
        padding:9px 20px
    }
}

@media screen and (max-width: 991px) {
    .custom-tickbutton {
        padding:9px 12px
    }

    .progressbar {
        margin-bottom: 80px
    }
}

@media screen and (max-width: 767px) {
    .progressbar {
        margin-bottom:96px
    }
}

@media screen and (max-width: 320px) {
    .custom-dropdown .dropdown-menu {
        transform:translate3d(0,48px,0) !important;
        -webkit-transform: translate3d(0,48px,0) !important
    }
}

h1 {
    font-family: "poppins-bold";
    font-size: 72px;
    line-height: 86px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

h2 {
    font-family: "poppins-bold";
    font-size: 48px;
    line-height: 58px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

h3 {
    font-family: "poppins-bold";
    font-size: 32px;
    line-height: 38px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

h4 {
    font-family: "poppins-bold";
    font-size: 24px;
    line-height: 29px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

h5 {
    font-family: "poppins-bold";
    font-size: 20px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

h6 {
    font-family: "poppins-bold";
    font-size: 16px;
    line-height: 19px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

i {
    color: #00573d
}

label {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 18px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

p.large {
    font-family: "poppins-regular";
    font-size: 24px;
    line-height: 36px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

p.small {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 28px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

p.quote {
    font-family: "poppins-regular";
    font-size: 32px;
    line-height: 48px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

li {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 28px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

a.link,div.link {
    font-family: "poppins-bold";
    font-size: 12px;
    line-height: 24px;
    color: #00573d;
    font-style: normal;
    font-weight: normal
}

a:focus,img:focus {
    outline: none
}

@media screen and (max-width: 991px) {
    h1 {
        font-family:"poppins-bold";
        font-size: 46px;
        line-height: 56px;
        color: #2d373e;
        font-style: normal;
        font-weight: normal
    }

    h2 {
        font-family: "poppins-bold";
        font-size: 32px;
        line-height: 38px;
        color: #2d373e;
        font-style: normal;
        font-weight: normal
    }

    h3 {
        font-family: "poppins-bold";
        font-size: 24px;
        line-height: 29px;
        color: #2d373e;
        font-style: normal;
        font-weight: normal
    }

    h4 {
        font-family: "poppins-bold";
        font-size: 20px;
        line-height: 24px;
        color: #2d373e;
        font-style: normal;
        font-weight: normal
    }

    p.large {
        font-family: "poppins-regular";
        font-size: 16px;
        line-height: 28px;
        color: #2d373e;
        font-style: normal;
        font-weight: normal
    }
}

header {
    z-index: 999;
    background: #fff;
    display: -ms-flexbox;
    display: flex
}

header .header-content-container {
    max-width: 1608px;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    padding: 18px 0 12px 0;
    border-bottom: solid 1px #dddfe0;
    z-index: 999;
    background-color: #fff
}

header .header-content-container .row .col-l {
    padding-right: 0
}

header .header-content-container .row .col-l img {
    max-width: 238px
}

header .header-content-container .row .col-r {
    text-align: right;
    align-self: center
}

header .header-content-container .row .col-r span {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

header .header-content-container .row .col-r a {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    margin: 15px 0 0 40px;
    display: inline-block;
    text-decoration: none
}

header .header-content-container .row .col-r a.custom-btn {
    color: #fff;
    font-family: "poppins-semibold"
}

header .header-content-container .row .col-r a.custom-btn::after {
    content: none
}

header .header-content-container .row .col-r a.custom-btn.empty {
    color: #088921
}

header .header-content-container .row .col-r a:first-child {
    margin: 0
}

header .header-content-container .row .col-r a::after {
    display: block;
    content: "";
    border-bottom: solid 2px #2d373e;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    -webkit-transition: transform 250ms ease-in-out;
    -moz-transition: transform 200ms ease-in-out;
    transform-origin: 0% 50%
}

header .header-content-container .row .col-r a:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}

header .header-content-container .row .col-r&gt;div:first-child {
    margin-top: -15px
}

header .header-content-container .row .col-r&gt;div:first-child i {
    margin-right: 4px
}

header .header-content-container .row .col-r&gt;div:last-child i {
    position: relative;
    top: 3px
}

header .header-content-container .row .col-r .separator {
    margin: 0 -5px 0 35px;
    color: #dddfe0;
    font-size: 24px;
    font-weight: 300;
    position: relative;
    top: 3px
}

nav.navbar {
    padding: 9px 0;
    z-index: 999;
    background-color: #fff;
    border-bottom: solid 1px #dddfe0
}

nav.navbar .navbar-container {
    max-width: 1638px;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    padding: 9px 0;
    font-size: 0
}

nav.navbar .navbar-container a.nav-item {
    font-family: "poppins-semibold";
    font-size: 16px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
    padding: 9px 16px;
    margin-right: 40px
}

nav.navbar .navbar-container a.nav-item:active,nav.navbar .navbar-container a.nav-item:hover,nav.navbar .navbar-container a.nav-item:focus {
    text-decoration: none
}

nav.navbar .navbar-container a.nav-item i {
    margin-left: 6px
}

nav.navbar .navbar-container a.nav-item.clicked {
    background-color: #d6e4e0;
    border-radius: 3px
}

nav.navbar .navbar-container a.nav-item.clicked i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-top: -2px
}

nav.navbar .navbar-container a.desk-search-btn {
    float: right;
    position: relative;
    right: 22px;
    font-size: 0;
    font-weight: normal;
    text-decoration: none
}

nav.navbar .navbar-container a.desk-search-btn i {
    font-size: 24px
}

nav.navbar .navbar-container a.desk-search-btn i.fa-minus {
    font-size: 16px
}

nav.navbar .navbar-container a.desk-search-btn span {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    padding-right: 12px;
    position: relative;
    top: -2px
}

nav.navbar .navbar-content-container {
    width: 100%;
    opacity: 0;
    height: 0;
    transition: opacity 250ms ease-in-out;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    position: absolute;
    top: 61px;
    left: 0
}

nav.navbar .navbar-content-container.open {
    opacity: 1;
    background-color: rgba(13,16,18,.75);
    height: 100vh
}

nav.navbar .navbar-content-container.open .outer-container {
    width: 100%;
    background: #fff;
    height: 100%;
    max-height: 640px
}

nav.navbar .navbar-content-container.open .bg-container .nav-close {
    display: block
}

nav.navbar .bg-container {
    max-width: 1912px;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    background-repeat: no-repeat;
    height: 100%
}

nav.navbar .bg-container .nav-close {
    position: absolute;
    top: 30px;
    right: 0;
    margin-bottom: -24px;
    display: none
}

nav.navbar .bg-container .nav-close a {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    outline: none
}

nav.navbar .bg-container .nav-close a i {
    margin-left: 12px;
    color: #00573d
}

nav.navbar .inner-container {
    max-width: 1608px;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding-top: 85px;
    background: transparent;
    height: 100%;
    transition: opacity 250ms ease-in-out;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    opacity: 1;
    pointer-events: unset;
    position: relative
}

nav.navbar .inner-container.hide {
    opacity: 0;
    height: 0;
    padding: 0;
    transition: none;
    pointer-events: none
}

nav.navbar .inner-container .column1 {
    padding: 0 18px 0 0
}

nav.navbar .inner-container .column1 .para-border {
    background-color: #e8ad16;
    border-radius: 3px;
    width: 65%;
    display: block;
    height: 5px
}

nav.navbar .inner-container .column2 {
    max-width: 520px;
    margin: 0 auto;
    padding: 0;
    display: -ms-flexbox;
    display: flex
}

nav.navbar .inner-container .column2 .nav-l2-col {
    width: 100%;
    display: inline-block;
    vertical-align: top
}

nav.navbar .inner-container .column2 .nav-l2-col a.nav-l2-link {
    font-family: "poppins-bold";
    font-size: 18px;
    line-height: 19px;
    color: #00573d;
    font-style: normal;
    font-weight: normal;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    border: none
}

nav.navbar .inner-container .column2 .nav-l2-col a.nav-l2-link:hover {
    text-decoration: none
}

nav.navbar .inner-container .column2 .nav-l2-col a.nav-l2-link i {
    margin-left: 8px
}

nav.navbar .inner-container .column2 .nav-l2-col a.nav-l3-link {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
    top: -5px;
    position: relative
}

nav.navbar .inner-container .column2 .nav-l2-col:first-child {
    padding-left: 0;
    padding-right: 2.5%
}

nav.navbar .inner-container .column2 .nav-l2-col:last-child {
    padding-right: 0
}

nav.navbar .inner-container .column2 .nav-l2-col:nth-child(2) {
    padding-left: 2.5%;
    padding-right: 0
}

nav.navbar .inner-container .column2.two-sections .nav-l2-col {
    width: 50%
}

nav.navbar .inner-container .column3 {
    padding: 0 0 0 18px
}

nav.navbar .card-with-tag {
    height: auto
}

header.floating-header {
    height: 0;
    z-index: -1;
    transition: height 250ms ease-in-out;
    -webkit-transition: height 250ms ease-in-out;
    -moz-transition: height 200ms ease-in-out
}

header.floating-header .header-content-container {
    opacity: 0;
    position: static;
    height: 0;
    z-index: -1
}

header.floating-header.sticky {
    z-index: 998;
    height: auto
}

header.floating-header.sticky .header-content-container {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 998;
    left: 0;
    max-width: 100%;
    padding: 14px 15px;
    opacity: 1;
    height: auto;
    transition: height 250ms ease-in-out;
    -webkit-transition: height 250ms ease-in-out;
    -moz-transition: height 200ms ease-in-out
}

header.floating-header.sticky .header-content-container .header-wrap {
    max-width: 1608px;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%
}

header.floating-header.sticky .header-content-container .header-wrap .col-r .custom-btn~div {
    display: inline-block;
    font-weight: bold;
    margin-left: 40px
}

header.floating-header.sticky .header-content-container .header-wrap .col-r .custom-btn~div span {
    font-weight: bold
}

header.floating-header.sticky .header-content-container .header-wrap .col-r .custom-btn~div a {
    margin-left: 3px;
    font-weight: bold;
    text-decoration: none
}

header.floating-header.sticky .header-content-container .header-wrap .col-r .custom-btn~div a:after {
    content: none;
    transform: none;
    -webkit-transform: none
}

header.floating-header.sticky .header-content-container .header-wrap .col-r&gt;div:first-child {
    margin: 0
}

.breadcrumb-container {
    max-width: 1336px;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%
}

.breadcrumb-container&gt;div {
    position: absolute;
    padding-top: 25px;
    z-index: 10
}

.breadcrumb-container&gt;div a {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: underline;
    margin-right: 24px;
    border-right: 1px solid #fff;
    padding-right: 24px
}

.breadcrumb-container&gt;div span {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    margin-right: 0;
    border-right: none;
    padding-right: 0
}

.breadcrumb-container.dark&gt;div {
    position: relative;
    padding-bottom: 35px
}

.breadcrumb-container.dark&gt;div a {
    color: #2d373e;
    border-right: 1px solid #2d373e
}

.breadcrumb-container.dark&gt;div span {
    color: #2d373e
}

.breadcrumb-container.wide {
    max-width: 1608px;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%
}

footer {
    margin-top: 100px;
    padding: 84px 0 84px 0;
    background: #f4f4f4 0% 0% no-repeat padding-box
}

footer .footer-content-container {
    max-width: 1608px;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%
}

footer .footer-content-container .column1 {
    height: 100%
}

footer .footer-content-container .column1 .expand-button-div .button-div {
    display: none
}

footer .footer-content-container .footer-navigation .footer-links-holder:nth-child(n+5) {
    margin-top: 80px
}

footer .footer-content-container .footer-navigation .footer-links-holder&gt;a {
    margin-bottom: 17px;
    line-height: 24px;
    display: inline-block
}

footer .footer-content-container .footer-navigation .footer-links-holder&gt;a i {
    margin-left: 8px
}

footer .footer-content-container .footer-navigation .footer-links-holder ul {
    padding: 0;
    margin: 0
}

footer .footer-content-container .footer-navigation .footer-links-holder ul li {
    list-style-type: none;
    line-height: 24px
}

footer .footer-content-container .footer-navigation .footer-links-holder ul li a {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

footer .footer-content-container .footer-bottom {
    display: -ms-flexbox;
    display: flex;
    margin-top: -100px;
    padding-top: 40px;
    align-items: center;
    -webkit-align-items: center;
    z-index: 1;
    border-top: solid 1px #dddfe0
}

footer .footer-content-container .footer-bottom .logo {
    min-width: 224px;
    margin-right: 48px
}

footer .footer-content-container .footer-bottom .logo img {
    max-width: 224px
}

footer .footer-content-container .footer-bottom .cr-section span {
    font-family: "poppins-regular";
    font-size: 14px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    margin: 0 79px 0 0
}

footer .footer-content-container .footer-bottom .cr-section a {
    font-family: "poppins-regular";
    font-size: 14px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    margin-right: 45px
}

footer .footer-content-container .footer-bottom .cr-section a:last-child {
    margin: 0
}

footer .footer-content-container .footer-bottom .cr-section-mobileview {
    display: none
}

footer .footer-content-container .footer-disclaimer {
    margin-top: 40px
}

footer .footer-content-container .footer-disclaimer p.small {
    border-top: solid 1px #dddfe0;
    padding-top: 44px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0
}

.scroll-separator {
    max-width: 1336px;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 80px;
    margin-top: -24px;
    border-bottom: solid 1px #dddfe0
}

.scroll-separator span {
    position: relative;
    top: 7px;
    padding: 0 5px 0 0;
    background-color: #fff;
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 14px;
    color: #575f65;
    font-style: normal;
    font-weight: normal
}

.scroll-separator.no-text {
    margin-top: 0;
    height: 1px
}

.id-module {
    height: 0;
    visibility: hidden;
    position: relative;
    top: -80px
}

body.stop-scroll {
    overflow-y: hidden
}

.small-container {
    max-width: 1336px;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%
}

@media screen and (max-width: 1656px) {
    nav.navbar .navbar-container {
        padding-left:15px;
        padding-right: 15px
    }

    nav.navbar .navbar-content-container .outer-container .bg-container {
        padding-left: 25px;
        padding-right: 25px;
        background-size: 30% 100%
    }

    nav.navbar .navbar-content-container .inner-container .column1 {
        padding: 0 15px
    }

    nav.navbar .navbar-content-container .inner-container .column3 {
        padding: 0 15px
    }

    .breadcrumb-container.wide {
        padding-left: 15px
    }

    footer {
        padding: 84px 16px 109px 16px
    }
}

@media screen and (min-width: 992px) and (max-width:1200px) {
    header .header-content-container .row .col-r a {
        margin-left:24px
    }

    header .header-content-container .row .col-r .separator {
        margin: 0 -5px 0 24px
    }

    .card-with-tag {
        min-height: 360px !important
    }

    footer .footer-content-container .column1 {
        padding-bottom: 21px;
        border-bottom: none
    }

    footer .footer-content-container .column1 .footer-navigation .footer-links-holder:nth-child(n+3) {
        margin-top: 40px
    }

    footer .footer-content-container .footer-bottom {
        border-top: solid 1px #dddfe0;
        margin-top: 0
    }
}

@media screen and (width: 1024px) {
    nav.navbar .navbar-container a.nav-item {
        font-size:16px;
        margin-right: 12px
    }

    nav.navbar .inner-container .column2 .nav-l2-col a.nav-l2-link {
        font-size: 16px
    }
}

@media screen and (max-width: 991px) {
    header {
        padding:0;
        position: relative;
        height: 80px;
        width: 100%;
        margin: 0 -15px
    }

    header .header-content-container {
        position: fixed;
        padding: 15px 16px;
        width: 100%
    }

    header .header-content-container .row .col-l img {
        height: 50px
    }

    header .header-content-container .row .col-r a.mobile-search-btn,header .header-content-container .row .col-r a.mobile-nav-btn {
        font-size: 36px;
        margin: 0 0 0 8px;
        width: 34px
    }

    header .header-content-container .row .col-r a.mobile-search-btn i,header .header-content-container .row .col-r a.mobile-nav-btn i {
        margin: 0
    }

    header .header-content-container .row .col-r a.mobile-search-btn i.fa-times,header .header-content-container .row .col-r a.mobile-nav-btn i.fa-times {
        left: -5px
    }

    header .header-content-container .row .col-r a.mobile-search-btn::after,header .header-content-container .row .col-r a.mobile-nav-btn::after {
        content: none;
        transform: none;
        -webkit-transform: none
    }

    header .header-content-container .row .col-r a.mobile-search-btn {
        border-right: solid 2px #dddfe0;
        padding-right: 16px;
        width: auto
    }

    header .header-content-container .row .col-r .separator {
        font-size: 34px;
        margin: 0 0 0 10px
    }

    header .header-content-container .header-wrap .row .col-l img {
        height: auto
    }

    nav.navbar {
        padding: 0;
        border-top: solid 1px #dddfe0;
        border-bottom: none;
        overflow-y: auto;
        background: rgba(13,16,18,.75);
        position: absolute;
        width: 100%;
        opacity: 0;
        top: 80px
    }

    nav.navbar.full-screen {
        height: 100%;
        opacity: 1
    }

    nav.navbar .navbar-container {
        padding: 0;
        background: #fff;
        display: none;
        align-self: flex-start
    }

    nav.navbar .navbar-container a.nav-item {
        display: block;
        margin: 0;
        border-bottom: solid 1px #dddfe0;
        padding: 19px 16px 18px 16px;
        line-height: 19px;
        font-family: "poppins-bold"
    }

    nav.navbar .navbar-container a.nav-item i {
        float: right
    }

    nav.navbar .navbar-container a.nav-item.clicked {
        background-color: transparent
    }

    nav.navbar .navbar-content-container {
        display: none
    }

    nav.navbar .inner-container {
        background-color: #f4f4f4;
        padding: 0
    }

    nav.navbar .inner-container .column2 {
        display: block;
        margin: 0;
        padding-left: 0
    }

    nav.navbar .inner-container .column2 .nav-l2-col {
        width: 100%
    }

    nav.navbar .inner-container .column2 .nav-l2-col:first-child,nav.navbar .inner-container .column2 .nav-l2-col:last-child {
        padding: 0 16px;
        width: 100%
    }

    nav.navbar .inner-container .column2 .nav-l2-col a.nav-l2-link {
        font-size: 16px;
        margin: 24px 0
    }

    nav.navbar .inner-container .column3 {
        padding: 0
    }

    nav.navbar .mobile-header {
        padding: 16px
    }

    nav.navbar .mobile-header a {
        font-family: "poppins-semibold";
        font-size: 16px;
        line-height: 19px;
        color: #2d373e;
        font-style: normal;
        font-weight: normal;
        display: block
    }

    nav.navbar .mobile-header a.link {
        text-decoration: underline;
        margin-bottom: 24px
    }

    nav.navbar .mobile-header a.custom-btn {
        color: #fff
    }

    nav.navbar .mobile-header .contact-links {
        border-top: solid 1px #dddfe0;
        padding: 24px 0
    }

    nav.navbar .mobile-header .contact-links a {
        display: inline-block;
        vertical-align: top;
        font-family: "poppins-bold"
    }

    nav.navbar .mobile-header .contact-links a:last-child {
        float: right
    }

    nav.navbar .mobile-header .contact-links a i {
        margin-right: 6px;
        position: relative;
        top: -1px
    }

    header.floating-header.sticky {
        margin: 0;
        position: relative;
        z-index: 12
    }

    header.floating-header.sticky .header-content-container {
        z-index: 1;
        padding: 0 16px;
        background: transparent;
        bottom: 0;
        top: auto
    }

    header.floating-header.sticky .header-content-container .col-l {
        display: none !important
    }

    header.floating-header.sticky .header-content-container .row .col-r {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 14.5px
    }

    header.floating-header.sticky .header-content-container .row .col-r a {
        width: 100%;
        text-align: center
    }

    .breadcrumb-container&gt;div a {
        font-size: 14px;
        line-height: 24px;
        padding-right: 12px;
        margin-right: 12px
    }

    .breadcrumb-container&gt;div span {
        font-size: 14px;
        line-height: 24px
    }

    footer {
        padding-top: 80px
    }

    footer .footer-content-container .column1 {
        padding: 0 8% 80px 8%
    }

    footer .footer-content-container .column1 .footer-navigation .footer-links-holder:nth-child(n+3) {
        margin-top: 40px
    }

    footer .footer-content-container .column2 {
        padding: 0
    }

    footer .footer-content-container .footer-bottom {
        margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    footer {
        padding:0
    }

    footer .footer-content-container {
        padding: 32px 16px !important;
        background: #f4f4f4 0% 0% no-repeat padding-box;
        z-index: 3
    }

    footer .footer-content-container .column1 {
        padding: 0 0 0 0
    }

    footer .footer-content-container .column1 .expand-button-div .button-div {
        display: block;
        margin-bottom: 25px;
        padding: 0 16px 0 16px
    }

    footer .footer-content-container .column1 .expand-button-div .button-div a {
        border: none;
        outline: none;
        background-color: #f4f4f4;
        font-family: "poppins-bold";
        font-size: 16px;
        line-height: 19px;
        color: #00573d;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        display: block
    }

    footer .footer-content-container .column1 .expand-button-div .button-div a i {
        display: none;
        margin-left: 14px
    }

    footer .footer-content-container .column1 .expand-button-div .button-div a .fa-plus {
        display: none
    }

    footer .footer-content-container .column1 .expand-button-div .button-div a .fa-minus {
        display: inline-block
    }

    footer .footer-content-container .column1 .expand-button-div .button-div a.collapsed .fa-minus {
        display: none
    }

    footer .footer-content-container .column1 .expand-button-div .button-div a.collapsed .fa-plus {
        display: inline-block
    }

    footer .footer-content-container .column1 .expand-button-div .expand-button-rows {
        padding: 1px 16px 0 16px;
        background-color: #fff
    }

    footer .footer-content-container .column1 .expand-button-div .expand-button-rows .footer-navigation {
        margin-bottom: 0
    }

    footer .footer-content-container .column1 .expand-button-div .expand-button-rows .footer-navigation .footer-links-holder {
        margin-top: 47px
    }

    footer .footer-content-container .column1 .expand-button-div .expand-button-rows .footer-navigation .footer-links-holder ul {
        padding-bottom: 24px;
        border-bottom: 1px solid #dddfe0
    }

    footer .footer-content-container .column1 .expand-button-div .expand-button-rows .footer-navigation .footer-links-holder ul li a {
        font-size: 14px;
        line-height: 24px;
        text-decoration: underline
    }

    footer .footer-content-container .footer-bottom {
        display: block
    }

    footer .footer-content-container .footer-bottom .logo {
        margin: 40px 0 23px 0;
        padding-top: 40px;
        border-top: 1px solid #dddfe0
    }

    footer .footer-content-container .footer-bottom .cr-section span {
        margin: 0
    }

    footer .footer-content-container .footer-bottom .cr-section a {
        display: none
    }

    footer .footer-content-container .footer-bottom .cr-section-mobileview {
        display: block
    }

    footer .footer-content-container .footer-bottom .cr-section-mobileview a {
        font-family: "poppins-regular";
        font-size: 16px;
        line-height: 19px;
        color: #2d373e;
        font-style: normal;
        font-weight: normal;
        text-decoration: underline;
        margin-bottom: 27px;
        display: block
    }

    footer .footer-content-container .footer-bottom .cr-section-mobileview a:last-child {
        margin-bottom: 0
    }

    .scroll-separator {
        margin-bottom: 96px;
        margin-top: 0
    }

    .scroll-separator span {
        float: right;
        top: -10px;
        padding: 0 2px 0 12px
    }

    .scroll-separator.no-text {
        margin-top: 0
    }

    .scroll-separator.header span {
        float: none;
        padding: 0 24px 0 0;
        top: 7px
    }
}

@media screen and (max-width: 325px) {
    header .header-content-container .row .col-l.col-6,header .header-content-container .row .col-r.col-6 {
        max-width:49%;
        display: inline-block;
        padding-right: 9px
    }
}

.modal .modal-dialog {
    max-width: 1608px;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    border-radius: 0;
    border: none
}

.modal .modal-dialog .modal-content {
    border-radius: 0;
    border: none
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 0
}

.modal .modal-content {
    opacity: 0
}

.modal .popup {
    max-width: 1608px;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    background-color: #f4f4f4 !important;
    padding: 20px 48px;
    box-sizing: border-box
}

.modal .popup .popup-content {
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    width: 100%;
    height: 85px;
    box-shadow: 0 2px 20px rgba(45,55,94,.078);
    border-radius: 3px;
    opacity: 1;
    background-color: #fff
}

.modal .popup .popup-content form {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

.modal .popup .popup-content .popup-input {
    float: left;
    width: 91%;
    height: 100%;
    border: none;
    padding: 24px 36px;
    border-left: 6px solid #ffd520;
    border-radius: 3px 0 0 3px;
    text-align: left;
    font-size: 24px;
    font-family: "poppins-regular";
    color: #abafb2;
    outline: none
}

.modal .popup .popup-content .popup-input:focus {
    color: #2d373e
}

.modal .popup .popup-content .custom-btn {
    float: right;
    margin: 10px 0
}

.modal.search-modal .modal-cross {
    display: none
}

.modal.location-modal .modal-body {
    border-bottom: 6px solid #ffd520
}

.modal.location-modal .close {
    font-size: 12px;
    line-height: 24px
}

.modal.location-modal .close:focus {
    outline: none
}

.modal.location-modal .modal-header {
    border-bottom: none;
    margin-top: 18px;
    padding-bottom: 5px
}

.modal.location-modal .modal-header .close {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    margin-right: 10px;
    opacity: 1
}

.modal.location-modal .modal-header .close:hover {
    color: #2d373e
}

.modal.location-modal .modal-header .close i.fa-minus {
    color: #00573d;
    opacity: 1;
    padding-left: 5px
}

.modal.location-modal .modal-header .close i.fa-minus:hover {
    color: #00573d
}

.modal.location-modal .location-popup {
    display: block;
    margin: 0 auto;
    padding: 0 0 66px;
    min-height: 242px;
    text-align: center
}

.modal.location-modal .location-popup .set-location {
    display: block;
    padding: 0 0 47px;
    margin: 0 auto;
    text-align: center
}

.modal.location-modal .location-popup .set-location h3 {
    margin-bottom: 0
}

.modal.location-modal .location-popup .set-location .msg {
    max-width: 415px;
    line-height: 32px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin: 40px auto 54px auto;
    padding: 32px 0 24px 0;
    position: relative;
    font-family: "poppins-regular"
}

.modal.location-modal .location-popup .set-location .msg .icon {
    position: absolute;
    top: -22px;
    left: calc(50% - 38px);
    width: 76px;
    background: #fff
}

.modal.location-modal .location-popup .set-location .msg .icon span {
    background-color: #ffd520;
    color: #2d373e;
    font-family: "poppins-bold";
    font-size: 22px;
    line-height: 30px;
    padding: 8px 15px;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    display: inline-block
}

.modal.location-modal .location-popup .set-location .msg.alert {
    margin-bottom: 0;
    padding-top: 44px
}

.modal.location-modal .location-popup .set-location img {
    margin-right: 12px;
    position: relative;
    top: -5px
}

.modal.location-modal .location-popup .input-btn-block {
    display: block;
    margin-bottom: 14px;
    overflow: hidden;
    font-size: 0
}

.modal.location-modal .location-popup .input-btn-block .custom-btn {
    display: block;
    margin: 0 auto
}

.modal.location-modal .location-popup .input-btn-block .custom-btn:nth-child(n+2) {
    margin-top: 10px
}

.modal.location-modal .location-popup label {
    font-size: 14px;
    line-height: 24px;
    display: block;
    text-align: center;
    margin-bottom: 0
}

.modal.location-modal .location-popup .postcode-input {
    width: 300px;
    border: 1px solid #dddfe0;
    text-align: left;
    color: #2d373e;
    height: 48px;
    padding: 13px 12px 12px;
    font-family: "poppins-regular";
    line-height: 22px;
    font-size: 16px;
    outline: none
}

.modal.location-modal .location-popup .btn-location {
    padding: 12px 40px 12px;
    position: relative;
    vertical-align: top;
    left: -1px
}

.modal.exp-modal {
    padding: 0 !important
}

.modal.exp-modal .modal-body {
    background-color: #f4f4f4;
    border-bottom: #c92d0e solid 6px
}

.modal.exp-modal .modal-body .exp-popup {
    padding-bottom: 20px
}

.modal.exp-modal .modal-body .exp-popup .exp-msg {
    display: flex;
    padding: 70px 7px 0 7px;
    max-width: 415px;
    margin: 0 auto
}

.modal.exp-modal .modal-body .exp-popup .exp-msg .icon {
    width: 34px;
    height: 34px;
    background-color: #c92d0e;
    border-radius: 50%;
    font-family: "poppins-bold";
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    padding: 4px 11px;
    text-align: center
}

.modal.exp-modal .modal-body .exp-popup .exp-msg .msg {
    border: none;
    text-align: left;
    margin: 0 0 0 14px;
    padding-top: 5px;
    max-width: 83%
}

.modal.exp-modal .modal-body .exp-popup .input-btn-block {
    padding: 0 15px
}

.modal.exp-modal .modal-body .exp-popup .input-btn-block .custom-btn {
    background-color: #2d373e;
    text-align: left;
    padding-left: 55px
}

.modal.exp-modal .modal-body .exp-popup .input-btn-block .custom-btn.empty {
    background-color: transparent;
    color: #2d373e;
    border-color: #2d373e
}

.modal.contact-modal .input-btn-block {
    text-align: center
}

.modal.contact-modal .input-btn-block .custom-btn {
    width: 415px;
    text-align: center
}

.modal.contact-modal .location-popup .set-location {
    padding: 0
}

.modal.contact-modal .location-popup .set-location h3 {
    margin-bottom: 0
}

.modal.contact-modal .location-popup .set-location img {
    height: 40px;
    width: 35px;
    margin-right: 12px
}

.modal.contact-modal .or-block {
    display: block;
    text-align: center;
    padding-bottom: 12px;
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 28px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

.modal.contact-modal .location-popup {
    padding: 0 0 60px
}

.modal.contact-modal .location-popup label {
    font-size: 16px;
    line-height: 23px
}

.modal.otp-modal .location-popup {
    padding: 40px 0 29px 0
}

.modal.otp-modal .location-popup h3 {
    margin-bottom: 16px;
    font-family: "poppins-regular"
}

.modal.otp-modal .location-popup .input-btn-block a {
    width: 100%;
    max-width: 279px
}

.modal.otp-modal .location-popup label a {
    font-family: "poppins-regular";
    font-size: 14px;
    line-height: 28px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline
}

.modal.otp-modal .location-popup .digit-group {
    padding-bottom: 32px
}

.modal.otp-modal .location-popup .digit-group input {
    width: 64px;
    height: 98px;
    border: solid 1px #2d373e;
    text-align: center;
    margin: 0 2px;
    font-family: "poppins-regular";
    font-size: 28px;
    line-height: normal;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

.modal.otp-modal .location-popup .digit-group .splitter {
    padding: 0 5px;
    color: #fff;
    font-size: 24px
}

.modal.show .modal-content {
    opacity: 1;
    transition: opacity 250ms ease-in-out;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out
}

.modal-open {
    padding-right: 0;
    position: -ms-device-fixed;
    width: 100%
}

.modal-backdrop {
    top: 175px
}

.modal-backdrop.show {
    background: #2b343b;
    opacity: 1
}

@media screen and (max-width: 1656px) {
    .modal {
        padding:0 15px !important
    }
}

@media screen and (max-width: 991px) {
    .modal .popup {
        padding:16px
    }

    .modal.show {
        padding-right: 0;
        border-top: solid 1px #dddfe0
    }

    .modal-backdrop {
        top: 80px
    }

    .modal.location-modal .modal-header {
        padding: 12px 0 2px 0
    }

    .modal.location-modal .location-popup .set-location img {
        top: -9px;
        margin-right: 11px
    }

    .modal.contact-modal .location-popup .set-location h3 {
        margin-bottom: 11px
    }

    .modal.contact-modal .location-popup .set-location .msg {
        max-width: 245px
    }

    .modal.contact-modal .location-popup .set-location img {
        top: 0;
        width: 31px;
        margin-right: 3px
    }

    .modal.exp-modal .exp-popup {
        padding-bottom: 20px
    }

    .modal.exp-modal .exp-popup .exp-msg .msg {
        max-width: 83%
    }
}

@media screen and (max-width: 575px) {
    .modal .modal-dialog {
        width:100%;
        margin-left: 0;
        margin-bottom: 0
    }

    .modal .popup {
        padding: 16px 18px 16px 16px
    }

    .modal .popup .popup-content {
        height: 47px
    }

    .modal .popup .popup-content .popup-input {
        width: 85%;
        padding: 4px 12px;
        font-size: 16px
    }

    .modal .popup .popup-content .custom-btn {
        display: none
    }

    .modal.search-modal {
        padding: 0 !important
    }

    .modal.search-modal .modal-cross {
        display: block;
        position: absolute;
        right: 18px;
        top: 18px;
        z-index: 10;
        padding: 0;
        border: 0
    }

    .modal.search-modal .modal-cross i {
        font-size: 36px;
        margin-right: 16px;
        margin-top: 3px
    }

    .modal.location-modal {
        margin: 0 auto;
        max-width: calc(100%);
        width: 100%
    }

    .modal.location-modal .modal-header {
        margin-top: 0
    }

    .modal.location-modal .modal-header .close {
        float: none;
        margin: 0 auto;
        padding: 0;
        width: 100%
    }

    .modal.location-modal .location-popup {
        padding: 72px 0 57px;
        width: auto;
        min-height: auto
    }

    .modal.location-modal .location-popup .set-location {
        padding: 0 30px 13px;
        width: auto
    }

    .modal.location-modal .location-popup .postcode-input {
        font-size: 12px;
        padding: 17px 24px 14px 23px;
        width: 100%
    }

    .modal.location-modal .location-popup .input-btn-block {
        padding: 0 31.5px;
        margin-bottom: 26px
    }

    .modal.location-modal .location-popup .btn-location {
        width: 100%;
        margin-top: 6px
    }

    .modal.location-modal .location-popup label {
        font-size: 12px;
        line-height: 18px;
        width: 50%;
        margin: 0 auto
    }

    .modal.contact-modal .modal-header {
        margin-top: 0
    }

    .modal.contact-modal .location-popup {
        padding: 0 0 79px
    }

    .modal.contact-modal .location-popup label {
        font-size: 14px;
        width: auto
    }

    .modal.contact-modal .location-popup .custom-btn {
        width: auto
    }

    .modal.contact-modal .location-popup .input-btn-block {
        padding: 0 24px;
        margin-bottom: 15px
    }

    .modal.contact-modal .location-popup .set-location {
        padding: 0 30px 0;
        width: auto
    }

    .modal.contact-modal .location-popup .btn-location {
        margin-top: 0
    }

    .modal.contact-modal .location-popup h3 {
        margin-top: 54px;
        margin-bottom: 10px
    }

    .modal.contact-modal .location-popup h3 span {
        vertical-align: bottom;
        font-family: "poppins-regular"
    }

    .modal.contact-modal .location-popup h3 .contact-num {
        display: block;
        padding-top: 5px;
        font-family: "poppins-bold"
    }

    .modal.otp-modal .modal-header .close {
        text-align: right;
        padding-right: 20px;
        font-family: "poppins-regular";
        font-size: 16px;
        line-height: 24px;
        color: #2d373e;
        font-style: normal;
        font-weight: normal
    }

    .modal.otp-modal .location-popup {
        padding: 53px 0 29px 0
    }

    .modal.otp-modal .location-popup h3 {
        max-width: 200px;
        margin: 0 auto 16px auto
    }

    .modal.otp-modal .location-popup label {
        width: auto;
        max-width: 279px;
        margin: 0 auto
    }

    .modal.exp-modal .location-popup .set-location {
        padding: 0 15px
    }
}

@media screen and (max-width: 360px) {
    .modal.otp-modal .location-popup .digit-group input {
        width:50px;
        height: 80px
    }
}

.section-with-left-nav {
    max-width: 1638px;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    padding-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-with-left-nav .column1 {
    padding-left: 0;
    -ms-flex: 0 0 17.6%;
    flex: 0 0 17.6%;
    max-width: 17.6%
}

.section-with-left-nav .column2 {
    -ms-flex: 0 0 73.3%;
    flex: 0 0 73.3%;
    max-width: 73.3%
}

.section-with-left-nav .column2 a:hover,.section-with-left-nav .column2 a:focus {
    text-decoration: none
}

.section-with-left-nav .column2 .progressbar {
    display: inline-block
}

.section-with-left-nav .column2 .progressbar .custom-btn {
    display: block
}

.section-with-left-nav .column2 .progressbar .custom-btn.thick.empty {
    padding: 9px 40px
}

.section-with-left-nav .column2 .progressbar label {
    text-align: left
}

.section-with-left-nav .column2 .scroll-separator.no-text {
    margin: 80px 0
}

.section-with-left-nav .sticky-nav {
    /*position: fixed;*/
    width: 100%;
    max-width: 16.5%
}

.section-with-left-nav .sticky-nav&gt;div&gt;a,.section-with-left-nav .sticky-nav&gt;div&gt;span {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 24px;
    color: #00573d;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 2px;
    display: block;
    padding: 9px 16px
}

.section-with-left-nav .sticky-nav&gt;div&gt;a i,.section-with-left-nav .sticky-nav&gt;div&gt;span i {
    margin-right: 10px;
    margin-top: -1px
}

.section-with-left-nav .sticky-nav&gt;div&gt;a:hover,.section-with-left-nav .sticky-nav&gt;div&gt;a:focus,.section-with-left-nav .sticky-nav&gt;div&gt;span:hover,.section-with-left-nav .sticky-nav&gt;div&gt;span:focus {
    color: #00573d;
    text-decoration: none
}

.section-with-left-nav .sticky-nav&gt;div:first-child {
    display: block
}

.section-with-left-nav .sticky-nav&gt;div:last-child {
    display: none
}

.section-with-left-nav .sticky-nav ul {
    width: 100%;
    max-width: 212px;
    padding-left: 0;
    list-style-type: none
}

.section-with-left-nav .sticky-nav ul li {
    padding-left: 0;
    padding: 9px 16px;
    margin-top: 6px
}

.section-with-left-nav .sticky-nav ul li a {
    font-family: "poppins-semibold";
    font-size: 16px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    text-decoration: none
}

.section-with-left-nav .sticky-nav ul li a i {
    display: none
}

.section-with-left-nav .sticky-nav ul li.active {
    background-color: #d6e4e0;
    border-radius: 3px
}

.section-with-left-nav .sticky-nav ul li.active a {
    color: #00573d
}

.section-with-left-nav .sticky-nav ul li.active i {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px
}

.section-with-left-nav .sticky-nav.hide {
    z-index: -1
}

.scroll-separator.header {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 24px
}

.scroll-separator.header span {
    font-family: "poppins-bold";
    font-size: 16px;
    line-height: 19px;
    color: #575f65;
    font-style: normal;
    font-weight: normal;
    padding: 0 24px 0 0
}

@media screen and (max-width: 1656px) {
    .section-with-left-nav .column1 {
        padding-left:15px
    }
}

@media screen and (max-width: 1368px) {
    .section-with-left-nav .column2 {
        -ms-flex:0 0 82.3%;
        flex: 0 0 82.3%;
        max-width: 82.3%
    }

    .section-with-left-nav .column2 .progressbar {
        margin-left: 0
    }

    .scroll-separator.header {
        margin-left: 16px;
        margin-right: 16px;
        max-width: calc(100% - 32px)
    }
}

@media screen and (max-width: 991px) {
    .section-with-left-nav {
        padding-top:0
    }

    .section-with-left-nav .column1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .section-with-left-nav .column2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .section-with-left-nav .column2 .progressbar {
        margin-bottom: 80px
    }

    .section-with-left-nav .sticky-nav {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 62px 0 0 0
    }

    .section-with-left-nav .sticky-nav&gt;div:first-child {
        display: none
    }

    .section-with-left-nav .sticky-nav&gt;div:last-child {
        display: block;
        position: fixed;
        top: 81px;
        width: 74%;
        max-width: 300px;
        z-index: 1;
        left: 0
    }

    .section-with-left-nav .sticky-nav&gt;div:last-child .custom-dropdown {
        background-color: #d6e4e0
    }

    .section-with-left-nav .sticky-nav&gt;div:last-child .custom-dropdown&gt;a {
        line-height: 24px;
        height: 41px;
        padding: 4px 19px
    }

    .section-with-left-nav .sticky-nav&gt;div:last-child .custom-dropdown&gt;a .list-label,.section-with-left-nav .sticky-nav&gt;div:last-child .custom-dropdown&gt;a .list-value {
        color: #00573d;
        font-family: "poppins-semibold";
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 90%;
        max-height: 28px
    }

    .section-with-left-nav .sticky-nav&gt;div:last-child .custom-dropdown&gt;a .list-value {
        padding-top: 5px
    }

    .section-with-left-nav .sticky-nav&gt;div:last-child .custom-dropdown&gt;a i {
        font-size: 22px;
        top: 9px;
        right: 15px
    }

    .section-with-left-nav .sticky-nav&gt;div:last-child .custom-dropdown&gt;a:active {
        background-color: #d6e4e0
    }

    .section-with-left-nav .sticky-nav&gt;div:last-child .custom-dropdown .dropdown-menu {
        padding: 12px 0 12px 0;
        transform: translate3d(0,42px,0) !important;
        -webkit-transform: translate3d(0,42px,0) !important
    }

    .section-with-left-nav .sticky-nav&gt;div:last-child .custom-dropdown.show a i {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg)
    }

    .section-with-left-nav .sticky-nav&gt;div:last-child .custom-dropdown.show .dropdown-menu a {
        padding: 12px 18px 13px 24px;
        font-family: "poppins-semibold";
        line-height: 24px;
        display: block
    }
}

@media screen and (max-width: 767px) {
    .section-with-left-nav .column2 .row .card-with-image .row&gt;div .card&gt;img {
        max-height:none;
        display: none
    }

    .section-with-left-nav .column2 .row .card-with-image .row&gt;div .card .card-body {
        border-left: none;
        border-right: none;
        border-radius: 0;
        padding: 24px 0 48px 0
    }

    .section-with-left-nav .column2 .row .card-with-image .row&gt;div .card .card-body.no-pad-and-border {
        padding-bottom: 0;
        border: none
    }

    .section-with-left-nav .column2 .row .card-with-image .row&gt;div .card.with-logo .card-body {
        padding: 40px 25px 47px 24px;
        border: solid 1px #dddfe0
    }

    .section-with-left-nav .column2 .row .card-with-image .row&gt;div .card-with-tag {
        margin: 48px 0 0 -16px;
        width: calc(100% + 32px)
    }

    .section-with-left-nav .column2 .row .card-with-image .row:last-child&gt;div:last-child .card .card-body {
        padding-bottom: 0;
        border: none
    }

    .section-with-left-nav .column2 .row .card-with-image .row:last-child&gt;div:last-child .card.with-logo .card-body {
        padding: 40px 25px 47px 24px;
        border: solid 1px #dddfe0
    }

    .section-with-left-nav .column2 .row .progressbar {
        margin-bottom: 96px;
        text-align: center;
        width: 80%;
        margin-left: 10%
    }

    .section-with-left-nav .column2 .scroll-separator.header span {
        float: none;
        padding: 0 24px 0 0;
        top: 7px
    }

    .section-with-left-nav .column2 .scroll-separator.no-text {
        display: none
    }
}

.alert {
    max-width: 1608px;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%
}

.alert .alerts-tab {
    padding: 10px 10px 13px 88px;
    background: #f4f4f4 0% 0% no-repeat padding-box;
    margin: 0 0 40px 0
}

.alert .alerts-tab&gt;div {
    position: relative
}

.alert .alerts-tab&gt;div .left-align {
    position: absolute;
    left: 0;
    top: 7px
}

.alert .alerts-tab&gt;div&gt;div {
    max-width: calc(100% - 90px);
    margin-left: 45px;
    padding-top: 7px
}

.alert .alerts-tab&gt;div&gt;div h6 {
    display: inline
}

.alert .alerts-tab&gt;div .right-align {
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer
}

.alert .alerts-tab.info {
    border-bottom: 6px solid #00573d
}

.alert .alerts-tab.info&gt;div h6 {
    color: #00573d
}

.alert .alerts-tab.error {
    border-bottom: 6px solid #c92d0e
}

.alert .alerts-tab.error&gt;div h6 {
    color: #c92d0e
}

.alert .alerts-tab.warning {
    border-bottom: 6px solid #e8ad16;
    background-color: #2d373e
}

.alert .alerts-tab.warning&gt;div h6 {
    color: #e8ad16
}

.alert .alerts-tab.warning p.small {
    color: #fff
}

.alert .alerts-tab.success {
    border-bottom: 6px solid #088921
}

.alert .alerts-tab.success&gt;div h6 {
    color: #088921
}

.alert .alerts-tab .alert-text {
    max-width: calc(100% - 70px);
    padding-left: 45px
}

.alert .alerts-tab .alert-text&gt;p.small {
    margin-bottom: 0
}

.alert .alerts-tab .alert-text&gt;p.small&gt;a.link {
    text-decoration: underline
}

@media screen and (max-width: 991px) {
    .alert {
        margin:0 -15px;
        width: calc(100% + 30px)
    }

    .alert .alerts-tab {
        padding: 17px 10px 13px 41px
    }
}

@media screen and (max-width: 767px) {
    .alert .alerts-tab {
        padding:11px 16px 9px 17px
    }

    .alert .alerts-tab&gt;div .left-align {
        display: none
    }

    .alert .alerts-tab&gt;div&gt;div {
        max-width: calc(100% - 70px);
        margin: 0
    }

    .alert .alerts-tab .alert-text {
        padding: 0
    }
}

.table-section .mob-slider {
    display: none
}

.table-section .table-container {
    max-width: 1336px;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 80px
}

.table-section .table-container table {
    border-collapse: separate;
    padding: 0;
    border-spacing: 0
}

.table-section .table-container table h6,.table-section .table-container table p {
    margin-bottom: 0
}

.table-section .table-container table th,.table-section .table-container table td {
    border: 1px solid #fff
}

.table-section .table-container table thead {
    border: none
}

.table-section .table-container table thead tr {
    display: flex
}

.table-section .table-container table thead tr th {
    padding: 22px 24px;
    background: #ffd520 0% 0% no-repeat padding-box
}

.table-section .table-container table tbody tr {
    display: flex
}

.table-section .table-container table tbody tr:nth-child(even) td {
    background-color: #f4f4f4
}

.table-section .table-container table tbody tr td {
    padding: 13.5px 24px
}

.table-section .table-container.with-theme-bg table tbody tr td {
    background-color: rgba(255,213,32,.2)
}

.table-section .table-container.with-theme-bg table tbody tr:nth-child(even) td {
    background-color: rgba(255,213,32,.44)
}

.table-section .table-container.with-theme-bg.compare-table table thead tr:first-child th:first-child {
    background-color: #2d373e
}

.table-section .table-container.with-theme-bg.compare-table table thead tr:first-child th:first-child h6 {
    color: #fff
}

.table-section .table-container.with-theme-bg.compare-table table tbody tr td {
    text-align: center
}

.table-section .table-container.with-theme-bg.compare-table table tbody tr td:first-child {
    background-color: #fff;
    text-align: left
}

.table-section .table-container.with-theme-bg.compare-table table tbody tr:nth-child(even) td:first-child {
    background-color: #f4f4f4
}

@media screen and (max-width: 767px) {
    .table-section.sliding-table .mob-slider {
        display:block;
        padding: 0 18px;
        margin: 0 0 6px 0;
        background-color: #f4f4f4;
        border-radius: 3px;
        float: right
    }

    .table-section.sliding-table .mob-slider i {
        font-size: 28px;
        color: #707070
    }

    .table-section.sliding-table .table-container {
        width: calc(100% + 30px);
        margin-left: -15px;
        overflow: hidden;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .table-section.sliding-table .table-container::-webkit-scrollbar {
        display: none
    }

    .table-section.sliding-table .table-container table {
        padding: 0 15px
    }

    .table-section.sliding-table .table-container table th,.table-section.sliding-table .table-container table td {
        min-width: 220px
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .table td,.table th {
        display: inline-block
    }
}

header {
    padding: 0;
    position: relative;
    width: 100%;
    height: 120px
}

header .header-content-container {
    position: fixed;
    padding: 20px 15px 15px 15px;
    max-width: 100%
}

header .header-content-container&gt;.row {
    max-width: 1608px;
    margin: 0 auto
}

header .header-content-container&gt;.row .col-l {
    padding-left: 0
}

header .header-content-container&gt;.row .col-r {
    padding-right: 0
}

footer {
    padding: 23px 16px 30px 16px;
    /*position: fixed;*/
    width: 100%;
    bottom: 0;
    background: #fff;
    z-index: 11;
    border-top: solid 1px #dddfe0
}

footer .footer-content-container {
    max-width: 1336px;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%
}

footer .footer-content-container .row&gt;div {
    padding: 0
}

footer .footer-content-container .row&gt;div p {
    margin-bottom: 0
}

footer .footer-content-container .row&gt;div .terms-links a {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    margin-right:10px;
}

.section-with-left-nav.renewal-page {
    max-width: 1336px;
    /*padding-top: 110px*/
}

.section-with-left-nav.renewal-page .column1 {
    flex: 0 0 20.4%;
    max-width: 20.4%;
    padding-left: 0
}

.section-with-left-nav.renewal-page .column1 .sticky-nav {
    max-width: 272px;
    min-width: 250px;
    padding-right: 30px;
    border-right: solid 1px #dddfe0;
    z-index: 10
}

.section-with-left-nav.renewal-page .column1 .sticky-nav&gt;div:first-child {
    display: block;
    height: 100vh
}

.section-with-left-nav.renewal-page .column1 .sticky-nav&gt;div:first-child ul:first-child li {
    padding-top: 0;
    margin-top: 0
}

.section-with-left-nav.renewal-page .column1 .sticky-nav&gt;div:first-child ul:first-child li .progressbar label {
    margin-top: 0
}

.section-with-left-nav.renewal-page .column1 .sticky-nav ul {
    max-width: 239px
}

.section-with-left-nav.renewal-page .column1 .sticky-nav ul li {
    padding-left: 0;
    padding-right: 0
}

.section-with-left-nav.renewal-page .column1 .sticky-nav ul li.active {
    color: #088921;
    font-family: "poppins-bold";
    background-color: transparent
}

.section-with-left-nav.renewal-page .column1 .sticky-nav ul li.inactive {
    opacity: .2;
    pointer-events: none
}

.section-with-left-nav.renewal-page .column1 .sticky-nav ul.terms-links li,.section-with-left-nav.renewal-page .column1 .sticky-nav ul.terms-links a {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

.section-with-left-nav.renewal-page .column1 .sticky-nav ul.terms-links a {
    text-decoration: underline
}

.section-with-left-nav.renewal-page .column1 .sticky-nav ul.terms-links p {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0
}

.section-with-left-nav.renewal-page .renewal-form {
    padding-bottom: 200px;
    flex: 0 0 79.6%;
    max-width: 79.6%;
    padding-left: 10.2%;
    padding-right: 15px
}

.section-with-left-nav.renewal-page .renewal-form .sections {
    max-width: 656px
}

.section-with-left-nav.renewal-page .renewal-form .sections .step-status {
    color: #00573d;
    margin-bottom: 20px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div {
    display: flex;
    margin-bottom: 38px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .icon {
    width: 44px;
    height: 44px;
    background-color: #088921;
    border-radius: 50%;
    font-family: "poppins-bold";
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    padding: 9px 15px;
    text-align: center
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc {
    padding: 26px 16px;
    box-shadow: 0 2px 20px rgba(45,55,94,.078);
    border-radius: 3px;
    margin-left: 10px;
    max-width: 602px;
    width: 100%
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc p {
    font-family: "poppins-regular";
    font-size: 20px;
    line-height: 30px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc p.small {
    font-size: 16px;
    line-height: 28px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc h6 {
    margin-bottom: 32px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc h6 span {
    font-family: "poppins-regular"
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc h6.heading {
    color: #00573d;
    padding: 16px 0;
    margin-bottom: 16px;
    border-top: 1px solid rgba(49,119,170,.16);
    border-bottom: 1px solid rgba(49,119,170,.16)
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc ol {
    padding-top: 16px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: lower-alpha;
    counter-reset: list1
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc ol li {
    padding-left: 0;
    list-style: none
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc ol li:before {
    content: counter(list1,lower-alpha) ". ";
    counter-increment: list1;
    padding-right: 10px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc ol li:nth-child(n+2) {
    margin-top: 12px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc ol li span {
    display: inline-block;
    max-width: calc(100% - 30px);
    vertical-align: top
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc ol ol {
    list-style: decimal;
    counter-reset: list2;
    padding-left: 15px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc ol ol li {
    list-style: none;
    padding-left: 10px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc ol ol li:before {
    content: "(" counter(list2,decimal) ") ";
    counter-increment: list2;
    padding-right: 1px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc ol ol ol {
    list-style: lower-roman;
    counter-reset: list3;
    padding-left: 15px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc ol ol ol li {
    list-style: none
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc ol ol ol li:before {
    content: "(" counter(list3,lower-roman) ") ";
    counter-increment: list3;
    padding-right: 1px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc ul {
    padding-top: 16px;
    padding-left: 18px;
    margin-bottom: 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc ul li {
    padding-left: 10px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc ul li:nth-child(n+2) {
    margin-top: 12px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc ul.bulleted {
    padding: 12px 0 0 10px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc ul.bulleted li {
    list-style-type: none;
    position: relative;
    padding-left: 28px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 32px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc ul.bulleted li::before {
    content: "Ã¢â€“Âº ";
    position: absolute;
    top: 0;
    left: -10px;
    color: #e8ad16
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc ul.bulleted li:nth-child(n+2) {
    margin-top: 12px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc .form-sec-repeat {
    margin-top: 60px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc .form-sec-repeat .heading {
    text-transform: capitalize
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .desc .form-sec-repeat .heading span {
    font-family: "poppins-bold";
    text-transform: capitalize
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .add-addr-btn {
    width: 100%;
    padding: 16px 16px 46px 16px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .add-addr-btn .custom-btn {
    border: none;
    background: #fff;
    padding: 19px 35px;
    width: 100%
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div .add-addr-btn .custom-btn i {
    color: #088921;
    margin-right: 5px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.with-bg {
    background-color: #f4f4f4;
    border-radius: 3px;
    display: block
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.with-bg .icon {
    display: none
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.with-bg .desc {
    box-shadow: none;
    margin-left: 0;
    max-width: 100%;
    padding: 26px 16px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.with-bg .desc .heading {
    margin-bottom: 36px;
    position: relative
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.with-bg .desc .heading .custom-btn {
    position: absolute;
    right: 0;
    top: 1.5px;
    border: none;
    background: #fff;
    padding: 12px 35px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.with-bg .desc .heading .custom-btn i {
    color: #088921;
    margin-right: 5px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.with-bg .desc .form-sec {
    margin-bottom: 16px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.with-bg .desc .form-sec.wrap {
    font-size: 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.with-bg .desc .form-sec.wrap&gt;div {
    width: 48%;
    display: inline-block
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.with-bg .desc .form-sec.wrap&gt;div.row-lbl {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 28px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    padding: 10px 18px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.with-bg .desc .form-sec.wrap&gt;div:last-child {
    float: right
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.with-bg .desc .form-sec.last {
    padding: 24px 0;
    border-top: 1px solid rgba(49,119,170,.16);
    border-bottom: 1px solid rgba(49,119,170,.16)
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.with-bg .desc .form-sec:last-of-type {
    margin-bottom: 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.with-border .desc {
    border-left: 6px solid #ffd520
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form .icon {
    display: none
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form .desc {
    max-width: none;
    margin-left: 0;
    box-shadow: none;
    padding: 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form .desc h6 {
    margin: 16px 0 32px 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form .desc hr {
    margin-bottom: 4px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form .desc .readonly-box-wrap {
    padding-bottom: 16px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form .desc .readonly-box-wrap:last-of-type {
    padding-bottom: 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form .desc .readonly-box-wrap .readonly-box {
    opacity: .8
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form .desc .readonly-box-wrap .readonly-box-lbl {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 18px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    opacity: .8;
    padding: 7px 0 0 18px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form.tabular .desc&gt;h6 {
    margin: 4px 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form.tabular .desc .readonly-box-wrap {
    font-size: 0;
    border-top: 1px solid rgba(49,119,170,.16);
    padding-top: 16px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form.tabular .desc .readonly-box-wrap .readonly-box {
    display: inline-block;
    width: 50%;
    vertical-align: top
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form.tabular .desc .readonly-box-wrap .readonly-box.lbl {
    border: none
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form.tabular .desc .readonly-box-wrap&gt;div:nth-child(1) {
    border-radius: 3px 0 0 3px;
    border-right: none
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form.tabular .desc .readonly-box-wrap&gt;div:nth-child(2) {
    border-radius: 0 3px 3px 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form.tabular .desc .readonly-box-wrap.header {
    background-color: #f4f4f4;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 4px;
    border: none
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form.tabular .desc .readonly-box-wrap.header .readonly-box {
    font-family: "poppins-bold";
    border: none;
    padding-right: 0;
    height: auto
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form.tabular .desc .readonly-box-wrap.last {
    border: none;
    padding-top: 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form.tabular .desc .readonly-box-wrap.last&gt;div {
    border-radius: 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form.tabular .desc .readonly-box-wrap.last&gt;div:nth-child(1) {
    border-left: none
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form.tabular .desc .readonly-box-wrap.last&gt;div:nth-child(2) {
    border-right: none
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.editable-form .desc .form-sec h6 {
    color: #00573d;
    padding: 16px 0;
    border-top: 1px solid rgba(49,119,170,.16);
    border-bottom: 1px solid rgba(49,119,170,.16)
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.editable-form .desc .form-sec .custom-textbox {
    margin-bottom: 16px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.editable-form .desc .form-sec .custom-textbox:last-of-type {
    margin-bottom: 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.editable-form.tabular .desc .heading {
    margin: 16px 0 4px 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.editable-form.tabular .desc .form-sec {
    font-size: 0;
    border-top: 1px solid rgba(49,119,170,.16);
    padding: 16px 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.editable-form.tabular .desc .form-sec:last-of-type {
    padding-bottom: 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.editable-form.tabular .desc .form-sec&gt;div {
    display: inline-block;
    width: 50%;
    vertical-align: middle
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.editable-form.tabular .desc .form-sec .common-lbl {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 18px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    opacity: .8;
    padding: 7px 0 0 18px;
    margin-bottom: 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.editable-form.tabular .desc .form-sec.header {
    background-color: #dddfe0;
    padding: 0;
    margin-bottom: 4px;
    border: none
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.editable-form.tabular .desc .form-sec.header div {
    font-family: "poppins-bold";
    font-size: 16px;
    line-height: 19px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    border: none;
    padding: 16px 18px;
    height: auto
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.editable-form.tabular .desc .form-sec .row-lbl {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 28px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    padding: 0 18px
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.editable-form.tabular .desc .form-sec .custom-textbox {
    margin-bottom: 0;
    vertical-align: top
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.editable-form.tabular .desc .form-sec.last {
    border-bottom: 1px solid rgba(49,119,170,.16);
    padding: 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.editable-form.tabular .desc .form-sec.last&gt;div {
    padding: 16px 18px;
    line-height: 19px;
    font-family: "poppins-bold"
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.editable-form.tabular .desc .form-sec.last&gt;div:last-child {
    border-left: 1px solid rgba(49,119,170,.16)
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.editable-form.tabular .desc hr {
    margin: 0 0 4px 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.plain-text .icon {
    display: none
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.plain-text .desc {
    max-width: 100%;
    box-shadow: none;
    margin-left: 0;
    padding: 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.plain-text .desc ul.plain-list {
    list-style: none;
    padding: 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .q-div.plain-text .desc ul.plain-list li {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    margin-top: 16px
}

.section-with-left-nav.renewal-page .renewal-form .sections .ans-div-wrap {
    width: 100%;
    text-align: right
}

.section-with-left-nav.renewal-page .renewal-form .sections .ans-div-wrap .ans-div {
    padding: 8px 16px;
    background-color: #f4f4f4;
    border: solid 1px #dddfe0;
    border-radius: 3px;
    margin-bottom: 38px;
    position: relative;
    max-width: calc(100% - 54px);
    display: inline-block
}

.section-with-left-nav.renewal-page .renewal-form .sections .ans-div-wrap .ans-div:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: calc(50% - 8.5px);
    right: auto;
    top: auto;
    bottom: -15.5px;
    border: 7.5px solid;
    border-color: #dddfe0 transparent transparent transparent
}

.section-with-left-nav.renewal-page .renewal-form .sections .ans-div-wrap .ans-div:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: calc(50% - 8px);
    right: auto;
    top: auto;
    bottom: -14px;
    border: 7px solid;
    border-color: #f4f4f4 transparent transparent transparent
}

.section-with-left-nav.renewal-page .renewal-form .sections .ans-div-wrap .ans-div p {
    font-family: "poppins-regular";
    font-size: 20px;
    line-height: 30px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .ans-div-wrap .edit-info {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    opacity: .4;
    text-decoration: none;
    padding: 0 48px 0 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .ans-div-wrap .edit-info:hover {
    opacity: 1;
    text-decoration: none
}

.section-with-left-nav.renewal-page .renewal-form .sections .ans-div-wrap .edit-info i {
    margin-left: 8px;
    font-size: 16px
}

.section-with-left-nav.renewal-page .renewal-form .sections .addn-info {
    margin: -22px 0 0 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .addn-info .link {
    display: block;
    padding: 0 50px 0 18px;
    font-family: "poppins-regular";
    text-decoration: underline;
    opacity: .6
}

.section-with-left-nav.renewal-page .renewal-form .sections .addn-info .link.collapsed {
    opacity: 1
}

.section-with-left-nav.renewal-page .renewal-form .sections .addn-info .desc.show {
    margin-bottom: 38px
}

.section-with-left-nav.renewal-page .renewal-form .sections .addn-info .q-div {
    margin-bottom: 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .addn-info .q-div .icon {
    background-color: #ffd520;
    font-size: 22px;
    line-height: 28px;
    padding: 9px 15px;
    color: #2d373e
}

.section-with-left-nav.renewal-page .renewal-form .sections .addn-info .q-div h6 {
    margin-bottom: 0
}

.section-with-left-nav.renewal-page .renewal-form .sections .addn-info .q-div h6.heading {
    margin-bottom: 16px;
    font-family: "poppins-semibold";
    padding: 0;
    border: none
}

.section-with-left-nav.renewal-page .renewal-form .sections .btn-div-wrap {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 81px;
    background: #f4f4f4;
    padding: 23px 15px;
    border-top: solid 1px #dddfe0;
    z-index: 10
}

.section-with-left-nav.renewal-page .renewal-form .sections .btn-div-wrap .btn-div {
    max-width: 1336px;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%
}

.section-with-left-nav.renewal-page .renewal-form .sections .btn-div-wrap .btn-div .btns-wrap {
    display: flex;
    width: 100%;
    max-width: calc(100% - 272px);
    float: right
}

.section-with-left-nav.renewal-page .renewal-form .sections .btn-div-wrap .btn-div .btns-wrap a {
    width: 50%;
    max-width: 378px;
    text-align: left;
    padding: 14.5px 20px 14.5px 6.8%
}

.section-with-left-nav.renewal-page .renewal-form .sections .btn-div-wrap .btn-div .btns-wrap a:last-child {
    margin-left: 36px
}

.section-with-left-nav.renewal-page .renewal-form .sections.completed .btn-div-wrap {
    display: none
}

.exp-page {
    background-color: #f4f4f4;
    border-bottom: #c92d0e solid 6px
}

.exp-page&gt;div {
    max-width: 1608px;
    display: block;
    padding: 0;
    margin: 0 auto;
    width: 100%
}

.exp-page .exp-msg {
    padding: 60px 15px 100px 15px;
    display: flex
}

.exp-page .exp-msg .icon {
    width: 34px;
    height: 34px;
    background-color: #c92d0e;
    border-radius: 50%;
    font-family: "poppins-bold";
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    padding: 4px 11px;
    text-align: center
}

.exp-page .exp-msg .msg {
    padding: 5px 0 0 15px;
    max-width: 85%
}

.exp-page .exp-msg .msg p {
    margin-bottom: 40px
}

.exp-page .exp-msg .msg a {
    display: block;
    margin-bottom: 18px;
    font-family: "poppins-regular";
    font-size: 14px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline
}

@media screen and (max-width: 1608px) {
    header .header-content-container {
        left:0
    }

    footer .footer-content-container .row&gt;div {
        padding: 0 15px
    }
}

@media screen and (max-width: 1336px) {
    .section-with-left-nav.renewal-page .column1 {
        padding-left:15px
    }
}

@media screen and (max-width: 991px) {
    header {
        height:80px
    }

    header .header-content-container {
        padding: 15px 15px
    }

    .section-with-left-nav.renewal-page {
        padding-top: 0
    }

    .section-with-left-nav.renewal-page .column1 .sticky-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 0;
        min-width: auto;
        max-width: 100%;
        border: none;
        background: #fff;
        z-index: 1000;
        max-height: calc(100% - 80px);
        overflow-y: auto
    }

    .section-with-left-nav.renewal-page .column1 .sticky-nav::-webkit-scrollbar {
        display: none
    }

    .section-with-left-nav.renewal-page .column1 .sticky-nav&gt;div:first-child {
        display: none
    }

    .section-with-left-nav.renewal-page .column1 .sticky-nav&gt;div:last-child {
        position: relative;
        top: auto;
        bottom: 0;
        max-width: none;
        width: 100%;
        z-index: 11;
        padding: 25px 15px;
        border-top: solid 6px #088921;
        min-height: 75px
    }

    .section-with-left-nav.renewal-page .column1 .sticky-nav&gt;div:last-child .accordion-content.collapse.show {
        min-height: calc(100vh - 136px)
    }

    .section-with-left-nav.renewal-page .column1 .sticky-nav&gt;div:last-child .accordion-content .btn-close {
        width: 100%;
        display: inline-block;
        font-family: "poppins-regular";
        font-size: 12px;
        line-height: 24px;
        color: #2d373e;
        font-style: normal;
        font-weight: normal;
        margin-bottom: 40px
    }

    .section-with-left-nav.renewal-page .column1 .sticky-nav&gt;div:last-child .accordion-content .btn-close i {
        float: right
    }

    .section-with-left-nav.renewal-page .column1 .sticky-nav&gt;div:last-child .rwl-nav-btn {
        font-size: 25px;
        margin: 0;
        text-align: right;
        position: fixed;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 16px 15px;
        background: #fff;
        display: none
    }

    .section-with-left-nav.renewal-page .column1 .sticky-nav&gt;div:last-child .rwl-nav-btn.collapsed {
        display: block
    }

    .section-with-left-nav.renewal-page .column1 .sticky-nav&gt;div:last-child .rwl-nav-btn i {
        margin: 0
    }

    .section-with-left-nav.renewal-page .column1 .sticky-nav ul {
        max-width: 100%
    }

    .section-with-left-nav.renewal-page .column1 .sticky-nav ul li {
        font-size: 20px
    }

    .section-with-left-nav.renewal-page .column1 .sticky-nav ul.terms-links {
        margin-top: 55px;
        border-top: solid 1px #dddfe0;
        padding-top: 9px
    }

    .section-with-left-nav.renewal-page .column1 .sticky-nav ul.terms-links li:last-child {
        border-top: solid 1px #dddfe0;
        padding: 13px 0 0 0;
        margin-top: 15px
    }

    .section-with-left-nav.renewal-page .renewal-form {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 60px 15px 250px 15px
    }

    .section-with-left-nav.renewal-page .renewal-form .sections {
        max-width: none
    }

    .section-with-left-nav.renewal-page .renewal-form .sections .btn-div-wrap {
        padding: 30px 15px 9px 15px;
        bottom: 75px
    }

    .section-with-left-nav.renewal-page .renewal-form .sections .btn-div-wrap .btn-div .btns-wrap {
        max-width: 100%;
        display: block
    }

    .section-with-left-nav.renewal-page .renewal-form .sections .btn-div-wrap .btn-div .btns-wrap a {
        width: 100%;
        max-width: 100%;
        padding: 16px 16px 16px 47px
    }

    .section-with-left-nav.renewal-page .renewal-form .sections .btn-div-wrap .btn-div .btns-wrap a:first-child {
        margin-bottom: 10px
    }

    .section-with-left-nav.renewal-page .renewal-form .sections .btn-div-wrap .btn-div .btns-wrap a:last-child {
        margin-left: 0
    }

    footer.row {
        display: none
    }
}

@media screen and (max-width: 575px) {
    .section-with-left-nav.renewal-page .renewal-form .sections .q-div.with-bg {
        width:calc(100% + 30px);
        margin-left: -15px
    }

    .section-with-left-nav.renewal-page .renewal-form .sections .q-div.with-bg .desc {
        box-shadow: none
    }

    .section-with-left-nav.renewal-page .renewal-form .sections .q-div.with-bg.tabular .desc .readonly-box-wrap.header .readonly-box {
        font-size: 12px
    }

    .section-with-left-nav.renewal-page .renewal-form .sections .q-div.with-bg,.section-with-left-nav.renewal-page .renewal-form .sections .q-div .editable-form {
        min-height: calc(100vh - 320px)
    }

    .section-with-left-nav.renewal-page .renewal-form .sections .q-div.readonly-form .desc {
        padding: 0
    }

    .section-with-left-nav.renewal-page .renewal-form .sections .ans-div-wrap .edit-info {
        padding: 10px 0 0 0;
        float: left
    }

    .modal.location-modal .modal-header .close {
        float: right;
        padding: 0 16px;
        margin: 0 0 0 auto;
        width: auto
    }
}

.custom-textbox, .comma-format, input[type=text] {
    text-align: left !important
}

#btnSubmit {
    margin-bottom: 20px
}

.q-div.readonly-details .desc {
    box-shadow: none !important
}

.q-div.readonly-details .icon {
    display: none !important
}

.spinner-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    overflow-x: hidden;
    transition: .5s
}

.spinner-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.app-spinner {
    width: 3rem;
    height: 3rem
}

#WC_RenewalReadOnlyContractType {
    pointer-events: all;
    overflow-x: auto;
    display: block
}

#WC_RenewalReadOnlyContractType div.desc {
    min-width: 900px
}

#ReadOnlyContractType {
    pointer-events: all;
    overflow-x: auto;
    display: block
}

#ReadOnlyContractType div.desc {
    min-width: 900px
}

.error-abn {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 24px;
    color: #c92d0e;
    font-style: normal;
    font-weight: normal;
    padding-left: 18px
}

.form-links {
    display: none !important;
    margin-top: 100px;
    margin-bottom: 30px
}

@media screen and (max-width: 991px) {
    .form-links {
        display:block !important
    }
}

.form-links ul {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    list-style-type: none
}

.form-links ul li {
    padding-left: 0;
    padding: 9px 16px;
    margin-top: 6px
}

.form-links ul li {
    padding-left: 0;
    padding-right: 0
}

.form-links ul li a {
    font-family: "poppins-semibold";
    font-size: 16px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    text-decoration: none
}

.form-links ul.terms-links li,.form-links ul.terms-links a {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal
}

.form-links ul.terms-links a {
    text-decoration: underline
}

.form-links ul.terms-links a:hover {
    text-decoration: underline
}

.form-links ul.terms-links p {
    font-family: "poppins-regular";
    font-size: 12px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0
}

.form-links ul.terms-links {
    margin-top: 55px;
    border-top: solid 1px #dddfe0;
    padding-top: 9px
}

.form-links ul.terms-links li:last-child {
    border-top: solid 1px #dddfe0;
    padding: 13px 0 0 0;
    margin-top: 15px
}

.iti {
    position: relative;
    display: inline-block
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,.iti input[type=text],.iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media(max-width: 500px) {
    .iti__country-list {
        white-space:normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: none
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0,0,0,.05)
}

.iti__flag-box,.iti__country-name,.iti__dial-code {
    vertical-align: middle
}

.iti__flag-box,.iti__country-name {
    margin-right: 6px
}

.iti--allow-dropdown input,.iti--allow-dropdown input[type=text],.iti--allow-dropdown input[type=tel],.iti--separate-dial-code input,.iti--separate-dial-code input[type=text],.iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0,0,0,.05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0,0,0,.05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media(-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti__flag {
        background-size:5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url("/HIAIS_Renewals/media/HIAISRenewal/flags.png");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media(-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .iti__flag {
        background-image:url("/HIAIS_Renewals/media/HIAISRenewal/flags@2x.png")
    }
}

.iti__flag.iti__np {
    background-color: transparent
}


.custom-textbox, input[type=text] {
    text-align: left !important;
}

.requiredfield::after {
    content: "*";
    color: red;
}
.sections {
    display: none;
}
.sections.active {
    display: block;
}
.prev {
    float: left;
}
.next {
    float: right;
}
.submit {
    float: right;
}

.custom-textbox .input-area {
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
    color: #2d373e;
    font-style: normal;
    font-weight: normal;
    box-shadow: 0 2px 20px rgba(45,55,94,.078);
    border-radius: 3px;
    padding: 0 46px 0 18px;
    width: 100%;
    -webkit-appearance: none
}
.anchor-text-clr {
    color: #abafb2;
}

.message-content {
    color: #dc3545 !important;
    display: none;
    margin-top: 50px;
    text-align: center;
    font-family: "poppins-regular";
    font-size: 16px;
    line-height: 24px;
}
.file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
    font-size: 1rem;
    margin-right: 10px;
}

.delete-file {
    font-size: 1rem;
    color: red;
    text-decoration: none;
    margin-left: 15px;
    cursor: pointer;
}

.view-file {
    font-size: 1rem;
    color: red;
    text-decoration: none;
    margin-left: auto;
    cursor: pointer;
}

.file-item {
    display: flex;
    list-style-type: none;
    margin-bottom: 5px;
}

.BrowseContainer {
    box-shadow: 0 2px 20px rgb(45 55 94 / 8%);
    font-family: "poppins-semibold";
}

@media screen and (min-width: 768px) {
    .FileUploadContainer {
        width: 600px;
    }
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
}

    .file-upload-wrapper::after {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        padding: 10px 15px;
        display: block;
        width: calc(100% - 40px);
        pointer-events: none;
        z-index: 20;
        height: auto;
        line-height: 1;
        color: #999;
        font-weight: 300;
    }

    .file-upload-wrapper::before {
        content: 'Browse';
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        height: 100%;
        background: #088921;
        color: #fff;
        z-index: 25;
        line-height: 40px;
        padding: 0 15px;
        pointer-events: none;
    }

    .file-upload-wrapper:hover::before {
        background: #3f9f69;
    }

input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 50px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.q-section {
    border: 1px solid rgba(49,119,170,.16);
}

.Number_of_storeys .assistive-text span {
    text-wrap: nowrap;
}
.typeahead.dropdown-menu {
    width: 100%;
}
.typeahead.dropdown-menu li a {
    color: #088921 !important;
}
.typeahead.dropdown-menu li :hover {
background-color: #088921;
color: white !important;
}
.checkbox-pair {
    margin-right: 10px;
}
.checkbox-container, input[type=checkbox] {
    position: relative;
    display: inline-flex;
    position: relative;
    display: block !important;
    float: left;
    clear: both;
}
.modal-backdrop {
    top: 120px;
}
.curr-prefix-section::before {
    content: "$";
    padding-top: 0px;
    padding-left: 26px;
    margin-top: 13px;
    font-size: 16px;
    font-family: "poppins-regular";
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.hw-heading {
    line-height: 19px;
    font-size: 16px;
}</pre></body></html>