@font-face {
    font-family: 'Mena Grotesk';
    src: url('../fonts/MenaGrotesk-Bold.woff2') format('woff2'),
    url('../fonts/MenaGrotesk-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mena Grotesk';
    src: url('../fonts/MenaGrotesk-SemiBold.woff2') format('woff2'),
    url('../fonts/MenaGrotesk-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mena Grotesk';
    src: url('../fonts/MenaGrotesk-Regular.woff2') format('woff2'),
    url('../fonts/MenaGrotesk-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mena Grotesk';
    src: url('../fonts/MenaGrotesk-Medium.woff2') format('woff2'),
    url('../fonts/MenaGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mena Grotesk';
    src: url('../fonts/MenaGrotesk-MediumItalic.woff2') format('woff2'),
    url('../fonts/MenaGrotesk-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
/*@font-face {*/
/*    font-family: 'Mena Grotesk';*/
/*    src: url('../fonts/MenaGrotesk-Light.woff2') format('woff2'),*/
/*    url('../fonts/MenaGrotesk-Light.woff') format('woff');*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/
@font-face {
    font-family: 'Mena Grotesk';
    src: url('../fonts/MenaGrotesk-LightItalic.woff2') format('woff2'),
    url('../fonts/MenaGrotesk-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
/*-----------------------------------*/
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
    width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #ffffff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    /*list-style-type: square;*/
    list-style: none;
    padding-left: 26px;
}
ul li {
    position: relative;
}
ul li:before {
    content: "";
    position: absolute;
    /*top: 0.7em;*/
    /*width: 0.2em;*/
    /*height: 0.2em;*/
    /*left: -0.5em;*/
    top: 0.75em;
    width: 0.15em;
    height: 0.15em;
    left: -0.4em;
    font-size: 1.2em;
    background: #96856f;
    line-height: 0;
    letter-spacing: 0.1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
/*blockquote p:before {*/
/*    content: '“';*/
/*}*/
/*blockquote p:after {*/
/*    content: '”';*/
/*}*/
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: -.25em;
}
sup {
    top: -.5em;
}
a {
    color: #96856f;
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #96856f;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
/*button:focus {*/
/*    outline: 1px dotted;*/
/*    outline: 5px auto -webkit-focus-ring-color;*/
/*}*/
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .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: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
/*-----------------------------------*/
/**
 * Swiper 9.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 28, 2023
 */
@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}
:root {
    --swiper-theme-color: #007aff
}
.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}
.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}
.swiper-horizontal {
    touch-action: pan-y
}
.swiper-vertical {
    touch-action: pan-x
}
.swiper-slide, swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}
.swiper-slide-invisible-blank {
    visibility: hidden
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}
.swiper-3d {
    perspective: 1200px
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    transform-style: preserve-3d
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}
.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #ffffff
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000000
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}
:root {
    --swiper-navigation-size: 44px
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev'
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next'
}
.swiper-button-lock {
    display: none
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-bullet:only-child {
    display: none !important
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-lock {
    display: none
}
.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-scrollbar-lock {
    display: none
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}
.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}
.swiper .swiper-notification, swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-cube {
    overflow: visible
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}
.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}
.swiper-flip {
    overflow: visible
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}
.swiper-cards {
    overflow: visible
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}
/*-----------------------------------*/
html:not(.disable-smooth) {
    scroll-behavior: smooth;
}
body {
    font-family: 'Mena Grotesk', sans-serif;
    font-weight: 300;
    /*font-size: 24px;*/
    font-size: 20px;
    /*line-height: 1.7;*/
    line-height: 1.65;
    color: #f2f2f2;
    background: #202221;
    -webkit-font-smoothing: antialiased;
}
:root {
    --transition: all .25s;
}
img, video, iframe, svg {
    max-width: 100%;
    height: auto;
}
.transition-def,
.text-link .text-link__txt,
.bg-hover-inner .bg-hover-inner__txt,
.bg-hover {
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}
.obj-cover {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
button, .button {
    display: inline-block;
    text-decoration: none !important;
    /*border: 3px solid #f2f2f2;*/
    /*border: 2px solid #f2f2f2;*/
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    /*font-size: 25px;*/
    /*font-size: 22px;*/
    /*font-size: 19px;*/
    font-size: 21px;
    font-weight: 400;
    background: #0000;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    color: currentColor;
    /*min-width: 304px;*/
    /*min-width: 255px;*/
    min-width: 260px;
    text-align: center;
    max-width: 100%;
    cursor: pointer;
    /*padding: 7px 15px;*/
    /*padding: 5px 15px;*/
    padding: 7px 15px;
}
.button.header__btn {
    font-size: 19px;
    min-width: 169px;
}
button:hover,
.button:hover {
    color: #f2f2f2;
    background: #ffb401;
    border-color: #ffb401;
}
.button--secondary,
.button--fourth:hover {
    background: #96856f;
    color: #f2f2f2;
    border-color: #96856f;
}
.color-3 {
    color: #938672;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.text-center {
    text-align: center;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-weight: 700;
}
h1, .h1 {
    text-transform: uppercase;
    /*font-size: 94px;*/
    /*font-size: 70px;*/
    font-size: 80px;
    line-height: 1;
}
h2, .h2 {
    /*font-size: 72px;*/
    font-size: 61px;
}
h3, .h3 {
    /*font-size: 62px;*/
    font-size: 52px;
}
h4, .h4 {
    /*font-size: 50px;*/
    font-size: 43px;
}
.kicker {
    text-transform: uppercase;
    /*font-size: 19px;*/
    /*font-size: 16px;*/
    font-size: 16px;
    /*font-size: 14px;*/
    font-weight: 700;
    color: #96856f;
}
.z-index-1 {
    z-index: 1 !important;
}
.z-index-2 {
    z-index: 2 !important;
}
.overflow-hidden {
    overflow: hidden;
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
/*::marker {*/
/*    content: none;*/
/*}*/
.nav li:before,
.list-unstyled li:before {
    content: none;
}
.border-radius-1 {
    border-radius: 10px;
}
.border-radius-2 {
    border-radius: 25px;
}
.input-style {
    font-weight: 400;
    /*font-size: 31px;*/
    font-size: 26px;
    display: block;
    width: 100%;
    outline: none !important;
    color: #96856f;
    border: none;
    background: none;
    border-bottom: 2px solid #202221;
    line-height: 1.3;
    /*padding: 0 0 20px;*/
    padding: 0 0 17px;
    border-radius: 0 !important;
}
.input-style::placeholder {
    color: #96856f;
    transition: var(--transition);
}
.input-style:focus::placeholder {
    opacity: 0;
}
.light-block {
    background: #f2f2f2;
    color: #76777b;
}
.color-1 {
    color: #4e5859;
}
.text-link {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}
.text-link,
.bg-hover,
.bg-hover-inner .bg-hover-inner__txt,
.bg-hover-inner {
    text-decoration: none !important;
}
.text-link .text-link__txt,
.bg-hover,
.bg-hover-inner .bg-hover-inner__txt {
    background-image: linear-gradient(to right, #96856f 0%, #96856f 100%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding: 0 0 1px;
    vertical-align: baseline;
    text-decoration: none !important;
    color: currentColor;
}
.bg-hover-inner {
    display: inline-block;
    color: currentColor;
}
.text-link:hover .text-link__txt,
.bg-hover-inner:hover .bg-hover-inner__txt,
.bg-hover:hover {
    color: #96856f;
}
.bg-hover-inner:hover .bg-hover-inner__txt,
.text-link.static-underline .text-link__txt,
.text-link:hover .text-link__txt,
.bg-hover:hover {
    background-size: 100% 1px;
}
.fz-md {
    /*font-size: 28px;*/
    font-size: 24px;
}
.fz-lg {
    /*font-size: 31px;*/
    /*font-size: 26px;*/
    font-size: 24px;
}
.ls-sm {
    letter-spacing: -0.01em;
}
.circle-blur {
    /*width: 262px;*/
    /*height: 262px;*/
    width: 362px;
    height: 362px;
    background: #96856f;
    opacity: 0.62;
    filter: blur(50px);
    border-radius: 50%;
}
.hover-underline a {
    color: currentColor;
    text-decoration: none;
}
.hover-underline a:hover {
    text-decoration: underline;
}
.last-el-mb-0 > *:last-child {
    margin-bottom: 0;
}
.after-el:after,
.before-el:before {
    content: "";
    position: absolute;
}
.overlay:after,
.hero__big-img-wrap:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(78, 88, 89, 0.77);
    z-index: 1;
}
.s-logos {
    /*padding: 136px 0 252px;*/
    /*padding: 100px 0 214px;*/
    padding: 100px 0 225px;
}
.s-logos__heading {
    /*max-width: 1000px;*/
    /*max-width: 900px;*/
    /*line-height: 1.75;*/
    max-width: 930px;
    line-height: 1.7;
    /*margin-bottom: 112px;*/
    /*margin-bottom: 96px;*/
    margin-bottom: 125px;
}
.s-logos__title {
    /*margin-bottom: 70px;*/
    margin-bottom: 58px;
}
.text-right {
    text-align: right;
}
.text-none {
    text-transform: none !important;
}
/*----------------------------------*/
.header,
.hero__container,
.s-simple-txt {
    opacity: 0;
}
/*html:not(.body-visible) body:after {*/
/*    content: "";*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #202221;*/
/*    z-index: 1000;*/
/*}*/
.simple-line-wrap {
    overflow: hidden;
}
.scroll-to-link-js.active-section:not(.header__btn) .bg-hover {
    color: #96856f;
    background-size: 100% 1px;
}
.header__nav a {
    color: #f2f2f2;
    text-decoration: none !important;
}
.header__btn.active-section {
    color: #f2f2f2;
    background: #96856f;
    border-color: #96856f;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #202221;
    /*padding: 70px 0 30px;*/
    /*padding: 61px 0 30px;*/
    /*padding: 71px 0 30px;*/
    padding: 57px 0 30px;
    /*font-size: 16px;*/
    font-size: 19px;
}
.is-offset-top .header {
    padding-top: 30px;
}
.header__nav {
    /*padding-right: 8px;*/
    padding-right: 27px;
}
.header__nav li {
    /*margin-right: 30px;*/
    /*margin-right: 28px;*/
    /*margin-right: 50px;*/
    margin-right: 43px;
}
.header__nav li:last-child {
    margin-right: 0;
}
/*.button.header__btn {*/
/*min-width: 223px;*/
/*font-size: 16px;*/
/*min-width: 140px;*/
/*}*/
body:not(.is-offset-top) .header__logo-col {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.header__logo-img {
    max-width: 270px;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.px-0 {
    padding-right: 0 !important;
}
.secondary-link {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
/*----------------------------------*/
.hero {
    /*min-height: 100vh;*/
    height: 100vh;
    min-height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*padding: 258px 0 96px;*/
    /*padding: 218px 0 65px;*/
    padding: 203px 0 0;
    /* margin-bottom: -6.6vw; */
    position: relative;
    z-index: 0;
}
.hero__big-text-inner:after,
.hero__big-text-inner:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100vw;
    background: #202221;
}
.hero__big-text-inner:after {
    left: calc( 100% - 5.5% - 1px );
}
.hero__big-text-inner:before {
    right: calc( 100% + 5.5% - 1px );
}
.hero__container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.hero__big-text-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.hero__big-text-wrap-2 {
    bottom: -1%;
}
.hero__title {
    /*margin-bottom: 5px;*/
    margin-bottom: 11px;
    letter-spacing: -0.025em;
    /* letter-spacing: 0.05em; */
}
.hero__content {
    /*font-size: 21px;*/
    /*padding-right: 214px;*/
    /*font-size: 18px;*/
    font-size: 23px;
    /*padding-right: 182px;*/
}
.hero__big-img-wrap {
    top: 0;
    left: 0;
}
.hero__big-img {
    /*-o-object-position: 50% 93%;*/
    /*object-position: 50% 93%;*/
    -o-object-position: 50% 80%;
    object-position: 50% 80%;
}
.hero__big-text-inner {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 316vw;*/
    /*margin-top: -8.7vw;*/
    /*margin-top: -7.7vw;*/
    /*width: 274vw;*/
    width: auto;
    height: 100%;
    /*margin-top: -6.6vw;*/
    /*width: 246vw;*/
}
/*.hero__scroll {*/
/*    margin-top: -8.2vw;*/
/*}*/
/*.hero__part {*/
/*    padding: 0;*/
/*    margin: 0 -2px;*/
/*}*/
.hero__big-text {
    /*width: 100%;*/
    width: auto;
    max-width: unset;
    height: 100%;
    /*margin-left: -15.6vw;*/
    margin-left: -5.5%;
}
.hero__big-img-wrap {
    width: calc(100% + 150px);
    max-width: unset;
}
/*.hero__big-img {*/
/*    position: relative;*/
/*    z-index: 0;*/
/*    width: calc(100% + 150px);*/
/*    max-width: unset;*/
/*}*/
/*.wrap-scroll {*/
/*    margin-left: -15.6vw;*/
/*}*/
.hero__big-text-wrap-2:after,
.hero__big-text-wrap-2:before {
    left: 0;
    width: 100%;
    height: 2px;
    background: #202221;
    z-index: 2;
}
.hero__big-text-wrap-2:after {
    top: -1px;
}
.hero__big-text-wrap-2:before {
    bottom: -1px;
}
/*.hero__big-text-inner:after {*/
/*    width: 100vw;*/
/*    height: 100%;*/
/*    left: calc(100% - 12vw);*/
/*    top: 0;*/
/*    background: #202221;*/
/*}*/
.hero__big-img-wrap:after {
    background: #96856f;
    opacity: 0.43;
}
.hero__big-img-wrap:before {
    z-index: 2;
    mix-blend-mode: hue;
    opacity: .4;
    background: #000000;
}
.z-index-3 {
    z-index: 3;
}
/*.hero__big-text-wrap {*/
/*    height: 47vw;*/
/*}*/
/*----------------------------------*/
.root--reverse,
.root--reverse .part {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.scroll.stop-scroll {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.z-index-4 {
    z-index: 4;
}
/*.hero__scroll {*/
/*    padding-top: 4.8vw;*/
/*}*/
.scroll {
    -webkit-animation-duration: 550s;
    animation-duration: 550s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.scroll_2,
.scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
.box, .part {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.part {
    padding: 0 1px;
    position: relative;
}
.box {
    position: relative;
    /*margin: 0 15px;*/
    /*height: 282px;*/
    margin: 0 8px;
    /*height: 240px;*/
    height: 226px;
    /*background: #f2f2f2;*/
    background: #fdfdfb;
    /*padding: 0 65px;*/
    padding: 0 55px;
    /*min-width: 370px;*/
    /*min-width: 320px;*/
    min-width: 290px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.root:not(:last-child) {
    margin-bottom: 21px;
}
.box__company-wrap {
    text-align: center;
    /*width: calc(var(--width) * .85);*/
    width: calc(var(--width) * 0.79);
}
.box__company {
    width: calc(var(--width) * .66);
    /*width: calc(var(--width) * .77);*/
    /*width: var(--width);*/
    /*min-width: calc(var(--width) * .66);*/
    /*max-width: calc(var(--width) * .66);*/
}
.full-space,
.link-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.box:hover .box__content {
    opacity: 1;
}
.box__content-pic-wrap img,
.box__content-pic-wrap:after {
    border-radius: 25px;
}
.box__content {
    opacity: 0;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.box__content-txt p {
    /*margin-bottom: 21px;*/
    margin-bottom: 22px;
    /*max-height: 160px;*/
    /*max-height: 130px;*/
    max-height: 136px;
    overflow: hidden;
}
.text-link .text-link__txt {
    padding: 0 0 4px;
}
.box__content-txt {
    /*padding: 33px 20px 30px 33px;*/
    /*padding: 31px 20px 30px 30px;*/
    padding: 19px 20px 24px 19px;
    /*line-height: 1.4;*/
    /*line-height: 1.45;*/
    line-height: 1.3;
    /*font-size: 28px;*/
    /*font-size: 22px;*/
    /*font-size: 16px;*/
    font-size: 14px;
}
.box__content-link {
    /*font-size: 19px;*/
    font-size: 16px;
}
.box__content-link .text-link__txt {
    color: #f2f2f2 !important;
    background-image: -webkit-gradient(linear, left top, right top, from(#f2f2f2), to(#f2f2f2));
    background-image: -o-linear-gradient(left, #f2f2f2 0%, #f2f2f2 100%);
    background-image: linear-gradient(to right, #f2f2f2 0%, #f2f2f2 100%);
}
:root {
    /*--slide-width: 873px;*/
    --slide-width: 745px;
    --transition-dur: 0;
}
.folder-initialized {
    --transition-dur: 0.56s;
}
.folder-slide {
    /*-ms-flex-negative: 1;*/
    /*flex-shrink: 1;*/
    /*-webkit-transition: width var(--transition-dur) ease, opacity .15s linear;*/
    /*-o-transition: width var(--transition-dur) ease, opacity .15s linear;*/
    /*transition: width var(--transition-dur) ease, opacity .15s linear;*/
    /*-webkit-box-flex: 0;*/
    /*-ms-flex: 0 0 147px;*/
    /*flex: 0 0 147px;*/
    /*width: 147px;*/
    /*height: 923px;*/
    /*width: 125px;*/
    -webkit-box-flex: 0;
    -ms-flex: 0 1 126px;
    flex: 0 1 126px;
    height: 784px;
    overflow: hidden;
    -webkit-transition: flex var(--transition-dur) ease;
    -o-transition: flex var(--transition-dur) ease;
    -webkit-transition: -webkit-box-flex var(--transition-dur) ease;
    transition: -webkit-box-flex var(--transition-dur) ease;
    transition: flex var(--transition-dur) ease;
    transition: flex var(--transition-dur) ease, -webkit-box-flex var(--transition-dur) ease, -ms-flex var(--transition-dur) ease;
    /*margin-right: 28px;*/
}
.folder-slider {
    /*overflow: visible;*/
    /*max-width: 147px;*/
    margin: 0;
}
.points-event-none {
    pointer-events: none;
}
/*.swiper-centered.folder-slider {*/
/*    margin: 0 auto;*/
/*}*/
/*.swiper-centered.folder-slider .swiper-wrapper {*/
/*    left: calc((var(--slide-width) / 3.6) * -1);*/
/*}*/
.folder-slide:not(.swiper-slide-active_2) .folder-item {
    cursor: pointer;
}
.folder-slide:after,
.folder-item__content {
    -webkit-transition: opacity var(--transition-dur) ease;
    -o-transition: opacity var(--transition-dur) ease;
    transition: opacity var(--transition-dur) ease;
}
.folder-slide:after {
    opacity: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(60%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 60%);
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 60%);
    pointer-events: none;
}
/*.folder-slide.swiper-slide-active,*/
.folder-item__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 var(--slide-width);
    flex: 0 0 var(--slide-width);
    background: #131514;
}
.folder-item__img {
    max-width: unset;
    -o-object-position: top center;
    object-position: top center;
}
.folder-item__img,
.folder-item__content {
    width: var(--slide-width);
}
.folder-item__body {
    /*padding-left: 10px;*/
    padding-left: 6px;
    line-height: 1.7;
}
.folder-item__content {
    pointer-events: none;
    opacity: 0;
    /*padding: 40px 30px 64px 62px;*/
    /*padding: 34px 30px 55px 56px;*/
    padding: 35px 30px 52px 56px;
}
.folder-item__kicker {
    margin-bottom: 2px;
}
.folder-item__title {
    line-height: 1.3;
}
.folder-item__body p {
    margin-bottom: 34px;
}
.button__svg {
    /*margin-right: 12px;*/
    /*margin-top: -6px;*/
    margin-right: 11px;
    margin-top: -6px;
    width: 24px;
}
.s-folders {
    /*padding: 136px 0 100px;*/
    padding: 106px 0 100px;
}
.s-folders__title {
    /*margin-bottom: 70px;*/
    margin-bottom: 38px;
}
.s-folders__col-2 {
    /*padding-left: 104px;*/
    padding-left: 82px;
}
.s-folders__heading {
    /*margin-bottom: 104px;*/
    /*margin-bottom: 85px;*/
    margin-bottom: 90px;
}
.s-acc {
    /*padding: 110px 0 80px;*/
    padding: 270px 15px 80px;
}
.s-acc__heading {
    /*max-width: 1480px;*/
    max-width: 1280px;
    /*margin-bottom: 104px;*/
    /*margin-bottom: 88px;*/
    margin-bottom: 92px;
}
.s-acc__title {
    /*margin-bottom: 34px;*/
    margin-bottom: 32px;
}
.acc-item:after,
.acc-item:before {
    right: 100%;
    height: 1px;
    background: #96856f;
    width: 50vw;
}
.acc-item:after {
    top: -1px;
}
.acc-item:before {
    bottom: -1px;
}
.acc-item__title-pic {
    /*top: 0;*/
    /*top: 13px;*/
    top: 10px;
    bottom: 0;
    margin: auto;
    /*left: 30px;*/
    /*max-width: 80px;*/
    left: 24px;
    /*max-width: 72px;*/
    /*max-height: 60px;*/
    max-height: 36px;
    max-width: 41px;
}
.acc-item:nth-of-type(3) .acc-item__title-pic,
.acc-item:nth-of-type(4) .acc-item__title-pic {
    left: 32px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.acc-item {
    border: 1px solid #96856f;
    /*margin-bottom: 18px;*/
    border-left: none;
    border-radius: 0 10px 10px 0;
    /*margin-bottom: 15px;*/
    margin-bottom: 16px;
}
.acc-item__title {
    cursor: pointer;
    line-height: 1.5;
    /*padding: 22px 77px 28px 148px;*/
    padding: 19px 77px 24px 122px;
}
.acc-item__title:before,
.acc-item__title:after {
    background-color: #96856f;
    /*height: 4px;*/
    height: 1px;
    opacity: 1;
    /*right: 37px;*/
    right: 30px;
    top: 50%;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    /*width: 44px;*/
    width: 40px;
}
.acc-item__title:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.item-open .acc-item__title:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.item-open .acc-item__title:after {
    -webkit-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    transform: rotate(540deg);
}
.acc-item__content {
    display: none;
    /*padding: 33px 70px 60px 136px;*/
    padding: 31px 70px 53px 111px;
}
.acc-item__content ul {
    /*font-weight: 600;*/
    font-weight: 400;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    /*line-height: 1.8;*/
    line-height: 1.95;
    /*max-width: 1042px;*/
    max-width: 894px;
}
.s-simple-cards {
    /*padding: 190px 0 120px;*/
    padding: 132px 0 90px;
}
.color-2 {
    color: #96856f;
}
.row-card__btn:hover {
    background: var(--text-color);
    border-color: var(--text-color);
}
.s-simple-cards__title {
    /*margin-bottom: 46px;*/
    /*margin-bottom: 38px;*/
    /*margin-bottom: 44px;*/
    margin-bottom: 40px;
}
.s-simple-cards__heading {
    /*margin-bottom: 96px;*/
    /*max-width: 1200px;*/
    /*margin-bottom: 78px;*/
    margin-bottom: 85px;
    max-width: 1050px;
}
.simple-card {
    border: 1px solid #96856f;
    /*padding: 33px 52px 55px;*/
    padding: 29px 43px 48px;
    line-height: 1.6;
    z-index: 1;
    overflow: hidden;
    clip-path: inset(0);
}
.simple-card__title {
    margin-bottom: 16px;
}
.simple-card__circle {
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.credit-link {
    text-decoration: none !important;
    color: currentColor !important;
}
.credit-link__logo {
    bottom: 0;
    left: 0;
    opacity: 0;
}
.credit-link:hover .credit-link__logo {
    opacity: 1;
}
.credit-link:hover .credit-link__txt {
    opacity: 0;
}
.s-row-cards {
    /*padding: 134px 0 192px;*/
    /*padding: 99px 0 192px;*/
    padding: 56px 0 192px;
}
.s-row-cards__heading {
    /*max-width: 1000px;*/
    /*max-width: 900px;*/
    max-width: 930px;
    /*margin-bottom: 114px;*/
    /*margin-bottom: 99px;*/
    margin-bottom: 115px;
}
.s-row-cards__title {
    /*margin-bottom: 70px;*/
    /*margin-bottom: 60px;*/
    margin-bottom: 60px;
}
.row-card__col-main-1 {
    padding-right: 11px;
}
.row-card__big-img-wrap:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 168px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #202221), to(rgba(32, 34, 33, 0)));
    background: -o-linear-gradient(#202221 10%, rgba(32, 34, 33, 0) 100%);
    background: linear-gradient(#202221 10%, rgba(32, 34, 33, 0) 100%);
    opacity: 0.58;
    z-index: 1;
}
.row-card:nth-of-type(2) .row-card__logo {
    width: 177px;
    top: 37px;
}
.row-card:nth-of-type(3) .row-card__logo {
    max-width: 238px;
    left: 47px;
    top: 34px;
}
.row-card__logo {
    /*top: 34px;*/
    /*left: 38px;*/
    top: 30px;
    left: 35px;
    max-width: 314px;
}
.row-card__col-main-2 {
    /*padding-right: 11px;*/
    /*padding-left: 10px;*/
    /*padding-top: 1px;*/
    padding-right: 14px;
    padding-left: 7px;
}
.row-card__col-2 {
    /*padding-right: 24px;*/
    padding-right: 13px;
}
.row-card__col-3 {
    padding-left: 0;
}
.row-card__big-img-wrap {
    /*height: 570px;*/
    height: 484px;
}
.row-card__big-col {
    /*margin-bottom: 15px;*/
    margin-bottom: 13px;
}
.row-card__pic-min,
.row-card__map-wrap {
    /*height: 207px;*/
    height: 176px;
}
.safari-browser .row-card__map-wrap,
.safari-browser .s-contact__map-wrap {
    will-change: transform;
}
.s-row-cards__bg {
    /*height: calc(100% + 100px);*/
    height: calc(100% + 400px);
}
.row-card__content {
    /*background: #202221;*/
    border: 1px solid var(--border-color);
    /*padding: 34px 58px 50px;*/
    /*padding: 27px 50px 46px;*/
    /*padding: 33px 50px 43px;*/
    padding: 30px 50px 47px;
}
.row-card__nav li:not(:last-child) {
    /*margin-right: 41px;*/
    margin-right: 33px;
}
.row-card__nav svg {
    /*max-width: 29px;*/
    /*max-height: 29px;*/
    max-width: 32px;
    max-height: 28px;
}
.row-card__title {
    /*font-size: 67px;*/
    font-size: 57px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.4;
    color: var(--text-color);
    /*margin-bottom: 6px;*/
    margin-bottom: 10px;
}
.row-card__list li {
    /*margin-bottom: 52px;*/
    /*margin-bottom: 43px;*/
    margin-bottom: 56px;
}
.row-card__list li:nth-last-child(2),
.row-card__list li:last-child {
    margin-bottom: 0;
}
.row-card__list p {
    margin-bottom: 0;
}
.row-card__list h5 {
    font-size: 14px;
    /*margin-bottom: 1px;*/
    margin-bottom: 0;
    color: var(--text-color);
}
.row-card__list {
    /*margin: 0 -15px 104px;*/
    /*max-width: 487px;*/
    /*margin: 0 -15px 88px;*/
    margin: 0 -15px 58px;
    line-height: 1.5;
    max-width: 416px;
}
.row-card__nav a:hover path {
    fill: var(--text-color);
}
.s-parallax-titles {
    /*padding: 0 0 80px;*/
    padding: 70px 0 40px;
}
.row-card:not(:last-child) {
    /*margin-bottom: 70px;*/
    margin-bottom: 58px;
}
.row-card:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.row-card:nth-of-type(even) .row-card__col-main-2 {
    padding-right: 9px;
    padding-left: 15px;
    /*padding-top: 0;*/
}
.row-card:nth-of-type(even) .row-card__col-main-1 {
    padding-right: 16px;
    padding-left: 11px;
}
.row-card__heading {
    /*line-height: 1.6;*/
    line-height: 1.5;
    margin-bottom: 30px;
}
.s-parallax-titles__title-txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /*transform: translateX(-25%);*/
}
.s-parallax-titles__title--reverse .s-parallax-titles__title-txt {
    -webkit-transform: translateX(calc((100% - 100vw) * -1));
    -ms-transform: translateX(calc((100% - 100vw) * -1));
    transform: translateX(calc((100% - 100vw) * -1));
}
.s-parallax-titles__title {
    white-space: nowrap;
    margin-bottom: 0;
    /*font-size: 253px;*/
    /*font-size: 13.2vw;*/
    /*font-size: 11.1vw;*/
    font-size: 11.6vw;
    /*font-size: 10.4vw;*/
    line-height: 1;
    color: #202221;
    text-shadow: -1px 0 0 #4e5859,
    1px 0 0 #4e5859,
    0 -1px 0 #4e5859,
    0 1px 0 #4e5859,
    -1px -1px 0 #4e5859,
    1px 1px 0 #4e5859,
    -1px 1px 0 #4e5859,
    1px -1px 0 #4e5859;
}
.s-parallax-titles__title + .s-parallax-titles__title {
    /*margin-top: 6px;*/
    margin-top: -0.3vw;
}
@supports (-webkit-text-stroke: 2px #4e5859) {
    .s-parallax-titles__title {
        color: transparent;
        -webkit-text-stroke: 2px #4e5859;
        text-shadow: none;
    }
}
.s-row-cards__bg:before {
    top: 0;
    left: 0;
    height: 549px;
    width: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 34, 33, 0)), to(#202221));
    background: -o-linear-gradient(bottom, rgba(32, 34, 33, 0) 0%, #202221 100%);
    background: linear-gradient(to top, rgba(32, 34, 33, 0) 0%, #202221 100%);
}
.s-row-cards__bg-2:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 376px;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 34, 33, 0)), to(#202221));
    background: -o-linear-gradient(top, rgba(32, 34, 33, 0) 0%, #202221 100%);
    background: linear-gradient(to bottom, rgba(32, 34, 33, 0) 0%, #202221 100%);
}
.s-simple-txt {
    color: #202221;
    padding: 100px 0 30px;
}
.s-simple-txt__block-slide {
    /*min-width: 1492px;*/
    min-width: 3200px;
    padding: 0;
    margin: 0 -1px;
}
.s-simple-txt__block-img {
    /*z-index: 0;*/
    /*left: -200px;*/
    /*width: calc(100% + 200px);*/
    /*max-width: unset;*/
    /*height: calc(100% + 200px);*/
    /*top: -200px;*/
}
.s-simple-txt__block-slider {
    top: 0;
    left: 0;
}
.s-simple-txt__content {
    /*padding: 174px 50px 161px;*/
    /*padding: 147px 50px 133px;*/
    /*padding: 107px 50px 93px;*/
    padding: 98px 50px 82px;
}
.s-simple-txt__block-img-wrap:after {
    background: #4e5859;
    mix-blend-mode: color;
    z-index: 1;
}
.s-simple-txt__content-wrap {
    /*max-width: 1171px;*/
    max-width: 996px;
    margin: auto;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.s-simple-txt__slider-wrap-1 {
    margin-bottom: 3px;
}
.s-simple-txt__def-txt {
    margin-bottom: 15px;
}
.s-simple-txt__quote {
    /*font-size: 52px;*/
    font-size: 44px;
    line-height: 1.5;
    /*margin-bottom: 53px;*/
    margin-bottom: 44px;
}
.ls-md {
    letter-spacing: -0.02em;
}
.color-4 {
    color: rgba(242, 242, 242, 0.5);
}
.s-simple-txt__md-txt {
    /*font-size: 33px;*/
    /*font-size: 28px;*/
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: -0.01em;
}
.s-simple-txt__md-txt--1 {
    /*margin-bottom: 36px;*/
    margin-bottom: 35px;
}
.s-simple-txt__arrow {
    padding: 0 5px;
}
.s-simple-txt__slider-wrap-inner {
    margin-bottom: 4px;
}
.s-simple-txt__slider-wrap-2 {
    vertical-align: top;
}
.s-simple-txt__quote b {
    font-weight: 500;
}
.footer__list {
    margin-bottom: 15px;
}
.footer__nav svg {
    max-width: 23px;
    max-height: 23px;
}
.footer__col-2 {
    margin-top: -4px;
    /*margin-bottom: 58px;*/
    margin-bottom: 46px;
}
/*.footer__list li:not(:last-child) {*/
/*    margin-bottom: 5px;*/
/*}*/
.footer__nav li:not(:last-child) {
    /*margin-right: 40px;*/
    margin-right: 32px;
}
.footer__nav a:hover path {
    fill: #96856f;
}
.footer__col-3 {
    margin-top: 8px;
}
.footer__list li:not(:last-child) {
    /*margin-bottom: 10px;*/
    margin-bottom: 5px;
}
.footer {
    color: #76777b;
    /*padding: 66px 0 50px;*/
    /*padding: 57px 0 25px;*/
    padding: 57px 0 30px;
    background: #cdcdce;
    /*font-size: 14px;*/
    /*font-size: 13px;*/
    font-size: 12px;
    margin-top: -1px;
}
.footer__logo {
    width: 188px;
}
.s-contact {
    /*padding: 86px 0 200px;*/
    /*padding: 74px 0 172px;*/
    /*padding: 70px 0 172px;*/
    padding: 70px 0 98px;
}
.s-contact__row-item-col:nth-of-type(odd) {
    /*padding-right: 35px;*/
    padding-right: 32px;
}
.s-contact__row-item-col:nth-of-type(even) {
    padding-left: 35px;
}
.s-contact__col-1 {
    padding-left: 28px;
    /*padding-left: 28px;*/
    /*padding-right: 82px;*/
    /*padding-right: 72px;*/
    padding-right: 71px;
}
.s-contact__title {
    /*max-width: 800px;*/
    /*margin-bottom: 105px;*/
    /*max-width: 700px;*/
    max-width: 750px;
    font-size: 71px;
    line-height: 1.1;
    /*margin-bottom: 88px;*/
    margin-bottom: 90px;
}
.s-contact__col-2 {
    /*padding-left: 172px;*/
    /*padding-left: 146px;*/
    padding-left: 147px;
}
.s-contact__map-wrap {
    /*height: 322px;*/
    height: 275px;
    /*width: calc(100% + 155px);*/
    width: calc(100% + 130px);
    margin-top: -10px;
    /*margin-left: -50px;*/
    margin-left: -43px;
    border-radius: 15px;
    /*margin-bottom: 76px;*/
    /*margin-bottom: 64px;*/
    margin-bottom: 80px;
}
.s-contact__list {
    line-height: 1.3;
}
.s-contact__list li {
    /*margin-bottom: 70px;*/
    margin-bottom: 58px;
}
.s-contact__list li:nth-of-type(2) {
    /*margin-bottom: 50px;*/
    margin-bottom: 44px;
}
.s-contact__item:not(:last-child) {
    /*margin-bottom: 50px;*/
    /*margin-bottom: 42px;*/
    margin-bottom: 44px;
}
.s-contact__items {
    /*margin-bottom: 110px;*/
    /*margin-bottom: 96px;*/
    margin-bottom: 86px;
}
.swiper-slide--special,
.text-slider-js {
    opacity: 0;
}
.text-slide {
    top: 0;
    left: 0;
    position: absolute;
}
.relative-long-text {
    position: relative;
}
.button--third {
    padding-left: 11px;
    border-width: 1.5px;
}
/*--------------------------------*/
.hero__big-img-wrap {
    opacity: 0;
}
:root {
    --vh: 1vh;
}
.map-js button {
    min-width: 0 !important;
}
.map-js .dismissButton {
    color: #1a73e8;
}
.map-js div:has( table .dismissButton ),
.gm-style-cc {
    display: none;
}
.folder-slide.swiper-slide-active_2 {
    cursor: initial;
}
.s-simple-txt__md-txt-item {
    padding: 90px 0;
    opacity: 0.4;
}
/*.s-simple-txt__md-txt-item:last-child {*/
/*    padding-top: 91px;*/
/*}*/
.after-el.s-row-cards__bg-2.h-100.w-100.primary-parallax-js {
    position: relative;
    top: 300px;
}
/*--------------------------------*/
@media (min-width: 576px) {
    .folder-slider .swiper-wrapper {
        -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
        -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
        transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    }
}
@media (min-width: 992px) {
    .folder-slide.swiper-slide-active_2:after {
        opacity: 1;
    }
    .folder-slide.swiper-slide-active_2 {
        /*width: var(--slide-width);*/
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--slide-width);
        flex: 0 0 var(--slide-width);
    }
    .folder-initialized .folder-slide:not(.swiper-slide-active_2):hover {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        /*width: 180px;*/
    }
    .folder-slide.swiper-slide-active_2 .folder-item__content {
        opacity: 1;
        pointer-events: auto;
    }
    .folder-slider .swiper-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        /*-webkit-box-pack: center;*/
        /*-ms-flex-pack: center;*/
        /*justify-content: center;*/
    }
}
@media (min-width: 1200px) {
    .gmnoprint,
    .gm-fullscreen-control {
        display: none;
    }
}
@media (min-width: 1370px) {
    .container {
        max-width: 1348px;
    }
}
@media (min-width: 1680px) {
    .s-folders__col-1 p {
        width: 103.5%;
    }
    .container {
        /*max-width: 1786px;*/
        max-width: 1522px;
    }
    /*.acc-items_wrap {*/
    /*    width: 102%;*/
    /*}*/
    /*.s-simple-cards__row {*/
    /*    !*width: 103.6%;*!*/
    /*    width: 103.8%;*/
    /*}*/
    .footer__container {
        /*padding-left: 30px;*/
        /*padding-left: 27px;*/
        /*padding-right: 0;*/
        padding-left: 25px;
        /*padding-right: 8px;*/
        padding-right: 3px;
    }
    /*.folder-slider {*/
    /*    width: 102.1%;*/
    /*    margin-left: -1%;*/
    /*}*/
    .s-simple-txt__content-wrap {
        max-width: 1080px;
        padding-left: 40px;
    }
}
@media (min-width: 1780px) {
    .hero__title {
        font-size: 57px;
    }
    .hero__content {
        font-size: 26px;
    }
}
@media (min-width: 2000px) {
    .s-parallax-titles__title {
        font-size: 10.4vw;
    }
    /*.hero__big-text-inner {*/
        /*margin-top: -6.6vw;*/
        /*width: 246vw;*/
    /*}*/
    .hero__title {
        font-size: 65px;
    }
    .hero__content {
        font-size: 28px;
    }
}
@media (max-width: 1999px) {
    /* .hero {
        margin-bottom: -3vw;
    } */
    .s-simple-txt__content {
        padding: 60px 50px 40px;
    }
    .s-simple-txt__md-txt-item {
        padding: 70px 0;
    }
    /*.s-simple-txt__md-txt-item:last-child {*/
    /*    padding-top: 50px;*/
    /*}*/
    /*h1, .h1 {*/
        /*font-size: 70px;*/
        /*font-size: 71px;*/
    /*}*/
    .s-row-cards__title,
    .s-simple-cards__title,
    .s-acc__title,
    .s-folders__title,
    .s-logos__title {
        margin-bottom: 30px;
    }
    .fz-lg,
    .fz-md {
        font-size: 22px;
    }
    .s-row-cards__heading,
    .s-simple-cards__heading,
    .s-acc__heading,
    .s-folders__heading,
    .s-logos__heading {
        margin-bottom: 60px;
    }
    .s-row-cards {
        padding-bottom: 140px;
    }
    .s-simple-cards {
        padding-top: 112px;
    }
    h4, .h4 {
        font-size: 40px;
    }
    .acc-item__title {
        padding-left: 102px;
    }
    .acc-item__content {
        padding-left: 94px;
    }
    .folder-slide {
        height: 700px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 120px;
        flex: 0 1 120px;
    }
    .s-logos {
        padding-bottom: 180px;
    }
    /*:root {*/
    /*    --slide-width: 645px;*/
    /*}*/
}
@media (max-width: 1779px) {
    .button.header__btn {
        min-width: 150px;
        font-size: 16px;
    }
    body {
        font-size: 18px;
    }
    /*.hero__big-text-inner {*/
        /*width: 283vw;*/
        /*margin-top: -8.7vw;*/
    /*}*/
    /*.hero__scroll {*/
    /*    margin-top: -8.7vw;*/
    /*}*/
    .s-parallax-titles__title {
        font-size: 11.5vw;
    }
    .s-parallax-titles__title + .s-parallax-titles__title {
        margin-top: -0.1vw
    }
    .s-parallax-titles {
        padding-top: 65px;
    }
    .header__logo-img {
        width: 240px;
    }
    button, .button {
        font-size: 19px;
        /*border-width: 2px;*/
        padding-top: 6px;
        padding-bottom: 6px;
        min-width: 232px;
    }
    .header {
        padding: 48px 0 20px;
        font-size: 16px;
    }
    .header__nav {
        padding-right: 22px;
    }
    .header__nav li {
        margin-right: 43px;
    }
    .header__nav li:last-child {
        margin: 0;
    }
    /*.header__btn {*/
    /*    min-width: 170px;*/
    /*}*/
    .hero {
        padding: 180px 0 0;
        /*margin-bottom: -10vw;*/
    }
    h3, .h3 {
        font-size: 46px;
    }
    .hero__content {
        font-size: 21px;
        padding-right: 0;
    }
    .s-simple-txt__content {
        /* padding: 50px 50px 30px; */
        padding: 84px 50px 102px;
    }
    .s-simple-txt__content-wrap {
        max-width: 950px;
        padding-left: 36px;
    }
    /*.s-simple-txt__md-txt-item:last-child {*/
    /*    padding-top: 80px;*/
    /*}*/
    .s-simple-txt__md-txt-item {
        padding: 90px 0;
    }
    .s-simple-txt {
        padding-bottom: 26px;
    }
    .s-simple-txt__md-txt {
        font-size: 26px;
    }
    .s-simple-txt__slider-wrap-1 {
        margin-bottom: 2px;
    }
    .s-simple-txt__md-txt--1 {
        margin-bottom: 30px;
    }
    .s-simple-txt__quote {
        font-size: 39px;
        margin-bottom: 35px;
    }
    h1, .h1 {
        font-size: 71px;
    }
    .s-row-cards__title,
    .s-simple-cards__title,
    .s-acc__title,
    .s-folders__title,
    .s-logos__title {
        margin-bottom: 25px;
    }
    .s-row-cards__heading,
    .s-simple-cards__heading,
    .s-acc__heading,
    .s-folders__heading,
    .s-logos__heading {
        margin-bottom: 50px;
    }
    .s-row-cards {
        padding: 46px 0 100px;
    }
    .s-row-cards__heading {
        max-width: 830px;
        /*margin-bottom: 98px;*/
    }
    .fz-lg, .fz-md {
        font-size: 20px;
    }
    .row-card__logo {
        top: 28px;
        left: 32px;
        max-width: 280px;
        /*         max-height: 70px; */
        width: 80%;
    }
    .row-card__big-img-wrap {
        height: 428px;
    }
    .row-card__big-col {
        margin-bottom: 9px;
    }
    .row-card__col-2 {
        padding-right: 9px;
    }
    .row-card__pic-min, .row-card__map-wrap {
        height: 158px;
    }
    .row-card__content {
        /*border-width: 3px;*/
        padding: 28px 45px 42px 43px;
    }
    .row-card__heading {
        line-height: 1.4;
    }
    .row-card__title {
        font-size: 51px;
    }
    .row-card__col-main-2 {
        padding-right: 15px;
        padding-left: 6px;
    }
    .row-card__list {
        margin: 0 -15px 52px;
        max-width: 378px;
    }
    .row-card__list h5 {
        font-size: 12px;
        line-height: 1.5;
    }
    .row-card__list li {
        margin-bottom: 25px;
    }
    /*.kicker {*/
    /*    font-size: 14px;*/
    /*}*/
    .row-card__nav svg {
        max-width: 30px;
        max-height: 27px;
    }
    .fz-md {
        font-size: 18px;
    }
    .row-card__nav li:not(:last-child) {
        margin-right: 30px;
    }
    .row-card:not(:last-child) {
        margin-bottom: 50px;
    }
    .row-card:nth-of-type(even) .row-card__col-main-1 {
        padding-right: 18px;
        padding-left: 10px;
    }
    .s-simple-cards {
        padding: 70px 0 70px;
    }
    /*.s-simple-cards__title {*/
    /*    margin-bottom: 38px;*/
    /*}*/
    .s-simple-cards__heading {
        /*margin-bottom: 74px;*/
        max-width: 940px;
    }
    .s-simple-cards__row {
        width: 104%;
    }
    .simple-card {
        padding: 27px 37px 38px;
    }
    h4, .h4 {
        font-size: 30px;
    }
    .circle-blur {
        width: 202px;
        height: 202px;
    }
    .s-acc {
        /*padding: 76px 0 40px;*/
        padding: 170px 15px 40px;
    }
    /*.s-acc__title {*/
    /*    margin-bottom: 26px;*/
    /*}*/
    .s-acc__heading {
        max-width: 1120px;
        /*margin-bottom: 86px;*/
    }
    /*.acc-items_wrap {*/
    /*    width: 101.8%;*/
    /*}*/
    .acc-item__title {
        padding: 16px 77px 14px 90px;
    }
    .acc-item__title-pic {
        left: 24px;
        top: 0;
        max-width: 32px;
        max-height: 52px;
    }
    .acc-item__title:before, .acc-item__title:after {
        /*height: 2px;*/
        right: 25px;
        width: 24px;
    }
    .acc-item:nth-of-type(3) .acc-item__title-pic, .acc-item:nth-of-type(4) .acc-item__title-pic {
        left: 28px;
        max-width: 28px;
    }
    .acc-item {
        margin-bottom: 18px;
    }
    .acc-item__content {
        padding: 15px 70px 26px 82px;
    }
    .acc-item__content ul {
        max-width: 790px;
    }
    .s-folders {
        padding: 60px 0 60px;
    }
    /*.s-folders__title {*/
    /*    margin-bottom: 52px;*/
    /*}*/
    .s-folders__col-2 {
        padding-left: 75px;
    }
    /*.s-folders__heading {*/
    /*    margin-bottom: 80px;*/
    /*}*/
    .kicker {
        font-size: 14px;
    }
    .folder-slide {
        height: 600px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100px;
        flex: 0 1 100px;
    }
    .folder-item__content {
        padding: 30px 30px 47px 47px;
    }
    h2, .h2 {
        font-size: 44px;
    }
    .folder-item__body {
        padding-left: 8px;
    }
    .button--third {
        padding: 7px 15px 7px 9px;
    }
    .folder-item__body p {
        margin-bottom: 26px;
    }
    .button__svg {
        margin-right: 6px;
        max-width: 21px;
    }
    :root {
        --slide-width: 664px;
    }
    /*.folder-slider-wrap {*/
    /*    width: auto;*/
    /*    margin-left: -15px;*/
    /*    margin-right: -15px;*/
    /*}*/
    .s-logos {
        padding: 76px 0 100px;
    }
    /*.s-logos__title {*/
    /*    margin-bottom: 52px;*/
    /*}*/
    .s-logos__heading {
        max-width: 830px;
        /*margin-bottom: 110px;*/
    }
    .box {
        height: 180px;
        padding: 0 51px;
        min-width: 260px;
        margin: 0 10px;
    }
    .box__company-wrap {
        width: calc(var(--width) * 0.5);
    }
    /*.box__company {*/
    /*    !*width: calc(var(--width) * 0.75);*!*/
    /*    min-width: calc(var(--width) * .75);*/
    /*    max-width: calc(var(--width) * .75);*/
    /*}*/
    .box__content-txt {
        padding: 21px 20px 18px 21px;
        font-size: 13px;
        /*font-size: 21px;*/
    }
    .box__content-txt p {
        margin-bottom: 16px;
        max-height: 118px;
    }
    .box__content-link {
        font-size: 14px;
    }
    .root:not(:last-child) {
        margin-bottom: 15px;
    }
    .s-contact {
        padding: 80px 0 82px;
    }
    .s-contact__title {
        max-width: 650px;
        margin-bottom: 50px;
        font-size: 55px;
    }
    .input-style {
        font-size: 20px;
        padding: 0 0 8px;
        /*border-width: 2px;*/
    }
    .s-contact__col-1 {
        padding-right: 62px;
    }
    .s-contact__row-item-col:nth-of-type(odd) {
        padding-right: 28px;
    }
    .s-contact__row-item-col:nth-of-type(even) {
        padding-left: 28px;
    }
    .s-contact__item:not(:last-child) {
        margin-bottom: 40px;
    }
    .s-contact__items {
        margin-bottom: 50px;
    }
    .s-contact__col-2 {
        padding-left: 126px;
    }
    .s-contact__map-wrap {
        height: 242px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .s-contact__list li {
        margin-bottom: 30px;
    }
    .s-contact__list li:nth-of-type(2) {
        margin-bottom: 30px;
    }
    .footer__container {
        padding-left: 27px;
        padding-right: 7px;
    }
    .footer__logo {
        width: 172px;
    }
    .footer {
        padding: 52px 0 50px;
        /*font-size: 12px;*/
    }
    /*.footer__list li:not(:last-child) {*/
    /*    margin-bottom: 0;*/
    /*}*/
    .footer__col-2 {
        margin-bottom: 40px;
    }
    .footer__nav svg {
        max-width: 20px;
        max-height: 20px;
    }
    .footer__col-3 {
        margin-top: 3px;
    }
    .footer__nav li:not(:last-child) {
        margin-right: 25px;
    }
    .is-offset-top .header {
        padding-top: 20px;
    }
}
@media (max-width: 1369px) {
    .s-simple-txt__md-txt-item {
        padding: 50px 0;
    }
}
@media (max-width: 1369px) {
    /*.hero__big-text-inner {*/
    /*    margin-top: -2.7vw;*/
    /*}*/
    /*.hero__scroll {*/
    /*    margin-top: -2.7vw;*/
    /*}*/
    .s-parallax-titles__title + .s-parallax-titles__title {
        margin-top: 10px;
    }
    .folder-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 90px;
        flex: 0 1 90px;
    }
}
@media (max-width: 1199px) {
    .header__logo-img {
        width: 200px;
    }
    .header__nav {
        padding-right: 0;
        font-size: 17px;
    }
    .header__nav li {
        margin-right: 18px;
    }
    .header__btn {
        min-width: 130px;
    }
    /*.hero__big-text-inner {*/
    /*    margin-top: 0;*/
    /*}*/
    /*.hero__scroll {*/
    /*    margin-top:0;*/
    /*}*/
    .row-card__content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .s-simple-txt__md-txt {
        font-size: 22px;
    }
    /*.s-simple-txt__content {*/
    /*    padding-top: 80px;*/
    /*    padding-bottom: 80px;*/
    /*}*/
    .s-row-cards {
        padding-bottom: 70px;
    }
    /*.s-simple-cards {*/
    /*padding-top: 60px;*/
    /*padding-bottom: 80px;*/
    /*}*/
    .row-card__btn {
        min-width: 160px;
    }
    .circle-blur {
        display: none;
    }
    .simple-card {
        padding: 25px;
    }
    .s-folders__col-2,
    .s-contact__col-2 {
        padding-left: 15px;
    }
    .s-contact__col-1 {
        padding-right: 50px;
    }
    .s-contact__title {
        /*margin-bottom: 114px;*/
        /*font-size: 60px;*/
    }
    /*.s-contact__items {*/
    /*    margin-bottom: 60px;*/
    /*}*/
    .s-contact__map-wrap {
        margin-top: 0;
    }
    .s-contact {
        padding-bottom: 100px;
    }
    .header {
        padding-top: 40px;
    }
    body:not(.is-offset-top) .header__logo-col {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .row-card__big-img-wrap {
        height: 350px;
    }
    .s-contact__map-wrap {
        width: calc(100% + 37px);
    }
    .folder-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 70px;
        flex: 0 1 70px;
    }
    .s-simple-txt__content-wrap {
        padding-left: 0;
    }
    .s-simple-cards {
        padding-bottom: 40px;
    }
    .s-acc {
        padding: 120px 15px 0;
    }
    h1, .h1 {
        font-size: 60px;
    }
}
@media (max-width: 991px) {
    :root {
        --window-height: calc(var(--vh, 1vh) * 100);
    }
    .header {
        height: var(--window-height);
        pointer-events: none;
        padding: 0 !important;
        background: none;
    }
    .header__container {
        position: relative;
        max-width: 100%;
        pointer-events: auto;
    }
    .header__row {
        display: block;
        margin: 0;
    }
    .header__nav-wrap {
        position: absolute;
        left: 0;
        top: 80px;
        height: calc(var(--window-height) - 80px);
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        z-index: 1;
        background: #202221;
        padding: 0;
        margin: 0;
        flex-direction: column;
        justify-content: center;
        transition: transform .4s ease-in;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    .header.menu-is-open .header__nav-wrap {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .burger-menu {
        cursor: pointer;
        height: 30px;
        position: absolute;
        right: 15px;
        top: 23px;
        width: 30px;
        z-index: 5
    }
    .burger-menu span {
        background-color: #e1e5ed;
        height: 2px;
        left: 0;
        position: absolute;
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        width: 100%
    }
    .burger-menu span:first-child {
        top: 20%;
        -webkit-transform: scaleX(.8);
        -ms-transform: scaleX(.8);
        transform: scaleX(.8)
    }
    .burger-menu span:nth-child(2) {
        top: 50%;
        -webkit-transform: scaleX(.6);
        -ms-transform: scaleX(.6);
        transform: scaleX(.6)
    }
    .burger-menu span:last-child {
        top: 80%;
        -webkit-transform: scaleX(.8);
        -ms-transform: scaleX(.8);
        transform: scaleX(.8)
    }
    .menu-is-open .burger-menu span:first-child {
        -webkit-transform: translateY(8px) rotate(45deg) scaleX(1);
        -ms-transform: translateY(8px) rotate(45deg) scaleX(1);
        transform: translateY(8px) rotate(45deg) scaleX(1);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center
    }
    .menu-is-open .burger-menu span:last-child {
        -webkit-transform: translateY(-10px) rotate(-45deg) scaleX(1);
        -ms-transform: translateY(-10px) rotate(-45deg) scaleX(1);
        transform: translateY(-10px) rotate(-45deg) scaleX(1);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center
    }
    .menu-is-open .burger-menu span:nth-child(2) {
        opacity: 0;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0)
    }
    .header__logo-col {
        padding: 20px 15px;
        margin: 0 -15px;
        background: #202221;
    }
    .header__nav {
        display: block;
        text-align: center;
        padding: 50px 0 0;
        font-size: 20px;
    }
    .header__nav li {
        margin: 0 0 20px;
    }
    .header__nav a {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header__btn-wrap {
        padding: 20px 15px 40px;
        text-align: center;
    }
    .button.header__btn {
        min-width: 230px;
        font-size: 23px;
    }
    .header__nav a:hover .bg-hover {
        background-size: 100% 1px;
        color: #96856f;
    }
    /*.hero__big-text-inner {*/
    /*    margin-top: 5vw;*/
    /*}*/
    /*.hero__scroll {*/
    /*    margin-top: 5vw;*/
    /*}*/
    .s-row-cards {
        padding-top: 50px;
    }
    .s-row-cards__title,
    .s-logos__title {
        margin-bottom: 20px;
    }
    .fz-lg, .fz-md {
        font-size: 18px;
    }
    .s-row-cards__heading,
    .s-acc__heading,
    .s-contact__title {
        margin-bottom: 40px;
    }
    .row-card__big-col,
    .s-folders__col-1 {
        margin-bottom: 15px;
    }
    .row-card__col-2 {
        padding-right: 15px;
    }
    .row-card__col-main-2 {
        padding-left: 15px;
        margin-top: 30px;
    }
    .row-card__list {
        max-width: unset;
    }
    .row-card__pic-min, .row-card__map-wrap {
        height: 200px;
    }
    .row-card:not(:last-child) {
        margin-bottom: 70px;
    }
    .simple-card__title {
        line-height: 1.3;
    }
    .simple-card-col:not(:last-child) {
        margin-bottom: 30px;
    }
    .s-simple-cards {
        padding-bottom: 50px;
    }
    .s-folders {
        padding-top: 50px;
    }
    .s-simple-txt__md-txt-item {
        padding: 15px 0;
    }
    h4, .h4 {
        font-size: 28px;
    }
    h3, .h3 {
        font-size: 42px;
    }
    h1, .h1 {
        font-size: 48px;
    }
    .acc-item__content {
        padding-left: 40px;
        padding-right: 40px;
    }
    .s-contact__col-1 {
        padding-right: 15px;
        margin-bottom: 50px;
    }
    .s-contact__map-wrap {
        margin-left: 0;
        height: 300px;
        width: 100%;
    }
    .s-contact {
        padding-bottom: 60px;
    }
    :root {
        --slide-width: 600px;
    }
    button, .button {
        min-width: 180px;
    }
    .s-contact__col-1 {
        padding-left: 15px;
    }
    .s-simple-txt__block-slide {
        min-width: 2200px;
    }
    .folder-item__content {
        padding: 32px 20px 47px 20px;
    }
    .s-logos {
        padding-top: 40px;
    }
    .box__company-wrap {
        width: calc(var(--width) * 0.6);
    }
    .box__company {
        width: calc(var(--width) * .55);
    }
    .box {
        min-width: 240px;
    }
    body {
        font-size: 17px;
    }
    :root {
        --slide-width: 450px;
        --transition-dur: .6s;
    }
    .folder-slider {
        overflow: visible;
        max-width: 70px;
    }
    .folder-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
    }
    .swiper-slide-active {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--slide-width);
        flex: 0 0 var(--slide-width);
    }
    .folder-slide.swiper-slide-active:after {
        opacity: 1;
    }
    .folder-slide.swiper-slide-active .folder-item__content {
        opacity: 1;
        pointer-events: auto;
    }
}
@media (max-width: 767px) {
    .hero__content {
        padding-right: 0;
    }
    .s-simple-txt__content {
        padding: 40px 25px 30px;
    }
    .acc-item__content {
        padding-left: 25px;
        padding-right: 25px;
    }
    h4, .h4 {
        font-size: 24px;
    }
    .vbox-container {
        padding: 30px 15px;
        max-width: 100%;
    }
    h2, .h2,
    .row-card__title {
        font-size: 38px;
    }
    .folder-item__content {
        padding: 30px 15px 20px 15px;
    }
    .s-logos {
        padding-bottom: 70px;
    }
    .s-contact {
        padding-top: 60px;
    }
    .s-row-cards__title, .s-logos__title {
        margin-bottom: 15px;
    }
    .s-contact__item:not(:last-child) {
        margin-bottom: 30px;
    }
    .input-style {
        font-size: 18px;
    }
    .s-row-cards {
        padding-bottom: 50px;
    }
    /*.s-acc {*/
    /*    padding-top: 40px;*/
    /*}*/
    .fz-lg, .fz-md {
        font-size: 16px;
    }
    .s-simple-cards {
        padding-top: 50px;
    }
    h1, .h1 {
        font-size: 45px;
    }
    .s-simple-txt__quote {
        font-size: 30px;
    }
    .s-simple-txt__md-txt {
        font-size: 17px;
    }
    .s-simple-txt__md-txt-item:last-child {
        padding-top: 0;
        padding-bottom: 0;
    }
    .row-card__logo,
    .row-card:nth-of-type(3) .row-card__logo {
        max-width: 200px;
    }
    .fz-lg {
        font-size: 16px;
    }
    :root {
        --slide-width: 350px;
    }
    .folder-item__body {
        padding-left: 0;
    }
    .folder-item .button {
        font-size: 15px;
    }
    .folder-item__title {
        font-size: 33px;
    }
    .folder-item__body p {
        margin-bottom: 15px;
    }
    .folder-item__kicker {
        font-size: 12px;
    }
    .folder-slide {
        font-size: 15px;
        height: 500px;
    }
    .footer__col-3 {
        margin-top: 20px;
        text-align: center;
    }
    .footer {
        padding-bottom: 20px;
    }
    .footer__container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .s-simple-txt__md-txt-item {
        padding: 0 0 50px;
    }
}
@media (max-width: 575px) {
    .hero {
        padding-top: 130px;
        padding-bottom: 0;
    }
    /*.hero__big-text-inner {*/
    /*    width: 363vw;*/
    /*}*/
    /*.hero__big-text-inner {*/
        /*margin-top: 12vw;*/
        /*margin-top: 8vh;*/
    /*}*/
    h3, .h3 {
        font-size: 33px;
    }
    .s-simple-txt__content {
        padding: 30px 15px;
    }
    .s-simple-txt__quote {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .s-parallax-titles {
        padding: 30px 0 50px;
    }
    .s-parallax-titles__title {
        font-size: 12.8vw;
    }
    /*.fz-lg {*/
    /*    font-size: 18px;*/
    /*}*/
    h1, .h1 {
        font-size: 34px;
    }
    .row-card__big-img-wrap {
        height: auto;
    }
    .row-card__logo {
        top: 15px !important;
        left: 15px !important;
        max-width: 180px !important;
    }
    .row-card__pic-min {
        height: auto;
    }
    .row-card__col-2 {
        margin-bottom: 15px;
    }
    .row-card__col-2,
    .row-card__col-3 {
        padding: 0 15px;
    }
    .row-card__title {
        font-size: 40px;
    }
    .row-card__heading {
        margin-bottom: 30px;
    }
    .row-card__content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .row-card__footer {
        text-align: center;
    }
    .row-card__list, .s-contact__title,
    .s-logos__heading {
        margin-bottom: 50px;
    }
    .row-card__btn {
        width: 100%;
    }
    .row-card__list li:nth-of-type(even) {
        padding-left: 0;
    }
    .acc-item__title-pic {
        left: 15px !important;
        max-width: 36px;
        max-height: 24px;
    }
    .acc-item__title {
        padding: 16px 42px 16px 77px;
    }
    .acc-item__title:before, .acc-item__title:after {
        right: 10px;
        width: 22px;
    }
    .acc-item__title {
        font-size: 20px;
    }
    .acc-item__content ul {
        column-count: auto;
    }
    ul {
        padding-left: 15px;
    }
    .acc-item__content {
        padding: 20px 15px 20px 15px;
    }
    .s-row-cards {
        padding-bottom: 50px;
    }
    .s-acc {
        padding-top: 100px;
        padding-bottom: 0;
    }
    .folder-item {
        display: block !important;
    }
    .s-folders {
        padding-top: 30px;
    }
    .s-simple-cards__heading,
    .s-folders__heading {
        margin-bottom: 40px;
    }
    .s-row-cards__heading, .s-acc__heading {
        margin-bottom: 30px;
    }
    .s-folders__title {
        margin-bottom: 20px;
    }
    .s-folders {
        padding-bottom: 40px;
    }
    .s-logos {
        padding: 50px 0 70px;
    }
    .s-contact__row-item-col:not(:last-child) {
        margin-bottom: 40px;
    }
    .s-contact__row-item-col:nth-of-type(odd) {
        padding-right: 15px;
    }
    .s-contact__row-item-col:nth-of-type(even) {
        padding-left: 15px;
    }
    .s-contact__col-1 {
        margin-bottom: 70px;
    }
    .s-contact__list li,
    .footer__col-1 {
        margin-bottom: 30px;
    }
    .footer__col-2 {
        margin-bottom: 20px;
    }
    .footer__col-1,
    .footer__col-2 {
        text-align: center;
    }
    .input-style {
        font-size: 20px;
        padding: 0 0 8px;
        border-width: 1px;
    }
    .simple-card {
        padding: 25px 15px;
    }
    .folder-slider {
        max-width: 100%;
    }
    :root {
        --slide-width: 100%;
    }
    .folder-slide {
        height: 450px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--slide-width);
        flex: 0 0 var(--slide-width);
    }
    .folder-slide:after {
        opacity: 1;
    }
    .folder-slide .folder-item__content {
        opacity: 1;
        pointer-events: auto;
    }
    button, .button {
        font-size: 17px;
    }
    body {
        font-size: 16px;
    }
    /*.folder-item__content {*/
    /*    padding: 40px 15px 40px 15px;*/
    /*}*/
    /*.folder-item__title {*/
    /*    font-size: 40px;*/
    /*}*/
    /*.folder-item {*/
    /*    font-size: 16px;*/
    /*}*/
    /*.folder-item__body {*/
    /*    padding-left: 0;*/
    /*}*/
    .folder-slider__btns {
        position: relative;
        height: 33px;
        width: 100px;
        margin: 0 0 30px auto;
    }
    .folder-slider__btns .swiper-button-next:after,
    .folder-slider__btns .swiper-button-prev:after {
        font-size: 30px;
    }
    .folder-slider__btns .swiper-button-next {
        right: 0;
    }
    .folder-slider__btns .swiper-button-next,
    .folder-slider__btns .swiper-button-prev {
        color: #ffffff;
        outline: none !important;
        -webkit-transition: var(--transition);
        -o-transition: var(--transition);
        transition: var(--transition);
    }
    /*.fz-md {*/
    /*    font-size: 19px;*/
    /*}*/
    .s-simple-txt__block-slide {
        min-width: 1200px;
    }
    /*.box__content-txt {*/
    /*    font-size: 16px;*/
    /*}*/
    /*.box__company-wrap {*/
    /*    width: calc(var(--width) * 0.7);*/
    /*}*/
    /*.box__company {*/
    /*    width: 100%;*/
    /*}*/
    .box {
        padding: 0 30px;
    }
    /*.s-simple-txt__md-txt {*/
    /*    font-size: 24px;*/
    /*}*/
    /*.acc-items_wrap {*/
    /*    width: 100%;*/
    /*}*/
    .row-card:nth-of-type(2) .row-card__logo {
        width: 130px;
    }
    .s-simple-txt__md-txt-item {
        padding: 0 0 30px;
    }
    .row-card__btn {
        min-width: 0;
    }
    .row-card__nav svg {
        max-width: 22px;
        max-height: 20px;
    }
    .row-card__nav li:not(:last-child) {
        margin-right: 16px;
    }
}
