/**
 * Genesic website
 * @version v1.0.0
 * @license ISC
 * @copyright 2019 Genesec
 * @link https://genesec.rs
 */
@charset "UTF-8";
@-webkit-keyframes lds-default {
    0%, 20%, 80%, to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes lds-default {
    0%, 20%, 80%, to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

:root {
    --_: 0;
    --xs: 480px;
    --s: 576px;
    --m: 768px;
    --l: 992px;
    --xl: 1200px;
    --xxl: 1600px;
}

@font-face {
    font-family: 'AvenirNextPro';
    src: url(../fonts/Avenir/AvenirNextLTPro-Regular.woff) format("woff"), url(../fonts/Avenir/AvenirNextLTPro-Regular.woff2) format("woff2"), url(../fonts/Avenir/AvenirNextLTPro-Regular.ttf) format("truetype"), url(../fonts/Avenir/AvenirNextLTPro-Regular.eot) format("eot");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextPro';
    src: url(../fonts/Avenir/AvenirNextLTPro-Demi.woff) format("woff"), url(../fonts/Avenir/AvenirNextLTPro-Demi.woff2) format("woff2"), url(../fonts/Avenir/AvenirNextLTPro-Demi.ttf) format("truetype"), url(../fonts/Avenir/AvenirNextLTPro-Demi.eot) format("eot");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextPro';
    src: url(../fonts/Avenir/AvenirNextLTPro-Bold.woff) format("woff"), url(../fonts/Avenir/AvenirNextLTPro-Bold.woff2) format("woff2"), url(../fonts/Avenir/AvenirNextLTPro-Bold.ttf) format("truetype"), url(../fonts/Avenir/AvenirNextLTPro-Bold.eot) format("eot");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url(../fonts/Gilroy/Gilroy-Regular.woff) format("woff"), url(../fonts/Gilroy/Gilroy-Regular.woff2) format("woff2"), url(../fonts/Gilroy/Gilroy-Regular.ttf) format("truetype"), url(../fonts/Gilroy/Gilroy-Regular.eot) format("eot");
    font-weight: 500;
    font-style: normal;
}

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

html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

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

.slick-slide img, article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "AvenirNextPro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #111;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

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

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

p {
    margin-top: 0;
    margin-bottom: 12px;
}

ol, ul {
    margin: 0;
    padding: 0;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
    font-weight: 400;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #fff;
    text-decoration: none;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%
}

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

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

button {
    border-radius: 0;
}

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

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

[hidden] {
    display: none !important;
}

::-moz-selection {
    color: #fff;
    background-color: #0071bc;
}

::selection {
    color: #fff;
    background-color: #0071bc;
}

h1, h2 {
    color: #111;
    font-family: inherit;
    margin-top: 0;
    margin-bottom: 0;
}

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

h3, h4, h5, h6 {
    color: #111;
    font-family: inherit;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

h1._l, h2._l, h3._l, h4._l, h5._l, h6._l {
    color: #fff;
}

h1, h2 {
    font-size: 30px;
    line-height: 50px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 36px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 40px;
    }
}

h2 {
    font-size: 26px;
    line-height: 48px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 38px;
    }
}

h3, h4, h5, h6, p {
    font-size: 16px;
}

h4, h5, h6 {
    font-weight: 500;
}

a:hover {
    color: #0071bc;
    text-decoration: none;
}

li {
    list-style: none;
}

._wr {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    ._wr {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    ._wr {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    ._wr {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    ._wr {
        max-width: 1312px;
    }
}

._wr-f {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

._w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=_] {
    padding-right: 0;
    padding-left: 0;
}

._, ._1, ._10, ._11, ._12, ._2, ._3, ._4, ._5, ._6, ._7, ._8, ._9 {
    width: 100%
}

._, ._1, ._10, ._11, ._12, ._2, ._3, ._4, ._5, ._6, ._7, ._8, ._9, .__auto {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
}

._l, ._l1, ._l10, ._l11, ._l12, ._l2, ._l3, ._l4, ._l5, ._l6, ._l7, ._l8, ._l9, ._l_auto, ._m, ._m1, ._m10, ._m11, ._m12, ._m2, ._m3, ._m4, ._m5, ._m6, ._m7, ._m8, ._m9, ._m_auto, ._s, ._s1, ._s10, ._s11, ._s12, ._s2, ._s3, ._s4, ._s5, ._s6, ._s7, ._s8, ._s9, ._s_auto, ._xl, ._xl1, ._xl10, ._xl11, ._xl12, ._xl2, ._xl3, ._xl4, ._xl5, ._xl6, ._xl7, ._xl8, ._xl9, ._xl_auto, ._xs, ._xs1, ._xs10, ._xs11, ._xs12, ._xs2, ._xs3, ._xs4, ._xs5, ._xs6, ._xs7, ._xs8, ._xs9, ._xs_auto, ._xxl, ._xxl1, ._xxl10, ._xxl11, ._xxl12, ._xxl2, ._xxl3, ._xxl4, ._xxl5, ._xxl6, ._xxl7, ._xxl8, ._xxl9, ._xxl_auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
}

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

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

._1, ._2, ._3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

._2, ._3 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

._3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

._4, ._5, ._6, ._7, ._8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

._5, ._6, ._7, ._8 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

._6, ._7, ._8 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

._7, ._8 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

._8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

._10, ._11, ._12, ._9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

._10, ._11, ._12 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

._11, ._12 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

._12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ofs_1 {
    margin-left: 8.3333333333%
}

.ofs_2 {
    margin-left: 16.6666666667%
}

.ofs_3 {
    margin-left: 25%
}

.ofs_4 {
    margin-left: 33.3333333333%
}

.ofs_5 {
    margin-left: 41.6666666667%
}

.ofs_6 {
    margin-left: 50%
}

.ofs_7 {
    margin-left: 58.3333333333%
}

.ofs_8 {
    margin-left: 66.6666666667%
}

.ofs_9 {
    margin-left: 75%
}

.ofs_10 {
    margin-left: 83.3333333333%
}

.ofs_11 {
    margin-left: 91.6666666667%
}

@media (min-width: 480px) {
    ._xs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    ._xs1, ._xs_auto {
        -webkit-box-flex: 0;
    }

    ._xs_auto {
        width: auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
    }

    ._xs1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    ._xs2, ._xs3, ._xs4, ._xs5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    ._xs3, ._xs4, ._xs5 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    ._xs4, ._xs5 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    ._xs5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    ._xs6, ._xs7, ._xs8, ._xs9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    ._xs7, ._xs8, ._xs9 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    ._xs8, ._xs9 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    ._xs9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    ._xs10, ._xs11, ._xs12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    ._xs11, ._xs12 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    ._xs12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ofs_xs0 {
        margin-left: 0;
    }

    .ofs_xs1 {
        margin-left: 8.3333333333%
    }

    .ofs_xs2 {
        margin-left: 16.6666666667%
    }

    .ofs_xs3 {
        margin-left: 25%
    }

    .ofs_xs4 {
        margin-left: 33.3333333333%
    }

    .ofs_xs5 {
        margin-left: 41.6666666667%
    }

    .ofs_xs6 {
        margin-left: 50%
    }

    .ofs_xs7 {
        margin-left: 58.3333333333%
    }

    .ofs_xs8 {
        margin-left: 66.6666666667%
    }

    .ofs_xs9 {
        margin-left: 75%
    }

    .ofs_xs10 {
        margin-left: 83.3333333333%
    }

    .ofs_xs11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 576px) {
    ._s {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

    ._s1, ._s2, ._s3, ._s4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    ._s2, ._s3, ._s4 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    ._s3, ._s4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    ._s4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    ._s5, ._s6, ._s7, ._s8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    ._s6, ._s7, ._s8 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    ._s7, ._s8 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    ._s8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    ._s10, ._s11, ._s12, ._s9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    ._s10, ._s11, ._s12 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    ._s11, ._s12 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    ._s12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ofs_s0 {
        margin-left: 0;
    }

    .ofs_s1 {
        margin-left: 8.3333333333%
    }

    .ofs_s2 {
        margin-left: 16.6666666667%
    }

    .ofs_s3 {
        margin-left: 25%
    }

    .ofs_s4 {
        margin-left: 33.3333333333%
    }

    .ofs_s5 {
        margin-left: 41.6666666667%
    }

    .ofs_s6 {
        margin-left: 50%
    }

    .ofs_s7 {
        margin-left: 58.3333333333%
    }

    .ofs_s8 {
        margin-left: 66.6666666667%
    }

    .ofs_s9 {
        margin-left: 75%
    }

    .ofs_s10 {
        margin-left: 83.3333333333%
    }

    .ofs_s11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    ._m {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

    ._m1, ._m2, ._m3, ._m4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    ._m2, ._m3, ._m4 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    ._m3, ._m4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    ._m4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    ._m5, ._m6, ._m7, ._m8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    ._m6, ._m7, ._m8 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    ._m7, ._m8 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    ._m8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    ._m10, ._m11, ._m12, ._m9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    ._m10, ._m11, ._m12 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    ._m11, ._m12 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    ._m12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ofs_m0 {
        margin-left: 0;
    }

    .ofs_m1 {
        margin-left: 8.3333333333%
    }

    .ofs_m2 {
        margin-left: 16.6666666667%
    }

    .ofs_m3 {
        margin-left: 25%
    }

    .ofs_m4 {
        margin-left: 33.3333333333%
    }

    .ofs_m5 {
        margin-left: 41.6666666667%
    }

    .ofs_m6 {
        margin-left: 50%
    }

    .ofs_m7 {
        margin-left: 58.3333333333%
    }

    .ofs_m8 {
        margin-left: 66.6666666667%
    }

    .ofs_m9 {
        margin-left: 75%
    }

    .ofs_m10 {
        margin-left: 83.3333333333%
    }

    .ofs_m11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    ._l {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

    ._l1, ._l2, ._l3, ._l4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    ._l2, ._l3, ._l4 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    ._l3, ._l4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    ._l4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    ._l5, ._l6, ._l7, ._l8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    ._l6, ._l7, ._l8 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    ._l7, ._l8 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    ._l8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    ._l10, ._l11, ._l12, ._l9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    ._l10, ._l11, ._l12 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    ._l11, ._l12 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    ._l12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ofs_l0 {
        margin-left: 0;
    }

    .ofs_l1 {
        margin-left: 8.3333333333%
    }

    .ofs_l2 {
        margin-left: 16.6666666667%
    }

    .ofs_l3 {
        margin-left: 25%
    }

    .ofs_l4 {
        margin-left: 33.3333333333%
    }

    .ofs_l5 {
        margin-left: 41.6666666667%
    }

    .ofs_l6 {
        margin-left: 50%
    }

    .ofs_l7 {
        margin-left: 58.3333333333%
    }

    .ofs_l8 {
        margin-left: 66.6666666667%
    }

    .ofs_l9 {
        margin-left: 75%
    }

    .ofs_l10 {
        margin-left: 83.3333333333%
    }

    .ofs_l11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1200px) {
    ._xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    ._xl1, ._xl_auto {
        -webkit-box-flex: 0;
    }

    ._xl_auto {
        width: auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
    }

    ._xl1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    ._xl2, ._xl3, ._xl4, ._xl5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    ._xl3, ._xl4, ._xl5 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    ._xl4, ._xl5 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    ._xl5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    ._xl6, ._xl7, ._xl8, ._xl9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    ._xl7, ._xl8, ._xl9 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    ._xl8, ._xl9 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    ._xl9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    ._xl10, ._xl11, ._xl12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    ._xl11, ._xl12 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    ._xl12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ofs_xl0 {
        margin-left: 0;
    }

    .ofs_xl1 {
        margin-left: 8.3333333333%
    }

    .ofs_xl2 {
        margin-left: 16.6666666667%
    }

    .ofs_xl3 {
        margin-left: 25%
    }

    .ofs_xl4 {
        margin-left: 33.3333333333%
    }

    .ofs_xl5 {
        margin-left: 41.6666666667%
    }

    .ofs_xl6 {
        margin-left: 50%
    }

    .ofs_xl7 {
        margin-left: 58.3333333333%
    }

    .ofs_xl8 {
        margin-left: 66.6666666667%
    }

    .ofs_xl9 {
        margin-left: 75%
    }

    .ofs_xl10 {
        margin-left: 83.3333333333%
    }

    .ofs_xl11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1600px) {
    ._xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

    ._xxl1, ._xxl2, ._xxl3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    ._xxl2, ._xxl3 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    ._xxl3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    ._xxl4, ._xxl5, ._xxl6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    ._xxl5, ._xxl6 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    ._xxl6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    ._xxl7, ._xxl8, ._xxl9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    ._xxl8, ._xxl9 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    ._xxl9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    ._xxl10, ._xxl11, ._xxl12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    ._xxl11, ._xxl12 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    ._xxl12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ofs_xxl0 {
        margin-left: 0;
    }

    .ofs_xxl1 {
        margin-left: 8.3333333333%
    }

    .ofs_xxl2 {
        margin-left: 16.6666666667%
    }

    .ofs_xxl3 {
        margin-left: 25%
    }

    .ofs_xxl4 {
        margin-left: 33.3333333333%
    }

    .ofs_xxl5 {
        margin-left: 41.6666666667%
    }

    .ofs_xxl6 {
        margin-left: 50%
    }

    .ofs_xxl7 {
        margin-left: 58.3333333333%
    }

    .ofs_xxl8 {
        margin-left: 66.6666666667%
    }

    .ofs_xxl9 {
        margin-left: 75%
    }

    .ofs_xxl10 {
        margin-left: 83.3333333333%
    }

    .ofs_xxl11 {
        margin-left: 91.6666666667%
    }
}

@font-face {
    font-family: "slick";
    src: url(./fonts/slick.eot);
    src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal;
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: 0;
    outline: 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25;
}

.slick-next:before, .slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer__nav li a:hover::before, .slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←"
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:focus, .slick-dots li button:hover, .slick-list:focus {
    outline: 0;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75;
}

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

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

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

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide.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;
}

.btn, .hamburger {
    display: inline-block;
}

.btn, .btn:link, .btn:visited, .nav__nav-list.nav-active .list-item a {
    color: #000;
}

.btn:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

.nav .hamburger {
    outline: 0;
}

.hamburger {
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger.is-active:hover, .hamburger:hover {
    opacity: .7;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
    background-color: #fff;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    display: block;
}

.hamburger-inner {
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner::after, .hamburger-inner::before {
    content: ''
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
}

.lds-default {
    display: inline-block;
    position: fixed;
    top: 50vh;
    left: 50vw;
    width: 64px;
    height: 64px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.lds-default div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #0071bc;
    border-radius: 50%;
    -webkit-animation: lds-default 1.2s linear infinite;
    animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    top: 29px;
    left: 53px;
}

.lds-default div:nth-child(2) {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s;
    top: 18px;
    left: 50px;
}

.lds-default div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s;
    top: 9px;
    left: 41px;
}

.lds-default div:nth-child(4) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s;
    top: 6px;
    left: 29px;
}

.lds-default div:nth-child(5) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
    top: 9px;
    left: 18px;
}

.lds-default div:nth-child(6) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
    top: 18px;
    left: 9px;
}

.lds-default div:nth-child(7) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s;
    top: 29px;
    left: 6px;
}

.lds-default div:nth-child(8) {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s;
    top: 41px;
    left: 9px;
}

.lds-default div:nth-child(9) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
    top: 50px;
    left: 18px;
}

.lds-default div:nth-child(10) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
    top: 53px;
    left: 29px;
}

.lds-default div:nth-child(11) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    top: 50px;
    left: 41px;
}

.lds-default div:nth-child(12) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    top: 41px;
    left: 50px;
}

.language-dropdown {
    display: inline-block;
    /*margin: 10px 0;*/
}

@media (min-width: 992px) {
    /*.language-dropdown {*/
    /*    margin: 70px 0 0 10px;*/
    /*}*/
}

.language-dropdown .lang {
    height: 20px;
    width: 100%
}

.language-dropdown .lang a span {
    height: 20px;
    border-radius: 2px;
}

.language-dropdown .lang-rs .flag {
    background-image: url(/bundles/images/_icons/serbia.png);
}

.language-dropdown .lang-en .flag {
    background-image: url(/bundles/images/_icons/uk.svg);
}

.language-dropdown .lang-de .flag {
    background-image: url(/bundles/images/_icons/germany.png);
}

.language-dropdown .lang-ru .flag {
    background-image: url(/bundles/images/_icons/russia.svg);
}

.language-dropdown label, .language-dropdown ul li {
    display: block;
    width: 30px;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
    /*margin: 3px 0;*/
}

.language-dropdown ul li {
    border-radius: 2px;
}

.language-dropdown .lang-list {
    position: relative;
    visibility: hidden;
    opacity: 0;
    z-index: 1;

    display: none;
}

.language-dropdown .lang-list li:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.language-dropdown .lang-list li:last-child .flag {
    margin-top: -10px;
}

@media (min-width: 992px) {
    .language-dropdown .lang-list li: last-child .flag {
        margin: 0 0 0 -15px;
    }
}

.language-dropdown .lang-list li.selected {
    display: none;
}

.language-dropdown label {
    position: relative;
    border-radius: 3px;
    z-index: 2;
}

.language-dropdown .lang-flag .flag, .language-dropdown .lang-list .lang .flag {
    position: absolute;
    width: 100%;
    height: 20px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.language-dropdown.open .lang-list {
    visibility: visible;
    opacity: 1;

    display: block;
    position: absolute;
    /* z-index: 111111111; */
    min-width: 30px;
}

}
.lang-flag, .lang-list {
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lang-flag:first-child, .lang-list:first-child {
    /*margin-bottom: 6px;*/
    color: #000;
    font-weight: 700;
}

.hidden, .nav .logo-secondary {
    display: none;
}

.nav {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 110px;
    z-index: 1;
    padding: 0 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (min-width: 1200px) {
    .nav {
        height: 150px;
        padding: 50px;
    }
}

.nav img {
    height: 34px;
}

@media (min-width: 992px) {
    .nav img {
        height: auto;
    }
}

.nav__nav-list {
    position: absolute;
    top: 0;
    /*right: -100%;*/
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /*min-height: 50vh;*/
    padding: 110px 20px 30px;
    /*background-color: #011f33;*/
    background-color: #fff;
    border-radius: 0 0 15px 15px;

    @media (min-width: 1200px) {
        padding: 60px 20px 30px;
    }
}

@media (min-width: 1200px) {
    .nav__nav-list {
        position: static;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 100%;
        padding: 0 25px;
        margin-left: auto;
        background-color: transparent;
    }
}

.nav__nav-list.nav-active {
    right: 0;
}

.nav__nav-list .list-item {
    margin: 15px 0;
    position: relative;
}

@media (min-width: 1200px) {
    .nav__nav-list .list-item {
        margin: 0 20px;
    }
}

.nav__nav-list .list-item a {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    white-space: nowrap;
    color: #000;

    @media (min-width: 1200px) {
        color: #000000;
    }

}

.nav__nav-list .list-item a:not(.btn):hover {
    color: #23a7ff;
}

@media (min-width: 1200px) {
    .nav__nav-list .list-item a.btn {
        margin-left: 12px;
    }
}

.nav__nav-list li:last-child {
    /*margin-top: 14px;*/
}

@media (min-width: 1200px) {
    .nav__nav-list li: last-child {
        margin-left: 15px;
        margin-top: 0;
    }
}

.nav .hamburger {
    display: inline-block;
    margin-top: 8px;
    z-index: 3;
}

@media (min-width: 1200px) {
    .nav .hamburger {
        display: none;
    }
}

.scroll {
    height: 70px;
    background-color: #f0f3f5;
    -webkit-box-shadow: 0 10px 44px -15px rgba(17, 17, 17, .15);
    box-shadow: 0 10px 44px -15px rgba(17, 17, 17, .15);
}

.scroll .nav__logo {
    display: none;
}

.scroll .logo-secondary {
    display: inline-block;
}

.scroll a {
    color: #111;
}

.scroll .hamburger-inner, .scroll .hamburger-inner::after, .scroll .hamburger-inner::before, .scroll .hamburger.is-active .scroll .hamburger-inner, .scroll .hamburger.is-active .scroll .hamburger-inner::after, .scroll .hamburger.is-active .scroll .hamburger-inner::before {
    background-color: #020815;
}

.footer a, .footer h3, .footer p, .section-clients .client h4, .section-clients .client h6 {
    color: #fff;
}

.footer a {
    -webkit-transition: .3s;
    transition: .3s;
}

.footer a:not(.read-more):hover {
    color: #23a7ff;
}

.footer__top {
    background-image: url(/bundles/images/_home/generic.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
}

@media (min-width: 768px) {
    .footer__top {
        padding: 80px 0;
    }
}

.footer__main h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
}

@media (min-width: 768px) {
    .footer__main h3 {
        margin-bottom: 19px;
    }
}

.footer__main p {
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 24px;
}

.footer__about p {
    padding-right: 40px;
}

.footer__about a {
    color: #aee853;
    position: relative;
}

.footer__about a:hover::before {
    right: -54px;
}

.footer__about a::before {
    content: '';
    display: block;
    position: absolute;
    right: -47px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    width: 32px;
    background-color: #aee853;
    -webkit-transition: .3s;
    transition: .3s;
}

.footer__nav li {
    padding-left: 32px;
    margin-bottom: 22px;
}

.footer__nav li a {
    position: relative;
    font-size: 18px;
}

.footer__nav li a::before {
    content: '';
    display: block;
    position: absolute;
    top: 40%;
    left: -32px;
    height: 8px;
    width: 8px;
    border-right: 1px solid #aee853;
    border-bottom: 1px solid #aee853;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
    -webkit-transition: .3s;
    transition: .3s;
}

.footer__contact span {
    position: relative;
    margin-right: 30px;
}

.footer__contact span::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 9px;
    right: -27px;
    height: 1px;
    width: 14px;
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg);
    background-color: #aee853;
}

@media (min-width: 768px) {
    .footer__emails .hire {
        margin: 41px 0;
    }
}

.footer__bottom {
    background-color: #020815;
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    padding: 15px;
    opacity: .5;
}

@media (min-width: 992px) {
    .footer__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 30px;
    }
}

.footer__content p {
    margin-bottom: 0;
}

.footer__content ul {
    margin-top: 5px;
}

.footer__content ul li {
    display: block;
}

@media (min-width: 992px) {
    .footer__content ul li {
        margin-left: 30px;
        display: inline-block;
    }
}

.footer__content p, .footer__content ul li a {
    font-family: 'Gilroy';
    font-size: 14px;
}

.header__content h1, .header__content p {
    color: #fff;
    margin-bottom: 20px;
}

.header__content p {
    font-size: 18px;
    line-height: 28px;
}

@media (min-width: 576px) {
    .header__content p {
        width: 400px;
    }
}

.header__content div img {
    margin: -4px 10px 0 0;
    max-width: 50%
}

@media (min-width: 576px) {
    .header__content div img {
        max-width: 100%
    }
}

.header__content div a {
    font-weight: 700;
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
}

.header__secondary-img {
    @media (max-width: 1200px) {
        display: none;
    }
}

.section-about {
    background-image: url(/bundles/images/_home/rectangle-light.png);
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: top right;
    padding-bottom: 100px;

    @media (min-width: 800px) {
        margin-top: 100px;
    }
}

@media (max-width: 991.98px) {
    .section-about__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.section-about__figure {
    position: relative;
    margin-top: auto;
}

@media (min-width: 992px) {
    .section-about__figure {
        min-height: 572px;
        margin-top: 50px;
        height: 672px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .section-about__figure img {
        margin-top: 80px;
    }
}

.section-about__figure p {
    position: absolute;
    bottom: 0;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    line-height: 26px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
    background: linear-gradient(180deg, transparent 0%, #111 100%);
}

@media (min-width: 992px) {
    .section-about__figure p {
        padding: 45px;
    }
}

.section-about__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px;
}

@media (min-width: 992px) {
    .section-about__content {
        padding-top: 100px;
    }
}

.section-about__content h2 {
    margin-bottom: 10px;
}

.section-about__content h4 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.section-about__content p {
    font-size: 16px;
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .section-about__content p {
        margin-bottom: 0;
    }
}

.section-solutions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    overflow-x: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (min-width: 992px) {
    .section-solutions {
        padding: 100px 0;
    }
}

.section-solutions__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-bottom: 70px;
}

@media (min-width: 992px) {
    .section-solutions__left {
        margin-bottom: 0;
    }
}

.section-solutions__left h2 {
    line-height: 50px;
    margin-top: 10px;
}

.section-solutions .slick-slider {
    padding-left: 35px;
}

.section-solutions .slide-card {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 35px;
    position: relative;
    cursor: pointer;
}

.section-about__figure img, .section-solutions .slide-card img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-solutions .slide-card div {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.section-solutions .slide-card div h5 {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 25px;
}

.section-clients {
    padding: 70px 0 50px;
}

@media (min-width: 1200px) {
    .section-clients {
        padding: 50px 0 100px;
    }
}

.section-clients .client {
    background-size: cover;
    padding: 15px;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
    min-height: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-clients .client > * {
    position: relative;
}

@media (min-width: 1200px) {
    .section-clients .client {
        height: 380px;
        padding: 28px 50px;
    }
}

.section-clients .client::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.section-clients .client:nth-child(odd) {
    width: 715px;
}

.section-clients .client:nth-child(odd)::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 31, 51, .9)), to(rgba(1, 31, 51, .9)));
    background-image: linear-gradient(rgba(1, 31, 51, .9), rgba(1, 31, 51, .9));
}

.section-clients .client:nth-child(even) {
    width: 508px;
}

.section-clients .client:nth-child(even)::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 113, 188, .9)), to(rgba(0, 113, 188, .9)));
    background-image: linear-gradient(rgba(0, 113, 188, .9), rgba(0, 113, 188, .9));
}

.section-clients .client h6 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-clients .client h4 {
    font-size: 38px;
    font-weight: 700;
    width: 267px;
    margin: auto 0 40px;
    text-transform: lowercase;
}

.section-support {
    background-image: url(/bundles/images/_home/layer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.section-support__heading {
    padding-top: 0;
    margin-bottom: 45px;
}

@media (min-width: 992px) {
    .section-support__heading {
        padding-top: 80px;
    }
}

.section-support .support-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px;
    border: 2px solid #f0f3f5;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 44px -15px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 44px -15px rgba(0, 0, 0, .15);
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .section-support .support-card {
        height: 82px;
        padding: 18px 50px;
    }
}

.section-support .support-card .svg {
    margin-right: 15px;
}

@media (min-width: 576px) {
    .section-support .support-card .svg {
        margin-right: 30px;
    }
}

.section-support .support-card p {
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0;
}

.section-support__person {
    display: none;
}

@media (min-width: 1200px) {
    .section-support__person {
        display: block;
        margin-top: -200px;
        /*margin-left: -40px;*/
        margin-left: -190px;
        z-index: 1;
    }
}

.section-services {
    padding: 25px 0;
}

@media (max-width: 991.98px) {
    .section-services__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (min-width: 1200px) {
    .section-services {
        padding: 100px 0 50px;
    }
}

.section-services .card-container {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .section-services .card-container {
        margin-bottom: 50px;
    }
}

.section-services .service-card, .section-services__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-services .service-card {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 44px -15px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 44px -15px rgba(0, 0, 0, .15);
    padding: 20px;
    height: 100%
}

@media (min-width: 992px) {
    .section-services .service-card {
        /*height: 130px;*/
        /*width: 140px;*/
    }
}

@media (min-width: 1200px) {
    .section-services .service-card {
        /*width: 186px;*/
    }
}

.section-services .service-card:hover span {
    color: #5f9e1b;
}

.section-services .service-card span {
    position: absolute;
    left: 10px;
    top: 50%;
    color: #aee853;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    transition: .3s;

    @media (min-width: 600px) {
        left: 0;
    }
}

.section-services .service-card p {
    color: #0b304d;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    margin-bottom: 0;
    word-break: break-word;
}

.section-services__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section-services__right h2 {
    line-height: 50px;
    margin-bottom: 25px;
}


/*/////////////////////////////////////////////////////////////*/
.header {
    left: 0;
    padding: 20px;
    position: fixed;
    top: 0;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 997;

    @media (min-width: 1200px) {
        padding: 24px 0;
    }
}

.header .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    /*padding: 0 20px;*/

    @media (min-width: 1200px) {
        padding: 0 20px;
    }
}

.header__logo {
    position: relative;
    z-index: 999;
}

.header__logo-img {
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    transition: width .3s ease-in-out;
    width: 88px;
}

.header .wpml-ls {
    left: -20px;
    top: unset;
}

.header .wpml-ls, .header .wpml-ls-item {
    position: relative;
}

.header .wpml-ls-item:after {
    background: #506973;
    content: "";
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.header .wpml-ls-item:last-of-type {
    border: 0;
}

.header .wpml-ls-item:last-of-type:after {
    display: none;
}

.header .wpml-ls-link {
    color: #506973;
    font: 400 14px/1 Mallory-Book, sans-serif;
    padding: 6px 13px 8px;
    text-transform: uppercase;
    transition: color .3s ease-in-out;
}

.header .wpml-ls-link:hover {
    color: #1c75bc;
}

.header .wpml-ls-current-language .wpml-ls-link {
    color: #fff;
}

.header__menu {
    display: grid;
    gap: 0;
    grid-template-areas: "grid-menu grid-image" "grid-footer grid-footer";
    grid-template-columns: 65% auto;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0s ease-in, grid-template-columns .3s linear;
    transition-delay: 1s;
    width: 100%;

    @media (min-width: 1200px) {
        /*width: 94%;*/
        width: 91%;
    }

}

.header__menu .grid-menu {
    /*background-color: #142533;*/
    grid-area: grid-menu;
    height: 820px;
    position: relative;
    transform: translateX(-100%);
    transition: transform 1s ease-in-out;
    width: 100%;
    z-index: 2;
}

.header__menu .grid-image {
    background-position: 50%;
    background-size: cover;
    grid-area: grid-image;
    height: 820px;
    position: relative;
    transform: translateX(-100vw);
    transition: transform 1s ease-in-out, background-image .5s linear;
    width: 100%;
    z-index: 1;
}

.header__menu .grid-image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in-out;
    width: 100%
}

.header__menu .grid-image img.active-image {
    opacity: 1;
}

.header__menu .grid-footer {
    /*background-color: #142533;*/
    grid-area: grid-footer;
    height: calc(100vh - 820px);
    transform: translateY(100%);
    transition: transform 1s ease-in-out;
    width: 100%;
    z-index: 5;
}

.header__menu-container {
    align-items: start !important;
    display: inline;
    /*height: 100%;*/
    right: -50%;

    /*max-height: 800px;*/
    position: absolute;
    /*transform: translateX(-50%);*/
    transform: translateX(50%);
    /*transition: all 1s ease-in-out;*/
    /*transition: .3s ease-in-out;*/
    transition: .4s ease-in-out;
    /*transition-delay: 0s;*/
    width: 100%;
    z-index: 5;
    top: 0;

    @media (min-width: 1200px) {
        top: 40px;
    }
}

.header__menu-content {
    align-items: start;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: space-between;
    /*padding-top: 100px;*/
    position: relative;
    /*width: 180px;*/
    width: 100%;
    z-index: 998;
}

.header__menu-languages {
    display: flex;
    height: inherit;
    justify-content: end;
    padding-bottom: 24px;
}

.header__menu-languages .container {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
}

.header__menu-links {
    align-items: center;
    /*border-bottom: 1px solid #506973;*/
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    /*padding-bottom: 24px;*/
    width: 100%
}

.header__menu-links-content {
    align-items: left;
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
    height: 100%;
    justify-content: flex-start;
    position: relative;
    width: 100%
}

.header__menu-links.expended .header__menu-link--child .header__menu-link-item, .header__menu-links.expended .header__menu-link--parent .header__menu-link-item {
    opacity: 0;
    pointer-events: none;
}

.expended {
    @media (max-width: 1200px) {
        .lang-flag {
            color: #000;
        }

        .header__hamburger-lines span {
            background-color: #000;
        }

        .language-dropdown {
            display: none;
        }
    }
}

.header__menu-link {
    text-align: left;
}

.header__menu-link-item {
    color: #fff;
    cursor: pointer;
    font: 400 16px/1.4 Mallory-Book, sans-serif;
    transition: opacity .55s ease-in-out;
}

.header__menu-link-item--desk {
    display: none;
}

.header__menu-link.active .header__menu-sublinks {
    opacity: 1;
    pointer-events: auto;
}

.header__menu-socials {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
    justify-content: left;
    padding: 0;
    width: 100%
}

.header__menu-social {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    opacity: .5;
    transition: opacity .3s ease-in-out;
    width: auto;
}

.header__menu-social-icon {
    display: block;
    height: 20px;
    width: 20px;
}

.header__menu-social:hover {
    opacity: 1;
}

.header__menu-connect {
    padding: 24px 0;
    width: 100%
}

.header__menu-connect .container {
    flex-flow: row wrap;
    max-width: 100%;
    padding: 0;
}

.header__toggles {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;
}

.header__hamburger {
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    gap: 6px;
    padding: 14px 0;
    position: relative;
    width: 64px;
    z-index: 998;
}

.header__hamburger-lines {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    transition: transform .55s ease-in-out;
}

.header__hamburger-lines span {
    background: #000;
    display: block;
    height: 2px;
    transition: transform .55s ease-in-out, background-color .3s ease-in-out;
    width: 32px;
}

.header__hamburger-lines-one--2, .header__hamburger-lines-two--2 {
    margin-left: -1px;
}

.header__hamburger:hover .header__hamburger-lines span {
    background: #1c75bc;
}

.header.expended .header__menu {
    transform: translateX(0);
    transition-delay: 0s;
}

.header.expended .header__menu .grid-image, .header.expended .header__menu .grid-menu {
    transform: translateX(0);
}

.header.expended .header__menu .grid-footer {
    transform: translateY(0);
}

.header.expended .header__menu-container {
    transition-delay: 50ms;
    right: 50%;

    @media (min-width: 1200px) {
        /*right: 55%;*/
        right: 50%;
    }
}

.header.expended .header__hamburger-lines-one--1 {
    transform: rotate(12deg);
}

.header.expended .header__hamburger-lines-one--2, .header.expended .header__hamburger-lines-two--1 {
    transform: rotate(-12deg);
}

.header.expended .header__hamburger-lines-two--2 {
    transform: rotate(12deg);
}

.header.expended .header__hamburger-lines--1 {
    transform: translateY(-3px);
}

.header.expended .header__hamburger-lines--2 {
    transform: translateY(3px);
}

.header__search-button {
    cursor: pointer;
    z-index: 999;
    display: flex;
    line-height: 1.4;
}

.header__search-button svg {
    display: block;
    height: auto;
    width: 24px;
}

.header__search-button svg path {
    transition: .3s ease-in-out;
}

.header__search-button:hover svg path {
    stroke: #1c75bc;
}

.header__search-modal {
    align-items: center;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: linear-gradient(0deg, rgba(27, 59, 71, .85), rgba(27, 59, 71, .85));
    color: #264b59;
    display: flex;
    flex-flow: row nowrap;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: -998;
}

.header__search-modal .container {
    background: #fff;
    border-radius: 16px;
    display: flex;
    flex-flow: column nowrap;
    margin: 0 20px;
    max-height: 80vh;
    max-width: 600px;
    padding: 24px;
    width: 100%
}

.header__search-modal-close {
    cursor: pointer;
    margin: 0 0 24px auto;
}

.header__search-modal-close svg {
    display: block;
    height: auto;
    width: 34px;
}

.header__search-modal-close svg path {
    fill: #264b59;
    transition: fill .3s ease-in-out;
}

.header__search-modal-close:hover svg path {
    fill: #1c75bc;
}

.header__search-modal-input {
    border: 1px solid #8799a8;
    border-radius: 16px;
    font: 400 16px/1.4 Mallory-Book, sans-serif;
    margin-bottom: 24px;
    padding: 15px 12px;
    width: 100%
}

.header__search-modal-input:active, .header__search-modal-input:focus, .header__search-modal-input:hover {
    outline: 0;
}

.header__search-modal-input::-moz-placeholder {
    color: #8799a8;
}

.header__search-modal-input::placeholder {
    color: #8799a8;
}

.header__search-modal-results {
    align-items: flex-start;
    display: grid;
    flex: 1;
    gap: 24px;
    grid-template-columns: 1fr;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 12px;
}

.header__search-modal-result {
    align-items: center;
    color: #264b59;
    display: grid;
    grid-template-columns: 1fr 2fr;
    transition: color .3s ease-in-out;
}

.header__search-modal-result-img {
    aspect-ratio: 4/3;
    border-radius: 16px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.header__search-modal-result-title {
    font-size: 16px;
    padding-left: 12px;
}

.header__search-modal-result:hover {
    color: #1c75bc;
}

.header__search-modal-error {
    display: none;
}

.header__search-modal.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 998;
}

.header.sticky {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    /*background: rgba(38, 75, 89, .7);*/
    /*padding: 12px 0;*/
    padding: 20px;
    /*background-image: linear-gradient(rgba(1, 31, 51, .9), rgba(1, 31, 51, .9));*/
    background-color: #fff;

    @media (min-width: 1200px) {
        padding: 12px 0;

        .header__menu-container {
            top: 30px;
        }
    }
}

.header.sticky.searching {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: transparent;
}

@media only screen and (min-width: 640px) {
    .header__menu {
        grid-template-columns: 45% auto;
    }

    .header__menu-links-content {
        gap: 12px;
    }

    .header__menu-sublinks {
        height: 100%
    }

    .header__menu-sublinks-content {
        height: 100%;
        overflow-y: auto;
    }

    .header__menu-connect .container {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .header__menu-socials {
        flex-flow: row nowrap;
        gap: 24px;
        order: 2;
    }
}

@media only screen and (min-width: 1024px) {
    .header__logo-img {
        height: 55px;
        transition: height .3s ease-in-out;
        width: 150px;
    }

    .header__menu {
        grid-template-columns: 35% auto;
    }

    .header__menu-content {
        /*padding-top: 100px;*/
    }

    .header__menu-languages .container {
        align-self: end;
    }

    .header__menu-link {
        transition: padding .3s ease-in-out;
    }

    .header__menu-link-item {
        transition: color .55s ease-in-out;
    }

    .header__menu-link-item--desk {
        display: block;
    }

    .header__menu-link.desktop-active .header__menu-link-item {
        color: #1c75bc;
    }

    .header__search-modal-close {
        margin-bottom: 48px;
    }

    .header__search-modal-results {
        max-height: 400px;
    }

    .header__search-modal-result-title {
        font-size: 24px;
        padding-left: 24px;
    }

    .header.sticky .header__logo-img {
        height: 35px;
    }
}

@media only screen and (min-width: 2256px) {
    .header__menu {
        grid-template-columns: 45% auto;
    }
}

.nav__logo {
    display: none;
}

.logo-secondary {
    display: block;
}

.lang a {
    color: #000000;
    transition: .2s;
}

.lang a:hover {
    color: #1c75bc;
}

.header.sticky {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    /*background: rgba(38,75,89,.7);*/
    /*padding: 12px 0;*/
    background-color: #fff;



    .lang_selector li a {
        color: #000;
    }

    .lang a {
        color: #000 !important;
    }

    .header__hamburger-lines span {
        background: #000;
    }

    .lang-flag {
        color: #000;
    }

    .nav__nav-list li a {
        color: #000;
    }
}


.hero img, .header__content {
    position: relative;
    z-index: 2;
}

.hero__breadcrumb {
    visibility: hidden;
}

.hero__main {
    color: #fff;
    /*height: 530px;*/
    overflow: hidden;
    /*padding: 120px 0 48px;*/
    padding: 200px 0 48px;
    position: relative;
}

.hero__image, .hero__video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.hero__image--mobile, .hero__video--mobile {
    z-index: 2;
}

.hero__image-desktop, .hero__video-desktop {
    z-index: 1;
}

.hero__image-position-center, .hero__video-position-center {
    -o-object-position: center;
    object-position: center;
}

.hero__image-position-bottom, .hero__video-position-bottom {
    -o-object-position: bottom;
    object-position: bottom;
}

.hero__gradient {
    background: linear-gradient(180deg, #222, rgba(34, 34, 34, 0));
    height: 200px;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.hero__gradient--bottom {
    background: linear-gradient(0deg, #222, rgba(34, 34, 34, 0));
    bottom: 0;
    height: 421px;
    top: auto;
}

.hero__full-gradient {
    background: rgba(38, 75, 89, .67);
    background-blend-mode: multiply;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.hero .container {
    order: 1;
}

.hero .container, .hero .social {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 4;
}

.hero .social {
    order: 2;
}

.hero__breadcrumb span {
    display: grid;
    gap: 6px;
    grid-template-columns: 1fr;
}

.hero__breadcrumb span .breadcrumb_last, .hero__breadcrumb span a {
    font: 400 12px/1 Mallory-Book, sans-serif;
    text-transform: uppercase;
}

.hero__breadcrumb span a {
    color: #fff;
    opacity: .5;
}

.hero__breadcrumb span .breadcrumb_last {
    color: #fff;
}

.hero__tagline {
    margin-bottom: 6px;
}

.hero .btn {
    margin-top: 24px;
}

.hero__socials {
    display: none;
}

.hero__description {
    padding: 48px 0;
}

.hero__description-banner {
    margin-bottom: 24px;
}

.hero__description-logo {
    display: block;
    height: 42px;
    margin-bottom: 12px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    width: 114px;
}

.hero__description-socials {
    align-items: center;
    display: flex;
    gap: 24px;
}

.hero__description-social img {
    display: block;
    height: 34px;
    width: 34px;
}

.hero__description-paragraphs {
    color: #264b59;
}

.hero__description-paragraph {
    margin-bottom: 24px;
}

.hero__description-paragraph:last-of-type {
    margin-bottom: 0;
}

.hero__description--two .hero__description-paragraphs--one {
    margin-bottom: 24px;
}

.hero__main {
    height: 26vh;

    @media (min-width: 800px) {
        height: 50vh;
    }

    @media (orientation: landscape) {
        height: 90vh;
    }
}

@media only screen and (min-width: 1024px) {
    .hero__main {
        height: 100vh;
        max-height: 816px;
    }

    .hero__image--mobile, .hero__video--mobile {
        display: none;
    }

    .hero__breadcrumb span {
        display: flex;
    }

    .hero__breadcrumb span span:after {
        color: #fff;
        content: "/";
        font: 400 14px/1 Mallory-Book, sans-serif;
        opacity: .5;
    }

    .hero__breadcrumb span .breadcrumb_last, .hero__breadcrumb span a {
        font-size: 14px;
    }

    .hero__breadcrumb span .breadcrumb_last:after {
        display: none;
    }

    .hero__content {
        display: grid;
        grid-template-columns: 2fr 370px;
    }

    .hero__content .inline {
        display: inline;
    }

    .hero__text {
        align-self: end;
        flex: 1;
    }

    .hero__socials {
        align-content: end;
        display: grid;
    }

    .hero__socials--container {
        display: grid;
        font: 400 14px/1 Mallory-Book, sans-serif;
        gap: 20px;
        grid-template-columns: 150px 1fr;
        margin: 5px 0;
        position: relative;
    }

    .hero__socials--container.entered .icons {
        left: 0;
    }

    .hero__socials--container.left .icons {
        left: 100%
    }

    .hero__socials--icons {
        align-items: center;
        border-right: 1px solid #fff;
        display: flex;
        justify-content: flex-end;
        overflow: hidden;
        padding-right: 10px;
        position: relative;
    }

    .hero__socials--icons .icons {
        left: 100%;
        position: relative;
        transition: all .3s ease-in-out;
    }

    .hero__socials--icons .icons a {
        margin: 0 3px;
        padding: 2px 3px;
    }

    .hero__socials--icons .icons a:hover {
        opacity: .5;
    }

    .hero__socials--icons .icons img {
        display: inline-block;
    }

    .hero__socials--brand {
        display: flex;
    }

    .hero__socials--brand:hover {
        cursor: pointer;
    }

    .hero__description .container {
        display: grid;
        gap: 48px;
        grid-template-columns: 1fr 1fr;
    }

    .hero__description-banner {
        order: 2;
    }

    .hero__description-paragraphs {
        order: 1;
    }

    .hero__description-logo {
        margin-left: auto;
    }

    .hero__description-socials {
        justify-content: flex-end;
    }

    .hero__description-social img {
        width: 24px;
    }
}

.align-center {
    align-items: center;
}

.section-one {
    padding: 70px 0;

    a:hover {
        color: #23a7ff;
    }
}

.section-one a:hover {
    color: #23a7ff !important;
    letter-spacing: 1px;
}

.section-one .hero__main {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;

    @media (min-width: 1024px) {
        padding-top: 150px;
        padding-bottom: 100px;
    }
}

.section-one .header__content p {
    width: auto;
}

.section-one .hero__main::before {
    background-image: unset;
}

.black-text {
    color: #000 !important;
}

.section-one .align-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}
.hero__main {
    position: relative;
}

.hero-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}

.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
    height: 100%;
}

.hero__slide-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}



.m-heroSlider.-first .m-heroSlider__image {
    margin-top: 15px;
    margin-left: -60px;
}

.m-heroSlider__text.-first {
    z-index: 10;
    margin-top: 50px;
    justify-content: center;
}

.m-heroSlider__text.-first br {
    display: none;
}

.m-heroSlider__text h2 {
    font-size: 24px;
}

.m-heroSlider__text.-first h2 {
    margin-top: 20px;
    padding-right: 60px;
    line-height: 1.2;
}

.m-heroSlider__text.-first img {
   height: 90px;
}

.m-heroSlider__text.-slider2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 200px 0 0;
    min-height: 400px;
    display: flex;
    justify-content: center;
}

.m-heroSlider__text.-slider2 h2 {
    color: #fff;
    text-align: center;
    line-height: 1.2;
    padding-right: 40px;
}

.m-heroSlider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.m-heroSlider__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-heroSlider__image img{
    height: 200px;
}

.m-heroSlider video {
    position: relative;
    min-height: 200px;
}

._home .site-main {
    margin-top: 100px;
}

.hero-swiper .swiper-pagination-bullet-active {
    background: #000000;
}



@media screen and (min-width: 768px) {

    .m-heroSlider__text.-slider2 {
        min-height: 525px;
    }

    .m-heroSlider__text h2 {
        font-size: 36px;
    }

    .m-heroSlider__text.-first {
        padding: 110px 0 80px 40px;
    }

    .m-heroSlider__text.-first h2 {
        margin-top: 60px;
        padding-right: 60px;
    }

    .m-heroSlider__text.-first img {
        height: 140px;
    }

    .m-heroSlider__image img{
        height: auto;
    }

    .m-heroSlider__text.-first h2 br {
        display: block;
    }

}

@media screen and (min-width: 992px) {

    .m-heroSlider__text.-slider2 {
        min-height: 710px;
    }

    .m-heroSlider__text.-slider2 {
        padding: 450px 0 0;
    }
}

@media (max-width: 767px) {
    .hero-swiper .swiper-pagination {
        bottom: 20px !important;
    }

    .hero-swiper:has(.swiper-slide:nth-child(2).swiper-slide-active) .swiper-pagination-bullet-active {
        background: #ffffff;
    }


}