/* Minification failed. Returning unminified contents.
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(30,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(31,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(34,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(36,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*!* Bootstrap v4.1.3 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #16b6d2;
    --secondary: #ff6f80;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --tertiary: #ffea5c;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1600px;
    --font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #8491a5;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    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
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: inherit
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

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: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #16b6d2;
    text-decoration: none
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: 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
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox
}

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-cancel-button,
[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-family: Muli, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: #262f3c
}

h1,
.h1 {
    font-size: 65px
}

h2,
.h2 {
    font-size: 53px
}

h3,
.h3 {
    font-size: 39px
}

h4,
.h4 {
    font-size: 22px
}

h5,
.h5 {
    font-size: 17px
}

h6,
.h6 {
    font-size: 15px
}

.lead {
    font-size: 24px;
    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 #ebebeb
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: 5px 10px;
    background-color: #16b6d2
}

.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: 5px
}

.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: "\2014 \00A0"
}

.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: 90%;
    color: #3f4856;
    word-break: break-word
}

a>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: 90%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:1600px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xxl-first {
        order: -1
    }
    .order-xxl-last {
        order: 13
    }
    .order-xxl-0 {
        order: 0
    }
    .order-xxl-1 {
        order: 1
    }
    .order-xxl-2 {
        order: 2
    }
    .order-xxl-3 {
        order: 3
    }
    .order-xxl-4 {
        order: 4
    }
    .order-xxl-5 {
        order: 5
    }
    .order-xxl-6 {
        order: 6
    }
    .order-xxl-7 {
        order: 7
    }
    .order-xxl-8 {
        order: 8
    }
    .order-xxl-9 {
        order: 9
    }
    .order-xxl-10 {
        order: 10
    }
    .order-xxl-11 {
        order: 11
    }
    .order-xxl-12 {
        order: 12
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333%
    }
    .offset-xxl-2 {
        margin-left: 16.66667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333%
    }
    .offset-xxl-5 {
        margin-left: 41.66667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333%
    }
    .offset-xxl-8 {
        margin-left: 66.66667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333%
    }
    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table th,
.table td {
    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 .table {
    background-color: #fff
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #beebf2
}

.table-hover .table-primary:hover {
    background-color: #a9e4ee
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a9e4ee
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #ffd7db
}

.table-hover .table-secondary:hover {
    background-color: #ffbec4
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #ffbec4
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-tertiary,
.table-tertiary>th,
.table-tertiary>td {
    background-color: #fff9d1
}

.table-hover .table-tertiary:hover {
    background-color: #fff6b8
}

.table-hover .table-tertiary:hover>td,
.table-hover .table-tertiary:hover>th {
    background-color: #fff6b8
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e
}

.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 {
    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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

@media(max-width:1599.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xxl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 15px;
    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 screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

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(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 17px;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 13px;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 17px;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #77d216
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 5px 10px;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.6;
    color: #212529;
    background-color: #77d216;
    border-radius: .25rem
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #77d216;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem/4);
    background-size: calc(2.25rem/2) calc(2.25rem/2);
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyMyOGE3NDUnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #77d216;
    box-shadow: 0 0 0 .2rem rgba(119, 210, 22, .25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem/4) right calc(2.25rem/4)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #77d216;
    padding-right: 2.25rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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") no-repeat center right 2.025rem/calc(2.25rem/2) calc(2.25rem/2)
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #77d216;
    box-shadow: 0 0 0 .2rem rgba(119, 210, 22, .25)
}

.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #77d216
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #77d216
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    background-color: #b6f177
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    background-color: #90e932
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(119, 210, 22, .25)
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #77d216
}

.was-validated .custom-file-input:valid~.custom-file-label::after,
.custom-file-input.is-valid~.custom-file-label::after {
    border-color: inherit
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(119, 210, 22, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #ec4242
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 5px 10px;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.6;
    color: #fff;
    background-color: #ec4242;
    border-radius: .25rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #ec4242;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem/4);
    background-size: calc(2.25rem/2) calc(2.25rem/2);
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNkYzM1NDUnIHZpZXdCb3g9Jy0yIC0yIDcgNyc+PHBhdGggc3Ryb2tlPScjZDk1MzRmJyBkPSdNMCAwbDMgM20wLTNMMCAzJy8+PGNpcmNsZSByPScuNScvPjxjaXJjbGUgY3g9JzMnIHI9Jy41Jy8+PGNpcmNsZSBjeT0nMycgcj0nLjUnLz48Y2lyY2xlIGN4PSczJyBjeT0nMycgcj0nLjUnLz48L3N2Zz4=)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #ec4242;
    box-shadow: 0 0 0 .2rem rgba(236, 66, 66, .25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: 2.25rem;
    background-position: top calc(2.25rem/4) right calc(2.25rem/4)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #ec4242;
    padding-right: 2.25rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") no-repeat center right 2.025rem/calc(2.25rem/2) calc(2.25rem/2)
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #ec4242;
    box-shadow: 0 0 0 .2rem rgba(236, 66, 66, .25)
}

.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #ec4242
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #ec4242
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    background-color: #f8b6b6
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    background-color: #f17070
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(236, 66, 66, .25)
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #ec4242
}

.was-validated .custom-file-input:invalid~.custom-file-label::after,
.custom-file-input.is-invalid~.custom-file-label::after {
    border-color: inherit
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(236, 66, 66, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 35px;
    transition: all .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover,
.btn:focus {
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0
}

.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: #16b6d2;
    border-color: #16b6d2
}

.btn-primary:hover {
    color: #fff;
    background-color: #1298af;
    border-color: #118ea4
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(22, 182, 210, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #16b6d2;
    border-color: #16b6d2
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #118ea4;
    border-color: #108498
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(22, 182, 210, .5)
}

.btn-secondary {
    color: #212529;
    background-color: #ff6f80;
    border-color: #ff6f80
}

.btn-secondary:hover {
    color: #fff;
    background-color: #ff495e;
    border-color: #ff3c53
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 111, 128, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #212529;
    background-color: #ff6f80;
    border-color: #ff6f80
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ff3c53;
    border-color: #ff2f48
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 111, 128, .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 {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .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>.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>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .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 {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .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>.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>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .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 {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .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>.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>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .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 {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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>.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>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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 {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .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>.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>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .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 {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .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>.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>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-tertiary {
    color: #212529;
    background-color: #ffea5c;
    border-color: #ffea5c
}

.btn-tertiary:hover {
    color: #212529;
    background-color: #ffe536;
    border-color: #ffe329
}

.btn-tertiary:focus,
.btn-tertiary.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 234, 92, .5)
}

.btn-tertiary.disabled,
.btn-tertiary:disabled {
    color: #212529;
    background-color: #ffea5c;
    border-color: #ffea5c
}

.btn-tertiary:not(:disabled):not(.disabled):active,
.btn-tertiary:not(:disabled):not(.disabled).active,
.show>.btn-tertiary.dropdown-toggle {
    color: #212529;
    background-color: #ffe329;
    border-color: #ffe21c
}

.btn-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-tertiary:not(:disabled):not(.disabled).active:focus,
.show>.btn-tertiary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 234, 92, .5)
}

.btn-outline-primary {
    color: #16b6d2;
    background-color: transparent;
    background-image: none;
    border-color: #16b6d2
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #16b6d2;
    border-color: #16b6d2
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(22, 182, 210, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #16b6d2;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #16b6d2;
    border-color: #16b6d2
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(22, 182, 210, .5)
}

.btn-outline-secondary {
    color: #ff6f80;
    background-color: transparent;
    background-image: none;
    border-color: #ff6f80
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #ff6f80;
    border-color: #ff6f80
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 111, 128, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #ff6f80;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #ff6f80;
    border-color: #ff6f80
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 111, 128, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    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>.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>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    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>.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>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    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>.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>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    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>.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>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    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>.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>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    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>.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>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-tertiary {
    color: #ffea5c;
    background-color: transparent;
    background-image: none;
    border-color: #ffea5c
}

.btn-outline-tertiary:hover {
    color: #212529;
    background-color: #ffea5c;
    border-color: #ffea5c
}

.btn-outline-tertiary:focus,
.btn-outline-tertiary.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 234, 92, .5)
}

.btn-outline-tertiary.disabled,
.btn-outline-tertiary:disabled {
    color: #ffea5c;
    background-color: transparent
}

.btn-outline-tertiary:not(:disabled):not(.disabled):active,
.btn-outline-tertiary:not(:disabled):not(.disabled).active,
.show>.btn-outline-tertiary.dropdown-toggle {
    color: #212529;
    background-color: #ffea5c;
    border-color: #ffea5c
}

.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-tertiary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 234, 92, .5)
}

.btn-link {
    font-weight: 400;
    color: inherit;
    background-color: transparent
}

.btn-link:hover {
    color: #16b6d2;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #868e96;
    pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 17px;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media screen and (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 screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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: 15px;
    color: #8491a5;
    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-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;
    width: 0;
    height: 0;
    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;
    width: 0;
    height: 0;
    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;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    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^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
    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:hover,
.dropdown-item:focus {
    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;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: 13px;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 0 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 15px;
    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=radio],
.input-group-text input[type=checkbox] {
    margin-top: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 17px;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.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:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.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:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.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>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media(max-width:1599.98px) {
    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1600px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    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>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    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;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDAsIDAsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}

.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:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    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;charset=utf8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    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>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    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(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 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(0.25rem - 1px) calc(0.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
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-img-top,
    .card-group>.card:first-child .card-header {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-img-bottom,
    .card-group>.card:first-child .card-footer {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-img-top,
    .card-group>.card:last-child .card-header {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-img-bottom,
    .card-group>.card:last-child .card-footer {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-img-top,
    .card-group>.card:only-child .card-header {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-img-bottom,
    .card-group>.card:only-child .card-footer {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.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: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0
}

.page-link {
    position: relative;
    display: block;
    padding: 10px;
    margin-left: -2px;
    line-height: 24px;
    color: #777;
    background-color: #fff;
    border: 2px solid #ebebeb
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #16b6d2;
    border-color: #16b6d2
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #16b6d2;
    border-color: #16b6d2
}

.page-item.disabled .page-link {
    color: #8491a5;
    pointer-events: none;
    cursor: auto;
    background-color: #ebebeb;
    border-color: #ebebeb
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 17px;
    line-height: 1.52941
}

.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: 13px;
    line-height: 1.38462
}

.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: 7px 19px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 14px
}

.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: #16b6d2
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #118ea4
}

.badge-secondary {
    color: #212529;
    background-color: #ff6f80
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #ff3c53
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:hover,
.badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:hover,
.badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:hover,
.badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.badge-tertiary {
    color: #212529;
    background-color: #ffea5c
}

.badge-tertiary[href]:hover,
.badge-tertiary[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #ffe329
}

.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: #0b5f6d;
    background-color: #d0f0f6;
    border-color: #beebf2
}

.alert-primary hr {
    border-top-color: #a9e4ee
}

.alert-primary .alert-link {
    color: #06373f
}

.alert-secondary {
    color: #853a43;
    background-color: #ffe2e6;
    border-color: #ffd7db
}

.alert-secondary hr {
    border-top-color: #ffbec4
}

.alert-secondary .alert-link {
    color: #612b31
}

.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
}

.alert-tertiary {
    color: #857a30;
    background-color: #fffbde;
    border-color: #fff9d1
}

.alert-tertiary hr {
    border-top-color: #fff6b8
}

.alert-tertiary .alert-link {
    color: #605822
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    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;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:hover,
.list-group-item:focus {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #0b5f6d;
    background-color: #beebf2
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #0b5f6d;
    background-color: #a9e4ee
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #0b5f6d;
    border-color: #0b5f6d
}

.list-group-item-secondary {
    color: #853a43;
    background-color: #ffd7db
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #853a43;
    background-color: #ffbec4
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #853a43;
    border-color: #853a43
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    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:hover,
.list-group-item-info.list-group-item-action:focus {
    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:hover,
.list-group-item-warning.list-group-item-action:focus {
    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:hover,
.list-group-item-danger.list-group-item-action:focus {
    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:hover,
.list-group-item-light.list-group-item-action:focus {
    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:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.list-group-item-tertiary {
    color: #857a30;
    background-color: #fff9d1
}

.list-group-item-tertiary.list-group-item-action:hover,
.list-group-item-tertiary.list-group-item-action:focus {
    color: #857a30;
    background-color: #fff6b8
}

.list-group-item-tertiary.list-group-item-action.active {
    color: #fff;
    background-color: #857a30;
    border-color: #857a30
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    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: 1
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 14px;
    height: 8px
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
    padding: 8px 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
    top: 0;
    border-width: 8px 7px 0;
    border-top-color: #151515
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
    padding: 0 8px
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
    left: 0;
    width: 8px;
    height: 14px
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
    right: 0;
    border-width: 7px 8px 7px 0;
    border-right-color: #151515
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
    padding: 8px 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    bottom: 0;
    border-width: 0 7px 8px;
    border-bottom-color: #151515
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
    padding: 0 8px
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
    right: 0;
    width: 8px;
    height: 14px
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
    left: 0;
    border-width: 7px 0 7px 8px;
    border-left-color: #151515
}

.tooltip-inner {
    max-width: 230px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #151515;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    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::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
    margin-bottom: .5rem
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^=top] .arrow {
    bottom: calc((0.5rem + 1px) * -1)
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
    border-width: .5rem .5rem 0
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^=top] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
    margin-left: .5rem
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^=right] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^=right] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
    margin-top: .5rem
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^=bottom] .arrow {
    top: calc((0.5rem + 1px) * -1)
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
    border-width: 0 .5rem .5rem
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^=bottom] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=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-left,
.bs-popover-auto[x-placement^=left] {
    margin-right: .5rem
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^=left] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^=left] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    backface-visibility: hidden;
    perspective: 1000px
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
    transition: transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0)
}

@supports(transform-style:preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0)
    }
}

.carousel-item-next,
.active.carousel-item-right {
    transform: translateX(100%)
}

@supports(transform-style:preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0)
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    transform: translateX(-100%)
}

@supports(transform-style:preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0)
}

@supports(transform-style:preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J001LjI1IDBsLTQgNCA0IDQgMS41LTEuNS0yLjUtMi41IDIuNS0yLjUtMS41LTEuNXonLz48L3N2Zz4=)
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGQ9J00yLjc1IDBsLTEuNSAxLjUgMi41IDIuNS0yLjUgMi41IDEuNSAxLjUgNC00LTQtNHonLz48L3N2Zz4=)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    opacity: .5;
    transition: opacity .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.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
}

.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: #16b6d2!important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #118ea4!important
}

.bg-secondary {
    background-color: #ff6f80!important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #ff3c53!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124!important
}

.bg-tertiary {
    background-color: #ffea5c!important
}

a.bg-tertiary:hover,
a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
    background-color: #ffe329!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: #16b6d2!important
}

.border-secondary {
    border-color: #ff6f80!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-tertiary {
    border-color: #ffea5c!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: 0!important
}

.rounded-top {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
}

.rounded-right {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.rounded-bottom {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.rounded-left {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: flex!important
    }
    .d-sm-inline-flex {
        display: inline-flex!important
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: flex!important
    }
    .d-md-inline-flex {
        display: inline-flex!important
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: flex!important
    }
    .d-lg-inline-flex {
        display: inline-flex!important
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: flex!important
    }
    .d-xl-inline-flex {
        display: inline-flex!important
    }
}

@media(min-width:1600px) {
    .d-xxl-none {
        display: none!important
    }
    .d-xxl-inline {
        display: inline!important
    }
    .d-xxl-inline-block {
        display: inline-block!important
    }
    .d-xxl-block {
        display: block!important
    }
    .d-xxl-table {
        display: table!important
    }
    .d-xxl-table-row {
        display: table-row!important
    }
    .d-xxl-table-cell {
        display: table-cell!important
    }
    .d-xxl-flex {
        display: flex!important
    }
    .d-xxl-inline-flex {
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: flex!important
    }
    .d-print-inline-flex {
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row!important
    }
    .flex-sm-column {
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        justify-content: center!important
    }
    .justify-content-sm-between {
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        justify-content: space-around!important
    }
    .align-items-sm-start {
        align-items: flex-start!important
    }
    .align-items-sm-end {
        align-items: flex-end!important
    }
    .align-items-sm-center {
        align-items: center!important
    }
    .align-items-sm-baseline {
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        align-items: stretch!important
    }
    .align-content-sm-start {
        align-content: flex-start!important
    }
    .align-content-sm-end {
        align-content: flex-end!important
    }
    .align-content-sm-center {
        align-content: center!important
    }
    .align-content-sm-between {
        align-content: space-between!important
    }
    .align-content-sm-around {
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        align-content: stretch!important
    }
    .align-self-sm-auto {
        align-self: auto!important
    }
    .align-self-sm-start {
        align-self: flex-start!important
    }
    .align-self-sm-end {
        align-self: flex-end!important
    }
    .align-self-sm-center {
        align-self: center!important
    }
    .align-self-sm-baseline {
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        align-self: stretch!important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row!important
    }
    .flex-md-column {
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        justify-content: center!important
    }
    .justify-content-md-between {
        justify-content: space-between!important
    }
    .justify-content-md-around {
        justify-content: space-around!important
    }
    .align-items-md-start {
        align-items: flex-start!important
    }
    .align-items-md-end {
        align-items: flex-end!important
    }
    .align-items-md-center {
        align-items: center!important
    }
    .align-items-md-baseline {
        align-items: baseline!important
    }
    .align-items-md-stretch {
        align-items: stretch!important
    }
    .align-content-md-start {
        align-content: flex-start!important
    }
    .align-content-md-end {
        align-content: flex-end!important
    }
    .align-content-md-center {
        align-content: center!important
    }
    .align-content-md-between {
        align-content: space-between!important
    }
    .align-content-md-around {
        align-content: space-around!important
    }
    .align-content-md-stretch {
        align-content: stretch!important
    }
    .align-self-md-auto {
        align-self: auto!important
    }
    .align-self-md-start {
        align-self: flex-start!important
    }
    .align-self-md-end {
        align-self: flex-end!important
    }
    .align-self-md-center {
        align-self: center!important
    }
    .align-self-md-baseline {
        align-self: baseline!important
    }
    .align-self-md-stretch {
        align-self: stretch!important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        flex-direction: row!important
    }
    .flex-lg-column {
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        justify-content: center!important
    }
    .justify-content-lg-between {
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        justify-content: space-around!important
    }
    .align-items-lg-start {
        align-items: flex-start!important
    }
    .align-items-lg-end {
        align-items: flex-end!important
    }
    .align-items-lg-center {
        align-items: center!important
    }
    .align-items-lg-baseline {
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        align-items: stretch!important
    }
    .align-content-lg-start {
        align-content: flex-start!important
    }
    .align-content-lg-end {
        align-content: flex-end!important
    }
    .align-content-lg-center {
        align-content: center!important
    }
    .align-content-lg-between {
        align-content: space-between!important
    }
    .align-content-lg-around {
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        align-content: stretch!important
    }
    .align-self-lg-auto {
        align-self: auto!important
    }
    .align-self-lg-start {
        align-self: flex-start!important
    }
    .align-self-lg-end {
        align-self: flex-end!important
    }
    .align-self-lg-center {
        align-self: center!important
    }
    .align-self-lg-baseline {
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        align-self: stretch!important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        flex-direction: row!important
    }
    .flex-xl-column {
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        justify-content: center!important
    }
    .justify-content-xl-between {
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        justify-content: space-around!important
    }
    .align-items-xl-start {
        align-items: flex-start!important
    }
    .align-items-xl-end {
        align-items: flex-end!important
    }
    .align-items-xl-center {
        align-items: center!important
    }
    .align-items-xl-baseline {
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        align-items: stretch!important
    }
    .align-content-xl-start {
        align-content: flex-start!important
    }
    .align-content-xl-end {
        align-content: flex-end!important
    }
    .align-content-xl-center {
        align-content: center!important
    }
    .align-content-xl-between {
        align-content: space-between!important
    }
    .align-content-xl-around {
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        align-content: stretch!important
    }
    .align-self-xl-auto {
        align-self: auto!important
    }
    .align-self-xl-start {
        align-self: flex-start!important
    }
    .align-self-xl-end {
        align-self: flex-end!important
    }
    .align-self-xl-center {
        align-self: center!important
    }
    .align-self-xl-baseline {
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        align-self: stretch!important
    }
}

@media(min-width:1600px) {
    .flex-xxl-row {
        flex-direction: row!important
    }
    .flex-xxl-column {
        flex-direction: column!important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap!important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .flex-xxl-fill {
        flex: 1 1 auto!important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0!important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1!important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1!important
    }
    .justify-content-xxl-start {
        justify-content: flex-start!important
    }
    .justify-content-xxl-end {
        justify-content: flex-end!important
    }
    .justify-content-xxl-center {
        justify-content: center!important
    }
    .justify-content-xxl-between {
        justify-content: space-between!important
    }
    .justify-content-xxl-around {
        justify-content: space-around!important
    }
    .align-items-xxl-start {
        align-items: flex-start!important
    }
    .align-items-xxl-end {
        align-items: flex-end!important
    }
    .align-items-xxl-center {
        align-items: center!important
    }
    .align-items-xxl-baseline {
        align-items: baseline!important
    }
    .align-items-xxl-stretch {
        align-items: stretch!important
    }
    .align-content-xxl-start {
        align-content: flex-start!important
    }
    .align-content-xxl-end {
        align-content: flex-end!important
    }
    .align-content-xxl-center {
        align-content: center!important
    }
    .align-content-xxl-between {
        align-content: space-between!important
    }
    .align-content-xxl-around {
        align-content: space-around!important
    }
    .align-content-xxl-stretch {
        align-content: stretch!important
    }
    .align-self-xxl-auto {
        align-self: auto!important
    }
    .align-self-xxl-start {
        align-self: flex-start!important
    }
    .align-self-xxl-end {
        align-self: flex-end!important
    }
    .align-self-xxl-center {
        align-self: center!important
    }
    .align-self-xxl-baseline {
        align-self: baseline!important
    }
    .align-self-xxl-stretch {
        align-self: stretch!important
    }
}

.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
    }
}

@media(min-width:1600px) {
    .float-xxl-left {
        float: left!important
    }
    .float-xxl-right {
        float: right!important
    }
    .float-xxl-none {
        float: none!important
    }
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: 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:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    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
}

.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-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-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-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-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-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
    }
}

@media(min-width:1600px) {
    .m-xxl-0 {
        margin: 0!important
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0!important
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0!important
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0!important
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0!important
    }
    .m-xxl-1 {
        margin: .25rem!important
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem!important
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem!important
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem!important
    }
    .m-xxl-2 {
        margin: .5rem!important
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem!important
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem!important
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem!important
    }
    .m-xxl-3 {
        margin: 1rem!important
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem!important
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem!important
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem!important
    }
    .m-xxl-4 {
        margin: 1.5rem!important
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem!important
    }
    .m-xxl-5 {
        margin: 3rem!important
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem!important
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem!important
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem!important
    }
    .p-xxl-0 {
        padding: 0!important
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0!important
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0!important
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0!important
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0!important
    }
    .p-xxl-1 {
        padding: .25rem!important
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem!important
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem!important
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem!important
    }
    .p-xxl-2 {
        padding: .5rem!important
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem!important
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem!important
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem!important
    }
    .p-xxl-3 {
        padding: 1rem!important
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem!important
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem!important
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem!important
    }
    .p-xxl-4 {
        padding: 1.5rem!important
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem!important
    }
    .p-xxl-5 {
        padding: 3rem!important
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem!important
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem!important
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem!important
    }
    .m-xxl-auto {
        margin: auto!important
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto!important
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto!important
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto!important
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto!important
    }
}

.text-monospace {
    font-family: Menlo, Monaco, Consolas, liberation mono, courier new, monospace
}

.text-justify {
    text-align: justify!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
    }
}

@media(min-width:1600px) {
    .text-xxl-left {
        text-align: left!important
    }
    .text-xxl-right {
        text-align: right!important
    }
    .text-xxl-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: #16b6d2!important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #118ea4!important
}

.text-secondary {
    color: #ff6f80!important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #ff3c53!important
}

.text-success {
    color: #28a745!important
}

a.text-success:hover,
a.text-success:focus {
    color: #1e7e34!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:hover,
a.text-info:focus {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #d39e00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #bd2130!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:hover,
a.text-light:focus {
    color: #dae0e5!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #1d2124!important
}

.text-tertiary {
    color: #ffea5c!important
}

a.text-tertiary:hover,
a.text-tertiary:focus {
    color: #ffe329!important
}

.text-body {
    color: #8491a5!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
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,
    *::before,
    *::after {
        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
    }
    pre,
    blockquote {
        border: 1px solid #777;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    p,
    h2,
    h3 {
        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 th,
    .table-bordered td {
        border: 1px solid #d7d7d7!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}
/* hebrew */


@font-face {
    font-family: fontawesome;
    font-display: swap;
    src: url(/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=fa-]:before {
    font-weight: 400;
    font-family: fontawesome;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
@charset "UTF-8";

.bg-accent,
.bg-accent .heading,
.bg-accent h1,
.bg-accent h2,
.bg-accent h3,
.bg-accent h4,
.bg-accent h5,
.bg-accent h6,
.bg-gray-900,
.bg-gray-900 .heading,
.bg-gray-900 h1,
.bg-gray-900 h2,
.bg-gray-900 h3,
.bg-gray-900 h4,
.bg-gray-900 h5,
.bg-gray-900 h6,
.context-dark,
.context-dark .heading,
.context-dark h1,
.context-dark h2,
.context-dark h3,
.context-dark h4,
.context-dark h5,
.context-dark h6 {
    color: #fff;
}

a:focus,
button:focus {
    outline: 0 !important;
}

button::-moz-focus-inner {
    border: 0;
}

:focus,
button,
input,
select,
textarea {
    outline: 0;
}

blockquote {
    padding: 0;
    margin: 0;
    border-left: 0;
}

figure,
form,
label {
    margin-bottom: 0;
}

p {
    margin: 0;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ol li,
    ul li {
        display: block;
    }

cite {
    font-style: normal;
}

body {
    font-size: 17px;
    letter-spacing: .05em;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #666;
}

@media(max-width:767.98px) {
    body {
        line-height: 1.6;
    }
}

@media(min-width:768px) {
    body {
        font-size: 16px;
    }
}

.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Assistant, Arial, sans-serif;
    font-weight: 300;
    color: #262f3c;
}

.heading-2,
h2 {
    font-size: 22px;
    line-height: 1.22;
    letter-spacing: 0;
}

@media(min-width:768px) {
    .heading-2,
    h2 {
        font-size: 35px;
    }
}

@media(min-width:1200px) {
    .heading-2,
    h2 {
        font-size: 35px;
        line-height: 1.16981;
    }
}

@media(min-width:1600px) {
    .heading-2,
    h2 {
        font-size: 53px;
    }
}

.heading-3,
h3 {
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: 0;
}

@media(min-width:576px) {
    .heading-3,
    h3 {
        font-size: 24px;
    }

    .block-4 {
        padding-right: 30px;
    }
}

@media(min-width:768px) {
    .heading-3,
    h3 {
        font-size: 30px;
    }
}

@media(min-width:1200px) {
    .heading-3,
    h3 {
        font-size: 33px;
        line-height: 1.23077;
        font-weight: 600;
    }
}

.heading-4,
h4 {
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0;
}

@media(min-width:992px) {
    .heading-4,
    h4 {
        font-size: 19px;
    }
}

@media(min-width:1200px) {
    .heading-4,
    h4 {
        font-size: 22px;
        line-height: 1.36364;
    }
}

.small,
small {
    display: block;
    font-size: 13px;
    line-height: 1.38462;
}

.big {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .025em;
}

@media(min-width:992px) {
    .big {
        font-size: 17px;
        line-height: 1.5;
    }
}

p [data-toggle=tooltip] {
    padding-left: .25em;
    padding-right: .25em;
    color: #0b6aa1;
}

p [style*=max-width] {
    display: inline-block;
}

::selection {
    background: rgba(38, 47, 60, .5);
    color: #fff;
}

::-moz-selection {
    background: rgba(38, 47, 60, .5);
    color: #fff;
}

.brand {
    display: inline-block;
}

    .brand .brand-logo-light {
        display: none;
    }

    .brand .brand-logo-dark {
        display: block;
        float: right;
    }

a {
    transition: .3s ease-in-out;
}

    a,
    a:active,
    a:focus,
    a:hover {
        text-decoration: none;
    }

        a,
        a:active,
        a:focus {
            color: inherit;
        }

            a:hover {
                color: #0b6aa1;
            }

            a[href*=mailto],
            a[href*=tel] {
                white-space: nowrap;
            }

.link-hover {
    color: #0b6aa1;
}

.link-icon .icon {
    position: relative;
    top: 1px;
    transition: transform .22s ease-in;
}

.link-icon-left .icon + span {
    transition: transform .22s ease-in;
}

.link-icon-left:hover .icon {
    transform: translateX(-8px);
}

    .link-icon-left:hover .icon + span {
        transform: translateX(-6px);
    }

.link-image-1 {
    display: inline-block;
    opacity: .7;
    transition: .25s ease-in-out;
}

    .link-image-1:hover {
        opacity: 1;
    }

.link-modern .icon {
    order: 10;
    margin-left: 7px;
    color: #ff6f80;
}

.block-4 {
    max-width: 540px;
}

@media(min-width:768px) {
    .block-4 {
        padding-right: 15px;
    }
}

@media(min-width:992px) {
    .block-4 {
        padding-right: 30px;
    }
}

.block-ratio {
    display: flex;
}

@media(max-width:575.98px) {
    .block-ratio {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.block-ratio-content,
.block-ratio-dummy {
    width: 100%;
    flex-shrink: 0;
}

.block-ratio-dummy {
    visibility: hidden;
    opacity: 0;
    order: 10;
}

    .block-ratio-dummy::before {
        content: '';
        display: block;
    }

.block-ratio-content {
    display: flex;
}

.block-ratio-1 .block-ratio-dummy::before {
    padding-bottom: 67.56757%;
}

.block-ratio-2 .block-ratio-dummy::before {
    padding-bottom: 116.21622%;
}

.block-ratio-3 .block-ratio-dummy::before {
    padding-bottom: 55.84416%;
}

.box-custom-2 {
    position: relative;
    z-index: 1;
    padding: 30px 20px;
}

div.box-custom-2 {
    background-color: transparent;
}

.box-custom-2-bg,
.box-custom-2-bg-image,
.box-custom-2-bg::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.box-custom-2-bg {
    overflow: hidden;
}

    .box-custom-2-bg::after {
        content: '';
        opacity: .68;
        border-radius: inherit;
        background: linear-gradient(227deg, #0b6aa1 0, #0477ba 100%);
    }

.box-custom-2-bg-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.box-custom-2-bg-image {
    background-size: cover;
    background-position: 70% center;
}

.box-custom-2-inner {
    position: relative;
    z-index: 2;
    max-width: 555px;
    padding: 0 50px;
}

.with-rev-slider .box-custom-2 {
    display: none;
}

@media(min-width:768px) {
    .box-custom-2 {
        padding: 80px 50px 100px;
    }
}

@media(min-width:992px) {
    .with-rev-slider .box-custom-2 {
        display: block;
    }

    .box-custom-2 {
        padding: 20px 25px 50px 60px;
    }

    .box-custom-2-bg {
        top: -116%;
        right: -52%;
        bottom: -72%;
        margin-right: 0;
        transform: rotate(-12deg);
        border-radius: 8%;
        border: 1px solid transparent;
        left: 35%;
    }

        .box-custom-2-bg::after {
            top: -9%;
            right: -10%;
            bottom: -10%;
            left: -10%;
        }

    .box-custom-2-bg-inner {
        top: -2%;
        right: -2%;
        bottom: -2%;
        left: -2%;
        transform: rotate(0);
        border: 1px solid transparent;
        z-index:-1;
    }
}

@media(min-width:1200px) {
    .big {
        font-size: 17px;
        line-height: 1.52941;
    }

    .block-6 .form-lg {
        margin-right: 30px;
    }

    .box-custom-2 {
        padding: 20px 25px 50px 62px;
    }

    .box-custom-2-bg {
        top: -116%;
        right: -52%;
        bottom: -72%;
        margin-right: 0;
        transform: rotate(-12deg);
        border-radius: 8%;
        border: 1px solid transparent;
        left: 0;
    }

        .box-custom-2-bg::after {
            top: -9%;
            right: -10%;
            bottom: -10%;
            left: -10%;
        }

    .box-custom-2-bg-inner {
        top: -2%;
        right: -2%;
        bottom: -2%;
        left: -2%;
        transform: rotate(0);
        border: 1px solid transparent;
    }
}

.slideshow-text-wrapper {
    margin-right: auto !important;
}

video {
    height: 100%;
}

@media(min-width:1900px) {
    .slideshow-text-wrapper {
        margin-right: -80px !important;
    }
}

@media(min-width:2000px) {
    .slideshow-text-wrapper {
        margin-right: -150px !important;
    }
}

@media(min-width:2300px) {
    .slideshow-text-wrapper {
        margin-right: -250px !important;
    }
}

@media(min-width:2400px) {
    .slideshow-text-wrapper {
        margin-right: -350px !important;
    }
}

@media(min-width:1740px) {
    .box-custom-2 {
        padding: 0 25px 100px 110px;
    }

    .box-custom-2-bg {
        left: -27%;
        transform: rotate(-18.5deg);
        top: -93%;
        bottom: -140%;
    }

    .box-custom-2-inner {
        max-width: 450px;
    }
}

.section-box-custom-3.parallax-container {
    overflow: visible;
}

.section-box-custom-3 .material-parallax {
    overflow: hidden;
    bottom: 30px;
}

.section-box-custom-3-outer + .section {
    padding-top: 110px;
}

@media(min-width:768px) {
    .section-box-custom-3 .material-parallax {
        bottom: 50px;
    }

    .section-box-custom-3-outer + .section {
        padding-top: 120px;
    }
}

@media(min-width:1200px) {
    .section-box-custom-3 .material-parallax {
        bottom: 95px;
    }

    .section-box-custom-3-outer + .section {
        padding-top: 200px;
    }
}

.box-custom-4-aside .button-play {
    margin-top: 0;
}

@media(max-width:767.98px) {
    .box-custom-4-aside .button-play {
        flex-shrink: 0;
    }
}

a.box-modern,
a.box-modern:focus,
a.box-modern:hover,
a.box-modern:visited {
    color: #666;
}

.box-modern {
    padding: 25px 15px;
    border-radius: 7px;
    box-shadow: -1px 9px 18px 0 rgba(75, 81, 91, .1);
    background: #fff;
    text-align: center;
    display: block;
}

.box-modern-title {
    font-family: Assistant, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.3;
    color: #262f3c;
}

.box-modern-media {
    position: relative;
    padding: 20px 0;
    font-size: 60px;
    line-height: 1;
    min-height: 1.3em;
    width: 1.9em;
    margin-left: auto;
    margin-right: auto;
}

.box-modern-circle-1,
.box-modern-circle-2 {
    position: absolute;
    border-radius: 50%;
}

.box-modern-circle-1 {
    left: 0;
    bottom: 0;
    width: 1.23em;
    height: 1.23em;
    background: #0b6aa11c;
}

.box-modern-circle-2 {
    top: 0;
    right: 0;
    width: .54em;
    height: .54em;
    background: #f9f9ef;
}

.box-modern_alternate .box-modern-circle-1 {
    top: 0;
    bottom: auto;
}

.box-modern_alternate .box-modern-circle-2 {
    top: auto;
    bottom: 0;
}

.box-modern-icon {
    position: relative;
    z-index: 2;
    right: -5%;
    font-size: inherit;
    color: #0b6aa1;
    opacity: .7;
}

@supports(-webkit-background-clip:text) {
    .box-modern-icon {
        background: linear-gradient(30deg, #0477ba, #0b6aa1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

* + .box-modern-text {
    margin-top: 12px;
}

@media(min-width:768px) {
    .box-modern {
        padding: 45px 25px;
    }

    .box-modern-title {
        font-size: 22px;
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .box-modern {
        padding-left: 9px;
        padding-right: 9px;
    }
}

@media(min-width:1200px) {
    .box-modern {
        padding-top: 55px;
        padding-bottom: 60px;
    }

    .box-modern-media {
        font-size: 85px;
    }

    .box-modern-title {
        font-size: 24px;
    }

    .box-modern-text {
        font-size: 16px;
        line-height: 1.52941;
    }

    * + .box-modern-text {
        margin-top: 24px;
    }
}

@media(min-width:1600px) {
    .box-modern-title {
        font-size: 26px;
    }

    .box-modern-text {
        font-size: 17px;
    }
}

html body .group {
    margin-bottom: -10px;
    margin-left: -20px;
}

    html body .group:empty {
        margin-bottom: 0;
        margin-left: 0;
    }

    html body .group > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 20px;
    }

html body .group-xl {
    margin-bottom: -20px;
    margin-left: -30px;
}

    html body .group-xl:empty {
        margin-bottom: 0;
        margin-left: 0;
    }

    html body .group-xl > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 30px;
    }

@media(max-width:575.98px) {
    .box-modern {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }

    html body .group-buttons-responsive .button {
        font-size: 13px;
        padding: 10px 20px;
    }
}

.group-1 .button {
    margin-top: 0;
    min-width: 200px;
}

.group-middle {
    display: inline-table;
}

    .group-middle > * {
        vertical-align: middle;
    }

.group-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: -10px;
    margin-left: -15px;
}

    .group-custom:empty {
        margin-bottom: 0;
        margin-left: 0;
    }

    .group-custom > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 15px;
        flex: 0 1 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

@media(min-width:576px) {
    .group-custom {
        flex-wrap: nowrap;
    }

        .group-custom > * {
            flex: 1 1 auto;
        }
}

* + .group,
* + .group-xl {
    margin-top: 30px;
}

* + .group-custom {
    margin-top: 25px;
}

@media(min-width:768px) {
    * + .group {
        margin-top: 33px;
    }
}

.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -30px;
    margin-left: -20px;
}

    .unit > * {
        margin-bottom: 30px;
        margin-left: 20px;
    }

.unit-body {
    flex: 0 1 auto;
}

.unit-left,
.unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}

.unit .unit-left.icon-sm {
    position: relative;
    top: 5px;
}

.list > li + li {
    margin-top: 10px;
}

.list-lg > li + li {
    margin-top: 25px;
}

.list-inline > li {
    display: inline-block;
}

.list-marked {
    font-weight: 300;
    text-align: left;
    color: #262f3c;
}

    .list-marked > li {
        text-indent: -25px;
        padding-left: 25px;
    }

        .list-marked > li::before {
            content: '';
            position: relative;
            left: 0;
            top: -1px;
            display: inline-block;
            width: 8px;
            height: 8px;
            margin-right: 17px;
            border-radius: 50%;
            background: #d7d7d7;
        }

        .list-marked > li + li {
            margin-top: 10px;
        }

.list-marked_secondary {
    font-weight: 400;
    color: #2c343b;
}

    .list-marked_secondary > li::before {
        width: 6px;
        height: 6px;
        background: #ff6f80;
    }

@media(min-width:992px) {
    html body .group-xl {
        margin-bottom: -20px;
        margin-left: -45px;
    }

        html body .group-xl > * {
            margin-bottom: 20px;
            margin-left: 45px;
        }

    .list-marked_secondary {
        font-size: 16px;
    }

    .list-style-1 {
        font-size: 17px;
        line-height: 1.52941;
    }
}

@media(min-width:1200px) {
    .unit-spacing-1 {
        margin-bottom: -15px;
        margin-left: -25px;
    }

        .unit-spacing-1 > * {
            margin-bottom: 15px;
            margin-left: 25px;
        }

    .list-marked_secondary {
        font-size: 17px;
        line-height: 1.52941;
    }
}

.bg-accent .list-marked_secondary,
.bg-gray-900 .list-marked_secondary,
.context-dark .list-marked_secondary {
    color: #fff;
}

* + .list-marked {
    margin-top: 15px;
}

.list-style-1 {
    color: #262f3c;
    letter-spacing: 0;
}

    .list-style-1 .unit {
        margin-bottom: -8px;
        margin-left: -20px;
    }

        .list-style-1 .unit > * {
            margin-bottom: 8px;
            margin-left: 20px;
        }

    .list-style-1 > li + li {
        margin-top: 14px;
    }

* + .list-style-1 {
    margin-top: 20px;
}

.list-objects-inline .icon {
    font-size: 15px;
}

@media(min-width:576px) {
    .list-objects-inline .icon {
        font-size: 19px;
    }
}

.list-localization .label-text {
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    background-color: transparent;
    color: #262f3c;
    transition: .22s ease-in-out;
    cursor: pointer;
}

    .list-localization .label-text:hover {
        color: #ff6f80;
    }

.list-localization input:checked ~ .label-text {
    color: #fff;
    background: #ec4242;
}

.list-nav-classic {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-family: Assistant, Arial, sans-serif;
    line-height: 1.2;
    color: #262f3c;
    letter-spacing: 0;
}

    .list-nav-classic li {
        display: flex;
        padding-right: 25px;
    }

    .list-nav-classic a {
        position: relative;
        display: flex;
        align-items: center;
        padding: 22px 0 24px;
    }

        .list-nav-classic a::after {
            content: ' ';
            position: absolute;
            left: 50%;
            transform: translate3d(-50%, 0, 0);
            bottom: 0;
            background: #0b6aa1;
            pointer-events: none;
            width: 0;
            height: 3px;
            max-width: 58px;
            transition: .55s;
        }

        .list-nav-classic a.active,
        .list-nav-classic a:hover {
            color: #0b6aa1;
        }

            .list-nav-classic a.active::after {
                width: 80%;
            }

@media(min-width:1200px) {
    .list-nav-classic {
        font-size: 20px;
    }

        .list-nav-classic a {
            padding: 20px 0;
        }

            .list-nav-classic a::after {
                height: 4px;
            }
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-width: 100%;
}

.img-responsive {
    width: 100%;
}

.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

    .icon::before {
        position: relative;
        display: inline-block;
        font-weight: 400;
        font-style: normal;
        speak: none;
        text-transform: none;
    }

.icon-sm {
    font-size: 18px;
}

.icon-md {
    font-size: 20px;
}

.icon-lg {
    font-size: 30px;
}

.icon-xl {
    font-size: 40px;
}

.icon-style-1 {
    display: inline-block;
    width: 2em;
    height: 2em;
    font-size: 28px;
    text-align: center;
    line-height: 2em;
    border-radius: 50%;
    background: #fff;
    color: #0b6aa1;
    box-shadow: -7.25px 3.381px 18px 0 rgba(75, 81, 91, .08);
}

@media(min-width:992px) {
    .icon-style-1 {
        font-size: 34px;
    }
}

.table-custom {
    width: 100%;
    max-width: 100%;
    text-align: left;
    background: #fff;
    border-collapse: collapse;
    letter-spacing: .015em;
}

    .table-custom td,
    .table-custom th {
        color: #8491a5;
        background: #fff;
    }

    .table-custom th {
        padding: 37px 24px;
        font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.35;
        letter-spacing: .2em;
        text-transform: uppercase;
        background: #f9f8f8;
        border-bottom: 1px solid #ebebeb;
        white-space: nowrap;
    }

@media(max-width:991.98px) {
    .table-custom th {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    section.section-lg:first-of-type,
    section.section-md:first-of-type,
    section.section-sm:first-of-type,
    section.section-xl:first-of-type,
    section.section-xxl:first-of-type {
        padding-top: 40px;
    }
}

.table-custom td {
    padding: 15px 24px;
}

.table-custom tbody tr:first-child td {
    border-top: 0;
}

.table-custom tr td {
    border-bottom: 1px solid #ebebeb;
}

.table-custom tfoot td {
    font-weight: 600;
    color: #262f3c;
}

.table-rounded .table-custom {
    max-width: unset;
    margin-bottom: -1px;
}

.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 16px 35px;
    font-size: 16px;
    line-height: 1.4;
    border: 2px solid;
    border-radius: 35px;
    font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: .01em;
    text-transform: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms ease-in-out;
}

@media(max-width:575.98px) {
    .button {
        padding: 10px 15px;
    }
}

.button-block {
    display: block;
    width: 100%;
}

.button-default,
.button-default:focus {
    color: #8491a5;
    background-color: #2c343b;
    border-color: #2c343b;
}

    .button-default:active,
    .button-default:hover,
    .button-primary,
    .button-primary:focus {
        color: #fff;
        background-color: #0b6aa1;
        border-color: #0b6aa1;
    }

        .button-primary:active,
        .button-primary:hover {
            color: #fff;
            background-color: #ff6f80;
            border-color: #ff6f80;
        }

.button-secondary,
.button-secondary:focus {
    color: #fff;
    background-color: #ec4242;
    border-color: #ec4242;
}

    .button-secondary:active,
    .button-secondary:hover {
        color: #fff;
        background-color: #0b6aa1;
        border-color: #0b6aa1;
    }

.button-google,
.button-google:focus {
    color: #fff;
    background-color: #e2411e;
    border-color: #e2411e;
}

    .button-google:active,
    .button-google:hover {
        color: #fff;
        background-color: #cc3a1a;
        border-color: #cc3a1a;
    }

.button-shadow {
    box-shadow: 1px 6px 8px 0 rgba(75, 81, 91, .11);
}

    .button-shadow:active,
    .button-shadow:focus {
        box-shadow: none;
    }

.button-winona {
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    transform: translate3d(0, 0, 0);
    white-space: nowrap;
}

    .button-winona .content-dubbed,
    .button-winona .content-original {
        vertical-align: middle;
        transition: transform .4s, clip-path .4s;
    }

    .button-winona .content-original {
        display: block;
        clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);
    }

    .button-winona .content-dubbed {
        position: absolute;
        top: 0;
        margin: auto;
        filter: blur(0);
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 100%;
        padding: inherit;
        clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
        white-space: nowrap;
    }

    .button-winona:hover .content-original {
        animation: .3s .2s forwards showum;
    }

    .button-winona:hover .content-dubbed {
        animation: .3s forwards hideum;
    }

html body .button-winona {
    display: inline-flex;
}

@keyframes showum {
    0% {
        clip-path: polygon(0 100%, -35% 0, 0 0, 0 100%);
    }

    100% {
        clip-path: polygon(135% 100%, 100% 0, 0 0, 0 100%);
    }
}

@keyframes hideum {
    0% {
        clip-path: polygon(100% 100%, 100% 0, -35% 0, 0 100%);
    }

    100% {
        clip-path: polygon(100% 100%, 100% 0, 100% 0, 135% 100%);
    }
}

.button-lg {
    padding: 18px 45px;
    font-size: 16px;
    line-height: 1.5;
}

.button-circle {
    border-radius: 30px;
}

.button-round {
    border-radius: 5px;
}

html .button.button-icon,
html .button.button-icon > [class*=content] {
    display: inline-flex;
}

.button.button-icon,
.button.button-icon > [class*=content] {
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

    .button.button-icon .icon {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        color: inherit;
        font-size: 1.26667 em;
        line-height: 1em;
    }

.button.button-icon-left .icon {
    padding-right: 11px;
}

.button.button-icon-right,
.button.button-icon-right > [class*=content] {
    flex-direction: row-reverse;
}

    .button.button-icon-right .icon {
        padding-left: 11px;
    }

.btn-primary {
    border-radius: 3px;
    font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: .33s;
}

    .btn-primary,
    .btn-primary:active,
    .btn-primary:focus {
        color: #fff;
        background: #0b6aa1;
        border-color: #0b6aa1;
    }

        .btn-primary:hover {
            color: #fff;
            background: #000;
            border-color: #000;
        }

.button-load-icon {
    position: relative;
    z-index: 2;
    background: 0 0;
    border: none;
    display: inline-block;
    padding: 0;
    outline: 0;
    outline-offset: 0;
    -webkit-appearance: none;
    color: rgba(132, 145, 165, .5);
    font-size: 36px;
    line-height: 1;
    transition: .25s;
    cursor: pointer;
}

    .button-load-icon::-moz-focus-inner {
        border: none;
        padding: 0;
    }

    .button-load-icon:hover {
        color: #0b6aa1;
    }

    .button-load-icon.button-load-in-process {
        transition: border-color .3s, background .3s;
        animation: .33s linear infinite infinite-rotate;
    }

    .button-load-icon.button-load-loaded {
        display: none;
    }

html .page .button.button-load::before {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 1.5em;
    opacity: 0;
    visibility: hidden;
    transform-origin: 50% 50%;
    transform-style: preserve-3d;
}

html .page .button.button-load.button-load-in-process {
    color: transparent;
}

    html .page .button.button-load.button-load-in-process::before {
        opacity: 1;
        visibility: visible;
        animation: .33s linear infinite infinite-rotate-pseudo;
    }

html .page .button.button-load.button-load-loaded {
    display: none;
}

@-webkit-keyframes infinite-rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes infinite-rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes infinite-rotate-pseudo {
    from {
        transform: translate3d(-50%, -50%, 0) rotate(0);
    }

    to {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

@keyframes infinite-rotate-pseudo {
    from {
        transform: translate3d(-50%, -50%, 0) rotate(0);
    }

    to {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

@media(min-width:992px) {
    .button-load {
        font-size: 60px;
    }
}

html .page [data-load-trigger] {
    display: none;
}

.button-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
}

    .button-play,
    .button-play:active,
    .button-play:focus,
    .button-play:hover {
        color: #0b6aa1;
    }

        .button-play::before {
            font-size: 20px;
        }

        .button-play:hover .button-play-shape {
            stroke-dasharray: 600;
            stroke-dashoffset: 0;
        }

* + .button-play {
    margin-top: 30px;
}

.bg-accent .button-play,
.bg-gray-900 .button-play,
.context-dark .button-play {
    border: 1px solid rgba(255, 255, 255, .5);
}

    .bg-accent .button-play,
    .bg-accent .button-play:active,
    .bg-accent .button-play:focus,
    .bg-accent .button-play:hover,
    .bg-gray-900 .button-play,
    .bg-gray-900 .button-play:active,
    .bg-gray-900 .button-play:focus,
    .bg-gray-900 .button-play:hover,
    .context-dark .button-play,
    .context-dark .button-play:active,
    .context-dark .button-play:focus,
    .context-dark .button-play:hover {
        color: #fff;
    }

@media(min-width:1200px) {
    * + .button-play {
        margin-top: 50px;
    }
}

.rd-form {
    position: relative;
    text-align: left;
}

input:-webkit-autofill ~ .form-validation,
input:-webkit-autofill ~ label {
    color: #000 !important;
}

.form-wrap {
    position: relative;
}

    .form-wrap .link-underline {
        margin-left: 10px;
    }

    .form-wrap.has-error .form-input {
        border-color: #ec4242;
    }

    .form-wrap.has-focus .form-input {
        border-color: #0b6aa1;
    }

    .form-wrap + * {
        margin-top: 20px;
    }

.form-input {
    display: block;
    width: 100%;
    min-height: 54px;
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #8491a5;
    background-color: #fff;
    background-image: none;
    border-radius: 35px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #ebebeb;
    font-family: Assistant, Arial, sans-serif;
}

    .form-input:focus {
        outline: 0;
    }

textarea.form-input {
    height: 185px;
    min-height: 54px;
    max-height: 315px;
    resize: vertical;
}

.form-label,
.form-label-outside {
    margin-bottom: 0;
    color: #8491a5;
    font-weight: 400;
}

.form-label {
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    pointer-events: none;
    text-align: left;
    z-index: 9;
    transition: .25s;
    will-change: transform;
    transform: translateY(-50%);
}

    .form-label.focus {
        opacity: 0;
    }

    .form-label.auto-fill {
        color: #8491a5;
    }

[data-x-mode=true] .form-label {
    pointer-events: auto;
}

.form-validation {
    position: absolute;
    right: 25px;
    top: 0;
    z-index: 11;
    margin-top: 2px;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    color: #ec4242;
    transition: .3s;
}

.form-validation-left .form-validation {
    top: 100%;
    right: auto;
    left: 0;
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 2000;
    visibility: hidden;
    transform: translate3d(500px, 0, 0);
    transition: .3s;
}

    #form-output-global.active {
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }

.form-output.active {
    opacity: 1;
    visibility: visible;
}

.form-output.error {
    color: #ec4242;
}

.form-output.success {
    color: #77d216;
}

.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom,
.radio .radio-custom,
.radio-inline .radio-custom {
    opacity: 0;
}

.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy,
.radio .radio-custom,
.radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy {
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    outline: 0;
    cursor: pointer;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy,
.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
    pointer-events: none;
    background: #fff;
}

    .checkbox .checkbox-custom-dummy::after,
    .checkbox-inline .checkbox-custom-dummy::after,
    .radio .radio-custom-dummy::after,
    .radio-inline .radio-custom-dummy::after {
        position: absolute;
        opacity: 0;
        transition: .22s;
    }

.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus,
.radio .radio-custom:focus,
.radio-inline .radio-custom:focus {
    outline: 0;
}

.checkbox input,
.checkbox-inline input,
.radio input,
.radio-inline input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.checkbox-custom:checked + .checkbox-custom-dummy:after,
.radio-custom:checked + .radio-custom-dummy:after {
    opacity: 1;
}

.radio,
.radio-inline {
    padding-left: 28px;
}

    .radio .radio-custom-dummy,
    .radio-inline .radio-custom-dummy {
        top: 1px;
        left: 0;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 1px solid #8491a5;
    }

        .radio .radio-custom-dummy::after,
        .radio-inline .radio-custom-dummy::after {
            content: '';
            top: 3px;
            right: 3px;
            bottom: 3px;
            left: 3px;
            background: #2c343b;
            border-radius: inherit;
        }

.checkbox,
.checkbox-inline {
    padding-left: 28px;
}

    .checkbox .checkbox-custom-dummy,
    .checkbox-inline .checkbox-custom-dummy {
        left: 0;
        width: 18px;
        height: 18px;
        margin: 0;
        border: 1px solid #8491a5;
    }

        .checkbox .checkbox-custom-dummy::after,
        .checkbox-inline .checkbox-custom-dummy::after {
            content: '\f222';
            font-family: material design icons;
            position: absolute;
            top: -1px;
            left: -2px;
            font-size: 20px;
            line-height: 18px;
            color: #d7d7d7;
        }

.toggle-custom {
    padding-left: 60px;
    -webkit-appearance: none;
}

    .toggle-custom:checked ~ .checkbox-custom-dummy::after {
        background: #0b6aa1;
        transform: translate(20px, -50%);
    }

    .toggle-custom ~ .checkbox-custom-dummy {
        position: relative;
        display: inline-block;
        margin-top: -1px;
        width: 44px;
        height: 20px;
        background: #fff;
        cursor: pointer;
    }

        .toggle-custom ~ .checkbox-custom-dummy::after {
            content: '';
            position: absolute;
            display: inline-block;
            width: 16px;
            height: 16px;
            left: 0;
            top: 50%;
            background: #8491a5;
            transform: translate(4px, -50%);
            opacity: 1;
            transition: .22s;
        }

.form-sm .button,
.form-sm .form-input {
    padding-top: 9px;
    padding-bottom: 9px;
    min-height: 40px;
}

.form-sm .form-validation {
    top: -16px;
}

.form-sm .form-label {
    top: 20px;
}

.form-sm * + .button {
    margin-top: 10px;
}

@media(min-width:992px) {
    .form-lg .form-input,
    .form-lg .form-label,
    .form-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
    }

    .form-lg .form-input,
    .form-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 23px 40px;
    }

    .form-lg .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 35px;
    }

    .form-lg .button,
    .form-lg .form-button,
    .form-lg .form-input,
    .form-lg .select2-container--default .select2-selection--single .select2-selection__rendered {
        min-height: 70px;
    }

    .form-lg .form-label {
        top: 35px;
    }

    .form-lg .button {
        padding: 18px 45px;
        font-size: 16px;
        line-height: 1.5;
    }

    .form-inline-1.form-lg .form-button {
        min-width: 70px;
    }

    .form-inline-1.form-lg .form-input,
    .form-inline-1.form-lg .form-label {
        padding-right: 80px;
    }
}

.form-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    text-align: center;
    margin-bottom: -8px;
    margin-left: -20px;
}

    .form-inline:empty {
        margin-bottom: 0;
        margin-left: 0;
    }

    .form-inline > * {
        display: inline-block;
        margin-bottom: 8px;
        margin-left: 20px;
        margin-top: 0;
    }

    .form-inline .form-wrap {
        flex: 30 0;
        min-width: 220px;
    }

    .form-inline .form-label {
        display: block;
    }

    .form-inline .form-button {
        flex-grow: 1;
        min-height: 54px;
    }

        .form-inline .form-button .button {
            width: 100%;
            min-height: inherit;
        }

.form-shadow .button,
.form-shadow .form-input {
    box-shadow: 2.424px 4.373px 10px 0 rgba(100, 129, 173, .25);
}

.form-shadow .form-input {
    border-color: #fff;
}

.form-inline-1 .form-input,
.form-inline-1 .form-label {
    padding-right: 70px;
}

.form-inline-1 .form-input {
    border: 0;
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, .1);
}

.form-inline-1 .form-validation {
    right: 70px;
}

.form-inline-1 .form-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    padding: 5px;
    margin: 0;
}

    .form-inline-1 .form-button .icon {
        position: absolute;
        font-size: 27px;
        transition: .3s ease-in-out;
    }

.ie-10 .form-inline-1 .form-button .icon,
.ie-11 .form-inline-1 .form-button .icon {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.form-inline-1 .form-output.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.form-inline-1 .form-output.success {
    color: #77d216;
}

.form-inline-1 .form-output.error {
    color: #ec4242;
}

.form-inline-1.form-in-process {
    background: #663399 !important;
}

.form-inline-1.error .form-button-icon-default::before,
.form-inline-1.success .form-button-icon-default::before {
    transform: rotate(-45deg) scale(.23);
    opacity: 0;
    visibility: hidden;
}

.form-inline-1.success .form-button {
    background: #77d216;
    border-color: #77d216;
}

.form-inline-1.success .form-button-icon-success::before {
    transform: rotate(0) scale(1);
    opacity: 1;
    visibility: visible;
}

.form-inline-1.error .form-button {
    background: #ec4242;
    border-color: #ec4242;
}

.form-inline-1.error .form-button-icon-error::before {
    transform: rotate(0) scale(1);
    opacity: 1;
    visibility: visible;
}

.toggle-modern.active .toggle-modern-text_default {
    color: #262f3c;
}

.toggle-modern.active .toggle-modern-text_alternate {
    color: #0b6aa1;
}

.toggle-modern-switch.active .toggle-modern-switch-element {
    left: 52px;
}

.bg-accent .toggle-modern.active .toggle-modern-text_default,
.bg-gray-900 .toggle-modern.active .toggle-modern-text_default,
.context-dark .toggle-modern.active .toggle-modern-text_default {
    color: rgba(255, 255, 255, .7);
}

.bg-accent .toggle-modern.active .toggle-modern-text_alternate,
.bg-gray-900 .toggle-modern.active .toggle-modern-text_alternate,
.context-dark .toggle-modern.active .toggle-modern-text_alternate {
    color: #fff;
}

.post-info {
    padding: 25px 15px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(75, 81, 91, .12);
    text-align: left;
}

@media(max-width:767.98px) {
    .post-info {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(min-width:576px) and (max-width:767.98px) {
    .post-info {
        padding: 40px 30px;
    }
}

@media(min-width:768px) {
    .list-style-1 > li + li {
        margin-top: 17px;
    }

    .form-label-outside,
    .form-label-outside.auto-fill,
    .form-label-outside.focus {
        transform: none;
    }

    .post-info {
        padding: 30px 20px;
    }
}

@media(min-width:1200px) {
    .post-info {
        padding: 45px 15px 25px 40px;
    }
}

.quote-modern {
    position: relative;
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 2px 16px 0 rgba(75, 81, 91, .14);
    margin-bottom: 33px;
    text-align: left;
}

    .quote-modern a,
    .quote-modern a:focus,
    .quote-modern a:hover,
    .quote-modern a:visited {
        display: block;
        color: #666;
    }

    .quote-modern::after,
    .quote-modern::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
    }

    .quote-modern::before {
        bottom: -24px;
        left: 61px;
        border-width: 24px 34px 0 0;
        border-color: #ebebeb transparent transparent;
    }

    .quote-modern::after {
        bottom: -22px;
        left: 62px;
        border-width: 22px 32px 0 0;
        border-color: #fff transparent transparent;
    }

@supports(filter:drop-shadow(0 0 0 #000)) {
    .quote-modern {
        box-shadow: none;
        filter: drop-shadow(0 2px 8px rgba(75, 81, 91, .14));
    }

        .quote-modern::before {
            display: none;
        }
}

.quote-modern-header,
.quote-modern-main {
    padding: 22px 20px;
}

.quote-modern-info {
    display: flex;
    align-items: center;
    margin-left: -18px;
}

    .quote-modern-info > * {
        margin-left: 18px;
    }

.quote-modern-info-main {
    flex-grow: 1;
}

.quote-modern-avatar {
    flex-shrink: 0;
    border-radius: 50%;
    max-width: 55px;
}

.quote-modern-cite {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    color: #262f3c;
    font-weight: 500;
}

.quote-modern-position {
    line-height: 1.3;
    color: #0b6aa1;
    font-weight: 500;
}

.quote-modern-header + .quote-modern-main {
    border-top: 1px solid #ebebeb;
}

.quote-modern-text {
    font-weight: 400;
    letter-spacing: .0025em;
}

.quote-modern-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -10px;
}

    .quote-modern-meta > * {
        margin-left: 10px;
    }

.quote-modern-link.icon {
    display: block;
    font-size: 24px;
    line-height: 1;
    opacity: .38;
}

    .quote-modern-link.icon[class*=facebook] {
        color: #6885cf;
    }

        .quote-modern-link.icon[class*=facebook]:hover {
            color: #ff6f80;
        }

* + .quote-modern-position {
    margin-top: 3px;
}

* + .quote-modern-meta {
    margin-top: 15px;
}

@media(max-width:767.98px) {
    .quote-modern {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(min-width:768px) {
    .quote-modern-header,
    .quote-modern-main {
        padding-left: 25px;
        padding-right: 20px;
    }

    .quote-modern-header {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .quote-modern-avatar {
        max-width: 75px;
    }

    .quote-modern-cite {
        font-size: 17px;
    }

    .quote-modern-text {
        font-size: 16px;
        line-height: 1.52941;
    }

    .quote-modern-meta {
        margin-left: -5px;
    }

        .quote-modern-meta > * {
            margin-left: 5px;
        }

    .quote-modern-link.icon {
        position: relative;
        font-size: 40px;
        left: -6px;
    }

    * + .quote-modern-position {
        margin-top: 6px;
    }

    * + .quote-modern-meta {
        margin-top: 22px;
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .quote-modern-avatar {
        max-width: 60px;
    }

    .quote-modern-text {
        font-size: 16px;
        line-height: 1.5;
    }

    .quote-modern-link.icon {
        font-size: 34px;
    }

    * + .quote-modern-position {
        margin-top: 2px;
    }
}

.quote-classic {
    text-align: center;
}

.quote-classic-avatar {
    width: 100%;
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}

.quote-classic-text {
    color: #262f3c;
}

.quote-classic-cite {
    display: block;
    font-family: Assistant, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0;
    color: #0b6aa1;
}

.quote-classic-position {
    line-height: 1.2;
    color: #0b6aa1;
}

* + .quote-classic-meta,
* + .quote-classic-text {
    margin-top: 20px;
}

* + .quote-classic-position {
    margin-top: 5px;
}

@media(min-width:992px) {
    .quote-classic-text {
        font-size: 17px;
        line-height: 1.52941;
    }

    .quote-classic-cite {
        font-size: 22px;
        line-height: 1.36364;
    }

    * + .quote-classic-meta,
    * + .quote-classic-text {
        margin-top: 26px;
    }
}

@media(min-width:1200px) {
    .quote-modern-header,
    .quote-modern-main {
        padding-left: 45px;
        padding-right: 30px;
    }

    * + .quote-classic-meta,
    * + .quote-classic-text {
        margin-top: 36px;
    }
}

.other-testimonials h3 {
    margin-bottom: 30px;
}

.image-responsive {
    width: 100%;
}

.breadcrumbs-custom {
    display: flex;
    flex-direction: column;
    text-align: center;
}

section.breadcrumbs-custom + section {
    border-top: 1px solid #ebebeb;
}

.breadcrumbs-custom-main {
    position: relative;
    padding: 40px 0 62px;
    background: url(/images/bg-image-1.jpg) center center #0b6aa1;
}

.breadcrumbs-custom-aside {
    background: #f9f8f8;
    padding: 0 10px;
}

.breadcrumbs-custom-path {
    position: relative;
    top: -12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 10px;
    background: #f9f8f8;
    border-radius: 4px;
    transform: translate3d(0, -3px, 0);
    margin-bottom: -3px;
    margin-left: -17px;
    margin-right: -17px;
}

    .breadcrumbs-custom-path > * {
        margin-top: 3px;
        padding-left: 17px;
        padding-right: 17px;
    }

    .breadcrumbs-custom-path li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        line-height: 1.7;
    }

        .breadcrumbs-custom-path li::after {
            content: "/";
            position: absolute;
            top: 52%;
            right: -5px;
            display: inline-block;
            font-size: inherit;
            font-style: normal;
            transform: translate3d(0, -50%, 0);
        }

        .breadcrumbs-custom-path li:last-child:after {
            display: none;
        }

        .breadcrumbs-custom-path a:hover,
        .breadcrumbs-custom-path li.active {
            color: #8491a5;
        }

        .breadcrumbs-custom-path li.active {
            top: 2px;
        }

    .breadcrumbs-custom-path a {
        display: inline;
        vertical-align: middle;
    }

        .breadcrumbs-custom-path a,
        .breadcrumbs-custom-path a:active,
        .breadcrumbs-custom-path a:focus {
            color: #262f3c;
        }

            .breadcrumbs-custom-path a:hover {
                color: #0b6aa1;
            }

.breadcrumbs-custom-title {
    font-weight: 600;
    letter-spacing: 0;
}

@media(min-width:768px) {
    .quote-classic-avatar {
        max-width: 100px;
    }

    .breadcrumbs-custom-main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 60px 0 82px;
        min-height: 10vw;
    }
}

@media(min-width:1200px) {
    .breadcrumbs-custom-main {
        padding: 50px 0 70px;
    }

    .breadcrumbs-custom-path {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media(min-width:2050px) {
    .breadcrumbs-custom-main {
        min-height: 390px;
    }
}

.page-item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
}

    .page-item.active > .page-link,
    .page-item.active > .page-link:active,
    .page-item.active > .page-link:focus,
    .page-item.active > .page-link:hover {
        color: #fff;
        background-color: #0b6aa1;
        border-color: #0b6aa1;
    }

    .page-item.disabled > .page-link,
    .page-item.disabled > .page-link:active,
    .page-item.disabled > .page-link:focus,
    .page-item.disabled > .page-link:hover {
        color: #8491a5;
        background-color: #ebebeb;
        border-color: #ebebeb;
    }

.page-item-control .icon::before {
    font-family: fontawesome;
    font-size: 11px;
    line-height: 24px;
}

.page-item-control:first-child .icon::before {
    content: '\f053';
    margin-left: -1px;
}

.page-item-control:last-child .icon::before {
    content: '\f054';
    margin-right: -1px;
}

.snackbars {
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #262f3c;
    border-radius: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    font-size: 14px;
}

    .snackbars .icon-xxs {
        font-size: 18px;
    }

    .snackbars p span:last-child {
        padding-left: 14px;
    }

.snackbars-left {
    display: inline-block;
    margin-bottom: 0;
}

.snackbars-right:hover {
    text-decoration: underline;
}

@media(min-width:576px) {
    #form-output-global {
        left: 30px;
    }

    .toggle-modern-switch.active .toggle-modern-switch-element {
        left: 54px;
    }

    .snackbars {
        max-width: 540px;
        padding: 12px 15px;
        font-size: 15px;
    }
}

.footer-classic {
    border-top: 1px solid #ebebeb;
    color: #6c757d;
    line-height: 20px;
    font-size: 16px;
}

.bg-gray-100 + .footer-classic,
.breadcrumbs-custom + .footer-classic {
    border-top: 0;
}

.footer-classic-main {
    padding: 40px 0;
}

.footer-classic-title {
    font-weight: 600;
}

.footer-classic-aside {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #ebebeb;
}

    .footer-classic-aside .rights {
        color: #8491a5;
    }

.footer-classic .footer-classic-title + * {
    margin-top: 15px;
}

@media(max-width:575.98px) {
    .footer-classic-list {
        margin-bottom: -10px;
        margin-left: -15px;
    }

        .footer-classic-list > * {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 10px;
            margin-left: 15px;
        }

        .footer-classic-list > li {
            display: inline-block;
            vertical-align: middle;
        }

            .footer-classic-list > li + li {
                margin-top: 0;
            }
}

@media(min-width:576px) {
    .footer-classic-list > li + li {
        margin-top: 10px;
    }

    .footer-classic .footer-classic-title + * {
        margin-top: 25px;
    }
}

@media(min-width:768px) {
    .footer-classic-main {
        padding: 70px 0 60px;
    }

    .footer-classic-aside {
        padding: 35px 0;
    }
}

@media(min-width:1200px) {
    .footer-classic .footer-classic-title + * {
        margin-top: 20px;
    }
}

.profile-modern-main-item * + .list-inline {
    margin-top: 12px;
}

html:not(.tablet):not(.mobile) .profile-modern-main-item_secondary a.icon:hover {
    color: #ffea5c;
}

.layout-2-group .button,
.layout-2-group > * {
    margin-top: 0;
}

.layout-4 {
    position: relative;
}

@media(min-width:992px) {
    .layout-4 {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        padding: 40px 0;
    }
}

.container.layout-5-outer + .container {
    margin-top: 30px;
}

@media(min-width:768px) {
    .container.layout-5-outer + .container {
        margin-top: 40px;
    }
}

.ie-10 .timeline-classic-item-decoration::after,
.ie-10 .timeline-classic-item-decoration::before,
.ie-11 .timeline-classic-item-decoration::after,
.ie-11 .timeline-classic-item-decoration::before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

@keyframes object-hide {
    0% {
        opacity: 1;
    }

    25% {
        opacity: .1;
    }

    100%, 80% {
        opacity: 0;
    }
}

@keyframes object-show {
    0% {
        opacity: 0;
        transform: scale3d(.9, .9, .9);
    }

    33% {
        opacity: .05;
    }

    75% {
        opacity: .8;
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes opacity-loop {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@supports(clip-path:polygon(0 0)) or (-webkit-clip-path:polygon(0 0)) {
    .pt-classic-header .badge {
        opacity: 1;
        visibility: visible;
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    }
}

.pt-classic-group.active .pt-classic-icon {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    transition: .22s ease-in-out .22s;
}

    .pt-classic-group.active .pt-classic-icon .icon:nth-child(2) {
        transform: scale(1.85, 1.85);
        opacity: 0;
        visibility: hidden;
        transition: .22s ease-in-out .22s;
    }

.pt-classic-group.active .pt-classic-header .pt-classic-price-outer {
    padding-left: 40px;
}

.pt-classic-group.active .badge {
    opacity: 1;
    visibility: visible;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: .22s ease-in-out;
}

.pt-classic-icon .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 30px;
}

    .pt-classic-icon .icon:nth-child(2) {
        opacity: 1;
        visibility: visible;
        transform: scale(1, 1);
    }

@media(min-width:768px) and (max-width:1199.98px) {
    .pt-classic-group .row {
        margin-right: 0;
        margin-left: 0;
    }

        .pt-classic-group .row > [class*=col] {
            padding-left: 0;
            padding-right: 0;
        }
}

.pt-creative-main .owl-carousel {
    display: flex;
}

.pt-creative-main .owl-stage-outer {
    margin: -10px;
    padding: 10px;
}

.pt-creative-main .owl-stage {
    display: flex;
    align-items: flex-end;
}

.pt-creative-main .owl-item {
    visibility: hidden;
}

    .pt-creative-main .owl-item.active {
        visibility: visible;
    }

.pt-creative-main .owl-next,
.pt-creative-main .owl-prev {
    top: 16.5%;
    background-color: transparent;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .06);
}

    .pt-creative-main .owl-next.disabled,
    .pt-creative-main .owl-prev.disabled {
        opacity: .2;
        pointer-events: none;
        filter: grayscale(100%);
    }

.pt-creative-main .owl-prev {
    transform: translate(-35%, 0);
}

.pt-creative-main .owl-next {
    transform: translate(35%, 0);
}

.pt-creative-features .icon {
    font-size: 18px;
    color: #ff6f80;
}

@media(max-width:575.98px) {
    .pt-creative-main .owl-next,
    .pt-creative-main .owl-prev {
        box-shadow: none;
    }

    .pt-creative-main .button {
        padding: 10px 12px;
    }

    .pt-creative-features .icon {
        font-size: 16px;
    }
}

.pt-modern .nav-item {
    padding: 5px;
    cursor: unset;
}

.pt-modern .nav-link {
    position: relative;
    display: block;
    padding-left: 30px;
    font-family: Assistant, Arial, sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3;
    color: #262f3c;
    cursor: pointer;
}

    .pt-modern .nav-link > * {
        display: inline-block;
        margin-right: 12px;
        vertical-align: middle;
    }

.pt-modern .nav-item-indicator,
.pt-modern .nav-link {
    transition: .22s ease-in-out;
}

    .pt-modern .nav-link.active,
    .pt-modern .nav-link:hover {
        color: #0b6aa1;
    }

        .pt-modern .nav-link.active .nav-item-indicator,
        .pt-modern .nav-link:hover .nav-item-indicator {
            border-color: #0b6aa1;
        }

            .pt-modern .nav-link.active .nav-item-indicator::after {
                opacity: 1;
                visibility: visible;
                background: #0b6aa1;
            }

.pt-modern .tab-content {
    display: flex;
}

    .pt-modern .tab-content > .tab-pane {
        display: flex;
        width: 0;
    }

.pt-modern .tab-pane.active {
    width: 100%;
    transition: opacity .14s ease-in;
}

.pt-modern-features,
.pt-modern-features .icon {
    transition: .22s ease-in-out;
}

    .pt-modern-features .icon {
        position: absolute;
        left: 0;
        top: .2em;
        font-family: material design icons;
        color: #ff6f80;
    }

        .pt-modern-features .icon::before {
            content: '\f222';
        }

    .pt-modern-features [aria-disabled=true],
    .pt-modern-features [aria-disabled=true] .icon {
        color: #8491a5;
    }

        .pt-modern-features [aria-disabled=true] .icon::before {
            content: '\f24c';
        }

.pt-modern-element .link {
    display: flex;
    justify-content: center;
    padding: 20px 15px;
    text-align: center;
}

    .pt-modern-element .link:hover {
        color: #2c343b;
        background: rgba(249, 248, 248, .66);
    }

.nav-link:not(.active) + .pt-modern-features,
.nav-link:not(.active) + .pt-modern-features .icon {
    color: #8491a5;
}

@media(max-width:767.98px) {
    .pt-modern .nav-item {
        flex-shrink: 0;
        min-width: 200px;
        padding-right: 25px;
    }
}

@media(min-width:768px) {
    .pt-modern .nav-item {
        width: 50%;
    }

    .pt-modern .nav-link {
        padding-left: 36px;
        font-size: 18px;
    }

    .pt-modern .tab-content {
        display: flex;
        width: 23.5%;
        border-left: 1px solid #ebebeb;
    }

    .pt-modern-element .link {
        padding: 30px 20px;
    }

    .iphone-frame-4-next .icon {
        color: #8491a5;
        transform: rotate(-90deg);
    }

    .iphone-frame-4-next:hover .icon {
        color: #0b6aa1;
    }
}

@media(min-width:992px) {
    .pt-modern .nav-item {
        padding: 15px;
    }

    .pt-modern .nav-link {
        padding-left: 40px;
        font-size: 22px;
    }

    .pt-modern-element .link {
        padding: 35px 20px;
    }
}

@media(min-width:1200px) {
    .container.layout-5-outer + .container {
        margin-top: 55px;
    }

    .pt-modern .tab-content {
        width: 17.5%;
    }
}

.slick-slider-phone-frame-2 .slick-list {
    padding: 70px;
    margin: -70px;
    user-select: none;
}

.slick-slider-phone-frame-2 .slick-track {
    display: flex;
    align-items: center;
}

.slick-slider-phone-frame-2 .slick-slide {
    float: none;
    height: auto;
    opacity: 0;
    visibility: hidden;
}

    .slick-slider-phone-frame-2 .slick-slide:not(.slick-current) .tooltip-point::after,
    .slick-slider-phone-frame-2 .slick-slide:not(.slick-current) .tooltip-point::before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        animation: none;
    }

.slick-slider-phone-frame-2 .slick-active {
    opacity: .55;
    visibility: visible;
    transition: .05s;
    cursor: pointer;
}

.slick-slider-phone-frame-2 .slick-current {
    opacity: 1;
    z-index: 2;
    transition: .22s;
    cursor: default;
}

    .slick-slider-phone-frame-2 .slick-current .phone-frame-2 {
        transition: .44s;
        transform: scale3d(1.14, 1.14, 1.14);
    }

    .slick-slider-phone-frame-2 .slick-current .tooltip-point {
        pointer-events: auto;
    }

.slick-slider-phone-frame-2 .slick-active + .slick-active {
    transform: translate3d(47%, 0, 0);
}

.iphone-frame-4 .owl-carousel {
    position: absolute;
    overflow: hidden;
    top: 4%;
    left: 19.7%;
    right: 6%;
    bottom: 9%;
    width: auto;
    border-radius: 10px;
    background: #fff;
}

    .iphone-frame-4 .owl-carousel .owl-stage-outer,
    .iphone-frame-4 .owl-carousel .owl-stage-outer * {
        height: 100%;
    }

    .iphone-frame-4 .owl-carousel .owl-stage {
        display: flex;
    }

    .iphone-frame-4 .owl-carousel .item {
        display: flex;
        background-position: center top;
        background-size: cover;
    }

@media(max-width:767.98px) {
    .iphone-frame-4-next .icon {
        opacity: .7;
    }
}

.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    opacity: 0;
}

    .page.fadeIn {
        animation-timing-function: ease-out;
    }

    .page.fadeOut {
        animation-timing-function: ease-in;
    }

[data-x-mode] .page {
    opacity: 1;
}

.page-header-1 {
    position: relative;
    overflow: hidden;
}

    .page-header-1 .rd-navbar-modern.rd-navbar-static {
        z-index: 1080;
    }

        .page-header-1 .rd-navbar-modern.rd-navbar-static .rd-navbar-element::after {
            opacity: 1;
            visibility: visible;
            transition: .22s;
        }

        .page-header-1 .rd-navbar-modern.rd-navbar-static:not(.rd-navbar--is-stuck) .rd-navbar-element::after {
            opacity: 0;
            visibility: hidden;
        }

.page-header-2 .rd-navbar-modern.rd-navbar-static {
    background-color: transparent;
}

    .page-header-2 .rd-navbar-modern.rd-navbar-static::after {
        bottom: 0;
    }

    .page-header-2 .rd-navbar-modern.rd-navbar-static .rd-navbar-element::after {
        display: none;
    }

    .page-header-2 .rd-navbar-modern.rd-navbar-static .rd-navbar-nav {
        text-align: center;
    }

    .page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-link {
        color: #fff;
    }

        .page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-item.active .rd-nav-link,
        .page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle,
        .page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
        .page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle,
        .page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-item.opened .rd-nav-link,
        .page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle,
        .page-header-2 .rd-navbar-modern.rd-navbar-static .rd-nav-link:hover {
            color: #ffea5c;
        }

    .page-header-2 .rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck {
        background: #2c343b;
        border-bottom-color: #262f3c;
    }

        .page-header-2 .rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck::after {
            border-bottom-color: #262f3c;
        }

.page-header-2 .rd-navbar-modern.rd-navbar-fixed .rd-navbar-panel {
    background: #2c343b;
    border-bottom-color: #000;
}

.page-header-2 .rd-navbar-modern.rd-navbar-fixed .rd-navbar-element {
    background-color: transparent;
}

.page-header-2 .rd-navbar-modern.rd-navbar-fixed .rd-navbar-aside-open-toggle {
    opacity: .7;
}

.page-header-3 .rd-navbar-classic.rd-navbar-static {
    border-bottom-color: #ebebeb;
    z-index: 1080;
}

    .page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
        position: relative;
        z-index: 2;
        overflow: hidden;
        width: 190px;
        justify-content: flex-start;
        border: 0;
        background: #0b6aa1;
    }

        .page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-panel::after,
        .page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-panel::before {
            content: '';
            position: absolute;
            left: -10%;
            right: -8px;
            height: 50.2%;
            z-index: 0;
            background: #21cade;
        }

        .page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-panel::before {
            top: 0;
            transform: skew(-44deg);
        }

        .page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-panel::after {
            bottom: 0;
            transform: skew(44deg);
        }

        .page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-panel > * {
            position: relative;
            z-index: 1;
        }

    .page-header-3 .rd-navbar-classic.rd-navbar-static .brand-logo-dark {
        display: none;
    }

    .page-header-3 .rd-navbar-classic.rd-navbar-static .brand-logo-light {
        display: block;
    }

    .page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-slogan {
        position: relative;
        z-index: 1;
        width: calc(190px + 15.1vw);
        margin-left: -190px;
        color: #fff;
        background-color: transparent;
    }

        .page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-slogan::before {
            content: '';
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #0b6aa1;
        }

        .page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-slogan::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: -1px;
            width: 100vw;
            border-bottom: 1px solid #27bed7;
        }

@media(min-width:1920px) {
    .page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-slogan {
        width: calc(58vw - 480px);
    }
}

.page-header-3 .rd-navbar-classic.rd-navbar-static p.rd-navbar-slogan {
    padding-left: 215px;
}

.page-header-3 .rd-navbar-classic.rd-navbar-static .rd-navbar-link-1:not(:hover) {
    background-color: transparent;
}

.page-header-3 .rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-slogan {
    visibility: visible !important;
}

.rd-navbar-static-linked .page-header-3 .box-custom-4-aside-decoration {
    top: -100px;
}

.text-normal {
    font-style: normal;
}

.font-weight-extra-black {
    font-weight: 800;
}

.text-default {
    color: #8491a5;
}

.text-primary {
    color: #0b6aa1;
}

.text-secondary,
a.text-primary:hover {
    color: #ff6f80;
}

.text-gray-900 {
    color: #262f3c;
}

.bg-accent .text-primary,
.bg-gray-900 .text-primary,
.context-dark .text-primary {
    color: #ffea5c;
}

* + p {
    margin-top: 15px;
}

* + .heading-2,
* + h2 {
    margin-top: 13px;
}

* + .heading-4,
* + h4 {
    margin-top: 7px;
}

p + p {
    margin-top: 12px;
}

* + .row {
    margin-top: 30px;
}

* + .big {
    margin-top: 20px;
}

* + .button,
* + .text-block {
    margin-top: 30px;
}

* + .hr.container {
    margin-top: 0;
}

.brand + p {
    margin-top: 14px;
}

p + .button {
    margin-top: 20px;
}

.row + .heading-3,
.row + h3 {
    margin-top: 80px;
}

.heading-2 + .heading-4,
.heading-2 + h4,
h2 + .heading-4,
h2 + h4 {
    margin-top: 12px;
}

h3 + .owl-carousel {
    margin-top: 30px;
}

.container + .container {
    margin-top: 50px;
}

.row + .row {
    margin-top: 35px;
}

.big + .row {
    margin-top: 30px;
}

.big + .list-marked {
    margin-top: 25px;
}

* + .offset-top-4,
* + .offset-top-6 {
    margin-top: 28px;
}

.page * + .offset-top-3,
.page * + .offset-top-5 {
    margin-top: 18px;
}

html .page * + .ot30 {
    margin-top: 30px;
}

html .page * + .ot50 {
    margin-top: 50px;
}


@media (max-width:465px){
    * + .offset-top-4,
* + .offset-top-6 {
    margin-top: 10px;
}

}

@media(min-width:768px) {
    * + .row {
        margin-top: 40px;
    }

    * + .button {
        margin-top: 35px;
    }

    .container + .container {
        margin-top: 50px;
    }

    .big + .row {
        margin-top: 40px;
    }

    .big + .group {
        margin-top: 30px;
    }

    h3 + .owl-carousel {
        margin-top: 50px;
    }

    .heading-2 + .heading-4,
    .heading-2 + h4,
    h2 + .heading-4,
    h2 + h4 {
        margin-top: 20px;
    }

    * + .offset-top-6 {
        margin-top: 45px;
    }

    .page * + .offset-top-3,
    .page * + .offset-top-5 {
        margin-top: 25px;
    }
}

@media(min-width:992px) {
    .big + .list-marked {
        margin-top: 30px;
    }

    .container + .container {
        margin-top: 65px;
    }
}

@media(min-width:1200px) {
    * + .row {
        margin-top: 55px;
    }

    .brand + p {
        margin-top: 22px;
    }

    p + .button {
        margin-top: 30px;
    }

    .container + .container {
        margin-top: 85px;
    }

    .row + .row {
        margin-top: 60px;
    }

    .heading-2 + .heading-4,
    .heading-2 + h4,
    h2 + .heading-4,
    h2 + h4 {
        margin-top: 15px;
    }
}

@media(min-width:1600px) {
    .layout-4 {
        padding: 0;
    }

    .big + .group {
        margin-top: 50px;
    }
}

.row-20 {
    margin-bottom: -20px;
}

    .row-20 > * {
        margin-bottom: 20px;
    }

.row-30 {
    margin-bottom: -30px;
}

    .row-30 > * {
        margin-bottom: 30px;
    }

.row-50 {
    margin-bottom: -50px;
}

    .row-50 > * {
        margin-bottom: 50px;
    }

@media(min-width:768px) {
    .row-md-50 {
        margin-bottom: -50px;
    }

        .row-md-50 > * {
            margin-bottom: 50px;
        }
}

.section-lg,
.section-md,
.section-sm,
.section-xl {
    padding: 50px 0;
}

.section-collapse + .section-collapse {
    padding-top: 0;
}

.section-collapse:last-child {
    padding-bottom: 0;
}

@media(min-width:768px) {
    .section-md {
        padding: 70px 0;
    }

    .section-lg {
        padding: 85px 0;
    }
}

@media(min-width:992px) {
    .section-md {
        padding: 85px 0 95px;
    }

    .section-lg {
        padding: 100px 0;
    }
}

.section-single {
    display: flex;
    text-align: center;
}

    .section-single p {
        margin-left: auto;
        margin-right: auto;
    }

    .section-single * + .countdown-wrap,
    .section-single * + .rights,
    .section-single .countdown-wrap + * {
        margin-top: 35px;
    }

@media(min-width:992px) {
    .section-single * + .rights {
        margin-top: 60px;
    }

    .section-single .countdown-wrap + * {
        margin-top: 35px;
    }
}

.section-single .rd-mailform-wrap {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-single * + .rd-mailform-wrap {
    margin-top: 20px;
}

@supports(display:grid) {
    .section-single-inner {
        display: grid;
        justify-items: center;
        align-content: space-between;
        grid-template-columns: 1fr;
    }
}

.section + .section-decoration-1,
.section-decoration-1 + .section {
    border-top: 1px solid #ebebeb;
}

.grid-demo * + .row {
    margin-top: 20px;
}

.grid-demo .row + .row {
    margin-top: 0;
}

.grid-demo-bordered .row {
    border: 0 solid #ebebeb;
    border-top-width: 1px;
}

    .grid-demo-bordered .row:last-child {
        border-bottom-width: 1px;
    }

.grid-demo-underlined .row {
    border-bottom: 1px solid #ebebeb;
}

.row-x-16 {
    margin-left: -8px;
    margin-right: -8px;
}

    .row-x-16 > [class*=col] {
        padding-left: 8px;
        padding-right: 8px;
    }

@media(min-width:992px) {
    .row-lg-x-50 > [class*=col] {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.range {
    display: flex;
    flex-wrap: wrap;
}

    .range > [class*=cell] {
        position: relative;
        width: 100%;
        min-height: 1px;
    }

        .range > [class*=cell] > .row {
            margin: 0;
        }

        .range > [class*=cell].container,
        .range > [class*=col] {
            padding: 0;
        }

@media(min-width:576px) {
    .range > [class*=cell-sm]:nth-child(odd) .cell-inner {
        margin-left: auto;
    }

    .range > [class*=cell-sm].container {
        margin: 0;
    }
}

@media(min-width:768px) {
    .range > [class*=cell-md]:nth-child(odd) .cell-inner {
        margin-left: auto;
    }

    .range > [class*=cell-md].container {
        margin: 0;
    }
}

@media(min-width:992px) {
    [class*=cell-lg] > .row > [class*=col] {
        flex-basis: 100%;
    }

    .range > [class*=cell-lg]:nth-child(odd) .cell-inner {
        margin-left: auto;
    }

    .range > [class*=cell-lg].container {
        margin: 0;
    }
}

@media(min-width:1200px) {
    .row-xl-40 {
        margin-bottom: -40px;
    }

        .row-xl-40 > * {
            margin-bottom: 40px;
        }

    .row-xl-60 {
        margin-bottom: -60px;
    }

        .row-xl-60 > * {
            margin-bottom: 60px;
        }

    .section-lg {
        padding: 100px 0 110px;
    }

    @supports(object-fit:cover) {
        .section-layout-2-figure img {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            transform: none;
            object-fit: cover;
            object-position: 5% center;
        }
    }

    .range > [class*=cell-xl].container {
        margin: 0;
    }

    .range > [class*=cell-xl]:nth-child(odd) .cell-inner {
        margin-left: auto;
    }

    .range .cell-inner {
        flex-basis: 100%;
    }
}

.bg-accent .button-default,
.bg-gray-900 .button-default,
.context-dark .button-default {
    color: #2c343b;
    background: #fff;
    border-color: #fff;
}

    .bg-accent .button-default:hover,
    .bg-gray-900 .button-default:hover,
    .context-dark .button-default:hover {
        background: #ffea5c;
        border-color: #ffea5c;
    }

.bg-accent .select2-container--default .select2-selection--single,
.bg-gray-900 .select2-container--default .select2-selection--single,
.context-dark .select2-container--default .select2-selection--single {
    border-color: #fff;
}

.bg-white:not([style*=background-]) + .bg-white:not([style*=background-]) {
    padding-top: 0;
}

.bg-gray-100 {
    background-color: #f9f8f8;
}

    .bg-gray-100:not([style*=background-]) + .bg-gray-100:not([style*=background-]) {
        padding-top: 0;
    }

.bg-gray-100-color {
    background: #f9f8f8;
}

.bg-gray-3:not([style*=background-]) + .bg-gray-3:not([style*=background-]),
.bg-gray-900:not([style*=background-]) + .bg-gray-900:not([style*=background-]) {
    padding-top: 0;
}

.bg-accent .button-primary {
    color: #e9ecef;
    background: #ec4242;
    border-color: #ec4242;
}

    .bg-accent .button-primary:hover {
        background: #fff;
        border-color: #fff;
        color: #000;
    }

.bg-accent .button-secondary:hover {
    color: #262f3c;
    background: #fff;
    border-color: #fff;
}

.bg-accent .rd-navbar-aside-open-toggle span {
    background: #fff;
}

[class*=bg-] {
    background-size: cover;
    background-position: center center;
}

[class*=bg-overlay] {
    position: relative;
}

    [class*=bg-overlay]::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none;
        z-index: 1;
    }

    [class*=bg-overlay] > * {
        position: relative;
        z-index: 1;
    }

.bg-overlay-3::before {
    opacity: .77;
}

.height-fill {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

    .height-fill > * {
        flex-grow: 1;
        flex-shrink: 0;
    }

.object-inline {
    white-space: nowrap;
}

    .object-inline > * {
        display: inline-block;
        min-width: 20px;
        vertical-align: top;
        white-space: normal;
    }

        .object-inline > * + * {
            margin-left: 5px;
        }

html .oh {
    position: relative;
    overflow: hidden;
}

p.rights {
    color: #8491a5;
}

.text-block > * {
    margin-left: .125em;
    margin-right: .125em;
}

.map {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 720px;
    min-height: 280px;
    margin-left: auto;
    margin-right: auto;
}

.map-image {
    opacity: .14;
}

.map-marker.active::before {
    transform: scale3d(.9, .9, .9);
}

.map-popup .owl-dots {
    text-align: left;
}

.map-popup.active {
    opacity: 1;
    visibility: visible;
}

.bg-accent .map-image,
.bg-gray-900 .map-image,
.context-dark .map-image {
    opacity: .45;
}

[class*=layers-group-layer] {
    display: block;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 1;
}

html:not(.lt-ie10) .not-animated {
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@-webkit-keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeInRightSmall {
    animation-name: fadeInRightSmall;
}

@keyframes fadeInRightSmall {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeftSmall {
    animation-name: fadeInLeftSmall;
}

@keyframes fadeInLeftSmall {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall;
    transform-origin: 50% 100%;
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUpSmall {
    0% {
        transform: translateY(60px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, .8);
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes slideInLeftLg {
    0% {
        opacity: 0;
        transform: translate3d(-120%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRightLg {
    0% {
        opacity: 0;
        transform: translate3d(120%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.clipInLeft {
    animation-name: fadeInLeftSmall;
}

.clipInRight {
    animation-name: fadeInRightSmall;
}

@supports(clip-path:polygon(0 0)) {
    @keyframes clipInLeft {
        0% {
            clip-path: polygon(-10% -10%, -10% -10%, -10% 110%, -10% 110%);
        }

        100% {
            clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
        }
    }

    @keyframes clipInRight {
        0% {
            clip-path: polygon(110% -10%, 110% -10%, 110% 110%, 110% 110%);
        }

        100% {
            clip-path: polygon(-10% -10%, 110% -10%, 110% 110%, -10% 110%);
        }
    }

    @keyframes clipInUp {
        0% {
            clip-path: polygon(-10% 110%, -10% 110%, 110% 110%, 110% 110%);
        }

        100% {
            clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
        }
    }

    @keyframes clipInDown {
        0% {
            clip-path: polygon(-10% -10%, -10% -10%, 110% -10%, 110% -10%);
        }

        100% {
            clip-path: polygon(-10% 110%, -10% -10%, 110% -10%, 110% 110%);
        }
    }

    .clipInLeft {
        animation-name: clipInLeft;
    }

    .clipInRight {
        animation-name: clipInRight;
    }

    .clipInUp {
        animation-name: clipInUp;
    }

    .clipInDown {
        animation-name: clipInDown;
    }
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #fff;
    transition: .1s;
}

    .preloader.loaded {
        opacity: 0;
        visibility: hidden;
    }

        .preloader.loaded .object {
            animation: none;
        }

#loading {
    background-color: #fff;
}

#loading-center-object {
    width: 200px;
    height: 200px;
    transform: rotate(135deg);
}

.preloader-body {
    text-align: center;
}

.object {
    border-radius: 50%;
    position: absolute;
    border: 4px solid #0b6aa1;
    border-bottom-color: transparent;
    border-right-color: transparent;
    animation: 2s infinite animate;
}

#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

#object_two {
    top: 65px;
    left: 65px;
    width: 70px;
    height: 70px;
    animation-delay: .2s;
}

#object_three {
    top: 55px;
    left: 55px;
    width: 90px;
    height: 90px;
    animation-delay: .4s;
}

#object_four {
    top: 45px;
    left: 45px;
    width: 110px;
    height: 110px;
    animation-delay: .6s;
}

@keyframes animate {
    50% {
        transform: rotate(360deg) scale(.8);
    }
}

.ui-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 54px;
    height: 54px;
    font-size: 24px;
    line-height: 53px;
    color: #fff;
    background: #ec4242;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: .45s ease-in-out;
    transform: translate3d(0, 100px, 0);
}

    .ui-to-top:hover {
        color: #fff;
        background: #0b6aa1;
        text-decoration: none;
    }

    .ui-to-top:focus {
        color: #fff;
    }

    .ui-to-top.active {
        transform: translate3d(0, 0, 0);
    }

html.mobile .ui-to-top,
html.tablet .ui-to-top {
    display: none !important;
}

@media(min-width:576px) {
    .ui-to-top {
        right: 40px;
        bottom: 40px;
    }
}

@keyframes rd-navbar-slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes rd-navbar-slide-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.rd-menu,
.rd-navbar,
.rd-navbar-fixed .rd-navbar-dummy,
.rd-navbar-fixed .rd-navbar-nav-wrap.active,
.rd-navbar-fixed .rd-navbar-submenu,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-static .rd-menu,
.rd-navbar-wrap {
    transition: .3s ease-in-out;
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
    transition: none !important;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
    display: none;
}

.rd-navbar {
    display: none;
    background: #fff;
}

.rd-navbar-toggle {
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #2c343b;
    background-color: transparent;
    border: none;
    display: none;
    margin-left: 0px;
    margin-right: 6px;
}

@media (max-width:350px){
    .rd-navbar-toggle {
    width: 35px !important;
}
}

    .rd-navbar-toggle span {
        position: relative;
        display: block;
        margin: auto;
        transition: .3s;
    }

        .rd-navbar-toggle span::after,
        .rd-navbar-toggle span::before {
            content: "";
            position: absolute;
            left: 0;
            top: -6px;
            transition: top .3s .3s, transform .3s;
        }

        .rd-navbar-toggle span::after {
            top: 6px;
        }

        .rd-navbar-toggle span,
        .rd-navbar-toggle span::after,
        .rd-navbar-toggle span::before {
            width: 24px;
            height: 3px;
            background-color: #2c343b;
            backface-visibility: hidden;
            border-radius: 0;
        }

    .rd-navbar-toggle.active span {
        transition: background .3s;
    }

        .rd-navbar-toggle.active span::after,
        .rd-navbar-toggle.active span::before {
            top: 0;
            transition-delay: 0s, .3s;
        }

        .rd-navbar-toggle.active span::before {
            transform: rotate(-45deg);
        }

        .rd-navbar-toggle.active span::after {
            transform: rotate(45deg);
        }

.bg-accent .rd-navbar-toggle,
.bg-gray-900 .rd-navbar-toggle,
.context-dark .rd-navbar-toggle {
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #ffea5c;
    display: none;
}

    .bg-accent .rd-navbar-toggle span,
    .bg-gray-900 .rd-navbar-toggle span,
    .context-dark .rd-navbar-toggle span {
        position: relative;
        display: block;
        margin: auto;
        transition: .3s;
    }

        .bg-accent .rd-navbar-toggle span::after,
        .bg-accent .rd-navbar-toggle span::before,
        .bg-gray-900 .rd-navbar-toggle span::after,
        .bg-gray-900 .rd-navbar-toggle span::before,
        .context-dark .rd-navbar-toggle span::after,
        .context-dark .rd-navbar-toggle span::before {
            content: "";
            position: absolute;
            left: 0;
            top: -6px;
            transition: top .3s .3s, transform .3s;
        }

        .bg-accent .rd-navbar-toggle span::after,
        .bg-gray-900 .rd-navbar-toggle span::after,
        .context-dark .rd-navbar-toggle span::after {
            top: 6px;
        }

        .bg-accent .rd-navbar-toggle span,
        .bg-accent .rd-navbar-toggle span::after,
        .bg-accent .rd-navbar-toggle span::before,
        .bg-gray-900 .rd-navbar-toggle span,
        .bg-gray-900 .rd-navbar-toggle span::after,
        .bg-gray-900 .rd-navbar-toggle span::before,
        .context-dark .rd-navbar-toggle span,
        .context-dark .rd-navbar-toggle span::after,
        .context-dark .rd-navbar-toggle span::before {
            width: 24px;
            height: 2px;
            background-color: #ffea5c;
            backface-visibility: hidden;
            border-radius: 0;
        }

    .bg-accent .rd-navbar-toggle.active span,
    .bg-gray-900 .rd-navbar-toggle.active span,
    .context-dark .rd-navbar-toggle.active span {
        transition: background .3s;
        background: 0 0;
    }

        .bg-accent .rd-navbar-toggle.active span::after,
        .bg-accent .rd-navbar-toggle.active span::before,
        .bg-gray-900 .rd-navbar-toggle.active span::after,
        .bg-gray-900 .rd-navbar-toggle.active span::before,
        .context-dark .rd-navbar-toggle.active span::after,
        .context-dark .rd-navbar-toggle.active span::before {
            top: 0;
            transition-delay: 0s, .3s;
        }

        .bg-accent .rd-navbar-toggle.active span::before,
        .bg-gray-900 .rd-navbar-toggle.active span::before,
        .context-dark .rd-navbar-toggle.active span::before {
            transform: rotate(-45deg);
        }

        .bg-accent .rd-navbar-toggle.active span::after,
        .bg-gray-900 .rd-navbar-toggle.active span::after,
        .context-dark .rd-navbar-toggle.active span::after {
            transform: rotate(45deg);
        }

.rd-navbar-collapse-toggle.active span {
    transform: scale(.7);
}

    .rd-navbar-collapse-toggle.active span::before {
        transform: translateY(18px);
    }

    .rd-navbar-collapse-toggle.active span::after {
        transform: translateY(-18px);
    }

.rd-navbar-brand a {
    display: block;
    text-align: left;
}

.rd-navbar-search {
    position: relative;
    display: inline-flex;
}

    .rd-navbar-search .form-input {
        padding-right: 50px;
    }

    .rd-navbar-search .rd-search-form-submit {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 50px;
        padding: 0;
        margin: 0;
        border: none;
        cursor: pointer;
        background-color: transparent;
        color: #d7d7d7;
        transition: .33s;
    }

        .rd-navbar-search .rd-search-form-submit:hover {
            color: #0b6aa1;
        }

.rd-navbar-search-toggle {
    background: 0 0;
    border: none;
    display: inline-block;
    padding: 0;
    outline: 0;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

    .rd-navbar-search-toggle::-moz-focus-inner {
        border: none;
        padding: 0;
    }

.rd-navbar-dropdown,
.rd-navbar-dummy {
    display: none;
}

.rd-navbar-aside-open-toggle {
    position: relative;
    width: 30px;
    height: 20px;
    padding: 0;
    border: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    cursor: pointer;
}

    .rd-navbar-aside-open-toggle span {
        position: relative;
        display: block;
        height: 2px;
        background: #2c343b;
    }

        .rd-navbar-aside-open-toggle span + span {
            margin-top: 7px;
        }

        .rd-navbar-aside-open-toggle span:nth-child(1),
        .rd-navbar-aside-open-toggle span:nth-child(3) {
            width: 100%;
        }

        .rd-navbar-aside-open-toggle span:nth-child(2) {
            left: 0;
            width: 66%;
            transition: .33s;
        }

    .rd-navbar-aside-open-toggle:hover span:nth-child(2) {
        left: 33%;
    }

.rd-navbar-static {
    display: block;
}

    .rd-navbar-static .rd-nav-item {
        display: inline-block;
        white-space: nowrap;
    }

        .rd-navbar-static .rd-nav-item > * {
            display: inline-block;
            white-space: normal;
        }

        .rd-navbar-static .rd-nav-item.focus .rd-nav-link,
        .rd-navbar-static .rd-nav-item.opened .rd-nav-link {
            color: #0b6aa1;
            background: 0 0;
        }

        .rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle,
        .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
            color: #0b6aa1;
        }

        .rd-navbar-static .rd-nav-item.active .rd-nav-link {
            color: #0b6aa1;
            background: 0 0;
        }

        .rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
            color: #6c757d;
        }

        .rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before,
        .rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before,
        .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before {
            transform: rotate(-180deg);
        }

        .rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
            margin-left: 4px;
            font-family: fontawesome !important;
            font-size: 16px;
            cursor: pointer;
        }

            .rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
                position: relative;
                display: inline-block;
                transition: .22s;
                content: "\f107";
            }

            .rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
                color: #0b6aa1;
            }

        .rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
            margin-top: 20px;
        }

        .rd-navbar-static .rd-nav-item + .rd-nav-item {
            margin-left: 28px;
        }

    .rd-navbar-static .rd-nav-link {
        position: relative;
        display: inline-block;
        color: #2c343b;
        font-size: 20px;
        line-height: 1.2;
        transition: .25s;
        font-weight: 400;
        font-family: Assistant, Arial, sans-serif;
    }

.accessibility-menu-dropdown {
    padding: 25px 5px 5px !important;
}

.rd-navbar-static .rd-nav-link:hover {
    color: #0b6aa1;
}

.rd-navbar-static .rd-menu {
    z-index: 15;
    position: absolute;
    display: block;
    margin-top: 27px;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    border: 1px solid #ebebeb;
    transform-origin: 50% 0;
    transform: translate3d(0, 1px, 0);
}

.rd-navbar-static .rd-navbar-dropdown {
    position: absolute;
    left: -23px;
    width: 240px;
    padding: 25px 15px 30px;
    background: #fff;
    z-index: 5;
}

    .rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
        top: -1px;
        left: 100%;
        z-index: 2;
        margin-top: -15px;
        margin-left: 15px;
        transform: translate3d(10px, 0, 0);
    }

        .rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
            left: auto;
            right: 100%;
            margin-left: 0;
            margin-right: 15px;
            transform: translate3d(-10px, 0, 0);
        }

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link,
.rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
    color: #0b6aa1;
}

.rd-navbar-static .rd-dropdown-link {
    color: #2c343b;
}

    .rd-navbar-static .rd-dropdown-link:hover {
        color: #0b6aa1;
    }

.rd-navbar-static .rd-megamenu-list a,
.rd-navbar-static .rd-navbar-dropdown a {
   display: block;
        -webkit-transition: .1s;
        -o-transition: .1s;
        transition: .1s;
        /*font-weight: 500;*/
        line-height: 1.4;
        margin-bottom: 5px;
        /*font-family: 'Assistant';
        font-size: 19px;*/
        border-bottom: 1px solid #e9ecef;
        padding-bottom: 5px;
}
.rd-navbar-static .rd-navbar-dropdown li:last-child a{
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;

    }
    .rd-navbar-static .rd-megamenu-list a:hover,
    .rd-navbar-static .rd-navbar-dropdown a:hover {
         -webkit-transition: .15s;
            -o-transition: .15s;
            transition: .15s;
    }

.rd-navbar-static .rd-dropdown-item + .rd-dropdown-item,
.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
    margin-top: 5px;
}

.rd-navbar-static .rd-navbar-megamenu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
}

.rd-navbar-static .rd-navbar-megamenu-inner {
    display: flex;
    width: 100%;
    padding: 30px 25px 50px;
    background: #fff;
}

.rd-navbar-static .rd-megamenu-item {
    flex-basis: 50%;
    flex-grow: 1;
}

    .rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
        padding-left: 30px;
    }

.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
    margin-top: 12px;
}

.rd-navbar-static .rd-megamenu-title {
    font-family: Assistant, Arial, sans-serif;
    color: #262f3c;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}

.rd-navbar-static .rd-megamenu-list-link {
    color: #2c343b;
}

    .rd-navbar-static .rd-megamenu-list-link:hover {
        color: #0b6aa1;
    }

.rd-navbar-static * + .rd-megamenu-list {
    margin-top: 23px;
}

.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu,
.rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

@media(min-width:1170px) {
    .rd-navbar-static .rd-navbar-megamenu {
        left: 50%;
        margin-left: -585px;
        width: 1170px;
    }
}

@media(min-width:1600px) {
    .rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
        padding-left: 70px;
    }
}

.rd-navbar-static.rd-navbar--is-clone {
    display: block;
    transform: translate3d(0, -100%, 0);
}

    .rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
        transform: translate3d(0, 0, 0);
    }

.rd-navbar-static.rd-navbar--is-clone,
.rd-navbar-static.rd-navbar--is-stuck {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1080;
    background: #fff;
}

.rd-navbar-static .rd-navbar--has-dropdown {
    position: relative;
}

.rd-navbar-fixed {
    display: block;
}

    .rd-navbar-fixed .rd-navbar-toggle {
        display: inline-block;
    }

    .rd-navbar-fixed .rd-navbar-brand {
        position: relative;
        margin-right: 6px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: right;
        flex-grow: 1;
    }

        .rd-navbar-fixed .rd-navbar-brand img {
            max-width: 160px;
            max-height: 50px;
            width: auto;
            height: auto;
        }

    .rd-navbar-fixed .rd-navbar-panel {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 1080;
        display: flex;
        align-items: center;
        height: 56px;
        padding: 4px;
    }

    .rd-navbar-fixed .rd-navbar-nav-wrap {
        position: fixed;
        left: 0;
        top: -56px;
        bottom: -56px;
        z-index: 1079;
        width: 370px;
        max-width: 95%;
        padding: 117.6px 10px 81px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        font-size: 14px;
        line-height: 34px;
        transform-origin: 0 50%;
        transform: translate3d(-10px, 0, 0);
        opacity: 0;
        visibility: hidden;
        transition: .11s;
    }

        .rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
            width: 3px;
        }

        .rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
            background: #0b6aa1;
            border: none;
            border-radius: 0;
            opacity: .2;
        }

        .rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
            background: #ebebeb;
            border: none;
            border-radius: 0;
        }

        .rd-navbar-fixed .rd-navbar-nav-wrap.active {
            opacity: 1;
            visibility: visible;
            transform: translate3d(0, 0, 0);
        }

        .rd-navbar-fixed .rd-navbar-nav-wrap .rd-navbar-element {
            margin: 10px;
            padding: 5px;
            text-align: center;
        }

    .rd-navbar-fixed .rd-navbar-dummy {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: -1000px;
        background: rgba(0, 0, 0, .2);
        opacity: 0;
        z-index: 1000;
        pointer-events: none;
    }

    .rd-navbar-fixed .rd-navbar-nav-wrap.active ~ .rd-navbar-dummy {
        opacity: 1;
    }

    .rd-navbar-fixed .rd-navbar-nav {
        display: block;
        margin: 15px 0;
        height: auto;
        text-align: left;
    }

    .rd-navbar-fixed .rd-nav-item {
        text-align: left;
    }

        .rd-navbar-fixed .rd-nav-item:last-child .rd-nav-link {
            border-bottom: 1px solid #ebebeb;
        }

    .rd-navbar-fixed .rd-nav-link {
        display: block;
        border-top: 1px solid #ebebeb;
        padding: 9px 56px 9px 14px;
        font-size: 18px;
    }

    .rd-navbar-fixed li:first-child .rd-nav-link {
        border-top: none;
    }

    .rd-navbar-fixed li.opened > .rd-navbar-dropdown {
        border-top: 1px solid #ebebeb;
        padding: 4px 0 20px;
    }

    .rd-navbar-fixed li.opened > .rd-navbar-megamenu {
        border-top: 1px solid #ebebeb;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .rd-navbar-fixed li.opened > .rd-menu {
        opacity: 1;
        height: auto;
    }

    .rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {
        transform: rotate(-180deg);
    }

    .rd-navbar-fixed .rd-menu {
        display: none;
        transition: opacity .3s, height .4s;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }

    .rd-navbar-fixed .rd-navbar-submenu {
        position: relative;
    }

        .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
            height: 34px;
            line-height: 34px;
        }

        .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a,
        .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
            padding-left: 16px;
        }

        .rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a {
            padding-left: 25px;
        }

        .rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
        .rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
            display: block;
        }

    .rd-navbar-fixed .rd-megamenu-list > li > a,
    .rd-navbar-fixed .rd-navbar-dropdown > li > a {
        display: block;
        padding: 9px 10px 9px 4px;
        font-size: 16px;
        line-height: 1.5;
    }

    .rd-navbar-fixed .rd-megamenu-list > li + li,
    .rd-navbar-fixed .rd-navbar-dropdown > li + li {
        margin-top: 3px;
    }

    .rd-navbar-fixed .rd-megamenu-item {
        position: relative;
    }

    .rd-navbar-fixed .rd-megamenu-title {
        position: absolute;
        top: -10%;
        right: 2%;
        display: block;
        padding: 0 14px 7px;
        font-size: 20px;
        line-height: 1.5;
        font-weight: 700;
        color: #8491a5;
        opacity: .15;
        transform-origin: 41% 162%;
        transform: rotate(-90deg);
    }

    .rd-navbar-fixed .rd-megamenu-list > li > a {
        padding-left: 20px;
    }

    .rd-navbar-fixed * + .rd-megamenu-list {
        margin-top: 11px;
    }

    .rd-navbar-fixed * + .rd-megamenu-title,
    .rd-navbar-fixed .rd-megamenu-item + .rd-megamenu-item {
        margin-top: 20px;
    }

    .rd-navbar-fixed .rd-navbar-submenu-toggle {
        cursor: pointer;
        color: #2c343b;
    }

        .rd-navbar-fixed .rd-navbar-submenu-toggle::after {
            content: "\f107";
            position: absolute;
            top: 0;
            right: 0;
            width: 56px;
            height: 52px;
            /* font: 400 16px/52px material design icons; */
            font: 400 16px/52px FontAwesome;
            text-align: center;
            transition: .4s;
            z-index: 2;
            cursor: pointer;
        }

    .rd-navbar-fixed .rd-navbar-link {
        display: flex;
        padding: 16px 20px;
        border: 1px solid #ebebeb;
    }

    .rd-navbar-fixed * + .rd-navbar-nav {
        margin-top: 20px;
    }

    .rd-navbar-fixed * + .rd-navbar-link {
        margin-top: 10px;
    }

    .rd-navbar-fixed .rd-navbar-nav + .rd-navbar-link {
        margin-top: 35px;
    }

    .rd-navbar-fixed .rd-navbar-slogan {
        padding: 20px 10px 10px;
        text-align: center;
    }

    .rd-navbar-fixed.rd-navbar--is-clone {
        display: none;
    }

    .rd-navbar-fixed .rd-navbar-panel {
        color: #2c343b;
        box-shadow: none;
        background: #fff;
        border-bottom: 1px solid #ebebeb;
    }

    .rd-navbar-fixed .rd-navbar-nav-wrap {
        background: #fff;
        border: 1px solid #ebebeb;
        border-left: 0;
        box-shadow: none;
    }

    .rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
    .rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle,
    .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
    .rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle,
    .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link,
    .rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle,
    .rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
    .rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle {
        color: #0b6aa1;
    }

    .rd-navbar-fixed .rd-dropdown-link,
    .rd-navbar-fixed .rd-megamenu-list-link,
    .rd-navbar-fixed .rd-nav-link {
        color: #2c343b;
    }

    .rd-navbar-fixed .rd-megamenu-list > li.active > a,
    .rd-navbar-fixed .rd-megamenu-list > li.focus > a,
    .rd-navbar-fixed .rd-megamenu-list > li.opened > a,
    .rd-navbar-fixed .rd-megamenu-list > li:hover > a,
    .rd-navbar-fixed .rd-navbar-dropdown > li.active > a,
    .rd-navbar-fixed .rd-navbar-dropdown > li.focus > a,
    .rd-navbar-fixed .rd-navbar-dropdown > li.opened > a,
    .rd-navbar-fixed .rd-navbar-dropdown > li:hover > a {
        color: #0b6aa1;
    }

    .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
        border-bottom: 1px solid #ebebeb;
    }

    .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a,
    .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active,
    .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus {
        color: #fff;
    }

        .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
            color: #0b6aa1;
        }

    .rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
        color: #d7d7d7;
    }

        .rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
            color: #0b6aa1;
        }

    .rd-navbar-fixed .rd-navbar-search-toggle {
        color: #2c343b;
    }

        .rd-navbar-fixed .rd-navbar-search-toggle:hover {
            color: #0b6aa1;
        }

    .rd-navbar-fixed .rd-navbar-collapse {
        background-color: #fff;
        box-shadow: 0 0 22px -4px rgba(0, 0, 0, .17);
    }

        .rd-navbar-fixed .rd-navbar-collapse,
        .rd-navbar-fixed .rd-navbar-collapse a {
            color: #2c343b;
        }

html.rd-navbar-fixed-linked .page {
    padding-top: 56px;
}

.rd-navbar-classic.rd-navbar-static {
    border-bottom: 1px solid transparent;
    z-index: 1080;
}

    .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
        position: relative;
        display: flex;
        z-index: 2;
    }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 20px;
    }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
        width: auto;
        height: auto;
        max-width: 200px;
        max-height: 200px;
    }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap {
        display: flex;
        flex-grow: 1;
        min-height: 75px;
    }

        .rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap > * {
            display: flex;
            align-items: center;
        }

        .rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap > :first-child {
            padding-left: 25px;
        }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-nav {
        flex-grow: 1;
        justify-content: flex-start;
        padding: 20px 40px;
    }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-element,
    .rd-navbar-classic.rd-navbar-static .rd-navbar-link {
        flex-shrink: 0;
    }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-link {
        padding: 15px 20px;
    }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-element {
        display: flex;
        align-items: center;
    }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-element_centered {
        padding: 10px 20px;
        text-align: center;
    }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-element_right {
        padding: 0 15px;
    }

    .rd-navbar-classic.rd-navbar-static * + .rd-navbar-element {
        margin-left: 0;
        padding: 0 20px;
    }

@media(min-width:992px) and (max-width:1199.98px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-nav > li + li {
        margin-left: 25px;
    }

    .rd-navbar-classic.rd-navbar-static .rd-dropdown-link,
    .rd-navbar-classic.rd-navbar-static .rd-megamenu-list-link,
    .rd-navbar-classic.rd-navbar-static .rd-nav-link {
        /*font-size: 14px;*/
    }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-submenu-toggle {
        position: relative;
        top: 1px;
        font-size: 15px;
    }
}

@media(min-width:992px) and (max-width:1599.98px) {
    .rd-navbar-classic.rd-navbar-static .rd-menu {
        margin-top: 24px;
    }
}

@media(min-width:1200px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-element_right {
        padding: 0 25px;
    }
}

@media(min-width:1400px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-link {
        padding: 15px 30px;
    }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-element_centered {
        padding: 10px 30px;
    }
}

@media(min-width:1600px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-nav {
        padding: 15px 120px 20px;
    }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-element_centered {
        padding: 10px 25px;
    }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-element_right {
        padding: 0 35px;
    }

    .rd-navbar-classic.rd-navbar-static .rd-navbar-link {
        padding: 15px 40px;
    }
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck {
    border-bottom-color: #ebebeb;
}

    .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer,
    .rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer {
        display: none;
    }

    .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu,
    .rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu {
        margin-top: 17px;
    }

.rd-navbar-classic.rd-navbar-fixed .list-localization {
    position: fixed;
    right: 8px;
    top: 28px;
    display: flex;
    align-items: center;
    z-index: 1081;
    transform: translateY(-50%);
}

.rd-navbar-modern .rd-navbar-element {
    display: flex;
    align-items: center;
}

.rd-navbar-modern .rd-navbar-aside-open-toggle {
    position: relative;
    transition: .11s;
}

    .rd-navbar-modern .rd-navbar-aside-open-toggle.active {
        transform: translate3d(20px, 0, 0);
    }

.rd-navbar-modern .rd-navbar-aside-close-toggle {
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    cursor: pointer;
}

.rd-navbar-modern .rd-navbar-aside.active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.rd-navbar-modern .rd-navbar-aside-link.active {
    color: #0b6aa1;
    pointer-events: none;
}

.rd-navbar-modern * + .button {
    margin-top: 0;
}

.rd-navbar-modern.rd-navbar-static::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid transparent;
    transition: inherit;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

    .rd-navbar-modern.rd-navbar-static .rd-navbar-main > * + * {
        margin-left: 25px;
    }

.rd-navbar-modern.rd-navbar-static .rd-navbar-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-nav-wrap {
    display: flex;
    flex-grow: 1;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-nav {
    display: flex;
    align-items: center;
    min-height: 75px;
    flex-grow: 1;
    padding: 20px 40px;
}

    .rd-navbar-modern.rd-navbar-static .rd-navbar-nav > li + li {
        margin-left: 20px;
    }

.rd-navbar-modern.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-modern.rd-navbar-static .rd-navbar-megamenu-inner {
    border-radius: 8px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .18);
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-dropdown {
    padding: 0;
    border: 0;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-megamenu {
    border: 0;
}

.rd-navbar-modern.rd-navbar-static .rd-dropdown-item + .rd-dropdown-item {
    border-top: 1px solid #ebebeb;
}

.rd-navbar-modern.rd-navbar-static .rd-dropdown-link {
    padding: 10px 10px 10px 25px;
    font-family: Assistant, Arial, sans-serif;
    font-size: 15px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-element {
    position: relative;
    display: flex;
    align-self: stretch;
    align-items: center;
    padding: 12px 0 12px 25px;
    background-color: transparent;
}

    .rd-navbar-modern.rd-navbar-static .rd-navbar-element > * + * {
        margin-left: 25px;
    }

    .rd-navbar-modern.rd-navbar-static .rd-navbar-element::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100vw;
        border-radius: 10px;
        z-index: -1;
        border: 1px solid transparent;
        transform: skewX(13deg);
        pointer-events: none;
        backface-visibility: hidden;
    }

    .rd-navbar-modern.rd-navbar-static .rd-navbar-element .button {
        min-width: 130px;
    }

@media(min-width:992px) and (max-width:1199.98px) {
    .rd-navbar-modern.rd-navbar-static .rd-dropdown-link,
    .rd-navbar-modern.rd-navbar-static .rd-megamenu-list-link,
    .rd-navbar-modern.rd-navbar-static .rd-nav-link {
        font-size: 14px;
    }

    .rd-navbar-modern.rd-navbar-static .rd-navbar-submenu-toggle {
        position: relative;
        top: 1px;
        font-size: 15px;
    }
}

@media(min-width:1920px) {
    .rd-navbar-modern.rd-navbar-static .rd-navbar-aside {
        width: auto;
        left: calc(50% + 600px - 30px - 25px);
    }
}

@media(min-width:1600px) {
    .rd-navbar-modern.rd-navbar-static .rd-navbar-nav {
        padding: 15px 30px 20px 85px;
    }

        .rd-navbar-modern.rd-navbar-static .rd-navbar-nav > li + li {
            margin-left: 46px;
        }
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone::after,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck::after {
    border-bottom-color: #ebebeb;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu {
    margin-top: 17px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-element {
    position: fixed;
    top: 0;
    right: 0;
    height: 56px;
    z-index: 1081;
    padding-left: 20px;
    padding-right: 10px;
}

    .rd-navbar-modern.rd-navbar-fixed .rd-navbar-element > * + * {
        margin-left: 30px;
    }

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-aside {
    max-width: 90%;
}

@media(max-width:575.98px) {
    .rd-navbar-modern.rd-navbar-fixed .rd-navbar-element .button {
        padding: 0;
        border: 0;
        background-color: transparent;
    }

    [data-isotope-layout] [class*=col-] {
        max-width: 100%;
    }
}

@media(min-width:576px) and (max-width:991.98px) {
    .rd-navbar-modern.rd-navbar-fixed .rd-navbar-aside {
        max-width: 320px;
    }
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: inherit;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container {
    display: flex;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    z-index: 1;
    flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    touch-action: pan-x;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide,
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: 1s steps(12, end) infinite swiper-preloader-spin;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PGxpbmUgaWQ9J2wnIHgxPSc2MCcgeDI9JzYwJyB5MT0nNycgeTI9JzI3JyBzdHJva2U9JyM2YzZjNmMnIHN0cm9rZS13aWR0aD0nMTEnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjwvZGVmcz48Zz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwLDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2wnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAsNjApJy8+PHVzZSB4bGluazpocmVmPScjbCcgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCw2MCknLz48L2c+PC9zdmc+);
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PGxpbmUgaWQ9J2wnIHgxPSc2MCcgeDI9JzYwJyB5MT0nNycgeTI9JzI3JyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMTEnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjwvZGVmcz48Zz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwLDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2wnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAsNjApJy8+PHVzZSB4bGluazpocmVmPScjbCcgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCw2MCknLz48L2c+PC9zdmc+);
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-slide > .parallax_cnt,
.swiper-slide > .vide__body {
    height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    font-size: 26px;
    line-height: 1;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .2s ease-in;
    will-change: transform;
    z-index: 10;
}

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        color: #0b6aa1;
    }

@media(min-width:768px) {
    .rd-navbar-modern .rd-navbar-aside-close-toggle {
        font-size: 24px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: block;
    }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev {
    left: 30px;
}

    .swiper-button-prev:before {
        font-family: fontawesome;
        content: "\f060";
    }

.swiper-button-next {
    right: 30px;
}

    .swiper-button-next:before {
        font-family: fontawesome;
        content: "\f061";
    }

.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
    content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-next::before {
    content: "\f060";
}

.swiper-pagination {
    position: absolute;
    display: block;
    text-align: center;
    transition: .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

    .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 100%;
        background: rgba(255, 255, 255, .6);
        transition: .2s;
    }

        .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
        .swiper-pagination .swiper-pagination-bullet:hover {
            background: #fff;
        }

    .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer;
    }

.swiper-pagination-black .swiper-pagination-bullet {
    background: rgba(0, 0, 0, .6);
}

    .swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #000;
    }

.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-container-horizontal > .swiper-pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
}

    .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
    }

.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.google-map-markers {
    display: none;
}

.google-map-container {
    width: 100%;
}

.google-map {
    width: 100%;
    height: 200px;
}

@media(min-width:576px) {
    .google-map {
        height: 250px;
    }
}

@media(min-width:992px) {
    .google-map {
        height: 450px;
    }
}

@media(min-width:1200px) {
    .rd-navbar-modern.rd-navbar-static .rd-dropdown-link {
        font-size: 17px;
    }

    .google-map {
        height: 525px;
    }
}

.rd-search-results-live {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 600px;
    overflow-y: auto;
    margin: -3px 0 0;
    text-align: left;
    z-index: 998;
}

    .rd-search-results-live #search-results {
        position: relative;
        padding: 16px 0 0;
        color: #8491a5;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transform-origin: 50% 0;
        transform: scale(1, .9);
        transition: .3s;
    }

        .rd-search-results-live #search-results::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            pointer-events: none;
            z-index: -1;
            border: 1px solid #ebebeb;
            border-top: 0;
        }

        .rd-search-results-live #search-results.active {
            opacity: 1;
            visibility: visible;
            transform: scale(1, 1);
        }

    .rd-search-results-live .search-quick-result {
        padding-left: 15px;
        padding-right: 15px;
        font-family: Assistant, Arial, sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        color: #262f3c;
    }

    .rd-search-results-live .search-list {
        margin-top: 11px;
    }

        .rd-search-results-live .search-list li:only-child {
            padding: 0 15px 15px;
        }

    .rd-search-results-live .search-link {
        color: #d7d7d7;
    }

        .rd-search-results-live .search-link:hover {
            color: #0b6aa1;
        }

    .rd-search-results-live .search-error {
        font-size: 14px;
        line-height: 1.6;
    }

    .rd-search-results-live .search-title {
        position: relative;
        font-family: Assistant, Arial, sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #262f3c;
    }

        .rd-search-results-live .search-title a:hover {
            color: #0b6aa1;
        }

    .rd-search-results-live .search-list-item-all {
        margin-top: 18px;
        width: 100%;
    }

    .rd-search-results-live .search-submit {
        position: relative;
        overflow: hidden;
        z-index: 0;
        display: block;
        padding: 8px;
        font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .01em;
        text-transform: none;
        text-align: center;
        color: #fff;
        background: #0b6aa1;
    }

        .rd-search-results-live .search-submit:hover {
            color: #fff;
            background: #d7d7d7;
        }

    .rd-search-results-live .match {
        display: none;
    }

.not-empty ~ .rd-search-results-live {
    visibility: visible;
    opacity: 1;
}

.rd-search-results-live p {
    font-size: 11px;
}

    .rd-search-results-live p * {
        margin: 0;
    }

.rd-search-results-live .search-list-item {
    padding: 0 15px;
}

.rd-search-results-live * + p {
    margin-top: 5px;
}

.rd-search-results-live .search-list-item + .search-list-item {
    margin-top: 17px;
}

.rd-search-results .search-list {
    counter-reset: li;
    text-align: left;
    padding-left: 0;
    font-size: 18px;
    list-style-type: none;
    overflow: hidden;
}

    .rd-search-results .search-list li div {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        white-space: nowrap;
    }

    .rd-search-results .search-list li:only-child::before {
        display: none;
    }

.rd-search-results .search-list-item {
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    color: #777;
}

    .rd-search-results .search-list-item::before {
        content: counter(li, decimal-leading-zero) ".";
        counter-increment: li;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
        line-height: inherit;
        font-weight: 300;
        color: #8491a5;
    }

.rd-search-results .search-title {
    font-size: 16px;
    font-weight: 400;
    color: #262f3c;
}

.rd-search-results .search {
    color: #fff;
    padding: 0 .25em;
    background: #0b6aa1;
}

.rd-search-results .match {
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.7;
    color: rgba(132, 145, 165, .7);
    letter-spacing: .15em;
    text-transform: uppercase;
}

    .rd-search-results .match em {
        margin: 0;
        font-style: normal;
    }

.rd-search-results p * {
    margin: 0;
}

.rd-search-results * + .match {
    margin-top: 10px;
}

.rd-search-results .search-list-item + .search-list-item {
    margin-top: 40px;
}

@media(min-width:992px) {
    .rd-search-results .search-list-item {
        padding-left: 40px;
    }
}

* + .rd-search-results {
    margin-top: 40px;
}

@media(min-width:768px) {
    .rd-search-results .search-title {
        font-size: 18px;
    }

    .rd-search-results .search-list-item::before {
        top: 2px;
        font-size: 16px;
    }

    .rd-search-results * + p {
        margin-top: 12px;
    }

    * + .rd-search-results,
    .rd-search-results .search-list-item + .search-list-item {
        margin-top: 55px;
    }
}

@media(min-width:1200px) {
    * + .rd-search-results {
        margin-top: 80px;
    }
}

.rd-search-classic .form-input {
    padding-right: 50px;
}

.rd-search-classic .form-input,
.rd-search-classic .form-label {
    letter-spacing: 0;
}

.rd-search-classic .rd-search-submit {
    background: 0 0;
    border: none;
    display: inline-block;
    padding: 3px 2px 0 0;
    outline: 0;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    margin: 0;
    text-align: center;
    color: #d7d7d7;
    font-size: 0;
    line-height: 0;
}

    .rd-search-classic .rd-search-submit::-moz-focus-inner {
        border: none;
        padding: 0;
    }

    .rd-search-classic .rd-search-submit:before {
        position: relative;
        top: -1px;
        content: '\e014';
        font: 400 20px/1 fl-chapps;
        transition: .33s;
    }

    .rd-search-classic .rd-search-submit:hover {
        color: #0b6aa1;
    }

.rd-search.rd-search-inline .form-input {
    padding-right: 54px;
}

.rd-search.rd-search-inline .button-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    right: 0;
    margin: 0;
    font-size: 21px;
    color: #d7d7d7;
    transition: .33s;
}

    .rd-search.rd-search-inline .button-link::before {
        display: block;
        margin: auto;
    }

    .rd-search.rd-search-inline .button-link:hover {
        color: #0b6aa1;
    }

.rd-search.rd-search-inline.form-sm .form-input {
    padding-right: 40px;
}

.rd-search.rd-search-inline.form-sm .button-link {
    width: 40px;
    font-size: 18px;
}

.rd-search.rd-search-inline.form-lg .form-input {
    padding-right: 70px;
}

.rd-search.rd-search-inline.form-lg .button-link {
    width: 70px;
}

@keyframes sprite-animation {
    from {
        background-position: 0 0;
    }
}

[data-isotope-layout] {
    z-index: 0;
    display: block;
    min-height: 160px;
    margin-left: -15px;
    margin-right: -15px;
    transition: .4s;
}

    [data-isotope-layout]:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 64px;
        height: 64px;
        margin-top: 15px;
        background-image: url(/images/isotope-loader.png);
        background-position: -1152px 0;
        animation: .7s steps(18) infinite sprite-animation;
        transition: .4s;
        transform: translate3d(-50%, -50%, 0);
    }

    [data-isotope-layout] .row {
        margin-bottom: -30px;
    }

        [data-isotope-layout] .row-narrow > [class*=col-],
        [data-isotope-layout] .row > [class*=col-] {
            margin-top: 30px;
        }

    [data-isotope-layout] .row-condensed > [class*=col-] {
        margin-top: 0;
    }

    [data-isotope-layout] [class*=col-] {
        display: block;
        opacity: 0;
        will-change: transform;
        transition: opacity .1s ease-in;
    }

    [data-isotope-layout].isotope--loaded [class*=col-] {
        opacity: 1;
    }

    [data-isotope-layout].isotope--loaded:after {
        opacity: 0;
        visibility: hidden;
    }

.isotope-filters > * {
    margin-top: 0;
    vertical-align: middle;
}

.isotope-filters .inline-list {
    position: relative;
    word-spacing: 0;
}

    .isotope-filters .inline-list li {
        display: inline-block;
    }

    .isotope-filters .inline-list a {
        position: relative;
        transition: .3s;
        color: #d7d7d7;
    }

    .isotope-filters .inline-list .isotope-filters-trigger {
        display: none;
    }

.isotope-filters-modern .inline-list {
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
}

    .isotope-filters-modern .inline-list > * {
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .isotope-filters-modern .inline-list > li {
        font-family: Assistant, Arial, sans-serif;
        font-size: 18px;
    }

    .isotope-filters-modern .inline-list a {
        position: relative;
        padding-bottom: 10px;
    }

        .isotope-filters-modern .inline-list a::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
            transition: .4s;
            background: #0b6aa1;
        }

        .isotope-filters-modern .inline-list a:hover {
            color: #0b6aa1;
        }

        .isotope-filters-modern .inline-list a.active::after {
            width: 100%;
        }

@media(min-width:992px) {
    .isotope-filters-modern .inline-list {
        transform: translate3d(0, -10px, 0);
        margin-bottom: -10px;
        margin-left: -23px;
        margin-right: -23px;
    }

        .isotope-filters-modern .inline-list > * {
            margin-top: 10px;
            padding-left: 23px;
            padding-right: 23px;
        }
}

.isotope-condensed .row > * {
    margin-top: -1px;
    margin-bottom: -1px;
}

* + .isotope-outer {
    margin-top: 30px;
}

@media(min-width:768px) {
    * + .isotope-outer {
        margin-top: 45px;
    }
}

.tabs-custom {
    text-align: left;
}

.nav {
    display: block;
}

.navbar {
    position: static;
    display: block;
}

.nav-tabs {
    font-size: 0;
    line-height: 0;
    word-spacing: 0;
    border: 0;
}

    .nav-tabs:after,
    .nav-tabs:before {
        display: none;
    }

    .nav-tabs .nav-link {
        border: 0;
        border-radius: 0;
    }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            background-color: transparent;
        }

        .nav-tabs .nav-link:focus,
        .nav-tabs .nav-link:hover {
            border: none;
        }

.nav-item {
    float: none;
    border: 0;
    cursor: pointer;
    transition: .33s;
}

.nav-link {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

    .nav-link.active {
        cursor: default;
    }

.tab-content > .tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.tab-content > .active {
    visibility: visible;
    height: auto;
    width: auto;
    overflow: visible;
}

* + .tabs-line {
    margin-top: 30px;
}

.tabs-line .nav-tabs {
    position: relative;
    text-align: center;
}

.tabs-line .nav-link {
    display: block;
    font-family: Assistant, Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    vertical-align: middle;
}

    .tabs-line .nav-link span {
        line-height: 1.4;
    }

.tabs-line * + .navbar {
    margin-top: 15px;
}

.tabs-line * + .tab-content {
    margin-top: 20px;
}

@media(max-width:767.98px) {
    .tabs-line .nav-tabs {
        max-width: 100%;
    }

    .tabs-line .nav-item {
        margin: -1px;
    }

        .tabs-line .nav-item:first-child {
            border-top: 1px solid #d7d7d7;
        }

    .tabs-line .nav-link {
        padding: 7px 10px;
        color: #8491a5;
        background: 0 0;
        border-bottom: 1px solid #d7d7d7;
    }

        .tabs-line .nav-link.active,
        .tabs-line .nav-link:hover {
            color: #fff;
            background: #0b6aa1;
            border-color: #0b6aa1;
        }

    .bg-accent .tabs-line .nav-item:first-child,
    .bg-gray-900 .tabs-line .nav-item:first-child,
    .context-dark .tabs-line .nav-item:first-child {
        border-top-color: rgba(255, 255, 255, .4);
    }

    .bg-accent .tabs-line .nav-link,
    .bg-gray-900 .tabs-line .nav-link,
    .context-dark .tabs-line .nav-link {
        border-bottom-color: rgba(255, 255, 255, .4);
    }

        .bg-accent .tabs-line .nav-link.active,
        .bg-accent .tabs-line .nav-link:hover,
        .bg-gray-900 .tabs-line .nav-link.active,
        .bg-gray-900 .tabs-line .nav-link:hover,
        .context-dark .tabs-line .nav-link.active,
        .context-dark .tabs-line .nav-link:hover {
            color: #fff;
            background: rgba(255, 255, 255, .3);
            border-color: rgba(255, 255, 255, .3);
        }

    .tabs-line-responsive .navbar {
        position: static;
    }

    .tabs-line-responsive .navbar-inner {
        position: relative;
        width: 100%;
    }

    .tabs-line-responsive .stick,
    .tabs-line-responsive .stuck {
        min-height: 44px;
    }

        .tabs-line-responsive .stick .navbar-inner,
        .tabs-line-responsive .stuck .navbar-inner {
            left: 50%;
            transform: translate3d(-50%, 0, 0);
            width: 101vw;
        }

        .tabs-line-responsive .stick .tabs-line-toggle,
        .tabs-line-responsive .stuck .tabs-line-toggle {
            border-radius: 0;
            box-shadow: none;
        }

    .tabs-line-responsive .tabs-line-toggle .icon {
        position: relative;
        top: 1px;
        display: block;
        margin-left: 5px;
        transition: .22s;
        will-change: transform;
    }

    .tabs-line-responsive .tabs-line-toggle.active {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

        .tabs-line-responsive .tabs-line-toggle.active .icon {
            transform: scale(1, -1);
        }

    .tabs-line-responsive ul.nav-tabs.active {
        opacity: 1;
        visibility: visible;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .tabs-line-responsive ul.nav-tabs .nav-item {
        border: 0;
        width: 340px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

        .tabs-line-responsive ul.nav-tabs .nav-item:nth-child(n) a {
            border: 0;
        }

    .tabs-line-responsive ul.nav-tabs .nav-link {
        padding: 0;
        color: #2c343b;
        border-radius: 18px;
    }

        .tabs-line-responsive ul.nav-tabs .nav-link.active,
        .tabs-line-responsive ul.nav-tabs .nav-link:hover {
            background-color: transparent;
            color: #0b6aa1;
        }

    .tabs-line-responsive ul.nav-tabs .nav-item + .nav-item {
        margin-top: 12px;
    }
}

.tabs-creative .nav-item {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 25px;
}

.tabs-creative .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1.2;
}

    .tabs-creative .nav-link .icon {
        position: relative;
        top: .025em;
        display: block;
        margin-right: 10px;
        font-size: 28px;
    }

    .tabs-creative .nav-link.active {
        color: #262f3c;
    }

        .tabs-creative .nav-link.active .icon {
            color: #0b6aa1;
        }

.tabs-creative .tab-content {
    position: relative;
    display: flex;
    padding-bottom: 64.2623%;
}

@keyframes show {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

.tabs-creative .tab-pane.active {
    z-index: 2;
    animation-name: show;
}

.tabs-creative .tab-pane.showing::after {
    opacity: 1;
    visibility: visible;
}

.tabs-creative .tab-pane.hiding {
    z-index: 1;
}

@media(max-width:575.98px) {
    .tabs-creative .nav-link {
        font-size: 14px;
    }

        .tabs-creative .nav-link .icon {
            display: none;
        }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .tabs-creative .nav-item {
        width: 50%;
    }

    .tabs-creative .nav-link {
        padding-right: 20px;
    }
}

@media(min-width:992px) {
    .tabs-creative .nav-item {
        margin-bottom: 40px;
    }

    .tabs-creative .nav-link {
        font-size: 16px;
    }

    .tabs-creative * + .group {
        margin-top: 45px;
    }
}

@media(min-width:1200px) {
    .tabs-creative .nav-link {
        font-size: 17px;
    }

        .tabs-creative .nav-link .icon {
            margin-right: 20px;
            font-size: 35px;
        }
}

.bg-accent .tabs-line_1 .nav-link,
.bg-gray-900 .tabs-line_1 .nav-link,
.context-dark .tabs-line_1 .nav-link {
    color: #fff;
}

    .bg-accent .tabs-line_1 .nav-link span::after,
    .bg-gray-900 .tabs-line_1 .nav-link span::after,
    .context-dark .tabs-line_1 .nav-link span::after {
        width: 100%;
        background: #ebebeb;
        opacity: .65;
    }

    .bg-accent .tabs-line_1 .nav-link.active span::after,
    .bg-accent .tabs-line_1 .nav-link:hover span::after,
    .bg-gray-900 .tabs-line_1 .nav-link.active span::after,
    .bg-gray-900 .tabs-line_1 .nav-link:hover span::after,
    .context-dark .tabs-line_1 .nav-link.active span::after,
    .context-dark .tabs-line_1 .nav-link:hover span::after {
        background: #ffea5c;
        opacity: 1;
    }

.tabs-features .nav-link {
    position: relative;
    z-index: 0;
    padding: 5px 0 5px 20px;
    border-radius: 35px;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    color: #262f3c;
    transition: .22s;
}

    .tabs-features .nav-link::before {
        content: '';
        position: absolute;
        left: 0;
        z-index: -1;
        margin-top: 5px;
        top: .5em;
        display: inline-block;
        width: 6px;
        height: 6px;
        margin-right: 17px;
        border-radius: 35px;
        background: #ff6f80;
        transition: none;
    }

.tabs-features .nav-item {
    border: 1px solid transparent;
}

    .tabs-features .nav-item + .nav-item {
        margin-top: 5px;
    }

.tabs-features .tab-content {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    max-width: 100%;
    flex-shrink: 0;
}

    .tabs-features .tab-content::before {
        content: '';
        display: block;
        padding-bottom: 56.35104%;
    }

.tabs-features * + .nav-tabs,
.tabs-features * + .navigation-custom {
    margin-top: 15px;
}

.tabs-features .tabs-features-aside + .tab-content {
    margin-top: 30px;
}

@media(max-width:767.98px) {
    .tabs-features .nav-link::before {
        transition: .22s;
    }

    .tabs-features .tab-content {
        background: 0 0 !important;
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .tabs-features .tab-content {
        margin-left: -50px;
        margin-right: -50px;
    }
}

@media(min-width:768px) {
    * + .tabs-line {
        margin-top: 40px;
    }

    .tabs-features .nav-item + .nav-item {
        margin-top: 10px;
    }

    .tabs-features .tab-content {
        max-width: 866px;
        flex-grow: 1;
    }
}

@media(min-width:992px) {
    .tabs-features .tabs-features-aside + .tab-content {
        margin-top: 0;
        margin-left: 20px;
    }

    .tabs-horizontal.tabs-line .nav-link span {
        padding-bottom: 16px;
    }

    .tabs-vertical.tabs-line .nav-link span {
        padding: 15px 2px;
    }
}

@media(max-width:1199.98px) {
    .tabs-features .nav-link.active::before {
        background: #0b6aa1;
    }
}

@media(min-width:1200px) {
    .tabs-features .nav-link::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        left: 100%;
        width: 300px;
        border-bottom: 1px solid #ebebeb;
        opacity: 0;
        visibility: hidden;
    }

    .tabs-features .nav-link.active {
        padding-top: 18px;
        padding-bottom: 18px;
        margin: 7px 0;
        background: #ebebeb;
    }

        .tabs-features .nav-link.active::before {
            opacity: 0;
            visibility: hidden;
            transition: .11s;
        }

        .tabs-features .nav-link.active::after {
            opacity: 1;
            visibility: visible;
            transition: .11s;
        }

    .tabs-features * + .nav-tabs,
    .tabs-features * + .navigation-custom {
        margin-top: 50px;
    }
}

@media(min-width:768px) {
    .tabs-line .nav-item {
        transform: translate3d(0, 0, 0);
        will-change: transform;
    }

    .tabs-line .nav-link {
        position: relative;
        font-size: 19px;
    }

        .tabs-line .nav-link span {
            position: relative;
            display: inline-flex;
            padding: 12px 2px 13px;
            margin-bottom: -1px;
        }

            .tabs-line .nav-link span::after {
                content: '';
                position: absolute;
                right: 0;
                left: auto;
                bottom: 0;
                height: 3px;
                width: 0;
                transition: .33s;
                background: #0b6aa1;
            }

        .tabs-line .nav-link.active span::after {
            left: 0;
            right: auto;
            width: 100%;
        }

    * + .tabs-line_1 {
        margin-top: 20px;
    }

    .tabs-horizontal.tabs-line .nav-tabs {
        border: 0;
        border-bottom: 1px solid #ebebeb;
    }

    .tabs-horizontal.tabs-line .nav-item {
        display: inline-block;
        margin-bottom: -1px;
    }

        .tabs-horizontal.tabs-line .nav-item:not(:last-child) {
            margin-right: 25px;
        }

    .tabs-horizontal.tabs-line * + .tab-content {
        margin-top: 30px;
    }

    .tabs-horizontal.tabs-line.tabs-line_1 .nav-tabs {
        text-align: left;
        border-bottom: 0;
    }

    .tabs-horizontal.tabs-line.tabs-line_1 .nav-link span {
        padding-bottom: 8px;
    }

    .tabs-vertical .nav-item {
        border: 0;
        width: 100%;
        text-align: left;
    }

    .tabs-vertical .nav-link.active {
        background-color: transparent;
    }

    .tabs-vertical .tab-content {
        flex-grow: 1;
    }

    .tabs-vertical.tabs-line .nav-item {
        padding-right: 10px;
        border-bottom: 1px solid #d7d7d7;
        cursor: default;
    }

        .tabs-vertical.tabs-line .nav-item:first-child .nav-link span {
            padding-top: 0;
        }

        .tabs-vertical.tabs-line .nav-item + .nav-item {
            margin-top: 8px;
        }

    .tabs-vertical.tabs-line .tab-content {
        margin-top: 0;
    }
}

@media(min-width:1200px) {
    .tabs-line .nav-link {
        font-size: 20px;
    }

    .tabs-vertical.tabs-line .nav-item + .nav-item {
        margin-top: 11px;
    }

    #DateCountdown {
        width: 100%;
    }
}

.card-group-custom .card-header + .collapse > .card-body,
.card-group-custom .card-header + .collapse > .list-group {
    border-top: 0;
}

.card-custom {
    display: block;
    margin: 0;
    background: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

    .card-custom a {
        display: block;
    }

    .card-custom .card-header {
        padding: 0;
        border-bottom: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: transparent;
    }

    .card-custom .card-body {
        padding: 0;
        border: 0;
    }

    .card-custom .card-title {
        margin-bottom: 0;
    }

.card-corporate .card-title a.collapsed {
    border-bottom-width: 0;
}

    .card-corporate .card-title a.collapsed .card-arrow:after {
        opacity: 1;
        visibility: visible;
    }

.card-corporate .collapsing {
    transition-timing-function: ease-in-out;
}

.card-classic.active {
    box-shadow: 0 0 24px 0 rgba(75, 81, 91, .12);
    background: #fff;
    border-color: #fff;
    transition: .15s;
}

    .card-classic.active .card-shape {
        opacity: 1;
        visibility: visible;
    }

.card-classic .card-title a.collapsed .card-arrow::after,
.card-classic .card-title a.collapsed .card-arrow::before {
    color: #8491a5;
}

.card-classic .card-title a.collapsed .card-arrow::before {
    opacity: 0;
    visibility: hidden;
}

.card-classic .card-title a.collapsed .card-arrow::after {
    opacity: 1;
    visibility: visible;
}

.tooltip {
    font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: .05em;
}

.tooltip-inner {
    border-radius: 0;
}

.tooltip-light .tooltip-inner {
    padding: 15px 16px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 7px 16px 0 rgba(0, 0, 0, .08);
    color: #2c343b;
}

.tooltip-light.bs-tooltip-top .arrow::before {
    border-top-color: #fff;
}

.tooltip-light.bs-tooltip-right .arrow::before {
    border-right-color: #fff;
}

.tooltip-light.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff;
}

.tooltip-light.bs-tooltip-left .arrow::before {
    border-left-color: #fff;
}

@keyframes preview-marker-pulsar-inner {
    0% {
        opacity: 0;
        transform: scale(.1);
    }

    24%, 90% {
        opacity: 0;
    }

    25% {
        opacity: .65;
        transform: scale(.1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes preview-marker-pulsar {
    0% {
        opacity: .65;
        transform: scale(.1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.counter-classic-main .small {
    position: relative;
    top: -.05em;
    font-size: .66em;
    line-height: 1;
}

.countdown-modern .countdown-row {
    display: flex;
    margin-left: -25px;
    margin-right: -25px;
}

.countdown-modern .countdown-section {
    width: 100%;
    max-width: 25%;
    padding: 0 20px;
    text-align: center;
}

.countdown-modern .countdown-amount {
    display: block;
    font-family: Assistant, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: .04em;
    color: #0b6aa1;
    font-size: 32px;
    line-height: 1;
    min-width: 2em;
}

.countdown-modern .countdown-period {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 10px;
    line-height: 1.2;
    color: #262f3c;
}

.countdown-modern .countdown-section + .countdown-section {
    position: relative;
}

    .countdown-modern .countdown-section + .countdown-section::after,
    .countdown-modern .countdown-section + .countdown-section::before {
        content: '';
        position: absolute;
        left: 0;
        width: 5px;
        height: 5px;
        background: #ebebeb;
    }

    .countdown-modern .countdown-section + .countdown-section::before {
        top: 30%;
    }

    .countdown-modern .countdown-section + .countdown-section::after {
        bottom: 30%;
    }

@media(max-width:380px) {
    .countdown-modern .countdown-section:last-child {
        display: none;
    }
}

@media(min-width:768px) {
    .countdown-modern .countdown-amount {
        font-size: 60px;
    }

    .countdown-modern .countdown-period {
        font-size: 12px;
        letter-spacing: .34em;
    }
}

@media(min-width:1600px) {
    .countdown-modern .countdown-amount {
        font-size: 84px;
    }
}

.progress-linear {
    position: relative;
    text-align: left;
}

    .progress-linear .progress-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        transform: translate3d(0, -10px, 0);
        margin-bottom: -10px;
        margin-left: -5px;
        margin-right: -5px;
        font-family: Assistant, Arial, sans-serif;
        letter-spacing: .34em;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.2;
        text-transform: uppercase;
        color: #8491a5;
    }

        .progress-linear .progress-header > * {
            margin-top: 10px;
            padding-left: 5px;
            padding-right: 5px;
        }

    .progress-linear .progress-bar-linear,
    .progress-linear .progress-bar-linear-wrap {
        border-radius: 5px;
    }

    .progress-linear .progress-bar-linear-wrap {
        height: 9px;
        background: #f4f3f3;
    }

    .progress-linear .progress-bar-linear {
        width: 0;
        height: inherit;
        background: #0b6aa1;
        transition: .5s ease-in-out;
    }

    .progress-linear .progress-value {
        font-weight: 800;
        color: #262f3c;
        letter-spacing: .15em;
    }

        .progress-linear .progress-value::after {
            content: '\0025';
        }

.progress-linear-secondary .progress-bar-linear {
    background: #ff6f80;
}

.progress-linear-gradient-1 .progress-bar-linear {
    background: linear-gradient(3deg, #e0e8a7 0, #a4d7ff 100%);
}

.progress-linear-gradient-2 .progress-bar-linear {
    background: linear-gradient(3deg, #a3ede0 0, #68dcf5 100%);
}

.progress-linear-gradient-3 .progress-bar-linear {
    background: linear-gradient(3deg, #f8bcc3 0, #b4c7fe 100%);
}

.progress-linear + .progress-linear {
    margin-top: 20px;
}

.progress-bar-circle {
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

    .progress-bar-circle canvas {
        vertical-align: middle;
    }

    .progress-bar-circle span {
        position: absolute;
        top: 50%;
        left: 51%;
        font-family: Assistant, Arial, sans-serif;
        font-size: 36px;
        line-height: 36px;
        transform: translate(-50%, -50%);
        color: #262f3c;
        font-weight: 600;
    }

        .progress-bar-circle span::after {
            content: '\0025';
            display: inline-block;
            margin-left: 4px;
            opacity: .45;
            font-size: .7em;
        }

.time_circles {
    position: relative;
    width: 100%;
}

    .time_circles > div {
        position: absolute;
        top: 0 !important;
        bottom: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: -10px;
        text-align: center;
    }

        .time_circles > div > h4 {
            position: absolute;
            left: 0;
            top: calc(100% + 10px);
            right: 0;
            transform: translateY(-100%);
            margin: 0;
            padding: 0;
            text-align: center;
            font-family: open sans, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
            font-weight: 500;
            font-size: 13px !important;
            line-height: 1.2 !important;
            color: #868e96;
            text-transform: uppercase;
        }

            .time_circles > div > h4 + * {
                margin-top: 0;
            }

        .time_circles > div > span {
            display: block;
            text-align: center;
            letter-spacing: 0;
            font-size: 24px !important;
            font-weight: 400;
            line-height: 1 !important;
            color: #3f4856;
        }

@media(min-width:768px) {
    .time_circles > div > span {
        font-size: 34px !important;
    }
}

@media(min-width:992px) {
    .countdown-modern .countdown-section + .countdown-section::after,
    .countdown-modern .countdown-section + .countdown-section::before {
        width: 9px;
        height: 9px;
    }

    .progress-linear + .progress-linear {
        margin-top: 40px;
    }

    .time_circles > div > span {
        font-size: 48px !important;
    }
}

.bg-accent .time_circles > div > span,
.bg-gray-900 .time_circles > div > span,
.context-dark .time_circles > div > span {
    color: #fff;
}

.countdown-wrap + .button {
    margin-top: 40px;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
    right: 10px;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: #ebebeb;
    pointer-events: auto;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: #ebebeb;
    pointer-events: auto;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #ebebeb;
    position: relative;
}

.jspDrag {
    background: #0b6aa1;
    width: 8px;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

    .jspArrow.jspDisabled {
        cursor: default;
        background: #80808d;
    }

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: 0;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0);
    }

    .owl-carousel .owl-controls .owl-dot,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-nav .owl-prev {
        cursor: pointer;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font: 400 40px/80px FontAwesome;
    cursor: pointer;
    z-index: 1;
    transition: scale .1s;
}

    .owl-carousel .owl-video-play-icon:before {
        content: '\f144';
    }

    .owl-carousel .owl-video-play-icon:hover {
        transform: scale(1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-nav.disabled {
    display: none !important;
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font: 400 18px/40px 'fontawesome';
    color: #262f3c;
    background: #f9f8f8;
    cursor: pointer;
    transition: .33s;
    text-align: center;
}

    .owl-next:hover,
    .owl-prev:hover {
        color: #0b6aa1;
    }

@media(min-width:768px) {
    .owl-next,
    .owl-prev {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
    }
}

.owl-prev {
    left: 0;
}

    .owl-prev::before {
        content: "\f053";
    }

.owl-next {
    right: 0;
}

    .owl-next::before {
        content: "\f054";
    }

    .owl-next.disabled,
    .owl-prev.disabled {
        display: none !important;
    }

.owl-dots {
    text-align: center;
    margin-top: 25px;
}

    .owl-dots.disabled {
        display: none !important;
    }

.owl-dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: 6px;
    margin-right: 6px;
    text-align: center;
    outline: 0;
    cursor: pointer;
    transition: .2s;
    background: #ebebeb;
}

    .owl-dot:only-child {
        display: none;
    }

    .owl-dot.active,
    .owl-dot:focus,
    .owl-dot:hover {
        background-color: #0b6aa1;
    }

.owl-carousel_profile-modern .owl-stage-outer {
    margin: -25px;
    padding: 25px;
}

.owl-carousel_profile-modern .owl-item {
    flex-grow: 1;
    flex-shrink: 0;
    opacity: 0;
    transition: .22s;
}

    .owl-carousel_profile-modern .owl-item.active {
        opacity: 1;
    }

@media(min-width:768px) {
    .owl-carousel_profile-modern .owl-dots {
        margin-top: 40px;
    }
}

@media(min-width:1200px) {
    .owl-carousel_profile-modern .owl-dots {
        margin-top: 60px;
    }
}

.owl-carousel_type-1 {
    padding: 30px 15px 40px;
    border-radius: 7px;
    background: #fff;
}

    .owl-carousel_type-1 .owl-dots {
        margin-top: 35px;
    }

    .owl-carousel_type-1 .owl-nav {
        display: none !important;
    }

@media(min-width:576px) {
    .owl-carousel_type-1 {
        padding: 50px;
    }
}

@media(min-width:768px) {
    .owl-carousel_type-1 {
        padding: 50px 90px;
    }

        .owl-carousel_type-1 .quote-classic {
            max-width: 710px;
            margin-left: auto;
            margin-right: auto;
        }

        .owl-carousel_type-1 .owl-nav {
            display: block !important;
        }

        .owl-carousel_type-1 .owl-prev {
            left: 15px;
        }

        .owl-carousel_type-1 .owl-next {
            right: 15px;
        }
}

@media(min-width:992px) {
    .owl-carousel_type-1 {
        padding: 60px 150px 65px;
    }

        .owl-carousel_type-1 .owl-prev {
            left: 40px;
        }

        .owl-carousel_type-1 .owl-next {
            right: 40px;
        }

        .owl-carousel_type-1 .owl-dots {
            margin-top: 50px;
        }
}

@media(min-width:1200px) {
    .owl-carousel_type-1 .owl-prev {
        left: 70px;
    }

    .owl-carousel_type-1 .owl-next {
        right: 70px;
    }
}

.owl-carousel_type-2 .owl-stage-outer {
    padding: 24px;
    margin: -24px;
}

.owl-carousel_type-2 .owl-stage {
    display: flex;
    align-items: center;
}

.owl-carousel_type-2 .owl-item {
    flex-grow: 1;
    flex-shrink: 0;
}

    .owl-carousel_type-2 .owl-item:not(.active) > * {
        box-shadow: none;
    }

.owl-carousel_type-2 .owl-next,
.owl-carousel_type-2 .owl-prev {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

    .owl-carousel_type-2 .owl-next.disabled,
    .owl-carousel_type-2 .owl-prev.disabled {
        display: none;
    }

@media(max-width:575.98px) {
    .owl-carousel_type-2 .owl-next,
    .owl-carousel_type-2 .owl-prev {
        background: rgba(249, 248, 248, .5);
    }

    .owl-carousel_type-2 .owl-prev {
        left: -5px;
    }

    .owl-carousel_type-2 .owl-next {
        right: -5px;
    }
}

.owl-carousel_type-3 .owl-stage-outer {
    padding: 30px;
    margin: -30px;
    pointer-events: none;
}

.owl-carousel_type-3 .owl-stage {
    display: flex;
    pointer-events: auto;
}

.owl-carousel_type-3 .owl-item {
    display: flex;
    padding: 1px;
    float: none;
}

    .owl-carousel_type-3 .owl-item > * {
        width: 100%;
    }

    .owl-carousel_type-3 .owl-item:not(.active) > * {
        box-shadow: none;
    }

@media(min-width:768px) {
    .owl-carousel_type-2 .owl-prev {
        left: 0;
        transform: translate(-50%, -50%);
    }

    .owl-carousel_type-2 .owl-next {
        right: 0;
        transform: translate(50%, -50%);
    }

    .owl-carousel_type-3 .owl-dots {
        margin-top: 25px;
    }
}

.owl-carousel-box-modern .owl-item,
.owl-carousel-box-modern .owl-stage {
    display: flex;
}

    .owl-carousel-box-modern .owl-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: -1px;
        pointer-events: none;
        border: 1px solid #ebebeb;
        height: 15%;
        border-bottom: 0;
    }

.owl-carousel-box-modern .owl-next,
.owl-carousel-box-modern .owl-prev {
    top: 47%;
}

@media(max-width:991.98px) {
    .owl-carousel-box-modern .owl-nav {
        display: none !important;
    }
}

@media(min-width:992px) {
    .owl-carousel-box-modern .owl-dots {
        display: none !important;
    }

    html:not(.tablet):not(.mobile) .owl-carousel-box-modern .owl-stage-outer {
        padding: 50px 0;
        margin: -50px 0;
    }

    html:not(.tablet):not(.mobile) .owl-carousel-box-modern .owl-item::after {
        bottom: 10%;
        transition: .44s;
    }

    html:not(.tablet):not(.mobile) .owl-carousel-box-modern .owl-item:hover::after {
        bottom: 0;
    }
}

@media(min-width:1200px) {
    .owl-carousel_type-3 .owl-dots {
        margin-top: 50px;
    }

    .owl-carousel-box-modern .owl-item {
        padding-top: 35px;
    }
}

.owl-carousel-centered .owl-stage {
    display: flex;
}

.owl-carousel-centered .owl-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.owl-carousel-box-light .owl-dots {
    margin-top: 0;
    margin-bottom: 20px;
}

.owl-carousel-box-light-nav .owl-next,
.owl-carousel-box-light-nav .owl-prev {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    background-color: transparent;
    color: #262f3c;
    border: 1px solid;
}

    .owl-carousel-box-light-nav .owl-next::before,
    .owl-carousel-box-light-nav .owl-prev::before {
        position: relative;
        top: -2px;
    }

    .owl-carousel-box-light-nav .owl-next.disabled,
    .owl-carousel-box-light-nav .owl-prev.disabled {
        display: block !important;
        color: #8491a5;
    }

    .owl-carousel-box-light-nav .owl-prev + .owl-next {
        margin-left: 10px;
    }

.bg-accent .owl-carousel-box-light-nav .owl-next,
.bg-accent .owl-carousel-box-light-nav .owl-prev,
.bg-gray-900 .owl-carousel-box-light-nav .owl-next,
.bg-gray-900 .owl-carousel-box-light-nav .owl-prev,
.context-dark .owl-carousel-box-light-nav .owl-next,
.context-dark .owl-carousel-box-light-nav .owl-prev {
    color: #fff;
}

    .bg-accent .owl-carousel-box-light-nav .owl-next.disabled,
    .bg-accent .owl-carousel-box-light-nav .owl-prev.disabled,
    .bg-gray-900 .owl-carousel-box-light-nav .owl-next.disabled,
    .bg-gray-900 .owl-carousel-box-light-nav .owl-prev.disabled,
    .context-dark .owl-carousel-box-light-nav .owl-next.disabled,
    .context-dark .owl-carousel-box-light-nav .owl-prev.disabled {
        opacity: .7;
    }

@media(min-width:576px) {
    .owl-carousel-box-light .owl-item {
        position: relative;
    }

        .owl-carousel-box-light .owl-item::after,
        .owl-carousel-box-light .owl-item::before {
            content: '';
            position: absolute;
            right: 0;
            border-right: 1px solid #ebebeb;
        }

        .owl-carousel-box-light .owl-item::before {
            top: 0;
            height: 55px;
        }

        .owl-carousel-box-light .owl-item::after {
            content: '';
            bottom: 0;
            height: 33%;
        }
}

@media(min-width:768px) {
    .owl-carousel-box-light .owl-dots {
        display: none !important;
    }

    .owl-carousel-box-light .owl-next,
    .owl-carousel-box-light .owl-prev {
        border-width: 2px;
    }

        .owl-carousel-box-light .owl-prev + .owl-next {
            margin-left: 20px;
        }
}

.owl-carousel-gallery-1 .owl-dots {
    pointer-events: auto;
}

.owl-carousel-gallery-1 .owl-stage-outer {
    padding: 76px;
    margin: -76px;
}

.owl-carousel-gallery-1 .owl-item .item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: block;
    width: 100%;
    background-position: center top;
    background-size: cover;
    padding-bottom: 124%;
    border-radius: 8px;
    box-shadow: 0 0 76px 0 rgba(75, 81, 91, .13);
    pointer-events: auto;
}

    .owl-carousel-gallery-1 .owl-item .item:hover .item-text {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }

.owl-carousel-gallery-1 .item-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    padding: 60px 10px 10px;
    font: 700 15px/22px Assistant, Arial, sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: translate3d(0, 5%, 0);
    white-space: nowrap;
    text-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

    .owl-carousel-gallery-1 .item-text::after {
        position: relative;
        top: 1px;
        display: block;
        margin-left: 5px;
        font-size: 16px;
        content: '\f14f';
        font-family: material design icons;
        vertical-align: middle;
    }

@media(min-width:768px) {
    .owl-carousel-gallery-1 .owl-item {
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: transform .22s, opacity .1s;
        transform-origin: 50% 10%;
    }

        .owl-carousel-gallery-1 .owl-item.active {
            opacity: 1;
            visibility: visible;
            transition: .22s;
        }
}

@media(min-width:1200px) {
    .owl-carousel-gallery-1 .owl-stage {
        display: flex;
        align-items: center;
    }

    .owl-carousel-gallery-1 .owl-item .item {
        width: 20.83333vw;
        max-width: 100%;
    }

    .owl-carousel-gallery-1 .owl-item.active + .owl-item.active {
        margin-left: -42px;
        z-index: 2;
    }

        .owl-carousel-gallery-1 .owl-item.active + .owl-item.active .item {
            width: 17.70833vw;
            padding-bottom: 114.11765%;
        }

        .owl-carousel-gallery-1 .owl-item.active + .owl-item.active + .owl-item.active {
            z-index: 1;
        }

            .owl-carousel-gallery-1 .owl-item.active + .owl-item.active + .owl-item.active .item {
                width: 16.25vw;
                padding-bottom: 101.2987%;
            }

    .owl-carousel-gallery-1 .owl-dots {
        display: none !important;
    }
}

@font-face {
    font-family: lg;
    src: url(../fonts/lg.eot?n1z373);
    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal;
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    transition: color .2s linear;
}

@media(max-width:575.98px) {
    .lg-toolbar .lg-icon {
        font-size: 21px;
        width: 36px;
    }

    #lg-counter {
        font-size: 14px;
        line-height: 27px;
    }
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, .45);
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1180;
    border: none;
    outline: 0;
}

    .lg-actions .lg-next.disabled,
    .lg-actions .lg-prev.disabled {
        pointer-events: none;
        opacity: .5;
    }

    .lg-actions .lg-next:hover,
    .lg-actions .lg-prev:hover {
        color: #fff;
    }

.lg-actions .lg-next {
    right: 20px;
}

    .lg-actions .lg-next:before {
        content: "\e095";
    }

.lg-actions .lg-prev {
    left: 20px;
}

    .lg-actions .lg-prev:after {
        content: "\e094";
    }

@-webkit-keyframes lg-right-end {
    0%, 100% {
        left: 0;
    }

    50% {
        left: -30px;
    }
}

@-moz-keyframes lg-right-end {
    0%, 100% {
        left: 0;
    }

    50% {
        left: -30px;
    }
}

@-ms-keyframes lg-right-end {
    0%, 100% {
        left: 0;
    }

    50% {
        left: -30px;
    }
}

@keyframes lg-right-end {
    0%, 100% {
        left: 0;
    }

    50% {
        left: -30px;
    }
}

@-webkit-keyframes lg-left-end {
    0%, 100% {
        left: 0;
    }

    50% {
        left: 30px;
    }
}

@-moz-keyframes lg-left-end {
    0%, 100% {
        left: 0;
    }

    50% {
        left: 30px;
    }
}

@-ms-keyframes lg-left-end {
    0%, 100% {
        left: 0;
    }

    50% {
        left: 30px;
    }
}

@keyframes lg-left-end {
    0%, 100% {
        left: 0;
    }

    50% {
        left: 30px;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: .3s lg-right-end;
    -o-animation: .3s lg-right-end;
    animation: .3s lg-right-end;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: .3s lg-left-end;
    -o-animation: .3s lg-left-end;
    animation: .3s lg-left-end;
    position: relative;
}

.lg-toolbar {
    z-index: 1182;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

    .lg-toolbar .lg-icon:hover {
        color: #fff;
    }

    .lg-toolbar .lg-close:after {
        content: "\e070";
    }

    .lg-toolbar .lg-download:after {
        content: "\e0f2";
    }

.lg-sub-html {
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1180;
}

    .lg-sub-html h4 {
        margin: 0;
        font-size: 13px;
        font-weight: 700;
    }

    .lg-sub-html p {
        font-size: 12px;
        margin: 5px 0 0;
    }

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    transition: transform .35s cubic-bezier(0, 0, .25, 1), opacity .35s cubic-bezier(0, 0, .25, 1), color .2s linear;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1), opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1180;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform .25s cubic-bezier(0, 0, .25, 1);
}

    .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
        cursor: -webkit-grab;
        cursor: -moz-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing;
    }

    .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
        transition-duration: 0s !important;
    }

.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 0;
    margin-bottom: 5px;
}

@media(min-width:1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color .25s;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #0b6aa1;
}

.lg-outer .lg-thumb-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom .25s;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

    .lg-outer .lg-toogle-thumb:hover,
    .lg-outer.lg-dropdown-active #lg-share {
        color: #fff;
    }

    .lg-outer .lg-toogle-thumb:after {
        content: "\e1ff";
    }

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

    .lg-outer .lg-video .lg-object {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .lg-outer .lg-video .lg-video-play {
        width: 84px;
        height: 59px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -42px;
        margin-top: -30px;
        z-index: 1180;
        cursor: pointer;
    }

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(/images/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(/images/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(/images/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(/images/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(/images/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1183;
    opacity: 0;
    transition: opacity 80ms;
}

    .lg-progress-bar .lg-progress {
        background-color: #0b6aa1;
        height: 5px;
        width: 0;
    }

    .lg-progress-bar.lg-start .lg-progress {
        width: 100%;
    }

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform .3s cubic-bezier(0, 0, .25, 1);
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left .3s cubic-bezier(0, 0, .25, 1), top .3s cubic-bezier(0, 0, .25, 1);
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scale3d(1, 1, 1);
    transition: transform .3s cubic-bezier(0, 0, .25, 1), opacity .15s !important;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

    #lg-actual-size:after {
        content: "\e033";
    }

#lg-zoom-out {
    opacity: .5;
    pointer-events: none;
}

    #lg-zoom-out:after {
        content: "\e312";
    }

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1180;
    height: 10px;
}

    .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
        overflow: visible;
    }

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

    .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
        box-shadow: 0 0 0 2px #fff inset;
    }

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity .15s, transform .15s;
    transform: translate3d(0, 5px, 0);
}

    .lg-outer .lg-pager-thumb-cont img {
        width: 100%;
        height: 100%;
    }

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    transition: box-shadow .3s;
    width: 12px;
}

    .lg-outer .lg-pager:focus,
    .lg-outer .lg-pager:hover {
        box-shadow: 0 0 0 8px #fff inset;
    }

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1181;
    opacity: 0;
    visibility: hidden;
    transition: visibility linear .18s, opacity .18s linear;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    transition: transform .18s linear, visibility linear .5s, opacity .18s linear;
}

    .lg-outer .lg-dropdown:after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        border: 8px solid transparent;
        border-bottom-color: #fff;
        right: 16px;
        top: -16px;
    }

    .lg-outer .lg-dropdown > li:last-child {
        margin-bottom: 0;
    }

    .lg-outer .lg-dropdown > li:hover .lg-icon,
    .lg-outer .lg-dropdown > li:hover a {
        color: #333;
    }

    .lg-outer .lg-dropdown a {
        color: #333;
        display: block;
        white-space: pre;
        padding: 4px 12px;
        font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
        font-size: 12px;
    }

        .lg-outer .lg-dropdown a:hover {
            background-color: rgba(0, 0, 0, .07);
        }

    .lg-outer .lg-dropdown .lg-dropdown-text {
        display: inline-block;
        line-height: 1;
        margin-top: -3px;
        vertical-align: middle;
    }

    .lg-outer .lg-dropdown .lg-icon {
        color: #333;
        display: inline-block;
        float: none;
        font-size: 20px;
        height: auto;
        line-height: 1;
        margin-right: 8px;
        padding: 0;
        vertical-align: middle;
        width: auto;
    }

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
}

    .lg-outer #lg-share {
        position: relative;
    }

        .lg-outer #lg-share:after {
            content: "\e80d";
        }

    .lg-outer #lg-share-facebook .lg-icon {
        color: #3b5998;
    }

        .lg-outer #lg-share-facebook .lg-icon:after {
            content: "\e901";
        }

    .lg-outer #lg-share-twitter .lg-icon {
        color: #00aced;
    }

        .lg-outer #lg-share-twitter .lg-icon:after {
            content: "\e904";
        }

    .lg-outer #lg-share-googleplus .lg-icon {
        color: #dd4b39;
    }

        .lg-outer #lg-share-googleplus .lg-icon:after {
            content: "\e902";
        }

    .lg-outer #lg-share-pinterest .lg-icon {
        color: #cb2027;
    }

        .lg-outer #lg-share-pinterest .lg-icon:after {
            content: "\e903";
        }

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1150;
    text-align: left;
    opacity: 0;
    transition: opacity .15s;
}

    .lg-outer * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lg-outer.lg-visible {
        opacity: 1;
    }

    .lg-outer.lg-css3 .lg-item.lg-current,
    .lg-outer.lg-css3 .lg-item.lg-next-slide,
    .lg-outer.lg-css3 .lg-item.lg-prev-slide {
        transition-duration: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
    .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
    .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
        transition-duration: 0s !important;
        opacity: 1;
    }

    .lg-outer.lg-grab img.lg-object {
        cursor: grab;
    }

    .lg-outer.lg-grabbing img.lg-object {
        cursor: grabbing;
    }

    .lg-outer .lg {
        position: relative;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .lg-outer .lg-inner {
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
    }

    .lg-outer .lg-item {
        background: url(/images/loading.gif) center center no-repeat;
        display: none !important;
    }

    .lg-outer.lg-css .lg-current,
    .lg-outer.lg-css3 .lg-current,
    .lg-outer.lg-css3 .lg-next-slide,
    .lg-outer.lg-css3 .lg-prev-slide {
        display: inline-block !important;
    }

    .lg-outer .lg-img-wrap,
    .lg-outer .lg-item {
        display: inline-block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .lg-outer .lg-img-wrap:before,
        .lg-outer .lg-item:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px;
        }

    .lg-outer .lg-img-wrap {
        position: absolute;
        padding: 0 5px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .lg-outer .lg-item.lg-complete {
        background-image: none;
    }

    .lg-outer .lg-item.lg-current {
        z-index: 1160;
    }

    .lg-outer .lg-image {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
        height: auto !important;
    }

    .lg-outer.lg-show-after-load .lg-item .lg-object,
    .lg-outer.lg-show-after-load .lg-item .lg-video-play {
        opacity: 0;
        transition: opacity .15s;
    }

    .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
    .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
        opacity: 1;
    }

    .lg-outer .lg-empty-html,
    .lg-outer.lg-hide-download #lg-download {
        display: none;
    }

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1140;
    background-color: #000;
    opacity: 0;
    transition: opacity .15s;
}

    .lg-backdrop.in {
        opacity: .8;
    }

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    transition: none !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

    .lg-css3.lg-fade .lg-item.lg-current {
        opacity: 1;
    }

    .lg-css3.lg-fade .lg-item.lg-current,
    .lg-css3.lg-fade .lg-item.lg-next-slide,
    .lg-css3.lg-fade .lg-item.lg-prev-slide {
        transition: opacity .1s;
    }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
        transform: translate3d(-100%, 0, 0);
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
        transform: translate3d(100%, 0, 0);
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
        transition: transform 1s cubic-bezier(0, 0, .25, 1), opacity .1s;
    }

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
        left: -100%;
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
        left: 100%;
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
        left: 0;
        opacity: 1;
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
    .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
    .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
        transition: left 1s cubic-bezier(0, 0, .25, 1), opacity .1s;
    }

.lightgallery-iframe .lg-toolbar {
    background-color: transparent;
}

.lightgallery-iframe .lg-close ~ * {
    display: none;
}

.parallax-content {
    position: relative;
    z-index: 1;
}

.parallax-container {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

@supports(clip-path:polygon(0 0)) or (-webkit-clip-path:polygon(0 0)) {
    .parallax-container {
        overflow: visible;
    }

    .material-parallax {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

.material-parallax {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: 0;
    background-position: center center;
    pointer-events: none;
}

.ipad .parallax-container,
.iphone .parallax-container {
    background-attachment: scroll !important;
}

.material-parallax img {
    display: none;
    position: absolute;
    right: 50%;
    bottom: 0;
    min-width: 101%;
    min-height: 101%;
    max-width: none;
    transform: translate3d(-50%, 0, 0);
}

[data-x-mode=true] .material-parallax {
    pointer-events: auto;
}

.parallax-outer .parallax-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: 0;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track::after,
    .slick-track::before {
        content: "";
        display: table;
    }

    .slick-track::after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: url(images/ajax-loader.gif) center center no-repeat #fff;
}

.slick-next,
.slick-prev {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 0;
    font-size: 0;
    color: #262f3c;
    background: #f9f8f8;
    border: none;
    outline: 0;
    z-index: 9;
    cursor: pointer;
    transition: .33s;
    text-align: center;
}

    .slick-next:focus,
    .slick-next:hover,
    .slick-prev:focus,
    .slick-prev:hover {
        outline: 0;
        color: #0b6aa1;
    }

    .slick-next.slick-disabled:before,
    .slick-prev.slick-disabled:before {
        opacity: .8;
    }

    .slick-next:before,
    .slick-prev:before {
        font-family: material design icons;
        font-size: 24px;
        line-height: 1;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: 0;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: 0;
}

.slick-prev:before {
    content: "";
}

[dir=rtl] .slick-prev:before {
    content: "";
}

.slick-next {
    right: 0;
}

[dir=rtl] .slick-next {
    left: 0;
    right: auto;
}

.slick-next:before {
    content: "";
}

[dir=rtl] .slick-next:before {
    content: "";
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: 0 0;
            display: block;
            height: 20px;
            width: 20px;
            outline: 0;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:focus,
            .slick-dots li button:hover {
                outline: 0;
            }

                .slick-dots li button:focus:before,
                .slick-dots li button:hover:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: material design icons;
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: #000;
                opacity: .8;
            }

        .slick-dots li.slick-active button:before {
            color: #000;
            opacity: 1;
        }

.slick-slider-2-main-inner .slick-slider {
    padding: 0 30px;
    margin-bottom: 0;
}

.slick-slider-2-aside .slick-track {
    display: flex;
}

.slick-slider-2-aside .slick-slide {
    padding: 20px;
    text-align: center;
    cursor: pointer;
    font-family: Assistant, Arial, sans-serif;
    font-size: 18px;
    white-space: nowrap;
}

.slick-slider-2-aside .slick-current {
    color: #0b6aa1;
}

.slick-slider-2-aside .slick-slide + .slick-slide {
    border-left: 1px solid #ebebeb;
    margin-left: -1px;
}

@media(max-width:767.98px) {
    .slick-slider-2-main-inner .slick-arrow {
        background-color: transparent;
    }

    .slick-slider-2-main-inner .slick-prev {
        left: -30px;
    }

    .slick-slider-2-main-inner .slick-next {
        right: -30px;
    }
}

@media(min-width:768px) {
    .slick-slider-2-main-inner .slick-slider {
        padding: 0 55px;
    }

    .slick-slider-2-aside .slick-slide {
        padding: 32px 20px;
    }
}

@media(min-width:992px) {
    .slick-slider-2-aside .slick-slide {
        font-size: 20px;
    }

    .select2-dropdown-lg .select2-results__option {
        padding-right: 35px;
        padding-left: 35px;
    }
}

.stuck-navbar {
    padding: 0;
}

    .stuck-navbar .navbar-inner {
        z-index: 100;
    }

    .stuck-navbar.stick .navbar-inner {
        position: absolute;
        top: auto;
        bottom: 0;
    }

    .stuck-navbar.stuck .navbar-inner {
        position: fixed;
        top: 55px;
    }


    @media(min-width:992px){
        .stuck-navbar.stuck .navbar-inner {
        top: 78px;
    }

    }

    @media(min-width:1200px){
        .stuck-navbar.stuck .navbar-inner {
        top: 78px;
    }
    }

.stuck-1 {
    position: static;
    display: flex;
}

    .stuck-1 .navbar-inner {
        display: flex;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 20;
        border-bottom: 1px solid transparent;
        background: #fff;
        transition: .22s;
    }

    .stuck-1 .list-nav-classic {
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }

    .stuck-1.stick .navbar-inner,
    .stuck-1.stuck .navbar-inner {
        height: 70px;
    }

    .stuck-1.stuck .navbar-inner {
        border-bottom-color: #ebebeb;
    }

    .stuck-1,
    .stuck-1 .navbar-inner {
        height: 60px;
    }

@media(min-width:768px) {
    .stuck-1,
    .stuck-1 .navbar-inner {
        height: 80px;
    }
}

@media(min-width:1200px) {
    .slick-slider-2-aside .slick-slide {
        padding: 35px;
        font-size: 22px;
    }

    .stuck-1,
    .stuck-1 .navbar-inner {
        height: 150px;
    }
}

.rd-navbar-static-linked .stuck-1.stuck .navbar-inner {
    top: 75px;
}

.stuck-2 .navbar-inner {
    width: 100%;
}

.stuck-2.stick .navbar-inner {
    position: absolute;
    bottom: 1px;
    top: auto;
}

@media(min-width:768px) {
    .stuck-2 .navbar-inner {
        top: 0;
        width: auto;
        min-width: inherit;
    }

    .stuck-2.stuck .navbar-inner {
        padding-top: 10px;
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    /* width: 100%!important; */
    /* right: 915.25px; */
    /* left: auto !important; */
}

    .select2-container .select2-selection--single {
        display: block;
        cursor: pointer;
        user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-right: 8px;
            padding-left: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-family: Assistant, Arial, sans-serif;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative;
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-left: 30px;
        padding-right: 30px;
    }

    .select2-container .select2-selection--multiple {
        display: block;
        cursor: pointer;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-right: 8px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline {
        float: left;
    }

        .select2-container .select2-search--inline .select2-search__field {
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    position: absolute;
    right: -100000px;
    z-index: 1051;
    display: block;
    overflow: hidden;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 35px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(63, 72, 86, .2);
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px 26px;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 35px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        display: block;
        padding: 14px 26px 14px 36px;
        color: #2c343b;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        min-height: 54px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: left;
        font-weight: 700;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #8491a5;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        right: 20px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            pointer-events: none;
            color: #2c343b;
        }

            .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
                position: relative;
                display: inline-block;
                content: "\f107";
                font-family: fontawesome;
                font-size: 18px;
                transform: rotate(0);
                transition: .1s;
            }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    right: 25px;
    left: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f9f8f8;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::before {
    transform: rotate(-180deg);
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: .3rem;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none;
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: left;
        font-weight: 700;
        margin-top: 5px;
        margin-left: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: right;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-left: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-right: 5px;
    margin-left: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 2px;
    margin-left: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-color: transparent;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
}

.select2-container--default .select2-search--dropdown {
    border-top: 0;
}

    .select2-container--default .select2-search--dropdown .select2-search__field {
        border: 1px solid #ebebeb;
    }

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #777;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #2c343b;
    background-color: #f0eded;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-right: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-right: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-right: -1em;
        padding-right: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-right: -2em;
            padding-right: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-right: -3em;
                padding-right: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-right: -4em;
                    padding-right: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-right: -5em;
                        padding-right: 6em;
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #fff;
    background-color: #0b6aa1;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.typed-text-heading .typed-cursor {
    margin-left: -.2em;
}

.typed-cursor {
    vertical-align: text-top;
    opacity: 1;
    animation: 1.2s infinite blink;
}

.text-primary + .typed-cursor {
    color: #0b6aa1;
}

.bg-accent .text-primary + .typed-cursor,
.bg-gray-900 .text-primary + .typed-cursor,
.context-dark .text-primary + .typed-cursor {
    color: #ffea5c;
}

@media(min-width:1600px) {
    .typed-text {
        max-width: 570px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.layout-panel-wrap.active .layout-panel {
    transform: translateX(0);
}

.layout-panel-wrap.active .layout-panel-inner:after {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, .09);
}

.mobile.rd-navbar-fixed-linked .layout-panel-inner,
.tablet.rd-navbar-fixed-linked .layout-panel-inner {
    padding-bottom: 90px;
}

.layout-panel-header .button {
    width: 100%;
}

    .layout-panel-header .button + .button {
        margin-top: 15px;
    }

.layout-panel .isotope {
    overflow: visible;
    margin: 0;
}

.layout-panel .isotope-filters {
    padding: 0 5px;
}

    .layout-panel .isotope-filters ul {
        position: relative;
        padding-bottom: 10px;
        overflow: hidden;
        text-align: center;
    }

        .layout-panel .isotope-filters ul::after {
            content: '';
            position: absolute;
            left: -100px;
            bottom: 0;
            right: -100px;
            border-bottom: 3px solid #ebebeb;
        }

    .layout-panel .isotope-filters li {
        display: inline-block;
        padding-left: 6px;
        padding-right: 6px;
        font: 500 12px/18px "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        color: #3f4856;
    }

.layout-panel * + .isotope {
    margin-top: 20px;
}

@media(min-width:768px) {
    .layout-panel * + .isotope {
        margin-top: 30px;
    }
}

.layout-panel-main .isotope {
    margin-bottom: -10px;
    transform: translateY(-10px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: static !important;
}

.layout-panel-main .isotope-item {
    margin-top: 10px;
    padding: 0 5px;
    width: 100%;
    max-width: 50%;
    flex-grow: 1;
}

    .layout-panel-main .isotope-item:before {
        content: '';
        display: block;
    }

@media(min-width:768px) {
    .layout-panel-wrap.active .layout-panel {
        transform: translateX(0);
    }

    .ie-10 .layout-panel,
    .ie-11 .layout-panel {
        transform: translateX(340px);
    }

    .ie-10 .layout-panel-toggle,
    .ie-10 .layout-panel-wrap.active,
    .ie-11 .layout-panel-toggle,
    .ie-11 .layout-panel-wrap.active {
        right: 0;
    }

        .ie-10 .layout-panel-wrap.active .layout-panel-toggle,
        .ie-11 .layout-panel-wrap.active .layout-panel-toggle {
            right: 340px;
        }
}

.rev_slider_wrapper,
.rev_slider_wrapper * {
    direction: ltr;
}

.slideshow-text-wrapper {
    display: block;
}

    .slideshow-text-wrapper,
    .slideshow-text-wrapper h2,
    .slideshow-text-wrapper h4 {
        color: #444;
        /* direction: rtl!important; */
        white-space: normal !important;
    }

        .slideshow-text-wrapper .button-primary {
            color: #e9ecef;
            background: #ec4242;
            border-color: #ec4242;
        }

            .slideshow-text-wrapper .button-primary:hover {
                background: #fff;
                border-color: #fff;
                color: #000;
            }

.layout-4.with-rev-slider {
    padding: 0 !important;
}

@media(min-width:992px) {
    .slideshow-text-wrapper,
    .slideshow-text-wrapper h2,
    .slideshow-text-wrapper h4 {
        color: #fff;
    }
}

.tabs-image {
    display: block;
    height: 0;
    opacity: 0;
    transition: 1s ease-in;
}

    .tabs-image.active {
        height: auto;
        display: block;
        opacity: 1;
    }

.articles .item {
    text-align: center;
    margin-bottom: 60px;
}

    .articles .item a,
    .articles .item a:hover,
    .articles .item a:visited {
        display: block;
        color: #666;
        max-width: 300px;
        margin: 0 auto;
    }

    .articles .item img {
        max-width: 100%;
    }

    .articles .item h2 {
        font-size: 24px;
        display: block;
        margin-bottom: 10px;
    }

    .articles .item span {
        font-size: 16px;
        line-height: 1.52941;
        text-align: justify;
    }

        .articles .item span.readmore {
            color: #0b6aa1;
            text-decoration: underline;
        }

.gallery {
    margin-top: 40px;
}

    .gallery .item {
        width: 50%;
        float: left;
        margin: 0 0 5px;
        padding: 8px;
        overflow: hidden;
    }

.alert {
    border-radius: 3rem;
}

.view-project-page h3 {
    font-size: 33px;
    line-height: 1;
}

.quotes-block {
    background-color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.single-post .quotes-block {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (min-width:768px) {
    .gallery .item {
        width: 25%;
    }

    .quotes-block .quotes-block-quote {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .single-post .quotes-block .quotes-block-quote {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.quotes-block .quotes-block-quote .quotes-block-persons-image {
    text-align: center;
    position: relative;
    margin-bottom: 1rem;
}

    .quotes-block .quotes-block-quote .quotes-block-persons-image .shadow-helper {
        display: inline-block;
        position: relative;
        text-align: center;
    }

        .quotes-block .quotes-block-quote .quotes-block-persons-image .shadow-helper:after {
            content: "";
            display: block;
            position: absolute;
            top: 10px;
            bottom: 0;
            right: 10px;
            left: 10px;
            border-radius: 50%;
            box-shadow: 0 0 20px 10px hsla(0, 0%, 46%, .3);
            z-index: 0;
        }

    .quotes-block .quotes-block-quote .quotes-block-persons-image img {
        position: relative;
        margin-bottom: 0 !important;
        border-radius: 50%;
        z-index: 10;
        display: inline-block;
        max-width: 100%;
        height: auto;
        width: 90px;
        min-width: 90px;
    }

.quotes-block .quotes-block-quote .quotes-block-quote-content {
    margin-bottom: 2rem;
    text-align: center;
}

    .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text {
        position: relative;
        color: #383838;
        font-weight: 200;
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }

.single-post .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 1.25rem;
}

    .single-post .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text p {
        margin-bottom: 0 !important;
    }

.quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text p {
    margin-bottom: 0;
}

.quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text strong {
    margin-bottom: 10px;
    display: block;
}

@media (min-width:768px) {
    .quotes-block .quotes-block-quote .quotes-block-persons-image img {
        width: 160px;
        min-width: 160px;
    }

    .single-post .quotes-block .quotes-block-quote .quotes-block-persons-image img {
        width: 130px;
        min-width: 130px;
    }

    .quotes-block .quotes-block-quote .quotes-block-quote-content {
        margin-bottom: 0;
        text-align: left;
    }

        .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text {
            padding-left: 50px;
            font-size: 1.625rem;
        }
}

@media (min-width:1030px) {
    .quotes-block {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

        .quotes-block .quotes-block-quote {
            padding-top: 2.5rem;
            padding-bottom: 2.5rem;
        }

    .single-post .quotes-block .quotes-block-quote {
        padding-top: .8rem;
        padding-bottom: .8rem;
    }

        .single-post .quotes-block .quotes-block-quote .quotes-block-persons-image img {
            width: 130px;
            min-width: 130px;
        }

    .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text {
        font-size: 20px;
    }

    .single-post .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text {
        padding-left: 85px;
        font-size: 1.2rem;
    }

    .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text:before {
        display: block;
        width: 100px;
        text-align: center;
        vertical-align: middle;
        padding: 0;
        border-radius: 60px;
        line-height: 100px;
        position: absolute;
        top: 0;
        left: 0;
        color: #ebebeb;
        font-size: 17rem;
        font-weight: 700;
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        -ms-filter: fliph;
        filter: fliph;
    }

    .single-post .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-quote-text:before {
        line-height: 60px;
        top: 8px;
        left: 20px;
        color: #d4d4d4;
        font-size: 6rem;
    }

    .single-post .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-person {
        padding-left: 85px;
    }
}

.quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-person {
    color: #0b6aa1;
    font-size: 16px;
}

    .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-person .quotes-block-person-name {
        font-weight: 600;
        color: #262f3c;
        display: block;
    }

.quotes-block .slick-dots li {
    width: 10px;
    height: 10px;
    padding: 0;
}

    .quotes-block .slick-dots li + li {
        margin-left: .5rem;
    }

    .quotes-block .slick-dots li button {
        width: 13px;
        height: 13px;
        padding: 0;
        background-color: #d4d4d4;
        border-radius: 50%;
    }

        .quotes-block .slick-dots li button:before {
            font-size: 0;
        }

    .quotes-block .slick-dots li.slick-active button {
        width: 13px;
        height: 13px;
        background-color: #fff;
        box-shadow: 0 0 0 1px #d4d4d4;
    }

.quotes-block.single {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (min-width:768px) {
    .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-person {
        font-size: 18px;
    }

    .single-post .quotes-block .quotes-block-quote .quotes-block-quote-content .quotes-block-person {
        font-size: 16px;
    }

    .quotes-block .quotes-block-persons-image,
    .quotes-block .quotes-block-quote-content {
        display: table-cell;
        vertical-align: middle;
    }

    .quotes-block.single .quotes-block-persons-image,
    .quotes-block.single .quotes-block-quote-content {
        vertical-align: top;
    }
}

.rd-navbar-classic .brand-logo-light {
    display: block;
}

.rd-navbar-classic .brand-logo-dark,
.rd-navbar-classic.rd-navbar--is-stuck .brand-logo-light {
    display: none;
}

.rd-navbar-classic.rd-navbar--is-stuck .brand-logo-dark {
    display: block;
}

@media (max-width:992px) {
    .rd-navbar-classic .brand-logo-light {
        display: none;
    }

    .rd-navbar-classic .brand-logo-dark {
        display: block;
    }
}

.rd-navbar-wrap {
    max-height: 76px;
}

.isotope .isotope-item {
    -webkit-transition-property: right, top, -webkit-transform, opacity;
    -moz-transition-property: right, top, -moz-transform, opacity;
    -ms-transition-property: right, top, -ms-transform, opacity;
    -o-transition-property: right, top, -o-transform, opacity;
    transition-property: right, top, transform, opacity;
}

.rd-navbar-brand {
    margin-top: -8px;
}

@media (max-width:768px) {
    .select2-container {
        width: 100% !important;
    }

    .rd-navbar-wrap {
        height: auto !important;
    }

    .why-we,
    .why-we .tab-pane,
    .why-we h3 {
        text-align: center;
    }
}

.btn-phone,
.btn-share {
    display: none;
}

.rd-navbar-fixed .btn-phone,
.rd-navbar-fixed .btn-share {
    display: inline-block;
    cursor: pointer;
    color: #2c343b;
    background-color: transparent;
    border: none;
    line-height: 48px;
    font-size: 23px;
    margin-left: 0;
    width: 55px;
    position: relative;
}

@media (max-width:350px){
.rd-navbar-fixed .btn-phone,
.rd-navbar-fixed .btn-share {
    width: 48px;
}
}


.rd-navbar-fixed .btn-share {
    font-size: 20px;
}

    .rd-navbar-fixed .btn-phone:before,
    .rd-navbar-fixed .btn-share:before {
        content: ' ';
        display: block;
        background-color: #f1f1f1;
        width: 1px;
        height: 42px;
        position: absolute;
        top: 10px;
        left: -2px;
    }

    .rd-navbar-fixed .btn-phone:hover,
    .rd-navbar-fixed .btn-share:hover {
        color: #0b6aa1;
    }

.rd-navbar-toggle:hover span,
.rd-navbar-toggle:hover span:after,
.rd-navbar-toggle:hover span:before {
    background: #0b6aa1;
}

.rd-navbar-toggle.active span {
    background: 0 0;
}

.share-buttons .sb-share-btn {
    border: 0;
}

.share-buttons {
    display: flex;
    flex-direction: column;
}

.share-buttons .sb-share-btn,
.share-buttons a {
   display: flex;
    align-items: center;
    line-height: 1.3;
    margin: 0;
    text-align: left;
    background: #fff;
    z-index: 100030;
    cursor: pointer;
    padding: 10px 20px;
    border-bottom: 1px solid #f2f2f2;
    font-family: 'Assistant';
}

    .share-buttons .sb-share-btn:last-child,
    .share-buttons a:last-child {
        border-bottom: none;
    }

a .sb-icon-wrapper {
    cursor: pointer;
}

.sb-icon-wrapper {
    width: 40px;
    display: inline-block;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin-right: 10px;
    flex: 0 0 40px;
}

.share-buttons .sb-share-btn span .sb-icon,
.share-buttons a span .sb-icon {
    position: relative;
    top: 5px;
    right: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 30px;
    height: 30px;
    border: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}

.share-buttons .sb-icon {
    width: 2pc;
    height: 2pc;
}

.sb-icon-wrapper img,
.sb-icon-wrapper svg {
    display: inline-block;
    fill: #fff;
}

#shareModal .modal-dialog {
    top: 50%;
    margin-top: -100px;
}

#shareModal .modal-header .modal-title {
    padding: 0 20px;
}

#shareModal .modal-header .close {
    padding: 0;
    margin: 0;
}

.accessibility-menu-wrapper {
    position: relative;
    z-index: 9147483647;
}

.accessibility-menu {
    z-index: 1;
    background-color: #fff;
    transition: .5s;
}

.accessibility-menu-dropdown {
    width: auto !important;
}

.accessibility-menu-body {
    padding: 0;
}

    .accessibility-menu-body div.accessibility-menu-item:nth-child(2n+2) {
        border-right: none;
    }

    .accessibility-menu-body div.accessibility-menu-item:nth-child(11),
    .accessibility-menu-body div.accessibility-menu-item:nth-child(12) {
        border-bottom: none;
    }

    .accessibility-menu-body div.accessibility-menu-item.row:nth-child(13) {
        border-top: 1px solid #ebebeb;
    }

.accessibility-menu-item {
    width: 50%;
    float: left;
    text-align: left;
    padding: 15px 0;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.accessibility-menu-item-label {
    display: inline;
}

.share-menu-link {
    display: none;
}

@media (min-width:992px) {
    .accessibility-menu-item-label {
        display: none;
    }

    .share-menu-link {
        display: inline;
    }

    .accessibility-menu-dropdown {
        width: 600px !important;
    }

    .accessibility-menu-item {
        width: 33%;
    }

    .accessibility-menu-body div.accessibility-menu-item:nth-child(2n+2) {
        border-right: 1px solid #ebebeb;
    }

    .accessibility-menu-body div.accessibility-menu-item:nth-child(3n+3) {
        border-right: none;
    }

    .accessibility-menu-body div.accessibility-menu-item:nth-child(10),
    .accessibility-menu-body div.accessibility-menu-item:nth-child(11),
    .accessibility-menu-body div.accessibility-menu-item:nth-child(12) {
        border-bottom: none;
    }

    .accessibility-menu-body div.accessibility-menu-item.row:nth-child(13) {
        border-top: 1px solid #ebebeb;
    }
}

.accessibility-menu-item.active,
.accessibility-menu-item:hover {
    background-color: #f1f1f1;
}

.accessibility-menu-item input[type=button] {
    display: inline-block;
    direction: rtl;
    padding: 45px 0 0;
    width: 100%;
    border: none;
    outline: 0;
    background: center top no-repeat;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    white-space: nowrap;
}

.accessibility-menu-item span {
    color: #fff;
    font-size: 16px;
    display: none;
}

.accessibility-menu-item.row {
    width: 100%;
    height: auto;
    float: none;
    border-bottom: none !important;
    clear: both;
    border-right: none !important;
    padding: 10px 0;
    margin: 0;
}

    .accessibility-menu-item.row input[type=button] {
        padding: 5px 0;
        height: auto;
        width: 100%;
        clear: both;
        border: none;
        outline: 0;
        background: center top no-repeat;
        cursor: pointer;
        color: #000;
        font-size: 16px;
    }

.accessibility-menu-item input[type=button]#monochrome_btn {
    background-image: url(/images/accessebility/monochrome.png);
}

.accessibility-menu-item input[type=button]#blackwhite_btn {
    background-image: url(/images/accessebility/negative-alt.png);
}

.accessibility-menu-item input[type=button]#whiteblack_btn {
    background-image: url(/images/accessebility/negative.png);
}

.accessibility-menu-item input[type=button]#fontsizeinc_btn {
    background-image: url(/images/accessebility/en/font-plus.png);
}

.accessibility-menu-item input[type=button]#fontsizedec_btn {
    background-image: url(/images/accessebility/en/font-minus.png);
}

.accessibility-menu-item input[type=button]#readable_btn {
    background-image: url(/images/accessebility/en/font.png);
}

.accessibility-menu-item input[type=button]#whitecursor_btn {
    background-image: url(/images/accessebility/arrow-blank.png);
}

.accessibility-menu-item input[type=button]#blackcursor_btn {
    background-image: url(/images/accessebility/arrow.png);
}

.accessibility-menu-item input[type=button]#magnifier_btn {
    background-image: url(/images/accessebility/search.png);
}

.accessibility-menu-item input[type=button]#links_btn {
    background-image: url(/images/accessebility/links.png);
}

.accessibility-menu-item input[type=button]#headers_btn {
    background-image: url(/images/accessebility/title.png);
}

.accessibility-menu-item input[type=button]#alttext_btn {
    background-image: url(/images/accessebility/alt.png);
}

html body.acc-blackwhite > :not(.accessibility-menu-wrapper),
html body.acc-whiteblack > :not(.accessibility-menu-wrapper) {
    color: #000;
    background-color: #fff;
}

html body.acc-monochrome {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}

html body.acc-blackwhite {
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -ms-filter: invert(1);
    -o-filter: invert(1);
    filter: invert(1);
}

html body.acc-whiteblack {
    -webkit-filter: contrast(1.5);
    -moz-filter: contrast(1.5);
    -ms-filter: contrast(1.5);
    -o-filter: contrast(1.5);
    filter: contrast(1.5);
}

html body.acc-readable,
html body.acc-readable * {
    font-family: Arial, sans-serif !important;
    font-style: normal !important;
}

html body.acc-whitecursor,
html body.acc-whitecursor * {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABohpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTYtMDktMjJUMTY6NDc6NTUrMDM6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE2LTA5LTIyVDE3OjIxOjMwKzAzOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE2LTA5LTIyVDE3OjIxOjMwKzAzOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEQjUzRjAxMzgwQ0YxMUU2OENEM0U3REI4NzdBQTA3NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEQjUzRjAxNDgwQ0YxMUU2OENEM0U3REI4NzdBQTA3NiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjE0MUZCRDdFQ0Q4MEU2MTFCM0VGRjQ0ODEzNzUxQ0Y1Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNDFGQkQ3RUNEODBFNjExQjNFRkY0NDgxMzc1MUNGNSIgc3RFdnQ6d2hlbj0iMjAxNi0wOS0yMlQxNjo0Nzo1NSswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBpbWFnZS9wbmcgdG8gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MTUxRkJEN0VDRDgwRTYxMUIzRUZGNDQ4MTM3NTFDRjUiIHN0RXZ0OndoZW49IjIwMTYtMDktMjJUMTc6MDk6NDkrMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNTFGQkQ3RUNEODBFNjExQjNFRkY0NDgxMzc1MUNGNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNDFGQkQ3RUNEODBFNjExQjNFRkY0NDgxMzc1MUNGNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjUQNlMAAAUmSURBVHja1FkLSKRVFD6j47NRI9fB0GrQxMVA0TSQFoTwWQq7PnCliAQVgsUHayizaWlokCAuyYIYLkL5bFkVW8VFbaRERKEUUdFUVjHfrjr5Sv37zo8z6ILO2Mw00weH/7/n3v+fb85/zzn3nkuCINBlolar7cLDwx9JJJI7EDKFaDAwMEC6+LBISQdWV1edVCpVDAbfRNMaP3KfzAwrfQZZW1vveXp68tgKkP/y/0Ba2N/fF/Lz86mkpITbX4B4mcVbWmSOuaRUKqm4uJibuWhX4yqxaNJHR0fitaCggCoqKvg2DcTrcLW1WNJnkZWVRTU1NSSVSm+D+COonCyeNCM1NZUaGxvJwcEhFsSfQHXNohzxoo74+Hh6/Pgxubi43ADxTqg8LdrSGkRFRVFHRwfJ5fK3QfwpVN5mJ81R4zJrM0JDQ6mrq4sUCsV1jO+GKsCspO3t7QUkF+GU/IUICAgQifv6+r6BsV1Q3TAbaTiaXqQZPj4+1N3dTUFBQXKMb4cqwpzTQ294eHhQZ2cnhYWFueDZNqhumcsRr8Tczc2N2tvbKTo62h7Em6D6xCwh76oWl8lk1NraSsnJyVI8+xByx2JC3mWwtbWluro6SktL4+a3IP65xZMWf8DKiqqrqyknJ4ebX4H4N//pKs8QlJeXU1FREd9+hnc9sDhHvAiFhYUieeBTEP8eV6lFTo8XwdOkqqqKd0MfgngzVC9ZTPS4DBkZGVRfX8+OevM0lr9i0ZbWICkpiVpaWsjJyek9NDsgr9rY2BiX9Pb2ttGJx8TEUG9vL3l7e7+D5tPl5eU3jeqIJycnBpM8Pj6mnZ0dWlxcpImJCerv76fNzU2RvEQieQsbi76ZmRmda3KpqT7/6OiomBFXVla4dkJra2si2a2tLZH47u6uZt/JzrILUWP79hw7f3uzkW5oaKDS0lK+nYKsQNYg65A/Ic+4DsRtWHgDzvgc9zvYvm37+fnp9nhdJaiNjQ1nePmiUqkULgI+u4CsJ8zNzWl1+PyCo6MjE7inb1lscHBQr7KYQXtExuHhIaWkpFB6erpYF9EAmwGKjY0VE4m+sVhfvzEoI/LcTEhIoKampn00f25ra6OFhQVtf25uLlvSA9b52GwVprNYX1+nuLg4XjcfgFgi5LZarT7kbKdBSEgIRUSIm5dM3gSZdWnKUYB34SqVahtk46H6CbIM+bG2tvZcTM/OzubLdcj7ZiM9PT1NkZGRNDw8vALCH0D1RNOH9oP5+XmBayEaYPdCwcHB/KXuGisDW+k7NZBuCYFf/NxjY2MLIBiJrl9eGPorZKCyslI7nTg6ZGZmipUGyLtGMbUeIU/m7Oy8gKwleHl5MZMJEPG9JHx9xK/t6+vThr+9vT3Ns63GOAnQOQAO5+Tq6rp0GkF+w4+8riPussM9Q1Q5F8uxjubn/0Z/gMlJ85mLQqH4A+/sxw9c0/MM5R7XS6amprSkkcoFuVzOxL8zOWmWnp6e17AucNTMUT3EA0O38vLyzlmb27zOQL/C5KRnZ2dJs9a9wonVQ3d3dwGrOC1pvEeQyWRM/GtDSOsVPThVXxUc/paWlk6am5u1OkwzSkxM5FuuKbxssujBMjk5eWVLn1pQ5e/vz2txrbXHx8cFnu+c5U1qaQNwf2RkRKymnrU2/ohBqd2kpGFFzpbTvB7h1F9WVkaBgYE0NDTEfeP0b0/HTDk9TuWunZ2dgFjPU+IvSD2XgE16zGwE/HBwcHAL8jsI8hJwxNAX/iPAAC9paiEUHI9zAAAAAElFTkSuQmCC), auto;
}

html body.acc-blackcursor,
html body.acc-blackcursor * {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABohpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTYtMDktMjJUMTY6NDc6NTUrMDM6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE2LTA5LTIyVDE3OjIyOjM4KzAzOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE2LTA5LTIyVDE3OjIyOjM4KzAzOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowM0JBQTk5RTgwRDAxMUU2ODc4N0MxNEI1QjEyODA3MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowM0JBQTk5RjgwRDAxMUU2ODc4N0MxNEI1QjEyODA3MiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjE0MUZCRDdFQ0Q4MEU2MTFCM0VGRjQ0ODEzNzUxQ0Y1Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNDFGQkQ3RUNEODBFNjExQjNFRkY0NDgxMzc1MUNGNSIgc3RFdnQ6d2hlbj0iMjAxNi0wOS0yMlQxNjo0Nzo1NSswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBpbWFnZS9wbmcgdG8gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MTUxRkJEN0VDRDgwRTYxMUIzRUZGNDQ4MTM3NTFDRjUiIHN0RXZ0OndoZW49IjIwMTYtMDktMjJUMTc6MDk6NDkrMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNTFGQkQ3RUNEODBFNjExQjNFRkY0NDgxMzc1MUNGNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNDFGQkQ3RUNEODBFNjExQjNFRkY0NDgxMzc1MUNGNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvXyzZcAAARTSURBVHja1FlNSFRRFL6j48zoODpqBFFQkguxRYsgiFxETEXWQqNFFESIEEG1yXZBQbSpTRJIElhBRVa2iLJIgowioZVtQgoXWoSOP+P8z6jz+r7HvfKSnBl/nu914TD3nPf3vfPO+c65d4SmaSKbRKNRdyAQ6HY4HGchwgxRo7+/X+TCQ3GKHCMYDPr6+voO4uRGPKAQpjZh8SjI5ySn05kowADwm1Cv/A+gNY6SkhLh8/moXIbthu09rUZ5ebkC3gr1DsRhe9BMgrKyMh085i0wPYK4bA86k8kIr9cr/H4/Tcdg68avz7agjeAVcDDKYeg9MK+zVSL+y0iPMzkrKioEiKUewN/AvMm2njYCLy4uFpWVlQS+A8B7Yd5qOWhZhbRswF0ul6iqqhKFhYW1OPUdzNstBe3xeDSAyoZbf7GioiIdOArRZuhvYa63DDQ+v0bg2UAr4ACsA8cLrIf+EuZ9VoZH3qyCENGBu93ucugvYG6yKhG1fG9I4EhKnVUAnJ/oCcynbEF5+QAnqyC8nNDvwnzWFpSXCzh7ZRYg8jn0WzBfsjVoBZyDwEtLS6lfhXp9zUDnm4zZGi3ZIV6Eqd1WiZgNOEETPOZnYHrA9YXtwmMx4LJDPAF5CvHagj1y9SuG1rZRcnmlbT29SIe4F6bXkA1sBVY9EY3L/ZUM3of3I3DZr+yEuXd0dLTG0kQkMBaYhfsbBDs3NydmZmZEIpHQvY7KyUPbmpubPwwNDeXsyZ1mfH4CJKhkMqmDWijGjRfpkDgkir4lhGs8awba6EnO6cVoNErTd8gYZBwyAfmN48PcB8Iv9UlcE8JvpKurK1xXV6eZDlrFZywW0z8z21PqXNHE43HO7+O0a/nci4sJ0ylPAQ6FQmJ6elpEIpG/FgV8CVlIvPmyiqmJSMB8yNTUFEMhCf19KpUSs7Oz86FCPsZ8I6YnLV/YGgEjcVLQj3IPBLY0Y1l5m59bevs8F0GWgSZgUtbExISAZ8PQj8D8CjIKeaZoTA1yMUYtpMES0ATMzz85OUlKG4N+COYew/F2HNdIdSre6Wl6HPMLq1WBC5bKvRLwT+j7Yf644LRPkH7JGvPXSW/vguxes+UWHqwRMEMCnhyEHoB9YJGXa0+n04KivI3VvKLC1rVajTsQw06GBWRAengwyyXckByht+cfgnIuvd2wGhs5OUEjJtNo3GOYfpYeHs5xSQLndZD++HUU/bHYoEyzmJ0zHTS4NtXZ2bkHnzcAr4/ned97YJCwkf4YHgSO+XGYtpieiNXV1SPwWHwJ9/2F858b6U+1oggV8vVp00EzqZYx2pELGSP90dtMSvkvgt+OWwhfSIlspIwreZZ2eJsb8C223PeAh9uYjExKtSCgtyX9Lbu0O4W5g9XyB2K7hlWRNEhhG4AX+CaW+e+Y2Qtbdn+36elgMCjC4XAcXP8YdnL9AblisZ2nOR4iFJogLEwd0L+u9IZ/BBgAy2WJQH1BMiwAAAAASUVORK5CYII=), auto;
}

html body.acc-magnifier {
    zoom: 1.5;
}

html body.acc-links > :not(.accessibility-menu-wrapper) a {
    text-decoration: underline !important;
}

html body.acc-headers > :not(.accessibility-menu-wrapper) [role=heading],
html body.acc-headers > :not(.accessibility-menu-wrapper) h1,
html body.acc-headers > :not(.accessibility-menu-wrapper) h2,
html body.acc-headers > :not(.accessibility-menu-wrapper) h3,
html body.acc-headers > :not(.accessibility-menu-wrapper) h4,
html body.acc-headers > :not(.accessibility-menu-wrapper) h5,
html body.acc-headers > :not(.accessibility-menu-wrapper) h6 {
    text-decoration: underline !important;
    font-weight: 700 !important;
}

html body.acc-alttext span.acc-tooltip {
    position: absolute;
    display: block;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    padding: 10px;
    margin-top: 20px;
    margin-right: -20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: hsla(0, 0%, 20%, .9);
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
}

    html body.acc-alttext span.acc-tooltip.visible {
        visibility: visible;
        opacity: 1;
    }

/*
*
* Profiles
*/
.profile-modern {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 265px;
    margin: 0 auto;
    box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    text-align: left;
}

    .profile-modern .profile-modern-main-title {
        font-style: italic;
    }

.profile-modern-figure {
    position: relative;
    flex-grow: 1;
    z-index: 2;
}

.profile-modern-image {
    width: 100%;
    transform-origin: 50% 0;
    transform: scale3d(1, 1, 1) rotate(0.1deg);
}

.profile-modern-main {
    position: relative;
    z-index: 1;
    color: #9b9b9b;
    padding: 20px;
    text-align: center;
}

.profile-modern-main-item {
    width: 100%;
    flex-shrink: 0;
    background: #ffffff;
}

    .profile-modern-main-item * + .list-inline {
        margin-top: 12px;
    }

html:not(.tablet):not(.mobile) .profile-modern:hover .profile-modern-toggle {
    /* transform: rotate(180deg); */
    display: none;
}

html:not(.tablet):not(.mobile) .profile-modern:hover .profile-modern-main-item_primary::before {
    opacity: 1;
    visibility: visible;
}

html:not(.tablet):not(.mobile) .profile-modern:hover .profile-modern-main-item_secondary {
    top: 0;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    cursor: default;
    padding: 24px 17px 25px 14px;
}

html:not(.tablet):not(.mobile) .profile-modern-main {
    display: flex;
    padding: 0;
    text-align: left;
}

html:not(.tablet):not(.mobile) .profile-modern-main-item_primary {
    padding: 24px 20px 45px 20px;
    transform: scale3d(0.97, 0.97, 0.97);
}

    html:not(.tablet):not(.mobile) .profile-modern-main-item_primary::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 0;
        background: rgba(0, 0, 0, 0.05);
        opacity: 0;
        visibility: hidden;
        transition: .45s;
    }

html:not(.tablet):not(.mobile) .profile-modern-main-item_secondary {
    position: relative;
    z-index: 2;
    top: -52px;
    left: -52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 17px 25px 14px;
    text-align: center;
    cursor: pointer;
    transform: translate3d(0%, 100%, 0);
    transition: .45s;
    color: #ffffff;
    background: #429cc1;
    max-height: 130px;
    overflow: hidden;
}

    html:not(.tablet):not(.mobile) .profile-modern-main-item_secondary .profile-modern-main-title {
        color: #ffffff;
    }

    html:not(.tablet):not(.mobile) .profile-modern-main-item_secondary a.icon:hover {
        color: #ffea5c;
    }

html:not(.tablet):not(.mobile) .profile-modern-main-title {
    display: block;
}

html:not(.tablet):not(.mobile) .profile-modern-toggle {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: #ffffff;
    font-size: 18px;
    transition: .22s;
}

.profile-modern-main-title {
    display: none;
}

.profile-modern-name {
    font-weight: 400;
}

.profile-modern-toggle {
    display: none;
}

* + .profile-modern-position {
    margin-top: 3px;

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .profile-modern {
        max-width: 320px;
    }
}

.select2 {
    width: 100% !important;
}

