html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
p,
a,
dfn,
em,
img,
s,
small,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 15px;
}

tr, th, td {
  margin: 15px !important;
  padding: 15px !important;
}

ul {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: disc;
  margin: 3px 20px 20px;
  padding: 0;
}

ol {
  list-style: decimal;
  margin: 3px 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

li {
  margin-left: 15px;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.header ul, .getintouch ul, .footer__copyright ul {
  margin: 3px 0;
  list-style: none !important;
}

.header li {
  margin-left: 0px;
}

a,
button {
  outline: none;
  cursor: pointer;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding-left: calc(50% - (1176px / 2));
  padding-right: calc(50% - (1176px / 2));
}
.row {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.paging,
.col-20-pr {
  min-height: 1px;
  padding-left: 24px;
  padding-right: 24px;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-20-pr {
  width: 20%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333%;
}

.col-8 {
  width: 66.66666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333%;
}

.col-11 {
  width: 91.66666667%;
}

.col-12,
.paging {
  width: 100%;
}

.colfix {
  margin-left: -12px;
  margin-right: -12px;
}

.colfix > .col-1 {
  padding-left: 12px;
  padding-right: 12px;
}

.colfix > .col-2 {
  padding-left: 12px;
  padding-right: 12px;
}

.colfix > .col-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.colfix > .col-4 {
  padding-left: 12px;
  padding-right: 12px;
}

.colfix > .col-5 {
  padding-left: 12px;
  padding-right: 12px;
}

.colfix > .col-6 {
  padding-left: 12px;
  padding-right: 12px;
}

.colfix > .col-7 {
  padding-left: 12px;
  padding-right: 12px;
}

.colfix > .col-8 {
  padding-left: 12px;
  padding-right: 12px;
}

.colfix > .col-9 {
  padding-left: 12px;
  padding-right: 12px;
}

.colfix > .col-10 {
  padding-left: 12px;
  padding-right: 12px;
}

.colfix > .col-11 {
  padding-left: 12px;
  padding-right: 12px;
}

.colfix > .col-12,
.colfix > .paging {
  padding-left: 12px;
  padding-right: 12px;
}

.colfix > .col-20-pr {
  padding-left: 12px;
  padding-right: 12px;
}

.notification {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin: 0 0 24px 0;
  padding: 8px 12px 8px 35px;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #333;
  text-indent: -22px;
}

.notification:before {
  font-family: 'rbnotify';
  line-height: 32px;
  padding-right: 2px;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.notification.info:before {
  content: 'ભ';
  color: #001876;
}

.notification.success:before {
  content: 'પ';
  color: #0d6900;
}

.notification.warning:before {
  content: 'બ';
  color: #665e00;
}

.notification.error:before {
  content: 'ફ';
  color: #680002;
}

.notification.info {
  color: #000d43;
  background-color: #dce3ff;
  border-color: #a9baff;
}

.notification.success {
  color: #073600;
  background-color: #d5ffcf;
  border-color: #7cff69;
}

.notification.warning {
  color: #332f00;
  background-color: #fffbcc;
  border-color: #ffeb00;
}

.notification.error {
  color: #350001;
  background-color: #ffcecf;
  border-color: #ff9b9d;
}

h1,
.h1 {
  font-family: 'Rubik', sans-serif;
}

p + h1,
p + .h1,
h1 + p,
.h1 + p {
  margin-top: 32px;
}

@media screen and (max-width: 500px) {
  p + h1,
  p + .h1,
  h1 + p,
  .h1 + p {
    margin-top: 16px;
  }
}

h2,
.h2 {
  font-family: 'Rubik', sans-serif;
}

p + h2,
p + .h2,
h2 + p,
.h2 + p {
  margin-top: 32px;
}

@media screen and (max-width: 500px) {
  p + h2,
  p + .h2,
  h2 + p,
  .h2 + p {
    margin-top: 16px;
  }
}

h3,
.h3 {
  font-family: 'Rubik', sans-serif;
}

p + h3,
p + .h3,
h3 + p,
.h3 + p {
  margin-top: 32px;
}

@media screen and (max-width: 500px) {
  p + h3,
  p + .h3,
  h3 + p,
  .h3 + p {
    margin-top: 16px;
  }
}

h4,
.h4 {
  font-family: 'Rubik', sans-serif;
}

p + h4,
p + .h4,
h4 + p,
.h4 + p {
  margin-top: 32px;
}

@media screen and (max-width: 500px) {
  p + h4,
  p + .h4,
  h4 + p,
  .h4 + p {
    margin-top: 16px;
  }
}

h5,
.h5 {
  font-family: 'Rubik', sans-serif;
}

p + h5,
p + .h5,
h5 + p,
.h5 + p {
  margin-top: 32px;
}

@media screen and (max-width: 500px) {
  p + h5,
  p + .h5,
  h5 + p,
  .h5 + p {
    margin-top: 16px;
  }
}

h6,
.h6 {
  font-family: 'Rubik', sans-serif;
}

p + h6,
p + .h6,
h6 + p,
.h6 + p {
  margin-top: 32px;
}

@media screen and (max-width: 500px) {
  p + h6,
  p + .h6,
  h6 + p,
  .h6 + p {
    margin-top: 16px;
  }
}

h1,
.h1 {
  font: 40px/33px 'Rubik', sans-serif;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.8px;
}

h1 > em,
.h1 > em {
  color: #F0C808;
  font-style: normal;
}

h1.txt-white,
.h1.txt-white {
  color: #fff;
}

h1.txt-white > em,
.h1.txt-white > em {
  color: #F0C808;
  font-style: normal;
}

h1.l-s-0,
.h1.l-s-0 {
  letter-spacing: normal;
}

h1.big,
.h1.big {
  font-size: 60px;
  line-height: 50px;
}

@media screen and (max-width: 900px) {
  h1.big,
  .h1.big {
    font: 40px/33px 'Rubik', sans-serif !important;
    font-weight: 700;
  }
}

@media screen and (max-width: 500px) {
  h1.big,
  .h1.big {
    font: 27px/34px 'Rubik', sans-serif !important;
    font-weight: 700;
  }
}

@media screen and (max-width: 380px) {
  h1.big,
  .h1.big {
    font: 24px/34px 'Rubik', sans-serif !important;
    font-weight: 700;
  }
}

@media screen and (max-width: 500px) {
  h1,
  .h1 {
    font: 27px/34px 'Rubik', sans-serif !important;
    font-weight: 700;
  }
}

h1.big,
.h1.big {
  font: 60px/50px 'Rubik', sans-serif;
  color: #fff;
  font-weight: 700;
}

h2,
.h2 {
  font: 32px/28px 'Rubik', sans-serif;
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 500px) {
  h2,
  .h2 {
    font: 22px/28px 'Rubik', sans-serif !important;
    font-weight: 700;
  }
}

h2.small,
.h2.small {
  font: 14px/33px 'Rubik', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #F0C808;
}

@media screen and (max-width: 500px) {
  h2.small,
  .h2.small {
    font: 14px/24px 'Rubik', sans-serif !important;
    font-weight: 700;
  }
}

h3,
.h3 {
  font: 21px/22px 'Rubik', sans-serif;
  letter-spacing: -0.42px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 500px) {
  h3,
  .h3 {
    font: 19px/26px 'Rubik', sans-serif !important;
    font-weight: 700;
  }
}

h3.small,
.h3.small {
  font: 20px/22px 'Rubik', sans-serif;
  letter-spacing: -0.4px;
  font-weight: 700;
}

h3.h2.small {
  letter-spacing: 0.84px;
}

p + p {
  margin-top: 32px;
}

@media screen and (max-width: 500px) {
  p + p {
    margin-top: 24px;
  }
}

.txt-lead {
  color: #F0C808;
}

.txt_titel {
  font-family: 'Rubik', sans-serif;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-21 {
  font-size: 21px;
}

.l-h-28 {
  line-height: 28px;
}

.m-t {
  margin-top: 24px;
}

.m-t-n {
  margin-top: 0;
}

.m-t-xxl {
  margin-top: 96px;
}

@media screen and (max-width: 980px) {
  .m-t-xxl {
    margin-top: 72px;
  }
}

@media screen and (max-width: 600px) {
  .m-t-xxl {
    margin-top: 36px;
  }
}

.m-t-xl {
  margin-top: 72px;
}

@media screen and (max-width: 600px) {
  .m-t-xl {
    margin-top: 36px;
  }
}

.m-t-lg {
  margin-top: 48px;
}

@media screen and (max-width: 600px) {
  .m-t-lg {
    margin-top: 36px;
  }
}

.m-t-big {
  margin-top: 36px;
}

.m-t-sm {
  margin-top: 12px;
}

.m-t-xs {
  margin-top: 6px;
}

.m-b {
  margin-bottom: 24px;
}

.m-b-n {
  margin-bottom: 0;
}

.m-b-xxl {
  margin-bottom: 96px;
}

@media screen and (max-width: 980px) {
  .m-b-xxl {
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 600px) {
  .m-b-xxl {
    margin-bottom: 36px;
  }
}

.m-b-xl {
  margin-bottom: 36px;
}

@media screen and (max-width: 600px) {
  .m-b-xl {
    margin-bottom: 36px;
  }
}

.m-b-lg {
  margin-bottom: 48px;
}

@media screen and (max-width: 600px) {
  .m-b-lg {
    margin-bottom: 36px;
  }
}

.m-b-big {
  margin-bottom: 36px;
}

.m-b-sm {
  margin-bottom: 12px;
}

.m-b-xs {
  margin-bottom: 6px;
}

.m-l {
  margin-left: 24px;
}

.m-l-n {
  margin-left: 0;
}

.m-l-big {
  margin-left: 36px;
}

@media screen and (max-width: 600px) {
  .m-l-big {
    margin-left: 24px;
  }
}

.m-l-lg {
  margin-left: 48px;
}

.m-l-sm {
  margin-left: 12px;
}

.m-l-xs {
  margin-left: 6px;
}

.m-l-1-col {
  margin-left: 8.3333333333%;
}

@media screen and (max-width: 600px) {
  .m-l-1-col {
    margin-left: 0;
  }
}

.m-l-2-col {
  margin-left: 16.6666666667%;
}

@media screen and (max-width: 600px) {
  .m-l-2-col {
    margin-left: 0;
  }
}

.m-l-3-col {
  margin-left: 25%;
}

@media screen and (max-width: 980px) {
  .m-l-3-col {
    margin-left: 24px;
  }
}

@media screen and (max-width: 600px) {
  .m-l-3-col {
    margin-left: 0;
  }
}

.m-l-4-col {
  margin-left: 33.3333333333%;
}

@media screen and (max-width: 980px) {
  .m-l-4-col {
    margin-left: 24px;
  }
}

@media screen and (max-width: 600px) {
  .m-l-4-col {
    margin-left: 0;
  }
}

.m-r {
  margin-right: 24px;
}

.m-r-n {
  margin-right: 0;
}

.m-r-lg {
  margin-right: 48px;
}

@media screen and (max-width: 600px) {
  .m-r-lg {
    margin-right: 24px;
  }
}

.m-r-sm {
  margin-right: 12px;
}

.m-r-xs {
  margin-right: 6px;
}

.m-r-1-col {
  margin-right: 8.3333333333%;
}

@media screen and (max-width: 600px) {
  .m-r-1-col {
    margin-right: 0;
  }
}

.m-r-2-col {
  margin-right: 16.6666666667%;
}

@media screen and (max-width: 600px) {
  .m-r-2-col {
    margin-right: 0;
  }
}

.m-r-3-col {
  margin-right: 25%;
}

@media screen and (max-width: 980px) {
  .m-r-3-col {
    margin-right: 24px;
  }
}

@media screen and (max-width: 600px) {
  .m-r-3-col {
    margin-right: 0;
  }
}

.p-60 {
  padding: 60px;
}

.p-n {
  padding: 0;
}

.p-t {
  padding-top: 24px;
}

.p-t-n {
  padding-top: 0;
}

.p-t-xl {
  padding-top: 72px;
}

@media screen and (max-width: 600px) {
  .p-t-xl {
    padding-top: 24px;
  }
}

.p-t-lg {
  padding-top: 48px;
}

@media screen and (max-width: 600px) {
  .p-t-lg {
    padding-top: 24px;
  }
}

.p-t-big {
  padding-top: 36px;
}

.p-t-sm {
  padding-top: 12px;
}

.p-t-xs {
  padding-top: 6px;
}

.p-t-60 {
  padding-top: 60px;
}

@media screen and (max-width: 980px) {
  .p-t-60 {
    padding-top: 48px;
  }
}

@media screen and (max-width: 600px) {
  .p-t-60 {
    padding-top: 36px;
  }
}

.p-t-90 {
  padding-top: 90px;
}

@media screen and (max-width: 980px) {
  .p-t-90 {
    padding-top: 72px;
  }
}

@media screen and (max-width: 600px) {
  .p-t-90 {
    padding-top: 36px;
  }
}

.p-t-110 {
  padding-top: 110px;
}

@media screen and (max-width: 980px) {
  .p-t-110 {
    padding-top: 72px;
  }
}

@media screen and (max-width: 600px) {
  .p-t-110 {
    padding-top: 36px;
  }
}

.p-b {
  padding-bottom: 24px;
}

.p-b-n {
  padding-bottom: 0;
}

.p-b-xl {
  padding-bottom: 72px;
}

@media screen and (max-width: 600px) {
  .p-b-xl {
    padding-bottom: 36px;
  }
}

.p-b-lg {
  padding-bottom: 48px;
}

@media screen and (max-width: 600px) {
  .p-b-lg {
    padding-bottom: 36px;
  }
}

.p-b-big {
  padding-bottom: 36px;
}

.p-b-sm {
  padding-bottom: 12px;
}

.p-b-80 {
  padding-bottom: 80px;
}

@media screen and (max-width: 980px) {
  .p-b-80 {
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 600px) {
  .p-b-80 {
    padding-bottom: 36px;
  }
}

.p-b-90 {
  padding-bottom: 90px;
}

@media screen and (max-width: 980px) {
  .p-b-90 {
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 600px) {
  .p-b-90 {
    padding-bottom: 36px;
  }
}

.p-b-110 {
  padding-bottom: 110px;
}

@media screen and (max-width: 980px) {
  .p-b-110 {
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 600px) {
  .p-b-110 {
    padding-bottom: 36px;
  }
}

.p-l {
  padding-left: 24px;
}

.p-l-n {
  padding-left: 0;
}

.p-l-xl {
  padding-left: 72px;
}

@media screen and (max-width: 600px) {
  .p-l-xl {
    padding-left: 24px;
  }
}

.p-l-lg {
  padding-left: 48px;
}

@media screen and (max-width: 600px) {
  .p-l-lg {
    padding-left: 24px;
  }
}

.p-l-big {
  padding-left: 36px;
}

@media screen and (max-width: 600px) {
  .p-l-big {
    padding-left: 24px;
  }
}

.p-l-sm {
  padding-left: 12px;
}

.p-l-xs {
  padding-left: 6px;
}

.p-l-1-col,
header > .wrap > .col-12 nav,
header > .wrap > .paging nav {
  padding-left: 8.3333333333%;
}

@media screen and (max-width: 600px) {
  .p-l-1-col,
  header > .wrap > .col-12 nav,
  header > .wrap > .paging nav {
    padding-left: 0;
  }
}

.p-l-2-col {
  padding-left: 16.6666666667%;
}

@media screen and (max-width: 600px) {
  .p-l-2-col {
    padding-left: 0;
  }
}

.p-l-3-col {
  padding-left: 25%;
}

@media screen and (max-width: 980px) {
  .p-l-3-col {
    padding-left: 24px;
  }
}

@media screen and (max-width: 600px) {
  .p-l-3-col {
    padding-left: 0;
  }
}

.p-r {
  padding-right: 24px;
}

.p-r-n {
  padding-right: 0;
}

.p-r-xl {
  padding-right: 72px;
}

@media screen and (max-width: 600px) {
  .p-r-xl {
    padding-right: 24px;
  }
}

.p-r-lg {
  padding-right: 48px;
}

@media screen and (max-width: 600px) {
  .p-r-lg {
    padding-right: 24px;
  }
}

.p-r-big {
  padding-right: 36px;
}

@media screen and (max-width: 600px) {
  .p-r-big {
    padding-right: 24px;
  }
}

.p-r-sm {
  padding-right: 12px;
}

.p-r-xs {
  padding-right: 6px;
}

.p-r-1-col {
  padding-right: 8.3333333333%;
}

@media screen and (max-width: 600px) {
  .p-r-1-col {
    padding-right: 0;
  }
}

.p-r-2-col {
  padding-right: 16.6666666667%;
}

@media screen and (max-width: 600px) {
  .p-r-2-col {
    padding-right: 0;
  }
}

.p-r-3-col {
  padding-right: 25%;
}

@media screen and (max-width: 980px) {
  .p-r-3-col {
    padding-right: 24px;
  }
}

@media screen and (max-width: 600px) {
  .p-r-3-col {
    padding-right: 0;
  }
}

.mobile-menu nav ul,
header > .wrap > .col-12 nav ul,
header > .wrap > .paging nav ul,
.usp-block > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu nav ul li,
header > .wrap > .col-12 nav ul li,
header > .wrap > .paging nav ul li,
.usp-block > div ul li,
.mobile-menu nav ul ol,
header > .wrap > .col-12 nav ul ol,
header > .wrap > .paging nav ul ol,
.usp-block > div ul ol,
.mobile-menu nav ul ul,
header > .wrap > .col-12 nav ul ul,
header > .wrap > .paging nav ul ul,
.usp-block > div ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu nav ul li:before,
header > .wrap > .col-12 nav ul li:before,
header > .wrap > .paging nav ul li:before,
.usp-block > div ul li:before,
.mobile-menu nav ul ol:before,
header > .wrap > .col-12 nav ul ol:before,
header > .wrap > .paging nav ul ol:before,
.usp-block > div ul ol:before,
.mobile-menu nav ul ul:before,
header > .wrap > .col-12 nav ul ul:before,
header > .wrap > .paging nav ul ul:before,
.usp-block > div ul ul:before {
  display: none;
}

.v-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.f-w-n {
  font-weight: 400;
}

.f-w-100 {
  font-weight: 100;
}

.f-w-300 {
  font-weight: 300;
}

.f-w-500 {
  font-weight: 500;
}

.f-w-700,
.f-w-b {
  font-weight: 700;
}

.f-w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}

.t-l {
  text-align: left;
}

.t-c {
  text-align: center;
}

.t-r {
  text-align: right;
}

.tt-u {
  text-transform: uppercase;
}

.tt-l {
  text-transform: lowercase;
}

.tt-n {
  text-transform: none;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.bg-white {
  background-color: #fff;
}

.txt-white {
  color: #fff;
}

/* .fl-n {
  float: none;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
} */

.d-n {
  display: none;
}

.d-ib {
  display: inline-block;
}

.d-bl {
  display: block;
}

.block-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.h-vh-100 {
  height: 100vh;
  min-height: 800px;
}

.h-100-pr {
  height: 100%;
}

.img-full-w {
  width: 100%;
  max-width: 100%;
}

.img-max-h {
  max-height: 100%;
}

.img-max-h-w-auto {
  max-height: 100%;
  width: auto;
}

.img-max-w {
  max-width: 100%;
}

.img-max-all {
  max-width: 100%;
  max-height: 100%;
}

.bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cl-l {
  clear: left;
}

.cl-r {
  clear: right;
}

.cl-lr {
  clear: both;
}

.b-t {
  border-top: 1px solid #dce0e3;
}

.b-r {
  border-right: 1px solid #dce0e3;
}

.b-b {
  border-bottom: 1px solid #dce0e3;
}

.b-l {
  border-left: 1px solid #dce0e3;
}

.b-all {
  border: 1px solid #dce0e3;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-999 {
  z-index: 999;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.btn-text {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #F0C808;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 500;
}

.btn-text:hover {
  font-weight: 500;
}

@media screen and (max-width: 400px) {
  .btn {
    width: 100%;
  }
}

a.block-link:hover ~ div .btn-text,
a.block-link:hover ~ .btn-text {
  color: #333;
}

.p-b-usp {
  padding-bottom: 110px;
}

.usp-block {
  margin-top: -50px;
}

.usp-block > div ul {
  width: 100%;
  padding: 40px 40px;
  border-top: 1px solid #67735f;
}

@media screen and (min-width: 769px) {
  .usp-block > div ul {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 600px) {
  .usp-block > div ul {
    padding: 40px 20px;
  }
}

.usp-block > div ul li {
  position: relative;
  padding-left: 36px;
  padding-right: 14px;
  font-size: 19px;
  line-height: 22px;
  font-family: 'Barlow', sans-serif;
  color: #333;
}

@media screen and (max-width: 768px) {
  .usp-block > div ul li {
    width: 50%;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 600px) {
  .usp-block > div ul li {
    width: 100%;
    text-align: left;
  }
}

.usp-block > div ul li .f-w-b {
  font-weight: 700;
}

.usp-block > div ul li:before {
  position: absolute;
  left: 3px;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  display: inline-block;
  vertical-align: middle;
  content: '';
  font-size: 24px;
  color: #F0C808;
  font-weight: 400;
}

.paging {
  background-color: rgba(0, 0, 0, 0);
}

.paging .nav {
  font-weight: 500;
}

[data-role='news-overview'] .colfix > .col-4 p {
  font-size: 19px;
  color: #666;
  letter-spacing: -0.38px;
}

[data-role='news-overview'] .colfix > .col-4 > div.shadow {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

[data-role='news-overview'] .colfix > .col-4 > div.shadow:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

[data-role='news-overview'] .swiper-pagination {
  display: none;
}

[data-role='news-overview'] .asp-base {
  position: relative;
  padding-top: 66%;
}
[data-role='news-overview'] .asp-base img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  [data-role='news-overview'] .col-4 {
    width: 50%;
  }

  [data-role='news-overview'] .col-4 [data-equal='news-overview'] .p-b-90 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 600px) {
  [data-role='news-overview'] .col-4 {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  [data-role='page-introduction'].news-item .col-6 {
    width: 100%;
    height: auto !important;
  }

  [data-role='page-introduction'].news-item .col-6 + .col-6 {
    margin-top: 24px;
  }
}

@media screen and (max-width: 900px) {
  [data-role='news-overview'].swiper-container .col-4 {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  [data-role='news-overview'].swiper-container .col-4 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  [data-role='paragraphs'] > div > div {
    display: flex;
    flex-direction: column;
  }

  [data-role='paragraphs'] > div > div > div.col-6 {
    width: 100%;
    height: auto !important;
    padding-left: 48px;
    padding-right: 48px;
  }

  [data-role='paragraphs']
    > div
    > div
    > div.col-6[data-role='paragraph-content'] {
    order: 2;
  }

  [data-role='paragraphs']
    > div
    > div
    > div.col-6[data-role='paragraph-image'] {
    order: 1;
    padding-bottom: 24px;
  }

  [data-role='paragraphs']
    > div
    > div
    > div.col-6[data-role='paragraph-image']
    img {
    max-height: 400px;
    object-fit: cover;
  }

  [data-role='paragraphs'] > div > div > div.col-6 + .col-6 {
    margin-top: 36px;
  }
}

@media screen and (max-width: 600px) {
  [data-role='paragraphs'] > div > div > div.col-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

[data-role='paragraph-content'] ul {
  margin-top: 12px;
  margin-left: 20px;
  color: #333;
  list-style: none;
}

[data-role='paragraph-content'] ul strong {
  font-weight: 500;
}

[data-role='paragraph-content'] ul li {
  position: relative;
}

[data-role='paragraph-content'] ul li:before {
  content: '';
  height: 5px;
  width: 5px;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 100%;
  background-color: #333;
}

[data-role='paragraph-content'] h3 + p {
  margin-top: 20px;
}

[data-role='paragraphs-video'] {
  background-color: #F0C808;
}

[data-role='paragraphs-video'] .asp-976x465 > .content,
[data-role='paragraphs-video'] .asp-16x9 > .content,
[data-role='paragraphs-video'] .asp-4x3 > .content {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

[data-role='paragraphs-video'] .asp-976x465 > .content:hover,
[data-role='paragraphs-video'] .asp-16x9 > .content:hover,
[data-role='paragraphs-video'] .asp-4x3 > .content:hover {
  opacity: 0.9;
}

[data-role='paragraphs-video'] .asp-976x465 > .content .playbtn,
[data-role='paragraphs-video'] .asp-16x9 > .content .playbtn,
[data-role='paragraphs-video'] .asp-4x3 > .content .playbtn {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  background-color: rgba(197, 220, 9, 0.8);
  height: 60px;
  width: 60px;
  cursor: pointer;
}

[data-role='paragraphs-video'] .asp-976x465 > .content .playbtn:before,
[data-role='paragraphs-video'] .asp-16x9 > .content .playbtn:before,
[data-role='paragraphs-video'] .asp-4x3 > .content .playbtn:before {
  position: absolute;
  top: 21px;
  left: 21px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 9px solid rgba(0, 0, 0, 0);
  border-left: 18px solid #fff;
  border-bottom: 9px solid rgba(0, 0, 0, 0);
}

[data-role='paragraphs-video'] .asp-976x465 > .content .play-video,
[data-role='paragraphs-video'] .asp-16x9 > .content .play-video,
[data-role='paragraphs-video'] .asp-4x3 > .content .play-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

[data-role='paragraphs-video'] .asp-976x465 > .content iframe,
[data-role='paragraphs-video'] .asp-16x9 > .content iframe,
[data-role='paragraphs-video'] .asp-4x3 > .content iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-role='service-overview-main'] {
  margin-top: -48px;
}

[data-role='service-overview-main'] .shadow {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

[data-role='service-overview-main'] .shadow:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

[data-role='service-overview-main'] .icon img {
  height: 50px;
}

[data-role='service-overview-main'] p {
  letter-spacing: 0.38px;
}

[data-role='service-overview-main'] a {
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  [data-role='service-overview-main']
    [data-role='service-overview']
    > div
    > div {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  [data-role='service-overview-main'] {
    margin-top: -24px;
  }

  [data-role='service-overview-main']
    [data-role='service-overview']
    > div
    > div {
    width: 100%;
  }

  [data-role='service-overview-main']
    [data-role='service-overview']
    > div
    > div
    > div {
    height: auto !important;
  }
}

[data-role='services-default-overview'] [data-role='service-overview-main'] {
  margin-top: 0;
}

.swiper-type-1 .swiper-container {
  position: relative;
  list-style: none;
  z-index: 1;
  width: 100%;
}

.swiper-type-1 .swiper-container.slider-active .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.swiper-type-1 .swiper-container:not(.slider-active) .swiper-wrapper {
  width: auto !important;
  transform: translate3d(0, 0, 0) !important;
}

.swiper-type-1 .swiper-container:not(.slider-active) .swiper-pagination {
  display: none;
}

.swiper-type-1 .swiper-container.slider-deactive .swiper-wrapper {
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.swiper-type-1 .swiper-container.slider-deactive .swiper-pagination {
  display: none;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-wrapper[data-equal-key="news-content"] {
  display: flex;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-scrollbar {
  border-radius: 8px;
  position: relative;
  -ms-touch-action: none;
  background: #e9f0f5;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: 50;
  height: 12px;
  width: 100%;
  padding: 2px;
  overflow: hidden;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
  padding: 4px;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #c1cdd6;
  border-radius: 8px;
  left: 0;
  top: 0;
  cursor: pointer;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

[data-role='contact-us-block-main'] + [data-role='contact-form'] {
  background-color: #eeeff0;
}

@media screen and (max-width: 579px) {

  .actioncontainer {
    text-align: center;
  }

  .actioncontainer .btn {
    width: 80%;
  }
}

.asp-1x1 {
  position: relative;
}

.asp-1x1:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.asp-1x1 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.asp-1x1:before {
  padding-top: 100.1%;
}

.asp-1x1 .v-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.asp-1x1 > figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.asp-1x1 > figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.asp-1x1 .content.pos-abs-bl {
  left: 24px;
  bottom: 24px;
  top: auto;
  right: 24px;
}

.asp-1x1 .content.pos-abs-bl.gutter-2 {
  left: 48px;
  bottom: 48px;
  top: auto;
  right: 48px;
}

.asp-576x337 {
  position: relative;
}

.asp-576x337:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 58.5069444444%;
}

.asp-576x337 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.asp-976x465 {
  position: relative;
}

.asp-976x465:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 47.643442623%;
}

.asp-976x465 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.asp-16x9 {
  position: relative;
}

.asp-16x9:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 56.25%;
}

.asp-16x9 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.asp-4x3 {
  position: relative;
}

.asp-4x3:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
}

.asp-4x3 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.asp-base {
  position: relative;
}

.asp-base .placeholder {
  display: block;
  content: '';
  width: 100%;
}

.asp-base > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

[data-equal-key='CTA'] a[href^='tel:'] {
  font: 100 14px/32px 'Rubik', sans-serif;
  letter-spacing: 0.56px;
  font-weight: 600;
  color: #F0C808;
}

[data-equal-key='CTA'] a[href^='tel:']:before {
  content: '';
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-weight: 300;
  color: #F0C808;
  display: inline-block;
  margin-right: 12px;
  font-size: 18px;
}

[data-equal-key='CTA'] a[href^='tel:']:hover {
  color: #fff;
}

[data-equal-key='CTA'] a[href^='tel:']:hover::before {
  color: #fff;
}

[data-equal-key='CTA'] a[href^='mailto:'] {
  font: 100 14px/32px 'Rubik', sans-serif;
  letter-spacing: 0.56px;
  font-weight: 600;
  color: #F0C808;
  text-transform: uppercase;
}

[data-equal-key='CTA'] a[href^='mailto:']:before {
  content: '';
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-weight: 300;
  color: #F0C808;
  display: inline-block;
  margin-right: 12px;
  font-size: 18px;
}

[data-equal-key='CTA'] a[href^='mailto:']:hover {
  color: #fff;
}

[data-equal-key='CTA'] a[href^='mailto:']:hover::before {
  color: #fff;
}

[data-equal-key='CTA'] strong {
  font-family: 'Rubik', sans-serif;
}

[data-equal-key='CTA'] P + p {
  margin-top: 0;
}

@media screen and (max-width: 940px) {
  [data-equal-key='CTA'] > .col-4 {
    width: 50%;
  }

  [data-equal-key='CTA'] > .col-4:first-of-type {
    width: calc(100% + 48px);
  }

  [data-equal-key='CTA'] > .col-4:first-of-type > .col-12,
  [data-equal-key='CTA'] > .col-4:first-of-type > .paging {
    height: auto !important;
  }

  [data-equal-key='CTA'] > .col-4:nth-of-type(2) {
    margin-left: -24px;
    width: calc(50% + 24px);
  }

  [data-equal-key='CTA'] > .col-4:last-of-type {
    width: calc(50% + 24px);
    margin-right: -24px;
  }

  [data-equal-key='CTA'] > .col-4.m-l-m-gut {
    margin-left: 0;
  }
}

@media screen and (max-width: 720px) {
  [data-equal-key='CTA'] > .col-4 {
    width: 100%;
  }

  [data-equal-key='CTA'] > .col-4:not(.bg-img) {
    height: auto !important;
  }

  [data-equal-key='CTA'] > .col-4:last-of-type {
    width: calc(100% + (24px * 2));
    margin-right: -24px;
    margin-left: -24px;
    padding-left: 18px;
  }

  [data-equal-key='CTA'] > .col-4:nth-of-type(2) {
    margin-left: 0;
    width: 100%;
    max-height: 300px;
    margin-left: -24px;
    width: calc(100% + 48px);
  }
}

@media screen and (max-width: 500px) {
  [data-equal-key='CTA'] > .col-4 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  [data-equal-key='CTA'] > .col-4:nth-of-type(2) {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% + (24px * 2));
    margin-right: -24px;
    margin-left: -24px;
  }
}

[data-role='default-header'] .overlay:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #333;
  background: -moz-linear-gradient(
    90deg,
    rgb(51, 51, 51) 30%,
    rgba(51, 51, 51, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgb(51, 51, 51) 30%,
    rgba(51, 51, 51, 0.5) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(51, 51, 51) 30%,
    rgba(51, 51, 51, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#ffffff", GradientType=1);
}

[data-role='default-header'] .wrap {
  position: relative;
  z-index: 2;
}

[data-role='default-header'] .btn {
  min-width: 224px;
  text-align: center;
}

@media screen and (min-width: 820px) and (max-width: 1120px) {
  [data-role='default-header'] .col-6 {
    width: 75%;
  }
}

@media screen and (max-width: 1200px) {
  [data-role='default-header'] .col-9 {
    width: 100%;
  }
}

[data-role='default-header'] + [data-role='service-overview-main'] {
  margin-top: -18px;
}

[data-role='default-header'].pageheader + [data-role='service-overview-main'] {
  margin-top: -48px;
}

@media screen and (max-width: 600px) {
  [data-role='default-header'].pageheader
    + [data-role='service-overview-main'] {
    margin-top: -24px;
  }
}

[data-role='default-header'].pageheader + [data-role='paragraphs'] {
  margin-top: 24px;
}

@media screen and (max-width: 600px) {
  [data-role='default-header'].pageheader + [data-role='paragraphs'] {
    margin-top: 12px;
  }
}

@media screen and (min-width: 501px) {
  [data-role='page-introduction'] + [data-role='employee-overview-main'] {
    margin-top: 0;
  }
}

[data-role='employee-overview-main'] {
  background-color: rgba(0, 0, 0, 0);
}

[data-role='employee-overview-main'] [data-role='employee-overview'] img {
  border-radius: 0 0;
}

[data-role='employee-overview'] a[href^='tel:'] {
  font: 12px/32px 'Rubik', sans-serif;
  letter-spacing: 0.56px;
  font-weight: 600;
  color: #F0C808;
}

[data-role='employee-overview'] a[href^='tel:']:before {
  content: '';
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-weight: 300;
  color: #F0C808;
  display: inline-block;
  margin-right: 12px;
  font-size: 18px;
}

[data-role='employee-overview'] a[href^='tel:']:hover {
  color: #333;
}

[data-role='employee-overview'] a[href^='tel:']:hover:before {
  color: #333;
}

[data-role='employee-overview'] a.linkedin {
  font: 12px/32px 'Rubik', sans-serif;
  letter-spacing: 0.56px;
  font-weight: 600;
  color: #F0C808;
}

[data-role='employee-overview'] a.linkedin:before {
  content: '';
  font-family: 'Font Awesome 5 Brands';
  color: #F0C808;
  display: inline-block;
  margin-right: 12px;
  font-size: 18px;
}

[data-role='employee-overview'] a.linkedin:hover {
  color: #333;
}

[data-role='employee-overview'] a.linkedin:hover:before {
  color: #333;
}

[data-role='employee-overview'] a[href^='mailto:'] {
  font: 12px/32px 'Rubik', sans-serif;
  letter-spacing: 0.56px;
  font-weight: 600;
  color: #F0C808;
}

[data-role='employee-overview'] a[href^='mailto:']:before {
  content: '';
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-weight: 300;
  color: #F0C808;
  display: inline-block;
  margin-right: 12px;
  font-size: 18px;
}

[data-role='employee-overview'] a[href^='mailto:']:hover {
  color: #333;
}

[data-role='employee-overview'] a[href^='mailto:']:hover:before {
  color: #333;
}

@media screen and (max-width: 980px) {
  [data-role='employee-overview'] > .f-s-0.t-c > .col-4 {
    width: 33.33333333%;
  }

  [data-role='employee-overview'] > .f-s-0.t-c > .col-6 {
    width: 100%;
    height: auto !important;
  }

  [data-role='employee-overview'] > .f-s-0.t-c > .col-6 > .col-6 {
    width: 33.33333333%;
  }

  [data-role='employee-overview'] > .f-s-0.t-c > .col-6 > .col-6 + .col-6 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 768px) {
  [data-role='employee-overview'] > .f-s-0.t-c > .col-4 {
    width: 50%;
  }

  [data-role='employee-overview'] > .f-s-0.t-c > .col-6 > .col-6 {
    width: 50%;
  }

  [data-role='employee-overview'] > .f-s-0.t-c > .col-6 > .col-6 + .col-6 {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  [data-role='employee-overview'] > .f-s-0.t-c > .col-4 {
    width: 100%;
    height: auto !important;
    padding-left: 72px;
    padding-right: 72px;
  }

  [data-role='employee-overview'] > .f-s-0.t-c > .col-4 [data-equal] {
    height: auto !important;
  }

  [data-role='employee-overview'] > .f-s-0.t-c > .col-6 > .col-6 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }

  [data-role='employee-overview'] > .f-s-0.t-c > .col-6 > .col-6 + .col-6 {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  [data-role='employee-overview'] > .f-s-0.t-c > .col-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  [data-role='employee-overview'] > .f-s-0.t-c > .col-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

[data-role='certificates-overview'] {
  background-color: #dce0e3;
}

[data-role='certificates-overview'] [data-role='certificates'] div.d-fl {
  flex-wrap: nowrap;
}

@media screen and (min-width: 900px) {
  [data-role='certificates-overview'] [data-role='certificates'] div.d-fl {
    align-items: center;
    justify-content: space-between;
  }
}

[data-role='certificates-overview'] [data-role='certificates'] div.d-fl img {
  max-height: 260px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  mix-blend-mode: darken;
  height: 180px;
  width: 180px;
  object-fit: contain;
  margin-left: 12px;
  margin-right: 12px;
}

[data-role='certificates-overview']
  [data-role='certificates']
  .swiper-container {
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  [data-role='certificates-overview'] {
    text-align: center;
  }

  [data-role='certificates-overview'] .p-l-2-col {
    padding-right: 0;
  }

  [data-role='certificates-overview'] [data-role='certificates'] > div.d-fl {
    display: block;
  }

  [data-role='certificates-overview']
    [data-role='certificates']
    > div.d-fl
    > div {
    display: inline-block;
    padding: 0 12px;
  }
}

html.lb-disable-scrolling {
  overflow: hidden;
  height: calc(100vh - 0px);
  width: calc(100vw - 0px);
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  display: none;
}

.lightbox {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: calc(100vh - 0px);
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: '';
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../images/loading.html) no-repeat;
}

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

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 50%;
  left: 0;
}

.lb-nav a.lb-prev:before {
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  background-color: #fff;
  position: absolute;
  content: '';
  margin-top: -12px;
  top: 50%;
  left: 48px;
  height: 20px;
  width: 20px;
  border: 2px solid #17252d;
}

.lb-nav a.lb-prev:after {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  position: absolute;
  top: 50%;
  left: 53px;
  font-family: 'Font Awesome 5 Pro';
  content: '';
  color: #666;
}

.lb-nav a.lb-prev:hover:before {
  border-color: #F0C808;
}

.lb-nav a.lb-prev:hover:after {
  color: #F0C808;
}

.lb-nav a.lb-next {
  width: 50%;
  right: 0;
}

.lb-nav a.lb-next:before {
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  background-color: #fff;
  position: absolute;
  content: '';
  margin-top: -12px;
  top: 50%;
  right: 48px;
  height: 20px;
  width: 20px;
  border: 2px solid #17252d;
}

.lb-nav a.lb-next:after {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  position: absolute;
  top: 50%;
  right: 53px;
  font-family: 'Font Awesome 5 Pro';
  content: '';
  color: #666;
}

.lb-nav a.lb-next:hover:before {
  border-color: #F0C808;
}

.lb-nav a.lb-next:hover:after {
  color: #F0C808;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.lb-dataContainer:after {
  content: '';
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 100%;
  text-align: center;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 26px;
  font-size: 15px;
  line-height: 36px;
  font-family: 'Barlow', sans-serif;
  color: #666;
}

.lb-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  height: 40px;
  width: 40px;
  z-index: 999;
}

.lb-close:before {
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  background-color: #fff;
  position: absolute;
  top: 20px;
  right: 8px;
  height: 20px;
  width: 20px;
  content: '';
  margin-top: -12px;
  border: 2px solid #17252d;
  color: #17252d;
}

.lb-close:after {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  position: absolute;
  top: 20px;
  right: 13px;
  font-size: 22px;
  font-weight: 100;
  font-family: 'Font Awesome 5 Pro';
  content: '';
  color: #17252d;
}

.lb-close:hover:before {
  border-color: #F0C808;
}

.lb-close:hover:after {
  color: #F0C808;
}

[data-role='photoalbum'] .cart-overlay {
  background-color: rgba(51, 51, 51, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #F0C808;
  line-height: 25px;
  font-weight: 600;
}

[data-role='photoalbum'] .cart-overlay span {
  font-size: 60px;
  line-height: 1.1;
}

[data-role='photoalbum'] .cart-overlay span + span {
  font-size: 21px;
  letter-spacing: -0.42px;
}

@media screen and (max-width: 600px) {
  [data-role='photoalbum'] {
    display: none;
  }

  [data-role='photoalbum'] + [data-role='swiper'] {
    display: block;
    margin-bottom: 24px;
    overflow: hidden;
  }
}

@media screen and (max-width: 940px) {
  [data-role='news-galery'] .col-5 {
    width: 100%;
  }
}

[data-role='project-overview'] .swiper-pagination {
  display: none;
}

[data-role='project-overview'] .asp-base {
  position: relative;
  padding-top: 66%;
}
[data-role='project-overview'] .asp-base img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 600px) {
  [data-role='project-overview-main'] .colfix > div.col-6 {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  [data-role='mainoverview'] .col-6 {
    width: 100%;
  }
}

[data-role='project-service'] .icon img {
  height: 50px;
}

[data-role='contact-us-block-main'] {
  margin-top: -200px;
}

[data-role='contact-us-block-main'] [data-role='contact-us-details'] {
  color: #fff;
}

[data-role='contact-us-block-main'] [data-role='contact-us-details'] a {
  color: #F0C808;
  letter-spacing: 0.19px;
}

[data-role='contact-us-block-main'] [data-role='contact-us-details'] a:hover {
  color: #fff;
  font-weight: 700;
}

[data-role='contact-us-block-main']
  [data-role='contact-us-block']
  > div
  > div
  h3
  + p {
  margin-top: 0;
}

[data-role='contact-us-block-main']
  [data-role='contact-us-block']
  > div
  > div
  h3 {
  margin-bottom: 24px;
}

.p-b-contact {
  padding-bottom: 225px;
}

@media screen and (max-width: 1000px) {
  [data-role='contact-us-block-main'] [data-role='contact-us-details'] > div {
    width: 50%;
  }

  [data-role='contact-us-block-main']
    [data-role='contact-us-block']
    > div
    > div:first-child {
    width: 100%;
  }

  [data-role='contact-us-block-main']
    [data-role='contact-us-block']
    > div
    > div:first-child
    > div {
    height: auto !important;
  }

  [data-role='contact-us-block-main']
    [data-role='contact-us-block']
    > div
    > div:nth-child(2),
  [data-role='contact-us-block-main']
    [data-role='contact-us-block']
    > div
    > div:nth-child(3) {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  [data-role='contact-us-block-main'] [data-role='contact-us-details'] > div {
    width: 100%;
  }

  [data-role='contact-us-block-main']
    [data-role='contact-us-block']
    > div
    > div:first-child {
    width: 100%;
  }

  [data-role='contact-us-block-main']
    [data-role='contact-us-block']
    > div
    > div:nth-child(2),
  [data-role='contact-us-block-main']
    [data-role='contact-us-block']
    > div
    > div:nth-child(3) {
    width: 100%;
  }

  [data-role='contact-us-block-main']
    [data-role='contact-us-block']
    > div
    > div
    > div {
    height: auto !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  font: 19px/32px 'Barlow', sans-serif;
  background: #eeeff0;
  color: #666;
}

@media screen and (max-width: 500px) {
  body {
    font-size: 16px !important;
    line-height: 28px;
  }
}

a {
  font-weight: 700;
  text-decoration: none;
  color: #666;
}

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

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

.img-cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.img-contain {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.pos-a-t {
  position: absolute;
  top: 0;
}

.pos-a-t-r {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.pos-a-t-l {
  position: absolute;
  top: 0;
  left: 0;
}

.pos-a-l {
  position: absolute;
  left: 0;
}

.pos-a-r {
  position: absolute;
  right: 0;
}

.pos-a-all {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pos-r {
  position: relative;
}

.f-s-0 {
  font-size: 0;
}

.f-s-0 > * {
  text-align: left;
  font-size: 19px;
}

.f-s-0 > .fl-n.d-ib {
  vertical-align: top;
}

.d-fl {
  display: flex;
  flex-wrap: wrap;
}

.d-fl-jc-c {
  display: flex;
  justify-content: center;
}

.d-fl-jc-sb {
  display: flex;
  justify-content: space-between;
}

.d-fl-jc-e {
  display: flex;
  justify-content: flex-end;
}

.d-fl-a-c {
  display: flex;
  align-items: center;
}

.bg-lead {
  background-color: #F0C808;
}

.bg-dark {
  background-color: #333;
}

.shadow {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
}

.breakout-left.col-4 {
  margin-left: calc(0px - (100vw - 1176px) / 2);
  padding-left: calc((100vw - 1176px) / 2);
  width: calc(33.33333333% + (100vw - 1176px) / 2);
}

@media screen and (max-width: 1200px) {
  .breakout-left.col-4 {
    margin-left: -24px;
    padding-left: 24px;
    width: calc(33.33333333% + 24px);
  }
}

.breakout-right.col-4 {
  margin-right: calc(0px - (100vw - 1176px) / 2);
  padding-right: calc((100vw - 1176px) / 2);
  width: calc(33.33333333% + (100vw - 1176px) / 2);
}

@media screen and (max-width: 1200px) {
  .breakout-right.col-4 {
    margin-right: -24px;
    padding-right: 24px;
    width: calc(33.33333333% + 24px);
  }
}

[data-element='default-news'] {
  background-color: #fff;
}

.wrap:not([data-role='services-default-overview'])
  + [data-element='default-project'] {
  padding-top: 0;
}

header .payoff {
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.72px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 14px;
}

header > .wrap {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header > .wrap > .col-12 nav ul,
header > .wrap > .paging nav ul {
  float: right;
}

header > .wrap > .col-12 nav ul li,
header > .wrap > .paging nav ul li {
  float: left;
}

header > .wrap > .col-12 nav ul li.active > a,
header > .wrap > .paging nav ul li.active > a {
  color: #666;
}

header > .wrap > .col-12 nav ul li a,
header > .wrap > .paging nav ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  padding: 8px 24px 8px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Barlow', sans-serif;
  text-transform: none;
  color: #333;
  line-height: 44px;
  text-align: right;
}

header > .wrap > .col-12 nav ul li a:hover,
header > .wrap > .paging nav ul li a:hover {
  color: #666;
}

header > .wrap > .col-12 nav ul li.last a,
header > .wrap > .paging nav ul li.last a {
  padding-right: 0;
}

header > .wrap {
  height: 79px;
  background-color: #fff;
}

header > .wrap > .col-12,
header > .wrap > .paging {
  padding: 10px 0 10px;
}

header > .wrap > .col-12 nav ul,
header > .wrap > .paging nav ul {
  float: left;
}

header > .wrap > .col-12 nav ul.fl-r,
header > .wrap > .paging nav ul.fl-r {
  float: right;
}

header > .wrap > .col-12 nav ul.fl-r .btn,
header > .wrap > .paging nav ul.fl-r .btn {
  margin-top: 6px;
}

header > .wrap > .col-12 nav ul li.active > a,
header > .wrap > .paging nav ul li.active > a {
  color: #F0C808;
}

header > .wrap > .col-12 nav ul li a,
header > .wrap > .paging nav ul li a {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  color: #333;
  text-transform: uppercase;
  padding: 12px 18px 12px;
  line-height: 40px;
}

header > .wrap > .col-12 nav ul li a:hover,
header > .wrap > .paging nav ul li a:hover {
  color: #F0C808;
}

header > .wrap > .col-12 nav ul li.last a,
header > .wrap > .paging nav ul li.last a {
  padding-right: 0;
}

header > .wrap > .col-12 i.fa-envelope,
header > .wrap > .paging i.fa-envelope {
  display: none;
}

header > .wrap > .col-12 .logo img,
header > .wrap > .paging .logo img {
  height: 58px;
}

#menu-trigger {
  display: none;
  position: absolute;
  left: 7px;
  top: 0;
  cursor: pointer;
  padding: 19px 17px 13px 17px;
}

#menu-trigger .bar1,
#menu-trigger .bar2,
#menu-trigger .bar3 {
  width: 24px;
  height: 2px;
  background: #17252d;
  margin-bottom: 6px;
  transition: all 0.6s;
}

.mobile-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  position: fixed;
  width: 100%;
  max-width: 300px;
  left: -300px;
  top: 0;
  bottom: 0;
  overflow: auto;
  z-index: 90;
  padding-bottom: 10px;
}

.mobile-menu ul.fl-r {
  float: left;
}

.mobile-menu > i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 17px;
  right: 24px;
  font-size: 24px;
  cursor: pointer;
}

.mobile-menu > i.fa,
.mobile-menu > i.fab,
.mobile-menu > i.fas,
.mobile-menu > i.far,
.mobile-menu > i.fal {
  color: #17252d;
}

.mobile-menu > i + nav {
  margin-top: 55px;
  margin-bottom: 12px;
}

.mobile-menu > i:hover {
  color: #F0C808;
}

.mobile-menu nav {
  float: left;
  width: 100%;
}

.mobile-menu nav ul li {
  float: left;
  width: 100%;
  padding-left: 0;
}

.mobile-menu nav ul li:before {
  display: none;
}

.mobile-menu nav ul li a {
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  color: #333;
  text-transform: uppercase;
}

.mobile-menu nav ul li a:hover {
  color: #F0C808;
}

.mobile-menu nav ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 8px 24px;
}

.mobile-menu nav ul li.active > a {
  color: #F0C808;
}

.mobile-menu nav + nav ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  padding: 8px 24px;
}

.mobile-menu nav + nav ul li a:hover {
  color: #666;
}

[data-role='default-header'] > .wrap {
  background: linear-gradient(
    90deg,
    rgb(51, 51, 51) 30%,
    rgba(51, 51, 51, 0.5) 100%
  );
}

[data-role='default-header'] .p-b-large {
  padding-bottom: 130px;
}

@media screen and (min-width: 1231px) {
  body.fixed-nav header .wrap:first-child {
    display: none;
  }

  body.fixed-nav header > .wrap {
    height: 79px;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  body.fixed-nav main {
    margin-top: 140px;
  }
}

@media screen and (max-width: 1230px) {
  body > header,
  body > main,
  body > footer,
  body #menu-trigger {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  header > .wrap {
    position: fixed;
    display: block;
    top: 0;
    z-index: 2;
    background-color: #fff;
    text-align: center;
    height: 56px;
  }

  header > .wrap > .col-12,
  header > .wrap > .paging {
    padding: 14px 0 13px 0;
  }

  header > .wrap > .col-12 > a.logo,
  header > .wrap > .paging > a.logo {
    display: block;
    height: 40px;
  }

  header > .wrap > .col-12 > a.logo img,
  header > .wrap > .paging > a.logo img {
    height: 40px;
    width: auto;
    position: absolute;
    margin-top: 0;
    top: 8px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  header > .wrap > .col-12 i.fa-envelope,
  header > .wrap > .paging i.fa-envelope {
    display: block;
    position: absolute;
    top: 16px;
    right: 24px;
    color: #17252d;
    font-size: 24px;
  }

  header > .wrap nav {
    display: none;
  }

  header > .wrap #menu-trigger {
    display: block;
  }

  header > .wrap .mobile-menu {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    clear: both;
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    z-index: 80;
  }

  .mobile-open {
    overflow: hidden;
  }

  .mobile-open #menu-trigger {
    opacity: 0;
  }

  .mobile-open body > header,
  .mobile-open body > main,
  .mobile-open body > footer {
    margin-left: 300px;
  }

  .mobile-open body,
  .mobile-open main {
    overflow: hidden;
  }

  .mobile-open .mobile-menu {
    top: 0;
    overflow-y: auto;
    bottom: 0;
    left: 0;
  }

  .mobile-open #overlay {
    display: block;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 1230px) {
  header > .wrap > .col-12,
  header > .wrap > .paging {
    padding: 14px 0 13px 0;
  }

  header > .wrap > .col-12 i.fa-envelope,
  header > .wrap > .paging i.fa-envelope {
    right: 24px;
  }

  header > .wrap #menu-trigger {
    padding: 19px 17px 13px 17px;
  }
}

@media screen and (max-width: 1000px) {
  [data-role='default-header'] > .wrap > div.col-7 {
    width: 66.6666666667%;
  }

  [data-role='default-header'] > .wrap > div.col-7 h2 {
    margin-bottom: 0;
  }

  [data-role='default-header'] > .wrap > div.col-1 {
    width: 33.3333333333%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    padding-top: 0;
    left: 66.6666666667%;
  }

  [data-role='default-header'] > .wrap > div.col-1 img {
    height: 75px;
    width: 75px;
  }
}

@media screen and (max-width: 780px) {
  header > .wrap > .col-12,
  header > .wrap > .paging {
    padding: 14px 0 13px 0;
  }

  header > .wrap > .col-12 i.fa-envelope,
  header > .wrap > .paging i.fa-envelope {
    right: 18px;
  }

  header > .wrap #menu-trigger {
    padding: 19px 11px 13px 11px;
  }
}

@media screen and (max-width: 600px) {
  [data-role='default-header'] .col-9 .col-2 {
    padding: 0;
  }

  [data-role='default-header'] > .wrap > div.col-7 {
    width: 100%;
  }

  [data-role='default-header'] > .wrap > div.col-7 h2 {
    margin-bottom: 0;
  }

  [data-role='default-header'] > .wrap > div.col-1 {
    width: 100%;
    position: relative;
    display: block;
    left: 0;
    padding-bottom: 24px;
  }

  [data-role='default-header'] > .wrap > div.col-1 img {
    height: 75px;
    width: 75px;
  }
}

footer {
  background: #3b3b3b;
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 19px;
  color: #fff;
  border-top: 0 none rgba(0, 0, 0, 0);
  line-height: 42px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
  z-index: 2;
  position: relative;
}

footer .logo {
  height: 43px;
}

footer h3,
footer .h3 {
  color: #fff;
  font-weight: 400;
  text-transform: none;
}

footer h3,
footer .h3 {
  font-weight: 300;
}

footer h3,
footer .h3 {
  font-size: 18px;
}

footer a {
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: #F0C808;
  font-family: 'Rubik', sans-serif;
  line-height: 42px;
}

footer a:hover {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

footer a[href^='mailto'],
footer a[href^='tel'] {
  font-family: 'Barlow', sans-serif;
}

footer a[href^='mailto']:hover,
footer a[href^='tel']:hover {
  color: #F0C808;
}

footer a > i.fab {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.4);
}

footer a > i.fab:hover {
  color: #F0C808;
}

footer p {
  line-height: 42px;
}

footer [data-role='copyright'] {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  text-transform: uppercase;
}

footer [data-role='copyright'] a,
footer [data-role='copyright'] span {
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
}

footer [data-role='copyright'] > div a:before {
  content: '';
  color: rgba(255, 255, 255, 0.4);
  margin: 0 12px;
}

footer [data-role='copyright'] > div:last-child a {
  font-weight: 300;
}

footer [data-role='copyright'] > div:last-child a:first-child:before {
  content: '';
  margin: 0;
}

footer [data-role='copyright'] .d-fl-jc-c div {
  flex: 1 0 33%;
}

footer [data-role='copyright'] .d-fl-jc-c div:first-child {
  justify-content: flex-end;
}

@media screen and (min-width: 901px) {
  .swiper-wrapper[data-equal-key="news-content"] {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1190px) {
  footer [data-role='copyright'] > a {
    padding-left: 12px;
    padding-right: 12px;
  }

  footer [data-role='copyright'] div a:before {
    margin: 0 6px;
  }
}

@media screen and (max-width: 1000px) {
  [data-role='copyright'] {
    display: block;
  }

  [data-role='copyright'] > div {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  footer [data-role='footer-sitemap'] {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  footer [data-role='footer-sitemap'] .colfix {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  footer [data-role='footer-sitemap'] .colfix > div.col-3 {
    width: 50%;
    text-align: center;
  }

  footer [data-role='footer-sitemap'] .colfix > div.col-3 img {
    position: relative;
    top: 0;
  }

  footer [data-role='footer-sitemap'] .colfix > div.col-3 .information {
    padding-top: 0;
  }

  footer [data-role='footer-sitemap'] .colfix > div.col-3 > div > div {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  footer [data-role='footer-sitemap'] .colfix > div.col-3 > div > div > div {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 500px) {
  footer [data-role='footer-sitemap'] .colfix > div.col-3 {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }

  footer [data-role='footer-sitemap'] .colfix > div.col-3 h3 {
    margin-bottom: 0;
  }

  footer
    [data-role='footer-sitemap']
    .colfix
    > div.col-3[data-role='footer-item']
    > div {
    display: none;
  }

  footer
    [data-role='footer-sitemap']
    .colfix
    > div.col-3[data-role='footer-item']
    .foottitle {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    padding-left: 36px;
  }

  footer
    [data-role='footer-sitemap']
    .colfix
    > div.col-3[data-role='footer-item']
    .foottitle:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-left: 24px;
    content: '';
    padding-top: 2px;
  }

  footer
    [data-role='footer-sitemap']
    .colfix
    > div.col-3[data-role='footer-item']
    .foottitle:hover {
    color: #fff;
  }

  footer
    [data-role='footer-sitemap']
    .colfix
    > div.col-3[data-role='footer-item']
    + [data-role='footer-item']
    > .foottitle {
    margin-top: 0;
  }

  footer
    [data-role='footer-sitemap']
    .colfix
    > div.col-3[data-role='footer-item'].active
    > div {
    display: block;
  }

  footer
    [data-role='footer-sitemap']
    .colfix
    > div.col-3[data-role='footer-item'].active
    + [data-role='footer-item']
    > .foottitle {
    margin-top: 24px;
  }

  footer
    [data-role='footer-sitemap']
    .colfix
    > div.col-3[data-role='footer-item'].active
    .foottitle:after {
    content: '';
  }
}

@media screen and (max-width: 430px) {
  footer [data-role='copyright'] *:not(a) {
    width: 100%;
  }

  footer [data-role='copyright'] span.lh-42 {
    line-height: 24px;
    order: 0;
  }

  footer [data-role='copyright'] div {
    flex: 0 0 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 18px;
  }

  footer [data-role='copyright'] div a {
    line-height: 24px;
    display: block;
    order: 1;
    width: 100%;
  }

  footer [data-role='copyright'] div a:before {
    margin: 0;
    content: '';
  }
}

[data-role='default-introduction'] .btn {
  min-width: 224px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  [data-role='default-introduction'] .col-6 {
    width: 100%;
    height: auto !important;
  }

  [data-role='default-introduction'] .col-6 + .col-6 {
    margin-top: 36px;
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (max-width: 500px) {
  [data-role='default-introduction'] .col-6 {
    padding-left: 0;
  }

  [data-role='default-introduction'] .col-6 + .col-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

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

.w-100 {
  width: 100%;
}