@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap"); 

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

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

button {
  background: none;
  border: none;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

img {
  display: block;
  max-width: 100%;
}

/* VARIABLES ------------------
----------------------------*/
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
}

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

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

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

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  -webkit-flex-shrink: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

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

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

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

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

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

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

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

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

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

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

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

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

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

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

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

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

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

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

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

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

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }

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

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

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

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

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

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

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* GLOBAL CORE STYLES FOR PROJECT -------------
----------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.desktop-block {
  display: block;
}

a img {
  border: none;
}

button {
  background: none;
  border: none;
  padding: 0px;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

.desktop-block {
  display: block;
}

.flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-block.desktop-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-block.js-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-block.js-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-block.align-it-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-block.desktop-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-block.dr-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-block.al-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0.75rem 0;
  margin: 1rem 0 0;
}

.dropdown-item {
  display: block;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu {
  list-style: none;
  background-clip: padding-box;
  border: none;
}

.dropdown {
  position: relative;
}

.main-navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.navbar-nav {
  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;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-toggler .navbar-toggler-icon {
  display: block;
  background: #fff;
  height: 2px;
  margin-bottom: 5px;
  width: 20px;
}

.navbar-toggler .navbar-toggler-icon:last-of-type {
  margin-bottom: 0px;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .header .navbar-collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navbar-collapse.mobile-block {
    display: none;
  }

  .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-toggler {
    display: none;
  }
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  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;
  min-height: -webkit-calc(100% - (0.5rem * 2));
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: -webkit-calc(100vh - (0.5rem * 2));
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  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;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  -webkit-border-top-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
  -webkit-border-top-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

/* GLOBAL STYLES ---------------
------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  position: relative;
}
body.no-scroll {
	overflow:hidden;
}

.wrapper {
  overflow: hidden;
}

.wrapper.wrapper-hidden {
  position: relative;
}

.wrapper.wrapper-hidden::before {
  content: '';
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.h1-header {
  font-style: normal;
  font-weight: 300;
  font-size: 80px;
  line-height: 12rem;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  display: block;
  margin-bottom: 49px;
}

.h1-header .bold-h1 {
  display: block;
  font-weight: 600;
  font-size: 170px;
}

.h2-header {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 5px;
  display: block;
  color: #1C1F27;
}

.pd-l-70 {
  padding-left: 70px;
}

.pd-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.meet-sect-link {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1B1E26;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 4px solid #FFB62F;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.meet-sect-link:hover {
  color: #FFB62F;
  border-bottom: 4px solid #1B1E26;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.shadow-title {
  font-style: normal;
  font-weight: bold;
  font-size: 220px;
  line-height: 268px;
  color: rgba(0, 43, 99, 0.04);
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  pointer-events: none;
}

.join-team-link {
  font-style: normal;
  font-weight: bold;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.403054);
  display: block;
  padding: 14px 42px;
  background: -webkit-gradient(linear, right top, left top, from(#f0d000), color-stop(74.54%, #ffb62e));
  background: -webkit-linear-gradient(right, #f0d000 0%, #ffb62e 74.54%);
  background: -o-linear-gradient(right, #f0d000 0%, #ffb62e 74.54%);
  background: linear-gradient(270deg, #f0d000 0%, #ffb62e 74.54%);
  text-decoration: none;
  z-index: 3;
  margin-right: 39px;
}

.join-team-link::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#f0d000), color-stop(74.54%, #ffb62e));
  background: -webkit-linear-gradient(left, #f0d000 0%, #ffb62e 74.54%);
  background: -o-linear-gradient(left, #f0d000 0%, #ffb62e 74.54%);
  background: linear-gradient(-270deg, #f0d000 0%, #ffb62e 74.54%);
  z-index: -1;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  opacity: 0;
}

.join-team-link:hover {
  text-decoration: none;
}

.join-team-link:hover::before {
  opacity: 1;
}

.page-id-309 .footer .top-footer__row,
.page-id-309 .footer-div .top-footer__row {
  display: none;
}

.contact-us-link {
  display: inline-block;
  padding: 13px 42px;
  z-index: 3;
  border: 1px solid #FFFFFF;
  text-decoration: none;
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.contact-us-link span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  background: url("../img/link_arrow.svg") right center no-repeat;
  padding-right: 29px;
}

.contact-us-link:hover {
  text-decoration: none;
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(235, 232, 232, 0.2);
  box-shadow: 0px 0px 20px 5px rgba(235, 232, 232, 0.2);
}

.post-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}

.post-description {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
}

.list-spn {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 10px;
  display: block;
}

.main-span {
  font-style: normal;
  display: block;
  font-weight: 200;
  font-size: 24px;
  line-height: 29px;
  color: rgba(0, 0, 0, 0.7);
}

.main-span em {
  font-weight: normal;
}

.main-p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
  mix-blend-mode: normal;
}

.normal-text {
  font-weight: normal;
}

/* HEADER STYLES ---------------
----------------------------*/
.header {
  position: absolute;
  z-index: 1100;
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.header .navbar-nav.desktop-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header .top-buttons-flex {
  display: none;
}

.header .nav-link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  line-height: 22px;
  color: #FFFFFF;
}

.header li.active>.nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.header .nav-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.header .nav-link.dropdown-toggle {
  padding-right: 28px;
  position: relative;
}

.header .nav-link.dropdown-toggle::before {
  content: '';
  display: block;
  background: url("../img/drdwn_arrow.svg") center center no-repeat;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 0;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.header .nav-item {
  margin-right: 40px;
}

.header .nav-item:last-of-type {
  margin-right: 0px;
}

.header .nav-item.show .nav-link.dropdown-toggle::before {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.header .dropdown-item {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  line-height: 22px;
  color: #000000;
  padding: 0.75rem 20px;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  white-space: nowrap;
}

.header .dropdown-item:hover {
  color: #000;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  background: rgba(3, 3, 3, 0.15);
}

.header .dropdown-menu {
  border-radius: 0rem;
  padding: 5px 0;
  background: #fff;
}

.header .dropdown-menu .nav-item {
  margin: 0px;
}

.logo-link {
  display: block;
  max-width: 155px;
}

.logo-link img {
  width: 100%;
}

/* HOME TOP SECTION STYLES ---------------
----------------------------*/
.top-section-wrapper {
  background: url("../img/top_bg_img.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 170px;
  position: relative;
  padding-top: 100px;
}

.top-section-wrapper .h1-header {
  font-size: 86px;
  line-height: 86px;
  margin-bottom: 3px;
}

.top-section-wrapper .h1-header .bold-h1 {
  font-size: 86px;
  line-height: 116px;
}

.top-section-wrapper .top-wrapper-slider {
  z-index: 100;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 171px;
}

.top-section-wrapper .top-wrapper-slider .slide-block {
  position: relative;
  height: 705px;
}

.top-section-wrapper .top-wrapper-slider .top-cover-img {
  bottom: 80px;
  right: 0px;
}

.top-section-wrapper .top-wrapper-slider .top-cover-img img {
  width: inherit;
  height: 100%;
  left: 0px;
}

.top-section-wrapper .top-wrapper-slider .top-cover-img.__second {
  background: none;
}

.top-section-wrapper .top-wrapper-slider .top-cover-img.__second img {
  bottom: 0px;
}

.top-section-wrapper .top-wrapper-slider .top-cover-img.__second::before {
  content: '';
  background: url("../img/top_border_elem.svg") center center no-repeat;
  display: block;
  position: absolute;
  top: 50px;
  left: -80px;
  width: 467px;
  height: 563px;
}

.top-section-wrapper .top-wrapper-slider .slick-next {
  right: inherit;
  left: -webkit-calc(300px + 54px);
  left: calc(300px + 54px);
  background: #FFB62F;
  -webkit-border-radius: 22px 0 0 22px;
  border-radius: 22px 0 0 22px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 25;
  width: 54px;
  height: 34px;
  top: -webkit-calc(72% + 17px);
  top: calc(72% + 17px);
  bottom: inherit;
}

.top-section-wrapper .top-wrapper-slider .slick-next::after {
  display: block;
  content: '';
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -2px;
  top: 3px;
}

.top-section-wrapper .top-wrapper-slider .slick-prev {
  left: 300px;
  bottom: 50px;
  background: #FFB62F;
  -webkit-border-radius: 0px 22px 22px 0;
  border-radius: 0px 22px 22px 0;
  z-index: 25;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 54px;
  height: 34px;
  top: -webkit-calc(72% + 17px);
  top: calc(72% + 17px);
  bottom: inherit;
}

.top-section-wrapper .top-wrapper-slider .slick-next:before,
.top-section-wrapper .top-wrapper-slider .slick-prev:before {
  content: ' ';
  display: block;
  width: 54px;
  height: 34px;
  background: url("../img/slider_arrow.svg") center center no-repeat;
  opacity: 1;
  position: absolute;
  top: 0;
}

.top-section-wrapper .top-wrapper-slider .slick-prev:before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.top-section-wrapper .top-wrap-count-block {
  position: absolute;
  left: 340px;
  bottom: 30px;
}

.top-section-wrapper .top-wrap-count,
.top-section-wrapper .top-wrap-count-2 {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #B2B7BC;
}

.top-section-wrapper .top-wrap-count {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}

.top-section-wrapper .top-wrapp-img img {
  -webkit-box-shadow: -8px 7px 30px rgba(0, 0, 0, 0.374153);
  box-shadow: -8px 7px 30px rgba(0, 0, 0, 0.374153);
}

.top-section-wrapper.__single-team .top-wrapp-img img {
  max-width: 525px;
}

.top-section-wrapper.__home {
  height: 733px;
}

.top-section-wrapper.__about-us {
  background: url("../img/about_us_top_bg.png") center center no-repeat;
  padding-top: 149px;
  padding-bottom: 143px;
  -webkit-background-size: cover;
  background-size: cover;
}

.top-section-wrapper.__about-us .bold-h1 {
  display: inline-block;
}

.top-section-wrapper.__about-us .h1-header {
  margin-bottom: 16px;
  font-size: 100px;
  line-height: 116px;
}

.top-section-wrapper.__about-us .h1-header .bold-h1 {
  font-size: 140px;
  line-height: 116px;
}

.top-section-wrapper.__about-us .top-wrapp-img {
  position: absolute;
  right: 3.5vw;
  bottom: -105px;
}

.top-section-wrapper.__about-us .top-wrapp-img img {
  z-index: 3;
  position: relative;
}

.top-section-wrapper.__about-us .top-wrapp-img::before {
  content: '';
  background: url("../img/border_bg_12.png") center center no-repeat;
  display: block;
  width: 549px;
  height: 335px;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: -180px;
  z-index: 1;
  top: -90px;
}

.top-section-wrapper .top-bio__left {
  margin-right: 68px;
}

.top-section-wrapper .top-bio-info {
  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-bottom: 42px;
}

.top-section-wrapper .top-bio-info.mobile-block {
  display: none;
}

.top-section-wrapper .top-bio-info .contact-link {
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.top-section-wrapper .top-bio-info .contact-link:hover {
  color: #FFB62F;
}

.top-section-wrapper .top-bio-info .contact-link:last-of-type {
  margin-bottom: 0px;
}

.top-section-wrapper.__team-archive {
  background: url("../img/team_top_bg.png") center center no-repeat;
  padding-top: 145px;
  padding-bottom: 103px;
  -webkit-background-size: cover;
  background-size: cover;
}

.top-section-wrapper.__team-archive .top-span {
  margin-bottom: 55px;
}

.top-section-wrapper.__team-archive .h1-header {
  font-weight: 300;
  font-size: 70px;
  line-height: 112px;
  margin-bottom: 27px;
}

.top-section-wrapper.__team-archive .h1-header .bold-h1 {
  font-size: 120px;
  line-height: 112px;
}

.top-section-wrapper.__team-archive .top-wrapp-img {
  position: absolute;
  right: 3vw;
  bottom: -70px;
  z-index: 5;
}

.top-section-wrapper.__team-archive .top-wrapp-img::before {
  content: '';
  background: url("../img/team_top_border.png") center center no-repeat;
  display: block;
  width: 488px;
  height: 373px;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: -80px;
  z-index: -1;
  bottom: -50px;
}

.top-section-wrapper.__single-team {
  padding-top: 162px;
  padding-bottom: 91px;
  background: url("../img/team_top_bg.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.top-section-wrapper.__single-team .h1-header {
  margin-bottom: 0px;
}

.top-section-wrapper.__single-team .h1-header .bold-h1 {
  font-size: 100px;
  line-height: 112px;
}

.top-section-wrapper.__single-team .top-span {
  margin-bottom: 27px;
}

.top-section-wrapper.__single-team .top-wrapp-img {
  position: absolute;
  right: 9vw;
  bottom: -70px;
  z-index: 2;
}

.top-section-wrapper.__single-team .top-wrapp-img::before {
  content: '';
  background: url("../img/team_top_border.png") center center no-repeat;
  display: block;
  width: 488px;
  height: 373px;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: -110px;
  z-index: -1;
  bottom: -70px;
}

.top-section-wrapper.__blog {
  padding-top: 158px;
  padding-bottom: 119px;
  background: url("../img/blog_main_bg.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.top-section-wrapper.__blog .h1-header {
  margin-bottom: 12px;
}

.top-section-wrapper.__blog .h1-header .bold-h1 {
  font-size: 100px;
  line-height: 116px;
}

.top-section-wrapper.__blog .top-span {
  margin-bottom: 48px;
}

.top-section-wrapper.__blog .top-wrapp-img {
  position: absolute;
  right: 4.5vw;
  bottom: -90px;
  z-index: 2;
}

.top-section-wrapper.__blog .top-wrapp-img::before {
  content: '';
  background: url("../img/team_top_border.png") center center no-repeat;
  display: block;
  width: 488px;
  height: 373px;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: -60px;
  z-index: -1;
  top: -75px;
}

.top-section-wrapper.__single-post {
  padding-top: 158px;
  padding-bottom: 122px;
  background: url("../img/single_post_bg.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.top-section-wrapper.__single-post::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  background: url("../img/border_bg_11.png") center center no-repeat;
  width: 107px;
  -webkit-background-size: contain;
  background-size: contain;
  max-height: 211px;
}

.top-section-wrapper.__contact {
  padding-top: 129px;
  padding-bottom: 127px;
  background: url("../img/contact_top_bg.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.top-section-wrapper.__contact .h1-header {
  text-align: center;
  font-size: 100px;
  line-height: 116px;
  margin-bottom: 28px;
}

.top-section-wrapper.__contact .bold-h1 {
  display: inline-block;
  font-size: 140px;
  line-height: 116px;
}

.top-section-wrapper.__contact .top-span {
  text-align: center;
}

.top-section-wrapper.__contact::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 335px;
  display: block;
  background: url("../img/bord_rect_7.png") 0 0 no-repeat;
  width: 148px;
  z-index: 100;
  height: 346px;
}

.top-section-wrapper.__contact::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 265px;
  display: block;
  background: url("../img/bord_rect_8.png") 0 0 no-repeat;
  width: 196px;
  z-index: 100;
  height: 582px;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.top-section-wrapper.__history {
  padding-top: 163px;
  padding-bottom: 143px;
  background: url("../img/history_top_bg.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.top-section-wrapper.__history .h1-header {
  margin-bottom: 0px;
}

.top-section-wrapper.__history .bold-h1 {
  font-size: 100px;
  line-height: 116px;
}

.top-section-wrapper.__history .top-wrapp-img {
  position: absolute;
  right: 0px;
  bottom: -250px;
  z-index: 2;
}

.top-section-wrapper.__history .top-wrapp-img img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.top-section-wrapper.__history .top-wrapp-img::before {
  content: '';
  background: url("../img/border_bg_13.png") center center no-repeat;
  display: block;
  width: 690px;
  height: 370px;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: -60px;
  z-index: -1;
  top: 70px;
}

.top-section-wrapper.__intermodal {
  padding-top: 163px;
  padding-bottom: 143px;
  background: url("../img/history_top_bg.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.top-section-wrapper.__intermodal .h1-header {
  margin-bottom: 3px;
}

.top-section-wrapper.__intermodal .bold-h1 {
  font-size: 100px;
  line-height: 116px;
}

.top-section-wrapper.__intermodal .top-wrapp-img {
  position: absolute;
  right: 0px;
  bottom: -110px;
  z-index: 2;
}

.top-section-wrapper.__intermodal .top-wrapp-img img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.top-section-wrapper.__intermodal .top-wrapp-img::before {
  content: '';
  background: url("../img/border_bg_13.png") center center no-repeat;
  display: block;
  width: 690px;
  height: 370px;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: -60px;
  z-index: -1;
  top: 40px;
}

.top-section-wrapper.__recruiting {
  padding-top: 163px;
  padding-bottom: 143px;
  background: url("../img/recruiting_top_bg.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.top-section-wrapper.__recruiting .h1-header {
  margin-bottom: 3px;
}

.top-section-wrapper.__recruiting .bold-h1 {
  font-size: 100px;
  line-height: 116px;
}

.top-section-wrapper.__recruiting .top-wrapp-img {
  position: absolute;
  right: 126px;
  bottom: -288px;
  z-index: 2;
}

.top-section-wrapper.__recruiting .top-wrapp-img img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.top-section-wrapper.__recruiting .top-wrapp-img::before {
  content: '';
  background: url("../img/border_bg_17.png") center center no-repeat;
  display: block;
  width: 488px;
  height: 472px;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: -100px;
  z-index: -1;
  top: 100px;
}

.top-section-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(9, 18, 32, 0.0001)), to(#091220));
  background: -webkit-linear-gradient(right, rgba(9, 18, 32, 0.0001) 0%, #091220 100%);
  background: -o-linear-gradient(right, rgba(9, 18, 32, 0.0001) 0%, #091220 100%);
  background: linear-gradient(270deg, rgba(9, 18, 32, 0.0001) 0%, #091220 100%);
  display: block;
  z-index: 1;
  pointer-events: none;
}

.top-section-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 12%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(9, 18, 32, 0.0001)), to(#091220));
  background: -webkit-linear-gradient(right, rgba(9, 18, 32, 0.0001) 0%, #091220 100%);
  background: -o-linear-gradient(right, rgba(9, 18, 32, 0.0001) 0%, #091220 100%);
  background: linear-gradient(270deg, rgba(9, 18, 32, 0.0001) 0%, #091220 100%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  display: block;
  z-index: 1;
  pointer-events: none;
}

.top-section-wrapper .top-cover-img {
  position: absolute;
  right: 0;
  bottom: -80px;
  max-height: 650px;
  height: 650px;
  width: 726px;
  background: url("../img/top_border_elem.svg") left bottom no-repeat;
}

.top-section-wrapper .top-cover-img img {
  position: absolute;
  left: 0;
  bottom: -100px;
  display: block;
  width: 827px;
  height: 847px;
}

.top-section {
  z-index: 3;
  position: relative;
}

.top-section .top-span {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 62px;
}

.social-block {
  padding: 27px 76px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
}

.social-block .social-item {
  margin-right: 10px;
}

.social-block .social-item:last-of-type {
  margin-right: 0px;
}

.social-link {
  display: block;
  max-width: 32px;
}

.social-link .soc-icon {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.social-link .soc-icon.fb-icon {
  background: url("../img/facebook_icon.svg") center center no-repeat;
}

.social-link .soc-icon.tw-icon {
  background: url("../img/twitter_icon.svg") center center no-repeat;
}

.social-link .soc-icon.linkedin-icon {
  background: url("../img/linkedin_icon.svg") center center no-repeat;
}

.social-link:hover .soc-icon {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.social-link:hover .soc-icon.fb-icon {
  background: url("../img/facebook_icon_active.svg") center center no-repeat;
}

.social-link:hover .soc-icon.tw-icon {
  background: url("../img/twitter_icon_active.svg") center center no-repeat;
}

.social-link:hover .soc-icon.linkedin-icon {
  background: url("../img/linkedin_icon_active.svg") center center no-repeat;
}

/* MAIN STYLES ----------------
----------------------------*/
.main {
  padding: 0px 0 150px;
  background: url("../img/lines_bg.png") center center repeat-y;
  position: relative;
}

.main.about-us-main {
  position: relative;
  padding-bottom: 0px;
}

.main.about-us-main::before {
  background: url("../img/build_img_bg.png") center center no-repeat;
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 35%;
  -webkit-background-size: contain;
  background-size: contain;
  width: 533px;
  height: 1256px;
  z-index: 50;
}

.main.single-member-main {
  padding-top: 180px;
}

.main.blog-main {
  position: relative;
}

.main.blog-main::before {
  display: block;
  background: url("../img/blog_center_bg.png") center center no-repeat;
  content: '';
  height: 820px;
  -webkit-background-size: cover;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 7.5%;
  z-index: -2;
}

.main.contact-us-main {
  padding-bottom: 107px;
}

.main.contact-us-main .footer-div .bottom-row__wrapper {
  margin-top: 0px;
  display: block;
}

.main.history-main {
  padding-bottom: 190px;
}

.main.history-main::before {
  background: url("../img/history_bottom_bg.png") center center no-repeat;
  width: 100%;
  height: 509px;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 65%;
  left: 0;
  z-index: -1;
  pointer-events: none;
  content: '';
  display: block;
}

.main.main-recruiting {
  padding: 0px;
}

.main.main-recruiting::before {
  background: url("../img/recruiting_center_bg.png") center center no-repeat;
  width: 100%;
  height: 1330px;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: -1;
  pointer-events: none;
  content: '';
  display: block;
}

.main.main-intermodal {
  padding: 0px;
}

/* BLOG PAGE STYLES -----
-----------------*/
.blog-title-section {
  padding-top: 130px;
  margin-bottom: 190px;
}

.blog-title-section .h2-header {
  padding-left: 34%;
  position: relative;
  bottom: -100px;
  z-index: 5;
  min-height: 98px;
}

.blog-title-section .blog-title__left {
  padding-right: 28px;
  position: relative;
}

.blog-title-section .blog-title__left::before {
  content: '';
  background: #fff;
  -webkit-background-size: contain;
  background-size: contain;
  width: 211px;
  height: 128px;
  position: absolute;
  display: block;
  right: 28px;
  top: 0;
}

/*.blog-title-section .blog-title__left img {
  -webkit-box-shadow: 0px 6px 30px rgba(15, 31, 64, 0.07);
  box-shadow: 0px 6px 30px rgba(15, 31, 64, 0.07);
}*/

.blog-title-section .blog-title__right {
  padding-top: 128px;
  padding-left: 28px;
  padding-bottom: 23px;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-title-section .blog-title__right p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
  mix-blend-mode: normal;
  margin-bottom: 19px;
}

.blog-title-section .blog-title__right .data-span {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.blog-title-section .blog-title__right .read-more-link {
  padding-top: 0px;
}

.blog-title-section .blog-title__left,
.blog-title-section .blog-title__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.posts-archive-section {
  margin-bottom: 170px;
}

.posts-archive-section .bottom-post-row {
  position: relative;
  top: -15px;
}

/* SINGLE POST PAGE -----
-----------*/
.post-header {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 76px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
}

/* CONTACT US PAGE STYLES ------------
-----------------------------*/
.contact-content-section {
  padding-top: 116px;
  position: relative;
  background: url("../img/contact_main_bg.png") center 180% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.contact-content-section .form-container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.contact-content-section .shadow-title {
  font-size: 200px;
  line-height: 244px;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
}

.contact-content-section .contact-phone-link {
  display: block;
  padding-left: 31px;
  background: url("../img/tel_icon.svg") left center no-repeat;
  -webkit-background-size: 19px 19px;
  background-size: 19px 19px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #373333;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  margin-bottom: 33px;
}

.contact-content-section .contact-phone-link .bold-link {
  font-weight: bold;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.contact-content-section .contact-phone-link:hover {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  background: url("../img/tel_icon_active.svg") left center no-repeat;
  -webkit-background-size: 19px 19px;
  background-size: 19px 19px;
}

.contact-content-section .contact-phone-link:hover .bold-link {
  color: #FFB62F;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.wpcf7-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
}

.wpcf7-form .submit-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 70px;
}

.wpcf7-form .contact-form__left-col {
  padding-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38%;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
}

.wpcf7-form .contact-form__right-col {
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 62%;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
  max-width: 62%;
}

.wpcf7-form .form-span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  display: block;
  margin-bottom: 9px;
  color: rgba(0, 0, 0, 0.7);
}

.wpcf7-form .form-span .required-icon {
  color: rgba(252, 36, 36, 0.7);
}

.wpcf7-form .input-field {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  color: rgba(0, 0, 0, 0.7);
  display: block;
  background: #fff;
  padding: 16px 0 14px 18px;
  border: 2px solid #9D9D9D;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  width: 100%;
}

.wpcf7-form .input-field:last-of-type {
  margin-bottom: 0px;
}

.wpcf7-form .input-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.wpcf7-form .input-field::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.wpcf7-form .input-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.wpcf7-form .input-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.wpcf7-form .input-field::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.wpcf7-form .input-field:focus {
  border: 2px solid #091324;
  outline: none;
}

.wpcf7-form .input-field:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.wpcf7-form .input-field:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.wpcf7-form .input-field:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.wpcf7-form .input-field:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.wpcf7-form .input-field:focus::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.wpcf7-form select {
  height: 54px;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  background: #fff;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  padding: 16px 0 14px 18px;
  border: 2px solid #9D9D9D;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 2px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.wpcf7-form select:focus {
  border: 2px solid #091324;
  outline: none;
  color: rgba(0, 0, 0, 0.7);
}

.wpcf7-form select option {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  padding: 16px 0 14px 18px;
  width: 100%;
  text-align: left;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  cursor: pointer;
}

.wpcf7-form select option:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.wpcf7-form .form-dropdown {
  position: relative;
}

.wpcf7-form .form-dropdown.show .dropdown-toggle::before {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.wpcf7-form .form-dropdown .dropdown-toggle {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  background: #fff;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  padding: 16px 0 14px 18px;
  border: 2px solid #9D9D9D;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.wpcf7-form .form-dropdown .dropdown-toggle:focus {
  border: 2px solid #091324;
  outline: none;
  color: rgba(0, 0, 0, 0.7);
}

.wpcf7-form .form-dropdown .dropdown-toggle::before {
  background: url("../img/dwn__arrow.svg") center center no-repeat;
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 9px;
  right: 20px;
  top: -webkit-calc(50% - 4.5px);
  top: calc(50% - 4.5px);
  z-index: 5;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.wpcf7-form .form-dropdown .dropdown-menu {
  width: 100%;
  background: #fff;
  border: 2px solid #9D9D9D;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 5px 0 0;
}

.wpcf7-form .form-dropdown .dropdown-item {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  padding: 16px 0 14px 18px;
  width: 100%;
  text-align: left;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  cursor: pointer;
}

.wpcf7-form .form-dropdown .dropdown-item:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.wpcf7-form .form-textfield {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  background: #fff;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  color: rgba(0, 0, 0, 0.7);
  display: block;
  padding: 16px 0 14px 18px;
  border: 2px solid #9D9D9D;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  resize: none;
  width: 100%;
  max-height: 167px;
  height: 100%;
}

.wpcf7-form .form-textfield::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.wpcf7-form .form-textfield::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.wpcf7-form .form-textfield:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.wpcf7-form .form-textfield::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.wpcf7-form .form-textfield::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.wpcf7-form .form-textfield:focus {
  border: 2px solid #091324;
  outline: none;
}

.wpcf7-form .form-textfield:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.wpcf7-form .form-textfield:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.wpcf7-form .form-textfield:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.wpcf7-form .form-textfield:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.wpcf7-form .form-textfield:focus::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.wpcf7-form .submitFormBtn {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  border: none !important;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.403054);
  background: -webkit-gradient(linear, right top, left top, from(#F1D100), color-stop(74.54%, #FFB62F));
  background: -webkit-linear-gradient(right, #F1D100 0%, #FFB62F 74.54%);
  background: -o-linear-gradient(right, #F1D100 0%, #FFB62F 74.54%);
  background: linear-gradient(270deg, #F1D100 0%, #FFB62F 74.54%);
  display: block;
  padding: 14px 54px;
  position: relative;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  cursor: pointer;
  z-index: 3;
}

.wpcf7-form .submitFormBtn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#f0d000), color-stop(74.54%, #ffb62e));
  background: -webkit-linear-gradient(left, #f0d000 0%, #ffb62e 74.54%);
  background: -o-linear-gradient(left, #f0d000 0%, #ffb62e 74.54%);
  background: linear-gradient(-270deg, #f0d000 0%, #ffb62e 74.54%);
  z-index: -1;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  opacity: 0;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.wpcf7-form .submitFormBtn:hover {
  text-decoration: none;
}

.wpcf7-form .submitFormBtn:hover::before {
  opacity: 1;
}

/*HISTORY PAGE STYLES*/
.section-first-history {
  padding-top: 234px;
  position: relative;
  padding-bottom: 285px;
}

.section-first-history .shadow-title {
  font-size: 200px;
  line-height: 244px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 0;
  bottom: 30%;
}

.section-first-history .left-col-flex {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
  padding-right: 15px;
  position: relative;
}

/*.section-first-history .left-col-flex img {
  -webkit-box-shadow: 0px 6px 30px rgba(15, 31, 64, 0.07);
  box-shadow: 0px 6px 30px rgba(15, 31, 64, 0.07);
}*/

.section-first-history .left-col-flex::before {
  background: url("../img/border_bg_14.png") center center no-repeat;
  content: '';
  position: absolute;
  left: -60px;
  bottom: -60px;
  width: 349px;
  height: 446px;
  z-index: -1;
}

.section-first-history .right-col-flex {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 53%;
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
  max-width: 53%;
  padding-left: 15px;
}

.section-first-history .right-col-flex .relative-block {
  position: relative;
  left: -85px;
}

.section-first-history .right-col-flex .h2-header {
  margin-bottom: 44px;
}

.section-first-history .right-col-flex .list-wrapper {
  margin-bottom: 65px;
}

.section-first-history .main-p {
  margin-bottom: 15px;
}

.section-first-history .quote-span {
  margin-bottom: 20px;
}

.section-first-history .view-position-link {
  display: inline-block;
  cursor: pointer;
  padding: 14px 41px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  background: -webkit-gradient(linear, right top, left top, from(#F1D100), color-stop(74.54%, #FFB62F));
  background: -webkit-linear-gradient(right, #F1D100 0%, #FFB62F 74.54%);
  background: -o-linear-gradient(right, #F1D100 0%, #FFB62F 74.54%);
  background: linear-gradient(270deg, #F1D100 0%, #FFB62F 74.54%);
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.403054);
  position: relative;
  z-index: 5;
}

.section-first-history .view-position-link::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#f0d000), color-stop(74.54%, #ffb62e));
  background: -webkit-linear-gradient(left, #f0d000 0%, #ffb62e 74.54%);
  background: -o-linear-gradient(left, #f0d000 0%, #ffb62e 74.54%);
  background: linear-gradient(-270deg, #f0d000 0%, #ffb62e 74.54%);
  z-index: -1;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  opacity: 0;
}

.section-first-history .view-position-link:hover {
  text-decoration: none;
}

.section-first-history .view-position-link:hover::before {
  opacity: 1;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

.section-second-history {
  padding-top: 100px;
  background: url("../img/vision_bg.png") right center no-repeat;
  padding-bottom: 239px;
  position: relative;
}

.section-second-history::before {
  background: url("../img/bord_rect_9.png") right top no-repeat;
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 362px;
  height: 327px;
}

.section-second-history .shadow-title {
  font-size: 200px;
  line-height: 244px;
  top: -70px;
}

.section-second-history .vision-block {
  max-width: 585px;
}

.section-second-history .vision-block .main-p {
  margin-bottom: 16px;
}

.section-second-history .vision-block .main-p:last-of-type {
  margin-bottom: 0px;
}

.section-second-history .h2-header {
  margin-bottom: 21px;
}

.section-second-history .list-wrapper {
  margin-bottom: 25px;
}

.section-third-history {
  position: relative;
  padding-bottom: 266px;
}

.section-third-history .h2-header {
  margin-bottom: 24px;
}

.section-third-history .shadow-title {
  right: 2.5vw;
  top: -170px;
}

.section-third-history .main-p {
  margin-bottom: 15px;
}

.section-third-history .main-p strong {
  font-weight: normal;
}

.section-third-history .quote-span {
  margin-bottom: 17px;
}

.section-third-history .left-flex__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  padding-right: 35px;
  position: relative;
}

.section-third-history .left-flex__col::before {
  content: '';
  background: url("../img/border_bg_15.png") center center no-repeat;
  width: 345px;
  height: 317px;
  position: absolute;
  left: -60px;
  top: -60px;
}

.section-third-history .right-flex__col {
  padding-left: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}

.section-third-history .history-slider {
  padding-bottom: 45px;
}

.section-third-history .history-slider .slider-block .insert-container::before {
  opacity: 1;
}

.section-third-history .history-slider .slick-prev {
  left: inherit;
  right: 154px;
  bottom: 30px;
}

.section-third-history .history-slider .slick-next {
  left: inherit;
  right: 100px;
  bottom: 30px;
}

.section-third-history .history-quantity-block {
  position: absolute;
  right: 9.1vw;
  bottom: 140px;
}

.section-third-history .history-slide-count,
.section-third-history .history-slide-count-2 {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #B2B7BC;
}

.section-third-history .history-slide-count {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}

.section-fourth-history {
  position: relative;
}

.section-fourth-history .shadow-title {
  top: -150px;
}

.section-fourth-history::before {
  content: '';
  background: url("../img/bord_rect_10.png") center center no-repeat;
  width: 416px;
  height: 473px;
  position: absolute;
  right: 0px;
  top: 40px;
  z-index: -1;
}

.section-fourth-history .h2-header {
  margin-bottom: 28px;
}

.section-fourth-history .main-p {
  margin-bottom: 11px;
}

.section-fourth-history .main-p strong {
  font-weight: normal;
}

.section-fourth-history .main-p:last-of-type {
  margin-bottom: 0px;
}

.section-fourth-history .left-flex__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 51.5%;
  -ms-flex: 0 0 51.5%;
  flex: 0 0 51.5%;
  max-width: 51.5%;
  padding-right: 60px;
}

.section-fourth-history .right-flex__col {
  padding-left: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48.5%;
  -ms-flex: 0 0 48.5%;
  flex: 0 0 48.5%;
  max-width: 48.5%;
  position: relative;
}

/* INTERMODAL PAGE STYLES ---
-------------*/
.section-intermodal-local {
  padding-top: 222px;
  padding-bottom: 284px;
  background: url("../img/kk.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.section-intermodal-local .container {
  position: relative;
}

.section-intermodal-local .shadow-title {
  right: 0;
  top: -75px;
}

.section-intermodal-local .left-flex__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
  padding-right: 30px;
  position: relative;
}

.section-intermodal-local .left-flex__col::before {
  background: url("../img/border_bg_16.png") center center no-repeat;
  display: block;
  content: '';
  -webkit-background-size: contain;
  background-size: contain;
  width: 488px;
  height: 364px;
  position: absolute;
  left: -90px;
  top: 50px;
  z-index: -2;
}

.section-intermodal-local .right-flex__col {
  padding-top: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 53%;
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
  max-width: 53%;
  padding-left: 30px;
}

.section-intermodal-local .right-flex__col .h2-header {
  margin-bottom: 5px;
}

.section-intermodal-local .right-flex__col .main-span {
  margin-bottom: 50px;
}

.section-intermodal-local .right-flex__col .list-wrapper {
  margin-bottom: 29px;
}

.section-reliable.drivers-motivation-section {
  padding-bottom: 218px;
}

.section-reliable.drivers-motivation-section .shadow-title {
  top: -25px;
}

.section-reliable.drivers-motivation-section .text-descr {
  margin-bottom: 16px;
}

.section-reliable.drivers-motivation-section .bottom-row {
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.section-reliable.drivers-motivation-section .top-row {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 111px;
  margin-bottom: 46px;
  padding-top: 100px;
}

.section-reliable.drivers-motivation-section .reliable-span {
  /*margin-bottom: 52px;*/
  display: block;
}

/* HISTORY PAGE STYLES ---
-------------*/
.section-recruiting-top {
  padding-top: 222px;
  position: relative;
	z-index:50;
}

.section-recruiting-top .shadow-title {
  bottom: 50px;
  right: 50px;
}

.section-recruiting-top .join-team-link {
  display: inline-block;
}

.section-recruiting-top .h2-header {
  margin-bottom: 15px;
}

.section-recruiting-top .left-col__flex {
  padding-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 53%;
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
  max-width: 53%;
}

.section-recruiting-top .right-col__flex {
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56%;
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
  max-width: 56%;
}

.section-recruiting-top .right-col__flex img {
  position: relative;
  top: -220px;
  z-index: 5;
}

.section-recruiting-top .main-span {
  margin-bottom: 30px;
}

.section-recruiting-top .list-wrapper {
  margin-bottom: 30px;
}

.section-recruiting-top .main-p {
  display: block;
  margin-bottom: 70px;
}

.section-recruiting-top .main-p em {
  font-weight: normal;
}

.section-recruiting-second {
  padding-top: 204px;
  padding-bottom: 145px;
  background: url("../img/rectang_bg_1.png") left top no-repeat;
}

.section-recruiting-second .main-p {
  margin-bottom: 20px;
}

.section-recruiting-second .main-p em {
  font-weight: normal;
}

.section-recruiting-second .h2-header {
  margin-bottom: 5px;
}

.section-recruiting-second .main-span {
  margin-bottom: 31px;
}

.section-recruiting-second .left-col__flex,
.section-recruiting-second .right-col__flex {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.section-recruiting-second .left-col__flex {
  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;
  position: relative;
}

.section-recruiting-second .left-col__flex::before {
  content: '';
  background: url("../img/border_bg_17.png") center center no-repeat;
  display: block;
  width: 466px;
  height: 427px;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: -105px;
  z-index: -1;
  top: -35px;
}

.section-recruiting-second .left-col__flex .img-block {
  position: relative;
}

/*.section-recruiting-second .left-col__flex .img-block::before {
  display: block;
  position: absolute;
  background: #fff;
  content: '';
  right: 0;
  top: 0;
  width: 82px;
  height: 295px;
}*/

.section-recruiting-second .right-col__flex {
  padding-bottom: 115px;
}

.section-recruiting-second .right-col__flex .meet-sect-link {
  margin-left: 35px;
}

.section-recruiting-explore {
  padding-left: 7.8vw;
  padding-right: 1.5vw;
  position: relative;
}

.section-recruiting-explore .shadow-title {
  top: -70px;
}

.section-recruiting-explore .flex-block {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.section-recruiting-explore .left-flex__col {
  padding-top: 130px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 480px;
}

.section-recruiting-explore .left-flex__col .h2-header {
  margin-bottom: 22px;
}

.section-recruiting-explore .left-flex__col .main-p {
  margin-bottom: 14px;
}

.section-recruiting-explore .left-flex__col .join-team-link {
  margin-top: 31px;
  display: inline-block;
}

.section-recruiting-explore .right-flex__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}

.section-recruiting-explore .right-flex__col img {
  margin: 0 auto;
}

/* POST CART STYLES ----
-----------*/
.post-cart {
  margin-bottom: 75px;
}

.post-cart .post-title {
  display: block;
  margin-bottom: 4px;
}

.post-cart .post-description {
  display: block;
  margin-bottom: 9px;
}

.post-cart .post-img-wrap {
  position: relative;
}

.post-cart .post-img-wrap::before {
  display: block;
  content: '';
  background: #fff;
  width: 72.5%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 17%;
}

/* SINGLE POST PAGE STYLES --------
-----------------------------*/
.post-content-section {
  padding-top: 138px;
  padding-bottom: 150px;
  position: relative;
}

.post-content-section.bg-active {
  background: url("../img/post-center-bg.png") right 80% no-repeat;
}

.post-content-section::before {
  background: url("../img/bord_rect_6.png") center center no-repeat;
  display: block;
  content: '';
  width: 402px;
  height: 281px;
  position: absolute;
  right: -25px;
  bottom: 0px;
  -webkit-background-size: contain;
  background-size: contain;
}

.post-content-section .post-img-block {
  width: 100%;
}

.post-content-section .main-post-img {
  margin: 0 auto;
}

.post-content-section .authors-name-header {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  min-height: 22px;
  mix-blend-mode: normal;
  opacity: 0.7;
  display: inline-block;
  margin-right: 60px;
}

.post-content-section .post-content-top__row {
  max-width: 780px;
  padding-bottom: 55px;
}

.post-content-section .authors-info-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
  max-width: 782px;
}

.post-content-section .post-img-block {
  margin-bottom: 75px;
}

.post-content-section .h2-header {
  margin-bottom: 17px;
  max-width: 782px;
}

.post-content-section .main-p {
  max-width: 587px;
  margin-bottom: 26px;
}

.post-content-section .list-wrapper {
  margin-bottom: 26px;
  max-width: 587px;
}

.post-content-section .quote-span {
  max-width: 587px;
}

.quote-span {
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  color: rgba(0, 0, 0, 0.9);
  display: block;
  margin-bottom: 34px;
}

.share-button {
  cursor: pointer;
  display: block;
  padding: 0px 19px;
  border: 2px solid #FFB62F;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 247px;
  min-height: 48px;
}

.share-button:hover .flex-list {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.share-button .share__link {
  cursor: pointer;
}

.share-button .share__link path {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.share-button .share__link:hover svg path {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  fill: #FFB62F;
}

.share-button__back {
  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;
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
  padding: 0 30px;
  overflow: hidden;
}

.share-button__front {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.share-button__text {
  position: absolute;
  left: 10px;
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFB62F;
  cursor: pointer;
  display: block;
  padding: 1px 0 1px 33px;
  background: url("../img/share-btn-icon.svg") left center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.share__link {
  position: relative;
  top: 40px;
  display: inline-block;
  opacity: 0;
  -webkit-transition: top 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: top 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: top 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.share-button:hover .share-button__front {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.share-button:hover .share__link {
  top: 0;
  opacity: 1;
}

.share-button:hover .share__link:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.share-button:hover .share__link:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.share-button:hover .share__link:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.share-button:hover .share__link:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/* FILTERS TEAM SECTION --------
------------------*/
.team-filters-section {
  padding-bottom: 22px;
}

.team-checkbox-item {
  position: absolute;
  z-index: -10;
  opacity: 0;
  pointer-events: none;
}

.team-filters-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-filters-list .team-filters-list__item {
  margin-right: 15px;
}

.team-filters-list .team-filters-list__item:last-of-type {
  margin-right: 0px;
}

.team-label-item {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #081323;
  display: block;
  padding: 14px 25px;
  cursor: pointer;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background: transparent;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.team-label-item span {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  display: block;
  padding-left: 25px;
  background: url("../img/plus_icon.svg") left center no-repeat;
}

.team-checkbox-item[type=checkbox]:checked+.team-label-item {
  background: -webkit-gradient(linear, right top, left top, from(#F1D100), color-stop(74.54%, #FFB62F));
  background: -webkit-linear-gradient(right, #F1D100 0%, #FFB62F 74.54%);
  background: -o-linear-gradient(right, #F1D100 0%, #FFB62F 74.54%);
  background: linear-gradient(270deg, #F1D100 0%, #FFB62F 74.54%);
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.team-checkbox-item[type=checkbox]:checked+.team-label-item span {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  color: #FFFFFF;
  background: url("../img/mark_icon.svg") left center no-repeat;
}

/* SINGLE BIO INFO SECTION --
----------*/
.member-bio-section {
  padding-bottom: 120px;
  position: relative;
  padding-top: 100px;
  background: url("../img/rectangle_bg_2.png") left top no-repeat;
}

.member-bio-section .shadow-title {
  font-size: 160px;
  line-height: 195px;
  top: -20px;
}

.member-bio-section .main-p {
  margin-bottom: 8px;
}

.member-bio-section .video-bio-block {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  width: 100%;
}

.member-bio-section .video-bio-block::before {
  background: #091220;
  mix-blend-mode: normal;
  opacity: 0.65;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  content: '';
  z-index: 5;
  pointer-events: none;
}

.member-bio-section .video-bio-block::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 10;
  bottom: 0px;
  right: 0px;
  background: #eeeef2 url("../img/full-size_icon.svg") center center no-repeat;
}

.member-bio-section .video-modal-btn {
  width: 100%;
}

.member-bio-section .video-modal-btn img {
  width: 100%;
}

.member-bio-section .video-open-btn {
  position: absolute;
  max-width: 52px;
  max-height: 52px;
  left: -webkit-calc(50% - 26px);
  left: calc(50% - 26px);
  z-index: 5;
  cursor: pointer;
  top: -webkit-calc(50% - 26px);
  top: calc(50% - 26px);
}

.member-bio-section .list-wrapper {
  margin-bottom: 0px;
}

.member-bio-section .list-wrapper .list-item {
  margin-bottom: 20px;
}

.member-bio-section .list-wrapper .list-item:last-of-type {
  margin-bottom: 0px;
}

.member-bio-section .list-wrapper .list-item::before {
  top: 10px;
}

.member-bio-section .h2-header {
  margin-bottom: 25px;
}

.member-bio-section .right-bio__col,
.member-bio-section .left-bio__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
}

.member-bio-section .left-bio__col {
  padding-top: 50px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 68px;
  background: url("../img/border_bg_10.png") left 50px no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.member-bio-section .right-bio__col {
  padding-left: 25px;
}

/* MAIN TEAM SECTION --------
------------------*/
.main-team-section {
  padding-bottom: 160px;
  background: url("../img/bord_rect_2.png") right bottom no-repeat;
  position: relative;
}

.main-team-section .border-elem-1 {
  background: url("../img/bord_rect_3.png");
  position: absolute;
  left: 0;
  bottom: 100px;
}

.team-member-cart {
  margin-bottom: 22px;
}

/* .team-member-cart a:first-child {
  display: block;
  height: 320px;
  overflow: hidden;
} */

.team-member-cart .team-img {
  margin: 0 auto;
	  display: block;
  height: 320px;
  overflow: hidden;
}

.team-bottom-row {
  top: -30px;
  position: relative;
  z-index: 5;
  padding: 30px 35px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 30px rgba(15, 31, 64, 0.07);
  box-shadow: 0px 6px 30px rgba(15, 31, 64, 0.07);
}

.team-bottom-row::before {
  display: block;
  position: absolute;
	pointer-events:none;
  left: 0;
  right: 0;
  top: -127px;
  width: 100%;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.0001)), to(#FFFFFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 100%);
  height: 137px;
}

.team-bottom-row .bottom-row__first {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 18px;
}

.team-bottom-row .team-name {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #373333;
  display: block;
  margin-bottom: 2px;
}

.team-bottom-row .team-title {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFB62F;
}

.contact-link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  display: block;
  padding-left: 22px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.contact-link:last-of-type {
  margin-bottom: 0px;
}

.contact-link.phone-link {
  background: url("../img/tel_icon.svg") left center no-repeat;
}

.contact-link.mail-link {
  background: url("../img/mail_icon.svg") left center no-repeat;
}

.contact-link:hover {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.contact-link:hover.phone-link {
  background: url("../img/tel_icon_active.svg") left center no-repeat;
}

.contact-link:hover.mail-link {
  background: url("../img/mail_icon_active.svg") left center no-repeat;
}

.linkedin-icon {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  background: url("../img/linkedin_icon_active.svg") center center no-repeat;
}

.linkedin-icon:hover {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  background: url("../img/linkedin_icon.svg") center center no-repeat;
}

/* INTERMODAL ABOUT SECTION ----
-------------------------*/
.about-intermodal-section {
  padding: 200px 0 60px;
  background: url("../img/border_bg_8.png") left 200px no-repeat;
  position: relative;
}

.about-intermodal-section .h2-header {
  padding-left: 40px;
}

.about-intermodal-section .main-span {
  margin-bottom: 21px;
  padding-left: 40px;
}

.about-intermodal-section .shadow-title {
  right: -98px;
  bottom: 260px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 200px;
}

.about-intermodal-section .main-p.pd-l-85 {
  padding-left: 40px;
  margin-bottom: 21px;
}

.about-intermodal-section .main-p.pd-l-280 {
  padding-left: 220px;
}

.about-intermodal-section .intermodal-flex {
  margin-top: -50px;
  padding: 0 9vw;
}

.about-intermodal-section .intermodal-flex__left-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 600px;
  -ms-flex: 0 0 600px;
  flex: 0 0 600px;
  max-width: 600px;
  padding-right: 35px;
  background: url("../img/rectangle_bg_1.png") 95% bottom no-repeat;
  padding-bottom: 70px;
}

.about-intermodal-section .intermodal-flex__left-col img {
  /*-webkit-box-shadow: 0px 6px 30px rgba(15, 31, 64, 0.07);
  box-shadow: 0px 6px 30px rgba(15, 31, 64, 0.07);*/
  margin: 0 auto;
}

.about-intermodal-section .intermodal-flex__right-col {
  padding-top: 75px;
  padding-left: 35px;
}

/* OUR EXPIRIENCE SECTION ----
-------------------------*/
.our-expirience-section {
  position: relative;
  padding-top: 160px;
  padding-bottom: 170px;
  background: url("../img/bord_rect_1.png") right top no-repeat;
}

.our-expirience-section .stats-span {
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  display: block;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB62F), to(#F1D100));
  background: -webkit-linear-gradient(#FFB62F 0%, #F1D100 100%);
  background: -o-linear-gradient(#FFB62F 0%, #F1D100 100%);
  background: linear-gradient(#FFB62F 0%, #F1D100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F1D100;
}
.our-expirience-section .stats-span.__absolute {
	position:absolute;
    top: 0px;
    right: 50px;

}
.our-expirience-section .shadow-title {
  top: 0px;
  font-size: 150px;
}

.our-expirience-section .h2-header {
  margin-bottom: 15px;
}

.our-expirience-section .main-p {
  display: block;
}

.our-expirience-section .main-p.mg-10 {
  margin-bottom: 10px;
}

.our-expirience-section .main-p.mg-20 {
  margin-bottom: 48px;
}

.our-expirience-section .stats-info {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  display: block;
  color: #373333;
}

.our-expirience-section .stats-flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 415px;
  width: 100%;
  margin-bottom: 88px;
}

.our-expirience-section .stats-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
	position:relative;
}

.our-expirience-section .stats-block:nth-of-type(odd) {
  padding-right: 25px;
	margin-bottom:48px;
}

.our-expirience-section .stats-block:nth-of-type(even) {
  padding-left: 30px;
}

/* BEST SOLUTIONS SECTION ----
--------------------*/
.best-solution-section {
  padding-bottom: 836px;
  padding-top: 100px;
  background: url("../img/best_sol_bg.png") center 20% no-repeat;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
}

.best-solution-section::before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: url("../img/bord_rect_5.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 204px;
  height: 363px;
}

.best-solution-section .h2-header {
  text-align: center;
  margin-bottom: 15px;
}

.best-solution-section .shadow-title {
  text-align: center;
  display: block;
  width: 100%;
  top: -100px;
}

.best-solution-section .main-p {
  display: block;
  text-align: center;
  max-width: 558px;
  margin: 0 auto;
}

/* WHO WE SECTION STYLES -----
----------------------------*/
.who-we-section {
  position: relative;
  padding-top: 220px;
	margin-bottom:120px;
}

.who-we-section .shadow-title {
  top: 93px;
}

.who-we-section .main-span {
  margin-bottom: 40px;
  padding-left: 40px;
}

.who-we-section .h2-header {
  padding-left: 40px;
}

.who-we-section .left-img__block {
  padding: 60px 0 0 70px;
  background: url("../img/who_border_elem.svg") left top no-repeat;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 51.35%;
  -ms-flex: 0 0 51.35%;
  flex: 0 0 51.35%;
  max-width: 51.35%;
  position: relative;
}

.who-we-section .left-img__block::before {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #fff;
  content: '';
  width: 80px;
  height: 400px;
}

.who-we-section .mg-40 {
  margin-bottom: 40px;
}

.who-we-section .right-text__block {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-bottom: 10px;
}

.who-we-section .right-text__block .main-p {
  margin-bottom: 7px;
}

.who-we-section .main-p em {
  font-weight: normal;
}

.who-we-section .left-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 51.35%;
  -ms-flex: 0 0 51.35%;
  flex: 0 0 51.35%;
  max-width: 51.35%;
  padding-left: 70px;
}

.who-we-section .right-block {
  padding-top: 20px;
  padding-left: 97px;
}

.list-wrapper {
  margin-bottom: 20px;
}

.list-wrapper .list-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.list-wrapper .list-item p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
}

.list-wrapper .list-item:last-of-type {
  margin-bottom: 0px;
}

.list-wrapper .list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  display: block;
  width: 9px;
  height: 8px;
  background: #FFB62F;
}

/* OUR TEAM SECTION STYLES -----
----------------------------*/
.our-team-section {
  padding: 175px 0 0px;
  background: url("../img/border_bg_1.png") right top no-repeat;
}

.our-team-section .h2-header {
  text-align: center;
}

.our-team-section .main-span {
  /*text-transform: uppercase;*/
  text-align: center;
}

.our-team-section .team-slider-wrapper {
  background: url("../img/border_bg_2.png") left top no-repeat;
  padding: 35px 0 125px;
  position: relative;
}

.our-team-section .team-main__bg {
  background: url("../img/kk.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 170px;
}

.our-team-section .meet-sect-link {
  text-align: center;
}

.our-team-section .slider-container__bg {
  background-position: center 90%;
}

.our-team-section .our-team-slider {
  min-height: 461px;
}

.our-team-section .team-descr-container {
  position: absolute;
  left: -webkit-calc(50% - 180px);
  left: calc(50% - 180px);
  bottom: 85px;
  z-index: 20;
  padding: 30px 35px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 30px rgba(15, 31, 64, 0.07);
  box-shadow: 0px 6px 30px rgba(15, 31, 64, 0.07);
  max-width: 360px;
  width: 100%;
}

.our-team-section .team-descr-container .our-team-count-block {
  position: absolute;
  right: 56px;
  bottom: 30px;
}

.our-team-section .team-descr-container .our-team-slide-count,
.our-team-section .team-descr-container .our-team-slide-count-2 {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #B2B7BC;
}

.our-team-section .team-descr-container .our-team-slide-count {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}

.our-team-section .team-descr-container .team-bottom-row {
  z-index: 5;
  background: transparent;
  padding: 0px;
  width: 100%;
  top: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.our-team-section .team-descr-container .team-bottom-row::before {
  display: none;
}

.our-team-section .team-descr-container .team-bottom-row .bottom-row__first {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 18px;
}

.our-team-section .team-descr-container .team-bottom-row .team-name {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #373333;
  display: block;
  margin-bottom: 2px;
}

.our-team-section .team-descr-container .team-bottom-row .team-title {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFB62F;
}

.our-team-section .team-member__title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #373333;
  display: block;
  margin-bottom: 3px;
}

.our-team-section .team-member__category {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  display: block;
  margin-bottom: 13px;
}

.our-team-section .link-icon {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/linkedin_icon_active.svg") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.our-team-section .team-member__info {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
}

/* OUR TEAM SLIDER STYLES -----
----------------------------*/
.our-team-slider {
  position: relative;
  z-index: unset;
}

.our-team-slider .img-container {
  padding: 0 60px;
  position: relative;
}

.our-team-slider .slick-current .img-container::before {
  display: block;
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 0px;
	pointer-events:none;
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.0001)), to(#FFFFFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 100%);
  height: 170px;
}

.our-team-slider .img-container img {
  margin: 0 auto;
}

.our-team-slider .slick-slide .img-container {
  padding-top: 320px;
}

.our-team-slider .slick-slide .img-container img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  max-width: 100px;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-filter: grayscale(65%);
  filter: grayscale(65%);
  -webkit-filter: gray;
  filter: gray;
}

.our-team-slider .slick-active+.slick-active img {
  max-width: 140px;
}

.our-team-slider .slick-active+.slick-active+.slick-active+.slick-active+.slick-active img {
  max-width: 100px;
}

.our-team-slider .slick-slide.slick-active.slick-current {
  position: relative;
}

.our-team-slider .slick-slide.slick-active.slick-current .img-container {
  width: 100%;
  padding-top: 0px;
}

.our-team-slider .slick-slide.slick-active.slick-current .img-container img {
  -webkit-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-filter: none;
  filter: none;
}

.our-team-slider .slick-next {
  right: -webkit-calc(42% - 54px);
  right: calc(42% - 54px);
  background: #FFB62F;
  -webkit-border-radius: 22px 0 0 22px;
  border-radius: 22px 0 0 22px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 25;
  width: 54px;
  height: 34px;
  top: inherit;
  bottom: -57px;
}

.our-team-slider .slick-next::after {
  display: block;
  content: '';
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -2px;
  top: 3px;
}

.our-team-slider .slick-prev {
  left: -webkit-calc(58% - 54px);
  left: calc(58% - 54px);
  background: #FFB62F;
  -webkit-border-radius: 0px 22px 22px 0;
  border-radius: 0px 22px 22px 0;
  z-index: 25;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 54px;
  height: 34px;
  top: inherit;
  bottom: -57px;
}

.our-team-slider .slick-next:before,
.our-team-slider .slick-prev:before {
  content: ' ';
  display: block;
  width: 54px;
  height: 34px;
  background: url("../img/slider_arrow.svg") center center no-repeat;
  opacity: 1;
  position: absolute;
  top: 0;
}

.our-team-slider .slick-prev:before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* DRIVERS  SECTION STYLES -----
----------------------------*/
.drivers-motivation-section {
  padding-bottom: 110px;
  position: relative;
  padding-top: 60px;
  background: url("../img/border_bg_9.png") 11vw top no-repeat;
}

.drivers-motivation-section .drivers-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.drivers-motivation-section .shadow-title {
  left: 37vw;
  top: -75px;
}

.drivers-motivation-section .main-span {
  margin-bottom: 5px;
}

.drivers-motivation-section .contact-us-link {
  border-color: #081322;
}

.drivers-motivation-section .contact-us-link span {
  color: #081322;
}

.drivers-motivation-section .reliable-span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
}

.drivers-motivation-section .text-descr {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
}

.drivers-motivation-section .text-descr .main-span {
  font-size: 16px;
  line-height: 24px;
  padding-left: 200px;
}

.drivers-motivation-section .text-descr em {
  font-weight: normal;
}

.drivers-motivation-section .top-row {
  margin-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 67%;
  -ms-flex: 0 0 67%;
  flex: 0 0 67%;
  max-width: 67%;
  padding-top: 55px;
}

.drivers-motivation-section .bottom-row {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 70px;
}

/* MOTIVATION  SLIDERS STYLES -----
----------------------------*/
.motivation-sliders-container {
  width: 535px;
  position: absolute;
  height: 653px;
}

.motivation-sliders-container .motivation-sliders-count-block {
  position: absolute;
  left: 58px;
  bottom: 84px;
	display:none;
  z-index: 10;
}

.motivation-sliders-container .motivation-sliders-count,
.motivation-sliders-container .motivation-sliders-count-2 {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #B2B7BC;
}

.motivation-sliders-container .motivation-sliders-count {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}

.motivation-slider,
.motivation-slider-nav {
  max-width: 300px;
  position: absolute !important;
}

.motivation-slider {
  left: 0;
  top: 0;
  z-index: 2;
}

.motivation-slider .slick-slide {
  -webkit-box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.298869);
  box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.298869);
}

.motivation-slider-nav {
  bottom: 0;
  right: 0;
  z-index: 1;
}
/* 
.motivation-slider-nav::before {
  content: '';
  position: absolute;
  background: url("../img/border_bg_7.png") 0 0 no-repeat;
  width: 197px;
  height: 215px;
  -webkit-background-size: contain;
  background-size: contain;
  top: 20px;
  left: -75px;
} */

.motivation-slider-nav .slick-next {
  left: -162px;
  background: #FFB62F;
  -webkit-border-radius: 22px 0 0 22px;
  border-radius: 22px 0 0 22px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 20;
  width: 54px;
  height: 34px;
  top: inherit;
  bottom: 10%;
}

.motivation-slider-nav .slick-next::after {
  display: block;
  content: '';
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -2px;
  top: 3px;
}

.motivation-slider-nav .slick-prev {
  left: -210px;
  background: #FFB62F;
  -webkit-border-radius: 0px 22px 22px 0;
  border-radius: 0px 22px 22px 0;
  z-index: 20;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 54px;
  height: 34px;
  top: inherit;
  bottom: 10%;
}

.motivation-slider-nav .slick-next:before,
.motivation-slider-nav .slick-prev:before {
  content: ' ';
  display: block;
  width: 54px;
  height: 34px;
  background: url("../img/slider_arrow.svg") center center no-repeat;
  opacity: 1;
  position: absolute;
  top: 0;
}

.motivation-slider-nav .slick-slide {
  -webkit-box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.298869);
  box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.298869);
}

.motivation-slider-nav .slick-prev:before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* INTERMODAL  SECTION STYLES -----
----------------------------*/
.intermodal-section {
  padding: 256px 0 300px;
  position: relative;
  background: url("../img/intermodal_bg.png") center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.intermodal-section .shadow-title {
  left: 80px;
  top: 55px;
}

.intermodal-section .flex-block {
  min-width: 790px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding: 90px 0 90px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url("../img/border_bg_6.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.intermodal-section .h2-header {
  margin-bottom: 8px;
}

.intermodal-section .main-span {
  margin-bottom: 42px;
}

.intermodal-section .meet-sect-link {
  max-width: 105px;
}

.intermodal-section .category-link {
  display: block;
  position: absolute;
  -webkit-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
  transition: 0.5s all linear;
}

.intermodal-section .category-link:hover {
  text-decoration: none;
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.intermodal-section .category-link.category-link-1 {
  right: -100px;
  top: -100px;
}

.intermodal-section .category-link.category-link-2 {
  right: 100px;
  bottom: -180px;
}

.intermodal-section .category-link.category-link-3 {
  right: -220px;
  bottom: -180px;
}

.intermodal-section .category-link.category-link-3::before {
  background: url("../img/border_bg_7.png") center center no-repeat;
  display: block;
  width: 206px;
  height: 206px;
  -webkit-background-size: contain;
  background-size: contain;
  content: '';
  bottom: -50px;
  right: -45px;
  position: absolute;
}

.intermodal-section .category-span {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 85px;
  color: #FFFFFF;
}

.intermodal-section .mobile-category-slider {
  min-height: 307px;
  position: relative;
  top: -60px;
}

.intermodal-section .mobile-category-slider .category-link {
  position: relative;
}

.intermodal-section .mobile-category-slider .category-link.category-link-1 {
  right: 0px;
  top: 0px;
}

.intermodal-section .mobile-category-slider .category-link.category-link-2 {
  right: 0px;
  bottom: 0px;
}

.intermodal-section .mobile-category-slider .category-link.category-link-3 {
  right: 0px;
  bottom: 0px;
}

.intermodal-section .mobile-category-slider .category-link.category-link-3::before {
  display: none;
}

.intermodal-section .mobile-category-slider .slider-block {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  padding: 0 10px;
}

.intermodal-section .mobile-category-slider .slick-slide.slick-current.slick-active .slider-block {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  padding-top: 20px;
}

.intermodal-section .mobile-category-slider .slick-next {
  right: -webkit-calc(35% - 54px);
  right: calc(35% - 54px);
  background: #FFB62F;
  -webkit-border-radius: 22px 0 0 22px;
  border-radius: 22px 0 0 22px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 20;
  width: 54px;
  height: 34px;
  top: 94%;
}

.intermodal-section .mobile-category-slider .slick-next::after {
  display: block;
  content: '';
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -2px;
  top: 3px;
}

.intermodal-section .mobile-category-slider .slick-prev {
  left: -webkit-calc(65% - 54px);
  left: calc(65% - 54px);
  background: #FFB62F;
  -webkit-border-radius: 0px 22px 22px 0;
  border-radius: 0px 22px 22px 0;
  z-index: 20;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 54px;
  height: 34px;
  top: 94%;
}

.intermodal-section .mobile-category-slider .slick-next:before,
.intermodal-section .mobile-category-slider .slick-prev:before {
  content: ' ';
  display: block;
  width: 54px;
  height: 34px;
  background: url("../img/slider_arrow.svg") center center no-repeat;
  opacity: 1;
  position: absolute;
  top: 0;
}

.intermodal-section .mobile-category-slider .slick-prev:before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* TESTIMONIALS  SECTION STYLES -----
----------------------------*/
.testimonials-section {
  padding-top: 60px;
  position: relative;
}

.testimonials-section .h2-header,
.testimonials-section .main-span {
  width: 100%;
  text-align: center;
}

.testimonials-section .shadow-title {
  width: 100%;
  text-align: center;
  top: 50px;
}

.testimonials-section .main-span {
  margin-bottom: 50px;
}

.testimonials-section .slider-container__bg {
  background-position: center 25%;
}

.testimonials-section .slider-container {
  max-width: 1600px;
}

.testimonials-section .slider-container .testimonials-slider {
  height: 300px;
}

.slider-container__bg {
  background: url("../img/slider_line.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.slider-container {
  max-width: 1400px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 300px;
  height: 100%;
}

.testimonials-text-container {
  padding: 103px 33px 76px;
  background: #fff;
  max-width: 420px;
  width: 100%;
  position: absolute;
  left: -webkit-calc(50% - 210px);
  left: calc(50% - 210px);
  bottom: 0%;
  z-index: 0;
  -webkit-box-shadow: 0px 6px 30px rgba(15, 31, 64, 0.07);
  box-shadow: 0px 6px 30px rgba(15, 31, 64, 0.07);
}

.testimonials-text-container .testimonials-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
  display: block;
  text-align: center;
}

.testimonials-text-container .testimonials-sliders-count-block {
  position: absolute;
  left: -webkit-calc(50% - 12.5px);
  left: calc(50% - 12.5px);
  bottom: 32px;
}

.testimonials-text-container .testimonials-sliders-count,
.testimonials-text-container .testimonials-sliders-count-2 {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #B2B7BC;
}

.testimonials-text-container .testimonials-sliders-count {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}

/* TESTIMONIALS SLIDER --------------
--------------------------------*/
.testimonials-slider {
  position: relative;
  z-index: 10;
}

.testimonials-slider .img-container {
  padding: 0 60px;
}

.testimonials-slider .img-container img {
  margin: 0 auto;
}

.testimonials-slider .slick-slide .img-container {
  padding-top: 30px;
}

.testimonials-slider .slick-slide .img-container img {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
  -webkit-filter: gray;
  filter: gray;
}

.testimonials-slider .slick-active+.slick-active img {
  padding-top: 30px;
}

.testimonials-slider .slick-active+.slick-active+.slick-active+.slick-active+.slick-active img {
  padding-top: 30px;
}

.testimonials-slider .slick-slide.slick-active.slick-current .img-container {
  width: 100%;
  padding-top: 0px;
  min-width: 500px;
}

.testimonials-slider .slick-slide.slick-active.slick-current .img-container img {
  margin: 0 auto;
  -webkit-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  -webkit-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
  transition: 0.5s all linear;
  -webkit-filter: none;
  filter: none;
}

.testimonials-slider .slick-next {
  right: -webkit-calc(50% - 54px);
  right: calc(50% - 54px);
  background: #FFB62F;
  -webkit-border-radius: 22px 0 0 22px;
  border-radius: 22px 0 0 22px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 20;
  width: 54px;
  height: 34px;
  top: inherit;
  bottom: -17px;
}

.testimonials-slider .slick-next::after {
  display: block;
  content: '';
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -2px;
  top: 3px;
}

.testimonials-slider .slick-prev {
  left: -webkit-calc(50% - 54px);
  left: calc(50% - 54px);
  background: #FFB62F;
  -webkit-border-radius: 0px 22px 22px 0;
  border-radius: 0px 22px 22px 0;
  z-index: 20;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 54px;
  height: 34px;
  top: inherit;
  bottom: -17px;
}

.testimonials-slider .slick-next:before,
.testimonials-slider .slick-prev:before {
  content: ' ';
  display: block;
  width: 54px;
  height: 34px;
  background: url("../img/slider_arrow.svg") center center no-repeat;
  opacity: 1;
  position: absolute;
  top: 0;
}

.testimonials-slider .slick-prev:before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* GALERY  SECTION STYLES -----
----------------------------*/
.gallery-section {
  position: relative;
  margin-bottom: 44px;
  padding-top: 143px;
  background: url("../img/border_bg_4.png") right top no-repeat;
}

.gallery-section .shadow-title {
  width: 100%;
  text-align: center;
  top: 70px;
}

.gallery-section .h2-header {
  text-align: center;
  width: 100%;
}

.gallery-section .main-span {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}

.gallery-section .pd-wrapper-160 {
  padding-bottom: 160px;
  min-height: 613px;
  background: url("../img/border_bg_5.png") left bottom no-repeat;
}

.gallery-section .gallery-quantity-block {
  position: absolute;
  bottom: 210px;
  left: -webkit-calc(50% - 12.5px);
  left: calc(50% - 12.5px);
}

.gallery-section .gallery-slide-count {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #B2B7BC;
}

.gallery-section .gallery-slide-count-2 {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #B2B7BC;
}

/* GALLERY SLIDER --------------
--------------------------------*/
.gallery-slider {
  height: 453.25px;
}

.gallery-slider,
.history-slider {
  padding-bottom: 60px;
}

.gallery-slider .slider-block,
.history-slider .slider-block {
  padding: 0 20px;
  -webkit-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
  transition: 0.5s all linear;
}

.gallery-slider .slider-block .insert-container,
.history-slider .slider-block .insert-container {
  position: relative;
  height: auto;
}

.gallery-slider .slider-block .insert-container::before,
.history-slider .slider-block .insert-container::before {
  content: '';
  opacity: 0;
  width: 100%;
  height: 122px;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 18, 32, 0.0001)), color-stop(81.24%, #091220));
  background: -webkit-linear-gradient(top, rgba(9, 18, 32, 0.0001) 0%, #091220 81.24%);
  background: -o-linear-gradient(top, rgba(9, 18, 32, 0.0001) 0%, #091220 81.24%);
  background: linear-gradient(180deg, rgba(9, 18, 32, 0.0001) 0%, #091220 81.24%);
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

.gallery-slider .slider-block .insert-container:hover::before,
.history-slider .slider-block .insert-container:hover::before {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

.gallery-slider .slider-block img,
.history-slider .slider-block img {
  width: 100%;
  margin: 0 auto;
}

.gallery-slider .gallery-description,
.history-slider .gallery-description {
  position: absolute;
  left: 17px;
  bottom: 17px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  opacity: 0;
}

.gallery-slider .zoomBtn,
.history-slider .zoomBtn {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  opacity: 0;
}

.gallery-slider .slick-slide.slick-active .slider-block,
.history-slider .slick-slide.slick-active .slider-block {
  padding: 40px 20px 0;
  -webkit-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
  transition: 0.5s all linear;
}

.gallery-slider .slick-slide.slick-active.slick-current .slider-block,
.history-slider .slick-slide.slick-active.slick-current .slider-block {
  padding: 0 20px;
  -webkit-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
  transition: 0.5s all linear;
}

.gallery-slider .slick-slide.slick-active.slick-current .zoomBtn,
.history-slider .slick-slide.slick-active.slick-current .zoomBtn {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

.gallery-slider .slick-slide.slick-active.slick-current .gallery-description,
.history-slider .slick-slide.slick-active.slick-current .gallery-description {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

.gallery-slider .slick-next,
.history-slider .slick-next {
  right: -webkit-calc(50% - 54px);
  right: calc(50% - 54px);
  background: #FFB62F;
  -webkit-border-radius: 22px 0 0 22px;
  border-radius: 22px 0 0 22px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 20;
  width: 54px;
  height: 34px;
  top: inherit;
  bottom: 0px;
}

.gallery-slider .slick-next::after,
.history-slider .slick-next::after {
  display: block;
  content: '';
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -2px;
  top: 3px;
}

.gallery-slider .slick-prev,
.history-slider .slick-prev {
  left: -webkit-calc(50% - 54px);
  left: calc(50% - 54px);
  background: #FFB62F;
  -webkit-border-radius: 0px 22px 22px 0;
  border-radius: 0px 22px 22px 0;
  z-index: 20;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 54px;
  height: 34px;
  top: inherit;
  bottom: 0px;
}

.gallery-slider .slick-next:before,
.gallery-slider .slick-prev:before,
.history-slider .slick-next:before,
.history-slider .slick-prev:before {
  content: ' ';
  display: block;
  width: 54px;
  height: 34px;
  background: url("../img/slider_arrow.svg") center center no-repeat;
  opacity: 1;
  position: absolute;
  top: 0;
}

.gallery-slider .slick-prev:before,
.history-slider .slick-prev:before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* GALLERY SLIDER END --------------
--------------------------------*/
.zoomBtn {
  display: block;
  width: 36px;
  height: 36px;
  background: #fff url("../img/zoom_icon.svg") center center no-repeat;
  position: absolute;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

/* LAST NEWS SECTION STYLES -----
----------------------------*/
.last-news-section {
  position: relative;
}

.last-news-section.blog-last-news .post-info-container {
  bottom: 0px;
}

.last-news-section .shadow-title {
  width: 100%;
  text-align: center;
  top: -75px;
}

.last-news-section .h2-header {
  text-align: center;
  width: 100%;
}

.last-news-section .main-span {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}

.last-news-section .blog-count-block {
  position: absolute;
  top: 50%;
  left: 56.7%;
}

.last-news-section .blog-slide-count {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
}

.last-news-section .blog-slide-count-2 {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}

/* LATEST POST SLIDER ----------------
-----------------------------------*/
.latest-news-slider {
  margin-bottom: 120px;
}

.latest-news-slider .slide-block {
  -webkit-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
  transition: 0.5s all linear;
  padding: 55px 40px 0;
}

.latest-news-slider .slide-block img {
  margin: 0 auto;
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
  -webkit-filter: gray;
  filter: gray;
}

.latest-news-slider .slick-slide.slick-current .slide-block {
  -webkit-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
  transition: 0.5s all linear;
  padding: 0px 40px 0;
}

.latest-news-slider .slick-slide.slick-current img {
  -webkit-filter: none;
  filter: none;
}

.latest-news-slider .slick-next {
  right: -webkit-calc(42.5% - 54px);
  right: calc(42.5% - 54px);
  background: #FFB62F;
  -webkit-border-radius: 22px 0 0 22px;
  border-radius: 22px 0 0 22px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 20;
  width: 54px;
  height: 34px;
  top: inherit;
  bottom: 35%;
}

.latest-news-slider .slick-next::after {
  display: block;
  content: '';
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -2px;
  top: 3px;
}

.latest-news-slider .slick-prev {
  left: -webkit-calc(57.5% - 54px);
  left: calc(57.5% - 54px);
  background: #FFB62F;
  -webkit-border-radius: 0px 22px 22px 0;
  border-radius: 0px 22px 22px 0;
  z-index: 20;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 54px;
  height: 34px;
  top: inherit;
  bottom: 35%;
}

.latest-news-slider .slick-next:before,
.latest-news-slider .slick-prev:before {
  content: ' ';
  display: block;
  width: 54px;
  height: 34px;
  background: url("../img/slider_arrow.svg") center center no-repeat;
  opacity: 1;
  position: absolute;
  top: 0;
}

.latest-news-slider .slick-prev:before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.post-info-container {
  position: absolute;
  left: 33.7%;
  bottom: 150px;
}

.post-info-container .left-info__block {
  padding-left: 30px;
  padding-top: 20px;
  background: #fff;
  padding-right: 90px;
  max-width: 525px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.post-info-container .post-title {
  display: block;
  margin-bottom: 5px;
}

.post-info-container .post-description {
  display: block;
  margin-bottom: 20px;
}

.data-span {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.read-more-link {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFB62F;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.read-more-link:hover {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

/* LATEST POST SLIDER  END ----------------
-----------------------------------*/
/*FOOTER-STYLES -------------
---------------------------*/
.footer .spn-1,
.footer-div .spn-1 {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
  display: block;
  margin-bottom: 10px;
}

.footer .p-1,
.footer-div .p-1 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
  display: block;
  margin-bottom: 32px;
}

.footer .bottom-footer__row,
.footer-div .bottom-footer__row {
  padding: 64px 0 46px;
  background: url("../img/footer_main_bg.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.footer .top-row__wrapper,
.footer-div .top-row__wrapper {
  padding: 107px 0 118px;
  background: url("../img/footer_top_row.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.footer .top-row__wrapper::before,
.footer-div .top-row__wrapper::before {
  background: url("../img/border_bg_3.png") 0 0 no-repeat;
  width: 545px;
  height: 506px;
  -webkit-background-size: contain;
  background-size: contain;
  content: '';
  position: absolute;
  left: 4.5vw;
  top: -55px;
  pointer-events: none;
}

.footer .top-row__wrapper .shadow-title,
.footer-div .top-row__wrapper .shadow-title {
  width: 100%;
  text-align: center;
  bottom: 0;
  mix-blend-mode: overlay;
  color: rgba(255, 255, 255, 0.2);
}

.footer .footer-icon,
.footer-div .footer-icon {
  position: absolute;
  bottom: 0px;
  right: 3.5vw;
}

.footer .top-footer__row,
.footer-div .top-footer__row {
  margin-bottom: 150px;
}

.footer .bottom-row__wrapper,
.footer-div .bottom-row__wrapper {
  margin-top: -55px;
}

.footer .bottom-row__wrapper .footer__map-container,
.footer .bottom-row__wrapper .pd-l-70.pd-50,
.footer-div .bottom-row__wrapper .footer__map-container,
.footer-div .bottom-row__wrapper .pd-l-70.pd-50 {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 30px rgba(15, 31, 64, 0.07);
  box-shadow: 0px 6px 30px rgba(15, 31, 64, 0.07);
}

.footer .bottom-row__wrapper .footer__map-container iframe,
.footer .bottom-row__wrapper .pd-l-70.pd-50 iframe,
.footer-div .bottom-row__wrapper .footer__map-container iframe,
.footer-div .bottom-row__wrapper .pd-l-70.pd-50 iframe {
  max-width: 100%;
}

.footer .bottom-row__wrapper .pd-l-70.pd-50,
.footer-div .bottom-row__wrapper .pd-l-70.pd-50 {
  height: 100%;
}

.footer .bottom-row__wrapper .row>[class*="col-"],
.footer-div .bottom-row__wrapper .row>[class*="col-"] {
  background: #fff;
}

.footer .bottom-row__wrapper .main-span,
.footer-div .bottom-row__wrapper .main-span {
  margin-bottom: 20px;
}

.footer .bottom-row__wrapper .info-span,
.footer-div .bottom-row__wrapper .info-span {
  color: #000000;
}

.footer .coopyright-span,
.footer-div .coopyright-span {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  display: block;
  text-align: center;
  color: #FFFFFF;
  padding-top: 63px;
}

.footer .footer-logo,
.footer-div .footer-logo {
  display: block;
  margin-bottom: 11px;
  max-width: 155px;
}

.footer .footer-p,
.footer-div .footer-p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 13px;
}

.footer .info-span,
.footer-div .info-span {
  color: #FFFFFF;
  margin-bottom: 10px;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  display: block;
}

.footer .info-span span,
.footer-div .info-span span {
  display: inline-block;
  padding-left: 22px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
}

.footer .info-span:last-of-type,
.footer-div .info-span:last-of-type {
  margin-bottom: 0px;
}

.footer .info-span:hover,
.footer-div .info-span:hover {
  text-decoration: none;
  color: #FFB62F;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.footer .info-span.tel-span span,
.footer-div .info-span.tel-span span {
  background: url("../img/tel_icon.svg") left center no-repeat;
}

.footer .info-span.mail-span span,
.footer-div .info-span.mail-span span {
  background: url("../img/mail_icon.svg") left center no-repeat;
}

.footer .info-span.geo-span span,
.footer-div .info-span.geo-span span {
  background: url("../img/geo_icon.svg") left center no-repeat;
}

.footer .footer-span,
.footer-div .footer-span {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  display: block;
  padding-top: 23px;
  color: #FFBA3C;
  margin-bottom: 29px;
}

.footer .footer-list,
.footer-div .footer-list {
  margin-right: 45px;
}

.footer .footer-list:last-of-type,
.footer-div .footer-list:last-of-type {
  margin-right: 0px;
}

.footer .footer-list .footer-list__item,
.footer-div .footer-list .footer-list__item {
  margin-bottom: 20px;
}

.footer .footer-list .footer-list__item:last-of-type,
.footer-div .footer-list .footer-list__item:last-of-type {
  margin-bottom: 0px;
}

.footer .footer-list .footer-list__link,
.footer-div .footer-list .footer-list__link {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.footer .footer-list .footer-list__link:hover,
.footer-div .footer-list .footer-list__link:hover {
  text-decoration: underline;
}

.footer .subscribe-form,
.footer-div .subscribe-form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 69%;
  -ms-flex: 0 0 69%;
  flex: 0 0 69%;
  max-width: 315px;
}

.footer .sbscr-input,
.footer-div .sbscr-input {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.422913);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 24px;
  padding: 13px 0 12px 13px;
  max-width: 315px;
  width: 100%;
  background: transparent;
}

.footer .sbscr-input:focus,
.footer-div .sbscr-input:focus {
  outline: none;
}

.footer .sbscr-input::-webkit-input-placeholder,
.footer-div .sbscr-input::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.footer .sbscr-input::-moz-placeholder,
.footer-div .sbscr-input::-moz-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.footer .sbscr-input:-ms-input-placeholder,
.footer-div .sbscr-input:-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.footer .sbscr-input::-ms-input-placeholder,
.footer-div .sbscr-input::-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.footer .sbscr-input::placeholder,
.footer-div .sbscr-input::placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.footer .subScrbBtn,
.footer-div .subScrbBtn {
  background: -webkit-gradient(linear, right top, left top, from(#F1D100), color-stop(74.54%, #FFB62F));
  background: -webkit-linear-gradient(right, #F1D100 0%, #FFB62F 74.54%);
  background: -o-linear-gradient(right, #F1D100 0%, #FFB62F 74.54%);
  background: linear-gradient(270deg, #F1D100 0%, #FFB62F 74.54%);
  display: block;
  padding: 14px 60px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.403054);
  -webkit-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.footer .subScrbBtn:hover,
.footer-div .subScrbBtn:hover {
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}

.footer .footer-social-list,
.footer-div .footer-social-list {
  padding-top: 20px;
}

.footer .footer-social-list .social-item,
.footer-div .footer-social-list .social-item {
  margin-right: 10px;
}

.footer .footer-social-list .social-item:last-of-type,
.footer-div .footer-social-list .social-item:last-of-type {
  margin-right: 0px;
}

.footer .social-link,
.footer-div .social-link {
  display: block;
  max-width: 32px;
}

.footer .social-link .soc-icon,
.footer-div .social-link .soc-icon {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.footer .social-link .soc-icon.fb-icon,
.footer-div .social-link .soc-icon.fb-icon {
  background: url("../img/facebook_icon_footer.svg") center center no-repeat;
}

.footer .social-link .soc-icon.tw-icon,
.footer-div .social-link .soc-icon.tw-icon {
  background: url("../img/twitter_icon_footer.svg") center center no-repeat;
}

.footer .social-link .soc-icon.linkedin-icon,
.footer-div .social-link .soc-icon.linkedin-icon {
  background: url("../img/linkedin_icon_footer.svg") center center no-repeat;
}

.footer .social-link:hover .soc-icon,
.footer-div .social-link:hover .soc-icon {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.footer .social-link:hover .soc-icon.fb-icon,
.footer-div .social-link:hover .soc-icon.fb-icon {
  background: url("../img/facebook_icon_active.svg") center center no-repeat;
}

.footer .social-link:hover .soc-icon.tw-icon,
.footer-div .social-link:hover .soc-icon.tw-icon {
  background: url("../img/twitter_icon_active.svg") center center no-repeat;
}

.footer .social-link:hover .soc-icon.linkedin-icon,
.footer-div .social-link:hover .soc-icon.linkedin-icon {
  background: url("../img/linkedin_icon_active.svg") center center no-repeat;
}

.mobile-block {
  display: none;
}

#top {
  position: absolute;
  top: -22px;
  right: 150px;
  cursor: pointer;
  display: block;
  width: 44px;
  height: 44px;
  background: #FFB62F url("../img/up_arrow.svg") center center no-repeat;
  z-index: 2000;
}

.mobile-category-block {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
		.about-intermodal-section .main-p.pd-l-280 {
		padding-left:460px;
	}
	.about-intermodal-section .main-span {
		padding-left:200px;
	}
	.about-intermodal-section .h2-header {
		padding-left:120px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1390px) {
  .main.about-us-main::before {
    top: 30%;
  }

}

@media screen and (max-width: 1390px) {
  .latest-news-slider {
    margin-bottom: 100px;
  }

  .latest-news-slider .slide-block {
    padding: 20px 15px 0;
  }

  .latest-news-slider .slick-slide.slick-current .slide-block {
    padding: 0px 15px 0px;
  }

  .latest-news-slider .slick-prev {
    bottom: 30%;
  }

  .latest-news-slider .slick-next {
    bottom: 30%;
  }

  .post-info-container {
    position: absolute;
    left: 33.7%;
    bottom: 75px;
  }
}

@media screen and (min-width: 1024px) {
  .single-post-main {
    padding-bottom: 120px;
  }
}
	.top-section-wrapper.__single-team .back-team-link {
		min-width: 198.67px;
		margin-left:25px;
	}


	.top-section-wrapper.__single-team .back-team-link span{
		padding:0px;
		background:none;
	}

@media screen and (max-width: 768px) {
	.top-section-wrapper .top-wrap-count-block {
		display:none;
	}
	html {
		margin-top: 0px !important;
	}
	.top-section-wrapper.__single-team .top-buttons-flex {
		justify-content: center;
		margin-bottom:10px;
	}
		.top-section-wrapper.__single-team .back-team-link {
		min-width: 158.67px;
		margin-left:15px;
	}
  #top {
    top: -22px;
    right: 30px;
  }
	.page-id-332 .list-wrapper .list-item p {
		display:inline-block;
		position:relative;
		    min-width: 50%;
		text-align:left;
	}
	.page-id-332 .list-wrapper .list-item p::before{
		content: '';
    position: absolute;
    left: -25px;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
    display: block;
    width: 9px;
    height: 8px;
    background: #FFB62F;
	}
		.page-id-332 .list-wrapper .list-item::before {
		display:none;
	}
  .desktop-block {
    display: none !important;
  }

  .mobile-block {
    display: block;
  }

  .mobile-block.flex-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .desktop-block.flex-block {
    display: none;
  }

  .shadow-title {
    font-size: 60px;
    line-height: 73px;
  }

  .main-span {
    font-size: 18px;
    line-height: 22px;
  }

  .h2-header {
    font-size: 32px;
    line-height: 33px;
  }

  .main {
    background: url("../img/lineg_bg_mob.png") center center repeat;
    padding: 0px;
  }

  /* HEADER STYLES ------*/
  .header .top-buttons-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header.header-active {
    background: url("../img/top_bg_mob.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 100px;
  }

  .header.header-active .navbar-toggler {
    z-index: 20;
  }

  .header.header-active::before {
    left: 0;
    right: 0;
    top: -158px;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: -webkit-gradient(linear, right top, left top, from(rgba(9, 18, 32, 0.0001)), to(#091220));
    background: -webkit-linear-gradient(right, rgba(9, 18, 32, 0.0001) 0%, #091220 100%);
    background: -o-linear-gradient(right, rgba(9, 18, 32, 0.0001) 0%, #091220 100%);
    background: linear-gradient(270deg, rgba(9, 18, 32, 0.0001) 0%, #091220 100%);
    display: block;
    z-index: 0;
    pointer-events: none;
  }

  .header.header-active::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    display: block;
    z-index: 0;
    pointer-events: none;
    background: -webkit-gradient(linear, right top, left top, from(rgba(9, 18, 32, 0.0001)), to(#091220));
    background: -webkit-linear-gradient(right, rgba(9, 18, 32, 0.0001) 0%, #091220 100%);
    background: -o-linear-gradient(right, rgba(9, 18, 32, 0.0001) 0%, #091220 100%);
    background: linear-gradient(270deg, rgba(9, 18, 32, 0.0001) 0%, #091220 100%);
  }

  .header.header-active .top-buttons-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .header.header-active .join-team-link {
    margin-right: 10px;
    padding: 14px 22px;
  }

  .header.header-active .contact-us-link {
    padding: 14px 22px;
  }

  .header.header-active .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 20px 75px 55px;
  }

  .header .top-buttons-flex {
    display: none;
  }

  .header .navbar-toggler-icon {
    background: #fff;
    height: 3px;
    display: block;
    margin-bottom: 5px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }

  .header .navbar-toggler-icon:last-of-type {
    margin-bottom: 0px;
  }

  .header .nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFB62F;
  }

  .header .nav-item {
    margin-bottom: 23px;
  }

  .header>a.nav-link:hover {
    color: rgba(255, 255, 255, 0.5);
  }

  .header .nav-item:last-of-type {
    margin-bottom: 0px;
  }

  .header .navbar-toggler-open .navbar-toggler-icon:nth-child(2) {
    display: none;
  }

  .header .navbar-toggler-open .navbar-toggler-icon:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header .navbar-toggler .navbar-toggler-icon {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  .header .navbar-toggler-open .navbar-toggler-icon:nth-child(3) {
    margin: -8px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* top-section-wrapper */
  .top-section-wrapper {
    padding: 124px 0 289px;
    background: url("../img/top_bg_mob.png") 0 0 no-repeat;
	  background-size:cover;
  }

  .top-section-wrapper .top-span.__sm {
    margin-bottom: 15px;
  }

  .top-section-wrapper.__home {
    height: 611px;
  }

  .top-section-wrapper .top-wrapper-slider {
    max-height: 611px;
    top: 124px;
  }

  .top-section-wrapper .top-wrapper-slider .slide-block {
    height: 611px;
  }

  .top-section-wrapper .top-wrapper-slider .top-cover-img {
    left: 0px;
    right: inherit;
    height: 100%;
    width: 100%;
    background: url("../img/mob_slider_bg.png") 15px 73% no-repeat;
    bottom: 30px;
  }

  .top-section-wrapper .top-wrapper-slider .top-cover-img img {
    bottom: 0px;
    height: auto;
  }

  .top-section-wrapper .top-wrapper-slider .top-cover-img.__second {
    background: url("../img/mob_slider_bg.png") 15px 80% no-repeat;
  }

  .top-section-wrapper .top-wrapper-slider .top-cover-img.__second::before {
    display: none;
  }

  .top-section-wrapper .top-wrapper-slider .top-cover-img.__second img {
    max-width: 300px;
    left: -webkit-calc(100% - 300px);
    left: calc(100% - 300px);
    bottom: 35px;
  }

  .top-section-wrapper::after {
    width: 30%;
  }

  .top-section-wrapper::before {
    left: 0;
    right: 0;
    top: -124px;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .top-section-wrapper .h1-header {
    font-size: 50px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 19px;
  }

  .top-section-wrapper .h1-header .bold-h1 {
    display: block;
    font-size: 40px;
    line-height: 45px;
  }

  .top-section-wrapper .top-span {
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }

  .top-section-wrapper .social-block {
    display: none;
  }

  .top-section-wrapper .top-buttons-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-section-wrapper .join-team-link {
    margin-right: 10px;
    padding: 14px 22px;
  }

  .top-section-wrapper .contact-us-link {
    padding: 14px 22px;
  }

  .top-section-wrapper.__about-us {
    background: url("../img/about_us_top_bg_mobile.png") center center no-repeat;
    padding: 82px 0 281px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .top-section-wrapper.__about-us .h1-header {
    font-size: 60px;
    line-height: 66px;
    margin-bottom: 10px;
    text-align: center;
  }

  .top-section-wrapper.__about-us .h1-header .bold-h1 {
    display: inline-block;
    font-size: 80px;
    line-height: 66px;
    text-align: center;
  }

  .top-section-wrapper.__about-us .top-span {
    font-size: 20px;
    line-height: 27px;
  }

  .top-section-wrapper.__about-us .top-wrapp-img {
    max-width: 92.5%;
    bottom: -80px;
  }

  .top-section-wrapper.__about-us .top-wrapp-img::before {
    width: 314px;
    height: 254px;
    left: 50px;
    top: -80px;
  }

  .top-section-wrapper.__recruiting {
    background: url("../img/recruiting_top_bg_mobile.png") center center no-repeat;
    padding: 82px 0 281px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .top-section-wrapper.__recruiting .h1-header {
    margin-bottom: 5px;
    text-align: center;
  }

  .top-section-wrapper.__recruiting .h1-header .bold-h1 {
    font-size: 60px;
    line-height: 66px;
    text-align: center;
  }

  .top-section-wrapper.__recruiting .top-span {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
  }

  .top-section-wrapper.__recruiting .top-wrapp-img {
    max-width: 100%;
    bottom: -185px;
    right: 20px;
    left: 20px;
  }

  .top-section-wrapper.__recruiting .top-wrapp-img::before {
    width: 199px;
    height: 257px;
    left: 0px;
    top: 0px;
  }

  .top-section-wrapper.__single-team {
    background: url("../img/single_team_top_bg_mobile.png") center center no-repeat;
    padding: 89px 0 263px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .top-section-wrapper.__single-team .h1-header {
    margin-bottom: 0px;
    text-align: center;
  }

  .top-section-wrapper.__single-team .h1-header .bold-h1 {
    font-size: 46px;
    line-height: 63px;
    text-align: center;
  }

  .top-section-wrapper.__single-team .top-span {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
  }

  .top-section-wrapper.__single-team .top-wrapp-img {
    max-width: 100%;
    bottom: -125px;
    right: 20px;
    left: 20px;
    z-index: 10;
  }

  .top-section-wrapper.__single-team .top-wrapp-img .top-bio-info {
    margin: 0;
  }

  .top-section-wrapper.__single-team .top-wrapp-img .phone-link {
    position: absolute;
    left: 20px;
    bottom: 50px;
    margin: 0px;
  }

  .top-section-wrapper.__single-team .top-wrapp-img .team-linkedin-link {
    position: absolute;
    right: 20px;
    top: 20px;
    margin: 0px;
  }

  .top-section-wrapper.__single-team .top-wrapp-img .mail-link {
    position: absolute;
    left: 20px;
    margin: 0px;
    bottom: 20px;
  }

  .top-section-wrapper.__single-team .top-wrapp-img::before {
    width: 204px;
    height: 227px;
    bottom: -50px;
    left: -50px;
    background: url("../img/rect_bg_mb_3.png") center center no-repeat;
  }

  .top-section-wrapper.__history {
    background: url("../img/history_top_bg_mobile.png") center center no-repeat;
    padding: 89px 0 263px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .top-section-wrapper.__history .h1-header {
    margin-bottom: 5px;
    text-align: center;
  }

  .top-section-wrapper.__history .h1-header .bold-h1 {
    font-size: 60px;
    line-height: 66px;
    text-align: center;
  }

  .top-section-wrapper.__history .top-span {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
  }

  .top-section-wrapper.__history .top-wrapp-img {
    max-width: 100%;
    bottom: -185px;
    right: 20px;
    left: 20px;
  }

  .top-section-wrapper.__history .top-wrapp-img img {
    min-width: 489px;
  }

  .top-section-wrapper.__history .top-wrapp-img::before {
    width: 455px;
    height: 244px;
    left: -30vw;
    top: 50px;
  }

  .top-section-wrapper.__intermodal {
    background: url("../img/intermodal_top_bg_mobile.png") center center no-repeat;
    padding: 89px 0 263px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .top-section-wrapper.__intermodal .h1-header {
    margin-bottom: 5px;
    text-align: center;
  }

  .top-section-wrapper.__intermodal .h1-header .bold-h1 {
    font-size: 46px;
    line-height: 63px;
    text-align: center;
  }

  .top-section-wrapper.__intermodal .top-span {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
  }

  .top-section-wrapper.__intermodal .top-wrapp-img {
    max-width: 100%;
    bottom: -85px;
    right: -40px;
  }

  .top-section-wrapper.__intermodal .top-wrapp-img img {
    min-width: 489px;
  }

  .top-section-wrapper.__intermodal .top-wrapp-img::before {
    width: 195px;
    height: 214px;
    left: 0vw;
    top: 120px;
    background: url("../img/rect_bg_mb_5.png") center center no-repeat;
  }

  .top-section-wrapper.__blog {
    background: url("../img/blog_top_bg_mobile.png") center center no-repeat;
    padding: 79px 0 263px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .top-section-wrapper.__blog .h1-header {
    margin-bottom: 0px;
    text-align: center;
  }

  .top-section-wrapper.__blog .h1-header .bold-h1 {
    font-size: 46px;
    line-height: 63px;
    text-align: center;
  }

  .top-section-wrapper.__blog .top-span {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
  }

  .top-section-wrapper.__blog .top-wrapp-img {
    max-width: 100%;
    bottom: -85px;
    right: 0px;
    left: 0px;
    padding: 0 15px;
  }

  .top-section-wrapper.__blog .top-wrapp-img img {
    min-width: auto;
  }

  .top-section-wrapper.__blog .top-wrapp-img::before {
    width: 282px;
    height: 247px;
    left: 10vw;
    top: -80px;
  }

  .top-section-wrapper.__team-archive {
    background: url("../img/our_team_top_bg_mobile.png") center center no-repeat;
    padding: 77px 0 201px;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 200px;
  }

  .top-section-wrapper.__team-archive .h1-header {
    margin-bottom: 13px;
    text-align: center;
    font-size: 40px;
    line-height: 63px;
  }

  .top-section-wrapper.__team-archive .h1-header .bold-h1 {
    font-size: 80px;
    line-height: 74px;
    text-align: center;
  }

  .top-section-wrapper.__team-archive .top-span {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
  }

  .top-section-wrapper.__team-archive .top-wrapp-img {
    max-width: 100%;
    bottom: -80px;
    right: 0px;
    left: 0px;
    padding: 0 5vw;
  }

  .top-section-wrapper.__team-archive .top-wrapp-img img {
    min-width: auto;
  }

  .top-section-wrapper.__team-archive .top-wrapp-img::before {
    width: 282px;
    height: 247px;
    left: -20vw;
    bottom: -55px;
  }

  .top-section-wrapper .top-bio-info.mobile-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .top-section-wrapper.__contact {
    background: url("../img/contact_top_bg_mobile.png") center center no-repeat;
    padding: 116px 0 87px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .top-section-wrapper.__contact .h1-header {
    margin-bottom: 37px;
    text-align: center;
    font-size: 60px;
    line-height: 63px;
  }

  .top-section-wrapper.__contact .h1-header .bold-h1 {
    font-size: 80px;
    line-height: 63px;
    text-align: center;
  }

  .top-section-wrapper.__contact .top-span {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0px;
    padding: 0 30px;
  }

  .top-section-wrapper.__contact::after {
    display: none;
  }

  .top-section-wrapper.__contact::before {
    background: url("../img/rect_bord_bg_mb_5.png") center center no-repeat;
    width: 120px;
    height: 211px;
    right: 0px;
    left: inherit;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 340px;
  }

  .top-section-wrapper.__single-post {
    padding: 119px 0 93px;
    background: url("../img/single_post_top_bg_mobile.png") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .top-section-wrapper.__single-post .post-header {
    font-size: 46px;
    line-height: 63px;
    min-height: 315px;
  }

  .top-section-wrapper.__single-post::before {
    display: none;
  }

  .top-section-wrapper.__single-post::after {
    background: url("../img/rect_bord_bg_mb_6.png") center center no-repeat;
    width: 218px;
    height: 198px;
    right: 0px;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 460px;
    z-index: 10;
  }

  /* OUR TEAM PAGE -----*/
  .filter-button-block {
    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-bottom: 29px;
  }

  .filter-mob-button {
    display: block;
    padding: 12px 40px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 30px rgba(15, 31, 64, 0.07);
    box-shadow: 0px 6px 30px rgba(15, 31, 64, 0.07);
    -webkit-border-radius: 26.5px;
    border-radius: 26.5px;
  }

  .filter-mob-button span {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFB62F;
    padding: 2px 0 2px 21px;
    background: url("../img/filter_icon_active.svg") left center no-repeat;
  }

  .team-filters-section {
    padding: 0px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 30px rgba(15, 31, 64, 0.07);
    box-shadow: 0px 6px 30px rgba(15, 31, 64, 0.07);
    padding: 33px 0 41px;
    position: fixed;
    right: 0px;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: 0.9s all ease-in;
    -o-transition: 0.9s all ease-in;
    transition: 0.9s all ease-in;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
  }

  .team-filters-section.active {
    -webkit-transition: 0.9s all ease-in;
    -o-transition: 0.9s all ease-in;
    transition: 0.9s all ease-in;
    opacity: 1;
    overflow: scroll;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .team-filters-section .close-btn {
    width: 15px;
    height: 13px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url("../img/cancel_icon.svg") center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .team-filters-section .filter-block {
    text-align: center;
    margin-bottom: 20px;
  }

  .team-filters-section .filter-block span {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    text-transform: uppercase;
    padding: 2px 0 2px 21px;
    color: rgba(0, 0, 0, 0.7);
    background: url("../img/filter_icon.svg") left center no-repeat;
  }

  .team-filters-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-filters-list .team-filters-list__item {
    margin: 0px;
    margin-bottom: 22px;
  }

  .team-label-item {
    display: inline-block;
  }

  /* BLOG PAGE -------------------*/
  .main.blog-main::before {
    height: 808px;
    top: 19%;
  }

  .blog-title-section {
    margin-bottom: 105px;
	  padding-top:80px;
  }

  .blog-title-section .h2-header {
    padding: 0px;
    bottom: -440px;
    margin-bottom: 0px;
  }

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

  .blog-title-section .blog-title__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
    margin-bottom: 65%;
  }
	 .blog-title-section .blog-title__left:before {
		    content: '';
    background: url(../img/team_top_border.png) center center no-repeat;
    display: block;
    background-size: contain;
    position: absolute;
    left: -60px;
    z-index: -1;
    top: 35px;
	    width: 362px;
    height: 285px;
}

.top-section-wrapper.__blog .top-wrapp-img::before {
    content: '';
    background: url(../img/team_top_border.png) center center no-repeat;
    display: block;
       width: 320px;
    height: 247px;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;

    z-index: -1;
      left: calc(50% - 160px);
    top: -70px;
	}
/*   .blog-title-section .blog-title__left::before {
    display: none;
    right: 0px;
    width: 130px;
    height: 83px;
  }
 */
  .blog-title-section .blog-title__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
  }

  .blog-title-section .blog-title__right .read-more-link {
    padding-top: 30px;
  }

  .blog-title-section .blog-title__right .data-span {
    margin-bottom: 16px;
  }

  .last-news-section.blog-last-news .post-info-container {
    bottom: 180px;
  }

  .posts-archive-section {
    padding-top: 75px;
    background: url("../img/rect_bord_bg_mb_7.png") left top no-repeat;
    position: relative;
    margin-bottom: 95px;
  }

  .posts-archive-section .post-img-wrap img {
    width: 100%;
  }

  .posts-archive-section::before {
    background: url("../img/rect_bg_mb_8.png") center center no-repeat;
    content: '';
    display: block;
    width: 101px;
    height: 215px;
    position: absolute;
    right: 0;
    -webkit-background-size: contain;
    background-size: contain;
    top: 18%;
    z-index: -1;
  }

  .posts-archive-section::after {
    background: url("../img/rect_bg_mb_9.png") center center no-repeat;
    content: '';
    display: block;
    width: 129px;
    height: 226px;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
  }

  /* INTERMODAL PAGE ---------------*/
  .section-intermodal-local {
    padding-top: 106px;
    padding-bottom: 98px;
  }

  .section-intermodal-local .shadow-title {
    font-size: 76px;
    line-height: 93px;
    top: 50%;
  }

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

  .section-intermodal-local .left-flex__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .section-intermodal-local .left-flex__col::before {
    display: none;
  }

  .section-intermodal-local .left-flex__col::after {
    content: '';
    width: 295px;
    height: 251px;
    background: url("../img/rect_bg_mb_7.png") center center no-repeat;
    position: absolute;
    display: block;
    left: -30px;
    top: 30px;
    z-index: -1;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .section-intermodal-local .right-flex__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 85px;
  }

  .section-intermodal-local .right-flex__col .h2-header {
    margin-bottom: 10px;
  }

  .section-intermodal-local .right-flex__col .main-span {
    margin-bottom: 20px;
  }

  .section-intermodal-local .right-flex__col .list-wrapper {
    margin-bottom: 16px;
  }

  .section-reliable.drivers-motivation-section {
    padding-bottom: 748px;
  }

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

  .section-reliable.drivers-motivation-section .motivation-sliders-container {
    top: 715px;
  }

  .section-reliable.drivers-motivation-section .top-row {
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .section-reliable.drivers-motivation-section .bottom-row {
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-reliable.drivers-motivation-section .bottom-row .text-descr:first-child {
    margin-bottom: 125vh;
  }

  .section-reliable.drivers-motivation-section .contact-us-link {
    display: none;
  }

  /* SINGLE POST PAGE -------------*/
  .post-content-section {
    padding-top: 175px;
  }

  .post-content-section .authors-info-flex {
    -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;
    margin-bottom: 25px;
  }

  .post-content-section .authors-info-flex__left {
    margin-bottom: 24px;
  }

  /* CONTACT US PAGE --------------*/
  .contact-content-section {
    padding-top: 140px;
  }

  .contact-content-section .shadow-title {
    font-size: 60px;
    line-height: 73px;
    top: 90px;
    right: 0;
    width: 100%;
    text-align: center;
  }

  .contact-content-section .wpcf7-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-content-section .wpcf7-form .contact-form__left-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
    margin-bottom: 30px;
  }

  .contact-content-section .wpcf7-form .contact-form__right-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
  }

  .contact-content-section .submit-btn-container {
    padding-top: 40px;
  }

  .contact-content-section .submit-btn-container .submitFormBtn {
    min-width: 248px;
  }

  /* ABOUT US PAGE ---------------*/
  .about-intermodal-section {
    padding: 200px 0 50px;
    background: none;
  }

  .about-intermodal-section .shadow-title {
    font-size: 90px;
    line-height: 110px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    bottom: inherit;
    top: 115px;
    right: 0;
    width: 100%;
    text-align: center;
  }

  .about-intermodal-section .h2-header {
    padding-left: 0px;
  }

  .about-intermodal-section .main-span {
    padding-left: 0px;
  }

  .about-intermodal-section .main-p.pd-l-85 {
    padding-left: 0px;
  }

  .about-intermodal-section .main-p.pd-l-280 {
    padding-left: 0px;
    margin-bottom: 35px;
  }

  .about-intermodal-section .intermodal-flex {
    margin-top: 0px;
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }

  .about-intermodal-section .intermodal-flex::before {
    content: '';
    background: url("../img/rect_bg_mb_1.png") center center no-repeat;
    width: 129px;
    height: 250px;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 50px;
  }

  .about-intermodal-section .intermodal-flex::after {
    content: '';
    background: url("../img/rect_bg_mb_2.png") center center no-repeat;
    width: 245px;
    height: 144px;
    position: absolute;
    right: -31px;
    z-index: -1;
    bottom: -50px;
  }

  .about-intermodal-section .intermodal-flex__left-col {
    padding: 0px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
/*     margin-top: -50px; */
	margin-top: 0; 
  }

  .about-intermodal-section .intermodal-flex__right-col {
    padding: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 5px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .about-intermodal-section .intermodal-flex__right-col .main-p {
    display: none;
  }

  .our-expirience-section {
    padding-top: 80px;
    padding-bottom: 58px;
    margin-bottom: 40px;
    background: none;
    position: relative;
  }

  .our-expirience-section .shadow-title {
    font-size: 58px;
    line-height: 71px;
    bottom: inherit;
    top: 28px;
    right: 0;
    width: 100%;
    text-align: center;
  }

  .our-expirience-section .stats-flex {
    -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;
    margin-bottom: 60px;
  }

  .our-expirience-section .stats-block {
    padding: 0px !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .our-expirience-section::before {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url("../img/rect_bord_bg_mb_1.png") center center no-repeat;
    width: 180px;
    height: 143px;
  }

  .best-solution-section {
    padding-top: 58px;
    padding-bottom: 520px;
    background: url("../img/best_sol_bg.png") center 120px no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .best-solution-section .shadow-title {
    font-size: 70px;
    line-height: 85px;
    top: 5px;
  }

  .best-solution-section::before {
    display: none;
  }

  .main.about-us-main::before {
    width: 397px;
    height: 936px;
    right: -170px;
    top: 47%;
  }

  /* RECRUITING PAGE ---------------*/
  .section-recruiting-top {
    padding-top: 415px;
    position: relative;
    padding-bottom: 40px;
  }

  .section-recruiting-top .shadow-title {
    font-weight: 800;
    font-size: 90px;
    left: 15px;
    top: 300px;
    z-index: 10;
    right: inherit;
    bottom: inherit;
  }

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

  .section-recruiting-top .left-col__flex {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0px;
    margin-top: -425px;
  }

  .section-recruiting-top .main-p {
    margin-bottom: 25px;
  }

  .section-recruiting-top .join-team-link {
    display: block;
    margin: 0;
  }

  .section-recruiting-top .right-col__flex {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%;
    padding: 0px;
  }

  .section-recruiting-top .right-col__flex img {
    margin-left: auto;
    max-width: 85%;
    position: relative;
    top: -420px;
  }

  .section-recruiting-second {
    padding-top: 70px;
    background: url("../img/rect_bord_bg_mb_2.png") right top no-repeat;
    padding-bottom: 80px;
    position: relative;
  }

  .section-recruiting-second::before {
    background: url("../img/rect_bord_bg_mb_3png.png") center center no-repeat;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 158px;
    height: 144px;
    content: '';
    z-index: 10;
  }

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

  .section-recruiting-second .left-col__flex {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
    margin-bottom: 50px;
  }

  .section-recruiting-second .left-col__flex::before {
    display: none;
  }

  .section-recruiting-second .left-col__flex .img-block::before {
    width: 50px;
    height: 185px;
  }

  .section-recruiting-second .right-col__flex {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
  }

  .section-recruiting-second .right-col__flex .main-span {
    margin-bottom: 20px;
  }

  .main.main-recruiting::before {
    height: 679px;
    top: 20%;
  }

  .section-recruiting-explore {
    padding: 10px 0 150px;
  }

  .section-recruiting-explore .shadow-title {
    width: 100%;
    text-align: center;
    left: 0;
    top: 27%;
    font-size: 80px;
    line-height: 98px;
    z-index: 10;
  }

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

  .section-recruiting-explore .left-flex__col {
    padding: 0px 15px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    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;
    margin-top: -150px;
  }

  .section-recruiting-explore .left-flex__col .h2-header {
    text-align: center;
  }

  .section-recruiting-explore .left-flex__col .main-p {
    text-align: center;
  }

  .section-recruiting-explore .left-flex__col .join-team-link {
    margin-right: 0px;
  }

  .section-recruiting-explore .right-flex__col {
    padding: 0px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .section-recruiting-explore .right-flex__col img {
    position: relative;
    top: -120px;
	 pointer-events:none;
  } 
	.page.page-id-332  .section-reliable.drivers-motivation-section {
		margin-bottom: 110px;
	}
  /* SINGLE TEAM PAGE ---------*/
  .main.single-member-main {
    padding-top: 260px;
  }

  .main.single-member-main .our-team-section .team-main__bg {
    padding-bottom: 100px;
  }

  .member-bio-section {
    padding-top: 30px;
    background: url("../img/rect_bg_mb_3.png") left top no-repeat;
    padding-bottom: 75px;
  }

  .member-bio-section .shadow-title {
    font-size: 46px;
    line-height: 56px;
    width: 100%;
    text-align: center;
    left: 0;
    top: -50px;
  }

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

  .member-bio-section .main-p {
    margin-bottom: 15px;
  }

  .member-bio-section .list-wrapper {
    margin-bottom: 15px;
  }

  .member-bio-section .left-bio__col {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    background: none;
    padding: 0px;
    margin-bottom: 45px;
  }

  .member-bio-section .right-bio__col {
    padding: 0px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  /* HISTORY PAGE ---------*/
  .section-first-history {
    padding-top: 210px;
    padding-bottom: 20px;
  }

  .section-first-history .shadow-title {
    font-size: 90px;
    line-height: 110px;
    width: 100%;
    text-align: center;
    left: 0;
    top: 515px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

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

  .section-first-history .quote-span {
    text-align: center;
    margin-bottom: 110px;
  }

  .section-first-history .left-col-flex {
    padding: 0px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 60px;
  }

  .section-first-history .left-col-flex::before {
    width: 250px;
    height: 336px;
    bottom: -35px;
    left: -90px;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .section-first-history .right-col-flex {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .section-first-history .right-col-flex .h2-header {
    margin-bottom: 30px;
    text-align: center;
  }

  .section-first-history .right-col-flex .main-p {
    text-align: center;
  }

  .section-first-history .right-col-flex .relative-block {
    left: 0px;
  }

  .section-first-history .mobile-block {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .section-first-history .mobile-block .main-p {
    text-align: center;
  }

  .section-first-history .mobile-block .list-wrapper {
    margin-bottom: 25px;
  }

  .section-first-history .mobile-block .list-item {
    text-align: center;
  }

  .section-first-history .mobile-block .list-item:first-of-type::before {
    left: 35%;
  }

  .section-first-history .mobile-block .list-item:nth-of-type(2)::before {
    left: 31%;
  }

  .section-first-history .mobile-block .list-item:last-of-type::before {
    left: 22%;
  }

  .section-first-history .mobile-block .view-position-link {
    left: -webkit-calc(50% - 120.5px);
    left: calc(50% - 120.5px);
  }

  .section-second-history {
    background: none;
    padding-bottom: 80px;
    padding-top: 236px;
  }

  .section-second-history::before {
    display: none;
  }

  .section-second-history::after {
    background: url("../img/vision_bg.png") center center no-repeat;
    content: '';
    display: block;
    position: absolute;
    width: 726px;
    height: 553px;
    -webkit-background-size: contain;
    background-size: contain;
    right: -59px;
    top: -180px;
    z-index: -1;
  }

  .section-second-history .shadow-title {
    font-size: 100px;
    line-height: 122px;
    left: 0;
    top: 160px;
    width: 100%;
    text-align: center;
  }

  .main.history-main::before {
    width: 764px;
    height: 231px;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 74%;
    left: -50%;
  }

  .section-third-history {
    padding-bottom: 95px;
  }

  .section-third-history .shadow-title {
    font-size: 70px;
    line-height: 85px;
    left: 0;
    top: 380px;
    width: 100%;
    text-align: center;
  }

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

  .section-third-history .container {
    padding: 0px;
  }

  .section-third-history .left-flex__col {
    padding: 0px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .section-third-history .left-flex__col .meet-sect-link {
    display: none;
  }

  .section-third-history .left-flex__col::before {
    width: 250px;
    height: 324px;
    -webkit-background-size: contain;
    background-size: contain;
    background: url("../img/rect_bg_mb_4.png") center center no-repeat;
    top: -20px;
    left: -40px;
  }

  .section-third-history .right-flex__col {
    padding: 0px 15px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .section-third-history .right-flex__col .h2-header {
    margin-bottom: 16px;
  }

  .section-third-history .right-flex__col .meet-sect-link.mobile-block {
    display: inline-block;
    margin-left: -webkit-calc(50% - 62.7px);
    margin-left: calc(50% - 62.7px);
    padding-top: 35px;
  }

  .section-third-history .history-slider {
    margin-bottom: 110px;
  }

  .section-third-history .history-slider .slick-next {
    right: 16px;
  }

  .section-third-history .history-slider .slick-prev {
    right: 70px;
  }

  .section-third-history .history-quantity-block {
    right: 15vw;
    bottom: 105px;
  }

  .main.history-main {
    padding-bottom: 180px;
  }

  .section-fourth-history::before {
    background: url("../img/rect_bord_bg_mb_4.png") center center no-repeat;
    width: 240px;
    height: 305px;
  }

  .section-fourth-history .shadow-title {
    font-size: 90px;
    line-height: 110px;
    left: 0;
    top: 345px;
    width: 100%;
    text-align: center;
  }

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

  .section-fourth-history .left-flex__col {
    padding: 0px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .section-fourth-history .right-flex__col {
    padding: 0px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 107px;
  }

  /* WHO WE SECTION ----
    ---------*/
  .who-we-section {
    padding-bottom: 125px;
    padding-top: 90px;
  }

  .who-we-section .shadow-title {
    font-size: 70px;
    line-height: 85px;
    width: 100%;
    top: 160px;
  }

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

  .who-we-section .h2-header {
    padding-left: 0px;
  }

  .who-we-section .main-span {
    padding-left: 0px;
    margin-bottom: 23px;
  }

  .who-we-section .mg-40 {
    margin-bottom: 20px;
  }

  .who-we-section .left-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
    margin-bottom: 84px;
  }

  .who-we-section .right-block {
    padding-left: 0px;
    padding-bottom: 2px;
  }

  .who-we-section .mobile-img__block {
    position: relative;
  }

  .who-we-section .mobile-img__block img {
    margin: 0 auto;
  }

  .who-we-section .mobile-img__block::before {
    position: absolute;
    content: '';
    display: block;
    background: #fff;
    left: 0;
    top: 0;
    width: 38%;
    height: 45px;
    pointer-events: none;
  }

  .who-we-section .mobile-img__block::after {
    background: url("../img/bord_rect_12.png") center center no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    left: 0px;
    width: 130%;
    height: 130%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
  }

  /* OUR TEAM SECTION ------
    --------------*/
  .our-team-section {
    padding-top: 0px;
    background: none;
  }

  .our-team-section .team-descr-container {
    bottom: 135px;
  }

  .our-team-section .slider-container {
    min-height: 462px;
  }

  .our-team-section .slider-container__bg {
    background: none;
  }

  .our-team-section .team-main__bg {
    padding-bottom: 60px;
    background: url("../img/kk.png") center 85% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .our-team-section .team-slider-wrapper {
    padding: 35px 0 170px;
    background: none;
  }

  .our-team-section .team-descr-container .our-team-count-block {
     bottom: -75px;
    right: 50px;
  }

  .our-team-slider .slick-next {
    bottom: -78px;
    left: inherit;
    right: 26px;
  }

  .our-team-slider .slick-prev {
    bottom: -78px;
    left: inherit;
    right: 80px;
  }

  .testimonials-text-container {
    width: 100%;
    max-width: 100%;
    left: 0;
  }

  /* DRIVERS-MOTIVATION-SECTION ----
    ----------*/
  .drivers-motivation-section {
    background: none;
    padding-bottom: 70px;
  }

  .top-section-wrapper.__single-team .top-wrapp-img img {
    max-width: 100%;
  }

  .drivers-motivation-section .shadow-title {
    font-size: 90px;
    line-height: 110px;
    left: 0;
    width: 100%;
    text-align: center;
    top: 11%;
  }


  .drivers-motivation-section .motivation-slider-nav {
    right: inherit;
    left: 15vw;
  }

  .drivers-motivation-section .motivation-slider-nav .slick-next {
    right: inherit;
    left: -webkit-calc(40vw + 53px);
    left: calc(40vw + 53px);
    bottom: -17px;
  }

  .drivers-motivation-section .motivation-slider-nav .slick-prev {
    left: inherit;
    right: inherit;
    left: 40vw;
    bottom: -17px;
  }

  .drivers-motivation-section .motivation-sliders-count-block {
    bottom: -60px;
    right: inherit;
    left: 64vw;
  }

  .drivers-motivation-section .motivation-sliders-container {
    top: 590px;
  }
	.main-team-section {
		    background: url(../img/lineg_bg_mob.png) center center repeat;
	}
  .drivers-motivation-section .drivers-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .drivers-motivation-section .drivers-flex .main-p {
    margin-bottom: 12px;
  }

  .drivers-motivation-section .top-row {
    padding-top: 0px;
    padding-bottom: 805px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .drivers-motivation-section .top-row .h2-header {
    margin-bottom: 10px;
  }

  .drivers-motivation-section .top-row .main-span {
    margin-bottom: 18px;
  }

  .drivers-motivation-section .text-descr .main-span {
    padding: 0px;
  }

  .drivers-motivation-section .bottom-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
	  width:100%;
text-align:center;
  }

  /* INTERMODAL SECTION -----
    --------------*/
  .intermodal-section {
    background: url("../img/intermodal_bg.png") center 70% no-repeat;
    padding: 60px 0 125px;
  }

  .intermodal-section .mobile-category-block {
    position: absolute;
    right: 32.5vw;
    bottom: 135px;
    display: block;
  }

  .intermodal-section .mobile-category-count,
  .intermodal-section .mobile-category-count-2 {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #B2B7BC;
  }

  .intermodal-section .mobile-category-count {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
  }

  .intermodal-section .shadow-title {
    width: 100%;
    left: 0;
    top: -10px;
    text-align: center;
  }

  .intermodal-section .flex-block {
    padding: 50px 20px 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-background-size: 100% 287px;
    background-size: 100% 287px;
    min-width: 100%;
  }

  .intermodal-section .flex-block .h2-header {
    text-align: center;
  }

  /* TESTIMONIALS SECTION -----
    ----------*/
  .testimonials-section .shadow-title {
    font-size: 100px;
    line-height: 122px;
    top: 95px;
  }

  .testimonials-section .main-span {
    margin-bottom: 15px;
  }

  /* GALLERY SLIDER ----
------*/
  .gallery-section {
    margin-bottom: 0px;
    background: none;
  }

  .gallery-section .shadow-title {
    font-size: 80px;
    line-height: 98px;
    top: 85px;
  }

  .gallery-section .main-span {
    margin-bottom: 30px;
  }

  .gallery-section .gallery-quantity-block {
    right: 47.5px;
    bottom: 100px;
    left: inherit;
  }

  .gallery-slider,
  .history-slider {
    height: 100%;
    padding-bottom: 0px;
  }

  .gallery-slider .zoomBtn,
  .history-slider .zoomBtn {
    display: none;
  }

  .gallery-slider .slick-slide.slick-active.slick-current .slider-block,
  .history-slider .slick-slide.slick-active.slick-current .slider-block {
    padding: 0px;
  }

  .gallery-slider .slick-slide.slick-active .slider-block,
  .history-slider .slick-slide.slick-active .slider-block {
    padding: 10px;
  }

  .gallery-slider .slick-next,
  .history-slider .slick-next {
    bottom: -17px;
    right: 15px;
  }

  .gallery-slider .slider-block .insert-container::before,
  .history-slider .slider-block .insert-container::before {
    opacity: 1;
  }

  .gallery-slider .slick-prev,
  .history-slider .slick-prev {
    bottom: -17px;
    right: 59px;
    left: inherit;
  }

  .gallery-slider .slider-block,
  .history-slider .slider-block {
    padding: 0px;
  }

  .gallery-section .pd-wrapper-160 {
    height: 100%;
    background: url("../img/border_bg_11.png") -40px 63% no-repeat;
    min-height: 100%;
  }

  /* LATEST NEWS SLIDER -----*/
  .last-news-section {
    background: url("../img/all_blog_bg.png") center bottom no-repeat;
    padding-bottom: 140px;
  }

  .last-news-section .shadow-title {
    font-size: 50px;
    line-height: 61px;
    top: -40px;
  }

  .last-news-section .blog-count-block {
    display: none;
  }

  .last-news-section .main-span {
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .latest-news-slider {
    margin-bottom: 100px;
  }

  .latest-news-slider .slide-block {
    padding: 30px 7px 0;
  }

  .latest-news-slider .slick-slide.slick-current .slide-block {
    padding: 0px 7px 0px;
  }

  .post-info-container {
    left: 5%;
    max-width: 76.5vw;
    bottom: 204px;
  }

  .post-info-container .left-info__block {
    padding: 20px 10px 0px 20px;
  }

  .post-info-container .post-description {
    max-height: 50px;
    overflow: hidden;
  }

  /* FOOTER BLOCK ------*/
  .footer .top-row__wrapper {
    padding: 105px 0 140px;
  }

  .footer .footer-social-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
  }

  .footer .top-footer__row,
  .footer .footer-div .top-footer__row {
    margin-bottom: 85px;
  }

  .footer .top-row__wrapper .shadow-title,
  .footer .footer-div .top-row__wrapper .shadow-title {
    left: 0;
    top: 47px;
  }

  .footer .p-1,
  .footer .footer-div .p-1 {
    text-align: center;
    margin-bottom: 43px;
  }

  .footer .top-row__wrapper::before,
  .footer .footer-div .top-row__wrapper::before {
    left: -56vw;
    -webkit-background-size: 100% 527px;
    background-size: 100% 527px;
    height: 557px;
    z-index: -1;
  }

  .footer .spn-1,
  .footer .footer-div .spn-1 {
    text-align: center;
    margin-bottom: 16px;
  }

  .footer .contact-us-link {
    margin-left: -webkit-calc(50% - 99px);
    margin-left: calc(50% - 99px);
  }

  .footer .footer-icon,
  .footer .footer-div .footer-icon {
    max-width: 140px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 10;
    right: -3vw;
    bottom: -40px;
  }

  .footer .row.no-gutters .ord-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer .row.no-gutters .ord-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer .bottom-row__wrapper .pd-l-70.pd-50,
  .footer .footer-div .bottom-row__wrapper .pd-l-70.pd-50 {
    padding: 40px 30px;
  }

  .footer .info-span,
  .footer .footer-div .info-span {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
  }

  .footer .footer-logo img,
  .footer .footer-div .footer-logo img {
    margin: 0 auto;
  }

  .footer .footer-p,
  .footer .footer-div .footer-p {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer .footer-span,
  .footer .footer-div .footer-span {
    padding-top: 30px;
    text-align: center;
  }

  .footer .subscribe-form,
  .footer .footer-div .subscribe-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .footer .sbscr-input,
  .footer .footer-div .sbscr-input {
    max-width: 100%;
  }

  .footer .subScrbBtn,
  .footer .footer-div .subScrbBtn {
    width: 100%;
    -webkit-animation: none;
    animation: none;
    margin-right: 0px;
  }

  .footer-flex-list {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

/*ANIMATIONS STYLES -------
-------------------------*/
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: radial-pulse 4s infinite;
  animation: radial-pulse 4s infinite;
}

@-webkit-keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 10px 2px rgba(255, 182, 47, 0.1);
    box-shadow: 0 0 10px 2px rgba(255, 182, 47, 0.1);
  }

  50% {
    -webkit-box-shadow: 0 0 10px 7px rgba(255, 182, 47, 0.4);
    box-shadow: 0 0 10px 7px rgba(255, 182, 47, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 10px 2px rgba(255, 182, 47, 0.1);
    box-shadow: 0 0 10px 2px rgba(255, 182, 47, 0.1);
  }
}

@keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 10px 2px rgba(255, 182, 47, 0.1);
    box-shadow: 0 0 10px 2px rgba(255, 182, 47, 0.1);
  }

  50% {
    -webkit-box-shadow: 0 0 10px 7px rgba(255, 182, 47, 0.4);
    box-shadow: 0 0 10px 7px rgba(255, 182, 47, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 10px 2px rgba(255, 182, 47, 0.1);
    box-shadow: 0 0 10px 2px rgba(255, 182, 47, 0.1);
  }
}

/*
Page home fixes
*/
body.page-home>div.wrapper>main.main {
  padding: 0px;
}

.social-block {
  z-index: 9999;
}

.section-reliable.drivers-motivation-section .bottom-row .main-p:last-of-type {
  margin-bottom: 32px;
}
/*
Google recapcha hide
*/
.grecaptcha-badge {
  opacity: 0;
}
.about-intermodal-section .intermodal-flex__right-col .main-p.top{
	margin: 15px 0;
}
@media screen and (max-width: 768px)
.about-intermodal-section .intermodal-flex__left-col {
    margin-top: -25px;
}
.page-template-template-service-map .top-footer__row{
	display: none;
}
.top-section-wrapper.__service_map {
    padding-top: 129px;
    padding-bottom: 127px;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    height: 576px;
	background-repeat: no-repeat;
	background-position: center center;
}
.top-section-wrapper.__service_map .h1-header{
	font-style: normal;
	font-weight: 400;
	font-size: 64px;
	line-height: 78px;
	color: #FFFFFF;
	margin-top: 131px;
}
.top-section-wrapper.__service_map .h1-header .bold-h1{
	font-style: normal;
	font-weight: 600;
	font-size: 64px;
	line-height: 78px;
	color: #FFFFFF;
}
.service-map-main{
	background-repeat: no-repeat;
	background-position: center center;
	 background-size: cover;
}
.service-map-content-section{
	    padding-top: 116px;
    -webkit-background-size: cover;
    background-size: cover;
    height: 1290px;
}
.service-map-content-section .h1-header{
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 49px;
	color: #010B15;
	max-width: 966px;
}
.service-map-content-section .map{
	display: flex;
/* 	gap: 19px; */
}
.service-map-content-section .map .svg_map{
	max-width: 62%;
	position: relative;
}
.service-map-content-section .map .svg_map .map_points{
	width: 100%;
    height: 100%;
    pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
}
.service-map-content-section .map .svg_map .map_points .map__point-wrapper{
	position: absolute;
	transform: translate(0%, -95%);
}
.service-map-content-section .office_info{
/* 	background: #FFFFFF;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1); */
	display: none;
/* 	max-width: 38%; */
}
.service-map-content-section .office_info.opac{
	display: block;
	background: #FFFFFF;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.service-map-content-section .office_info .top_info{
	display: flex;
	gap: 56px;
}
.service-map-content-section .office_info .top_info .left_block{
	flex-direction: column;
	padding: 33px 0 0 36px;
}
.service-map-content-section .office_info .top_info .right_block{
	flex-direction: column;
	padding: 36px 46px 0 0;
}

.service-map-content-section .office_info .top_info .title{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #010B15;
}
.service-map-content-section .office_info .top_info .one_address, .service-map-content-section .office_info .top_info .two_address{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #010B15;
}
.service-map-content-section .office_info .top_info .right_block .one_phone span{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #010B15;
    display: block;
    background: url(https://www.chitrans.com/wp-content/uploads/2023/01/tel_icon-1.png) left center no-repeat;
    padding-left: 20px;
}
.service-map-content-section .office_info .top_info .right_block .two_phone span{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #010B15;
    display: block;
    background: url(https://www.chitrans.com/wp-content/uploads/2023/01/fax-1.png) left center no-repeat;
    padding-left: 20px;
}
.service-map-content-section .office_info .two_title{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-decoration-line: underline;
	color: #00386C;
	padding: 15px 0 0 36px
}
.service-map-content-section .office_info .description{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #010B15;
	padding-left: 36px;
}
.service-map-content-section .office_info .team_info{
	display: flex;
	padding: 8px 4px 0 36px;
	flex-direction: column;
	gap: 3px;
}
.service-map-content-section .office_info .served, .service-map-content-section .office_info .bottom_info{
	display: flex;
	padding: 8px 4px 0 36px;
/* 	justify-content: space-between; */
	gap: 35px;
}
.service-map-content-section .office_info .team_info .block{
	display: flex;
	gap: 35px;
/* 	justify-content: space-between; */
}
.service-map-content-section .office_info .team_info .block .title{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #010B15;
	max-width: 120px;
	width: 100%;
}
.service-map-content-section .office_info .team_info .block .email{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	text-decoration-line: underline;
	color: #00386C;
}
.service-map-content-section .office_info .served .title, .service-map-content-section .office_info .served .text{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #010B15;
	max-width: 120px;
	width: 100%;
}
.service-map-content-section .office_info .served .text{
	max-width: 200px;
}
.service-map-content-section .office_info .title_request{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-decoration-line: underline;
	color: #00386C;
	padding: 15px 0 0 36px;
}
.service-map-content-section .office_info .bottom_info .title{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #010B15;
	max-width: 120px;
	width: 100%;
}
.service-map-content-section .office_info .bottom_info a{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	text-decoration-line: underline;
	color: #00386C;
}
.service-map-content-section .office_info .contact-us-link{
	background: #24375A;
    margin: 29px 0 82px 36px;
    width: 142px;
	padding: 11px 18px;
}
.service-map-content-section .office_info .contact-us-link span{
	font-size: 14px;
}
.map__tooltip {
	width: 302px;
	background-color: white;
	display: flex;
	align-items: center;
    color: #fff;
    text-align: center;
/*     background-image: url(http://chitrans:8080/wp-content/uploads/2023/01/Group-6.png);
    background-size: cover;
    background-position: center bottom; */
/*     position: absolute; */
    bottom: 90%;
    left: 50%;
    transform: translateX(-50%);
/*     padding: 20px; */
    opacity: 0;
    transition: bottom 0.2s ease,opacity 0.2s ease;
}
.map__tooltip_active{
	opacity: 1 !important;
}
.map__tooltip .left_block{
	padding: 13px 12px 13px 9px;
}
.map__tooltip .right_block{
	padding: 13px 70px 13px 0;
	display: flex;
	flex-direction: column;
	text-align: left;
}
.map__tooltip .right_block .title{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #010B15;
}
.map__tooltip .right_block .one_address, .map__tooltip .right_block .two_address{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 14px;
	color: #5F5F5F;
}
.map__tooltip .right_block .one_phone span{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #010B15;
	 background: url(https://www.chitrans.com/wp-content/uploads/2023/01/tel_icon-1.png) left center no-repeat;
    padding-left: 20px;
}
.map__tooltip .right_block .two_phone span{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #010B15;
	 background: url(https://www.chitrans.com/wp-content/uploads/2023/01/fax-1.png) left center no-repeat;
    padding-left: 20px;
}
.service-map-content-section .office_info.none{
	background: #FFFFFF;
box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.service-map-content-section .office_info.none img{
	padding: 99px 147px 38px 147px;
}
.service-map-content-section .office_info.none .title{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	color: #AEAEAE;
	padding: 0 127px 24px 127px;
}
.service-map-content-section .office_info.none .description{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #AEAEAE;
	padding: 0 77px 188px 77px;
}
.service-map-content-section .service_map_slider{
	margin-top: 170px;
}
.service-map-content-section .service_map_slider .block{
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.service-map-content-section .service_map_slider .block .title{
	font-family: 'Open Sans', sans-serif;
	padding: 8px 0 0 18px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #010B15;
}
.service-map-content-section .service_map_slider .block .one_address, .service-map-content-section .service_map_slider .block .two_address{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 14px;
	color: #010B15;
	padding-left: 18px;
}
.service-map-content-section .service_map_slider .block .contact-us-link{
	background: #24375A;
    margin: 7px 0 9px 18px;
    width: 142px;
	padding: 8px 15px;
}
.service-map-content-section .service_map_slider .block .contact-us-link span{
	font-size: 14px;
}
.service_map_slider .slick-next, .service_map_slider .slick-prev{
	background: #FFB630;
    border-radius: 90px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 54px;
    height: 34px;
	font-size: 20px;
}
.service_map_slider .slick-prev{
	left: -60px;
	top: 40%;
}
.service_map_slider .slick-next{
	right: -55px;
	top: 40%;
}
.service_map_slider .slick-prev i{
	right: 18px;
	top: 35%;
	position: absolute;
	background-image: url('https://www.chitrans.com/wp-content/uploads/2023/01/Vector.png');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.service_map_slider .slick-next i{
	right: 18px;
	top: 35%;
	position: absolute;
	background-image: url('https://www.chitrans.com/wp-content/uploads/2023/01/Vector-1.png');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.map .office{
	max-width: 38%;
	width: 100%;
	height: 500px;
}
.map .mobile_block{
	display: none;
}
/* .service_map_slider .slick-next i:before{
	font-family: "Font Awesome 5 Free";
	 content: '\f060';
    color: white;
    font-weight: bold;
	display: inline-block;
} */
/* .service_map_slider .slick-next i{
	top: 15px;
    position: absolute;
    right: 20px;
}
.service_map_slider .slick-prev i:before{
	font-family: "Font Awesome 5 Free";
	 content: '\f061';
    color: white;
    font-weight: bold;
	display: inline-block;
}
.service_map_slider .slick-prev i{
	top: 15px;
    position: absolute;
    left: 20px;
} */
@media (min-width: 1200px) and (max-width: 1201px){
	.service_map_slider .slick-prev{
	left: -10px;
}
.service_map_slider .slick-next{
	right: -10px;
	}
	.service_map_slider{
		padding: 0 50px;
	}
}
@media (min-width: 768px) and (max-width: 770px){
	.service_map_slider .slick-prev{
	left: -30px;
}
.service_map_slider .slick-next{
	right: -30px;
	}
	.service_map_slider{
		padding: 0 30px;
	}
}
@media (min-width: 575px) and (max-width: 590px){
	.service_map_slider .slick-prev{
	left: -30px;
}
.service_map_slider .slick-next{
	right: -30px;
	}
	.service_map_slider{
		padding: 0 30px;
	}
}
@media (min-width: 481px) and (max-width: 574px){
	.service_map_slider .slick-prev{
	left: -10px;
}
.service_map_slider .slick-next{
	right: -10px;
	}
	.service_map_slider{
		padding: 0 50px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.svg_map svg{
		width: 100%;
	}
	.svg_map .map_points{
		max-height: 350px;
	}
	.service-map-content-section .map .svg_map .map_points .map__point-wrapper {
    	transform: translate(-9%, -33%);
	}
}
@media (max-width: 480px){
	.service_map_slider .slick-prev{
	left: -10px;
}
.service_map_slider .slick-next{
	right: -10px;
	}
	.service_map_slider{
		padding: 0 55px;
	}
}
.fill{
	fill: #24375A;
}
@media(max-width: 480px){
	.top-section-wrapper.__service_map .h1-header{
		font-size: 30px;
	}
	.top-section-wrapper.__service_map .h1-header .bold-h1{
		font-size: 40px;
		line-height: 50px;
	}
	.service-map-content-section .h1-header{
		text-align: center;
		font-size: 25px;
	}
}
@media (min-width: 469px) and (max-width: 991px){
	.service-map-main{
		height: 1800px;
	}
	.service-map-content-section .map{
		flex-direction: column;
	}
	.service-map-content-section .map .svg_map{
		max-width: 100%;
	}
	.service-map-content-section .map .svg_map .map_points .map__point-wrapper {
		transform: translate(0%, -92%);
	}
	.office_info.opac.none{
		text-align: center;
	}
	.office_info.opac.none img{
		margin: 0 auto;
		padding: 99px 0 0 0;
	}
	.map .office{
	max-width: 100%;
	width: 100%;
}
}
@media(max-width: 768px){
	.service-map-content-section .office_info .team_info .block {
    gap: 15px;
}
	.top-section-wrapper.__service_map .h1-header{
		font-size: 40px;
	}
	.top-section-wrapper.__service_map .h1-header .bold-h1{
		font-size: 50px;
		line-height: 60px;
	}
	.service-map-content-section .h1-header{
		text-align: center;
	}
	.service-map-content-section .map .mobile_block{
		display: flex;
    	flex-direction: column;
		max-width: 40%;
		width: 100%;
	}
	.service-map-content-section .map .mobile_block .office_card{
		background: #FFFFFF;
		box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
		max-width: 50%;
		padding: 20px;
		margin-bottom: 10px;
		max-width: 80%;
	}
	.service-map-content-section .map .mobile_block .office_card .title{
		font-family: 'Open Sans', sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 15px;
		line-height: 25px;
		color: #010B15;
	}
	.map .office{
		max-width: 60%;
		width: 100%;
	}
	.map .svg_map{
		display: none;
	}
	.service-map-content-section .map{
		flex-direction: row;
	}
	.service-map-main {
    height: auto;
}
	.service-map-content-section .office_info .top_info .right_block {
    padding: 36px 20px 0 0;
}
	.service-map-content-section .office_info .top_info {
    gap: 20px;
}
}
@media(max-width: 575px){
	.service-map-main {
    	height: 1450px;
	}
	.service-map-content-section .map {
    flex-direction: column !important;
}
	.service-map-content-section .map .mobile_block {
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}
	.map .office {
    max-width: 100% !important;
    width: 100%;
}
}
.service-map-content-section .office_info#chicago{
/* 	height: 530px; */
}