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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

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

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

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

hr {
    -webkit-box-sizing: content-box;
    -moz-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;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

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

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

a:hover {
    text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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

figure {
    margin: 0 0 1rem;
}

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

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

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

[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;
    -moz-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-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.container {
    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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -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%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -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%;
    }
}

.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: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !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: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !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: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    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-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !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;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

.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;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 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-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-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-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-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-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-justify {
    text-align: justify !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-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !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: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

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

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

#small-dialog {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

@font-face {
    font-family: "Gilroy-Black";
    src:
        url("/local/templates/assets/fonts/gilroy/gilroy-black.woff2") format("woff2"),
        url("/local/templates/assets/fonts/gilroy/gilroy-black.woff") format("woff"),
        url("/local/templates/assets/fonts/gilroy/gilroy-black.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy-Bold";
    src:
        url("/local/templates/assets/fonts/gilroy/gilroy-bold.woff2") format("woff2"),
        url("/local/templates/assets/fonts/gilroy/gilroy-bold.woff") format("woff"),
        url("/local/templates/assets/fonts/gilroy/gilroy-bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy-Regular";
    src:
        url("/local/templates/assets/fonts/gilroy/gilroy-regular.woff2") format("woff2"),
        url("/local/templates/assets/fonts/gilroy/gilroy-regular.woff") format("woff"),
        url("/local/templates/assets/fonts/gilroy/gilroy-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

/*@font-face {
    src: url(../fonts/Gilroy-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    src: url(../fonts/Gilroy-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    src: url(../fonts/Gilroy-Black.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: "Fira Sans";
    src: url(../fonts/FiraSans.woff) format("woff");
    font-weight: 400;
    font-style: normal
}
*/
:hover {
    cursor:
        url(../img/cursor.svg) 14 14,
        default;
}

#cursor-follow {
    width: 50px;
    height: 50px;
    background: 0 0;
    position: fixed;
    top: -60px;
    left: -60px;
    z-index: 999;
    border-radius: 50%;
    -webkit-transition:
        width 0.4s,
        height 0.4s,
        -webkit-transform 0.25s;
    transition:
        width 0.4s,
        height 0.4s,
        -webkit-transform 0.25s;
    -o-transition:
        width 0.4s,
        height 0.4s,
        transform 0.25s;
    transition:
        width 0.4s,
        height 0.4s,
        transform 0.25s;
    transition:
        width 0.4s,
        height 0.4s,
        transform 0.25s,
        -webkit-transform 0.25s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.55);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.55);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

#cursor-follow.active {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
    opacity: 0.2;
}

.s1__row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.s1__image {
    position: absolute;
    width: 60%;
    right: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.galaxy,
.header__box,
.s1__subtitle .s1__btn,
.s1__title {
    visibility: hidden;
    opacity: 0;
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.3;
    }
    70% {
        -webkit-transform: scale(2.3);
        transform: scale(2.3);
    }
    71% {
        background: #fff;
        opacity: 1;
    }
    95% {
        -webkit-box-shadow: 0 0 20px #fff;
        box-shadow: 0 0 20px #fff;
    }
}

@keyframes preloader {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.3;
    }
    70% {
        -webkit-transform: scale(2.3);
        transform: scale(2.3);
    }
    71% {
        background: #fff;
        opacity: 1;
    }
    95% {
        -webkit-box-shadow: 0 0 20px #fff;
        box-shadow: 0 0 20px #fff;
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #03203b;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader .element {
    position: relative;
    width: 100px;
    height: 100px;
    position: relative;
    width: 65px;
    height: 65px;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.preloader .element > * {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px;
}

.preloader .element > :nth-of-type(1) {
    -webkit-transform: rotate(0) translate(32.5px) rotate(0);
    -ms-transform: rotate(0) translate(32.5px) rotate(0);
    transform: rotate(0) translate(32.5px) rotate(0);
}

.preloader .element > :nth-of-type(1) > span {
    -webkit-animation: preloader 1s linear 125ms infinite;
    animation: preloader 1s linear 125ms infinite;
}

.preloader .element > :nth-of-type(2) {
    -webkit-transform: rotate(45deg) translate(32.5px) rotate(-45deg);
    -ms-transform: rotate(45deg) translate(32.5px) rotate(-45deg);
    transform: rotate(45deg) translate(32.5px) rotate(-45deg);
}

.preloader .element > :nth-of-type(2) > span {
    -webkit-animation: preloader 1s linear 0.25s infinite;
    animation: preloader 1s linear 0.25s infinite;
}

.preloader .element > :nth-of-type(3) {
    -webkit-transform: rotate(90deg) translate(32.5px) rotate(-90deg);
    -ms-transform: rotate(90deg) translate(32.5px) rotate(-90deg);
    transform: rotate(90deg) translate(32.5px) rotate(-90deg);
}

.preloader .element > :nth-of-type(3) > span {
    -webkit-animation: preloader 1s linear 375ms infinite;
    animation: preloader 1s linear 375ms infinite;
}

.preloader .element > :nth-of-type(4) {
    -webkit-transform: rotate(135deg) translate(32.5px) rotate(-135deg);
    -ms-transform: rotate(135deg) translate(32.5px) rotate(-135deg);
    transform: rotate(135deg) translate(32.5px) rotate(-135deg);
}

.preloader .element > :nth-of-type(4) > span {
    -webkit-animation: preloader 1s linear 0.5s infinite;
    animation: preloader 1s linear 0.5s infinite;
}

.preloader .element > :nth-of-type(5) {
    -webkit-transform: rotate(180deg) translate(32.5px) rotate(-180deg);
    -ms-transform: rotate(180deg) translate(32.5px) rotate(-180deg);
    transform: rotate(180deg) translate(32.5px) rotate(-180deg);
}

.preloader .element > :nth-of-type(5) > span {
    -webkit-animation: preloader 1s linear 625ms infinite;
    animation: preloader 1s linear 625ms infinite;
}

.preloader .element > :nth-of-type(6) {
    -webkit-transform: rotate(225deg) translate(32.5px) rotate(-225deg);
    -ms-transform: rotate(225deg) translate(32.5px) rotate(-225deg);
    transform: rotate(225deg) translate(32.5px) rotate(-225deg);
}

.preloader .element > :nth-of-type(6) > span {
    -webkit-animation: preloader 1s linear 0.75s infinite;
    animation: preloader 1s linear 0.75s infinite;
}

.preloader .element > :nth-of-type(7) {
    -webkit-transform: rotate(270deg) translate(32.5px) rotate(-270deg);
    -ms-transform: rotate(270deg) translate(32.5px) rotate(-270deg);
    transform: rotate(270deg) translate(32.5px) rotate(-270deg);
}

.preloader .element > :nth-of-type(7) > span {
    -webkit-animation: preloader 1s linear 875ms infinite;
    animation: preloader 1s linear 875ms infinite;
}

.preloader .element > :nth-of-type(8) {
    -webkit-transform: rotate(315deg) translate(32.5px) rotate(-315deg);
    -ms-transform: rotate(315deg) translate(32.5px) rotate(-315deg);
    transform: rotate(315deg) translate(32.5px) rotate(-315deg);
}

.preloader .element > :nth-of-type(8) > span {
    -webkit-animation: preloader 1s linear 1s infinite;
    animation: preloader 1s linear 1s infinite;
}

.preloader .element span > span {
    display: block;
    background: #58dce3;
    display: block;
    border-radius: 50%;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.menu-icon {
    height: 5px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 576px) {
    .menu-icon {
        width: 18px;
    }
}

.menu-icon span {
    position: relative;
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff;
    -webkit-transition:
        top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s,
        bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s,
        -webkit-transform 0.2s ease;
    transition:
        top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s,
        bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s,
        -webkit-transform 0.2s ease;
    -o-transition:
        transform 0.2s ease,
        top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s,
        bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s;
    transition:
        transform 0.2s ease,
        top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s,
        bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s;
    transition:
        transform 0.2s ease,
        top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s,
        bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s,
        -webkit-transform 0.2s ease;
}

@media screen and (max-width: 576px) {
    .menu-icon span {
        width: 18px;
    }
}

.menu-icon span:first-of-type {
    top: -4px;
}

.menu-icon span:last-of-type {
    bottom: -4px;
}

.menu-icon.active span {
    -webkit-transition:
        top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1),
        bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1),
        -webkit-transform 0.2s ease 0.2s;
    transition:
        top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1),
        bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1),
        -webkit-transform 0.2s ease 0.2s;
    -o-transition:
        transform 0.2s ease 0.2s,
        top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1),
        bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1);
    transition:
        transform 0.2s ease 0.2s,
        top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1),
        bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1);
    transition:
        transform 0.2s ease 0.2s,
        top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1),
        bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1),
        -webkit-transform 0.2s ease 0.2s;
}

.menu-icon.active span:first-of-type {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1px;
}

.menu-icon.active span:last-of-type {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
}

.ring {
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    height: 25px;
    width: 25px;
    opacity: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 576px) {
    .ring {
        width: 34px;
        height: 34px;
    }
}

.ring.run {
    -webkit-animation: pulse 0.8s ease 1;
    animation: pulse 0.8s ease 1;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}

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

body {
    font-family: sans-serif;
    line-height: 1;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #1c1d21;
}

.wrapper-all {
    overflow-x: hidden;
}

.intro {
    height: 100vh;
    width: 100%;
    display: table;
    background: #26292f url(../img/bg.jpg) no-repeat center center;
    background-size: cover;
}

h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 45px;
    color: #fff;
}

.overlay {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c1d21;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:
        opacity 0.5s,
        visibility 0.5s;
    -o-transition:
        opacity 0.5s,
        visibility 0.5s;
    transition:
        opacity 0.5s,
        visibility 0.5s;
}

.nav-open .overlay {
    opacity: 0.6;
    visibility: visible;
}

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #ddd;
    border-radius: 0;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #f8f8f8;
    color: #bbb;
    text-align: center;
    font: 0/0 a;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #bbb;
    border-bottom: none;
}

.selectric-focus .selectric {
    border-color: #aaa;
}

.selectric-hover .selectric {
    border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
    color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #c4c4c4;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: 0 !important;
    border: none !important;
    background: 0 0 !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items li,
.selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
}

.selectric-items li.selected {
    background: #e0e0e0;
    color: #444;
}

.selectric-items li.highlighted {
    background: #d0d0d0;
    color: #444;
}

.selectric-items li:hover {
    background: #d5d5d5;
    color: #444;
}

.selectric-items .disabled {
    opacity: 0.5;
    cursor: default !important;
    background: 0 0 !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

svg {
    max-width: 100%;
}

a,
button {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: inherit;
    cursor: pointer;
}

a:hover,
button:hover {
    text-decoration: none;
}

a:focus,
button:focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul a {
    display: inline-block;
}

.slick-slide,
.slick-slide a {
    outline: 0;
}

.slick-slider {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

input,
textarea {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    width: 100%;
    height: 100%;
    overflow: visible;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    width: 100%;
    height: 100%;
    overflow: visible;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    width: 100%;
    height: 100%;
    overflow: visible;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    width: 100%;
    height: 100%;
    overflow: visible;
    opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea {
    -ms-overflow-style: none;
}

b,
strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.3;
}

.mfp-bg {
    background: #000;
}

.mfp-container {
    position: fixed;
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    position: relative;
    min-width: 320px;
    font-family: Gilroy-Regular, sans-serif;
    line-height: 1.5;
    color: #fff;
    overflow-x: hidden;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#031f39),
        color-stop(6.06%, #001b39),
        color-stop(13.99%, #011f3f),
        color-stop(19.4%, #032c4d),
        color-stop(34.38%, #043f6b),
        color-stop(49.35%, #033257),
        color-stop(63.66%, #413879),
        color-stop(87.26%, #6d4f79),
        to(#ffddc2)
    );
    background: -webkit-linear-gradient(
        top,
        #031f39 0,
        #001b39 6.06%,
        #011f3f 13.99%,
        #032c4d 19.4%,
        #043f6b 34.38%,
        #033257 49.35%,
        #413879 63.66%,
        #6d4f79 87.26%,
        #ffddc2 100%
    );
    background: -o-linear-gradient(
        top,
        #031f39 0,
        #001b39 6.06%,
        #011f3f 13.99%,
        #032c4d 19.4%,
        #043f6b 34.38%,
        #033257 49.35%,
        #413879 63.66%,
        #6d4f79 87.26%,
        #ffddc2 100%
    );
    background: linear-gradient(
        180deg,
        #031f39 0,
        #001b39 6.06%,
        #011f3f 13.99%,
        #032c4d 19.4%,
        #043f6b 34.38%,
        #033257 49.35%,
        #413879 63.66%,
        #6d4f79 87.26%,
        #ffddc2 100%
    );
}

.sbtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    border: 1px solid #58dce3;
    border-radius: 50px;
    font: 16px/1.2 Gilroy-Regular;
    text-align: center;
    color: #fff;
    background: 0 0;
    -webkit-box-shadow: 0 0 5px #58dce3;
    box-shadow: 0 0 5px #58dce3;
}

.sbtn:hover {
    color: #03203b;
    background: #58dce3;
    -webkit-box-shadow: 0 0 20px #58dce3;
    box-shadow: 0 0 20px #58dce3;
}

.sbtn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sbtn_inv {
    color: #041f31;
    background: #58dce3;
    -webkit-box-shadow: 0 0 10px #58dce3;
    box-shadow: 0 0 10px #58dce3;
}

.sbtn_inv:hover {
    color: #fff;
    background: 0 0;
    -webkit-box-shadow: 0 0 15px #58dce3;
    box-shadow: 0 0 15px #58dce3;
}

.sbtn_inv:active {
    -webkit-box-shadow: 0 0 5px #58dce3;
    box-shadow: 0 0 5px #58dce3;
}

.sbtn_white {
    border-color: #fff;
    color: #3d0043;
    background: #fff;
    -webkit-box-shadow: 0 0 25px #fff;
    box-shadow: 0 0 25px #fff;
}

.sbtn_white:hover {
    color: #fff;
    background: 0 0;
    -webkit-box-shadow: 0 0 15px #fff;
    box-shadow: 0 0 15px #fff;
}

.sbtn_white:active {
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
}

.sblock {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.stitle {
    margin: 0 auto 1em;
    font: bold 45px/1.2 Gilroy-Regular;
}

.stext {
    font: 16px/1.5 Gilroy-Regular;
    color: rgba(255, 255, 255, 0.8);
}

.stext > * {
    margin-bottom: 1.5em;
}

.stext > :last-child {
    margin-bottom: 0;
}

.stext ul li {
    position: relative;
    margin: 0 0 0.9em;
    padding: 0 0 0 1em;
}

.stext ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0.375em;
    height: 0.375em;
    border-radius: 50%;
    background: #58dce3;
    -webkit-box-shadow: 0 0 10px #58dce3;
    box-shadow: 0 0 10px #58dce3;
}

.stext ul:not(:first-child) {
    margin-top: -0.6875em;
}

#stars {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 300;
    background: rgba(3, 32, 59, 0.85);
}

.header > .container {
    z-index: 400;
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1443px;
    }
    .header .container {
        max-width: 1770px;
    }
}

.header__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 0 10px;
}

.header__logo {
    display: inline-block;
    margin: 0 0 0 17px;
    z-index: 1;
}

.header__menu-btn {
    position: relative;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    z-index: 400;
}

.switcher {
    position: fixed;
    right: 5.9vw;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.switcher__item {
    position: relative;
    display: block;
    margin: 0 0 20px;
    width: 2px;
    height: 50px;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.switcher__item:last-child {
    margin: 0;
}

.switcher__item:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 60px;
}

.switcher__item:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 14px #fff;
    box-shadow: 0 0 14px #fff;
}

.switcher__item:active {
    background: #fff;
    -webkit-box-shadow: 0 0 4px #fff;
    box-shadow: 0 0 4px #fff;
}

.switcher__item_hover {
    background: #fff;
    -webkit-box-shadow: 0 0 14px #fff;
    box-shadow: 0 0 14px #fff;
}

.switcher__item_active {
    background: #fff;
    -webkit-box-shadow: 0 0 4px #fff;
    box-shadow: 0 0 4px #fff;
}

.socials {
    position: fixed;
    left: 30px;
    bottom: 8%;
    z-index: 1;
}

.socials li {
    margin: 0 0 6px;
}

.socials li:last-child {
    margin: 0;
}

.socials a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    opacity: 0.8;
}

.socials a:hover {
    opacity: 1;
    -webkit-filter: drop-shadow(0 0 4px #fff);
    filter: drop-shadow(0 0 4px #fff);
}

.header__menu {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 23.7%;
    height: 100%;
    text-align: right;
    background: rgba(0, 0, 0, 0.4);
    z-index: 200;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

@-moz-document url-prefix() {
    .header__menu {
        background: rgba(0, 0, 0, 0.8);
    }
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        .header__menu {
            background: rgba(0, 0, 0, 0.8);
        }
    }
}

.header__menu .socials {
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.header__menu .socials li {
    margin: 0;
}

.header__links {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    padding: 0 5.9vw 0 0;
}

.header__links li {
    margin-bottom: 20px;
}

.header__links li:last-child {
    margin-bottom: 0;
}

.header__link {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 5px 21px;
    font: 18px/1.4 Gilroy-Regular;
    color: #fff;
    background-image: -webkit-linear-gradient(180.14deg, rgba(255, 255, 255, 0.1) 0.11%, rgba(255, 255, 255, 0) 85%);
    background-image: -o-linear-gradient(180.14deg, rgba(255, 255, 255, 0.1) 0.11%, rgba(255, 255, 255, 0) 85%);
    background-image: linear-gradient(269.86deg, rgba(255, 255, 255, 0.1) 0.11%, rgba(255, 255, 255, 0) 85%);
    background-position: 500px 0;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header__link:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    border-radius: 1px;
    background: -webkit-linear-gradient(180.14deg, rgba(255, 255, 255, 0.1) 0.11%, rgba(255, 255, 255, 0) 99.87%);
    background: -o-linear-gradient(180.14deg, rgba(255, 255, 255, 0.1) 0.11%, rgba(255, 255, 255, 0) 99.87%);
    background: linear-gradient(269.86deg, rgba(255, 255, 255, 0.1) 0.11%, rgba(255, 255, 255, 0) 99.87%);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header__link:hover {
    background-position: 0 0;
}

.header__link:hover:before {
    background: #fff;
    -webkit-box-shadow: 0 0 4px #fff;
    box-shadow: 0 0 4px #fff;
}

.header__link:active:before {
    background: #fff;
    -webkit-box-shadow: 0 0 4px #fff;
    box-shadow: 0 0 4px #fff;
}

.header__link_active:before {
    background: #fff;
    -webkit-box-shadow: 0 0 4px #fff;
    box-shadow: 0 0 4px #fff;
}

.bottom-btn {
    position: fixed;
    bottom: 8%;
    width: 60px;
    height: 60px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    right: 5.9vw;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bottom-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.bottom-btn svg {
    width: 18px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

@media screen and (max-width: 576px) {
    .bottom-btn svg {
        width: 13px;
    }
}

.bottom-btn:hover {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 12px #fff;
    box-shadow: 0 0 12px #fff;
}

.bottom-btn:hover:before {
    opacity: 0;
}

.bottom-btn:active {
    -webkit-box-shadow: 0 0 4px #fff;
    box-shadow: 0 0 4px #fff;
}

.bottom-btn.top svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.s1 {
    height: 100vh;
}

.s1__title {
    position: relative;
    display: inline-block;
    margin: 0 0 0.79em;
    font: bold 43px/1.2 Gilroy-Regular;
    white-space: nowrap;
    text-align: left;
    font: 800 3.1em/1.2 Gilroy-Regular;
    color: #f2f2f2;
}

.s1__subtitle {
    margin: 0 0 29px;
    max-width: 390px;
    font: bold 18px/1.5 Gilroy-Regular;
    color: rgba(255, 255, 255, 0.8);
}

.s1__btn {
    width: 210px;
    height: 48px;
    -webkit-transition:
        background-color 0.3s,
        color 0.3s,
        -webkit-box-shadow 0.3s;
    transition:
        background-color 0.3s,
        color 0.3s,
        -webkit-box-shadow 0.3s;
    -o-transition:
        background-color 0.3s,
        box-shadow 0.3s,
        color 0.3s;
    transition:
        background-color 0.3s,
        box-shadow 0.3s,
        color 0.3s;
    transition:
        background-color 0.3s,
        box-shadow 0.3s,
        color 0.3s,
        -webkit-box-shadow 0.3s;
}

.s2__box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.s2__box .s2__box-container:nth-child(1) {
    width: 56%;
}

.s2__box .s2__box-container:nth-child(2) {
    width: 44%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.s2__left {
    max-width: 541px;
}

.s2-body {
    position: relative;
    margin: 0 auto 48px;
    max-width: 399px;
}

.s2-body__images {
    position: relative;
    margin-bottom: 60px;
}

.s2-body__images > * {
    width: 100%;
    height: auto;
}

.s2-body__image {
    display: none;
    text-align: center;
}

.s2-body__image.active {
    opacity: 1;
    display: block;
}

.s2-body__parts {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s2-body__parts li {
    position: absolute;
}

.s2-body__parts li:nth-child(1) {
    width: 12.5%;
    left: 50%;
    top: 24%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.s2-body__parts li > * {
    width: 100%;
    height: auto;
}

.s2__organs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 478px;
    height: 80px;
    position: relative;
}

.s2-organ {
    width: 25%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.s2-organ:hover .s2-organ__text {
    color: #58dce3;
}

.s2-organ:hover .s2-organ__img {
    opacity: 1;
}

.s2-organ[data-index="1"] {
    left: 0;
}

.s2-organ[data-index="2"] {
    left: 25%;
}

.s2-organ[data-index="3"] {
    left: 50%;
}

.s2-organ[data-index="4"] {
    left: 75%;
}

.s2-organ_active .s2-organ__text {
    color: #58dce3;
}

.s2-organ_active .s2-organ__img {
    opacity: 1;
}

.s2-organ__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 6px;
    height: 50px;
    opacity: 0.3;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.s2-organ__img > * {
    max-width: 100%;
    max-height: 100%;
}

.s2-organ__text {
    display: block;
    margin: 0 0 0;
    font: bold 16px/1.4 Gilroy-Regular;
    color: rgba(88, 220, 227, 0.2);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.s2__title {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

.s2__slider {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.slider-arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.slider-arrow {
    position: relative;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    font-size: 0;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
}

.slider-arrow:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.slider-arrow:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-left-width: 0;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-color: #fff;
    width: 13px;
    height: 13px;
}

.slider-arrow:hover {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 12px #fff;
    box-shadow: 0 0 12px #fff;
}

.slider-arrow:hover:before {
    opacity: 0;
}

.slider-arrow:active {
    -webkit-box-shadow: 0 0 4px #fff;
    box-shadow: 0 0 4px #fff;
}

.slider-arrow-prev {
    margin: 0;
}

.slider-arrow-prev:after {
    content: "";
    margin: 0 0 0 3px;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.slider-arrow-next {
    margin: 0 0 0 10px;
}

.slider-arrow-next:after {
    content: "";
    margin: 0 0 0 -3px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.s2__slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.s2__items {
    padding: 0 0 40px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.s2__item {
    display: none;
    height: 460px;
}

.s2__item.active {
    display: block;
}

.s2__text {
    margin: 0 0 38px;
    max-width: 560px;
}

.s2-author {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0 10px 0 109px;
    width: 307px;
    height: 85px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 170px;
}

.s2-author__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
}

.s2-author__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s2-author__text-1 {
    margin: 0 0 2px;
    width: 100%;
    font: 16px/1.5 Gilroy-Regular;
    color: #58dce3;
}

.s2-author__text-2 {
    margin: 0 0 0;
    width: 100%;
    font: 12px/1.5 Gilroy-Regular;
    color: rgba(255, 255, 255, 0.8);
}

.galaxy {
    position: relative;
    z-index: -1;
    margin: -34.5% 0 -20.5%;
    overflow: hidden;
}

.galaxy img {
    width: 100%;
    max-width: none;
}

.s3 {
    height: 575px;
    margin: 0;
}

.s3 .container {
    position: relative;
}

.s3__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.s3__bg img {
    max-width: none;
    position: absolute;
}

.s3__bg img:nth-child(1) {
    width: 136.7vw;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-42%, 40.5%);
    -ms-transform: translate(-42%, 40.5%);
    transform: translate(-42%, 40.5%);
    opacity: 0.6;
}

.s3__bg img:nth-child(2) {
    width: 60vw;
    height: auto;
    right: 0;
    top: 0;
    -webkit-transform: translate(10%, -15.9%);
    -ms-transform: translate(10%, -15.9%);
    transform: translate(10%, -15.9%);
    opacity: 0.6;
}

.s3__box {
    max-width: 690px;
    margin: 0 auto;
    text-align: center;
}

.s3__text {
    margin: 0 0 0;
}

.s4 {
    display: block;
}

.s4__box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.s4__box .s4__box-container:nth-child(1) {
    width: 56%;
}

.s4__box .s4__box-container:nth-child(2) {
    width: 44%;
}

.s4__clouds {
    overflow: hidden;
    width: 100%;
    z-index: -1;
    position: relative;
    margin-top: -100px;
}

.s4__clouds-items {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-animation: clouds 40s linear infinite;
    animation: clouds 40s linear infinite;
}

@-webkit-keyframes clouds {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes clouds {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.s4__img {
    margin: 4px 6% 0;
    max-width: 640px;
    display: none;
}

.s4__img.active {
    display: block;
}

.s4__img img {
    width: 100%;
}

.s4__items {
    margin: 0 -10px;
    padding: 0 0 30px;
}

.s4__item {
    padding: 0 10px 20px;
    display: none;
    height: 420px;
}

.s4__item.active {
    display: block;
}

.s4__text {
    margin: 0 0 0;
    max-width: 550px;
}

.s4__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 47px 0 0;
}

.s4__btns li:nth-child(1) {
    margin-right: 30px;
}

.s4__btn-1 {
    width: 250px;
    height: 48px;
}

.s4__btn-2 {
    width: 240px;
    height: 48px;
}

.s5 {
    margin-top: -19%;
    padding-top: 0;
}

.s5__box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.s5__box > * {
    position: relative;
}

.s5__box > :nth-child(1) {
    width: 38%;
    z-index: 1;
}

.s5__box > :nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 62%;
}

.s5__title {
    margin: 0 0 1.22em;
    line-height: 1;
}

.s5__text {
    margin: 0 0 60px;
}

.s5-timer__text {
    margin: 0 0 19px;
    font: bold 16px/1.5 Gilroy-Regular;
}

.s5-timer__values {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.s5-timer__values > * {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 18px;
}

.s5-timer__values > :first-child {
    margin-right: 30px;
}

.s5-timer__values > :last-child {
    margin: 0;
}

.s5-timer__value {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 90px;
    height: 90px;
    text-align: center;
}

.s5-timer__value-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s5-timer__value-bg > * {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    width: 100%;
    height: auto;
}

.s5-timer__value_1 {
    width: 129px;
    height: 129px;
}

.s5-timer__value_1 .s5-timer__value-bg > * {
    width: 117%;
}

.s5-timer__value_1 .s5-timer__value-num {
    font-size: 44px;
}

.s5-timer__value_1 .s5-timer__value-text {
    font-size: 18px;
}

.s5-timer__value_2 .s5-timer__value-bg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.s5-timer__value_3 .s5-timer__value-bg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.s5-timer__value-num {
    position: relative;
    width: 100%;
    font: bold 25px/1 Gilroy-Regular;
}

.s5-timer__value-text {
    position: relative;
    width: 100%;
    font: 14px/1 Gilroy-Regular;
    color: rgba(255, 255, 255, 0.6);
}

.s5-timer__value-bg svg * {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.s5__img {
    position: relative;
    max-width: 756px;
    -webkit-transform: translate(2.1%, -6.1%);
    -ms-transform: translate(2.1%, -6.1%);
    transform: translate(2.1%, -6.1%);
}

.s5__img > img {
    position: relative;
    display: inline-block;
    width: 100%;
}

.s5__clouds {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.s5__clouds img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: none;
}

.s5__clouds img:nth-child(1) {
    left: -50%;
    top: -34%;
}

.s5__clouds img:nth-child(2) {
    left: -4%;
    top: 40%;
}

.s5__clouds img:nth-child(3) {
    left: -17%;
    top: 15%;
}

.s5__clouds img:nth-child(4) {
    left: 70%;
    top: 60%;
}

.s5__clouds img:nth-child(5) {
    top: 90%;
    left: -30%;
}

.s5__img-mob {
    display: none;
    position: relative;
    margin: 68px auto 112px;
    width: 350px;
    height: 120px;
}

.s5__img-mob img {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    max-width: none;
}

.s5__img-mob img:nth-child(1) {
    -webkit-transform: translate(-23%, -41%);
    -ms-transform: translate(-23%, -41%);
    transform: translate(-23%, -41%);
}

.s5__img-mob img:nth-child(2) {
    -webkit-transform: translate(-11%, -34%);
    -ms-transform: translate(-11%, -34%);
    transform: translate(-11%, -34%);
}

.s5__img-mob img:nth-child(3) {
    -webkit-transform: translate(-17%, 10%);
    -ms-transform: translate(-17%, 10%);
    transform: translate(-17%, 10%);
}

.s5__img-mob img:nth-child(5) {
    -webkit-transform: translate(70%, 57%);
    -ms-transform: translate(70%, 57%);
    transform: translate(70%, 57%);
}

.s5__img-mob img:nth-child(6) {
    -webkit-transform: translate(-30%, 38%);
    -ms-transform: translate(-30%, 38%);
    transform: translate(-30%, 38%);
}

.s5__clouds-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    margin: 0 0 0;
}

.s5__clouds-bg img {
    position: absolute;
    left: 50%;
    top: -20%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    max-width: none;
    max-height: 2100px;
    width: 120%;
}

@media (min-width: 1930px) {
    .s5__clouds-bg img {
        width: 102.1%;
    }
}

.s6 {
    display: block;
    padding-top: 50px;
    position: relative;
}

.s6::before {
    content: "";
    background: url(../img/6/bg.jpg) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.s6__clouds {
    overflow: hidden;
    width: 100%;
    margin-top: -248px;
    position: relative;
    z-index: 1;
}

.s6__clouds-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: s6_clouds 40s linear infinite;
    animation: s6_clouds 40s linear infinite;
}

.s6__clouds-items img {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    max-width: none;
}

.s6__clouds-items img.clouds_all {
    width: 150%;
}

@media screen and (max-width: 800px) {
    .s6__clouds-items img.clouds_all {
        display: none;
    }
}

.s6__clouds-items img.clouds_all_mob {
    display: none;
    width: 150%;
}

@media screen and (max-width: 800px) {
    .s6__clouds-items img.clouds_all_mob {
        display: block;
    }
}

@-webkit-keyframes s6_clouds {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }
}

@keyframes s6_clouds {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }
}

.s6__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
}

.s6__box > :nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 72.3%;
    margin: 0 0 17px;
    padding: 0 7.7% 0 0;
    z-index: 99;
}

.s6__box > :nth-child(2) {
    width: 27.7%;
}

.s6__text {
    margin: 0 0 33px;
    max-width: 400px;
}

.s6__conditions {
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    font: 14px/1.2 Gilroy-Regular;
}

.s6__conditions:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.45);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.s6__conditions:hover:before {
    -webkit-box-shadow: 0 0 4px #fff;
    box-shadow: 0 0 4px #fff;
}

.s6__steps {
    margin: 5px 0 0;
    max-width: 330px;
}

.s6__steps > * {
    margin: 0 0 10px;
}

.s6__steps li {
    margin: 0 0 71px;
}

.s6__steps li:last-child {
    margin: 0;
}

.s6-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.s6-step__num {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 65px;
    height: 62px;
    font: 24px/1.5 Gilroy-Regular;
}

.s6-step__num img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    width: 112.3%;
    height: auto;
}

.s6-step__text {
    margin: 0;
    padding: 0 0 0 25px;
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
    font: 20px/1.5 Gilroy-Regular;
}

.s6-step__text a {
    display: inline;
    text-decoration: underline;
}

.s6-step__text a:hover {
    text-decoration: none;
}

.sform {
    position: relative;
    margin: 0 auto;
    padding: 59px 53px;
    max-width: 408px;
    height: 450px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
}

@-moz-document url-prefix() {
    .sform {
        background: rgba(0, 0, 0, 0.4);
    }
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        .sform {
            background: rgba(0, 0, 0, 0.4);
        }
    }
}

.sform form {
    width: 100%;
}

.sform .form-thank {
    display: none;
}

.sform .loading .sbtn {
    opacity: 0.4;
}

.sform.submited {
    padding: 59px 10px;
    z-index: 99;
}

.sform.submited form {
    display: none;
}

.sform.submited .form-thank {
    display: block;
}

.sform input:not([type="checkbox"]) {
    display: block;
    padding: 0 12px;
    width: 100%;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    font: 16px/1.2 Gilroy-Regular;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
    box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
    line-height: inherit;
}

.sform input:not([type="checkbox"])::-webkit-input-placeholder {
    color: #fff;
}

.sform input:not([type="checkbox"]):-moz-placeholder {
    color: #fff;
}

.sform input:not([type="checkbox"])::-moz-placeholder {
    color: #fff;
}

.sform input:not([type="checkbox"]):-ms-input-placeholder {
    color: #fff;
}

.sform input:not([type="checkbox"]):focus {
    border: 1px solid rgba(255, 255, 255, 0.45);
    -webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.87);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.87);
    background: 0 0;
}

.sform input:not([type="checkbox"]):focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important;
}

.sform input:not([type="checkbox"]):focus:-moz-placeholder {
    color: rgba(255, 255, 255, 0.3) !important;
}

.sform input:not([type="checkbox"]):focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3) !important;
}

.sform input:not([type="checkbox"]):focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3) !important;
}

.sform input:not([type="checkbox"]).error {
    border: 1px solid rgba(235, 21, 21, 0.589);
}

.sform input::-webkit-input-placeholder {
    line-height: 45px;
}

.sform input::-moz-placeholder {
    line-height: 45px;
}

.sform input:-ms-input-placeholder {
    line-height: 45px;
}

.sform input::-ms-input-placeholder {
    line-height: 45px;
}

.sform input::placeholder {
    line-height: 45px;
}

.sform button[type="submit"] {
    margin: 47px auto 0;
    width: 188px;
    height: 48px;
}

.sform__heading {
    margin: 0 -20px 56px;
    font: 20px/1.2 Gilroy-Regular;
    text-align: center;
}

.mfp-close,
.sform__close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 42px;
    height: 42px;
    font-size: 0;
}

.mfp-close:after,
.mfp-close:before,
.sform__close:after,
.sform__close:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 21px;
    height: 1px;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.8);
}

.mfp-close:before,
.sform__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.mfp-close:after,
.sform__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.sform__row {
    position: relative;
    margin: 0 0 20px;
}

.sform__row:last-child {
    margin: 0;
}

.sform__cb {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 0 0 36px;
    max-width: 230px;
    font-size: 0;
    cursor: pointer;
}

.sform__cb > span:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    background: 0 0;
    -webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.45);
}

.sform__cb > span:nth-child(3) {
    font: 13px/1.5 Gilroy-Regular;
    color: rgba(255, 255, 255, 0.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sform__cb > span:nth-child(3) a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.sform__cb > span:nth-child(3) a:hover {
    border-color: transparent;
}

.sform__cb input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
}

.sform__cb input[type="checkbox"]:checked + span:after {
    content: url(../img/6/checked.svg);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0;
}

.s7 {
    position: relative;
    display: block;
    padding-top: 0;
    margin-top: -2px;
    margin-top: -270px;
    background-size: 100% 100%;
}

.s7 .container {
    position: relative;
    z-index: 3;
}

.s7__clouds {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -270px;
}

.s7__clouds-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: s7_clouds 40s linear infinite;
    animation: s7_clouds 40s linear infinite;
}

.s7__clouds-items img {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    max-width: none;
}

.s7__clouds-items img.clouds_all {
    width: 150%;
}

@media screen and (max-width: 800px) {
    .s7__clouds-items img.clouds_all {
        display: none;
    }
}

.s7__clouds-items img.clouds_all_mob {
    display: none;
}

@media screen and (max-width: 800px) {
    .s7__clouds-items img.clouds_all_mob {
        display: block;
    }
}

@-webkit-keyframes s7_clouds {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }
}

@keyframes s7_clouds {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }
}

.s7__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.s7__box > :nth-child(1) {
    width: 42.27%;
}

.s7__box > :nth-child(2) {
    width: 43.3%;
}

.s7-video {
    max-width: 597px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.45);
}

.s7-video__inner {
    position: relative;
    padding: 118.7% 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 0, 43, 0.4)), to(rgba(38, 0, 53, 0.4)));
    background: -webkit-linear-gradient(top, rgba(20, 0, 43, 0.4) 0, rgba(38, 0, 53, 0.4) 100%);
    background: -o-linear-gradient(top, rgba(20, 0, 43, 0.4) 0, rgba(38, 0, 53, 0.4) 100%);
    background: linear-gradient(180deg, rgba(20, 0, 43, 0.4) 0, rgba(38, 0, 53, 0.4) 100%);
    border-radius: 10px;
    overflow: hidden;
}

.s7-video__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/7/img.jpg) no-repeat center center;
    background-size: cover;
}

.s7-video__btn {
    display: none !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.s7-video__btn:after,
.s7-video__btn:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.s7-video__btn:before {
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.s7-video__btn:after {
    content: url(../img/7/play.svg);
    margin: 0 0 0 3px;
}

.s7-video__btn:hover:before {
    -webkit-box-shadow: 0 0 4px #fff;
    box-shadow: 0 0 4px #fff;
}

.s7-video__btn:hover:after {
    -webkit-filter: drop-shadow(0 0 4px #fff);
    filter: drop-shadow(0 0 4px #fff);
}

.s7__title {
    line-height: 1.2;
}

.s7__list {
    margin: 0 0 42px;
    padding: 24px 35px;
    max-width: 471px;
    border-radius: 10px;
    font: 16px/2.45 Gilroy-Regular;
    background: rgba(255, 255, 255, 0.1);
}

.s7__list li {
    position: relative;
    padding: 0 0 0 1em;
}

.s7__list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.225em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0.375em;
    height: 0.375em;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
}

.s7__text {
    margin: 0 0 42px;
}

.s7__btn {
    width: 239px;
    height: 48px;
}

.s8 {
    overflow: hidden;
    position: relative;
    padding: 0 0 200px;
    margin-top: -446px;
    background-size: 100% 100%;
    z-index: 10;
}

.s8 .container {
    position: relative;
}

.s8__clouds {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 0;
}

.s8__clouds img {
    position: absolute;
    max-width: none;
    left: 0;
    bottom: 0;
}

.s8__clouds img:nth-child(1) {
    -webkit-transform: translate(-15.4%, 56%);
    -ms-transform: translate(-15.4%, 56%);
    transform: translate(-15.4%, 56%);
    width: 146.1979%;
}

.s8__clouds img:nth-child(2) {
    display: none;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    margin: 0;
}

.s8__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.s8__box > :nth-child(1) {
    width: 444px;
}

.s8__box > :nth-child(2) {
    width: 680px;
}

.s8__left {
    margin: 71px 0 0;
}

.s8__title {
    margin: 0 0 1.23em;
}

.s8__text {
    margin: 0 0 40px;
    max-width: 400px;
}

.s8__btn {
    width: 444px;
    height: 48px;
}

.s8__btn-mob {
    display: none;
    margin: 0 auto;
    width: 254px;
    height: 48px;
}

.s8-map {
    margin: 0 auto;
    max-width: 680px;
}

.s8-map.moscow .s8-map-moscow {
    display: block;
}

.s8-map.moscow .s8-map__list-moscow {
    display: block;
}

.s8-map.moscow.map .s8-map-moscow {
    display: block;
}

.s8-map.moscow.map .s8-map__list-moscow {
    display: block;
}

.s8-map.peter .s8-map-peter {
    display: block;
}

.s8-map.peter .s8-map__list-peter {
    display: block;
}

.s8-map.list .s8-map__list {
    display: block;
}

.s8-map.map .s8-map__inner {
    display: block;
}

.s8-map__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 40px 0;
}

.s8-map__select-wrapper .selectric {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px 0 15px;
    height: 48px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    outline: 0;
    font: 16px/1.5 Gilroy-Regular;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
    box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

.s8-map__select-wrapper .selectric .label {
    font: inherit;
    color: inherit;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.s8-map__select-wrapper .selectric .button {
    display: none;
}

.s8-map__select-wrapper .selectric-items {
    background: #fff;
    -webkit-box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
    box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
    border-radius: 0 0 6px 6px;
}

.s8-map__select-wrapper .selectric-items li {
    color: #03203b;
    background: 0 0;
    cursor: default;
}

.s8-map__select-wrapper .selectric-items li.selected {
    background: #58dce3;
    color: #03203b;
}

.s8-map__select-wrapper .selectric-items li:not(.selected):hover {
    background: #e7e7e7;
}

.s8-map__select-wrapper .selectric-open .selectric {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.s8-map__select-wrapper {
    width: 48%;
    margin-right: 2%;
    position: relative;
}

.s8-map__select-wrapper label {
    margin-bottom: 0;
    height: 20px;
}

.s8-map__select-arrow {
    position: absolute;
    top: 50%;
    display: block;
    right: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.s8-map__inner {
    display: none;
    height: 100%;
}

.s8-map__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}

.s8-map__links a {
    position: relative;
    display: inline-block;
    padding: 0.4em 0.8em;
    font: 14px/1.5 Gilroy-Regular;
    text-align: center;
    color: #fff;
}

.s8-map__links a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.45);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.s8-map__links a:hover:before {
    -webkit-box-shadow: 0 0 4px #fff;
    box-shadow: 0 0 4px #fff;
}

.s8-map__main {
    position: relative;
    padding: 20px;
    height: 500px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.45);
}

.s8-map__main-inner {
    position: relative;
    height: 100%;
    border-radius: 10px;
    background: url(../img/8/map.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    display: none;
}

.s8-map__list {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 37px 50px;
    overflow: auto;
}

.s8-map__list li {
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.s8-map__list li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.s8-map__list::-webkit-scrollbar {
    width: 7px;
}

.s8-map__list::-webkit-scrollbar-thumb {
    width: 7px;
    height: 37px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px #fff;
    box-shadow: 0 0 4px #fff;
}

.s8-map__list-item {
    display: none;
}

.s8-map__main_list .s8-map__main-inner {
    visibility: hidden;
}

.s8-map__main_list .s8-map__list {
    display: block;
}

.s8-loc {
    padding: 14px 0 14px;
}

.s8-loc__top {
    margin: 0 0 8px;
}

.s8-loc__title {
    margin: 0 0 0;
    font: bold 16px/1.2 Gilroy-Regular;
}

.s8-loc__type {
    margin: 0 0 0;
    font: 12px/1.2 Gilroy-Regular;
    color: rgba(255, 255, 255, 0.6);
}

.s8-loc__text {
    margin: 0 0 0;
    font: 14px/1.45 Gilroy-Regular;
}

.footer {
    padding: 13px 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#af8b91), to(#af8b91)), #af909a;
    background: -webkit-linear-gradient(bottom, #af8b91, #af8b91), #af909a;
    background: -o-linear-gradient(bottom, #af8b91, #af8b91), #af909a;
    background: linear-gradient(0deg, #af8b91, #af8b91), #af909a;
}

.footer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font: 12px/1.5 Gilroy-Regular;
}

.footer__list li {
    margin: 0 2.8em;
}

.footer__list a {
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    text-align: center;
    color: #fff;
}

.footer__list a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.45);
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.footer__list a:hover:before {
    -webkit-box-shadow: 0 0 4px #fff;
    box-shadow: 0 0 4px #fff;
}

#popup-1 {
    margin: 0 auto;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 700;
}

#popup-1 .sform {
    position: absolute;
    max-width: 400px;
    width: 100%;
    height: 520px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    display: block;
    padding: 50px 0;
    padding-bottom: 0;
}

#popup-1 .popup-form-wrapper {
    width: 100%;
    overflow: auto;
    height: 100%;
}

#popup-1 .popup-overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#popup-1 .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

#popup-thank {
    margin: 0 auto;
    max-width: 408px;
}

.form-thank {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 auto;
    padding: 0 10px;
    font: 20px/1.5 Gilroy-Regular;
    text-align: center;
}

.form-thank__img {
    margin: 0 auto 12px;
    width: 85px;
    height: 85px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: url(../img/7/thank.svg) no-repeat center center;
    -webkit-box-shadow: 0 0 4px #fff;
    box-shadow: 0 0 4px #fff;
}

.form-thank__text-1 {
    width: 100%;
    margin: 0 auto 20px;
}

.form-thank__text-2 {
    width: 100%;
    margin: 0 auto 0;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .container {
        max-width: 90%;
    }
}

@media (max-height: 800px) {
    .socials {
        left: 1%;
        bottom: 3%;
    }
    .bottom-btn {
        bottom: 5%;
    }
    .header__box {
        padding: 10px 0 10px;
    }
}

@media (max-width: 1600px) {
    .header__links {
        padding: 0 3vw 0 0;
    }
    .switcher {
        right: 3vw;
    }
    .bottom-btn {
        right: 3vw;
    }
    .header__menu {
        width: 320px;
    }
    .s2__box > .s2__box-container:nth-child(1) {
        width: 50%;
    }
    .s2__box > .s2__box-container:nth-child(2) {
        width: 50%;
    }
    .s4__box > .s4__box-container:nth-child(1) {
        width: 50%;
    }
    .s4__box > .s4__box-container:nth-child(2) {
        width: 50%;
    }
    .s3 {
        height: 800px;
    }
}

@media (max-width: 1400px) {
    .s6__box > :nth-child(1) {
        width: 68%;
    }
    .s6__box > :nth-child(2) {
        width: 32%;
    }
    .s6__box > :nth-child(1) {
        padding-right: 0;
    }
    .s7__box > :nth-child(1) {
        width: 45%;
    }
    .s7__box > :nth-child(2) {
        width: 49%;
    }
    .s8__box > :nth-child(1) {
        width: 420px;
    }
    .s8__box > :nth-child(2) {
        width: 600px;
    }
    .s6__steps {
        max-width: 290px;
    }
}

@media (max-width: 1199px) {
    .header .container {
        max-width: 100%;
    }
    .s1__title {
        font-size: 35px;
    }
    .header__logo {
        margin: 0;
    }
    .header__box {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0 10px;
    }
    .socials {
        display: none;
    }
    .s2__items {
        padding: 0 0 40px;
    }
    .s4__box > .s4__box-container:nth-child(1) {
        width: 100%;
    }
    .s4__box > .s4__box-container:nth-child(2) {
        width: 100%;
    }
    .s4__item {
        height: auto;
    }
    .s4__img {
        margin: 0 auto;
    }
    .s4__text {
        max-width: none;
    }
    .stitle {
        font-size: 40px;
    }
    .stext {
        font-size: 15px;
    }
    .s5 {
        margin-top: -150px;
    }
    .s5__box > :nth-child(1) {
        width: 100%;
    }
    .s5__box > :nth-child(2) {
        width: 100%;
    }
    .s5__img {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .s5__img img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .s6__box > :nth-child(1) {
        margin: 0 0 30px;
        width: 100%;
    }
    .s6__box > :nth-child(2) {
        width: 100%;
    }
    .s6__steps li {
        margin: 0 0 20px;
    }
    .s6__left {
        margin: 0 0 30px;
        width: 100%;
    }
    .s6__text {
        max-width: none;
    }
    .s6__steps {
        margin: 0;
        max-width: none;
    }
    .s7__box > :nth-child(1) {
        margin: 0 0 30px;
        width: 100%;
    }
    .s7__box > :nth-child(2) {
        width: 100%;
    }
    .s8__box > :nth-child(1) {
        margin: 0 0 60px;
        width: 100%;
    }
    .s8__box > :nth-child(2) {
        width: 100%;
    }
    .s8__text {
        max-width: none;
    }
    .header__menu .socials {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 991px) {
    #cursor-follow {
        display: none;
    }
    .s1__image {
        position: relative;
        top: -50px;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
    }
    .galaxy {
        margin-top: -10%;
    }
    .bottom-btn {
        right: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .s1__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 300px;
    }
    .s1__title {
        font-size: 30px;
    }
    .s2 {
        padding-top: 100px;
    }
    .s2__title {
        text-align: center;
    }
    .s2__box > .s2__box-container:nth-child(1) {
        margin: 0 0 30px;
        width: 100%;
    }
    .s2__box > .s2__box-container:nth-child(2) {
        width: 100%;
    }
    .s2__left {
        margin: 0 auto;
    }
    .s2__text {
        max-width: 100%;
    }
    .s2__items {
        padding-bottom: 30px;
    }
    .s2__item {
        height: auto;
    }
    .s2-body__images {
        margin: 0 auto;
        margin-bottom: 25px;
        max-width: 90%;
    }
    .slider-arrows {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .slider-arrows .slider-arrow {
        border: 0 !important;
        background: 0 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .slider-arrows .slider-arrow:before {
        display: none;
    }
    .stitle {
        font-size: 35px;
    }
    .stext {
        font-size: 14px;
    }
    .footer__list li {
        margin: 0 1em;
    }
    .s4__img:nth-child(1) {
        width: 90%;
    }
    .s5__clouds-bg img {
        top: 0;
    }
}

@media (max-width: 767px) {
    .s1__title {
        font-size: 25px;
    }
    .stitle {
        font-size: 30px;
    }
    .stext {
        font-size: 13px;
    }
    .s4__btn-1 {
        width: 230px;
    }
    .s4__btn-2 {
        width: 225px;
    }
    .s5 {
        margin-top: -100px;
    }
    .s6 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .s5__clouds-bg img {
        max-height: 1500px;
        width: auto;
    }
    .s8-map__select-wrapper {
        width: 100%;
        margin: 19px;
    }
    .s8-map__links {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .s8-map__links a {
        padding: 5px 10px;
        font-size: 10px;
    }
    .s8-map__links li:nth-child(1) {
        margin: 0 15px 0 0;
    }
    .s8__box > :nth-child(1) {
        margin: 0 0 30px;
    }
    .s8-map__top {
        margin: 0 0 31px 0;
    }
}

@media (max-width: 575px) {
    .sblock {
        display: block;
        min-height: auto;
    }
    .s1__title {
        text-align: center;
    }
    .container {
        padding: 0 33px;
    }
    .header .container {
        padding: 0 15px;
    }
    .header__box {
        padding: 7px 0 7px;
    }
    .header__logo {
        max-width: 94px;
    }
    .header__menu-btn {
        width: 36px;
        height: 36px;
    }
    .header__menu-btn:after,
    .header__menu-btn:before {
        width: 17px;
    }
    .header__menu-btn:before {
        margin: 2px 0 0 0;
    }
    .header__menu-btn:after {
        margin: -2px 0 0 0;
    }
    .switcher__item {
        margin: 0 0 10px;
        width: 1px;
        height: 25px;
    }
    .header__menu {
        width: 100%;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }
    .bottom-btn {
        bottom: 10px;
        right: 50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
        width: 36px;
        height: 36px;
    }
    .bottom-btn:before {
        width: 26px;
        height: 26px;
    }
    .bottom-btn:after {
        width: 7px;
        height: 7px;
        margin: -2px 0 0 0;
    }
    .header__links {
        padding: 0 31px 0 0;
    }
    .header__link {
        width: 100%;
        height: 50px;
        font-size: 16px;
    }
    .header__links li {
        margin-bottom: 12px;
    }
    .s1 {
        padding: 167px 0 169px;
        height: auto;
    }
    .s1__row {
        padding-top: 0;
    }
    .s1__image {
        top: 0;
    }
    .s1__title {
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        margin: 0 0 28px;
        font-size: 28px;
    }
    .s1__subtitle {
        margin: 0 auto 31px;
        font-size: 14px;
        line-height: 1.3;
        text-align: center;
    }
    .sbtn {
        font-size: 13px;
    }
    .s1__btn {
        margin: 0 auto;
        width: 168px;
        height: 42px;
    }
    .galaxy {
        margin-top: -400px;
    }
    .galaxy img {
        width: 1180px;
        margin: 0 0 0 -204px;
    }
    .stitle {
        margin: 0 0 28px;
        font-size: 24px;
        text-align: center;
    }
    .s2__title {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .s2 {
        height: auto;
        padding-top: 0;
    }
    .s2__box .s2__box-container:nth-child(1) {
        padding: 57px 0 0;
    }
    .s2-body {
        margin: 0 auto 15px;
        max-width: 240px;
    }
    .s2-organ__img {
        margin: 0 0 10px;
        height: 25px;
    }
    .s2-organ__text {
        font-size: 10px;
    }
    .s2__organs {
        max-width: 270px;
        height: 50px;
    }
    .stext {
        font-size: 14px;
        text-align: center;
    }
    .s2__box > .s2__box-container:nth-child(1) {
        margin: 0 0 15px;
    }
    .s2__text {
        margin: 0 0 29px;
    }
    .s2__item {
        height: auto;
    }
    .s2-author {
        margin: 0 auto;
        padding: 0 5px 0 69px;
        width: 219px;
        height: 60px;
    }
    .s2-author__img {
        width: 60px;
        height: 60px;
    }
    .s2-author__text-1 {
        font-size: 12px;
    }
    .s2-author__text-2 {
        font-size: 10px;
    }
    .s2__items {
        padding: 0 0 18px;
    }
    .s3 {
        height: auto;
        margin: 0;
        padding: 110px 0 200px;
    }
    .s3__bg img:nth-child(1) {
        width: 1309px;
        -webkit-transform: translate(-46%, 32%);
        -ms-transform: translate(-46%, 32%);
        transform: translate(-46%, 32%);
    }
    .s3__bg img:nth-child(2) {
        width: 600px;
        -webkit-transform: translate(30.6%, -30%);
        -ms-transform: translate(30.6%, -30%);
        transform: translate(30.6%, -30%);
    }
    .s4 {
        height: auto;
    }
    .s4__title {
        position: absolute;
        left: 0;
        top: -10px;
        width: 100%;
    }
    .s4__box {
        padding: 53px 0 0;
    }
    .s4__img {
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        margin: 0;
        max-width: none;
        width: 100%;
    }
    .s4__box > .s4__box-container:nth-child(1) {
        margin: 0 20px;
    }
    .s4__btns {
        margin: 78px 0 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .s4__btns li {
        width: 100%;
    }
    .s4__btns li:nth-child(1) {
        margin: 0 0 20px;
    }
    .s4__btn-1 {
        margin: 0 auto;
        width: 200px;
        height: 42px;
    }
    .s4__btn-2 {
        margin: 0 auto;
        width: 190px;
        height: 42px;
    }
    .s4__items {
        padding: 0;
    }
    .s4__item {
        height: auto;
    }
    .s4__items .slick-arrow {
        bottom: 156px;
    }
    .s4__clouds {
        margin-top: 0;
    }
    .s4__clouds img {
        width: 200%;
        max-width: none;
    }
    .s4__clouds-items {
        -webkit-animation: s4_clouds_mob 40s linear infinite;
        animation: s4_clouds_mob 40s linear infinite;
    }
    @-webkit-keyframes s4_clouds_mob {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        100% {
            -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
        }
    }
    @keyframes s4_clouds_mob {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        100% {
            -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
        }
    }
    .s5__img {
        display: none;
    }
    .s5__img-mob {
        display: block;
    }
    .s5__img-mob .bed {
        max-width: 100%;
        z-index: 30;
        margin-top: -30px;
    }
    .s5__text {
        text-align: left;
    }
    .s5 {
        margin-top: -60%;
        padding: 30px 0;
        height: auto;
    }
    .stext ul:not(:first-child) {
        margin-top: -3px;
    }
    .stext ul li {
        margin: 0 0 8px;
    }
    .s5__text {
        margin: 0 0 38px;
    }
    .s5-timer__text {
        margin: 0 0 9px;
        font-size: 12px;
    }
    .s5-timer__value {
        width: 64px;
        height: 64px;
    }
    .s5-timer__value_1 {
        width: 90px;
        height: 90px;
    }
    .s5-timer__value-num {
        font-size: 20px;
    }
    .s5-timer__value-text {
        font-size: 10px;
    }
    .s5-timer__value_1 .s5-timer__value-num {
        font-size: 30px;
    }
    .s5-timer__value_1 .s5-timer__value-text {
        font-size: 12px;
    }
    .s5-timer__values > * {
        margin: 0 18px 0 0;
    }
    .s5-timer__value_1 {
        background-size: 100% auto;
    }
    .s5-timer__value_2 {
        background-size: 100% auto;
    }
    .s5-timer__value_3 {
        background-size: 100% auto;
    }
    .s5-timer__values > * {
        margin: 0 9px 0 0;
    }
    .s5-timer__values > :first-child {
        margin-right: 27px;
    }
    .s6 {
        padding-top: 90px;
    }
    .s6__title {
        margin: 0 0 32px;
    }
    .s6__text {
        margin: 0 0 28px;
    }
    .s6__conditions {
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        font-size: 11px;
    }
    .s6-step__num {
        width: 46px;
        height: 46px;
        font-size: 18px;
        background-size: 110% auto;
    }
    .s6__left {
        margin: 0 0 58px;
    }
    .s6-step__text {
        padding: 0 0 0 16px;
        font-size: 16px;
        line-height: 130%;
    }
    .s6__steps li {
        margin: 0 0 31px;
    }
    .sform {
        position: relative;
        max-width: none;
        width: 100%;
        height: 340px;
        margin: 0;
        padding: 40px 30px;
    }
    .s6__box > :nth-child(1) {
        margin: 0 0 82px;
    }
    .sform input:not([type="checkbox"]) {
        padding: 0 8px;
        height: 42px;
        font-size: 12px;
    }
    .sform__row {
        margin: 0 0 15px;
    }
    .sform__cb > span:nth-child(3) {
        font-size: 10px;
    }
    .sform__cb > span:nth-child(2) {
        width: 19px;
        height: 19px;
    }
    .sform__cb {
        margin-top: 22px;
        padding: 0 0 0 30px;
        max-width: 250px;
    }
    .sform button[type="submit"] {
        margin: 24px auto 0;
        width: 168px;
        height: 42px;
    }
    .sform__heading {
        margin: 0 -10px 30px;
        font-size: 16px;
    }
    .s6__steps {
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
    }
    .s6__clouds {
        margin-top: 0;
        position: relative;
        bottom: -70px;
    }
    .s6__clouds img {
        width: 300%;
    }
    .s6__clouds-items {
        -webkit-animation: s6_clouds_mob 40s linear infinite;
        animation: s6_clouds_mob 40s linear infinite;
    }
    @-webkit-keyframes s6_clouds_mob {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        100% {
            -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
        }
    }
    @keyframes s6_clouds_mob {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        100% {
            -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
        }
    }
    .s7 {
        padding-bottom: 0;
        margin-bottom: -1px;
        height: auto;
    }
    .s7__box {
        position: relative;
        padding: 79px 0 0;
    }
    .s7__title {
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        width: 300px;
    }
    .s7-video {
        padding: 10px;
    }
    .s7-video__btn {
        width: 48px;
        height: 48px;
    }
    .s7-video__btn:before {
        width: 35px;
        height: 35px;
    }
    .s7-video__btn:after {
        -webkit-transform: translate(-50%, -50%) scale(0.7);
        -ms-transform: translate(-50%, -50%) scale(0.7);
        transform: translate(-50%, -50%) scale(0.7);
    }
    .s7__list {
        margin: 0 0 33px;
        padding: 20px 10px;
        font-size: 14px;
        line-height: 1.5;
    }
    .s7__list li {
        margin: 0 0 10px;
    }
    .s7__list li:last-child {
        margin: 0;
    }
    .s7__list li:before {
        top: 0.75em;
    }
    .s7__text {
        margin: 0 0 34px;
    }
    .s7__btn {
        margin: 0 auto;
        width: 187px;
        height: 42px;
    }
    .s7__clouds {
        position: relative;
        bottom: -60px;
    }
    .s7__clouds img {
        width: 300%;
    }
    .s7__clouds-items {
        -webkit-animation: s6_clouds_mob 40s linear infinite;
        animation: s6_clouds_mob 40s linear infinite;
    }
    @-webkit-keyframes s7_clouds_mob {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        100% {
            -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
        }
    }
    @keyframes s7_clouds_mob {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        100% {
            -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
        }
    }
    .s8 {
        margin-top: -100px;
        padding: 0 0 80px;
        height: auto;
        background-position: 0 100px;
    }
    .s8__title {
        margin: 0 0 34px;
    }
    .s8__text {
        margin: 0 0 30px;
    }
    .s8__btn {
        display: none;
    }
    .s8__btn-mob {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .s8-map__select {
        margin: 0 0 0;
        padding: 0 40px 0 12px;
        width: 100%;
        height: 40px;
        font-size: 14px;
    }
    .s8-map__select-wrapper {
        width: 100%;
        margin: 19px;
    }
    .s8-map__links {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .s8-map__links a {
        padding: 5px 10px;
        font-size: 10px;
    }
    .s8-map__links li:nth-child(1) {
        margin: 0 15px 0 0;
    }
    .s8__box > :nth-child(1) {
        margin: 0 0 30px;
    }
    .s8-map__top {
        margin: 0 0 31px 0;
    }
    .s8-map__main {
        padding: 10px;
    }
    .s8__clouds img:nth-child(1) {
        display: none;
    }
    .s8__clouds img:nth-child(2) {
        display: inline-block;
    }
    .footer {
        margin: 0;
        padding: 15px 0 60px;
    }
    .footer .container {
        padding: 0 15px;
    }
    .footer__list {
        font-size: 10px;
    }
    .footer__list li {
        margin: 0 10px 10px;
    }
    .sform__close {
        width: 30px;
        height: 30px;
    }
    #popup-1 .sform {
        height: 450px;
    }
    .popup-thank {
        height: 300px;
    }
    .popup-thank {
        font-size: 16px;
    }
    #popup-thank {
        max-width: 270px;
    }
    .s8-map__list {
        padding: 10px;
    }
    .s8-loc__title {
        font-size: 14px;
    }
    .s8-loc__type {
        font-size: 10px;
    }
    .s8-loc__text {
        font-size: 14px;
    }
    .s8-loc {
        padding: 0 0 10px;
    }
    .s8-map__list > * {
        margin-bottom: 10px;
    }
}

@media (max-width: 1680px) {
    .s3 {
        height: 565px;
    }
    .s5 {
        margin-top: -21%;
    }
    .s7 {
        margin-top: -192px;
    }
    .s8 {
        margin-top: -340px;
    }
    .menu-icon {
        top: 3px;
    }
    .socials {
        left: 2%;
        bottom: 5%;
    }
}

@media (max-width: 1600px) {
    .s3 {
        height: 565px;
    }
    .s5 {
        margin-top: -19%;
    }
    .s7 {
        margin-top: -140px;
    }
    .s8 {
        margin-top: -295px;
    }
    .menu-icon {
        top: 3px;
    }
    .socials {
        left: 2%;
        bottom: 5%;
    }
}

@media (max-width: 1440px) {
    .s3 {
        height: 565px;
    }
    .s5 {
        margin-top: -18%;
    }
    .s7 {
        margin-top: -110px;
    }
    .s8 {
        margin-top: -230px;
    }
}

@media (max-width: 1360px) {
    .s3 {
        height: 565px;
    }
    .s5 {
        margin-top: -18%;
    }
    .s7 {
        margin-top: -80px;
    }
    .s8 {
        margin-top: -195px;
    }
}

@media (max-width: 768px) {
    .header__logo {
        margin-top: 0;
    }
    .s3 {
        padding: 70px 0 70px;
        height: 450px;
    }
    .s5 {
        margin-top: -10%;
    }
    .s6 {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .s7 {
        margin-top: -80px;
        background: url(../img/7/bg.jpg) 0 0 no-repeat;
    }
    .s8 {
        margin-top: 0;
        padding-top: 295px;
        background-position: 0 0;
    }
    .s8__left {
        margin: 0;
    }
}

@media (max-width: 600px) {
    .header__logo {
        margin-top: 0;
    }
}

@media (max-width: 450px) {
    .header__logo {
        margin-top: 0;
    }
    .s2__box {
        margin-top: -285px;
    }
    .s3 {
        padding: 70px 0 70px;
        height: 405px;
    }
    .s5 {
        margin-top: -64%;
        padding: 30px 0;
    }
    .s6 {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .s7 {
        margin-top: -80px;
        background: url(../img/7/bg.jpg) 0 -10px no-repeat;
    }
    .s8 {
        margin-top: -60px;
        padding-top: 54px;
        background-position: 0 0;
        background: url(../img/8/bg.jpg) 0 0 no-repeat;
    }
    .s8__left {
        margin: 0;
    }
}

@media (max-width: 360px) {
    .header__logo {
        margin-top: 0;
    }
    .s3 {
        padding: 70px 0 70px;
        height: 405px;
    }
    .s5 {
        margin-top: -64%;
        padding: 30px 0;
    }
    .s6 {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .s7 {
        margin-top: -80px;
        background: url(../img/7/bg.jpg) 0 0 no-repeat;
    }
    .s8 {
        margin-top: 0;
        padding-top: 10px;
        background-position: 0 0;
    }
    .s8__left {
        margin: 0;
    }
}

.form-thank__text-2 a {
    text-decoration: underline;
}

.s5-timer__value-num1 {
    position: relative;
    width: 100%;
    font: bold 25px/1 Gilroy-Regular;
    font-size: 24px;
}
/* Cookie Warning */
.cookie-data-warning {
    display: none;
    position: fixed;
    width: 272px;
    height: auto;
    bottom: 24px;
    right: 40px;
    padding: 24px 16px;
    border-radius: 8px;
    background-color: rgba(33, 33, 33, 0.9);
    z-index: 1000;
}
@media screen and (max-width: 1023px) {
    .cookie-data-warning {
        width: calc(100% - 32px);
        margin: 0 16px;
        padding: 12px 16px;
        right: 0;
        bottom: 16px;
    }
}
@media screen and (max-width: 413px) {
    .cookie-data-warning {
        padding: 16px;
    }
}
.cookie-data-warning.active {
    display: block;
}
.cookie-data-warning__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    font-family: gilroy-regular, sans-serif;
}
@media screen and (max-width: 1023px) {
    .cookie-data-warning__wrap {
        flex-direction: row;
        justify-content: space-between;
    }
}
.cookie-data-warning__text {
    font-family: gilroy-regular, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .cookie-data-warning__text {
        font-size: 14px;
        line-height: 20px;
        margin-right: 8px;
    }
}
.cookie-data-warning__link,
.cookie-data-warning__link:hover {
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
}
.cookie-data-warning__confidential {
    cursor: pointer;
    text-decoration: none !important;
    color: #00b9bf !important;
}
.cookie-data-warning__confidential:hover {
    color: #009fa4 !important;
}
.js-cookie-data-warning__close {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 240px;
    height: 40px;
    font-family: gilroy-bold, sans-serif !important;
    font-size: 14px !important;
    line-height: 20px;
    color: #fff;
    background: #00b9bf;
    border: none;
    border-radius: 80px;
    margin-top: 16px;
    padding: 10px 24px;
    outline: none;
    cursor: pointer;
    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;
}
.js-cookie-data-warning__close:hover {
    background: #17c4c9;
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 1023px) {
    .js-cookie-data-warning__close {
        margin-top: 0;
        width: 102px;
    }
    .js-cookie-data-warning__close.in-modal {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 48px;
        font-size: 16px;
        align-items: center;
        border-width: 0.125rem;
        font-family: Gilroy-Bold, sans-serif;
        outline: none;
        white-space: nowrap;
        margin: 0;
    }
}

/* Cookie Description */
.cookie-data-warning-details {
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10152;
}
.cookie-data-warning__modal-dialog {
    width: 520px;
    display: flex;
    position: relative;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    margin: 0 auto;
}

.modal-footer__modal-backdrop {
    opacity: 0.7;
    background-color: #000;
    transition: opacity 0.15s linear;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040;
}
.cookie-data-warning__text-description {
    color: #000;
    margin-bottom: 1.5rem;
}
.cookie-data-warning__text-description:last-of-type {
    margin: 0;
}
.cookie-data-warning__modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}
.cookie-data-warning__modal-header,
.cookie-data-warning__modal-footer {
    border: unset;
}
.cookie-data-warning__modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative;
}
.cookie-data-warning__modal-content {
    width: 520px;
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    transform: translateY(45%);
    border-radius: 0.5rem;
    z-index: 1111;
}
.cookie-data-warning__modal-footer {
    display: none;
}
.cookie-data-warning__close-modal {
    background: white;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 1px;
    right: 1px;
    padding: 0;
}
.cookie-data-warning__close-modal:before,
.cookie-data-warning__close-modal:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #999;
    top: 18px;
    right: 11px;
}
.cookie-data-warning__close-modal:before {
    transform: rotate(45deg);
}
.cookie-data-warning__close-modal:after {
    transform: rotate(-45deg);
}
.cookie-data-warning__close-modal:hover::before,
.cookie-data-warning__close-modal:hover::after {
    background: #212121;
}
@media screen and (max-width: 1023px) {
    .cookie-data-warning__modal-dialog {
        max-width: 100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .cookie-data-warning__modal-content {
        width: 100%;
        height: 100%;
        transform: none;
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }
    .cookie-data-warning__modal-footer {
        display: block;
        height: 100%;
        padding: 0 16px 16px;
    }
}
