@charset "UTF-8";

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

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: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

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

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

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

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

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

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer::before {
    content: "— ";
}

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

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

.figure {
    display: inline-block;
}

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

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

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

a>code {
    color: inherit;
}

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

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

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

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

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

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

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}

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

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

.no-gutters>.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 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

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

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

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

.row-cols-3>* {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

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

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

.row-cols-6>* {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

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

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

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

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

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

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

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

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

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

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

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

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

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

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

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

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

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

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

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

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

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

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

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

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

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

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

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

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

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

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

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

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

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

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

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

.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-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 {
    color: #212529;
    background-color: rgba(0, 0, 0, .075);
}

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

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

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

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9ecdff;
}

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

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

.table-hover .table-secondary:hover {
    background-color: #c8cccf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cccf;
}

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

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

.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-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda;
}

.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-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe7a0;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe7a0;
}

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

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

.table-hover .table-danger:hover {
    background-color: #f1b1b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b1b7;
}

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

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

.table-hover .table-light:hover {
    background-color: #f1f1f1;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #f1f1f1;
}

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

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

.table-hover .table-dark:hover {
    background-color: #b9bbbd;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbd;
}

.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: #343a40;
    border-color: #454d55;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive>.table-bordered {
    border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select.form-control[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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

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

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

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

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

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

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

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

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

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

.form-row>.col>.valid-tooltip,
.form-row>[class*="col-"]>.valid-tooltip {
    left: 5px;
}

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

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

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

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

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

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

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

.was-validated .form-check-input:valid~.valid-feedback,
.form-check-input.is-valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.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: #28a745;
}

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

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

.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 .2rem rgba(40, 167, 69, .25);
}

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

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

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

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

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

.form-row>.col>.invalid-tooltip,
.form-row>[class*="col-"]>.invalid-tooltip {
    left: 5px;
}

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

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

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

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

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

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

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

.was-validated .form-check-input:invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.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: #dc3545;
}

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

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

.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 .2rem rgba(220, 53, 69, .25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.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(72, 180, 97, .5);
}

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

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

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

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

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.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(58, 176, 195, .5);
}

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

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

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

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

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.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(222, 170, 12, .5);
}

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

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

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

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

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.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(225, 83, 97, .5);
}

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

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

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

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

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.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(216, 217, 219, .5);
}

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

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

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

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

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.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(82, 88, 93, .5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.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;
    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;
    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;
    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;
    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;
    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-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

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

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

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

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

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

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

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

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

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu[x-placement^="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: #e9ecef;
}

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

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

.dropdown-menu.show {
    display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

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

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

.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-group>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

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

.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.form-control,
.input-group>.custom-select+.form-control,
.input-group>.custom-file+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.custom-select+.custom-select,
.input-group>.custom-file+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.custom-file,
.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(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

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

.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation>.form-control:nth-last-child(n + 3),
.input-group.has-validation>.custom-select:nth-last-child(n + 3),
.input-group.has-validation>.custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

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

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

.input-group-prepend .btn+.btn,
.input-group-append .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-append .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.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: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

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

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

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.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 {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

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

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.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 {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

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

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group.has-validation>.input-group-append:nth-last-child(n + 3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n + 3)>.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-range:focus {
    outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none;
    }
}

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

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

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

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

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

.nav-tabs .nav-link {
    margin-bottom: -1px;
    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-link,
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

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

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}

@media (max-width: 575.98px) {

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

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

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

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

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

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

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }

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

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

@media (max-width: 767.98px) {

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

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

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

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

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

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

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }

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

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

@media (max-width: 991.98px) {

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

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

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

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

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

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

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }

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

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

@media (max-width: 1199.98px) {

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

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

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

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

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

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

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }

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

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

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

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

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

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

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

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

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

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

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

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

.navbar-light .navbar-brand: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,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%280, 0, 0, 0.5%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

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

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

.navbar-light .navbar-text a: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,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%28255, 255, 255, 0.5%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

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

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

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

.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: border-box;
    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 {
    border-top: inherit;
    border-bottom: inherit;
}

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

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: .75rem;
}

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

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

.accordion {
    overflow-anchor: none;
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.breadcrumb {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        transition: none;
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

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

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
}

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

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

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

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

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

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

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

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

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

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

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

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

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

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

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

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

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

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

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

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

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

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

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9ecdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cccf;
}

.alert-secondary .alert-link {
    color: #212326;
}

.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: #062c32;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe7a0;
}

.alert-warning .alert-link {
    color: #533f02;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b1b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #f1f1f1;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbd;
}

.alert-dark .alert-link {
    color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.media {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9ecdff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cccf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action: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: #ffe7a0;
}

.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: #f1b1b7;
}

.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: #f1f1f1;
}

.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: #b9bbbd;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

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

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem;
}

.toast:not(:last-child) {
    margin-bottom: .75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.toast-body {
    padding: .75rem;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -ms-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer>* {
    margin: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    -ms-word-break: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: .9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 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: .4rem .4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 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 .4rem .4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    -ms-word-break: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    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(-.5rem - 1px);
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 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-width: .5rem .5rem 0;
    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(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 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-width: .5rem .5rem .5rem 0;
    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(-.5rem - 1px);
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    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(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0;
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25);
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

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

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

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

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

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

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.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: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z\'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z\'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

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

@-webkit-keyframes spinner-border {
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {

    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover,
button.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
button.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
button.bg-success:hover,
a.bg-success:focus,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
button.bg-info:hover,
a.bg-info:focus,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
button.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
button.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
button.bg-light:hover,
a.bg-light:focus,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
button.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: .2rem !important;
}

.rounded {
    border-radius: .25rem !important;
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-lg {
    border-radius: .3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive 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.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.embed-responsive-by::before {
    padding-top: 0%;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    -ms-user-select: all !important;
    -moz-user-select: all !important;
    -webkit-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -ms-user-select: auto !important;
    -moz-user-select: auto !important;
    -webkit-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -ms-user-select: none !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.mt-1,
.my-1 {
    margin-top: .25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.mt-2,
.my-2 {
    margin-top: .5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.pt-1,
.py-1 {
    padding-top: .25rem !important;
}

.pr-1,
.px-1 {
    padding-right: .25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important;
}

.pl-1,
.px-1 {
    padding-left: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pt-2,
.py-2 {
    padding-top: .5rem !important;
}

.pr-2,
.px-2 {
    padding-right: .5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important;
}

.pl-2,
.px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important;
}

.m-n2 {
    margin: -.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: .25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important;
    }

    .m-sm-2 {
        margin: .5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: .25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important;
    }

    .p-sm-2 {
        padding: .5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important;
    }

    .m-sm-n2 {
        margin: -.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: .25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important;
    }

    .m-md-2 {
        margin: .5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: .25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important;
    }

    .p-md-2 {
        padding: .5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important;
    }

    .m-md-n2 {
        margin: -.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: .25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important;
    }

    .m-lg-2 {
        margin: .5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: .25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important;
    }

    .p-lg-2 {
        padding: .5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important;
    }

    .m-lg-n2 {
        margin: -.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: .25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important;
    }

    .m-xl-2 {
        margin: .5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: .25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important;
    }

    .p-xl-2 {
        padding: .5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important;
    }

    .m-xl-n2 {
        margin: -.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    -ms-word-break: break-word !important;
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !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 #adb5bd;
        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 #dee2e6 !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;
    }
}

* {
    outline: none;
}

html {
    height: 100%;
}

p {
    margin: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 991px) {

    a,
    a:hover,
    a:active {
        -webkit-transition: unset !important;
        transition: unset !important;
    }
}

button {
    cursor: pointer;
    border: 0;
}

div,
p,
form,
input,
a,
span,
button {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

input,
input:hover,
input:active,
button,
button:hover,
button:active,
.btn,
.btn:hover {
    outline: none;
    box-shadow: none;
}

select::-ms-expand {
    display: none;
}

@media (min-width: 1600px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .modal-dialog-1110 {
        max-width: 1600px;
    }

    .product-grid {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .no-col .product-grid {
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

    .sort-select {
        max-width: 300px !important;
    }
}

@media (min-width: 1200px) {

    .col-6.col-md-4.col-lg-4.col-xl-3.fm-item,
    .col-sm-6.col-md-4.col-lg-3.fm-item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

@supports (-webkit-touch-callout: none) {
    @media (max-width: 767px) {

        .form-control,
        input[type=text] {
            font-size: 16px !important;
        }
    }
}

.fancybox-button--thumbs {
    display: none !important;
}

.modal {
    z-index: 10050;
}

html {
    width: 100vw;
    overflow-x: hidden;
}

body {
    color: #6e727e;
    background: #f6f6f6;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    width: 100%;
}

@media (max-width: 991px) {
    body.no-scroll {
        height: 100vh;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    body.padding-bottom {
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {
    body.padding-top {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    body {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100vh;
    }
}

html,
body {
    min-height: 100 dvh;
}

.required {
    color: #eb5757;
}

.row-padding-top {
    padding-top: 30px;
}

.fm-main-title {
    font-size: 24px;
    line-height: 33px;
    color: #373941;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
}

@media (min-width: 992px) {
    .fm-main-title {
        text-align: left;
    }
}

.fm-main-title.fm-page-title {
    margin-bottom: 20px;
    text-align: left;
}

.fm-page-main-title {
    display: inline-block;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    margin-bottom: 40px;
}

.fm-page-main-title::after {
    content: "";
    border-bottom: 3px solid #18a4e1;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
}

.fm-content {
    padding: 30px;
    background-color: #fff;
}

.fm-content ul {
    padding-left: 20px;
    margin: 15px 0;
}

.fm-content ul li {
    line-height: 22px;
    font-size: 14px;
    color: #6e727e;
}

.fm-content iframe {
    max-width: 100%;
}

.fm-content-title {
    color: #373941;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
}

.fm-column-title {
    color: #fff;
    background-color: #18a4e1;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .3px;
    padding: 15px;
}

.fm-btn:focus,
button:focus {
    box-shadow: 0 0 0 .1rem rgba(198, 198, 198, .1);
    outline: none;
}

.fm-btn {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    padding: 14px 28px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 26px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.fm-btn-blue {
    background-color: #18a4e1;
    padding: 15px 29px;
    border: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    max-width: unset !important;
    width: auto !important;
}

.fm-btn-blue:hover {
    opacity: .9;
    color: #fff;
}

.fm-btn-blue img {
    margin-right: 7px;
}

.fm-btn-del {
    background-color: #eb5757 !important;
    padding: 10px 20px;
    border: 0;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.fm-btn-del:hover {
    color: #fff;
    background-color: rgba(235, 87, 87, .9);
}

.fm-btn-back {
    background-color: #a6a6a6;
    padding: 14px 37px;
    border: 0;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.fm-btn-back:hover {
    color: #fff;
    background-color: #18a4e1;
}

.fm-module-rating {
    z-index: 5;
}

.fm-module-rating-star+.fm-module-rating-star {
    margin-left: 2px;
}

.fm-module-rating-star {
    background: url("../img/star-grey.svg") no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.fm-module-rating-star-is {
    background: url("../img/star-gold.svg") no-repeat;
}

.fm-module-reviews {
    margin-left: 7px;
    position: relative;
    height: 17px;
}

.fm-module-reviews i {
    font-size: 18px;
    line-height: 18px;
    color: #cbcfd4;
}

.fm-module-reviews span {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 10px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 18px;
}

.fm-module-price {
    margin: 0 auto;
    z-index: 5;
}

.fm-module-price .fm-module-price-old {
    font-weight: 600;
    line-height: 16px;
    color: #ced0d6;
    margin-right: 7px;
    position: relative;
}

.fm-module-price .fm-module-price-old::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ced0d6;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: absolute;
    top: 6px;
    left: 0;
}

.fm-module-price .fm-module-price-new {
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #373941;
    margin: 0 auto;
}

.fm-module-price .fm-module-price-bottom {
    margin-top: 20px;
}

.fm-module-btn {
    background-color: #fbfbfb;
    padding: 16px 0;
    color: #000;
    text-decoration: underline;
    border: 0;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.fm-module-btn span {
    margin-left: 7px;
    font-size: 8px;
}

.fm-module-btn:hover {
    color: #18a4e1;
    text-decoration: none;
}

.fm-module-overlay {
    background: #fff;
    border-radius: 3px;
    z-index: 0;
    -webkit-transition: opacity .3s ease, top .3s ease, right .3s ease, bottom .3s ease, left .3s ease, box-shadow .3s ease;
    transition: opacity .3s ease, top .3s ease, right .3s ease, bottom .3s ease, left .3s ease, box-shadow .3s ease;
    text-align: center;
}

@media (min-width: 1200px) {
    .fm-module-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
        opacity: 0;
    }
}

.fm-module-overlay .fm-module-overlay-btn-box {
    text-align: center;
    margin-top: 30px;
    position: static;
    opacity: 1;
}

@media (min-width: 1200px) {
    .fm-module-overlay .fm-module-overlay-btn-box {
        position: absolute;
        bottom: 30px;
        z-index: 3;
        left: 0;
        right: 0;
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.fm-module-overlay-btn {
    color: #fff;
    padding: 10px 0;
    width: 100%;
    font-size: 13px;
    background-color: #6e727e;
    border: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

@media (min-width: 420px) {
    .fm-module-overlay-btn {
        padding: 14px 18px;
        width: auto;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .fm-module-overlay-btn {
        padding: 14px 30px;
    }
}

.fm-module-overlay-btn:hover {
    color: #fff;
    opacity: .9 !important;
}

.fm-module-overlay-btn img {
    margin-right: 7px;
}

@media (max-width: 360px) {
    .fm-module-overlay-btn img {
        display: none;
    }
}

.fm-item-date {
    color: #cbcfd4;
}

.fm-item-date i {
    font-size: 14px;
    margin-right: 8px;
}

@media (max-width: 767px) {
    nav[aria-label="breadcrumb"] {
        position: relative;
        z-index: 1;
    }

    nav[aria-label="breadcrumb"]:after {
        content: "";
        position: absolute;
        z-index: 2;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 50px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0), #f2f3f5);
    }
}

.fm-breadcrumb {
    background-color: inherit;
    padding: 21px 0 22px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 575px) {
    .fm-breadcrumb {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 21px 15px 22px;
    }
}

.fm-breadcrumb-item {
    font-size: 11px;
    line-height: 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (max-width: 575px) {
    .fm-breadcrumb-item {
        white-space: nowrap;
    }
}

.fm-breadcrumb-item a {
    color: #18a4e1;
    text-decoration: underline;
}

.fm-breadcrumb-item a:hover {
    text-decoration: none;
}

.fm-breadcrumb-item:last-child {
    color: #828282;
}

.fm-breadcrumb-item+.fm-breadcrumb-item::before {
    padding-right: 6px;
}

#column-left,
#column-right {
    background-color: #fff;
    display: none;
}

@media (min-width: 992px) {

    #column-left,
    #column-right {
        display: block;
    }
}

#column-left {
    border-right: 1px solid #f7f7f7;
}

#column-left .fm-item {
    display: none;
}

#column-right {
    border-left: 1px solid #f7f7f7;
}

#column-right .fm-item {
    display: none;
}

.fm-module-column-box {
    position: relative;
}

.fm-module-column-box .panel-footer {
    padding: 0 15px 20px;
}

.fm-module-column-box-content {
    position: relative;
}

.fm-module-column-box-content .fm-reviews-item-title {
    height: 44px;
    overflow-y: hidden;
}

.fm-module-column-box-content .fm-reviews-item-text {
    height: 90px;
    overflow-y: hidden;
}

.fm-module-column-box-content img {
    max-height: 200px;
}

.fm-module-column-box .fm-item {
    min-height: 496px;
}

.fm-module-column-box .fm-item.fm-news-item-box {
    min-height: 0;
}

.fm-module-column-box .fm-module-buttons-list {
    top: 15px;
    right: 10px;
    opacity: 1;
}

.fm-module-column-box .fm-module-item,
.fm-module-column-box .fm-news-item-box {
    border: 0 !important;
}

.fm-module-column-box .fm-module-overlay {
    display: none;
}

.fm-module-column-box .fm-news-item {
    padding: 0;
}

.fm-module-column-box .fm-news-item .fm-news-item-info {
    max-width: 100%;
    padding: 0 20px 20px;
}

.fm-module-column-box .fm-news-item .fm-news-item-photo {
    -ms-flex-order: 0 !important;
    order: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
}

.fm-module-column-box .fm-news-item .fm-news-item-photo img {
    width: 100%;
    height: 205px;
    object-fit: cover;
}

.fm-module-column-box .fm-news-item .fm-news-item-title,
.fm-module-column-box .fm-news-item .fm-news-item-text {
    margin-bottom: 15px;
}

.fm-module-column-box .fm-news-item .fm-news-item-text {
    height: 72px;
    overflow-y: hidden;
}

.fm-module-column-box .fm-banner-plus-wrap {
    padding-bottom: 20px;
}

.fm-module-column-box .fm-banner-plus-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center;
}

.fm-module-column-box .fm-banner-plus-content {
    -ms-flex-direction: column;
    flex-direction: column;
}

.fm-module-column-box .fm-banner-plus-img {
    -ms-flex-order: -1;
    order: -1;
    max-width: 200px;
}

.fm-module-column-box .fm-banner-plus-info {
    text-align: center;
}

.fm-column-module-btn {
    position: absolute;
    top: calc(50% - 50px);
    padding: 21px 8px !important;
    background-color: #f4f4f4;
    border: none;
    border-radius: 10px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    z-index: 3;
}

.fm-column-module-btn span {
    color: #a6a6a6;
    font-size: 10px;
    line-height: 0;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.fm-column-module-btn.fm-column-module-btn-prev {
    left: 10px;
}

.fm-column-module-btn.fm-column-module-btn-next {
    right: 10px;
}

.fm-column-module-btn:hover {
    background-color: #18a4e1;
}

.fm-column-module-btn:hover span {
    color: #fff;
}

.pagination {
    padding: 30px 0 10px;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0 !important;
    margin: 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination+.fm-category-description {
    padding-top: 0;
}

.pagination li:not(:last-child) {
    margin: 0 15px 15px 0;
}

.pagination li a,
.pagination li span {
    display: block;
    font-weight: 600;
    line-height: 15px;
    padding: 11px 15px;
    background-color: #f7f7f7;
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
}

.pagination li.active span,
.pagination li:hover a {
    color: #fff;
    background-color: #18a4e1;
}

.table {
    margin-bottom: 0;
}

.fm-table-box {
    margin-bottom: 30px;
}

.table thead th {
    border: 0;
    font-size: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    padding: 9px 15px;
    vertical-align: middle;
}

.table .thead-dark th {
    background-color: #6e727e;
}

.table tbody {
    border: 1px solid #f7f7f7;
    border-top: 0;
    font-size: 14px;
}

.table-danger td,
.table-hover tbody tr {
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.table-hover tbody tr:hover {
    background: #f8f8f8;
}

.table td {
    border-color: #f8f8f8;
}

.table td,
.table th {
    vertical-align: top;
    padding: 9px 15px;
}

.table tbody tr:first-child td {
    border-top: 0;
}

.table td a {
    color: #18a4e1;
    text-decoration: underline;
}

.table td a:hover {
    text-decoration: none;
}

.table td.bold {
    font-weight: 600;
}

.fm-preloader-overlay {
    position: fixed;
    z-index: 10051;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.spinner {
    --spinner-size: 4;
    --line-color: #9f9f9f;
    --line-alpha: 1;
    --ring-color: #5f5f5f;
    --ring-alpha: .3;
    --ring-size: 3;
    font-size: calc(var(--spinner-size) * 1em);
    width: 1em;
    height: 1em;
    border-radius: 50%;
}

.spinner .line {
    fill: none;
    stroke: var(--line-color);
    stroke-width: var(--ring-size);
    opacity: var(--line-alpha);
    stroke-linecap: round;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-animation: 2156ms spinner-arc ease-in-out infinite, 1829ms spinner-rotate linear infinite;
    animation: 2156ms spinner-arc ease-in-out infinite, 1829ms spinner-rotate linear infinite;
}

.spinner .ring {
    fill: none;
    stroke: var(--ring-color);
    stroke-width: var(--ring-size);
    opacity: var(--ring-alpha);
}

@-webkit-keyframes spinner-rotate {
    to {
        -ms-transform: rotate3d(0, 0, 1, 360deg);
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

@keyframes spinner-rotate {
    to {
        -ms-transform: rotate3d(0, 0, 1, 360deg);
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

@-webkit-keyframes spinner-arc {
    from {
        stroke-dasharray: 0 150;
        stroke-dashoffset: 0;
    }

    to {
        stroke-dasharray: 100 150;
        stroke-dashoffset: -140;
    }
}

@keyframes spinner-arc {
    from {
        stroke-dasharray: 0 150;
        stroke-dashoffset: 0;
    }

    to {
        stroke-dasharray: 100 150;
        stroke-dashoffset: -140;
    }
}

.tooltip {
    z-index: 10070;
}

.content-top-box>* {
    margin-bottom: 30px;
}

#common-success {
    margin-top: 15px;
}

.error_style,
.fm-form-checkbox-input.error_style+span {
    background-color: #ffdede !important;
    border: 1px solid #ffd2d2 !important;
    -webkit-transition: background-color .3s ease, border .3s ease;
    transition: background-color .3s ease, border .3s ease;
}

.form-check .error_style+label,
.form-checkbox-group .error_style+label {
    color: #eb5757 !important;
}

.fm-no-stock {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#oct-policy {
    padding: 20px;
    background: rgba(0, 0, 0, .85);
    -webkit-transition: bottom .8s ease, opacity .8s ease;
    transition: bottom .8s ease, opacity .8s ease;
    z-index: 10030;
}

#oct-policy.hidden {
    bottom: -100%;
    opacity: 0;
}

.oct-policy-text {
    font-size: 13px;
    color: #bebebe;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .oct-policy-text {
        margin-bottom: 0;
    }
}

.oct-policy-text a {
    color: #18a4e1;
    text-decoration: underline;
}

#oct-policy-btn {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 12px 36px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 25px;
    -webkit-transition: all .15s ease .05s;
    transition: all .15s ease .05s;
    background: transparent;
    color: #fff;
    margin-left: 20px;
}

#oct-policy-btn:hover {
    background: #fff;
    color: #000;
}

#oct-infobar {
    padding: 17px 0;
    background: rgba(0, 0, 0, .85);
    -webkit-transition: opacity .8s ease;
    transition: opacity .8s ease;
    z-index: 10000;
}

#oct-infobar.hidden {
    opacity: 0;
    display: none;
}

.oct-infobar-text {
    font-size: 13px;
    color: #fff;
    margin-right: 15px;
}

.oct-infobar-text a {
    color: #566072;
    text-decoration: underline;
}

.oct-infobar-text a:hover {
    text-decoration: none;
}

#oct-infobar-btn {
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    border: 0;
    -webkit-transition: all .15s ease .05s;
    transition: all .15s ease .05s;
    border-radius: 2px;
}

#oct-infobar-btn:hover {
    background: #fff;
    color: #000;
}

.bootstrap-datetimepicker-widget {
    width: 270px !important;
    padding: 10px !important;
    border: 1px solid #ececec !important;
    border-radius: 2px !important;
    box-shadow: 5px 12px 30px rgba(0, 0, 0, .35) !important;
}

.bootstrap-datetimepicker-widget td {
    padding: 8px !important;
    border-radius: 2px !important;
}

.bootstrap-datetimepicker-widget td .active,
.bootstrap-datetimepicker-widget td .active:hover {
    background-color: #c8c8c8 !important;
    border-radius: 2px !important;
    text-shadow: none !important;
}

.bootstrap-datetimepicker-widget th {
    height: 34px !important;
    line-height: 34px !important;
    border-radius: 2px !important;
}

.bootstrap-datetimepicker-widget th .next,
.bootstrap-datetimepicker-widget th .prev {
    font-size: 18px !important;
}

.bootstrap-datetimepicker-widget.bottom:before {
    border-bottom: 7px solid #000 !important;
    border-bottom-color: rgba(138, 138, 138, .14) !important;
}

.bootstrap-datetimepicker-widget.top {
    position: absolute !important;
}

.fm-404-content {
    margin-top: 30px;
}

.fm-404-content-title {
    font-size: 28px;
    line-height: 38px;
    margin-top: 15px;
}

.fm-404-content-image {
    margin: 90px 0 60px;
}

.fm-404-content-image img {
    -ms-transform: translateX(25px);
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
}

.fm-404-content-text p {
    font-size: 16px;
    line-height: 26px;
    color: #373941;
}

.swiper-viewport {
    margin: 30px 0 15px !important;
    border-radius: 1px !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .03) !important;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
}

.swiper-viewport:hover {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .1) !important;
}

.swiper-viewport a {
    display: block;
}

.swiper-viewport img {
    margin: 0 auto;
    display: block;
}

.default-slideshow .slick-dots {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    list-style: none;
}

.default-slideshow .slick-dots li {
    display: inline-block;
}

.default-slideshow .slick-dots button {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: .5;
    width: 12px;
    text-indent: -9999px;
    overflow: hidden;
}

.default-slideshow .slick-dots .slick-active button {
    background-color: #4d4d4d;
}

.default-slideshow img {
    width: 100%;
}

nav.top {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .06);
    color: #373941;
    position: relative;
    z-index: 1026;
}

nav.top .info-list li {
    margin: 10px 0;
    padding: 14px 10px;
    border-right: 1px solid #f7f7f7;
}

nav.top .info-list li:first-child {
    padding-left: 0;
}

nav.top .info-list li:last-child {
    padding-right: 0;
    border-right: 0;
}

nav.top .info-list a {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

nav.top .info-list a:hover {
    color: #18a4e1;
    text-decoration: underline;
}

.btn-link {
    margin: 10px 0;
    color: #373941;
    font-size: 13px;
    border-radius: 0;
}

.btn-link:focus,
.btn-link:hover {
    color: #373941;
    text-decoration: none;
}

.btn-link::after {
    display: none;
}

.btn-link .fa-chevron-down {
    margin-left: 5px;
    font-size: 8px;
    font-weight: 600;
    transition: -ms-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
}

.btn-link i,
.btn-link img {
    margin-right: 8px;
}

.top .btn-link {
    border-right: 1px solid #f7f7f7;
}

.top .btn-link:focus,
.top .btn-link:hover {
    border-right: 1px solid #f7f7f7;
}

.top .btn-link:focus {
    box-shadow: none;
}

.btn-lang {
    padding-left: 0;
}

.top .btn-user {
    margin: 0;
    padding-right: 0;
    border-right-color: transparent;
}

.top .btn-user:focus,
.top .btn-user:hover {
    border-right-color: transparent;
}

.top .btn-user:hover {
    text-decoration: underline;
}

.btn-link[aria-expanded="true"] .fa-chevron-down {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-link:hover i.fa-chevron-up {
    display: block;
}

div.dropdown-menu.nav-dropdown-menu.show {
    top: 10px !important;
}

.nav-dropdown-menu {
    border: none;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    margin-top: 0;
    padding: 0;
    min-width: 121px;
    font-size: 13px;
    text-align: left;
    top: 10px;
}

.nav-dropdown-menu button {
    font-size: 13px;
    background-color: transparent;
    text-align: left;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: nowrap;
}

.nav-dropdown-menu button:hover {
    color: #18a4e1;
    text-decoration: underline;
}

.nav-dropdown-menu button img {
    margin-right: 5px;
}

.nav-dropdown-menu li:hover {
    background-color: transparent;
}

.nav-dropdown-menu .my-dropdown-item {
    padding: 6px 12px;
}

.nav-dropdown-menu .my-dropdown-item a:hover {
    color: #18a4e1;
    text-decoration: underline;
}

.btn-group .btn-block+.btn-block {
    margin-top: 0;
    margin-left: 0;
}

header {
    position: relative;
    background: #fff;
    padding: 20px 0;
}

.fm-logo a {
    display: block;
    min-height: 50px;
}

.fm-logo img {
    max-width: 90px;
}

@media (min-width: 992px) {
    .fm-logo img {
        max-width: 117px;
    }
}

.btn-header {
    padding: 0;
    margin: 0;
    border-right: 0;
}

.btn-header i {
    display: block;
}

.btn-header i:first-child {
    color: #18a4e1;
    font-size: 15px;
}

.btn-header span {
    text-decoration: underline;
    white-space: pre-wrap;
    line-height: 1;
}

.btn-header:hover span {
    text-decoration: none;
}

.header-dropdown-box {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.header-dropdown-box.active {
    z-index: 9999;
}

.header-dropdown-box.active .header-dropdown {
    opacity: 1;
    margin-top: 0;
    z-index: 10000;
    visibility: visible;
}

.header-dropdown-box.active .fa-chevron-down {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-dropdown {
    position: absolute;
    top: 100%;
    opacity: 0;
    z-index: -1;
    margin-top: 20px;
    padding-top: 20px;
    -webkit-transition: opacity .3s ease .2s, margin-top .3s ease .2s;
    transition: opacity .3s ease .2s, margin-top .3s ease .2s;
    visibility: hidden;
    cursor: default;
}

.header-dropdown.header-dropdown-shedule {
    min-width: 192px;
}

.header-dropdown .header-dropdown-inner {
    background: #fff;
    padding: 20px;
    color: #373941;
    box-shadow: 0 0 25px rgba(0, 0, 0, .2);
    border-radius: 0 0 2px 2px;
}

@media (min-width: 992px) {
    .header-dropdown .header-dropdown-inner.fm-header-address-dropdown-inner {
        min-width: 450px;
    }
}

@media (min-width: 1600px) {
    .header-dropdown .header-dropdown-inner.fm-header-address-dropdown-inner {
        min-width: 520px;
    }
}

.header-dropdown::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-dropdown li {
    font-size: 14px;
    line-height: 21px;
    color: #6e727e;
}

.header-dropdown li a:hover {
    color: #18a4e1;
    text-decoration: underline;
}

.fm-header-address {
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .fm-header-address {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.header-dropdown-address {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
}

.fm-header-location {
    background: #fff;
    padding: 20px 0;
    font-size: 14px;
    position: relative;
    text-align: left;
}

.fm-header-location-inner {
    max-height: 482px;
    overflow-x: auto;
}

@media (min-width: 1600px) {
    .fm-header-location-inner {
        max-height: 578px;
    }
}

.fm-header-location:not(:last-child) {
    border-bottom: 1px solid #fafafa;
}

.fm-header-location .fm-btn {
    cursor: pointer;
    padding: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
    background: #f2f3f5;
    border-radius: 10px;
}

@media (min-width: 420px) {
    .fm-header-location .fm-btn {
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.fm-header-location .fm-btn-icon img {
    transition: -ms-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
}

@media (max-width: 419px) {
    .fm-header-location .fm-btn-icon img {
        width: 8px;
    }
}

.fm-header-location.active .fm-btn {
    background: #18a4e1;
}

.fm-header-location.active .fm-btn-icon img {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-filter: invert(1) sepia(1) saturate(0) hue-rotate(90deg);
    filter: invert(1) sepia(1) saturate(0) hue-rotate(90deg);
}

.fm-header-location.active .fm-header-location-collapsed {
    max-height: 360px;
}

.fm-header-location-address {
    line-height: 17px;
    color: #272323;
    font-weight: 500;
    padding-right: 45px;
}

@media (min-width: 420px) {
    .fm-header-location-address {
        padding-right: 60px;
    }
}

.fm-header-location-phones {
    margin: 15px 0;
}

@media (max-width: 767px) {
    .fm-header-location-phones {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.fm-header-location-phones span {
    margin-right: 4px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: inline-block;
    padding-bottom: 1px;
}

.fm-header-location-phones a {
    color: #18a4e1;
    text-decoration: underline;
}

.fm-header-location-phones a:not(:last-child) {
    margin-right: 10px;
}

.fm-header-location-phones a:hover {
    text-decoration: none;
}

.fm-header-location-collapsed {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
}

.fm-header-location-shedule {
    font-size: 13px;
    color: #777;
    margin-bottom: 20px;
}

.fm-header-location-map iframe {
    max-width: 100%;
    min-height: 180px !important;
    max-height: 180px !important;
}

.fm-header-location-contacts-btn {
    padding-bottom: 20px;
}

.header-dropdown-title-bold {
    font-weight: 600;
    margin-bottom: 15px;
}

.fm-header-phones {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fm-phone-img {
    margin-right: 10px;
}

.fm-phone-img i {
    color: #18a4e1;
    font-size: 22px;
}

.fm-phone-content .btn-link {
    padding: 0;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    cursor: pointer;
}

.fm-phone-content .fm-phone-link {
    color: #18a4e1;
    line-height: 16px;
    text-decoration: underline;
    margin-right: 22px;
    white-space: nowrap;
    cursor: pointer;
}

.fm-phone-content .fm-phone-link:hover {
    text-decoration: none;
}

.fm-phone-box .header-dropdown {
    right: 0;
    left: auto;
}

.fm-phone-box .header-dropdown:after {
    left: auto;
    right: 20px;
}

.fm-phone-box .phoneclick {
    font-weight: 400;
}

.fm-phone-box .phoneclick:hover {
    color: #18a4e1;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .phoneclick {
        font-size: 18px;
        line-height: 28px;
    }
}

.dropdown-menu a {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.menu-row {
    height: 60px;
    background-color: #0353b4;
    color: #eef2f5;
    position: relative;
    z-index: 1024;
}

@media (min-width: 992px) {
    .menu-row {
        position: -webkit-sticky;
        position: sticky;
    }
}

.menu-row.active {
    z-index: 1031;
}

@media (max-width: 767px) {
    .menu-row+.container {
        padding: 0;
    }

    .menu-row+.container .row {
        margin: 0;
    }
}

.fm-menu {
    height: 60px;
    background: #1c64bb;
    border-radius: 1px;
    cursor: pointer;
    padding: 0 20px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.fm-menu .fm-menu-header {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .3px;
}

#oct-menu-box {
    display: none;
}

@media (min-width: 992px) {
    #oct-menu-box {
        display: block;
    }
}

#oct-menu-box:hover .fm-menu {
    background: #4184d5;
}

#oct-menu-box:hover .fm-menu-burg-bottom,
#oct-menu-box:hover .fm-menu-burg-middle {
    width: 17px;
}

#oct-menu-box:hover #oct-menu-dropdown-menu {
    visibility: visible;
    top: 60px;
    opacity: 1;
    z-index: 9001;
}

.fm-menu-burg {
    margin-right: 20px;
}

.fm-menu-burg span {
    display: block;
    height: 2px;
    background: #eef2f5;
}

.fm-menu-burg-top {
    width: 17px;
    margin-bottom: 4px;
}

.fm-menu-burg-middle {
    width: 10px;
    margin-bottom: 4px;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}

.fm-menu-burg-bottom {
    width: 5px;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
}

#oct-menu-dropdown-menu,
.oct-menu-child-ul {
    visibility: hidden;
    position: absolute;
    left: 15px;
    right: 15px;
    top: -9999px;
    background: #fff;
    opacity: 0;
    z-index: 9001;
    -webkit-transition: visibility .1s linear .2s, opacity .1s linear .2s;
    transition: visibility .1s linear .2s, opacity .1s linear .2s;
    box-shadow: 0 0 40px rgba(0, 0, 0, .15);
}

.oct-menu-li:not(:first-child) {
    border-top: 1px solid #f1f1f1;
}

.oct-menu-child-ul {
    left: 100%;
    top: 0;
    bottom: 0;
    width: 240px;
}

@media (min-width: 1200px) {
    .oct-menu-child-ul {
        width: 270px;
    }
}

@media (min-width: 1600px) {
    .oct-menu-child-ul {
        width: 400px;
    }
}

.oct-menu-child-ul>ul {
    max-height: 100%;
    overflow-y: auto;
}

.oct-menu-child-ul>ul::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.oct-menu-child-ul>ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

#oct-menu-ul {
    margin-bottom: 0;
    height: 611px;
    overflow-y: auto;
}

#oct-menu-ul .group-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 16px;
}

#oct-menu-ul .group-title:last-child {
    padding-bottom: 16px;
}

#oct-menu-ul .group-title>* {
    padding: 0 20px;
}

#oct-menu-ul .group-title strong {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .3px;
    color: #373941;
    margin-bottom: 6px;
}

#oct-menu-ul .group-title a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .3px;
    text-decoration: underline;
    color: #18a4e1;
}

#oct-menu-ul .group-title a:hover {
    text-decoration: none;
}

.oct-menu-li {
    padding: 0 0 0 15px;
    background: #fff;
    -webkit-transition: background .3s ease .05s;
    transition: background .3s ease .05s;
    font-size: 14px;
}

.oct-menu-li:hover {
    background: #f2f3f5;
}

.oct-menu-li:hover>.oct-menu-child-ul {
    visibility: visible;
    top: 0;
    opacity: 1;
    z-index: 9001;
}

.oct-menu-li+.group-title {
    border-top: 1px solid #f1f1f1;
}

.oct-menu-li>a,
.oct-menu-li>div>a {
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    color: #373941;
}

.oct-menu-li>div a:first-child {
    width: calc(100% - 50px);
}

.oct-childmenu-toggle,
.oct-menu-toggle {
    width: 50px;
    text-align: center;
    color: #373941;
}

.oct-menu-item-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1rem;
}

@media (min-width: 992px) {

    .oct-childmenu-back,
    .oct-menu-back {
        display: none;
    }
}

.oct-menu-cat-icon {
    margin-right: 10px;
    max-height: 30px;
    max-width: 30px;
}

.oct-mm-box {
    width: 720px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: auto;
}

@media (min-width: 1200px) {
    .oct-mm-box {
        width: 900px;
    }
}

@media (min-width: 1600px) {
    .oct-mm-box {
        width: 1200px;
    }
}

.oct-mm-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.oct-mm-box::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.oct-mm-item {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 30px 30px 0;
}

.oct-mm-item.with-subcats:not(:nth-child(4n+4)) {
    border-right: 1px solid #f4f4f4;
}

.oct-mm-item.with-subcats:last-child {
    padding-bottom: 30px;
}

.oct-mm-item.with-img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.oct-mm-item-title {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 16px;
    width: 100% !important;
    color: #373941;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    letter-spacing: .3px;
}

.oct-mm-item-title a {
    width: auto !important;
}

.oct-mm-item-title span {
    text-decoration: underline;
}

.oct-mm-item-title:hover {
    color: #18a4e1;
}

.oct-mm-item-title:hover img {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.oct-mm-item-title img {
    width: 80px;
    margin: 0 auto 20px;
    transition: opacity .3s ease, -ms-transform .8s cubic-bezier(.26, .98, .86, .55);
    transition: opacity .3s ease, -webkit-transform .8s cubic-bezier(.26, .98, .86, .55);
    transition: opacity .3s ease, transform .8s cubic-bezier(.26, .98, .86, .55);
    -webkit-transition: opacity .3s ease, -webkit-transform .8s cubic-bezier(.26, .98, .86, .55);
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.oct-mm-item-title.without-img {
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #373941;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    display: block !important;
    text-align: left;
}

.oct-mm-item-title.without-img a {
    width: auto !important;
}

.oct-mm-item-title.without-img:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    font-size: 9px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.oct-mm-item-title.without-img:hover {
    color: #18a4e1;
}

.oct-mm-item-title.without-img:hover a {
    text-decoration: underline;
}

.oct-mm-item-list {
    color: #6e727e;
    font-size: 13px;
    line-height: 16px;
}

.oct-mm-item-list li {
    margin-bottom: 10px;
    letter-spacing: .3px;
    display: block;
}

.oct-mm-item-list li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    font-size: 6px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.oct-mm-item-list li.oct-mm-item-see-all {
    color: #18a4e1;
    font-weight: 600;
    margin-bottom: 0;
}

.oct-mm-item-list li.oct-mm-item-see-all:before {
    display: none;
}

.oct-mm-item-list li a:hover {
    text-decoration: underline;
    color: #18a4e1;
}

.fm-search {
    height: 60px;
    padding: 0;
    position: relative;
    width: 100%;
}

@media (max-width: 991px) {
    .fm-search {
        padding: 10px 0;
    }
}

.fm-search input {
    padding: 20px;
    background: #1c64bb;
    border: 0;
    border-radius: 0;
    color: #eef2f5;
    font-size: 13px;
    line-height: 18px;
    position: relative;
}

@media (max-width: 991px) {
    .fm-search input {
        border-radius: 25px;
        padding: 10px 20px;
    }
}

.fm-search input::-webkit-input-placeholder {
    color: #eef2f5;
    font-size: 13px;
    line-height: 18px;
}

.fm-search input:-ms-input-placeholder {
    color: #eef2f5;
    font-size: 13px;
    line-height: 18px;
}

.fm-search input::-ms-input-placeholder {
    color: #eef2f5;
    font-size: 13px;
    line-height: 18px;
}

.fm-search input::-ms-input-placeholder,
.fm-search input::-moz-placeholder,
.fm-search input::-webkit-input-placeholder,
.fm-search input::placeholder {
    color: #eef2f5;
    font-size: 13px;
    line-height: 18px;
}

.menu-btn-search {
    padding: 0 20px;
    background: transparent;
    border: 0;
    border-radius: 1px;
    font-size: 17px;
    color: #eef2f5;
    position: absolute;
    top: 0;
    right: 0;
}

.menu-btn-search:hover {
    color: #eef2f5;
}

#fm_livesearch {
    width: 100%;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease;
    transition: max-height .2s ease;
    z-index: 1021;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

@media (max-width: 767px) {
    #fm_livesearch {
        top: 10px;
    }
}

#fm_livesearch.expanded {
    max-height: calc(100vh - 215px);
}

@media (min-width: 768px) {
    #fm_livesearch.expanded {
        max-height: 480px;
    }
}

#fm_livesearch_close {
    position: absolute;
    top: 60px;
    right: 0;
    width: 40px;
    height: 40px !important;
    background: #18a4e1;
    color: #fff;
    opacity: 0;
    padding: 0 !important;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 1022;
}

@media (min-width: 768px) {
    #fm_livesearch_close {
        right: -40px;
    }
}

#fm_livesearch_close.visible {
    opacity: 1;
}

#fm_livesearch_close img {
    transition: -ms-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    -webkit-transition: -webkit-transform .4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#fm_livesearch_close:hover img {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fm-livesearch-list {
    padding: 15px 40px 0 15px;
    max-height: calc(100vh - 215px);
    overflow-y: auto;
    min-height: 100px;
}

@media (min-width: 768px) {
    .fm-livesearch-list {
        padding: 15px 15px 0;
        max-height: 456px;
    }
}

.fm-livesearch-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.fm-livesearch-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.fm-livesearch-list-item:not(:last-child) {
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 10px;
}

.fm-livesearch-list-item-image img {
    width: 80px;
}

.fm-livesearch-list-item-name {
    font-size: 13px;
    margin-bottom: 10px;
}

.fm-livesearch-list-item-name a {
    color: #18a4e1;
    text-decoration: underline;
    font-size: 13px;
}

.fm-livesearch-list-item-name a:hover {
    text-decoration: none;
}

.fm-livesearch-list-item-price {
    margin-bottom: 10px;
}

.fm-livesearch-list-item-price .fm-price {
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #373941;
    margin-right: 18px;
}

.fm-livesearch-list-item-price .fm-price-old {
    font-weight: 400;
    line-height: 16px;
    color: #ced0d6;
    position: relative;
}

.fm-livesearch-list-item-price .fm-price-old::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ced0d6;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: absolute;
    top: 6px;
    left: 0;
}

.fm-livesearch-list-item-model-sku {
    margin-bottom: 5px;
    color: #6e727e;
}

.fm-livesearch-list-item-model-sku span {
    color: #a6a6a6;
}

.fm-livesearch-list-item-stock .in-stock {
    color: #219653;
}

.fm-livesearch-list-item-stock .out-of-stock {
    color: #eb5757;
}

.fm-livesearch-btn {
    border-top: 1px solid #f9f9f9;
}

.fm-menu-buttons-list-col {
    display: none;
}

@media (min-width: 992px) {
    .fm-menu-buttons-list-col {
        display: block;
    }
}

.fm-menu-buttons-list-col button:focus {
    box-shadow: none;
}

.fm-menu-buttons-list {
    height: 100%;
}

@media (max-width: 991px) {
    .fm-menu-buttons-list {
        display: none !important;
    }
}

.fm-menu-buttons-list .fm-menu-buttons-item {
    cursor: pointer;
    padding: 0 26px;
    height: 100%;
    position: relative;
}

.fm-menu-buttons-list .fm-menu-buttons-item:before {
    background-color: rgba(241, 241, 241, .2);
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    width: 1px;
}

.fm-menu-buttons-list button {
    font-size: 17px;
    line-height: 60px;
    position: relative;
    background: transparent;
    color: #fff;
    padding: 0;
    display: block;
}

.fm-menu-buttons-list .fm-menu-buttons-icon {
    position: relative;
}

.fm-menu-buttons-list .fm-menu-cart-box {
    padding: 0 26px;
}

@media (min-width: 1200px) {
    .fm-menu-buttons-list .fm-menu-cart-box {
        padding: 0 0 0 17px;
    }
}

.fm-menu-buttons-list .fm-menu-cart-text {
    font-size: 14px;
    line-height: 14px;
    margin-left: 15px;
    display: none;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .fm-menu-buttons-list .fm-menu-cart-text {
        display: block;
    }
}

.fm-menu-buttons-index {
    min-width: 16px;
    background-color: #18a4e1;
    font-weight: 600;
    font-size: 11px;
    line-height: 12px;
    padding: 2px 4px;
    text-align: center;
    border-radius: 16px;
    position: absolute;
    top: calc(50% - 17px);
    left: 13px;
    color: #fff;
}

.fm-menu-cart-index {
    background-color: #eb5757;
    left: 42px;
}

@media (min-width: 1200px) {
    .fm-menu-cart-index {
        left: 33px;
    }
}

#fm_sidebar {
    position: fixed;
    z-index: 10023;
    top: 0;
    bottom: 0;
    left: 0;
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    max-height: 100vh;
    width: 100%;
    background: #fff;
    transition: -ms-transform .5s ease, box-shadow .5s ease;
    transition: -webkit-transform .5s ease, box-shadow .5s ease;
    transition: transform .5s ease, box-shadow .5s ease;
    -webkit-transition: -webkit-transform .5s ease, box-shadow .5s ease;
    box-shadow: 10px 0 20px -10px rgba(0, 0, 0, 0);
}

@media (min-width: 576px) {
    #fm_sidebar {
        -ms-transform: translateX(-320px);
        -webkit-transform: translateX(-320px);
        transform: translateX(-320px);
        width: 320px;
    }
}

@media (min-width: 992px) {
    #fm_sidebar {
        left: auto;
        right: 0;
        -ms-transform: translateX(350px);
        -webkit-transform: translateX(350px);
        transform: translateX(350px);
        width: 350px;
    }
}

#fm_sidebar.active {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 10px 0 20px -10px rgba(0, 0, 0, .6);
}

@media (min-width: 992px) {
    #fm_sidebar.active {
        box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .18);
    }
}

#fm_sidebar .fm_sidebar-title {
    height: 91px;
    background: #f8f8f8;
    color: #373941;
}

@media (min-width: 992px) {
    #fm_sidebar .fm_sidebar-title {
        height: 66px;
    }
}

#fm_sidebar .fm_sidebar-title-text {
    font-size: 24px;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 20px;
}

#fm_sidebar .fm_sidebar-title-close {
    width: 84px;
    background: url("../img/sidebar-close.svg") no-repeat center center;
    cursor: pointer;
}

@media (min-width: 992px) {
    #fm_sidebar .fm_sidebar-title-close {
        transition: -ms-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        -webkit-transition: -webkit-transform .3s ease;
    }

    #fm_sidebar .fm_sidebar-title-close:hover {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

#fm_sidebar .fm_sidebar-content {
    position: absolute;
    top: 91px;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    right: 0;
}

@media (min-width: 992px) {
    #fm_sidebar .fm_sidebar-content {
        top: 66px;
    }
}

#fm_sidebar .fm_sidebar-content .fm-product-one-click {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
}

#fm_sidebar .fm_sidebar-content .fm-product-one-click .fm-product-one-click-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #373941;
    margin-bottom: 10px;
}

#fm_sidebar .fm_sidebar-content.noscroll {
    overflow: hidden;
}

#fm_sidebar .fm_sidebar-content .group-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 16px;
}

#fm_sidebar .fm_sidebar-content .group-title>* {
    padding: 0 20px;
}

#fm_sidebar .fm_sidebar-content .group-title strong {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .3px;
    color: #373941;
    margin-bottom: 6px;
}

#fm_sidebar .fm_sidebar-content .group-title a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .3px;
    text-decoration: underline;
    color: #18a4e1;
}

#fm_sidebar .fm_sidebar-content .group-title a:hover {
    text-decoration: none;
}

#fm_sidebar .fm_sidebar-content .group-title a:not(:last-child) {
    margin-bottom: 8px;
}

#fm_sidebar #fm_mobile_menu_toggle_button {
    margin: 20px 15px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: 60px;
    background: #18a4e1;
    border: 0;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

#fm_sidebar #fm_mobile_menu_toggle_button:before {
    content: "";
    display: inline-block;
    background: url("../img/menu-icon-white.svg") no-repeat center center;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

#fm_sidebar #fm_mobile_menu_toggle_button:after {
    content: "";
    display: inline-block;
    background: url("../img/mobile-menu-back-white.svg") no-repeat center center;
    margin-left: 10px;
    width: 24px;
    height: 24px;
}

#fm_sidebar #fm_mobile_menu_toggle_button span {
    letter-spacing: .3px;
    color: #fff;
}

#fm_sidebar .fm_mobile_menu_first {
    transition: -ms-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
}

#fm_sidebar .fm_mobile_menu_second {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: -ms-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
}

#fm_sidebar .fm_mobile_menu_third {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 100%;
    transition: -ms-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    visibility: hidden;
}

#fm_sidebar .fm_mobile_menu_fourth,
#fm_sidebar .fm_mobile_menu_fifth {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 200%;
    transition: -ms-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    visibility: hidden;
}

#fm_sidebar .fm_mobile_menu-list {
    height: calc(100% - 51px);
    overflow: visible;
    overflow-y: auto;
}

#fm_sidebar .fm_mobile_menu-list-item {
    padding: 5px 20px;
    height: 51px;
}

#fm_sidebar .fm_mobile_menu-list-item:not(:last-child) {
    border-bottom: 1px solid #f6f6f6;
}

#fm_sidebar .fm_mobile_menu-list-item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    -ms-flex-align: center;
    align-items: center;
}

#fm_sidebar .fm_mobile_menu-list-item span {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .3px;
    color: #373941;
}

#fm_sidebar .fm_mobile_menu-list-item button {
    background: #fafafa;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    color: #363940;
}

#fm_sidebar .fm_mobile_menu_back {
    padding: 13px 20px;
    background: #ededed;
}

#fm_sidebar .fm_mobile_menu_back-icon {
    display: inline-block;
    background: url("../img/mobile-menu-back.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

#fm_sidebar .fm_mobile_menu_back-text {
    letter-spacing: .3px;
}

#fm_sidebar .third-level-landing-parent {
    height: auto;
    position: relative;
}

#fm_sidebar .third-level-landing-parent>a {
    height: 41px;
}

#fm_sidebar .third-level-landing-button {
    position: absolute;
    top: 5px;
    right: 5px;
}

#fm_sidebar .third-level-landing-button i {
    transition: -ms-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
}

#fm_sidebar .third-level-landing-button.active i {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#fm_sidebar .third-level-landing {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
}

#fm_sidebar .third-level-landing.expanded {
    max-height: 1000px;
}

#fm_sidebar .third-level-landing .group-title>* {
    padding: 0;
}

#fm_sidebar .third-level-landing .group-title:last-child {
    margin-bottom: 16px;
}

.fm_mobile_menu_info-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #373941;
}

.fm_mobile_menu_info-list {
    margin-top: 15px;
}

.fm_mobile_menu_info-list-item {
    color: #6e727e;
    font-size: 14px;
}

.fm_mobile_menu_info-list-item:not(:last-child) {
    margin-bottom: 8px;
}

.fm_mobile_menu_info-list-item a {
    color: #18a4e1;
    text-decoration: underline;
}

.fm_mobile_menu_info-list-item-address {
    color: #373941;
    margin-bottom: 20px;
}

.fm_mobile_menu_info-list-item .fa-phone-volume,
.fm_mobile_menu_info-list-item .fa-map-marker-alt {
    font-size: 18px;
    color: #bfbfbf;
    position: relative;
    top: 1px;
    margin-right: 4px;
}

.fm_mobile_menu_info-map {
    margin-top: 15px;
}

.fm_mobile_menu_info-map.not_in {
    margin-top: 0;
}

.fm_mobile_menu_info-map iframe {
    max-width: 100%;
}

.fm_mobile_menu_info .btn-group {
    width: 100%;
}

.fm_mobile_menu_info .dropdown-toggle {
    display: none;
}

.fm_mobile_menu_info button {
    padding: 0;
    white-space: normal;
}

.fm_mobile_menu_info .dropdown-menu {
    display: block;
    position: relative;
    box-shadow: none;
    border: 0;
    width: 100%;
    padding: 0;
    margin-top: 15px;
}

.fm_mobile_menu_info .dropdown-menu button {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #373941;
    font-size: 13px;
    font-size: 13px;
    text-decoration: underline;
    border: 0;
    background: transparent;
    line-height: 24px;
}

.fm_mobile_menu_info .dropdown-menu button:not(:last-child) {
    margin-bottom: 8px;
}

.fm_mobile_menu_info .dropdown-menu button:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #eef2f5;
    margin-right: 15px;
}

.fm_mobile_menu_info .dropdown-menu button:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    left: 4px;
    top: 8px;
}

.fm_mobile_menu_info .dropdown-menu button.active-item {
    color: #18a4e1;
}

.fm_mobile_menu_info .dropdown-menu button.active-item:before {
    border-color: #18a4e1;
}

.fm_mobile_menu_info .dropdown-menu button.active-item:after {
    background: #18a4e1;
}

.fm_mobile_menu_info .dropdown-menu button img {
    margin-right: 10px;
}

.fm_mobile_menu_cart-text {
    text-align: center;
}

.fm_mobile_menu_cart-text p {
    font-size: 14px;
    color: #373941;
    margin-bottom: 10px;
}

.fm_mobile_menu_cart-text a {
    font-weight: 600;
    font-size: 13px;
    text-decoration: underline;
    color: #18a4e1;
}

.fm_mobile_menu_cart-text a:hover {
    text-decoration: none;
}

.fm_mobile_menu_cart-text span {
    font-weight: 600;
}

.fm_mobile_menu_cart-item-img {
    margin-right: 20px;
    border: 1px solid #f9f9f9;
    display: block;
}

.fm_mobile_menu_cart-item-img img {
    width: 70px;
}

.fm_mobile_menu_cart-item-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .3px;
    text-decoration-line: underline;
    color: #373941;
    margin-bottom: 10px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.fm_mobile_menu_cart-item-title:hover {
    color: #18a4e1;
}

.fm_mobile_menu_cart-item-options-box {
    margin-bottom: 10px;
}

.fm_mobile_menu_cart-item-options {
    font-size: 13px;
    line-height: 16px;
    color: #373941;
}

.fm_mobile_menu_cart-item-options span {
    color: #a6a6a6;
}

.fm_mobile_menu_cart-item-del {
    color: #eb5757;
    font-size: 16px;
    margin-left: 20px;
    padding: 0;
    background: transparent;
}

.fm_mobile_menu_cart-item-del:focus {
    box-shadow: none;
}

.fm_mobile_menu_cart-item-buttons {
    margin: 10px 0;
}

.fm_mobile_menu_cart-item-right {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fm_mobile_menu_cart-item-right .fm-module-price {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #373941;
}

.fm_mobile_menu_cart-item-right .fm-module-price .fm-module-price-old {
    margin-left: 10px;
    margin-right: 0;
}

.fm_mobile_menu_cart-empty {
    padding: 20px;
}

.fm_mobile_menu_cart-empty img {
    width: 160px;
    height: 160px;
    display: block;
    margin: 20px auto 40px;
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}

.fm_mobile_menu_cart-empty p {
    font-size: 14px;
}

.sidebar-viewed-item .fm-module-item {
    border-right: 1px solid #f7f7f7;
    padding: 15px;
}

.sidebar-viewed-item .fm-module-item>*,
.sidebar-viewed-item .fm-module-item:hover>* {
    z-index: 1;
}

.sidebar-viewed-item .fm-module-item .fm-module-stickers,
.sidebar-viewed-item .fm-module-item:hover .fm-module-stickers {
    z-index: 6;
}

.sidebar-viewed-item .fm-module-buttons-list {
    right: 15px;
    opacity: 1;
    top: 15px;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 6 !important;
}

.sidebar-viewed-item .fm-btn {
    padding: 10px;
    margin-top: 20px;
}

.sidebar-viewed-item:nth-child(even) .fm-module-item {
    border-right: 0;
}

#fm_sidebar .fm_mobile_menu_info-item {
    padding: 20px;
    border-bottom: 1px solid #f6f6f6;
}

#fm_sidebar .fm_mobile_menu_info-item.fm_mobile_menu_locations {
    padding-bottom: 0;
}

#fm_sidebar .fm_mobile_menu_info-item .fm-header-location-shedule {
    margin-bottom: 0;
}

#fm_sidebar_overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#fm_sidebar_overlay.visible {
    z-index: 1030;
}

#fm_mobile_nav {
    position: fixed;
    z-index: 10000;
    right: 0;
    left: 0;
    height: 60px;
    background: #eef2f5;
    box-shadow: 0 0 33px rgba(0, 0, 0, .23);
    -webkit-transition: bottom .5s ease .05s;
    transition: bottom .5s ease .05s;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#fm_mobile_nav.hidden.fixed-bottom {
    bottom: -60px;
}

#fm_mobile_nav.hidden.fixed-top {
    box-shadow: 0 0 33px rgba(0, 0, 0, .15);
}

#fm_mobile_nav .fm_mobile_nav-item {
    height: 100%;
    padding: 0;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#fm_mobile_nav .fm_mobile_nav-item .fm-menu-buttons-index {
    left: auto;
    right: calc(50% - 20px);
}

#fm_mobile_nav .fm_mobile_nav-item:focus {
    box-shadow: none;
}

#fm_mobile_nav #fm_mobile_menu_button {
    background: #0353b4 url("../img/mobile-nav-burger.svg") no-repeat center center;
    max-width: 70px;
}

#fm_mobile_nav #fm_mobile_viewed_button {
    background: transparent url("../img/mobile-nav-seen.svg") no-repeat center center;
}

#fm_mobile_nav #fm_mobile_user_button {
    background: transparent url("../img/mobile-nav-user.svg") no-repeat center center;
}

#fm_mobile_nav #fm_mobile_compare_button {
    background: transparent url("../img/mobile-nav-compare.svg") no-repeat center center;
}

#fm_mobile_nav #fm_mobile_wishlist_button {
    background: transparent url("../img/mobile-nav-wishlist.svg") no-repeat center center;
}

#fm_mobile_nav #fm_mobile_cart_button {
    background: transparent url("../img/mobile-nav-cart.svg") no-repeat center center;
}

.fm-control-label {
    display: block;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
}

.form-control {
    color: #6e727e;
    font-size: 13px;
    background-color: #f8f8f8;
    border: 1px solid #efefef;
    padding: 10px 0 10px 20px;
    border-radius: 25px;
    height: 40px;
}

.form-control::-ms-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder,
.form-control::placeholder {
    color: #6e727e;
    font-size: 13px;
}

.form-control:focus {
    box-shadow: inset 0 0 0 .1rem rgba(198, 198, 198, .1);
    border: 1px solid #f7f7f7;
    background-color: #f8f8f8;
}

.form-checkbox-group,
.form-group {
    margin-bottom: 20px;
}

.form-checkbox-group:last-child,
.form-group:last-child {
    margin-bottom: 0;
}

.fm-product-one-click-text {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
}

.fm-product-one-click .form-control {
    color: #a6a6a6;
    font-size: 13px;
    background: #f8f8f8 url("../img/phone-icon.svg") no-repeat 10px 12px;
    padding-left: 30px;
}

.fm-input-with-btn {
    color: #6e727e;
    font-size: 13px;
    line-height: 16px;
    padding: 12px 22px;
    background: #e9e9e9 !important;
    border-radius: 0 25px 25px 0;
    border: 0;
    -webkit-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease;
}

.fm-input-with-btn:hover {
    color: #fff;
    background-color: #18a4e1;
}

.form-checkbox-group .fm-form-checkbox-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.form-checkbox-group .fm-form-checkbox-input+.check-box::after {
    content: "\f00c";
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    font-size: 8px;
    font-family: "Font Awesome 5 Free";
    color: #373941;
    font-weight: 900;
    position: absolute;
    left: 3px;
    top: -1px;
}

.form-checkbox-group .fm-form-checkbox-input:checked+.check-box::after {
    opacity: 1;
}

.form-checkbox-group .fm-form-checkbox-input:focus+.check-box {
    box-shadow: inset 0 0 0 .1rem rgba(198, 198, 198, .1);
    border: 1px solid #d0d1d4;
}

.form-checkbox-group label {
    color: #373941;
    line-height: 16px;
    position: relative;
    margin: 0 0 0 26px;
    cursor: pointer;
}

.form-checkbox-group label a {
    color: #18a4e1;
    text-decoration: underline;
}

.form-checkbox-group label a:hover {
    text-decoration: none;
}

.check-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #d0d1d4;
    border-radius: 50%;
    margin-left: -25px;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.fm-select {
    height: 40px;
    color: #6e727e;
    background: #f8f8f8 url("../img/shevron-down.svg") no-repeat 93% 50%;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 10px 32px 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.fm-select:focus {
    box-shadow: inset 0 0 0 .1rem rgba(198, 198, 198, .1);
    border: 1px solid #f7f7f7;
    background-color: #f8f8f8;
}

.input-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.input-radio:checked+.radio-box::after {
    opacity: 1;
}

.input-radio:focus+.radio-box {
    box-shadow: inset 0 0 0 .1rem rgba(198, 198, 198, .1);
}

.radio label {
    margin: 0 20px 0 26px;
    position: relative;
    cursor: pointer;
}

.radio-box {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #d1d2d5;
    border-radius: 50%;
    margin-left: -26px;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.radio-box::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    background-color: #18a4e1;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.fm-shop-advantages-row {
    margin-bottom: -30px;
}

.fm-shop-advantages-row>div {
    margin-bottom: 30px;
}

.fm-advantages-block {
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .02);
    border-radius: 3px;
    padding: 30px;
    cursor: pointer;
    -webkit-transition: box-shadow .3s ease, top .3s ease;
    transition: box-shadow .3s ease, top .3s ease;
    position: relative;
    top: 0;
}

.fm-advantages-block .fm-advantages-img {
    font-size: 40px;
    color: #cbcfd4;
    margin-bottom: 40px;
    transition: color .3s ease, -ms-transform .3s ease;
    transition: color .3s ease, -webkit-transform .3s ease;
    transition: color .3s ease, transform .3s ease;
    -webkit-transition: color .3s ease, -webkit-transform .3s ease;
}

.fm-advantages-block .fm-advantages-title {
    color: #373941;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    margin-bottom: 20px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.fm-advantages-block .fm-advantages-title:hover {
    text-decoration: none;
}

.fm-advantages-block:hover {
    background-color: #fdfdfd;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .05);
    top: -4px;
}

.fm-advantages-block:hover .fm-advantages-img {
    color: #18a4e1;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.fm-advantages-block:hover .fm-advantages-title {
    color: #18a4e1;
}

.fm-advantages-block i {
    font-size: 34px;
}

.fm-advantages-block i .fa-truck {
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fm-banner-plus-box>.row>div+div {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .fm-banner-plus-box>.row>div+div {
        margin-top: 0;
    }
}

.fm-banner-plus-wrap {
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    color: #fff;
    padding: 20px;
}

@media (min-width: 992px) {
    .fm-banner-plus-wrap {
        padding-bottom: 0;
    }
}

.fm-banner-plus-wrap img {
    transition: opacity .3s ease, -ms-transform ease .5s;
    transition: opacity .3s ease, -webkit-transform ease .5s;
    transition: opacity .3s ease, transform ease .5s;
    -webkit-transition: opacity .3s ease, -webkit-transform ease .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: scale(.9);
    -webkit-transform: scale(.9);
    transform: scale(.9);
    width: 100%;
    max-width: 300px;
}

.fm-banner-plus-wrap:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .15);
}

.fm-banner-plus-wrap:hover img {
    opacity: .98;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.fm-banner-plus-content {
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .fm-banner-plus-content {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.fm-banner-plus-title {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 768px) {
    .fm-banner-plus-title {
        text-align: left;
    }
}

.fm-banner-plus-info {
    text-align: center;
}

@media (min-width: 768px) {
    .fm-banner-plus-info {
        text-align: left;
    }
}

.fm-banner-plus-text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}

.fm-banner-plus-btn {
    background-color: transparent;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fm-banner-plus-btn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.fm-banner-plus-btn:hover {
    background-color: rgba(43, 106, 182, .5);
    border-color: transparent;
}

.fm-banner-plus-img {
    position: relative;
    z-index: 1;
    -ms-flex-order: -1;
    order: -1;
}

@media (min-width: 768px) {
    .fm-banner-plus-img {
        -ms-flex-order: 1;
        order: 1;
    }
}

.fm-banner-plus-img:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, .2) 0%, rgba(196, 196, 196, 0) 100%);
}

.fm-banner-plus-second img {
    width: 269px;
}

.fm-carousel-box {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 160px;
    overflow: hidden;
}

.fm-carousel-box img {
    max-width: 170px;
    max-height: 120px;
    margin: 0 auto;
}

.fm-category-wall-item {
    padding: 20px;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    z-index: 2;
}

@media (max-width: 1199px) {
    .fm-category-wall-item {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.fm-category-wall-item:not(:nth-child(4n+4)) {
    border-right: 1px solid #f7f7f7;
}

.fm-category-wall-item-info {
    position: relative;
    z-index: 5;
}

.fm-category-wall-item img {
    display: block;
    margin: 0 auto;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    max-width: 107px;
}

.fm-category-wall-item-title {
    text-align: center;
}

.fm-category-wall-item-title span {
    display: block;
    margin: 20px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .3px;
    color: #373941;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.fm-category-wall-item-title:hover span {
    color: #18a4e1;
    text-decoration: underline;
}

.fm-category-wall-item ul li:not(:last-child) {
    margin-bottom: 13px;
}

.fm-category-wall-item ul {
    text-align: center;
}

@media (min-width: 992px) {
    .fm-category-wall-item ul {
        text-align: left;
    }
}

.fm-category-wall-item ul a {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .3px;
    color: #6e727e;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.fm-category-wall-item ul a:hover {
    color: #18a4e1;
    text-decoration: underline;
}

@media (min-width: 992px) {
    .fm-category-wall-item:hover {
        z-index: 3;
    }

    .fm-category-wall-item:hover .fm-module-overlay {
        z-index: 4;
        top: -20px;
        right: -15px;
        bottom: -91px;
        left: -15px;
        opacity: 1;
    }

    .fm-category-wall-item:hover .fm-module-overlay-btn {
        opacity: 1;
    }

    .fm-category-wall-item:hover img {
        opacity: .9;
    }
}

.fm-category-wall-item .fm-module-overlay-btn-box {
    z-index: 3;
    margin-top: 20px;
    margin-bottom: 15px;
}

.fm-category-wall-item .fm-module-overlay-btn {
    width: auto;
    padding-left: 28px;
    padding-right: 28px;
}

.fm-module-item {
    background-color: #fff;
    padding: 45px 15px 30px;
    text-align: center;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
    z-index: 2;
}

@media (min-width: 420px) {
    .fm-module-item {
        padding: 45px 19px 30px;
    }
}

@media (min-width: 768px) {
    .fm-module-item {
        padding: 45px 30px 30px;
    }
}

@media (min-width: 1200px) {
    .fm-module-item:hover {
        z-index: 3;
    }

    .fm-module-item:hover>* {
        z-index: 5;
    }

    .fm-module-item:hover .fm-module-stickers {
        z-index: 6;
    }

    .fm-module-item:hover img {
        opacity: .9;
    }

    .fm-module-item:hover .fm-module-overlay {
        z-index: 4;
        top: -20px;
        right: -15px;
        bottom: -66px;
        left: -15px;
        opacity: 1;
    }

    .fm-module-item:hover .fm-module-buttons-list,
    .fm-module-item:hover .fm-module-overlay-btn {
        opacity: 1;
    }

    .fm-module-item:hover .fm-module-title>a,
    .fm-module-item:hover .fm-module-title>a:visited {
        color: #18a4e1;
        text-decoration: underline;
    }
}

.fm-module-item:not(:nth-child(4n+4)) {
    border-right: 1px solid #f7f7f7;
}

.fm-module-item .fm-module-img {
    margin-bottom: 30px;
    z-index: 5;
}

.fm-module-item .fm-module-img img {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.fm-module-item .fm-module-title {
    margin: 25px 0 20px 0;
    z-index: 5;
}

.fm-module-item .fm-module-title a {
    color: #30363d;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    -ms-word-break: break-word;
    word-break: break-word;
}

.fm-module-item .fm-module-title a:hover {
    text-decoration: none;
}

.fm-module-item .price-tax {
    color: #828488;
}

.fm-module-sticker-discount {
    font-weight: 600;
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    border-radius: 1px;
    border-radius: 15px;
    text-align: center;
    background-color: #eb5757;
    padding: 2px 12px;
}

.fm-module-stickers {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 6;
}

.fm-module-stickers .fm-module-stickers-sticker {
    padding: 2px 6px;
    font-size: 10px;
    margin-bottom: 5px;
    border-radius: 1px;
}

@media (min-width: 768px) {
    .fm-module-stickers .fm-module-stickers-sticker {
        padding: 2px 10px;
        font-size: 13px;
        margin-bottom: 10px;
    }
}

.fm-module-stickers .fm-module-stickers-sticker_latest {
    background-color: #2b6ab6;
}

.fm-module-stickers .fm-module-stickers-sticker_bestseller {
    background-color: #eb5757;
    text-align: center;
}

.fm-module-buttons-list {
    position: absolute;
    top: 10px;
    right: 15px;
    opacity: 1;
    z-index: 6;
}

@media (min-width: 1200px) {
    .fm-module-buttons-list {
        top: 0;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }
}

@media (min-width: 1200px) {
    .fm-module-buttons-list {
        right: 0;
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .fm-module-buttons-list {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.fm-module-buttons-list li {
    margin-left: 10px;
}

.fm-module-buttons-list i.fa-sliders-h {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fm-module-buttons-list button {
    font-size: 18px;
    color: #e3e5e6;
    padding: 0;
    background: transparent;
}

@media (min-width: 992px) {
    .fm-module-buttons-list button {
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
    }
}

.fm-module-buttons-list button:hover {
    color: #18a4e1;
}

.fm-module-buttons-list button:focus {
    box-shadow: none;
}

@media (max-width: 991px) {
    .fm-module-buttons-list button.fm-module-buttons-quickview {
        display: none;
    }
}

@media (max-width: 575px) {
    .oct-load-more {
        padding: 0 15px;
    }
}

.oct-load-more-button {
    color: #17a5e1;
    background-color: transparent !important;
    margin: 30px 0 0;
    font-weight: 600;
    padding: 22px 40px;
    border: 0;
    border: 1px solid #17a5e1;
    font-size: 16px;
    border-radius: 50px;
}

@media (max-width: 575px) {
    .oct-load-more-button {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .oct-load-more-button:hover {
        box-shadow: 0px 6px 20px 0px rgba(34, 60, 80, .09);
    }

    .oct-load-more-button:hover i {
        -webkit-animation: bounce 1s infinite;
        animation: bounce 1s infinite;
    }
}

.oct-load-more-button i {
    margin-right: 20px;
    font-size: 15px;
}

.oct-load-more-button.oct-animated i {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
}

@-webkit-keyframes bounce {
    25% {
        -ms-transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    50% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    75% {
        -ms-transform: translateY(2px);
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes bounce {
    25% {
        -ms-transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    50% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    75% {
        -ms-transform: translateY(2px);
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.fm-news-item {
    background-color: #fff;
    padding: 30px;
    border-bottom: 1px solid #f7f7f7;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 576px) {
    .fm-news-item {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 576px) {
    .fm-news-item .fm-news-item-photo {
        margin-right: 30px;
        overflow: hidden;
        display: block;
    }
}

.fm-news-item .fm-news-item-photo img {
    transition: opacity .3s ease, -ms-transform .8s ease;
    transition: opacity .3s ease, -webkit-transform .8s ease;
    transition: opacity .3s ease, transform .8s ease;
    -webkit-transition: opacity .3s ease, -webkit-transform .8s ease;
    margin: 0 auto 30px;
    display: block;
}

@media (min-width: 576px) {
    .fm-news-item .fm-news-item-photo img {
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .fm-news-item .fm-news-item-info {
        max-width: 51%;
    }
}

.fm-news-item .fm-news-item-title {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #333;
    letter-spacing: .3px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

@media (min-width: 1200px) {
    .fm-news-item .fm-news-item-title {
        height: 38px;
        overflow-y: hidden;
    }
}

.fm-news-item .fm-news-item-text {
    letter-spacing: .3px;
    margin: 20px 0;
}

.fm-news-item:hover .fm-news-item-title {
    color: #18a4e1;
    text-decoration: underline;
}

.fm-news-item:hover .fm-news-item-title:hover {
    text-decoration: none;
}

.fm-news-item:hover img {
    opacity: .9;
}

@media (min-width: 992px) {
    .fm-news-item:hover img {
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.fm-news-item-box:nth-child(even) {
    border-left: 1px solid #f7f7f7;
}

@media (min-width: 992px) {
    .fm-news-item-box:nth-child(even) .fm-news-item-photo {
        -ms-flex-order: 2;
        order: 2;
        margin-left: 30px;
        margin-right: 0;
    }
}

.fm-reviews-item {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #f7f7f7;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.fm-reviews-item:not(:nth-child(4n+4)) {
    border-right: 1px solid #f7f7f7;
}

.fm-reviews-item-top {
    z-index: 5;
}

.fm-reviews-item .fm-reviews-item-photo {
    display: block;
}

.fm-reviews-item .fm-reviews-item-photo img {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    max-width: 160px;
}

.fm-reviews-item:hover {
    z-index: 3;
}

.fm-reviews-item:hover img {
    opacity: .9;
}

.fm-reviews-item:hover .fm-module-overlay {
    z-index: 4;
    top: -20px;
    right: -15px;
    bottom: -20px;
    left: -15px;
    opacity: 1;
}

.fm-reviews-item:hover .fm-reviews-item-title {
    color: #18a4e1;
    text-decoration: underline;
}

.fm-reviews-item-title {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 15px 32px;
    z-index: 5;
    color: #484848;
    text-decoration: underline;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    display: block;
}

.fm-reviews-item-title:hover {
    text-decoration: none !important;
}

.fm-reviews-item-author {
    color: #373941;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    margin: 15px 0;
    z-index: 5;
}

.fm-reviews-item-text {
    text-align: left;
    margin-bottom: 20px;
    z-index: 5;
}

.fm-reviews-item-date {
    margin-top: auto;
    margin-right: auto;
    z-index: 5;
}

.fm-slideshow-plus-box>.row {
    display: block !important;
}

@media (min-width: 992px) {
    .fm-slideshow-plus-box>.row {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }
}

.fm-slideshow-plus-item {
    background-color: #0353b4;
    border-radius: 1px;
    color: #fff;
    padding: 30px 30px 50px;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    height: 100%;
    width: 100%;
}

@media (min-width: 768px) {
    .fm-slideshow-plus-item {}
}

.fm-slideshow-plus-item img {
    transition: opacity .3s ease, -ms-transform ease .5s;
    transition: opacity .3s ease, -webkit-transform ease .5s;
    transition: opacity .3s ease, transform ease .5s;
    -webkit-transition: opacity .3s ease, -webkit-transform ease .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 auto;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .fm-slideshow-plus-item img {
        -ms-transform: scale(.9);
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}

.fm-slideshow-plus-item:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .15);
}

.fm-slideshow-plus-item:hover img {
    opacity: .98;
}

@media (min-width: 1200px) {
    .fm-slideshow-plus-item:hover img {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.fm-slideshow-plus-item-info {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

@media (min-width: 768px) {
    .fm-slideshow-plus-item-info {
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
    }
}

.fm-slideshow-plus-item-title {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 26px;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 576px) {
    .fm-slideshow-plus-item-title {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .fm-slideshow-plus-item-title {
        text-align: left;
    }
}

.fm-slideshow-plus-item-text {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    margin-top: 26px;
}

@media (min-width: 768px) {
    .fm-slideshow-plus-item-text {
        max-width: 290px;
    }
}

@media (min-width: 1200px) {
    .fm-slideshow-plus-item-text {
        margin-top: 30px;
    }
}

.fm-slideshow-plus-item-btn {
    margin: 60px 0 30px;
    background-color: transparent;
    border-color: #f9f9f9;
}

.fm-slideshow-plus-item-btn:hover {
    background-color: rgba(43, 106, 182, .5);
    border-color: transparent;
}

.fm-slideshow-plus-item-img {
    position: relative;
    z-index: 1;
    -ms-flex-order: -1;
    order: -1;
}

@media (min-width: 768px) {
    .fm-slideshow-plus-item-img {
        -ms-flex-order: 0;
        order: 0;
    }
}

.fm-slideshow-plus-item-img:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, .2) 0%, rgba(196, 196, 196, 0) 100%);
}

.fm-slideshow-plus {
    max-height: 740px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .fm-slideshow-plus {
        max-height: 440px;
    }
}

.fm-slideshow-plus .slick-track {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.fm-slideshow-plus .slick-track .slick-slide {
    height: auto !important;
}

.fm-slideshow-plus .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

@media (min-width: 768px) {
    .fm-slideshow-plus .slick-dots {
        left: 30px;
        text-align: left;
    }
}

.fm-slideshow-plus .slick-dots li {
    display: inline-block;
}

.fm-slideshow-plus .slick-dots li button {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    padding: 0;
    background: rgba(203, 203, 203, .16);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    border: 2px solid #fff;
    border-radius: 8px;
    text-indent: -9999px;
    overflow: hidden;
}

.fm-slideshow-plus .slick-dots li.slick-active button,
.fm-slideshow-plus .slick-dots li:hover button {
    background-color: #fff;
}

@media (max-width: 767px) {
    .fm-slideshow-plus-inner {
        margin-bottom: 30px !important;
    }
}

.fm-promotional-product {
    color: #373941;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .02);
    padding: 30px 0 50px;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .fm-promotional-product {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .fm-promotional-product {
        margin-bottom: 30px;
        margin-bottom: 30px;
        max-height: 436px;
    }
}

.fm-promotional-product-item {
    padding: 0 67px;
}

.fm-promotional-product-item:not(:first-child) {
    display: none;
}

.fm-promotional-product .fm-module-price-bottom {
    margin-top: 6px;
}

.fm-promotional-product:hover img {
    opacity: .9;
}

.fm-promotional-product-header {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.fm-promotional-product-item-img {
    margin-bottom: 30px;
    text-align: center;
}

.fm-promotional-product-item-img img {
    width: auto !important;
    margin: 0 auto;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    max-height: 100px;
}

.promotional-product-item-title {
    font-weight: 800;
    line-height: 18px;
    margin: 20px 0 30px;
}

.promotional-product-item-title a {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.promotional-product-item-title a:hover {
    color: #18a4e1;
    text-decoration: underline;
}

.fm-promotional-product .slick-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: -60px;
    right: 0;
    left: 0;
}

.fm-promotional-product .slick-dots li {
    display: inline-block;
    zoom: 1;
}

.fm-promotional-product .slick-dots li button {
    width: 10px;
    height: 10px;
    margin-right: 8px;
    padding: 0;
    background-color: rgba(203, 207, 212, .59);
    border-radius: 8px;
    border-radius: 8px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    text-indent: -9999px;
    overflow: hidden;
}

.fm-promotional-product .slick-dots li.slick-active button,
.fm-promotional-product .slick-dots li:hover button {
    background-color: #cbcfd4;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .02);
}

.fm-html-box {
    padding: 30px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .03);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
}

.fm-html-box:hover {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);
}

.fm-html-box h1 {
    font-size: 24px;
    line-height: 33px;
    color: #373941;
    margin-bottom: 20px;
    font-weight: 400;
}

.fm-html-box-text {
    font-size: 14px;
    line-height: 22px;
}

.fm-html-box-text p:not(:last-child) {
    margin-bottom: 20px;
}

.fm-html-box-text a {
    text-decoration: underline;
    color: #18a4e1;
}

.fm-html-box-text a:hover {
    text-decoration: none;
}

.fm-acc-login-content {
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .fm-acc-login-content {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 991px) {
    .fm-acc-info-left {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {

    .fm-acc-info-left,
    .fm-acc-info-right {
        width: calc(50% - 31px);
    }
}

.fm-acc-info-left .fm-control-label,
.fm-acc-info-right .fm-control-label {
    color: #373941;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}

.fm-acc-info-left .fm-acc-info-link,
.fm-acc-info-right .fm-acc-info-link {
    font-size: 16px;
    line-height: 22px;
}

.fm-acc-login-form {
    height: calc(100% - 45px);
}

.fm-acc-login-form .btn-group {
    margin-top: auto;
}

@media (max-width: 767px) {
    .fm-acc-login-form .btn-group {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start !important;
        align-items: start !important;
    }

    .fm-acc-login-form .btn-group .fm-btn {
        margin-bottom: 20px;
    }
}

.fm-content-acc-title {
    font-size: 18px;
    line-height: 25px;
}

.fm-content-acc-title a {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    margin-left: 10px;
}

.fm-acc-info-text:not(:last-child) {
    margin-bottom: 15px;
}

.fm-acc-info-text {
    font-size: 14px;
    line-height: 21px;
}

.fm-acc-info-text p:not(:last-child) {
    margin-bottom: 10px;
}

.fm-acc-info-text a {
    color: #18a4e1;
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
}

.fm-acc-info-text a:hover {
    color: #18a4e1;
    text-decoration: none;
}

.fm-acc-info-left .fm-acc-info-text p:last-child {
    margin-bottom: 20px;
}

.fm-content-border {
    margin: 0 30px;
    width: 1px;
    background: #f7f7f7;
    display: none;
}

@media (min-width: 768px) {
    .fm-content-border {
        display: block;
    }
}

.fm-acc-info-desc {
    margin-bottom: 30px;
}

.fm-account-list {
    background-color: #fff;
    height: 100%;
}

.fm-account-list .fm-account-item {
    -webkit-transition: border-bottom .3s ease;
    transition: border-bottom .3s ease;
    cursor: pointer;
}

.fm-account-list .fm-account-item:not(:last-child) {
    border-bottom: 1px solid #f7f7f7;
}

.fm-account-list .fm-account-item.active,
.fm-account-list .fm-account-item:hover {
    border-color: #18a4e1;
}

.fm-account-list .fm-account-item.active a,
.fm-account-list .fm-account-item:hover a {
    color: #fff;
    background-color: #18a4e1;
}

.fm-account-list .fm-account-link {
    font-size: 14px;
    line-height: 19px;
    padding: 15px 30px;
    color: #6e727e;
    letter-spacing: .3px;
    text-decoration: none;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
}

.fm-account-list .fm-account-link i {
    font-size: 20px;
    margin-right: 15px;
}

.fm-acc-info-block {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.fm-acc-info-block .fm-acc-info-text {
    font-size: 16px;
    line-height: 22px;
}

.fm-acc-info-block .fm-acc-info-text span {
    font-weight: 600;
}

@media (min-width: 768px) {
    .fm-acc-info-block .fm-acc-info-text span {
        margin-left: 5px;
    }
}

.fm-acc-info-block .fm-acc-info-text:not(:last-child) {
    margin-bottom: 10px;
}

.fm-acc-info-block.fm-acc-info-block-last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.table td a.fm-acc-btn {
    color: #fff;
    font-size: 13px;
    padding: 4px;
    border: 0;
    border-radius: 1px;
}

.table td a.fm-acc-btn-blue {
    background-color: #18a4e1;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.table td a.fm-acc-btn-blue:hover {
    color: #fff;
    background-color: rgba(24, 164, 225, .7);
}

.table td a.fm-acc-btn-red {
    background-color: #eb5757;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.table td a.fm-acc-btn-red:hover {
    color: #fff;
    background-color: rgba(235, 87, 87, .7);
}

.fm-content-acc-comment {
    font-size: 16px;
    line-height: 22px;
}

.fm-btn-acc-blue {
    padding: 14px 22px;
}

fieldset {
    margin-bottom: 20px;
}

.fm-account-content .fm-control-label {
    font-size: 16px;
}

.fm-account-content input,
.fm-account-content select,
.fm-account-content textarea {
    width: 100%;
    background-position-x: 97%;
}

@media (min-width: 1200px) {

    .fm-account-content input,
    .fm-account-content select,
    .fm-account-content textarea {
        max-width: 489px;
    }
}

.fm-account-content .input-group.date input[type="text"] {
    max-width: 435px;
}

.fm-account-content input[type="submit"],
.fm-account-content input[type="radio"] {
    width: auto;
}

.fm-acc-info-list {
    margin-top: 20px;
}

.fm-acc-del-btn {
    color: #eb5757;
    font-size: 12px;
    line-height: 16px;
}

.fm-acc-del-btn i {
    font-size: 12px;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.fm-acc-del-btn:hover {
    color: #eb5757;
}

.fm-acc-del-btn:hover span {
    text-decoration: underline;
}

@media (max-width: 420px) {
    .fm-acc-address-list-item .fm-content-acc-title {
        font-size: 16px;
        line-height: 22px;
    }

    .fm-acc-address-list-item .fm-acc-info-text {
        font-size: 14px;
        line-height: 20px;
    }

    .fm-acc-address-list-item+.fm-btn {
        padding: 15px 26px;
    }
}

@media (max-width: 1199px) {
    .fm-acc-wishlist {
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .fm-acc-wishlist .fm-btn {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .fm-acc-wishlist {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .fm-acc-wishlist .fm-btn {
        margin: 20px auto 0;
    }
}

@media (max-width: 575px) {
    .fm-acc-wishlist-left {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .fm-acc-wishlist-left .fm-acc-info-block-desc {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .fm-acc-wishlist-img {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fm-acc-wishlist-img a {
        margin: 0;
    }

    .fm-acc-wishlist-img .fm-acc-info-link-del {
        position: absolute;
        top: 36px;
        left: 0;
    }
}

.fm-wishlist-price {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .fm-wishlist-price {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }
}

.fm-acc-info-link-del {
    color: #eb5757;
    font-size: 16px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin-right: 30px;
    padding: 0;
    background: transparent;
}

.fm-acc-info-link-del:hover {
    opacity: .8;
    color: #eb5757;
}

.fm-acc-info-block-img {
    border: 1px solid #f9f9f9;
    margin-right: 30px;
}

.fm-acc-info-block-img img {
    width: 100px;
    height: 100px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.fm-acc-info-block-img:hover img {
    opacity: .8;
}

.fm-acc-info-block-title {
    display: block;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .3px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .fm-acc-info-block-title {
        text-align: center;
        margin: 20px 0;
    }
}

.fm-acc-info-block-title:hover {
    color: #18a4e1;
    text-decoration: underline;
}

.fm-acc-info-block-desc .fm-acc-info-text-small {
    color: #373941;
    font-size: 13px;
    line-height: 18px;
}

.fm-acc-info-block-desc .fm-acc-info-text-small span {
    color: #6e727e;
    font-weight: 400;
}

.fm-acc-info-block-desc .fm-module-price {
    margin: 0;
}

.fm-acc-info-block-desc span.fm-module-price-new {
    font-size: 22px;
    font-weight: 800;
}

@media (max-width: 767px) {
    .fm-acc-info-block-desc span.fm-module-price-new {
        margin-top: 5px;
        display: block;
    }
}

.fm-acc-info-block-desc span.fm-module-price-old {
    font-size: 13px;
}

.fm-acc-info-block-desc .fm-acc-info-text:not(:last-child) {
    margin-bottom: 4px;
}

@media (max-width: 575px) {
    .fm-btn-back-wishlist {
        margin: 30px auto 0;
        width: 120px;
        display: block;
    }
}

.fm-acc-info-block-top>a {
    text-transform: lowercase;
}

.fm-acc-info-link {
    color: #18a4e1;
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
}

.fm-acc-info-link:hover {
    color: #18a4e1;
    text-decoration: none;
}

.fm-blog-categories-module-list a {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .3px;
    padding: 15px;
}

.fm-blog-categories-module-list li:not(:last-child) a {
    border-bottom: 1px solid #f7f7f7;
}

.fm-blog-categories-module-list a {
    display: block;
    color: #666;
    background-color: #fbfbfb;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
}

.fm-blog-categories-module-list a:hover {
    color: #18a4e1;
    background-color: #fff;
    text-decoration: underline;
}

.fm-blog-categories-module-list a.fm-blog-categories-module-subcategories-link {
    padding-left: 25px;
    position: relative;
}

.fm-blog-categories-module-list a.fm-blog-categories-module-subcategories-link:before {
    content: "-";
    position: absolute;
    left: 15px;
    top: 29%;
}

.blog-input-group {
    padding: 20px 15px;
    background-color: #fff;
    position: relative;
}

.fm-blog-search-input {
    color: #c7c7c7 !important;
    font-size: 14px;
    letter-spacing: .3px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 10px 0 10px 15px;
    border-radius: 25px;
}

.fm-blog-search-input::-ms-input-placeholder,
.fm-blog-search-input::-moz-placeholder,
.fm-blog-search-input::-webkit-input-placeholder,
.fm-blog-search-input::placeholder {
    color: #c7c7c7;
    font-size: 14px;
}

.fm-blog-search-input:focus {
    box-shadow: none;
    border: 1px solid #eee;
    background: #f9f9f9;
}

.fm-blog-search-btn {
    color: #dedede;
    font-size: 20px;
    position: absolute;
    border: 0;
    background-color: transparent;
    top: 26px;
    right: 20px;
}

.fm-blog-categories-content {
    padding: 0;
}

.fm-blog-categories-content .fm-news-item {
    border-bottom: none;
    position: relative;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
}

@media (max-width: 767px) {
    .fm-blog-categories-content .fm-news-item {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.fm-blog-categories-content .fm-news-item:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .05);
}

.fm-blog-categories-content .fm-news-item::after {
    content: "";
    width: auto;
    height: 1px;
    background-color: #f7f7f7;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    -webkit-transition: left .3s ease, right .3s ease;
    transition: left .3s ease, right .3s ease;
}

.fm-blog-categories-content .fm-news-item:hover::after {
    left: 0;
    right: 0;
}

@media (min-width: 992px) {
    .fm-blog-categories-content .fm-news-item .fm-news-item-info {
        max-width: 68%;
    }
}

.fm-blog-categories-content .fm-news-item-photo {
    margin-right: 0;
    margin-left: 30px;
}

@media (max-width: 767px) {
    .fm-blog-categories-content .fm-news-item-photo {
        -ms-flex-order: -1;
        order: -1;
        margin: 0 0 30px;
    }
}

.fm-blog-categories-content .fm-news-item-title {
    height: auto;
    overflow-y: auto;
}

@media (min-width: 1200px) {
    .fm-blog-categories-content .fm-news-item-title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1200px) {
    .fm-blog-categories-content .fm-news-item-text {
        font-size: 14px;
        line-height: 22px;
    }
}

.fm-blog-post-content {
    padding: 0;
}

.fm-blog-post-content .fm-blog-post-photo {
    display: block;
    padding: 30px;
}

.fm-blog-post-content .fm-blog-post-photo img {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.fm-blog-post-content .fm-blog-post-photo:hover img {
    opacity: .9;
}

.fm-blog-post-content .fm-news-item-text {
    font-size: 14px;
    line-height: 22px;
    padding: 0 30px 30px;
}

@media (min-width: 1200px) {
    .fm-blog-post-content .fm-news-item-text {
        font-size: 16px;
        line-height: 24px;
    }
}

.fm-blog-post-content .fm-news-item-text p:not(:last-child) {
    margin-bottom: 20px;
}

.fm-blog-post-content .fm-news-item-text a {
    color: #18a4e1;
    text-decoration: underline;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.fm-blog-post-content .fm-news-item-text a:hover {
    color: #18a4e1;
    text-decoration: none;
}

.fm-blog-post-gallery {
    padding: 0 30px 30px;
}

.fm-blog-post-gallery .fm-blog-post-gallery-title {
    color: #333;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
}

.fm-blog-post-gallery .fm-blog-post-gallery-box {
    margin-bottom: -30px;
}

.fm-blog-post-gallery .fm-blog-post-gallery-item {
    cursor: pointer;
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.fm-blog-post-gallery .fm-blog-post-gallery-item img {
    border-radius: 1px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .03);
}

.fm-blog-post-gallery .fm-blog-post-gallery-item:hover .fm-blog-post-gallery-overlay {
    background: rgba(255, 255, 255, .36);
}

.fm-blog-post-gallery .fm-blog-post-gallery-overlay {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: background .15s ease .05s;
    transition: background .15s ease .05s;
}

.fm-blog-post-info {
    border-top: 1px solid #f7f7f7;
    padding: 16px 30px;
}

@media (max-width: 575px) {
    .fm-blog-post-info {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.fm-blog-post-info .fm-blog-post-info-item {
    color: #6e727e;
    line-height: 15px;
}

@media (max-width: 575px) {
    .fm-blog-post-info .fm-blog-post-info-item {
        margin-bottom: 10px;
    }
}

@media (min-width: 576px) {
    .fm-blog-post-info .fm-blog-post-info-item {
        margin-right: 30px;
        font-size: 11px;
    }
}

.fm-blog-post-info .fm-blog-post-info-item i {
    color: #cbcfd4;
    font-size: 16px;
    margin-right: 10px;
}

.fm-blog-post-info .fm-news-item-view {
    margin-right: 0;
}

.fm-cart-title {
    margin-bottom: 36px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .fm-content-cart .fm-acc-info-block-title {
        max-width: 300px;
    }
}

@media (max-width: 991px) {
    .fm-content-cart .fm-acc-info-block {
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }
}

.fm-content-cart .fm-acc-info-block:last-child {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .fm-content-cart .fm-acc-info-block-left {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .fm-content-cart .fm-acc-info-block-left {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fm-content-cart .fm-acc-info-block-left .fm-acc-info-block-img {
        margin-right: 0;
    }

    .fm-content-cart .fm-acc-info-block-left .fm-acc-info-link-del {
        position: absolute;
        top: 38px;
        left: 0;
    }

    .fm-content-cart .fm-acc-info-block-left .fm-acc-info-block-desc {
        width: 100%;
    }
}

.fm-content-cart .fm-acc-info-block-left .fm-acc-info-block-desc {
    padding-right: 30px;
}

.fm-content-cart .fm-acc-info-block-left .fm-acc-info-block-right-desc {
    white-space: nowrap;
}

.fm-content-cart .fm-product-quantity {
    margin-right: 30px;
}

.fm-content-cart .fm-cart-price-all {
    color: #373941;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 4px;
}

.fm-content-cart .fm-cart-price-one {
    color: #a6a6a6;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
}

@media (max-width: 991px) {
    .fm-content-cart .fm-acc-info-block-right {
        width: 100%;
        margin-top: 20px;
        padding-left: 44px;
    }
}

@media (max-width: 575px) {
    .fm-content-cart .fm-acc-info-block-right {
        padding-left: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .fm-content-cart .fm-acc-info-block-right .fm-product-quantity {
        margin: 0 0 20px;
    }
}

@media (min-width: 992px) {
    .fm-content-cart .fm-acc-info-block-right-desc {
        min-width: 160px;
        text-align: right;
    }
}

.fm-content-cart .fm-product-right-block {
    padding: 0;
    border-bottom: 0;
    max-width: 300px;
}

.fm-cart-block {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.fm-cart-block-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
    cursor: pointer;
}

.fm-cart-block-title span {
    font-size: 9px;
    margin-left: 6px;
    transition: -ms-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
}

.fm-cart-block-title.clicked span {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fm-cart-block-row {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease;
}

.fm-cart-block-row.opened {
    max-height: 1000px;
}

.fm-cart-block .fm-cart-block-title-bold {
    font-weight: 800;
    margin-top: 30px;
}

.fm-cart-block .fm-cart-text {
    font-size: 16px;
    line-height: 21px;
}

.fm-cart-block .fm-cart-block-group {
    margin: 45px 0 10px 0;
}

@media (max-width: 767px) {
    .fm-cart-block .fm-cart-block-group {
        margin-top: 20px;
    }
}

@media (max-width: 420px) {
    .fm-cart-block .fm-cart-block-group .input-group {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fm-cart-block .fm-cart-block-group .input-group .form-control {
        width: 100%;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        margin-bottom: 20px;
    }

    .fm-cart-block .fm-cart-block-group .input-group .fm-input-with-btn {
        border-radius: 25px;
        background: #18a4e1;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .fm-cart-block .form-group {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
}

.fm-cart-block .fm-control-label {
    opacity: .8;
}

@media (min-width: 768px) {

    .fm-cart-block .input-group,
    .fm-cart-block select,
    .fm-cart-block input#input-postcode {
        width: 393px;
    }
}

.fm-cart-block .fm-cart-subtext {
    margin: 10px 0 25px 0;
}

.fm-cart-block .fm-btn-back {
    padding: 14px 28px;
}

.fm-cart-block-right {
    margin-top: 10px;
}

.fm-cart-block-right .fm-cart-block-total:first-child {
    margin-bottom: 13px;
}

.fm-cart-block-total-price {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.fm-cart-block-total-price span {
    color: #373941;
}

.cart-btn-group {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .cart-btn-group {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .cart-btn-group button:first-child {
        display: none;
    }
}

.fm-acc-info-text {
    color: #67666a;
    font-size: 14px;
}

.fm-acc-info-text a {
    font-size: inherit;
    text-decoration: underline;
}

.fm-acc-info-text:not(:last-child) {
    margin-bottom: 15px;
}

.fm-acc-info-text span {
    font-weight: 600;
    margin-left: 5px;
}

.form-group a {
    text-decoration: underline;
    color: #18a4e1;
}

.form-group a:hover {
    text-decoration: none;
}

#accordion .panel-title.fm-content-title {
    background: #f2f3f5;
    padding: 15px 20px;
    margin: 10px 0 0;
}

#accordion .panel:not(:last-child) .panel-heading {
    margin-bottom: 20px;
}

#accordion .panel:first-child .panel-title.fm-content-title {
    margin: 0;
}

#accordion .panel-body {
    padding: 0 15px;
}

#accordion .fa-chevron-down {
    color: #000;
    font-size: 9px;
    margin-left: 6px;
    transition: -ms-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
}

.fm-categories-box {
    padding: 15px;
    background: #fbfbfb;
    border-radius: 1px;
}

.fm-categories-item {
    font-size: 15px;
    letter-spacing: .3px;
    color: #666;
    margin-bottom: 20px;
}

.fm-categories-item:last-child {
    margin-bottom: 0;
}

.fm-categories-item.active>span,
.fm-categories-item .fm-categories-3 .active,
.fm-categories-item a:hover {
    color: #18a4e1;
}

.fm-categories-item a:hover {
    text-decoration: underline;
}

.fm-categories-2>.fm-categories-item {
    font-size: 14px;
    padding-left: 15px;
}

.fm-categories-3>.fm-categories-item {
    font-size: 13px;
    letter-spacing: .003em;
    font-weight: 400;
    padding-left: 15px;
}

.fm-categories-children {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
}

.fm-categories-children>li:first-child {
    margin-top: 20px;
}

.active>.fm-categories-children,
.fm-categories-children.expanded {
    max-height: 100%;
}

.fm-categories-toggle {
    cursor: pointer;
}

.fm-categories-toggle i {
    font-size: 10px;
    transition: -ms-transform .3s ease .05s;
    transition: -webkit-transform .3s ease .05s;
    transition: transform .3s ease .05s;
    -webkit-transition: -webkit-transform .3s ease .05s;
}

.fm-categories-item.active>span .fm-categories-toggle i,
.fm-categories-toggle.clicked i {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fm-category-content {
    padding: 0;
}

.fm-category-sort-block {
    border-bottom: 1px solid #f7f7f7;
    padding: 15px;
}

@media (max-width: 767px) {
    .sort-limit {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.sort-limit select {
    color: #6e727e;
    font-size: 13px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f8f8f8 url("../img/input-sort.svg") no-repeat 80% center;
    cursor: pointer;
    background-color: #f8f8f8;
    padding: 8px 30px 8px 10px;
    outline: none;
}

.sort-limit select:focus {
    box-shadow: inset 0 0 0 .1rem rgba(198, 198, 198, .1);
    border: 1px solid #f7f7f7;
    background-color: #f8f8f8;
}

.sort-select {
    max-width: 220px;
    margin-right: 15px;
    background-position-x: 94% !important;
}

@media (max-width: 359px) {
    .sort-select {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .sort-select {
        max-width: 200px;
    }
}

@media (min-width: 1200px) {
    .sort-select {
        max-width: 300px;
    }
}

.limit-select {
    min-width: 50px;
}

@media (max-width: 767px) {
    .fm-category-appearance {
        display: none;
    }
}

.fm-category-appearance-btn {
    color: #737373;
    font-size: 17px;
    padding: 3px 8px;
    background: #f8f8f8;
    border: 1px solid #f7f7f7;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 15px;
    -webkit-transition: color .15s ease;
    transition: color .15s ease;
}

.fm-category-appearance-btn.active,
.fm-category-appearance-btn:hover {
    color: #18a4e1;
}

.fm-subcategory {
    border-bottom: 1px solid #f7f7f7;
    padding: 0 15px;
    margin-top: 20px;
}

.fm-subcategory .subcat-row {
    margin-bottom: -10px;
}

@media (min-width: 1600px) {
    .fm-subcategory .subcat-row .subcat-item-box {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
}

@media (max-width: 767px) {
    .fm-subcategory .subcat-row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .fm-subcategory .subcat-row .subcat-item-box {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

.fm-subcategory .fm-subcat-show-link {
    margin-bottom: 20px;
}

.subcat-item {
    text-align: center;
    padding: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .03);
    margin-bottom: 30px;
    height: calc(100% - 30px);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
}

.subcat-item:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .05);
}

.subcat-item:hover .subcat-item-title {
    color: #18a4e1;
}

.subcat-item:hover .subcat-item-img {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.subcat-item-img {
    margin-bottom: 15px;
    transition: opacity .3s ease, -ms-transform .8s cubic-bezier(.26, .98, .86, .55);
    transition: opacity .3s ease, -webkit-transform .8s cubic-bezier(.26, .98, .86, .55);
    transition: opacity .3s ease, transform .8s cubic-bezier(.26, .98, .86, .55);
    -webkit-transition: opacity .3s ease, -webkit-transform .8s cubic-bezier(.26, .98, .86, .55);
    opacity: .95;
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8);
    max-width: 88px;
}

.subcat-item-title {
    color: #373941;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: underline;
    font-size: 13px;
    line-height: 18px;
}

.fm-subcat-show-link {
    display: inline-block;
    color: #18a4e1;
    position: relative;
    top: 0;
}

.fm-subcat-show-link span {
    margin-right: 6px;
    text-decoration: underline;
}

.fm-subcat-show-link i {
    font-size: 8px;
}

.fm-subcat-show-link:hover span {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .product-layout:hover .fm-module-overlay {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }
}

.product-layout .fm-category-product-caption {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.product-layout .fm-module-img {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.product-layout .fm-product-btn {
    display: inline-block;
    text-transform: none;
    padding: 16px 30px;
    width: auto;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: opacity .3s ease, background .3s ease;
    transition: opacity .3s ease, background .3s ease;
}

.product-layout .fm-product-btn:hover {
    color: #fff;
    opacity: .9;
}

.product-layout .fm-product-btn img {
    margin-right: 6px;
}

.product-layout .fm-category-product-model {
    font-size: 11px;
    color: #8b94a8;
    margin-bottom: 10px;
}

.product-layout .fm-category-product-attr-cont {
    font-size: 11px;
    color: #8b94a8;
    text-align: justify;
    margin-bottom: 20px;
}

.product-layout .fm-category-attr-item:not(:last-child):after {
    content: " / ";
    display: inline-block;
}

.product-layout .fm-category-product-description {
    font-size: 13px;
    line-height: 20px;
    color: #8b94a8;
    margin-bottom: 20px;
}

.product-layout .fm-category-attr-cont {
    margin: 10px 0;
    font-size: 11px;
    text-align: justify;
    color: #8b94a8;
}

.product-layout .fm-category-attr-cont .fm-category-attr-item:not(:last-child):after {
    content: " / ";
    display: inline-block;
}

.product-layout .fm-category-btn-box {
    margin-top: 20px;
}

.product-layout .fm-product-quantity {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .is-cols .product-grid:nth-child(even) .fm-module-item {
        border-right: 0;
    }

    .is-cols .product-grid:nth-child(odd) .fm-module-item {
        border-right: 1px solid #f7f7f7;
    }

    .no-col .product-grid {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .no-col .product-grid .fm-module-item {
        border-right: 0 !important;
    }

    .no-col .product-grid:not(:nth-child(4n+4)) .fm-module-item {
        border-right: 1px solid #f7f7f7 !important;
    }
}

@media (min-width: 992px) and (min-width: 1600px) {
    .no-col .product-grid:not(:nth-child(5n+5)) .fm-module-item {
        border-right: 1px solid #f7f7f7 !important;
    }
}

.product-grid .fm-module-item {
    border-right: 0;
}

@media (max-width: 767px) {
    .product-grid:not(:nth-child(even)) .fm-module-item {
        border-right: 1px solid #f7f7f7;
    }
}

@media (min-width: 768px) {
    .product-grid:not(:nth-child(3n+3)) .fm-module-item {
        border-right: 1px solid #f7f7f7;
    }
}

@media (min-width: 1600px) {
    .product-grid:not(:nth-child(4n+4)) .fm-module-item {
        border-right: 1px solid #f7f7f7;
    }
}

.product-grid .fm-module-buttons-list {
    top: 0;
}

.product-grid .fm-module-rating {
    margin-bottom: 20px;
}

.product-grid .fm-module-img {
    margin-bottom: 0;
}

.product-grid .fm-module-img a {
    margin-bottom: 20px;
    display: block;
    min-height: 160px;
}

.product-grid .fm-module-price .fm-module-price-bottom {
    margin-top: 10px;
}

.product-grid .fm-category-product-caption {
    text-align: center;
    position: relative;
    z-index: 5;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 420px) {
    .product-grid .fm-category-product-caption .fm-product-btn {
        width: 100%;
        padding: 10px 0;
        font-size: 13px;
    }
}

.product-grid .fm-module-title {
    margin: 0 0 10px;
}

.product-grid .fm-category-product-description {
    margin-bottom: 10px;
    font-size: 13px;
    display: none;
    text-align: justify;
    line-height: 18px;
}

@media (min-width: 768px) {
    .product-grid .fm-category-product-description {
        display: block;
    }
}

@media (min-width: 768px) {
    .product-list {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .product-list .fm-module-item {
        border-right: 0;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        padding: 0;
    }

    .product-list .fm-module-img {
        position: relative;
        padding: 15px 20px;
        border-right: 1px solid #f7f7f7;
        margin-bottom: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .product-list .fm-module-rating {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .product-list .fm-module-buttons-list {
        right: 15px;
    }

    .product-list .fm-module-price {
        margin: 0 !important;
    }

    .product-list .fm-module-price .fm-module-price-top {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-flex !important;
        display: inline-flex !important;
    }

    .product-list .fm-category-product-caption {
        padding: 20px;
        text-align: left;
        position: relative;
        z-index: 5;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-list .fm-module-title {
        margin-top: 0;
    }

    .product-list .fm-module-overlay {
        z-index: 0;
        opacity: 1;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0);
    }

    .product-list .fm-product-quantity {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .product-list:hover .fm-module-overlay {
        box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    }
}

.fm-category-description {
    padding: 20px;
}

.fm-category-description p {
    line-height: 22px;
    font-size: 14px;
    color: #6e727e;
}

.fm-category-description p a {
    color: #18a4e1;
    text-decoration: underline;
}

.fm-category-description p a:hover {
    text-decoration: none;
}

.fm-category-description p+p {
    margin-top: 1rem;
}

.fm-category-description .fm-show-more {
    margin-bottom: 0;
    -webkit-transition: opacity .05s ease, top .3s ease;
    transition: opacity .05s ease, top .3s ease;
    position: relative;
    top: 0;
}

.fm-category-description .fm-show-more .fm-show-more-link {
    top: 0;
}

.fm-category-description .fm-show-more .fm-show-more-link.clicked {
    display: none;
}

@media (min-width: 768px) {
    .fm-category-description .fm-show-more.with-thumb {
        margin-left: 120px;
    }
}

.fm-category-description .fm-show-more.clicked {
    opacity: 0;
    top: -40px;
}

.fm-category-description+.fm-category-sort-block {
    padding-top: 0;
}

.fm-category-description-cont {
    overflow: hidden;
    -webkit-transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
    transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
    max-height: 250px;
    position: relative;
    z-index: 1;
}

.fm-category-description-cont .fm-category-description-text-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
    height: 100px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.fm-category-description-cont.expanded {
    max-height: 9999px;
    transition-timing-function: cubic-bezier(.5, 0, 1, 0);
    transition-delay: 0s;
}

.fm-category-description-cont.expanded .fm-category-description-text-overlay {
    opacity: 0;
    height: 0;
}

.fm-category-description-img {
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .fm-category-description-img {
        margin-right: 40px;
    }
}

.fm-category-description-title {
    color: #898989;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .3px;
    margin-bottom: 20px;
}

.category-landing-links {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.category-landing-links-item:not(:last-child) {
    margin-bottom: 10px;
}

.category-landing-links-item-title {
    font-weight: 600;
    margin-right: 10px;
}

.category-landing-links-item-link span {
    color: #18a4e1;
    text-decoration: underline;
}

.category-landing-links-item-link:hover span {
    text-decoration: none;
}

.category-landing-links-item-link:not(:last-child) {
    margin-right: 4px;
}

.category-landing-links-item-link:not(:last-child):after {
    content: "/";
    margin-left: 8px;
}

.fm-content-compare {
    background-color: #fff;
    padding: 30px;
}

.fm-content-compare .fm-content-title {
    margin-bottom: 0;
    margin-bottom: 20px;
}

.fm-table-compare {
    margin-bottom: 0;
}

.fm-table-compare tbody {
    font-size: 16px;
    line-height: 21px;
    border: 1px solid #f7f7f7;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.fm-table-compare td {
    padding: 20px 0;
}

.fm-table-compare td:first-child {
    font-size: 14px;
}

.fm-table-compare td.fm-table-compare-title {
    color: #373941;
    font-size: 20px;
}

.fm-table-compare .fm-table-product-name {
    padding: 20px;
}

.fm-table-compare .fm-table-product-name a {
    color: #373941;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .3px;
    text-decoration: underline;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.fm-table-compare .fm-table-product-name a:hover {
    color: #18a4e1;
    text-decoration: none;
}

.fm-table-compare .fm-module-price {
    color: #373941;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
}

.fm-table-compare .fm-module-price .fm-module-price-old::before {
    top: 12px;
}

.fm-table-compare .fm-table-compare-have {
    font-size: 14px;
    font-weight: 600;
}

.fm-table-compare .fm-table-compare-have-is {
    color: #18a4e1;
}

.fm-table-compare .fm-table-compare-have-no {
    color: #eb5757;
}

.fm-table-compare .fm-table-compare-review {
    color: #545556;
    font-size: 11px;
    line-height: 15px;
    margin-top: 4px;
}

.fm-table-compare .fm-btn {
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none;
}

.fm-table-compare .fm-btn.fm-btn-del {
    margin-bottom: 0;
}

.fm-table-compare .fm-table-compare-btn td {
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .fm-table-compare .fm-table-compare-btn .fm-btn-blue {
        padding: 12px 15px;
    }

    .fm-table-compare .fm-table-compare-btn .fm-btn-blue img {
        display: none;
    }
}

@media (max-width: 767px) {
    .fm-content-contact {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 768px) {

    .fm-contact-form-box,
    .fm-content-contact-offer {
        width: calc(50% - 1px);
    }
}

.fm-content .form-control::-ms-input-placeholder,
.fm-content .form-control::-moz-placeholder,
.fm-content .form-control::-webkit-input-placeholder,
.fm-content .form-control::placeholder {
    color: rgba(110, 114, 126, .8);
}

.fm-content-border {
    margin: 0 30px;
    width: 1px;
    background: #f7f7f7;
}

@media (max-width: 767px) {
    .fm-content-border {
        display: none;
    }
}

@media (max-width: 767px) {
    .fm-content-contact-offer {
        margin-top: 30px;
    }
}

.fm-content-contact-offer .fm-content-contact-offer-top {
    margin-bottom: 30px;
}

.fm-content-contact-offer .fm-content-contact-offer-top ul {
    padding-left: 0;
}

.fm-content-contact-offer .fm-content-contact-subtitle {
    color: #373941;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
}

.fm-content-contact-offer .fm-content-contact-text {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
}

.fm-content-contact-offer .fm-content-contact-text a {
    color: #18a4e1;
    text-decoration: underline;
}

.fm-content-contact-offer .fm-content-contact-text a:hover {
    text-decoration: none;
}

.fm-content-contact-offer .fm-content-contact-text:last-child {
    margin-bottom: 0;
}

.fm-map-content {
    padding-top: 0;
}

.fm-contact-location {
    background: #fff;
    padding-bottom: 30px;
    border-bottom: 1px solid #f8f8f8;
}

.fm-contact-location:not(:last-child) {
    margin-bottom: 30px;
}

.fm-contact-location img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fm-contact-location a {
    text-decoration: underline;
}

.fm-contact-location a:hover {
    text-decoration: none;
}

.fm-contact-location ul {
    padding-left: 0;
}

.fm-contact-location li+li {
    margin-top: 5px;
}

.fm-contact-location iframe {
    height: 100%;
    width: 100%;
    min-height: 320px;
}

.fm-contact-location-info {
    padding: 0;
}

@media (min-width: 768px) {
    .fm-contact-location-info {
        padding: 30px;
    }
}

.fm-contact-location-store-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 13px;
    color: #414045;
}

.fm-contact-location-address {
    margin-bottom: 35px;
    font-size: 14px;
}

.fm-contact-location-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #414045;
}

.fm-contact-location-phone {
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 768px) {
    .fm-contact-location-link {
        margin-top: 25px;
        margin-bottom: 0;
    }
}

.fm-inform-content-text,
.fm-inform-content-text-title {
    font-size: 14px;
    line-height: 22px;
}

.fm-inform-content-text> :not(:last-child),
.fm-inform-content-text-title> :not(:last-child) {
    margin-bottom: 20px;
}

.fm-inform-content-text a,
.fm-inform-content-text-title a {
    text-decoration: underline;
    color: #18a4e1;
}

.fm-inform-content-text a:hover,
.fm-inform-content-text-title a:hover {
    text-decoration: none;
}

.fm-inform-content-text-title {
    font-weight: 600;
    margin: 20px 0;
}

@media (max-width: 360px) {
    .fm-content-manufacturer .fm-content-title span {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .fm-content-manufacturer .fm-content-title span {
        display: block;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .fm-content-manufacturer .fm-content-title span {
        margin-right: 20px;
    }
}

.fm-content-manufacturer .fm-content-title a {
    color: #18a4e1;
    text-decoration: underline;
    display: inline-block;
}

.fm-content-manufacturer .fm-content-title a:hover {
    text-decoration: none;
}

.fm-content-manufacturer .fm-content-title a:not(:last-child) {
    margin-right: 20px;
}

@media (min-width: 768px) {
    .fm-content-manufacturer .fm-content-title a:not(:last-child) {
        margin-right: 10px;
    }
}

.fm-content-manufacturer .fm-manufacturer-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 40px;
}

.fm-manufacturer-item {
    border-bottom: 1px solid #f7f7f7;
}

.fm-manufacturer-item:not(:last-child) {
    margin-bottom: 30px;
}

.fm-manufacturer-item .fm-manufacturer-card {
    width: calc(50% - 30px);
    text-align: center;
    padding: 20px;
    padding: 20px;
    margin: 0 15px 30px 15px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .03);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
}

@media (min-width: 576px) {
    .fm-manufacturer-item .fm-manufacturer-card {
        width: calc(33.3333% - 30px);
    }
}

@media (min-width: 768px) {
    .fm-manufacturer-item .fm-manufacturer-card {
        width: calc(25% - 30px);
    }
}

@media (min-width: 992px) {
    .fm-manufacturer-item .fm-manufacturer-card {
        width: calc(20% - 30px);
    }
}

.fm-manufacturer-item .fm-manufacturer-card img {
    width: 90px;
    height: 80px;
    margin-bottom: 20px;
}

.fm-manufacturer-item .fm-manufacturer-card span {
    color: #373941;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.fm-manufacturer-item .fm-manufacturer-card span:hover {
    text-decoration: none;
}

.fm-manufacturer-item .fm-manufacturer-card:hover {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);
}

.fm-manufacturer-item .fm-manufacturer-card:hover span {
    color: #18a4e1;
}

.fm-product-box {
    background-color: #fff;
}

.fm-proruct-left {
    border-right: 1px solid #f7f7f7;
}

.fm-proruct-left-top {
    padding: 20px 30px 30px;
}

.fm-proruct-left-top.with-border {
    border-bottom: 1px solid #f7f7f7;
}

.fm-proruct-left iframe {
    max-width: 100%;
}

@media (max-width: 575px) {
    .fm-product-left-top-info-block {
        margin-top: 12px;
    }
}

.fm-product-left-top-info-list li {
    line-height: 16px;
}

.fm-product-left-top-info-list li:first-child {
    margin-bottom: 12px;
}

.fm-product-left-top-info-list li span.fm-product-left-top-info-is {
    color: #27ae60;
}

.fm-product-left-top-info-list li.fm-out-of-stock span.fm-product-left-top-info-is {
    color: #eb5757;
}

.fm-product-left-top-info {
    margin-bottom: 20px;
}

.fm-product-left-top-info .fm-module-rating {
    margin-bottom: 12px;
}

.fm-product-left-top-info-block-brand a,
.fm-product-left-top-info-block-reviews a,
.fm-product-left-top-info-block-brand span,
.fm-product-left-top-info-block-reviews span {
    color: #18a4e1;
    text-decoration: underline;
    cursor: pointer;
}

.fm-product-left-top-info-block-brand a:hover,
.fm-product-left-top-info-block-reviews a:hover,
.fm-product-left-top-info-block-brand span:hover,
.fm-product-left-top-info-block-reviews span:hover {
    text-decoration: none;
}

.fm-product-left-top-info-block-reviews {
    margin-right: 8px;
}

.fm-product-left-top-photo-main {
    margin-bottom: 30px;
    position: relative;
    min-height: 230px;
    overflow-y: hidden;
}

.fm-product-left-top-photo-main img {
    display: block;
    margin: 0 auto;
}

.fm-product-left-top-photo-main .fm-module-stickers {
    top: 0;
    left: 0;
}

.fm-product-left-top-photo-main .fm-module-stickers .fm-module-stickers-sticker_latest {
    background-color: #27ae60;
}

.fm-product-slide-box {
    overflow: hidden;
}

.fm-product-slide:nth-child(n+1) {
    display: none;
}

.fm-product-slide:first-child {
    display: block;
}

.image-additional-box {
    margin-bottom: 35px;
    max-height: 90px;
    overflow-y: hidden;
}

@media (min-width: 576px) {
    .image-additional-box {
        padding: 0 76px;
    }
}

.image-additional-box.overflow-visible {
    overflow-y: visible;
}

.image-additional-list .image-additional-item img {
    display: block;
    object-fit: cover;
    border: 1px solid #f7f7f7;
    margin: 0 auto;
    -webkit-transition: border .15s ease, opacity .15s ease;
    transition: border .15s ease, opacity .15s ease;
    opacity: .7;
    height: 90px;
}

.image-additional-list .image-additional-item img:hover {
    border-color: #a6a6a6;
}

.image-additional-list .image-additional-item .active img,
.image-additional-list .image-additional-item.slick-current img {
    border-color: #a6a6a6;
    opacity: 1;
}

.image-additional-list .slick-arrow {
    position: absolute;
    top: 12px;
    z-index: 2;
    padding: 28px 8px;
    background-color: #f4f4f4;
    border-radius: 10px;
    color: #a6a6a6;
    font-size: 11px;
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
}

@media (min-width: 1200px) {
    .image-additional-list .slick-arrow {
        top: 8px;
    }
}

.image-additional-list .slick-arrow:hover {
    background-color: #18a4e1;
    color: #fff;
}

.image-additional-list .slick-arrow.slick-prev {
    left: -15px;
}

@media (min-width: 576px) {
    .image-additional-list .slick-arrow.slick-prev {
        left: -30px;
    }
}

.image-additional-list .slick-arrow.slick-next {
    right: -15px;
}

@media (min-width: 576px) {
    .image-additional-list .slick-arrow.slick-next {
        right: -30px;
    }
}

.fm-product-description-nav {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .fm-product-description-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.fm-product-description-nav li {
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}

.fm-product-description-nav li span {
    color: #6e727e;
    font-size: 16px;
    text-decoration: underline;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    padding: 10px 15px;
    cursor: pointer;
}

.fm-product-description-nav li span::after {
    content: "";
    border-bottom: 3px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
}

li.fm-product-description-nav-item-active {
    font-weight: 600;
}

li.fm-product-description-nav-item-active span,
li.fm-product-description-nav-item:hover span {
    color: #373941;
    text-decoration: none;
}

li.fm-product-description-nav-item-active span::after,
li.fm-product-description-nav-item:hover span::after {
    border-color: #18a4e1;
}

.fm-product-description-cont {
    font-size: 14px;
    line-height: 22px;
}

@media (min-width: 1200px) {
    .fm-product-description-cont {
        font-size: 16px;
        line-height: 24px;
    }
}

.fm-product-description-cont:not(:last-child) {
    margin-bottom: 30px;
}

.fm-product-description-cont ul {
    padding-left: 20px;
    margin: 15px 0;
}

.fm-product-description-cont ul li {
    line-height: 22px;
    /* font-size: 13px; */
    color: #6e727e;
}

.fm-product-description-cont ul:last-child {
    margin-bottom: 0;
}

.fm-product-description-cont p:not(:last-child) {
    margin-bottom: 20px;
}

.fm-product-description-cont a {
    color: #18a4e1;
    text-decoration: underline;
}

.fm-product-description-cont a:hover {
    text-decoration: none;
}

.fm-product-faq-tab-content {
    border-top: 1px solid #f7f7f7;
}

.fm-product-tabs-questions-item {
    padding: 30px 0;
    border-top: 1px solid #f9f9fc;
    color: #898989;
}

.fm-product-tabs-questions-item:first-child {
    margin-top: 30px;
}

.fm-product-tabs-questions-item:nth-last-of-type(2) {
    padding-bottom: 0;
}

.fm-product-tabs-questions-item-info {
    margin-bottom: 20px;
}

.fm-product-tabs-questions-item-author,
.fm-product-tabs-questions-item-answer-title {
    font-weight: 600;
    color: #57565c;
}

.fm-product-tabs-questions-item-answer {
    margin-top: 20px;
    background: #f9f9f9;
    padding: 15px 20px;
}

.fm-product-tabs-questions-item-answer-title {
    margin-bottom: 13px;
}

.fm-product-attributtes,
.fm-product-faq-tab-content,
.fm-proruct-left-top.fm-product-tab-pane-active,
.fm-product-reviews {
    padding: 0px!important;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .fm-product-attributtes-cont {
        width: 90%;
    }
}

.fm-product-attributtes-cont:not(:last-child) {
    margin-bottom: 20px;
}

.fm-product-attributtes-cont .fm-product-attributtes-item {
    font-size: 13px;
    line-height: 18px;
    position: relative;
}

.fm-product-attributtes-cont .fm-product-attributtes-item:not(:last-child) {
    margin-bottom: 4px;
}

.fm-product-attributtes-cont .fm-product-attributtes-item span {
    background-color: #fff;
    z-index: 2;
}

.fm-product-attributtes-cont .fm-product-attributtes-item span:first-child {
    padding-right: 8px;
}

.fm-product-attributtes-cont .fm-product-attributtes-item span:last-child {
    padding-left: 8px;
    position: relative;
    max-width: 50%;
    text-align: right;
    right: 0;
}

.fm-product-attributtes-cont .fm-product-attributtes-item::after {
    content: "";
    border-bottom: 1px dotted #a6a6a6;
    height: 1px;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    z-index: 1;
}

.fm-product-attributtes-title {
    color: #373941;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .003em;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    #fm_product_right {
        padding: 0;
        margin-bottom: 30px;
        border-top: 1px solid #f7f7f7;
        border-bottom: 1px solid #f7f7f7;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .fm-product-right {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .fm-product-right>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.fm-product-right-block {
    padding: 20px 0;
    border-bottom: 1px solid #f7f7f7;
}

@media (min-width: 992px) {
    .fm-product-right-block {
        padding: 20px 30px;
    }
}

.fm-price-block .fm-module-price {
    margin-bottom: 18px;
}

.fm-price-block .fm-module-price-new {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin: 0 12px 0 0;
}

.fm-price-block .fm-module-price-old {
    color: #bdbdbd;
    font-size: 18px;
    line-height: 25px;
}

.fm-price-block .fm-module-price-old::before {
    -ms-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
    background-color: #bdbdbd;
    top: 12px;
}

.fm-price-block-info {
    font-size: 13px;
    line-height: 18px;
    color: #27ae60;
    margin-bottom: 5px;
}

.fm-price-block-info.fm-price-block-info-tax {
    color: #6e727e;
}

.fm-price-block-link {
    font-size: 13px;
    line-height: 18px;
    color: #18a4e1;
    text-decoration: underline;
    cursor: pointer;
}

.fm-price-block-link:hover {
    color: #18a4e1;
    text-decoration: none;
}

.options-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fm-product-option-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #373941;
    margin-bottom: 15px;
}

.fm-product-option .fm-control-label {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}

.fm-product-option .radio label {
    color: #fff;
    line-height: 16px;
    padding: 10px 15px;
    background-color: #b4b4b4;
    border-radius: 20px;
    margin: 0 10px 10px 0;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

@media (min-width: 768px) {
    .fm-product-option .radio label {
        padding: 6px 12px;
    }
}

.fm-product-option .radio label.selected {
    background-color: #333;
}

.fm-product-option .radio label.radio-img {
    background-color: #f1f1f1;
    border-radius: 50%;
    margin: 0 8px 0 0;
    padding: 2px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .fm-product-option .radio label.radio-img {
        margin: 0 6px 0 0;
    }
}

.fm-product-option .radio label.radio-img img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    pointer-events: none;
}

@media (min-width: 768px) {
    .fm-product-option .radio label.radio-img img {
        width: 26px;
        height: 26px;
    }
}

.fm-product-option .radio label.radio-img.selected {
    background-color: #89979c;
}

.fm-product-option .required {
    margin-left: 1px;
}

.fm-product-option .check-box {
    top: calc(50% - 8px);
}

.form-checkbox-group .checkbox:not(:last-child) {
    margin-bottom: 10px;
}

.fm-product-option textarea {
    color: rgba(110, 114, 126, .8);
}

.fm-product-option textarea::-ms-input-placeholder,
.fm-product-option textarea::-moz-placeholder,
.fm-product-option textarea::-webkit-input-placeholder,
.fm-product-option textarea::placeholder {
    color: rgba(110, 114, 126, .8) !important;
}

.fm-product-option-minquant {
    color: #eb5757;
    font-size: 13px;
    margin-bottom: 10px;
}

.fm-product-option-bonus {
    color: #27ae60;
    font-size: 13px;
    margin-bottom: 10px;
}

.fm-product-quantity label {
    margin-left: 4px;
}

.fm-product-quantity button,
.fm-product-quantity input {
    height: 30px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding: 0;
    cursor: pointer;
}

.fm-product-quantity input {
    width: 40px;
    color: #333;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    border-radius: 0;
}

.fm-product-quantity button {
    width: 30px;
    color: #a8a8a8;
    font-weight: 800;
    background-color: #e9e9e9;
    border: 0;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
}

.fm-product-quantity button:hover {
    color: #fff;
    background-color: #18a4e1;
}

.fm-product-quantity button:active,
.fm-product-quantity button:focus {
    border: 0;
}

.fm-product-quantity button.fm-product-quantity-btn-left {
    border-radius: 20px 0 0 20px;
}

.fm-product-quantity button.fm-product-quantity-btn-right {
    border-radius: 0 20px 20px 0;
}

.fm-product-buttons-list {
    padding-right: 8px;
}

.fm-product-buttons-list .fm-product-buttons-item:not(:last-child) {
    margin-bottom: 17px;
}

.fm-product-buttons-list div {
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
}

.fm-product-buttons-list div:hover span {
    color: #18a4e1;
}

.fm-product-buttons-list div:hover i {
    color: #18a4e1;
}

.fm-product-buttons-list div span {
    text-decoration: underline;
    margin-left: 10px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.fm-product-buttons-list div span:hover {
    text-decoration: none;
}

.fm-product-buttons-list div i {
    font-size: 18px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.fm-product-btn-group {
    margin-top: 20px;
}

.fm-product-btn-group button:first-child {
    margin-bottom: 15px;
}

.fm-product-btn {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 0 14px;
    background-color: #a6a6a6;
    border-radius: 50px;
    -webkit-transition: background-color .3s ease, opacity .3s ease;
    transition: background-color .3s ease, opacity .3s ease;
}

.fm-product-btn img {
    margin-right: 17px;
}

.fm-product-btn:hover {
    background-color: #18a4e1;
}

.fm-product-btn.button-one-click {
    border: 1px solid #18a4e1;
    background: transparent;
}

.fm-product-btn.button-one-click:hover {
    color: #fff;
}

.fm-product-btn-cart:hover {
    opacity: .9;
}

.fm-product-advantages {
    border-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .fm-product-advantages {
        padding: 20px 0 20px 30px;
    }
}

.fm-product-advantages .fm-advantages-block {
    padding: 20px 38px;
    border: 1px solid #f7f7f7;
    cursor: default;
}

.fm-product-advantages .fm-advantages-block:not(:last-child) {
    margin-bottom: 20px;
}

.fm-product-advantages .fm-advantages-block>.fm-advantages-img {
    font-size: 30px;
    margin-bottom: 20px;
}

.fm-product-advantages .fm-advantages-title {
    margin-bottom: 15px;
    display: inline-block;
}

.fm-product-advantages .fm-advantages-text {
    padding: 0 25px;
}

.fm-product-social-buttons {
    padding: 0 0 30px 0;
}

@media (min-width: 576px) {
    .fm-product-social-buttons {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.fm-product-reviews {
    padding: 30px 0 0;
    background-color: #fcfcfc;
    width: 100%;
}

.fm-product-reviews-top {
    border-bottom: 1px solid #f7f7f7;
    padding: 0 30px 30px;
}

@media (max-width: 767px) {
    .fm-product-reviews-top {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .fm-product-reviews-top .fm-product-reviews-top-right {
        margin-top: 20px;
        width: 100%;
    }
}

@media (min-width: 576px) {
    .fm-product-reviews-top .fm-page-main-title {
        margin-bottom: 30px;
    }

    .fm-product-reviews-top .fm-product-reviews-top-right {
        width: 415px;
    }
}

.fm-product-reviews-qauntity {
    padding: 2px 7px;
    background: #eef2f5;
    border-radius: 20px;
    font-size: 10px;
    color: #6e727e;
    margin-left: 6px;
    min-width: 26px;
    display: inline-block;
    text-align: center;
}

.fm-product-reviews-value {
    font-size: 36px;
    color: #373941;
    line-height: 1;
    margin-bottom: 20px;
}

.fm-product-reviews-value span {
    color: #a6a6a6;
    font-size: 18px;
    margin-left: 6px;
}

.fm-product-reviews-value-text {
    line-height: 1;
    color: #a6a6a6;
    margin-bottom: 20px;
}

.fm-product-reviews-rating-item:not(:last-child) {
    margin-bottom: 10px;
}

.fm-product-reviews-rating-stars {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.fm-product-reviews-rating-stars .fm-module-rating-star+.fm-module-rating-star {
    margin-right: 2px;
    margin-left: 0;
}

.fm-product-reviews-rating-line {
    width: 100%;
    max-width: 700px;
    height: 6px;
    background: #f5f5f5;
    margin: 0 15px;
}

.fm-product-reviews-rating-line span {
    display: block;
    height: 100%;
    background: #e9e9e9;
}

.fm-product-reviews-rating-value {
    color: #6e727e;
}

.fm-review {
    padding: 30px;
}

.fm-review:not(:last-child) {
    border-bottom: 1px solid #f7f7f7;
}

.fm-review+.pagination {
    margin-top: 15px !important;
}

.fm-review-admin-title,
.fm-review-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
}

.fm-review-info-left .fm-review-icon {
    margin-bottom: 10px;
}

.fm-review-info-left .fm-review-name {
    color: #57565c;
}

.fm-review-info-left .fm-review-date {
    color: #a6a6a6;
    margin-bottom: 20px;
}

.fm-review-info-left .fm-review-rating-text {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .fm-review-info-left {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .fm-review-info-right {
        border-left: 1px solid #f7f7f7;
    }
}

.fm-review-info-right .fm-review-text {
    font-size: 14px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .fm-review-info-right .fm-review-text {
        padding-left: 15px;
    }
}

.fm-review-info-right .fm-review-text p:not(:last-child) {
    margin-bottom: 20px;
}

.fm-review-info-right .fm-review-admin {
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 15px;
    margin: 15px 0 10px;
}

.fm-review-info-right .fm-review-admin-title {
    color: #373941;
}

.fm-review-info-right .fm-review-admin-text {
    font-size: 13px;
}

.fm-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000;
}

.fm-video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fm-video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.fm-video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.fm-video__button-shape {
    fill: #212121;
    fill-opacity: .8;
}

.fm-video__button-icon {
    fill: #fff;
}

.fm-video__button:focus {
    outline: none;
}

.fm-video:hover .fm-video__button-shape,
.fm-video__button:focus .fm-video__button-shape {
    fill: #f00;
    fill-opacity: 1;
}

.fm-video--enabled {
    cursor: pointer;
}

.fm-video--enabled .fm-video__button {
    display: block;
}

.oct-gallery {
    display: block;
}

.zoomImg {
    background: #fff;
}

@media (max-width: 991px) {
    .zoomImg {
        display: none !important;
    }
}

.fm-product-timer {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 15px;
}

.fm-product-timer-text {
    color: #777;
    margin-bottom: .75rem;
}

.fm-product-timer-inner {
    padding: 8px 12px;
    border: 0;
    color: #fff;
    background: #eb5757;
    border-radius: 6px;
}

.fm-product-timer-inner>*.animated {
    -webkit-animation: seconds 1s infinite;
    animation: seconds 1s infinite;
}

.fm-product-timer-number {
    width: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.fm-product-timer-number+span {
    font-size: 10px;
}

.fm-product-timer-delimiter {
    padding: 0 4px;
}

@-webkit-keyframes seconds {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes seconds {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.fm-search-block {
    padding: 20px 20px 5px;
}

.fm-search-block .fm-control-label {
    color: #373941;
    font-size: 16px;
    line-height: 25px;
    opacity: .8;
    margin-bottom: 10px;
}

.fm-search-block .fm-search-block-form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 767px) {
    .fm-search-block .fm-search-block-form {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fm-search-block .fm-search-block-form select {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .fm-search-block .fm-search-block-form {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .fm-search-block .fm-search-block-form .form-control {
        margin-right: 30px;
    }
}

.fm-search-block .fm-content-title {
    font-size: 18px;
    line-height: 25px;
    margin: 20px 0 0;
}

.fm-content-reviews {
    padding: 0;
}

.fm-content-reviews-top {
    padding: 30px;
    border-bottom: 1px solid #f7f7f7;
}

@media (max-width: 767px) {
    .fm-content-reviews-top {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.fm-content-reviews-top .fm-page-main-title {
    margin-bottom: 20px;
}

.fm-content-reviews-top .fm-page-main-title::after {
    display: none;
}

.fm-content-reviews-top .fm-page-main-title .fm-content-reviews-qauntity {
    padding: 2px;
    background: #eef2f5;
    border-radius: 30px;
    font-size: 10px;
    color: #6e727e;
    margin-left: 6px;
    min-width: 26px;
    display: inline-block;
    text-align: center;
}

.fm-content-reviews-value {
    font-size: 36px;
    color: #373941;
    line-height: 1;
    margin-bottom: 20px;
}

.fm-content-reviews-value span {
    color: #a6a6a6;
    font-size: 18px;
    margin-left: 6px;
}

.fm-content-reviews-text {
    line-height: 1;
    color: #a6a6a6;
    margin-bottom: 20px;
}

.fm-content-reviews .fm-btn-blue {
    padding: 15px 21px;
}

@media (max-width: 767px) {
    .fm-content-reviews-list {
        margin-top: 20px;
    }
}

.fm-content-reviews-list .fm-content-reviews-item {
    margin-bottom: 13px;
}

@media (max-width: 767px) {
    .fm-content-reviews-list .fm-content-reviews-item {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
}

.fm-content-reviews-list span.fm-content-reviews-item-name {
    color: #6e727e;
    font-size: 16px;
    line-height: 22px;
    margin-right: 16px;
}

.fm-content-reviews-list span.fm-content-reviews-quantity {
    color: #a6a6a6;
    margin-left: 6px;
    width: 26px;
    text-align: right;
}

@media (max-width: 991px) {
    .fm-content-reviews .fm-review-item {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
}

.fm-content-reviews .fm-review-name,
.fm-content-reviews .fm-review-rating-shop {
    font-size: 16px;
    line-height: 22px;
}

.fm-content-reviews .fm-review-name {
    color: #6e727e;
}

.fm-content-reviews .fm-review-date {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
}

.fm-content-reviews .fm-review-rating-shop {
    color: #18a4e1;
    font-weight: 600;
    cursor: pointer;
}

.fm-content-reviews .fm-rating-shop-details {
    width: 220px;
    left: -49px;
    text-align: left;
    font-size: 16px;
}

.fm-content-reviews .fm-rating-shop-details-item:not(:last-child) {
    margin-bottom: 8px;
}

.fm-content-reviews .fm-rating-shop-details:after {
    left: calc(50% - 10px);
}

.fm-content-reviews .fm-review-info-right {
    border-left: 0;
}

.fm-content-reviews .fm-review-admin-text,
.fm-content-reviews .fm-review-text {
    font-size: 14px;
    line-height: 22px;
    padding: 25px 30px;
    background-color: #f8f8f8;
    border-radius: 2px;
}

.fm-content-reviews .fm-review-text::before {
    content: "";
    border: 10px solid transparent;
    border-right: 10px solid #f8f8f8;
    position: absolute;
    left: -5px;
    top: 15px;
}

@media (max-width: 767px) {
    .fm-content-reviews .fm-review-text::before {
        left: calc(50% - 10px);
        top: -20px;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.fm-content-reviews .fm-review-admin {
    margin: 20px 0 0;
    padding: 0;
    background-color: transparent;
}

.fm-content-reviews .fm-review-admin .fm-review-admin-title {
    color: #6e727e;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.fm-content-reviews .fm-review-admin .fm-review-admin-text {
    padding-right: 30px;
}

.fm-all-categories-category-parent {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.fm-all-categories-category-parent a {
    text-decoration: none;
}

.fm-all-categories-category-parent a:hover {
    text-decoration: underline;
}

.fm-all-categories-category-parent-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.fm-all-categories-category-parent-title a {
    color: #4d4b4b;
}

.fm-all-categories-category-parent-title a:hover {
    color: #18a4e1;
}

.fm-all-categories-category-count {
    display: inline-block;
    padding: 4px 6px;
    background: #ebebeb;
    color: #4d4b4b;
    margin-left: 4px;
}

.fm-all-categories-category-child-title {
    font-size: 16px;
    font-weight: 600;
}

.fm-all-categories-category-child-title a {
    color: #18a4e1;
}

.fm-all-categories-category-child-third {
    color: #4d4b4b !important;
    font-size: 13px;
    padding-left: 5px;
    display: inline-block;
}

.fm-all-categories-category-child-third:hover {
    color: #18a4e1 !important;
}

#fm_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    z-index: 0;
    display: none;
}

#fm_overlay.active {
    z-index: 999;
    display: block;
}

.ocf-offcanvas.ocfilter-mobile {
    right: -305px;
    left: auto !important;
    -webkit-transition: right .25s ease;
    transition: right .25s ease;
}

.ocf-offcanvas.ocfilter-mobile.active {
    right: 0;
    left: auto !important;
}

#column-left .panel-default,
#column-right .panel-default,
.ocfilter {
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.ocfilter-option label span {
    max-width: 82%;
    display: inline-block;
}

.ocfilter-option-popover button,
.ocfilter-option-popover button:hover {
    color: #fff;
    background-color: #18a4e1;
    border: 0;
    border-radius: 1px;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
}

.ocfilter-option-popover button:hover {
    opacity: .9;
}

.ocfilter .btn:focus,
.ocfilter .btn:hover {
    opacity: .8;
}

.ocfilter .btn:active,
.ocfilter .btn:focus {
    opacity: .8;
    box-shadow: none;
}

#column-left .panel-heading,
#column-right .panel-heading,
.fm-module-column-box .panel-heading,
.ocfilter .panel-heading {
    color: #fff;
    background-color: #18a4e1;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .3px;
    padding: 15px;
}

#column-left .list-group-item,
#column-right .list-group-item,
.ocfilter .list-group-item {
    border: 0;
    padding: 0 0 4px !important;
    border-radius: 0 !important;
}

.ocfilter .item-title {
    display: inline-block;
    width: 100%;
    background-color: #f8f8f8 !important;
    border-radius: 0 !important;
    border: 0 !important;
    font-size: 14px !important;
    color: #333 !important;
    padding: 10px 15px !important;
    text-transform: none !important;
    font-family: "Open Sans", sans-serif !important;
}

.ocfilter .item-title i {
    line-height: 20px;
    display: none;
    float: right;
}

.ocfilter .item-title.icon-minus .fa-minus {
    display: inline-block;
}

.ocfilter .item-title.icon-plus .fa-plus {
    display: inline-block;
}

.ocfilter .item-title:hover {
    background-color: #f8f8f8;
    border: none;
}

.ocfilter .item-title:focus {
    text-decoration: none;
}

.ocfilter-option__name,
.ocfilter-value__name {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.ocfilter-option__name {
    margin-bottom: 10px;
    font-size: 13px;
    text-decoration: underline;
}

.ocfilter-value__name {
    margin-bottom: 6px;
    font-size: 13px;
}

.ocfilter .btn-danger {
    background-color: #eb5757;
    background-image: none;
    background-repeat: no-repeat;
    border: none;
    border-radius: 20px !important;
    text-shadow: none;
    font-size: .75rem;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ocfilter .btn-danger:focus,
.ocfilter .btn-danger:hover {
    background-color: #eb5757;
    border: none;
    box-shadow: none;
}

.ocfilter .btn-danger:focus .ocfilter .btn-danger:active {
    background-color: #eb5757;
    border: none;
}

.ocfilter .btn-danger i {
    margin-right: 6px;
}

.ocfilter .btn-sm.btn-danger i,
.ocfilter .btn-group-sm>.btn-danger.btn i {
    font-size: 7px;
    line-height: 1;
}

.ocfilter .btn-sm.btn-danger,
.ocfilter .btn-group-sm>.btn-danger.btn {
    line-height: 10px;
    padding: 6px 10px !important;
    font-size: 11px;
    font-weight: 400;
    vertical-align: middle;
    border-radius: 20px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    background: #787878;
    margin-top: 0;
}

.ocfilter .button-reset {
    padding: 6.5px 10px;
}

.list-group-item.selected-options {
    border-bottom: 1px solid #f7f7f7 !important;
}

.ocfilter-option .ocf-option-values {
    padding: 4px 15px;
}

.ocfilter-option label {
    color: #333;
    font-weight: 400;
}

.ocfilter-option label small {
    border-radius: .25em;
    background-color: #337ab7;
    color: #fff;
    float: right;
    line-height: 14px;
    padding: .1em .6em;
    font-size: 9px;
    font-weight: 400;
    vertical-align: middle;
}

.ocfilter-option label.ocf-selected small {
    opacity: .5;
    color: #eb5757 !important;
}

.ocfilter-option label.disabled small {
    background-color: #777;
    color: #fff;
    opacity: 1;
}

.ocfilter-option label.disabled .name {
    color: #333;
    opacity: .5;
}

.ocfilter-option label.ocf-selected {
    color: #333;
}

.ocf-target.checkbox,
.ocf-target.radio {
    display: none;
}

.checkbox-custom,
.radio-custom {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #59c2e6;
}

.radio-custom {
    border-radius: 50%;
}

.checkbox-custom,
.ocfilter .name,
.radio-custom {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.checkbox:checked+.checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #333;
}

.radio:checked+.radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #333;
    border-radius: 50%;
}

.checkbox:checked+.checkbox-custom {
    border: 3px solid #59c2e6;
}

.radio:checked+.radio-custom {
    border: 3px solid #59c2e6;
}

.ocfilter-option .ocf-color {
    border-radius: 0;
    display: inline-block;
    float: none;
    margin: 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.ocfilter-option .ocf-image {
    border-radius: 0;
    display: inline-block;
    float: none;
    margin: 0;
    width: 19px;
    height: 19px;
    vertical-align: middle;
}

.ocfilter .noUi-connect {
    background: #18a4e1;
    box-shadow: none;
    border: 0;
}

#column-left .list-group-item.list-group-item-name,
#column-right .list-group-item.list-group-item-name,
.ocf-option-name {
    display: inline-block;
    width: 100%;
    background-color: #f8f8f8 !important;
    border-radius: 0 !important;
    border: 0 !important;
    font-size: 14px !important;
    color: #373941 !important;
    padding: 10px 15px !important;
    text-transform: none !important;
    font-weight: 400 !important;
    letter-spacing: .3px;
    margin-bottom: 10px;
}

#column-left .list-group-item.list-group-item-name,
#column-right .list-group-item.list-group-item-name {
    background-color: transparent !important;
    border-top: 1px solid #f8f8f8 !important;
    border-bottom: 1px solid #f8f8f8 !important;
}

.selected-options .ocfilter-option {
    font-size: 12px !important;
    padding: 10px !important;
}

.ocfilter-option[data-toggle="popover-price"] .ocf-option-name {
    background: transparent !important;
}

.list-group-item.ocfilter-option {
    background: #fff !important;
}

.list-group-item.selected-options .ocfilter-option {
    background: #fff !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: start;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.list-group-item.selected-options .ocfilter-option>* {
    margin-bottom: 6px;
}

.list-group-item.selected-options .ocfilter-option>span {
    margin-top: 10px;
}

.selected-options {
    color: #373941 !important;
}

#ocfilter .btn-primary {
    padding: 16px 30px !important;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
}

.filter-label {
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
    white-space: normal;
    padding: 4px 15px;
    width: 100%;
    color: #444;
    text-decoration: none;
}

.filter-label input {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: top;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 8px !important;
}

.noUi-horizontal .noUi-handle {
    width: 28px !important;
    border-radius: 14px;
    left: -14px !important;
}

.noUi-handle:after,
.noUi-handle:before {
    height: 10px !important;
    left: 10px !important;
    top: 8px !important;
}

.noUi-handle:after {
    left: 15px !important;
}

.noUi-target {
    border: 0 !important;
}

button[data-target="#ocfilter-hidden-options"] {
    background-color: silver;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#ocfilter .popover {
    border-color: #f7f7f7 !important;
    box-shadow: 0 0 25px rgba(0, 0, 0, .2);
}

#ocfilter .popover-body {
    padding: 15px;
}

#ocfilter .bs-popover-auto[x-placement^="bottom"]>.arrow::before,
#ocfilter .bs-popover-bottom>.arrow::before {
    border-bottom-color: #f7f7f7 !important;
}

#ocfilter .bs-popover-auto[x-placement^="right"]>.arrow::before,
#ocfilter .bs-popover-right>.arrow::before {
    border-right-color: #f7f7f7 !important;
}

.ocfilter-option label.ocf-selected {
    color: #51565f !important;
    font-weight: bold;
}

.ocf-offcanvas {
    z-index: 10021 !important;
}

@media (min-width: 360px) {
    .ocf-offcanvas {
        width: 305px !important;
        left: -305px !important;
    }
}

.ocf-offcanvas .ocfilter-mobile-handle {
    top: 96px !important;
}

.ocf-offcanvas .ocfilter-mobile-handle .fm-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 22px;
}

.ocf-offcanvas .ocfilter-mobile-handle .fm-btn.active {
    background: #eb5757;
}

.ocf-offcanvas .ocfilter-mobile-handle .fm-btn.active .fa-filter:before {
    content: "\f00d";
}

.ocf-offcanvas .ocf-offcanvas-body {
    box-shadow: 10px 0 20px -10px rgba(0, 0, 0, 0);
    -webkit-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
}

.ocf-offcanvas.active {
    left: 0 !important;
}

.ocf-offcanvas.active .ocf-offcanvas-body {
    box-shadow: 10px 0 20px 10px rgba(0, 0, 0, .6);
}

.padding-top .ocfilter-mobile-handle {
    top: 156px !important;
}

button[data-target="#ocfilter-hidden-options"] {
    background: #19a4e1;
    border-radius: 0;
    color: #fff;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

button[data-target="#ocfilter-hidden-options"]:hover {
    color: #fff;
}

.static_button_ocfilter {
    padding: 20px 15px 0;
}

.ocfilter-mobile-handle button.fm-btn.fm-btn-blue {
    display: none;
}

.ocfilter-mobile-handle .fm-btn {
    display: inline-block;
    width: 100% !important;
    background: #fff;
    border: 1px solid #18a4e1;
}

.ocf-offcanvas.active .ocfilter-mobile-handle .fm-btn {
    display: block;
    background: #eb5757;
}

.ocf-offcanvas.active .ocfilter-mobile-handle .fm-btn .fa-filter:before {
    content: "\f00d";
}

.static_button_ocfilter .ocfilter-mobile-handle {
    text-align: center;
    padding-bottom: 5px;
}

@media (min-width: 992px) {
    .static_button_ocfilter {
        display: none;
    }
}

body.padding-top .static_button_ocfilter.sticky-top {
    top: 50px;
}

.ocf-content {
    padding: 15px;
}

.ocfilter-mobile-handle .fm-btn {
    width: 100% !important;
}

.ocf-horizontal {
    background: #fff;
}

.simple-content {
    margin: 0 !important;
}

.simplecheckout label,
.simpleregister label {
    font-size: 14px;
}

.simplecheckout-cart td.quantity .input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.simplecheckout-cart td,
.simplecheckout-cart th {
    padding: 6px !important;
    vertical-align: middle !important;
}

.simplecheckout-cart th,
.simplecheckout-cart,
.simplecheckout-cart td {
    border-color: #f7f7f7 !important;
}

.simplecheckout-cart td.image img {
    max-width: 80px;
}

#simplecheckout_cart .form-control {
    min-width: 40px;
    padding: 10px 6px;
}

#simplecheckout_cart .quantity .form-control {
    text-align: center;
}

.simplecheckout-cart .btn,
.simplecheckout-cart .btn-danger {
    padding: 2px 8px;
    border-radius: 0;
}

.simplecheckout-cart .btn-primary,
.simplecheckout-cart .btn-primary:active {
    background: #f6f6f6 !important;
    border-color: #f6f6f6 !important;
    color: #afafaf !important;
    box-shadow: none !important;
}

#simplecheckout_cart .quantity .form-control {
    border-color: #f6f6f6;
    height: 30px;
}

.simplecheckout-cart-buttons .button,
.simplecheckout-button-right .button,
#simplecheckout_button_login {
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    border-radius: 26px;
    padding: 15px 29px;
    -webkit-transition: all .15s ease .05s;
    transition: all .15s ease .05s;
    cursor: pointer;
    border: 0;
    display: inline-block;
}

.simplecheckout-cart-buttons .button {
    padding: 10px 18px;
}

.simplecheckout-cart-buttons .button:hover,
.simplecheckout-button-right .button:hover,
#simplecheckout_button_login:hover {
    opacity: .96;
}

.simplecheckout-cart a,
.checkout-heading-button a,
.simpleregister-have-account a {
    -webkit-transition: color .15s ease .05s;
    transition: color .15s ease .05s;
    color: #18a4e1;
    font-size: 14px;
    text-decoration: underline;
}

.simplecheckout-cart a:hover,
.checkout-heading-button a:hover,
.simpleregister-have-account a:hover {
    text-decoration: none;
}

.simplecheckout-cart-total {
    border: 0 !important;
}

.simplecheckout-cart-total-remove {
    display: none !important;
}

#simplecheckout_comment .checkout-heading {
    margin-bottom: 20px !important;
}

.simplecheckout label input,
.simpleregister label input {
    margin-right: 6px;
}

.simplecheckout .form-group,
.simpleregister-block-content .form-group {
    margin-bottom: 20px;
}

.simplecheckout .form-group .col-sm-8,
.simpleregister-block-content .col-sm-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.simple-content select,
.select2-container--bootstrap .select2-selection {
    height: 40px !important;
    color: #6e727e !important;
    background: #f8f8f8 url("../img/shevron-down.svg") no-repeat 97% 50% !important;
    border: 1px solid #f2f2f2 !important;
    border-radius: 5px !important;
    padding: 10px 32px 10px 15px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    box-shadow: none !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}

.simple-content .buttons {
    margin: 0 !important;
    padding: 0 !important;
}

#simple_login {
    padding: 15px !important;
    border: 0 !important;
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
    height: auto !important;
}

.simpleregister-block-content,
.simpleregister-block-content .col-sm-2,
.simpleregister-block-content .col-sm-10,
.simpleregister-block-content .col-sm-12 {
    padding: 0 !important;
}

.simpleregister-block-content .col-sm-2 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.row-shipping_address_city,
.row-register_city {
    opacity: 1 !important;
}

.row-shipping_address_city .dropdown-menu,
.row-register_city .dropdown-menu {
    padding: 10px 20px;
}

span.simple-step.simple-step-current {
    background: #ebebeb;
    color: #606060;
    padding: 10px 20px;
}

span.simple-step-delimiter img {
    display: none;
}

span.simple-step {
    background: transparent;
    color: #919093;
}

span.simple-step-delimiter {
    width: 7px;
    height: 13px;
    position: relative;
    z-index: 1;
    margin: 0 20px;
}

span.simple-step-delimiter:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    top: 0;
    color: #9b9a9d;
}

.simplecheckout-step .simplecheckout-warning-block {
    padding: 10px 15px;
    border-radius: 2px;
    color: #d65d5d;
}

.simplecheckout-block-content .form-group .col-sm-8 {
    margin: 0;
    padding: 0;
}

.simplecheckout-block-content .form-horizontal .form-group {
    margin-top: 15px;
}

.simplecheckout-block-content .form-horizontal label.control-label.col-sm-4 {
    max-width: unset;
    margin: 0;
    padding: 0;
    color: #6e727e;
    line-height: 25px;
    margin-bottom: 5px;
    font-size: 16px;
}

#simplecheckout_button_prev {
    background: #cecece;
    border-radius: 0;
    border: 0;
    padding: 10px 20px;
}

.simple-content .required label:before {
    content: "*";
    display: inline-block;
    margin-right: 2px;
    color: #eb5757;
}

.simple-content .input-group.date .form-control,
.simple-content .input-group.time .form-control {
    width: 90%;
}

.simple-content .input-group.date .btn,
.simple-content .input-group.time .btn {
    background: #e7e7e7;
    border-radius: 0;
    height: 40px;
}

#simplecheckout_shipping_address .dropdown-address {
    position: unset !important;
}

.simple-content .checkout-heading {
    background-color: #808486 !important;
    color: #fff !important;
    font-size: 16px;
    border-radius: 0 !important;
}

.checkout-heading-button a {
    color: #fff;
}

.simplecheckout fieldset {
    margin-bottom: 0;
}

.simplecheckout-block-content p,
.simplecheckout-block-content .radio {
    margin-top: 14px;
}

.simplecheckout-right-column #simplecheckout_comment .simplecheckout-block-content {
    padding: 10px !important;
}

#simplecheckout_comment textarea {
    min-height: 140px !important;
}

.simplecheckout-cart th {
    padding: 14px !important;
    background-color: #808486 !important;
    color: #fff !important;
}

.simplecheckout-error-text {
    margin-top: 8px !important;
    color: #d92e2e !important;
}

.simple-content .control-label {
    display: block;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #6e727e;
}

.simple-content legend {
    color: #373941;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}

.simpleregister-have-account {
    font-size: 14px;
    margin-bottom: 20px;
}

.simple-content .input-group.date .btn,
.simple-content .input-group.time .btn {
    border-radius: 0 20px 20px 0;
    width: 42px;
    -webkit-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;
}

.simple-content .input-group.date .btn:hover,
.simple-content .input-group.time .btn:hover {
    background: #18a4e1;
    color: #fff;
}

.simplecheckout-cart,
.simplecheckout-cart-total {
    font-size: 14px;
}

#simplecheckout_button_cart {
    background-color: #a6a6a6;
}

.fa-clock-o::before {
    content: "\f017";
}

.glyphicon {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.glyphicon-chevron-up::before {
    content: "\f062";
}

.glyphicon-chevron-down::before {
    content: "\f063";
}

.fm-account-content .simpleregister-button-right {
    float: left;
}

.simplecheckout .fm-404-content-image,
.simplecheckout .fm-404-content-text {
    text-align: center;
}

.fm-404-content-text .simplecheckout-button-right {
    float: none;
    text-align: center;
    margin-top: 20px;
}

#column-left .ocs-article-box,
#column-right .ocs-article-box,
#column-left .ocs-article-item,
#column-right .ocs-article-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#content.col-sm-9 .ocs-article-box,
#content.col-md-9 .ocs-article-box {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.ocs-rating {
    margin-top: 10px;
}

.ocs-blog-article-title {
    color: #30363d;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
}

.fm-ocstore-content .fm-category-sort-block {
    padding: 0 0 30px;
}

.fm-ocstore-content .fa-star,
.fm-ocstore-content .fa-stack {
    font-size: 1em;
    width: 1em;
    padding-top: .3em;
    color: #ffc701;
}

button.ask_price.btn.btn-primary.btn-lg.btn-block,
button#art_ask_price_submit {
    border-radius: 50px;
    background: #18a4e1;
    border-color: #18A4E2;
    font-size: 14px;
    text-transform: uppercase;
    padding: 14px;
}

button.ask_price.btn.btn-primary.btn-lg.btn-block:hover,
button#art_ask_price_submit:hover {
    background: #fff;
    color: #18A4E2;
    transition: .3s;
}




#art_ask_price .modal-header {
    display: block;
}
#art_ask_price .modal-header h3.modal-title {
    font-size: 16px;
}
#art_ask_price .modal-header h4.product_name {
    color: #000;
    font-size: 14px;
}

#art_ask_price .pull-right {
    display: flex;
    align-items: center;
    justify-content: center;
}