@charset "UTF-8";

/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #FFFFFF;
    --gray: #757575;
    --gray-dark: #424242;
    --primary: #335EEA;
    --secondary: #616161;
    --success: #42BA96;
    --info: #7C69EF;
    --warning: #FAD776;
    --danger: #DF4759;
    --light: #FAFAFA;
    --dark: #212121;
    --primary-desat: #6C8AEC;
    --black: #161C2D;
    --white: #FFFFFF;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1290px;
    --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
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(22, 28, 45, 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, sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5;
    color: #161c2d;
    text-align: left;
    background-color: #fff
}

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

hr {
    -webkit-box-sizing: content-box;
    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[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

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

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

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

dt {
    font-weight: 600
}

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: #335eea;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #133bbd;
    text-decoration: underline
}

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

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

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

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

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

caption {
    padding-top: 1.5rem 2rem;
    padding-bottom: 1.5rem 2rem;
    color: #757575;
    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
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    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: 400;
    line-height: 1
}

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

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

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

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

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

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

.lead {
    font-size: 1.3125rem;
    font-weight: 400
}

.display-1 {
    font-size: 4.375rem;
    font-weight: 400;
    line-height: 1
}

.display-2 {
    font-size: 3.8125rem;
    font-weight: 400;
    line-height: 1
}

.display-3 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1
}

.display-4 {
    font-size: 2.6875rem;
    font-weight: 400;
    line-height: 1
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #eee
}

.small,
small {
    font-size: 88.2%;
    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: .865rem;
    color: #757575
}

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

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: .1875rem;
    -webkit-box-shadow: 0 1px 2px rgba(22, 28, 45, .075);
    box-shadow: 0 1px 2px rgba(22, 28, 45, .075);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 88.2%;
    color: #757575
}

code {
    font-size: .8125rem;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .8125rem;
    color: #fff;
    background-color: #212121;
    border-radius: .2rem;
    -webkit-box-shadow: inset 0 -.1rem 0 rgba(22, 28, 45, .25);
    box-shadow: inset 0 -.1rem 0 rgba(22, 28, 45, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 600;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    font-size: .8125rem;
    color: #212121
}

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

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

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

@media (min-width:576px) {

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

@media (min-width:768px) {

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

@media (min-width:992px) {

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

@media (min-width:1200px) {

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

@media (min-width:1290px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1340px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

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

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

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

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

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

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

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

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

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

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

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

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #161c2d;
    background-color: #fff
}

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

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

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

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

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

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fafafa
}

.table-hover tbody tr:hover {
    color: #161c2d;
    background-color: rgba(22, 28, 45, .075)
}

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

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

.table-hover .table-primary:hover {
    background-color: #afc0f7
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #afc0f7
}

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

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

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

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

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

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

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

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b7e5d8
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #dad5fb
}

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

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

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #c5bef9
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #fef4d9
}

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

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

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

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

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

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

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

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

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

.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>td,
.table-dark>th {
    background-color: #c1c1c1
}

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

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

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

.table-primary-desat,
.table-primary-desat>td,
.table-primary-desat>th {
    background-color: #d6defa
}

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

.table-hover .table-primary-desat:hover {
    background-color: #bfccf7
}

.table-hover .table-primary-desat:hover>td,
.table-hover .table-primary-desat:hover>th {
    background-color: #bfccf7
}

.table-black,
.table-black>td,
.table-black>th {
    background-color: #bebfc4
}

.table-black tbody+tbody,
.table-black td,
.table-black th,
.table-black thead th {
    border-color: #868992
}

.table-hover .table-black:hover {
    background-color: #b1b2b8
}

.table-hover .table-black:hover>td,
.table-hover .table-black:hover>th {
    background-color: #b1b2b8
}

.table-white,
.table-white>td,
.table-white>th {
    background-color: #fff
}

.table-white tbody+tbody,
.table-white td,
.table-white th,
.table-white thead th {
    border-color: #fff
}

.table-hover .table-white:hover {
    background-color: #f2f2f2
}

.table-hover .table-white:hover>td,
.table-hover .table-white:hover>th {
    background-color: #f2f2f2
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(22, 28, 45, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(14, 17, 28, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(14, 17, 28, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #424242;
    border-color: #555
}

.table .thead-light th {
    color: #161c2d;
    background-color: #fff;
    border-color: #eee
}

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

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

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

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

    .table-responsive-xxl>.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 + 1.625rem + 2px);
    padding: .8125rem 1.25rem;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5;
    color: #161c2d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eee;
    border-radius: .1875rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    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, -webkit-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:focus {
    color: #161c2d;
    background-color: #fff;
    border-color: #a7b9f6;
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-sm {
    height: calc(1.5em + 1.125rem + 2px);
    padding: .5625rem 1rem;
    font-size: 1.0625rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.form-control-lg {
    height: calc(1.5em + 2.244rem + 2px);
    padding: 1.122rem 1.5rem;
    font-size: 1.0625rem;
    line-height: 1.5;
    border-radius: .1875rem
}

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

textarea.form-control {
    height: auto
}

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

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

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

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

.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: #757575
}

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

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -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: 88.2%;
    color: #42ba96
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem 1rem;
    margin-top: .1rem;
    font-size: .865rem;
    line-height: 1.5;
    color: #fff;
    background-color: #42ba96;
    border-radius: .1875rem
}

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

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

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #42ba96
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #42ba96;
    -webkit-box-shadow: 0 0 0 0 rgba(66, 186, 150, .25);
    box-shadow: 0 0 0 0 rgba(66, 186, 150, .25)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #42ba96
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #42ba96;
    -webkit-box-shadow: 0 0 0 0 rgba(66, 186, 150, .25);
    box-shadow: 0 0 0 0 rgba(66, 186, 150, .25)
}

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

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

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

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

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

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0 rgba(66, 186, 150, .25);
    box-shadow: 0 0 0 0 rgba(66, 186, 150, .25)
}

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

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

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #42ba96;
    -webkit-box-shadow: 0 0 0 0 rgba(66, 186, 150, .25);
    box-shadow: 0 0 0 0 rgba(66, 186, 150, .25)
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem 1rem;
    margin-top: .1rem;
    font-size: .865rem;
    line-height: 1.5;
    color: #fff;
    background-color: #df4759;
    border-radius: .1875rem
}

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #df4759
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #df4759;
    -webkit-box-shadow: 0 0 0 0 rgba(223, 71, 89, .25);
    box-shadow: 0 0 0 0 rgba(223, 71, 89, .25)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #df4759
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #df4759;
    -webkit-box-shadow: 0 0 0 0 rgba(223, 71, 89, .25);
    box-shadow: 0 0 0 0 rgba(223, 71, 89, .25)
}

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

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

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

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

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

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0 rgba(223, 71, 89, .25);
    box-shadow: 0 0 0 0 rgba(223, 71, 89, .25)
}

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

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

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #df4759;
    -webkit-box-shadow: 0 0 0 0 rgba(223, 71, 89, .25);
    box-shadow: 0 0 0 0 rgba(223, 71, 89, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

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

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

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

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

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: 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 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

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

.btn {
    display: inline-block;
    font-weight: 400;
    color: #161c2d;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .8125rem 1.25rem;
    font-size: 1.0625rem;
    line-height: 1.5;
    border-radius: .1875rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-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;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

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

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.btn-primary {
    color: #fff;
    background-color: #335eea;
    border-color: #335eea;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary:hover {
    color: #fff;
    background-color: #1746e0;
    border-color: #1643d4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #1746e0;
    border-color: #1643d4;
    -webkit-box-shadow: 0 0 0 0 rgba(82, 118, 237, .5);
    box-shadow: 0 0 0 0 rgba(82, 118, 237, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #335eea;
    border-color: #335eea
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1643d4;
    border-color: #153fc9
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 118, 237, .5);
    box-shadow: 0 0 0 0 rgba(82, 118, 237, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #616161;
    border-color: #616161;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-secondary:hover {
    color: #fff;
    background-color: #4e4e4e;
    border-color: #484848
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #4e4e4e;
    border-color: #484848;
    -webkit-box-shadow: 0 0 0 0 rgba(121, 121, 121, .5);
    box-shadow: 0 0 0 0 rgba(121, 121, 121, .5)
}

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

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

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(121, 121, 121, .5);
    box-shadow: 0 0 0 0 rgba(121, 121, 121, .5)
}

.btn-success {
    color: #fff;
    background-color: #42ba96;
    border-color: #42ba96;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-success:hover {
    color: #fff;
    background-color: #389e7f;
    border-color: #359478
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #389e7f;
    border-color: #359478;
    -webkit-box-shadow: 0 0 0 0 rgba(94, 196, 166, .5);
    box-shadow: 0 0 0 0 rgba(94, 196, 166, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #42ba96;
    border-color: #42ba96
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #359478;
    border-color: #318b70
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(94, 196, 166, .5);
    box-shadow: 0 0 0 0 rgba(94, 196, 166, .5)
}

.btn-info {
    color: #fff;
    background-color: #7c69ef;
    border-color: #7c69ef;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-info:hover {
    color: #fff;
    background-color: #5e46eb;
    border-color: #543bea
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #5e46eb;
    border-color: #543bea;
    -webkit-box-shadow: 0 0 0 0 rgba(144, 128, 241, .5);
    box-shadow: 0 0 0 0 rgba(144, 128, 241, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #7c69ef;
    border-color: #7c69ef
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #543bea;
    border-color: #4a2fe9
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(144, 128, 241, .5);
    box-shadow: 0 0 0 0 rgba(144, 128, 241, .5)
}

.btn-warning {
    color: #212121;
    background-color: #fad776;
    border-color: #fad776;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-warning:hover {
    color: #212121;
    background-color: #f9cc51;
    border-color: #f8c945
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212121;
    background-color: #f9cc51;
    border-color: #f8c945;
    -webkit-box-shadow: 0 0 0 0 rgba(217, 188, 105, .5);
    box-shadow: 0 0 0 0 rgba(217, 188, 105, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212121;
    background-color: #fad776;
    border-color: #fad776
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212121;
    background-color: #f8c945;
    border-color: #f8c538
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(217, 188, 105, .5);
    box-shadow: 0 0 0 0 rgba(217, 188, 105, .5)
}

.btn-danger {
    color: #fff;
    background-color: #df4759;
    border-color: #df4759;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-danger:hover {
    color: #fff;
    background-color: #d9263c;
    border-color: #cf2438
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #d9263c;
    border-color: #cf2438;
    -webkit-box-shadow: 0 0 0 0 rgba(228, 99, 114, .5);
    box-shadow: 0 0 0 0 rgba(228, 99, 114, .5)
}

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

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cf2438;
    border-color: #c42235
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(228, 99, 114, .5);
    box-shadow: 0 0 0 0 rgba(228, 99, 114, .5)
}

.btn-light {
    color: #212121;
    background-color: #fafafa;
    border-color: #fafafa;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-light:hover {
    color: #212121;
    background-color: #e7e7e7;
    border-color: #e1e1e1
}

.btn-light.focus,
.btn-light:focus {
    color: #212121;
    background-color: #e7e7e7;
    border-color: #e1e1e1;
    -webkit-box-shadow: 0 0 0 0 rgba(217, 217, 217, .5);
    box-shadow: 0 0 0 0 rgba(217, 217, 217, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212121;
    background-color: #fafafa;
    border-color: #fafafa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212121;
    background-color: #e1e1e1;
    border-color: #dadada
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(217, 217, 217, .5);
    box-shadow: 0 0 0 0 rgba(217, 217, 217, .5)
}

.btn-dark {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-dark:hover {
    color: #fff;
    background-color: #0e0e0e;
    border-color: #080808
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #0e0e0e;
    border-color: #080808;
    -webkit-box-shadow: 0 0 0 0 rgba(66, 66, 66, .5);
    box-shadow: 0 0 0 0 rgba(66, 66, 66, .5)
}

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

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #080808;
    border-color: #010101
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(66, 66, 66, .5);
    box-shadow: 0 0 0 0 rgba(66, 66, 66, .5)
}

.btn-primary-desat {
    color: #fff;
    background-color: #6c8aec;
    border-color: #6c8aec;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-primary-desat:hover {
    color: #fff;
    background-color: #4a6fe8;
    border-color: #3f66e6
}

.btn-primary-desat.focus,
.btn-primary-desat:focus {
    color: #fff;
    background-color: #4a6fe8;
    border-color: #3f66e6;
    -webkit-box-shadow: 0 0 0 0 rgba(130, 156, 239, .5);
    box-shadow: 0 0 0 0 rgba(130, 156, 239, .5)
}

.btn-primary-desat.disabled,
.btn-primary-desat:disabled {
    color: #fff;
    background-color: #6c8aec;
    border-color: #6c8aec
}

.btn-primary-desat:not(:disabled):not(.disabled).active,
.btn-primary-desat:not(:disabled):not(.disabled):active,
.show>.btn-primary-desat.dropdown-toggle {
    color: #fff;
    background-color: #3f66e6;
    border-color: #345de5
}

.btn-primary-desat:not(:disabled):not(.disabled).active:focus,
.btn-primary-desat:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary-desat.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(130, 156, 239, .5);
    box-shadow: 0 0 0 0 rgba(130, 156, 239, .5)
}

.btn-black {
    color: #fff;
    background-color: #161c2d;
    border-color: #161c2d;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-black:hover {
    color: #fff;
    background-color: #090c13;
    border-color: #05070b
}

.btn-black.focus,
.btn-black:focus {
    color: #fff;
    background-color: #090c13;
    border-color: #05070b;
    -webkit-box-shadow: 0 0 0 0 rgba(57, 62, 77, .5);
    box-shadow: 0 0 0 0 rgba(57, 62, 77, .5)
}

.btn-black.disabled,
.btn-black:disabled {
    color: #fff;
    background-color: #161c2d;
    border-color: #161c2d
}

.btn-black:not(:disabled):not(.disabled).active,
.btn-black:not(:disabled):not(.disabled):active,
.show>.btn-black.dropdown-toggle {
    color: #fff;
    background-color: #05070b;
    border-color: #010102
}

.btn-black:not(:disabled):not(.disabled).active:focus,
.btn-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-black.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(57, 62, 77, .5);
    box-shadow: 0 0 0 0 rgba(57, 62, 77, .5)
}

.btn-white {
    color: #212121;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-white:hover {
    color: #212121;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white.focus,
.btn-white:focus {
    color: #212121;
    background-color: #ececec;
    border-color: #e6e6e6;
    -webkit-box-shadow: 0 0 0 0 rgba(222, 222, 222, .5);
    box-shadow: 0 0 0 0 rgba(222, 222, 222, .5)
}

.btn-white.disabled,
.btn-white:disabled {
    color: #212121;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-white.dropdown-toggle {
    color: #212121;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(222, 222, 222, .5);
    box-shadow: 0 0 0 0 rgba(222, 222, 222, .5)
}

.btn-outline-primary {
    color: #335eea;
    border-color: #335eea
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #335eea;
    border-color: #335eea
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(51, 94, 234, .5);
    box-shadow: 0 0 0 0 rgba(51, 94, 234, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #335eea;
    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: #335eea;
    border-color: #335eea
}

.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 {
    -webkit-box-shadow: 0 0 0 0 rgba(51, 94, 234, .5);
    box-shadow: 0 0 0 0 rgba(51, 94, 234, .5)
}

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

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(97, 97, 97, .5);
    box-shadow: 0 0 0 0 rgba(97, 97, 97, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #616161;
    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: #616161;
    border-color: #616161
}

.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 {
    -webkit-box-shadow: 0 0 0 0 rgba(97, 97, 97, .5);
    box-shadow: 0 0 0 0 rgba(97, 97, 97, .5)
}

.btn-outline-success {
    color: #42ba96;
    border-color: #42ba96
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #42ba96;
    border-color: #42ba96
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(66, 186, 150, .5);
    box-shadow: 0 0 0 0 rgba(66, 186, 150, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #42ba96;
    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: #42ba96;
    border-color: #42ba96
}

.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 {
    -webkit-box-shadow: 0 0 0 0 rgba(66, 186, 150, .5);
    box-shadow: 0 0 0 0 rgba(66, 186, 150, .5)
}

.btn-outline-info {
    color: #7c69ef;
    border-color: #7c69ef
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #7c69ef;
    border-color: #7c69ef
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(124, 105, 239, .5);
    box-shadow: 0 0 0 0 rgba(124, 105, 239, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #7c69ef;
    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: #7c69ef;
    border-color: #7c69ef
}

.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 {
    -webkit-box-shadow: 0 0 0 0 rgba(124, 105, 239, .5);
    box-shadow: 0 0 0 0 rgba(124, 105, 239, .5)
}

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

.btn-outline-warning:hover {
    color: #212121;
    background-color: #fad776;
    border-color: #fad776
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(250, 215, 118, .5);
    box-shadow: 0 0 0 0 rgba(250, 215, 118, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #fad776;
    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: #212121;
    background-color: #fad776;
    border-color: #fad776
}

.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 {
    -webkit-box-shadow: 0 0 0 0 rgba(250, 215, 118, .5);
    box-shadow: 0 0 0 0 rgba(250, 215, 118, .5)
}

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

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

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(223, 71, 89, .5);
    box-shadow: 0 0 0 0 rgba(223, 71, 89, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #df4759;
    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: #df4759;
    border-color: #df4759
}

.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 {
    -webkit-box-shadow: 0 0 0 0 rgba(223, 71, 89, .5);
    box-shadow: 0 0 0 0 rgba(223, 71, 89, .5)
}

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

.btn-outline-light:hover {
    color: #212121;
    background-color: #fafafa;
    border-color: #fafafa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(250, 250, 250, .5);
    box-shadow: 0 0 0 0 rgba(250, 250, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #fafafa;
    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: #212121;
    background-color: #fafafa;
    border-color: #fafafa
}

.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 {
    -webkit-box-shadow: 0 0 0 0 rgba(250, 250, 250, .5);
    box-shadow: 0 0 0 0 rgba(250, 250, 250, .5)
}

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

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

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(33, 33, 33, .5);
    box-shadow: 0 0 0 0 rgba(33, 33, 33, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #212121;
    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: #212121;
    border-color: #212121
}

.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 {
    -webkit-box-shadow: 0 0 0 0 rgba(33, 33, 33, .5);
    box-shadow: 0 0 0 0 rgba(33, 33, 33, .5)
}

.btn-outline-primary-desat {
    color: #6c8aec;
    border-color: #6c8aec
}

.btn-outline-primary-desat:hover {
    color: #fff;
    background-color: #6c8aec;
    border-color: #6c8aec
}

.btn-outline-primary-desat.focus,
.btn-outline-primary-desat:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(108, 138, 236, .5);
    box-shadow: 0 0 0 0 rgba(108, 138, 236, .5)
}

.btn-outline-primary-desat.disabled,
.btn-outline-primary-desat:disabled {
    color: #6c8aec;
    background-color: transparent
}

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

.btn-outline-primary-desat:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary-desat:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary-desat.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(108, 138, 236, .5);
    box-shadow: 0 0 0 0 rgba(108, 138, 236, .5)
}

.btn-outline-black {
    color: #161c2d;
    border-color: #161c2d
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #161c2d;
    border-color: #161c2d
}

.btn-outline-black.focus,
.btn-outline-black:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(22, 28, 45, .5);
    box-shadow: 0 0 0 0 rgba(22, 28, 45, .5)
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
    color: #161c2d;
    background-color: transparent
}

.btn-outline-black:not(:disabled):not(.disabled).active,
.btn-outline-black:not(:disabled):not(.disabled):active,
.show>.btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #161c2d;
    border-color: #161c2d
}

.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-black.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(22, 28, 45, .5);
    box-shadow: 0 0 0 0 rgba(22, 28, 45, .5)
}

.btn-outline-white {
    color: #fff;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #212121;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white.focus,
.btn-outline-white:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

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

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

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

.btn-link:hover {
    color: #133bbd;
    text-decoration: underline
}

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

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

.btn-group-lg>.btn,
.btn-lg {
    padding: 1.122rem 1.5rem;
    font-size: 1.0625rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .5625rem 1rem;
    font-size: 1.0625rem;
    line-height: 1.5;
    border-radius: .1875rem
}

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 14rem;
    padding: 1.625rem 1.75rem;
    margin: 0 0 0;
    font-size: .9375rem;
    color: #161c2d;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(22, 28, 45, .15);
    border-radius: .1875rem;
    -webkit-box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .1);
    box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .1)
}

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

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

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

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

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

/* .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: 0
}

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

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

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

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

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

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

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

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #335eea;
    text-decoration: none;
    background-color: none
}

.dropdown-item.active,
.dropdown-item:active {
    color: #335eea;
    text-decoration: none;
    background-color: none
}

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

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: 1.625rem 1.75rem;
    margin-bottom: 0;
    font-size: .9375rem;
    color: #335eea;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: 0 1.75rem;
    color: #616161
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn-group.show .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-group.show .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

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

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

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

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

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

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

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

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

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .8125rem 1.25rem;
    margin-bottom: 0;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5;
    color: #757575;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: .1875rem
}

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

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

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: 1.122rem 1.5rem;
    font-size: 1.0625rem;
    line-height: 1.5;
    border-radius: .1875rem
}

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

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .5625rem 1rem;
    font-size: 1.0625rem;
    line-height: 1.5;
    border-radius: .1875rem
}

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

.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: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>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

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

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

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

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

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: none, none;
    box-shadow: none, none
}

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

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

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

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

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

.custom-control-label::before {
    position: absolute;
    top: .296875rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #eee;
    border: #bdbdbd solid 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

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

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

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(51, 94, 234, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(51, 94, 234, .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='%23FFFFFF'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(51, 94, 234, .5)
}

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

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

.custom-switch .custom-control-label::after {
    top: calc(.296875rem + 0px);
    left: calc(-3rem + 0px);
    width: 1rem;
    height: 1rem;
    background-color: #bdbdbd;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-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;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-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: #eee;
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(51, 94, 234, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.625rem + 2px);
    padding: .8125rem 3.25rem .8125rem 1.25rem;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5;
    color: #161c2d;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpolyline fill='none' stroke='%23E0E0E0' stroke-width='2' stroke-linecap='round' points='6 9 12 15 18 9'/%3e%3c/svg%3e") right 1.25rem center/auto 50% no-repeat;
    border: 1px solid #eee;
    border-radius: .1875rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #a7b9f6;
    outline: 0
}

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

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

.custom-select:disabled {
    color: #757575;
    background-color: #f5f5f5
}

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

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

.custom-select-sm {
    height: calc(1.5em + 1.125rem + 2px);
    padding-top: .5625rem;
    padding-bottom: .5625rem;
    padding-left: 1rem;
    font-size: 1.0625rem
}

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

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

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

.custom-file-input:focus~.custom-file-label {
    border-color: #a7b9f6;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.custom-file-input:lang(ru)~.custom-file-label::after {
    content: "Выбрать"
}

.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 + 1.625rem + 2px);
    padding: .8125rem 1.25rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #161c2d;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: .1875rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.625rem);
    padding: .8125rem 1.25rem;
    line-height: 1.5;
    color: #616161;
    content: "Browse";
    background-color: #f5f5f5;
    border-left: inherit;
    border-radius: 0 .1875rem .1875rem 0
}

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

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, none;
    box-shadow: 0 0 0 1px #fff, none
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, none
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, none
}

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #335eea;
    border: 0;
    border-radius: 1rem;
    -webkit-box-shadow: 0 .1rem .25rem rgba(22, 28, 45, .1);
    box-shadow: 0 .1rem .25rem rgba(22, 28, 45, .1);
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-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;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

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

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

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #eee;
    border-color: transparent;
    border-radius: 1rem;
    -webkit-box-shadow: inset 0 .25rem .25rem rgba(22, 28, 45, .1);
    box-shadow: inset 0 .25rem .25rem rgba(22, 28, 45, .1)
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #335eea;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(22, 28, 45, .1);
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

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

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

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #eee;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 .25rem .25rem rgba(22, 28, 45, .1)
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    background-color: #335eea;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(22, 28, 45, .1);
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

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

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

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
    box-shadow: inset 0 .25rem .25rem rgba(22, 28, 45, .1)
}

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

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

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

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

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

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

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

.custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-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;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

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

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

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

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

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

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #f5f5f5 #f5f5f5 #eee
}

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

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

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

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

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #335eea
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem 0
}

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

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

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

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 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-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl,
    .navbar-expand-sm>.container-xxl {
        padding-right: 0;
        padding-left: 0
    }
}

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

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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: 1.5rem;
        padding-left: 1.5rem
    }

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

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

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

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

@media (max-width:767.98px) {

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

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

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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: 1.5rem;
        padding-left: 1.5rem
    }

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

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

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

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

@media (max-width:991.98px) {

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

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

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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: 1.5rem;
        padding-left: 1.5rem
    }

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

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

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

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

@media (max-width:1199.98px) {

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

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

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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: 1.5rem;
        padding-left: 1.5rem
    }

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

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

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

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

@media (max-width:1289.98px) {

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

@media (min-width:1290px) {
    .navbar-expand-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

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

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

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

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

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

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

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

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

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

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

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

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

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

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

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

.navbar-light .navbar-brand {
    color: #335eea
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #335eea
}

.navbar-light .navbar-nav .nav-link {
    color: #616161
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #335eea
}

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

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #335eea
}

.navbar-light .navbar-toggler {
    color: #616161;
    border-color: transparent
}

.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='%23616161' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: #616161
}

.navbar-light .navbar-text a {
    color: #335eea
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: #335eea
}

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

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

.navbar-dark .navbar-nav .nav-link {
    color: #fff
}

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

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

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: transparent
}

.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='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

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

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

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

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #eee;
    border-radius: .1875rem
}

.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(.1875rem - 0px);
    border-top-right-radius: calc(.1875rem - 0px)
}

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

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

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

.card-title {
    margin-bottom: 1.5rem
}

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

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

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

.card-link+.card-link {
    margin-left: 2rem
}

.card-header {
    padding: 1.5rem 2rem;
    margin-bottom: 0;
    background-color: rgba(22, 28, 45, .03);
    border-bottom: 0 solid #eee
}

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

.card-footer {
    padding: 1.5rem 2rem;
    background-color: rgba(22, 28, 45, .03);
    border-top: 0 solid #eee
}

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

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

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

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

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

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

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

.card-deck .card {
    margin-bottom: 20px
}

@media (min-width:576px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -20px;
        margin-left: -20px
    }

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

.card-group>.card {
    margin-bottom: 20px
}

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

    .card-group>.card {
        -webkit-box-flex: 1;
        -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-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

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

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

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

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

.card-columns .card {
    margin-bottom: 1.5rem
}

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

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

.accordion {
    overflow-anchor: none
}

.accordion>.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: 0
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 0;
    font-size: .9375rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0
}

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

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

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

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

.breadcrumb-item.active {
    color: #616161
}

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

.page-link {
    position: relative;
    display: block;
    padding: .8125rem 1.25rem;
    margin-left: -1px;
    line-height: 1.5;
    color: #335eea;
    background-color: #fff;
    border: 1px solid #eee
}

.page-link:hover {
    z-index: 2;
    color: #133bbd;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color: #eee
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

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

.pagination-lg .page-link {
    padding: 1.122rem 1.5rem;
    font-size: 1.1875rem;
    line-height: 1.3
}

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

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

.pagination-sm .page-link {
    padding: .5625rem 1rem;
    font-size: .9375rem;
    line-height: 1.3
}

.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: .25rem .75rem;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .1875rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-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;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

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

.badge:empty {
    display: none
}

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

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

.badge-primary {
    color: #fff;
    background-color: #335eea
}

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

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(51, 94, 234, .5);
    box-shadow: 0 0 0 0 rgba(51, 94, 234, .5)
}

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

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

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(97, 97, 97, .5);
    box-shadow: 0 0 0 0 rgba(97, 97, 97, .5)
}

.badge-success {
    color: #fff;
    background-color: #42ba96
}

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

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(66, 186, 150, .5);
    box-shadow: 0 0 0 0 rgba(66, 186, 150, .5)
}

.badge-info {
    color: #fff;
    background-color: #7c69ef
}

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

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(124, 105, 239, .5);
    box-shadow: 0 0 0 0 rgba(124, 105, 239, .5)
}

.badge-warning {
    color: #212121;
    background-color: #fad776
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212121;
    background-color: #f8c945
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(250, 215, 118, .5);
    box-shadow: 0 0 0 0 rgba(250, 215, 118, .5)
}

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

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

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(223, 71, 89, .5);
    box-shadow: 0 0 0 0 rgba(223, 71, 89, .5)
}

.badge-light {
    color: #212121;
    background-color: #fafafa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212121;
    background-color: #e1e1e1
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(250, 250, 250, .5);
    box-shadow: 0 0 0 0 rgba(250, 250, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #212121
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #080808
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(33, 33, 33, .5);
    box-shadow: 0 0 0 0 rgba(33, 33, 33, .5)
}

.badge-primary-desat {
    color: #fff;
    background-color: #6c8aec
}

a.badge-primary-desat:focus,
a.badge-primary-desat:hover {
    color: #fff;
    background-color: #3f66e6
}

a.badge-primary-desat.focus,
a.badge-primary-desat:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(108, 138, 236, .5);
    box-shadow: 0 0 0 0 rgba(108, 138, 236, .5)
}

.badge-black {
    color: #fff;
    background-color: #161c2d
}

a.badge-black:focus,
a.badge-black:hover {
    color: #fff;
    background-color: #05070b
}

a.badge-black.focus,
a.badge-black:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(22, 28, 45, .5);
    box-shadow: 0 0 0 0 rgba(22, 28, 45, .5)
}

.badge-white {
    color: #212121;
    background-color: #fff
}

a.badge-white:focus,
a.badge-white:hover {
    color: #212121;
    background-color: #e6e6e6
}

a.badge-white.focus,
a.badge-white:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #f5f5f5;
    border-radius: .5rem
}

@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: .1875rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 600
}

.alert-dismissible {
    padding-right: 4.09375rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #253e8f;
    background-color: #335eea;
    border-color: #335eea
}

.alert-primary hr {
    border-top-color: #1c4ce8
}

.alert-primary .alert-link {
    color: #1b2c66
}

.alert-secondary {
    color: #3d4048;
    background-color: #616161;
    border-color: #616161
}

.alert-secondary hr {
    border-top-color: #545454
}

.alert-secondary .alert-link {
    color: #26272c
}

.alert-success {
    color: #2d6e64;
    background-color: #42ba96;
    border-color: #42ba96
}

.alert-success hr {
    border-top-color: #3ba787
}

.alert-success .alert-link {
    color: #1e4a43
}

.alert-info {
    color: #4b4492;
    background-color: #7c69ef;
    border-color: #7c69ef
}

.alert-info hr {
    border-top-color: #6852ed
}

.alert-info .alert-link {
    color: #39346f
}

.alert-warning {
    color: #8d7d53;
    background-color: #fad776;
    border-color: #fad776
}

.alert-warning hr {
    border-top-color: #f9d05d
}

.alert-warning .alert-link {
    color: #6d6140
}

.alert-danger {
    color: #7f3244;
    background-color: #df4759;
    border-color: #df4759
}

.alert-danger hr {
    border-top-color: #db3145
}

.alert-danger .alert-link {
    color: #5a2430
}

.alert-light {
    color: #8d8f98;
    background-color: #fafafa;
    border-color: #fafafa
}

.alert-light hr {
    border-top-color: #ededed
}

.alert-light .alert-link {
    color: #73757f
}

.alert-dark {
    color: #1c1f27;
    background-color: #212121;
    border-color: #212121
}

.alert-dark hr {
    border-top-color: #141414
}

.alert-dark .alert-link {
    color: #070709
}

.alert-primary-desat {
    color: #435590;
    background-color: #6c8aec;
    border-color: #6c8aec
}

.alert-primary-desat hr {
    border-top-color: #5578e9
}

.alert-primary-desat .alert-link {
    color: #33406d
}

.alert-black {
    color: #161c2d;
    background-color: #161c2d;
    border-color: #161c2d
}

.alert-black hr {
    border-top-color: #0e111c
}

.alert-black .alert-link {
    color: #05070b
}

.alert-white {
    color: #8f929a;
    background-color: #fff;
    border-color: #fff
}

.alert-white hr {
    border-top-color: #f2f2f2
}

.alert-white .alert-link {
    color: #757881
}

@-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .796875rem;
    background-color: #f5f5f5;
    border-radius: .1875rem;
    -webkit-box-shadow: inset 0 .1rem .1rem rgba(22, 28, 45, .1);
    box-shadow: inset 0 .1rem .1rem rgba(22, 28, 45, .1)
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #335eea;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .1875rem
}

.list-group-item-action {
    width: 100%;
    color: #616161;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #616161;
    text-decoration: none;
    background-color: #fafafa
}

.list-group-item-action:active {
    color: #161c2d;
    background-color: #f5f5f5
}

.list-group-item {
    position: relative;
    display: block;
    padding: 1.5rem 2rem;
    background-color: #fff;
    border: 1px solid #eee
}

.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: #757575;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #335eea;
    border-color: #335eea
}

.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .1875rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .1875rem;
    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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .1875rem;
        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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .1875rem;
        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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .1875rem;
        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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .1875rem;
        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
    }
}

@media (min-width:1290px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .1875rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: .1875rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.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: #253e8f;
    background-color: #c6d2f9
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #253e8f;
    background-color: #afc0f7
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #253e8f;
    border-color: #253e8f
}

.list-group-item-secondary {
    color: #3d4048;
    background-color: #d3d3d3
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #3d4048;
    background-color: #c6c6c6
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #3d4048;
    border-color: #3d4048
}

.list-group-item-success {
    color: #2d6e64;
    background-color: #caece2
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #2d6e64;
    background-color: #b7e5d8
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #2d6e64;
    border-color: #2d6e64
}

.list-group-item-info {
    color: #4b4492;
    background-color: #dad5fb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #4b4492;
    background-color: #c5bef9
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #4b4492;
    border-color: #4b4492
}

.list-group-item-warning {
    color: #8d7d53;
    background-color: #fef4d9
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #8d7d53;
    background-color: #fdedc0
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #8d7d53;
    border-color: #8d7d53
}

.list-group-item-danger {
    color: #7f3244;
    background-color: #f6cbd1
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #7f3244;
    background-color: #f2b5be
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7f3244;
    border-color: #7f3244
}

.list-group-item-light {
    color: #8d8f98;
    background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #8d8f98;
    background-color: #f1f1f1
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #8d8f98;
    border-color: #8d8f98
}

.list-group-item-dark {
    color: #1c1f27;
    background-color: #c1c1c1
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1c1f27;
    background-color: #b4b4b4
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1c1f27;
    border-color: #1c1f27
}

.list-group-item-primary-desat {
    color: #435590;
    background-color: #d6defa
}

.list-group-item-primary-desat.list-group-item-action:focus,
.list-group-item-primary-desat.list-group-item-action:hover {
    color: #435590;
    background-color: #bfccf7
}

.list-group-item-primary-desat.list-group-item-action.active {
    color: #fff;
    background-color: #435590;
    border-color: #435590
}

.list-group-item-black {
    color: #161c2d;
    background-color: #bebfc4
}

.list-group-item-black.list-group-item-action:focus,
.list-group-item-black.list-group-item-action:hover {
    color: #161c2d;
    background-color: #b1b2b8
}

.list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: #161c2d;
    border-color: #161c2d
}

.list-group-item-white {
    color: #8f929a;
    background-color: #fff
}

.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
    color: #8f929a;
    background-color: #f2f2f2
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #8f929a;
    border-color: #8f929a
}

.close {
    float: right;
    font-size: 1.59375rem;
    font-weight: 600;
    line-height: 1;
    color: #757575;
    text-shadow: none;
    opacity: .5
}

.close:hover {
    color: #757575;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

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

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(22, 28, 45, .1);
    box-shadow: 0 .25rem .75rem rgba(22, 28, 45, .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem .75rem;
    color: #757575;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

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

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(22, 28, 45, .2);
    border-radius: .5rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(22, 28, 45, .5);
    box-shadow: 0 .25rem .5rem rgba(22, 28, 45, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #161c2d
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .8
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #eee;
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 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;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.5rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 2.25rem;
    border-top: 1px solid #eee;
    border-bottom-right-radius: calc(.5rem - 1px);
    border-bottom-left-radius: calc(.5rem - 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: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-content {
        -webkit-box-shadow: 0 .5rem 1rem rgba(22, 28, 45, .5);
        box-shadow: 0 .5rem 1rem rgba(22, 28, 45, .5)
    }

    .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, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .865rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #fff
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #fff
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #fff
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #fff
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem 1rem;
    color: #161c2d;
    text-align: center;
    background-color: #fff;
    border-radius: .1875rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 380px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .9375rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: .1875rem;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .1);
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .1)
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1.25rem;
    height: .625rem;
    margin: 0 .1875rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .625rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.625rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .625rem .625rem 0;
    border-top-color: rgba(0, 0, 0, .05)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .625rem .625rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .625rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.625rem - 1px);
    width: .625rem;
    height: 1.25rem;
    margin: .1875rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .625rem .625rem .625rem 0;
    border-right-color: rgba(0, 0, 0, .05)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .625rem .625rem .625rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .625rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.625rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .625rem .625rem .625rem;
    border-bottom-color: rgba(0, 0, 0, .05)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .625rem .625rem .625rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1.25rem;
    margin-left: -.625rem;
    content: "";
    border-bottom: 1px solid transparent
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .625rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.625rem - 1px);
    width: .625rem;
    height: 1.25rem;
    margin: .1875rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .625rem 0 .625rem .625rem;
    border-left-color: rgba(0, 0, 0, .05)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .625rem 0 .625rem .625rem;
    border-left-color: #fff
}

.popover-header {
    padding: 1.5rem 2rem;
    margin-bottom: 0;
    font-size: 1.0625rem;
    color: #335eea;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    border-top-left-radius: calc(.1875rem - 1px);
    border-top-right-radius: calc(.1875rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1.5rem 2rem;
    color: #757575
}

.carousel {
    position: relative
}

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

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

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

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

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

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -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-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

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

    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' 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='%23FFFFFF' 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -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 {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    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% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    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 {
        -webkit-animation-duration: 1.5s;
        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: #335eea !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #1643d4 !important
}

.bg-secondary {
    background-color: #616161 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #484848 !important
}

.bg-success {
    background-color: #42ba96 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #359478 !important
}

.bg-info {
    background-color: #7c69ef !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #543bea !important
}

.bg-warning {
    background-color: #fad776 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #f8c945 !important
}

.bg-danger {
    background-color: #df4759 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #cf2438 !important
}

.bg-light {
    background-color: #fafafa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #e1e1e1 !important
}

.bg-dark {
    background-color: #212121 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #080808 !important
}

.bg-primary-desat {
    background-color: #6c8aec !important
}

a.bg-primary-desat:focus,
a.bg-primary-desat:hover,
button.bg-primary-desat:focus,
button.bg-primary-desat:hover {
    background-color: #3f66e6 !important
}

.bg-black {
    background-color: #161c2d !important
}

a.bg-black:focus,
a.bg-black:hover,
button.bg-black:focus,
button.bg-black:hover {
    background-color: #05070b !important
}

.bg-white {
    background-color: #fff !important
}

a.bg-white:focus,
a.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
    background-color: #e6e6e6 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #eee !important
}

.border-top {
    border-top: 1px solid #eee !important
}

.border-right {
    border-right: 1px solid #eee !important
}

.border-bottom {
    border-bottom: 1px solid #eee !important
}

.border-left {
    border-left: 1px solid #eee !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: #335eea !important
}

.border-secondary {
    border-color: #616161 !important
}

.border-success {
    border-color: #42ba96 !important
}

.border-info {
    border-color: #7c69ef !important
}

.border-warning {
    border-color: #fad776 !important
}

.border-danger {
    border-color: #df4759 !important
}

.border-light {
    border-color: #fafafa !important
}

.border-dark {
    border-color: #212121 !important
}

.border-primary-desat {
    border-color: #6c8aec !important
}

.border-black {
    border-color: #161c2d !important
}

.border-white {
    border-color: #fff !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .1875rem !important
}

.rounded-top {
    border-top-left-radius: .1875rem !important;
    border-top-right-radius: .1875rem !important
}

.rounded-right {
    border-top-right-radius: .1875rem !important;
    border-bottom-right-radius: .1875rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .1875rem !important;
    border-bottom-left-radius: .1875rem !important
}

.rounded-left {
    border-top-left-radius: .1875rem !important;
    border-bottom-left-radius: .1875rem !important
}

.rounded-lg {
    border-radius: .5rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1290px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -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 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -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 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -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 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -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 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -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
    }
}

@media (min-width:1290px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-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
    }
}

@media (min-width:1290px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .2rem 1rem rgba(22, 28, 45, .1) !important;
    box-shadow: 0 .2rem 1rem rgba(22, 28, 45, .1) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .1) !important;
    box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .1) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .1) !important;
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .1) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    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
}

.w-110 {
    width: 110% !important
}

.w-120 {
    width: 120% !important
}

.w-130 {
    width: 130% !important
}

.w-140 {
    width: 140% !important
}

.w-150 {
    width: 150% !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
}

.h-110 {
    height: 110% !important
}

.h-120 {
    height: 120% !important
}

.h-130 {
    height: 130% !important
}

.h-140 {
    height: 140% !important
}

.h-150 {
    height: 150% !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: .75rem !important
}

.mt-3,
.my-3 {
    margin-top: .75rem !important
}

.mr-3,
.mx-3 {
    margin-right: .75rem !important
}

.mb-3,
.my-3 {
    margin-bottom: .75rem !important
}

.ml-3,
.mx-3 {
    margin-left: .75rem !important
}

.m-4 {
    margin: 1rem !important
}

.mt-4,
.my-4 {
    margin-top: 1rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1rem !important
}

.m-5 {
    margin: 1.5rem !important
}

.mt-5,
.my-5 {
    margin-top: 1.5rem !important
}

.mr-5,
.mx-5 {
    margin-right: 1.5rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 1.5rem !important
}

.ml-5,
.mx-5 {
    margin-left: 1.5rem !important
}

.m-6 {
    margin: 2rem !important
}

.mt-6,
.my-6 {
    margin-top: 2rem !important
}

.mr-6,
.mx-6 {
    margin-right: 2rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 2rem !important
}

.ml-6,
.mx-6 {
    margin-left: 2rem !important
}

.m-7 {
    margin: 2.5rem !important
}

.mt-7,
.my-7 {
    margin-top: 2.5rem !important
}

.mr-7,
.mx-7 {
    margin-right: 2.5rem !important
}

.mb-7,
.my-7 {
    margin-bottom: 2.5rem !important
}

.ml-7,
.mx-7 {
    margin-left: 2.5rem !important
}

.m-8 {
    margin: 3rem !important
}

.mt-8,
.my-8 {
    margin-top: 3rem !important
}

.mr-8,
.mx-8 {
    margin-right: 3rem !important
}

.mb-8,
.my-8 {
    margin-bottom: 3rem !important
}

.ml-8,
.mx-8 {
    margin-left: 3rem !important
}

.m-9 {
    margin: 4rem !important
}

.mt-9,
.my-9 {
    margin-top: 4rem !important
}

.mr-9,
.mx-9 {
    margin-right: 4rem !important
}

.mb-9,
.my-9 {
    margin-bottom: 4rem !important
}

.ml-9,
.mx-9 {
    margin-left: 4rem !important
}

.m-10 {
    margin: 5rem !important
}

.mt-10,
.my-10 {
    margin-top: 5rem !important
}

.mr-10,
.mx-10 {
    margin-right: 5rem !important
}

.mb-10,
.my-10 {
    margin-bottom: 5rem !important
}

.ml-10,
.mx-10 {
    margin-left: 5rem !important
}

.m-11 {
    margin: 6rem !important
}

.mt-11,
.my-11 {
    margin-top: 6rem !important
}

.mr-11,
.mx-11 {
    margin-right: 6rem !important
}

.mb-11,
.my-11 {
    margin-bottom: 6rem !important
}

.ml-11,
.mx-11 {
    margin-left: 6rem !important
}

.m-12 {
    margin: 8rem !important
}

.mt-12,
.my-12 {
    margin-top: 8rem !important
}

.mr-12,
.mx-12 {
    margin-right: 8rem !important
}

.mb-12,
.my-12 {
    margin-bottom: 8rem !important
}

.ml-12,
.mx-12 {
    margin-left: 8rem !important
}

.m-13 {
    margin: 10rem !important
}

.mt-13,
.my-13 {
    margin-top: 10rem !important
}

.mr-13,
.mx-13 {
    margin-right: 10rem !important
}

.mb-13,
.my-13 {
    margin-bottom: 10rem !important
}

.ml-13,
.mx-13 {
    margin-left: 10rem !important
}

.m-14 {
    margin: 12rem !important
}

.mt-14,
.my-14 {
    margin-top: 12rem !important
}

.mr-14,
.mx-14 {
    margin-right: 12rem !important
}

.mb-14,
.my-14 {
    margin-bottom: 12rem !important
}

.ml-14,
.mx-14 {
    margin-left: 12rem !important
}

.m-15 {
    margin: 16rem !important
}

.mt-15,
.my-15 {
    margin-top: 16rem !important
}

.mr-15,
.mx-15 {
    margin-right: 16rem !important
}

.mb-15,
.my-15 {
    margin-bottom: 16rem !important
}

.ml-15,
.mx-15 {
    margin-left: 16rem !important
}

.m-16 {
    margin: 25rem !important
}

.mt-16,
.my-16 {
    margin-top: 25rem !important
}

.mr-16,
.mx-16 {
    margin-right: 25rem !important
}

.mb-16,
.my-16 {
    margin-bottom: 25rem !important
}

.ml-16,
.mx-16 {
    margin-left: 25rem !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: .75rem !important
}

.pt-3,
.py-3 {
    padding-top: .75rem !important
}

.pr-3,
.px-3 {
    padding-right: .75rem !important
}

.pb-3,
.py-3 {
    padding-bottom: .75rem !important
}

.pl-3,
.px-3 {
    padding-left: .75rem !important
}

.p-4 {
    padding: 1rem !important
}

.pt-4,
.py-4 {
    padding-top: 1rem !important
}

.pr-4,
.px-4 {
    padding-right: 1rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1rem !important
}

.pl-4,
.px-4 {
    padding-left: 1rem !important
}

.p-5 {
    padding: 1.5rem !important
}

.pt-5,
.py-5 {
    padding-top: 1.5rem !important
}

.pr-5,
.px-5 {
    padding-right: 1.5rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 1.5rem !important
}

.pl-5,
.px-5 {
    padding-left: 1.5rem !important
}

.p-6 {
    padding: 2rem !important
}

.pt-6,
.py-6 {
    padding-top: 2rem !important
}

.pr-6,
.px-6 {
    padding-right: 2rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 2rem !important
}

.pl-6,
.px-6 {
    padding-left: 2rem !important
}

.p-7 {
    padding: 2.5rem !important
}

.pt-7,
.py-7 {
    padding-top: 2.5rem !important
}

.pr-7,
.px-7 {
    padding-right: 2.5rem !important
}

.pb-7,
.py-7 {
    padding-bottom: 2.5rem !important
}

.pl-7,
.px-7 {
    padding-left: 2.5rem !important
}

.p-8 {
    padding: 3rem !important
}

.pt-8,
.py-8 {
    padding-top: 3rem !important
}

.pr-8,
.px-8 {
    padding-right: 3rem !important
}

.pb-8,
.py-8 {
    padding-bottom: 3rem !important
}

.pl-8,
.px-8 {
    padding-left: 3rem !important
}

.p-9 {
    padding: 4rem !important
}

.pt-9,
.py-9 {
    padding-top: 4rem !important
}

.pr-9,
.px-9 {
    padding-right: 4rem !important
}

.pb-9,
.py-9 {
    padding-bottom: 4rem !important
}

.pl-9,
.px-9 {
    padding-left: 4rem !important
}

.p-10 {
    padding: 5rem !important
}

.pt-10,
.py-10 {
    padding-top: 5rem !important
}

.pr-10,
.px-10 {
    padding-right: 5rem !important
}

.pb-10,
.py-10 {
    padding-bottom: 5rem !important
}

.pl-10,
.px-10 {
    padding-left: 5rem !important
}

.p-11 {
    padding: 6rem !important
}

.pt-11,
.py-11 {
    padding-top: 6rem !important
}

.pr-11,
.px-11 {
    padding-right: 6rem !important
}

.pb-11,
.py-11 {
    padding-bottom: 6rem !important
}

.pl-11,
.px-11 {
    padding-left: 6rem !important
}

.p-12 {
    padding: 8rem !important
}

.pt-12,
.py-12 {
    padding-top: 8rem !important
}

.pr-12,
.px-12 {
    padding-right: 8rem !important
}

.pb-12,
.py-12 {
    padding-bottom: 8rem !important
}

.pl-12,
.px-12 {
    padding-left: 8rem !important
}

.p-13 {
    padding: 10rem !important
}

.pt-13,
.py-13 {
    padding-top: 10rem !important
}

.pr-13,
.px-13 {
    padding-right: 10rem !important
}

.pb-13,
.py-13 {
    padding-bottom: 10rem !important
}

.pl-13,
.px-13 {
    padding-left: 10rem !important
}

.p-14 {
    padding: 12rem !important
}

.pt-14,
.py-14 {
    padding-top: 12rem !important
}

.pr-14,
.px-14 {
    padding-right: 12rem !important
}

.pb-14,
.py-14 {
    padding-bottom: 12rem !important
}

.pl-14,
.px-14 {
    padding-left: 12rem !important
}

.p-15 {
    padding: 16rem !important
}

.pt-15,
.py-15 {
    padding-top: 16rem !important
}

.pr-15,
.px-15 {
    padding-right: 16rem !important
}

.pb-15,
.py-15 {
    padding-bottom: 16rem !important
}

.pl-15,
.px-15 {
    padding-left: 16rem !important
}

.p-16 {
    padding: 25rem !important
}

.pt-16,
.py-16 {
    padding-top: 25rem !important
}

.pr-16,
.px-16 {
    padding-right: 25rem !important
}

.pb-16,
.py-16 {
    padding-bottom: 25rem !important
}

.pl-16,
.px-16 {
    padding-left: 25rem !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: -.75rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -.75rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -.75rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -.75rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -.75rem !important
}

.m-n4 {
    margin: -1rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1rem !important
}

.m-n5 {
    margin: -1.5rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -1.5rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -1.5rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -1.5rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -1.5rem !important
}

.m-n6 {
    margin: -2rem !important
}

.mt-n6,
.my-n6 {
    margin-top: -2rem !important
}

.mr-n6,
.mx-n6 {
    margin-right: -2rem !important
}

.mb-n6,
.my-n6 {
    margin-bottom: -2rem !important
}

.ml-n6,
.mx-n6 {
    margin-left: -2rem !important
}

.m-n7 {
    margin: -2.5rem !important
}

.mt-n7,
.my-n7 {
    margin-top: -2.5rem !important
}

.mr-n7,
.mx-n7 {
    margin-right: -2.5rem !important
}

.mb-n7,
.my-n7 {
    margin-bottom: -2.5rem !important
}

.ml-n7,
.mx-n7 {
    margin-left: -2.5rem !important
}

.m-n8 {
    margin: -3rem !important
}

.mt-n8,
.my-n8 {
    margin-top: -3rem !important
}

.mr-n8,
.mx-n8 {
    margin-right: -3rem !important
}

.mb-n8,
.my-n8 {
    margin-bottom: -3rem !important
}

.ml-n8,
.mx-n8 {
    margin-left: -3rem !important
}

.m-n9 {
    margin: -4rem !important
}

.mt-n9,
.my-n9 {
    margin-top: -4rem !important
}

.mr-n9,
.mx-n9 {
    margin-right: -4rem !important
}

.mb-n9,
.my-n9 {
    margin-bottom: -4rem !important
}

.ml-n9,
.mx-n9 {
    margin-left: -4rem !important
}

.m-n10 {
    margin: -5rem !important
}

.mt-n10,
.my-n10 {
    margin-top: -5rem !important
}

.mr-n10,
.mx-n10 {
    margin-right: -5rem !important
}

.mb-n10,
.my-n10 {
    margin-bottom: -5rem !important
}

.ml-n10,
.mx-n10 {
    margin-left: -5rem !important
}

.m-n11 {
    margin: -6rem !important
}

.mt-n11,
.my-n11 {
    margin-top: -6rem !important
}

.mr-n11,
.mx-n11 {
    margin-right: -6rem !important
}

.mb-n11,
.my-n11 {
    margin-bottom: -6rem !important
}

.ml-n11,
.mx-n11 {
    margin-left: -6rem !important
}

.m-n12 {
    margin: -8rem !important
}

.mt-n12,
.my-n12 {
    margin-top: -8rem !important
}

.mr-n12,
.mx-n12 {
    margin-right: -8rem !important
}

.mb-n12,
.my-n12 {
    margin-bottom: -8rem !important
}

.ml-n12,
.mx-n12 {
    margin-left: -8rem !important
}

.m-n13 {
    margin: -10rem !important
}

.mt-n13,
.my-n13 {
    margin-top: -10rem !important
}

.mr-n13,
.mx-n13 {
    margin-right: -10rem !important
}

.mb-n13,
.my-n13 {
    margin-bottom: -10rem !important
}

.ml-n13,
.mx-n13 {
    margin-left: -10rem !important
}

.m-n14 {
    margin: -12rem !important
}

.mt-n14,
.my-n14 {
    margin-top: -12rem !important
}

.mr-n14,
.mx-n14 {
    margin-right: -12rem !important
}

.mb-n14,
.my-n14 {
    margin-bottom: -12rem !important
}

.ml-n14,
.mx-n14 {
    margin-left: -12rem !important
}

.m-n15 {
    margin: -16rem !important
}

.mt-n15,
.my-n15 {
    margin-top: -16rem !important
}

.mr-n15,
.mx-n15 {
    margin-right: -16rem !important
}

.mb-n15,
.my-n15 {
    margin-bottom: -16rem !important
}

.ml-n15,
.mx-n15 {
    margin-left: -16rem !important
}

.m-n16 {
    margin: -25rem !important
}

.mt-n16,
.my-n16 {
    margin-top: -25rem !important
}

.mr-n16,
.mx-n16 {
    margin-right: -25rem !important
}

.mb-n16,
.my-n16 {
    margin-bottom: -25rem !important
}

.ml-n16,
.mx-n16 {
    margin-left: -25rem !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: .75rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: .75rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: .75rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: .75rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: .75rem !important
    }

    .m-sm-4 {
        margin: 1rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1rem !important
    }

    .m-sm-5 {
        margin: 1.5rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 1.5rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 1.5rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 1.5rem !important
    }

    .m-sm-6 {
        margin: 2rem !important
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 2rem !important
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 2rem !important
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 2rem !important
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 2rem !important
    }

    .m-sm-7 {
        margin: 2.5rem !important
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 2.5rem !important
    }

    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 2.5rem !important
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 2.5rem !important
    }

    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 2.5rem !important
    }

    .m-sm-8 {
        margin: 3rem !important
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 3rem !important
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 3rem !important
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 3rem !important
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 3rem !important
    }

    .m-sm-9 {
        margin: 4rem !important
    }

    .mt-sm-9,
    .my-sm-9 {
        margin-top: 4rem !important
    }

    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 4rem !important
    }

    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 4rem !important
    }

    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 4rem !important
    }

    .m-sm-10 {
        margin: 5rem !important
    }

    .mt-sm-10,
    .my-sm-10 {
        margin-top: 5rem !important
    }

    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 5rem !important
    }

    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 5rem !important
    }

    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 5rem !important
    }

    .m-sm-11 {
        margin: 6rem !important
    }

    .mt-sm-11,
    .my-sm-11 {
        margin-top: 6rem !important
    }

    .mr-sm-11,
    .mx-sm-11 {
        margin-right: 6rem !important
    }

    .mb-sm-11,
    .my-sm-11 {
        margin-bottom: 6rem !important
    }

    .ml-sm-11,
    .mx-sm-11 {
        margin-left: 6rem !important
    }

    .m-sm-12 {
        margin: 8rem !important
    }

    .mt-sm-12,
    .my-sm-12 {
        margin-top: 8rem !important
    }

    .mr-sm-12,
    .mx-sm-12 {
        margin-right: 8rem !important
    }

    .mb-sm-12,
    .my-sm-12 {
        margin-bottom: 8rem !important
    }

    .ml-sm-12,
    .mx-sm-12 {
        margin-left: 8rem !important
    }

    .m-sm-13 {
        margin: 10rem !important
    }

    .mt-sm-13,
    .my-sm-13 {
        margin-top: 10rem !important
    }

    .mr-sm-13,
    .mx-sm-13 {
        margin-right: 10rem !important
    }

    .mb-sm-13,
    .my-sm-13 {
        margin-bottom: 10rem !important
    }

    .ml-sm-13,
    .mx-sm-13 {
        margin-left: 10rem !important
    }

    .m-sm-14 {
        margin: 12rem !important
    }

    .mt-sm-14,
    .my-sm-14 {
        margin-top: 12rem !important
    }

    .mr-sm-14,
    .mx-sm-14 {
        margin-right: 12rem !important
    }

    .mb-sm-14,
    .my-sm-14 {
        margin-bottom: 12rem !important
    }

    .ml-sm-14,
    .mx-sm-14 {
        margin-left: 12rem !important
    }

    .m-sm-15 {
        margin: 16rem !important
    }

    .mt-sm-15,
    .my-sm-15 {
        margin-top: 16rem !important
    }

    .mr-sm-15,
    .mx-sm-15 {
        margin-right: 16rem !important
    }

    .mb-sm-15,
    .my-sm-15 {
        margin-bottom: 16rem !important
    }

    .ml-sm-15,
    .mx-sm-15 {
        margin-left: 16rem !important
    }

    .m-sm-16 {
        margin: 25rem !important
    }

    .mt-sm-16,
    .my-sm-16 {
        margin-top: 25rem !important
    }

    .mr-sm-16,
    .mx-sm-16 {
        margin-right: 25rem !important
    }

    .mb-sm-16,
    .my-sm-16 {
        margin-bottom: 25rem !important
    }

    .ml-sm-16,
    .mx-sm-16 {
        margin-left: 25rem !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: .75rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: .75rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: .75rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: .75rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: .75rem !important
    }

    .p-sm-4 {
        padding: 1rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1rem !important
    }

    .p-sm-5 {
        padding: 1.5rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 1.5rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 1.5rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 1.5rem !important
    }

    .p-sm-6 {
        padding: 2rem !important
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 2rem !important
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 2rem !important
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 2rem !important
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 2rem !important
    }

    .p-sm-7 {
        padding: 2.5rem !important
    }

    .pt-sm-7,
    .py-sm-7 {
        padding-top: 2.5rem !important
    }

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 2.5rem !important
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 2.5rem !important
    }

    .pl-sm-7,
    .px-sm-7 {
        padding-left: 2.5rem !important
    }

    .p-sm-8 {
        padding: 3rem !important
    }

    .pt-sm-8,
    .py-sm-8 {
        padding-top: 3rem !important
    }

    .pr-sm-8,
    .px-sm-8 {
        padding-right: 3rem !important
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 3rem !important
    }

    .pl-sm-8,
    .px-sm-8 {
        padding-left: 3rem !important
    }

    .p-sm-9 {
        padding: 4rem !important
    }

    .pt-sm-9,
    .py-sm-9 {
        padding-top: 4rem !important
    }

    .pr-sm-9,
    .px-sm-9 {
        padding-right: 4rem !important
    }

    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 4rem !important
    }

    .pl-sm-9,
    .px-sm-9 {
        padding-left: 4rem !important
    }

    .p-sm-10 {
        padding: 5rem !important
    }

    .pt-sm-10,
    .py-sm-10 {
        padding-top: 5rem !important
    }

    .pr-sm-10,
    .px-sm-10 {
        padding-right: 5rem !important
    }

    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 5rem !important
    }

    .pl-sm-10,
    .px-sm-10 {
        padding-left: 5rem !important
    }

    .p-sm-11 {
        padding: 6rem !important
    }

    .pt-sm-11,
    .py-sm-11 {
        padding-top: 6rem !important
    }

    .pr-sm-11,
    .px-sm-11 {
        padding-right: 6rem !important
    }

    .pb-sm-11,
    .py-sm-11 {
        padding-bottom: 6rem !important
    }

    .pl-sm-11,
    .px-sm-11 {
        padding-left: 6rem !important
    }

    .p-sm-12 {
        padding: 8rem !important
    }

    .pt-sm-12,
    .py-sm-12 {
        padding-top: 8rem !important
    }

    .pr-sm-12,
    .px-sm-12 {
        padding-right: 8rem !important
    }

    .pb-sm-12,
    .py-sm-12 {
        padding-bottom: 8rem !important
    }

    .pl-sm-12,
    .px-sm-12 {
        padding-left: 8rem !important
    }

    .p-sm-13 {
        padding: 10rem !important
    }

    .pt-sm-13,
    .py-sm-13 {
        padding-top: 10rem !important
    }

    .pr-sm-13,
    .px-sm-13 {
        padding-right: 10rem !important
    }

    .pb-sm-13,
    .py-sm-13 {
        padding-bottom: 10rem !important
    }

    .pl-sm-13,
    .px-sm-13 {
        padding-left: 10rem !important
    }

    .p-sm-14 {
        padding: 12rem !important
    }

    .pt-sm-14,
    .py-sm-14 {
        padding-top: 12rem !important
    }

    .pr-sm-14,
    .px-sm-14 {
        padding-right: 12rem !important
    }

    .pb-sm-14,
    .py-sm-14 {
        padding-bottom: 12rem !important
    }

    .pl-sm-14,
    .px-sm-14 {
        padding-left: 12rem !important
    }

    .p-sm-15 {
        padding: 16rem !important
    }

    .pt-sm-15,
    .py-sm-15 {
        padding-top: 16rem !important
    }

    .pr-sm-15,
    .px-sm-15 {
        padding-right: 16rem !important
    }

    .pb-sm-15,
    .py-sm-15 {
        padding-bottom: 16rem !important
    }

    .pl-sm-15,
    .px-sm-15 {
        padding-left: 16rem !important
    }

    .p-sm-16 {
        padding: 25rem !important
    }

    .pt-sm-16,
    .py-sm-16 {
        padding-top: 25rem !important
    }

    .pr-sm-16,
    .px-sm-16 {
        padding-right: 25rem !important
    }

    .pb-sm-16,
    .py-sm-16 {
        padding-bottom: 25rem !important
    }

    .pl-sm-16,
    .px-sm-16 {
        padding-left: 25rem !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: -.75rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -.75rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -.75rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -.75rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -.75rem !important
    }

    .m-sm-n4 {
        margin: -1rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1rem !important
    }

    .m-sm-n5 {
        margin: -1.5rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -1.5rem !important
    }

    .m-sm-n6 {
        margin: -2rem !important
    }

    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -2rem !important
    }

    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -2rem !important
    }

    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -2rem !important
    }

    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -2rem !important
    }

    .m-sm-n7 {
        margin: -2.5rem !important
    }

    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -2.5rem !important
    }

    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -2.5rem !important
    }

    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -2.5rem !important
    }

    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -2.5rem !important
    }

    .m-sm-n8 {
        margin: -3rem !important
    }

    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -3rem !important
    }

    .mr-sm-n8,
    .mx-sm-n8 {
        margin-right: -3rem !important
    }

    .mb-sm-n8,
    .my-sm-n8 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n8,
    .mx-sm-n8 {
        margin-left: -3rem !important
    }

    .m-sm-n9 {
        margin: -4rem !important
    }

    .mt-sm-n9,
    .my-sm-n9 {
        margin-top: -4rem !important
    }

    .mr-sm-n9,
    .mx-sm-n9 {
        margin-right: -4rem !important
    }

    .mb-sm-n9,
    .my-sm-n9 {
        margin-bottom: -4rem !important
    }

    .ml-sm-n9,
    .mx-sm-n9 {
        margin-left: -4rem !important
    }

    .m-sm-n10 {
        margin: -5rem !important
    }

    .mt-sm-n10,
    .my-sm-n10 {
        margin-top: -5rem !important
    }

    .mr-sm-n10,
    .mx-sm-n10 {
        margin-right: -5rem !important
    }

    .mb-sm-n10,
    .my-sm-n10 {
        margin-bottom: -5rem !important
    }

    .ml-sm-n10,
    .mx-sm-n10 {
        margin-left: -5rem !important
    }

    .m-sm-n11 {
        margin: -6rem !important
    }

    .mt-sm-n11,
    .my-sm-n11 {
        margin-top: -6rem !important
    }

    .mr-sm-n11,
    .mx-sm-n11 {
        margin-right: -6rem !important
    }

    .mb-sm-n11,
    .my-sm-n11 {
        margin-bottom: -6rem !important
    }

    .ml-sm-n11,
    .mx-sm-n11 {
        margin-left: -6rem !important
    }

    .m-sm-n12 {
        margin: -8rem !important
    }

    .mt-sm-n12,
    .my-sm-n12 {
        margin-top: -8rem !important
    }

    .mr-sm-n12,
    .mx-sm-n12 {
        margin-right: -8rem !important
    }

    .mb-sm-n12,
    .my-sm-n12 {
        margin-bottom: -8rem !important
    }

    .ml-sm-n12,
    .mx-sm-n12 {
        margin-left: -8rem !important
    }

    .m-sm-n13 {
        margin: -10rem !important
    }

    .mt-sm-n13,
    .my-sm-n13 {
        margin-top: -10rem !important
    }

    .mr-sm-n13,
    .mx-sm-n13 {
        margin-right: -10rem !important
    }

    .mb-sm-n13,
    .my-sm-n13 {
        margin-bottom: -10rem !important
    }

    .ml-sm-n13,
    .mx-sm-n13 {
        margin-left: -10rem !important
    }

    .m-sm-n14 {
        margin: -12rem !important
    }

    .mt-sm-n14,
    .my-sm-n14 {
        margin-top: -12rem !important
    }

    .mr-sm-n14,
    .mx-sm-n14 {
        margin-right: -12rem !important
    }

    .mb-sm-n14,
    .my-sm-n14 {
        margin-bottom: -12rem !important
    }

    .ml-sm-n14,
    .mx-sm-n14 {
        margin-left: -12rem !important
    }

    .m-sm-n15 {
        margin: -16rem !important
    }

    .mt-sm-n15,
    .my-sm-n15 {
        margin-top: -16rem !important
    }

    .mr-sm-n15,
    .mx-sm-n15 {
        margin-right: -16rem !important
    }

    .mb-sm-n15,
    .my-sm-n15 {
        margin-bottom: -16rem !important
    }

    .ml-sm-n15,
    .mx-sm-n15 {
        margin-left: -16rem !important
    }

    .m-sm-n16 {
        margin: -25rem !important
    }

    .mt-sm-n16,
    .my-sm-n16 {
        margin-top: -25rem !important
    }

    .mr-sm-n16,
    .mx-sm-n16 {
        margin-right: -25rem !important
    }

    .mb-sm-n16,
    .my-sm-n16 {
        margin-bottom: -25rem !important
    }

    .ml-sm-n16,
    .mx-sm-n16 {
        margin-left: -25rem !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: .75rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: .75rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: .75rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: .75rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: .75rem !important
    }

    .m-md-4 {
        margin: 1rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1rem !important
    }

    .m-md-5 {
        margin: 1.5rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 1.5rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 1.5rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 1.5rem !important
    }

    .m-md-6 {
        margin: 2rem !important
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 2rem !important
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 2rem !important
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 2rem !important
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 2rem !important
    }

    .m-md-7 {
        margin: 2.5rem !important
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 2.5rem !important
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 2.5rem !important
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 2.5rem !important
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 2.5rem !important
    }

    .m-md-8 {
        margin: 3rem !important
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 3rem !important
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: 3rem !important
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: 3rem !important
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: 3rem !important
    }

    .m-md-9 {
        margin: 4rem !important
    }

    .mt-md-9,
    .my-md-9 {
        margin-top: 4rem !important
    }

    .mr-md-9,
    .mx-md-9 {
        margin-right: 4rem !important
    }

    .mb-md-9,
    .my-md-9 {
        margin-bottom: 4rem !important
    }

    .ml-md-9,
    .mx-md-9 {
        margin-left: 4rem !important
    }

    .m-md-10 {
        margin: 5rem !important
    }

    .mt-md-10,
    .my-md-10 {
        margin-top: 5rem !important
    }

    .mr-md-10,
    .mx-md-10 {
        margin-right: 5rem !important
    }

    .mb-md-10,
    .my-md-10 {
        margin-bottom: 5rem !important
    }

    .ml-md-10,
    .mx-md-10 {
        margin-left: 5rem !important
    }

    .m-md-11 {
        margin: 6rem !important
    }

    .mt-md-11,
    .my-md-11 {
        margin-top: 6rem !important
    }

    .mr-md-11,
    .mx-md-11 {
        margin-right: 6rem !important
    }

    .mb-md-11,
    .my-md-11 {
        margin-bottom: 6rem !important
    }

    .ml-md-11,
    .mx-md-11 {
        margin-left: 6rem !important
    }

    .m-md-12 {
        margin: 8rem !important
    }

    .mt-md-12,
    .my-md-12 {
        margin-top: 8rem !important
    }

    .mr-md-12,
    .mx-md-12 {
        margin-right: 8rem !important
    }

    .mb-md-12,
    .my-md-12 {
        margin-bottom: 8rem !important
    }

    .ml-md-12,
    .mx-md-12 {
        margin-left: 8rem !important
    }

    .m-md-13 {
        margin: 10rem !important
    }

    .mt-md-13,
    .my-md-13 {
        margin-top: 10rem !important
    }

    .mr-md-13,
    .mx-md-13 {
        margin-right: 10rem !important
    }

    .mb-md-13,
    .my-md-13 {
        margin-bottom: 10rem !important
    }

    .ml-md-13,
    .mx-md-13 {
        margin-left: 10rem !important
    }

    .m-md-14 {
        margin: 12rem !important
    }

    .mt-md-14,
    .my-md-14 {
        margin-top: 12rem !important
    }

    .mr-md-14,
    .mx-md-14 {
        margin-right: 12rem !important
    }

    .mb-md-14,
    .my-md-14 {
        margin-bottom: 12rem !important
    }

    .ml-md-14,
    .mx-md-14 {
        margin-left: 12rem !important
    }

    .m-md-15 {
        margin: 16rem !important
    }

    .mt-md-15,
    .my-md-15 {
        margin-top: 16rem !important
    }

    .mr-md-15,
    .mx-md-15 {
        margin-right: 16rem !important
    }

    .mb-md-15,
    .my-md-15 {
        margin-bottom: 16rem !important
    }

    .ml-md-15,
    .mx-md-15 {
        margin-left: 16rem !important
    }

    .m-md-16 {
        margin: 25rem !important
    }

    .mt-md-16,
    .my-md-16 {
        margin-top: 25rem !important
    }

    .mr-md-16,
    .mx-md-16 {
        margin-right: 25rem !important
    }

    .mb-md-16,
    .my-md-16 {
        margin-bottom: 25rem !important
    }

    .ml-md-16,
    .mx-md-16 {
        margin-left: 25rem !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: .75rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: .75rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: .75rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: .75rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: .75rem !important
    }

    .p-md-4 {
        padding: 1rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1rem !important
    }

    .p-md-5 {
        padding: 1.5rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 1.5rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 1.5rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 1.5rem !important
    }

    .p-md-6 {
        padding: 2rem !important
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 2rem !important
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 2rem !important
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 2rem !important
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 2rem !important
    }

    .p-md-7 {
        padding: 2.5rem !important
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 2.5rem !important
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 2.5rem !important
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 2.5rem !important
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 2.5rem !important
    }

    .p-md-8 {
        padding: 3rem !important
    }

    .pt-md-8,
    .py-md-8 {
        padding-top: 3rem !important
    }

    .pr-md-8,
    .px-md-8 {
        padding-right: 3rem !important
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: 3rem !important
    }

    .pl-md-8,
    .px-md-8 {
        padding-left: 3rem !important
    }

    .p-md-9 {
        padding: 4rem !important
    }

    .pt-md-9,
    .py-md-9 {
        padding-top: 4rem !important
    }

    .pr-md-9,
    .px-md-9 {
        padding-right: 4rem !important
    }

    .pb-md-9,
    .py-md-9 {
        padding-bottom: 4rem !important
    }

    .pl-md-9,
    .px-md-9 {
        padding-left: 4rem !important
    }

    .p-md-10 {
        padding: 5rem !important
    }

    .pt-md-10,
    .py-md-10 {
        padding-top: 5rem !important
    }

    .pr-md-10,
    .px-md-10 {
        padding-right: 5rem !important
    }

    .pb-md-10,
    .py-md-10 {
        padding-bottom: 5rem !important
    }

    .pl-md-10,
    .px-md-10 {
        padding-left: 5rem !important
    }

    .p-md-11 {
        padding: 6rem !important
    }

    .pt-md-11,
    .py-md-11 {
        padding-top: 6rem !important
    }

    .pr-md-11,
    .px-md-11 {
        padding-right: 6rem !important
    }

    .pb-md-11,
    .py-md-11 {
        padding-bottom: 6rem !important
    }

    .pl-md-11,
    .px-md-11 {
        padding-left: 6rem !important
    }

    .p-md-12 {
        padding: 8rem !important
    }

    .pt-md-12,
    .py-md-12 {
        padding-top: 8rem !important
    }

    .pr-md-12,
    .px-md-12 {
        padding-right: 8rem !important
    }

    .pb-md-12,
    .py-md-12 {
        padding-bottom: 8rem !important
    }

    .pl-md-12,
    .px-md-12 {
        padding-left: 8rem !important
    }

    .p-md-13 {
        padding: 10rem !important
    }

    .pt-md-13,
    .py-md-13 {
        padding-top: 10rem !important
    }

    .pr-md-13,
    .px-md-13 {
        padding-right: 10rem !important
    }

    .pb-md-13,
    .py-md-13 {
        padding-bottom: 10rem !important
    }

    .pl-md-13,
    .px-md-13 {
        padding-left: 10rem !important
    }

    .p-md-14 {
        padding: 12rem !important
    }

    .pt-md-14,
    .py-md-14 {
        padding-top: 12rem !important
    }

    .pr-md-14,
    .px-md-14 {
        padding-right: 12rem !important
    }

    .pb-md-14,
    .py-md-14 {
        padding-bottom: 12rem !important
    }

    .pl-md-14,
    .px-md-14 {
        padding-left: 12rem !important
    }

    .p-md-15 {
        padding: 16rem !important
    }

    .pt-md-15,
    .py-md-15 {
        padding-top: 16rem !important
    }

    .pr-md-15,
    .px-md-15 {
        padding-right: 16rem !important
    }

    .pb-md-15,
    .py-md-15 {
        padding-bottom: 16rem !important
    }

    .pl-md-15,
    .px-md-15 {
        padding-left: 16rem !important
    }

    .p-md-16 {
        padding: 25rem !important
    }

    .pt-md-16,
    .py-md-16 {
        padding-top: 25rem !important
    }

    .pr-md-16,
    .px-md-16 {
        padding-right: 25rem !important
    }

    .pb-md-16,
    .py-md-16 {
        padding-bottom: 25rem !important
    }

    .pl-md-16,
    .px-md-16 {
        padding-left: 25rem !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: -.75rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -.75rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -.75rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -.75rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -.75rem !important
    }

    .m-md-n4 {
        margin: -1rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1rem !important
    }

    .m-md-n5 {
        margin: -1.5rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -1.5rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -1.5rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -1.5rem !important
    }

    .m-md-n6 {
        margin: -2rem !important
    }

    .mt-md-n6,
    .my-md-n6 {
        margin-top: -2rem !important
    }

    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -2rem !important
    }

    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -2rem !important
    }

    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -2rem !important
    }

    .m-md-n7 {
        margin: -2.5rem !important
    }

    .mt-md-n7,
    .my-md-n7 {
        margin-top: -2.5rem !important
    }

    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -2.5rem !important
    }

    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -2.5rem !important
    }

    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -2.5rem !important
    }

    .m-md-n8 {
        margin: -3rem !important
    }

    .mt-md-n8,
    .my-md-n8 {
        margin-top: -3rem !important
    }

    .mr-md-n8,
    .mx-md-n8 {
        margin-right: -3rem !important
    }

    .mb-md-n8,
    .my-md-n8 {
        margin-bottom: -3rem !important
    }

    .ml-md-n8,
    .mx-md-n8 {
        margin-left: -3rem !important
    }

    .m-md-n9 {
        margin: -4rem !important
    }

    .mt-md-n9,
    .my-md-n9 {
        margin-top: -4rem !important
    }

    .mr-md-n9,
    .mx-md-n9 {
        margin-right: -4rem !important
    }

    .mb-md-n9,
    .my-md-n9 {
        margin-bottom: -4rem !important
    }

    .ml-md-n9,
    .mx-md-n9 {
        margin-left: -4rem !important
    }

    .m-md-n10 {
        margin: -5rem !important
    }

    .mt-md-n10,
    .my-md-n10 {
        margin-top: -5rem !important
    }

    .mr-md-n10,
    .mx-md-n10 {
        margin-right: -5rem !important
    }

    .mb-md-n10,
    .my-md-n10 {
        margin-bottom: -5rem !important
    }

    .ml-md-n10,
    .mx-md-n10 {
        margin-left: -5rem !important
    }

    .m-md-n11 {
        margin: -6rem !important
    }

    .mt-md-n11,
    .my-md-n11 {
        margin-top: -6rem !important
    }

    .mr-md-n11,
    .mx-md-n11 {
        margin-right: -6rem !important
    }

    .mb-md-n11,
    .my-md-n11 {
        margin-bottom: -6rem !important
    }

    .ml-md-n11,
    .mx-md-n11 {
        margin-left: -6rem !important
    }

    .m-md-n12 {
        margin: -8rem !important
    }

    .mt-md-n12,
    .my-md-n12 {
        margin-top: -8rem !important
    }

    .mr-md-n12,
    .mx-md-n12 {
        margin-right: -8rem !important
    }

    .mb-md-n12,
    .my-md-n12 {
        margin-bottom: -8rem !important
    }

    .ml-md-n12,
    .mx-md-n12 {
        margin-left: -8rem !important
    }

    .m-md-n13 {
        margin: -10rem !important
    }

    .mt-md-n13,
    .my-md-n13 {
        margin-top: -10rem !important
    }

    .mr-md-n13,
    .mx-md-n13 {
        margin-right: -10rem !important
    }

    .mb-md-n13,
    .my-md-n13 {
        margin-bottom: -10rem !important
    }

    .ml-md-n13,
    .mx-md-n13 {
        margin-left: -10rem !important
    }

    .m-md-n14 {
        margin: -12rem !important
    }

    .mt-md-n14,
    .my-md-n14 {
        margin-top: -12rem !important
    }

    .mr-md-n14,
    .mx-md-n14 {
        margin-right: -12rem !important
    }

    .mb-md-n14,
    .my-md-n14 {
        margin-bottom: -12rem !important
    }

    .ml-md-n14,
    .mx-md-n14 {
        margin-left: -12rem !important
    }

    .m-md-n15 {
        margin: -16rem !important
    }

    .mt-md-n15,
    .my-md-n15 {
        margin-top: -16rem !important
    }

    .mr-md-n15,
    .mx-md-n15 {
        margin-right: -16rem !important
    }

    .mb-md-n15,
    .my-md-n15 {
        margin-bottom: -16rem !important
    }

    .ml-md-n15,
    .mx-md-n15 {
        margin-left: -16rem !important
    }

    .m-md-n16 {
        margin: -25rem !important
    }

    .mt-md-n16,
    .my-md-n16 {
        margin-top: -25rem !important
    }

    .mr-md-n16,
    .mx-md-n16 {
        margin-right: -25rem !important
    }

    .mb-md-n16,
    .my-md-n16 {
        margin-bottom: -25rem !important
    }

    .ml-md-n16,
    .mx-md-n16 {
        margin-left: -25rem !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: .75rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: .75rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: .75rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: .75rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: .75rem !important
    }

    .m-lg-4 {
        margin: 1rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1rem !important
    }

    .m-lg-5 {
        margin: 1.5rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 1.5rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 1.5rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 1.5rem !important
    }

    .m-lg-6 {
        margin: 2rem !important
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 2rem !important
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 2rem !important
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 2rem !important
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 2rem !important
    }

    .m-lg-7 {
        margin: 2.5rem !important
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 2.5rem !important
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 2.5rem !important
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 2.5rem !important
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 2.5rem !important
    }

    .m-lg-8 {
        margin: 3rem !important
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 3rem !important
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 3rem !important
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 3rem !important
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 3rem !important
    }

    .m-lg-9 {
        margin: 4rem !important
    }

    .mt-lg-9,
    .my-lg-9 {
        margin-top: 4rem !important
    }

    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 4rem !important
    }

    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 4rem !important
    }

    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 4rem !important
    }

    .m-lg-10 {
        margin: 5rem !important
    }

    .mt-lg-10,
    .my-lg-10 {
        margin-top: 5rem !important
    }

    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 5rem !important
    }

    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 5rem !important
    }

    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 5rem !important
    }

    .m-lg-11 {
        margin: 6rem !important
    }

    .mt-lg-11,
    .my-lg-11 {
        margin-top: 6rem !important
    }

    .mr-lg-11,
    .mx-lg-11 {
        margin-right: 6rem !important
    }

    .mb-lg-11,
    .my-lg-11 {
        margin-bottom: 6rem !important
    }

    .ml-lg-11,
    .mx-lg-11 {
        margin-left: 6rem !important
    }

    .m-lg-12 {
        margin: 8rem !important
    }

    .mt-lg-12,
    .my-lg-12 {
        margin-top: 8rem !important
    }

    .mr-lg-12,
    .mx-lg-12 {
        margin-right: 8rem !important
    }

    .mb-lg-12,
    .my-lg-12 {
        margin-bottom: 8rem !important
    }

    .ml-lg-12,
    .mx-lg-12 {
        margin-left: 8rem !important
    }

    .m-lg-13 {
        margin: 10rem !important
    }

    .mt-lg-13,
    .my-lg-13 {
        margin-top: 10rem !important
    }

    .mr-lg-13,
    .mx-lg-13 {
        margin-right: 10rem !important
    }

    .mb-lg-13,
    .my-lg-13 {
        margin-bottom: 10rem !important
    }

    .ml-lg-13,
    .mx-lg-13 {
        margin-left: 10rem !important
    }

    .m-lg-14 {
        margin: 12rem !important
    }

    .mt-lg-14,
    .my-lg-14 {
        margin-top: 12rem !important
    }

    .mr-lg-14,
    .mx-lg-14 {
        margin-right: 12rem !important
    }

    .mb-lg-14,
    .my-lg-14 {
        margin-bottom: 12rem !important
    }

    .ml-lg-14,
    .mx-lg-14 {
        margin-left: 12rem !important
    }

    .m-lg-15 {
        margin: 16rem !important
    }

    .mt-lg-15,
    .my-lg-15 {
        margin-top: 16rem !important
    }

    .mr-lg-15,
    .mx-lg-15 {
        margin-right: 16rem !important
    }

    .mb-lg-15,
    .my-lg-15 {
        margin-bottom: 16rem !important
    }

    .ml-lg-15,
    .mx-lg-15 {
        margin-left: 16rem !important
    }

    .m-lg-16 {
        margin: 25rem !important
    }

    .mt-lg-16,
    .my-lg-16 {
        margin-top: 25rem !important
    }

    .mr-lg-16,
    .mx-lg-16 {
        margin-right: 25rem !important
    }

    .mb-lg-16,
    .my-lg-16 {
        margin-bottom: 25rem !important
    }

    .ml-lg-16,
    .mx-lg-16 {
        margin-left: 25rem !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: .75rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: .75rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: .75rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: .75rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: .75rem !important
    }

    .p-lg-4 {
        padding: 1rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1rem !important
    }

    .p-lg-5 {
        padding: 1.5rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 1.5rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 1.5rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 1.5rem !important
    }

    .p-lg-6 {
        padding: 2rem !important
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 2rem !important
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 2rem !important
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 2rem !important
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 2rem !important
    }

    .p-lg-7 {
        padding: 2.5rem !important
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 2.5rem !important
    }

    .pr-lg-7,
    .px-lg-7 {
        padding-right: 2.5rem !important
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 2.5rem !important
    }

    .pl-lg-7,
    .px-lg-7 {
        padding-left: 2.5rem !important
    }

    .p-lg-8 {
        padding: 3rem !important
    }

    .pt-lg-8,
    .py-lg-8 {
        padding-top: 3rem !important
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 3rem !important
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 3rem !important
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 3rem !important
    }

    .p-lg-9 {
        padding: 4rem !important
    }

    .pt-lg-9,
    .py-lg-9 {
        padding-top: 4rem !important
    }

    .pr-lg-9,
    .px-lg-9 {
        padding-right: 4rem !important
    }

    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 4rem !important
    }

    .pl-lg-9,
    .px-lg-9 {
        padding-left: 4rem !important
    }

    .p-lg-10 {
        padding: 5rem !important
    }

    .pt-lg-10,
    .py-lg-10 {
        padding-top: 5rem !important
    }

    .pr-lg-10,
    .px-lg-10 {
        padding-right: 5rem !important
    }

    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 5rem !important
    }

    .pl-lg-10,
    .px-lg-10 {
        padding-left: 5rem !important
    }

    .p-lg-11 {
        padding: 6rem !important
    }

    .pt-lg-11,
    .py-lg-11 {
        padding-top: 6rem !important
    }

    .pr-lg-11,
    .px-lg-11 {
        padding-right: 6rem !important
    }

    .pb-lg-11,
    .py-lg-11 {
        padding-bottom: 6rem !important
    }

    .pl-lg-11,
    .px-lg-11 {
        padding-left: 6rem !important
    }

    .p-lg-12 {
        padding: 8rem !important
    }

    .pt-lg-12,
    .py-lg-12 {
        padding-top: 8rem !important
    }

    .pr-lg-12,
    .px-lg-12 {
        padding-right: 8rem !important
    }

    .pb-lg-12,
    .py-lg-12 {
        padding-bottom: 8rem !important
    }

    .pl-lg-12,
    .px-lg-12 {
        padding-left: 8rem !important
    }

    .p-lg-13 {
        padding: 10rem !important
    }

    .pt-lg-13,
    .py-lg-13 {
        padding-top: 10rem !important
    }

    .pr-lg-13,
    .px-lg-13 {
        padding-right: 10rem !important
    }

    .pb-lg-13,
    .py-lg-13 {
        padding-bottom: 10rem !important
    }

    .pl-lg-13,
    .px-lg-13 {
        padding-left: 10rem !important
    }

    .p-lg-14 {
        padding: 12rem !important
    }

    .pt-lg-14,
    .py-lg-14 {
        padding-top: 12rem !important
    }

    .pr-lg-14,
    .px-lg-14 {
        padding-right: 12rem !important
    }

    .pb-lg-14,
    .py-lg-14 {
        padding-bottom: 12rem !important
    }

    .pl-lg-14,
    .px-lg-14 {
        padding-left: 12rem !important
    }

    .p-lg-15 {
        padding: 16rem !important
    }

    .pt-lg-15,
    .py-lg-15 {
        padding-top: 16rem !important
    }

    .pr-lg-15,
    .px-lg-15 {
        padding-right: 16rem !important
    }

    .pb-lg-15,
    .py-lg-15 {
        padding-bottom: 16rem !important
    }

    .pl-lg-15,
    .px-lg-15 {
        padding-left: 16rem !important
    }

    .p-lg-16 {
        padding: 25rem !important
    }

    .pt-lg-16,
    .py-lg-16 {
        padding-top: 25rem !important
    }

    .pr-lg-16,
    .px-lg-16 {
        padding-right: 25rem !important
    }

    .pb-lg-16,
    .py-lg-16 {
        padding-bottom: 25rem !important
    }

    .pl-lg-16,
    .px-lg-16 {
        padding-left: 25rem !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: -.75rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -.75rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -.75rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -.75rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -.75rem !important
    }

    .m-lg-n4 {
        margin: -1rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1rem !important
    }

    .m-lg-n5 {
        margin: -1.5rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -1.5rem !important
    }

    .m-lg-n6 {
        margin: -2rem !important
    }

    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -2rem !important
    }

    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -2rem !important
    }

    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -2rem !important
    }

    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -2rem !important
    }

    .m-lg-n7 {
        margin: -2.5rem !important
    }

    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -2.5rem !important
    }

    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -2.5rem !important
    }

    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -2.5rem !important
    }

    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -2.5rem !important
    }

    .m-lg-n8 {
        margin: -3rem !important
    }

    .mt-lg-n8,
    .my-lg-n8 {
        margin-top: -3rem !important
    }

    .mr-lg-n8,
    .mx-lg-n8 {
        margin-right: -3rem !important
    }

    .mb-lg-n8,
    .my-lg-n8 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n8,
    .mx-lg-n8 {
        margin-left: -3rem !important
    }

    .m-lg-n9 {
        margin: -4rem !important
    }

    .mt-lg-n9,
    .my-lg-n9 {
        margin-top: -4rem !important
    }

    .mr-lg-n9,
    .mx-lg-n9 {
        margin-right: -4rem !important
    }

    .mb-lg-n9,
    .my-lg-n9 {
        margin-bottom: -4rem !important
    }

    .ml-lg-n9,
    .mx-lg-n9 {
        margin-left: -4rem !important
    }

    .m-lg-n10 {
        margin: -5rem !important
    }

    .mt-lg-n10,
    .my-lg-n10 {
        margin-top: -5rem !important
    }

    .mr-lg-n10,
    .mx-lg-n10 {
        margin-right: -5rem !important
    }

    .mb-lg-n10,
    .my-lg-n10 {
        margin-bottom: -5rem !important
    }

    .ml-lg-n10,
    .mx-lg-n10 {
        margin-left: -5rem !important
    }

    .m-lg-n11 {
        margin: -6rem !important
    }

    .mt-lg-n11,
    .my-lg-n11 {
        margin-top: -6rem !important
    }

    .mr-lg-n11,
    .mx-lg-n11 {
        margin-right: -6rem !important
    }

    .mb-lg-n11,
    .my-lg-n11 {
        margin-bottom: -6rem !important
    }

    .ml-lg-n11,
    .mx-lg-n11 {
        margin-left: -6rem !important
    }

    .m-lg-n12 {
        margin: -8rem !important
    }

    .mt-lg-n12,
    .my-lg-n12 {
        margin-top: -8rem !important
    }

    .mr-lg-n12,
    .mx-lg-n12 {
        margin-right: -8rem !important
    }

    .mb-lg-n12,
    .my-lg-n12 {
        margin-bottom: -8rem !important
    }

    .ml-lg-n12,
    .mx-lg-n12 {
        margin-left: -8rem !important
    }

    .m-lg-n13 {
        margin: -10rem !important
    }

    .mt-lg-n13,
    .my-lg-n13 {
        margin-top: -10rem !important
    }

    .mr-lg-n13,
    .mx-lg-n13 {
        margin-right: -10rem !important
    }

    .mb-lg-n13,
    .my-lg-n13 {
        margin-bottom: -10rem !important
    }

    .ml-lg-n13,
    .mx-lg-n13 {
        margin-left: -10rem !important
    }

    .m-lg-n14 {
        margin: -12rem !important
    }

    .mt-lg-n14,
    .my-lg-n14 {
        margin-top: -12rem !important
    }

    .mr-lg-n14,
    .mx-lg-n14 {
        margin-right: -12rem !important
    }

    .mb-lg-n14,
    .my-lg-n14 {
        margin-bottom: -12rem !important
    }

    .ml-lg-n14,
    .mx-lg-n14 {
        margin-left: -12rem !important
    }

    .m-lg-n15 {
        margin: -16rem !important
    }

    .mt-lg-n15,
    .my-lg-n15 {
        margin-top: -16rem !important
    }

    .mr-lg-n15,
    .mx-lg-n15 {
        margin-right: -16rem !important
    }

    .mb-lg-n15,
    .my-lg-n15 {
        margin-bottom: -16rem !important
    }

    .ml-lg-n15,
    .mx-lg-n15 {
        margin-left: -16rem !important
    }

    .m-lg-n16 {
        margin: -25rem !important
    }

    .mt-lg-n16,
    .my-lg-n16 {
        margin-top: -25rem !important
    }

    .mr-lg-n16,
    .mx-lg-n16 {
        margin-right: -25rem !important
    }

    .mb-lg-n16,
    .my-lg-n16 {
        margin-bottom: -25rem !important
    }

    .ml-lg-n16,
    .mx-lg-n16 {
        margin-left: -25rem !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: .75rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: .75rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: .75rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: .75rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: .75rem !important
    }

    .m-xl-4 {
        margin: 1rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1rem !important
    }

    .m-xl-5 {
        margin: 1.5rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 1.5rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 1.5rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 1.5rem !important
    }

    .m-xl-6 {
        margin: 2rem !important
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 2rem !important
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 2rem !important
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 2rem !important
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 2rem !important
    }

    .m-xl-7 {
        margin: 2.5rem !important
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 2.5rem !important
    }

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 2.5rem !important
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 2.5rem !important
    }

    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 2.5rem !important
    }

    .m-xl-8 {
        margin: 3rem !important
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 3rem !important
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 3rem !important
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 3rem !important
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 3rem !important
    }

    .m-xl-9 {
        margin: 4rem !important
    }

    .mt-xl-9,
    .my-xl-9 {
        margin-top: 4rem !important
    }

    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 4rem !important
    }

    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 4rem !important
    }

    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 4rem !important
    }

    .m-xl-10 {
        margin: 5rem !important
    }

    .mt-xl-10,
    .my-xl-10 {
        margin-top: 5rem !important
    }

    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 5rem !important
    }

    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 5rem !important
    }

    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 5rem !important
    }

    .m-xl-11 {
        margin: 6rem !important
    }

    .mt-xl-11,
    .my-xl-11 {
        margin-top: 6rem !important
    }

    .mr-xl-11,
    .mx-xl-11 {
        margin-right: 6rem !important
    }

    .mb-xl-11,
    .my-xl-11 {
        margin-bottom: 6rem !important
    }

    .ml-xl-11,
    .mx-xl-11 {
        margin-left: 6rem !important
    }

    .m-xl-12 {
        margin: 8rem !important
    }

    .mt-xl-12,
    .my-xl-12 {
        margin-top: 8rem !important
    }

    .mr-xl-12,
    .mx-xl-12 {
        margin-right: 8rem !important
    }

    .mb-xl-12,
    .my-xl-12 {
        margin-bottom: 8rem !important
    }

    .ml-xl-12,
    .mx-xl-12 {
        margin-left: 8rem !important
    }

    .m-xl-13 {
        margin: 10rem !important
    }

    .mt-xl-13,
    .my-xl-13 {
        margin-top: 10rem !important
    }

    .mr-xl-13,
    .mx-xl-13 {
        margin-right: 10rem !important
    }

    .mb-xl-13,
    .my-xl-13 {
        margin-bottom: 10rem !important
    }

    .ml-xl-13,
    .mx-xl-13 {
        margin-left: 10rem !important
    }

    .m-xl-14 {
        margin: 12rem !important
    }

    .mt-xl-14,
    .my-xl-14 {
        margin-top: 12rem !important
    }

    .mr-xl-14,
    .mx-xl-14 {
        margin-right: 12rem !important
    }

    .mb-xl-14,
    .my-xl-14 {
        margin-bottom: 12rem !important
    }

    .ml-xl-14,
    .mx-xl-14 {
        margin-left: 12rem !important
    }

    .m-xl-15 {
        margin: 16rem !important
    }

    .mt-xl-15,
    .my-xl-15 {
        margin-top: 16rem !important
    }

    .mr-xl-15,
    .mx-xl-15 {
        margin-right: 16rem !important
    }

    .mb-xl-15,
    .my-xl-15 {
        margin-bottom: 16rem !important
    }

    .ml-xl-15,
    .mx-xl-15 {
        margin-left: 16rem !important
    }

    .m-xl-16 {
        margin: 25rem !important
    }

    .mt-xl-16,
    .my-xl-16 {
        margin-top: 25rem !important
    }

    .mr-xl-16,
    .mx-xl-16 {
        margin-right: 25rem !important
    }

    .mb-xl-16,
    .my-xl-16 {
        margin-bottom: 25rem !important
    }

    .ml-xl-16,
    .mx-xl-16 {
        margin-left: 25rem !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: .75rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: .75rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: .75rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: .75rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: .75rem !important
    }

    .p-xl-4 {
        padding: 1rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1rem !important
    }

    .p-xl-5 {
        padding: 1.5rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 1.5rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 1.5rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 1.5rem !important
    }

    .p-xl-6 {
        padding: 2rem !important
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 2rem !important
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 2rem !important
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 2rem !important
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 2rem !important
    }

    .p-xl-7 {
        padding: 2.5rem !important
    }

    .pt-xl-7,
    .py-xl-7 {
        padding-top: 2.5rem !important
    }

    .pr-xl-7,
    .px-xl-7 {
        padding-right: 2.5rem !important
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 2.5rem !important
    }

    .pl-xl-7,
    .px-xl-7 {
        padding-left: 2.5rem !important
    }

    .p-xl-8 {
        padding: 3rem !important
    }

    .pt-xl-8,
    .py-xl-8 {
        padding-top: 3rem !important
    }

    .pr-xl-8,
    .px-xl-8 {
        padding-right: 3rem !important
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 3rem !important
    }

    .pl-xl-8,
    .px-xl-8 {
        padding-left: 3rem !important
    }

    .p-xl-9 {
        padding: 4rem !important
    }

    .pt-xl-9,
    .py-xl-9 {
        padding-top: 4rem !important
    }

    .pr-xl-9,
    .px-xl-9 {
        padding-right: 4rem !important
    }

    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 4rem !important
    }

    .pl-xl-9,
    .px-xl-9 {
        padding-left: 4rem !important
    }

    .p-xl-10 {
        padding: 5rem !important
    }

    .pt-xl-10,
    .py-xl-10 {
        padding-top: 5rem !important
    }

    .pr-xl-10,
    .px-xl-10 {
        padding-right: 5rem !important
    }

    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 5rem !important
    }

    .pl-xl-10,
    .px-xl-10 {
        padding-left: 5rem !important
    }

    .p-xl-11 {
        padding: 6rem !important
    }

    .pt-xl-11,
    .py-xl-11 {
        padding-top: 6rem !important
    }

    .pr-xl-11,
    .px-xl-11 {
        padding-right: 6rem !important
    }

    .pb-xl-11,
    .py-xl-11 {
        padding-bottom: 6rem !important
    }

    .pl-xl-11,
    .px-xl-11 {
        padding-left: 6rem !important
    }

    .p-xl-12 {
        padding: 8rem !important
    }

    .pt-xl-12,
    .py-xl-12 {
        padding-top: 8rem !important
    }

    .pr-xl-12,
    .px-xl-12 {
        padding-right: 8rem !important
    }

    .pb-xl-12,
    .py-xl-12 {
        padding-bottom: 8rem !important
    }

    .pl-xl-12,
    .px-xl-12 {
        padding-left: 8rem !important
    }

    .p-xl-13 {
        padding: 10rem !important
    }

    .pt-xl-13,
    .py-xl-13 {
        padding-top: 10rem !important
    }

    .pr-xl-13,
    .px-xl-13 {
        padding-right: 10rem !important
    }

    .pb-xl-13,
    .py-xl-13 {
        padding-bottom: 10rem !important
    }

    .pl-xl-13,
    .px-xl-13 {
        padding-left: 10rem !important
    }

    .p-xl-14 {
        padding: 12rem !important
    }

    .pt-xl-14,
    .py-xl-14 {
        padding-top: 12rem !important
    }

    .pr-xl-14,
    .px-xl-14 {
        padding-right: 12rem !important
    }

    .pb-xl-14,
    .py-xl-14 {
        padding-bottom: 12rem !important
    }

    .pl-xl-14,
    .px-xl-14 {
        padding-left: 12rem !important
    }

    .p-xl-15 {
        padding: 16rem !important
    }

    .pt-xl-15,
    .py-xl-15 {
        padding-top: 16rem !important
    }

    .pr-xl-15,
    .px-xl-15 {
        padding-right: 16rem !important
    }

    .pb-xl-15,
    .py-xl-15 {
        padding-bottom: 16rem !important
    }

    .pl-xl-15,
    .px-xl-15 {
        padding-left: 16rem !important
    }

    .p-xl-16 {
        padding: 25rem !important
    }

    .pt-xl-16,
    .py-xl-16 {
        padding-top: 25rem !important
    }

    .pr-xl-16,
    .px-xl-16 {
        padding-right: 25rem !important
    }

    .pb-xl-16,
    .py-xl-16 {
        padding-bottom: 25rem !important
    }

    .pl-xl-16,
    .px-xl-16 {
        padding-left: 25rem !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: -.75rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -.75rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -.75rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -.75rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -.75rem !important
    }

    .m-xl-n4 {
        margin: -1rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1rem !important
    }

    .m-xl-n5 {
        margin: -1.5rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -1.5rem !important
    }

    .m-xl-n6 {
        margin: -2rem !important
    }

    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -2rem !important
    }

    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -2rem !important
    }

    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -2rem !important
    }

    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -2rem !important
    }

    .m-xl-n7 {
        margin: -2.5rem !important
    }

    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -2.5rem !important
    }

    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -2.5rem !important
    }

    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -2.5rem !important
    }

    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -2.5rem !important
    }

    .m-xl-n8 {
        margin: -3rem !important
    }

    .mt-xl-n8,
    .my-xl-n8 {
        margin-top: -3rem !important
    }

    .mr-xl-n8,
    .mx-xl-n8 {
        margin-right: -3rem !important
    }

    .mb-xl-n8,
    .my-xl-n8 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n8,
    .mx-xl-n8 {
        margin-left: -3rem !important
    }

    .m-xl-n9 {
        margin: -4rem !important
    }

    .mt-xl-n9,
    .my-xl-n9 {
        margin-top: -4rem !important
    }

    .mr-xl-n9,
    .mx-xl-n9 {
        margin-right: -4rem !important
    }

    .mb-xl-n9,
    .my-xl-n9 {
        margin-bottom: -4rem !important
    }

    .ml-xl-n9,
    .mx-xl-n9 {
        margin-left: -4rem !important
    }

    .m-xl-n10 {
        margin: -5rem !important
    }

    .mt-xl-n10,
    .my-xl-n10 {
        margin-top: -5rem !important
    }

    .mr-xl-n10,
    .mx-xl-n10 {
        margin-right: -5rem !important
    }

    .mb-xl-n10,
    .my-xl-n10 {
        margin-bottom: -5rem !important
    }

    .ml-xl-n10,
    .mx-xl-n10 {
        margin-left: -5rem !important
    }

    .m-xl-n11 {
        margin: -6rem !important
    }

    .mt-xl-n11,
    .my-xl-n11 {
        margin-top: -6rem !important
    }

    .mr-xl-n11,
    .mx-xl-n11 {
        margin-right: -6rem !important
    }

    .mb-xl-n11,
    .my-xl-n11 {
        margin-bottom: -6rem !important
    }

    .ml-xl-n11,
    .mx-xl-n11 {
        margin-left: -6rem !important
    }

    .m-xl-n12 {
        margin: -8rem !important
    }

    .mt-xl-n12,
    .my-xl-n12 {
        margin-top: -8rem !important
    }

    .mr-xl-n12,
    .mx-xl-n12 {
        margin-right: -8rem !important
    }

    .mb-xl-n12,
    .my-xl-n12 {
        margin-bottom: -8rem !important
    }

    .ml-xl-n12,
    .mx-xl-n12 {
        margin-left: -8rem !important
    }

    .m-xl-n13 {
        margin: -10rem !important
    }

    .mt-xl-n13,
    .my-xl-n13 {
        margin-top: -10rem !important
    }

    .mr-xl-n13,
    .mx-xl-n13 {
        margin-right: -10rem !important
    }

    .mb-xl-n13,
    .my-xl-n13 {
        margin-bottom: -10rem !important
    }

    .ml-xl-n13,
    .mx-xl-n13 {
        margin-left: -10rem !important
    }

    .m-xl-n14 {
        margin: -12rem !important
    }

    .mt-xl-n14,
    .my-xl-n14 {
        margin-top: -12rem !important
    }

    .mr-xl-n14,
    .mx-xl-n14 {
        margin-right: -12rem !important
    }

    .mb-xl-n14,
    .my-xl-n14 {
        margin-bottom: -12rem !important
    }

    .ml-xl-n14,
    .mx-xl-n14 {
        margin-left: -12rem !important
    }

    .m-xl-n15 {
        margin: -16rem !important
    }

    .mt-xl-n15,
    .my-xl-n15 {
        margin-top: -16rem !important
    }

    .mr-xl-n15,
    .mx-xl-n15 {
        margin-right: -16rem !important
    }

    .mb-xl-n15,
    .my-xl-n15 {
        margin-bottom: -16rem !important
    }

    .ml-xl-n15,
    .mx-xl-n15 {
        margin-left: -16rem !important
    }

    .m-xl-n16 {
        margin: -25rem !important
    }

    .mt-xl-n16,
    .my-xl-n16 {
        margin-top: -25rem !important
    }

    .mr-xl-n16,
    .mx-xl-n16 {
        margin-right: -25rem !important
    }

    .mb-xl-n16,
    .my-xl-n16 {
        margin-bottom: -25rem !important
    }

    .ml-xl-n16,
    .mx-xl-n16 {
        margin-left: -25rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width:1290px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: .75rem !important
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: .75rem !important
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: .75rem !important
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: .75rem !important
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: .75rem !important
    }

    .m-xxl-4 {
        margin: 1rem !important
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1rem !important
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1rem !important
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1rem !important
    }

    .m-xxl-5 {
        margin: 1.5rem !important
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 1.5rem !important
    }

    .m-xxl-6 {
        margin: 2rem !important
    }

    .mt-xxl-6,
    .my-xxl-6 {
        margin-top: 2rem !important
    }

    .mr-xxl-6,
    .mx-xxl-6 {
        margin-right: 2rem !important
    }

    .mb-xxl-6,
    .my-xxl-6 {
        margin-bottom: 2rem !important
    }

    .ml-xxl-6,
    .mx-xxl-6 {
        margin-left: 2rem !important
    }

    .m-xxl-7 {
        margin: 2.5rem !important
    }

    .mt-xxl-7,
    .my-xxl-7 {
        margin-top: 2.5rem !important
    }

    .mr-xxl-7,
    .mx-xxl-7 {
        margin-right: 2.5rem !important
    }

    .mb-xxl-7,
    .my-xxl-7 {
        margin-bottom: 2.5rem !important
    }

    .ml-xxl-7,
    .mx-xxl-7 {
        margin-left: 2.5rem !important
    }

    .m-xxl-8 {
        margin: 3rem !important
    }

    .mt-xxl-8,
    .my-xxl-8 {
        margin-top: 3rem !important
    }

    .mr-xxl-8,
    .mx-xxl-8 {
        margin-right: 3rem !important
    }

    .mb-xxl-8,
    .my-xxl-8 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-8,
    .mx-xxl-8 {
        margin-left: 3rem !important
    }

    .m-xxl-9 {
        margin: 4rem !important
    }

    .mt-xxl-9,
    .my-xxl-9 {
        margin-top: 4rem !important
    }

    .mr-xxl-9,
    .mx-xxl-9 {
        margin-right: 4rem !important
    }

    .mb-xxl-9,
    .my-xxl-9 {
        margin-bottom: 4rem !important
    }

    .ml-xxl-9,
    .mx-xxl-9 {
        margin-left: 4rem !important
    }

    .m-xxl-10 {
        margin: 5rem !important
    }

    .mt-xxl-10,
    .my-xxl-10 {
        margin-top: 5rem !important
    }

    .mr-xxl-10,
    .mx-xxl-10 {
        margin-right: 5rem !important
    }

    .mb-xxl-10,
    .my-xxl-10 {
        margin-bottom: 5rem !important
    }

    .ml-xxl-10,
    .mx-xxl-10 {
        margin-left: 5rem !important
    }

    .m-xxl-11 {
        margin: 6rem !important
    }

    .mt-xxl-11,
    .my-xxl-11 {
        margin-top: 6rem !important
    }

    .mr-xxl-11,
    .mx-xxl-11 {
        margin-right: 6rem !important
    }

    .mb-xxl-11,
    .my-xxl-11 {
        margin-bottom: 6rem !important
    }

    .ml-xxl-11,
    .mx-xxl-11 {
        margin-left: 6rem !important
    }

    .m-xxl-12 {
        margin: 8rem !important
    }

    .mt-xxl-12,
    .my-xxl-12 {
        margin-top: 8rem !important
    }

    .mr-xxl-12,
    .mx-xxl-12 {
        margin-right: 8rem !important
    }

    .mb-xxl-12,
    .my-xxl-12 {
        margin-bottom: 8rem !important
    }

    .ml-xxl-12,
    .mx-xxl-12 {
        margin-left: 8rem !important
    }

    .m-xxl-13 {
        margin: 10rem !important
    }

    .mt-xxl-13,
    .my-xxl-13 {
        margin-top: 10rem !important
    }

    .mr-xxl-13,
    .mx-xxl-13 {
        margin-right: 10rem !important
    }

    .mb-xxl-13,
    .my-xxl-13 {
        margin-bottom: 10rem !important
    }

    .ml-xxl-13,
    .mx-xxl-13 {
        margin-left: 10rem !important
    }

    .m-xxl-14 {
        margin: 12rem !important
    }

    .mt-xxl-14,
    .my-xxl-14 {
        margin-top: 12rem !important
    }

    .mr-xxl-14,
    .mx-xxl-14 {
        margin-right: 12rem !important
    }

    .mb-xxl-14,
    .my-xxl-14 {
        margin-bottom: 12rem !important
    }

    .ml-xxl-14,
    .mx-xxl-14 {
        margin-left: 12rem !important
    }

    .m-xxl-15 {
        margin: 16rem !important
    }

    .mt-xxl-15,
    .my-xxl-15 {
        margin-top: 16rem !important
    }

    .mr-xxl-15,
    .mx-xxl-15 {
        margin-right: 16rem !important
    }

    .mb-xxl-15,
    .my-xxl-15 {
        margin-bottom: 16rem !important
    }

    .ml-xxl-15,
    .mx-xxl-15 {
        margin-left: 16rem !important
    }

    .m-xxl-16 {
        margin: 25rem !important
    }

    .mt-xxl-16,
    .my-xxl-16 {
        margin-top: 25rem !important
    }

    .mr-xxl-16,
    .mx-xxl-16 {
        margin-right: 25rem !important
    }

    .mb-xxl-16,
    .my-xxl-16 {
        margin-bottom: 25rem !important
    }

    .ml-xxl-16,
    .mx-xxl-16 {
        margin-left: 25rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: .75rem !important
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: .75rem !important
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: .75rem !important
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: .75rem !important
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: .75rem !important
    }

    .p-xxl-4 {
        padding: 1rem !important
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1rem !important
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1rem !important
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1rem !important
    }

    .p-xxl-5 {
        padding: 1.5rem !important
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 1.5rem !important
    }

    .p-xxl-6 {
        padding: 2rem !important
    }

    .pt-xxl-6,
    .py-xxl-6 {
        padding-top: 2rem !important
    }

    .pr-xxl-6,
    .px-xxl-6 {
        padding-right: 2rem !important
    }

    .pb-xxl-6,
    .py-xxl-6 {
        padding-bottom: 2rem !important
    }

    .pl-xxl-6,
    .px-xxl-6 {
        padding-left: 2rem !important
    }

    .p-xxl-7 {
        padding: 2.5rem !important
    }

    .pt-xxl-7,
    .py-xxl-7 {
        padding-top: 2.5rem !important
    }

    .pr-xxl-7,
    .px-xxl-7 {
        padding-right: 2.5rem !important
    }

    .pb-xxl-7,
    .py-xxl-7 {
        padding-bottom: 2.5rem !important
    }

    .pl-xxl-7,
    .px-xxl-7 {
        padding-left: 2.5rem !important
    }

    .p-xxl-8 {
        padding: 3rem !important
    }

    .pt-xxl-8,
    .py-xxl-8 {
        padding-top: 3rem !important
    }

    .pr-xxl-8,
    .px-xxl-8 {
        padding-right: 3rem !important
    }

    .pb-xxl-8,
    .py-xxl-8 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-8,
    .px-xxl-8 {
        padding-left: 3rem !important
    }

    .p-xxl-9 {
        padding: 4rem !important
    }

    .pt-xxl-9,
    .py-xxl-9 {
        padding-top: 4rem !important
    }

    .pr-xxl-9,
    .px-xxl-9 {
        padding-right: 4rem !important
    }

    .pb-xxl-9,
    .py-xxl-9 {
        padding-bottom: 4rem !important
    }

    .pl-xxl-9,
    .px-xxl-9 {
        padding-left: 4rem !important
    }

    .p-xxl-10 {
        padding: 5rem !important
    }

    .pt-xxl-10,
    .py-xxl-10 {
        padding-top: 5rem !important
    }

    .pr-xxl-10,
    .px-xxl-10 {
        padding-right: 5rem !important
    }

    .pb-xxl-10,
    .py-xxl-10 {
        padding-bottom: 5rem !important
    }

    .pl-xxl-10,
    .px-xxl-10 {
        padding-left: 5rem !important
    }

    .p-xxl-11 {
        padding: 6rem !important
    }

    .pt-xxl-11,
    .py-xxl-11 {
        padding-top: 6rem !important
    }

    .pr-xxl-11,
    .px-xxl-11 {
        padding-right: 6rem !important
    }

    .pb-xxl-11,
    .py-xxl-11 {
        padding-bottom: 6rem !important
    }

    .pl-xxl-11,
    .px-xxl-11 {
        padding-left: 6rem !important
    }

    .p-xxl-12 {
        padding: 8rem !important
    }

    .pt-xxl-12,
    .py-xxl-12 {
        padding-top: 8rem !important
    }

    .pr-xxl-12,
    .px-xxl-12 {
        padding-right: 8rem !important
    }

    .pb-xxl-12,
    .py-xxl-12 {
        padding-bottom: 8rem !important
    }

    .pl-xxl-12,
    .px-xxl-12 {
        padding-left: 8rem !important
    }

    .p-xxl-13 {
        padding: 10rem !important
    }

    .pt-xxl-13,
    .py-xxl-13 {
        padding-top: 10rem !important
    }

    .pr-xxl-13,
    .px-xxl-13 {
        padding-right: 10rem !important
    }

    .pb-xxl-13,
    .py-xxl-13 {
        padding-bottom: 10rem !important
    }

    .pl-xxl-13,
    .px-xxl-13 {
        padding-left: 10rem !important
    }

    .p-xxl-14 {
        padding: 12rem !important
    }

    .pt-xxl-14,
    .py-xxl-14 {
        padding-top: 12rem !important
    }

    .pr-xxl-14,
    .px-xxl-14 {
        padding-right: 12rem !important
    }

    .pb-xxl-14,
    .py-xxl-14 {
        padding-bottom: 12rem !important
    }

    .pl-xxl-14,
    .px-xxl-14 {
        padding-left: 12rem !important
    }

    .p-xxl-15 {
        padding: 16rem !important
    }

    .pt-xxl-15,
    .py-xxl-15 {
        padding-top: 16rem !important
    }

    .pr-xxl-15,
    .px-xxl-15 {
        padding-right: 16rem !important
    }

    .pb-xxl-15,
    .py-xxl-15 {
        padding-bottom: 16rem !important
    }

    .pl-xxl-15,
    .px-xxl-15 {
        padding-left: 16rem !important
    }

    .p-xxl-16 {
        padding: 25rem !important
    }

    .pt-xxl-16,
    .py-xxl-16 {
        padding-top: 25rem !important
    }

    .pr-xxl-16,
    .px-xxl-16 {
        padding-right: 25rem !important
    }

    .pb-xxl-16,
    .py-xxl-16 {
        padding-bottom: 25rem !important
    }

    .pl-xxl-16,
    .px-xxl-16 {
        padding-left: 25rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -.75rem !important
    }

    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -.75rem !important
    }

    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -.75rem !important
    }

    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -.75rem !important
    }

    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -.75rem !important
    }

    .m-xxl-n4 {
        margin: -1rem !important
    }

    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1rem !important
    }

    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1rem !important
    }

    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1rem !important
    }

    .m-xxl-n5 {
        margin: -1.5rem !important
    }

    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n6 {
        margin: -2rem !important
    }

    .mt-xxl-n6,
    .my-xxl-n6 {
        margin-top: -2rem !important
    }

    .mr-xxl-n6,
    .mx-xxl-n6 {
        margin-right: -2rem !important
    }

    .mb-xxl-n6,
    .my-xxl-n6 {
        margin-bottom: -2rem !important
    }

    .ml-xxl-n6,
    .mx-xxl-n6 {
        margin-left: -2rem !important
    }

    .m-xxl-n7 {
        margin: -2.5rem !important
    }

    .mt-xxl-n7,
    .my-xxl-n7 {
        margin-top: -2.5rem !important
    }

    .mr-xxl-n7,
    .mx-xxl-n7 {
        margin-right: -2.5rem !important
    }

    .mb-xxl-n7,
    .my-xxl-n7 {
        margin-bottom: -2.5rem !important
    }

    .ml-xxl-n7,
    .mx-xxl-n7 {
        margin-left: -2.5rem !important
    }

    .m-xxl-n8 {
        margin: -3rem !important
    }

    .mt-xxl-n8,
    .my-xxl-n8 {
        margin-top: -3rem !important
    }

    .mr-xxl-n8,
    .mx-xxl-n8 {
        margin-right: -3rem !important
    }

    .mb-xxl-n8,
    .my-xxl-n8 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n8,
    .mx-xxl-n8 {
        margin-left: -3rem !important
    }

    .m-xxl-n9 {
        margin: -4rem !important
    }

    .mt-xxl-n9,
    .my-xxl-n9 {
        margin-top: -4rem !important
    }

    .mr-xxl-n9,
    .mx-xxl-n9 {
        margin-right: -4rem !important
    }

    .mb-xxl-n9,
    .my-xxl-n9 {
        margin-bottom: -4rem !important
    }

    .ml-xxl-n9,
    .mx-xxl-n9 {
        margin-left: -4rem !important
    }

    .m-xxl-n10 {
        margin: -5rem !important
    }

    .mt-xxl-n10,
    .my-xxl-n10 {
        margin-top: -5rem !important
    }

    .mr-xxl-n10,
    .mx-xxl-n10 {
        margin-right: -5rem !important
    }

    .mb-xxl-n10,
    .my-xxl-n10 {
        margin-bottom: -5rem !important
    }

    .ml-xxl-n10,
    .mx-xxl-n10 {
        margin-left: -5rem !important
    }

    .m-xxl-n11 {
        margin: -6rem !important
    }

    .mt-xxl-n11,
    .my-xxl-n11 {
        margin-top: -6rem !important
    }

    .mr-xxl-n11,
    .mx-xxl-n11 {
        margin-right: -6rem !important
    }

    .mb-xxl-n11,
    .my-xxl-n11 {
        margin-bottom: -6rem !important
    }

    .ml-xxl-n11,
    .mx-xxl-n11 {
        margin-left: -6rem !important
    }

    .m-xxl-n12 {
        margin: -8rem !important
    }

    .mt-xxl-n12,
    .my-xxl-n12 {
        margin-top: -8rem !important
    }

    .mr-xxl-n12,
    .mx-xxl-n12 {
        margin-right: -8rem !important
    }

    .mb-xxl-n12,
    .my-xxl-n12 {
        margin-bottom: -8rem !important
    }

    .ml-xxl-n12,
    .mx-xxl-n12 {
        margin-left: -8rem !important
    }

    .m-xxl-n13 {
        margin: -10rem !important
    }

    .mt-xxl-n13,
    .my-xxl-n13 {
        margin-top: -10rem !important
    }

    .mr-xxl-n13,
    .mx-xxl-n13 {
        margin-right: -10rem !important
    }

    .mb-xxl-n13,
    .my-xxl-n13 {
        margin-bottom: -10rem !important
    }

    .ml-xxl-n13,
    .mx-xxl-n13 {
        margin-left: -10rem !important
    }

    .m-xxl-n14 {
        margin: -12rem !important
    }

    .mt-xxl-n14,
    .my-xxl-n14 {
        margin-top: -12rem !important
    }

    .mr-xxl-n14,
    .mx-xxl-n14 {
        margin-right: -12rem !important
    }

    .mb-xxl-n14,
    .my-xxl-n14 {
        margin-bottom: -12rem !important
    }

    .ml-xxl-n14,
    .mx-xxl-n14 {
        margin-left: -12rem !important
    }

    .m-xxl-n15 {
        margin: -16rem !important
    }

    .mt-xxl-n15,
    .my-xxl-n15 {
        margin-top: -16rem !important
    }

    .mr-xxl-n15,
    .mx-xxl-n15 {
        margin-right: -16rem !important
    }

    .mb-xxl-n15,
    .my-xxl-n15 {
        margin-bottom: -16rem !important
    }

    .ml-xxl-n15,
    .mx-xxl-n15 {
        margin-left: -16rem !important
    }

    .m-xxl-n16 {
        margin: -25rem !important
    }

    .mt-xxl-n16,
    .my-xxl-n16 {
        margin-top: -25rem !important
    }

    .mr-xxl-n16,
    .mx-xxl-n16 {
        margin-right: -25rem !important
    }

    .mb-xxl-n16,
    .my-xxl-n16 {
        margin-bottom: -25rem !important
    }

    .ml-xxl-n16,
    .mx-xxl-n16 {
        margin-left: -25rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

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

@media (min-width:1290px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 600 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #335eea !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #133bbd !important
}

.text-secondary {
    color: #616161 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #3b3b3b !important
}

.text-success {
    color: #42ba96 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #2e8268 !important
}

.text-info {
    color: #7c69ef !important
}

a.text-info:focus,
a.text-info:hover {
    color: #4024e8 !important
}

.text-warning {
    color: #fad776 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #f7c12c !important
}

.text-danger {
    color: #df4759 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #b92032 !important
}

.text-light {
    color: #fafafa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #d4d4d4 !important
}

.text-dark {
    color: #212121 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #000 !important
}

.text-primary-desat {
    color: #6c8aec !important
}

a.text-primary-desat:focus,
a.text-primary-desat:hover {
    color: #2854e3 !important
}

.text-black {
    color: #161c2d !important
}

a.text-black:focus,
a.text-black:hover {
    color: #000 !important
}

.text-white {
    color: #fff !important
}

a.text-white:focus,
a.text-white:hover {
    color: #d9d9d9 !important
}

.text-body {
    color: #161c2d !important
}

.text-muted {
    color: #757575 !important
}

.text-black-50 {
    color: rgba(22, 28, 45, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #bdbdbd;
        page-break-inside: avoid
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #161c2d
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #eee !important
    }

    .table-dark {
        color: inherit
    }

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

    .table .thead-dark th {
        color: inherit;
        border-color: #eee
    }
}

.alert-primary {
    color: #fff;
    background-color: #335eea;
    border-color: #335eea
}

.alert-primary hr {
    border-top-color: #1c4ce8
}

.alert-primary .alert-link {
    color: #e6e6e6
}

.alert-primary .alert-link,
.alert-primary .close {
    color: #fff
}

.alert-secondary {
    color: #fff;
    background-color: #616161;
    border-color: #616161
}

.alert-secondary hr {
    border-top-color: #545454
}

.alert-secondary .alert-link {
    color: #e6e6e6
}

.alert-secondary .alert-link,
.alert-secondary .close {
    color: #fff
}

.alert-success {
    color: #fff;
    background-color: #42ba96;
    border-color: #42ba96
}

.alert-success hr {
    border-top-color: #3ba787
}

.alert-success .alert-link {
    color: #e6e6e6
}

.alert-success .alert-link,
.alert-success .close {
    color: #fff
}

.alert-info {
    color: #fff;
    background-color: #7c69ef;
    border-color: #7c69ef
}

.alert-info hr {
    border-top-color: #6852ed
}

.alert-info .alert-link {
    color: #e6e6e6
}

.alert-info .alert-link,
.alert-info .close {
    color: #fff
}

.alert-warning {
    color: #212121;
    background-color: #fad776;
    border-color: #fad776
}

.alert-warning hr {
    border-top-color: #f9d05d
}

.alert-warning .alert-link {
    color: #080808
}

.alert-warning .alert-link,
.alert-warning .close {
    color: #212121
}

.alert-danger {
    color: #fff;
    background-color: #df4759;
    border-color: #df4759
}

.alert-danger hr {
    border-top-color: #db3145
}

.alert-danger .alert-link {
    color: #e6e6e6
}

.alert-danger .alert-link,
.alert-danger .close {
    color: #fff
}

.alert-light {
    color: #212121;
    background-color: #fafafa;
    border-color: #fafafa
}

.alert-light hr {
    border-top-color: #ededed
}

.alert-light .alert-link {
    color: #080808
}

.alert-light .alert-link,
.alert-light .close {
    color: #212121
}

.alert-dark {
    color: #fff;
    background-color: #212121;
    border-color: #212121
}

.alert-dark hr {
    border-top-color: #141414
}

.alert-dark .alert-link {
    color: #e6e6e6
}

.alert-dark .alert-link,
.alert-dark .close {
    color: #fff
}

.alert-primary-desat {
    color: #fff;
    background-color: #6c8aec;
    border-color: #6c8aec
}

.alert-primary-desat hr {
    border-top-color: #5578e9
}

.alert-primary-desat .alert-link {
    color: #e6e6e6
}

.alert-primary-desat .alert-link,
.alert-primary-desat .close {
    color: #fff
}

.alert-black {
    color: #fff;
    background-color: #161c2d;
    border-color: #161c2d
}

.alert-black hr {
    border-top-color: #0e111c
}

.alert-black .alert-link {
    color: #e6e6e6
}

.alert-black .alert-link,
.alert-black .close {
    color: #fff
}

.alert-white {
    color: #212121;
    background-color: #fff;
    border-color: #fff
}

.alert-white hr {
    border-top-color: #f2f2f2
}

.alert-white .alert-link {
    color: #080808
}

.alert-white .alert-link,
.alert-white .close {
    color: #212121
}

.badge-primary-soft {
    background-color: rgba(51, 94, 234, .1);
    color: #335eea
}

a.badge-primary-soft:focus,
a.badge-primary-soft:hover {
    background-color: rgba(51, 94, 234, .2);
    color: #335eea
}

.badge-secondary-soft {
    background-color: rgba(97, 97, 97, .1);
    color: #616161
}

a.badge-secondary-soft:focus,
a.badge-secondary-soft:hover {
    background-color: rgba(97, 97, 97, .2);
    color: #616161
}

.badge-success-soft {
    background-color: rgba(66, 186, 150, .1);
    color: #42ba96
}

a.badge-success-soft:focus,
a.badge-success-soft:hover {
    background-color: rgba(66, 186, 150, .2);
    color: #42ba96
}

.badge-info-soft {
    background-color: rgba(124, 105, 239, .1);
    color: #7c69ef
}

a.badge-info-soft:focus,
a.badge-info-soft:hover {
    background-color: rgba(124, 105, 239, .2);
    color: #7c69ef
}

.badge-warning-soft {
    background-color: rgba(250, 215, 118, .1);
    color: #fad776
}

a.badge-warning-soft:focus,
a.badge-warning-soft:hover {
    background-color: rgba(250, 215, 118, .2);
    color: #fad776
}

.badge-danger-soft {
    background-color: rgba(223, 71, 89, .1);
    color: #df4759
}

a.badge-danger-soft:focus,
a.badge-danger-soft:hover {
    background-color: rgba(223, 71, 89, .2);
    color: #df4759
}

.badge-light-soft {
    background-color: rgba(250, 250, 250, .1);
    color: #fafafa
}

a.badge-light-soft:focus,
a.badge-light-soft:hover {
    background-color: rgba(250, 250, 250, .2);
    color: #fafafa
}

.badge-dark-soft {
    background-color: rgba(33, 33, 33, .1);
    color: #212121
}

a.badge-dark-soft:focus,
a.badge-dark-soft:hover {
    background-color: rgba(33, 33, 33, .2);
    color: #212121
}

.badge-primary-desat-soft {
    background-color: rgba(108, 138, 236, .1);
    color: #6c8aec
}

a.badge-primary-desat-soft:focus,
a.badge-primary-desat-soft:hover {
    background-color: rgba(108, 138, 236, .2);
    color: #6c8aec
}

.badge-black-soft {
    background-color: rgba(22, 28, 45, .1);
    color: #161c2d
}

a.badge-black-soft:focus,
a.badge-black-soft:hover {
    background-color: rgba(22, 28, 45, .2);
    color: #161c2d
}

.badge-white-soft {
    background-color: rgba(255, 255, 255, .1);
    color: #fff
}

a.badge-white-soft:focus,
a.badge-white-soft:hover {
    background-color: rgba(255, 255, 255, .2);
    color: #fff
}

.badge-gray-700-soft {
    background-color: rgba(97, 97, 97, .1);
    color: #616161
}

a.badge-gray-700-soft:focus,
a.badge-gray-700-soft:hover {
    background-color: rgba(97, 97, 97, .2);
    color: #616161
}

.badge-gray-600 {
    background-color: #757575;
    color: #fff
}

.badge-lg {
    padding: .7em 1.15em
}

.badge-rounded-circle {
    height: calc(1em + .5rem);
    padding-left: .25rem;
    padding-right: .25rem;
    border-radius: 10rem
}

.badge-rounded-circle>* {
    display: block;
    width: 1em
}

.badge-rounded-circle.badge-lg {
    height: calc(1em + 1.4em);
    padding-left: .7em;
    padding-right: .7em
}

.badge-float {
    position: absolute;
    z-index: 1000
}

.badge-float-outside {
    top: -.5rem;
    right: -.5rem
}

.badge-float-inside {
    top: 1rem;
    right: 1rem
}

.badge-white-soft.active {
    background-color: #fff;
    color: #335eea
}

.badge-white-soft.active:focus,
.badge-white-soft.active:hover {
    background-color: #f2f2f2;
    color: #335eea
}

.badge-secondary-soft.active {
    background-color: #335eea;
    color: #fff
}

.badge-secondary-soft.active:focus,
.badge-secondary-soft.active:hover {
    background-color: #1c4ce8;
    color: #fff
}

.breadcrumb-item {
    font-size: .9375rem
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\e930";
    font-family: Feather
}

.breadcrumb-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: auto
}

.breadcrumb-scroll .breadcrumb-item {
    white-space: nowrap
}

.breadcrumb-scroll::-webkit-scrollbar {
    display: none
}

.btn>img {
    max-height: 1em;
    width: auto
}

.btn:not([class*=btn-outline]) {
    border-color: transparent !important
}

.btn-xs {
    padding: .25rem .625rem;
    font-size: .9375rem
}

.btn-white {
    background-color: #fff;
    color: #335eea
}

.btn-white:focus,
.btn-white:hover {
    background-color: #fff;
    color: #1c4ce8
}

.btn-white.active {
    background-color: #f2f2f2;
    color: #1c4ce8
}

.btn-group .btn-white {
    border-color: #eee !important;
    color: #757575
}

.btn-group .btn-white.active {
    background-color: #f2f2f2;
    color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-gray-300-20 {
    background-color: rgba(238, 238, 238, .2);
    color: #fff
}

.btn-gray-300-20:focus,
.btn-gray-300-20:hover {
    background-color: rgba(238, 238, 238, .25);
    color: #fff
}

.btn-gray-300-20.active {
    background-color: rgba(238, 238, 238, .25);
    color: #fff
}

.btn-gray-400 {
    background-color: #e0e0e0;
    color: #fff
}

.btn-gray-400:focus,
.btn-gray-400:hover {
    background-color: #d3d3d3;
    color: #f2f2f2
}

.btn-gray-400.active {
    background-color: #d3d3d3;
    color: #f2f2f2
}

.btn-gray-400-10 {
    background-color: rgba(224, 224, 224, .1);
    color: #fff
}

.btn-gray-400-10:focus,
.btn-gray-400-10:hover {
    background-color: rgba(224, 224, 224, .15);
    color: #fff
}

.btn-gray-400-10.active {
    background-color: rgba(224, 224, 224, .15);
    color: #fff
}

.btn-outline-white {
    border-color: #eee;
    color: #161c2d
}

.btn-outline-white:focus,
.btn-outline-white:hover {
    background-color: #f2f2f2;
    border-color: #e0e0e0;
    color: #161c2d
}

.btn-outline-white.active {
    background-color: #f2f2f2;
    border-color: #e0e0e0;
    color: #161c2d
}

.btn-outline-gray-300 {
    border-color: #eee;
    color: #335eea
}

.btn-outline-gray-300:focus,
.btn-outline-gray-300:hover {
    background-color: #335eea;
    border-color: #335eea;
    color: #fff
}

.btn-outline-gray-300.active {
    background-color: #335eea;
    border-color: #335eea;
    color: #fff
}

.btn-primary-soft {
    background-color: rgba(51, 94, 234, .1);
    color: #335eea
}

.btn-primary-soft:focus,
.btn-primary-soft:hover {
    background-color: rgba(51, 94, 234, .15);
    color: #335eea
}

.btn-primary-soft.active {
    background-color: rgba(51, 94, 234, .15);
    color: #335eea
}

.btn-secondary-soft {
    background-color: rgba(97, 97, 97, .1);
    color: #616161
}

.btn-secondary-soft:focus,
.btn-secondary-soft:hover {
    background-color: rgba(97, 97, 97, .15);
    color: #616161
}

.btn-secondary-soft.active {
    background-color: rgba(97, 97, 97, .15);
    color: #616161
}

.btn-success-soft {
    background-color: rgba(66, 186, 150, .1);
    color: #42ba96
}

.btn-success-soft:focus,
.btn-success-soft:hover {
    background-color: rgba(66, 186, 150, .15);
    color: #42ba96
}

.btn-success-soft.active {
    background-color: rgba(66, 186, 150, .15);
    color: #42ba96
}

.btn-info-soft {
    background-color: rgba(124, 105, 239, .1);
    color: #7c69ef
}

.btn-info-soft:focus,
.btn-info-soft:hover {
    background-color: rgba(124, 105, 239, .15);
    color: #7c69ef
}

.btn-info-soft.active {
    background-color: rgba(124, 105, 239, .15);
    color: #7c69ef
}

.btn-warning-soft {
    background-color: rgba(250, 215, 118, .1);
    color: #fad776
}

.btn-warning-soft:focus,
.btn-warning-soft:hover {
    background-color: rgba(250, 215, 118, .15);
    color: #fad776
}

.btn-warning-soft.active {
    background-color: rgba(250, 215, 118, .15);
    color: #fad776
}

.btn-danger-soft {
    background-color: rgba(223, 71, 89, .1);
    color: #df4759
}

.btn-danger-soft:focus,
.btn-danger-soft:hover {
    background-color: rgba(223, 71, 89, .15);
    color: #df4759
}

.btn-danger-soft.active {
    background-color: rgba(223, 71, 89, .15);
    color: #df4759
}

.btn-light-soft {
    background-color: rgba(250, 250, 250, .1);
    color: #fafafa
}

.btn-light-soft:focus,
.btn-light-soft:hover {
    background-color: rgba(250, 250, 250, .15);
    color: #fafafa
}

.btn-light-soft.active {
    background-color: rgba(250, 250, 250, .15);
    color: #fafafa
}

.btn-dark-soft {
    background-color: rgba(33, 33, 33, .1);
    color: #212121
}

.btn-dark-soft:focus,
.btn-dark-soft:hover {
    background-color: rgba(33, 33, 33, .15);
    color: #212121
}

.btn-dark-soft.active {
    background-color: rgba(33, 33, 33, .15);
    color: #212121
}

.btn-primary-desat-soft {
    background-color: rgba(108, 138, 236, .1);
    color: #6c8aec
}

.btn-primary-desat-soft:focus,
.btn-primary-desat-soft:hover {
    background-color: rgba(108, 138, 236, .15);
    color: #6c8aec
}

.btn-primary-desat-soft.active {
    background-color: rgba(108, 138, 236, .15);
    color: #6c8aec
}

.btn-black-soft {
    background-color: rgba(22, 28, 45, .1);
    color: #161c2d
}

.btn-black-soft:focus,
.btn-black-soft:hover {
    background-color: rgba(22, 28, 45, .15);
    color: #161c2d
}

.btn-black-soft.active {
    background-color: rgba(22, 28, 45, .15);
    color: #161c2d
}

.btn-white-soft {
    background-color: rgba(255, 255, 255, .1);
    color: #fff
}

.btn-white-soft:focus,
.btn-white-soft:hover {
    background-color: rgba(255, 255, 255, .15);
    color: #fff
}

.btn-white-soft.active {
    background-color: rgba(255, 255, 255, .15);
    color: #fff
}

.btn-pill {
    border-radius: 50rem
}

.btn-rounded-circle {
    padding-left: .8125rem;
    padding-right: .8125rem;
    border-radius: 50rem
}

.btn-rounded-circle>* {
    display: block;
    line-height: 1;
    width: 1em
}

.btn-group-lg>.btn-rounded-circle.btn,
.btn-rounded-circle.btn-lg {
    padding-left: 1.122rem;
    padding-right: 1.122rem
}

.btn-group-sm>.btn-rounded-circle.btn,
.btn-rounded-circle.btn-sm {
    padding-left: .5625rem;
    padding-right: .5625rem
}

.btn-rounded-circle.btn-xs {
    padding-left: .25rem;
    padding-right: .25rem
}

.card {
    position: relative;
    width: 100%
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid #eee
}

.card-body {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.card-footer {
    background-color: unset
}

.card-body,
.card-footer,
.card-img,
.card-img-left,
.card-img-right,
.card-img-top,
.card-meta {
    position: relative;
    min-height: 1px
}

a.card,
a.card-body,
a.card-footer,
a.card-meta {
    color: inherit
}

a.card-body:hover,
a.card-footer:hover,
a.card-meta:hover,
a.card:hover {
    text-decoration: none
}

.card-flush {
    background-color: unset
}

.card-flush>:not(.card-btn) {
    padding-left: 0;
    padding-right: 0
}

.card-border {
    position: relative
}

.card-border::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-top-width: 2px;
    border-bottom-width: calc(.1875rem - 2px);
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: inherit;
    border-bottom-color: transparent;
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.card-border-lg::after {
    border-top-width: 3px;
    border-bottom-width: calc(.1875rem - 3px)
}

.card-border-xl::after {
    border-top-width: 4px;
    border-bottom-width: calc(.1875rem - 3px)
}

@media (min-width:768px) {
    .card-row .card-body {
        padding: 4rem 2.5rem
    }
}

@media (min-width:768px) {
    .card-row .card-meta {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

.card-img-right {
    border-radius: .1875rem .1875rem 0 0
}

@media (min-width:768px) {
    .card-img-right {
        border-radius: 0 .1875rem .1875rem 0
    }
}

.card-img-left {
    border-radius: .1875rem .1875rem 0 0
}

@media (min-width:768px) {
    .card-img-left {
        border-radius: .1875rem 0 0 .1875rem
    }
}

@media (min-width:768px) {
    .card-img-slider {
        height: 100%;
        width: 100%
    }

    .card-img-slider * {
        height: inherit !important;
        width: inherit !important
    }
}

.card-img-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem
}

.card-img-overlay .card-body {
    margin: -2rem;
    margin-top: auto;
    border-bottom-right-radius: calc(.1875rem - 0px);
    border-bottom-left-radius: calc(.1875rem - 0px)
}

.card-img-overlay-hover {
    overflow: hidden
}

.card-img-overlay-hover .card-body {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.card-img-overlay-hover:hover .card-body {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media (min-width:576px) and (max-width:767.98px) {
    .card-group {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

.card-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2rem 1.5rem
}

.card-meta-divider {
    width: 100%;
    margin: 0 0 1.5rem
}

.card-btn:last-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.card-zoom {
    overflow: hidden !important;
    border-radius: inherit
}

.card-zoom>[class*=card-img] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.card:hover>.card-zoom>[class*=card-img] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.card-list .list-link {
    position: relative
}

.card-list .list-link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2rem;
    border-right: 2px solid #335eea;
    display: none
}

.card-list .list-link:hover {
    color: #161c2d !important
}

.card-list .active .list-link {
    color: #161c2d !important
}

.card-list .active .list-link::before {
    display: block
}

@media (max-width:767.98px) {
    .card-bleed {
        width: auto;
        min-width: 100%;
        margin-right: -20px;
        margin-left: -20px;
        border-radius: 0
    }

    .card-bleed .card-body,
    .card-bleed .card-footer,
    .card-bleed .card-header {
        padding-right: 20px;
        padding-left: 20px;
        border-radius: 0
    }

    .card-bleed .card-list .list-link::before {
        left: -20px
    }
}

.close:focus,
.close:hover {
    outline: 0
}

.custom-switch {
    min-height: 1.375rem
}

.custom-switch .custom-control-label::before {
    top: .109375rem;
    height: 1.375rem;
    border-radius: .6875rem
}

.custom-switch .custom-control-label::after {
    top: .296875rem;
    left: -2.8125rem;
    background-color: #fff
}

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

.custom-switch-dark .custom-control-label::before {
    background-color: rgba(255, 255, 255, .2)
}

.custom-switch-dark .custom-control-label::after {
    background-color: #fff
}

.custom-switch-dark .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff
}

.custom-switch-dark .custom-control-input:checked~.custom-control-label::after {
    background-color: #335eea
}

.custom-select-sm {
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpolyline fill='none' stroke='%23E0E0E0' stroke-width='2' stroke-linecap='round' points='6 9 12 15 18 9'/%3e%3c/svg%3e") no-repeat right 1rem center/auto 50%
}

.custom-select-xs {
    height: calc(.5rem + .9375rem * 1.5 + 2px);
    padding: .25rem 1.875rem .25rem .625rem;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3e%3cpolyline fill='none' stroke='%23E0E0E0' stroke-width='2' stroke-linecap='round' points='6 9 12 15 18 9'/%3e%3c/svg%3e") no-repeat right .625rem center/auto 50%;
    line-height: 1.5;
    font-size: .9375rem
}

.dropdown-menu {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.dropdown-item {
    width: auto;
    min-width: 100%;
    margin-left: -1.75rem;
    margin-right: -1.75rem
}

.dropdown-item:focus,
.dropdown-item:hover {
    outline: 0
}

.dropdown-item+.dropdown-item {
    margin-top: .45rem
}

.dropdown-link {
    color: inherit
}

.dropdown-link:hover {
    text-decoration: inherit
}

.dropdown-link:focus,
.dropdown-link:hover {
    outline: 0
}

.dropdown-header {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    padding-top: 0;
    padding-bottom: .5rem;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.55;
    text-transform: uppercase;
    letter-spacing: .08em
}

.dropdown-menu-xs {
    min-width: 0;
    padding: 1rem 1.25rem
}

.dropdown-menu-md {
    min-width: 22rem
}

.dropdown-menu-lg {
    min-width: 35rem
}

.dropdown-menu-xl {
    min-width: 42rem
}

.dropdown-menu-lg,
.dropdown-menu-xl {
    padding: 2.375rem 2.5rem
}

.dropdown-menu-lg .dropdown-item,
.dropdown-menu-xl .dropdown-header {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.dropright>.dropdown-menu {
    top: -1.625rem
}

.form-control-xs {
    height: calc(.5rem + .9375rem * 1.5 + 2px);
    padding: .25rem .625rem;
    font-size: .9375rem
}

.form-control-flush {
    padding-left: 0;
    padding-right: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

.custom-file-label::after {
    font-weight: 600
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(1.5em + 1.625rem + 2px);
    padding: .8125rem 1.25rem;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.0625rem;
    color: #757575;
    pointer-events: none;
    cursor: text;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.form-label-group>.form-control-flush~label {
    padding-left: 0;
    padding-right: 0
}

.form-label-group>.form-control::-webkit-input-placeholder {
    color: transparent
}

.form-label-group>.form-control::-moz-placeholder {
    color: transparent
}

.form-label-group>.form-control:-ms-input-placeholder {
    color: transparent
}

.form-label-group>.form-control::-ms-input-placeholder {
    color: transparent
}

.form-label-group>.form-control::placeholder {
    color: transparent
}

.form-label-group>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.21875rem;
    padding-bottom: .40625rem
}

.form-label-group>.form-control:not(:-ms-input-placeholder) {
    padding-top: 1.21875rem;
    padding-bottom: .40625rem
}

.form-label-group>.form-control:not(:placeholder-shown) {
    padding-top: 1.21875rem;
    padding-bottom: .40625rem
}

.form-label-group>.form-control:not(:-moz-placeholder-shown)~label {
    font-size: .865rem
}

.form-label-group>.form-control:not(:-ms-input-placeholder)~label {
    font-size: .865rem
}

.form-label-group>.form-control:not(:placeholder-shown)~label {
    font-size: .865rem
}

@supports (-ms-ime-align:auto) {
    .form-label-group>label {
        display: none
    }

    .form-label-group .form-control::-webkit-input-placeholder {
        color: #757575
    }

    .form-label-group .form-control::-moz-placeholder {
        color: #757575
    }

    .form-label-group .form-control:-ms-input-placeholder {
        color: #757575
    }

    .form-label-group .form-control::-ms-input-placeholder {
        color: #757575
    }

    .form-label-group .form-control::placeholder {
        color: #757575
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .form-label-group>label {
        display: none
    }

    .form-label-group .form-control::-webkit-input-placeholder {
        color: #757575
    }

    .form-label-group .form-control::-moz-placeholder {
        color: #757575
    }

    .form-label-group .form-control:-ms-input-placeholder {
        color: #757575
    }

    .form-label-group .form-control::-ms-input-placeholder {
        color: #757575
    }

    .form-label-group .form-control::placeholder {
        color: #757575
    }
}

.img-cover {
    width: 100vw;
    height: auto;
    margin-left: calc(50% - 50vw)
}

.img-fluid>img,
.img-fluid>svg {
    max-width: inherit;
    height: inherit
}

.figure {
    display: block
}

.figure-img {
    margin-bottom: 1rem
}

.input-group-xs .form-control {
    height: calc(.5rem + .9375rem * 1.5 + 2px);
    padding: .25rem .625rem;
    font-size: .9375rem
}

.input-group-xs .input-group-text {
    padding: .25rem .625rem;
    font-size: .9375rem
}

.list-group-flush .list-group-item {
    padding-left: 0;
    padding-right: 0
}

.list-group-flush .list-group-item:first-child {
    padding-top: 0 !important;
    border-top: 0
}

.list-group-flush .list-group-item:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0
}

.modal-open .navbar.fixed-top {
    padding-right: inherit
}

.modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 1000
}

.navbar {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    z-index: 1030
}

@media (max-width:991.98px) {
    .navbar-dark .navbar-nav .nav-item .nav-link {
        color: #616161
    }

    .navbar-dark .navbar-nav .nav-item .nav-link:focus,
    .navbar-dark .navbar-nav .nav-item .nav-link:hover {
        color: #335eea
    }

    .navbar-dark .navbar-nav .nav-item .nav-link.active,
    .navbar-dark .navbar-nav .nav-item.active .nav-link {
        color: #335eea
    }

    .navbar-dark .navbar-collapse .navbar-toggler {
        color: #616161
    }
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.navbar-brand {
    font-weight: 600
}

.navbar-brand-img {
    max-height: 2.25rem;
    width: auto
}

.navbar-dark .navbar-brand {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

@media (max-width:991.98px) {
    .navbar-btn {
        width: 100%;
        padding: .8125rem 1.25rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        font-size: 1.0625rem
    }
}

.navbar-nav .nav-link {
    font-weight: 400
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    outline: 0
}

.navbar-dark.fixed-top>.container {
    position: relative
}

.navbar-dark.fixed-top>.container::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1.25rem;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

@media (max-width:1024px) {
    .navbar-collapse {
        position: fixed;
        top: 1rem;
        left: 1rem;
        height: auto;
        max-height: calc(100% - 2rem) !important;
        width: calc(100% - 2rem);
        background-color: #fff;
        border-radius: .1875rem;
        -webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15);
        box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15);
        overflow-x: hidden;
        overflow-y: scroll
    }

    .navbar-collapse.collapsing,
    .navbar-collapse.show {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        transition-property: opacity, transform, -webkit-transform;
        -webkit-transform-origin: top right;
        transform-origin: top right
    }

    .navbar-collapse.show {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .navbar-collapse.collapsing {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

.navbar .navbar-toggler {
    margin-left: auto
}

.navbar-collapse .navbar-toggler {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1
}

@media (min-width:992px) {
    .navbar-collapse .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-nav .nav-item {
        padding: 1.5rem
    }

    .navbar-nav .nav-item+.nav-item {
        border-top: 1px solid #f5f5f5
    }
}

@media (max-width:991.98px) {
    .navbar-nav .nav-link {
        padding-top: 0;
        padding-bottom: 0
    }
}

.navbar-nav .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width:991.98px) {
    .navbar-nav .dropdown-menu {
        min-width: 0;
        padding: 0
    }
}

@media (min-width:992px) {
    .navbar-nav .dropdown-menu {
        -webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15);
        box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15)
    }
}

@media (max-width:991.98px) {
    .navbar-nav .dropdown>.dropdown-menu {
        display: block !important
    }
}

@media (max-width:991.98px) {
    .navbar-nav .dropright>.dropdown-menu {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: .5rem
    }
}

@media (max-width:991.98px) {

    .navbar-nav .dropdown-header,
    .navbar-nav .dropdown-item {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-nav .dropdown>.dropdown-toggle::after {
    display: none
}

@media (max-width:991.98px) {
    .navbar-nav .dropdown>.dropdown-toggle {
        margin-bottom: 1.5rem;
        pointer-events: none
    }
}

.navbar-nav .dropright>.dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.navbar-nav .dropright>.dropdown-toggle::after {
    margin-left: auto
}

@media (max-width:991.98px) {
    .navbar-nav .dropright>.dropdown-toggle[aria-expanded=true]::after {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.navbar-nav .dropdown-img-left {
    height: 100%;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.625rem 1.75rem;
    background: no-repeat center center/cover;
    border-top-left-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

@media (min-width:992px) {
    .navbar-nav .dropdown-img-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.navbar-nav .dropdown-img-left::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(51, 94, 234, .8);
    border-radius: inherit
}

.navbar-nav .dropdown-img-left * {
    position: relative
}

@media (min-width:992px) {

    .navbar-nav .dropdown-menu-lg .dropdown-img-left,
    .navbar-nav .dropdown-menu-xl .dropdown-img-left {
        padding: 2.375rem 2.5rem
    }
}

@media (min-width:992px) {
    .navbar-nav .dropdown-body {
        padding: 1.625rem 1.75rem
    }
}

@media (min-width:992px) {

    .navbar-nav .dropdown-menu-lg .dropdown-body,
    .navbar-nav .dropdown-menu-xl .dropdown-body {
        padding: 2.375rem 2.5rem
    }
}

.navbar-nav .dropdown-menu .list-group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: inherit
}

.navbar-nav .dropdown-menu .list-group-item:hover {
    text-decoration: none
}

@media (min-width:992px) {
    .navbar-nav .dropdown-menu {
        display: none;
        opacity: 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        transition-property: opacity, transform, -webkit-transform
    }

    .navbar-nav .dropright>.dropdown-menu {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    .navbar-nav .dropdown>.dropdown-menu {
        left: 50%;
        -webkit-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px)
    }

    .navbar-nav .dropdown-menu.showing {
        display: block
    }

    .navbar-nav .dropdown-menu.show {
        display: block;
        opacity: 1
    }

    .navbar-nav .dropright>.dropdown-menu.show {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .navbar-nav .dropdown>.dropdown-menu.show {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

.pagination-sm .page-link {
    line-height: 1.5;
    font-size: 1.0625rem
}

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

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

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

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

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

.popover-header {
    padding-bottom: 0;
    margin-bottom: .5rem;
    font-size: .75rem;
    color: #335eea
}

.popover-header:not(:empty)~.popover-body {
    padding-top: 0
}

body,
html {
    overflow-x: hidden
}

.table thead>tr>th {
    border-top-width: 0;
    border-bottom-width: 1px
}

.table-align-middle tbody>tr>td,
.table-align-middle thead>tr>th {
    vertical-align: middle
}

.h1,
.h2,
h1,
h2 {
    margin-bottom: 1rem
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    letter-spacing: -.01em
}

.h1,
h1 {
    line-height: 1.3
}

@media (max-width:991.98px) {

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

.h2,
h2 {
    line-height: 1.35
}

@media (max-width:991.98px) {

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

.h3,
h3 {
    line-height: 1.4
}

@media (max-width:991.98px) {

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

.h4,
h4 {
    line-height: 1.45
}

@media (max-width:991.98px) {

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

.h5,
h5 {
    line-height: 1.5
}

.h6,
h6 {
    line-height: 1.55
}

.h6.text-uppercase,
h6.text-uppercase {
    letter-spacing: .08em
}

.display-1,
.display-2,
.display-3,
.display-4 {
    letter-spacing: -.02em
}

.display-1 {
    line-height: 1.2
}

@media (max-width:991.98px) {
    .display-1 {
        font-size: 3.125rem
    }
}

.display-2 {
    line-height: 1.2
}

@media (max-width:991.98px) {
    .display-2 {
        font-size: 2.5rem
    }
}

.display-3 {
    line-height: 1.2
}

@media (max-width:991.98px) {
    .display-3 {
        font-size: 2.25rem
    }
}

.display-4 {
    line-height: 1.2
}

@media (max-width:991.98px) {
    .display-4 {
        font-size: 2rem
    }
}

@media (max-width:991.98px) {
    .lead {
        font-size: 1.1875rem
    }
}

.blockquote-img {
    max-height: 2.5rem;
    max-width: 100%;
    width: auto
}

.blockquote-footer::before {
    display: none
}

.list-social-icon {
    max-width: 1.25rem;
    height: auto
}

.hr-sm {
    width: 60px;
    border-top-width: 2px
}

.hr-md {
    width: 100px;
    border-top-width: 2px
}

code {
    line-height: 1.35
}

.bg-cover {
    background: no-repeat center center/cover
}

.bg-cover-right {
    background: no-repeat center right/cover
}

.bg-contain {
    background: no-repeat center center/contain
}

@media (max-width:991.98px) {
    .bg-between {
        background-image: none !important
    }
}

@media (min-width:768px) {
    .bg-between {
        background-repeat: no-repeat;
        background-position: left center, right center;
        background-size: auto 70%
    }
}

.bg-gradient-light {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fff));
    background-image: linear-gradient(to bottom, #fafafa 0, #fff 100%)
}

.bg-gray-200 {
    background-color: #f5f5f5 !important
}

.bg-gray-300 {
    background-color: #eee !important
}

.bg-gray-800 {
    background-color: #424242 !important
}

.bg-gray-900 {
    background-color: #212121 !important
}

.bg-black {
    background-color: #161c2d !important
}

@media (min-width:576px) {
    .border-sm {
        border: 1px solid #eee !important;
        color: rose
    }

    .border-top-sm {
        border-top: 1px solid #eee !important
    }

    .border-right-sm {
        border-right: 1px solid #eee !important
    }

    .border-bottom-sm {
        border-bottom: 1px solid #eee !important
    }

    .border-left-sm {
        border-left: 1px solid #eee !important
    }

    .border-sm-0 {
        border: 0 !important
    }

    .border-top-sm-0 {
        border-top: 0 !important
    }

    .border-right-sm-0 {
        border-right: 0 !important
    }

    .border-bottom-sm-0 {
        border-bottom: 0 !important
    }

    .border-left-sm-0 {
        border-left: 0 !important
    }
}

@media (min-width:768px) {
    .border-md {
        border: 1px solid #eee !important;
        color: rose
    }

    .border-top-md {
        border-top: 1px solid #eee !important
    }

    .border-right-md {
        border-right: 1px solid #eee !important
    }

    .border-bottom-md {
        border-bottom: 1px solid #eee !important
    }

    .border-left-md {
        border-left: 1px solid #eee !important
    }

    .border-md-0 {
        border: 0 !important
    }

    .border-top-md-0 {
        border-top: 0 !important
    }

    .border-right-md-0 {
        border-right: 0 !important
    }

    .border-bottom-md-0 {
        border-bottom: 0 !important
    }

    .border-left-md-0 {
        border-left: 0 !important
    }
}

@media (min-width:992px) {
    .border-lg {
        border: 1px solid #eee !important;
        color: rose
    }

    .border-top-lg {
        border-top: 1px solid #eee !important
    }

    .border-right-lg {
        border-right: 1px solid #eee !important
    }

    .border-bottom-lg {
        border-bottom: 1px solid #eee !important
    }

    .border-left-lg {
        border-left: 1px solid #eee !important
    }

    .border-lg-0 {
        border: 0 !important
    }

    .border-top-lg-0 {
        border-top: 0 !important
    }

    .border-right-lg-0 {
        border-right: 0 !important
    }

    .border-bottom-lg-0 {
        border-bottom: 0 !important
    }

    .border-left-lg-0 {
        border-left: 0 !important
    }
}

@media (min-width:1200px) {
    .border-xl {
        border: 1px solid #eee !important;
        color: rose
    }

    .border-top-xl {
        border-top: 1px solid #eee !important
    }

    .border-right-xl {
        border-right: 1px solid #eee !important
    }

    .border-bottom-xl {
        border-bottom: 1px solid #eee !important
    }

    .border-left-xl {
        border-left: 1px solid #eee !important
    }

    .border-xl-0 {
        border: 0 !important
    }

    .border-top-xl-0 {
        border-top: 0 !important
    }

    .border-right-xl-0 {
        border-right: 0 !important
    }

    .border-bottom-xl-0 {
        border-bottom: 0 !important
    }

    .border-left-xl-0 {
        border-left: 0 !important
    }
}

@media (min-width:1290px) {
    .border-xxl {
        border: 1px solid #eee !important;
        color: rose
    }

    .border-top-xxl {
        border-top: 1px solid #eee !important
    }

    .border-right-xxl {
        border-right: 1px solid #eee !important
    }

    .border-bottom-xxl {
        border-bottom: 1px solid #eee !important
    }

    .border-left-xxl {
        border-left: 1px solid #eee !important
    }

    .border-xxl-0 {
        border: 0 !important
    }

    .border-top-xxl-0 {
        border-top: 0 !important
    }

    .border-right-xxl-0 {
        border-right: 0 !important
    }

    .border-bottom-xxl-0 {
        border-bottom: 0 !important
    }

    .border-left-xxl-0 {
        border-left: 0 !important
    }
}

.border-white-10 {
    border-color: rgba(255, 255, 255, .1) !important
}

.border-white-20 {
    border-color: rgba(255, 255, 255, .2) !important
}

.border-gray-300 {
    border-color: #eee !important
}

.border-gray-800 {
    border-color: #424242 !important
}

.border-gray-800-50 {
    border-color: rgba(66, 66, 66, .5) !important
}

.border-gray-900-50 {
    border-color: rgba(33, 33, 33, .5) !important
}

.img-skewed {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.img-skewed-left {
    -webkit-perspective-origin: left center;
    perspective-origin: left center
}

.img-skewed-left .img-skewed-item {
    -webkit-transform: rotateY(-35deg) rotateX(15deg);
    transform: rotateY(-35deg) rotateX(15deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.img-skewed-right {
    -webkit-perspective-origin: right center;
    perspective-origin: right center
}

.img-skewed-right .img-skewed-item {
    -webkit-transform: rotateY(35deg) rotateX(15deg);
    transform: rotateY(35deg) rotateX(15deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.overlay {
    position: relative
}

.overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit
}

.overlay-primary::before {
    background-color: #335eea
}

.overlay-gradient-primary-right::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#335eea));
    background-image: linear-gradient(to bottom, transparent, #335eea)
}

@media (min-width:768px) {
    .overlay-gradient-primary-right::before {
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #335eea), to(#335eea));
        background-image: linear-gradient(to right, transparent, #335eea 50%, #335eea)
    }
}

.overlay-gradient-primary-down::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#335eea));
    background-image: linear-gradient(to bottom, transparent, #335eea)
}

@media (min-width:768px) {
    .overlay-gradient-primary-down::before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #335eea), to(#335eea));
        background-image: linear-gradient(to bottom, transparent, #335eea 50%, #335eea)
    }
}

.overlay-gradient-primary-left::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#335eea));
    background-image: linear-gradient(to bottom, transparent, #335eea)
}

@media (min-width:768px) {
    .overlay-gradient-primary-left::before {
        background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #335eea), to(#335eea));
        background-image: linear-gradient(to left, transparent, #335eea 50%, #335eea)
    }
}

.overlay-secondary::before {
    background-color: #616161
}

.overlay-gradient-secondary-right::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#616161));
    background-image: linear-gradient(to bottom, transparent, #616161)
}

@media (min-width:768px) {
    .overlay-gradient-secondary-right::before {
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #616161), to(#616161));
        background-image: linear-gradient(to right, transparent, #616161 50%, #616161)
    }
}

.overlay-gradient-secondary-down::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#616161));
    background-image: linear-gradient(to bottom, transparent, #616161)
}

@media (min-width:768px) {
    .overlay-gradient-secondary-down::before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #616161), to(#616161));
        background-image: linear-gradient(to bottom, transparent, #616161 50%, #616161)
    }
}

.overlay-gradient-secondary-left::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#616161));
    background-image: linear-gradient(to bottom, transparent, #616161)
}

@media (min-width:768px) {
    .overlay-gradient-secondary-left::before {
        background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #616161), to(#616161));
        background-image: linear-gradient(to left, transparent, #616161 50%, #616161)
    }
}

.overlay-success::before {
    background-color: #42ba96
}

.overlay-gradient-success-right::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#42ba96));
    background-image: linear-gradient(to bottom, transparent, #42ba96)
}

@media (min-width:768px) {
    .overlay-gradient-success-right::before {
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #42ba96), to(#42ba96));
        background-image: linear-gradient(to right, transparent, #42ba96 50%, #42ba96)
    }
}

.overlay-gradient-success-down::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#42ba96));
    background-image: linear-gradient(to bottom, transparent, #42ba96)
}

@media (min-width:768px) {
    .overlay-gradient-success-down::before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #42ba96), to(#42ba96));
        background-image: linear-gradient(to bottom, transparent, #42ba96 50%, #42ba96)
    }
}

.overlay-gradient-success-left::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#42ba96));
    background-image: linear-gradient(to bottom, transparent, #42ba96)
}

@media (min-width:768px) {
    .overlay-gradient-success-left::before {
        background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #42ba96), to(#42ba96));
        background-image: linear-gradient(to left, transparent, #42ba96 50%, #42ba96)
    }
}

.overlay-info::before {
    background-color: #7c69ef
}

.overlay-gradient-info-right::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#7c69ef));
    background-image: linear-gradient(to bottom, transparent, #7c69ef)
}

@media (min-width:768px) {
    .overlay-gradient-info-right::before {
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #7c69ef), to(#7c69ef));
        background-image: linear-gradient(to right, transparent, #7c69ef 50%, #7c69ef)
    }
}

.overlay-gradient-info-down::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#7c69ef));
    background-image: linear-gradient(to bottom, transparent, #7c69ef)
}

@media (min-width:768px) {
    .overlay-gradient-info-down::before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #7c69ef), to(#7c69ef));
        background-image: linear-gradient(to bottom, transparent, #7c69ef 50%, #7c69ef)
    }
}

.overlay-gradient-info-left::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#7c69ef));
    background-image: linear-gradient(to bottom, transparent, #7c69ef)
}

@media (min-width:768px) {
    .overlay-gradient-info-left::before {
        background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #7c69ef), to(#7c69ef));
        background-image: linear-gradient(to left, transparent, #7c69ef 50%, #7c69ef)
    }
}

.overlay-warning::before {
    background-color: #fad776
}

.overlay-gradient-warning-right::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fad776));
    background-image: linear-gradient(to bottom, transparent, #fad776)
}

@media (min-width:768px) {
    .overlay-gradient-warning-right::before {
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #fad776), to(#fad776));
        background-image: linear-gradient(to right, transparent, #fad776 50%, #fad776)
    }
}

.overlay-gradient-warning-down::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fad776));
    background-image: linear-gradient(to bottom, transparent, #fad776)
}

@media (min-width:768px) {
    .overlay-gradient-warning-down::before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #fad776), to(#fad776));
        background-image: linear-gradient(to bottom, transparent, #fad776 50%, #fad776)
    }
}

.overlay-gradient-warning-left::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fad776));
    background-image: linear-gradient(to bottom, transparent, #fad776)
}

@media (min-width:768px) {
    .overlay-gradient-warning-left::before {
        background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #fad776), to(#fad776));
        background-image: linear-gradient(to left, transparent, #fad776 50%, #fad776)
    }
}

.overlay-danger::before {
    background-color: #df4759
}

.overlay-gradient-danger-right::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#df4759));
    background-image: linear-gradient(to bottom, transparent, #df4759)
}

@media (min-width:768px) {
    .overlay-gradient-danger-right::before {
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #df4759), to(#df4759));
        background-image: linear-gradient(to right, transparent, #df4759 50%, #df4759)
    }
}

.overlay-gradient-danger-down::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#df4759));
    background-image: linear-gradient(to bottom, transparent, #df4759)
}

@media (min-width:768px) {
    .overlay-gradient-danger-down::before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #df4759), to(#df4759));
        background-image: linear-gradient(to bottom, transparent, #df4759 50%, #df4759)
    }
}

.overlay-gradient-danger-left::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#df4759));
    background-image: linear-gradient(to bottom, transparent, #df4759)
}

@media (min-width:768px) {
    .overlay-gradient-danger-left::before {
        background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #df4759), to(#df4759));
        background-image: linear-gradient(to left, transparent, #df4759 50%, #df4759)
    }
}

.overlay-light::before {
    background-color: #fafafa
}

.overlay-gradient-light-right::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fafafa));
    background-image: linear-gradient(to bottom, transparent, #fafafa)
}

@media (min-width:768px) {
    .overlay-gradient-light-right::before {
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #fafafa), to(#fafafa));
        background-image: linear-gradient(to right, transparent, #fafafa 50%, #fafafa)
    }
}

.overlay-gradient-light-down::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fafafa));
    background-image: linear-gradient(to bottom, transparent, #fafafa)
}

@media (min-width:768px) {
    .overlay-gradient-light-down::before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #fafafa), to(#fafafa));
        background-image: linear-gradient(to bottom, transparent, #fafafa 50%, #fafafa)
    }
}

.overlay-gradient-light-left::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fafafa));
    background-image: linear-gradient(to bottom, transparent, #fafafa)
}

@media (min-width:768px) {
    .overlay-gradient-light-left::before {
        background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #fafafa), to(#fafafa));
        background-image: linear-gradient(to left, transparent, #fafafa 50%, #fafafa)
    }
}

.overlay-dark::before {
    background-color: #212121
}

.overlay-gradient-dark-right::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#212121));
    background-image: linear-gradient(to bottom, transparent, #212121)
}

@media (min-width:768px) {
    .overlay-gradient-dark-right::before {
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #212121), to(#212121));
        background-image: linear-gradient(to right, transparent, #212121 50%, #212121)
    }
}

.overlay-gradient-dark-down::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#212121));
    background-image: linear-gradient(to bottom, transparent, #212121)
}

@media (min-width:768px) {
    .overlay-gradient-dark-down::before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #212121), to(#212121));
        background-image: linear-gradient(to bottom, transparent, #212121 50%, #212121)
    }
}

.overlay-gradient-dark-left::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#212121));
    background-image: linear-gradient(to bottom, transparent, #212121)
}

@media (min-width:768px) {
    .overlay-gradient-dark-left::before {
        background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #212121), to(#212121));
        background-image: linear-gradient(to left, transparent, #212121 50%, #212121)
    }
}

.overlay-primary-desat::before {
    background-color: #6c8aec
}

.overlay-gradient-primary-desat-right::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#6c8aec));
    background-image: linear-gradient(to bottom, transparent, #6c8aec)
}

@media (min-width:768px) {
    .overlay-gradient-primary-desat-right::before {
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #6c8aec), to(#6c8aec));
        background-image: linear-gradient(to right, transparent, #6c8aec 50%, #6c8aec)
    }
}

.overlay-gradient-primary-desat-down::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#6c8aec));
    background-image: linear-gradient(to bottom, transparent, #6c8aec)
}

@media (min-width:768px) {
    .overlay-gradient-primary-desat-down::before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #6c8aec), to(#6c8aec));
        background-image: linear-gradient(to bottom, transparent, #6c8aec 50%, #6c8aec)
    }
}

.overlay-gradient-primary-desat-left::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#6c8aec));
    background-image: linear-gradient(to bottom, transparent, #6c8aec)
}

@media (min-width:768px) {
    .overlay-gradient-primary-desat-left::before {
        background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #6c8aec), to(#6c8aec));
        background-image: linear-gradient(to left, transparent, #6c8aec 50%, #6c8aec)
    }
}

.overlay-black::before {
    background-color: #161c2d
}

.overlay-gradient-black-right::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#161c2d));
    background-image: linear-gradient(to bottom, transparent, #161c2d)
}

@media (min-width:768px) {
    .overlay-gradient-black-right::before {
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #161c2d), to(#161c2d));
        background-image: linear-gradient(to right, transparent, #161c2d 50%, #161c2d)
    }
}

.overlay-gradient-black-down::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#161c2d));
    background-image: linear-gradient(to bottom, transparent, #161c2d)
}

@media (min-width:768px) {
    .overlay-gradient-black-down::before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #161c2d), to(#161c2d));
        background-image: linear-gradient(to bottom, transparent, #161c2d 50%, #161c2d)
    }
}

.overlay-gradient-black-left::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#161c2d));
    background-image: linear-gradient(to bottom, transparent, #161c2d)
}

@media (min-width:768px) {
    .overlay-gradient-black-left::before {
        background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #161c2d), to(#161c2d));
        background-image: linear-gradient(to left, transparent, #161c2d 50%, #161c2d)
    }
}

.overlay-white::before {
    background-color: #fff
}

.overlay-gradient-white-right::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background-image: linear-gradient(to bottom, transparent, #fff)
}

@media (min-width:768px) {
    .overlay-gradient-white-right::before {
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #fff), to(#fff));
        background-image: linear-gradient(to right, transparent, #fff 50%, #fff)
    }
}

.overlay-gradient-white-down::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background-image: linear-gradient(to bottom, transparent, #fff)
}

@media (min-width:768px) {
    .overlay-gradient-white-down::before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #fff), to(#fff));
        background-image: linear-gradient(to bottom, transparent, #fff 50%, #fff)
    }
}

.overlay-gradient-white-left::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background-image: linear-gradient(to bottom, transparent, #fff)
}

@media (min-width:768px) {
    .overlay-gradient-white-left::before {
        background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #fff), to(#fff));
        background-image: linear-gradient(to left, transparent, #fff 50%, #fff)
    }
}

.overlay-10::before {
    opacity: .1
}

.overlay-20::before {
    opacity: .2
}

.overlay-30::before {
    opacity: .3
}

.overlay-40::before {
    opacity: .4
}

.overlay-50::before {
    opacity: .5
}

.overlay-60::before {
    opacity: .6
}

.overlay-70::before {
    opacity: .7
}

.overlay-80::before {
    opacity: .8
}

.overlay-90::before {
    opacity: .9
}

.lift {
    -webkit-transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease, -webkit-box-shadow .25s ease, -webkit-transform .25s ease
}

.lift:focus,
.lift:hover {
    -webkit-box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .1) !important;
    box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .1) !important;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0)
}

.lift-lg:focus,
.lift-lg:hover {
    -webkit-box-shadow: 0 2rem 5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .05) !important;
    box-shadow: 0 2rem 5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .05) !important;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}

.top-0 {
    top: 0 !important
}

.right-0 {
    right: 0 !important
}

.bottom-0 {
    bottom: 0 !important
}

.left-0 {
    left: 0 !important
}

.center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width:576px) {
    .position-sm-static {
        position: static !important
    }

    .position-sm-relative {
        position: relative !important
    }

    .position-sm-absolute {
        position: absolute !important
    }

    .position-sm-fixed {
        position: fixed !important
    }

    .position-sm-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }
}

@media (min-width:768px) {
    .position-md-static {
        position: static !important
    }

    .position-md-relative {
        position: relative !important
    }

    .position-md-absolute {
        position: absolute !important
    }

    .position-md-fixed {
        position: fixed !important
    }

    .position-md-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }
}

@media (min-width:992px) {
    .position-lg-static {
        position: static !important
    }

    .position-lg-relative {
        position: relative !important
    }

    .position-lg-absolute {
        position: absolute !important
    }

    .position-lg-fixed {
        position: fixed !important
    }

    .position-lg-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }
}

@media (min-width:1200px) {
    .position-xl-static {
        position: static !important
    }

    .position-xl-relative {
        position: relative !important
    }

    .position-xl-absolute {
        position: absolute !important
    }

    .position-xl-fixed {
        position: fixed !important
    }

    .position-xl-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }
}

@media (min-width:1290px) {
    .position-xxl-static {
        position: static !important
    }

    .position-xxl-relative {
        position: relative !important
    }

    .position-xxl-absolute {
        position: absolute !important
    }

    .position-xxl-fixed {
        position: fixed !important
    }

    .position-xxl-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }
}

.shadow-light {
    -webkit-box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .05) !important;
    box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .05) !important
}

.shadow-light-lg {
    -webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .05) !important;
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .05) !important
}

.shadow-dark {
    -webkit-box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .15) !important;
    box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .15) !important
}

.shadow-dark-lg {
    -webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15) !important;
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15) !important
}

.shadow-lift {
    -webkit-box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .1) !important;
    box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .1) !important
}

.mw-25 {
    max-width: 25% !important
}

.vw-25 {
    width: 25vw !important
}

.mw-50 {
    max-width: 50% !important
}

.vw-50 {
    width: 50vw !important
}

.mw-75 {
    max-width: 75% !important
}

.vw-75 {
    width: 75vw !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.mw-auto {
    max-width: auto !important
}

.vw-auto {
    width: autovw !important
}

.mw-110 {
    max-width: 110% !important
}

.vw-110 {
    width: 110vw !important
}

.mw-120 {
    max-width: 120% !important
}

.vw-120 {
    width: 120vw !important
}

.mw-130 {
    max-width: 130% !important
}

.vw-130 {
    width: 130vw !important
}

.mw-140 {
    max-width: 140% !important
}

.vw-140 {
    width: 140vw !important
}

.mw-150 {
    max-width: 150% !important
}

.vw-150 {
    width: 150vw !important
}

@media (min-width:576px) {
    .h-sm-25 {
        height: 25% !important
    }

    .w-sm-25 {
        width: 25% !important
    }

    .mw-sm-25 {
        max-width: 25% !important
    }

    .vh-sm-25 {
        height: 25vh
    }

    .vw-sm-25 {
        width: 25vw
    }

    .h-sm-50 {
        height: 50% !important
    }

    .w-sm-50 {
        width: 50% !important
    }

    .mw-sm-50 {
        max-width: 50% !important
    }

    .vh-sm-50 {
        height: 50vh
    }

    .vw-sm-50 {
        width: 50vw
    }

    .h-sm-75 {
        height: 75% !important
    }

    .w-sm-75 {
        width: 75% !important
    }

    .mw-sm-75 {
        max-width: 75% !important
    }

    .vh-sm-75 {
        height: 75vh
    }

    .vw-sm-75 {
        width: 75vw
    }

    .h-sm-100 {
        height: 100% !important
    }

    .w-sm-100 {
        width: 100% !important
    }

    .mw-sm-100 {
        max-width: 100% !important
    }

    .vh-sm-100 {
        height: 100vh
    }

    .vw-sm-100 {
        width: 100vw
    }

    .h-sm-auto {
        height: auto !important
    }

    .w-sm-auto {
        width: auto !important
    }

    .mw-sm-auto {
        max-width: auto !important
    }

    .vh-sm-auto {
        height: autovh
    }

    .vw-sm-auto {
        width: autovw
    }

    .h-sm-110 {
        height: 110% !important
    }

    .w-sm-110 {
        width: 110% !important
    }

    .mw-sm-110 {
        max-width: 110% !important
    }

    .vh-sm-110 {
        height: 110vh
    }

    .vw-sm-110 {
        width: 110vw
    }

    .h-sm-120 {
        height: 120% !important
    }

    .w-sm-120 {
        width: 120% !important
    }

    .mw-sm-120 {
        max-width: 120% !important
    }

    .vh-sm-120 {
        height: 120vh
    }

    .vw-sm-120 {
        width: 120vw
    }

    .h-sm-130 {
        height: 130% !important
    }

    .w-sm-130 {
        width: 130% !important
    }

    .mw-sm-130 {
        max-width: 130% !important
    }

    .vh-sm-130 {
        height: 130vh
    }

    .vw-sm-130 {
        width: 130vw
    }

    .h-sm-140 {
        height: 140% !important
    }

    .w-sm-140 {
        width: 140% !important
    }

    .mw-sm-140 {
        max-width: 140% !important
    }

    .vh-sm-140 {
        height: 140vh
    }

    .vw-sm-140 {
        width: 140vw
    }

    .h-sm-150 {
        height: 150% !important
    }

    .w-sm-150 {
        width: 150% !important
    }

    .mw-sm-150 {
        max-width: 150% !important
    }

    .vh-sm-150 {
        height: 150vh
    }

    .vw-sm-150 {
        width: 150vw
    }
}

@media (min-width:768px) {
    .h-md-25 {
        height: 25% !important
    }

    .w-md-25 {
        width: 25% !important
    }

    .mw-md-25 {
        max-width: 25% !important
    }

    .vh-md-25 {
        height: 25vh
    }

    .vw-md-25 {
        width: 25vw
    }

    .h-md-50 {
        height: 50% !important
    }

    .w-md-50 {
        width: 50% !important
    }

    .mw-md-50 {
        max-width: 50% !important
    }

    .vh-md-50 {
        height: 50vh
    }

    .vw-md-50 {
        width: 50vw
    }

    .h-md-75 {
        height: 75% !important
    }

    .w-md-75 {
        width: 75% !important
    }

    .mw-md-75 {
        max-width: 75% !important
    }

    .vh-md-75 {
        height: 75vh
    }

    .vw-md-75 {
        width: 75vw
    }

    .h-md-100 {
        height: 100% !important
    }

    .w-md-100 {
        width: 100% !important
    }

    .mw-md-100 {
        max-width: 100% !important
    }

    .vh-md-100 {
        height: 100vh
    }

    .vw-md-100 {
        width: 100vw
    }

    .h-md-auto {
        height: auto !important
    }

    .w-md-auto {
        width: auto !important
    }

    .mw-md-auto {
        max-width: auto !important
    }

    .vh-md-auto {
        height: autovh
    }

    .vw-md-auto {
        width: autovw
    }

    .h-md-110 {
        height: 110% !important
    }

    .w-md-110 {
        width: 110% !important
    }

    .mw-md-110 {
        max-width: 110% !important
    }

    .vh-md-110 {
        height: 110vh
    }

    .vw-md-110 {
        width: 110vw
    }

    .h-md-120 {
        height: 120% !important
    }

    .w-md-120 {
        width: 120% !important
    }

    .mw-md-120 {
        max-width: 120% !important
    }

    .vh-md-120 {
        height: 120vh
    }

    .vw-md-120 {
        width: 120vw
    }

    .h-md-130 {
        height: 130% !important
    }

    .w-md-130 {
        width: 130% !important
    }

    .mw-md-130 {
        max-width: 130% !important
    }

    .vh-md-130 {
        height: 130vh
    }

    .vw-md-130 {
        width: 130vw
    }

    .h-md-140 {
        height: 140% !important
    }

    .w-md-140 {
        width: 140% !important
    }

    .mw-md-140 {
        max-width: 140% !important
    }

    .vh-md-140 {
        height: 140vh
    }

    .vw-md-140 {
        width: 140vw
    }

    .h-md-150 {
        height: 150% !important
    }

    .w-md-150 {
        width: 150% !important
    }

    .mw-md-150 {
        max-width: 150% !important
    }

    .vh-md-150 {
        height: 150vh
    }

    .vw-md-150 {
        width: 150vw
    }
}

@media (min-width:992px) {
    .h-lg-25 {
        height: 25% !important
    }

    .w-lg-25 {
        width: 25% !important
    }

    .mw-lg-25 {
        max-width: 25% !important
    }

    .vh-lg-25 {
        height: 25vh
    }

    .vw-lg-25 {
        width: 25vw
    }

    .h-lg-50 {
        height: 50% !important
    }

    .w-lg-50 {
        width: 50% !important
    }

    .mw-lg-50 {
        max-width: 50% !important
    }

    .vh-lg-50 {
        height: 50vh
    }

    .vw-lg-50 {
        width: 50vw
    }

    .h-lg-75 {
        height: 75% !important
    }

    .w-lg-75 {
        width: 75% !important
    }

    .mw-lg-75 {
        max-width: 75% !important
    }

    .vh-lg-75 {
        height: 75vh
    }

    .vw-lg-75 {
        width: 75vw
    }

    .h-lg-100 {
        height: 100% !important
    }

    .w-lg-100 {
        width: 100% !important
    }

    .mw-lg-100 {
        max-width: 100% !important
    }

    .vh-lg-100 {
        height: 100vh
    }

    .vw-lg-100 {
        width: 100vw
    }

    .h-lg-auto {
        height: auto !important
    }

    .w-lg-auto {
        width: auto !important
    }

    .mw-lg-auto {
        max-width: auto !important
    }

    .vh-lg-auto {
        height: autovh
    }

    .vw-lg-auto {
        width: autovw
    }

    .h-lg-110 {
        height: 110% !important
    }

    .w-lg-110 {
        width: 110% !important
    }

    .mw-lg-110 {
        max-width: 110% !important
    }

    .vh-lg-110 {
        height: 110vh
    }

    .vw-lg-110 {
        width: 110vw
    }

    .h-lg-120 {
        height: 120% !important
    }

    .w-lg-120 {
        width: 120% !important
    }

    .mw-lg-120 {
        max-width: 120% !important
    }

    .vh-lg-120 {
        height: 120vh
    }

    .vw-lg-120 {
        width: 120vw
    }

    .h-lg-130 {
        height: 130% !important
    }

    .w-lg-130 {
        width: 130% !important
    }

    .mw-lg-130 {
        max-width: 130% !important
    }

    .vh-lg-130 {
        height: 130vh
    }

    .vw-lg-130 {
        width: 130vw
    }

    .h-lg-140 {
        height: 140% !important
    }

    .w-lg-140 {
        width: 140% !important
    }

    .mw-lg-140 {
        max-width: 140% !important
    }

    .vh-lg-140 {
        height: 140vh
    }

    .vw-lg-140 {
        width: 140vw
    }

    .h-lg-150 {
        height: 150% !important
    }

    .w-lg-150 {
        width: 150% !important
    }

    .mw-lg-150 {
        max-width: 150% !important
    }

    .vh-lg-150 {
        height: 150vh
    }

    .vw-lg-150 {
        width: 150vw
    }
}

@media (min-width:1200px) {
    .h-xl-25 {
        height: 25% !important
    }

    .w-xl-25 {
        width: 25% !important
    }

    .mw-xl-25 {
        max-width: 25% !important
    }

    .vh-xl-25 {
        height: 25vh
    }

    .vw-xl-25 {
        width: 25vw
    }

    .h-xl-50 {
        height: 50% !important
    }

    .w-xl-50 {
        width: 50% !important
    }

    .mw-xl-50 {
        max-width: 50% !important
    }

    .vh-xl-50 {
        height: 50vh
    }

    .vw-xl-50 {
        width: 50vw
    }

    .h-xl-75 {
        height: 75% !important
    }

    .w-xl-75 {
        width: 75% !important
    }

    .mw-xl-75 {
        max-width: 75% !important
    }

    .vh-xl-75 {
        height: 75vh
    }

    .vw-xl-75 {
        width: 75vw
    }

    .h-xl-100 {
        height: 100% !important
    }

    .w-xl-100 {
        width: 100% !important
    }

    .mw-xl-100 {
        max-width: 100% !important
    }

    .vh-xl-100 {
        height: 100vh
    }

    .vw-xl-100 {
        width: 100vw
    }

    .h-xl-auto {
        height: auto !important
    }

    .w-xl-auto {
        width: auto !important
    }

    .mw-xl-auto {
        max-width: auto !important
    }

    .vh-xl-auto {
        height: autovh
    }

    .vw-xl-auto {
        width: autovw
    }

    .h-xl-110 {
        height: 110% !important
    }

    .w-xl-110 {
        width: 110% !important
    }

    .mw-xl-110 {
        max-width: 110% !important
    }

    .vh-xl-110 {
        height: 110vh
    }

    .vw-xl-110 {
        width: 110vw
    }

    .h-xl-120 {
        height: 120% !important
    }

    .w-xl-120 {
        width: 120% !important
    }

    .mw-xl-120 {
        max-width: 120% !important
    }

    .vh-xl-120 {
        height: 120vh
    }

    .vw-xl-120 {
        width: 120vw
    }

    .h-xl-130 {
        height: 130% !important
    }

    .w-xl-130 {
        width: 130% !important
    }

    .mw-xl-130 {
        max-width: 130% !important
    }

    .vh-xl-130 {
        height: 130vh
    }

    .vw-xl-130 {
        width: 130vw
    }

    .h-xl-140 {
        height: 140% !important
    }

    .w-xl-140 {
        width: 140% !important
    }

    .mw-xl-140 {
        max-width: 140% !important
    }

    .vh-xl-140 {
        height: 140vh
    }

    .vw-xl-140 {
        width: 140vw
    }

    .h-xl-150 {
        height: 150% !important
    }

    .w-xl-150 {
        width: 150% !important
    }

    .mw-xl-150 {
        max-width: 150% !important
    }

    .vh-xl-150 {
        height: 150vh
    }

    .vw-xl-150 {
        width: 150vw
    }
}

@media (min-width:1290px) {
    .h-xxl-25 {
        height: 25% !important
    }

    .w-xxl-25 {
        width: 25% !important
    }

    .mw-xxl-25 {
        max-width: 25% !important
    }

    .vh-xxl-25 {
        height: 25vh
    }

    .vw-xxl-25 {
        width: 25vw
    }

    .h-xxl-50 {
        height: 50% !important
    }

    .w-xxl-50 {
        width: 50% !important
    }

    .mw-xxl-50 {
        max-width: 50% !important
    }

    .vh-xxl-50 {
        height: 50vh
    }

    .vw-xxl-50 {
        width: 50vw
    }

    .h-xxl-75 {
        height: 75% !important
    }

    .w-xxl-75 {
        width: 75% !important
    }

    .mw-xxl-75 {
        max-width: 75% !important
    }

    .vh-xxl-75 {
        height: 75vh
    }

    .vw-xxl-75 {
        width: 75vw
    }

    .h-xxl-100 {
        height: 100% !important
    }

    .w-xxl-100 {
        width: 100% !important
    }

    .mw-xxl-100 {
        max-width: 100% !important
    }

    .vh-xxl-100 {
        height: 100vh
    }

    .vw-xxl-100 {
        width: 100vw
    }

    .h-xxl-auto {
        height: auto !important
    }

    .w-xxl-auto {
        width: auto !important
    }

    .mw-xxl-auto {
        max-width: auto !important
    }

    .vh-xxl-auto {
        height: autovh
    }

    .vw-xxl-auto {
        width: autovw
    }

    .h-xxl-110 {
        height: 110% !important
    }

    .w-xxl-110 {
        width: 110% !important
    }

    .mw-xxl-110 {
        max-width: 110% !important
    }

    .vh-xxl-110 {
        height: 110vh
    }

    .vw-xxl-110 {
        width: 110vw
    }

    .h-xxl-120 {
        height: 120% !important
    }

    .w-xxl-120 {
        width: 120% !important
    }

    .mw-xxl-120 {
        max-width: 120% !important
    }

    .vh-xxl-120 {
        height: 120vh
    }

    .vw-xxl-120 {
        width: 120vw
    }

    .h-xxl-130 {
        height: 130% !important
    }

    .w-xxl-130 {
        width: 130% !important
    }

    .mw-xxl-130 {
        max-width: 130% !important
    }

    .vh-xxl-130 {
        height: 130vh
    }

    .vw-xxl-130 {
        width: 130vw
    }

    .h-xxl-140 {
        height: 140% !important
    }

    .w-xxl-140 {
        width: 140% !important
    }

    .mw-xxl-140 {
        max-width: 140% !important
    }

    .vh-xxl-140 {
        height: 140vh
    }

    .vw-xxl-140 {
        width: 140vw
    }

    .h-xxl-150 {
        height: 150% !important
    }

    .w-xxl-150 {
        width: 150% !important
    }

    .mw-xxl-150 {
        max-width: 150% !important
    }

    .vh-xxl-150 {
        height: 150vh
    }

    .vw-xxl-150 {
        width: 150vw
    }
}

@media (min-width:576px) {
    .w-cover {
        width: calc(100% + (100vw - 540px)/ 2 + 40px)
    }
}

@media (min-width:768px) {
    .w-cover {
        width: calc(100% + (100vw - 720px)/ 2 + 40px)
    }
}

@media (min-width:992px) {
    .w-cover {
        width: calc(100% + (100vw - 960px)/ 2 + 40px)
    }
}

@media (min-width:1200px) {
    .w-cover {
        width: calc(100% + (100vw - 1240px)/ 2 + 40px)
    }
}

@media (min-width:1290px) {
    .w-cover {
        width: calc(100% + (100vw - 1340px)/ 2 + 40px)
    }
}

.font-size-sm {
    font-size: .9375rem !important
}

.font-size-lg {
    font-size: 1.1875rem !important
}

@media (max-width:991.98px) {
    .font-size-lg {
        font-size: 1.0625rem !important
    }
}

.text-gray-100 {
    color: #fafafa !important
}

.text-gray-200 {
    color: #f5f5f5 !important
}

.text-gray-300 {
    color: #eee !important
}

.text-gray-400 {
    color: #e0e0e0 !important
}

.text-gray-500 {
    color: #bdbdbd !important
}

.text-gray-600 {
    color: #757575 !important
}

.text-gray-700 {
    color: #616161 !important
}

.text-gray-800 {
    color: #424242 !important
}

.text-gray-900 {
    color: #212121 !important
}

.text-white-70 {
    color: rgba(255, 255, 255, .7) !important
}

.text-white-75 {
    color: rgba(255, 255, 255, .75) !important
}

.text-white-80 {
    color: rgba(255, 255, 255, .8) !important
}

.text-muted-80 {
    color: rgba(117, 117, 117, .8) !important
}

.letter-spacing-lg {
    letter-spacing: .08em !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-1 {
    opacity: 1 !important
}

[data-aos=img-skewed-item-left],
[data-aos=img-skewed-item-right] {
    opacity: 0;
    transition-property: opacity, transform, -webkit-transform;
    will-change: opacity, transform, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

[data-aos=img-skewed-item-left].aos-animate,
[data-aos=img-skewed-item-right].aos-animate {
    opacity: 1
}

[data-aos=img-skewed-item-left] {
    -webkit-transform: rotateY(-20deg) rotateX(5deg) translate3d(0, 100px, 0);
    transform: rotateY(-20deg) rotateX(5deg) translate3d(0, 100px, 0)
}

[data-aos=img-skewed-item-left].aos-animate {
    -webkit-transform: rotateY(-35deg) rotateX(15deg) translate3d(0, 0, 0);
    transform: rotateY(-35deg) rotateX(15deg) translate3d(0, 0, 0)
}

[data-aos=img-skewed-item-right] {
    -webkit-transform: rotateY(20deg) rotateX(5deg) translate3d(0, 100px, 0);
    transform: rotateY(20deg) rotateX(5deg) translate3d(0, 100px, 0)
}

[data-aos=img-skewed-item-right].aos-animate {
    -webkit-transform: rotateY(35deg) rotateX(15deg) translate3d(0, 0, 0);
    transform: rotateY(35deg) rotateX(15deg) translate3d(0, 0, 0)
}

.avatar {
    position: relative;
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    font-size: .625rem
}

.avatar:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-image: url(../img/masks/avatar-status.svg), url(../img/masks/avatar-group.svg), url(../img/masks/avatar-group-hover.svg), url(../img/masks/avatar-group-hover-last.svg)
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.avatar-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #bdbdbd;
    color: #fff
}

.avatar-offline::before,
.avatar-online::before {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 20%;
    height: 20%;
    border-radius: 50%
}

.avatar-offline .avatar-img,
.avatar-online .avatar-img {
    -webkit-mask-image: url(../img/masks/avatar-status.svg);
    mask-image: url(../img/masks/avatar-status.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.avatar-online::before {
    background-color: #42ba96
}

.avatar-offline::before {
    background-color: #bdbdbd
}

.avatar-xs {
    width: 1rem;
    height: 1rem;
    font-size: .3333333333rem
}

.avatar-sm {
    width: 1.5rem;
    height: 1.5rem;
    font-size: .5rem
}

.avatar-lg {
    width: 2.25rem;
    height: 2.25rem;
    font-size: .75rem
}

.avatar-xl {
    width: 2.25rem;
    height: 2.25rem;
    font-size: .75rem
}

@media (min-width:768px) {
    .avatar-xl {
        width: 4rem;
        height: 4rem;
        font-size: 1.3333333333rem
    }
}

.avatar-xxl {
    width: 4rem;
    height: 4rem;
    font-size: 1.3333333333rem
}

@media (min-width:768px) {
    .avatar-xxl {
        width: 5rem;
        height: 5rem;
        font-size: 1.6666666667rem
    }
}

.avatar.avatar-4by3 {
    width: 2.5rem
}

.avatar-xs.avatar-4by3 {
    width: 1.3333333333rem
}

.avatar-sm.avatar-4by3 {
    width: 2rem
}

.avatar-lg.avatar-4by3 {
    width: 3rem
}

.avatar-xl.avatar-4by3 {
    width: 5.3333333333rem
}

.avatar-xxl.avatar-4by3 {
    width: 6.6666666667rem
}

.avatar-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.avatar-group .avatar+.avatar {
    margin-left: -.46875rem
}

.avatar-group .avatar-xs+.avatar-xs {
    margin-left: -.25rem
}

.avatar-group .avatar-sm+.avatar-sm {
    margin-left: -.375rem
}

.avatar-group .avatar-lg+.avatar-lg {
    margin-left: -.5625rem
}

.avatar-group .avatar-xl+.avatar-xl {
    margin-left: -1rem
}

.avatar-group .avatar-xxl+.avatar-xxl {
    margin-left: -1.25rem
}

.avatar-group .avatar:not(:last-child) {
    -webkit-mask-image: url(../img/masks/avatar-group.svg);
    mask-image: url(../img/masks/avatar-group.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.avatar-group .avatar:hover {
    -webkit-mask-image: none;
    mask-image: none;
    z-index: 1
}

.avatar-group .avatar:hover+.avatar {
    -webkit-mask-image: url(../img/masks/avatar-group-hover.svg);
    mask-image: url(../img/masks/avatar-group-hover.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.avatar-group .avatar:hover+.avatar:last-child {
    -webkit-mask-image: url(../img/masks/avatar-group-hover-last.svg);
    mask-image: url(../img/masks/avatar-group-hover-last.svg)
}

.choices::after {
    display: none
}

.choices .dropdown-menu {
    width: 100%
}

.choices .custom-select-xs~.dropdown-menu,
.choices .form-control-xs~.dropdown-menu {
    width: auto;
    min-width: 100%;
    padding: 1rem 1.25rem
}

.collapse-wrapper {
    min-width: 40px;
    height: 100%
}

.collapse-chevron {
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

[aria-expanded=true] .collapse-chevron svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.device {
    position: relative
}

.device>.img-fluid {
    position: relative
}

.device::before {
    content: "";
    background-color: #fafafa
}

.device-screen,
.device::before {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover
}

.device-iphonex::before,
.device-iphonex>.device-screen {
    top: 7.784431138%;
    left: 16.4021164%;
    width: 66.137566137%;
    height: 80.838323353%
}

.device-macbook::before,
.device-macbook>.device-screen {
    top: 11.53846154%;
    left: 13.38709677%;
    width: 73.548387096%;
    height: 73.076923076%
}

.device-combo {
    position: relative
}

.device-combo>.device {
    position: absolute
}

.device-combo-iphonex-iphonex {
    padding-bottom: 130.250482%
}

.device-combo-iphonex-iphonex>.device-iphonex:first-child {
    bottom: 0;
    left: 0;
    width: 65.5260116%;
    z-index: 1
}

.device-combo-iphonex-iphonex>.device-iphonex:last-child {
    top: 0;
    right: 0;
    width: 72.8323699%
}

.device-combo-iphonex-macbook,
.device-combo-macbook-iphonex {
    padding-bottom: 62.4260355%
}

.device-combo-iphonex-macbook>.device-macbook,
.device-combo-macbook-iphonex>.device-macbook {
    width: 91.7159763%
}

.device-combo-iphonex-macbook>.device-iphonex,
.device-combo-macbook-iphonex>.device-iphonex {
    width: 27.9585799%;
    z-index: 1
}

.device-combo-macbook-iphonex>.device-macbook {
    top: 0;
    left: 0
}

.device-combo-iphonex-macbook>.device-macbook {
    top: 0;
    right: 0
}

.device-combo-macbook-iphonex>.device-iphonex {
    bottom: 0;
    right: 0
}

.device-combo-iphonex-macbook>.device-iphonex {
    bottom: 0;
    left: 0
}

.dropzone {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.dz-message {
    padding: 5rem 1rem;
    background-color: #fff;
    border: 1px dashed #e0e0e0;
    border-radius: .1875rem;
    text-align: center;
    color: #757575;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    cursor: pointer;
    z-index: 999
}

.dz-message:hover {
    border-color: #757575;
    color: #161c2d
}

.dz-button {
    background: 0 0;
    border: 0;
    font-size: inherit;
    color: inherit
}

.dz-drag-hover .dz-message {
    border-color: #335eea;
    color: #335eea
}

.dropzone-multiple .dz-message {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.dropzone-single.dz-max-files-reached .dz-message {
    background-color: rgba(22, 28, 45, .9);
    color: #fff;
    opacity: 0
}

.dropzone-single.dz-max-files-reached .dz-message:hover {
    opacity: 1
}

.dz-preview-single {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: .1875rem
}

.dz-preview-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: .1875rem
}

.dz-preview-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: .1875rem
}

.dz-preview-multiple .list-group-item:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

[data-dz-size] strong {
    font-weight: 400
}

body.compensate-for-scrollbar {
    margin-right: 0 !important
}

.fancybox-container .fancybox-bg {
    background-color: rgba(255, 255, 255, .97)
}

.fe-lg {
    font-size: 1.3125rem
}

@media (min-width:768px) {
    .fe-lg {
        font-size: 1.125rem
    }
}

.flickity-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(1.5em + 1.625rem + 2px);
    height: calc(1.5em + 1.625rem + 2px);
    background-color: #335eea;
    -webkit-box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .05);
    box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .05);
    color: #fff
}

.flickity-button::after,
.flickity-button::before {
    font-family: Feather
}

.flickity-button:focus,
.flickity-button:hover {
    background-color: #335eea;
    -webkit-box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .1);
    box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .1)
}

.flickity-button.previous {
    left: 0;
    -webkit-transform: translate(calc(-50% + 10px), -50%);
    transform: translate(calc(-50% + 10px), -50%)
}

@media (min-width:768px) {
    .flickity-button.previous {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.flickity-button.previous::before {
    content: "\e910"
}

.flickity-button.next {
    right: 0;
    -webkit-transform: translate(calc(50% - 10px), -50%);
    transform: translate(calc(50% - 10px), -50%)
}

@media (min-width:768px) {
    .flickity-button.next {
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }
}

.flickity-button.next::before {
    content: "\e912"
}

.flickity-button-icon {
    display: none
}

.flickity-button-white .flickity-button {
    background-color: #fff;
    color: #335eea
}

.flickity-button-bottom .flickity-button {
    top: auto;
    bottom: 1.5rem;
    -webkit-transform: none;
    transform: none
}

.flickity-button-bottom .flickity-button.previous {
    left: auto;
    right: 6.375rem
}

.flickity-button-bottom .flickity-button.next {
    left: auto;
    right: 2.5rem
}

.flickity-button-inset .flickity-button {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-button-inset .flickity-button.previous {
    left: 1.5rem
}

.flickity-button-inset .flickity-button.next {
    right: 1.5rem
}

.flickity-viewport-visible .flickity-viewport {
    overflow: visible
}

[data-flickity*='"adaptiveHeight": true'] .flickity-viewport {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.bg-dark .footer-brand {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.hljs {
    background-color: transparent
}

.icon>svg {
    width: 3rem;
    height: 3rem
}

.icon[class*=text-]>svg [fill]:not([fill=none]) {
    fill: currentColor !important
}

.icon-xs>svg {
    width: 1.5rem;
    height: 1.5rem
}

.icon-sm>svg {
    width: 2.25rem;
    height: 2.25rem
}

.icon-lg>svg {
    width: 4rem;
    height: 4rem
}

.icon-xl>svg {
    width: 5rem;
    height: 5rem
}

.icon-circle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.1875rem;
    height: 4.1875rem;
    border-radius: 50%
}

.icon-circle>.fe {
    font-size: 1.875rem
}

.list {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none
}

.list-item+.list-item {
    margin-top: .35rem
}

.list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .9375rem;
    color: #616161
}

.list-link:focus,
.list-link:hover {
    text-decoration: none;
    color: #335eea
}

.ql-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
}

.ql-toolbar {
    position: relative;
    padding: .8125rem 1.25rem;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: .1875rem .1875rem 0 0;
    color: #161c2d
}

.ql-toolbar+.ql-container {
    margin-top: -1px
}

.ql-toolbar+.ql-container .ql-editor {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ql-editor {
    min-height: 6.375rem;
    display: block;
    width: 100%;
    padding: .8125rem 1.25rem;
    font-size: 1.0625rem;
    line-height: 1.5;
    color: #161c2d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eee;
    border-radius: .1875rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    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, -webkit-box-shadow .15s ease-in-out
}

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

.ql-editor::-ms-expand {
    background-color: transparent;
    border: 0
}

.ql-editor:focus {
    color: #161c2d;
    background-color: #fff;
    border-color: #a7b9f6;
    outline: 0
}

.ql-hidden {
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.ql-editor.ql-blank::before {
    top: .8125rem;
    left: 1.25rem;
    font-style: normal;
    color: #757575
}

.ql-editor:focus::before {
    display: none
}

.ql-formats {
    padding-left: .5rem;
    padding-right: .5rem
}

.ql-formats:first-child {
    padding-left: 0
}

.ql-formats:last-child {
    padding-right: 0
}

.ql-toolbar button {
    padding: 0 .25rem;
    background: 0 0;
    border: none;
    color: #161c2d;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ql-toolbar button:hover {
    color: #335eea
}

.ql-toolbar button:first-child {
    margin-left: -.25rem
}

.ql-toolbar .ql-active {
    color: #335eea
}

.ql-toolbar button svg {
    height: 1.1875rem;
    width: 1.1875rem
}

.ql-toolbar .ql-stroke {
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none
}

.ql-toolbar .ql-thin {
    stroke-width: 1
}

.ql-toolbar .ql-fill {
    fill: currentColor
}

.ql-toolbar input.ql-image {
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.ql-tooltip {
    position: absolute;
    z-index: 1070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 18.5rem;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: .1875rem;
    padding: .8125rem 1.25rem;
    margin-top: .6rem;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .1);
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .1)
}

.ql-tooltip:after,
.ql-tooltip:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ql-tooltip:before {
    border-bottom: .6rem solid transparent;
    border-left: .6rem solid transparent;
    border-right: .6rem solid transparent
}

.ql-tooltip:after {
    border-bottom: .5rem solid #fff;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent
}

.ql-container .ql-tooltip:hover {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.ql-tooltip .ql-preview {
    width: 100%;
    padding: .5625rem 1rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: .1875rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-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;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.ql-tooltip.ql-editing .ql-preview {
    display: none
}

.ql-tooltip input {
    display: none;
    width: 100%;
    padding-top: calc(.5625rem + 1px);
    padding-bottom: calc(.5625rem + 1px);
    background-color: transparent;
    font-size: .9375rem;
    line-height: 1.5;
    border: none;
    color: #161c2d
}

.ql-tooltip input:focus {
    outline: 0
}

.ql-tooltip.ql-editing input {
    display: block
}

.ql-tooltip .ql-action,
.ql-tooltip .ql-remove {
    margin-left: .25rem
}

.ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    cursor: pointer;
    padding: .5625rem 1rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: .1875rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-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;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

    .ql-tooltip .ql-action::before,
    .ql-tooltip .ql-remove::before {
        -webkit-transition: none;
        transition: none
    }
}

.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-action::before:hover,
.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove::before:hover {
    text-decoration: none
}

.ql-tooltip .ql-action::before.focus,
.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-remove::before.focus,
.ql-tooltip .ql-remove::before:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ql-tooltip .ql-action::before,
.ql-tooltip.ql-editing .ql-action::before {
    color: #fff;
    background-color: #335eea;
    border-color: #335eea;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ql-tooltip .ql-action::before:hover,
.ql-tooltip.ql-editing .ql-action::before:hover {
    color: #fff;
    background-color: #1746e0;
    border-color: #1643d4
}

.ql-tooltip .ql-action::before.focus,
.ql-tooltip .ql-action::before:focus,
.ql-tooltip.ql-editing .ql-action::before.focus,
.ql-tooltip.ql-editing .ql-action::before:focus {
    color: #fff;
    background-color: #1746e0;
    border-color: #1643d4;
    -webkit-box-shadow: 0 0 0 0 rgba(82, 118, 237, .5);
    box-shadow: 0 0 0 0 rgba(82, 118, 237, .5)
}

.ql-tooltip .ql-action::before.disabled,
.ql-tooltip .ql-action::before:disabled,
.ql-tooltip.ql-editing .ql-action::before.disabled,
.ql-tooltip.ql-editing .ql-action::before:disabled {
    color: #fff;
    background-color: #335eea;
    border-color: #335eea
}

.ql-tooltip .ql-action::before:not(:disabled):not(.disabled).active,
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled).active,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active,
.show>.ql-tooltip .ql-action::before.dropdown-toggle,
.show>.ql-tooltip.ql-editing .ql-action::before.dropdown-toggle {
    color: #fff;
    background-color: #1643d4;
    border-color: #153fc9
}

.ql-tooltip .ql-action::before:not(:disabled):not(.disabled).active:focus,
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled).active:focus,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active:focus,
.show>.ql-tooltip .ql-action::before.dropdown-toggle:focus,
.show>.ql-tooltip.ql-editing .ql-action::before.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(82, 118, 237, .5);
    box-shadow: 0 0 0 0 rgba(82, 118, 237, .5)
}

.ql-tooltip .ql-action::before {
    content: "Edit"
}

.ql-tooltip.ql-editing .ql-action::before {
    content: "Save"
}

.ql-tooltip .ql-remove::before {
    color: #212121;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    content: "Remove";
    border-color: #eee
}

.ql-tooltip .ql-remove::before:hover {
    color: #212121;
    background-color: #ececec;
    border-color: #e6e6e6
}

.ql-tooltip .ql-remove::before.focus,
.ql-tooltip .ql-remove::before:focus {
    color: #212121;
    background-color: #ececec;
    border-color: #e6e6e6;
    -webkit-box-shadow: 0 0 0 0 rgba(222, 222, 222, .5);
    box-shadow: 0 0 0 0 rgba(222, 222, 222, .5)
}

.ql-tooltip .ql-remove::before.disabled,
.ql-tooltip .ql-remove::before:disabled {
    color: #212121;
    background-color: #fff;
    border-color: #fff
}

.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled).active,
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active,
.show>.ql-tooltip .ql-remove::before.dropdown-toggle {
    color: #212121;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled).active:focus,
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active:focus,
.show>.ql-tooltip .ql-remove::before.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(222, 222, 222, .5);
    box-shadow: 0 0 0 0 rgba(222, 222, 222, .5)
}

.ql-tooltip.ql-editing .ql-remove::before {
    display: none
}

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

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

.screenshot {
    border-radius: .625rem;
    -webkit-box-shadow: 25px 60px 125px -25px rgba(97, 97, 97, .1), 16px 40px 75px -40px rgba(0, 0, 0, .2);
    box-shadow: 25px 60px 125px -25px rgba(97, 97, 97, .1), 16px 40px 75px -40px rgba(0, 0, 0, .2)
}

.section-border {
    position: relative
}

.section-border::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color: inherit;
    content: ""
}

.shape {
    position: absolute;
    pointer-events: none
}

.shape>* {
    display: block
}

.shape:not([class*=shape-blur]) {
    overflow: hidden
}

.shape:not([class*=shape-blur])>* {
    -webkit-transform: scale(2);
    transform: scale(2)
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .shape>svg {
        display: none
    }
}

.shape-top {
    top: 0;
    right: 0;
    left: 0
}

.shape-top>* {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.shape-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.shape-right>* {
    position: inherit;
    top: inherit;
    bottom: inherit;
    right: inherit;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.shape-bottom {
    right: 0;
    bottom: 0;
    left: 0
}

.shape-bottom>* {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.shape-bottom-100 {
    right: 0;
    bottom: 100%;
    left: 0
}

.shape-bottom-100>* {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.shape-left {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.shape-left>* {
    position: inherit;
    top: inherit;
    bottom: inherit;
    left: inherit;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.shape-fluid-x>* {
    width: 100%;
    height: auto
}

.shape-fluid-y>* {
    width: auto;
    height: 100%
}

.shape-flip-x {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.shape-blur-1 {
    top: 0;
    right: 0;
    left: 0
}

@media (min-width:768px) {
    .shape-blur-1 {
        bottom: 0;
        left: 50%;
        right: auto
    }
}

.shape-blur-1>* {
    width: 100%;
    height: auto
}

@media (min-width:768px) {
    .shape-blur-1>* {
        width: auto;
        height: 100%
    }
}

.shape-blur-2 {
    top: 0;
    right: 0;
    left: 0
}

@media (min-width:768px) {
    .shape-blur-2 {
        bottom: 0;
        right: 50%;
        left: auto
    }
}

.shape-blur-2>* {
    width: 100%;
    height: auto
}

@media (min-width:768px) {
    .shape-blur-2>* {
        width: auto;
        height: 100%;
        float: right
    }
}

.shape-blur-3 {
    top: 0;
    right: 0;
    left: 0
}

.shape-blur-3>* {
    width: 100%;
    height: auto
}

.shape-blur-4 {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) scale(1.3);
    transform: translateX(-50%) scale(1.3)
}

.shape-blur-4>* {
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:992px) {
    .sidenav {
        position: fixed;
        top: 84px;
        height: calc(100vh - 84px);
        overflow: auto
    }
}

@media (min-width:992px) {
    .sidenav-left {
        left: 0
    }
}

@media (min-width:992px) {
    .sidenav-right {
        right: 0
    }
}

.avatar-title {
    color: #616161;
    background-color: #f5f5f5
}

.avatar-xxxl {
    width: 8rem;
    height: 8rem;
    font-size: 8rem/3
}

@media (min-width:768px) {
    .avatar-xxxl {
        width: 10rem;
        height: 10rem;
        font-size: 10rem/3
    }
}

.s-badge-wrapper {
    color: #fff;
    font-weight: 400
}

.s-badge-wrapper.badge-type-custom {
    padding: 0;
    font-size: 100%
}

.s-badge-wrapper.badge-type-custom .badge {
    color: #fff;
    font-weight: 400
}

.s-badge-wrapper.badge-type-new {
    background: #42ba96
}

.s-badge-wrapper.badge-type-hit {
    background: #fad776
}

.s-badge-wrapper.badge-type-bestseller {
    background: #6610f2
}

.s-badge-wrapper.badge-type-lowprice {
    color: #161c2d;
    background: #fad776
}

.badge-color {
    display: inline-block;
    vertical-align: sub;
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%
}

.badge-float-inside-left {
    top: 1rem;
    left: 1rem
}

.badge-rounded-circle.badge-sm {
    height: calc(1em + .2rem);
    padding: .1rem
}

.badge-rounded-circle.badge-sm svg {
    width: .65rem;
    height: .65rem
}

.badge-sm {
    padding-left: .25rem;
    padding-right: .25rem
}

.badge-xs {
    padding: .05rem .25rem
}

.badge-lg .badge {
    padding: .7em 1.15em
}

.breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .9375rem
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "—";
    font-family: inherit
}

@media (max-width:991.98px) {
    .breadcrumb-item.dropdown .dropdown-toggle::after {
        display: none
    }

    .breadcrumb-item.dropdown .dropdown-menu {
        display: none !important
    }
}

@media (max-width:991.98px) {
    .breadcrumb.breadcrumb--scroll {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto
    }

    .breadcrumb.breadcrumb--scroll .breadcrumb-item span {
        white-space: nowrap
    }
}

.btn-outline-link:not(:hover):not(:focus):not(.active):not(.selected) {
    color: #161c2d !important;
    border-color: #e0e0e0 !important;
    background-color: transparent !important
}

.btn-link-black:not(:hover):not(:focus):not(.active) {
    color: #161c2d !important
}

.btn-light-default:not(:hover):not(:focus):not(.active) {
    color: #616161;
    background-color: #fafafa;
    border-color: #eee !important
}

.ripple-effect {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.ink {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: #fff;
    opacity: .3
}

.ink.animate {
    -webkit-animation: ripple .5s linear;
    animation: ripple .5s linear
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.btn-reset {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.btn-reset:focus,
.btn-reset:hover {
    outline: 0
}

.card-columns-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4
}

.card-columns-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

.dropdown-menu .card {
    vertical-align: top
}

.card-btn-hover {
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.card-btn-hover .card-btn {
    position: absolute !important;
    top: 100%;
    left: 0
}

.card:hover .card-btn-hover-sm {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px)
}

.card:hover .card-btn-hover-md {
    -webkit-transform: translateY(-53px);
    transform: translateY(-53px)
}

.dropdown-hover .dropdown-menu,
.navbar-nav .dropdown:not(.c-big-catalog--on-click) .dropdown-menu,
.navbar-nav .dropright .dropdown-menu {
    display: none;
    -webkit-transition: opacity .25s ease, visibility 0s ease 0s, -webkit-transform .25s ease;
    transition: opacity .25s ease, visibility 0s ease 0s, -webkit-transform .25s ease;
    transition: transform .25s ease, opacity .25s ease, visibility 0s ease 0s;
    transition: transform .25s ease, opacity .25s ease, visibility 0s ease 0s, -webkit-transform .25s ease;
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.navbar-nav .dropdown:not(.c-big-catalog--on-click):hover>a~.dropdown-menu,
.navbar-nav .dropdown:not(.c-big-catalog--on-click):hover>button~.dropdown-menu,
.navbar-nav .dropright:hover>a~.dropdown-menu,
.navbar-nav .dropright:hover>button~.dropdown-menu {
    opacity: 1;
    display: block;
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.navbar-nav .dropdown:not(.c-big-catalog--on-click):hover>a~.dropdown-menu,
.navbar-nav .dropdown:not(.c-big-catalog--on-click):hover>button~.dropdown-menu {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.navbar-nav .dropright:hover>a~.dropdown-menu,
.navbar-nav .dropright:hover>button~.dropdown-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.dropdown-hover:hover>a~.dropdown-menu,
.dropdown-hover:hover>button~.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.dropdown-menu-top {
    top: 0 !important;
    height: 100% !important
}

.dropdown:hover {
    z-index: 1050
}

.dropdown-hover .dropdown-menu {
    display: none;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.dropdown-hover .dropdown-menu.show {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media (min-width:768px) {
    .dropdown-hover:hover>.dropdown-menu {
        display: block
    }
}

.dropdown-toggle::after {
    margin-left: .5rem;
    font-size: .725rem;
    vertical-align: middle
}

.dropdown-menu-full {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%
}

.dropdown-toggle-hidden::after,
.dropdown-toggle-hidden::before {
    display: none !important
}

.fancybox-image {
    border-radius: .1875rem
}

.form-control {
    background-color: #fafafa
}

.form-control.error {
    border-color: #df4759
}

.form-control:disabled,
.form-control[readonly] {
    opacity: .65 !important
}

.h-file-attachments {
    margin-bottom: 1rem
}

.h-file-attachments .remove-attach {
    display: block;
    margin-top: .25rem
}

.col-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

@media (min-width:576px) {
    .col-sm-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:768px) {
    .col-md-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:992px) {
    .col-lg-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:1200px) {
    .col-xl-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.hljs {
    padding: 1rem 2rem
}

.icon-rotate-90 svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon-xxl>svg {
    width: 8rem;
    height: 8rem
}

.icon-xxs>svg {
    width: 1.15rem;
    height: 1.15rem
}

.icon-xxxs>svg {
    width: 1rem;
    height: 1rem
}

.icon-xxxxs>svg {
    width: .75rem;
    height: .75rem
}

.icon-stroke-2>svg {
    stroke-width: 2
}

i.icon32 {
    display: inline-block;
    width: 32px;
    height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

i.icon32.rounded {
    border-radius: 50%
}

i.icon32.vkontakte {
    border: 1px solid #5a7feb;
    background-image: url(../img/icons/socials/vk.svg);
    background-position: 50%;
    background-size: contain
}

i.icon32.facebook {
    border: 1px solid #24409f;
    background-image: url(../img/icons/socials/facebook.svg);
    background-position: 50%;
    background-size: contain
}

i.icon32.mailru {
    border: 1px solid #4e76df;
    background-image: url(../img/icons/socials/moimir.svg);
    background-position: 50%;
    background-size: contain
}

i.icon32.twitter {
    border: 1px solid #6ea9df;
    background-image: url(../img/icons/socials/twitter.svg);
    background-position: 50%;
    background-size: contain
}

i.icon32.google {
    border: 1px solid #c62807;
    background-image: url(../img/icons/socials/gplus.svg);
    background-position: 50%;
    background-size: contain
}

i.icon32.yandex {
    border: 1px solid red;
    background-image: url(../img/icons/socials/yandex.svg);
    background-position: 50%;
    background-size: contain
}

i.icon32.webasystID {
    background-image: url(../img/icons/socials/webasystID.svg);
    background-position: 50%;
    background-size: contain
}

.list-group.list-group--theme>.list-group-item {
    padding: 0
}

.list-group.list-group--theme .list-group-link {
    display: block;
    padding: 1rem 1.5rem;
    color: #616161;
    font-size: .9375rem
}

.list-group-unstyled {
    list-style: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem
}

.list-group-unstyled .list-group-item-child:not(:last-child) {
    padding-bottom: .25rem
}

.list-group-unstyled .list-group-link-child {
    color: #616161;
    font-size: .9375rem
}

.modal {
    overflow-y: hidden !important;
    padding-left: 0 !important
}

@media (max-width:575.98px) {
    .modal .modal-dialog {
        margin: 0
    }

    .modal .modal-content {
        border: none;
        border-radius: 0
    }

    .modal .modal-body {
        padding: 1rem
    }
}

.s-dialog-wrapper,
.s-dialog-wrapper.modal {
    z-index: 1050
}

/*!
 * nav-priority v1.1.2 (https://skywalkapps.github.io/nav-priority)
 * Copyright 2017 Martin Staněk
 * Licensed under MIT
 */
.navbar-nav-more[aria-hidden=true] {
    position: absolute;
    top: -9999em;
    right: 0;
    visibility: hidden
}

.navbar-nav-more>a[aria-expanded=true]+ul {
    display: block
}

.navbar-nav-more .dropdown-nav-priority .nav-link {
    padding: 0 !important;
    text-align: left !important
}

.navbar-nav-more .dropdown-nav-priority .nav-link:not(:hover) {
    color: #616161
}

.navbar-nav-more .dropdown-nav-priority .nav-link:hover {
    color: #335eea
}

.navbar-nav-more .dropdown-nav-priority .nav-link>span {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.navbar-nav-more .dropdown-nav-priority .dropdown-menu {
    display: none !important
}

.navbar-nav .navbar-nav-more .dropdown-nav-priority .dropdown-menu {
    display: none !important
}

nav.navbar[data-nav-calc-width=true] {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

nav.navbar[data-nav-calc-width=true]~* {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

nav.navbar[data-nav-calc-width=true][data-nav-priority=true] {
    opacity: 1
}

nav.navbar[data-nav-calc-width=true][data-nav-priority=true]~* {
    opacity: 1
}

nav.navbar[data-responsive-navbar] {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

nav.navbar[data-responsive-navbar]~* {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

nav.navbar[data-responsive-navbar].is-loaded {
    opacity: 1
}

nav.navbar[data-responsive-navbar].is-loaded~* {
    opacity: 1
}

.nav-links .nav-link {
    color: #757575;
    font-size: .9375rem
}

.nav-buttons .nav-link {
    position: relative;
    margin-right: .5rem;
    color: #757575;
    padding: 1.122rem 1.5rem;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: .1875rem
}

.nav-buttons .nav-link:focus,
.nav-buttons .nav-link:hover {
    background-color: #fff;
    color: #212121
}

.nav-buttons .nav-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-top-width: 2px;
    border-bottom-width: calc(.1875rem - 2px);
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: inherit;
    border-bottom-color: transparent;
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.nav-buttons .nav-link.active::after {
    border-color: #335eea
}

.nav-buttons-sm .nav-link {
    padding: .5625rem 1rem
}

.navbar:hover {
    z-index: 1050
}

.state-hovered {
    z-index: 1050 !important
}

.navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    white-space: nowrap
}

.navbar-nav .dropright>.dropdown-toggle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .navbar .navbar-nav {
        width: 100%
    }

    .navbar .nav-link {
        padding-right: 2rem;
        padding-left: 2rem;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-transition-delay: .15s;
        transition-delay: .15s
    }

    .navbar .nav-item {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center
    }

    .navbar.navbar-item-light .nav-item.is-current .nav-link,
    .navbar.navbar-item-light .nav-item.is-selected .nav-link,
    .navbar.navbar-item-light .nav-item:hover .nav-link {
        background-color: rgba(255, 255, 255, .15);
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }
}

.navbar-light .navbar-nav .nav-item:not(:hover)>.nav-link {
    color: #161c2d
}

.navbar-muted .navbar-nav .nav-item:not(:hover)>.nav-link {
    color: #757575
}

.navbar-md .navbar-nav .nav-item .nav-link {
    padding-left: 1rem;
    padding-right: 1rem
}

.navbar-sm .navbar-nav .nav-item .nav-link {
    font-size: .9375rem;
    padding: .5rem 1rem
}

.nav-item--big,
.nav-item--html {
    position: initial
}

.nav-item--default .dropright>.dropdown-toggle::after {
    position: absolute;
    right: 1rem
}

.nav-item--default .nav-item__brand-img {
    max-width: 55px
}

.nav-item--big .nav-item__brand-img {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important
}

.nav-item--big .nav-item__brand-img {
    display: block
}

.s-range-item.noUi-target {
    height: 2px;
    background: #eee;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.s-range-item.noUi-target .noUi-horizontal .noUi-handle {
    right: -11px
}

.s-range-item.noUi-target .noUi-handle {
    width: 22px;
    height: 22px;
    top: -11px;
    right: -11px !important;
    outline: 0;
    cursor: -webkit-grab;
    cursor: grab;
    border-radius: 50%;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(22, 28, 45, .25);
    box-shadow: 0 2px 6px 0 rgba(22, 28, 45, .25)
}

.s-range-item.noUi-target .noUi-handle:after {
    display: none
}

.s-range-item.noUi-target .noUi-handle:before {
    width: 6px;
    height: 6px;
    background-color: #335eea;
    border-radius: 50%;
    left: calc(50% - 3px);
    top: calc(50% - 3px)
}

.s-range-item.noUi-target .noUi-handle {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.s-range-item.noUi-target .noUi-connect {
    background: #335eea
}

.owl-carousel .owl-item .owl-lazy-bg {
    max-height: inherit !important
}

.owl-carousel.owl-carousel-overflow:not(.owl-loaded) {
    overflow: hidden
}

.owl-carousel.owl-carousel-overflow:not(.owl-loaded)>:not(:first-child) {
    display: none !important
}

.owl-carousel.owl-lazy-delayed.owl-lazy-delayed-bg .owl-lazy {
    -webkit-transition: visibility .35s ease, opacity .35s ease;
    transition: visibility .35s ease, opacity .35s ease;
    opacity: 0 !important
}

.owl-carousel.owl-lazy-delayed.owl-lazy-delayed-bg.owl-loaded .owl-lazy {
    opacity: 1 !important
}

.owl-theme .owl-nav {
    margin-top: 0
}

.owl-carousel-stretch .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.owl-carousel-stretch .owl-item>* {
    height: 100%
}

.owl-carousel-img-width-reset .owl-item img {
    width: inherit
}

.owl-carousel-viewport-visible .owl-stage-outer {
    overflow: visible
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    margin: 0;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(1.5em + 1.625rem + 2px);
    height: calc(1.5em + 1.625rem + 2px);
    background-color: #335eea;
    -webkit-box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .05);
    box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .05);
    color: #fff;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #335eea;
    -webkit-box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .1);
    box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .1);
    outline: 0
}

.owl-carousel .owl-nav button.owl-prev {
    left: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-carousel .owl-nav button.owl-next {
    right: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-carousel .owl-nav button.owl-next>span,
.owl-carousel .owl-nav button.owl-prev>span {
    display: none
}

.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled {
    background-color: #eee !important;
    color: #212121 !important;
    opacity: 1
}

.owl-buttons-hidden .owl-nav button.owl-next.disabled,
.owl-buttons-hidden .owl-nav button.owl-prev.disabled {
    opacity: 0
}

.owl-buttons-white .owl-nav button.owl-next,
.owl-buttons-white .owl-nav button.owl-prev {
    background-color: #fff;
    color: #335eea
}

.owl-buttons-white .owl-nav button.owl-next:active::before,
.owl-buttons-white .owl-nav button.owl-next:focus::before,
.owl-buttons-white .owl-nav button.owl-next:hover::before,
.owl-buttons-white .owl-nav button.owl-prev:active::before,
.owl-buttons-white .owl-nav button.owl-prev:focus::before,
.owl-buttons-white .owl-nav button.owl-prev:hover::before {
    color: #fff
}

.owl-buttons-round .owl-nav button.owl-next,
.owl-buttons-round .owl-nav button.owl-prev {
    border-radius: 50%
}

.owl-buttons-outset .owl-nav button.owl-next {
    right: -1rem;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
}

.owl-buttons-outset .owl-nav button.owl-prev {
    left: -1rem;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.owl-buttons-outset-half .owl-nav button.owl-next {
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.owl-buttons-outset-half .owl-nav button.owl-prev {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.owl-buttons-sm.owl-carousel .owl-nav button.owl-next,
.owl-buttons-sm.owl-carousel .owl-nav button.owl-prev {
    width: calc(1em + 1.125rem + 2px);
    height: calc(1em + 1.125rem + 2px)
}

.owl-buttons-gray.owl-carousel .owl-nav button.owl-next,
.owl-buttons-gray.owl-carousel .owl-nav button.owl-prev {
    background-color: #eee;
    color: #212121
}

.owl-buttons-gray.owl-carousel .owl-nav button.owl-next:focus,
.owl-buttons-gray.owl-carousel .owl-nav button.owl-next:hover,
.owl-buttons-gray.owl-carousel .owl-nav button.owl-prev:focus,
.owl-buttons-gray.owl-carousel .owl-nav button.owl-prev:hover {
    color: #fff
}

.owl-buttons-transparent.owl-carousel .owl-nav button.owl-next,
.owl-buttons-transparent.owl-carousel .owl-nav button.owl-prev {
    background-color: transparent !important;
    color: #212121;
    -webkit-box-shadow: none;
    box-shadow: none
}

.owl-buttons-transparent.owl-carousel .owl-nav button.owl-next:focus,
.owl-buttons-transparent.owl-carousel .owl-nav button.owl-next:hover,
.owl-buttons-transparent.owl-carousel .owl-nav button.owl-prev:focus,
.owl-buttons-transparent.owl-carousel .owl-nav button.owl-prev:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.owl-buttons-transparent.owl-carousel .owl-nav button.owl-next.disabled,
.owl-buttons-transparent.owl-carousel .owl-nav button.owl-prev.disabled {
    opacity: .3
}

.owl-buttons-hover.owl-carousel:not(:hover) .owl-nav button.owl-next,
.owl-buttons-hover.owl-carousel:not(:hover) .owl-nav button.owl-prev {
    opacity: 0;
    visibility: hidden
}

.owl-carousel .owl-dots .owl-dot span {
    -webkit-transition: width .25s ease, background .25s ease;
    transition: width .25s ease, background .25s ease
}

.owl-carousel .owl-dots .owl-dot.active span {
    width: 36px
}

.owl-dots-absolute.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    cursor: pointer
}

.owl-dots-inset.owl-carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    margin: 0 20%;
    width: 60%;
    text-align: center;
    cursor: pointer
}

.owl-dots-compare.owl-carousel .owl-dots {
    top: 165px
}

.c-slider {
    position: relative;
    background-color: #fafafa;
    overflow: hidden
}

@media (max-width:767.98px) {
    .c-slider:not(.c-slider--static) {
        min-height: 430px;
        border-bottom: 1px solid #eee
    }
}

@media (min-width:768px) {
    .c-slider:not(.c-slider--static) {
        height: 430px;
        min-height: 430px
    }
}

@media (min-width:992px) {
    .c-slider:not(.c-slider--static) {
        height: 630px;
        min-height: 630px
    }
}

.c-slider .owl-carousel .owl-item,
.c-slider .owl-carousel .owl-stage,
.c-slider .owl-carousel .owl-stage-outer {
    height: 100%
}

.c-slider .owl-carousel .owl-item img {
    width: initial
}

.c-slider .owl-carousel button.owl-prev {
    left: 90px
}

.c-slider .owl-carousel button.owl-next {
    right: 90px
}

@media (max-width:767.98px) {
    .c-slider .owl-carousel .owl-dots {
        top: 256px;
        bottom: inherit
    }
}

.c-slider .owl-carousel .owl-dot {
    outline: 0
}

.c-slider .c-slider__img {
    position: relative;
    height: 296px
}

@media (min-width:768px) {
    .c-slider .c-slider__img {
        height: 396px
    }
}

@media (min-width:992px) {
    .c-slider .c-slider__img {
        height: 496px
    }
}

.c-slider .c-slider__img img {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    max-height: 100%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.c-slider .c-slider__item>.container-fluid,
.c-slider .c-slider__item>.container-lg,
.c-slider .c-slider__item>.container-md,
.c-slider .c-slider__item>.container-sm,
.c-slider .c-slider__item>.container-xl,
.c-slider .c-slider__item>.container-xxl {
    position: relative;
    z-index: 1
}

@media (min-width:768px) {
    .c-slider:not(.c-slider--static) .embed-responsive {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }
}

.c-slider .embed-responsive-item {
    position: absolute;
    width: 100vw;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover
}

.c-slider .bg-cover,
.c-slider .c-slider__img,
.c-slider .c-slider__item {
    max-height: initial !important;
}

@media (max-width:767.98px) {

    .c-slider--1 .c-slider__item,
    .c-slider--2 .c-slider__item {
        background-image: none !important
    }
}

.c-slider--1 .c-slider__img img,
.c-slider--2 .c-slider__img img {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

@media (min-width:768px) {

    .c-slider--1 .c-slider__img,
    .c-slider--2 .c-slider__img {
        background-image: none !important
    }
}

@media (max-width:767.98px) {

    .c-slider--1 .embed-responsive,
    .c-slider--2 .embed-responsive {
        position: relative;
        height: 296px
    }
}

.c-slider--3 .c-slider__item,
.c-slider--4 .c-slider__item {
    background-color: #fafafa
}

@media (max-width:767.98px) {

    .c-slider--3 .c-slider__img,
    .c-slider--4 .c-slider__img {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767.98px) {

    .c-slider--5 .container-fluid,
    .c-slider--5 .container-lg,
    .c-slider--5 .container-md,
    .c-slider--5 .container-sm,
    .c-slider--5 .container-xl,
    .c-slider--5 .container-xxl,
    .c-slider--7 .container-fluid,
    .c-slider--7 .container-lg,
    .c-slider--7 .container-md,
    .c-slider--7 .container-sm,
    .c-slider--7 .container-xl,
    .c-slider--7 .container-xxl {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:768px) {

    .c-slider--5:not(.c-slider--static),
    .c-slider--7:not(.c-slider--static) {
        height: 470px;
        min-height: 470px
    }
}

@media (max-width:767.98px) {

    .c-slider--5 .c-slider__row,
    .c-slider--7 .c-slider__row {
        background-image: none !important
    }
}

@media (min-width:768px) {

    .c-slider--5 .c-slider__img,
    .c-slider--7 .c-slider__img {
        background-image: none !important
    }
}

@media (max-width:767.98px) {

    .c-slider--5 .c-slider__text,
    .c-slider--7 .c-slider__text {
        padding-right: 20px;
        padding-left: 20px
    }
}

.c-slider--5 .owl-carousel button.owl-prev,
.c-slider--7 .owl-carousel button.owl-prev {
    left: 20px
}

.c-slider--5 .owl-carousel button.owl-next,
.c-slider--7 .owl-carousel button.owl-next {
    right: 20px
}

@media (max-width:767.98px) {

    .c-slider--5 .embed-responsive,
    .c-slider--7 .embed-responsive {
        position: relative;
        height: 296px
    }
}

.c-slider--5 .embed-responsive,
.c-slider--7 .embed-responsive {
    border-radius: .1875rem
}

@media (min-width:768px) {
    .c-big-banner--6 .c-slider--6 {
        height: 470px;
        min-height: 470px
    }
}

@media (max-width:767.98px) {
    .c-big-banner--6 .c-slider__row {
        background-image: none !important
    }
}

@media (min-width:768px) {
    .c-big-banner--6 .c-slider__img {
        background-image: none !important
    }
}

@media (max-width:767.98px) {
    .c-big-banner--6 .c-slider__text {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width:767.98px) {
    .c-big-banner--6 .c-big-banner__slider {
        padding-left: 0;
        padding-right: 0
    }
}

.c-big-banner--6 .owl-carousel button.owl-prev {
    left: 20px
}

.c-big-banner--6 .owl-carousel button.owl-next {
    right: 20px
}

.c-big-banner--6 .c-big-banner__banner {
    overflow: hidden
}

@media (min-width:768px) {
    .c-big-banner--6 .c-big-banner__banner {
        height: 225px
    }
}

.c-big-banner--6 .c-big-banner__banner:last-child {
    margin-top: 20px
}

@media (max-width:1199.98px) {
    .c-big-banner--6 .c-big-banner__banner:first-child {
        margin-top: 20px
    }
}

.c-big-banner--6 .embed-responsive {
    border-radius: .1875rem
}

@media (max-width:767.98px) {
    .c-big-banner--6 .embed-responsive {
        position: relative;
        height: 296px
    }
}

@media (min-width:768px) {
    .c-slider--7:not(.c-slider--static) {
        height: 100%;
        min-height: 100%
    }
}

@media (max-width:767.98px) {
    .c-slider-7-container .c-content-wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767.98px) {
    .c-slider.c-slider--static .owl-carousel .owl-dots {
        top: auto;
        bottom: 0
    }
}

.c-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 370px;
    min-height: 370px;
    overflow: hidden
}

@media (max-width:991.98px) {
    .c-banner {
        display: none
    }
}

.c-banner.with-topbar {
    top: 40px
}

@media (min-width:992px) {
    main.with-banner {
        margin-top: 74px
    }

    main.with-banner>.container {
        margin-top: 3rem
    }

    main.with-banner .global-header {
        position: relative;
        padding-bottom: 6em !important
    }
}

.page-item {
    margin-right: 1rem
}

.page-link {
    min-width: 33px;
    font-size: .865rem;
    font-weight: 600;
    padding: .25rem .625rem;
    border-radius: .1875rem
}

.page-link i {
    font-weight: 600;
    vertical-align: middle
}

.page-item:not(.active):not(:hover) .page-link {
    color: #161c2d
}

.page-item:not(.active) .page-link {
    border-color: transparent;
    background-color: transparent
}

.c-sidebar-nav .list-group.list-group--theme>.list-group-item.active,
.c-sidebar-nav .list-group.list-group--theme>.list-group-item:hover {
    color: #616161;
    background-color: #fafafa;
    border-color: #eee
}

.c-sidebar-nav .c-big-dropdown {
    max-height: 600px;
    height: auto !important
}

.c-sidebar-wrapper .dropdown-menu-full {
    width: calc(var(--container-width) - 280px)
}

.c-sidebar-wrapper--wide .dropdown-menu-full {
    width: calc(var(--container-width) - 20px - 280px)
}

.c-sidebar-nav--collapse .list-group-item.is-current .list-group-link,
.c-sidebar-nav--collapse .list-group-item.is-selected .list-group-link {
    font-weight: 600
}

.c-sidebar-nav--dropdown .list-group-item--top {
    position: initial !important
}

@media (min-width:992px) {
    .sidenav {
        top: 0;
        padding-top: 84px
    }
}

.collapse-chevron {
    width: 17px;
    height: 17px;
    background-color: #eee;
    border: 1px solid #e0e0e0;
    font-size: .65rem;
    padding: 0
}

.collapse-chevron[aria-expanded=true] .collapse-chevron__icon svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.collapse-chevron .collapse-chevron__toggler {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 100%;
    bottom: 0
}

.collapse-chevron-link:not(:hover) {
    color: #161c2d !important;
    background-color: transparent !important
}

.c-sidebar-nav.c-sidebar-nav--slider .navbar>.navbar-nav {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.c-toasts {
    position: fixed;
    z-index: 1050;
    top: 100px;
    right: 0
}

@media (min-width:576px) {
    .c-toasts {
        right: 100px
    }
}

.c-toasts .toast {
    width: 320px
}

.c-toasts img {
    max-width: 24px
}

.tooltip-inner {
    border: 1px solid #eee;
    -webkit-box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .05);
    box-shadow: 0 .5rem 1.5rem rgba(22, 28, 45, .05)
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 1px
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 1px
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 1px
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 1px
}

.text-underline {
    text-decoration: underline !important
}

.link-black:not(:hover) {
    color: #161c2d !important
}

.link-muted:not(:hover) {
    color: #757575 !important
}

.icon-burger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    cursor: pointer;
    width: 18px;
    height: 12px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: 0
}

.icon-burger .icon-burger__line {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 50%;
    margin-left: -9px;
    -webkit-transition: width .3s, background-color .3s, opacity .3s, -webkit-transform .3s;
    transition: width .3s, background-color .3s, opacity .3s, -webkit-transform .3s;
    transition: transform .3s, width .3s, background-color .3s, opacity .3s;
    transition: transform .3s, width .3s, background-color .3s, opacity .3s, -webkit-transform .3s
}

.icon-burger .icon-burger__line:first-child {
    top: 0
}

.icon-burger .icon-burger__line:nth-child(2) {
    top: 50%;
    margin-top: -1px
}

.icon-burger .icon-burger__line:nth-child(3) {
    bottom: 0
}

.icon-burger.is-active .icon-burger__line:first-child {
    -webkit-transform: translateY(5px) rotate(45deg) translateZ(0);
    transform: translateY(5px) rotate(45deg) translateZ(0)
}

.icon-burger.is-active .icon-burger__line:nth-child(2) {
    opacity: 0
}

.icon-burger.is-active .icon-burger__line:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg) translateZ(0);
    transform: translateY(-5px) rotate(-45deg) translateZ(0)
}

.icon-burger:hover .icon-burger__line:nth-child(2) {
    width: 50%
}

.icon-burger:active,
.icon-burger:focus,
.icon-burger:hover {
    outline: 0
}

.bg-gray-100 {
    background-color: #fafafa !important
}

.bg-gray-400 {
    background-color: #e0e0e0 !important
}

.bg-gray-500 {
    background-color: #bdbdbd !important
}

.bg-gray-600 {
    background-color: #757575 !important
}

.bg-gray-700 {
    background-color: #616161 !important
}

.row-borders-reset>[class*=col-] {
    margin-bottom: -1px;
    margin-left: -1px
}

.shadow-lift-hover {
    -webkit-transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease, -webkit-box-shadow .25s ease, -webkit-transform .25s ease
}

.shadow-lift-hover:focus,
.shadow-lift-hover:hover {
    -webkit-box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .1) !important;
    box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .1) !important;
    z-index: 1
}

.shadow-lift-dark-hover {
    -webkit-transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease, -webkit-box-shadow .25s ease, -webkit-transform .25s ease
}

.shadow-lift-dark-hover:focus,
.shadow-lift-dark-hover:hover {
    -webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15) !important;
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15) !important;
    z-index: 1
}

.shadow-sm {
    -webkit-box-shadow: 0 .2rem 1rem rgba(22, 28, 45, .1) !important;
    box-shadow: 0 .2rem 1rem rgba(22, 28, 45, .1) !important
}

.shadow-light-sm {
    -webkit-box-shadow: 0 .2rem 1rem rgba(22, 28, 45, .05) !important;
    box-shadow: 0 .2rem 1rem rgba(22, 28, 45, .05) !important
}

.shadow-dark-sm {
    -webkit-box-shadow: 0 .2rem 1rem rgba(22, 28, 45, .15) !important;
    box-shadow: 0 .2rem 1rem rgba(22, 28, 45, .15) !important
}

.font-weight-medium {
    font-weight: 500 !important
}

.font-size-xs {
    font-size: .865rem !important
}

.font-size-xxs {
    font-size: .725rem !important
}

.line-height-sm {
    line-height: 1.3
}

.line-height-reset {
    line-height: 1
}

.line-height-initial {
    line-height: initial
}

.text-dotted {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

.text-dotted-border {
    border-bottom: 1px dotted
}

.text-decoration {
    position: absolute;
    font-size: 110px;
    line-height: 110px;
    font-weight: 700;
    white-space: nowrap;
    top: -20px;
    left: 50px;
    color: rgba(0, 0, 0, .03);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.text-shadow-75 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .75)
}

.text-shadow-35 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .35)
}

.text-shadow-15 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .15)
}

@media (min-width:576px) {
    .text-white-sm {
        color: #fff !important
    }
}

@media (min-width:768px) {
    .text-white-md {
        color: #fff !important
    }
}

@media (min-width:992px) {
    .text-white-lg {
        color: #fff !important
    }
}

@media (min-width:1200px) {
    .text-white-xl {
        color: #fff !important
    }
}

@media (min-width:1290px) {
    .text-white-xxl {
        color: #fff !important
    }
}

.c-backtotop {
    display: inline-block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1030
}

.c-backtotop.c-backtotop--with-bar {
    bottom: 91px
}

.c-backtotop.show {
    opacity: 1;
    visibility: visible
}

.b-comment-form .b-form-buttons .b-cancel-button {
    display: none
}

.b-comments-wrapper .b-comments .b-comment-wrapper .b-comment .b-comment-form .b-form-buttons .b-cancel-button {
    display: inline-block
}

.text_after,
.text_before {
    margin-bottom: 1rem
}

.text_after .tags {
    font-size: .9375rem
}

.b-post-wrapper--1 .text_after .tags a,
.b-post-wrapper--3 .text_after .tags a,
.b-post-wrapper--4 .text_after .tags a {
    color: rgba(255, 255, 255, .7)
}

.b-post-wrapper--1 .text_after .tags a:hover,
.b-post-wrapper--3 .text_after .tags a:hover,
.b-post-wrapper--4 .text_after .tags a:hover {
    color: #fff
}

.b-sidebar-plugin.tag-plugin .tags.cloud {
    position: relative;
    padding: 1.5rem;
    font-size: .725rem;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eee;
    border-radius: .1875rem
}

.b-sidebar-plugin.category-plugin .menu-v.categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .1875rem
}

.b-sidebar-plugin.category-plugin .menu-v.categories>li {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #eee
}

.b-sidebar-plugin.category-plugin .menu-v.categories>li:first-child {
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.b-sidebar-plugin.category-plugin .menu-v.categories>li:last-child {
    border-bottom-left-radius: .1875rem;
    border-bottom-right-radius: .1875rem
}

.b-sidebar-plugin.category-plugin .menu-v.categories>li:focus,
.b-sidebar-plugin.category-plugin .menu-v.categories>li:hover {
    color: #616161;
    background-color: #fafafa;
    border-color: #eee
}

.b-sidebar-plugin.category-plugin .menu-v.categories>li+li {
    border-top-width: 0
}

.b-sidebar-plugin.category-plugin .menu-v.categories>li>a {
    display: block;
    padding: 1rem 1.5rem;
    color: #757575;
    font-size: .9375rem
}

:root {
    --container-width: 540px
}

@media (min-width:768px) {
    :root {
        --container-width: 720px
    }
}

@media (min-width:992px) {
    :root {
        --container-width: 960px
    }
}

@media (min-width:1200px) {
    :root {
        --container-width: 1240px
    }
}

@media (min-width:1290px) {
    :root {
        --container-width: 1340px
    }
}

.c-big-catalog.c-big-catalog--big,
.c-big-catalog.c-big-catalog--catalog {
    position: inherit
}

.c-big-catalog.c-big-catalog--big .c-big-catalog__dropdown,
.c-big-catalog.c-big-catalog--catalog .c-big-catalog__dropdown {
    width: 100%;
    left: 0 !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    border-top-left-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.c-big-catalog.c-big-catalog--big .c-big-catalog__dropdown-child .dropdown-menu,
.c-big-catalog.c-big-catalog--catalog .c-big-catalog__dropdown-child .dropdown-menu {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.c-big-catalog.c-big-catalog--big .c-big-catalog__right,
.c-big-catalog.c-big-catalog--catalog .c-big-catalog__right {
    position: absolute;
    top: 0;
    left: 255px;
    width: calc(100% - 255px);
    min-height: 100%;
    max-height: 600px;
    overflow: hidden;
    border-bottom-right-radius: .1875rem
}

.c-big-catalog.c-big-catalog--big .c-big-catalog__right .dropdown-menu,
.c-big-catalog.c-big-catalog--catalog .c-big-catalog__right .dropdown-menu {
    border-right: 0
}

.c-big-catalog.c-big-catalog--big .c-big-catalog__right .dropdown-menu.show,
.c-big-catalog.c-big-catalog--catalog .c-big-catalog__right .dropdown-menu.show {
    overflow-y: scroll
}

.c-big-catalog.c-big-catalog--big .c-big-catalog__right .dropdown-menu.show::-webkit-scrollbar,
.c-big-catalog.c-big-catalog--catalog .c-big-catalog__right .dropdown-menu.show::-webkit-scrollbar {
    width: 4px
}

.c-big-catalog.c-big-catalog--big .c-big-catalog__right .dropdown-menu.show::-webkit-scrollbar-track,
.c-big-catalog.c-big-catalog--catalog .c-big-catalog__right .dropdown-menu.show::-webkit-scrollbar-track {
    background-color: #fff
}

.c-big-catalog.c-big-catalog--big .c-big-catalog__right .dropdown-menu.show::-webkit-scrollbar-thumb,
.c-big-catalog.c-big-catalog--catalog .c-big-catalog__right .dropdown-menu.show::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 30px
}

.c-big-catalog.c-big-catalog--big .c-big-catalog__left,
.c-big-catalog.c-big-catalog--catalog .c-big-catalog__left {
    width: 255px;
    height: 600px;
    border-right: 1px solid #eee;
    border-bottom-left-radius: .1875rem;
    overflow-y: scroll;
    background-color: #fff
}

.c-big-catalog.c-big-catalog--big .c-big-catalog__left::-webkit-scrollbar,
.c-big-catalog.c-big-catalog--catalog .c-big-catalog__left::-webkit-scrollbar {
    width: 4px
}

.c-big-catalog.c-big-catalog--big .c-big-catalog__left::-webkit-scrollbar-track,
.c-big-catalog.c-big-catalog--catalog .c-big-catalog__left::-webkit-scrollbar-track {
    background-color: #fff
}

.c-big-catalog.c-big-catalog--big .c-big-catalog__left::-webkit-scrollbar-thumb,
.c-big-catalog.c-big-catalog--catalog .c-big-catalog__left::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 30px
}

.c-big-catalog.c-big-catalog--big .c-big-catalog__left .dropdown-link,
.c-big-catalog.c-big-catalog--catalog .c-big-catalog__left .dropdown-link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.c-big-catalog.c-big-catalog--big .dropdown-link,
.c-big-catalog.c-big-catalog--catalog .dropdown-link {
    position: relative
}

.c-big-catalog.c-big-catalog--big .dropright>.dropdown-toggle::after,
.c-big-catalog.c-big-catalog--catalog .dropright>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1rem
}

.c-big-catalog:not(.c-big-catalog--on-click):hover .dropdown-menu.show {
    visibility: visible !important
}

.c-big-catalog.c-big-catalog--default>.dropdown-menu {
    left: 0 !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.header-bottom .c-big-catalog.c-big-catalog--highlight>.dropdown-toggle {
    min-width: 260px;
    background-color: var(--default-hover-background);
    border-top-left-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

.c-categories__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    max-width: 64px
}

.c-categories__image img {
    min-width: 64px
}

.c-categories--5 .card-img-top {
    min-height: 230px
}

.c-big-dropdown {
    height: 600px !important;
    overflow-y: scroll
}

.c-big-dropdown::-webkit-scrollbar {
    width: 4px
}

.c-big-dropdown::-webkit-scrollbar-track {
    background-color: #fff
}

.c-big-dropdown::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 30px
}

.s-sorting-list .dropdown-menu {
    z-index: 1001
}

.c-categories .owl-item:not(:last-child) .card {
    border-right: 0 !important
}

.c-categories .owl-stage-outer {
    margin: 0 -1px 0 0;
    padding: 0 1px 0 0
}

@media (min-width:992px) {
    .c-content-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 280px);
        flex: 0 0 calc(100% - 280px);
        /* max-width: calc(100% - 280px) */
    }
}

@media (min-width:992px) {
    .c-product-content-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 320px);
        flex: 0 0 calc(100% - 320px);
        max-width: calc(100% - 320px)
    }
}

.b-content figure>img,
.s-category-description figure>img,
.s-text-wrapper figure>img {
    max-width: 100%;
    height: auto
}

.b-content figure>a>img,
.s-category-description figure>a>img,
.s-text-wrapper figure>a>img {
    max-width: 100%;
    height: auto
}

.s-brand .shop-brand-brands__wrapper {
    margin-left: 0;
    margin-right: 0
}

.wm-alphacat-brands-table {
    width: 100%
}

.wm-alphacat-brands-table td {
    vertical-align: top
}

.wm-alphacat-brands-table td.wm-alphacat-brands-key {
    font-size: 30px;
    font-weight: 700;
    width: 1%;
    min-width: 50px;
    color: #777;
    vertical-align: baseline;
    line-height: 120%;
    white-space: nowrap
}

.wm-alphacat-brands-table td.wm-alphacat-brands-value {
    line-height: 130%;
    padding: 1em 0 2em;
    border-top: 1px solid #d4d4d4
}

.wm-alphacat-brands-value ul {
    width: 25%;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none
}

.wm-alphacat-brands-value ul li a {
    padding: 1px 0 1px 20px;
    display: block;
    line-height: 120%
}

@media (min-width:992px) {
    .s-compare-page__controls {
        min-height: 216px
    }

    .s-compare-page__product_info {
        min-height: 225px
    }
}

.accept-cookies {
    z-index: 1050;
    opacity: .95
}

.c-demo-panel {
    position: fixed;
    left: 0;
    top: 0;
    width: 80px;
    min-height: 100vh;
    background-color: #132144;
    z-index: 1051;
    -webkit-box-shadow: 2px 0 16px 1px rgba(22, 28, 45, .45);
    box-shadow: 2px 0 16px 1px rgba(22, 28, 45, .45);
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.c-demo-panel.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.c-demo-panel.active .c-demo-panel__toggle--open {
    -webkit-transform: translate(-70px, -50%);
    transform: translate(-70px, -50%);
    opacity: 0
}

.c-demo-panel .c-demo-panel__link {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.c-demo-panel__toggle--open {
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transform: translate(80px, -50%);
    transform: translate(80px, -50%);
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.c-demo-content {
    position: fixed;
    left: 0;
    top: 0;
    width: 890px;
    min-height: 100vh;
    z-index: 1050;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.c-demo-content.active {
    -webkit-transform: translateX(80px);
    transform: translateX(80px)
}

.c-demo-content__item {
    max-width: 1080px;
    height: 100vh;
    background-color: #fff
}

.c-demo-content__item:not(.active) {
    display: none
}

.c-demo-settings__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    max-width: 280px
}

.c-demo-settings__sidebar .list-group-item>:last-child {
    padding-bottom: 1.25rem !important
}

.c-demo-settings__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 610px;
    flex: 0 0 610px;
    min-width: 610px;
    max-width: 610px;
    background-color: #fff
}

.c-demo-settings__sidebar,
.c-demo-themesettings {
    max-height: 100vh;
    overflow-y: scroll
}

.c-demo-settings__sidebar::-webkit-scrollbar,
.c-demo-themesettings::-webkit-scrollbar {
    width: 4px
}

.c-demo-settings__sidebar::-webkit-scrollbar-track,
.c-demo-themesettings::-webkit-scrollbar-track {
    background-color: #fff
}

.c-demo-settings__sidebar::-webkit-scrollbar-thumb,
.c-demo-themesettings::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 30px
}

.c-demo-themesettings {
    max-height: calc(100vh - 154px)
}

.c-demo-nav__child,
.c-demo-nav__item {
    cursor: pointer
}

.c-demo-nav__child .list-group-link-child,
.c-demo-nav__item .list-group-link {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.c-demo-nav__item.is-selected .list-group-link,
.c-demo-nav__item:hover .list-group-link {
    color: #161c2d !important
}

.c-demo-nav__item:not(.is-selected) .c-demo-nav__child {
    display: none
}

.c-demo-themesettings__item:not(.is-selected) {
    display: none
}

.c-demo-setting__option {
    cursor: pointer
}

.c-demo-setting__option input,
.c-demo-setting__option label {
    cursor: pointer
}

.c-demo-setting--image-select .c-demo-setting__option {
    height: 100%;
    border: 2px solid #eee;
    border-radius: .1875rem
}

.c-demo-setting--image-select-counter {
    counter-reset: section
}

.c-demo-setting--image-select-counter .c-demo-setting__option {
    counter-increment: section;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa
}

.c-demo-setting--image-select-counter label {
    padding: .5rem
}

.c-demo-setting--image-select-counter .c-demo-setting__option::before {
    min-width: 40px;
    padding: .5rem;
    font-size: .9375rem;
    color: #757575;
    content: counter(section)
}

.c-demo-setting--image-select-counter img {
    max-width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: .1875rem
}

.c-demo-setting--color-select .c-demo-setting__option {
    border: 3px solid #eee
}

.c-demo-setting--color-select .c-demo-setting__option img {
    border: 3px solid #fff;
    height: 42px;
    width: 42px;
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important
}

.sp-replacer {
    height: 2rem
}

.c-demo-setting .c-drag-icon:not(.c-drag-icon--disabled) {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.c-demo-setting .list-group {
    list-style-type: none
}

.c-demo-setting .list-group-item--drag[data-enable=false] {
    background-color: #fafafa
}

.c-demo-setting .list-group-item--drag.dragged {
    position: absolute;
    opacity: .5;
    z-index: 9999 !important
}

.c-demo-setting .c-drag-placeholder {
    position: relative;
    padding: .5rem !important
}

.c-demo-setting .c-drag-placeholder:before {
    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;
    vertical-align: middle
}

.c-block-disabled {
    border: 1px dashed #bdbdbd;
    border-radius: .1875rem
}

.c-block {
    position: relative
}

.c-block:hover .c-block-actions {
    opacity: 1;
    visibility: visible
}

.c-block-actions {
    position: absolute;
    top: 19px;
    right: 80px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1050;
    opacity: 0;
    visibility: hidden
}

.c-block-actions .btn:not(:hover) {
    background-color: #fff !important
}

.c-demo-blocks__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    max-width: 280px
}

.c-demo-blocks__sidebar .list-group-item>:last-child {
    padding-bottom: 1.25rem !important
}

.c-demo-blocks__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 610px;
    flex: 0 0 610px;
    min-width: 610px;
    max-width: 610px;
    background-color: #fff
}

.c-demo-blocks__inner,
.c-demo-blocks__sidebar {
    max-height: 100vh;
    overflow-y: scroll
}

.c-demo-blocks__inner::-webkit-scrollbar,
.c-demo-blocks__sidebar::-webkit-scrollbar {
    width: 4px
}

.c-demo-blocks__inner::-webkit-scrollbar-track,
.c-demo-blocks__sidebar::-webkit-scrollbar-track {
    background-color: #fff
}

.c-demo-blocks__inner::-webkit-scrollbar-thumb,
.c-demo-blocks__sidebar::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 30px
}

.c-demo-blocks__inner {
    max-height: calc(100vh - 154px)
}

.c-demo-nav.c-demo-nav--blocks .c-demo-nav__item .c-demo-nav__child {
    display: block
}

.c-demo-blocks__child:not(.is-selected),
.c-demo-blocks__item:not(.is-selected) {
    display: none
}

.c-demo-layouts {
    max-height: calc(100vh - 154px);
    overflow-y: scroll
}

.c-demo-layouts::-webkit-scrollbar {
    width: 4px
}

.c-demo-layouts::-webkit-scrollbar-track {
    background-color: #fff
}

.c-demo-layouts::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 30px
}

.c-demo-layouts .c-demo-layouts__item {
    display: block;
    border-radius: .1875rem;
    border: 3px solid #f5f5f5
}

.c-demo-layouts .c-demo-layouts__item.active {
    border: 3px solid #e0e0e0
}

.c-demo-layouts .c-demo-layouts__item--disabled img {
    opacity: .7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.c-docs .c-docs__content,
.c-docs .c-docs__sidebar {
    height: 100vh;
    overflow-y: scroll
}

.c-docs .c-docs__content::-webkit-scrollbar,
.c-docs .c-docs__sidebar::-webkit-scrollbar {
    width: 4px
}

.c-docs .c-docs__content::-webkit-scrollbar-track,
.c-docs .c-docs__sidebar::-webkit-scrollbar-track {
    background-color: #fff
}

.c-docs .c-docs__content::-webkit-scrollbar-thumb,
.c-docs .c-docs__sidebar::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 30px
}

.c-docs pre {
    margin-bottom: 0;
    line-height: 0;
    overflow: hidden
}

.c-docs .highlight {
    padding: 0;
    color: #fff
}

.s-range-slider {
    margin: 1em 0 0;
    width: 100%;
    height: 16px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.s-range-slider .r-bar-wrapper {
    position: relative;
    height: 100%
}

.s-range-slider .r-bar-wrapper .r-bar,
.s-range-slider .r-bar-wrapper:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin: -6.5px 0 0
}

.s-range-slider .r-bar-wrapper:before {
    content: "";
    display: block;
    background: #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.s-range-slider .r-bar-wrapper .r-bar {
    background: #f8d855
}

.s-range-slider .r-bar-wrapper .r-point {
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 6px 0 rgba(22, 28, 45, .25);
    box-shadow: 0 2px 6px 0 rgba(22, 28, 45, .25);
    background: #fff;
    margin: 0 0 0 -8px;
    cursor: pointer
}

.s-range-slider .r-bar-wrapper .r-point:before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #335eea;
    border-radius: 50%;
    left: calc(50% - 3px);
    top: calc(50% - 3px)
}

.s-range-slider .r-bar-wrapper .r-point.left {
    left: 0
}

.s-range-slider .r-bar-wrapper .r-point.right {
    left: 100%
}

.s-filter-group .collapse-chevron__toggler {
    height: 44px
}

.s-category-filters--sidebar .s-filter-group--selected::before {
    position: absolute;
    left: -5px;
    top: 30px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: ""
}

.s-category-filters--sidebar .s-filter-group--selected::after {
    position: absolute;
    left: -10px;
    top: 30px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-right: 1px solid #eee;
    content: ""
}

.s-category-filters--sidebar .s-filter-header {
    cursor: pointer
}

.s-units-section .btn {
    font-size: .725rem;
    padding: .05rem .225rem
}

.s-category-filters--dropdown .js-filter-clear,
.s-category-filters--dropdown .js-filter-clear::after,
.s-category-filters--dropdown .s-filter-group--selected .dropdown-toggle::after {
    display: none
}

.s-category-filters--dropdown .js-filter-clear {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: .1875rem !important;
    border-bottom-right-radius: .1875rem !important
}

.s-category-filters--dropdown .s-filter-group--selected .dropdown-toggle {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.s-category-filters--dropdown .s-filter-group--selected .js-filter-clear {
    display: block
}

.s-category-filters--dropdown .s-filter-group .dropdown-menu.show {
    z-index: 1050
}

.s-category-filters--dropdown .c-dropdown-clickable__checkboxes {
    max-height: 352px;
    overflow-y: scroll
}

.s-category-filters--dropdown .c-dropdown-clickable__checkboxes::-webkit-scrollbar {
    width: 4px
}

.s-category-filters--dropdown .c-dropdown-clickable__checkboxes::-webkit-scrollbar-track {
    background-color: #fff
}

.s-category-filters--dropdown .c-dropdown-clickable__checkboxes::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 30px
}

.c-color-checkbox .c-color-checkbox__input {
    display: none
}

.c-color-checkbox .c-color-checkbox__label {
    border: 3px solid #eee
}

.c-color-checkbox .c-color-checkbox__label:hover {
    cursor: pointer
}

.c-color-checkbox .c-color-checkbox__label span {
    display: block;
    width: 30px;
    height: 30px;
    border: 3px solid #fff
}

.c-color-checkbox-sm .c-color-checkbox__label span {
    width: 20px;
    height: 20px
}

.fly-widgets {
    display: none;
    position: fixed;
    top: 150px;
    right: 0;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15);
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15);
    z-index: 1000
}

@media (min-width:1025px) {
    .fly-widgets {
        display: block
    }
}

.fly-widgets__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 65px;
    height: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5
}

.fly-widgets__item:first-child {
    border-top-left-radius: .1875rem
}

.fly-widgets__item:last-child {
    border-bottom-left-radius: .1875rem
}

.fly-widgets__item:hover {
    cursor: pointer
}

.fly-widgets__icon {
    position: relative
}

.fly-widgets__counter {
    position: absolute;
    top: -8px;
    right: -12px;
    width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%
}

.fly-widgets .dropdown-menu {
    top: 0;
    right: 100%
}

.footer .footer-list-header {
    font-weight: 600;
    text-transform: uppercase
}

.footer .footer-company__item {
    margin-bottom: 1rem
}

.footer .footer__list-item {
    font-size: .865rem;
    line-height: 1.55;
    margin-bottom: .75rem
}

.footer .footer__link {
    font-size: .865rem;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: .08em;
    text-transform: uppercase
}

.footer .footer__link--alternative {
    font-size: .865rem
}

.footer--1,
.footer--3,
.footer--5 {
    background-color: #fafafa
}

.footer--1 .footer-list-header,
.footer--3 .footer-list-header,
.footer--5 .footer-list-header {
    color: #616161
}

.footer--1 .footer__link,
.footer--3 .footer__link,
.footer--5 .footer__link {
    color: #616161
}

.footer--1 .footer__link--alternative,
.footer--3 .footer__link--alternative,
.footer--5 .footer__link--alternative {
    color: #616161
}

.footer--1 .footer-company .btn-link,
.footer--1 .footer-company a,
.footer--3 .footer-company .btn-link,
.footer--3 .footer-company a,
.footer--5 .footer-company .btn-link,
.footer--5 .footer-company a {
    color: #616161 !important
}

.footer--1 .copyright,
.footer--1 .footer-company i,
.footer--1 .footer-company__address,
.footer--1 .footer-company__email,
.footer--3 .copyright,
.footer--3 .footer-company i,
.footer--3 .footer-company__address,
.footer--3 .footer-company__email,
.footer--5 .copyright,
.footer--5 .footer-company i,
.footer--5 .footer-company__address,
.footer--5 .footer-company__email {
    color: #616161
}

.footer-subscribe--3 {
    background-color: #fafafa
}

.footer-subscribe--3>.border-bottom {
    border-bottom-color: #eee !important
}

.footer-subscribe--3 .footer-subscribe__icon {
    color: #616161
}

.footer-subscribe--3 .footer-subscribe__title {
    color: #616161
}

.footer-subscribe--3 .footer-subscribe__text {
    color: #616161
}

.footer-hr-3 {
    border-top-color: #eee !important
}

.shape-footer--1,
.shape-footer--3,
.shape-footer--5 {
    color: #fafafa
}

.footer--2,
.footer--4,
.footer--6 {
    background-color: #424242
}

.footer--2 .footer-list-header,
.footer--4 .footer-list-header,
.footer--6 .footer-list-header {
    color: #f5f5f5
}

.footer--2 .footer__link,
.footer--4 .footer__link,
.footer--6 .footer__link {
    color: #f5f5f5
}

.footer--2 .footer__link:hover,
.footer--4 .footer__link:hover,
.footer--6 .footer__link:hover {
    color: #e0e0e0 !important
}

.footer--2 .footer__link--alternative,
.footer--4 .footer__link--alternative,
.footer--6 .footer__link--alternative {
    color: #bdbdbd
}

.footer--2 .footer__link--alternative:hover,
.footer--4 .footer__link--alternative:hover,
.footer--6 .footer__link--alternative:hover {
    color: #e0e0e0 !important
}

.footer--2 .footer-company .btn-link,
.footer--2 .footer-company a:not(.dropdown-item),
.footer--4 .footer-company .btn-link,
.footer--4 .footer-company a:not(.dropdown-item),
.footer--6 .footer-company .btn-link,
.footer--6 .footer-company a:not(.dropdown-item) {
    color: #bdbdbd !important
}

.footer--2 .footer-company .btn-link:hover,
.footer--2 .footer-company a:not(.dropdown-item):hover,
.footer--4 .footer-company .btn-link:hover,
.footer--4 .footer-company a:not(.dropdown-item):hover,
.footer--6 .footer-company .btn-link:hover,
.footer--6 .footer-company a:not(.dropdown-item):hover {
    color: #e0e0e0 !important
}

.footer--2 .copyright,
.footer--2 .footer-company i,
.footer--2 .footer-company__address,
.footer--2 .footer-company__email a,
.footer--4 .copyright,
.footer--4 .footer-company i,
.footer--4 .footer-company__address,
.footer--4 .footer-company__email a,
.footer--6 .copyright,
.footer--6 .footer-company i,
.footer--6 .footer-company__address,
.footer--6 .footer-company__email a {
    color: #bdbdbd
}

.footer-subscribe--4 {
    background-color: #424242
}

.footer-subscribe--4 .border-bottom {
    border-bottom-color: #616161 !important
}

.footer-subscribe--4 .footer-subscribe__icon {
    color: #f5f5f5
}

.footer-subscribe--4 .footer-subscribe__title {
    color: #f5f5f5
}

.footer-subscribe--4 .footer-subscribe__text {
    color: #bdbdbd
}

.shape-footer--2,
.shape-footer--4,
.shape-footer--6 {
    color: #424242
}

.footer-hr-2,
.footer-hr-4,
.footer-hr-6 {
    border-color: #616161
}

.footer--5 .footer__list-item,
.footer--6 .footer__list-item {
    margin-right: 1rem
}

.c-microdata {
    display: none
}

.product-add-toast {
    z-index: 1050
}

.c-search__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 1000
}

.s-image-wrapper-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    max-width: 64px
}

.c-logo .c-logo__img,
.c-logo .c-logo__svg {
    display: block;
    max-width: 160px
}

.c-logo .c-logo__img--svg {
    min-width: 120px
}

.c-logo img,
.c-logo svg {
    width: 100%;
    max-width: 100%
}

.c-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-icons>div:not(:first-child):not(.c-cart) {
    margin-left: 2.5rem
}

.c-icons>div:not(.c-cart) {
    padding-top: .65rem;
    padding-bottom: .65rem
}

.c-icons .c-cart>* {
    padding-left: 2.5rem;
    padding-top: .65rem;
    padding-bottom: .65rem
}

.c-icons.c-icons--light .c-cart__link,
.c-icons.c-icons--light .c-compare__link,
.c-icons.c-icons--light .c-favorite__link {
    color: #fff !important
}

.c-icons.c-icons--light .c-counter {
    color: #161c2d !important;
    background-color: #fff !important
}

.c-cityselect .b-cityselect__city {
    white-space: nowrap;
    border-bottom: none;
    cursor: pointer
}

.c-phones .btn-group>a.btn {
    white-space: nowrap
}

.c-phones:hover {
    z-index: 1050 !important
}

.c-search--desktop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15);
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15);
    z-index: 1050;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.c-search--desktop.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.c-search--autocomplete .c-search__dropdown {
    max-height: 320px;
    overflow-y: scroll
}

.c-search--autocomplete .c-search__dropdown::-webkit-scrollbar {
    width: 4px
}

.c-search--autocomplete .c-search__dropdown::-webkit-scrollbar-track {
    background-color: #fff
}

.c-search--autocomplete .c-search__dropdown::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 30px
}

.c-search--input {
    position: relative;
    z-index: 1031
}

.c-search--input .form-control {
    border-right-color: transparent !important
}

.c-search--input .form-control:focus,
.c-search--input .form-control:hover {
    background-color: #fafafa !important;
    border-top-color: #eee !important;
    border-left-color: #eee !important;
    border-bottom-color: #eee !important
}


.header-fixed {
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff !important;
    /* Белый цвет */
    transform: translateY(-110%);
    transition: transform 0.35s ease;
}


.header-fixed .c-big-catalog__dropdown {
    left: -190px !important
}

.header-fixed .c-logo {
    padding-top: .5rem;
    margin-right: 2rem;
    padding-bottom: .5rem
}

.header-fixed .c-logo svg {
    max-height: 48px
}

.header-fixed .navbar {
    position: initial
}

.header-fixed .navbar-nav>.nav-item>.nav-link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.header-fixed .navbar-nav>.nav-item>.nav-link .icon {
    color: #757575 !important
}

.header-fixed .c-icons {
    margin-left: 2rem
}

.header-fixed .c-auth__text {
    display: none
}

@media (max-width:1199.98px) {
    .header-fixed {
        display: none !important
    }
}

@media (max-width:1024px) {
    .header-desktop {
        display: none
    }
}

.header-desktop .header-top {
    position: relative;
    z-index: 1032;
    max-height: 49.5px
}

.header-desktop .header-top:hover {
    z-index: 1050
}

.header-desktop .header-top>.container-fluid>.d-flex>*,
.header-desktop .header-top>.container-lg>.d-flex>*,
.header-desktop .header-top>.container-md>.d-flex>*,
.header-desktop .header-top>.container-sm>.d-flex>*,
.header-desktop .header-top>.container-xl>.d-flex>*,
.header-desktop .header-top>.container-xxl>.d-flex>* {
    position: relative;
    z-index: 1032
}

.header-desktop .header-top>.container-fluid>.d-flex>:not(.navbar):not(.c-icons),
.header-desktop .header-top>.container-lg>.d-flex>:not(.navbar):not(.c-icons),
.header-desktop .header-top>.container-md>.d-flex>:not(.navbar):not(.c-icons),
.header-desktop .header-top>.container-sm>.d-flex>:not(.navbar):not(.c-icons),
.header-desktop .header-top>.container-xl>.d-flex>:not(.navbar):not(.c-icons),
.header-desktop .header-top>.container-xxl>.d-flex>:not(.navbar):not(.c-icons) {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.header-desktop .header-top>.container-fluid>.d-flex>:not(.navbar),
.header-desktop .header-top>.container-lg>.d-flex>:not(.navbar),
.header-desktop .header-top>.container-md>.d-flex>:not(.navbar),
.header-desktop .header-top>.container-sm>.d-flex>:not(.navbar),
.header-desktop .header-top>.container-xl>.d-flex>:not(.navbar),
.header-desktop .header-top>.container-xxl>.d-flex>:not(.navbar) {
    padding-left: 20px;
    padding-right: 20px
}

.header-desktop .header-top .i-cityselect__city {
    font-size: .865rem
}

.header-desktop .header-top .i-cityselect__city:not(:hover) {
    color: #757575
}

.header-desktop .header-top .navbar-nav>.nav-item>.nav-link .icon {
    display: none !important
}

.header-desktop .header-top .navbar-toggle-more {
    width: calc(16px + 2rem)
}

.header-desktop .header-top .navbar-toggle-more svg {
    width: 1rem;
    height: 1rem
}

.header-desktop .header-middle>.container-fluid>.d-flex>:not(.c-search--input):not(.navbar),
.header-desktop .header-middle>.container-lg>.d-flex>:not(.c-search--input):not(.navbar),
.header-desktop .header-middle>.container-md>.d-flex>:not(.c-search--input):not(.navbar),
.header-desktop .header-middle>.container-sm>.d-flex>:not(.c-search--input):not(.navbar),
.header-desktop .header-middle>.container-xl>.d-flex>:not(.c-search--input):not(.navbar),
.header-desktop .header-middle>.container-xxl>.d-flex>:not(.c-search--input):not(.navbar) {
    position: relative;
    z-index: 1031
}

.header-desktop .header-middle .c-logo {
    margin-right: 2rem
}

.header-desktop .header-middle .c-logo-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 260px;
    color: #757575;
    font-size: .865rem;
    margin-right: 5rem
}

.header-desktop .header-middle .c-address,
.header-desktop .header-middle .c-phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-desktop .header-middle .c-address,
.header-desktop .header-middle .c-phones,
.header-desktop .header-middle .c-search--input {
    margin-right: 3rem
}

.header-desktop .header-middle .c-icons {
    margin-left: auto
}

.header-desktop .header-middle .c-cityselect {
    margin-right: 1.5rem
}

.header-desktop .header-middle .b-cityselect__city {
    font-size: .9375rem;
    color: #161c2d
}

@media (max-width:1199.98px) {
    .header-desktop .header-middle .c-icons>div:not(:first-child):not(.c-cart) {
        margin-left: 1rem
    }

    .header-desktop .header-middle .c-icons .c-cart>* {
        padding-left: 1rem
    }
}

.header-desktop .header-middle .navbar-nav>.nav-item>.nav-link {
    font-size: .9375rem;
    padding: 2rem 1.25rem
}

.header-desktop .header-middle .navbar-nav>.nav-item>.nav-link .icon {
    color: #757575 !important
}

.header-desktop.header-desktop--cart:not(.header-desktop-14):not(.header-desktop-21):not(.header-desktop-24):not(.header-desktop-25):not(.header-desktop-26):not(.header-desktop-27):not(.header-desktop-28):not(.header-desktop-29):not(.header-desktop-30) .c-auth__text,
.header-desktop.header-desktop--cart:not(.header-desktop-14):not(.header-desktop-21):not(.header-desktop-24):not(.header-desktop-25):not(.header-desktop-26):not(.header-desktop-27):not(.header-desktop-28):not(.header-desktop-29):not(.header-desktop-30) .c-search__text {
    display: none
}


.header-desktop.header-desktop--absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2) !important;
    /* Черный прозрачный цвет, настраивайте прозрачность по необходимости */
}

.header-desktop.header-desktop--absolute
}

.header-desktop.header-desktop--absolute.header-desktop--topbar {
    top: 40px
}


.header-desktop .header-bottom {
    position: relative;
    z-index: 1000;
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.header-desktop .header-bottom:hover {
    z-index: 1050;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.header-desktop .header-bottom .navbar {
    position: initial
}

.header-desktop .header-bottom .navbar .navbar-nav .nav-item .nav-link {
    height: 100%
}

.header-desktop .header-bottom .navbar-nav-more.dropdown>a~.dropdown-menu {
    left: 100%;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

@media (max-width:1600px) {

    .header-desktop .header-bottom .navbar-nav .nav-item.nav-item--image.dropdown:last-child>a~.dropdown-menu,
    .header-desktop .header-bottom .navbar-nav .nav-item.nav-item--image.dropdown:nth-last-child(2)>a~.dropdown-menu {
        left: 100%;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

.navbar-toggle-more:not(:hover) {
    background-color: transparent
}

@media (max-width:1289.98px) {
    .header-desktop-1 .header-middle .c-logo-desc {
        display: none
    }
}

.header-desktop-1 .header-middle--cart .c-logo-desc {
    margin-right: 2rem
}

@media (max-width:1289.98px) {
    .header-desktop-2 .header-middle .c-logo-desc {
        display: none
    }
}

.header-desktop .header-middle--centered>.container-fluid>.d-flex,
.header-desktop .header-middle--centered>.container-lg>.d-flex,
.header-desktop .header-middle--centered>.container-md>.d-flex,
.header-desktop .header-middle--centered>.container-sm>.d-flex,
.header-desktop .header-middle--centered>.container-xl>.d-flex,
.header-desktop .header-middle--centered>.container-xxl>.d-flex {
    margin-left: -20px;
    margin-right: -20px
}

.header-desktop .header-middle--centered .c-cityselect {
    margin-right: 3rem
}

.header-desktop .header-middle--centered .c-logo,
.header-desktop .header-middle--centered .c-phones {
    margin-right: 0
}

.header-desktop .header-middle--centered .c-logo__svg {
    margin: 0 auto
}

@media (max-width:1199.98px) {

    .header-desktop-11 .c-phones>.d-flex,
    .header-desktop-5 .c-phones>.d-flex {
        display: block !important
    }
}

.header-desktop-13 .header-middle .c-icons {
    margin-left: 3rem
}

.header-desktop-10 .header-bottom--cart .navbar,
.header-desktop-11 .header-bottom--cart .navbar,
.header-desktop-12 .header-bottom--cart .navbar,
.header-desktop-7 .header-bottom--cart .navbar,
.header-desktop-8 .header-bottom--cart .navbar,
.header-desktop-9 .header-bottom--cart .navbar {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.header-desktop-10 .header-bottom--cart .c-icons,
.header-desktop-11 .header-bottom--cart .c-icons,
.header-desktop-12 .header-bottom--cart .c-icons,
.header-desktop-7 .header-bottom--cart .c-icons,
.header-desktop-8 .header-bottom--cart .c-icons,
.header-desktop-9 .header-bottom--cart .c-icons {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-left: 2rem;
    padding-right: 2rem
}

.header-desktop-7 .header-middle .c-auth__text,
.header-desktop-7 .header-middle .c-search__text,
.header-desktop-8 .header-middle .c-auth__text,
.header-desktop-8 .header-middle .c-search__text {
    display: none
}

.header-desktop-10 .header-middle .c-auth__text,
.header-desktop-10 .header-middle .c-search__text,
.header-desktop-11 .header-middle .c-auth__text,
.header-desktop-11 .header-middle .c-search__text,
.header-desktop-12 .header-middle .c-auth__text,
.header-desktop-12 .header-middle .c-search__text,
.header-desktop-9 .header-middle .c-auth__text,
.header-desktop-9 .header-middle .c-search__text {
    display: inline-block
}

.header-desktop-13 .header-middle .c-auth__text {
    display: inline-block
}

.header-desktop-13 .header-middle .c-phones>.d-flex {
    margin-left: auto
}

.header-desktop-13 .header-bottom .navbar {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.header-desktop-13 .header-bottom .c-icons {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-left: 2rem;
    padding-right: 2rem
}

.header-desktop-14 .header-middle:not(.header-middle--cart) .c-search--input,
.header-desktop-15 .header-middle:not(.header-middle--cart) .c-search--input,
.header-desktop-16 .header-middle:not(.header-middle--cart) .c-search--input,
.header-desktop-17 .header-middle:not(.header-middle--cart) .c-search--input {
    margin-right: 0
}

.header-desktop-18 .header-middle,
.header-desktop-19 .header-middle,
.header-desktop-20 .header-middle,
.header-desktop-28 .header-middle,
.header-desktop-29 .header-middle,
.header-desktop-30 .header-middle {
    position: relative;
    z-index: 1000;
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
    background-color: #fff
}

.header-desktop-18 .header-middle:hover,
.header-desktop-19 .header-middle:hover,
.header-desktop-20 .header-middle:hover,
.header-desktop-28 .header-middle:hover,
.header-desktop-29 .header-middle:hover,
.header-desktop-30 .header-middle:hover {
    z-index: 1050;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.header-desktop-18 .header-middle .c-big-catalog__dropdown,
.header-desktop-18 .header-middle .dropdown-menu,
.header-desktop-19 .header-middle .c-big-catalog__dropdown,
.header-desktop-19 .header-middle .dropdown-menu,
.header-desktop-20 .header-middle .c-big-catalog__dropdown,
.header-desktop-20 .header-middle .dropdown-menu,
.header-desktop-28 .header-middle .c-big-catalog__dropdown,
.header-desktop-28 .header-middle .dropdown-menu,
.header-desktop-29 .header-middle .c-big-catalog__dropdown,
.header-desktop-29 .header-middle .dropdown-menu,
.header-desktop-30 .header-middle .c-big-catalog__dropdown,
.header-desktop-30 .header-middle .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.header-desktop-18 .header-middle .c-big-catalog__dropdown,
.header-desktop-19 .header-middle .c-big-catalog__dropdown,
.header-desktop-20 .header-middle .c-big-catalog__dropdown,
.header-desktop-28 .header-middle .c-big-catalog__dropdown,
.header-desktop-29 .header-middle .c-big-catalog__dropdown,
.header-desktop-30 .header-middle .c-big-catalog__dropdown {
    border-top: 1px solid #eee
}

.header-desktop-18 .header-middle>.container-fluid>.d-flex,
.header-desktop-18 .header-middle>.container-lg>.d-flex,
.header-desktop-18 .header-middle>.container-md>.d-flex,
.header-desktop-18 .header-middle>.container-sm>.d-flex,
.header-desktop-18 .header-middle>.container-xl>.d-flex,
.header-desktop-18 .header-middle>.container-xxl>.d-flex,
.header-desktop-19 .header-middle>.container-fluid>.d-flex,
.header-desktop-19 .header-middle>.container-lg>.d-flex,
.header-desktop-19 .header-middle>.container-md>.d-flex,
.header-desktop-19 .header-middle>.container-sm>.d-flex,
.header-desktop-19 .header-middle>.container-xl>.d-flex,
.header-desktop-19 .header-middle>.container-xxl>.d-flex,
.header-desktop-20 .header-middle>.container-fluid>.d-flex,
.header-desktop-20 .header-middle>.container-lg>.d-flex,
.header-desktop-20 .header-middle>.container-md>.d-flex,
.header-desktop-20 .header-middle>.container-sm>.d-flex,
.header-desktop-20 .header-middle>.container-xl>.d-flex,
.header-desktop-20 .header-middle>.container-xxl>.d-flex,
.header-desktop-27 .header-middle>.container-fluid>.d-flex,
.header-desktop-27 .header-middle>.container-lg>.d-flex,
.header-desktop-27 .header-middle>.container-md>.d-flex,
.header-desktop-27 .header-middle>.container-sm>.d-flex,
.header-desktop-27 .header-middle>.container-xl>.d-flex,
.header-desktop-27 .header-middle>.container-xxl>.d-flex,
.header-desktop-28 .header-middle>.container-fluid>.d-flex,
.header-desktop-28 .header-middle>.container-lg>.d-flex,
.header-desktop-28 .header-middle>.container-md>.d-flex,
.header-desktop-28 .header-middle>.container-sm>.d-flex,
.header-desktop-28 .header-middle>.container-xl>.d-flex,
.header-desktop-28 .header-middle>.container-xxl>.d-flex,
.header-desktop-29 .header-middle>.container-fluid>.d-flex,
.header-desktop-29 .header-middle>.container-lg>.d-flex,
.header-desktop-29 .header-middle>.container-md>.d-flex,
.header-desktop-29 .header-middle>.container-sm>.d-flex,
.header-desktop-29 .header-middle>.container-xl>.d-flex,
.header-desktop-29 .header-middle>.container-xxl>.d-flex,
.header-desktop-30 .header-middle>.container-fluid>.d-flex,
.header-desktop-30 .header-middle>.container-lg>.d-flex,
.header-desktop-30 .header-middle>.container-md>.d-flex,
.header-desktop-30 .header-middle>.container-sm>.d-flex,
.header-desktop-30 .header-middle>.container-xl>.d-flex,
.header-desktop-30 .header-middle>.container-xxl>.d-flex {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.header-desktop-18 .header-middle .c-logo__img,
.header-desktop-18 .header-middle .c-logo__svg,
.header-desktop-19 .header-middle .c-logo__img,
.header-desktop-19 .header-middle .c-logo__svg,
.header-desktop-20 .header-middle .c-logo__img,
.header-desktop-20 .header-middle .c-logo__svg,
.header-desktop-27 .header-middle .c-logo__img,
.header-desktop-27 .header-middle .c-logo__svg,
.header-desktop-28 .header-middle .c-logo__img,
.header-desktop-28 .header-middle .c-logo__svg,
.header-desktop-29 .header-middle .c-logo__img,
.header-desktop-29 .header-middle .c-logo__svg,
.header-desktop-30 .header-middle .c-logo__img,
.header-desktop-30 .header-middle .c-logo__svg {
    min-width: 160px
}

.header-desktop-18 .header-middle .c-logo-desc,
.header-desktop-19 .header-middle .c-logo-desc,
.header-desktop-20 .header-middle .c-logo-desc,
.header-desktop-27 .header-middle .c-logo-desc,
.header-desktop-28 .header-middle .c-logo-desc,
.header-desktop-29 .header-middle .c-logo-desc,
.header-desktop-30 .header-middle .c-logo-desc {
    min-width: 260px;
    margin-right: 3rem
}

.header-desktop-18 .header-middle .c-big-catalog,
.header-desktop-18 .header-middle .nav-item--big,
.header-desktop-18 .header-middle .nav-item--html,
.header-desktop-18 .header-middle .navbar,
.header-desktop-19 .header-middle .c-big-catalog,
.header-desktop-19 .header-middle .nav-item--big,
.header-desktop-19 .header-middle .nav-item--html,
.header-desktop-19 .header-middle .navbar,
.header-desktop-20 .header-middle .c-big-catalog,
.header-desktop-20 .header-middle .nav-item--big,
.header-desktop-20 .header-middle .nav-item--html,
.header-desktop-20 .header-middle .navbar,
.header-desktop-27 .header-middle .c-big-catalog,
.header-desktop-27 .header-middle .nav-item--big,
.header-desktop-27 .header-middle .nav-item--html,
.header-desktop-27 .header-middle .navbar,
.header-desktop-28 .header-middle .c-big-catalog,
.header-desktop-28 .header-middle .nav-item--big,
.header-desktop-28 .header-middle .nav-item--html,
.header-desktop-28 .header-middle .navbar,
.header-desktop-29 .header-middle .c-big-catalog,
.header-desktop-29 .header-middle .nav-item--big,
.header-desktop-29 .header-middle .nav-item--html,
.header-desktop-29 .header-middle .navbar,
.header-desktop-30 .header-middle .c-big-catalog,
.header-desktop-30 .header-middle .nav-item--big,
.header-desktop-30 .header-middle .nav-item--html,
.header-desktop-30 .header-middle .navbar {
    position: initial !important
}

.header-desktop-21 .header-middle>.container-fluid>.d-flex,
.header-desktop-21 .header-middle>.container-lg>.d-flex,
.header-desktop-21 .header-middle>.container-md>.d-flex,
.header-desktop-21 .header-middle>.container-sm>.d-flex,
.header-desktop-21 .header-middle>.container-xl>.d-flex,
.header-desktop-21 .header-middle>.container-xxl>.d-flex,
.header-desktop-22 .header-middle>.container-fluid>.d-flex,
.header-desktop-22 .header-middle>.container-lg>.d-flex,
.header-desktop-22 .header-middle>.container-md>.d-flex,
.header-desktop-22 .header-middle>.container-sm>.d-flex,
.header-desktop-22 .header-middle>.container-xl>.d-flex,
.header-desktop-22 .header-middle>.container-xxl>.d-flex,
.header-desktop-23 .header-middle>.container-fluid>.d-flex,
.header-desktop-23 .header-middle>.container-lg>.d-flex,
.header-desktop-23 .header-middle>.container-md>.d-flex,
.header-desktop-23 .header-middle>.container-sm>.d-flex,
.header-desktop-23 .header-middle>.container-xl>.d-flex,
.header-desktop-23 .header-middle>.container-xxl>.d-flex {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.header-desktop-21 .header-middle .navbar-nav>.nav-item,
.header-desktop-22 .header-middle .navbar-nav>.nav-item,
.header-desktop-23 .header-middle .navbar-nav>.nav-item {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.header-desktop-21 .header-middle .navbar,
.header-desktop-22 .header-middle .navbar,
.header-desktop-23 .header-middle .navbar {
    margin-right: 2rem
}

.header-desktop-21 .header-middle .c-big-catalog:not(.c-big-catalog--default),
.header-desktop-21 .header-middle .navbar,
.header-desktop-22 .header-middle .c-big-catalog:not(.c-big-catalog--default),
.header-desktop-22 .header-middle .navbar,
.header-desktop-23 .header-middle .c-big-catalog:not(.c-big-catalog--default),
.header-desktop-23 .header-middle .navbar {
    position: initial !important
}

.header-desktop-21 .header-middle .c-big-catalog .c-big-catalog__dropdown,
.header-desktop-22 .header-middle .c-big-catalog .c-big-catalog__dropdown,
.header-desktop-23 .header-middle .c-big-catalog .c-big-catalog__dropdown {
    border-top-left-radius: .1875rem
}

.header-desktop-21 .header-middle .c-big-catalog .c-big-catalog__right>.c-big-catalog__dropdown-child>.dropdown-menu,
.header-desktop-22 .header-middle .c-big-catalog .c-big-catalog__right>.c-big-catalog__dropdown-child>.dropdown-menu,
.header-desktop-23 .header-middle .c-big-catalog .c-big-catalog__right>.c-big-catalog__dropdown-child>.dropdown-menu {
    border-top-right-radius: .1875rem
}

.header-desktop-21 .header-middle:not(.header-middle--cart) .c-search--input,
.header-desktop-22 .header-middle:not(.header-middle--cart) .c-search--input,
.header-desktop-23 .header-middle:not(.header-middle--cart) .c-search--input {
    margin-right: 0
}

.header-desktop-24 .header-bottom .navbar,
.header-desktop-25 .header-bottom .navbar,
.header-desktop-26 .header-bottom .navbar,
.header-desktop-27 .header-bottom .navbar {
    margin-right: 2rem;
    border-right: 1px solid rgba(255, 255, 255, .5);
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.header-desktop-24 .header-bottom.header-bottom--cart .c-search--input,
.header-desktop-25 .header-bottom.header-bottom--cart .c-search--input,
.header-desktop-26 .header-bottom.header-bottom--cart .c-search--input,
.header-desktop-27 .header-bottom.header-bottom--cart .c-search--input {
    margin-right: 2rem
}

.header-desktop-24 .header-bottom .c-search--input .form-control,
.header-desktop-25 .header-bottom .c-search--input .form-control,
.header-desktop-26 .header-bottom .c-search--input .form-control,
.header-desktop-27 .header-bottom .c-search--input .form-control {
    height: calc(1.90625rem + 2px);
    padding: .25rem .625rem;
    font-size: .9375rem
}

.header-desktop-24 .header-bottom .c-search--input button[type=submit],
.header-desktop-25 .header-bottom .c-search--input button[type=submit],
.header-desktop-26 .header-bottom .c-search--input button[type=submit],
.header-desktop-27 .header-bottom .c-search--input button[type=submit] {
    padding: 0
}

.header-desktop-24 .header-bottom .c-icons,
.header-desktop-25 .header-bottom .c-icons,
.header-desktop-26 .header-bottom .c-icons,
.header-desktop-27 .header-bottom .c-icons {
    padding-left: 2rem
}

.header-desktop-24 .header-bottom .c-icons .c-cart>.dropdown,
.header-desktop-25 .header-bottom .c-icons .c-cart>.dropdown,
.header-desktop-26 .header-bottom .c-icons .c-cart>.dropdown,
.header-desktop-27 .header-bottom .c-icons .c-cart>.dropdown {
    padding-right: 2rem
}

@media (max-width:1289.98px) {
    .header-desktop-24 .header-middle .c-logo-desc {
        display: none
    }
}

.header-desktop-24 .header-middle:not(.header-middle--cart) .c-address {
    margin-right: 5rem
}

@media (min-width:1200px) {
    .header-desktop-25 .header-middle .c-auth__text {
        display: inline-block
    }
}

@media (max-width:1289.98px) {
    .header-desktop-25 .header-middle .c-auth__text {
        display: none
    }
}

@media (max-width:1100px) {
    .header-desktop-26 .header-middle .c-logo-desc {
        display: none
    }
}

.header-desktop-26 .header-middle .c-address {
    margin-right: 5rem
}

@media (min-width:1200px) {
    .header-desktop-26 .header-middle .c-auth__text {
        display: inline-block
    }
}

@media (max-width:1289.98px) {
    .header-desktop-26 .header-middle .c-auth__text {
        display: none
    }
}

.header-desktop-27 .header-middle .navbar {
    z-index: 1042
}

.header-bottom.header-bottom--uppercase a {
    text-transform: uppercase;
    letter-spacing: 2px
}

.header-mobile {
    height: 65px;
    z-index: 1050
}

@media (min-width:1025px) {
    .header-mobile {
        display: none
    }
}

.header-mobile .header-mobile__block {
    background-color: #fff
}

.header-mobile .js-header-mobile-toggler {
    width: 60px;
    min-width: 60px
}

.header-mobile .c-logo {
    line-height: 65px;
    height: 65px
}

@media (max-width:375px) {
    .header-mobile .c-logo {
        max-width: 110px
    }
}

.header-mobile .c-logo svg {
    width: 100%
}

.header-mobile .c-logo img {
    max-height: 64px
}

.header-mobile .c-logo__img,
.header-mobile .c-logo__svg {
    max-width: 160px
}

.header-mobile .header-mobile__icon {
    line-height: 65px;
    margin-left: .35rem;
    margin-right: .35rem
}

.header-mobile .header-mobile__filters-collapse,
.header-mobile .header-mobile__phone-collapse,
.header-mobile .header-mobile__search-collapse {
    left: 0;
    top: 65px;
    width: 100%;
    border-radius: 0;
    z-index: 1050
}

.header-mobile .header-mobile__phone-collapse.header-mobile__w_c-topbar {
    top: 105px
}

.header-mobile .header-mobile__search-collapse {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    overflow: visible
}

.header-mobile .header-mobile__filters-collapse {
    top: 0;
    min-height: 100%;
    z-index: 1050
}

.header-mobile .header-mobile__filters-collapse .card {
    height: 100%
}

.header-mobile .header-mobile__filters-collapse.header-mobile__w_c-topbar {
    top: 0
}

.header-mobile .header-mobile__logo-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.header-mobile.fixed-top {
    -webkit-animation: slide-from-top .35s;
    animation: slide-from-top .35s
}

@-webkit-keyframes slide-from-top {
    0% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-from-top {
    0% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.header-mobile-colored .header-mobile__block .header-mobile__logo-text {
    color: #fff !important
}

.header-mobile-colored .header-mobile__block .header-mobile__icon svg,
.header-mobile-colored .header-mobile__block .js-header-mobile-toggler {
    color: #fff;
    opacity: .7
}

.header-mobile-colored .header-mobile__block .js-shopping-cart__counter {
    color: #161c2d !important;
    background-color: #fff
}

.header-mobile-wrapper .header-mobile__swipe {
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: 320px;
    height: 100vh;
    content: "";
    z-index: 1049;
    opacity: 0
}

.header-mobile-wrapper .header-mobile__swipe::after {
    position: absolute;
    content: "";
    top: calc(50vh - 25px);
    right: 10px;
    width: 3px;
    height: 50px;
    background-color: #bdbdbd;
    border-radius: 3px
}

.header-mobile-wrapper.show .header-mobile__swipe {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.header-mobile__menu {
    z-index: 1050;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
    -webkit-transition: opacity .25s ease, visibility .25s ease .25s, -webkit-transform .25s ease;
    transition: opacity .25s ease, visibility .25s ease .25s, -webkit-transform .25s ease;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease .25s;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease .25s, -webkit-transform .25s ease;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.header-mobile__menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .25s ease, visibility 0s ease 0s, -webkit-transform .25s ease;
    transition: opacity .25s ease, visibility 0s ease 0s, -webkit-transform .25s ease;
    transition: transform .25s ease, opacity .25s ease, visibility 0s ease 0s;
    transition: transform .25s ease, opacity .25s ease, visibility 0s ease 0s, -webkit-transform .25s ease
}

.header-mobile__menu .header-mobile__scroll {
    overflow: hidden
}

.header-mobile__menu .list-group-item {
    border-left: 0;
    border-right: 0
}

.header-mobile__menu::-webkit-scrollbar {
    width: 4px
}

.header-mobile__menu::-webkit-scrollbar-track {
    background-color: #fff
}

.header-mobile__menu::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 30px
}

.header-mobile__auth {
    padding: .75rem 1.25rem;
    font-size: .865rem
}

.header-mobile__nav {
    position: relative
}

.header-mobile__nav .list-group .list-group {
    position: absolute;
    left: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s ease, visibility .25s ease .25s, -webkit-transform .25s ease;
    transition: opacity .25s ease, visibility .25s ease .25s, -webkit-transform .25s ease;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease .25s;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease .25s, -webkit-transform .25s ease
}

.header-mobile__nav .list-group .list-group.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s ease, visibility 0s ease 0s, -webkit-transform .25s ease;
    transition: opacity .25s ease, visibility 0s ease 0s, -webkit-transform .25s ease;
    transition: transform .25s ease, opacity .25s ease, visibility 0s ease 0s;
    transition: transform .25s ease, opacity .25s ease, visibility 0s ease 0s, -webkit-transform .25s ease
}

.header-mobile__nav .list-group-first>.list-group-item .header-mobile__link {
    font-weight: 600
}

.header-mobile__nav .list-group-first>.list-group-item .header-mobile__link:not(:hover) {
    color: #212121
}

.header-mobile__nav .list-group-item {
    position: initial
}

.header-mobile__nav .list-group-item.is-selected>.header-mobile__link::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    content: ""
}

.header-mobile__nav .list-group-item.is-current>.header-mobile__link {
    font-weight: 600
}

.header-mobile__nav .header-mobile__link {
    position: relative;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: .9375rem
}

.header-mobile__nav .header-mobile__next,
.header-mobile__nav .header-mobile__prev {
    padding: 1rem 1.25rem;
    color: #757575
}

.header-mobile__nav .header-mobile__prev {
    width: 100%;
    font-size: .9375rem
}

.list-group-bottom .list-group-item {
    background-color: #fafafa
}

.list-group-bottom .header-mobile__link {
    padding: .75rem 1.25rem
}

.header-mobile__info {
    padding: 1rem 1.25rem
}

.header-mobile__info .c-address .text-nowrap {
    white-space: normal !important
}

.global-header--light .global-header__title {
    color: #fff
}

.global-header--light .breadcrumb-item span,
.global-header--light .breadcrumb-item+.breadcrumb-item::before {
    color: #e0e0e0 !important
}

.global-header--light .breadcrumb-item:hover span {
    color: #bdbdbd !important
}

.global-header--dark .global-header__title {
    color: #161c2d
}

.global-header--dark .breadcrumb-item span,
.global-header--dark .breadcrumb-item+.breadcrumb-item::before {
    color: #616161 !important
}

.global-header--dark .breadcrumb-item:hover span {
    color: #424242 !important
}

.header-fixed.header-fixed--product .spinner-border {
    position: absolute;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem)
}

.header-fixed.header-fixed--product img {
    max-height: 64px
}

.header-desktop-24 .searchpro__field .searchpro__field-container,
.header-desktop-25 .searchpro__field .searchpro__field-container,
.header-desktop-26 .searchpro__field .searchpro__field-container,
.header-desktop-27 .searchpro__field .searchpro__field-container {
    height: 37px
}

.c-bottombar .js-shopping-cart>.icon {
    margin: 0 auto;
    width: 1.5rem
}

.c-bottombar .js-shopping-cart__counter {
    top: 0;
    left: 14px
}

.c-topbar {
    position: relative;
    z-index: 1
}

.c-topbar .c-topbar__inner {
    font-weight: 500;
    height: 40px
}

@media (max-width:991.98px) {
    .c-topbar {
        font-size: .865rem
    }
}

.c-reviews .img-fluid {
    max-width: 70px
}

.row--scrolling {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

.row--scrolling::-webkit-scrollbar {
    width: 4px
}

.row--scrolling::-webkit-scrollbar-track {
    background-color: #fff
}

.row--scrolling::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 30px
}

@media (max-width:575.98px) {
    .row--scrolling-overflow-visible-xs>.col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media (max-width:575.98px) {
    .row--scrolling-xs {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden
    }

    .row--scrolling-xs::-webkit-scrollbar {
        width: 4px
    }

    .row--scrolling-xs::-webkit-scrollbar-track {
        background-color: #fff
    }

    .row--scrolling-xs::-webkit-scrollbar-thumb {
        background-color: #bdbdbd;
        border-radius: 30px
    }
}

.c-banners--3-limit .card-img-top {
    max-height: 450px;
    -o-object-fit: cover;
    object-fit: cover
}

.c-plus-icon {
    height: 25px
}

.c-plus-icon i {
    line-height: 12px
}

.c-contacts-shops {
    max-height: 381px;
    overflow-y: auto
}

.c-contacts-shops::-webkit-scrollbar {
    width: 4px
}

.c-contacts-shops::-webkit-scrollbar-track {
    background-color: #fff
}

.c-contacts-shops::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 30px
}

.c-lazyload:not(.loaded):not([data-was-processed=true]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 38px;
    height: 38px;
    margin-left: auto;
    margin-right: auto;
    background-size: auto !important;
    background-repeat: no-repeat;
    background-position: center !important
}

.c-lazyload:not(.loaded):not([data-was-processed=true]).card-img-top {
    min-height: 180px
}

.c-lazyload:not(.loaded):not([data-was-processed=true]).c-lazyload--bg {
    width: auto;
    height: auto
}

.page-load-status {
    display: none
}

.c-preloader.c-preloader--absolute {
    position: absolute;
    z-index: 100000;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 100%;
    min-height: 100%
}

.c-mini-cart {
    width: 560px;
    min-width: 560px
}

.c-mini-cart .c-mini-cart__empty.is-hidden,
.c-mini-cart .c-mini-cart__full.is-hidden {
    display: none
}

.c-mini-cart .c-mini-cart__icon {
    max-width: 96px
}

.c-mini-cart .c-mini-cart__image {
    width: 24px
}

.c-mini-cart .list-group {
    max-height: 238px !important;
    overflow-y: scroll
}

.c-mini-cart .list-group::-webkit-scrollbar {
    width: 4px
}

.c-mini-cart .list-group::-webkit-scrollbar-track {
    background-color: #fff
}

.c-mini-cart .list-group::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 30px
}

.c-mini-cart .js-mini-cart-remove {
    cursor: pointer
}

.c-mini-cart.show {
    display: none !important
}

.s-address-wrapper img {
    margin-right: .25rem;
    vertical-align: baseline
}

.s-order-wrapper__image {
    width: 24px;
    min-width: 24px
}

.s-cart-empty-wrapper .s-image-wrapper img {
    height: 160px
}

.wa-icon.size-11 {
    width: 22px !important;
    height: 22px !important
}

.s-checkout-order-page {
    padding: 0 0 80px
}

.s-checkout-order-page img {
    font-size: inherit
}

.s-checkout-order-page .wa-field-wrapper .wa-checkbox-wrapper,
.s-checkout-order-page .wa-field-wrapper .wa-label {
    padding-left: 5px
}

.s-checkout-order-page .wa-field-wrapper .wa-select {
    height: auto
}

.s-checkout-order-page .wa-field-wrapper .wa-input {
    width: 100%
}

.s-checkout-order-page .wa-dropdown>.wa-dropdown-toggle {
    padding-top: 6px;
    padding-bottom: 5px;
    border-radius: .1875rem
}

.s-checkout-order-page .s-back-link {
    text-align: right;
    font-size: .9375rem
}

.s-checkout-order-page .s-order-section:not(:first-child) {
    margin-top: 20px
}

.s-checkout-order-page .s-order-section>.s-section-footer {
    border-top: 1px solid #eee;
    padding: 18px 20px 17px 20px
}

.s-checkout-order-page .s-order-section>.s-section-header {
    padding: 18px 20px 17px 20px
}

.s-checkout-order-page .s-order-section>.s-section-header>.s-header {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400
}

.s-checkout-order-page .s-order-section>.s-section-header .s-delete-button {
    display: inline-block;
    color: #888;
    line-height: 17px
}

.s-checkout-order-page .s-order-section>.s-section-header .s-delete-button:hover {
    color: red
}

.s-checkout-order-page .wa-order-cart-wrapper p:first-child,
.s-checkout-order-page .wa-order-form-wrapper p:first-child {
    margin-top: 0
}

.s-checkout-order-page .wa-order-cart-wrapper p:last-child,
.s-checkout-order-page .wa-order-form-wrapper p:last-child {
    margin-bottom: 0
}

.s-checkout-order-page .wa-order-cart-wrapper>.wa-cart-body,
.s-checkout-order-page .wa-order-cart-wrapper>.wa-form-body,
.s-checkout-order-page .wa-order-form-wrapper>.wa-cart-body,
.s-checkout-order-page .wa-order-form-wrapper>.wa-form-body {
    background: #fff;
    padding: 20px 20px 40px
}

.s-checkout-order-page .wa-order-cart-wrapper>.wa-cart-footer,
.s-checkout-order-page .wa-order-cart-wrapper>.wa-form-footer,
.s-checkout-order-page .wa-order-form-wrapper>.wa-cart-footer,
.s-checkout-order-page .wa-order-form-wrapper>.wa-form-footer {
    padding: 15px 20px;
    color: #aaa
}

.wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-services .wa-service {
    font-size: .865rem !important
}

.s-checkout-order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-services .wa-service .wa-label {
    padding-left: 0
}

.s-checkout-order-page .wa-order-cart-wrapper .wa-products .wa-product .wa-details-section .wa-services .wa-service .wa-label .wa-field {
    position: static
}

.s-checkout-order-page .wa-order-form-wrapper .wa-field-wrapper:not(.is-agreement-field) .s-checkbox {
    font-size: 1.1428571429rem;
    -webkit-transform: translate(0, .15em);
    transform: translate(0, .15em)
}

.s-checkout-order-page .wa-order-form-wrapper .wa-field-wrapper.is-agreement-field .s-checkbox input:checked+span {
    background: #949494
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-total-section .wa-item.wa-item-total .wa-value .wa-price {
    white-space: nowrap
}

@media screen and (min-width:841px) {
    .s-checkout-order-page {
        display: table;
        width: 100%;
        table-layout: fixed
    }

    .s-checkout-order-page>.s-order-column {
        display: table-cell;
        vertical-align: top;
        padding: 0 20px
    }

    .s-checkout-order-page>.s-order-column:first-of-type {
        padding-left: 0
    }

    .s-checkout-order-page>.s-order-column:last-of-type {
        padding-right: 0
    }

    .wa-order-form-wrapper .wa-form-footer {
        font-size: 14px;
        line-height: 1.2142857143em
    }
}

@media screen and (max-width:840px) {
    .s-checkout-order-page>.s-order-column {
        margin-top: 40px
    }

    .s-checkout-order-page>.s-order-column:first-child {
        margin-top: 0
    }
}

@media screen and (max-width:768px) {
    .s-checkout-order-page .s-order-section>.s-section-header .s-delete-button {
        width: 43%;
        line-height: 14px;
        text-align: right
    }
}

.wa-order-cross_selling-wrapper .wa-product-wrapper .wa-actions-wrapper .wa-button .wa-icon {
    vertical-align: text-top !important
}

.wa-order-form-wrapper .wa-step-confirm-section .wa-section-body .wa-submit-button {
    padding: .5625rem 1rem !important;
    font-size: 1.0625rem !important;
    line-height: 1.6 !important;
    font-weight: 400 !important
}

.wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button {
    padding: .5625rem 1rem !important;
    font-size: 1.0625rem !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    border-radius: .1875rem
}

.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-icon.yes {
    vertical-align: text-top !important
}

.s-cart-page .s-prices-section .s-price-wrapper .s-base-price,
.s-cart-page .s-prices-section .s-price-wrapper .s-stock-price {
    display: block;
    margin-right: 0 !important
}

.s-cart-page .s-product-quantity {
    max-width: 26px
}

.s-cart-page .s-cart-total .s-coupon-section.is-extended .s-hidden {
    display: block
}

.s-cart-page .s-cart-total .s-coupon-section.is-extended .s-visible {
    display: none
}

.s-cart-page .s-cart-total .s-coupon-section .s-hidden {
    display: none
}

.c-dotted-padding {
    position: relative
}

.c-dotted-padding .c-dotted-padding__text {
    position: relative;
    z-index: 1
}

.c-dotted-padding::before {
    content: "";
    position: absolute;
    left: 0;
    right: 5px;
    height: 5px;
    bottom: 0;
    background: radial-gradient(ellipse at center, #e0e0e0 0, #e0e0e0 .5px, transparent 1.25px) right;
    background-size: 5px
}

.s-checkout-page .s-contact-form .wa-auth-adapters ul {
    margin-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.s-checkout-page .s-contact-form .wa-auth-adapters br {
    display: none
}

.s-checkout-page .field {
    display: block
}

.s-checkout-page .error,
.s-checkout-page .errormsg {
    font-size: .865rem;
    color: #df4759
}

@-webkit-keyframes fade-in-bg {
    0% {
        opacity: 0
    }

    100% {
        opacity: .8
    }
}

@keyframes fade-in-bg {
    0% {
        opacity: 0
    }

    100% {
        opacity: .8
    }
}

@-webkit-keyframes scale-down-center {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-down-center {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.wa-order-dialog .wa-dialog-background {
    -webkit-animation: fade-in-bg .25s cubic-bezier(.25, .46, .45, .94) both;
    animation: fade-in-bg .25s cubic-bezier(.25, .46, .45, .94) both;
    background: #161c2d !important
}

.wa-order-dialog .wa-dialog-body {
    border-radius: .5rem !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-animation: scale-down-center .25s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-down-center .25s cubic-bezier(.25, .46, .45, .94) both
}

.wa-order-dialog .wa-dialog-header {
    border-bottom: 0 !important
}

.wa-order-dialog .wa-dialog-header .wa-header {
    font-weight: 400 !important
}

.wa-order-dialog .wa-dialog-header .wa-icon {
    width: 12px !important;
    height: 12px !important
}

.wa-order-dialog .wa-dialog-body .wa-dialog-header .wa-close-wrapper {
    padding: 0 30px !important
}

.wa-order-dialog .wa-dialog-body .wa-dialog-content {
    padding-top: 0
}

.wa-order-dialog .wa-dialog-body .wa-dialog-content,
.wa-order-dialog .wa-dialog-body .wa-dialog-footer {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.wa-order-dialog .wa-dialog-footer {
    border-top: 0 !important
}

@media screen and (min-width:761px) {
    .wa-order-dialog .wa-stocks-wrapper {
        margin-left: calc(200px + 2.1428571429em) !important
    }
}

.wa-order-dialog .wa-rating-wrapper {
    display: none !important
}

.wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-button {
    margin-bottom: .5rem
}

@media screen and (min-width:761px) {
    .wa-product-edit-dialog .wa-dialog-footer {
        margin-left: calc(200px + 2.1428571429em) !important
    }
}

.wa-product-edit-dialog .wa-cart-section .wa-product-header .wa-sku-wrapper .wa-label {
    font-size: .865rem;
    color: #757575 !important
}

.wa-product-edit-dialog .wa-cart-section .wa-product-header .wa-sku-wrapper .wa-sku {
    font-size: .865rem
}

.wa-product-edit-dialog .wa-cart-section .wa-product-image {
    text-align: center
}

@media screen and (min-width:761px) {
    .wa-product-edit-dialog .wa-cart-section .wa-product-image {
        float: left !important;
        margin-left: 0 !important;
        margin-right: 2.1428571429em
    }
}

.wa-product-edit-dialog .wa-cart-section .wa-features-wrapper .wa-feature-wrapper .wa-variants-list .wa-variant {
    padding: .2625rem .6rem !important;
    font-size: 1.0625rem !important;
    line-height: 1.5 !important;
    border-radius: .1875rem !important
}

.wa-product-edit-dialog .wa-cart-section .wa-features-wrapper .wa-feature-wrapper .wa-variants-list .wa-variant .wa-variant-name {
    font-size: .9375rem !important;
    font-weight: 400 !important;
    vertical-align: inherit
}

.wa-product-edit-dialog .wa-cart-section .wa-features-wrapper .wa-feature-wrapper .wa-variants-list .wa-variant.selected,
.wa-product-edit-dialog .wa-cart-section .wa-features-wrapper .wa-feature-wrapper .wa-variants-list .wa-variant:hover {
    background-image: none !important
}

.wa-product-edit-dialog .wa-cart-section .wa-stocks-wrapper .wa-stock-wrapper .wa-stock .wa-text {
    font-size: .9375rem;
    font-weight: 400 !important
}

.wa-product-edit-dialog .wa-dialog-footer .wa-prices-wrapper .wa-price-compare {
    color: #757575 !important;
    font-size: .9375rem !important;
    vertical-align: bottom
}

.wa-product-edit-dialog .wa-dialog-footer .wa-prices-wrapper .wa-price {
    color: #161c2d !important
}

.wa-product-edit-dialog .wa-dialog-footer .wa-actions {
    display: block !important;
    margin-top: .5rem
}

.wa-product-edit-dialog .wa-dialog-footer .wa-actions .wa-button.large {
    border: none
}

.wa-auth-dialog-wrapper input[type=password],
.wa-auth-dialog-wrapper input[type=text] {
    padding: .5625rem 1rem !important;
    font-size: 1.0625rem !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    border-radius: .1875rem;
    background-color: #fafafa
}

.wa-auth-dialog-wrapper input[type=submit] {
    padding: .5625rem 1rem !important;
    font-size: 1.0625rem !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    border-radius: .1875rem;
    border: none
}

.wa-channel-confirmation-dialog input[type=text] {
    padding: .5625rem 1rem !important;
    font-size: 1.0625rem !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    border-radius: .1875rem;
    background-color: #fafafa
}

.wa-channel-confirmation-dialog .wa-button,
.wa-shipping-pickup-dialog .wa-button {
    padding: .5625rem 1rem !important;
    font-size: 1.0625rem !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    border-radius: .1875rem;
    border: none
}

@media (max-width:991.98px) {
    .wa-toggle.js-type-toggle span {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: .5rem;
        border-radius: 3px;
        white-space: pre-wrap
    }
}

.s-product-photos .s-photo-thumb {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 52px;
    height: 52px
}

.s-product-photos .s-photo-thumb img {
    width: auto;
    max-height: 100%
}

@media (max-width:767.98px) {
    .s-product-photos .s-photo-image {
        width: 200px !important;
        min-width: 200px !important;
        height: 200px !important;
        min-height: 200px !important
    }
}

.s-product-photos:not(.s-product-photos--fluid) .s-photo-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: auto;
    height: auto
}

.s-product-photos:not(.s-product-photos--fluid) .s-photo-image img {
    width: auto;
    max-height: 100%
}

@media (min-width:768px) {

    .s-product-photos:not(.s-product-photos--fluid):not(.s-product-photos--thumbs-left).s-product-photos--1 .s-photo-image,
    .s-product-photos:not(.s-product-photos--fluid):not(.s-product-photos--thumbs-left).s-product-photos--2 .s-photo-image {
        width: 367px;
        height: 367px
    }
}

@media (min-width:1200px) {

    .s-product-photos:not(.s-product-photos--fluid):not(.s-product-photos--thumbs-left).s-product-photos--1 .s-photo-image,
    .s-product-photos:not(.s-product-photos--fluid):not(.s-product-photos--thumbs-left).s-product-photos--2 .s-photo-image {
        width: 460px;
        height: 460px
    }
}

@media (min-width:1290px) {

    .s-product-photos:not(.s-product-photos--fluid):not(.s-product-photos--thumbs-left).s-product-photos--1 .s-photo-image,
    .s-product-photos:not(.s-product-photos--fluid):not(.s-product-photos--thumbs-left).s-product-photos--2 .s-photo-image {
        width: 498px;
        height: 498px
    }
}

@media (min-width:768px) {
    .s-product-photos:not(.s-product-photos--fluid):not(.s-product-photos--thumbs-left).s-product-photos--3 .s-photo-image {
        width: 530px;
        height: 530px
    }
}

@media (min-width:1200px) {
    .s-product-photos:not(.s-product-photos--fluid):not(.s-product-photos--thumbs-left).s-product-photos--3 .s-photo-image {
        width: 651px;
        height: 651px
    }
}

@media (min-width:1290px) {
    .s-product-photos:not(.s-product-photos--fluid):not(.s-product-photos--thumbs-left).s-product-photos--3 .s-photo-image {
        width: 712px;
        height: 712px
    }
}

@media (min-width:768px) {

    .s-product-photos:not(.s-product-photos--fluid):not(.s-product-photos--thumbs-left).s-product-photos--4 .s-photo-image,
    .s-product-photos:not(.s-product-photos--fluid):not(.s-product-photos--thumbs-left).s-product-photos--5 .s-photo-image {
        width: 326px;
        height: 326px
    }
}

@media (min-width:1200px) {

    .s-product-photos:not(.s-product-photos--fluid):not(.s-product-photos--thumbs-left).s-product-photos--4 .s-photo-image,
    .s-product-photos:not(.s-product-photos--fluid):not(.s-product-photos--thumbs-left).s-product-photos--5 .s-photo-image {
        width: 419px;
        height: 419px
    }
}

@media (min-width:1290px) {

    .s-product-photos:not(.s-product-photos--fluid):not(.s-product-photos--thumbs-left).s-product-photos--4 .s-photo-image,
    .s-product-photos:not(.s-product-photos--fluid):not(.s-product-photos--thumbs-left).s-product-photos--5 .s-photo-image {
        width: 456px;
        height: 456px
    }
}

.inline-select.color .inline-select__item {
    padding: .2rem;
    border-radius: .1875rem;
    border: 2px solid #eee
}

.s-photos-thumbs:not(.s-photos-thumbs--rotate) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px
}

.s-photos-thumbs .owl-item:not(.current) {
    opacity: .7
}

.s-photos-thumbs.s-photos-thumbs--rotate {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.s-photos-thumbs.s-photos-thumbs--rotate .owl-item {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.s-dialog-wrapper .s-photo-image {
    width: 100% !important
}

@media (max-width:991.98px) {
    .s-tabs-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .s-tabs-wrapper::-webkit-scrollbar {
        width: 4px
    }

    .s-tabs-wrapper::-webkit-scrollbar-track {
        background-color: #fff
    }

    .s-tabs-wrapper::-webkit-scrollbar-thumb {
        background-color: #bdbdbd;
        border-radius: 30px
    }
}

.s-tabs-wrapper .nav-link {
    white-space: nowrap
}

.s-product-cart .s-prices-section .s-price .price-wrapper .price,
.s-product-cart .s-prices-section .s-stock-price .price-wrapper .price,
.s-product-cart .s-prices-section .s-summary-price .price-wrapper .price {
    font-size: 1.9375rem;
    font-weight: 600
}

.s-product-cart .s-prices-section .s-price .price-wrapper :not(.price),
.s-product-cart .s-prices-section .s-stock-price .price-wrapper :not(.price),
.s-product-cart .s-prices-section .s-summary-price .price-wrapper :not(.price) {
    font-size: .865rem
}

.s-product-cart .s-prices-section .s-base-price .price-wrapper .price {
    font-size: 1.1875rem;
    font-weight: 600
}

.s-product-cart .s-prices-section .s-base-price .price-wrapper :not(.price) {
    font-size: .865rem
}

.s-product-cart .s-quantity-section .s-field {
    width: calc(100% - 32px)
}

.s-product-cart .s-quantity-section .btn {
    min-width: 45px
}

.s-quantity-section .s-unit {
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, 1px);
    transform: translate(-50%, 1px);
    display: block;
    cursor: default
}

.s-quantity-section:not(.s-quantity-section--min-max-hidden) .btn.is-locked .s-icon {
    display: none
}

.s-quantity-section.s-quantity-section--min-max-hidden .s-description {
    display: none !important
}

.s-quantity-section.s-quantity-section-unit-hidden .s-unit {
    display: none
}

.s-product-dialog .s-product-name {
    margin-right: 30px;
    overflow: hidden
}

.s-product-dialog .s-product-cart .s-quantity-section .btn {
    min-height: 51px
}

.c-cart-modal .s-quantity-section .s-field {
    width: calc(100% - 32px)
}

.c-cart-modal .s-quantity-section .btn {
    min-height: 55px;
    min-width: 60px
}

.s-product-page .s-features-wrapper {
    min-width: 70%
}

.s-features-section.hide-dividers .s-features-wrapper__divider {
    display: none
}

.s-features-wrapper__name {
    position: relative;
    width: 70%
}

.s-features-wrapper__name::before {
    content: "";
    position: absolute;
    left: 0;
    right: 5px;
    height: 5px;
    bottom: 10px;
    background: radial-gradient(ellipse at center, #e0e0e0 0, #e0e0e0 .5px, transparent 1.25px) right;
    background-size: 5px
}

.s-features-wrapper__text {
    display: inline-block;
    position: relative;
    background-color: #fff
}

.s-product-cart--1 .dp-product {
    border-color: transparent;
    border-radius: .1875rem;
    -webkit-box-shadow: 0 .2rem 1rem rgba(22, 28, 45, .1) !important;
    box-shadow: 0 .2rem 1rem rgba(22, 28, 45, .1) !important
}

.s-product-cart--2 .dp-product {
    border-color: #eee;
    border-radius: .1875rem;
    -webkit-transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    transition: -webkit-box-shadow .25s ease, -webkit-transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease;
    transition: box-shadow .25s ease, transform .25s ease, -webkit-box-shadow .25s ease, -webkit-transform .25s ease
}

.s-product-cart--2 .dp-product:focus,
.s-product-cart--2 .dp-product:hover {
    -webkit-box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .1) !important;
    box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .1) !important;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    z-index: 1
}

.s-product-cart .s-features-wrapper__name {
    width: auto;
    padding: 0 !important
}

.s-product-cart .s-features-wrapper__name::before {
    display: none
}

.s-product-cart .s-features-wrapper__text::after {
    padding-left: .25rem;
    padding-right: .25rem;
    content: "—"
}

.s-product-cart .s-features-wrapper__name,
.s-product-cart .s-features-wrapper__value {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.s-product-cart .s-features-wrapper__value {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0 !important
}

.c-product-brand {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.c-product-brand img {
    max-width: 150px
}

.c-product-brand--xs img {
    max-width: 70px
}

.dp-product,
.dp-product * {
    font-family: inherit
}

.sku-no-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.s-product-page .s-product-actions .btn:not(.active):not(:hover) {
    border-color: #eee
}

.s-product-dialog .s-submit-button .spinner-border,
.s-product-page .s-submit-button .spinner-border {
    position: absolute;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem)
}

@media (max-width:991.98px) {
    .s-products-controls {
        border-bottom: 0 !important
    }
}

.s-view-list__item:not(:hover) {
    color: #757575
}

.s-view-list__item.is-selected {
    color: #161c2d
}

.s-view-list__divider {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #e0e0e0
}

.s-products-wrapper.is-loading {
    opacity: .2
}

.s-products-list .s-badge-wrapper,
.s-products-list .s-badge-wrapper.badge {
    padding: .45em .8em
}

.s-product-wrapper .s-image-wrapper {
    position: relative;
    cursor: pointer;
    padding-top: 100%
}

.s-products-list-vertical .s-product-wrapper .s-image-wrapper {
    padding-top: 140%
}

.s-image-wrapper__box,
.s-image-wrapper__image {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%
}

.s-image-wrapper__image {
    opacity: 0;
    visibility: hidden
}

.s-image-wrapper__image.active {
    opacity: 1;
    visibility: visible
}

.s-image-wrapper__image img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none
}

.s-image-wrapper__dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.s-image-wrapper__dot {
    position: relative;
    margin: 0 1px;
    height: 100%;
    width: 100%;
    background: 0 0 !important;
    background-color: transparent;
    opacity: 1
}

.s-image-wrapper__dot::after {
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #bdbdbd;
    content: ""
}

.s-product-actions__item {
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #757575;
    background-color: #fff;
    border: none;
    border-radius: .1875rem;
    outline: 0
}

.s-product-actions__item:focus,
.s-product-actions__item:hover {
    outline: 0
}

.s-product-stock__in-stock {
    color: #42ba96
}

.s-product-stock__pre-order {
    color: #757575
}

.s-product-stock__out-of-stock {
    color: #df4759
}

.s-quantity-section-sm .form-control {
    max-width: 50px
}

.s-products-view-thumbs .s-quantity-field {
    width: calc(100% - 80px)
}

.s-products-view-list .s-quantity-field {
    width: calc(100% - 68px)
}

.s-quantity-section .js-decrease:focus,
.s-quantity-section .js-decrease:hover,
.s-quantity-section .js-increase:focus,
.s-quantity-section .js-increase:hover {
    text-decoration: none
}

.s-products-wrapper .s-quantity-section .js-decrease,
.s-products-wrapper .s-quantity-section .js-increase {
    padding-top: 0;
    padding-bottom: 0
}

.products-button-wide .c-buttons-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    border-bottom-left-radius: .1875rem;
    border-bottom-right-radius: .1875rem
}

.products-button-wide .c-buttons-wrapper .s-quantity-section {
    height: 100%;
    border-top-color: #eee !important;
    border-bottom-color: #eee !important
}

.products-button-wide .c-buttons-wrapper .s-quantity-section>* {
    height: 100%;
    border: none
}

.products-button-wide .c-buttons-wrapper .s-quantity-section .btn-link:not(:hover) {
    color: #161c2d
}

.products-button-wide .c-buttons-wrapper .s-add-button,
.products-button-wide .c-buttons-wrapper .s-more-button {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.products-button-wide:hover .c-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15);
    box-shadow: 0 1.5rem 4rem rgba(22, 28, 45, .15);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    z-index: 1
}

@media (max-width:767.98px) {
    .products-button-wide .s-quantity-section {
        min-height: 58px
    }

    .products-button-wide .c-buttons-wrapper .s-add-button,
    .products-button-wide .c-buttons-wrapper .s-more-button {
        border-bottom-left-radius: .1875rem
    }
}

@media (max-width:991.98px) {
    .products-button-wide .c-buttons-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        top: 0;
        visibility: visible;
        opacity: 1;
        margin-top: 1rem
    }

    .products-button-wide .card-footer {
        padding-bottom: 0
    }
}

.product-buttons-right .c-buttons-wrapper .s-add-button,
.product-buttons-right .c-buttons-wrapper .s-more-button {
    color: #bdbdbd
}

.products-button-bottom .js-buy1click-button,
.products-button-bottom .js-compare-product,
.products-button-bottom .js-wishlist-product,
.products-button-bottom .s-add-button {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    border-left: 0;
    border-bottom-color: transparent;
    border-color: #eee
}

.products-button-bottom .s-add-button {
    border-right: 0
}

.products-button-bottom .c-buttons-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: #fff
}

.products-button-bottom:hover .c-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    z-index: 1
}

.s-product-wrapper .s-add-button .spinner-border {
    position: absolute;
    left: calc(50% - 1rem)
}

.s-product-wrapper:hover {
    z-index: 1001
}

@media (max-width:767.98px) {
    .s-quantity-section {
        min-height: 58px
    }
}

.star-icon {
    display: inline-block;
    font-size: inherit;
    width: 1em;
    height: 1em;
    overflow: visible;
    vertical-align: -.135em;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23ffde00' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'%3E%3C/path%3E%3C/svg%3E");
    cursor: pointer
}

.star-icon.star-empty {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23e0e0e0' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'%3E%3C/path%3E%3C/svg%3E")
}

.star-icon.star-half {
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cg%3E%3Cpath fill='%23e0e0e0' d='M545.3 226L439.6 329l25 145.5c4.5 26.1-23 46-46.4 33.7l-130.7-68.6V0a31.62 31.62 0 0 1 28.7 17.8l65.3 132.4 146.1 21.2c26.2 3.8 36.7 36.1 17.7 54.6z'%3E%3C/path%3E%3Cpath fill='%23ffde00' d='M110.4 474.5l25-145.5L29.7 226c-19-18.5-8.5-50.8 17.7-54.6l146.1-21.2 65.3-132.4A31.62 31.62 0 0 1 287.5 0v439.6l-130.7 68.6c-23.4 12.3-50.9-7.6-46.4-33.7z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}

.s-product-youtube {
    line-height: 23px
}

.s-product-youtube i {
    font-size: 1.55em;
    opacity: .7
}

.s-products-list.s-products-thumbs-slider>.s-product-wrapper,
.s-products-list.s-products-view-thumbs>.s-product-wrapper {
    margin-bottom: -1px
}

.s-products-list.s-products-thumbs-slider .card-body,
.s-products-list.s-products-view-thumbs .card-body {
    padding: 1.95rem 1.3rem 0
}

.s-products-list.s-products-thumbs-slider .card-footer,
.s-products-list.s-products-view-thumbs .card-footer {
    padding: .75rem 1.3rem 1.95rem
}

.s-products-list.s-products-thumbs-slider .s-product-wrapper:hover .s-product-actions__item,
.s-products-list.s-products-view-thumbs .s-product-wrapper:hover .s-product-actions__item {
    visibility: visible;
    opacity: 1
}

.s-products-list.s-products-thumbs-slider .s-product-wrapper:hover .s-product-actions__item,
.s-products-list.s-products-view-thumbs .s-product-wrapper:hover .s-product-actions__item {
    visibility: visible;
    opacity: 1
}

.s-products-list.s-products-thumbs-slider .s-product-actions__item,
.s-products-list.s-products-view-thumbs .s-product-actions__item {
    position: relative;
    visibility: hidden;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-bottom: .25rem;
    padding-left: 8px;
    color: #757575;
    background-color: #fff;
    border: none;
    border-radius: .1875rem;
    z-index: 1040;
    outline: 0
}

.s-products-list.s-products-thumbs-slider .s-product-actions__item.active,
.s-products-list.s-products-view-thumbs .s-product-actions__item.active {
    visibility: visible;
    opacity: .7
}

.s-products-list.s-products-thumbs-slider .s-quantity-section .js-decrease,
.s-products-list.s-products-thumbs-slider .s-quantity-section .js-increase,
.s-products-list.s-products-view-thumbs .s-quantity-section .js-decrease,
.s-products-list.s-products-view-thumbs .s-quantity-section .js-increase {
    min-width: 42px
}

.s-products-list.s-products-thumbs-slider.s-products-list-spacers,
.s-products-list.s-products-view-thumbs.s-products-list-spacers {
    margin-left: -10px;
    margin-right: -10px
}

.s-products-list.s-products-thumbs-slider.s-products-list-spacers .s-product-wrapper,
.s-products-list.s-products-view-thumbs.s-products-list-spacers .s-product-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 1rem
}

.s-products-list.s-products-view-slider.s-products-list--images-padding-0 .s-info-wrapper,
.s-products-list.s-products-view-thumbs.s-products-list--images-padding-0 .s-info-wrapper {
    padding: 1px
}

.s-products-list.s-products-view-slider.s-products-list--images-padding-0 .s-features-section,
.s-products-list.s-products-view-slider.s-products-list--images-padding-0 .s-product-description,
.s-products-list.s-products-view-slider.s-products-list--images-padding-0 .s-product-header,
.s-products-list.s-products-view-slider.s-products-list--images-padding-0 .s-product-sku,
.s-products-list.s-products-view-slider.s-products-list--images-padding-0 .s-product-stock,
.s-products-list.s-products-view-slider.s-products-list--images-padding-0 .s-rating-wrapper,
.s-products-list.s-products-view-thumbs.s-products-list--images-padding-0 .s-features-section,
.s-products-list.s-products-view-thumbs.s-products-list--images-padding-0 .s-product-description,
.s-products-list.s-products-view-thumbs.s-products-list--images-padding-0 .s-product-header,
.s-products-list.s-products-view-thumbs.s-products-list--images-padding-0 .s-product-sku,
.s-products-list.s-products-view-thumbs.s-products-list--images-padding-0 .s-product-stock,
.s-products-list.s-products-view-thumbs.s-products-list--images-padding-0 .s-rating-wrapper {
    padding-left: 1.3rem;
    padding-right: 1.3rem
}

.s-products-list.s-products-view-slider.s-products-list--images-padding-0 .s-product-header,
.s-products-list.s-products-view-thumbs.s-products-list--images-padding-0 .s-product-header {
    display: block
}

.s-products-list.s-products-view-slider.s-products-list--images-padding-0 .s-product-wrapper .s-image-wrapper img,
.s-products-list.s-products-view-thumbs.s-products-list--images-padding-0 .s-product-wrapper .s-image-wrapper img {
    width: 100%;
    height: auto;
    max-height: initial;
    bottom: auto
}

.s-products-list.s-products-view-slider.s-products-list--images-padding-0 .s-product-wrapper .s-image-wrapper .s-image-wrapper__dot::after,
.s-products-list.s-products-view-thumbs.s-products-list--images-padding-0 .s-product-wrapper .s-image-wrapper .s-image-wrapper__dot::after {
    bottom: 0
}

.s-products-list.s-products-view-slider.s-products-list--images-padding-0 .s-image-wrapper__image,
.s-products-list.s-products-view-thumbs.s-products-list--images-padding-0 .s-image-wrapper__image {
    overflow: hidden
}

.s-products-list.s-products-view-thumbs .card-borders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: inset 0 0 0 1px #eee;
    box-shadow: inset 0 0 0 1px #eee;
    height: 100%;
    margin-left: -1px
}

@media (max-width:767.98px) {

    .s-products-list.s-products-view-thumbs .product-features-wrapper,
    .s-products-list.s-products-view-thumbs .s-pricing-profit,
    .s-products-list.s-products-view-thumbs .s-product-stock .badge,
    .s-products-list.s-products-view-thumbs .s-rating-wrapper {
        display: none !important
    }

    .s-products-list.s-products-view-thumbs .s-compare,
    .s-products-list.s-products-view-thumbs .s-price {
        display: block
    }

    .s-products-list.s-products-view-thumbs .s-compare {
        margin-left: 0 !important
    }

    .s-products-list.s-products-view-thumbs .card-footer {
        padding-bottom: 0 !important
    }

    .s-products-list.s-products-view-thumbs .s-product-actions__item {
        visibility: visible;
        opacity: 1
    }
}

.s-products-thumbs-slider:not(.owl-loaded) {
    visibility: hidden;
    opacity: 0
}

.s-products-thumbs-slider .owl-stage-outer {
    margin: 0 -1px 0 0;
    padding: 0 1px 0 0
}

.s-products-thumbs-slider .owl-item:not(.active) {
    opacity: 1
}

.s-products-thumbs-slider .owl-item img {
    width: auto
}

.s-products-thumbs-slider:not(.s-products-list-spacers) .owl-item:not(:last-child) .card {
    border-right: 0 !important
}

.s-products-thumbs-slider .s-product-wrapper.products-button-wide:hover .c-buttons-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (min-width:768px) {
    .s-products-thumbs-slider .s-product-wrapper.products-button-wide .card {
        border-bottom: 0 !important
    }
}

.s-products-thumbs-slider .s-product-wrapper {
    min-height: 100%
}

.s-products-thumbs-slider .s-product-wrapper.products-button-bottom:hover .c-buttons-wrapper,
.s-products-thumbs-slider .s-product-wrapper.products-button-wide:hover .c-buttons-wrapper {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.s-products-thumbs-slider .s-product-wrapper.products-button-bottom .c-buttons-wrapper,
.s-products-thumbs-slider .s-product-wrapper.products-button-wide .c-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1
}

.s-products-list.s-products-view-list .card-body {
    padding: 1.95rem 1.3rem 1.95rem
}

.s-products-list.s-products-view-list .s-info-wrapper {
    padding-left: 2rem;
    padding-right: 2rem
}

@media (max-width:1289.98px) {

    .s-products-list.s-products-view-list .js-compare-product,
    .s-products-list.s-products-view-list .js-preview-button,
    .s-products-list.s-products-view-list .js-wishlist-product {
        font-size: .865rem
    }

    .s-products-list.s-products-view-list .js-compare-product i,
    .s-products-list.s-products-view-list .js-preview-button i,
    .s-products-list.s-products-view-list .js-wishlist-product i {
        display: none
    }

    .s-products-list.s-products-view-list .s-images-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        max-width: 150px
    }

    .s-products-list.s-products-view-list .s-info-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 245px;
        flex: 0 0 245px;
        max-width: 245px
    }
}

@media (min-width:1200px) {
    .s-products-list.s-products-view-list .s-images-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px
    }

    .s-products-list.s-products-view-list .s-offers-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        max-width: 270px
    }
}

.s-products-list.s-products-view-list .s-quantity-section {
    border: 1px solid #eee;
    border-radius: .1875rem
}

.s-products-list.s-products-view-list .s-quantity-section .btn-link:not(:hover) {
    color: #161c2d
}

.s-products-list.s-products-view-list .s-quantity-section .s-unit {
    top: 60%;
    -webkit-transform: translate(-25%, 1px);
    transform: translate(-25%, 1px)
}

.s-products-list.s-products-view-list:not(.s-products-list-spacers) .s-product-wrapper:not(:last-child) .card {
    border-bottom: 0 !important
}

.s-products-list.s-products-view-list .s-quantity-section .form-control,
.s-products-list.s-products-view-list .s-quantity-section .js-decrease,
.s-products-list.s-products-view-list .s-quantity-section .js-increase {
    height: 44px
}

.s-products-list.s-products-view-list.s-products-list-spacers .s-product-wrapper {
    margin-bottom: 2rem
}

.s-products-list.s-products-view-table .s-info-wrapper {
    padding-left: 2rem;
    padding-right: 2rem
}

.s-products-list.s-products-view-table .s-images-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    max-width: 64px
}

.s-products-list.s-products-view-table .s-info-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 265px;
    flex: 0 0 265px;
    max-width: 265px
}

.s-products-list.s-products-view-table .s-offers-wrapper {
    width: 100%
}

.s-products-list.s-products-view-table .s-quantity-section {
    border: 1px solid #eee;
    border-radius: .1875rem
}

.s-products-list.s-products-view-table .s-quantity-section .s-unit {
    top: 60%
}

.s-products-list.s-products-view-table .s-quantity-section .js-decrease,
.s-products-list.s-products-view-table .s-quantity-section .js-increase {
    min-width: 66px;
    height: 31px
}

.s-products-list.s-products-view-table .s-quantity-section .s-description span {
    display: block
}

.s-products-list.s-products-view-table .s-quantity-section .form-control {
    width: 40px
}

.s-products-list.s-products-view-table .s-product-actions__item {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.s-products-list.s-products-view-table:not(.s-products-list-spacers) .s-product-wrapper:not(:last-child) .card {
    border-bottom: 0 !important
}

.s-products-list.s-products-view-table.s-products-list-spacers .s-product-wrapper {
    margin-bottom: 1rem
}

.s-products-list.sidebar .s-product-wrapper:not(:last-child) .card {
    border-bottom: 0 !important
}

.s-products-list.sidebar .card-body {
    padding: 1rem 1.25rem
}

.s-products-view-compare .s-products-view-compare__image {
    height: 80px;
    max-height: 80px
}

svg.buy1click-svg-icon.buy1click-loader.buy1click-loader_button.buy1click-button__loader {
    display: none
}

.s-products-list.s-products-view-thumbs .s-features-section .s-features-wrapper__feature {
    display: block;
    padding-bottom: .5rem
}

.s-products-list.s-products-view-thumbs .s-features-section .s-features-wrapper__name {
    padding-bottom: 0 !important
}

.s-products-list.s-products-view-thumbs .s-features-section .s-features-wrapper__name::before {
    display: none
}

.s-products-list.s-products-view-thumbs .s-features-section .s-features-wrapper__name,
.s-products-list.s-products-view-thumbs .s-features-section .s-features-wrapper__value {
    display: block;
    padding: 0 !important
}

.s-products-list.s-products-view-thumbs .s-features-section .s-features-wrapper__name {
    margin-bottom: .25rem;
    font-size: .725rem !important
}

.s-products-list.s-products-view-thumbs .s-features-section .s-features-wrapper__value {
    font-size: .865rem !important
}

.s-products-list.s-products-view-thumbs .s-features-section .s-features-wrapper__value {
    color: #161c2d !important
}

.s-products-list.s-products-view-list .s-features-section .s-features-wrapper__name {
    padding-bottom: 0 !important
}

.s-products-list.s-products-view-list .s-features-section .s-features-wrapper__name::before {
    bottom: 3px
}

.s-products-list.s-products-view-list .s-features-section .s-features-wrapper__name,
.s-products-list.s-products-view-list .s-features-section .s-features-wrapper__value {
    font-size: .865rem !important
}

.s-products-list.s-products-view-list .s-features-section .s-features-wrapper__value {
    color: #161c2d !important
}

.s-products-wrapper .s-paging-wrapper.view-thumbs {
    margin-left: -1px
}

.searchpro__page-filters .searchpro__page-filters_helper {
    z-index: 1000
}

@media (min-width:768px) {
    .c-promos .c-promos__img {
        max-width: 440px;
        -webkit-transform: translateY(2rem);
        transform: translateY(2rem)
    }
}

@media (max-width:767.98px) {
    .c-promos .js-data-counter ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.c-promos-tile .c-promos-tile__img {
    max-height: 350px
}

.data-counter .list-group-item {
    border-color: #eee
}

.s-reviews-wrapper .s-image-wrapper {
    border-width: 2px !important
}

.s-errors-wrapper .error {
    font-size: .9375rem;
    color: red
}

.s-review-images-section {
    padding: 15px 20px;
    border: 1px dashed #bfbfbf;
    -webkit-transition: .2s background linear;
    transition: .2s background linear
}

.s-review-images-section.is-highlighted {
    background: #fafadf
}

.s-review-images-section .s-image-form-section {
    position: relative
}

.s-review-images-section .s-image-form-section .s-description .s-icon {
    position: relative;
    display: inline-block;
    vertical-align: -3px;
    width: 22px;
    height: 19px;
    margin-right: 10px
}

.s-review-images-section .s-image-form-section .s-description .s-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.s-review-images-section .s-image-form-section .s-file-field {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    text-indent: -100%;
    font-size: 0
}

.s-review-images-section .s-attached-files-section:not(:empty) {
    margin: -20px 0 0
}

.s-review-images-section .s-attached-files-section .s-file-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 40px 40px 0 0
}

.s-review-images-section .s-attached-files-section .s-file-wrapper .s-image-wrapper {
    width: 200px;
    height: 200px;
    border: solid 1px rgba(0, 0, 0, .1);
    background: #f7f7f7 50% no-repeat;
    background-size: contain;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.s-review-images-section .s-attached-files-section .s-file-wrapper .s-description-wrapper {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.1538461538em;
    min-height: 55px
}

.s-review-images-section .s-attached-files-section .s-file-wrapper .s-description-wrapper.is-extended .s-visible {
    display: none
}

.s-review-images-section .s-attached-files-section .s-file-wrapper .s-description-wrapper:not(.is-extended) .s-hidden {
    display: none
}

.s-review-images-section .s-attached-files-section .s-file-wrapper .s-description-wrapper .s-visible {
    padding: 5px
}

.s-review-images-section .s-attached-files-section .s-file-wrapper .s-description-wrapper .s-textarea {
    display: block;
    border: solid 1px rgba(0, 0, 0, .1);
    padding: 4px 6px;
    font-size: 13px;
    line-height: 15px;
    width: 100%;
    height: 55px;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: auto;
    min-height: auto
}

.s-review-images-section .s-attached-files-section .s-file-wrapper .s-actions {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -10px);
    transform: translate(50%, -10px)
}

.s-review-images-section .s-attached-files-section .s-file-wrapper .s-actions .s-action {
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: solid 1px rgba(0, 0, 0, .33);
    background: #fff;
    cursor: pointer
}

.s-review-images-section .s-attached-files-section .s-file-wrapper .s-actions .s-action:not(:first-child) {
    margin-top: 10px
}

.s-review-images-section .s-attached-files-section .s-file-wrapper .s-actions .s-action .s-icon {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.s-review-images-section .s-attached-files-section .s-file-wrapper .s-actions .s-action .s-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.s-review-images-section .s-errors-section:not(:empty) {
    margin: 20px 0 0
}

.s-review-images-section .s-errors-section .s-error {
    font-size: 12px;
    line-height: 1.1666666667em;
    color: red
}

.s-review-images-section .s-errors-section .s-error:not(:first-child) {
    margin-top: 5px
}

.c-sidebar-widget {
    margin-bottom: 2rem
}

.c-sidebar-widget--my-nav .list-group>.list-group-link {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee
}

.c-sidebar-widget--my-nav .list-group>.list-group-link:last-child {
    border-radius: .1875rem
}

.c-sidebar-widget--my-nav .list-group>.list-group-link:hover {
    background-color: #fafafa
}

.c-sidebar-widget__card {
    border: 1px solid #eee;
    border-radius: .1875rem
}

.c-sidebar-widget__body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

@media (min-width:992px) {
    .c-sidebar-wrapper--wide {
        padding-right: 0
    }
}

@media (min-width:992px) {
    .c-sidebar-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        max-width: 280px
    }
}

@media (min-width:992px) {
    .c-product-sidebar-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px
    }
}

.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.social-icons .social-icons__item {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    color: #757575;
    line-height: 35px;
    text-align: center;
    background-color: #e0e0e0;
    border-radius: .1875rem
}

.social-icons__item.vk:hover {
    color: #fff !important;
    background-color: #2b587a
}

.social-icons__item.facebook:hover {
    color: #fff !important;
    background-color: #3b5998
}

.social-icons__item.ok:hover {
    color: #fff !important;
    background-color: #ff9f4d
}

.social-icons__item.twitter:hover {
    color: #fff !important;
    background-color: #00acee
}

.social-icons__item.youtube:hover {
    color: #fff !important;
    background-color: #c4302b
}

.social-icons__item.instagram:hover {
    color: #fff !important;
    background: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, red, #ff0)
}

.social-icons__item.foursquare:hover {
    color: #fff !important;
    background-color: #e65778
}

.social-icons__item.telegram:hover {
    color: #fff !important;
    background-color: #28a8e9
}

.social-icons__item.whatsapp:hover {
    color: #fff !important;
    background-color: #0dc143
}

.s-checkout-order-page .wa-link,
.wa-login-forgotpassword-url,
a {
    color: var(--default)
}

.s-checkout-order-page .wa-link:hover,
.wa-login-forgotpassword-url:hover,
a:hover {
    color: var(--default-hover-link);
    text-decoration: none
}

.badge-default,
.btn-default,
.page-item.active .page-link,
.wa-auth-dialog-wrapper input[type=submit],
.wa-channel-confirmation-dialog .wa-button,
.wa-product-edit-dialog .wa-dialog-footer .wa-actions .wa-button.large,
.wa-shipping-pickup-dialog .wa-button {
    color: #fff;
    background-color: var(--default);
    border-color: var(--default)
}

.badge-default:hover,
.btn-default:hover,
.page-item.active .page-link:hover,
.wa-auth-dialog-wrapper input[type=submit]:hover,
.wa-channel-confirmation-dialog .wa-button:hover,
.wa-product-edit-dialog .wa-dialog-footer .wa-actions .wa-button.large:hover,
.wa-shipping-pickup-dialog .wa-button:hover {
    color: #fff;
    background-color: var(--default-hover-background);
    border-color: var(--default-hover-border)
}

.badge-default.active,
.badge-default:active,
.btn-default.active,
.btn-default:active,
.page-item.active .page-link.active,
.page-item.active .page-link:active,
.wa-auth-dialog-wrapper input[type=submit].active,
.wa-auth-dialog-wrapper input[type=submit]:active,
.wa-channel-confirmation-dialog .wa-button.active,
.wa-channel-confirmation-dialog .wa-button:active,
.wa-product-edit-dialog .wa-dialog-footer .wa-actions .wa-button.large.active,
.wa-product-edit-dialog .wa-dialog-footer .wa-actions .wa-button.large:active,
.wa-shipping-pickup-dialog .wa-button.active,
.wa-shipping-pickup-dialog .wa-button:active {
    color: #fff;
    background-color: var(--default-active-background);
    border-color: var(--default-active-border)
}

.btn-outline-default {
    color: var(--default);
    border-color: var(--default)
}

.btn-outline-default:hover {
    color: #fff;
    background-color: var(--default);
    border-color: var(--default)
}

.btn-outline-default.active,
.btn-outline-default.is-active,
.btn-outline-default:active {
    color: #fff;
    background-color: var(--default-hover-background);
    border-color: var(--default-hover-border)
}

.btn-white {
    color: var(--default)
}

.btn-white:focus,
.btn-white:hover {
    color: var(--default-hover-link)
}

.alert-default-soft,
.alert-soft-default,
.badge-default-soft,
.badge-soft-default,
.btn-default-soft {
    color: var(--default);
    background-color: var(--default-soft-background)
}

.alert-default-soft:hover,
.alert-soft-default:hover,
.badge-default-soft:hover,
.badge-soft-default:hover,
.btn-default-soft:hover {
    color: var(--default);
    background-color: var(--default-soft-hover-background)
}

.btn-link,
.page-link,
.text-default {
    color: var(--default)
}

.btn-link:hover,
.page-link:hover,
.text-default:hover {
    color: var(--default-hover-link);
    text-decoration: none
}

.form-control:active,
.form-control:focus {
    border-color: var(--default)
}

.border-default,
.inline-select.color .inline-select__item.selected,
.nav-buttons .nav-link.active::after {
    border-color: var(--default) !important
}

.inline-select:not(.color) .inline-select__item.selected .btn {
    color: #fff;
    background-color: var(--default) !important
}

.btn-link-black:focus,
.btn-link-black:hover {
    color: var(--default) !important
}

.alert-default,
.fly-widgets__item .fly-widgets__counter,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--default)
}

.s-product-actions__item.active,
.s-product-actions__item:hover,
.s-product-page .s-product-actions .btn.active,
.s-product-page .s-product-actions .btn:hover,
.s-units-section .btn.selected {
    color: #fff !important;
    background-color: var(--default) !important
}

.c-sidebar-nav .list-group-item-child.is-current .list-group-link-child,
.dropdown-header,
.link-black:hover,
.link-muted:hover,
.nav-links .nav-link.active,
.nav-links .nav-link:hover,
.navbar-nav .dropdown-item.is-current .dropdown-link,
.navbar-nav .dropdown-item.is-selected .dropdown-link {
    color: var(--default)
}

.header-fixed .navbar-nav>.nav-item:hover>.nav-link .icon {
    color: var(--default) !important
}

.navbar-light .navbar-nav .nav-item:focus>.nav-link,
.navbar-light .navbar-nav .nav-item:hover>.nav-link {
    color: var(--default)
}

.navbar-light .navbar-nav .nav-item:focus>.nav-link .icon,
.navbar-light .navbar-nav .nav-item:hover>.nav-link .icon {
    color: var(--default) !important
}

.s-filter-header:hover .collapse-chevron {
    color: #fff !important;
    background-color: var(--default) !important
}

.collapse-chevron:hover,
.collapse-chevron[aria-expanded=true] {
    color: #fff;
    background-color: var(--default)
}

.list-group-unstyled .list-group-item-child.active .list-group-link-child {
    color: var(--default)
}

.list-group-unstyled .list-group-link-child:hover {
    color: var(--default)
}

.wa-info-msg {
    color: var(--default)
}

.footer .btn-link:hover,
.footer a:hover {
    color: var(--default) !important
}

.footer-subscribe--3 .footer-subscribe__icon {
    color: var(--default)
}

.bg-default,
.flickity-button:focus,
.flickity-button:hover,
.header-mobile-colored .header-mobile__block,
.s-filter-group--selected::before,
.s-image-wrapper .s-image-wrapper__dot.active::after {
    background-color: var(--default)
}


.c-sidebar-nav.c-sidebar-nav--slider>.list-group.list-group--theme>.list-group-item,
.c-sidebar-nav.c-sidebar-nav--slider>.list-group.list-group--theme>.list-group-item:hover {
    background-color: var(--default-soft-hover-background)
}

.navbar-nav .dropdown-img-left::before {
    background-color: var(--default);
    opacity: .8
}

.header-middle .navbar-nav>.nav-item>.nav-link:hover .icon {
    color: var(--default) !important
}

.dropdown-nav-priority .nav-link:hover {
    color: var(--default) !important
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--default-hover-link)
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: var(--default);
    background-color: var(--default)
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: var(--default-soft-background)
}

.header-mobile__nav .list-group-item.is-selected>.header-mobile__link::before {
    background-color: var(--default)
}

.header-mobile__nav .header-mobile__next:hover,
.header-mobile__nav .header-mobile__prev:hover {
    color: var(--default)
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background-color: var(--default)
}

.owl-carousel .owl-dots .owl-dot.active span:focus,
.owl-carousel .owl-dots .owl-dot.active span:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: var(--default-hover-background)
}

.owl-buttons-transparent.owl-carousel .owl-nav button.owl-next:focus,
.owl-buttons-transparent.owl-carousel .owl-nav button.owl-next:hover,
.owl-buttons-transparent.owl-carousel .owl-nav button.owl-prev:focus,
.owl-buttons-transparent.owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--default)
}

.s-range-slider .r-bar-wrapper .r-bar,
.s-range-slider .r-bar-wrapper .r-point::before {
    background: var(--default)
}

.c-mini-cart .list-group::-webkit-scrollbar-thumb {
    background-color: var(--default-scroll)
}

.row--scrolling-xs::-webkit-scrollbar-thumb,
.row--scrolling::-webkit-scrollbar-thumb,
.s-tabs-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--default-scroll)
}

.s-product-wrapper:hover .c-buttons-wrapper.c-buttons-wrapper--right .s-add-button,
.s-product-wrapper:hover .c-buttons-wrapper.c-buttons-wrapper--right .s-more-button {
    color: #fff !important;
    background-color: var(--default-hover-background);
    border-color: var(--default-hover-border)
}

.c-color-checkbox .c-color-checkbox__input:checked~.c-color-checkbox__label {
    border: 3px solid var(--default);
    -webkit-box-shadow: none;
    box-shadow: none
}

.s-category-filters--dropdown .s-filter-group--selected .dropdown-toggle:hover::before {
    background-color: var(--default)
}

.s-reviews-wrapper .s-image-wrapper:hover {
    border-color: var(--default) !important
}

.wa-input:not(:disabled):focus,
.wa-input:not(:disabled):hover,
.wa-input:not([readonly]):focus,
.wa-input:not([readonly]):hover,
.wa-textarea:not(:disabled):focus,
.wa-textarea:not(:disabled):hover,
.wa-textarea:not([readonly]):focus,
.wa-textarea:not([readonly]):hover {
    border-color: var(--default) !important
}

html:not(.with-touch) .wa-quantity-box .wa-button:not(.is-disabled):hover {
    color: var(--default) !important
}

.wa-dropdown.is-opened>.wa-dropdown-toggle,
.wa-dropdown>.wa-dropdown-area:hover {
    border-color: var(--default) !important
}

.wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper,
.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper {
    border-color: var(--default-soft-background) !important
}

.wa-order-form-wrapper .wa-step-payment-section .wa-methods-list.wide .wa-method-wrapper.is-active,
.wa-order-form-wrapper .wa-step-shipping-section .wa-delivery-types-section .wa-types-list .wa-type-wrapper.is-active {
    background: var(--default-soft-background) !important
}

button.wa-button.blue.js-focus-button.js-cancel {
    color: var(--default);
    background-color: var(--default-soft-background);
    border: 1px solid var(--default-soft-background)
}

button.wa-button.gray.js-confirm {
    color: #fff;
    background-color: var(--default);
    border: 1px solid var(--default)
}

.c-demo-layouts .c-demo-layouts__item.active,
.c-demo-layouts .c-demo-layouts__item:hover,
.c-demo-setting--image_select .c-demo-setting__option.active,
.c-demo-setting--image_select .c-demo-setting__option:hover {
    border-color: var(--default)
}

.c-demo-nav__child.is-selected .list-group-link-child,
.c-demo-nav__child:hover .list-group-link-child {
    color: var(--default) !important
}

.font_family_google_fira:not(.font_family_h1_h6) body {
    font-family: "Fira Sans", sans-serif
}

.font_family_google_fira_condensed:not(.font_family_h1_h6) body {
    font-family: "Fira Sans Condensed", sans-serif
}

.font_family_google_merriweather:not(.font_family_h1_h6) body {
    font-family: Merriweather, sans-serif
}

.font_family_google_montserrat:not(.font_family_h1_h6) body {
    font-family: Montserrat, sans-serif
}

.font_family_google_opensans:not(.font_family_h1_h6) body {
    font-family: "Open Sans", sans-serif
}

.font_family_google_ptsans:not(.font_family_h1_h6) body {
    font-family: "PT Sans", sans-serif
}

.font_family_google_ptserif:not(.font_family_h1_h6) body {
    font-family: "PT Serif", sans-serif
}

.font_family_google_ptsansandserif:not(.font_family_h1_h6) body {
    font-family: "PT Sans Caption", sans-serif
}

.font_family_google_roboto:not(.font_family_h1_h6) {
    font-family: Roboto, sans-serif
}

.font_family_google_playfairdisplay:not(.font_family_h1_h6) body {
    font-family: "Playfair Display"
}

.font_family_google_roboto_condensed:not(.font_family_h1_h6) body {
    font-family: "Roboto Condensed", sans-serif
}

.font_family_google_lora:not(.font_family_h1_h6) body {
    font-family: Lora, sans-serif
}

.font_family_google_ubuntu:not(.font_family_h1_h6) body {
    font-family: Ubuntu, sans-serif
}

.font_family_google_rubik:not(.font_family_h1_h6) body {
    font-family: Rubik, sans-serif
}

.font_family_trebuchet:not(.font_family_h1_h6) body {
    font-family: "Trebuchet MS", sans-serif
}

.font_family_verdana:not(.font_family_h1_h6) body {
    font-family: Verdana, sans-serif
}

.font_family_georgia:not(.font_family_h1_h6) body {
    font-family: Georgia, Times, serif
}

.font_family_google_fira.font_family_h1_h6 body .h1,
.font_family_google_fira.font_family_h1_h6 body .h2,
.font_family_google_fira.font_family_h1_h6 body .h3,
.font_family_google_fira.font_family_h1_h6 body .h4,
.font_family_google_fira.font_family_h1_h6 body .h5,
.font_family_google_fira.font_family_h1_h6 body .h6,
.font_family_google_fira.font_family_h1_h6 body h1,
.font_family_google_fira.font_family_h1_h6 body h2,
.font_family_google_fira.font_family_h1_h6 body h3,
.font_family_google_fira.font_family_h1_h6 body h4,
.font_family_google_fira.font_family_h1_h6 body h5,
.font_family_google_fira.font_family_h1_h6 body h6 {
    font-family: "Fira Sans", sans-serif
}

.font_family_google_fira_condensed.font_family_h1_h6 body .h1,
.font_family_google_fira_condensed.font_family_h1_h6 body .h2,
.font_family_google_fira_condensed.font_family_h1_h6 body .h3,
.font_family_google_fira_condensed.font_family_h1_h6 body .h4,
.font_family_google_fira_condensed.font_family_h1_h6 body .h5,
.font_family_google_fira_condensed.font_family_h1_h6 body .h6,
.font_family_google_fira_condensed.font_family_h1_h6 body h1,
.font_family_google_fira_condensed.font_family_h1_h6 body h2,
.font_family_google_fira_condensed.font_family_h1_h6 body h3,
.font_family_google_fira_condensed.font_family_h1_h6 body h4,
.font_family_google_fira_condensed.font_family_h1_h6 body h5,
.font_family_google_fira_condensed.font_family_h1_h6 body h6 {
    font-family: "Fira Sans Condensed", sans-serif
}

.font_family_google_merriweather.font_family_h1_h6 body .h1,
.font_family_google_merriweather.font_family_h1_h6 body .h2,
.font_family_google_merriweather.font_family_h1_h6 body .h3,
.font_family_google_merriweather.font_family_h1_h6 body .h4,
.font_family_google_merriweather.font_family_h1_h6 body .h5,
.font_family_google_merriweather.font_family_h1_h6 body .h6,
.font_family_google_merriweather.font_family_h1_h6 body h1,
.font_family_google_merriweather.font_family_h1_h6 body h2,
.font_family_google_merriweather.font_family_h1_h6 body h3,
.font_family_google_merriweather.font_family_h1_h6 body h4,
.font_family_google_merriweather.font_family_h1_h6 body h5,
.font_family_google_merriweather.font_family_h1_h6 body h6 {
    font-family: Merriweather, sans-serif
}

.font_family_google_montserrat.font_family_h1_h6 body .h1,
.font_family_google_montserrat.font_family_h1_h6 body .h2,
.font_family_google_montserrat.font_family_h1_h6 body .h3,
.font_family_google_montserrat.font_family_h1_h6 body .h4,
.font_family_google_montserrat.font_family_h1_h6 body .h5,
.font_family_google_montserrat.font_family_h1_h6 body .h6,
.font_family_google_montserrat.font_family_h1_h6 body h1,
.font_family_google_montserrat.font_family_h1_h6 body h2,
.font_family_google_montserrat.font_family_h1_h6 body h3,
.font_family_google_montserrat.font_family_h1_h6 body h4,
.font_family_google_montserrat.font_family_h1_h6 body h5,
.font_family_google_montserrat.font_family_h1_h6 body h6 {
    font-family: Montserrat, sans-serif
}

.font_family_google_opensans.font_family_h1_h6 body .h1,
.font_family_google_opensans.font_family_h1_h6 body .h2,
.font_family_google_opensans.font_family_h1_h6 body .h3,
.font_family_google_opensans.font_family_h1_h6 body .h4,
.font_family_google_opensans.font_family_h1_h6 body .h5,
.font_family_google_opensans.font_family_h1_h6 body .h6,
.font_family_google_opensans.font_family_h1_h6 body h1,
.font_family_google_opensans.font_family_h1_h6 body h2,
.font_family_google_opensans.font_family_h1_h6 body h3,
.font_family_google_opensans.font_family_h1_h6 body h4,
.font_family_google_opensans.font_family_h1_h6 body h5,
.font_family_google_opensans.font_family_h1_h6 body h6 {
    font-family: "Open Sans", sans-serif
}

.font_family_google_ptsans.font_family_h1_h6 body .h1,
.font_family_google_ptsans.font_family_h1_h6 body .h2,
.font_family_google_ptsans.font_family_h1_h6 body .h3,
.font_family_google_ptsans.font_family_h1_h6 body .h4,
.font_family_google_ptsans.font_family_h1_h6 body .h5,
.font_family_google_ptsans.font_family_h1_h6 body .h6,
.font_family_google_ptsans.font_family_h1_h6 body h1,
.font_family_google_ptsans.font_family_h1_h6 body h2,
.font_family_google_ptsans.font_family_h1_h6 body h3,
.font_family_google_ptsans.font_family_h1_h6 body h4,
.font_family_google_ptsans.font_family_h1_h6 body h5,
.font_family_google_ptsans.font_family_h1_h6 body h6 {
    font-family: "PT Sans", sans-serif
}

.font_family_google_ptserif.font_family_h1_h6 body .h1,
.font_family_google_ptserif.font_family_h1_h6 body .h2,
.font_family_google_ptserif.font_family_h1_h6 body .h3,
.font_family_google_ptserif.font_family_h1_h6 body .h4,
.font_family_google_ptserif.font_family_h1_h6 body .h5,
.font_family_google_ptserif.font_family_h1_h6 body .h6,
.font_family_google_ptserif.font_family_h1_h6 body h1,
.font_family_google_ptserif.font_family_h1_h6 body h2,
.font_family_google_ptserif.font_family_h1_h6 body h3,
.font_family_google_ptserif.font_family_h1_h6 body h4,
.font_family_google_ptserif.font_family_h1_h6 body h5,
.font_family_google_ptserif.font_family_h1_h6 body h6 {
    font-family: "PT Serif", sans-serif
}

.font_family_google_ptsansandserif.font_family_h1_h6 body .h1,
.font_family_google_ptsansandserif.font_family_h1_h6 body .h2,
.font_family_google_ptsansandserif.font_family_h1_h6 body .h3,
.font_family_google_ptsansandserif.font_family_h1_h6 body .h4,
.font_family_google_ptsansandserif.font_family_h1_h6 body .h5,
.font_family_google_ptsansandserif.font_family_h1_h6 body .h6,
.font_family_google_ptsansandserif.font_family_h1_h6 body h1,
.font_family_google_ptsansandserif.font_family_h1_h6 body h2,
.font_family_google_ptsansandserif.font_family_h1_h6 body h3,
.font_family_google_ptsansandserif.font_family_h1_h6 body h4,
.font_family_google_ptsansandserif.font_family_h1_h6 body h5,
.font_family_google_ptsansandserif.font_family_h1_h6 body h6 {
    font-family: "PT Sans Caption", sans-serif
}

.font_family_google_roboto.font_family_h1_h6 .h1,
.font_family_google_roboto.font_family_h1_h6 .h2,
.font_family_google_roboto.font_family_h1_h6 .h3,
.font_family_google_roboto.font_family_h1_h6 .h4,
.font_family_google_roboto.font_family_h1_h6 .h5,
.font_family_google_roboto.font_family_h1_h6 .h6,
.font_family_google_roboto.font_family_h1_h6 h1,
.font_family_google_roboto.font_family_h1_h6 h2,
.font_family_google_roboto.font_family_h1_h6 h3,
.font_family_google_roboto.font_family_h1_h6 h4,
.font_family_google_roboto.font_family_h1_h6 h5,
.font_family_google_roboto.font_family_h1_h6 h6 {
    font-family: Roboto, sans-serif
}

.font_family_google_playfairdisplay.font_family_h1_h6 body .h1,
.font_family_google_playfairdisplay.font_family_h1_h6 body .h2,
.font_family_google_playfairdisplay.font_family_h1_h6 body .h3,
.font_family_google_playfairdisplay.font_family_h1_h6 body .h4,
.font_family_google_playfairdisplay.font_family_h1_h6 body .h5,
.font_family_google_playfairdisplay.font_family_h1_h6 body .h6,
.font_family_google_playfairdisplay.font_family_h1_h6 body h1,
.font_family_google_playfairdisplay.font_family_h1_h6 body h2,
.font_family_google_playfairdisplay.font_family_h1_h6 body h3,
.font_family_google_playfairdisplay.font_family_h1_h6 body h4,
.font_family_google_playfairdisplay.font_family_h1_h6 body h5,
.font_family_google_playfairdisplay.font_family_h1_h6 body h6 {
    font-family: "Playfair Display"
}

.font_family_google_roboto_condensed.font_family_h1_h6 body .h1,
.font_family_google_roboto_condensed.font_family_h1_h6 body .h2,
.font_family_google_roboto_condensed.font_family_h1_h6 body .h3,
.font_family_google_roboto_condensed.font_family_h1_h6 body .h4,
.font_family_google_roboto_condensed.font_family_h1_h6 body .h5,
.font_family_google_roboto_condensed.font_family_h1_h6 body .h6,
.font_family_google_roboto_condensed.font_family_h1_h6 body h1,
.font_family_google_roboto_condensed.font_family_h1_h6 body h2,
.font_family_google_roboto_condensed.font_family_h1_h6 body h3,
.font_family_google_roboto_condensed.font_family_h1_h6 body h4,
.font_family_google_roboto_condensed.font_family_h1_h6 body h5,
.font_family_google_roboto_condensed.font_family_h1_h6 body h6 {
    font-family: "Roboto Condensed", sans-serif
}

.font_family_google_lora.font_family_h1_h6 body .h1,
.font_family_google_lora.font_family_h1_h6 body .h2,
.font_family_google_lora.font_family_h1_h6 body .h3,
.font_family_google_lora.font_family_h1_h6 body .h4,
.font_family_google_lora.font_family_h1_h6 body .h5,
.font_family_google_lora.font_family_h1_h6 body .h6,
.font_family_google_lora.font_family_h1_h6 body h1,
.font_family_google_lora.font_family_h1_h6 body h2,
.font_family_google_lora.font_family_h1_h6 body h3,
.font_family_google_lora.font_family_h1_h6 body h4,
.font_family_google_lora.font_family_h1_h6 body h5,
.font_family_google_lora.font_family_h1_h6 body h6 {
    font-family: Lora, sans-serif
}

.font_family_google_ubuntu.font_family_h1_h6 body .h1,
.font_family_google_ubuntu.font_family_h1_h6 body .h2,
.font_family_google_ubuntu.font_family_h1_h6 body .h3,
.font_family_google_ubuntu.font_family_h1_h6 body .h4,
.font_family_google_ubuntu.font_family_h1_h6 body .h5,
.font_family_google_ubuntu.font_family_h1_h6 body .h6,
.font_family_google_ubuntu.font_family_h1_h6 body h1,
.font_family_google_ubuntu.font_family_h1_h6 body h2,
.font_family_google_ubuntu.font_family_h1_h6 body h3,
.font_family_google_ubuntu.font_family_h1_h6 body h4,
.font_family_google_ubuntu.font_family_h1_h6 body h5,
.font_family_google_ubuntu.font_family_h1_h6 body h6 {
    font-family: Ubuntu, sans-serif
}

.font_family_google_rubik.font_family_h1_h6 body .h1,
.font_family_google_rubik.font_family_h1_h6 body .h2,
.font_family_google_rubik.font_family_h1_h6 body .h3,
.font_family_google_rubik.font_family_h1_h6 body .h4,
.font_family_google_rubik.font_family_h1_h6 body .h5,
.font_family_google_rubik.font_family_h1_h6 body .h6,
.font_family_google_rubik.font_family_h1_h6 body h1,
.font_family_google_rubik.font_family_h1_h6 body h2,
.font_family_google_rubik.font_family_h1_h6 body h3,
.font_family_google_rubik.font_family_h1_h6 body h4,
.font_family_google_rubik.font_family_h1_h6 body h5,
.font_family_google_rubik.font_family_h1_h6 body h6 {
    font-family: Rubik, sans-serif
}

.font_family_trebuchet.font_family_h1_h6 body .h1,
.font_family_trebuchet.font_family_h1_h6 body .h2,
.font_family_trebuchet.font_family_h1_h6 body .h3,
.font_family_trebuchet.font_family_h1_h6 body .h4,
.font_family_trebuchet.font_family_h1_h6 body .h5,
.font_family_trebuchet.font_family_h1_h6 body .h6,
.font_family_trebuchet.font_family_h1_h6 body h1,
.font_family_trebuchet.font_family_h1_h6 body h2,
.font_family_trebuchet.font_family_h1_h6 body h3,
.font_family_trebuchet.font_family_h1_h6 body h4,
.font_family_trebuchet.font_family_h1_h6 body h5,
.font_family_trebuchet.font_family_h1_h6 body h6 {
    font-family: "Trebuchet MS", sans-serif
}

.font_family_verdana.font_family_h1_h6 body .h1,
.font_family_verdana.font_family_h1_h6 body .h2,
.font_family_verdana.font_family_h1_h6 body .h3,
.font_family_verdana.font_family_h1_h6 body .h4,
.font_family_verdana.font_family_h1_h6 body .h5,
.font_family_verdana.font_family_h1_h6 body .h6,
.font_family_verdana.font_family_h1_h6 body h1,
.font_family_verdana.font_family_h1_h6 body h2,
.font_family_verdana.font_family_h1_h6 body h3,
.font_family_verdana.font_family_h1_h6 body h4,
.font_family_verdana.font_family_h1_h6 body h5,
.font_family_verdana.font_family_h1_h6 body h6 {
    font-family: Verdana, sans-serif
}

.font_family_georgia.font_family_h1_h6 body .h1,
.font_family_georgia.font_family_h1_h6 body .h2,
.font_family_georgia.font_family_h1_h6 body .h3,
.font_family_georgia.font_family_h1_h6 body .h4,
.font_family_georgia.font_family_h1_h6 body .h5,
.font_family_georgia.font_family_h1_h6 body .h6,
.font_family_georgia.font_family_h1_h6 body h1,
.font_family_georgia.font_family_h1_h6 body h2,
.font_family_georgia.font_family_h1_h6 body h3,
.font_family_georgia.font_family_h1_h6 body h4,
.font_family_georgia.font_family_h1_h6 body h5,
.font_family_georgia.font_family_h1_h6 body h6 {
    font-family: Georgia, Times, serif
}

html.font_size_16 body {
    font-size: 1rem
}

html.font_size_15 body {
    font-size: .9375rem
}

html.font_size_14 body {
    font-size: .875rem
}

html.font_size_13 body {
    font-size: .8125rem
}

html.btn_pill .btn:not(.btn-not-pill):not(.card-btn) {
    border-radius: 50rem
}

html.btn_pill .s-products-list.s-products-view-list .s-quantity-section,
html.btn_pill .s-products-list.s-products-view-table .s-quantity-section {
    border-radius: 50rem;
    overflow: hidden
}

html.btn_pill .s-products-list.s-products-view-list .s-quantity-section .js-increase,
html.btn_pill .s-products-list.s-products-view-table .s-quantity-section .js-increase {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

html.btn_pill .s-products-list.s-products-view-list .s-quantity-section .js-decrease,
html.btn_pill .s-products-list.s-products-view-table .s-quantity-section .js-decrease {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

html.btn_pill .s-paging-list>li>a,
html.btn_pill .s-product-actions__item {
    border-radius: 50rem !important
}

html.btn_pill .input-group .btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem
}

html.btn_pill .input-group .form-control:not(:last-child) {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem
}

html.btn_pill .input-group .form-control:last-child {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem
}

html.btn_pill .c-cart-modal .s-quantity-section.btn-group .btn:first-child {
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

html.btn_pill .c-cart-modal .s-quantity-section.btn-group .btn:last-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important
}

html.btn_uppercase .btn {
    text-transform: uppercase
}

html.headings_weight_thin .h1,
html.headings_weight_thin .h2,
html.headings_weight_thin .h3,
html.headings_weight_thin .h4,
html.headings_weight_thin .h5,
html.headings_weight_thin .h6,
html.headings_weight_thin h1,
html.headings_weight_thin h2,
html.headings_weight_thin h3,
html.headings_weight_thin h4,
html.headings_weight_thin h5,
html.headings_weight_thin h6 {
    font-weight: 300
}

html.headings_weight_medium .h1,
html.headings_weight_medium .h2,
html.headings_weight_medium .h3,
html.headings_weight_medium .h4,
html.headings_weight_medium .h5,
html.headings_weight_medium .h6,
html.headings_weight_medium h1,
html.headings_weight_medium h2,
html.headings_weight_medium h3,
html.headings_weight_medium h4,
html.headings_weight_medium h5,
html.headings_weight_medium h6 {
    font-weight: 500
}

html.headings_weight_bold .h1,
html.headings_weight_bold .h2,
html.headings_weight_bold .h3,
html.headings_weight_bold .h4,
html.headings_weight_bold .h5,
html.headings_weight_bold .h6,
html.headings_weight_bold h1,
html.headings_weight_bold h2,
html.headings_weight_bold h3,
html.headings_weight_bold h4,
html.headings_weight_bold h5,
html.headings_weight_bold h6 {
    font-weight: 600
}

html.btn_ripple .btn:not(.collapse-chevron) {
    position: relative;
    overflow: hidden
}

html.h1_h6_uppercase .h1,
html.h1_h6_uppercase .h2,
html.h1_h6_uppercase .h3,
html.h1_h6_uppercase .h4,
html.h1_h6_uppercase .h5,
html.h1_h6_uppercase .h6,
html.h1_h6_uppercase h1,
html.h1_h6_uppercase h2,
html.h1_h6_uppercase h3,
html.h1_h6_uppercase h4,
html.h1_h6_uppercase h5,
html.h1_h6_uppercase h6 {
    text-transform: uppercase
}

html.h1_h6_uppercase .h1,
html.h1_h6_uppercase h1 {
    letter-spacing: 5px
}

html.h1_h6_uppercase .h2,
html.h1_h6_uppercase h2 {
    letter-spacing: 2px
}

html.h1_h6_uppercase .h3,
html.h1_h6_uppercase .h4,
html.h1_h6_uppercase .h5,
html.h1_h6_uppercase .h6,
html.h1_h6_uppercase h3,
html.h1_h6_uppercase h4,
html.h1_h6_uppercase h5,
html.h1_h6_uppercase h6 {
    letter-spacing: 1px
}

.c-demo-settings .c-demo-settings-loader {
    position: absolute;
    z-index: 100000;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.c-demo-settings .c-demo-settings-loader.is-hidden {
    display: none !important
}

.absolute-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.display-0 {
    font-size: 6.6875rem
}

.is-hidden {
    display: none
}

.visually-hidden {
    display: none;
    visibility: hidden;
    opacity: 0
}

@media (max-width:767.98px) {
    .pr-xs-0 {
        padding-right: 0
    }
}

@media (max-width:767.98px) {
    .pl-xs-0 {
        padding-left: 0
    }
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.c-counter {
    width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%
}

.dropdown-icon-hidden::after {
    content: ""
}

.overflow-y-auto {
    overflow-y: auto !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.position-inherit {
    position: inherit !important
}

.easyfeedback-modal {
    z-index: 1060 !important
}

.cursor-pointer {
    cursor: pointer
}

.wa-captcha-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1.5rem
}

.wa-captcha-input {
    max-width: 260px;
    margin-right: 1rem
}

.wa-captcha-refresh-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: .9375rem
}

.wa-captcha-refresh {
    color: #757575;
    font-size: .9375rem
}

.wa-captcha>p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.wa-captcha-img {
    border-radius: .1875rem
}

.subscribe-wrapper {
    position: relative
}

.subscribe-wrapper.is-extended .subscribe-captcha {
    display: block;
    z-index: 1
}

.subscribe-wrapper .subscribe-captcha {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    padding: 1rem;
    background-color: #fff
}

.subscribe-wrapper .wa-captcha>p:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.subscribe-wrapper .wa-captcha-input {
    margin-right: 0;
    max-width: 55%
}

.wa-field .wa-value p label {
    display: block;
    margin: 0
}

.wa-field-terms-accepted {
    font-size: .9375rem;
    color: #757575
}

.wa-field-password span.field {
    display: block;
    margin-bottom: 1rem
}

.wa-field-password span.field>span {
    display: block;
    padding-bottom: .5rem;
    font-size: .9375rem;
    color: #757575
}

.wa-field-password .general-button {
    font-size: .9375rem
}

.wa-login-forgotpassword-url {
    display: block;
    margin-top: .5rem;
    color: #757575;
    font-size: .9375rem
}

.wa-forgotpassword-button {
    margin-top: 1rem
}

.wa-info-msg {
    text-align: center
}

.errormsg,
.remove-attach,
.wa-error-msg {
    color: var(--danger);
    font-size: .9375rem
}

.user-info .user-info__value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
}

.user-info .user-info__line {
    height: 1px;
    margin-bottom: 6px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 4px;
    margin-right: 4px;
    background: -webkit-gradient(linear, left top, right top, color-stop(33%, rgba(40, 47, 55, .3)), color-stop(0, transparent)) repeat-x bottom;
    background: linear-gradient(90deg, rgba(40, 47, 55, .3) 33%, transparent 0) repeat-x bottom;
    background-size: 3px 1px
}

.wa-adapters-section {
    text-align: center
}

.wa-section-header {
    color: #757575;
    margin-bottom: 1rem
}

.wa-adapters-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    list-style: none
}

.wa-adapters-list li {
    margin-right: 1rem
}

.wa-section-divider {
    position: relative;
    color: #757575;
    margin-bottom: 1.5rem
}

.wa-section-divider .wa-text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(50% - 22px);
    height: 1px;
    background: #e0e0e0
}

.wa-section-divider .wa-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: calc(50% - 22px);
    height: 1px;
    background: #e0e0e0
}

.wa-auth-adapters>ul {
    margin-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none
}

.wa-auth-adapters li {
    margin-right: 1rem;
    margin-bottom: 1rem
}

@media (min-width:576px) {
    .wa-field-birthday [name="data[birthday][day]"] {
        max-width: 90px
    }

    .wa-field-birthday [name="data[birthday][month]"] {
        max-width: 160px
    }

    .wa-field-birthday [name="data[birthday][year]"] {
        max-width: 70px
    }
}

.wa-myNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.wa-myNav__list>li:last-child {
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

.wa-myNav__list>li:first-child {
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.wa-myNav__list>li+li {
    border-top-width: 0
}

.wa-myNav__list li {
    background-color: #fff;
    border: 1px solid #eee
}

.wa-myNav__list li:focus,
.wa-myNav__list li:hover {
    z-index: 1;
    color: #616161;
    text-decoration: none;
    background-color: #fafafa
}

.wa-myNav__list .s-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    color: #616161;
    font-size: .9375rem;
    text-align: inherit
}