/* Minification failed. Returning unminified contents.
(1,105904): run-time error CSS1030: Expected identifier, found '.'
(1,105920): run-time error CSS1031: Expected selector, found ')'
(1,105920): run-time error CSS1025: Expected comma or open brace, found ')'
(1,105962): run-time error CSS1030: Expected identifier, found '.'
(1,105978): run-time error CSS1031: Expected selector, found ')'
(1,105978): run-time error CSS1025: Expected comma or open brace, found ')'
 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
main {
    display: block;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-size: 1em;
    line-height: 1.35;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: none;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q::before,
q::after {
    content: "";
}

small {
    font-size: 85%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

nav ul,
nav ol,
ul,
li {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input,
textarea,
select {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: transparent;
}

td {
    vertical-align: top;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.container {
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media only screen and (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 13px;
    padding-left: 13px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -13px;
    margin-left: -13px;
}

.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: 13px;
    padding-left: 13px;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media only screen and (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media only screen and (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media only screen and (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media only screen and (min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media only screen and (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media only screen and (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media only screen and (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media only screen and (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media only screen and (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media only screen and (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media only screen and (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media only screen and (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@font-face {
    font-family: "svgicons";
    src:
        url("../fonts/svgicons.woff2") format("woff2"),
        url("../fonts/svgicons.woff") format("woff"),
        url("../fonts/svgicons.ttf") format("truetype");
}

.font-ico-agribulk:before,
.font-ico-alternativeEnergy:before,
.font-ico-anchor:before,
.font-ico-apple:before,
.font-ico-ar-left:before,
.font-ico-ar-right:before,
.font-ico-arrow-back:before,
.font-ico-arrow-btn:before,
.font-ico-arrow-down:before,
.font-ico-arrow-left:before,
.font-ico-arrow-long:before,
.font-ico-arrow-longer:before,
.font-ico-arrow-right:before,
.font-ico-arrow-short-right2:before,
.font-ico-boat:before,
.font-ico-boat2:before,
.font-ico-bulkEnergy:before,
.font-ico-car:before,
.font-ico-caution:before,
.font-ico-ccus:before,
.font-ico-chevron-down:before,
.font-ico-close-wider:before,
.font-ico-close:before,
.font-ico-container:before,
.font-ico-crane:before,
.font-ico-cruise:before,
.font-ico-deep-water:before,
.font-ico-down-arrow-round:before,
.font-ico-down-arrow:before,
.font-ico-download-new:before,
.font-ico-download:before,
.font-ico-drops:before,
.font-ico-dry-port:before,
.font-ico-dryBulks:before,
.font-ico-electric-car:before,
.font-ico-electric-fl:before,
.font-ico-electric-rtg:before,
.font-ico-energy-storage:before,
.font-ico-energy:before,
.font-ico-energy2:before,
.font-ico-external:before,
.font-ico-facebook:before,
.font-ico-girder:before,
.font-ico-hamburger:before,
.font-ico-hardHat:before,
.font-ico-hydrogenEnergy:before,
.font-ico-instagram2:before,
.font-ico-lift:before,
.font-ico-linkedin:before,
.font-ico-linkedin2:before,
.font-ico-lng:before,
.font-ico-long-arrow:before,
.font-ico-mail:before,
.font-ico-meal:before,
.font-ico-mhc:before,
.font-ico-minus:before,
.font-ico-mountain:before,
.font-ico-phone:before,
.font-ico-pilot-boat:before,
.font-ico-play:before,
.font-ico-plus:before,
.font-ico-port-manifecturing:before,
.font-ico-projectCargo:before,
.font-ico-renewables:before,
.font-ico-right:before,
.font-ico-roro:before,
.font-ico-scroll-arrow:before,
.font-ico-search-2:before,
.font-ico-search:before,
.font-ico-share:before,
.font-ico-ship:before,
.font-ico-shorePower:before,
.font-ico-solar:before,
.font-ico-stevedoring:before,
.font-ico-train:before,
.font-ico-tree:before,
.font-ico-triangle:before,
.font-ico-twitter:before,
.font-ico-twitter2:before,
.font-ico-user:before,
.font-ico-video:before,
.font-ico-wind:before,
.font-ico-yacht:before,
.font-ico-youtube:before {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
}

[class*="font-ico"] {
    display: inline-block;
}

.font-ico-agribulk:before {
    content: "";
}

.font-ico-alternativeEnergy:before {
    content: "";
}

.font-ico-anchor:before {
    content: "";
}

.font-ico-apple:before {
    content: "";
}

.font-ico-ar-left:before {
    content: "";
}

.font-ico-ar-right:before {
    content: "";
}

.font-ico-arrow-back:before {
    content: "";
}

.font-ico-arrow-btn:before {
    content: "";
}

.font-ico-arrow-down:before {
    content: "";
}

.font-ico-arrow-left:before {
    content: "";
}

.font-ico-arrow-long:before {
    content: "";
}

.font-ico-arrow-longer:before {
    content: "";
}

.font-ico-arrow-right:before {
    content: "";
}

.font-ico-arrow-short-right2:before {
    content: "";
}

.font-ico-boat:before {
    content: "";
}

.font-ico-boat2:before {
    content: "";
}

.font-ico-bulkEnergy:before {
    content: "";
}

.font-ico-car:before {
    content: "";
}

.font-ico-caution:before {
    content: "";
}

.font-ico-ccus:before {
    content: "";
}

.font-ico-chevron-down:before {
    content: "";
}

.font-ico-close-wider:before {
    content: "";
}

.font-ico-close:before {
    content: "";
}

.font-ico-container:before {
    content: "";
}

.font-ico-crane:before {
    content: "";
}

.font-ico-cruise:before {
    content: "";
}

.font-ico-deep-water:before {
    content: "";
}

.font-ico-down-arrow-round:before {
    content: "";
}

.font-ico-down-arrow:before {
    content: "";
}

.font-ico-download-new:before {
    content: "";
}

.font-ico-download:before {
    content: "";
}

.font-ico-drops:before {
    content: "";
}

.font-ico-dry-port:before {
    content: "";
}

.font-ico-dryBulks:before {
    content: "";
}

.font-ico-electric-car:before {
    content: "";
}

.font-ico-electric-fl:before {
    content: "";
}

.font-ico-electric-rtg:before {
    content: "";
}

.font-ico-energy-storage:before {
    content: "";
}

.font-ico-energy:before {
    content: "";
}

.font-ico-energy2:before {
    content: "";
}

.font-ico-external:before {
    content: "";
}

.font-ico-facebook:before {
    content: "";
}

.font-ico-girder:before {
    content: "";
}

.font-ico-hamburger:before {
    content: "";
}

.font-ico-hardHat:before {
    content: "";
}

.font-ico-hydrogenEnergy:before {
    content: "";
}

.font-ico-instagram2:before {
    content: "";
}

.font-ico-lift:before {
    content: "";
}

.font-ico-linkedin:before {
    content: "";
}

.font-ico-linkedin2:before {
    content: "";
}

.font-ico-lng:before {
    content: "";
}

.font-ico-long-arrow:before {
    content: "";
}

.font-ico-mail:before {
    content: "";
}

.font-ico-meal:before {
    content: "";
}

.font-ico-mhc:before {
    content: "";
}

.font-ico-minus:before {
    content: "";
}

.font-ico-mountain:before {
    content: "";
}

.font-ico-phone:before {
    content: "";
}

.font-ico-pilot-boat:before {
    content: "";
}

.font-ico-play:before {
    content: "";
}

.font-ico-plus:before {
    content: "";
}

.font-ico-port-manifecturing:before {
    content: "";
}

.font-ico-projectCargo:before {
    content: "";
}

.font-ico-renewables:before {
    content: "";
}

.font-ico-right:before {
    content: "";
}

.font-ico-roro:before {
    content: "";
}

.font-ico-scroll-arrow:before {
    content: "";
}

.font-ico-search-2:before {
    content: "";
}

.font-ico-search:before {
    content: "";
}

.font-ico-share:before {
    content: "";
}

.font-ico-ship:before {
    content: "";
}

.font-ico-shorePower:before {
    content: "";
}

.font-ico-solar:before {
    content: "";
}

.font-ico-stevedoring:before {
    content: "";
}

.font-ico-train:before {
    content: "";
}

.font-ico-tree:before {
    content: "";
}

.font-ico-triangle:before {
    content: "";
}

.font-ico-twitter:before {
    content: "";
}

.font-ico-twitter2:before {
    content: "";
}

.font-ico-user:before {
    content: "";
}

.font-ico-video:before {
    content: "";
}

.font-ico-wind:before {
    content: "";
}

.font-ico-yacht:before {
    content: "";
}

.font-ico-youtube:before {
    content: "";
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix::before,
.slick-track::before,
.block::before,
.clearfix::after,
.slick-track::after,
.block::after {
    content: "";
    display: table;
}

.clearfix::after,
.slick-track::after,
.block::after {
    clear: both;
}

@media only screen and (min-width: 992px) {
    .right {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.has-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.has-overlay {
    position: relative;
}

.has-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 94, 255, 0.2);
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            from(rgba(39, 50, 56, 0.3)),
            to(rgba(39, 50, 56, 0.6)));
    background-image: linear-gradient(0deg, rgba(39, 50, 56, 0.3) 0%, rgba(39, 50, 56, 0.6) 100%);
}

.has-overlay h2,
.has-overlay h3,
.has-overlay h4,
.has-overlay h5,
.has-overlay span,
.has-overlay p {
    position: relative;
    z-index: 2;
}

.has-overlay a {
    z-index: 2;
}

.cover-img {
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%) scale(0.1);
}

@media only screen and (min-width: 768px) {
    .split {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.bg-black {
    background-color: #000;
}

.color-black {
    color: #000;
}

.bg-white {
    background-color: #fff;
}

.color-white {
    color: #fff;
}

.bg-blue {
    background-color: #2a61ff;
}

.color-blue {
    color: #2a61ff;
}

@media only screen and (min-width: 992px) {
    .indent {
        padding: 0 108px;
    }
}

.has-margin-bottom {
    margin-bottom: 84px;
    padding-bottom: 110px !important;
}

@media only screen and (max-width: 767.98px) {
    .has-margin-bottom {
        margin-bottom: 59px;
        padding-bottom: 80px !important;
    }
}

@font-face {
    font-family: "PlayfairDisplay";
    src:
        url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"),
        url("../fonts/PlayfairDisplay-Bold.woff") format("woff"),
        url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src:
        url("../fonts/Roboto-Black.woff2") format("woff2"),
        url("../fonts/Roboto-Black.woff") format("woff"),
        url("../fonts/Roboto-Black.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src:
        url("../fonts/Roboto-Bold.woff2") format("woff2"),
        url("../fonts/Roboto-Bold.woff") format("woff"),
        url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src:
        url("../fonts/Roboto-Light.woff2") format("woff2"),
        url("../fonts/Roboto-Light.woff") format("woff"),
        url("../fonts/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src:
        url("../fonts/Roboto-Medium.woff2") format("woff2"),
        url("../fonts/Roboto-Medium.woff") format("woff"),
        url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src:
        url("../fonts/Roboto-Regular.woff2") format("woff2"),
        url("../fonts/Roboto-Regular.woff") format("woff"),
        url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src:
        url("../fonts/Roboto-Thin.woff2") format("woff2"),
        url("../fonts/Roboto-Thin.woff") format("woff"),
        url("../fonts/Roboto-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #273238;
    max-width: 838px;
    margin: 0 auto;
}

.rte h1,
.h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {

    .rte h1,
    .h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

.rte h2,
.h2 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 100;
    margin-bottom: 31px;
}

@media only screen and (max-width: 767.98px) {

    .rte h2,
    .h2 {
        font-size: 24px;
        line-height: 35px;
    }
}

.rte .h2-bold {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 24px;
}

@media only screen and (max-width: 767.98px) {
    .rte .h2-bold {
        font-size: 18px;
    }
}

.rte h3,
.h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 100;
    margin-bottom: 31px;
}

@media only screen and (max-width: 767.98px) {

    .rte h3,
    .h3 {
        font-size: 18px;
    }
}

.rte h4,
.h4 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.17em;
    margin-bottom: 31px;
}

@media only screen and (max-width: 767.98px) {

    .rte h4,
    .h4 {
        font-size: 11px;
    }
}

.rte h5,
.h5 {
    font-size: 20px;
}

.rte h6,
.h6 {
    font-size: 16px;
}

.rte p {
    color: #16181a;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin: 15px auto;
    letter-spacing: 0.003em;
    max-width: 838px;
}

.rte img {
    height: auto;
}   

.rte p a {
    font-family: "Roboto", sans-serif;
    color: #16181a;
    position: relative;
    border-bottom: 1px solid #2a61ff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
    .no-touch .rte p a:hover {
        color: #2a61ff;
    }
}

@media only screen and (max-width: 767.98px) {
    .rte p {
        font-size: 16px;
        line-height: 30px;
    }

    .rte p iframe {
        max-width: 100%;
    }

}

img {
    max-width: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.scroll-disabled {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.scroll-disabled::after {
    content: "";
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 6;
}

.scroll-disabled .header,
.scroll-disabled .header--sticky {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #cfd8dc;
    position: fixed;
    top: 0;
    z-index: 10;
}

.wrap {
    margin: 0 auto;
    max-width: 1348px;
    padding: 0 20px;
    width: 100%;
}

.wrap .map {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .wrap {
        padding: 0 20px;
    }
}

.wrap--small {
    max-width: 1094px;
}

.wrap--wide {
    max-width: 1348px;
}

.main {
    padding-top: 30px;
    overflow: hidden;
}

.main--multi {
    padding-top: 30px !important;
}

.content-up {
    position: relative;
    margin-top: -120px;
    padding: 0 20px;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 1199.98px) {

    /* .content-up {
        padding: 0;
    } */
    .content-up .image-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    /* .content-up {
        margin-top: -50px;
    } */
}

.content-up__container {
    max-width: 1270px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px 88px;
}

@media only screen and (max-width: 991.98px) {
    .content-up__container {
        padding: 1px 0;
    }
}

a,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

button,
input[type="button"],
input[type="submit"] {
    background: none;
    border: 0;
    cursor: pointer;
    outline: none;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

.btn {
    background-color: #fff;
    color: #273238;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.01em;
    border-radius: 50px;
    border: 1px solid #2a61ff;
    padding: 14px 24px;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    margin: 5px 0;
}

@media only screen and (min-width: 1025px) {
    .no-touch .btn:hover {
        background-color: #2a61ff;
        color: #fff;
    }
}

.btn--transparent {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

@media only screen and (min-width: 1025px) {
    .no-touch .btn--transparent:hover {
        background-color: #2a61ff;
        color: #fff;
        border-color: #2a61ff;
    }
}

.btn--grey {
    height: 40px;
    line-height: 40px;
    color: #546e7a;
    border-color: #546e7a;
    font-weight: 700;
}

@media only screen and (min-width: 1025px) {
    .no-touch .btn--grey:hover {
        border-color: #2a61ff;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1500px) {
    .btn--grey {
        font-size: 12px;
        padding: 0 15px;
    }
}

.btn--white-bg {
    color: #546e7a;
    border-color: #fff;
    font-weight: 700;
    padding: 11px 24px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.125em;
}

@media only screen and (min-width: 1025px) {
    .no-touch .btn--white-bg:hover {
        border-color: #2a61ff;
    }
}

.btn--video {
    position: relative;
}

.btn--video::before {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    display: inline-block;
    margin-right: 10px;
    color: #546e7a;
    font-size: 12px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .btn--video:hover::before {
        color: #fff;
    }
}

.btn-home {
    display: inline-block;
    border: 1px solid #3565f6;
    color: #16181a;
    background-color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 16px 23px;
    border-radius: 26px;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

@media only screen and (min-width: 1025px) {
    .no-touch .btn-home:hover {
        background-color: #3565f6;
        color: #fff;
    }
}

@media only screen and (max-width: 767.98px) {
    .btn-home {
        padding: 12px 20px;
        font-size: 9px;
        line-height: 10px;
    }
}

.btn-home--transparent {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

@media only screen and (min-width: 1025px) {
    .no-touch .btn-home--transparent:hover {
        border-color: #3565f6;
    }
}

.btn-home--play {
    padding-right: 54px;
}

.btn-home--play .btn-home__text {
    position: relative;
}

.btn-home--play .btn-home__text::after {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    color: #3565f6;
    position: absolute;
    right: -28px;
    top: -1px;
    font-size: 16px;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

@media only screen and (min-width: 1025px) {
    .no-touch .btn-home--play:hover .btn-home__text::after {
        color: #fff;
    }
}

.btn-home--cta {
    padding-right: 62px;
}

.btn-home--cta .btn-home__text {
    position: relative;
}

.btn-home--cta .btn-home__text::after {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    color: #16181a;
    position: absolute;
    right: -40px;
    top: 0;
    font-size: 14px;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

@media only screen and (min-width: 1025px) {
    .no-touch .btn-home--cta:hover .btn-home__text::after {
        color: #fff;
    }
}

@media only screen and (max-width: 767.98px) {
    .btn-home--cta {
        padding-right: 47px;
    }

    .btn-home--cta .btn-home__text::after {
        right: -28px;
        font-size: 10px;
    }
}

.btn--rounded {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    border-radius: 23px;
    padding: 17px 20px;
    color: #fff;
    -webkit-transition:
        background-color 0.4s ease-out,
        color 0.4s ease-out;
    transition:
        background-color 0.4s ease-out,
        color 0.4s ease-out;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.btn--rounded .icon {
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
    -webkit-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
    margin-top: -2px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .btn--rounded:hover {
        background-color: #2a61ff;
        color: #fff;
        border-color: #2a61ff;
    }

    .no-touch .btn--rounded:hover .icon {
        color: #fff;
    }
}

.link {
    font-size: 18px;
    font-weight: 700;
    color: #273238;
    display: block;
    margin-bottom: 17px;
    padding-left: 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
}

.link::before {
    color: #546e7a;
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    height: 100%;
    position: absolute;
    left: 0;
    top: 5px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .link:hover {
        color: #2a61ff;
    }

    .no-touch .link:hover::before {
        color: #2a61ff;
    }
}

.link__text {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.1em;
}

.link--download::before {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    font-size: 13px;
}

.link--external::before {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    font-size: 14px;
}

.link--internal::before {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    font-size: 10px;
    top: 7px;
}

.link--facebook::before {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    font-size: 14px;
    top: 4px;
}

.link--linkedin::before {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    font-size: 14px;
}

.link--twitter::before {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    font-size: 14px;
}

.link--youtube::before {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    font-size: 14px;
}

.scroll-to-top {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 80px;
    z-index: 5;
    width: 48px;
    height: 48px;
    background-color: #2a61ff;
    border-radius: 100%;
    border: 1px solid #fff;
}

.scroll-to-top::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #fff;
    font-size: 8px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .scroll-to-top:hover {
        background-color: #eceff1;
    }

    .no-touch .scroll-to-top:hover::before {
        color: #2a61ff;
    }
}

@media only screen and (max-width: 991.98px) {
    .scroll-to-top {
        right: 10px;
    }
}

input,
textarea {
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    padding: 0 10px;
    font-family: "Roboto", sans-serif;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
}

input[type="search"]::-webkit-search-cancel-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input[type="search"]::-ms-clear,
input[type="email"]::-ms-clear {
    display: none;
}

.field-validation-error {
    color: #e62949;
    font-style: italic;
    position: absolute;
    bottom: -17px;
    left: 0;
    font-size: 11px;
}

.bullets li,
.rte ul li {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #16181a;
    letter-spacing: 0.009em;
    padding-left: 21px;
    margin-bottom: 13px;
}

.bullets li::before,
.rte ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #2a61ff;
    border-radius: 50%;
}

@media only screen and (max-width: 767.98px) {

    .bullets li,
    .rte ul li {
        letter-spacing: 0.02em;
        font-size: 16px;
        line-height: 29px;
    }

    .bullets li::before,
    .rte ul li::before {
        font-size: 16px;
    }
}

.numbers li,
.rte ol li {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #16181a;
    letter-spacing: 0.009em;
    padding-left: 32px;
    margin-bottom: 13px;
}

.numbers li::before,
.rte ol li::before {
    content: counters(section, ".", decimal-leading-zero) ". ";
    counter-increment: section;
    position: absolute;
    top: 0;
    left: 0;
    color: #2a61ff;
    font-size: 18px;
    font-weight: 300;
}

@media only screen and (max-width: 767.98px) {

    .numbers li,
    .rte ol li {
        letter-spacing: 0.02em;
        font-size: 16px;
        line-height: 29px;
    }

    .numbers li::before,
    .rte ol li::before {
        font-size: 16px;
    }
}

.slick-slider {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    display: block;
    position: relative;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots li {
    display: inline-block;
    font-size: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    margin-right: 25px;
}

.slick-dots li:last-of-type {
    margin-right: 0;
}

.slick-dots .slick-active {
    background-color: #fff;
}

.slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    bottom: 50px;
    z-index: 2;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.slick-arrow .icon {
    font-size: 10px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .slick-arrow:hover {
        background-color: #2a61ff;
    }

    .no-touch .slick-arrow:hover .icon {
        color: #fff;
    }
}

.slick-next .icon::before {
    margin-left: 2px;
}

.slick-disabled {
    background-color: rgba(255, 255, 255, 0.5);
    color: #b4bbc4;
    cursor: default;
}

@media only screen and (min-width: 1025px) {
    .no-touch .slick-disabled:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .no-touch .slick-disabled:hover .icon {
        color: #b4bbc4;
    }
}

.slider-counter,
.slider-sum {
    display: block;
    position: absolute;
    font-weight: 300;
    color: #fff;
    z-index: 2;
}

@media only screen and (max-width: 767.98px) {

    .slider-counter,
    .slider-sum {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.slider-counter {
    bottom: 89px;
    left: 38px;
    padding-bottom: 3px;
    font-size: 30px;
    line-height: 40px;
    border-bottom: 1px solid #2a61ff;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .slider-counter {
        bottom: 69px;
        left: 51px;
    }
}

@media only screen and (max-width: 767.98px) {
    .slider-counter {
        bottom: -61px;
        left: 44%;
        border-bottom: 0;
        display: block;
        color: #16181a;
        padding-bottom: 0;
    }
}

.slider-sum {
    bottom: 55px;
    left: 52px;
    font-size: 16px;
    line-height: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .slider-sum {
        bottom: 35px;
        left: 63px;
    }
}

@media only screen and (max-width: 767.98px) {
    .slider-sum {
        bottom: -51px;
        left: 58%;
        border-right: 0;
        color: rgba(22, 24, 26, 0.23);
    }
}

.map__slider .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
}

.map__slider .slick-dots li {
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
    .no-touch .map__slider .slick-dots li:hover {
        background-color: #fff;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@media only screen and (max-width: 767.98px) {
    .map__slider .slick-dots {
        bottom: 20px;
    }
}

.hero__slider .slick-arrow {
    left: 83px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .hero__slider .slick-arrow {
        left: 90px;
    }
}

@media only screen and (max-width: 767.98px) {
    .hero__slider .slick-arrow {
        border: 1px solid #2a61ff;
    }
}

.hero__slider .slick-prev {
    bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .hero__slider .slick-prev {
        bottom: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .hero__slider .slick-prev {
        left: 57px;
        bottom: -55px;
    }
}

.hero__slider .slick-next {
    bottom: 95px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .hero__slider .slick-next {
        bottom: 80px;
    }
}

@media only screen and (max-width: 767.98px) {
    .hero__slider .slick-next {
        left: auto;
        right: 57px;
        bottom: -55px;
    }
}

.hero__slider .slick-disabled {
    color: #000;
}

@media only screen and (min-width: 1025px) {
    .no-touch .hero__slider .slick-disabled:hover .icon {
        color: #000;
    }
}

@media only screen and (max-width: 767.98px) {
    .hero__slider .slick-disabled {
        border-color: #b4bbc4;
        color: #b4bbc4;
    }
}

.promoted-article .slick-arrow,
.gallery .slick-arrow,
.report .slick-arrow {
    left: 0;
    width: 40px;
    height: 40px;
}

@media only screen and (min-width: 1366px) and (max-width: 1445px) {

    .promoted-article .slick-arrow,
    .gallery .slick-arrow,
    .report .slick-arrow {
        left: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {

    .promoted-article .slick-arrow,
    .gallery .slick-arrow,
    .report .slick-arrow {
        border: 1px solid #2a61ff;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    .promoted-article .slick-arrow,
    .gallery .slick-arrow,
    .report .slick-arrow {
        background-color: #eee;
    }
}

@media only screen and (max-width: 767.98px) {

    .promoted-article .slick-arrow,
    .gallery .slick-arrow,
    .report .slick-arrow {
        border: 1px solid #2a61ff;
    }
}

.promoted-article .slick-prev,
.gallery .slick-prev,
.report .slick-prev {
    bottom: 241px;
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {

    .promoted-article .slick-prev,
    .gallery .slick-prev,
    .report .slick-prev {
        bottom: 0;
        left: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    .promoted-article .slick-prev,
    .gallery .slick-prev,
    .report .slick-prev {
        bottom: 5px;
        left: 42%;
    }
}

@media only screen and (max-width: 767.98px) {

    .promoted-article .slick-prev,
    .gallery .slick-prev,
    .report .slick-prev {
        left: 127px;
        bottom: 0;
    }
}

.promoted-article .slick-next,
.gallery .slick-next,
.report .slick-next {
    bottom: 291px;
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {

    .promoted-article .slick-next,
    .gallery .slick-next,
    .report .slick-next {
        bottom: 0;
        left: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    .promoted-article .slick-next,
    .gallery .slick-next,
    .report .slick-next {
        bottom: 5px;
        left: auto;
        right: 33.5%;
    }
}

@media only screen and (max-width: 767.98px) {

    .promoted-article .slick-next,
    .gallery .slick-next,
    .report .slick-next {
        left: auto;
        right: 57px;
        bottom: 0;
    }
}

.promoted-article .slider-counter,
.promoted-article .slider-sum,
.gallery .slider-counter,
.gallery .slider-sum,
.report .slider-counter,
.report .slider-sum {
    color: #16181a;
    z-index: 2;
}

@media only screen and (max-width: 767.98px) {

    .promoted-article .slider-counter,
    .promoted-article .slider-sum,
    .gallery .slider-counter,
    .gallery .slider-sum,
    .report .slider-counter,
    .report .slider-sum {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.promoted-article .slider-counter,
.gallery .slider-counter,
.report .slider-counter {
    bottom: 144px;
    left: 0;
    font-size: 30px;
    line-height: 30px;
    border-bottom: 1px solid #2a61ff;
}

@media only screen and (min-width: 1366px) and (max-width: 1445px) {

    .promoted-article .slider-counter,
    .gallery .slider-counter,
    .report .slider-counter {
        left: 28px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {

    .promoted-article .slider-counter,
    .gallery .slider-counter,
    .report .slider-counter {
        bottom: 0;
        left: 170px;
        color: #16181a;
        border-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    .promoted-article .slider-counter,
    .gallery .slider-counter,
    .report .slider-counter {
        bottom: 5px;
        left: 49.7%;
        border-bottom: 0;
    }
}

@media only screen and (max-width: 767.98px) {

    .promoted-article .slider-counter,
    .gallery .slider-counter,
    .report .slider-counter {
        bottom: 5px;
        left: 54%;
        border-bottom: 0;
        display: block;
        color: #16181a;
        padding-bottom: 0;
    }
}

.promoted-article .slider-sum,
.gallery .slider-sum,
.report .slider-sum {
    bottom: 112px;
    left: 12px;
    color: rgba(22, 24, 26, 0.23);
}

@media only screen and (min-width: 1366px) and (max-width: 1445px) {

    .promoted-article .slider-sum,
    .gallery .slider-sum,
    .report .slider-sum {
        left: 39px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {

    .promoted-article .slider-sum,
    .gallery .slider-sum,
    .report .slider-sum {
        bottom: 6px;
        left: 240px;
        color: rgba(22, 24, 26, 0.23);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    .promoted-article .slider-sum,
    .gallery .slider-sum,
    .report .slider-sum {
        bottom: 13px;
        left: 56.3%;
    }
}

@media only screen and (max-width: 767.98px) {

    .promoted-article .slider-sum,
    .gallery .slider-sum,
    .report .slider-sum {
        bottom: 10px;
        left: 66%;
        border-right: 0;
        color: rgba(22, 24, 26, 0.23);
    }
}

.promoted-article .slick-disabled,
.gallery .slick-disabled,
.report .slick-disabled {
    color: #000;
}

@media only screen and (min-width: 1025px) {

    .no-touch .promoted-article .slick-disabled:hover .icon,
    .no-touch .gallery .slick-disabled:hover .icon,
    .no-touch .report .slick-disabled:hover .icon {
        color: #000;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {

    .promoted-article .slick-disabled,
    .gallery .slick-disabled,
    .report .slick-disabled {
        border-color: #b4bbc4;
        color: #b4bbc4;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    .promoted-article .slick-disabled,
    .gallery .slick-disabled,
    .report .slick-disabled {
        color: rgba(22, 24, 26, 0.2);
    }
}

@media only screen and (max-width: 767.98px) {

    .promoted-article .slick-disabled,
    .gallery .slick-disabled,
    .report .slick-disabled {
        border-color: #b4bbc4;
        color: #b4bbc4;
    }
}

.gallery .slick-arrow {
    border: 1px solid #2a61ff;
    background-color: #fff;
}

@media only screen and (max-width: 767.98px) {
    .gallery .slick-prev {
        left: 107px;
    }
}

@media only screen and (max-width: 767.98px) {
    .gallery .slick-next {
        right: 37px;
    }
}

@media only screen and (max-width: 767.98px) {
    .gallery .slider-sum {
        bottom: 9px;
        left: 68%;
    }
}

.gallery .slider .slick-slide>div {
    padding-right: 0;
}

.gallery .slick-disabled {
    border-color: #eceff1;
    color: #b0bec5;
}

@media only screen and (min-width: 1025px) {
    .no-touch .gallery .slick-disabled:hover span::before {
        color: #b0bec5;
    }
}

.report .slick-arrow {
    position: absolute;
    left: -67px;
    border: 1px solid #2a61ff;
}

.report .slick-prev {
    bottom: 120px;
}

.report .slick-prev .icon {
    vertical-align: -1px;
}

@media only screen and (max-width: 1199.98px) {
    .report .slick-prev {
        left: 0;
        bottom: -60px;
        top: auto;
    }
}

@media only screen and (max-width: 991.98px) {
    .report .slick-prev {
        left: 33.5%;
    }
}

@media only screen and (max-width: 767.98px) {
    .report .slick-prev {
        left: 10%;
    }
}

.report .slick-next {
    bottom: 170px;
}

@media only screen and (max-width: 1199.98px) {
    .report .slick-next {
        left: 240px;
        bottom: -60px;
        top: auto;
    }
}

@media only screen and (max-width: 991.98px) {
    .report .slick-next {
        left: auto;
        right: 33.5%;
    }
}

@media only screen and (max-width: 767.98px) {
    .report .slick-next {
        right: 10%;
    }
}

.report .slick-disabled {
    border-color: #eceff1;
}

@media only screen and (max-width: 1199.98px) {
    .report .slick-disabled {
        border-color: #b4bbc4;
    }
}

.report .slider-counter {
    left: -60px;
    bottom: 56px;
    color: #16181a;
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .report .slider-counter {
        border-bottom: 1px solid #2a61ff;
    }
}

@media only screen and (max-width: 1199.98px) {
    .report .slider-counter {
        left: 75px;
        bottom: -57px;
        border: 0;
        line-height: 30px;
        padding: 0 20px 0;
    }
}

@media only screen and (max-width: 991.98px) {
    .report .slider-counter {
        left: 41%;
    }
}

@media only screen and (max-width: 575.98px) {
    .report .slider-counter {
        left: 40%;
    }
}

.report .slider-sum {
    color: rgba(22, 24, 26, 0.23);
    left: -47px;
    bottom: 28px;
}

@media only screen and (max-width: 1199.98px) {
    .report .slider-sum {
        left: 170px;
        bottom: -52px;
    }
}

@media only screen and (max-width: 991.98px) {
    .report .slider-sum {
        left: auto;
        right: 45%;
    }
}

@media only screen and (max-width: 767.98px) {
    .report .slider-sum {
        right: 39%;
    }
}

@media only screen and (max-width: 575.98px) {
    .report .slider-sum {
        right: 36%;
    }
}

.selectric-wrapper {
    position: relative;
    cursor: pointer;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.selectric-responsive {
    width: 100%;
}

.filters__container:last-child .selectric {
    padding-left: 40px;
}

.filters__container:last-child .button::after {
    right: 20px;
}

.filters__container:last-child li {
    padding-left: 40px;
}

@media only screen and (max-width: 991.98px) {
    .filters__container:last-child .selectric {
        padding-left: 25px;
    }
}

@media only screen and (max-width: 991.98px) {
    .filters__container:last-child .selectric {
        padding-left: 20px;
    }

    .filters__container:last-child li {
        padding-left: 20px;
    }
}

.selectric {
    position: relative;
    overflow: hidden;
    padding: 38px 25px 16px;
}

.filters .selectric {
    padding-right: 49px;
}

.selectric .label {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #2a61ff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric .button:after {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    position: absolute;
    top: 51%;
    right: 30px;
    color: #2a61ff;
    font-size: 9px;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (min-width: 1025px) {
    .no-touch .selectric:hover {
        background-color: #f4f5f7;
    }
}

@media only screen and (max-width: 767.98px) {
    .selectric {
        padding-top: 33px;
        padding-left: 0;
    }

    .selectric .label {
        font-size: 16px;
    }
}

.selectric-focus .selectric {
    border-color: #aaa;
}

.selectric-hover .selectric {
    border-color: #c4c4c4;
}

.selectric-open {
    z-index: 1;
    background-color: #f4f5f7;
}

.selectric-open .selectric {
    border-color: #c4c4c4;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-open .button::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: -1;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 25px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.05em;
    cursor: pointer;
    border-bottom: 1px solid #e1e4e7;
}

.selectric-items li.selected {
    background: #f4f5f7;
}

.selectric-items li:hover {
    background: #f4f5f7;
}

.selectric-items li:first-child {
    border-top: 1px solid #e1e4e7;
}

@media only screen and (max-width: 991.98px) {
    .selectric-items li {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .selectric-items li {
        font-size: 16px;
        padding: 14px 0;
    }
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}

.checkbox-toggle .invisible {
    display: none !important;
}

#ccc[light] #ccc-icon {
    fill: #2a61ff !important;
}

@media print {
    body {
        background: #fff;
        color: #000;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    img {
        page-break-before: avoid !important;
        page-break-after: avoid !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    a {
        page-break-inside: avoid;
    }

    a,
    a:link,
    a:visited {
        background: #fff;
        color: #000;
        border-color: #000 !important;
    }

    a:not([href="javascript:;"]):after {
        content: "[" attr(href) "]";
        display: block;
        border-color: #000 !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        background: none;
        color: #000;
    }

    .header {
        position: relative !important;
        top: 0;
        left: 0;
        width: 100%;
        border-bottom: 0 !important;
    }

    .header__container--bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nav__link {
        font-size: 12px !important;
    }

    .nav__item:first-of-type .nav__link {
        margin-left: 0 !important;
    }

    .nav__item:last-of-type .nav__item {
        margin-right: 0 !important;
    }

    .tab__link {
        border: 0 !important;
    }

    .tab__link.selected {
        color: #000 !important;
        border: 1px solid #000 !important;
    }

    .content-up__container {
        padding: 0;
    }

    .related-content {
        padding-bottom: 20px !important;
    }

    .footer__container--top {
        padding-top: 20px !important;
    }

    .map-locations__text {
        padding: 0 !important;
    }

    .map__text {
        max-width: 100% !important;
        display: block;
    }

    .promo__left {
        max-width: 100% !important;
        width: 100% !important;
    }

    .promo__text {
        padding: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
    }

    .quote {
        margin: 40px 0 !important;
        padding: 0 !important;
    }

    .quote__text {
        border-color: #000 !important;
    }

    .btn {
        border-color: #000 !important;
        color: #000 !important;
    }

    .stats,
    .stats__block {
        display: block !important;
        margin: 20px 0 !important;
    }

    .inline-image__text-wrapper {
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        padding: 0 !important;
    }

    .table-wrapper {
        page-break-after: always !important;
        page-break-before: always !important;
    }

    .page-promo {
        padding: 0 !important;
    }

    .accordion__button {
        padding-left: 0 !important;
    }

    .table-wrapper th {
        background-color: #fff !important;
        color: #000 !important;
    }

    .table-wrapper tbody {
        border-top: 1px solid #000 !important;
    }

    .related-content__container,
    .news__item,
    .story__item {
        padding: 0 !important;
        min-height: auto !important;
    }

    .news__item--full,
    .news__box,
    .story__box,
    .related-content__box {
        height: auto !important;
        margin: 40px 0 !important;
    }

    .related-content__link {
        border-color: #000 !important;
    }

    .box-inline__link {
        margin-left: 0 !important;
    }

    .people__details,
    .report__container,
    .report__text-wrapper {
        padding: 0 !important;
    }

    .people__item,
    .video-gallery__item {
        page-break-before: avoid !important;
        page-break-after: avoid !important;
    }

    .people__widget,
    .video-gallery__item {
        margin-bottom: 0 !important;
    }

    .video-gallery__text,
    .people__info {
        padding: 20px 0 !important;
    }

    .downloads__item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .downloads__item {
        padding-left: 0 !important;
    }

    .downloads__file {
        margin-top: 20px !important;
    }

    .downloads__file::before {
        color: #000;
    }

    .footer__container--bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .footer__nav {
        margin-top: 20px;
    }

    .page-promo__text,
    .page-promo__title,
    .page-promo__category-wrapper,
    .stats__value,
    .quote__text,
    .banner__title,
    .banner__subtitle,
    .banner__date,
    .icon,
    .related-content__title,
    .related-content__subtitle,
    .related-content__category,
    .related-content__category-date,
    .related-content__date,
    .footer__title-large,
    .footer__link-small,
    .footer__copyright,
    .box-inline__title,
    .news__date,
    .report__title,
    .report__subtitle,
    .report__link,
    .box-inline__link,
    .box-inline__link::before,
    li,
    li::before {
        color: #000 !important;
    }

    .urgent,
    .cookies,
    .nav__search,
    .nav__item--grey,
    .newsletter,
    .footer__btn,
    .scroll-to-top,
    .contact-card,
    .icon,
    .hero,
    .pagination,
    .search__text,
    .search__container,
    .video-gallery__btn-holder,
    .downloads__link,
    .map__slider,
    .map__image,
    .promo__right,
    .map-locations__image,
    .video__wrapper,
    .gallery,
    .inline-image__img-wrapper,
    .banner__icon,
    .articles__link,
    .news__link,
    .story__link,
    .people__image,
    .people__btn,
    .video-gallery__img,
    .report__img-wrapper {
        display: none !important;
    }

    iframe,
    .video {
        display: none;
        visibility: hidden;
        height: 0;
    }
}

.is-beta {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.is-beta__container {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    width: 90px;
    height: 75px;
    overflow: hidden;
}

.is-beta__label {
    width: 150px;
    margin-top: 2px;
    margin-left: -48px;
    padding: 8px;
    background-color: #c1d72e;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

@media only screen and (min-width: 1025px) {
    .no-touch .is-beta__label:hover {
        background-color: #9eb022;
    }
}

.is-beta__close {
    width: 80px;
    height: 80px;
    background-color: #fff;
}

.is-beta__close span {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    background-color: #c1d72e;
    border-radius: 50%;
    -webkit-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.is-beta__close span::before,
.is-beta__close span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 16px;
    background-color: #fff;
    border-radius: 2px;
}

.is-beta__close span::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.is-beta__close span::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (min-width: 1025px) {
    .no-touch .is-beta__close:hover span {
        background-color: #9eb022;
    }
}

@media only screen and (max-width: 767.98px) {
    .is-beta__close {
        width: 40px;
        height: 40px;
    }
}

.is-beta__cta {
    margin-top: 35px;
    padding: 14px 25px;
    background-color: #0061ad;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

@media only screen and (min-width: 1025px) {
    .no-touch .is-beta__cta:hover {
        background-color: #00447a;
    }
}

@media only screen and (max-width: 767.98px) {
    .is-beta__cta {
        margin-top: 10px;
        padding: 8px 24px;
        font-size: 14px;
    }
}

.is-beta__content-container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
}

.is-beta__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 930px;
    width: calc(100% - 40px);
    background-color: #fff;
    border: 2px solid #c1d72e;
}

.is-beta__content-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 2px;
    background-color: #c1d72e;
}

.is-beta__content-body {
    padding: 40px 30px;
}

.is-beta__content-body h4 {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.is-beta__content-body p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
}

@media only screen and (max-width: 767.98px) {
    .is-beta__content-body {
        padding: 20px;
    }

    .is-beta__content-body h4 {
        font-size: 24px;
    }

    .is-beta__content-body p {
        font-size: 16px;
    }
}

.is-beta__content-title {
    margin-right: auto;
    padding-left: 30px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 767.98px) {
    .is-beta__content-title {
        padding-left: 20px;
        font-size: 20px;
    }
}

.is-beta__content-logo {
    max-width: 130px;
    max-height: 35px;
    margin-right: 30px;
    margin-bottom: -10px;
}

@media only screen and (max-width: 767.98px) {
    .is-beta__content-logo {
        max-width: 80px;
        margin-right: 20px;
        margin-bottom: -6px;
    }
}

.header {
    border-bottom: 1px solid #cfd8dc;
}

@media only screen and (min-width: 992px) and (max-width: 1500px) {

    .header .logo__img,
    .header .logo__img-hover {
        height: 28px;
        line-height: 28px;
    }

    .header .logo__img {
        width: 208px;
    }

    .header .logo__img-hover {
        width: 218px;
    }
}

@media only screen and (max-width: 991.98px) {
    .header {
        border-bottom: 0;
        position: relative;
    }

    .header::after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #cfd8dc;
        position: absolute;
        bottom: -1px;
        left: 0;
        z-index: 6;
    }
}

.header__top {
    background-color: #eceff1;
}

@media only screen and (max-width: 991.98px) {
    .header__top {
        display: none;
    }

    .js-header-dropdown {
        display: none !important;
    }

}

.header__bottom {
    position: relative;
    background-color: #fff;
    z-index: 10;
}

.header__container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 991.98px) {
    .header__container {
        position: relative;
    }
}

.header__container--top {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header__container--bottom {
    padding: 0 46px 0 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1500px) {
    .header__container--bottom {
        padding: 1px 20px 0;
    }
}

@media only screen and (max-width: 991.98px) {
    .header__container--bottom {
        padding-top: 21px;
        padding-bottom: 21px;
    }
}

@media only screen and (min-width: 992px) {
    .header__container--bottom {
        min-height: 94px;
    }

    /* new fix for navigation */
    ul.nav__container.row>li:nth-child(2) {
        display: block !important;
    }

    .nav__link--btn {
        border: #546e7a 1px solid;
        line-height: 40px;
        letter-spacing: -0.01em;
        border-radius: 50px;
    }
}

.header__dropdown {
    border-bottom: 1px solid rgba(84, 110, 122, 0.15);
    display: none;
}

.header__dropdown-container {
    padding-top: 50px;
    padding-bottom: 65px;
}

.header__dropdown-title {
    font-size: 42px;
    font-weight: 100;
    line-height: 50px;
    color: #546e7a;
    margin-bottom: 25px;
    max-width: 750px;
}

@media only screen and (max-width: 991.98px) {
    .header__dropdown-title {
        display: none;
    }
}

.header__dropdown-subtitle,
.nav__dropdown-subtitle {
    font-size: 18px;
    margin-bottom: 18px;
    margin-top: 11px;
}

@media only screen and (max-width: 991.98px) {
    .nav__dropdown-subtitle {
        font-size: 16px;
        font-weight: 300;
        color: #546e7a;
        margin: 20px 0 10px 5px;
    }
}

.header__dropdown-link,
.nav__dropdown-link {
    color: #16181a;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.header__dropdown-link::before,
.nav__dropdown-link::before {
    font-size: 15px;
    display: inline-block;
    color: #546e7a;
    margin-right: 10px;
    vertical-align: -2px;
}

@media only screen and (min-width: 1025px) {

    .no-touch .header__dropdown-link:hover,
    .no-touch .nav__dropdown-link:hover {
        color: #2a61ff;
    }

    .no-touch .header__dropdown-link:hover::before,
    .no-touch .nav__dropdown-link:hover::before {
        color: #2a61ff;
    }
}

@media only screen and (max-width: 991.98px) {
    .nav__dropdown-link::before {
        margin-right: 15px;
    }
}

.header__dropdown-text,
.nav__dropdown-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: rgba(26, 25, 27, 0.7);
    padding-right: 30px;
}

@media only screen and (max-width: 991.98px) {
    .nav__dropdown-text {
        padding: 0 15px 24px 35px;
        border-bottom: 1px solid #cfd8dc;
    }
}

.header__btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    color: #546e7a;
    border-left: 1px solid rgba(84, 110, 122, 0.2);
    padding: 12px 33px 11px 29px;
    letter-spacing: 0.1em;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.header__btn::before {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition:
        transform 0.2s ease-in-out,
        -webkit-transform 0.2s ease-in-out;
    display: inline-block;
    margin-right: 2px;
    font-size: 9px;
    vertical-align: -1px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .header__btn:hover {
        background-color: #2a61ff;
        color: #fff;
    }
}

.header__btn--external {
    padding-right: 27px;
}

.header__btn--external::before {
    font-size: 12px;
    vertical-align: -3px;
    margin-right: 5px;
}

.header__btn--active {
    background-color: #fff;
}

.header__btn--active::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header__logo {
    width: 50px;
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: calc(100% - 340px);
}

@media only screen and (max-width: 1500px) {
    .nav {
        max-width: calc(100% - 250px);
    }
}

@media only screen and (max-width: 1100px) {
    .nav {
        max-width: calc(100%);
    }
}

@media only screen and (max-width: 991.98px) {
    .nav {
        float: right;
        max-width: 100%;
    }
}

.nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 992px) {
    .nav__list {
        display: flex !important;
        height: auto !important;
        overflow: inherit !important;
    }
}

@media only screen and (max-width: 991.98px) {
    .nav__list {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 5;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition:
            transform 0.4s ease,
            -webkit-transform 0.4s ease;
    }
}

.nav__list--open .nav__submenu {
    overflow: auto;
    height: 100%;
}

.nav__btn {
    padding: 11px 25px;
    color: #546e7a;
    border: 2px solid #546e7a;
    font-weight: 700;
}

@media only screen and (min-width: 1025px) {
    .no-touch .nav__btn:hover {
        border-color: #2a61ff;
    }
}

.nav__link {
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 42px 0 36px;
    margin: 0 22px;
    color: #546e7a;
}

.nav__link::before {
    display: inline-block;
    font-size: 12px;
    vertical-align: -1px;
    margin-right: 5px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .nav__link:hover {
        color: #2a61ff;
    }
}

@media only screen and (max-width: 1600px) {
    .nav__link {
        margin: 0 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1500px) {
    .nav__link {
        margin: 0 16px;
        font-size: 12px;
        height: 115px;
        padding: 50px 0 27px;
    }
}

@media only screen and (max-width: 991.98px) {
    .nav__link {
        font-size: 16px;
        margin: 0;
        padding: 19px 30px 20px 20px;
        font-weight: 300;
        position: relative;
    }
}

.nav__link--btn {
    padding: 0 24px;
    margin: 0;
}

@media only screen and (min-width: 1025px) {
    .no-touch .nav__link--btn:hover {
        color: #fff;
    }
}

.nav__link--btn.nav__link--active,
.nav__link--btn.nav__link--current {
    background-color: #2a61ff;
    border-color: #2a61ff;
    color: #fff;
}

.nav__link--btn.nav__link--active::after,
.nav__link--btn.nav__link--current::after {
    content: none;
}

@media only screen and (min-width: 992px) {
    .nav__link--btn {
        margin: 0 11px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1500px) {
    .nav__link--btn {
        height: auto;
    }
}

@media only screen and (max-width: 1500px) {
    .nav__link--btn {
        margin: 0;
        padding: 0 18px;
    }
}

@media only screen and (max-width: 991.98px) {
    .nav__link--btn {
        padding: 19px 30px 20px 20px;
    }

    .nav__link--btn.nav__link--active,
    .nav__link--btn.nav__link--current {
        background-color: transparent;
        border: 0;
        color: #2a61ff;
    }
}

.nav__link--grey {
    color: #546e7a;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

@media only screen and (min-width: 992px) {
    .nav__link--grey {
        display: none;
    }
}

.nav__link--active,
.nav__link--current {
    position: relative;
}

.nav__link--active::after,
.nav__link--current::after {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #b0bec5;
}

@media only screen and (max-width: 991.98px) {
    .nav__link--current {
        color: #2a61ff;
    }

    .nav__link--current::after {
        content: none;
    }

    .nav__link--current .nav__icon {
        color: #2a61ff;
    }
}

.nav__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 80px;
    height: 100%;
}

.nav__submenu-item--back {
    display: none;
}

@media only screen and (max-width: 991.98px) {
    .nav__submenu-item--back {
        display: block;
        width: 100%;
        position: relative;
    }

    .nav__submenu-item--back::before {
        position: absolute;
        left: 20px;
        top: 37%;
        color: #546e7a;
    }

    .nav__submenu-item--back .nav__submenu-link {
        font-weight: 700;
        font-size: 16px;
        color: #16181a;
        padding: 19px 30px 20px 36px;
    }
}

@media only screen and (max-width: 991.98px) {
    .nav__item {
        border-bottom: 1px solid #cfd8dc;
    }
}

.nav__item--grey {
    background-color: #eceff1;
}

.nav__item--grey .header__social {
    padding: 20px 10px 16px;
}

@media only screen and (min-width: 992px) {
    .nav__item--grey .header__social {
        display: none;
    }
}

.nav__search {
    color: #546e7a;
    font-size: 25px;
    padding-left: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media only screen and (min-width: 1025px) {
    .no-touch .nav__search:hover {
        color: #2a61ff;
    }
}

@media only screen and (max-width: 1500px) {
    .nav__search {
        margin-left: 5px;
        padding-left: 5px;
    }
}

@media only screen and (max-width: 991.98px) {
    .nav__search {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        font-size: 23px;
    }
}

@media only screen and (max-width: 767.98px) {
    .nav__search {
        padding-left: 10px;
    }
}

.nav__submenu {
    display: none;
    background-color: #fff;
    border-top: 1px solid #cfd8dc;
    -webkit-box-shadow: -20px 20px 20px -20px rgba(0, 0, 0, 0.2);
    box-shadow: -20px 20px 20px -20px rgba(0, 0, 0, 0.2);
    padding: 33px 165px 70px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1500px) {
    .nav__submenu {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 991.98px) {
    .nav__submenu {
        padding: 0 0 70px;
        position: fixed;
        top: 70px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: -webkit-transform 0.2s ease;
        transition: transform 0.2s ease;
        transition:
            transform 0.2s ease,
            -webkit-transform 0.2s ease;
        border: 0;
    }
}

.nav__container {
    margin: 0 auto;
    max-width: 1335px;
    padding: 0 20px;
    width: 100%;
}

@media only screen and (min-width: 992px) {
    .nav__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 991.98px) {

    .nav__container,
    .nav__block {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) {
    .nav__block:nth-child(3n) {
        margin-left: 25%;
    }
}

.nav__block:nth-child(3) {
    margin-left: 0;
}

.nav__list-container {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}

.nav__sub-block:not(:last-child) {
    margin-bottom: 60px;
}

@media only screen and (max-width: 991.98px) {
    .nav__sub-block:not(:last-child) {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 992px) {
    .nav__sub-block--large {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    .nav__sub-block--image {
        padding: 20px;
    }
}

.nav__submenu-title {
    font-size: 42px;
    font-weight: 100;
    color: #546e7a;
}

@media only screen and (max-width: 991.98px) {
    .nav__submenu-title {
        display: none;
    }
}

.nav__sub-block-title {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 20px;
    letter-spacing: 0.15em;
    color: #607d8b;
}

@media only screen and (max-width: 991.98px) {
    .nav__sub-block-title {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 992px) {
    .nav__submenu-item {
        margin-bottom: 21px;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media only screen and (max-width: 991.98px) {
    .nav__submenu-item {
        border-bottom: 1px solid #cfd8dc;
    }
}

.nav__submenu-item--border {
    position: relative;
}

@media only screen and (min-width: 992px) {
    .nav__submenu-item--border::before {
        content: "";
        height: 3px;
        background-color: #cfd8dc;
        position: absolute;
        left: 0;
        width: 85%;
        top: -10px;
    }
}

@media only screen and (max-width: 991.98px) {
    .nav__submenu-item--border {
        border-top: 3px solid #cfd8dc;
    }
}

.nav__submenu-link {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media only screen and (min-width: 1025px) {
    .no-touch .nav__submenu-link:hover {
        color: #2a61ff;
    }
}

@media only screen and (min-width: 992px) {
    .nav__submenu-link {
        font-size: 18px;
        font-weight: 700;
        color: #16181a;
        max-width: 85%;
        display: block;
    }
}

@media only screen and (max-width: 991.98px) {
    .nav__submenu-link {
        font-size: 16px;
        font-weight: 300;
        display: block;
        padding: 19px 30px 20px 20px;
        margin: 0;
        color: #546e7a;
    }
}

.nav__submenu-img {
    width: 100%;
    margin-bottom: 10px;
}

.nav__submenu-img-title {
    font-size: 26px;
    font-weight: 700;
    color: #16181a;
    margin: 18px 0 16px;
}

@media only screen and (max-width: 991.98px) {
    .nav__submenu-img-title {
        font-size: 22px;
        margin: 2px 0 14px;
    }
}

.nav__submenu-btn {
    padding: inherit 29px;
}

.nav__submenu-btn::before {
    display: inline-block;
    margin-right: 12px;
    vertical-align: -2px;
}

.nav__toggle {
    display: none;
}

@media only screen and (max-width: 991.98px) {
    .nav__toggle {
        display: block;
        font-size: 16px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 28px;
        color: #546e7a;
    }

    .nav__toggle::before {
        font-family: "svgicons";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
        display: block;
        line-height: 1;
        content: "";
    }
}

@media only screen and (max-width: 991.98px) {
    .nav__toggle--open {
        font-size: 20px;
        margin-right: 3px;
        margin-left: 30px;
    }

    .nav__toggle--open::before {
        font-family: "svgicons";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
        display: block;
        line-height: 1;
        content: "";
    }
}

.logo:hover:has(.logo__img-hover) .logo__img {
    display: none;
}

.logo:hover:has(.logo__img-hover) .logo__img-hover {
    display: block;
}

@media only screen and (max-width: 991.98px) {
    .logo {
        width: 207px;
        height: 26px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767.98px) {
    .logo {
        width: 167px;
    }
}

.logo__img,
.logo__img-hover {
    height: 35px;
    line-height: 35px;
}

.logo__img {
    width: 260px;
}

.logo__img-hover {
    display: none;
    width: 273px;
}

.header--sticky {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #cfd8dc;
    position: fixed;
    top: 0;
    z-index: 10;
}

@media only screen and (max-width: 991.98px) {
    .has-children .nav__link::before {
        font-family: "svgicons";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
        display: block;
        line-height: 1;
        content: "";
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
    }
}

.header__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid rgba(84, 110, 122, 0.2);
    padding: 11px 36px 7px 28px;
}

.header__social-item {
    margin: 0 10px;
}

.header__social-link {
    color: #596d79;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
    .no-touch .header__social-link:hover {
        color: #2a61ff;
    }
}

.filters__info.filters__info_static {
    position: static;
    padding: 0 8px;
    position: relative;
    top: 14px;
    left: 25px !important;

}

.flter-button {
    width: 100%;
    border: 0;
    padding: 10px 29px 25px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #2a61ff;
}


.footer {
    background-color: #16181a;
    color: #fff;
}

.footer .footer__container .row .col-lg-4:nth-child(n+4) {
    margin-top: 40px;
}


@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .footer__list-large {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer__list-large {
        margin-bottom: 75px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer__list-large {
        margin-bottom: 57px;
    }
}

.footer__title-large {
    color: rgba(180, 187, 196, 0.78);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 25px;
    letter-spacing: 0.26em;
}

.footer__item-large {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 9px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .footer__item-large {
        -webkit-flex-basis: 33.3333%;
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        padding: 0 7px;
    }

    .footer__item-large:nth-of-type(3n + 1) {
        padding: 0;
    }
}

.footer__link-large {
    color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media only screen and (min-width: 1025px) {
    .no-touch .footer__link-large:hover {
        color: #607d8b;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer__list-small {
        margin-bottom: 65px;
    }
}

.footer__title-small {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: -9px;
}

@media only screen and (max-width: 767.98px) {
    .footer__title-small {
        margin-bottom: 20px;
    }
}

/* .footer__item-small {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

.footer__link-small {
    color: #b4bbc4;
    -webkit-transition: 0.2s;
    transition: 0.2s;
} */

.footer__list-small>li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

.footer__list-small>li>a {
    color: #b4bbc4;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media only screen and (min-width: 1025px) {
    .no-touch .footer__list-small a:hover {
        color: #607d8b;
    }
}

.footer__btn {
    text-transform: uppercase;
    margin-right: 16px;
    font-size: 11px;
    padding-left: 21px;
    padding-right: 21px;
    letter-spacing: 0.1em;
}

.footer__btn::before {
    display: inline-block;
    font-size: 16px;
    vertical-align: -3px;
    margin-right: 5px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .footer__btn:hover {
        background-color: #fff;
        color: #2a61ff;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer__btn {
        display: block;
        margin: 0;
        margin-bottom: 20px;
    }
}

.footer__social-wrapper {
    margin-top: 37px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .footer__social-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 48px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer__social-wrapper {
        margin-top: -8px;
    }
}

@media only screen and (min-width: 768px) {

    .footer__social-btns,
    .footer__social-icons {
        display: inline-block;
    }
}

@media only screen and (max-width: 767.98px) {

    .footer__social-btns,
    .footer__social-icons {
        text-align: center;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer__social-btns {
        margin-bottom: 32px;
    }
}

.footer__icon {
    color: #fff;
    font-size: 16px;
    margin-left: 48px;
    vertical-align: -5px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media only screen and (min-width: 1025px) {
    .no-touch .footer__icon:hover {
        color: #607d8b;
    }
}

.footer__icon:first-of-type {
    margin-left: 63px;
}

@media only screen and (max-width: 991.98px) {
    .footer__icon:first-of-type {
        margin-left: 0;
    }
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media only screen and (min-width: 992px) {
    .footer__nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.footer__container--top {
    padding-top: 151px;
    padding-bottom: 65px;
}

@media only screen and (max-width: 991.98px) {
    .footer__container--top {
        padding-bottom: 36px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer__container--top {
        padding-top: 123px;
        padding-bottom: 40px;
    }
}

.footer__container--bottom {
    padding-top: 38px;
    padding-bottom: 47px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 991.98px) {
    .footer__container--bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 38px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer__container--bottom {
        padding-top: 32px;
        padding-bottom: 11px;
    }
}

@media only screen and (min-width: 992px) {
    .footer__copyright {
        letter-spacing: 0.007em;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer__copyright {
        margin-bottom: 26px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer__copyright {
        margin: 0;
        line-height: 30px;
    }
}

.footer__nav-item {
    margin: 0 4px;
}

.footer__nav-item:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 992px) {
    .footer__nav-item:not(:first-child) .footer__nav-link::before {
        content: "/";
        margin-right: 7px;
        color: #546e7a;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer__nav-item:first-child {
        margin-left: 0;
    }
}

@media only screen and (max-width: 992px) {
    .footer__nav-item {
        display: block;
        margin: 31px 0;
    }

    .footer__nav-item:first-child {
        margin-top: 35px;
    }
}

.footer__nav-link {
    color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media only screen and (min-width: 1025px) {
    .no-touch .footer__nav-link:hover {
        color: #607d8b;
    }
}

.banner {
    background-color: #16181a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 626px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 991.98px) {
    .banner {
        height: 400px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner {
        height: 200px;
    }
}

.banner--overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

@media only screen and (min-width: 992px) {
    .banner--small {
        height: 506px;
    }
}

.banner--big {
    height: 626px;
    background-color: #113373;
}

.banner--big .banner-img {
    width: 100%;
}

.banner--big .banner-img img {
    height: 626px;
    object-fit: cover;
    width: 100%;
}

@media only screen and (max-width: 767.98px) {
    .banner--big {
        height: 400px;
    }

    .banner--big .banner-img img {
        height: 400px;
    }
}

.banner__iframe {
    position: absolute;
    left: 0;
    width: 100%;
    border: 0;
}

@media only screen and (min-width: 1200px) {
    .banner__iframe {
        height: 59vw;
        top: -30%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
    .banner__iframe {
        height: 57vw;
        top: -8%;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner__iframe {
        height: 59vw !important;
    }
}

.banner__container {
    max-width: 1310px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media only screen and (max-width: 767.98px) {
    .banner__container {
        top: 40%;
        width: calc(100% - 40px);
    }
}

.banner__icon {
    font-size: 63px;
    color: #fff;
    margin-bottom: 26px;
    margin-top: -33px;
}

@media only screen and (max-width: 991.98px) {
    .banner__icon {
        font-size: 40px;
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner__icon {
        font-size: 26px;
        margin: 0 0 12px;
    }
}

.banner__subtitle {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 6px;
    text-align: center;
}

@media only screen and (max-width: 991.98px) {
    .banner__subtitle {
        font-size: 11px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner__subtitle {
        letter-spacing: 0.2em;
    }
}

.banner__title {
    font-size: 60px;
    font-weight: 100;
    color: #fff;
    max-width: 777px;
    text-align: center;
    line-height: 65px;
}

@media only screen and (max-width: 767.98px) {
    .banner__title {
        font-size: 30px;
        line-height: 35px;
    }
}

.banner__title--article {
    font-family: "PlayfairDisplay", sans-serif;
    font-weight: 700;
}

.banner__date {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-top: 42px;
}

@media only screen and (max-width: 991.98px) {
    .banner__date {
        margin-top: 10px;
    }
}

.banner__category-wrapper {
    margin-bottom: 10px;
}

.banner__category {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
    padding-right: 10px;
    margin-right: 4px;
    position: relative;
}

.banner__category::after {
    content: "";
    right: 0;
    top: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.banner__category-date {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.12em;
    font-weight: 500;
    text-transform: uppercase;
}

.slider {
    position: relative;
}

.slider .slick-list {
    overflow: visible;
}

.slider .slick-slide>div {
    padding-right: 26px;
    line-height: 0;
}

@media only screen and (max-width: 991.98px) {
    .slider .slick-list {
        overflow: hidden;
    }

    .slider .slick-slide>div {
        padding-right: 0;
    }
}

.full-image {
    position: relative;
    height: 640px;
}

.full-image::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .full-image {
        height: 576px;
    }
}

@media only screen and (max-width: 767.98px) {
    .full-image {
        height: 411px;
    }
}

.full-image__content {
    position: relative;
    padding-top: 174px;
    color: #fff;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .full-image__content {
        padding-top: 110px;
    }
}

@media only screen and (max-width: 767.98px) {
    .full-image__content {
        padding-top: 60px;
    }
}

.full-image__title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 27px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767.98px) {
    .full-image__title {
        font-size: 10px;
        line-height: 18px;
        letter-spacing: 0.5px;
        margin-bottom: 24px;
    }
}

.full-image__text {
    font-size: 38px;
    line-height: 50px;
    max-width: 368px;
    letter-spacing: 1.2px;
    margin-bottom: 29px;
    font-family: "PlayfairDisplay", sans-serif;
}

@media only screen and (max-width: 767.98px) {
    .full-image__text {
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 50px;
    }
}

.full-image__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.full-image__buttons .btn-home {
    margin-right: 8px;
}

@media only screen and (max-width: 991.98px) {
    .full-image__buttons .btn-home {
        background-color: rgba(22, 24, 26, 0.4);
    }
}

@media only screen and (max-width: 767.98px) {
    .full-image__buttons {
        display: block;
    }

    .full-image__buttons .btn-home {
        display: block;
        text-align: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 14px;
    }
}

.promo {
    position: relative;
    padding: 150px 0 155px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .promo {
        padding: 75px 0 96px;
    }
}

@media only screen and (max-width: 767.98px) {
    .promo {
        padding: 20px 0 65px;
    }
}

.promo__container {
    max-width: 1054px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 991.98px) {
    .promo__container {
        display: block;
    }
}

.promo__left,
.promo__right {
    width: 50%;
    max-width: 514px;
}

@media only screen and (max-width: 991.98px) {

    .promo__left,
    .promo__right {
        width: 100%;
        max-width: 100%;
    }
}

.promo__left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 52px;
}

@media only screen and (max-width: 991.98px) {
    .promo__left {
        padding-top: 19px;
    }
}

.promo__right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 108px;
    margin-bottom: 105px;
}

@media only screen and (max-width: 991.98px) {
    .promo__right {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .promo__right {
        height: 340px;
        width: calc(100% + 40px);
        max-width: 100%;
        margin-bottom: 82px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.promo__title {
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.26em;
    color: #273238;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-left: 2px;
}

@media only screen and (max-width: 991.98px) {
    .promo__title {
        letter-spacing: 0.1em;
        margin-bottom: 10px;
    }
}

.promo__heading {
    font-size: 36px;
    line-height: 45px;
    font-weight: 100;
    color: #1a191b;
    margin-bottom: 38px;
}

@media only screen and (max-width: 991.98px) {
    .promo__heading {
        margin-bottom: 65px;
    }
}

@media only screen and (max-width: 767.98px) {
    .promo__heading {
        font-size: 24px;
        line-height: 35px !important;
        margin-bottom: 10px;
        letter-spacing: 0.01em;
    }
}

.promo__heading a {
    color: #16181a;
    border-bottom: 1px solid #2a61ff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
    .no-touch .promo__heading a:hover {
        color: #2a61ff;
    }
}

.promo__text {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: #1a191b;
    margin-bottom: 22px;
    max-width: 434px;
    padding-left: 3px;
}

@media only screen and (max-width: 991.98px) {
    .promo__text {
        max-width: 100%;
        font-size: 16px;
        line-height: 26px;
        padding-left: 0;
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 767.98px) {
    .promo__text {
        margin-bottom: 10px;
    }
}

.promo__image {
    position: relative;
    height: 610px;
    max-width: 406px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .promo__image {
        height: 616px;
        max-width: 410px;
    }
}

@media only screen and (max-width: 767.98px) {
    .promo__image {
        height: 340px;
        margin: 0 -20px;
        width: 320px;
    }
}

.promo__right-text {
    position: absolute;
    left: -108px;
    bottom: -110px;
    height: 210px;
    max-width: 406px;
    width: 100%;
    background-color: #16181a;
    color: #fff;
    padding: 27px 44px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .promo__right-text {
        left: 258px;
        bottom: -94px;
        max-width: 410px;
    }
}

@media only screen and (max-width: 767.98px) {
    .promo__right-text {
        height: 140px;
        max-width: calc(100% - 40px);
        left: 20px;
        padding: 20px;
        bottom: -80px;
    }
}

.promo__video-btn {
    background-color: #2a61ff;
    position: absolute;
    width: 108px;
    height: 108px;
    left: -108px;
    bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .promo__video-btn {
        left: auto;
        right: -108px;
        bottom: 116px;
    }
}

@media only screen and (max-width: 767.98px) {
    .promo__video-btn {
        height: 60px;
        width: 60px;
        left: 20px;
        bottom: 60px;
    }
}

.promo__btn {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-color: #fff;
    background-color: #2a61ff;
    color: #fff;
    padding: 0;
    margin: 0;
}

.promo__btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 1px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .promo__btn:hover {
        background-color: #fff;
    }

    .no-touch .promo__btn:hover::before {
        color: #2a61ff;
    }
}

@media only screen and (max-width: 767.98px) {
    .promo__btn {
        width: 30px;
        height: 30px;
    }

    .promo__btn::before {
        font-size: 8px;
        margin-right: 0;
        padding-right: 3px;
    }
}

.promo__video-subtitle {
    font-size: 11px;
    line-height: 30px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    padding-left: 3px;
}

.promo__video-title {
    font-size: 40px;
    line-height: 46px;
    font-weight: 100;
}

@media only screen and (max-width: 767.98px) {
    .promo__video-title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .promo__btn-link {
        width: 100%;
        text-align: center;
    }
}

.featured-articles {
    position: relative;
    min-height: 690px;
    background-color: #16181a;
    color: #fff;
    padding: 71px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .featured-articles {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .featured-articles {
        padding: 30px 0;
    }
}

.featured-articles__intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 41px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .featured-articles__intro {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .featured-articles__intro {
        display: block;
        margin-bottom: 21px;
    }
}

.featured-articles__intro-left {
    max-width: 450px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 450px;
    -ms-flex: 1 1 450px;
    flex: 1 1 450px;
}

@media only screen and (max-width: 767.98px) {
    .featured-articles__intro-left {
        margin-bottom: 20px;
    }
}

.featured-articles__intro-right {
    padding-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .featured-articles__intro-right {
        padding-top: 42px;
        padding-left: 75px;
    }
}

@media only screen and (max-width: 767.98px) {
    .featured-articles__intro-right {
        padding-top: 11px;
    }
}

.featured-articles__title {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 32px;
    display: block;
}

@media only screen and (max-width: 767.98px) {
    .featured-articles__title {
        margin-bottom: 20px;
    }
}

.featured-articles__heading {
    font-size: 34px;
    line-height: 41px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767.98px) {
    .featured-articles__heading {
        font-size: 24px;
        line-height: 30px;
    }
}

.promoted-article__content-wrap {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    position: relative;
    border-radius: 0 0 5px 5px;
    min-height: 232px;
}

@media only screen and (min-width: 992px) {
    .promoted-article__content-wrap {
        padding: 20px 20px 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .promoted-article__content-wrap {
        padding: 20px 15px 45px;
        min-height: auto;
    }
}

@media only screen and (max-width: 767.98px) {
    .promoted-article__content-wrap {
        padding: 12px 12px 45px;
        min-height: 150px;
    }
}

.promoted-article__slider-list {
    position: absolute;
    bottom: 20px;
    left: 23px;
}

@media only screen and (max-width: 991.98px) {
    .promoted-article__slider-list {
        left: 15px;
        bottom: 15px;
    }
}

.promoted-article__slider-title {
    font-family: "PlayfairDisplay", sans-serif;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 18px;
}

@media only screen and (max-width: 991.98px) {
    .promoted-article__slider-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .promoted-article__slider-title {
        font-size: 18px;
        line-height: 24px;
    }
}

.promoted-article__slider-text {
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    max-width: 298px;
    margin-bottom: 28px;
}

@media only screen and (max-width: 767.98px) {
    .promoted-article__slider-text {
        display: none;
    }
}

.featured-articles__text {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .featured-articles__text {
        font-size: 16px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .featured-articles__text {
        font-size: 16px;
        line-height: 30px;
    }
}

.featured-articles__btn {
    background-color: transparent;
    max-height: 47px;
    border-color: #fff;
    margin: -7px 0 0;
    padding: 17px 23px;
}

.promoted-article__slider-item {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #183371;
    text-transform: uppercase;
}

.promoted-article__slider-item::after {
    content: ",";
    display: inline-block;
    position: absolute;
    right: -1px;
    bottom: 0;
}

.promoted-article__slider-item:last-child::after {
    display: none;
}

.promoted-article__link {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    width: 420px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.promoted-article__link span {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    width: calc(100%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    background-image: linear-gradient(transparent calc(100% - 2px), #000 2px);
}

@media only screen and (min-width: 1025px) {
    .no-touch .promoted-article__link:hover span {
        background-size: 100% 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .promoted-article__link {
        font-size: 21px;
        line-height: 23px;
        width: 310px;
    }
}

@media only screen and (max-width: 767.98px) {
    .promoted-article__link {
        width: 300px;
        font-size: 18px;
        line-height: 21px;
    }
}

.promoted-article__slider-link {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #183371;
    text-transform: uppercase;
}

@media only screen and (min-width: 1025px) {
    .no-touch .promoted-article__slider-link:hover {
        text-decoration: underline;
    }
}

.promoted-article__btn {
    position: relative;
    margin-right: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 20px 24px 18px;
}

.promoted-article__btn::after {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    display: inline-block;
    margin-left: 9px;
    font-size: 8px;
}

@media only screen and (max-width: 767.98px) {
    .promoted-article__btn {
        padding: 20px 18px 18px;
    }
}

.promoted-article__wrap {
    overflow: hidden;
    padding-left: calc((100% - 1270px) / 2);
}

@media only screen and (min-width: 1366px) and (max-width: 1445px) {
    .promoted-article__wrap {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .promoted-article__wrap {
        padding-left: 20px;
    }
}

.promoted-article__overflow {
    overflow: hidden;
}

.promoted-article__container {
    position: relative;
    margin-left: -70px;
    padding: 0 0 113px 50px;
}

.promoted-article__container .slick-slide {
    margin: 0 10px;
}

.promoted-article__container .slick-list {
    margin: 0 55px 0 -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .promoted-article__container {
        padding: 0 0 113px 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .promoted-article__container {
        margin-left: -50px;
        padding: 0 0 80px 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .promoted-article__container {
        margin-left: 0;
        padding: 0 0 70px;
    }

    .promoted-article__container .slick-slide {
        margin: 0 3px;
    }

    .promoted-article__container .slick-list {
        margin: 0;
        overflow: visible;
    }
}

.promoted-article__slider {
    width: 1048px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .promoted-article__slider {
        margin-left: 50px;
        width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .promoted-article__slider {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
}

.slider__element--promoted-article {
    position: relative;
    border-radius: 5px 5px 0 0;
}

.gallery {
    margin: 50px 0;
}

.gallery__wrap {
    padding-left: calc((100% - 1270px) / 2);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .gallery__wrap {
        padding: 0;
    }
}

.gallery__overflow {
    overflow: hidden;
}

.gallery__container {
    position: relative;
    padding-left: 70px;
    margin-left: -70px;
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .gallery__container {
        padding-bottom: 70px;
    }

    .gallery__container::after {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 30px;
        background-color: #2a61ff;
        bottom: 4px;
        left: 218px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 991.98px) {
    .gallery__container {
        padding-bottom: 75px;
    }

    .gallery__container::after {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 30px;
        background-color: #2a61ff;
        bottom: 11px;
        left: 55%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 767.98px) {
    .gallery__container {
        padding-bottom: 50px;
    }

    .gallery__container::after {
        left: 62%;
        bottom: 6px;
    }
}


.banner-slider {
    position: relative;
}

.banner-slider .slider__element::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner-slider .hero__content {
    z-index: 9;
}


.banner-slider .gallery {
    margin: 0;
}

.banner-slider .gallery__slider {
    width: 100%;
    margin-left: 0;
}

.banner-slider .gallery__slider .slider__wrap {
    padding-left: 0;
}

.banner-slider .gallery__wrap {
    padding-left: 0;
}

.banner-slider .gallery .slick-arrow {
    bottom: 50%;
    z-index: 2;
    position: absolute;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-slider .slider-counter,
.banner-slider .slider-sum,
.banner-slider .gallery__container::after {
    display: none;
}

.banner-slider .gallery__container {
    padding: 0;
    margin: 0;
}

.banner-slider .gallery .slick-prev.slick-arrow {
    left: 10px;
}

.banner-slider .gallery .slick-next.slick-arrow {
    left: auto;
    right: 10px;
}

.banner-slider.static .slider__element--gallery {
    padding: 0;
    position: relative;
    height: auto;
}

.banner-slider.static .hero__content {
    position: absolute;
    top: 0;
    left: 61px;
}

.banner-slider.static .slick-slide img {
    width: 100%;
    height: auto;
}

.gallery__slider {
    width: calc(1054px + 70px);
    overflow: hidden;
    margin-left: -70px;
}

.gallery__slider .slider__wrap {
    padding-left: 70px;
}



@media only screen and (max-width: 991.98px) {
    .gallery__slider {
        width: 100%;
        margin: 0;
    }

    .gallery__slider .slider__wrap {
        padding-left: 0;
    }
}

.slider__element--gallery {
    height: 625px;
    padding: 65px 61px;
}


.banner-slider.static .slick-slide .slider__element--gallery img {
    height: 625px;
    object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .slider__element--gallery {
        height: 470px;
    }

    .banner-slider.static .slider__element--gallery {
        height: auto;
    }

    .banner-slider.static .slick-slide .slider__element--gallery img {
        height: 470px;
    }
}

@media only screen and (max-width: 767.98px) {
    .slider__element--gallery {
        height: 280px;
        padding: 25px 20px;
    }

    .banner-slider.static .slider__element--gallery {
        height: auto;
    }

    .banner-slider.static .slick-slide .slider__element--gallery img {
        height: 280px;
    }

    .banner-slider .hero__content {
        padding-top: 26px;
        padding-left: 35px;
        padding-right: 35px;
    }


}

.slider__element-img-wrap {
    position: relative;
    height: 285px;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .slider__element-img-wrap {
        height: 215px;
    }
}

@media only screen and (max-width: 767.98px) {
    .slider__element-img-wrap {
        height: 200px;
    }
}

.slider__element-img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slider__element-btn {
    background-color: #2a61ff;
    color: #fff;
    border-radius: 23px;
    padding: 9px 15px;
    text-transform: uppercase;
    margin: 0 10px 10px 0;
    font-size: 8px;
    line-height: 9px;
    -webkit-transition:
        background-color 0.4s ease-out,
        color 0.4s ease-out;
    transition:
        background-color 0.4s ease-out,
        color 0.4s ease-out;
    border: 1px solid transparent;
}

@media only screen and (min-width: 1025px) {
    .no-touch .slider__element-btn:hover {
        background-color: #fff;
        color: #2a61ff;
        border-color: #2a61ff;
    }
}

.slider__element-btn-wrap {
    position: absolute;
    top: 23px;
    left: 23px;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .slider__element-btn-wrap {
        top: 20px;
        left: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .slider__element-btn-wrap {
        top: 12px;
        left: 12px;
    }
}

.slider__arrow {
    width: 71px;
    height: 71px;
}

.slider__arrow .icon {
    font-size: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .slider__arrow {
        height: 60px;
        width: 60px;
    }
}

@media only screen and (max-width: 767.98px) {
    .slider__arrow {
        width: 50px;
        height: 50px;
    }

    .slider__arrow .icon {
        font-size: 10px;
    }
}

.map {
    position: relative;
    padding: 55px 0 76px;
    background-color: #f5f5f5;
}

@media only screen and (max-width: 991.98px) {
    .map {
        padding: 59px 0 102px;
    }
}

@media only screen and (max-width: 767.98px) {
    .map {
        padding: 18px 0 70px;
    }
}

.map__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1441px;
    padding-left: 62px;
}

@media only screen and (max-width: 991.98px) {
    .map__wrap {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .map__wrap {
        padding: 0 20px;
    }
}

.map__map-cont {
    position: relative;
    width: 100%;
    max-width: 700px;
}

@media only screen and (max-width: 991.98px) {
    .map__map-cont {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 78px;
    }
}

@media only screen and (max-width: 767.98px) {
    .map__map-cont {
        margin-bottom: 49px;
    }
}

.map__image {
    min-width: 100%;
}

.map__point {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: rgba(163, 187, 253, 0.8);
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.map__point::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3565f6;
}

.map__point--focus::after {
    -webkit-animation: pointFocus 2s ease-in-out infinite;
    animation: pointFocus 2s ease-in-out infinite;
}

.map__point--hide {
    pointer-events: none;
    opacity: 0;
}

@-webkit-keyframes pointFocus {
    0% {
        width: 3px;
        height: 3px;
    }

    50% {
        width: 26px;
        height: 26px;
    }

    100% {
        width: 3px;
        height: 3px;
    }
}

@keyframes pointFocus {
    0% {
        width: 3px;
        height: 3px;
    }

    50% {
        width: 26px;
        height: 26px;
    }

    100% {
        width: 3px;
        height: 3px;
    }
}

.map__info-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 460px;
    max-height: 715px;
    padding: 25px 32px 44px;
    pointer-events: none;
    opacity: 0;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%) scale(0.92);
    transform: translate(-50%, -50%) scale(0.92);
    -webkit-box-shadow: 0 27px 80px -20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 27px 80px -20px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transition-property:
        opacity,
        -webkit-transform,
        -webkit-filter;
    transition-property:
        opacity,
        -webkit-transform,
        -webkit-filter;
    transition-property: opacity, transform, filter;
    transition-property:
        opacity,
        transform,
        filter,
        -webkit-transform,
        -webkit-filter;
    overflow-y: auto;
    z-index: 8;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.map__info-cont--active {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-filter: initial;
    filter: initial;
}

.map__info-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 32px;
    height: 32px;
    min-height: 32px;
    margin-bottom: 10px;
    border: 1px solid #3565f6;
    border-radius: 50%;
    font-size: 8px;
    color: #16181a;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

@media only screen and (min-width: 1025px) {
    .no-touch .map__info-close:hover {
        background-color: #3565f6;
        color: #fff;
    }
}

.map__close-icon {
    -webkit-transform: translate(0.5px, -1px);
    transform: translate(0.5px, -1px);
}

.map__info-title {
    margin-bottom: 32px;
    font-family: "PlayfairDisplay", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.5px;
}

.map__icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.map__icon-item {
    margin-right: 20px;
    margin-bottom: 10px;
}

.map__icon-item:last-of-type {
    margin-right: 0;
}

.map__info-icon {
    color: #3565f6;
    font-size: 35px;
}

.map__info-desc {
    margin-bottom: 20px;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.7px;
    max-height: 480px;
    overflow-y: auto;
}

@media only screen and (max-width: 767.98px) {
    .map__info-desc {
        font-size: 14px;
        line-height: 22px;
    }
}

.map__info-list {
    margin-bottom: 32px;
}

.map__info-list--columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.map__info-item {
    position: relative;
    padding-left: 20px;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
}

.map__info-item::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}

@media only screen and (max-width: 767.98px) {
    .map__info-item {
        font-size: 14px;
        line-height: 24px;
    }

    .map__info-item::after {
        top: 12px;
        width: 3px;
        height: 3px;
    }
}

.map__info-link {
    padding: 10px 20px;
    padding-right: 52px;
    color: #16181a;
    font-size: 9px;
    font-weight: 700;
}

.map__info-link .btn-home__text::after {
    right: -32px;
    color: #16181a;
    font-size: 11px;
}

.map__content {
    width: 100%;
    max-width: 561px;
    margin-right: 111px;
    padding-top: 52px;
}

@media only screen and (max-width: 991.98px) {
    .map__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: none;
        margin-right: 0;
    }
}

.map__category-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

@media only screen and (max-width: 991.98px) {
    .map__category-cont {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 78px;
    }
}

@media only screen and (max-width: 767.98px) {
    .map__category-cont {
        margin-bottom: 51px;
    }
}

.map__category {
    margin-right: 28px;
    padding: 7px 15px;
    border-radius: 50px;
    background-color: #3565f6;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.6px;
}

.map__category-text {
    color: #16181a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 15.4px;
    letter-spacing: 0.7px;
}

.map__heading {
    margin-bottom: 20px;
    color: #16181a;
    font-size: 78px;
    line-height: 80px;
    letter-spacing: 1px;
}

@media only screen and (max-width: 991.98px) {
    .map__heading {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 40px;
        font-weight: 500;
        font-size: 56px;
        line-height: 65px;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .map__heading {
        margin-bottom: 24px;
        font-size: 32px;
        line-height: 37.5px;
        letter-spacing: 0.5px;
    }
}

.map__desc {
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.7px;
}

@media only screen and (max-width: 991.98px) {
    .map__desc {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 68px;
    }
}

@media only screen and (max-width: 767.98px) {
    .map__desc {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.5px;
    }
}

.map__option-list {
    position: absolute;
    top: 58px;
    left: 0;
    opacity: 0;
    padding: 0 11px;
    max-height: 0;
    background-color: #fff;
    border: 1px solid #3565f6;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-property: max-height, padding, opacity;
    transition-property: max-height, padding, opacity;
}

.map__option-item {
    min-width: 180px;
    color: #000;
    text-align: left;
    border-radius: 3px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .map__option-item:hover {
        background-color: rgba(53, 101, 246, 0.1);
    }
}

.map__dropdown-option {
    padding: 9px 13px;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.4px;
}

.map__list-wrap {
    position: relative;
    overflow: hidden;
}

.map__list-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: calc(100% - 36px);
    background-color: #183371;
    -webkit-box-shadow: -17px -10px 32px 5px #000;
    box-shadow: -17px -10px 32px 5px #000;
}

@media only screen and (max-width: 991.98px) {
    .map__list-wrap {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
        margin: 0 -50px;
        padding-left: 50px;
    }

    .map__list-wrap::after {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .map__list-wrap {
        margin: 0 -20px;
        padding-left: 20px;
    }
}

.map__points-list-cont {
    max-height: 368px;
    padding-right: 30px;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.map__points-list-cont::-webkit-scrollbar {
    width: 4px;
    cursor: pointer;
}

.map__points-list-cont::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 20px;
}

.map__points-list-cont::-webkit-scrollbar-thumb {
    background-color: #dddddc;
    border-radius: 20px;
}

@media only screen and (max-width: 991.98px) {
    .map__points-list-cont {
        padding: 0;
        padding-bottom: 3px;
    }

    .map__points-list-cont::-webkit-scrollbar {
        height: 6px;
    }

    .map__points-list-cont::-webkit-scrollbar-thumb {
        background-color: #3565f6;
    }
}

@media only screen and (max-width: 767.98px) {
    .map__points-list-cont {
        padding-bottom: 8px;
    }
}

.map__points-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

@media only screen and (max-width: 991.98px) {
    .map__points-list {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.map__list-item {
    max-width: 163px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 30.89%;
    margin-bottom: 23px;
    margin-right: 3.6%;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.map__list-item:nth-of-type(3n) {
    margin-right: 0;
}

.map__list-item:hover .map__list-image::after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 991.98px) {
    .map__list-item {
        min-width: 163px;
        margin-right: 30px;
    }

    .map__list-item:nth-of-type(3n) {
        margin-right: 30px;
    }

    .map__list-item:last-of-type {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .map__list-item {
        margin-right: 10px;
    }

    .map__list-item:nth-of-type(3n) {
        margin-right: 10px;
    }

    .map__list-item:last-of-type {
        margin-right: 0;
    }
}

.map__list-image {
    position: relative;
    width: 100%;
    height: 93px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.map__list-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
        transform 0.3s ease,
        -webkit-transform 0.3s ease;
}

.map__list-heading-cont {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 8px;
    color: #fff;
    background-color: #183371;
}

.map__list-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 28px;
}

@media only screen and (max-width: 991.98px) {
    .map__list-control {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
        padding-top: 25px;
    }
}

.map__control-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background-color: #fff;
    border: 2px solid #3565f6;
    border-radius: 50%;
    color: #16181a;
    font-size: 10px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.map__control-btn:last-of-type {
    margin-right: 0;
}

@media only screen and (min-width: 1025px) {
    .no-touch .map__control-btn:hover {
        background-color: #3565f6;
        color: #fff;
    }
}

@media only screen and (max-width: 767.98px) {
    .map__control-btn {
        margin-right: 12px;
    }
}

.map__control-btn--down .map__control-icon {
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}

@media only screen and (max-width: 991.98px) {
    .map__control-btn--down .map__control-icon {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

.map__control-btn--up .map__control-icon {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

@media only screen and (max-width: 991.98px) {
    .map__control-btn--up .map__control-icon {
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }
}

.map__control-btn--disabled {
    opacity: 0.4;
}

.hero {
    position: relative;
    height: 759px;
    overflow: hidden;
    margin-bottom: 50px;
}

.hero::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    z-index: 1;
}

.hero .wrap {
    position: relative;
    height: 100%;
}

@media only screen and (max-width: 991.98px) {
    .hero {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .hero {
        height: 956px;
    }
}

@media only screen and (max-width: 767.98px) {
    .hero {
        height: 714px;
    }
}

.hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
    .hero__video {
        display: none;
    }
}

.hero__video-iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0;
}

@media only screen and (min-width: 768px) {
    .hero__video-iframe {
        width: 1920px;
        height: 1080px;
        min-width: auto;
        min-height: auto;
    }
}

.hero__content {
    position: relative;
    padding-top: 146px;
    max-width: 1178px;
    color: #fff;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .hero__content {
        padding-top: 110px;
    }

    .banner-slider .hero__content {
        padding-top: 26px;
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media only screen and (max-width: 767.98px) {
    .hero__content {
        padding-top: 70px;
    }
}

.hero__subtitle {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .hero__subtitle {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .hero__subtitle {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 24px;
        letter-spacing: 0.3px;
    }
}

.hero__title {
    font-size: 100px;
    line-height: 117px;
    margin-bottom: 46px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .hero__title {
        font-size: 86px;
        line-height: 103px;
        letter-spacing: 2px;
        margin-bottom: 110px;
    }
}

@media only screen and (max-width: 767.98px) {
    .hero__title {
        font-size: 48px;
        line-height: 60px;
        letter-spacing: 0.6px;
        margin-bottom: 82px;
    }

}

@media only screen and (max-width: 479px) {
    .banner-slider.static .hero__title {
        font-size: 30px;
        line-height: normal;
    }
}

.hero__search {
    position: relative;
    width: 601px;
    margin-bottom: 44px;
}

@media only screen and (max-width: 991.98px) {
    .hero__search {
        width: 100%;
        margin-bottom: 36px;
    }
}

@media only screen and (max-width: 767.98px) {
    .hero__search {
        margin-bottom: 24px;
    }
}

.hero__input {
    width: 100%;
    height: 48px;
    border-radius: 23px;
    border: 1px solid #fff;
    background-color: rgba(22, 24, 26, 0.4);
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 700;
    padding: 0 170px 0 20px;
}

.hero__input::-webkit-input-placeholder {
    color: #fff;
}

.hero__input::-moz-placeholder {
    color: #fff;
}

.hero__input:-ms-input-placeholder {
    color: #fff;
}

.hero__input::-ms-input-placeholder {
    color: #fff;
}

.hero__input::placeholder {
    color: #fff;
}

@media only screen and (max-width: 767.98px) {
    .hero__input {
        padding: 0 100px 0 20px;
    }
}

.hero__search-btn {
    position: absolute;
    right: -1px;
    top: 0;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 26px;
    padding: 17px 67px 17px 34px;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

.hero__search-btn .icon {
    position: absolute;
    right: 33px;
    top: 16px;
    color: #2a61ff;
    font-size: 16px;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

@media only screen and (min-width: 1025px) {
    .no-touch .hero__search-btn:hover {
        background-color: #3565f6;
        color: #fff;
    }

    .no-touch .hero__search-btn:hover .icon {
        color: #fff;
    }

    .no-touch .hero__search-btn:hover~.hero__input {
        border-color: #3565f6;
    }
}

@media only screen and (max-width: 767.98px) {
    .hero__search-btn {
        padding: 0;
        width: 69px;
        height: 48px;
    }

    .hero__search-btn .icon {
        right: 25px;
        top: 15px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .hero__btn-text {
        display: none;
    }
}

.hero__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hero__buttons .btn-home {
    margin-right: 26px;
    border-color: #fff;
}

.hero__buttons .btn-home:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 1025px) {
    .no-touch .hero__buttons .btn-home:hover {
        border-color: #3565f6;
    }
}

.hero__buttons .btn-home--cta .btn-home__text::after {
    color: #3565f6;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .hero__buttons .btn-home .btn-home__text {
        display: block;
    }

    .hero__buttons .btn-home .btn-home__text::after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 767.98px) {
    .hero__buttons {
        display: block;
    }

    .hero__buttons .btn-home {
        padding: 12px 23px;
        display: block;
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 24px;
        font-size: 12px;
        line-height: 14px;
    }

    .hero__buttons .btn-home--play .btn-home__text {
        padding-right: 29px;
    }

    .hero__buttons .btn-home--play .btn-home__text::after {
        right: 0;
    }

    .hero__buttons .btn-home--cta .btn-home__text {
        padding-right: 40px;
    }

    .hero__buttons .btn-home--cta .btn-home__text::after {
        font-size: 14px;
        right: 0;
    }
}

.hero__scroll {
    position: absolute;
    bottom: 168px;
    right: 33px;
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    font-weight: 500;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
    z-index: 3;
}

.hero__scroll::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 43px;
    height: 1px;
    background-color: #fff;
    bottom: 6px;
    right: 84px;
    -webkit-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
}

.hero__scroll .icon {
    display: none;
    font-size: 38px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .hero__scroll:hover {
        color: #2a61ff;
    }
}

@media only screen and (max-width: 991.98px) {
    .hero__scroll {
        bottom: 78px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .hero__scroll::after {
        display: none;
    }

    .hero__scroll .hero__scroll-text {
        display: none;
    }

    .hero__scroll .icon {
        display: block;
    }
}

@media only screen and (max-width: 767.98px) {
    .hero__scroll {
        bottom: 50px;
    }
}

.hero__wildcard-list-items {
    background-color: #fff;
    margin-top: 10px;
}

.hero__wildcard-list-items .search__wildcard-list {
    padding: 10px 20px;
}

.hero__wildcard-list-items .search__wildcard-items {
    padding: 13px 0 5px;
}

.hero__wildcard-list-items .search__wildcard-items-link {
    font-size: 12px;
    line-height: 14px;
}

@media only screen and (max-width: 991.98px) {
    .hero__wildcard-list-items .search__wildcard-list {
        padding: 0 20px;
    }
}

.urgent__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding-right: 30px;
}

@media only screen and (max-width: 991.98px) {
    .urgent__container {
        padding: 30px 30px 30px 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .urgent__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 27px 20px 30px;
    }
}

.urgent--grey {
    background-color: #273238;
}

.urgent--blue {
    background-color: #2a61ff;
}

@media only screen and (min-width: 1025px) {
    .no-touch .urgent--blue .urgent__btn:hover {
        color: #2a61ff;
        background-color: #fff;
        border-color: #fff;
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .urgent--blue .urgent__close:hover {
        color: #546e7a;
    }
}

.urgent--red {
    background-color: #e62949;
}

.urgent__img {
    margin-right: 30px;
}

@media only screen and (max-width: 991.98px) {
    .urgent__img {
        margin-right: 22px;
    }
}

@media only screen and (max-width: 767.98px) {
    .urgent__img {
        display: none;
    }
}

.urgent__text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: calc(100% - 450px);
}

@media only screen and (max-width: 991.98px) {
    .urgent__text-wrapper {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: -4px;
    }
}

@media only screen and (max-width: 767.98px) {
    .urgent__text-wrapper {
        padding-right: 30px;
        max-width: 100%;
    }
}

.urgent__title,
.urgent__info {
    color: #fff;
}

.urgent__title {
    margin: 0 0 5px;
    letter-spacing: 0.24em;
}

.urgent__info {
    font-size: 23px;
    font-weight: 700;
}

@media only screen and (max-width: 991.98px) {
    .urgent__info {
        max-width: 300px;
    }
}

@media only screen and (max-width: 767.98px) {
    .urgent__info {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 16px;
        max-width: 100%;
    }
}

.urgent__btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

@media only screen and (max-width: 991.98px) {
    .urgent__btn-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: -4px;
    }
}

@media only screen and (max-width: 767.98px) {
    .urgent__btn-wrapper {
        margin: 0;
    }
}

.urgent__btn {
    padding-left: 36px;
    padding-right: 36px;
}

@media only screen and (max-width: 991.98px) {
    .urgent__btn {
        margin: 0;
    }
}

.urgent__close {
    color: #fff;
    margin-left: 25px;
    font-size: 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
    .no-touch .urgent__close:hover {
        color: #2a61ff;
    }
}

@media only screen and (max-width: 991.98px) {
    .urgent__close {
        margin-left: 20px;
        margin-top: 14px;
    }
}

@media only screen and (max-width: 767.98px) {
    .urgent__close {
        position: absolute;
        top: 16px;
        right: 14px;
        margin: 0;
    }
}

.cookies {
    background-color: #f4f5f7;
}

.cookies__container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 23px 28px 19px 47px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 991.98px) {
    .cookies__container {
        padding: 32px 30px 30px 49px;
    }
}

@media only screen and (max-width: 767.98px) {
    .cookies__container {
        padding: 12px 16px 12px 20px;
    }
}

.cookies__close {
    font-size: 20px;
    color: #546e7a;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
    .no-touch .cookies__close:hover {
        color: #2a61ff;
    }
}

@media only screen and (max-width: 991.98px) {
    .cookies__close {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .cookies__close {
        margin-top: 7px;
    }
}

.cookies__text,
.cookies__link {
    font-size: 16px;
    letter-spacing: -0.006em;
    color: rgba(26, 25, 27, 0.7);
}

.cookies__text {
    max-width: calc(100% - 60px);
    line-height: 28px;
}

@media only screen and (max-width: 767.98px) {
    .cookies__text {
        font-size: 14px;
        line-height: 24px;
        max-width: calc(100% - 50px);
    }
}

.cookies__link {
    text-decoration: underline;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
    .no-touch .cookies__link:hover {
        color: #2a61ff;
    }
}

@media only screen and (max-width: 767.98px) {
    .cookies__link {
        font-size: 14px;
        line-height: 24px;
    }
}

.newsletter {
    width: 100%;
    z-index: 2;
}

@media only screen and (max-width: 767.98px) {
    .newsletter {
        margin-top: 0 !important;
    }
}

.newsletter__wrapper {
    position: relative;
}

@media only screen and (max-width: 767.98px) {
    .newsletter__wrapper {
        margin: 0 -20px;
    }
}

.newsletter__container {
    background-color: #fff;
    padding: 25px 59px 15px 50px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    width: 100%;
    max-width: 1310px;
    z-index: 2;
}

@media only screen and (max-width: 991.98px) {
    .newsletter__container {
        padding: 31px 49px 22px 50px;
    }
}

@media only screen and (max-width: 767.98px) {
    .newsletter__container {
        padding: 27px 20px 15px;
        position: relative;
        left: 0;
        bottom: 0;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.newsletter__container--success {
    padding: 56px;
    text-align: center;
}

.newsletter__success {
    color: #2a61ff;
    font-size: 36px;
    letter-spacing: 0.03em;
    font-weight: 700;
}

.newsletter__title {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: #273238;
}

@media only screen and (max-width: 991.98px) {
    .newsletter__title {
        font-size: 12px;
        letter-spacing: 0.165em;
    }
}

.newsletter__form {
    border-bottom: 1px solid rgba(42, 97, 255, 0.34);
    margin-bottom: 16px;
    position: relative;
}

.newsletter__input {
    width: calc(100% - 70px);
    border: 0;
    padding: 7px 0 9px;
    margin-top: 4px;
    font-size: 40px;
    font-weight: 100;
    color: rgba(26, 25, 27, 0.8);
}

.newsletter__input::-webkit-input-placeholder {
    font-size: 36px;
    font-weight: 100;
    color: rgba(26, 25, 27, 0.4);
}

.newsletter__input:-moz-placeholder {
    font-size: 36px;
    font-weight: 100;
    color: rgba(26, 25, 27, 0.4);
}

.newsletter__input::-moz-placeholder {
    font-size: 36px;
    font-weight: 100;
    color: rgba(26, 25, 27, 0.4);
}

.newsletter__input:-ms-input-placeholder {
    font-size: 36px;
    font-weight: 100;
    color: rgba(26, 25, 27, 0.4);
}

@media only screen and (min-width: 768px) {
    .newsletter__input {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1 1;
    }
}

@media only screen and (max-width: 991.98px) {
    .newsletter__input {
        padding-bottom: 15px;
        font-size: 40px;
    }

    .newsletter__input::-webkit-input-placeholder {
        font-size: 40px;
    }

    .newsletter__input:-moz-placeholder {
        font-size: 40px;
    }

    .newsletter__input::-moz-placeholder {
        font-size: 40px;
    }

    .newsletter__input:-ms-input-placeholder {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 0) {
    .newsletter__input:focus {
        font-size: 40px;
    }

    .newsletter__input::-webkit-input-placeholder {
        font-size: 40px;
    }

    .newsletter__input:-moz-placeholder {
        font-size: 40px;
    }

    .newsletter__input::-moz-placeholder {
        font-size: 40px;
    }

    .newsletter__input:-ms-input-placeholder {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .newsletter__input {
        font-size: 24px;
        display: inline-block;
        margin-top: 18px;
        padding-bottom: 20px;
    }

    .newsletter__input::-webkit-input-placeholder {
        font-size: 24px;
    }

    .newsletter__input:-moz-placeholder {
        font-size: 24px;
    }

    .newsletter__input::-moz-placeholder {
        font-size: 24px;
    }

    .newsletter__input:-ms-input-placeholder {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
    .newsletter__input:focus {
        font-size: 24px;
    }

    .newsletter__input::-webkit-input-placeholder {
        font-size: 24px;
    }

    .newsletter__input:-moz-placeholder {
        font-size: 24px;
    }

    .newsletter__input::-moz-placeholder {
        font-size: 24px;
    }

    .newsletter__input:-ms-input-placeholder {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575.98px) {
    .newsletter__input {
        max-width: 82%;
        width: 100%;
    }
}

.newsletter__btn {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin-top: -2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsletter__btn::before {
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

@media only screen and (max-width: 767.98px) {
    .newsletter__btn {
        top: 57%;
    }
}

.newsletter__text {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.012em;
    color: rgba(39, 50, 56, 0.6);
}

@media only screen and (min-width: 1025px) {
    .no-touch .newsletter__text a:hover {
        text-decoration: underline;
    }
}

.newsletter__text a:active {
    color: #2a61ff;
    text-decoration: underline;
}

.search-overlay {
    display: none;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.search-overlay .logo__img,
.search-overlay .logo__img-hover {
    height: 29px;
    line-height: 29px;
}

.search-overlay .logo__img {
    width: 215px;
}

.search-overlay .logo__img-hover {
    width: 226px;
}

.search-overlay__close {
    font-size: 18px;
    color: #546e7a;
}

@media only screen and (min-width: 1025px) {
    .no-touch .search-overlay__close:hover {
        color: #2a61ff;
    }
}

.search-overlay__top-wrapper {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 33px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 991.98px) {
    .search-overlay__top-wrapper {
        padding: 21px 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .search-overlay__top-wrapper {
        padding: 23px 20px;
    }
}

.search-overlay__form-wrapper {
    height: 100%;
    max-width: 1155px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media only screen and (max-width: 767.98px) {
    .search-overlay__form-wrapper {
        padding: 0 20px;
    }
}

.search-overlay__form-container {
    position: absolute;
    left: 0;
    top: 33.5%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    padding-left: inherit;
    padding-right: inherit;
    z-index: 5;
    background-color: #fff;
}

@media only screen and (max-width: 991.98px) {
    .search-overlay__form-container {
        top: 43.3%;
    }
}

@media only screen and (max-width: 767.98px) {
    .search-overlay__form-container {
        top: 38.1%;
    }
}

.search-overlay__form {
    border-bottom: 1px solid #2a61ff;
    position: relative;
}

.search-overlay__input {
    width: 100%;
    font-size: 60px;
    font-weight: 100;
    color: #1a191b;
    background-color: transparent;
    border: 0;
    padding: 0 70px 10px 0;
}

.search-overlay__input::-webkit-input-placeholder {
    color: rgba(26, 25, 27, 0.3);
}

.search-overlay__input:-moz-placeholder {
    color: rgba(26, 25, 27, 0.3);
}

.search-overlay__input::-moz-placeholder {
    color: rgba(26, 25, 27, 0.3);
}

.search-overlay__input:-ms-input-placeholder {
    color: rgba(26, 25, 27, 0.3);
}

@media only screen and (max-width: 991.98px) {
    .search-overlay__input {
        padding: 0 70px 20px 0;
        font-size: 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .search-overlay__input {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
    .search-overlay__input:focus {
        font-size: 24px;
    }
}

.search-overlay__btn {
    font-size: 40px;
    color: #273238;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media only screen and (min-width: 1025px) {
    .no-touch .search-overlay__btn:hover {
        color: #2a61ff;
    }
}

@media only screen and (min-width: 992px) {
    .search-overlay__btn {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 991.98px) {
    .search-overlay__btn {
        font-size: 22px;
        right: 0;
        top: 41%;
        width: 48px;
        height: 48px;
        border: 1px solid #2a61ff;
        border-radius: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .search-overlay__btn {
        top: 32%;
    }
}

.search__wildcard-list {
    padding: 30px 0;
}

@media only screen and (max-width: 1199.98px) {
    .search__wildcard-list {
        padding: 0 0 30px;
    }
}

.search__wildcard-items {
    padding: 25px 0 10px;
    border-bottom: 1px solid #e1e4e7;
}

@media only screen and (min-width: 1025px) {
    .no-touch .search__wildcard-items:hover .search__wildcard-items-link {
        color: #2a61ff;
    }
}

@media only screen and (max-width: 1199.98px) {
    .search__wildcard-items {
        padding: 15px 0 10px;
    }
}

.search__wildcard-items-link {
    font-size: 32px;
    line-height: 34px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #000;
    display: inline-block;
    max-width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
    .search__wildcard-items-link {
        max-width: calc(100% - 80px);
    }
}

@media only screen and (max-width: 767.98px) {
    .search__wildcard-items-link {
        max-width: calc(100% - 30px);
        font-size: 24px;
        line-height: 28px;
    }
}

.search-overlay__wildcard-list-items {
    position: absolute;
    top: 37%;
    left: 0;
    padding: 0 50px;
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .search-overlay__wildcard-list-items {
        top: 40%;
    }

    .search-overlay__wildcard-list-items .search__wildcard-list {
        overflow-y: scroll;
        max-height: 300px;
        padding: 0 0 30px;
    }

    .search-overlay__wildcard-list-items .search__wildcard-items {
        padding: 15px 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .search-overlay__wildcard-list-items {
        top: 47%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .search-overlay__wildcard-list-items {
        top: 40%;
    }
}

@media only screen and (max-width: 767.98px) {
    .search-overlay__wildcard-list-items {
        padding: 0 20px;
        top: 44%;
        overflow-y: scroll;
        max-height: 260px;
    }
}

.search__wildcard-list-items {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 0 84px;
    background: #fff;
    position: absolute;
    top: 138px;
    left: 0;
    z-index: 3;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .search__wildcard-list-items {
        padding: 0 25px;
        top: 139px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .search__wildcard-list-items {
        padding: 0 30px;
        top: 138px;
    }
}

@media only screen and (max-width: 767.98px) {
    .search__wildcard-list-items {
        top: 9.5%;
        padding: 0 20px;
    }
}

.contact-card {
    margin-top: -3px;
}

@media only screen and (max-width: 767.98px) {
    .contact-card {
        margin-top: -40px;
    }
}

.contact-card+.main {
    padding-top: 170px;
}

.contact-card.contact-card--multi+.main {
    padding-top: 30px;
}

@media only screen and (max-width: 767.98px) {
    .contact-card+.main {
        padding-top: 250px;
    }
}

/* new style 07112025 */
.contact-card__wrapper+.contact-card__wrapper {
    margin-top: 30px;
    /* space between stacked cards */
}

.contact-card--multi {
    margin-top: 0;
    padding: 40px 0;
}

.contact-card--multi:nth-of-type(2n) {
    padding-top: 0;
}

.contact-card--multi .contact-card__container {
    position: static;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.contact-card__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .contact-card__wrapper {
        margin-left: -838px;
    }
}

@media only screen and (max-width: 991.98px) {
    .contact-card__wrapper {
        margin: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.contact-card__container {
    max-width: 838px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 50px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .contact-card__container {
        top: -50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@media only screen and (max-width: 991.98px) {
    .contact-card__container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact-card__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 35px 30px 30px;
    }
}

.contact-card__container--shadow {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.contact-card__img-wrapper {
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 991.98px) {
    .contact-card__img-wrapper {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact-card__img-wrapper {
        width: 48px;
        height: 48px;
        position: absolute;
        left: 30px;
        top: 59px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .contact-card__img-wrapper {
        display: block;
        line-height: 120px;
    }
}

.contact-card__img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.contact-card__author {
    margin-left: 47px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 86px;
    border-right: 1px solid #cfd8dc;
}

@media only screen and (max-width: 991.98px) {
    .contact-card__author {
        margin-left: 30px;
        padding-right: 39px;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact-card__author {
        border-right: 0;
        border-bottom: 1px solid #cfd8dc;
        margin-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 10px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contact-card__subtitle {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #6a7889;
    margin-top: -8px;
    margin-bottom: 22px;
    letter-spacing: 0.175em;
}

@media only screen and (max-width: 767.98px) {
    .contact-card__subtitle {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 29px;
    }
}

.contact-card__title {
    font-size: 26px;
    font-weight: 700;
    color: #273238;
    margin-bottom: 7px;
}

@media only screen and (max-width: 767.98px) {
    .contact-card__title {
        font-size: 18px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-bottom: 22px;
        padding-left: 65px;
    }
}

.contact-card__descr {
    font-size: 14px;
    font-weight: 400;
    color: #273238;
}

@media only screen and (max-width: 767.98px) {
    .contact-card__descr {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
}

.contact-card__info {
    margin-left: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (max-width: 991.98px) {
    .contact-card__info {
        margin-left: 31px;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact-card__info {
        margin-left: 0;
    }
}

.contact-card__link {
    font-weight: 500;
    color: #273238;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.contact-card__link:not(:last-child) {
    margin-bottom: 20px;
}

.contact-card__link::before {
    font-size: 18px;
    display: inline-block;
    margin-right: 9px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .contact-card__link:hover {
        color: #2a61ff;
    }
}

@media only screen and (min-width: 768px) {
    .contact-card__link {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact-card__link {
        font-size: 16px;
    }

    .contact-card__link::before {
        vertical-align: -4px;
    }

    .contact-card__link:not(:last-child) {
        margin-bottom: 10px;
    }
}

.contact-card--sticky {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #cfd8dc;
    position: fixed;
    left: 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 5;
    margin: 0;
}

.contact-card--sticky.contact-card__wrapper {
    min-height: 80px;
}

.contact-card--sticky .contact-card__container {
    max-width: 624px;
    padding: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    position: absolute;
}

.contact-card--sticky .contact-card__img-wrapper {
    width: 60px;
    height: 60px;
}

.contact-card--sticky .contact-card__author {
    padding: 20px 90px 20px 0;
    margin-left: 16px;
    height: 100%;
}

.contact-card--sticky .contact-card__title {
    font-size: 18px;
    margin: 0;
}

.contact-card--sticky .contact-card__subtitle {
    display: none;
}

.contact-card--sticky .contact-card__info {
    margin-left: 39px;
    height: 100%;
}

.contact-card--sticky .contact-card__link {
    margin: 0;
    font-size: 12px;
}

.contact-card--sticky .contact-card__link:not(:last-child) {
    margin-bottom: 3px;
}

.contact-card--sticky .contact-card__link::before {
    vertical-align: -4px;
    font-size: 16px;
    margin-right: 5px;
}

@media only screen and (max-width: 767.98px) {
    .contact-card--sticky.contact-card__wrapper {
        min-height: 50px;
        padding: 0 20px;
    }

    .contact-card--sticky .contact-card__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contact-card--sticky .contact-card__img-wrapper {
        display: none;
    }

    .contact-card--sticky .contact-card__author {
        width: auto;
        margin: 0;
        height: 100%;
        padding: 9px 10px 8px 0;
        border-bottom: 0;
        border-right: 1px solid #cfd8dc;
    }

    .contact-card--sticky .contact-card__title {
        padding: 0;
        font-size: 14px;
    }

    .contact-card--sticky .contact-card__descr {
        font-size: 11px;
    }

    .contact-card--sticky .contact-card__info {
        margin-left: 14px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .contact-card--sticky.contact-card__wrapper {
        display: block;
    }

    .contact-card--sticky .contact-card__img-wrapper {
        line-height: 60px;
    }
}

.rte .intro {
    max-width: 835px;
    margin: 35px auto 15px;
    letter-spacing: 0.0001em;
    font-size: 26px;
    font-weight: 300;
    line-height: 46px;
    display: block;
}

.rte .intro-caps::first-letter {
    float: left;
    margin-top: 22px;
    margin-right: 27px;
    font-size: 90px;
    font-weight: 700;
}

.rte ul {
    list-style-type: none;
    margin: 59px auto 69px;
    max-width: 838px;
}

.rte ol {
    list-style-type: none;
    counter-reset: section;
    margin: 59px auto 69px;
    max-width: 838px;
}

@media only screen and (max-width: 767.98px) {
    .rte .intro {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .rte .intro-caps::first-letter {
        font-size: 50px;
        margin-top: 13px;
        margin-right: 10px;
    }

    .rte ul {
        margin: 36px 0 76px;
    }
}

.rte p .js-popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.rte p .js-popup a {
    border-bottom: 0;
}

.rte p .js-popup a:hover {
    color: #16181a;
}

hr {
    margin: 72px 0;
    color: #e1e4e7;
}

@media only screen and (max-width: 767.98px) {
    hr {
        margin: 30px 0;
    }
}

.block {
    margin: 15px 0;
    display: block;
    clear: both;
}

.block~* {
    clear: both;
}

@media only screen and (max-width: 991.98px) {
    .block {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 767.98px) {
    .block {
        margin-bottom: 18px;
    }
}

.block p {
    line-height: 1.8em;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {

    .block .right p,
    .block .right h1,
    .block .right h2,
    .block .right h3,
    .block .right h4,
    .block .right h5,
    .block .right h6 {
        margin-left: 18px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 991.98px) {
    .block.right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .block.right .box-inline {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .block.right p,
    .block.right h1,
    .block.right h2,
    .block.right h3,
    .block.right h4,
    .block.right h5,
    .block.right h6 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .block {
        margin: 20px 0;
    }

    .block p {
        line-height: 1.94em;
        margin-bottom: 28px;
        letter-spacing: 0.015em;
    }
}

.block-quote .quote {
    width: 35%;
    padding-right: 20px;
    margin-right: 0;
}

.block-quote .rte {
    width: 65%;
    float: right;
}

@media only screen and (max-width: 991.98px) {

    .block-quote .quote,
    .block-quote .rte {
        width: 100%;
        float: none;
        display: block;
        max-width: 100%;
    }
}

.table-wrapper table {
    border-collapse: collapse !important;
    border: 0 !important;
    height: auto !important;
    width: 100%;
    font-family: "Roboto", sans-serif;
    margin: 40px 0 80px;
    word-wrap: break-word;
}

.table-wrapper table.thead-dark {
    margin: 40px 0 40px;
}

@media only screen and (max-width: 575.98px) {
    .table-wrapper table {
        position: relative;
        min-width: calc(100% + 400px);
    }

    .table-wrapper table::after {
        content: "Scroll for more";
        position: absolute;
        bottom: -30px;
    }

    .table-wrapper table::before {
        font-family: "svgicons";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
        display: block;
        line-height: 1;
        content: "";
        position: absolute;
        bottom: -24px;
        left: 100px;
        font-size: 8px;
    }
}

.table-wrapper thead {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.table-wrapper thead th,
.table-wrapper thead td {
    background-color: #2a61ff;
    font-weight: 700;
}

.table-wrapper tfoot {
    font-size: 12px;
    font-weight: 500;
}

.table-wrapper tfoot td {
    background-color: #f4f5f7;
    font-weight: 700;
    padding: 12px 10px;
}

.table-wrapper tbody {
    font-size: 14px;
}

.table-wrapper tbody:not(:first-of-type) {
    border-top: 1px solid #2a61ff;
}

.table-wrapper tbody:last-of-type {
    border-bottom: 1px solid #e1e4e7;
}

.table-wrapper tr {
    text-align: left;
    height: auto !important;
}

.table-wrapper tr:nth-child(2n) {
    background-color: #f4f5f7;
}

.table-wrapper tr:not(:first-child) {
    border-top: 1px solid #e1e4e7;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .table-wrapper tr {
        display: table;
        width: 100%;
    }
}

.table-wrapper th {
    padding: 15px 10px;
    letter-spacing: 0.085em;
    font-weight: 500;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .table-wrapper th {
        width: 21.5%;
        text-align: left;
        vertical-align: top;
    }

    .table-wrapper th:first-child {
        width: 35.5%;
    }
}

.table-wrapper td {
    padding: 22px 10px 20px;
    font-weight: 300;
    height: auto !important;
}

.table-wrapper td:first-child {
    font-weight: 700;
}

.table-wrapper td:not(:first-child) {
    letter-spacing: 0.08em;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .table-wrapper td {
        width: 21.5%;
    }

    .table-wrapper td:first-child {
        width: 35.5%;
    }
}

.js-popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.popup {
    position: absolute;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    bottom: 125%;
    left: 50%;
    width: 400px;
}

.popup .popup-text {
    width: 400px;
    background-color: #6a7889;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: -50%;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    font-size: 18px;
    line-height: 32px;
    cursor: auto;
}

.popup .popup-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: #6a7889 transparent transparent;
}

@media only screen and (max-width: 991.98px) {
    .popup .popup-text {
        width: 250px;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.pagination {
    width: 100%;
    text-align: center;
    margin-bottom: 179px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .pagination {
        margin-bottom: 180px;
    }
}

@media only screen and (max-width: 767.98px) {
    .pagination {
        margin-bottom: 64px;
    }
}

.pagination__item {
    margin-right: 8px;
}

.pagination__item:last-of-type {
    margin-right: 0;
}

@media only screen and (max-width: 767.98px) {
    .pagination__item {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 575.98px) {
    .pagination__item {
        margin-right: 4px;
    }
}

.pagination__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background-color: #fff;
    color: #16181a;
    font-size: 18px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
    .no-touch .pagination__link:hover:not(.pagination__link--active):not(.pagination__link--prev):not(.pagination__link--next) {
        color: #2a61ff;
        text-decoration: underline;
    }
}

@media only screen and (max-width: 767.98px) {
    .pagination__link {
        height: 35px;
        width: 35px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 575.98px) {
    .pagination__link {
        height: 25px;
        width: 25px;
        font-size: 11px;
    }
}

.pagination__link--active {
    background-color: #eceff1;
}

.pagination__link--prev,
.pagination__link--next {
    background-color: #fff;
    border: 1px solid #2a61ff;
    font-size: 7px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {

    .no-touch .pagination__link--prev:hover,
    .no-touch .pagination__link--next:hover {
        background-color: #2a61ff;
        color: #fff;
    }
}

@media only screen and (max-width: 767.98px) {

    .pagination__link--prev,
    .pagination__link--next {
        margin: 0;
    }
}

@media only screen and (max-width: 575.98px) {

    .pagination__link--prev,
    .pagination__link--next {
        font-size: 5px;
    }
}

.pagination__link--prev {
    margin-right: 35px;
}

@media only screen and (max-width: 767.98px) {
    .pagination__link--prev {
        margin-right: 5px;
    }
}

.pagination__link--next {
    margin-left: 35px;
}

@media only screen and (max-width: 767.98px) {
    .pagination__link--next {
        margin-left: 5px;
    }
}

.pagination__link--disabled {
    opacity: 0.4;
    cursor: default;
}

@media only screen and (min-width: 1025px) {
    .no-touch .pagination__link--disabled:hover {
        background-color: #fff;
        color: #000;
    }
}

.quote {
    max-width: 298px;
    margin-right: 40px;
    margin-bottom: 30px;
    float: left;
}

@media only screen and (max-width: 767.98px) {
    .quote {
        float: none;
        margin: 30px 0 50px;
        padding: 0;
    }
}

.quote__text {
    border-top: 3px solid #2a61ff;
    border-bottom: 1px solid #e1e4e7;
    padding: 22px 0 17px 5px;
    font-size: 26px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.005em;
    color: #2a61ff;
}

@media only screen and (max-width: 767.98px) {
    .quote__text {
        padding-right: 25px;
    }
}

.quote__name {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin: 40px 0 15px;
    color: #273238;
    line-height: 0;
}

.quote__position {
    font-size: 14px;
    font-weight: 400;
    color: #6a7889;
    display: block;
    line-height: 22px;
}

.box-inline {
    min-width: 332px;
    max-width: 496px;
    margin-bottom: 15px;
    float: right;
}

@media only screen and (min-width: 992px) {
    .box-inline {
        padding-left: 34px;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 991.98px) {
    .box-inline {
        float: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .box-inline {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 575.98px) {
    .box-inline {
        min-width: auto;
    }
}

.box-inline__container {
    background-color: #2a61ff;
    padding: 27px 0 20px;
}

.box-inline__title {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 0 !important;
    margin-bottom: 27px;
    padding: 0 30px 24px;
    color: #fff;
}


.two-wrapper-slider {
    margin: 15px -13px;
}

.two-wrapper-slider .box-inline__container {
    padding: 20px;
}

.two-wrapper-slider>div:first-child h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.two-wrapper-slider .box-inline__container h3 {
    font-weight: 600;
    color: white;
}

.two-wrapper-slider .table-wrapper table {
    margin: 20px 0;
}


@media only screen and (max-width: 767.98px) {
    .box-inline__title {
        padding-bottom: 28px;
        margin-bottom: 30px;
    }

    .two-wrapper-slider .col-md-8 {
        order: 2;
    }

    .two-wrapper-slider .col-md-4 {
        order: 1;
    }
}

.box-inline__link {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 17px;
    margin-left: 30px;
    padding: 0 22px;
    color: #fff;
}

.box-inline__link::before {
    color: #fff;
}

@media only screen and (min-width: 1025px) {
    .no-touch .box-inline__link:hover {
        color: #fff;
        text-decoration: underline;
    }

    .no-touch .box-inline__link:hover::before {
        text-decoration: underline;
        color: #fff;
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .box-inline__link:hover::before {
        text-decoration: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .box-inline__link {
        font-size: 16px;
        margin-bottom: 14px;
    }
}

.related-block {
    margin: 0 0 25px;
}

@media only screen and (min-width: 992px) {
    .related-block {
        padding-left: 34px;
    }
}

.related-block__container {
    padding-bottom: 39px;
    border-bottom: 1px solid #16181a;
}

.related-block__title {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.17em;
    margin-bottom: 16px;
}

.related-block__img {
    width: 100%;
    margin-bottom: 18px;
}

@media only screen and (max-width: 767.98px) {
    .related-block__img {
        margin-bottom: 8px;
    }
}

.related-block__subtitle {
    font-size: 26px;
    font-weight: 700;
    font-family: "PlayfairDisplay", sans-serif;
    margin-bottom: 10px;
}

.related-block__text {
    font-size: 14px;
    font-weight: 400;
    color: #6a7889;
    line-height: 24px;
    letter-spacing: 0.005em;
    display: block;
    margin-bottom: 17px;
}

.related-services {
    position: relative;
    background-color: #f4f5f7;
    padding: 50px 0 60px;
    margin: 50px 0;
}

.related-services::before,
.related-services::after {
    content: "";
    display: block;
    position: absolute;
    width: 20000px;
    top: 0;
    height: 100%;
    background-color: #f4f5f7;
}

.related-services::before {
    right: 100%;
}

.related-services::after {
    left: 100%;
}

@media only screen and (max-width: 991.98px) {
    .related-services {
        margin: 0 -15px;
        padding-bottom: 35px;
    }
}

.related-services__title {
    margin-bottom: 30px;
    font-size: 26px;
}

@media only screen and (max-width: 767.98px) {
    .related-services__title {
        font-size: 18px;
    }
}

.related-services__link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.related-services__link {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 23px;
    font-weight: 300;
    color: #16181a;
    margin-bottom: 19px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.related-services__link::before {
    color: #16181a;
    display: inline-block;
    text-align: center;
    vertical-align: -10px;
    font-size: 40px;
    width: 35px;
    margin-right: 15px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .related-services__link:hover {
        color: #2a61ff;
    }

    .no-touch .related-services__link:hover::before {
        color: #2a61ff;
    }
}

.related-services__link.font-ico-boat::before,
.related-services__link.font-ico-mountain::before {
    font-size: 18px;
    vertical-align: -1px;
}

@media only screen and (max-width: 767.98px) {
    .related-services__link {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        font-size: 18px;
        margin-bottom: 24px;
    }

    .related-services__link::before {
        margin-right: 8px;
    }
}

.video-wrapper {
    margin: 50px 0;
}

.video-wrapper iframe {
    border: 0;
}

@media only screen and (max-width: 767.98px) {
    .video-wrapper {
        margin: 20px 0;
    }
}

.video-wrapper--full {
    padding-top: 56.25%;
    position: relative;
}

.video-wrapper--full iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-wrapper--relative {
    position: relative;
}

.video__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
}

.video__overlay iframe {
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 0;
}

@media only screen and (max-width: 991.98px) {
    .video__overlay iframe {
        width: 100%;
    }
}

.video__close-btn {
    color: #fff;
    position: absolute;
    padding: 20px;
    right: 6px;
    top: 1px;
    z-index: 110;
}

.video__close-btn .icon {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
    .no-touch .video__close-btn:hover {
        color: #2a61ff;
    }
}

.video-wrapper__btn {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-color: #fff;
    background-color: #2a61ff;
    color: #fff;
    padding: 0;
    margin: 0;
    z-index: 2;
}

.video-wrapper__btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 1px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .video-wrapper__btn:hover {
        background-color: #eceff1;
    }

    .no-touch .video-wrapper__btn:hover::before {
        color: #2a61ff;
    }
}

@media only screen and (max-width: 767.98px) {
    .video-wrapper__btn {
        width: 30px;
        height: 30px;
    }

    .video-wrapper__btn::before {
        font-size: 10px;
        margin-left: 2px;
    }
}

.video-wrapper__icon {
    vertical-align: -2px;
}

.video-wrapper__popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.video-wrapper__popup--show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.video-wrapper__popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
}

.video-wrapper__popup-close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
    color: #fff;
}

.video-wrapper__popup-iframe {
    position: relative;
    z-index: 1;
    width: 80%;
    aspect-ratio: 16/9;
}

.image-wrapper {
    width: 100%;
    margin: 80px 0;
}

.image-wrapper img {
    width: 100%;
}

@media only screen and (max-width: 767.98px) {
    .image-wrapper {
        margin: 60px 0;
    }
}

.stats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 38px -3.5% 80px;
}

@media only screen and (max-width: 767.98px) {
    .stats {
        margin-top: 0;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .stats {
        margin: 38px -1.5% 80px;
    }
}

.stats * {
    word-wrap: break-word;
}

.stats__block {
    text-align: center;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    padding: 0 3.5%;
}

@media only screen and (max-width: 767.98px) {
    .stats__block {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .stats__block:not(:nth-last-child(-n + 3)) .stats__wrapper {
        border-bottom: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .stats__block {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .stats__block:not(:last-child) .stats__wrapper {
        border-bottom: 0;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .stats__block {
        -webkit-flex-basis: 30.33%;
        -ms-flex-preferred-size: 30.33%;
        flex-basis: 30.33%;
        max-width: 30.33%;
        padding: 0 1.5%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 768px) {
    .stats__block {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .stats__block {
        max-width: 33.33%;
    }
}

.stats__wrapper {
    height: 100%;
    padding: 50px 0;
    border-top: 1px solid #e1e4e7;
    border-bottom: 1px solid #e1e4e7;
}

@media only screen and (max-width: 767.98px) {
    .stats__wrapper {
        padding: 43px 0 40px;
    }
}

.stats__title {
    font-size: 20px;
    font-weight: 300;
}

@media only screen and (max-width: 991.98px) {
    .stats__title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767.98px) {
    .stats__title {
        font-size: 18px;
        margin-bottom: 8px;
    }
}

.stats__value {
    font-size: 55px;
    font-weight: 100;
    color: #2a61ff;
    display: block;
}

@media only screen and (max-width: 991.98px) {
    .stats__value {
        font-size: 35px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .stats__info {
        letter-spacing: 0.3em;
    }
}

.accordion {
    padding-top: 6px;
    margin-bottom: 70px;
}

.accordion__row {
    border-bottom: 1px solid #e1e4e7;
}

.accordion__row:first-of-type {
    border-top: 1px solid #e1e4e7;
}

.accordion__button {
    color: #1a191b;
    position: relative;
    width: 100%;
    font-size: 36px;
    font-weight: 100;
    line-height: 22px;
    text-align: left;
    padding: 47px 100px 48px 30px;
    display: block;
}

.loaded .accordion__button {
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

@media only screen and (min-width: 1025px) {
    .no-touch .accordion__button:hover {
        color: #2a61ff;
    }

    .no-touch .accordion__button:hover .accordion__button-circle {
        background-color: #2a61ff;
        border-color: #2a61ff;
    }

    .no-touch .accordion__button:hover .accordion__button-circle::before {
        color: #fff;
    }
}

@media only screen and (max-width: 991.98px) {
    .accordion__button {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767.98px) {
    .accordion__button {
        font-size: 18px;
        padding: 26px 60px 32px 0;
    }
}

.accordion__button-circle {
    position: absolute;
    top: 35px;
    right: 25px;
    -webkit-transform: translate(0, 0) rotate(-90deg);
    transform: translate(0, 0) rotate(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition:
        transform 300ms ease-in-out,
        -webkit-transform 300ms ease-in-out;
    width: 48px;
    height: 48px;
    border: 1px solid #2a61ff;
    border-radius: 50%;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 1025px) {
    .no-touch .accordion__button-circle:hover {
        background-color: #2a61ff;
        border-color: #2a61ff;
    }

    .no-touch .accordion__button-circle:hover::before {
        color: #fff;
    }
}

@media only screen and (max-width: 767.98px) {
    .accordion__button-circle {
        width: 40px;
        height: 40px;
        right: 0;
        top: 20px;
    }

    .accordion__button-circle::before {
        font-size: 12px;
    }
}

.accordion__button-circle--opened {
    color: #2a61ff;
    background-color: #f4f5f7;
    border-color: #f4f5f7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion__button-circle--opened::before {
    content: "";
    color: #273238;
}

@media only screen and (min-width: 1025px) {
    .no-touch .accordion__button-circle--opened:hover {
        color: #2a61ff;
        border-color: #2a61ff;
    }

    .no-touch .accordion__button-circle--opened:hover .accordion__button-circle {
        background-color: #2a61ff;
    }

    .no-touch .accordion__button-circle--opened:hover .accordion__button-circle::before {
        color: #fff;
    }
}

.accordion__content {
    padding-bottom: 60px;
    text-align: left;
    display: none;
}

@media only screen and (max-width: 991.98px) {
    .accordion__content {
        padding: 0 30px 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .accordion__content {
        padding: 0 0 44px;
    }
}

.related-content {
    background-color: #f4f5f7;
    padding: 87px 0 180px;
}

@media only screen and (max-width: 767.98px) {
    .related-content {
        padding: 60px 0 77px;
    }
}

.related-content__main-title {
    text-align: center;
    letter-spacing: 0.325em;
    margin-bottom: 47px;
    font-size: 13px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .related-content__box:hover {
        cursor: pointer;
    }

    .no-touch .related-content__box:hover .related-content__link {
        background-color: #2a61ff;
        border: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .related-content__box {
        margin-bottom: 27px;
    }
}

.related-content__container {
    min-height: 360px;
    height: 100%;
    padding: 37px 40px 110px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media only screen and (max-width: 767.98px) {
    .related-content__container {
        min-height: 320px;
        padding: 30px 16px 100px 30px;
    }
}

.related-content__title {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.related-content__subtitle {
    font-size: 30px;
    line-height: 35px;
    font-weight: 100;
    color: #fff;
    max-width: 370px;
    margin-bottom: 13px;
}

.related-content__subtitle--bold {
    font-family: "PlayfairDisplay", sans-serif;
    font-weight: 700;
}

.related-content__link {
    position: absolute;
    bottom: 41px;
    left: 41px;
    color: #fff;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.related-content__link::before {
    font-size: 7px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .related-content__link:hover {
        background-color: #2a61ff;
        border: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .related-content__link {
        bottom: 35px;
        left: 31px;
    }
}

.related-content__category-wrapper {
    margin-bottom: 10px;
}

.related-content__category {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
    padding-right: 10px;
    margin-right: 4px;
    position: relative;
}

.related-content__category::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 70%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 767.98px) {
    .related-content__category {
        display: block;
    }

    .related-content__category::after {
        content: none;
    }
}

.related-content__category-date {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.12em;
    font-weight: 500;
    text-transform: uppercase;
}

.related-content__date {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.wrapper-image-cover-text>h2,
.wrapper-image-cover-text>h3 {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #273238;
    max-width: 838px;
    line-height: 60px;
    margin: 0 auto;
    font-weight: 100;
}

.wrapper-image-cover-text>h2 {
    font-size: 60px;
    margin-bottom: 20px;
}

.wrapper-image-cover-text>h3 {
    font-size: 40px;
    margin-bottom: 31px;
}


.inline-image {
    margin: 15px 0;
    display: block;
    clear: both;
    min-height: 210px;
}

.inline-image~* {
    clear: both;
}

@media only screen and (max-width: 991.98px) {
    .inline-image {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .inline-image {
        margin-bottom: 18px;
    }

    .wrapper-image-cover-text>h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .wrapper-image-cover-text>h3 {
        font-size: 24px;
        margin-bottom: 35px;
    }
}

.inline-image__img-wrapper {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    max-width: 40%;
    width: 40%;
}

.inline-image__img-wrapper img {
    width: 100%;
}

@media only screen and (max-width: 767.98px) {
    .inline-image__img-wrapper {
        float: none;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .inline-image__img-wrapper img {
        width: auto;
    }
}

.news {
    position: relative;
    padding-top: 180px;
    margin-bottom: 54px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .news {
        padding-top: 150px;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767.98px) {
    .news {
        padding-top: 260px;
        margin-bottom: 31px;
    }
}

.news__container {
    max-width: 1054px;
    margin: 0 auto;
}

.news__box {
    margin-bottom: 27px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .news__box:hover {
        cursor: pointer;
    }

    .no-touch .news__box:hover .news__link {
        background: #fff;
        color: #273238;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .news__box {
        margin-bottom: 20px;
    }
}

.news__item {
    position: relative;
    height: 100%;
    min-height: 360px;
    color: #fff;
    padding: 30px 40px 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .news__item {
        padding: 30px 25px inherit 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .news__item {
        padding: 20px 30px 100px;
    }
}

.news__item--full {
    min-height: 466px;
    padding: 60px 60px 150px;
}

@media only screen and (max-width: 767.98px) {
    .news__item--full {
        min-height: 360px;
        padding: 20px 30px 110px;
    }
}

.news__subtitle {
    font-size: 11px;
    line-height: 30px;
    letter-spacing: 0.27em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 4px;
}

.news__subtitle--full {
    font-size: 13px;
    margin-bottom: 11px;
}

@media only screen and (max-width: 991.98px) {
    .news__subtitle--full {
        font-size: 11px;
        margin-bottom: 4px;
    }
}

.news__title {
    font-size: 30px;
    line-height: 35px;
    max-width: 340px;
    font-weight: 100;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991.98px) {
    .news__title {
        font-size: 24px;
        line-height: 32px;
    }
}

.news__title--full {
    font-size: 50px;
    line-height: 55px;
    max-width: 580px;
}

@media only screen and (max-width: 991.98px) {
    .news__title--full {
        font-size: 24px;
        line-height: 32px;
    }
}

.news__date {
    font-size: 13px;
    line-height: 30px;
}

.news__link {
    position: absolute;
    left: 40px;
    bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    font-size: 10px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (min-width: 1025px) {
    .no-touch .news__link:hover {
        background: #fff;
        color: #273238;
    }
}

@media only screen and (max-width: 767.98px) {
    .news__link {
        left: 30px;
    }
}

.news__link--full {
    left: 60px;
    bottom: 76px;
}

@media only screen and (max-width: 767.98px) {
    .news__link--full {
        left: 30px;
        bottom: 40px;
    }
}

.story {
    position: relative;
    margin-top: -121px;
    margin-bottom: 54px;
}

@media only screen and (max-width: 767.98px) {
    .story {
        margin-top: -74px;
    }
}

.story__container {
    max-width: 1054px;
    margin: 0 auto;
}

.story__box {
    margin-bottom: 27px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .story__box:hover {
        cursor: pointer;
    }

    .no-touch .story__box:hover .story__link {
        background: #fff;
        color: #273238;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .story__box {
        margin-bottom: 20px;
    }
}

.story__item {
    position: relative;
    height: 100%;
    min-height: 360px;
    color: #fff;
    padding: 30px 40px 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .story__item {
        padding: 30px 25px inherit 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .story__item {
        padding: 20px 30px 100px;
    }
}

.story__item--full {
    min-height: 466px;
    height: 100%;
    padding: 60px 60px 160px;
}

@media only screen and (max-width: 767.98px) {
    .story__item--full {
        min-height: 360px;
        padding: 20px 30px 120px;
    }
}

.story__link {
    position: absolute;
    left: 30px;
    bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    font-size: 10px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (min-width: 1025px) {
    .no-touch .story__link:hover {
        background: #fff;
        color: #273238;
    }
}

@media only screen and (min-width: 768px) {
    .story__link--full {
        left: 60px;
        bottom: 76px;
    }
}

.story__title {
    font-family: "PlayfairDisplay", sans-serif;
    font-size: 30px;
    line-height: 35px;
    max-width: 262px;
    font-weight: 100;
    margin-bottom: 15px;
}

@media only screen and (max-width: 991.98px) {
    .story__title {
        font-size: 24px;
        line-height: 32px;
    }
}

.story__title--full {
    font-size: 50px;
    line-height: 55px;
    max-width: 580px;
}

@media only screen and (max-width: 767.98px) {
    .story__title--full {
        font-size: 24px;
        line-height: 32px;
    }
}

.story__subtitle {
    font-size: 11px;
    line-height: 30px;
    letter-spacing: 0.27em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 4px;
}

@media only screen and (max-width: 991.98px) {
    .story__subtitle {
        font-size: 11px;
        margin-bottom: 4px;
    }
}

.story__subtitle--full {
    font-size: 13px;
    margin-bottom: 11px;
}

.articles {
    position: relative;
    width: 100%;
    margin-bottom: 179px;
}

@media only screen and (max-width: 767.98px) {
    .articles {
        margin-bottom: 57px;
    }
}

.articles__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #e1e4e7;
    position: relative;
}

.articles__item:last-of-type {
    border-bottom: 1px solid #e1e4e7;
    margin-bottom: 68px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .articles__item:hover .articles__item-right {
        color: #2a61ff;
    }

    .no-touch .articles__item:hover .articles__item-right::after {
        color: #2a61ff;
    }
}

@media only screen and (max-width: 767.98px) {
    .articles__item {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .articles__item:last-of-type {
        margin-bottom: 57px;
    }
}

.articles__item-left {
    width: calc(100% - 200px);
    padding-left: 25px;
}

@media only screen and (max-width: 991.98px) {
    .articles__item-left {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .articles__item-left {
        width: 100%;
    }
}

.articles__item-right {
    display: inline-block;
    color: #16181a;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding-right: 40px;
}

.articles__item-right::after {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    display: inline-block;
    font-size: 10px;
    color: #546e7a;
    padding-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .articles__item-right {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .articles__item-right {
        padding-top: 16px;
        font-size: 14px;
        line-height: 30px;
        display: block;
    }

    .articles__item-right::after {
        font-size: 7px;
        padding-left: 10px;
        vertical-align: 1px;
    }
}

.articles__title {
    font-size: 26px;
    font-weight: 100;
    color: #16181a;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767.98px) {
    .articles__title {
        font-size: 22px;
        line-height: 30px;
    }
}

.articles__date {
    display: block;
    color: #202122;
    font-size: 13px;
}

@media only screen and (max-width: 767.98px) {
    .articles__date {
        font-size: 12px;
        line-height: 20px;
    }
}

.articles__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.people {
    position: relative;
}

/* .people > .wrap > h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 100;
    color: #1a191b;
    text-align: center;
    margin-bottom: 60px;
}

.people > .wrap > h2.h2:not(:first-of-type) {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
} */

.people:not(:first-of-type) {
    margin: 60px 0;
}

.people__title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 100;
    color: #1a191b;
    text-align: center;
    margin-bottom: 60px;
}

.people__list {
    position: relative;
}

.people__list--small {
    max-width: 1080px;
    margin: 0 auto;
}

.people__list--small .people__item:not(.reversed) {
    margin-bottom: 47px;
}

@media only screen and (min-width: 992px) {
    .people__list--small .people__item:not(.reversed) .people__details {
        margin-left: -108px;
        width: calc(200% + 242px);
    }

    .people__list--small .people__item:not(.reversed):nth-of-type(2n) .people__details {
        margin-left: calc(-100% - 133px);
    }
}

@media only screen and (max-width: 1310px) and (min-width: 768px) {
    .people__list--small .people__item:not(.reversed) .people__details {
        width: calc(200% + 26px);
        margin: 0;
        margin-top: 60px;
    }

    .people__list--small .people__item:not(.reversed):nth-child(even) .people__details {
        margin-left: calc(-100% - 26px);
    }
}

@media only screen and (max-width: 767.98px) {
    .people__list--small .people__item:not(.reversed) {
        margin-bottom: 20px;
    }
}

.people__list--small .reversed {
    margin-bottom: 47px;
}

@media only screen and (min-width: 992px) {
    .people__list--small .reversed .people__details {
        margin-left: -108px;
        width: calc(200% + 242px);
    }

    .people__list--small .reversed:nth-of-type(2n + 1) .people__details {
        margin-left: calc(-100% - 133px);
    }
}

@media only screen and (max-width: 1310px) and (min-width: 768px) {
    .people__list--small .reversed .people__details {
        width: calc(200% + 26px);
        margin: 0;
        margin-top: 60px;
    }

    .people__list--small .reversed:nth-child(odd) .people__details {
        margin-left: calc(-100% - 26px);
    }
}

@media only screen and (max-width: 767.98px) {
    .people__list--small .reversed {
        margin-bottom: 20px;
    }
}

.people__list--small .people__image {
    height: 355px;
    margin: 0;
}

@media only screen and (max-width: 991.98px) {
    .people__list--small .people__image {
        height: 280px;
    }
}

@media only screen and (max-width: 767.98px) {
    .people__list--small .people__image {
        height: 380px;
    }
}

@media only screen and (max-width: 575.98px) {
    .people__list--small .people__image {
        height: 193px;
    }
}

@media only screen and (max-width: 991.98px) {
    .people__list--small {
        margin: 0 -13px;
    }
}

.people__row {
    width: 100%;
    margin: 0 auto;
}

.people__widget {
    cursor: pointer;
    position: relative;
    width: 100%;
    float: left;
    border-bottom: 1px solid #16181a;
}

@media only screen and (min-width: 1025px) {
    .no-touch .people__widget:hover .people__btn {
        background-color: #2a61ff;
    }

    .no-touch .people__widget:hover .people__btn::before {
        color: #fff;
    }
}

.people__image-wrap {
    width: 100%;
    float: left;
    position: relative;
}

.people__image {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .people__image {
        height: 380px;
    }
}

@media only screen and (max-width: 767.98px) {
    .people__image {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575.98px) {
    .people__image {
        height: 193px;
    }
}

.people__info {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 80px 31px 0;
}

@media only screen and (max-width: 767.98px) {
    .people__info {
        padding: 20px 57px 20px 0;
    }
}

.people__name {
    display: block;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #1a191b;
    margin-bottom: 13px;
}

@media only screen and (max-width: 767.98px) {
    .people__name {
        font-size: 18px;
        line-height: 24px;
    }
}

.people__position {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.16em;
    font-weight: 500;
    text-transform: uppercase;
    color: #607d8b;
}

@media only screen and (max-width: 767.98px) {
    .people__position {
        font-size: 12px;
        line-height: 16px;
    }
}

.people__btn {
    position: absolute;
    top: 30px;
    right: 0;
    width: 48px;
    height: 48px;
    border: 1px solid #2a61ff;
    border-radius: 50%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.people__btn::before {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    color: #273238;
}

@media only screen and (max-width: 767.98px) {
    .people__btn {
        top: 20px;
    }
}

.people__details {
    display: none;
    position: relative;
    margin-top: 60px;
    float: left;
    padding: 80px 108px;
    z-index: 4;
    background-color: #f4f5f7;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .people__details {
        padding: 60px 86px;
        margin: 50px 0 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .people__details {
        padding: 0 0 20px;
        background-color: #fff;
        margin: 15px 0 0;
        border-bottom: 1px solid #16181a;
    }
}

.people__text,
.people__details p {
    font-size: 18px;
    line-height: 32px;
    color: #16181a;
    font-weight: 300;
    margin-bottom: 33px;
}

@media only screen and (max-width: 767.98px) {

    .people__text,
    .people__details p {
        font-size: 16px;
        line-height: 30px;
    }
}

.people__item {
    margin-bottom: 30px;
}

.people__item .people__details {
    width: 100%;
}

.people__item.open {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.people__item.open .people__widget {
    border-bottom: 0;
    height: auto;
}

.people__item.open .people__btn {
    background-color: #2a61ff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.people__item.open .people__btn::before {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    font-size: 12px;
    color: #fff;
}

@media only screen and (min-width: 1025px) {
    .no-touch .people__item.open .people__btn:hover::before {
        color: #273238;
    }
}

@media only screen and (min-width: 992px) {
    .people__list--big .people__item:not(.reversed) .people__details {
        width: calc(300% + 52px);
    }

    .people__list--big .people__item:not(.reversed):nth-of-type(3n + 2) .people__details {
        margin-left: calc(-100% - 26px);
    }

    .people__list--big .people__item:not(.reversed):nth-of-type(3n + 3) .people__details {
        margin-left: calc(-200% - 52px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .people__list--big .people__item:not(.reversed) .people__details {
        width: calc(200% + 26px);
    }

    .people__list--big .people__item:not(.reversed):nth-child(even) .people__details {
        margin-left: calc(-100% - 26px);
    }
}

@media only screen and (max-width: 767.98px) {
    .people__list--big .people__item:not(.reversed) {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .people__list--big .reversed .people__details {
        width: calc(300% + 52px);
    }

    .people__list--big .reversed:nth-of-type(3n + 1) .people__details {
        margin-left: calc(-100% - 26px);
    }

    .people__list--big .reversed:nth-of-type(3n + 2) .people__details {
        margin-left: calc(-200% - 52px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .people__list--big .reversed .people__details {
        width: calc(200% + 26px);
    }

    .people__list--big .reversed:nth-child(odd) .people__details {
        margin-left: calc(-100% - 26px);
    }
}

@media only screen and (max-width: 767.98px) {
    .people__list--big .reversed {
        margin-bottom: 20px;
    }
}

.people-container {
    padding: 60px 0 40px;
}

.people__description {
    padding: 0 13px 80px;
    width: 100%;
}

@media only screen and (max-width: 1199.98px) {
    .people__description {
        padding: 0 13px 50px;
    }
}

.author {
    margin-bottom: 88px;
}

@media only screen and (max-width: 767.98px) {
    .author {
        margin: 0;
        padding-bottom: 36px;
    }
}

.author__share-wrapper {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #e1e4e7;
    border-bottom: 1px solid #e1e4e7;
}

@media only screen and (max-width: 767.98px) {
    .author__share-wrapper {
        padding: 20px 0;
    }
}

.author__share {
    color: #6a7889;
    font-size: 14px;
    font-weight: 400;
}

.author__share::before {
    display: inline-block;
    color: #16181a;
    font-size: 18px;
    margin-right: 6px;
    vertical-align: -3px;
}

.author__share:not(:last-child) {
    margin-right: 40px;
}

@media only screen and (max-width: 767.98px) {
    .author__share {
        font-size: 12px;
    }

    .author__share:not(:last-child) {
        margin-right: 10px;
    }
}

.author__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 43px;
}

@media only screen and (max-width: 767.98px) {
    .author__container {
        padding-top: 23px;
    }
}

.author__img-wrapper {
    width: 82px;
    height: 82px;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767.98px) {
    .author__img-wrapper {
        width: 48px;
        height: 48px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .author__img-wrapper {
        display: block;
    }
}

.author__img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.author__text {
    padding-left: 27px;
    -webkit-flex-basis: calc(100% - 82px);
    -ms-flex-preferred-size: calc(100% - 82px);
    flex-basis: calc(100% - 82px);
}

@media only screen and (max-width: 767.98px) {
    .author__text {
        padding-left: 24px;
    }
}

.author__title {
    color: #6a7889;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
    .author__title {
        letter-spacing: 0.24em;
        margin-bottom: 16px;
    }
}

.author__subtitle {
    font-size: 26px;
    font-weight: 700;
    color: #16181a;
    margin-bottom: 4px;
}

@media only screen and (max-width: 767.98px) {
    .author__subtitle {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.author__position {
    display: block;
    margin-bottom: 30px;
    color: #16181a;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.01em;
}

@media only screen and (max-width: 767.98px) {
    .author__position {
        margin-bottom: 20px;
    }
}

.author__info {
    display: block;
    margin-bottom: 28px;
    color: #6a7889;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.008em;
    padding-right: 110px;
}

@media only screen and (max-width: 767.98px) {
    .author__info {
        padding-right: 0;
    }
}

.author__link {
    padding: inherit 27px;
}

.tabs__container {
    max-width: 1054px;
    margin: 0 auto 179px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .tabs__container {
        margin-bottom: 180px;
    }
}

@media only screen and (max-width: 767.98px) {
    .tabs__container {
        margin-bottom: 64px;
    }
}

.tab__item {
    display: inline-block;
    margin-right: 16px;
}

.tab__link {
    display: block;
    padding: 0 18px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #2a61ff;
    border-radius: 50px;
    font-size: 11px;
    color: #273238;
    letter-spacing: 0.25em;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

.tab__link.selected {
    background-color: #2a61ff;
    color: #fff;
}

@media only screen and (min-width: 1025px) {
    .no-touch .tab__link:hover {
        background-color: #2a61ff;
        color: #fff;
    }
}

.tabs__list {
    margin-bottom: 30px;
    padding-left: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .tabs__list {
        margin-bottom: 42px;
    }
}

@media only screen and (max-width: 767.98px) {
    .tabs__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
        padding-left: 0;
        margin-bottom: 39px;
    }

    .tabs__list::-webkit-scrollbar {
        display: none;
    }
}

.tab__content {
    display: none;
}

.map-locations {
    max-width: 1162px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -54px 50px;
}

@media only screen and (max-width: 1199.98px) {
    .map-locations {
        margin: 0 auto 50px;
    }
}

@media only screen and (max-width: 991.98px) {
    .map-locations {
        display: block;
    }
}

.map-locations__image {
    position: relative;
    height: 620px;
    -webkit-flex-basis: 514px;
    -ms-flex-preferred-size: 514px;
    flex-basis: 514px;
}

@media only screen and (max-width: 991.98px) {
    .map-locations__image {
        margin: 0 auto;
        height: 598px;
        width: 496px;
    }
}

@media only screen and (max-width: 767.98px) {
    .map-locations__image {
        height: 340px;
        width: 320px;
    }
}

.map-locations__text {
    width: 100%;
    max-width: 544px;
    background-color: #273238;
    color: #fff;
    padding: 60px 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .map-locations__text {
        width: auto;
        max-width: 438px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .map-locations__text {
        padding: 45px 40px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .map-locations__text {
        padding: 27px 29px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .map-locations__text {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
}

.map-locations__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    max-width: 356px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.map-locations__title {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.25em;
    font-weight: 500;
    color: #b0bec5;
    text-transform: uppercase;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
    .map-locations__title {
        line-height: 22px;
        margin-bottom: 16px;
    }
}

.map-locations__item {
    margin-bottom: 12px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.map-locations__link {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

@media only screen and (min-width: 1025px) {
    .no-touch .map-locations__link:hover {
        text-decoration: underline;
    }
}

@media only screen and (max-width: 767.98px) {
    .map-locations__link {
        font-size: 16px;
        line-height: 24px;
    }
}

.map-locations__dot {
    cursor: pointer;
    display: block;
    padding: 10px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.map-locations__dot::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #546e7a;
}

.map-locations__dot.active::before {
    width: 10px;
    height: 10px;
    background-color: #2a61ff;
}

@media only screen and (max-width: 991.98px) {
    .map-locations__dot {
        display: none;
    }
}

.video-gallery {
    position: relative;
    padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .video-gallery {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767.98px) {
    .video-gallery {
        padding-top: 40px;
    }
}

.video-gallery__container [class^="col-"] {
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .video-gallery__container [class^="col-"] {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .video-gallery__container [class^="col-"] {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .video-gallery__container .pagination {
        margin-top: 30px;
        margin-bottom: 98px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .video-gallery__container .pagination {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .video-gallery__container .pagination {
        margin-top: 40px;
    }
}

.video-gallery__item {
    display: block;
    border-bottom: 1px solid #cfd8dc;
    height: 100%;
}

@media only screen and (min-width: 1025px) {
    .no-touch .video-gallery__item:hover {
        cursor: pointer;
    }

    .no-touch .video-gallery__item:hover .video-gallery__btn {
        background-color: #fff;
    }

    .no-touch .video-gallery__item:hover .video-gallery__btn::before {
        color: #2a61ff;
    }
}

.video-gallery__img {
    width: 100%;
}

.video-gallery__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.video-gallery__btn-holder {
    position: relative;
    background-color: #2a61ff;
    width: 108px;
    height: 108px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .video-gallery__btn-holder {
        width: 88px;
        height: 88px;
    }
}

@media only screen and (max-width: 767.98px) {
    .video-gallery__btn-holder {
        width: 60px;
        height: 60px;
    }
}

.video-gallery__text {
    padding: 26px 30px 20px;
    max-width: calc(100% - 108px);
}

@media only screen and (max-width: 1199.98px) {
    .video-gallery__text {
        padding: 20px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .video-gallery__text {
        padding: 19px 20px 15px;
        max-width: calc(100% - 88px);
    }
}

@media only screen and (max-width: 767.98px) {
    .video-gallery__text {
        padding: 8px 14px 6px;
        max-width: calc(100% - 60px);
    }
}

.video-gallery__title {
    font-size: 26px;
    line-height: 30px;
    color: #16181a;
    font-weight: 100;
    margin-bottom: 7px;
}

@media only screen and (max-width: 1199.98px) {
    .video-gallery__title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .video-gallery__title {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 24px;
    }
}

.video-gallery__date {
    display: block;
    font-size: 13px;
    color: #16181a;
}

@media only screen and (max-width: 767.98px) {
    .video-gallery__date {
        font-size: 11px;
    }
}

.video-gallery__btn {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-color: #fff;
    background-color: #2a61ff;
    color: #fff;
    padding: 0;
    margin: 0;
}

.video-gallery__btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 1px;
}

@media only screen and (max-width: 767.98px) {
    .video-gallery__btn {
        width: 30px;
        height: 30px;
    }

    .video-gallery__btn::before {
        font-size: 10px;
        margin-left: 2px;
    }
}

.sitemap {
    position: relative;
    padding-top: 112px;
    margin-bottom: 173px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .sitemap {
        margin-bottom: 100px;
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767.98px) {
    .sitemap {
        margin-bottom: 20px;
        padding-top: 50px;
    }
}

.sitemap__title {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #546e7a;
    margin-bottom: 119px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .sitemap__title {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767.98px) {
    .sitemap__title {
        margin-bottom: 50px;
        font-size: 40px;
        line-height: 40px;
    }
}

.sitemap__col {
    margin-bottom: 63px;
}

@media only screen and (max-width: 767.98px) {
    .sitemap__col {
        margin-bottom: 30px;
    }
}

.sitemap__col-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #16181a;
    margin-bottom: 12px;
}

.sitemap__link {
    font-size: 14px;
    line-height: 30px;
    color: rgba(39, 50, 56, 0.8);
}

@media only screen and (min-width: 1025px) {
    .no-touch .sitemap__link:hover {
        color: #2a61ff;
    }
}

.downloads {
    position: relative;
    width: 100%;
    margin-bottom: 179px;
}

@media only screen and (max-width: 767.98px) {
    .downloads {
        margin-bottom: 57px;
    }
}

.downloads__item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0 34px;
    border-top: 1px solid #e1e4e7;
    cursor: pointer;
    position: relative;
}

.downloads__item-wrapper:last-of-type {
    border-bottom: 1px solid #e1e4e7;
    margin-bottom: 68px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .downloads__item-wrapper:hover .downloads__file {
        color: #2a61ff;
    }

    .no-touch .downloads__item-wrapper:hover .downloads__file::before {
        color: #2a61ff;
    }
}

@media only screen and (max-width: 767.98px) {
    .downloads__item-wrapper {
        display: block;
    }
}

.downloads__item-wrapper--non-clickable {
    cursor: default;
}

.downloads__item {
    padding: 0 25px;
    -webkit-flex-basis: 74%;
    -ms-flex-preferred-size: 74%;
    flex-basis: 74%;
}

@media only screen and (max-width: 991.98px) {
    .downloads__item {
        padding: 0 20px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .downloads__item {
        -webkit-flex-basis: 66%;
        -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    }
}

@media only screen and (max-width: 767.98px) {
    .downloads__item {
        width: 100%;
        padding: 0;
        margin-bottom: 17px;
    }
}

.downloads__title {
    margin-bottom: 8px;
    font-size: 26px;
    font-weight: 100;
    color: #16181a;
}

@media only screen and (max-width: 767.98px) {
    .downloads__title {
        font-size: 22px;
        line-height: 28px;
    }
}

.downloads__category-wrapper {
    display: block;
}

.downloads__category-date {
    color: #202122;
    font-size: 13px;
    letter-spacing: 0.01em;
    display: inline-block;
    margin-right: 2px;
    padding-right: 8px;
    position: relative;
}

.downloads__category-date::after {
    content: "";
    height: 60%;
    width: 1px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.downloads__category {
    color: #202122;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2em;
}

.downloads__file {
    margin: 0;
    padding: 0 15px;
    letter-spacing: 0.01em;
}

@media only screen and (max-width: 991.98px) {
    .downloads__file {
        padding-right: 0;
    }
}

.downloads__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.report {
    position: relative;
    margin-top: -120px;
}

/* new style */
.report-overlaying {
    max-width: 1094px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.report.hide-after::after {
    content: none;
}

@media only screen and (max-width: 1199.98px) {
    .report {
        margin-top: -110px;
        margin-bottom: 100px;
    }

    .report::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 30px;
        background-color: #2a61ff;
        bottom: -56px;
        left: 147px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .report.hide-after {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991.98px) {
    .report::after {
        left: 50%;
    }
}

@media only screen and (max-width: 767.98px) {
    .report {
        margin-top: -40px;
    }
}

.report__wrap {
    background-color: #2a61ff;
}

.report__container {
    padding: 56px 60px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media only screen and (max-width: 767.98px) {
    .report__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 30px 30px;
    }
}

.report__text-wrapper,
.report__img-wrapper {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.report__text-wrapper {
    padding: 10px 80px 0 0;
}

@media only screen and (max-width: 991.98px) {
    .report__text-wrapper {
        -webkit-flex-basis: 67.5%;
        -ms-flex-preferred-size: 67.5%;
        flex-basis: 67.5%;
        padding: 10px 25px 0 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .report__text-wrapper {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 8px 0 0;
    }
}

.report__img-wrapper {
    text-align: center;
}

@media only screen and (max-width: 991.98px) {
    .report__img-wrapper {
        -webkit-flex-basis: 32.5%;
        -ms-flex-preferred-size: 32.5%;
        flex-basis: 32.5%;
    }
}

@media only screen and (max-width: 767.98px) {
    .report__img-wrapper {
        -webkit-flex-basis: 57%;
        -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
        margin: 15px auto 0;
    }
}

.report__img {
    display: inline-block !important;
}

.report__title {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    margin-bottom: 19px;
}

@media only screen and (max-width: 767.98px) {
    .report__title {
        font-size: 11px;
        letter-spacing: 0.18em;
        margin-bottom: 13px;
    }
}

.report__subtitle {
    font-size: 36px;
    font-weight: 100;
    color: #fff;
    line-height: 50px;
    margin-bottom: 27px;
}

@media only screen and (max-width: 767.98px) {
    .report__subtitle {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 17px;
    }
}

.report__link {
    color: #fff;
}

.report__link::before {
    color: #fff;
}

@media only screen and (min-width: 1025px) {
    .no-touch .report__link:hover {
        text-decoration: underline;
        color: #fff;
    }

    .no-touch .report__link:hover::before {
        text-decoration: underline;
        color: #fff;
    }
}

@media only screen and (min-width: 1025px) {
    .no-touch .report__link:hover::before {
        text-decoration: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .report__link {
        font-size: 16px;
    }
}

.error {
    position: relative;
    height: 890px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .error {
        height: 954px;
    }
}

@media only screen and (max-width: 767.98px) {
    .error {
        height: 480px;
    }
}

.error__content {
    max-width: 616px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding-top: 174px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .error__content {
        padding-top: 210px;
    }
}

@media only screen and (max-width: 767.98px) {
    .error__content {
        padding-top: 60px;
    }
}

.error__subtitle {
    font-size: 11px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 13px;
}

@media only screen and (max-width: 767.98px) {
    .error__subtitle {
        margin-bottom: 10px;
    }
}

.error__title {
    font-size: 150px;
    line-height: 150px;
    font-weight: 100;
}

@media only screen and (max-width: 767.98px) {
    .error__title {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 10px;
    }
}

.error__text {
    font-size: 26px;
    line-height: 45px;
    font-weight: 300;
}

@media only screen and (max-width: 767.98px) {
    .error__text {
        font-size: 18px;
        line-height: 30px;
    }
}

.error__btn {
    margin-top: 34px;
    text-transform: uppercase;
    font-size: 11px;
    min-width: 230px;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 767.98px) {
    .error__btn {
        min-width: 100%;
    }
}

.search {
    padding-top: 115px;
    margin-bottom: 179px;
}

.search>div {
    position: relative;
}

@media only screen and (max-width: 991.98px) {
    .search {
        padding-top: 107px;
    }
}

@media only screen and (max-width: 767.98px) {
    .search {
        padding: 51px 0 0;
        margin-bottom: 64px;
    }
}

.search__title {
    font-size: 60px;
    font-weight: 100;
    color: #546e7a;
    margin-bottom: 15px;
    text-align: center;
}

@media only screen and (max-width: 991.98px) {
    .search__title {
        font-size: 50px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767.98px) {
    .search__title {
        font-size: 36px;
        margin-bottom: 26px;
    }
}

.search__text {
    font-size: 26px;
    font-weight: 300;
    color: #16181a;
    margin-bottom: 45px;
    text-align: center;
}

@media only screen and (max-width: 991.98px) {
    .search__text {
        font-size: 24px;
        margin-bottom: 47px;
    }
}

@media only screen and (max-width: 767.98px) {
    .search__text {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 32px;
    }
}

.search__container {
    border-bottom: 1px solid #2a61ff;
    max-width: 622px;
    margin: 0 auto 60px;
    padding-bottom: 20px;
    position: relative;
}

@media only screen and (max-width: 991.98px) {
    .search__container {
        max-width: 100%;
        padding-bottom: 22px;
    }
}

.search__input {
    width: 100%;
    font-size: 30px;
    font-weight: 100;
    border: 0;
    padding: 0;
    color: #16181a;
}

.search__input::-webkit-input-placeholder {
    color: rgba(22, 24, 26, 0.3);
}

.search__input:-moz-placeholder {
    color: rgba(22, 24, 26, 0.3);
}

.search__input::-moz-placeholder {
    color: rgba(22, 24, 26, 0.3);
}

.search__input:-ms-input-placeholder {
    color: rgba(22, 24, 26, 0.3);
}

@media only screen and (max-width: 767.98px) {
    .search__input {
        font-size: 24px;
    }
}

.search__btn {
    position: absolute;
    top: 30%;
    right: 4px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #546e7a;
    font-size: 28px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .search__btn:hover {
        color: #2a61ff;
    }
}

@media only screen and (max-width: 991.98px) {
    .search__btn {
        border: 1px solid #2a61ff;
        border-radius: 100%;
        width: 48px;
        height: 48px;
        right: 0;
        font-size: 23px;
    }
}

.search__item {
    padding: 42px 0;
    border-top: 1px solid #e1e4e7;
    position: relative;
}

.search__item:last-of-type {
    border-bottom: 1px solid #e1e4e7;
    margin-bottom: 50px;
}

@media only screen and (max-width: 991.98px) {
    .search__item {
        padding: 39px 0 44px;
    }
}

@media only screen and (max-width: 767.98px) {
    .search__item {
        padding: 28px 0 34px;
    }
}

.search__item-title {
    font-size: 26px;
    font-weight: 700;
    color: #16181a;
    margin-bottom: 25px;
}

@media only screen and (max-width: 991.98px) {
    .search__item-title {
        margin-bottom: 27px;
    }
}

@media only screen and (max-width: 767.98px) {
    .search__item-title {
        margin-bottom: 18px;
        font-size: 20px;
    }
}

.search__item-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.0035em;
    color: #16181a;
}

@media only screen and (max-width: 991.98px) {
    .search__item-text {
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .search__item-text {
        font-size: 16px;
        line-height: 24px;
    }
}

.search__item-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 1025px) {
    .no-touch .search__item-link:hover~.search__item-title {
        color: #2a61ff;
    }
}

.search__result {
    font-weight: 500;
}

.page-promo {
    padding: 148px 69px 75px;
    margin: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 991.98px) {
    .page-promo {
        padding: 60px;
        margin: 50px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .page-promo {
        padding: 20px 30px 40px;
        margin: 30px 0;
    }
}

.page-promo__category-wrapper {
    margin-bottom: 21px;
}

.page-promo__category {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.17em;
    padding-right: 10px;
    margin-right: 4px;
    position: relative;
}

.page-promo__category::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 70%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.page-promo__category-date {
    color: #fff;
    font-size: 12px;
}

.page-promo__title {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    font-family: "PlayfairDisplay", sans-serif;
    color: #fff;
    max-width: 600px;
    margin-bottom: 34px;
}

@media only screen and (max-width: 767.98px) {
    .page-promo__title {
        font-size: 24px;
        line-height: 32px;
    }
}

.page-promo__text {
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.004em;
    color: #fff;
    max-width: 330px;
    margin-bottom: 35px;
}

.page-promo__btn {
    letter-spacing: 0.01em;
    text-align: center;
}

.page-promo__btn::after {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    display: inline-block;
    margin-left: 8px;
    vertical-align: 2px;
    font-size: 7px;
}

@media only screen and (max-width: 575.98px) {
    .page-promo__btn {
        width: 100%;
    }
}

.share-section {
    border-top: 1px solid #e1e4e7;
    border-bottom: 1px solid #e1e4e7;
    padding: 30px 0 20px;
}

.share-section__container {
    text-align: center;
}

.share-section__icon {
    font-size: 18px;
    color: #000;
}

.share-section__icon:not(:last-of-type) {
    padding-right: 40px;
}

.share-section__icon::before {
    display: inline-block;
    padding-right: 10px;
}

@media only screen and (min-width: 1025px) {
    .no-touch .share-section__icon:hover {
        color: #2a61ff;
    }

    .no-touch .share-section__icon:hover .share-section__text {
        color: #2a61ff;
    }
}

.share-section__text {
    color: #6a7889;
    font-size: 14px;
    display: inline-block;
    vertical-align: 2px;
    margin-left: 10px;
}

.filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 2px solid #2a61ff;
    margin-top: 50px;
    position: relative;
    z-index: 4;
}

.filters__container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    position: relative;
}

.filters__container:not(:last-child) {
    border-right: 1px solid #e1e4e7;
}

.filters__container:last-child .filters__info {
    left: 41px;
}

@media only screen and (max-width: 991.98px) {

    .filters__container:last-child .filters__info {
        left: 25px;
    }
}

@media only screen and (max-width: 490px) {
    .filters {
        overflow-x: auto;
    }
}

@media only screen and (max-width: 991.98px) {
    .filters__container:last-child .filters__info {
        left: 20px;
    }
}

.filters__info {
    font-size: 11px;
    font-weight: 500;
    color: #607d8b;
    letter-spacing: 0.18em;
    position: absolute;
    top: 23px;
    left: 25px;
    z-index: 2;
}

@media only screen and (max-width: 767.98px) {
    .filters__info {
        top: 14px;
        left: 0;
    }

    .filters__container:nth-child(2) .selectric,
    .filters__container:nth-child(2) .filters__info {
        padding-left: 18px;
        left: 0;
    }
}

.headline {
    padding: 64px 0 76px;
}

@media only screen and (max-width: 991.98px) {
    .headline {
        padding: 80px 0;
    }
}

@media only screen and (min-width: 992px) {
    .headline__wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
    }
    .nav__submenu ul.nav__sub-block{
        padding-top: 16px;
    }
    .nav__submenu ul.nav__sub-block.nav__sub-block--image{
         padding-top: 0;
    }
}

@media only screen and (min-width: 768px) {
    .headline__content {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 67.33%;
        -ms-flex: 1 1 67.33%;
        flex: 1 1 67.33%;
        max-width: 664px;
    }
}

.headline__title {
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.5px;
}

@media only screen and (min-width: 768px) {
    .headline__title {
        font-size: 24px;
        line-height: 26px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 33.33%;
        -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
        max-width: 207px;
        margin-right: 235px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .headline__title {
        max-width: 230px;
        margin-right: 130px;
        margin-bottom: 78px;
    }
}

@media only screen and (max-width: 767.98px) {
    .headline__title {
        margin-bottom: 33px;
        font-size: 21px;
        line-height: 26px;
    }
}

.headline__intro {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #000;
    margin-bottom: 45px;
    letter-spacing: 0.7px;
}

@media only screen and (max-width: 767.98px) {
    .headline__intro {
        font-size: 16px;
        line-height: 21px;
    }
}

.headline__desc {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    margin-bottom: 47px;
}

.headline__desc p {
    margin-bottom: 47px;
}

@media only screen and (max-width: 767.98px) {
    .headline__desc {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 50px;
    }

    .headline__desc p {
        margin-bottom: 50px;
    }
}

.headline__link {
    padding: 10px 20px;
    background-color: #2a61ff;
}

@media only screen and (min-width: 1025px) {
    .no-touch .headline__link:hover {
        background-color: #fff;
        color: #2a61ff;
        border-color: #2a61ff;
    }

    .no-touch .headline__link:hover .icon {
        color: #2a61ff;
    }
}

.contact {
    padding: 79px 0 95px;
    background-color: #f5f5f5;
}

@media only screen and (max-width: 991.98px) {
    .contact {
        padding: 0;
    }
}

.contact__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 991.98px) {
    .contact__container {
        display: block;
    }
}

.contact__content {
    max-width: 591px;
    padding-left: 39px;
}

@media only screen and (max-width: 991.98px) {
    .contact__content {
        max-width: 100%;
        padding: 78px 0 110px;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact__content {
        padding: 40px 0 60px;
    }
}

.contact__subtitle,
.contact__text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 35px;
}

@media only screen and (max-width: 767.98px) {

    .contact__subtitle,
    .contact__text {
        font-size: 15px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact__subtitle {
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        letter-spacing: 0.5px;
        margin-bottom: 25px;
    }
}

.contact__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .contact__title {
        font-size: 56px;
        line-height: 66px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact__title {
        font-size: 32px;
        line-height: 37px;
        letter-spacing: 0.6px;
    }
}

.contact .contact__content p {
    margin-bottom: 53px;
}

.contact__text {
    margin-bottom: 53px;
}

.contact__img {
    max-width: 590px;
    width: 100%;
    height: 307px;
}

@media only screen and (max-width: 991.98px) {
    .contact__img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .contact__img {
        height: 216px;
        max-width: calc(100% + 100px);
        width: calc(100% + 100px);
        margin: 0 -50px;
    }

    .contact .contact__img {
        height: 307px;
        margin: 0;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact__img {
        height: 129px;
        max-width: calc(100% + 40px);
        width: calc(100% + 40px);
        margin: 0 -20px;
    }

    .contact .contact__img {
        height: 307px;
        max-width: calc(100%);
        width: calc(100%);
        margin: 0 0px;
    }

}

.services {
    padding: 53px 0 60px;
}

.services .headline {
    padding-bottom: 56px;
}

.services .headline .wrap {
    padding: 0;
}

@media only screen and (min-width: 992px) {
    .services .headline__title {
        max-width: 33.33%;
    }
}

@media only screen and (max-width: 991.98px) {
    .services {
        padding-top: 0;
    }
}

.services__cards {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-bottom: 22px;
}

.services__cards::after {
    content: "";
    display: block;
    max-width: 883px;
    width: 100%;
    height: 2.5px;
    background-color: #cdcdcd;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .services__cards {
        margin: 0 -11px;
        padding-bottom: 87px;
    }

    .services__cards::after {
        height: 2px;
        max-width: 566px;
    }
}

@media only screen and (max-width: 767.98px) {
    .services__cards {
        margin: 0 -10px;
        padding-bottom: 64px;
    }

    .services__cards::after {
        height: 1px;
        max-width: 100%;
        width: 83%;
    }
}

.services__card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: calc(25% - 40px);
    width: 100%;
    height: 170px;
    border: 1px solid #2a61ff;
    margin: 0 20px;
    border-radius: 10px;
    margin-bottom: 60px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media only screen and (min-width: 1025px) {
    .no-touch .services__card:hover {
        background-color: #2a61ff;
        -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
    }

    .no-touch .services__card:hover .services__img {
        visibility: hidden;
        opacity: 0;
    }

    .no-touch .services__card:hover .services__title {
        -webkit-transform: translateY(-47px);
        transform: translateY(-47px);
        color: #fff;
    }

    .no-touch .services__card:hover .services__cta {
        visibility: visible;
        opacity: 1;
        color: #fff;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .services__card {
        max-width: calc(33.333% - 22px);
        margin: 0 11px 24px;
        height: 123px;
    }
}

@media only screen and (max-width: 767.98px) {
    .services__card {
        max-width: calc(50% - 20px);
        margin: 0 10px 20px;
        height: 94px;
    }
}

.services__content {
    text-align: center;
}

.services__img {
    max-width: 50px;
    margin-bottom: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .services__img {
        max-width: 36px;
        margin-bottom: 13px;
    }
}

@media only screen and (max-width: 767.98px) {
    .services__img {
        max-width: 28px;
        margin-bottom: 10px;
    }
}

.services__title {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .services__title {
        font-size: 13px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .services__title {
        font-size: 9px;
        line-height: 11px;
    }
}

.services__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.services__cta {
    position: absolute;
    left: 50%;
    bottom: 58px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 700;
}

.services__cta::after {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
    display: inline-block;
    margin-left: 14px;
}

.slider-home {
    width: 100%;
    background-color: #183371;
    padding: 109px 0 102px;
}

@media only screen and (max-width: 767.98px) {
    .slider-home {
        padding: 70px 0;
    }
}

.slider-home__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 36px;
}

.slider-home__top .btn-home__text::after {
    color: #fff;
}

.slider-home__title {
    font-size: 34px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

@media only screen and (max-width: 767.98px) {
    .slider-home__title {
        font-size: 16px;
        line-height: 23px;
        font-weight: 400;
        width: calc(100% - 120px);
    }
}

.slider-home__wrap {
    width: 100%;
    overflow: hidden;
    padding-left: calc((100% - 1308px) / 2);
}

@media only screen and (max-width: 1348px) {
    .slider-home__wrap {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .slider-home__wrap {
        padding-left: 50px;
    }
}

.slider-home__container {
    overflow: hidden;
}

.slider-home__holder {
    max-width: 520px;
}

.slider-home__slides {
    position: relative;
    padding-bottom: 90px;
}

.slider-home__slides .slick-list {
    overflow: visible;
}

.slider-home__slides .slick-slide>div {
    padding-right: 22px;
}

.slider-home__slides .slick-arrow {
    bottom: 0;
    width: 50px;
    height: 50px;
    border: 1.6px solid #2a61ff;
}

.slider-home__slides .slick-prev {
    left: 0;
}

.slider-home__slides .slick-next {
    left: 70px;
}

.slider-home__slides .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 22px;
    left: 160px;
    width: 500px;
    height: 4px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.slider-home__slides .slick-dots li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    min-width: 1%;
    width: auto;
    height: 4px;
    background-color: #f5f5f5;
    margin-right: 0;
    border-radius: 5px;
}

.slider-home__slides .slick-dots .slick-active {
    background-color: #2a61ff;
    -webkit-box-shadow: 0 0 6px rgba(198, 212, 255, 0.3);
    box-shadow: 0 0 6px rgba(198, 212, 255, 0.3);
}

@media only screen and (max-width: 767.98px) {
    .slider-home__slides {
        padding-bottom: 130px;
    }

    .slider-home__slides .slick-next {
        left: 62px;
    }

    .slider-home__slides .slick-dots {
        width: calc(100% - 22px);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        bottom: 74px;
        left: 0;
        height: 6px;
    }

    .slider-home__slides .slick-dots li {
        height: 6px;
        border-radius: 5px;
    }
}

.slider-home__slide {
    width: 498px;
    margin-right: 22px;
}

.slider-home__img {
    width: 100%;
    height: 286px;
    padding: 24px 23px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

@media only screen and (max-width: 767.98px) {
    .slider-home__img {
        height: 194px;
    }
}

.slider-home__content {
    position: relative;
    padding: 28px 36px 54px 23px;
    background-color: #f5f5f5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 232px;
}

@media only screen and (max-width: 767.98px) {
    .slider-home__content {
        padding: 18px 20px 23px;
        min-height: 163px;
    }
}

.slider-home__link {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 22px;
    color: #16181a;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

@media only screen and (min-width: 1025px) {
    .no-touch .slider-home__link:hover {
        text-decoration: underline;
    }
}

@media only screen and (max-width: 767.98px) {
    .slider-home__link {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.4px;
    }
}

.slider-home__date {
    position: absolute;
    left: 23px;
    bottom: 26px;
    font-size: 12px;
    line-height: 14px;
    color: #898989;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767.98px) {
    .slider-home__date {
        font-size: 9px;
        line-height: 11px;
        letter-spacing: 0.2px;
    }
}

.slider-home__tages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.slider-home__tag {
    background-color: #000;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.6px;
    color: #fff;
    padding: 8px 15px 7px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    margin-right: 15px;
}

.slider-home__tag:last-child {
    margin-right: 0;
}

.blog-articles {
    width: 100%;
    margin-bottom: 100px;
    padding-top: 64px;
    color: #fff;
    overflow: hidden;
}

@media only screen and (max-width: 991.98px) {
    .blog-articles {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .blog-articles {
        margin-bottom: 70px;
    }
}

.blog-articles__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 63px;
}

@media only screen and (max-width: 991.98px) {
    .blog-articles__wrap {
        padding: 0 48px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767.98px) {
    .blog-articles__wrap {
        padding: 0 18px 0 19px;
    }
}

.blog-articles__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 34px;
    padding: 68px 51px 54px;
    width: 100%;
    min-height: 700px;
    overflow: hidden;
}

.blog-articles__item:nth-of-type(3) {
    margin-right: 0;
}

.blog-articles__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
        transform 0.3s ease,
        -webkit-transform 0.3s ease;
}

@media only screen and (min-width: 1025px) {
    .no-touch .blog-articles__item:hover::after {
        -webkit-transform: scale(1.07);
        transform: scale(1.07);
    }

    .no-touch .blog-articles__item:hover .blog-articles__link {
        background-color: #fff;
        color: #16181a;
    }

    .no-touch .blog-articles__item:hover .blog-articles__link:hover {
        background-color: #3565f6;
        color: #fff;
    }
}

@media only screen and (max-width: 1199.98px) {
    .blog-articles__item {
        padding: 50px 21px 36px;
        min-height: 520px;
    }
}

@media only screen and (max-width: 991.98px) {
    .blog-articles__item {
        min-height: 471px;
        margin-bottom: 24px;
        padding: 50px 21px 31px;
    }

    .blog-articles__item:last-of-type {
        margin: 0;
    }
}

.blog-articles__cat {
    display: inline-block;
    margin-bottom: 30px;
    padding: 8px 15px 7px;
    border-radius: 50px;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.6px;
    z-index: 3;
}

.blog-articles__content {
    max-width: 400px;
    z-index: 3;
}

@media only screen and (max-width: 991.98px) {
    .blog-articles__content {
        max-width: none;
    }
}

.blog-articles__title {
    margin-bottom: 34px;
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    font-family: "PlayfairDisplay", sans-serif;
    letter-spacing: 1.1px;
}

@media only screen and (max-width: 1350px) {
    .blog-articles__title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .blog-articles__title {
        margin-bottom: 26px;
        font-size: 26px;
        line-height: 33px;
        letter-spacing: 0.8px;
    }
}

.blog-articles__link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 23px 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.4px;
}

@media only screen and (max-width: 767.98px) {
    .blog-articles__link {
        padding: 11px 19px;
        font-size: 9px;
        line-height: 10px;
    }
}

.blog-articles__link-icon {
    margin-left: 13px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    font-size: 14px;
}

@media only screen and (max-width: 767.98px) {
    .blog-articles__link-icon {
        margin-left: 9px;
        font-size: 10px;
    }
}

.blog-articles__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 51, 113, 0.84)), to(transparent));
    background: linear-gradient(0deg, rgba(24, 51, 113, 0.84), transparent);
    z-index: 2;
}

.cards {
    overflow: hidden;
    position: relative;
    margin-bottom: 51px;
    padding-top: 49px;
}

@media only screen and (max-width: 991.98px) {
    .cards {
        margin-bottom: 86px;
    }
}

@media only screen and (max-width: 767.98px) {
    .cards {
        margin-bottom: 56px;
    }
}

.cards__header {
    width: 100%;
    margin-bottom: 44px;
    text-align: center;
}

@media only screen and (max-width: 991.98px) {
    .cards__header {
        text-align: left;
        margin-bottom: 110px;
    }
}

@media only screen and (max-width: 767.98px) {
    .cards__header {
        margin-bottom: 81px;
    }
}

.cards__pre-title {
    margin-bottom: 22px;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}

@media only screen and (max-width: 991.98px) {
    .cards__pre-title {
        display: none;
    }
}

.cards__title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
}

@media only screen and (max-width: 991.98px) {
    .cards__title {
        letter-spacing: 0.6px;
    }
}

@media only screen and (max-width: 767.98px) {
    .cards__title {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0.3px;
    }
}

.cards__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -27px;
}

@media only screen and (max-width: 1199.98px) {
    .cards__container {
        margin: 0 -14px;
    }
}

@media only screen and (max-width: 767.98px) {
    .cards__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
    }
}

.cards__article {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.333%;
    -ms-flex: 1 1 33.333%;
    flex: 1 1 33.333%;
    max-width: 33.333%;
    padding: 0 27px;
    margin-bottom: 60px;
    width: 100%;
}

@media only screen and (max-width: 1199.98px) {
    .cards__article {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 49.999%;
        -ms-flex: 1 1 49.999%;
        flex: 1 1 49.999%;
        max-width: 49.999%;
        margin-bottom: 24px;
        padding: 0 14px;
    }
}

@media only screen and (max-width: 767.98px) {
    .cards__article {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        max-width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
}

.cards__article-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: calc(54.61% + 104px);
    border: 1px solid #dddddc;
    border-radius: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

@media only screen and (min-width: 1025px) {

    .no-touch .cards__article_center_img .cards__article-wrap:hover .cards__content {
        padding: 20px 26px 28px;
    }

    .no-touch .cards__article_center_img .cards__article-wrap:hover .cards__content .cards__description {
        display: none;
    }

    .no-touch .cards__article_center_img .cards__article-wrap:hover .cards__single-heading {
        display: block;
        color: white;
    }

    .no-touch .cards__article-wrap:hover .cards__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-height: 100%;
        padding: 48px 26px 28px;
        background-color: #3565f6;
    }

    .no-touch .cards__article-wrap:hover .cards__single-heading {
        display: none;
    }

    .no-touch .cards__article-wrap:hover .cards__description {
        max-height: 500px;
        opacity: 1;
    }

    .no-touch .cards__article-wrap:hover .cards__link {
        color: #fff;
    }
}

@media only screen and (max-width: 991.98px) {
    .cards__article-wrap {
        padding-bottom: calc(54.61% + 98px);
    }
}

@media only screen and (max-width: 767.98px) {
    .cards__article-wrap {
        padding-bottom: calc(54.61% + 84px);
    }
}

.cards__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 104px;
    padding: 20px 26px 28px;
    background-color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-property: max-height, background-color;
    transition-property: max-height, background-color;
}

.cards__article_black_text .cards__content {
    background-color: rgba(0, 0, 0, 0.6);
}

.cards__article_black_text .cards__article-wrap {
    background-size: cover;
}

.cards__article_black_text .cards__content .cards__single-heading {
    color: white;
}

.cards__article_black_text .cards__link {
    color: white;
}

.cards__article_center_img .cards__article-wrap {
    padding-bottom: 0;
    flex-direction: column;
}

.cards__article_center_img .img-block img {
    width: auto;
    height: auto;
    max-width: 294px;
    max-height: 307px;
}

.cards__article_center_img .cards__content {
    position: static;
    border-top: 1px solid #dddddc;
    max-height: 137px;
}

.cards__article_center_img .img-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 293px;
}

@media only screen and (max-width: 991.98px) {
    .cards__content {
        height: auto;
        max-height: none;
        padding: 22px 26px 23px;
    }
}

@media only screen and (max-width: 767.98px) {
    .cards__content {
        padding: 19px 21px 21px;
    }
}

.cards__single-heading {
    margin-bottom: 13px;
    color: #183371;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;

}

.cards__article_center_img .cards__single-heading {
    min-height: 53px;
}

@media only screen and (max-width: 991.98px) {
    .cards__single-heading {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .cards__single-heading {
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0.3px;
    }
}

.cards__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3565f6;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.4px;
}

.cards__link-icon {
    margin-left: 13px;
    font-size: 15px;
}

.cards__description {
    max-height: 0;
    opacity: 0;
    color: #fff;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-property: max-height, opacity;
    transition-property: max-height, opacity;
}

.cards__desc-heading {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1px;
}

.cards__desc-text {
    max-height: 140px;
    margin-bottom: 52px;
    padding-right: 3px;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.7px;
    overflow-y: auto;
}

.download-form {
    padding: 30px 0;
    max-width: 838px;
    margin-inline: auto;
}

.download-form .field-validation-error {
    color: #ec6707;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    bottom: -19px;
}

.download-form .download-form__checkbox-message {
    display: none;
    bottom: 19px;
}

.download-form .input-validation-error {
    border-color: #ec6707;
}

.download-form .validation-summary-valid {
    display: none;
}

.download-form .field-validation-valid {
    display: none;
}

.download-form--has-rte .download-form__info {
    padding: 0;
}

.download-form--has-rte .download-form__category {
    margin-bottom: 10px;
}

.download-form--has-rte .download-form__image-holder {
    margin-bottom: 10px;
    width: 234px;
    height: 334px;
}

.download-form--has-rte .download-form__title {
    line-height: 30px;
    font-weight: 700;
    padding-right: 0;
    margin-bottom: 20px;
    font-size: 24px;
}

.download-form--has-rte .download-form__cta-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.download-form--has-rte .download-form__btn {
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .download-form--has-rte .download-form__category {
        display: inline-block;
        margin-left: 5px;
    }

    .download-form--has-rte .download-form__title {
        padding-left: 5px;
    }

    .download-form--has-rte .download-form__image-holder {
        width: 234px;
    }
}

@media only screen and (max-width: 767.98px) {
    .download-form--has-rte .download-form__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .download-form--has-rte .download-form__title {
        padding: 0;
    }

    .download-form--has-rte .download-form__image-holder {
        width: auto;
    }
}

.download-form__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767.98px) {
    .download-form__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.download-form__content-rte {
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .download-form__content-rte {
        padding-right: 70px;
    }
}

@media only screen and (min-width: 992px) {
    .download-form__info {
        padding: 90px 0 116px;
    }
}

.download-form__category,
.download-form__title {
    font-family: "Roboto", sans-serif;
}

.download-form__category {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.05em;
    background-color: #16181a;
    padding: 7px 15px;
    border-radius: 100px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .download-form__category {
        margin-bottom: 48px;
    }
}

@media only screen and (max-width: 767.98px) {
    .download-form__category {
        margin-bottom: 21px;
    }
}

.download-form__title {
    line-height: 1.17;
    font-weight: 500;
    color: #000;
}

@media only screen and (min-width: 992px) {
    .download-form__title {
        font-size: 48px;
        padding-right: 141px;
        margin-bottom: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .download-form__title {
        font-size: 27px;
        padding-right: 40px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .download-form__title {
        letter-spacing: 0.5px;
        margin-bottom: 32px;
    }
}

.download-form__cta-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
}

@media only screen and (max-width: 991.98px) {
    .download-form__cta-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.download-form__btn {
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.17;
}

@media only screen and (min-width: 768px) {
    .download-form__btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

@media only screen and (max-width: 991.98px) {
    .download-form__btn {
        margin-block: 3px;
    }
}

.download-form__btn--blue {
    background-color: #3565f6;
    border-color: #3565f6;
    color: #fff;
}

@media only screen and (min-width: 1025px) {
    .no-touch .download-form__btn--blue:hover {
        background-color: transparent;
        color: #3565f6;
    }
}

.download-form__btn--white {
    background-color: transparent;
    border-color: #16181a;
    color: #16181a;
}

.download-form__btn--white .download-form__btn-text::before {
    color: #3565f6;
}

@media only screen and (min-width: 1025px) {
    .no-touch .download-form__btn--white:hover {
        border-color: #3565f6;
    }

    .no-touch .download-form__btn--white:hover .download-form__btn-text::before {
        color: #fff;
    }
}

.download-form__btn--download {
    padding-right: 50px;
}

.download-form__btn--download .download-form__btn-text::before {
    right: -26px;
    content: "";
}

.download-form__btn--submit {
    padding-right: 60px;
}

.download-form__btn--submit .download-form__btn-text::before {
    content: "";
}

@media only screen and (min-width: 768px) {
    .download-form__btn--submit .download-form__btn-text::before {
        right: -41px;
    }
}

@media only screen and (max-width: 767.98px) {
    .download-form__btn--submit {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .download-form__btn--submit .download-form__btn-text::before {
        right: -38px;
    }
}

.download-form__btn-text {
    position: relative;
}

.download-form__btn-text::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
}

.download-form__image-holder {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) {
    .download-form__image-holder {
        width: 334px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .download-form__image-holder {
        width: 221px;
    }
}

@media only screen and (max-width: 767.98px) {
    .download-form__image-holder {
        width: 100%;
        margin-bottom: 39px;
    }
}

.download-form__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.download-form__popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: none;
}

.download-form__popup--show {
    display: block;
}

.download-form__popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 24, 26, 0.3);
}

.download-form__popup-content {
    -webkit-box-shadow: 0px 24px 124px -20px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 24px 124px -20px rgba(0, 0, 0, 0.11);
    z-index: 2;
    max-width: 667px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 20px;
}

.download-form__popup-inner {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    overflow-y: auto;
}

@media only screen and (min-width: 768px) {
    .download-form__popup-inner {
        padding: 58px 90px 46px;
        max-height: 90vh;
    }
}

@media only screen and (max-width: 767.98px) {
    .download-form__popup-inner {
        max-height: 83vh;
        padding: 42px 20px 36px;
    }
}

.download-form__popup-close {
    position: absolute;
    top: 21px;
    right: 20px;
    font-size: 13px;
}

.download-form__popup-close::before {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    line-height: 1;
    content: "";
}

.download-form__input-holder {
    position: relative;
}

.download-form__input-holder--has-message {
    margin-bottom: 10px;
}

.download-form__input-holder--has-message .field-validation-error {
    bottom: auto;
    top: 70px;
}

.download-form__input-label {
    visibility: hidden;
    opacity: 0;
    color: #3565f6;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
}

.download-form__input-label--show {
    visibility: visible;
    opacity: 1;
}

.download-form__input {
    border: 0;
    padding: 0 0 16px;
    border-bottom: 1px solid #3565f6;
    line-height: 1.33;
    font-weight: 400;
    display: block;
    width: 100%;
}

.download-form__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.download-form__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.download-form__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.download-form__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.download-form__input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 992px) {
    .download-form__input {
        margin-bottom: 24px;
    }
}

@media only screen and (min-width: 768px) {
    .download-form__input {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .download-form__input {
        margin-bottom: 22px;
    }
}

@media only screen and (max-width: 767.98px) {
    .download-form__input {
        font-size: 20px;
        margin-bottom: 24px;
    }
}

.download-form__input-message {
    font-weight: 300;
    font-size: 18px;
}

.download-form__checkbox-label {
    font-size: 18px;
    letter-spacing: 0.04em;
    font-weight: 300;
    color: #000;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.download-form__checkbox-label input[type="checkbox"] {
    display: none;
}

.download-form__checkbox-label input[type="checkbox"]:checked~.download-form__checkbox-checkmark {
    background-color: transparent;
    border-color: #3565f6;
}

.download-form__checkbox-label input[type="checkbox"]:checked~.download-form__checkbox-checkmark::after {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 992px) {
    .download-form__checkbox-label {
        margin-top: 4px;
    }
}

@media only screen and (min-width: 768px) {
    .download-form__checkbox-label {
        line-height: 1.33;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .download-form__checkbox-label {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 767.98px) {
    .download-form__checkbox-label {
        margin-top: 6px;
        line-height: 1.5;
    }
}

.download-form__checkbox-checkmark {
    width: 26px;
    height: 26px;
    background-color: transparent;
    border: 2px solid #dddddc;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.download-form__checkbox-checkmark::after {
    content: "";
    width: 12px;
    height: 12px;
    opacity: 0;
    visibility: hidden;
    background-color: #3565f6;
    -webkit-clip-path: polygon(14% 44%, 35% 70%, 84% 14%, 96% 24%, 35% 85%, 4% 54%);
    clip-path: polygon(14% 44%, 35% 70%, 84% 14%, 96% 24%, 35% 85%, 4% 54%);
}

@media only screen and (min-width: 768px) {
    .download-form__checkbox-checkmark {
        margin-right: 12px;
    }
}

@media only screen and (max-width: 767.98px) {
    .download-form__checkbox-checkmark {
        margin-right: 10px;
    }
}

.download-form__input-holder--invalid .download-form__checkbox-checkmark {
    border-color: #ec6707;
}

.download-form__input-holder--invalid .download-form__checkbox-message {
    display: inline-block;
}

.download-form__recaptcha {
    margin-bottom: 20px;
}

.download-form__recaptcha .grecaptcha-badge {
    position: static !important;
}

.download-form__button-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px 20px;
}

@media only screen and (min-width: 768px) {
    .download-form__button-holder {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 767.98px) {
    .download-form__button-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.download-form__submit-message {
    font-weight: 300;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .download-form__submit-message {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767.98px) {
    .download-form__submit-message {
        font-size: 20px;
    }
}

.Member-login-form {
    background-color: #f4f5f7;
    padding: 20px 40px;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;

}

.Member-login-form p {
    margin-bottom: 1.25rem;
}

.Member-login-form label {
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

.Member-login-form input[type="text"],
.Member-login-form input[type="password"] {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

.Member-login-form button[type="submit"] {
    background-color: #2a61ff;
    color: white;
    padding: 12px 19px;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 14px;
}

/*# sourceMappingURL=style.min.css.map */