@charset "UTF-8";
*,
::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: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.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: 700;
}
dd {
    margin-bottom: 0.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: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):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;
}
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: 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;
}
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;
}
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;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -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-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: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.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: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014\00A0";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
.row {
    display: -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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.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.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.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.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        -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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .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.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .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.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .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.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .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.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .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.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .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.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .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.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .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.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff;
}
.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #c4f1d7;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #92e4b5;
}
.table-hover .table-success:hover {
    background-color: #afecc9;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #afecc9;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #fff7b8;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffef7a;
}
.table-hover .table-warning:hover {
    background-color: #fff49f;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #fff49f;
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f1c4e7;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #e492d3;
}
.table-hover .table-danger:hover {
    background-color: #ecafdf;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #ecafdf;
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
    height: auto;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -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: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #2ecc71;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(46, 204, 113, 0.9);
    border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #2ecc71;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232ecc71' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #2ecc71;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #2ecc71;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232ecc71' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
            #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #2ecc71;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #2ecc71;
}
.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: #2ecc71;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #2ecc71;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #54d98c;
    background-color: #54d98c;
}
.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.2rem rgba(46, 204, 113, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.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: #2ecc71;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #2ecc71;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #2ecc71;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #cc2eaa;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(204, 46, 170, 0.9);
    border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #cc2eaa;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cc2eaa' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cc2eaa' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #cc2eaa;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 46, 170, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(204, 46, 170, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #cc2eaa;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cc2eaa' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23cc2eaa' stroke='none'/%3e%3c/svg%3e")
            #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #cc2eaa;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 46, 170, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(204, 46, 170, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #cc2eaa;
}
.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: #cc2eaa;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #cc2eaa;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #d954bc;
    background-color: #d954bc;
}
.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.2rem rgba(204, 46, 170, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(204, 46, 170, 0.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: #cc2eaa;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #cc2eaa;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #cc2eaa;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 46, 170, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(204, 46, 170, 0.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: 0.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: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -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.15s ease-in-out;
    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.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #2ecc71;
    border-color: #2ecc71;
}
.btn-success:hover {
    color: #fff;
    background-color: #27ad60;
    border-color: #25a25a;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #27ad60;
    border-color: #25a25a;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 212, 134, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(77, 212, 134, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #2ecc71;
    border-color: #2ecc71;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #25a25a;
    border-color: #229854;
}
.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.2rem rgba(77, 212, 134, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(77, 212, 134, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #ffe100;
    border-color: #ffe100;
}
.btn-warning:hover {
    color: #212529;
    background-color: #d9bf00;
    border-color: #ccb400;
}
.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #d9bf00;
    border-color: #ccb400;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 197, 6, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 197, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffe100;
    border-color: #ffe100;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ccb400;
    border-color: #bfa900;
}
.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.2rem rgba(222, 197, 6, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 197, 6, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #cc2eaa;
    border-color: #cc2eaa;
}
.btn-danger:hover {
    color: #fff;
    background-color: #ad2790;
    border-color: #a22587;
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #ad2790;
    border-color: #a22587;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 77, 183, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(212, 77, 183, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #cc2eaa;
    border-color: #cc2eaa;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a22587;
    border-color: #98227f;
}
.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.2rem rgba(212, 77, 183, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(212, 77, 183, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
    color: #2ecc71;
    border-color: #2ecc71;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #2ecc71;
    border-color: #2ecc71;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #2ecc71;
    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: #2ecc71;
    border-color: #2ecc71;
}
.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.2rem rgba(46, 204, 113, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.5);
}
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #ffe100;
    border-color: #ffe100;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffe100;
    border-color: #ffe100;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 225, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 225, 0, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffe100;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffe100;
    border-color: #ffe100;
}
.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.2rem rgba(255, 225, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 225, 0, 0.5);
}
.btn-outline-danger {
    color: #cc2eaa;
    border-color: #cc2eaa;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #cc2eaa;
    border-color: #cc2eaa;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 46, 170, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(204, 46, 170, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #cc2eaa;
    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: #cc2eaa;
    border-color: #cc2eaa;
}
.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.2rem rgba(204, 46, 170, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(204, 46, 170, 0.5);
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.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: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.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;
}
.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: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -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: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    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: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -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: 0.5rem;
    padding-bottom: 0.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: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .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 {
        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: 0.5rem;
        padding-left: 0.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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .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 {
        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: 0.5rem;
        padding-left: 0.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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .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 {
        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: 0.5rem;
        padding-left: 0.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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .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 {
        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: 0.5rem;
        padding-left: 0.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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .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;
    }
}
.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 {
    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: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.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: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.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: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.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: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: -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: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.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(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
    margin-bottom: 15px;
}
@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: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        display: -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: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.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;
}
.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: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
        transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
}
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-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);
    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(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.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 #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.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: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.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);
    }
    .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;
    }
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #2ecc71 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #25a25a !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffe100 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #ccb400 !important;
}
.bg-danger {
    background-color: #cc2eaa !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #a22587 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #007bff !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #2ecc71 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffe100 !important;
}
.border-danger {
    border-color: #cc2eaa !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -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 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.85714%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-row {
    -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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
    }
}
.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 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !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;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.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);
}
.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: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.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;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}
.text-success {
    color: #2ecc71 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #208e4e !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}
.text-warning {
    color: #ffe100 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #b39e00 !important;
}
.text-danger {
    color: #cc2eaa !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #8e2076 !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        -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 #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
.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: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -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:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url(./ajax-loader.gif) center center no-repeat;
}
@font-face {
    font-family: slick;
    src: url(./fonts/slick.eot);
    src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"),
        url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}
.flex-block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bg_cover {
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
}
.bg_contain {
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    background-position: center center;
}
.anim,
.btn,
.btn:before,
.header__search,
.screen2__item,
.tabs-oil .tab_accordion,
.tabs-oil .tabs li,
.tabs-oil__arrow {
    -webkit-transition: all 0.6s ease;
    -webkit-transition: all 0.6 ease;
    -o-transition: all 0.6 ease;
    transition: all 0.6 ease;
}
.anim_quickly,
.up,
.up__icon,
a {
    -webkit-transition: all 0.2s ease;
    -webkit-transition: all 0.2 ease;
    -o-transition: all 0.2 ease;
    transition: all 0.2 ease;
}
.font-menu {
    text-transform: uppercase;
    font-size: 0.66667rem;
}
@media (min-width: 480px) {
    .font-menu {
        font-size: 0.75rem;
    }
}
@media (min-width: 576px) {
    .font-menu {
        font-size: 0.75rem;
    }
}
@media (min-width: 768px) {
    .font-menu {
        font-size: 0.85rem;
    }
}
@media (min-width: 1200px) {
    .font-menu {
        font-size: 1rem;
    }
}
.font-bigtext,
.tabs-oil .tab_accordion,
.tabs-oil .tabs li {
    font-family: "Basis Grotesque Pro";
    font-style: normal;
    font-weight: 300;
    color: #c4c4c4;
}
@media (min-width: 480px) {
    .font-bigtext,
    .tabs-oil .tab_accordion,
    .tabs-oil .tabs li {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 576px) {
    .font-bigtext,
    .tabs-oil .tab_accordion,
    .tabs-oil .tabs li {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 768px) {
    .font-bigtext,
    .tabs-oil .tab_accordion,
    .tabs-oil .tabs li {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 992px) {
    .font-bigtext,
    .tabs-oil .tab_accordion,
    .tabs-oil .tabs li {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 1200px) {
    .font-bigtext,
    .tabs-oil .tab_accordion,
    .tabs-oil .tabs li {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 1440px) {
    .font-bigtext,
    .tabs-oil .tab_accordion,
    .tabs-oil .tabs li {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 1800px) {
    .font-bigtext,
    .tabs-oil .tab_accordion,
    .tabs-oil .tabs li {
        font-size: 20px;
        line-height: 24px;
    }
}
.font-bigtext--bold {
    font-weight: 900;
}
.contacts__item__line,
.contacts__item__subtitle,
.details__item,
.dilers__item__line,
.font-maintext,
.footer__item,
.form-modal label input[type="email"],
.form-modal label input[type="email"]:-moz-placeholder,
.form-modal label input[type="email"]:-ms-input-placeholder,
.form-modal label input[type="email"]::-moz-placeholder,
.form-modal label input[type="email"]::-webkit-input-placeholder,
.form-modal label input[type="text"],
.form-modal label input[type="text"]:-moz-placeholder,
.form-modal label input[type="text"]:-ms-input-placeholder,
.form-modal label input[type="text"]::-moz-placeholder,
.form-modal label input[type="text"]::-webkit-input-placeholder,
.form-modal label textarea,
.form-modal label textarea:-moz-placeholder,
.form-modal label textarea:-ms-input-placeholder,
.form-modal label textarea::-moz-placeholder,
.form-modal label textarea::-webkit-input-placeholder,
.jcf-select-text,
.map-block__loc,
.news__item__info,
.news__item__title,
.screen2,
.subtext,
.table-block__table,
input,
textarea {
    font-family: "Basis Grotesque Pro";
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
}
@media (min-width: 768px) {
    .contacts__item__line,
    .contacts__item__subtitle,
    .details__item,
    .dilers__item__line,
    .font-maintext,
    .footer__item,
    .form-modal label input[type="email"],
    .form-modal label input[type="email"]:-moz-placeholder,
    .form-modal label input[type="email"]:-ms-input-placeholder,
    .form-modal label input[type="email"]::-moz-placeholder,
    .form-modal label input[type="email"]::-webkit-input-placeholder,
    .form-modal label input[type="text"],
    .form-modal label input[type="text"]:-moz-placeholder,
    .form-modal label input[type="text"]:-ms-input-placeholder,
    .form-modal label input[type="text"]::-moz-placeholder,
    .form-modal label input[type="text"]::-webkit-input-placeholder,
    .form-modal label textarea,
    .form-modal label textarea:-moz-placeholder,
    .form-modal label textarea:-ms-input-placeholder,
    .form-modal label textarea::-moz-placeholder,
    .form-modal label textarea::-webkit-input-placeholder,
    .jcf-select-text,
    .map-block__loc,
    .news__item__info,
    .news__item__title,
    .screen2,
    .subtext,
    .table-block__table,
    input,
    textarea {
        font-size: 16px;
        line-height: 19px;
    }
}
.contacts__item__title,
.dilers__item__title,
.font-maintex--up {
    font-family: "Basis Grotesque Pro";
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
}
@media (min-width: 480px) {
    .contacts__item__title,
    .dilers__item__title,
    .font-maintex--up {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 576px) {
    .contacts__item__title,
    .dilers__item__title,
    .font-maintex--up {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 768px) {
    .contacts__item__title,
    .dilers__item__title,
    .font-maintex--up {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (min-width: 1200px) {
    .contacts__item__title,
    .dilers__item__title,
    .font-maintex--up {
        font-size: 20px;
        line-height: 24px;
    }
}
.font-maintext--bold {
    font-weight: 700;
}
.font-sliderbig {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    line-height: 38px;
}
@media (min-width: 480px) {
    .font-sliderbig {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (min-width: 576px) {
    .font-sliderbig {
        font-size: 50px;
        line-height: 60px;
    }
}
@media (min-width: 992px) {
    .font-sliderbig {
        font-size: 60px;
        line-height: 70px;
    }
}
@media (min-width: 1200px) {
    .font-sliderbig {
        font-size: 70px;
        line-height: 90px;
    }
}
@media (min-width: 1440px) {
    .font-sliderbig {
        font-size: 85px;
        line-height: 105px;
    }
}
@media (min-width: 1800px) {
    .font-sliderbig {
        font-size: 100px;
        line-height: 120px;
    }
}
.font-header,
.screen2__item:before,
.subtitle {
    color: #c4c4c4;
    font-family: Bitter;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 32px;
}
@media (min-width: 480px) {
    .font-header,
    .screen2__item:before,
    .subtitle {
        font-size: 30px;
        line-height: 34px;
    }
}
@media (min-width: 576px) {
    .font-header,
    .screen2__item:before,
    .subtitle {
        font-size: 32px;
        line-height: 36px;
    }
}
@media (min-width: 768px) {
    .font-header,
    .screen2__item:before,
    .subtitle {
        font-size: 34px;
        line-height: 38px;
    }
}
@media (min-width: 992px) {
    .font-header,
    .screen2__item:before,
    .subtitle {
        font-size: 36px;
        line-height: 40px;
    }
}
@media (min-width: 1200px) {
    .font-header,
    .screen2__item:before,
    .subtitle {
        font-size: 40px;
        line-height: 48px;
    }
}
.btn,
.font-btn,
.screen1__subtitle {
    font-family: "Basis Grotesque Pro";
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #c4c4c4;
    font-size: 12px;
    line-height: 15px;
}
@media (min-width: 480px) {
    .btn,
    .font-btn,
    .screen1__subtitle {
        font-size: 14px;
        line-height: 17px;
    }
}
@media (min-width: 1200px) {
    .btn,
    .font-btn,
    .screen1__subtitle {
        font-size: 16px;
        line-height: 19px;
    }
}
.font-bold--z {
    font-weight: 800;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
}
@media (min-width: 480px) {
    .font-bold--z {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (min-width: 768px) {
    .font-bold--z {
        font-size: 16px;
        line-height: 23px;
    }
}
@media (min-width: 1200px) {
    .font-bold--z {
        font-size: 18px;
        line-height: 25px;
    }
}
@media (min-width: 1440px) {
    .font-bold--z {
        font-size: 20px;
        line-height: 27px;
    }
}
.font-smallfont,
.header a,
.tabs-oil .tab_content {
    font-family: "Basis Grotesque Pro";
    color: #c4c4c4;
    font-size: 14px;
    line-height: 16px;
}
@media (min-width: 480px) {
    .font-smallfont,
    .header a,
    .tabs-oil .tab_content {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (min-width: 576px) {
    .font-smallfont,
    .header a,
    .tabs-oil .tab_content {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (min-width: 768px) {
    .font-smallfont,
    .header a,
    .tabs-oil .tab_content {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (min-width: 992px) {
    .font-smallfont,
    .header a,
    .tabs-oil .tab_content {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (min-width: 1200px) {
    .font-smallfont,
    .header a,
    .tabs-oil .tab_content {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (min-width: 1440px) {
    .font-smallfont,
    .header a,
    .tabs-oil .tab_content {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (min-width: 1800px) {
    .font-smallfont,
    .header a,
    .tabs-oil .tab_content {
        font-size: 14px;
        line-height: 16px;
    }
}
.dilers__title,
.font-bigheader,
.foto__title,
.screen1__title,
.tabs-oil__title {
    color: #c4c4c4;
    font-family: Bitter;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 26px;
}
@media (min-width: 480px) {
    .dilers__title,
    .font-bigheader,
    .foto__title,
    .screen1__title,
    .tabs-oil__title {
        font-size: 36px;
        line-height: 38px;
    }
}
@media (min-width: 576px) {
    .dilers__title,
    .font-bigheader,
    .foto__title,
    .screen1__title,
    .tabs-oil__title {
        font-size: 46px;
        line-height: 48px;
    }
}
@media (min-width: 768px) {
    .dilers__title,
    .font-bigheader,
    .foto__title,
    .screen1__title,
    .tabs-oil__title {
        font-size: 60px;
        line-height: 62px;
    }
}
@media (min-width: 992px) {
    .dilers__title,
    .font-bigheader,
    .foto__title,
    .screen1__title,
    .tabs-oil__title {
        font-size: 74px;
        line-height: 76px;
    }
}
@media (min-width: 1200px) {
    .dilers__title,
    .font-bigheader,
    .foto__title,
    .screen1__title,
    .tabs-oil__title {
        font-size: 76px;
        line-height: 78px;
    }
}
@media (min-width: 1440px) {
    .dilers__title,
    .font-bigheader,
    .foto__title,
    .screen1__title,
    .tabs-oil__title {
        font-size: 78px;
        line-height: 80px;
    }
}
@media (min-width: 1800px) {
    .dilers__title,
    .font-bigheader,
    .foto__title,
    .screen1__title,
    .tabs-oil__title {
        font-size: 80px;
        line-height: 82px;
    }
}
.font-smalltext,
.footer__co,
.news__item__date {
    color: #c4c4c4;
    font-family: "Basis Grotesque Pro";
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
}
@media (min-width: 480px) {
    .font-smalltext,
    .footer__co,
    .news__item__date {
        font-size: 14px;
        line-height: 17px;
    }
}
@media (min-width: 576px) {
    .font-smalltext,
    .footer__co,
    .news__item__date {
        font-size: 14px;
        line-height: 17px;
    }
}
@media (min-width: 768px) {
    .font-smalltext,
    .footer__co,
    .news__item__date {
        font-size: 14px;
        line-height: 17px;
    }
}
@media (min-width: 992px) {
    .font-smalltext,
    .footer__co,
    .news__item__date {
        font-size: 14px;
        line-height: 17px;
    }
}
@media (min-width: 1200px) {
    .font-smalltext,
    .footer__co,
    .news__item__date {
        font-size: 14px;
        line-height: 17px;
    }
}
@media (min-width: 1440px) {
    .font-smalltext,
    .footer__co,
    .news__item__date {
        font-size: 14px;
        line-height: 17px;
    }
}
@media (min-width: 1800px) {
    .font-smalltext,
    .footer__co,
    .news__item__date {
        font-size: 14px;
        line-height: 17px;
    }
}
.text-blue {
    color: #006cb7;
}
.bg-purple {
    background-color: #a3238e;
}
.bg-blue {
    background-color: #006cb7;
}
.bg-green {
    background-color: #79c153;
}
.bg-red {
    background-color: #ed1c24;
}
.bg-orange {
    background-color: #f7941d;
}
.bg-yellow {
    background-color: #fd0;
}
.bg-light-grey {
    background-color: #e7e9eb;
}
.color-bg {
    color: #efe8e5;
}
.color-stroketxt {
    color: #252c24;
}
.color-grey {
    color: #9cbdac;
}
.color-bggreen,
.screen1__subtitle {
    color: #4f574e;
}
.color-orange {
    color: #e8b12d;
}
.color-brown {
    color: #5e3e38;
}
.color-bege {
    color: #4f4e28;
}
.color-txtcolor {
    color: #252c24;
}
.color-hz {
    color: #efe8e5;
}
html {
    line-height: 1.33333rem;
    font-size: 18px;
    color: #252c24;
    height: 100%;
}
html :focus {
    outline: 0;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #252c24;
    background-color: #efe8e5;
    overflow-x: hidden;
    padding-top: 4.61111rem;
}
body.fix {
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    body.fix {
        overflow: hidden;
    }
}
@media (min-width: 480px) {
    body {
        padding-top: 4.61111rem;
    }
}
@media (min-width: 576px) {
    body {
        padding-top: 4.61111rem;
    }
}
@media (min-width: 768px) {
    body {
        padding-top: 4.61111rem;
    }
}
@media (min-width: 992px) {
    body {
        padding-top: 4.61111rem;
    }
}
@media (min-width: 1200px) {
    body {
        padding-top: 4.61111rem;
    }
}
@media (min-width: 1440px) {
    body {
        padding-top: 4.61111rem;
    }
}
@media (min-width: 1800px) {
    body {
        padding-top: 4.61111rem;
    }
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
a {
    text-decoration: none;
    color: #f7941d;
}
a:hover {
    color: #006cb7;
    text-decoration: none;
}
li,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.section,
section {
    position: relative;
}
.section,
section {
    padding-top: 1.38889rem;
    padding-bottom: 2.22222rem;
}
@media (min-width: 576px) {
    .section,
    section {
        padding-top: 2.5rem;
        padding-bottom: 3.33333rem;
    }
}
@media (min-width: 768px) {
    .section,
    section {
        padding-top: 3.05556rem;
        padding-bottom: 3.88889rem;
    }
}
@media (min-width: 992px) {
    .section,
    section {
        padding-top: 3.61111rem;
        padding-bottom: 4.44444rem;
    }
}
@media (min-width: 1200px) {
    .section,
    section {
        padding-top: 4.72222rem;
        padding-bottom: 5.55556rem;
    }
}
img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
}
.content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.container {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin: 0 auto;
}
@media screen and (min-width: 1440px) {
    .container {
        max-width: 1310px;
    }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 101.11111rem;
}
.main-page {
    position: relative;
}
@media (min-width: 1200px) {
    .main-page {
        padding-top: 10rem;
    }
}
.subtitle {
    color: #252c24;
    margin-bottom: 0.83333rem;
}
@media (min-width: 576px) {
    .subtitle {
        margin-bottom: 1.11111rem;
    }
}
@media (min-width: 992px) {
    .subtitle {
        margin-bottom: 1.38889rem;
    }
}
@media (min-width: 1200px) {
    .subtitle {
        margin-bottom: 1.66667rem;
    }
}
@media (min-width: 992px) {
    .subtext {
        margin-bottom: 1.38889rem;
    }
}
.btn {
    text-align: center;
    color: #252c24;
    border-color: #252c24;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    border-radius: 0;
    padding-top: 0.66667rem;
    padding-bottom: 0.66667rem;
    padding-top: 0.83333rem;
    padding-bottom: 0.83333rem;
    max-width: 100%;
}
@media (max-width: 479px) {
    .btn {
        width: 100%;
    }
}
@media (min-width: 480px) {
    .btn {
        min-width: 16.94444rem;
    }
}
@media (min-width: 576px) {
    .btn {
        padding-top: 0.83333rem;
        padding-bottom: 0.83333rem;
    }
}
@media (min-width: 992px) {
    .btn {
        padding-top: 0.88889rem;
        padding-bottom: 0.88889rem;
        padding-left: 1.66667rem;
        padding-right: 1.66667rem;
    }
}
.btn:before {
    content: "";
    background-color: #252c24;
    display: block;
    position: absolute;
    width: 100%;
    height: 0.27778rem;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.btn span {
    position: relative;
    z-index: 2;
}
.btn:hover {
    color: #fff;
}
.btn:hover:before {
    height: 100%;
}
.btn--reverse {
    color: #fff;
}
.btn--reverse:before {
    height: 100%;
}
.btn--reverse:hover {
    color: #252c24;
}
.btn--reverse:hover:before {
    height: 0.27778rem;
}
.btn.goto {
    font-weight: 600;
}
.btn .btn__input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 2;
}
.btn.btn--border {
    background-color: transparent;
    border: 2px solid #006cb7;
    color: #006cb7;
}
.btn.btn--border:hover {
    border: 2px solid #79c153;
    background-color: #79c153;
    color: #fff;
}
.btn.btn--border:hover:before {
    border-color: #79c153;
}
.btn.btn--border.btn--border--red {
    border: 2px solid #f3333a;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #f3333a;
}
.btn.btn--border.btn--border--red:hover {
    border: 2px solid #005185;
    background-color: #005185;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.btn.btn--black {
    background-color: #f3333a;
}
.btn.btn--black:hover {
    background-color: #005185;
    color: #fff;
}
.btn.btn--white {
    color: #fff;
    border-color: #fff;
}
.btn.btn--white:before {
    background-color: #fff;
}
.btn.btn--white:hover {
    color: #252c24;
}
.btn.btn--blue {
    background-color: #006cb7;
    color: #fff;
}
.btn.btn--blue:hover {
    background-color: #006cb7;
    color: #fff;
}
.btn.btn--blue:hover:before {
    border-color: #006cb7;
}
.btn__wrap {
    margin-top: 1.66667rem;
    margin-bottom: 1.66667rem;
    text-align: center;
}
@media (min-width: 768px) {
    .btn__wrap {
        text-align: left;
    }
}
@media (min-width: 992px) {
    .btn__wrap {
        margin-top: 3.33333rem;
        margin-bottom: 3.33333rem;
    }
}
h4,
p,
ul {
    margin-top: 0.44444rem;
    margin-bottom: 0.44444rem;
}
@media (min-width: 768px) {
    h4,
    p,
    ul {
        margin-top: 0.55556rem;
        margin-bottom: 0.55556rem;
    }
}
@media (min-width: 768px) {
    h4,
    p,
    ul {
        margin-top: 0.94444rem;
        margin-bottom: 1.38889rem;
    }
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    z-index: 1;
}
.icon-svg__wrap {
    position: relative;
}
.icon-svg__wrap .icon-svg {
    position: absolute;
    left: 0;
}
h2 {
    font-size: 1.33333rem;
    line-height: 1.66667rem;
    margin-top: 1.94444rem;
    margin-bottom: 1.94444rem;
    font-weight: 700;
}
.color-green {
    color: #005185;
}
.jcf-select-text,
input,
textarea {
    border: 1px solid #ebebeb;
    padding-top: 0.55556rem;
    padding-bottom: 0.55556rem;
    padding-left: 0.55556rem;
    padding-right: 0.55556rem;
}
@media (min-width: 576px) {
    .jcf-select-text,
    input,
    textarea {
        padding-top: 0.83333rem;
        padding-bottom: 0.83333rem;
        padding-left: 1.11111rem;
        padding-right: 1.11111rem;
    }
}
@media (min-width: 992px) {
    .jcf-select-text,
    input,
    textarea {
        padding-top: 1.11111rem;
        padding-bottom: 1.11111rem;
        padding-left: 1.38889rem;
        padding-right: 1.38889rem;
    }
}
input.bad,
textarea.bad {
    border: 1px solid #f3333a !important;
}
.thank {
    display: none;
    width: 14.44444rem;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #5fbd73;
    padding: 1.66667rem;
    max-width: 100%;
}
.connection[style="display: none;"] {
    display: none !important;
}
.timer-form__order-wrap .thank {
    border: 3px solid #5fbd73;
    background-color: #5fbd73;
    color: #fff;
    padding: 0 30px 30px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.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 {
    padding-right: 10px;
    padding-left: 10px;
}
.container {
    padding-right: 10px;
    padding-left: 10px;
}
.bg-light-grey {
    background-color: #e3e3e3;
}
.bg-dark-grey {
    background-color: #676767;
    color: #fff;
}
.bg-dark2-grey {
    background-color: #6d6d6d;
    color: #fff;
}
.bg-orange {
    background-color: #e8b12d;
}
.bg-black {
    background-color: #252c24;
}
.slick-arrow {
    display: block;
    width: 2.77778rem;
    height: 1.94444rem;
    position: absolute;
    top: 100%;
    margin-top: 0.83333rem;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
    cursor: pointer;
}
@media (min-width: 768px) {
    .slick-arrow {
        margin-top: 1.66667rem;
    }
}
.slick-next:before,
.slick-prev:before {
    display: none;
}
.slick-prev {
    left: 50%;
    margin-left: -6.11111rem;
}
.slick-next {
    right: 50%;
    margin-right: -6.11111rem;
}
.slick__arrow {
    fill: #252c24;
    display: block;
    width: 2.22222rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    margin-top: -0.72222rem;
    left: 50%;
    margin-left: -1.11111rem;
}
.jcf-select-drop .jcf-option-hideme {
    display: none;
}
.jcf-select {
    width: 100%;
    position: relative;
    display: block;
}
.jcf-select-opener {
    position: absolute;
    top: 50%;
    background-color: #f3333a;
    border-radius: 3px;
    display: block;
    top: 50%;
    cursor: pointer;
    width: 1.33333rem;
    height: 1.33333rem;
    right: 0.55556rem;
    margin-top: -0.66667rem;
}
@media (min-width: 576px) {
    .jcf-select-opener {
        width: 1.33333rem;
        height: 1.33333rem;
        right: 0.55556rem;
        margin-top: -0.66667rem;
    }
}
@media (min-width: 768px) {
    .jcf-select-opener {
        width: 1.77778rem;
        height: 1.77778rem;
        right: 0.55556rem;
        margin-top: -0.88889rem;
    }
}
.jcf-select-opener:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    margin-left: -0.33333rem;
    margin-top: -0.22222rem;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #363636;
}
@media (min-width: 576px) {
    .jcf-select-opener:after {
        margin-left: -0.33333rem;
        margin-top: -0.22222rem;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #363636;
    }
}
@media (min-width: 768px) {
    .jcf-select-opener:after {
        margin-left: -0.44444rem;
        margin-top: -0.22222rem;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #363636;
    }
}
.jcf-select-drop-content {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #fff;
    font-size: 1rem;
    padding-top: 0.55556rem;
    padding-bottom: 0.55556rem;
    padding-left: 1.38889rem;
    padding-right: 1.38889rem;
    margin-bottom: 0.83333rem;
}
@media (min-width: 576px) {
    .jcf-select-drop-content {
        font-size: 1.22222rem;
    }
}
@media (min-width: 768px) {
    .jcf-select-drop-content {
        font-size: 1.33333rem;
    }
}
@media (min-width: 1200px) {
    .jcf-select-drop-content {
        font-size: 1.33333rem;
    }
}
.jcf-option {
    display: block;
    width: 100%;
    cursor: pointer;
}
.jcf-selected {
    color: #005185;
}
.jcf-hover {
    background-color: #c4c4c4;
}
.jcf-select-text {
    cursor: pointer;
}
.text-yellow {
    color: #fd0;
}
.title-line {
    overflow: hidden;
    padding-bottom: 1.11111rem;
}
@media (min-width: 480px) {
    .title-line {
        padding-bottom: 1.66667rem;
    }
}
@media (min-width: 576px) {
    .title-line {
        padding-bottom: 2.77778rem;
    }
}
@media (min-width: 768px) {
    .title-line {
        padding-bottom: 0;
    }
}
.title-line__txt {
    display: inline-block;
    position: relative;
}
@media (min-width: 992px) {
    .title-line__txt {
        max-width: 50%;
    }
}
.title-line__txt:after,
.title-line__txt:before {
    content: "";
    display: block;
    height: 1px;
    width: 111.11111rem;
    background-color: #252c24;
    position: absolute;
    left: 0;
    bottom: -12px;
}
@media (min-width: 576px) {
    .title-line__txt:after,
    .title-line__txt:before {
        bottom: -20px;
    }
}
@media (min-width: 768px) {
    .title-line__txt:after,
    .title-line__txt:before {
        left: 100%;
        bottom: 0.5rem;
        margin-left: 1.66667rem;
    }
}
@media (min-width: 992px) {
    .title-line__txt:after,
    .title-line__txt:before {
        bottom: 0.5rem;
    }
}
@media (min-width: 1200px) {
    .title-line__txt:after,
    .title-line__txt:before {
        bottom: 0.77778rem;
    }
}
@media (min-width: 1440px) {
    .title-line__txt:after,
    .title-line__txt:before {
        bottom: 0.77778rem;
    }
}
@media (min-width: 1800px) {
    .title-line__txt:after,
    .title-line__txt:before {
        bottom: 0.77778rem;
    }
}
.title-line__txt:before {
    margin-bottom: 8px;
}
.font-sliderbig.title-line .title-line__txt:after,
.font-sliderbig.title-line .title-line__txt:before {
    bottom: -1.11111rem;
}
@media (min-width: 480px) {
    .font-sliderbig.title-line .title-line__txt:after,
    .font-sliderbig.title-line .title-line__txt:before {
        bottom: -1.66667rem;
    }
}
@media (min-width: 576px) {
    .font-sliderbig.title-line .title-line__txt:after,
    .font-sliderbig.title-line .title-line__txt:before {
        bottom: -2.77778rem;
    }
}
@media (min-width: 768px) {
    .font-sliderbig.title-line .title-line__txt:after,
    .font-sliderbig.title-line .title-line__txt:before {
        bottom: 0.55556rem;
    }
}
@media (min-width: 992px) {
    .font-sliderbig.title-line .title-line__txt:after,
    .font-sliderbig.title-line .title-line__txt:before {
        bottom: 0.83333rem;
    }
}
@media (min-width: 1200px) {
    .font-sliderbig.title-line .title-line__txt:after,
    .font-sliderbig.title-line .title-line__txt:before {
        bottom: 0.83333rem;
    }
}
@media (min-width: 1440px) {
    .font-sliderbig.title-line .title-line__txt:after,
    .font-sliderbig.title-line .title-line__txt:before {
        bottom: 0.83333rem;
    }
}
@media (min-width: 1800px) {
    .font-sliderbig.title-line .title-line__txt:after,
    .font-sliderbig.title-line .title-line__txt:before {
        bottom: 1.11111rem;
    }
}
.title-line--white .title-line__txt:after,
.title-line--white .title-line__txt:before {
    background-color: #fff;
}
.page-title {
    margin-bottom: 0.55556rem;
}
@media (min-width: 480px) {
    .page-title {
        margin-bottom: 0.83333rem;
    }
}
@media (min-width: 576px) {
    .page-title {
        margin-bottom: 1.11111rem;
    }
}
@media (min-width: 768px) {
    .page-title {
        margin-bottom: 1.66667rem;
    }
}
@media (min-width: 992px) {
    .page-title {
        margin-bottom: 2.22222rem;
    }
}
@media (min-width: 1200px) {
    .page-title {
        margin-bottom: 2.77778rem;
    }
}
@media (min-width: 1440px) {
    .page-title {
        margin-bottom: 2.77778rem;
    }
}
hr {
    border-top: 1px solid #252c24;
}
.inner {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
@font-face {
    font-family: "Basis Grotesque Pro";
    src: url(/templates/fonts/BasisGrotesquePro-MediumItalic.eot);
    src: local("Basis Grotesque Pro Medium Italic"), local("/templates/fonts/BasisGrotesquePro-MediumItalic"),
        url(/templates/fonts/BasisGrotesquePro-MediumItalic.eot?#iefix) format("embedded-opentype"),
        url(/templates/fonts/BasisGrotesquePro-MediumItalic.woff2) format("woff2"),
        url(/templates/fonts/BasisGrotesquePro-MediumItalic.woff) format("woff"),
        url(/templates/fonts/BasisGrotesquePro-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "Basis Grotesque Pro";
    src: url(/templates/fonts/BasisGrotesquePro-Regular.eot);
    src: local("Basis Grotesque Pro Regular"), local("/templates/fonts/BasisGrotesquePro-Regular"),
        url(/templates/fonts/BasisGrotesquePro-Regular.eot?#iefix) format("embedded-opentype"),
        url(/templates/fonts/BasisGrotesquePro-Regular.woff2) format("woff2"),
        url(/templates/fonts/BasisGrotesquePro-Regular.woff) format("woff"),
        url(/templates/fonts/BasisGrotesquePro-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Basis Grotesque Pro";
    src: url(/templates/fonts/BasisGrotesquePro-BoldItalic.eot);
    src: local("Basis Grotesque Pro Bold Italic"), local("/templates/fonts/BasisGrotesquePro-BoldItalic"),
        url(/templates/fonts/BasisGrotesquePro-BoldItalic.eot?#iefix) format("embedded-opentype"),
        url(/templates/fonts/BasisGrotesquePro-BoldItalic.woff2) format("woff2"),
        url(/templates/fonts/BasisGrotesquePro-BoldItalic.woff) format("woff"),
        url(/templates/fonts/BasisGrotesquePro-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "Basis Grotesque Pro";
    src: url(/templates/fonts/BasisGrotesquePro-Italic.eot);
    src: local("Basis Grotesque Pro Italic"), local("/templates/fonts/BasisGrotesquePro-Italic"),
        url(/templates/fonts/BasisGrotesquePro-Italic.eot?#iefix) format("embedded-opentype"),
        url(/templates/fonts/BasisGrotesquePro-Italic.woff2) format("woff2"),
        url(/templates/fonts/BasisGrotesquePro-Italic.woff) format("woff"),
        url(/templates/fonts/BasisGrotesquePro-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Basis Grotesque Pro";
    src: url(/templates/fonts/BasisGrotesquePro-BlackItalic.eot);
    src: local("Basis Grotesque Pro #000 Italic"), local("/templates/fonts/BasisGrotesquePro-BlackItalic"),
        url(/templates/fonts/BasisGrotesquePro-BlackItalic.eot?#iefix) format("embedded-opentype"),
        url(/templates/fonts/BasisGrotesquePro-BlackItalic.woff2) format("woff2"),
        url(/templates/fonts/BasisGrotesquePro-BlackItalic.woff) format("woff"),
        url(/templates/fonts/BasisGrotesquePro-BlackItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: "Basis Grotesque Pro";
    src: url(/templates/fonts/BasisGrotesquePro-Black.eot);
    src: local("Basis Grotesque Pro Black"), local("/templates/fonts/BasisGrotesquePro-Black"),
        url(/templates/fonts/BasisGrotesquePro-Black.eot?#iefix) format("embedded-opentype"),
        url(/templates/fonts/BasisGrotesquePro-Black.woff2) format("woff2"),
        url(/templates/fonts/BasisGrotesquePro-Black.woff) format("woff"),
        url(/templates/fonts/BasisGrotesquePro-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Basis Grotesque Pro";
    src: url(/templates/fonts/BasisGrotesquePro-LightItalic.eot);
    src: local("Basis Grotesque Pro Light Italic"), local("/templates/fonts/BasisGrotesquePro-LightItalic"),
        url(/templates/fonts/BasisGrotesquePro-LightItalic.eot?#iefix) format("embedded-opentype"),
        url(/templates/fonts/BasisGrotesquePro-LightItalic.woff2) format("woff2"),
        url(/templates/fonts/BasisGrotesquePro-LightItalic.woff) format("woff"),
        url(/templates/fonts/BasisGrotesquePro-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "Basis Grotesque Pro";
    src: url(/templates/fonts/BasisGrotesquePro-Light.eot);
    src: local("Basis Grotesque Pro Light"), local("/templates/fonts/BasisGrotesquePro-Light"),
        url(/templates/fonts/BasisGrotesquePro-Light.eot?#iefix) format("embedded-opentype"),
        url(/templates/fonts/BasisGrotesquePro-Light.woff2) format("woff2"),
        url(/templates/fonts/BasisGrotesquePro-Light.woff) format("woff"),
        url(/templates/fonts/BasisGrotesquePro-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Basis Grotesque Pro";
    src: url(/templates/fonts/BasisGrotesquePro-Bold.eot);
    src: local("Basis Grotesque Pro Bold"), local("/templates/fonts/BasisGrotesquePro-Bold"),
        url(/templates/fonts/BasisGrotesquePro-Bold.eot?#iefix) format("embedded-opentype"),
        url(/templates/fonts/BasisGrotesquePro-Bold.woff2) format("woff2"),
        url(/templates/fonts/BasisGrotesquePro-Bold.woff) format("woff"),
        url(/templates/fonts/BasisGrotesquePro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Basis Grotesque Pro";
    src: url(/templates/fonts/BasisGrotesquePro-Medium.eot);
    src: local("Basis Grotesque Pro Medium"), local("/templates/fonts/BasisGrotesquePro-Medium"),
        url(/templates/fonts/BasisGrotesquePro-Medium.eot?#iefix) format("embedded-opentype"),
        url(/templates/fonts/BasisGrotesquePro-Medium.woff2) format("woff2"),
        url(/templates/fonts/BasisGrotesquePro-Medium.woff) format("woff"),
        url(/templates/fonts/BasisGrotesquePro-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
.sprite {
    position: relative;
}
.sprite:before {
    content: "";
    display: inline-block;
    background-image: url(/templates/img/sprite.png);
    position: absolute;
    left: 50%;
    top: 50%;
}
.icon-mail--red:before {
    background-position: -155px -277px;
    width: 2.55556rem;
    height: 1.94444rem;
    margin-left: -1.27778rem;
    margin-top: -0.94444rem;
}
.icon-phone--red:before {
    background-position: -160px -313px;
    width: 1.66667rem;
    height: 2.83333rem;
    margin-left: -0.83333rem;
    margin-top: -1.38889rem;
}
.icon-phone:before {
    background-position: -449px -166px;
    width: 0.88889rem;
    height: 1.5rem;
    margin-left: -0.44444rem;
    margin-top: -0.72222rem;
}
.icon-screen-2--icon-1,
.icon-screen-2--icon-2,
.icon-screen-2--icon-3,
.icon-screen-2--icon-4 {
    width: 2.77778rem;
    height: 2.22222rem;
}
.icon-screen-2--icon-1:before,
.icon-screen-2--icon-2:before,
.icon-screen-2--icon-3:before,
.icon-screen-2--icon-4:before {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    background-size: 22.22222rem auto;
}
@media (min-width: 480px) {
    .icon-screen-2--icon-1:before,
    .icon-screen-2--icon-2:before,
    .icon-screen-2--icon-3:before,
    .icon-screen-2--icon-4:before {
        background-size: 29.61111rem auto;
    }
}
@media (min-width: 576px) {
    .icon-screen-2--icon-1:before,
    .icon-screen-2--icon-2:before,
    .icon-screen-2--icon-3:before,
    .icon-screen-2--icon-4:before {
        background-size: 29.61111rem auto;
    }
}
@media (min-width: 768px) {
    .icon-screen-2--icon-1:before,
    .icon-screen-2--icon-2:before,
    .icon-screen-2--icon-3:before,
    .icon-screen-2--icon-4:before {
        background-size: 37.83333rem auto;
    }
}
@media (min-width: 992px) {
    .icon-screen-2--icon-1:before,
    .icon-screen-2--icon-2:before,
    .icon-screen-2--icon-3:before,
    .icon-screen-2--icon-4:before {
        background-size: 54.5rem auto;
    }
}
@media (min-width: 1200px) {
    .icon-screen-2--icon-1:before,
    .icon-screen-2--icon-2:before,
    .icon-screen-2--icon-3:before,
    .icon-screen-2--icon-4:before {
        background-size: 68.5rem auto;
    }
}
@media (min-width: 1440px) {
    .icon-screen-2--icon-1:before,
    .icon-screen-2--icon-2:before,
    .icon-screen-2--icon-3:before,
    .icon-screen-2--icon-4:before {
        background-size: auto;
    }
}
@media (min-width: 480px) {
    .icon-screen-2--icon-1,
    .icon-screen-2--icon-2,
    .icon-screen-2--icon-3,
    .icon-screen-2--icon-4 {
        width: 3.88889rem;
        height: 2.77778rem;
    }
}
@media (min-width: 576px) {
    .icon-screen-2--icon-1,
    .icon-screen-2--icon-2,
    .icon-screen-2--icon-3,
    .icon-screen-2--icon-4 {
        width: 3.88889rem;
        height: 2.77778rem;
    }
}
@media (min-width: 768px) {
    .icon-screen-2--icon-1,
    .icon-screen-2--icon-2,
    .icon-screen-2--icon-3,
    .icon-screen-2--icon-4 {
        width: 4.88889rem;
        height: 3.61111rem;
    }
}
@media (min-width: 992px) {
    .icon-screen-2--icon-1,
    .icon-screen-2--icon-2,
    .icon-screen-2--icon-3,
    .icon-screen-2--icon-4 {
        width: 7.11111rem;
        height: 5.83333rem;
    }
}
@media (min-width: 1200px) {
    .icon-screen-2--icon-1,
    .icon-screen-2--icon-2,
    .icon-screen-2--icon-3,
    .icon-screen-2--icon-4 {
        width: 8.88889rem;
        height: 6.94444rem;
    }
}
@media (min-width: 1440px) {
    .icon-screen-2--icon-1,
    .icon-screen-2--icon-2,
    .icon-screen-2--icon-3,
    .icon-screen-2--icon-4 {
        width: 12.22222rem;
        height: 9.44444rem;
    }
}
.icon-screen-2--icon-1:before {
    background-position: 0 -14.44444rem;
    top: 0.83333rem;
}
@media (min-width: 480px) {
    .icon-screen-2--icon-1:before {
        background-position: 0 -18.88889rem;
        top: 0.55556rem;
    }
}
@media (min-width: 576px) {
    .icon-screen-2--icon-1:before {
        background-position: 0 -18.88889rem;
        top: 0;
    }
}
@media (min-width: 768px) {
    .icon-screen-2--icon-1:before {
        background-position: 0 -24.16667rem;
    }
}
@media (min-width: 992px) {
    .icon-screen-2--icon-1:before {
        background-position: 0 -34.83333rem;
    }
}
@media (min-width: 1200px) {
    .icon-screen-2--icon-1:before {
        background-position: 0 -43.88889rem;
    }
}
@media (min-width: 1440px) {
    .icon-screen-2--icon-1:before {
        background-position: 0 -60.22222rem;
    }
}
.icon-screen-2--icon-2:before {
    background-position: -2.88889rem -14.16667rem;
    top: 0.55556rem;
}
@media (min-width: 480px) {
    .icon-screen-2--icon-2:before {
        background-position: -3.83333rem -18.61111rem;
        top: 0.44444rem;
    }
}
@media (min-width: 576px) {
    .icon-screen-2--icon-2:before {
        background-position: -3.83333rem -18.61111rem;
        top: 0.27778rem;
    }
}
@media (min-width: 768px) {
    .icon-screen-2--icon-2:before {
        background-position: -4.94444rem -23.88889rem;
    }
}
@media (min-width: 992px) {
    .icon-screen-2--icon-2:before {
        background-position: -7.11111rem -34.66667rem;
    }
}
@media (min-width: 1200px) {
    .icon-screen-2--icon-2:before {
        background-position: -8.88889rem -43.88889rem;
    }
}
@media (min-width: 1440px) {
    .icon-screen-2--icon-2:before {
        background-position: -12.33333rem -60.22222rem;
    }
}
.icon-screen-2--icon-3:before {
    background-position: -5.77778rem -14.16667rem;
    top: 0.55556rem;
}
@media (min-width: 480px) {
    .icon-screen-2--icon-3:before {
        background-position: -7.66667rem -18.61111rem;
        height: 4.16667rem;
        top: 0.16667rem;
    }
}
@media (min-width: 576px) {
    .icon-screen-2--icon-3:before {
        background-position: -7.66667rem -18.61111rem;
        height: 4.16667rem;
        top: -0.27778rem;
    }
}
@media (min-width: 768px) {
    .icon-screen-2--icon-3:before {
        background-position: -9.88889rem -24.05556rem;
        height: 3.88889rem;
        top: 0;
    }
}
@media (min-width: 992px) {
    .icon-screen-2--icon-3:before {
        background-position: -14.22222rem -34.66667rem;
        height: 5.83333rem;
    }
}
@media (min-width: 1200px) {
    .icon-screen-2--icon-3:before {
        background-position: -17.77778rem -43.88889rem;
        height: 6.94444rem;
    }
}
@media (min-width: 1440px) {
    .icon-screen-2--icon-3:before {
        background-position: -24.44444rem -60.22222rem;
        height: 9.44444rem;
    }
}
.icon-screen-2--icon-4:before {
    background-position: -8.72222rem -14.16667rem;
    top: 0.55556rem;
}
@media (min-width: 480px) {
    .icon-screen-2--icon-4:before {
        background-position: -11.55556rem -18.61111rem;
        height: 3.88889rem;
        top: 0.27778rem;
    }
}
@media (min-width: 576px) {
    .icon-screen-2--icon-4:before {
        background-position: -11.55556rem -18.61111rem;
        height: 3.88889rem;
        top: -0.27778rem;
    }
}
@media (min-width: 768px) {
    .icon-screen-2--icon-4:before {
        background-position: -14.83333rem -24.05556rem;
        top: 0;
        height: 3.61111rem;
    }
}
@media (min-width: 992px) {
    .icon-screen-2--icon-4:before {
        height: 5.83333rem;
        background-position: -21.33333rem -34.66667rem;
    }
}
@media (min-width: 1200px) {
    .icon-screen-2--icon-4:before {
        background-position: -26.66667rem -43.88889rem;
        height: 6.94444rem;
    }
}
@media (min-width: 1440px) {
    .icon-screen-2--icon-4:before {
        background-position: -36.66667rem -60.22222rem;
        height: 9.44444rem;
    }
}
.icon-screen-3--icon-1:before {
    background-position: 0 0;
    width: 9rem;
    height: 9.22222rem;
    margin-left: -4.5rem;
    margin-top: -4.61111rem;
}
.icon-screen-4--icon-1:before {
    -webkit-transform: none !important;
    -ms-transform: none !important;
        transform: none !important;
    background-position: -1110px -1084px;
    width: 71px;
    height: 57px;
    margin-left: -1.94444rem;
}
.icon-screen-4--icon-2:before {
    background-position: 0 -760px;
    width: 180px;
    height: 323px;
}
.icon-screen-4--icon-3:before {
    background-position: -468px 0;
    width: 221px;
    height: 323px;
}
.icon-screen-4--icon-4:before {
    background-position: -1162px -656px;
    width: 108px;
    height: 333px;
}
.icon-screen-4--icon-5:before {
    background-position: -1337px -333px;
    width: 103px;
    height: 333px;
}
.icon-screen-4--icon-6:before {
    -webkit-transform: none !important;
    -ms-transform: none !important;
        transform: none !important;
    background-position: -1361px -1084px;
    width: 64px;
    height: 49px;
    margin-left: -1.77778rem;
}
.icon-screen-4--icon-7:before {
    -webkit-transform: none !important;
    -ms-transform: none !important;
        transform: none !important;
    background-position: -1200px -1084px;
    width: 64px;
    height: 55px;
    margin-left: -1.77778rem;
}
.icon-screen-4--icon-8:before {
    -webkit-transform: none !important;
    -ms-transform: none !important;
        transform: none !important;
    background-position: -1270px -1084px;
    width: 81px;
    height: 60px;
    margin-left: -2.22222rem;
}
.icon-screen-4--icon-1-white:before {
    background-position: -1500px 0;
    width: 118px;
    height: 93px;
    margin-left: -3.27778rem;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
        transform: none !important;
    margin-top: -3.16667rem;
}
.icon-screen-4--icon-2-white:before {
    background-position: -910px -241px;
    width: 180px;
    height: 323px;
}
.icon-screen-4--icon-3-white:before {
    background-position: -689px 0;
    width: 221px;
    height: 323px;
}
.icon-screen-4--icon-4-white:before {
    background-position: -1337px 0;
    width: 108px;
    height: 333px;
}
.icon-screen-4--icon-5-white:before {
    background-position: -1337px -666px;
    width: 103px;
    height: 333px;
}
.icon-screen-4--icon-6-white:before {
    background-position: -410px -423px;
    width: 252px;
    height: 241px;
}
.icon-screen-4--icon-7-white:before {
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
        transform: none !important;
    background-position: -1500px -290px;
    width: 117px;
    height: 100px;
    margin-left: -3.16667rem;
    margin-top: -2.77778rem;
}
.icon-screen-4--icon-8-white:before {
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
        transform: none !important;
    background-position: -1500px -172px;
    width: 122px;
    height: 90px;
    margin-left: -3.38889rem;
    margin-top: -2.5rem;
}
.obj-fit {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    width: 100%;
    height: 100%;
}
.obj-fit.of-contain {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain";
}
.loading {
    background: transparent url("") center center no-repeat;
    background-size: 40px 40px !important;
}
.jcf-scrollable-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
}
.jcf-scrollable,
.jcf-scrollable-wrapper {
    width: 100% !important;
}
.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #c4c4c4;
    width: 9px;
    bottom: 0;
    right: 0;
    top: 0;
    border-radius: 9px;
    overflow: hidden;
}
.tab_content .jcf-scrollbar-vertical {
    right: -15px;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #bbb;
    height: 14px;
    width: 9px;
    left: 0;
    top: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0;
}
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #005185;
    height: 1px;
    width: 9px;
    border-radius: 9px;
}
.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
    display: none;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #bbb;
    height: 14px;
    width: 9px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    position: relative;
    height: 14px;
}
.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #888;
    height: 14px;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    border: solid #005185;
    border-width: 0 2px 2px 0;
    display: inline-block;
    width: 9px;
    height: 9px;
    width: 0;
    height: 0;
    display: none;
}
.jcf-scrollbar-vertical .jcf-scrollbar-dec {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
}
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.header {
    position: fixed;
    top: 0;
    z-index: 997;
    width: 100%;
    background: 0 0;
    background-color: #efe8e5;
}
.header__wrap {
    border-bottom: 1px solid #252c24;
}
.header a {
    text-transform: uppercase;
}
.header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 0;
}
.header * {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header.open-nav .mobile-toggle div span:first-child {
    -webkit-transform: rotate(45deg) translate(6.4px, 6.4px);
    -ms-transform: rotate(45deg) translate(6.4px, 6.4px);
        transform: rotate(45deg) translate(6.4px, 6.4px);
}
.header.open-nav .mobile-toggle div span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.header.open-nav .mobile-toggle div span:last-child {
    -webkit-transform: rotate(-45deg) translate(4.4px, -4.4px);
    -ms-transform: rotate(-45deg) translate(4.4px, -4.4px);
        transform: rotate(-45deg) translate(4.4px, -4.4px);
}
.header.sticky:before {
    height: 110%;
}
@media (min-width: 992px) {
    .header.sticky {
        margin-top: -0.83333rem;
    }
}
@media (min-width: 1200px) {
    .header.sticky {
        margin-top: -1.38889rem;
    }
    .header.sticky .header__func__item:first-child {
        position: relative;
        top: 1.11111rem;
    }
}
.header .logo {
    padding-left: 0.55556rem;
    padding-right: 0.55556rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
@media (min-width: 992px) {
    .header .logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
        flex: 0 0 21%;
        max-width: 21%;
    }
}
@media (min-width: 1200px) {
    .header .logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 1440px) {
    .header .logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 1800px) {
    .header .logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
.header .logo img {
    display: inline-block;
    margin-top: 1.11111rem;
    margin-bottom: 1.11111rem;
    width: 16.66667rem;
    height: 1.66667rem;
}
@media (min-width: 480px) {
    .header .logo img {
        height: 2.38889rem;
    }
}
@media (min-width: 992px) {
    .header .logo img {
        height: 1.38889rem;
    }
}
@media (min-width: 1200px) {
    .header .logo img {
        height: 1.66667rem;
    }
}
@media (min-width: 1440px) {
    .header .logo img {
        height: 2.38889rem;
    }
}
@media (min-width: 992px) {
    .header nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 79%;
        flex: 0 0 79%;
        max-width: 79%;
    }
}
@media (min-width: 1200px) {
    .header nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media (min-width: 1800px) {
    .header nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}
.header.open-nav {
    background-color: #9cbdac;
}
.header.open-nav nav {
    display: block !important;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 3rem;
}
.header.open-nav nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header.open-nav nav ul.submenu {
    margin-left: 0;
}
.header.open-nav nav ul.submenu li {
    margin-left: 0;
    margin-right: 0;
}
.header.open-nav nav ul.submenu li:after {
    display: none;
}
.header.open-nav nav ul.submenu li a {
    width: auto;
    display: inline-block !important;
}
.header.open-nav .header__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header nav .header__menu {
    list-style: none;
}
.header nav .header__menu > li {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
@media (min-width: 992px) {
    .header nav .header__menu > li {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
.header nav .header__menu > li:first-child {
    margin-left: 0;
}
.header nav .header__menu > li:last-child {
    margin-right: 0;
}
@media (min-width: 1200px) {
    .header nav .header__menu > li {
        margin-left: 0.38889rem;
        margin-right: 0.38889rem;
    }
}
@media screen and (min-width: 1440px) {
    .header nav .header__menu > li {
        margin-left: 0.77778rem;
        margin-right: 0.77778rem;
    }
}
@media screen and (min-width: 1800px) {
    .header nav .header__menu > li {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}
.header nav .header__menu li a {
    text-transform: uppercase;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
    width: 100%;
}
.header nav .header__menu li a span {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}
.header nav .header__menu li a:hover {
    text-decoration: none;
}
.header nav .header__menu > li > a {
    color: #252c24;
    padding-bottom: 0.27778rem;
    padding-top: 0.27778rem;
    margin-left: 0.27778rem;
    margin-right: 0.27778rem;
    position: relative;
    display: block;
    -webkit-transition: color 0.35s ease;
    -o-transition: color 0.35s ease;
    transition: color 0.35s ease;
}
.header nav .header__menu > li > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    -webkit-transition: width 0s ease, background 0.35s ease;
    -o-transition: width 0s ease, background 0.35s ease;
    transition: width 0s ease, background 0.35s ease;
}
.header nav .header__menu > li > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #e8b12d;
    -webkit-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
}
.header nav .header__menu > li > a:hover:before {
    width: 100%;
    background: #e8b12d;
    -webkit-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
}
.header nav .header__menu > li > a:hover:after {
    width: 100%;
    background: 0 0;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
@media screen and (max-width: 991px) {
    .header nav .header__menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 3rem;
        padding-bottom: 1.8rem;
    }
    .header nav .header__menu li {
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 766px) {
    .header nav ul {
        text-align: center;
    }
}
.header nav ul.header__menu > li {
    display: inline-block;
    position: relative;
}
@media only screen and (max-width: 766px) {
    .header nav ul li {
        width: 100%;
    }
}
.header__func {
    padding-left: 0.55556rem;
    padding-right: 0.55556rem;
    display: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
@media (min-width: 576px) {
    .header__func {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (min-width: 1200px) {
    .header__func {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
        padding-left: 0.55556rem;
        padding-right: 0.55556rem;
        position: relative;
        top: -1rem;
    }
}
@media screen and (min-width: 1440px) {
    .header__func {
        margin-right: 0;
    }
}
@media screen and (max-width: 991px) {
    .header__func .btn {
        margin-left: 0;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
}
.header__func a:not([class*="btn"]) {
    color: #252c24;
}
.header__func a:not([class*="btn"]) span {
    font-weight: 600;
    display: inline-block;
    padding-left: 0.55556rem;
}
.header__func__item {
    width: auto;
}
.header__func__item:nth-child(2) {
    text-decoration: none;
}
@media (min-width: 1200px) {
    .header__func__item:nth-child(2) {
        margin-bottom: 1.2rem;
    }
}
.header__func__icon {
    fill: #005185;
    width: 1.11111rem;
    height: 1.11111rem;
}
.header .mobile-toggle {
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 0.55556rem;
    padding-right: 0.55556rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header .mobile-toggle > div {
    width: 40px;
}
@media (min-width: 992px) {
    .header .mobile-toggle {
        display: none;
    }
}
.header .mobile-toggle span {
    position: relative;
    display: block;
    height: 4px;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
    background: #303031;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.header .submenu,
.header__submenu {
    background-color: rgba(160, 199, 221, 0.61);
    position: absolute;
    margin-left: 0.27778rem;
    overflow: hidden;
    list-style: none outside none;
    text-align: left;
    text-transform: none;
    top: 100%;
    left: 0;
}
@media screen and (min-width: 992px) {
    .header .submenu,
    .header__submenu {
        max-height: 0;
    }
}
.header .submenu li,
.header__submenu li {
    display: block;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    position: relative;
}
.header .submenu li:after,
.header__submenu li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.header .submenu li:last-child:after,
.header__submenu li:last-child:after {
    display: none;
}
.header .submenu a,
.header__submenu a {
    margin: 0;
    white-space: nowrap;
    line-height: 1.8em;
    border: none;
    padding-left: 1.11111rem;
    padding-top: 0.55556rem;
    padding-right: 1.11111rem;
    padding-bottom: 0.55556rem;
    display: block;
}
.header .submenu a:hover,
.header__submenu a:hover {
    color: #fff !important;
    background-color: #f3333a;
    text-decoration: none;
}
.header .submenu li:hover .header__submenu,
.header .submenu li:hover .submenu,
.header__submenu li:hover .header__submenu,
.header__submenu li:hover .submenu {
    max-height: 30em;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
}
@media screen and (max-width: 991px) {
    .header .submenu li:hover .header__submenu,
    .header .submenu li:hover .submenu,
    .header__submenu li:hover .header__submenu,
    .header__submenu li:hover .submenu {
        position: relative;
    }
}
.header.open-nav {
    height: 100vh;
    z-index: 997;
}
@media (min-width: 992px) {
    .header.open-nav {
        max-height: 100vh;
        height: auto;
    }
}
@media screen and (max-width: 991px) {
    .header.open-nav {
        padding-bottom: 2rem;
        overflow-y: auto;
    }
}
@media screen and (max-width: 991px) {
    .header.open-nav nav .header__menu > li {
        text-align: center;
    }
}
.header.open-nav nav .header__menu > li > a {
    padding-top: 0.83333rem;
    padding-bottom: 0.83333rem;
    margin-left: 1rem;
    margin-right: 1rem;
}
@media screen and (max-width: 991px) {
    .header.open-nav nav .header__menu > li > a {
        display: inline-block !important;
        width: auto;
    }
}
@media screen and (max-width: 991px) {
    .header.open-nav .header__submenu,
    .header.open-nav .submenu {
        background-color: transparent;
        position: relative;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 991px) {
    .header.open-nav .header__submenu:before,
    .header.open-nav .submenu:before {
        content: "";
        display: block;
        width: 15rem;
        margin-left: auto;
        margin-right: auto;
        border-top: 1px solid #c4c4c4;
    }
}
@media screen and (max-width: 991px) {
    .header__submenu li:after,
    .submenu li:after {
        display: none;
    }
}
.header.open-nav .header__func {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
@media (min-width: 576px) {
    .header.open-nav .header__func {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media screen and (max-width: 991px) {
    .header.open-nav .header__func {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
.header.open-nav .header__func .btn__wrap {
    margin-top: 3.05556rem;
}
.header__search {
    position: absolute;
    height: 40px;
    padding: 0;
    display: none;
    z-index: 100;
    top: 50%;
    margin-top: -20px;
    left: 2.77778rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 480px) {
    .header__search {
        left: 0;
    }
}
.header__search__txt {
    border: none;
    background: 0 0;
    outline: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 40px;
    width: 0;
    display: block;
}
.header__search__txt::-webkit-input-placeholder {
    color: #fff;
}
.header__search__txt:-ms-input-placeholder {
    color: #fff;
}
.header__search__txt::-ms-input-placeholder {
    color: #fff;
}
.header__search__txt::-moz-placeholder {
    color: #fff;
}
.header__search__txt::placeholder {
    color: #fff;
}
.header__search__btn {
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
}
.header__search__icon {
    fill: #272a2c;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}
.header__search__submit {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    opacity: 0;
}
.header__search:hover {
    background: #272a2c;
}
.header__search:hover .header__search__txt {
    width: 160px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
    padding-left: 20px;
}
@media (min-width: 480px) {
    .header__search:hover .header__search__txt {
        width: 240px;
    }
}
.header__search:hover .header__search__btn {
    background-color: #79c153;
}
.header__search:hover .header__search__btn:hover {
    background-color: #ed1c24;
}
.header__search:hover .header__search__icon {
    fill: #fff;
}
.header.open-nav .header__search {
    display: none !important;
}
.mobile__search {
    background: #272a2c;
    margin-bottom: 20px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.mobile__search__txt {
    border: none;
    background: 0 0;
    outline: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 40px;
    width: 100%;
    display: block;
    color: #fff;
}
.mobile__search__txt::-webkit-input-placeholder {
    color: #fff;
}
.mobile__search__txt:-ms-input-placeholder {
    color: #fff;
}
.mobile__search__txt::-ms-input-placeholder {
    color: #fff;
}
.mobile__search__txt::-moz-placeholder {
    color: #fff;
}
.mobile__search__txt::placeholder {
    color: #fff;
}
.mobile__search__btn {
    width: 40px;
    height: 40px;
    background: #79c153;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
}
.mobile__search__icon {
    fill: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}
.mobile__search__submit {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    opacity: 0;
}
.mobile-menu {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 4.16667rem;
    height: calc(100vh);
    width: 100%;
    overflow: auto;
    z-index: 1000;
    padding-top: 30px;
}
@media (min-width: 576px) {
    .mobile-menu {
        top: 75px;
    }
}
@media (min-width: 768px) {
    .mobile-menu {
        top: 100px;
    }
}
@media (min-width: 992px) {
    .mobile-menu {
        top: 125px;
    }
}
@media (min-width: 1200px) {
    .mobile-menu {
        top: 150px;
    }
}
.mobile-menu__item {
    margin-top: 10px;
}
.mobile-menu__link {
    display: inline-block;
    padding-right: 30px;
    position: relative;
    font-size: 0.88889rem;
    color: #272a2c;
    font-weight: 600;
}
.mobile-menu__link.arrowDown {
    position: relative;
}
.mobile-menu__link.arrowDown:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/templates/img/svg/arrow.svg);
    background-size: contain;
}
.mobile-submenu {
    margin-left: 20px;
    display: none;
}
.mobile-submenu__link {
    font-size: 0.77778rem;
    color: #272a2c;
}
.header.open-nav + .mobile-menu {
    display: block;
}
.mobile__contacts {
    font-size: 0.77778rem;
}
@media (min-width: 768px) {
    .mobile__contacts {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .mobile__contacts {
        font-size: 1rem;
    }
}
.mobile__contacts__callback,
.mobile__contacts__phone {
    display: block;
}
@media (min-width: 480px) {
    .mobile__contacts__callback,
    .mobile__contacts__phone {
        display: none;
    }
}
.mobile__contacts__phone {
    color: #252c24;
}
.mobile__contacts__callback {
    text-transform: uppercase;
}
.screen1 {
    background-image: url(/templates/img/bg/main-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right -15rem;
    background-size: auto 100%;
    min-height: 25rem;
}
@media (min-width: 480px) {
    .screen1 {
        background-position: bottom right -16.66667rem;
        min-height: 26.38889rem;
    }
}
@media (min-width: 576px) {
    .screen1 {
        background-position: bottom right -16.66667rem;
        min-height: 30.55556rem;
    }
}
@media (min-width: 768px) {
    .screen1 {
        background-position: bottom right -16.66667rem;
        min-height: 31.94444rem;
    }
}
@media (min-width: 992px) {
    .screen1 {
        background-position: bottom right -8.33333rem;
        min-height: 33.33333rem;
    }
}
@media (min-width: 1200px) {
    .screen1 {
        background-position: bottom right;
    }
}
.screen1__subtitle {
    text-transform: uppercase;
}
.screen1__title {
    color: #252c24;
    margin-top: 3.5vh;
    margin-bottom: 8vh;
}
@media (min-width: 1440px) {
    .screen1__title {
        margin-top: 3.5vh;
        margin-bottom: 8vh;
    }
}
@media (max-height: 574px) {
    .screen1__title {
        margin-top: 0.55556rem;
        margin-bottom: 2.77778rem;
    }
}
.screen1__title span {
    display: block;
}
.screen1__stamp {
    margin-top: 7vh;
    width: 7.22222rem;
    height: 7.22222rem;
}
@media (min-width: 768px) {
    .screen1__stamp {
        width: 8.33333rem;
        height: 8.33333rem;
    }
}
@media (min-width: 992px) {
    .screen1__stamp {
        width: 10rem;
        height: 10rem;
    }
}
@media (min-width: 1200px) {
    .screen1__stamp {
        width: 200 px/18px0rem;
        height: 200 px/18px0rem;
    }
}
@media (min-width: 1440px) {
    .screen1__stamp {
        width: 12.22222rem;
        height: 12.22222rem;
    }
}
@media (min-width: 1800px) {
    .screen1__stamp {
        margin-top: 8vh;
        width: 13.33333rem;
        height: 13.33333rem;
    }
}
@media (max-height: 599px) {
    .screen1__stamp {
        margin-top: 2.22222rem;
    }
}
.screen1 .btn {
    max-width: 16.94444rem;
}
.screen2 {
    padding-top: 2.22222rem;
    padding-bottom: 1.38889rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/templates/img/bg/bg1.jpg);
}
@media (min-width: 480px) {
    .screen2 {
        padding-top: 2.22222rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 576px) {
    .screen2 {
        padding-top: 3.33333rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 768px) {
    .screen2 {
        padding-top: 4.44444rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 992px) {
    .screen2 {
        padding-top: 5.55556rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 1200px) {
    .screen2 {
        padding-top: 6.38889rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 1440px) {
    .screen2 {
        padding-top: 6.94444rem;
        padding-bottom: 1.66667rem;
    }
}
.screen2__list {
    counter-reset: screen2;
    list-style-type: decimal-leading-zero;
    margin-top: 0.83333rem;
}
@media (min-width: 768px) {
    .screen2__list {
        margin-top: 1.11111rem;
    }
}
.screen2__item {
    position: relative;
    display: block;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
    color: #fff;
    margin-bottom: 0.83333rem;
    margin-top: 2rem;
}
@media (min-width: 480px) {
    .screen2__item {
        margin-bottom: 1.11111rem;
        margin-top: 2.22222rem;
    }
}
@media (min-width: 768px) {
    .screen2__item {
        margin-bottom: 1.11111rem;
        margin-top: 2.22222rem;
    }
}
@media (max-width: 991px) {
    .screen2__item {
        height: auto !important;
    }
}
@media (min-width: 992px) {
    .screen2__item {
        margin-bottom: 1.66667rem;
        margin-top: 2.22222rem;
    }
}
@media (min-width: 1200px) {
    .screen2__item {
        margin-bottom: 1.66667rem;
        margin-top: 3.33333rem;
    }
}
.screen2__item:after,
.screen2__item:before {
    position: absolute;
    bottom: calc(100% + 5px);
}
.screen2__item:before {
    counter-increment: screen2;
    content: counter(screen2, decimal-leading-zero);
    color: #9cbdac;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #9cbdac;
}
.screen2__item:after {
    content: "";
    display: inline-block;
    width: 4.88889rem;
    height: 4px;
    background-color: #9cbdac;
    left: 2.38889rem;
    margin-bottom: 0.33333rem;
}
@media (min-width: 480px) {
    .screen2__item:after {
        left: 2.5rem;
        margin-bottom: 0.33333rem;
    }
}
@media (min-width: 576px) {
    .screen2__item:after {
        left: 2.66667rem;
        margin-bottom: 0.33333rem;
    }
}
@media (min-width: 768px) {
    .screen2__item:after {
        left: 3.05556rem;
        margin-bottom: 0.44444rem;
    }
}
@media (min-width: 992px) {
    .screen2__item:after {
        left: 3.05556rem;
        margin-bottom: 0.44444rem;
    }
}
@media (min-width: 1200px) {
    .screen2__item:after {
        left: 3.33333rem;
        margin-bottom: 0.55556rem;
    }
}
.tabs-oil {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/templates/img/bg/bg2.jpg);
    color: #fff;
    padding-top: 1.94444rem;
    padding-bottom: 1.94444rem;
}
@media (min-width: 480px) {
    .tabs-oil {
        padding-top: 2.22222rem;
        padding-bottom: 2.22222rem;
    }
}
@media (min-width: 576px) {
    .tabs-oil {
        padding-top: 2.77778rem;
        padding-bottom: 2.77778rem;
    }
}
@media (min-width: 768px) {
    .tabs-oil {
        padding-top: 4.44444rem;
        padding-bottom: 4.44444rem;
    }
}
@media (min-width: 992px) {
    .tabs-oil {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
@media (min-width: 1200px) {
    .tabs-oil {
        padding-top: 5.55556rem;
        padding-bottom: 5rem;
    }
}
@media (min-width: 1440px) {
    .tabs-oil {
        padding-top: 6.11111rem;
        padding-bottom: 5rem;
    }
}
@media (min-width: 1800px) {
    .tabs-oil {
        padding-top: 6.66667rem;
        padding-bottom: 5.55556rem;
    }
}
.tabs-oil__txt {
    margin-top: 0.44444rem;
    margin-bottom: 0.44444rem;
}
@media (min-width: 768px) {
    .tabs-oil__txt {
        margin-top: 0.55556rem;
        margin-bottom: 0.55556rem;
    }
}
@media (min-width: 768px) {
    .tabs-oil__txt {
        margin-top: 0.94444rem;
        margin-bottom: 1.38889rem;
    }
}
.tabs-oil__txt p:first-child {
    margin-top: 0;
}
.tabs-oil__txt p:last-child {
    margin-bottom: 0;
}
.tabs-oil__txt ul {
    margin-left: 15px;
}
.tabs-oil__txt ul li {
    position: relative;
    margin-top: 5px;
    padding-bottom: 5px;
    list-style-type: disc;
    list-style-position: outside;
}
.tabs-oil__func {
    margin-bottom: 1.38889rem;
    margin-top: 1.38889rem;
}
@media (min-width: 480px) {
    .tabs-oil__func {
        margin-bottom: 1.66667rem;
    }
}
@media (min-width: 576px) {
    .tabs-oil__func {
        margin-bottom: 1.94444rem;
    }
}
@media (min-width: 768px) {
    .tabs-oil__func {
        margin-bottom: 2.22222rem;
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .tabs-oil__func {
        margin-bottom: 0;
    }
}
.tabs-oil__title {
    display: none;
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
@media (min-width: 992px) {
    .tabs-oil__title {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
        display: block;
    }
}
.tabs-oil__preview {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 8.33333rem;
    margin-top: 1.11111rem;
}
@media (min-width: 480px) {
    .tabs-oil__preview {
        width: 19.44444rem;
        height: 13.88889rem;
        margin-top: 1.38889rem;
    }
}
@media (min-width: 576px) {
    .tabs-oil__preview {
        width: 22.22222rem;
        height: 11.11111rem;
        margin-top: 1.66667rem;
    }
}
@media (min-width: 992px) {
    .tabs-oil__preview {
        margin-top: 0;
    }
}
.tabs-oil .tabs {
    max-width: 16.94444rem;
}
.tabs-oil .tabs li {
    text-align: right;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #9cbdac;
}
@media (min-width: 992px) {
    .tabs-oil .tabs li {
        padding-top: 1.11111rem;
        padding-bottom: 1.11111rem;
        padding-right: 1.94444rem;
        padding-left: 0.55556rem;
    }
}
.tabs-oil .tab_accordion {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #9cbdac;
    border-top: 1px solid #9cbdac;
    padding-top: 0.83333rem;
    padding-bottom: 0.83333rem;
    padding-right: 1.94444rem;
    padding-left: 0.83333rem;
}
@media (min-width: 768px) {
    .tabs-oil .tab_accordion {
        padding-top: 1.11111rem;
        padding-bottom: 1.11111rem;
        padding-right: 1.94444rem;
        padding-left: 1.11111rem;
    }
}
@media (min-width: 992px) {
    .tabs-oil .tab_accordion {
        padding-top: 1.11111rem;
        padding-bottom: 1.11111rem;
        padding-right: 1.94444rem;
        padding-left: 0.55556rem;
    }
}
.tabs-oil .tab_accordion {
    border-top: 0;
}
.tabs li .tabs-oil__arrow {
    display: none;
}
.tabs-oil .tab_accordion.d_active,
.tabs-oil .tab_accordion:hover,
.tabs-oil .tabs li.active,
.tabs-oil .tabs li:hover {
    background-color: #5e3e38;
    color: #e8b12d;
}
.tabs li.active .tabs-oil__arrow,
.tabs li:hover .tabs-oil__arrow {
    display: block;
}
.tab_accordion.d_active .tabs-oil__arrow,
.tab_accordion:hover .tabs-oil__arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}
.tabs-oil .tab_accordion.d_active + .tab_content {
    border-bottom: 1px solid #9cbdac;
}
@media (min-width: 992px) {
    .tabs-oil .tab_accordion.d_active + .tab_content {
        border-bottom: 0;
    }
}
.tabs-oil .tab_content {
    color: #fff;
}
.tabs-oil .tab_content h4 {
    font-size: 0.88889rem;
    line-height: 1.05556rem;
    font-weight: 700;
}
.tabs-oil__arrow {
    fill: #fff;
    position: absolute;
    display: block;
    width: 0.83333rem;
    height: 0.55556rem;
    right: 7px;
    top: 50%;
    margin-top: -0.27778rem;
}
.table-block {
    background-image: url(/templates/img/bg/bg3-1.png);
    background-position: left 52% bottom;
    background-repeat: no-repeat;
    padding-top: 2.22222rem;
    padding-bottom: 1.38889rem;
}
@media (min-width: 480px) {
    .table-block {
        padding-top: 2.22222rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 576px) {
    .table-block {
        padding-top: 3.33333rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 768px) {
    .table-block {
        padding-top: 4.44444rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 992px) {
    .table-block {
        padding-top: 5.55556rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 1200px) {
    .table-block {
        padding-top: 6.38889rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 1440px) {
    .table-block {
        padding-top: 6.94444rem;
        padding-bottom: 1.66667rem;
    }
}
.table-block__table-wrap {
    width: 100%;
}
@media (max-width: 575px) {
    .table-block__table-wrap {
        overflow-x: scroll;
    }
}
.table-block__table {
    table-layout: fixed;
}
.table-block__table .cola {
    width: 9.44444rem;
}
.table-block__table thead {
    background-color: #5e3e38;
    color: #fff;
}
.table-block__table thead td {
    text-align: center;
}
.table-block__table td {
    border: 2px solid #fff;
    vertical-align: middle;
    padding-top: 0.27778rem;
    padding-bottom: 0.27778rem;
    padding-left: 0.27778rem;
    padding-right: 0.27778rem;
}
@media (min-width: 576px) {
    .table-block__table td {
        padding-top: 0.27778rem;
        padding-bottom: 0.27778rem;
        padding-left: 0.55556rem;
        padding-right: 0.55556rem;
    }
}
@media (min-width: 768px) {
    .table-block__table td {
        padding-top: 0.55556rem;
        padding-bottom: 0.55556rem;
        padding-left: 1.11111rem;
        padding-right: 1.11111rem;
    }
}
@media (min-width: 992px) {
    .table-block__table td {
        padding-top: 0.83333rem;
        padding-bottom: 0.83333rem;
        padding-left: 1.66667rem;
        padding-right: 1.66667rem;
    }
}
.table-block__table tbody td {
    background-color: #efe8e5;
    text-align: center;
}
.table-block__table tbody td:first-child {
    text-align: left;
}
.table-block__table tfoot td {
    border: 0;
    text-align: center;
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
    padding-top: 1.11111rem;
}
@media (min-width: 480px) {
    .table-block__table tfoot td {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem;
    }
}
@media (min-width: 576px) {
    .table-block__table tfoot td {
        padding-left: 1.66667rem;
        padding-right: 1.66667rem;
    }
}
@media (min-width: 768px) {
    .table-block__table tfoot td {
        padding-left: 2.22222rem;
        padding-right: 2.22222rem;
    }
}
@media (min-width: 992px) {
    .table-block__table tfoot td {
        padding-left: 2.77778rem;
        padding-right: 2.77778rem;
    }
}
@media (min-width: 1200px) {
    .table-block__table tfoot td {
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 1.66667rem;
    }
}
@media (min-width: 1440px) {
    .table-block__table tfoot td {
        padding-left: 6.11111rem;
        padding-right: 6.11111rem;
        padding-top: 2.22222rem;
    }
}
.container-fluid.feedback,
.feedback.container-lg,
.feedback.container-md,
.feedback.container-sm,
.feedback.container-xl {
    max-width: 88.88889rem;
    background-color: #e8b12d;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url(/templates/img/bg/bg3-2.jpg);
}
@media (max-width: 1439px) {
    .container-fluid.feedback,
    .feedback.container-lg,
    .feedback.container-md,
    .feedback.container-sm,
    .feedback.container-xl {
        background-size: 100% auto;
        background-position: top right;
    }
}
.feedback {
    padding-top: 1.11111rem;
    padding-bottom: 1.11111rem;
    margin-top: 1.94444rem;
}
@media (min-width: 480px) {
    .feedback {
        margin-top: 2.22222rem;
    }
}
@media (min-width: 576px) {
    .feedback {
        padding-top: 1.38889rem;
        padding-bottom: 1.38889rem;
        margin-top: 2.5rem;
    }
}
@media (min-width: 768px) {
    .feedback {
        padding-top: 1.66667rem;
        padding-bottom: 1.66667rem;
        margin-top: 2.77778rem;
    }
}
@media (min-width: 992px) {
    .feedback {
        padding-top: 1.94444rem;
        padding-bottom: 1.94444rem;
        margin-top: 3.05556rem;
    }
}
@media (min-width: 1200px) {
    .feedback {
        padding-top: 2.22222rem;
        padding-bottom: 1.66667rem;
        margin-top: 3.33333rem;
    }
}
@media (min-width: 1440px) {
    .feedback {
        padding-bottom: 2.22222rem;
        margin-top: 3.61111rem;
    }
}
@media (min-width: 1800px) {
    .feedback {
        padding-bottom: 2.22222rem;
        margin-top: 3.88889rem;
    }
}
.feedback__func {
    margin-top: 0.83333rem;
}
@media (min-width: 576px) {
    .feedback__func {
        margin-top: 1.11111rem;
    }
}
@media (min-width: 992px) {
    .feedback__func {
        margin-top: 1.38889rem;
    }
}
@media (min-width: 1200px) {
    .feedback__func {
        margin-top: 1.66667rem;
    }
}
.foto {
    padding-bottom: 1.94444rem;
}
@media (min-width: 576px) {
    .foto {
        padding-bottom: 2.22222rem;
    }
}
@media (min-width: 768px) {
    .foto {
        padding-bottom: 2.77778rem;
        padding-top: 1.94444rem;
    }
}
@media (min-width: 992px) {
    .foto {
        padding-top: 0;
    }
}
.foto__title {
    display: block;
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #9cbdac;
}
@media (min-width: 992px) {
    .foto__title {
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media (min-width: 1440px) {
    .foto__title {
        left: -1.94444rem;
    }
}
@media (min-width: 1800px) {
    .foto__title {
        left: -3.88889rem;
    }
}
@media (min-width: 992px) {
    .foto__title {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
    }
}
.foto__list {
    position: relative;
    width: 100%;
    margin-top: 1.11111rem;
}
@media (min-width: 480px) {
    .foto__list {
        margin-top: 1.38889rem;
    }
}
@media (min-width: 576px) {
    .foto__list {
        margin-top: 1.66667rem;
    }
}
@media (min-width: 768px) {
    .foto__list {
        margin-top: 1.94444rem;
    }
}
@media (min-width: 992px) {
    .foto__list {
        margin-top: 0;
        width: calc(100% - 100px);
    }
}
@media (min-width: 1200px) {
    .foto__list {
        width: calc(100% - 100px);
    }
}
@media (min-width: 1440px) {
    .foto__list {
        width: calc(100% - 75px);
    }
}
@media (min-width: 1800px) {
    .foto__list {
        margin-top: 3.88889rem;
        width: 100%;
    }
}
.foto__item {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
       transition-delay: 0.5s;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: calc(100% - 20px);
    height: 15rem;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    bottom: 0;
}
@media (min-width: 480px) {
    .foto__item {
        height: 19.44444rem;
    }
}
@media (min-width: 768px) {
    .foto__item {
        margin-top: 2.77778rem;
    }
}
@media (min-width: 992px) {
    .foto__item {
        height: 26.66667rem;
        margin-top: 4.44444rem;
    }
}
@media (min-width: 1200px) {
    .foto__item {
        height: 28.33333rem;
        margin-top: 7.5rem;
    }
}
@media (min-width: 1440px) {
    .foto__item {
        height: 30rem;
    }
}
@media (min-width: 1800px) {
    .foto__item {
        height: 31.66667rem;
    }
}
@media (min-width: 768px) {
    .slick-center .foto__item {
        bottom: 2.77778rem;
    }
}
@media (min-width: 992px) {
    .slick-center .foto__item {
        bottom: 4.44444rem;
    }
}
@media (min-width: 1200px) {
    .slick-center .foto__item {
        bottom: 7.5rem;
    }
}
.container-fluid.rekom-wrap,
.rekom-wrap.container-lg,
.rekom-wrap.container-md,
.rekom-wrap.container-sm,
.rekom-wrap.container-xl {
    max-width: 88.88889rem;
    position: relative;
}
.container-fluid.rekom-wrap:before,
.rekom-wrap.container-lg:before,
.rekom-wrap.container-md:before,
.rekom-wrap.container-sm:before,
.rekom-wrap.container-xl:before {
    content: "";
    display: block;
    width: 25.33333rem;
    height: 47.5rem;
    background-image: url(/templates/img/bg/bg4-1.png);
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    left: -149px;
    top: -210px;
    z-index: 1;
}
@media (max-width: 1439px) {
    .container-fluid.rekom-wrap:before,
    .rekom-wrap.container-lg:before,
    .rekom-wrap.container-md:before,
    .rekom-wrap.container-sm:before,
    .rekom-wrap.container-xl:before {
        display: none;
    }
}
.rekom-inner {
    position: relative;
    z-index: 2;
    background-color: #4f4e28;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-image: url(/templates/img/bg/bg4-2.png);
    padding-top: 1.11111rem;
    padding-bottom: 1.11111rem;
}
@media (max-width: 1439px) {
    .rekom-inner {
        background-size: auto 100%;
        background-position: bottom left -20%;
    }
}
@media (max-width: 1199px) {
    .rekom-inner {
        background-size: auto 100%;
        background-position: bottom left -130px;
    }
}
@media (max-width: 991px) {
    .rekom-inner {
        background-size: auto 100%;
        background-position: bottom left -230px;
        background-image: none;
    }
}
@media (min-width: 576px) {
    .rekom-inner {
        padding-top: 1.38889rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 768px) {
    .rekom-inner {
        padding-top: 1.66667rem;
        padding-bottom: 1.66667rem;
    }
}
@media (min-width: 992px) {
    .rekom-inner {
        padding-top: 1.94444rem;
        padding-bottom: 1.94444rem;
        padding-left: 6.66667rem;
    }
}
@media (min-width: 1200px) {
    .rekom-inner {
        padding-top: 1.66667rem;
        padding-bottom: 1.66667rem;
        padding-left: 6.66667rem;
    }
}
@media (min-width: 1440px) {
    .rekom-inner {
        padding-bottom: 2.22222rem;
        padding-left: 3.88889rem;
    }
}
@media (min-width: 1800px) {
    .rekom-inner {
        padding-bottom: 2.22222rem;
        margin-top: 1.66667rem;
        padding-left: 0;
    }
}
.rekom-inner__func {
    margin-top: 0.83333rem;
}
@media (min-width: 576px) {
    .rekom-inner__func {
        margin-top: 1.11111rem;
    }
}
@media (min-width: 992px) {
    .rekom-inner__func {
        margin-top: 1.38889rem;
    }
}
@media (min-width: 1200px) {
    .rekom-inner__func {
        margin-top: 1.66667rem;
    }
}
.patents {
    padding-top: 1.94444rem;
    position: relative;
    padding-bottom: 3.33333rem;
}
@media (min-width: 480px) {
    .patents {
        padding-top: 2.22222rem;
        padding-bottom: 3.61111rem;
    }
}
@media (min-width: 576px) {
    .patents {
        padding-bottom: 3.61111rem;
        padding-top: 2.5rem;
    }
}
@media (min-width: 768px) {
    .patents {
        padding-bottom: 4.44444rem;
        padding-top: 2.77778rem;
    }
}
@media (min-width: 992px) {
    .patents {
        padding-top: 0;
        padding-top: 3.05556rem;
        padding-bottom: 5rem;
    }
}
@media (min-width: 1200px) {
    .patents {
        padding-top: 3.33333rem;
        padding-bottom: 5.83333rem;
    }
}
@media (min-width: 1440px) {
    .patents {
        padding-top: 3.61111rem;
    }
}
@media (min-width: 1800px) {
    .patents {
        padding-top: 3.88889rem;
    }
}
.patents__block {
    position: relative;
    z-index: 2;
    margin-top: 1.94444rem;
}
@media (min-width: 480px) {
    .patents__block {
        margin-top: 2.22222rem;
    }
}
@media (min-width: 576px) {
    .patents__block {
        margin-top: 2.77778rem;
    }
}
@media (min-width: 768px) {
    .patents__block {
        margin-top: 3.33333rem;
    }
}
@media (min-width: 992px) {
    .patents__block {
        margin-top: 3.88889rem;
    }
}
@media (min-width: 1200px) {
    .patents__block {
        margin-top: 4.44444rem;
    }
}
@media (min-width: 1440px) {
    .patents__block {
        margin-top: 5rem;
    }
}
@media (min-width: 1800px) {
    .patents__block {
        margin-top: 5.55556rem;
    }
}
.patents__item {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.patents__item img {
    display: inline-block;
}
.dilers .container-fluid,
.dilers .container-lg,
.dilers .container-md,
.dilers .container-sm,
.dilers .container-xl {
    max-width: 88.88889rem;
    background-image: url(/templates/img/bg/bg5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 1.38889rem;
    padding-bottom: 3.33333rem;
}
@media (min-width: 480px) {
    .dilers .container-fluid,
    .dilers .container-lg,
    .dilers .container-md,
    .dilers .container-sm,
    .dilers .container-xl {
        padding-top: 1.66667rem;
        padding-bottom: 3.61111rem;
    }
}
@media (min-width: 576px) {
    .dilers .container-fluid,
    .dilers .container-lg,
    .dilers .container-md,
    .dilers .container-sm,
    .dilers .container-xl {
        padding-bottom: 3.61111rem;
        padding-top: 1.94444rem;
    }
}
@media (min-width: 768px) {
    .dilers .container-fluid,
    .dilers .container-lg,
    .dilers .container-md,
    .dilers .container-sm,
    .dilers .container-xl {
        padding-bottom: 4.44444rem;
        padding-top: 2.22222rem;
    }
}
@media (min-width: 992px) {
    .dilers .container-fluid,
    .dilers .container-lg,
    .dilers .container-md,
    .dilers .container-sm,
    .dilers .container-xl {
        padding-bottom: 5rem;
        padding-top: 2.5rem;
    }
}
@media (min-width: 1200px) {
    .dilers .container-fluid,
    .dilers .container-lg,
    .dilers .container-md,
    .dilers .container-sm,
    .dilers .container-xl {
        padding-top: 2.77778rem;
        padding-bottom: 5.83333rem;
    }
}
.dilers__title {
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    display: block;
}
@media (max-height: 991px) {
    .dilers__title {
        height: auto !important;
    }
}
@media (min-width: 992px) {
    .dilers__title {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
        position: absolute;
        left: 0;
    }
}
@media (min-width: 1200px) {
    .dilers__title {
        top: -2.77778rem;
    }
}
@media (min-width: 1440px) {
    .dilers__title {
        left: -1.94444rem;
    }
}
@media (min-width: 1800px) {
    .dilers__title {
        left: -3.88889rem;
    }
}
.dilers__list {
    position: relative;
    width: 100%;
    margin-top: 1.11111rem;
}
@media (min-width: 480px) {
    .dilers__list {
        margin-top: 1.38889rem;
    }
}
@media (min-width: 576px) {
    .dilers__list {
        margin-top: 1.66667rem;
    }
}
@media (min-width: 768px) {
    .dilers__list {
        margin-top: 1.94444rem;
    }
}
@media (min-width: 992px) {
    .dilers__list {
        margin-top: 0;
        width: calc(100% - 100px);
    }
}
@media (min-width: 1200px) {
    .dilers__list {
        width: calc(100% - 100px);
    }
}
@media (min-width: 1440px) {
    .dilers__list {
        width: calc(100% - 75px);
    }
}
@media (min-width: 1800px) {
    .dilers__list {
        margin-top: 3.88889rem;
        width: 100%;
    }
}
.dilers__list .slick__arrow {
    fill: #9cbdac;
}
.dilers__item {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    bottom: 0;
    border: 2px solid #9cbdac;
    padding: 0.83333rem;
}
@media (min-width: 576px) {
    .dilers__item {
        padding: 1.11111rem;
    }
}
@media (min-width: 992px) {
    .dilers__item {
        padding: 1.38889rem;
    }
}
@media (min-width: 1200px) {
    .dilers__item {
        padding: 1.66667rem;
    }
}
.dilers__item:hover {
    border: 2px solid #e8b12d;
}
.dilers__item__title {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-bottom: 1.66667rem;
}
@media (min-width: 480px) {
    .dilers__item__title {
        padding-bottom: 1.66667rem;
    }
}
@media (min-width: 576px) {
    .dilers__item__title {
        padding-bottom: 1.66667rem;
    }
}
@media (min-width: 768px) {
    .dilers__item__title {
        padding-bottom: 1.66667rem;
    }
}
@media (min-width: 992px) {
    .dilers__item__title {
        padding-bottom: 1.66667rem;
    }
}
@media (min-width: 1200px) {
    .dilers__item__title {
        padding-bottom: 1.66667rem;
    }
}
@media (min-width: 1440px) {
    .dilers__item__title {
        padding-bottom: 1.66667rem;
    }
}
@media (min-width: 1800px) {
    .dilers__item__title {
        padding-bottom: 1.66667rem;
    }
}
.dilers__item__title span {
    display: block;
}
.dilers__item__title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #9cbdac;
    display: block;
    width: 5rem;
}
@media (min-width: 480px) {
    .dilers__item__title:before {
        width: 5rem;
    }
}
@media (min-width: 576px) {
    .dilers__item__title:before {
        width: 5rem;
    }
}
@media (min-width: 768px) {
    .dilers__item__title:before {
        width: 5rem;
    }
}
@media (min-width: 992px) {
    .dilers__item__title:before {
        width: 5rem;
    }
}
@media (min-width: 1200px) {
    .dilers__item__title:before {
        width: 5rem;
    }
}
@media (min-width: 1440px) {
    .dilers__item__title:before {
        width: 5rem;
    }
}
@media (min-width: 1800px) {
    .dilers__item__title:before {
        width: 5rem;
    }
}
.dilers__item__info {
    margin-top: 2.77778rem;
}
@media (min-width: 480px) {
    .dilers__item__info {
        margin-top: 2.77778rem;
    }
}
@media (min-width: 576px) {
    .dilers__item__info {
        margin-top: 2.77778rem;
    }
}
@media (min-width: 768px) {
    .dilers__item__info {
        margin-top: 2.77778rem;
    }
}
@media (min-width: 992px) {
    .dilers__item__info {
        margin-top: 2.77778rem;
    }
}
@media (min-width: 1200px) {
    .dilers__item__info {
        margin-top: 2.77778rem;
    }
}
@media (min-width: 1440px) {
    .dilers__item__info {
        margin-top: 2.77778rem;
    }
}
@media (min-width: 1800px) {
    .dilers__item__info {
        margin-top: 2.77778rem;
    }
}
.dilers__item__line {
    position: relative;
    color: #fff;
    padding-left: 1.94444rem;
    margin-top: 0.27778rem;
    margin-bottom: 0.27778rem;
}
.dilers__item__line a {
    color: #fff;
    text-decoration: none;
}
@media (min-width: 992px) {
    .dilers__item__line {
        margin-top: 0.55556rem;
        margin-bottom: 0.55556rem;
    }
}
.dilers__item__icon {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    fill: #e8b12d;
}
.news {
    margin-top: 1.94444rem;
    padding-bottom: 3.33333rem;
}
@media (min-width: 480px) {
    .news {
        margin-top: 2.22222rem;
        padding-bottom: 3.61111rem;
    }
}
@media (min-width: 576px) {
    .news {
        margin-top: 2.77778rem;
        padding-bottom: 3.61111rem;
    }
}
@media (min-width: 768px) {
    .news {
        margin-top: 3.33333rem;
        padding-bottom: 4.44444rem;
    }
}
@media (min-width: 992px) {
    .news {
        margin-top: 3.88889rem;
        padding-bottom: 5rem;
    }
}
@media (min-width: 1200px) {
    .news {
        margin-top: 4.44444rem;
        padding-bottom: 5.83333rem;
    }
}
@media (min-width: 1440px) {
    .news {
        margin-top: 5rem;
    }
}
@media (min-width: 1800px) {
    .news {
        margin-top: 5.55556rem;
    }
}
.news__title {
    color: #252c24;
}
.news__list {
    position: relative;
    width: 100%;
    margin-top: 1.11111rem;
}
@media (min-width: 576px) {
    .news__list {
        margin-top: 1.38889rem;
    }
}
@media (min-width: 768px) {
    .news__list {
        margin-top: 1.66667rem;
    }
}
@media (min-width: 992px) {
    .news__list {
        margin-top: 1.94444rem;
    }
}
@media (min-width: 1200px) {
    .news__list {
        margin-top: 2.22222rem;
    }
}
@media (min-width: 1440px) {
    .news__list {
        margin-top: 2.5rem;
    }
}
@media (min-width: 1800px) {
    .news__list {
        margin-top: 2.77778rem;
    }
}
.news__item {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    bottom: 0;
    background-color: #fff;
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
    padding-top: 1.38889rem;
    padding-bottom: 1.38889rem;
    border: 2px solid #fff;
}
@media (min-width: 576px) {
    .news__item {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem;
        padding-top: 1.66667rem;
        padding-bottom: 1.66667rem;
    }
}
@media (min-width: 992px) {
    .news__item {
        padding-left: 1.38889rem;
        padding-right: 1.38889rem;
        padding-top: 1.94444rem;
        padding-bottom: 1.94444rem;
    }
}
@media (min-width: 1200px) {
    .news__item {
        padding-left: 1.66667rem;
        padding-right: 1.66667rem;
        padding-top: 2.22222rem;
        padding-bottom: 2.22222rem;
    }
}
.news__item:hover {
    border: 2px solid #9cbdac;
}
.news__item > span {
    display: block;
}
.news__item__title {
    font-weight: 700;
    color: #252c24;
    padding-bottom: 0.83333rem;
}
@media (min-width: 576px) {
    .news__item__title {
        padding-bottom: 1.11111rem;
    }
}
@media (min-width: 768px) {
    .news__item__title {
        padding-bottom: 1.38889rem;
    }
}
.news__item__info {
    color: #252c24;
}
.news__item__date {
    color: #9cbdac;
    padding-bottom: 0.83333rem;
}
@media (min-width: 576px) {
    .news__item__date {
        padding-bottom: 1.11111rem;
    }
}
@media (min-width: 768px) {
    .news__item__date {
        padding-bottom: 1.38889rem;
    }
}
.contacts__list .slick__arrow {
    fill: #9cbdac;
}
.contacts__item {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    cursor: pointer;
    bottom: 0;
    border: 2px solid #9cbdac;
    padding: 0.83333rem;
}
@media (min-width: 576px) {
    .contacts__item {
        padding: 1.11111rem;
    }
}
@media (min-width: 992px) {
    .contacts__item {
        padding: 1.38889rem;
    }
}
@media (min-width: 1200px) {
    .contacts__item {
        padding: 1.66667rem;
    }
}
.contacts__item__title {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-bottom: 0.83333rem;
}
.contacts__item__title span {
    display: block;
}
.contacts__item__title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #efe8e5;
    display: block;
    width: 5rem;
}
@media (min-width: 480px) {
    .contacts__item__title:before {
        width: 5rem;
    }
}
@media (min-width: 576px) {
    .contacts__item__title:before {
        width: 5rem;
    }
}
@media (min-width: 768px) {
    .contacts__item__title:before {
        width: 5rem;
    }
}
@media (min-width: 992px) {
    .contacts__item__title:before {
        width: 5rem;
    }
}
@media (min-width: 1200px) {
    .contacts__item__title:before {
        width: 5rem;
    }
}
@media (min-width: 1440px) {
    .contacts__item__title:before {
        width: 5rem;
    }
}
@media (min-width: 1800px) {
    .contacts__item__title:before {
        width: 5rem;
    }
}
.contacts__item__subtitle {
    text-transform: none;
    font-weight: 400;
    color: #fff;
    margin-top: 0.83333rem;
}
@media (min-width: 992px) {
    .contacts__item__subtitle {
        margin-top: 1.11111rem;
    }
}
.contacts__item__info {
    margin-top: 2.77778rem;
}
@media (min-width: 480px) {
    .contacts__item__info {
        margin-top: 2.77778rem;
    }
}
@media (min-width: 576px) {
    .contacts__item__info {
        margin-top: 2.77778rem;
    }
}
@media (min-width: 768px) {
    .contacts__item__info {
        margin-top: 2.77778rem;
    }
}
@media (min-width: 992px) {
    .contacts__item__info {
        margin-top: 2.77778rem;
    }
}
@media (min-width: 1200px) {
    .contacts__item__info {
        margin-top: 2.77778rem;
    }
}
@media (min-width: 1440px) {
    .contacts__item__info {
        margin-top: 2.77778rem;
    }
}
@media (min-width: 1800px) {
    .contacts__item__info {
        margin-top: 2.77778rem;
    }
}
.contacts__item__line {
    position: relative;
    color: #fff;
    padding-left: 1.94444rem;
    margin-top: 0.27778rem;
    margin-bottom: 0.27778rem;
}
.contacts__item__line a {
    color: #fff;
    text-decoration: none;
}
@media (min-width: 992px) {
    .contacts__item__line {
        margin-top: 0.55556rem;
        margin-bottom: 0.55556rem;
    }
}
.contacts__item__icon {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    fill: #e8b12d;
}
.footer {
    background-image: url(/templates/img/bg/bg-footer.jpg);
    background-size: cover;
    padding-top: 2.22222rem;
    padding-bottom: 1.38889rem;
}
@media (min-width: 480px) {
    .footer {
        padding-top: 2.22222rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 576px) {
    .footer {
        padding-top: 3.33333rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 768px) {
    .footer {
        padding-top: 4.44444rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 992px) {
    .footer {
        padding-top: 5.55556rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 1200px) {
    .footer {
        padding-top: 6.38889rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 1440px) {
    .footer {
        padding-top: 6.94444rem;
        padding-bottom: 1.66667rem;
    }
}
.footer__title {
    color: #efe8e5;
}
.map-block__loc {
    color: #fff;
    position: relative;
    padding-left: 1.94444rem;
    margin-top: 1.11111rem;
    margin-bottom: 1.11111rem;
    padding-top: 0.27778rem;
}
.map-block__icon {
    fill: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.27778rem;
    height: 1.38889rem;
}
.map {
    height: 11.11111rem;
}
@media (min-width: 576px) {
    .map {
        height: 12.5rem;
    }
}
@media (min-width: 768px) {
    .map {
        height: 13.88889rem;
    }
}
@media (min-width: 992px) {
    .map {
        height: 15.27778rem;
    }
}
@media (min-width: 1200px) {
    .map {
        height: 16.66667rem;
    }
}
@media (min-width: 1440px) {
    .map {
        height: 18.05556rem;
    }
}
@media (min-width: 1800px) {
    .map {
        height: 19.44444rem;
    }
}
.details {
    padding-top: 2.22222rem;
    padding-bottom: 1.38889rem;
}
@media (min-width: 480px) {
    .details {
        padding-top: 2.22222rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 576px) {
    .details {
        padding-top: 3.33333rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 768px) {
    .details {
        padding-top: 4.44444rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 992px) {
    .details {
        padding-top: 5.55556rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 1200px) {
    .details {
        padding-top: 6.38889rem;
        padding-bottom: 1.38889rem;
    }
}
@media (min-width: 1440px) {
    .details {
        padding-top: 6.94444rem;
        padding-bottom: 1.66667rem;
    }
}
.details__title {
    color: #efe8e5;
}
.details__item {
    position: relative;
    color: #fff;
    padding-top: 0.83333rem;
}
.details__item strong {
    font-weight: 700;
}
@media (min-width: 576px) {
    .details__item {
        padding-top: 1.11111rem;
    }
}
@media (min-width: 768px) {
    .details__item {
        padding-top: 1.38889rem;
    }
}
@media (min-width: 1200px) {
    .details__item {
        padding-top: 1.66667rem;
    }
}
.details__item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 0.22222rem;
    width: 5rem;
    background-color: #e8b12d;
}
.details__item p:first-child {
    margin-top: 0;
}
.details__item p:last-child {
    margin-bottom: 0;
}
.soc {
    padding-top: 2.22222rem;
    padding-bottom: 2.22222rem;
}
@media (min-width: 480px) {
    .soc {
        padding-top: 2.22222rem;
        padding-bottom: 2.22222rem;
    }
}
@media (min-width: 576px) {
    .soc {
        padding-top: 3.33333rem;
        padding-bottom: 3.33333rem;
    }
}
@media (min-width: 768px) {
    .soc {
        padding-top: 4.44444rem;
        padding-bottom: 4.44444rem;
    }
}
@media (min-width: 992px) {
    .soc {
        padding-top: 5.55556rem;
        padding-bottom: 5.55556rem;
    }
}
@media (min-width: 1200px) {
    .soc {
        padding-top: 6.38889rem;
        padding-bottom: 6.38889rem;
    }
}
@media (min-width: 1440px) {
    .soc {
        padding-top: 6.94444rem;
        padding-bottom: 6.94444rem;
    }
}
.soc img {
    max-width: 2.55556rem;
}
@media (min-width: 480px) {
    .soc img {
        max-width: 4.44444rem;
    }
}
@media (min-width: 576px) {
    .soc img {
        max-width: 100%;
    }
}
.up {
    display: block;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    position: fixed;
    cursor: pointer;
    z-index: 996;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    opacity: 0;
}
.up:hover {
    background-color: #fff;
}
.up:hover .up__icon {
    fill: #e8b12d;
}
.up__icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
}
.up--show .up__icon {
    fill: #252c24;
    width: 1.44444rem;
    height: 1.44444rem;
    margin-left: -0.72222rem;
    margin-top: -0.72222rem;
}
@media (min-width: 576px) {
    .up--show .up__icon {
        width: 1.44444rem;
        height: 1.44444rem;
        margin-left: -0.72222rem;
        margin-top: -0.72222rem;
    }
}
@media (min-width: 992px) {
    .up--show .up__icon {
        width: 1.44444rem;
        height: 1.44444rem;
        margin-left: -0.72222rem;
        margin-top: -0.72222rem;
    }
}
@media (min-width: 1440px) {
    .up--show .up__icon {
        width: 2.22222rem;
        height: 2.22222rem;
        margin-left: -1.11111rem;
        margin-top: -1.11111rem;
    }
}
.up--show {
    opacity: 1;
    width: 2.22222rem;
    height: 2.22222rem;
    right: 1.11111rem;
    bottom: 1.11111rem;
}
@media (min-width: 576px) {
    .up--show {
        width: 2.22222rem;
        height: 2.22222rem;
        right: 1.11111rem;
        bottom: 1.11111rem;
    }
}
@media (min-width: 992px) {
    .up--show {
        width: 2.22222rem;
        height: 2.22222rem;
        right: 1.11111rem;
        bottom: 1.11111rem;
    }
}
@media (min-width: 1440px) {
    .up--show {
        width: 3.88889rem;
        height: 3.88889rem;
        right: 1.66667rem;
        bottom: 1.66667rem;
    }
}
.mb-container {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.mb-container:hover.mb-scroll-x > .mb-track-x,
.mb-visible.mb-scroll-x > .mb-track-x {
    opacity: 1;
}
.mb-container:hover.mb-scroll-y > .mb-track-y,
.mb-visible.mb-scroll-y > .mb-track-y {
    opacity: 1;
}
.mb-content {
    overflow: auto;
    height: 100%;
    width: auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.mb-track {
    position: absolute;
    border-radius: 5px;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
}
.mb-bar {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 10;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-color: #005185;
}
.mb-track-x {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    opacity: 0;
}
.mb-track-x .mb-bar {
    left: 0;
    top: 0;
    height: 100%;
    min-width: 10px;
}
.mb-track-y {
    right: 0;
    top: 0;
    height: 100%;
    width: 10px;
    opacity: 0;
    border-radius: 9px;
    background-color: #c4c4c4;
}
.mb-track-y .mb-bar {
    right: 0;
    top: 0;
    width: 100%;
    min-height: 10px;
}
.mb-progress {
    overflow: hidden;
}
.mb-progress .mb-bar {
    min-height: 0;
}
.footer__item {
    position: relative;
    border-left: 10px solid #fd0;
    padding-left: 1.11111rem;
}
@media (min-width: 768px) {
    .footer__item {
        padding-left: 1.38889rem;
    }
}
@media (min-width: 1200px) {
    .footer__item {
        padding-left: 1.66667rem;
    }
}
@media (min-width: 1800px) {
    .footer__item {
        padding-left: 1.94444rem;
    }
}
.footer__item a {
    color: #252c24;
    text-decoration: none;
}
.inner-page .footer {
    margin-top: 0.83333rem;
}
@media (min-width: 480px) {
    .inner-page .footer {
        margin-top: 1.11111rem;
    }
}
@media (min-width: 576px) {
    .inner-page .footer {
        margin-top: 1.38889rem;
    }
}
@media (min-width: 768px) {
    .inner-page .footer {
        margin-top: 1.66667rem;
    }
}
@media (min-width: 992px) {
    .inner-page .footer {
        margin-top: 1.94444rem;
    }
}
@media (min-width: 1200px) {
    .inner-page .footer {
        margin-top: 2.22222rem;
    }
}
@media (min-width: 1440px) {
    .inner-page .footer {
        margin-top: 2.5rem;
    }
}
@media (min-width: 1800px) {
    .inner-page .footer {
        margin-top: 2.77778rem;
    }
}
.overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.modal {
    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;
    height: auto;
    height: 100%;
    width: 100%;
    top: 100%;
    left: 50%;
    overflow: hidden;
    position: fixed;
    z-index: 999;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.modal.active {
    top: 0;
}
.overlay.active {
    opacity: 1;
    visibility: visible;
}
.modal__cross {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 10px;
    fill: #444;
    cursor: pointer;
}
.form-modal {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    max-width: 22.77778rem;
    max-width: 33.33333rem;
    margin-bottom: 1.66667rem;
}
@media (min-width: 480px) {
    .form-modal {
        margin-bottom: 2.22222rem;
    }
}
@media (min-width: 576px) {
    .form-modal {
        margin-bottom: 2.77778rem;
    }
}
@media (min-width: 768px) {
    .form-modal {
        margin-bottom: 3.33333rem;
    }
}
@media (min-width: 992px) {
    .form-modal {
        margin-bottom: 4.44444rem;
    }
}
@media (min-width: 1200px) {
    .form-modal {
        margin-bottom: 5.55556rem;
    }
}
.form-modal__title {
    color: #252c24;
    margin-top: 1.66667rem;
}
@media (min-width: 480px) {
    .form-modal__title {
        margin-top: 2.22222rem;
    }
}
@media (min-width: 576px) {
    .form-modal__title {
        margin-top: 2.77778rem;
    }
}
@media (min-width: 768px) {
    .form-modal__title {
        margin-top: 3.33333rem;
    }
}
@media (min-width: 992px) {
    .form-modal__title {
        margin-top: 3.88889rem;
    }
}
@media (min-width: 1200px) {
    .form-modal__title {
        margin-top: 4.44444rem;
    }
}
.form-modal__choice-block {
    -moz-text-align-last: left;
    text-align-last: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.form-modal label {
    width: 100%;
}
.form-modal label input[type="email"],
.form-modal label input[type="text"],
.form-modal label textarea {
    width: 100%;
    border: 0;
    border-bottom: 4px solid #252c24;
    color: #9cbdac;
}
@media (min-width: 992px) {
    .form-modal label input[type="email"],
    .form-modal label input[type="text"],
    .form-modal label textarea {
        margin-top: 1.11111rem;
        padding-top: 0.55556rem;
        padding-bottom: 0.55556rem;
        padding-left: 1.94444rem;
        padding-right: 1.94444rem;
    }
}
.form-modal label input[type="email"]::-webkit-input-placeholder,
.form-modal label input[type="text"]::-webkit-input-placeholder,
.form-modal label textarea::-webkit-input-placeholder {
    color: #9cbdac;
}
.form-modal label input[type="email"]::-moz-placeholder,
.form-modal label input[type="text"]::-moz-placeholder,
.form-modal label textarea::-moz-placeholder {
    color: #9cbdac;
}
.form-modal label input[type="email"]:-moz-placeholder,
.form-modal label input[type="text"]:-moz-placeholder,
.form-modal label textarea:-moz-placeholder {
    color: #9cbdac;
}
.form-modal label input[type="email"]:-ms-input-placeholder,
.form-modal label input[type="text"]:-ms-input-placeholder,
.form-modal label textarea:-ms-input-placeholder {
    color: #9cbdac;
}



.order__field__agreement {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-top: 1.11111rem;
    font-size: 0.77778rem;
    line-height: 0.88889rem;
    margin-bottom: 2.77778rem;
    position: relative;
    padding-left: 1.66667rem;
    margin-top: 0.55556rem;
}
.order__field__agreement a {
    text-decoration: none;
    color: #f7941d;
    position: relative;
    z-index: 1000;
}
.order__field__agreement input {
    /* display: none; */
    display: block;
    position:  absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 0;
    background-image: none;
}
.order__field__agreement span {
    display: inline-block;
    width: 0.94444rem;
    height: 0.94444rem;
    border: 1px solid rgb(166, 166, 166);
    /* position: absolute; */
    /* left: 0; */
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    margin-right: 10px;
}
.order__field__agreement span svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: rgb(255, 255, 255);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.order__field__agreement span::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #e8b12d;
    display: block;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}
.order__field__agreement span:hover span {
    border-color: rgb(249, 79, 80);
}
.order__field__checkbox:checked + span {
    background: #e8b12d;
    border-color: #e8b12d;
    -webkit-animation: 0.4s ease 0s 1 normal none running wave;
    animation: 0.4s ease 0s 1 normal none running wave;
}
.order__field__checkbox.bad + span {
    border-color: rgb(249, 79, 80);
}
.order__field__checkbox:checked + span svg {
    stroke-dashoffset: 0;
}
.order__field__checkbox:checked + span::before {
    -webkit-transform: scale(3.5);
        -ms-transform: scale(3.5);
            transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

@-webkit-keyframes wave {
    50% {
    }
}
@keyframes wave {
    50% {
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
    }
}


.order__pd a {
    color: #f7941d;
}
.order__pd {
    font-size: 0.77778rem;
    line-height: 0.88889rem;
   
}
.order__pd {
    margin-top: -2rem;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      