*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    max-width: 100vw;
    min-width: 20rem;
    margin: 0;
    font-family: Roboto, Open Sans, Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.4;
    color: #575757;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:not(.btn, .button),
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not(.btn, .button):hover,
a:not(.btn, .button):focus,
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not(.btn, .button):focus,
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre,
code,
kbd,
samp {
    font-family: monospace, 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:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.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.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.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.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.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.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.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;
}
@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%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .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.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .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.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .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.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .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;
    }
}
@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%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .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.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .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.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .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.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .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;
    }
}
@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%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .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.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .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.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .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.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .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;
    }
}
@media (min-width: 1310px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .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.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .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.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .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.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .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;
    }
}
.slick-initialized.slick-slider {
    display: block;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-slider .slick-arrow,
.slick-arrow-md-circle .slick-arrow {
    z-index: 11;
    outline: none;
    cursor: pointer;
    position: absolute;
    padding: 0;
    margin: 0;
    border: transparent;
    background: transparent;
    font-size: 0rem;
    line-height: 0;
    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;
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
    top: 48%;
    margin-top: -26.9230769231px;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(87, 87, 72, 0.7);
    border-radius: 90%;
    background-color: #fff;
    color: #1a1a1a;
}
.slick-slider .slick-arrow.slick-prev,
.slick-arrow-md-circle .slick-arrow.slick-prev {
    left: 0rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-slider .slick-arrow.slick-next,
.slick-arrow-md-circle .slick-arrow.slick-next {
    right: 0rem;
}
.slick-slider .slick-arrow:before,
.slick-arrow-md-circle .slick-arrow:before {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 330.002 330.002'%3E%3Cpath fill='%231a1a1a' d='M233.252,155.997L120.752,6.001c-4.972-6.628-14.372-7.97-21-3c-6.628,4.971-7.971,14.373-3,21  l105.75,140.997L96.752,306.001c-4.971,6.627-3.627,16.03,3,21c2.698,2.024,5.856,3.001,8.988,3.001  c4.561,0,9.065-2.072,12.012-6.001l112.5-150.004C237.252,168.664,237.252,161.33,233.252,155.997z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-size: 15px;
    line-height: 1.2;
    width: 35px;
    height: 1em;
}
.slick-slider .slick-arrow:hover,
.slick-slider .slick-arrow:focus,
.slick-arrow-md-circle .slick-arrow:hover,
.slick-arrow-md-circle .slick-arrow:focus {
    color: #f11a1a;
}
.slick-slider .slick-arrow:hover:before,
.slick-slider .slick-arrow:focus:before,
.slick-arrow-md-circle .slick-arrow:hover:before,
.slick-arrow-md-circle .slick-arrow:focus:before {
    opacity: 1;
}
.slick-slider .slick-arrow.slick-disabled,
.slick-arrow-md-circle .slick-arrow.slick-disabled {
    opacity: 0;
}
.slick-slider .slick-arrow.slick-disabled.slick-prev,
.slick-arrow-md-circle .slick-arrow.slick-disabled.slick-prev {
    left: -3.125rem;
}
.slick-slider .slick-arrow.slick-disabled.slick-next,
.slick-arrow-md-circle .slick-arrow.slick-disabled.slick-next {
    right: -3.125rem;
}
.slick-dots {
    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;
    list-style: none;
    margin: 0.9375rem 0 0.625rem;
    padding: 0rem;
    width: 100%;
}
.slick-dots li + li {
    margin-left: 0.9375rem;
}
.slick-dots li button {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    height: 0.5625rem;
    width: 1.6875rem;
    border: none;
    border-radius: 0.0625rem;
    background: rgba(217, 217, 217, 0.77);
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #f11111;
}
.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-track > .slick-slide {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: auto;
}
.slick-arrow-none .slick-arrow {
    display: none !important;
}
.slick-dots-none .slick-dots {
    display: none !important;
}
.button,
.btn {
    position: relative;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
    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;
    padding: 0.05em 1.3em;
    border: 0.0625rem solid transparent;
    height: 31px;
    line-height: 1;
    font-size: 0.75rem;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 -1.1em 0.2em rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0 -1.1em 0.2em rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.09);
    background-image: none;
    max-width: 100%;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.1s ease-in;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.1s ease-in;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.1s ease-in;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.1s ease-in, -webkit-box-shadow 0.1s ease-in;
}
@media screen and (prefers-reduced-motion: reduce) {
    .button,
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}
.button > * + *,
.btn > * + * {
    margin-left: 0.4em;
}
.button path,
.button polygon,
.button circle,
.btn path,
.btn polygon,
.btn circle {
    color: inherit;
}
.button svg,
.btn svg {
    max-width: 1.25em;
    max-height: 1.25em;
    margin-top: -0.15em;
}
.button:not(:disabled):not(.disabled),
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.button:hover,
.button:focus,
.btn:hover,
.btn:focus {
    text-decoration: none !important;
    -webkit-box-shadow: inset 0 -2.5em 0.2em rgba(0, 0, 0, 0.07), 0 1px 1px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0 -2.5em 0.2em rgba(0, 0, 0, 0.07), 0 1px 1px rgba(0, 0, 0, 0.09);
}
.button:focus,
.btn:focus {
    text-decoration: none !important;
    -webkit-box-shadow: inset 0 0.2em 0.1em rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 0.2em 0.1em rgba(0, 0, 0, 0.08);
}
.button {
    background-color: #078bd2;
    color: #fff !important;

}
.button:hover,
.button:focus {
    background-color: #f4fbff;
    color: #078bd2 !important;
}
.btn-primary {
    background: #f22424;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
}
.btn-success {
    background: #43c45e;
    color: #fff;
}
.btn-success:hover,
.btn-success:focus {
    color: #fff;
}
.btn-info {
    background: #25282a;
    color: #fff;
}
.btn-info:hover,
.btn-info:focus {
    color: #fff;
}
.btn-danger {
    background: #dc3545;
    color: #fff;
}
.btn-danger:hover,
.btn-danger:focus {
    color: #fff;
}
.btn-outline-primary {
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid #f22424;
    color: #f11111;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    border: 2px solid #f11616;
    background: #f22424;
    color: #fff;
}
.btn-outline-success {
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid #43c45e;
    color: #3ab954;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.btn-outline-success:hover,
.btn-outline-success:focus {
    border: 2px solid #3bbd56;
    background: #43c45e;
    color: #fff;
}
.btn-outline-info {
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid #25282a;
    color: #1b1e1f;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.btn-outline-info:hover,
.btn-outline-info:focus {
    border: 2px solid #1e2022;
    background: #25282a;
    color: #d8dadc;
}
.btn-outline-danger {
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid #dc3545;
    color: #d72536;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus {
    border: 2px solid #da2839;
    background: #dc3545;
    color: #fff;
}
.btn-dark {
    background: #343a40;
    color: #fff;
}
.btn-outline-dark {
    background: none;
    border: 2px solid #343a40;
    color: #2b3035;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus {
    border-color: #2f353a !important;
    background: #343a40 !important;
    color: #fff !important;
}
.btn-light {
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid #bdbdbd;
    color: #ababab;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.btn-light:hover,
.btn-light:focus {
    border-color: #737373;
    color: #575757;
}
.btn-hover-color:hover,
.btn-hover-color:focus {
    border-color: #f11a1a !important;
    background: #f22424 !important;
    color: #fff !important;
}
.btn-lg {
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    height: 38px;
    padding: 0.05em 1.4em;
}
.btn-sm {
    border-radius: 0.25rem;
    font-size: 0.59375rem;
    font-weight: 500;
    height: 1.4375rem;
    padding: 0.02em 1.5em;
}
.btn-radius {
    border-radius: 1.55em;
    padding-left: 1.8em;
    padding-right: 1.8em;
    min-width: 9.375rem;
}
.link_more {
    width: auto !important;
    display: inline-block;
    padding-bottom: 0.125rem;
    font-size: 0.95em;
    font-weight: 500;
    text-decoration: none !important;
    color: inherit;
    border-bottom: 1px dotted #f22424;
}
.link_more:after {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 1.5em;
    height: 1em;
    margin-bottom: -0.1em;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23f11a1a' d='M12.911 42.073c-0.167-0.835-0.835-1.447-1.67-1.447h-2.894c-0.946 0-1.67-0.724-1.67-1.67v-13.913c0-0.946 0.723-1.67 1.67-1.67h28.939c0.946 0 1.67 0.724 1.67 1.67v8.904c0 0.946 0.724 1.67 1.67 1.67h3.339c0.946 0 1.67-0.724 1.67-1.67v-10.741c0-3.617-2.894-6.511-6.511-6.511h-32.501c-3.673 0-6.623 2.95-6.623 6.623v17.141c0 3.784 3.061 6.845 6.845 6.845h6.957c1.002 0 1.503-1.169 0.779-1.892-0.723-0.779-1.391-1.892-1.67-3.339z M57.155 16.696h-6.956c-1.002 0-1.503 1.169-0.779 1.892 0.779 0.779 1.391 1.892 1.67 3.339 0.167 0.835 0.835 1.447 1.67 1.447h2.894c0.946 0 1.67 0.724 1.67 1.67v13.913c0 0.946-0.724 1.67-1.67 1.67h-28.939c-0.946 0-1.67-0.724-1.67-1.67v-8.904c0-0.946-0.724-1.67-1.67-1.67h-3.339c-0.946 0-1.67 0.724-1.67 1.67v10.741c0 3.617 2.894 6.511 6.511 6.511h32.501c3.674 0 6.623-2.95 6.623-6.623v-17.141c0-3.784-3.061-6.845-6.845-6.845z'/%3E%3C/svg%3E");
}
.link_more.link_white:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23fff' d='M12.911 42.073c-0.167-0.835-0.835-1.447-1.67-1.447h-2.894c-0.946 0-1.67-0.724-1.67-1.67v-13.913c0-0.946 0.723-1.67 1.67-1.67h28.939c0.946 0 1.67 0.724 1.67 1.67v8.904c0 0.946 0.724 1.67 1.67 1.67h3.339c0.946 0 1.67-0.724 1.67-1.67v-10.741c0-3.617-2.894-6.511-6.511-6.511h-32.501c-3.673 0-6.623 2.95-6.623 6.623v17.141c0 3.784 3.061 6.845 6.845 6.845h6.957c1.002 0 1.503-1.169 0.779-1.892-0.723-0.779-1.391-1.892-1.67-3.339z M57.155 16.696h-6.956c-1.002 0-1.503 1.169-0.779 1.892 0.779 0.779 1.391 1.892 1.67 3.339 0.167 0.835 0.835 1.447 1.67 1.447h2.894c0.946 0 1.67 0.724 1.67 1.67v13.913c0 0.946-0.724 1.67-1.67 1.67h-28.939c-0.946 0-1.67-0.724-1.67-1.67v-8.904c0-0.946-0.724-1.67-1.67-1.67h-3.339c-0.946 0-1.67 0.724-1.67 1.67v10.741c0 3.617 2.894 6.511 6.511 6.511h32.501c3.674 0 6.623-2.95 6.623-6.623v-17.141c0-3.784-3.061-6.845-6.845-6.845z'/%3E%3C/svg%3E");
}
.btn-group {
    position: relative;
    overflow: hidden;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    vertical-align: middle;
    border-radius: 0.25rem;
}
.btn-group > * {
    font-size: 1.05em !important;
    height: 2.35em !important;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 0rem;
    min-width: 7.5rem !important;
}
.btn-group > *:first-child {
    border-radius: 0.25rem 0 0 0.25rem;
}
.btn-group > *:last-child {
    border-radius: 0 0.25rem 0.25rem 0;
}
input:required {
    position: relative;
}
input:required ~ span:after {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    content: "*";
    position: absolute;
    left: -0.6875rem;
    margin-top: -0.12em;
    color: #737373;
    font-weight: 700;
}
::-webkit-input-placeholder {
    text-transform: uppercase;
    font-size: 0.6875rem;
    color: #ababab;
}
:-ms-input-placeholder {
    text-transform: uppercase;
    font-size: 0.6875rem;
    color: #ababab;
}
::-ms-input-placeholder {
    text-transform: uppercase;
    font-size: 0.6875rem;
    color: #ababab;
}
::placeholder {
    text-transform: uppercase;
    font-size: 0.6875rem;
    color: #ababab;
}
form.form {
    max-width: 30rem;
    border: 1px solid #e6e6e6;
    padding: 1.375rem 1.375rem;
    background: #f4f4f4 url(../images/bg_form.jpg);
}
.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form > * {
    width: 100%;
    margin: 0.3125rem 0.3125rem;
}
.form .title {
    margin-top: 0.4375rem;
    margin-bottom: 0.6875rem;
    text-transform: uppercase;
}
.form .btn,
.form input[type="submit"] {
    width: auto;
    height: 2.5rem;
    min-width: 9.375rem;
    font-size: 1rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.form label.error {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 3;
    position: absolute;
    left: 0.3125rem;
    top: -0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.0625rem;
    padding: 0.0625rem 0.3125rem;
    font-size: 0.6875rem;
    background: #ee0e0e;
    border: 1px solid #d10c0c;
    border-radius: 0.0625rem;
    color: #fff;
}
.form label.error + span {
    display: none;
}
.form *:hover > label.error {
    margin-right: -27.75rem;
    opacity: 0;
}
.form_group {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0.625rem 0.3125rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 16.25rem;
    flex: 1 16.25rem;
    color: #666;
}
.form_group .form_placeholder {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 5;
    position: absolute;
    left: 0rem;
    top: -0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.0625rem;
    padding: 0.0625rem 0.3125rem;
    font-size: 0.6875rem;
    font-weight: 300;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 0.0625rem;
}
.form_group.textarea {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
}
.form_input,
textarea {
    outline: 0 !important;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 16.875rem;
    flex: 1 16.875rem;
    border: 1px solid #dbdbdb;
    border-radius: 0.1875rem;
    height: 2.625rem;
    width: 100%;
    padding: 0.625rem 0.625rem;
    font-size: 0.84375rem;
    color: #3b3b3b;
    background: #fff;
}
.form_input.valid,
textarea.valid {
    border: 1px solid #008c00;
    color: #008c00;
}
.form_input.error,
textarea.error {
    border: 1px solid #d90000;
}
.form_input.valid + .form_placeholder,
.form_input:focus + .form_placeholder,
textarea.valid + .form_placeholder,
textarea:focus + .form_placeholder {
    left: 0.625rem;
    opacity: 0;
}
.form_input:focus,
textarea:focus {
    -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.15);
    border-color: #f5f5f5;
}
textarea {
    height: auto;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}
select {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    max-width: 13.125rem;
    height: 1.8125rem;
    line-height: 0.8em;
    font-size: 0.9em;
    color: gray;
    padding: 0.125rem 1.375rem 0.125rem 0.4375rem;
    border: 1px solid #e1e8ed;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 5px center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.captcha {
    position: relative;
    margin-bottom: -0.4375rem;
    height: 3.125rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.captcha img {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.captcha > * {
    text-align: center;
    white-space: nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 9.375rem;
    flex: 0 9.375rem;
}
.captcha .input_captcha {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    font-size: 1.0625rem;
    font-weight: 700;
    max-width: 6.9375rem;
}
.captcha .secret_number {
    padding: 0.5rem 0.625rem;
    text-shadow: 0px 0px 3px #737373, 0px 0px 1px #737373;
    color: white;
    font-size: 1.375rem;
    font-weight: 800;
}
.message_error {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0.4375rem 0.625rem;
    margin-bottom: 0.4375rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #ff1a1a;
    background-color: #ffe6e6;
}
.message_success {
    padding: 11px 23px;
    margin-bottom: 25px;
    color: #ffffff;
    background-color: #ff6600;
    text-transform: uppercase;
}
.UserView .change_pass {
    cursor: pointer;
    margin-right: 0.3125rem;
    font-size: 0.8125rem;
    color: #f22424;
    text-decoration: underline;
}
.radio [type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.radio .indicator {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 0 0 0 26px;
}
.radio .indicator:before,
.radio .indicator:after {
    content: "";
    position: absolute;
    cursor: pointer !important;
}
.radio .indicator:before {
    left: 0;
    width: 1.0625rem;
    height: 1.0625rem;
    border: 1px solid #cdd1da;
    border-radius: 50%;
    background: #fff;
}
.radio .indicator:after {
    top: 0.125rem;
    left: 0.125rem;
    width: 0.8125rem;
    height: 0.8125rem;
    border-radius: 50%;
    background: #ee0e0e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.radio:hover .indicator:after,
.radio [type="radio"]:checked + .indicator:after {
    opacity: 1;
}
.radio:focus .indicator:before .radio:focus .indicator:after {
    margin-top: 0.125rem;
}
.checkbox {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.checkbox .checkbox_input {
    position: absolute;
    left: -6249.9375rem;
    z-index: -100;
    opacity: 0;
}
.checkbox .text {
    cursor: pointer;
    padding: 0 0 0 1.3125rem;
}
.checkbox .text:before {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    content: "";
    position: absolute;
    top: -0.2em;
    left: 0;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 0.125rem;
    background: #f5f5f5;
    -webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.checkbox:hover .text:before {
    background: rgba(37, 40, 42, 0.22);
}
.checkbox .filter_link.checked > .text:before,
.checkbox .checkbox_input.valid ~ .text:before,
.checkbox .checkbox_input:checked ~ .text:before {
    background-color: #f22424;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 70'%3E%3Cpath fill='%23fff' d='M24 43.125l28.25-28.25 3.75 3.75-32 32-14.875-14.875 3.75-3.75z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.license_group {
    margin: 1.375rem 0.3125rem 0.4375rem;
    color: #8f8f8f;
    line-height: 1.2;
    font-size: 0.6875rem;
}
.license_group * {
    -webkit-transition: 0.15s !important;
    transition: 0.15s !important;
}
.license_group a {
    border-bottom: 1px dotted #000;
    text-decoration: none !important;
}
.license_group #license_checkbox-error.error {
    top: 1.25rem;
    left: 0;
}
.license_group:hover {
    color: #4d4d4d !important;
}
.fancybox-inner #agreement_info {
    margin: 2vw;
    padding: 2.0625rem;
    max-width: 55rem;
}
div > .popup {
    display: none;
    top: -6vh;
    margin: 1vw;
    width: 380px;
    max-width: 98%;
    max-height: 98%;
    padding: 1.875rem 1.5625rem 1.5625rem;
    background: #f4f4f4 url(../images/bg_form.jpg);
}
@media (min-width: 576px) {
    div > .popup {
        border-radius: 0.1875rem;
        -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.22);
        box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.22);
    }
}
.tabs {
    margin: 0.9375rem 0 1.5625rem;
    border: 1px solid #e8e8e8;
}
.tabs .tab_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #999;
    background: #f4f4f4;
}
.tabs .tab_navigation a {
    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;
    height: 3.125rem;
    padding: 0.125rem 1vw;
}
.tabs .tab_navigation a.selected {
    background: #fff;
}
.tabs .tab_navigation a:hover {
    color: #1a1a1a;
}
.tabs .tab_navigation .selected {
    color: #f11a1a;
}
.tabs .tab_container {
    padding: 1.875rem 1.5625rem 1.5625rem;
}
.tabs .tab_container .tab {
    display: none;
}
@media (max-width: 991.98px) {
    .tabs .tab_navigation a {
        width: 100%;
        border-bottom: 1px solid #e8e8e8;
    }
}
@media (min-width: 992px) {
    .tabs .tab_navigation a {
        -webkit-box-flex: 1;
        -ms-flex: 1 12.5rem;
        flex: 1 12.5rem;
    }
    .tabs .tab_navigation a:not(.selected) {
        border-bottom: 1px solid #e8e8e8;
    }
    .tabs .tab_navigation a + a {
        border-left: 1px solid #e8e8e8;
    }
}
.container:before,
.container:after,
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}
::-moz-selection {
    background: var(--color, #f22424);
    color: #fff;
}
::selection {
    background: var(--color, #f22424);
    color: #fff;
}
::-moz-selection {
    background: var(--color, #f22424);
    color: #fff;
}
* {
    outline: none !important;
}
a,
a*,
.anim,
.anim-all * {
    -webkit-transition: all 0.15s ease-in-out !important;
    transition: all 0.15s ease-in-out !important;
    -webkit-animation-delay: 0.05s !important;
    animation-delay: 0.05s !important;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.divider,
hr {
    display: table;
    width: 100%;
    margin: 1rem auto;
    border-width: 0;
    background: none;
}
.divider.xs,
hr.xs {
    margin: 0.5rem auto;
}
.divider.sm,
hr.sm {
    margin: 0.7692307692rem auto;
}
.divider.md,
hr.md {
    margin: 1.5rem auto;
}
.divider.lg,
hr.lg {
    margin: 2.5rem auto;
}
hr {
    border-bottom: 1px dotted #bfbfbf;
}
.rel,
.relative {
    position: relative;
}
.abs,
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.right {
    float: right !important;
}
.left {
    float: left !important;
}
.list_0,
.list-none {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.list_inline {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.list_inline > * {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.radius-0 {
    border-radius: 0 !important;
}
.flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.flex-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-inline-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
disabled,
[class*="disabled"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
[class*="overlay-abs"],
.over-all {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.image-cover {
    overflow: hidden;
    position: relative;
}
.image-cover > img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
    height: 11.25rem;
}
.text-color,
.color {
    color: #f22424 !important;
}
.text-color2,
.color2 {
    color: #fbdc0b !important;
}
.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: 1310px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-primary {
    color: #f22424 !important;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #d60d0d !important;
}
.text-success {
    color: #43c45e !important;
}
a.text-success:hover,
a.text-success:focus {
    color: #33a14a !important;
}
.text-info {
    color: #25282a !important;
}
a.text-info:hover,
a.text-info:focus {
    color: #0d0e0f !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #bd2130 !important;
}
.text-transparent {
    opacity: 0.65;
}
.text-transparent-lg {
    opacity: 0.35;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-muted {
    color: #6c757d !important;
}
.text-700,
.text-bold {
    font-weight: bold !important;
}
.text-400 {
    font-weight: 400 !important;
}
.text-small {
    font-size: 0.8em;
}
.text-xs {
    font-size: 0.65625rem;
    line-height: 1.22;
}
.text-sm {
    font-size: 0.78125rem;
    line-height: 1.22;
}
.text-md {
    font-size: 0.95em;
    line-height: 1.3;
}
.text-lg {
    font-size: 1.0625rem;
    line-height: 1.23;
}
.text-white {
    color: #fff !important;
}
.text-light {
    color: #ced4da !important;
}
.text-gray {
    color: #6c757d !important;
}
.text-dark {
    color: #343a40 !important;
}
.text-compact {
    letter-spacing: -0.025em !important;
}
.text-caps,
.caps {
    text-transform: uppercase;
}
.text-nowrap,
.nowrap {
    white-space: nowrap;
}
.text-underline,
.underline {
    text-decoration: underline !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-sm {
    margin: 0.35rem !important;
}
.mt-sm,
.my-sm {
    margin-top: 0.35rem !important;
}
.mr-sm,
.mx-sm {
    margin-right: 0.35rem !important;
}
.mb-sm,
.my-sm {
    margin-bottom: 0.35rem !important;
}
.ml-sm,
.mx-sm {
    margin-left: 0.35rem !important;
}
.m-1 {
    margin: 1rem !important;
}
.mt-1,
.my-1 {
    margin-top: 1rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 1rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 1rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 1rem !important;
}
.m-2 {
    margin: 2.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 2.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 2.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 2.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 2.5rem !important;
}
.m-3 {
    margin: 4.5rem !important;
}
.mt-3,
.my-3 {
    margin-top: 4.5rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 4.5rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 4.5rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 4.5rem !important;
}
.m-4 {
    margin: 6.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 6.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 6.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 6.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 6.5rem !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-sm {
    padding: 0.35rem !important;
}
.pt-sm,
.py-sm {
    padding-top: 0.35rem !important;
}
.pr-sm,
.px-sm {
    padding-right: 0.35rem !important;
}
.pb-sm,
.py-sm {
    padding-bottom: 0.35rem !important;
}
.pl-sm,
.px-sm {
    padding-left: 0.35rem !important;
}
.p-1 {
    padding: 1rem !important;
}
.pt-1,
.py-1 {
    padding-top: 1rem !important;
}
.pr-1,
.px-1 {
    padding-right: 1rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 1rem !important;
}
.pl-1,
.px-1 {
    padding-left: 1rem !important;
}
.p-2 {
    padding: 2.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 2.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 2.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 2.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 2.5rem !important;
}
.p-3 {
    padding: 4.5rem !important;
}
.pt-3,
.py-3 {
    padding-top: 4.5rem !important;
}
.pr-3,
.px-3 {
    padding-right: 4.5rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 4.5rem !important;
}
.pl-3,
.px-3 {
    padding-left: 4.5rem !important;
}
.p-4 {
    padding: 6.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 6.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 6.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 6.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 6.5rem !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-sm {
        margin: 0.35rem !important;
    }
    .mt-sm-sm,
    .my-sm-sm {
        margin-top: 0.35rem !important;
    }
    .mr-sm-sm,
    .mx-sm-sm {
        margin-right: 0.35rem !important;
    }
    .mb-sm-sm,
    .my-sm-sm {
        margin-bottom: 0.35rem !important;
    }
    .ml-sm-sm,
    .mx-sm-sm {
        margin-left: 0.35rem !important;
    }
    .m-sm-1 {
        margin: 1rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 1rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 1rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 1rem !important;
    }
    .m-sm-2 {
        margin: 2.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 2.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 2.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 2.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 2.5rem !important;
    }
    .m-sm-3 {
        margin: 4.5rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 4.5rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 4.5rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 4.5rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 4.5rem !important;
    }
    .m-sm-4 {
        margin: 6.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 6.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 6.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 6.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 6.5rem !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-sm {
        padding: 0.35rem !important;
    }
    .pt-sm-sm,
    .py-sm-sm {
        padding-top: 0.35rem !important;
    }
    .pr-sm-sm,
    .px-sm-sm {
        padding-right: 0.35rem !important;
    }
    .pb-sm-sm,
    .py-sm-sm {
        padding-bottom: 0.35rem !important;
    }
    .pl-sm-sm,
    .px-sm-sm {
        padding-left: 0.35rem !important;
    }
    .p-sm-1 {
        padding: 1rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 1rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 1rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 1rem !important;
    }
    .p-sm-2 {
        padding: 2.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 2.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 2.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 2.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 2.5rem !important;
    }
    .p-sm-3 {
        padding: 4.5rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 4.5rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 4.5rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 4.5rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 4.5rem !important;
    }
    .p-sm-4 {
        padding: 6.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 6.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 6.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 6.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 6.5rem !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-sm {
        margin: 0.35rem !important;
    }
    .mt-md-sm,
    .my-md-sm {
        margin-top: 0.35rem !important;
    }
    .mr-md-sm,
    .mx-md-sm {
        margin-right: 0.35rem !important;
    }
    .mb-md-sm,
    .my-md-sm {
        margin-bottom: 0.35rem !important;
    }
    .ml-md-sm,
    .mx-md-sm {
        margin-left: 0.35rem !important;
    }
    .m-md-1 {
        margin: 1rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 1rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 1rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 1rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 1rem !important;
    }
    .m-md-2 {
        margin: 2.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 2.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 2.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 2.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 2.5rem !important;
    }
    .m-md-3 {
        margin: 4.5rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 4.5rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 4.5rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 4.5rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 4.5rem !important;
    }
    .m-md-4 {
        margin: 6.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 6.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 6.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 6.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 6.5rem !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-sm {
        padding: 0.35rem !important;
    }
    .pt-md-sm,
    .py-md-sm {
        padding-top: 0.35rem !important;
    }
    .pr-md-sm,
    .px-md-sm {
        padding-right: 0.35rem !important;
    }
    .pb-md-sm,
    .py-md-sm {
        padding-bottom: 0.35rem !important;
    }
    .pl-md-sm,
    .px-md-sm {
        padding-left: 0.35rem !important;
    }
    .p-md-1 {
        padding: 1rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 1rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 1rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 1rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 1rem !important;
    }
    .p-md-2 {
        padding: 2.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 2.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 2.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 2.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 2.5rem !important;
    }
    .p-md-3 {
        padding: 4.5rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 4.5rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 4.5rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 4.5rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 4.5rem !important;
    }
    .p-md-4 {
        padding: 6.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 6.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 6.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 6.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 6.5rem !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-sm {
        margin: 0.35rem !important;
    }
    .mt-lg-sm,
    .my-lg-sm {
        margin-top: 0.35rem !important;
    }
    .mr-lg-sm,
    .mx-lg-sm {
        margin-right: 0.35rem !important;
    }
    .mb-lg-sm,
    .my-lg-sm {
        margin-bottom: 0.35rem !important;
    }
    .ml-lg-sm,
    .mx-lg-sm {
        margin-left: 0.35rem !important;
    }
    .m-lg-1 {
        margin: 1rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 1rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 1rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 1rem !important;
    }
    .m-lg-2 {
        margin: 2.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 2.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 2.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 2.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 2.5rem !important;
    }
    .m-lg-3 {
        margin: 4.5rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 4.5rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 4.5rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 4.5rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 4.5rem !important;
    }
    .m-lg-4 {
        margin: 6.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 6.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 6.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 6.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 6.5rem !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-sm {
        padding: 0.35rem !important;
    }
    .pt-lg-sm,
    .py-lg-sm {
        padding-top: 0.35rem !important;
    }
    .pr-lg-sm,
    .px-lg-sm {
        padding-right: 0.35rem !important;
    }
    .pb-lg-sm,
    .py-lg-sm {
        padding-bottom: 0.35rem !important;
    }
    .pl-lg-sm,
    .px-lg-sm {
        padding-left: 0.35rem !important;
    }
    .p-lg-1 {
        padding: 1rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 1rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 1rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 1rem !important;
    }
    .p-lg-2 {
        padding: 2.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 2.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 2.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 2.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 2.5rem !important;
    }
    .p-lg-3 {
        padding: 4.5rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 4.5rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 4.5rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 4.5rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 4.5rem !important;
    }
    .p-lg-4 {
        padding: 6.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 6.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 6.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 6.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 6.5rem !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: 1310px) {
    .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-sm {
        margin: 0.35rem !important;
    }
    .mt-xl-sm,
    .my-xl-sm {
        margin-top: 0.35rem !important;
    }
    .mr-xl-sm,
    .mx-xl-sm {
        margin-right: 0.35rem !important;
    }
    .mb-xl-sm,
    .my-xl-sm {
        margin-bottom: 0.35rem !important;
    }
    .ml-xl-sm,
    .mx-xl-sm {
        margin-left: 0.35rem !important;
    }
    .m-xl-1 {
        margin: 1rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 1rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 1rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 1rem !important;
    }
    .m-xl-2 {
        margin: 2.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 2.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 2.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 2.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 2.5rem !important;
    }
    .m-xl-3 {
        margin: 4.5rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 4.5rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 4.5rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 4.5rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 4.5rem !important;
    }
    .m-xl-4 {
        margin: 6.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 6.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 6.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 6.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 6.5rem !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-sm {
        padding: 0.35rem !important;
    }
    .pt-xl-sm,
    .py-xl-sm {
        padding-top: 0.35rem !important;
    }
    .pr-xl-sm,
    .px-xl-sm {
        padding-right: 0.35rem !important;
    }
    .pb-xl-sm,
    .py-xl-sm {
        padding-bottom: 0.35rem !important;
    }
    .pl-xl-sm,
    .px-xl-sm {
        padding-left: 0.35rem !important;
    }
    .p-xl-1 {
        padding: 1rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 1rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 1rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 1rem !important;
    }
    .p-xl-2 {
        padding: 2.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 2.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 2.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 2.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 2.5rem !important;
    }
    .p-xl-3 {
        padding: 4.5rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 4.5rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 4.5rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 4.5rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 4.5rem !important;
    }
    .p-xl-4 {
        padding: 6.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 6.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 6.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 6.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 6.5rem !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;
    }
}
.hidden {
    display: none !important;
}
.hidden-xs-up {
    display: none !important;
}
@media (max-width: 575.98px) {
    .hidden-xs-down {
        display: none !important;
    }
}
@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}
@media (max-width: 767.98px) {
    .hidden-sm-down {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}
@media (max-width: 991.98px) {
    .hidden-md-down {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}
@media (max-width: 1309.98px) {
    .hidden-lg-down {
        display: none !important;
    }
}
@media (min-width: 1310px) {
    .hidden-xl-up {
        display: none !important;
    }
}
.hidden-xl-down {
    display: none !important;
}
@media (max-width: 575.98px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1309.98px) {
    .hidden-lg {
        display: none !important;
    }
}
@media (min-width: 1310px) {
    .hidden-xl {
        display: none !important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1309.98px) {
    .hidden-lg {
        display: none !important;
    }
}
@media (max-width: 991.98px) {
    .mobile-hidden {
        display: none !important;
    }
}
.bg-primary {
    background-color: #f22424 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #d60d0d !important;
}
.bg-success {
    background-color: #43c45e !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #33a14a !important;
}
.bg-info {
    background-color: #25282a !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #0d0e0f !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-light {
    background: #f4f4f4;
}
.bg-light_0 {
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f4f4f4), color-stop(95%, transparent));
    background: linear-gradient(to bottom, #f4f4f4 10%, transparent 95%);
}
.bg-0_light {
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #f4f4f4), color-stop(95%, transparent));
    background: linear-gradient(to top, #f4f4f4 10%, transparent 95%);
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-0 {
    background: none;
}
.shadow {
    -webkit-box-shadow: 0 0.3rem 0.9rem rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0.3rem 0.9rem rgba(0, 0, 0, 0.1) !important;
}
.shadow-sm {
    -webkit-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05) !important;
}
.shadow-lg {
    -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 8px 8px 0 rgba(0, 0, 0, 0.05), 0 16px 16px 0 rgba(0, 0, 0, 0.05), 0 32px 32px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 8px 8px 0 rgba(0, 0, 0, 0.05), 0 16px 16px 0 rgba(0, 0, 0, 0.05), 0 32px 32px 0 rgba(0, 0, 0, 0.05) !important;
}
.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.hover-shadow:hover {
    -webkit-box-shadow: 0 0.3rem 0.9rem rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0.3rem 0.9rem rgba(0, 0, 0, 0.1) !important;
    z-index: 5;
}
.hover-shadow-sm:hover {
    -webkit-box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05) !important;
    z-index: 5;
}
.hover-shadow-md:hover {
    -webkit-box-shadow: 0 0.25rem 0.2rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.25rem 0.2rem rgba(0, 0, 0, 0.075) !important;
    z-index: 5;
}
.hover-shadow-lg:hover {
    -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 8px 8px 0 rgba(0, 0, 0, 0.05), 0 16px 16px 0 rgba(0, 0, 0, 0.05), 0 32px 32px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 8px 8px 0 rgba(0, 0, 0, 0.05), 0 16px 16px 0 rgba(0, 0, 0, 0.05), 0 32px 32px 0 rgba(0, 0, 0, 0.05) !important;
    z-index: 5;
}
.shadow-01 {
    position: relative;
    z-index: 99;
}
.shadow-01:before {
    position: absolute;
    z-index: 99;
    content: "";
    display: block;
    height: 0.3125rem;
    width: calc(100% - 10%);
    max-width: 100%;
    top: -0.6875rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 7px #111111;
    box-shadow: 0 4px 7px #111111;
    clip: rect(9px, auto, 20px, auto);
}
.shadow_bottom-1 {
    position: relative;
    border-bottom: 1px solid transparent;
    border-bottom-color: #d2d2d2�/;
}
.shadow_bottom-1:after {
    content: "";
    z-index: 99;
    position: absolute;
    bottom: -1px;
    left: 2.5%;
    height: 8px;
    width: calc(95% - 0vw);
    border-radius: 50%;
    clip: rect(9px, auto, 30px, auto);
    -webkit-box-shadow: 0 5px 14px #d2d2d2;
    box-shadow: 0 5px 14px #d2d2d2;
}
.wow {
    visibility: hidden;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.menuWakeUp {
    -webkit-animation-name: menuWakeUp;
    animation-name: menuWakeUp;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
@-webkit-keyframes menuWakeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0rem) translateY(-1.2rem) scaleY(0.96);
        transform: translateX(0rem) translateY(-1.2rem) scaleY(0.96);
    }
    40% {
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes menuWakeUp {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0rem) translateY(-1.2rem) scaleY(0.96);
        transform: translateX(0rem) translateY(-1.2rem) scaleY(0.96);
    }
    40% {
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
.dropItDown {
    -webkit-animation-name: dropItDown;
    animation-name: dropItDown;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}
@-webkit-keyframes dropItDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1rem) scale(0.97);
        transform: translateY(-1rem) scale(0.97);
    }
    40% {
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes dropItDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1rem) scale(0.97);
        transform: translateY(-1rem) scale(0.97);
    }
    40% {
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
.fade-slide-down {
    -webkit-animation-name: fade-slide-down;
    animation-name: fade-slide-down;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}
@-webkit-keyframes fade-slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-4rem);
        transform: translateY(-4rem);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fade-slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-4rem);
        transform: translateY(-4rem);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.transfer_class {
    z-index: 99999999;
}
.fancybox-close-small:after {
    outline: none !important;
}
.top_admin_bookmark {
    zoom: 0.8;
}
.admTools {
    zoom: 0.5;
}
