/* Default font faces */
@font-face {
  font-family: accord;
  src: url(fonts/a86b691ea386f9165cbb6d75fdc590ea.eot);
  src: url(fonts/a86b691ea386f9165cbb6d75fdc590ead41d.eot?#iefix)
      format("embedded-opentype"),
    url(fonts/a86b691ea386f9165cbb6d75fdc590ea.html) format("woff2"),
    url(fonts/a86b691ea386f9165cbb6d75fdc590ea.woff) format("woff"),
    url(fonts/a86b691ea386f9165cbb6d75fdc590ea.ttf) format("truetype"),
    url("fonts/a86b691ea386f9165cbb6d75fdc590ea.svg#Accord W00 Bold")
      format("svg");
  font-weight: 700;
}
@font-face {
  font-family: accord;
  src: url(fonts/6db15f591234f57b171f0e6765ef83a7.eot);
  src: url(fonts/6db15f591234f57b171f0e6765ef83a7d41d.eot?#iefix)
      format("embedded-opentype"),
    url(fonts/6db15f591234f57b171f0e6765ef83a7.html) format("woff2"),
    url(fonts/6db15f591234f57b171f0e6765ef83a7.woff) format("woff"),
    url(fonts/6db15f591234f57b171f0e6765ef83a7.ttf) format("truetype"),
    url("fonts/6db15f591234f57b171f0e6765ef83a7.svg#Accord W00 Regular")
      format("svg");
  font-weight: 400;
}
@font-face {
  font-family: accord;
  src: url(fonts/0f0319c49673c616b579049995c5b6f2.eot);
  src: url(fonts/0f0319c49673c616b579049995c5b6f2d41d.eot?#iefix)
      format("embedded-opentype"),
    url(fonts/0f0319c49673c616b579049995c5b6f2.html) format("woff2"),
    url(fonts/0f0319c49673c616b579049995c5b6f2.woff) format("woff"),
    url(fonts/0f0319c49673c616b579049995c5b6f2.ttf) format("truetype"),
    url("fonts/0f0319c49673c616b579049995c5b6f2.svg#Accord W00 Regular")
      format("svg");
  font-weight: thin;
}

/* Base CSS */
.wpb_single_image img {
  max-width: 80% !important;
}
img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.imga {
  border-radius: 100%;
  color: #fafafa;
  margin: auto;
  float: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 0 200px;
  height: 12rem;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 12rem;
}
.imgaaa {
  text-align: center;
  vertical-align: middle;

  padding-left: 20%;
  margin: auto;
  display: inline-block;
}
.imga img {
  height: 100%;
}
.img__overlay {
  -webkit-box-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 1;
}
.img__overlay:hover {
  opacity: 1;
}
/**
  * Theming
*/

.imga {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  border: 4px solid #c0c0c0;
  margin: 20px;
}
.img__overlay {
  background-color: rgba(46, 204, 113, 0.4);
  background: linear-gradient(
    65deg,
    rgba(46, 204, 113, 0.4),
    rgba(243, 156, 18, 0.4)
  );
  color: #fafafa;
  font-size: 24px;
}
.img__overlay--green {
  background: linear-gradient(
    65deg,
    rgba(46, 204, 113, 0.4),
    rgba(102, 51, 153, 0.4) 60%
  );
  background-color: rgba(46, 204, 113, 0.4);
}
.img__overlay--yellow {
  background: linear-gradient(
    65deg,
    rgba(243, 156, 18, 0.4),
    rgba(102, 51, 153, 0.4) 60%
  );
  background-color: rgba(243, 156, 18, 0.4);
}
.img__overlay--red {
  background: linear-gradient(
    65deg,
    rgba(217, 30, 24, 0.4),
    rgba(102, 51, 153, 0.4) 60%
  );
  background-color: rgba(217, 30, 24, 0.4);
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.resizevh {
  height: 50vh;
}
section {
  height: 100vh;
}
upperhalf {
  height: 50vh;
}

lowerhalf {
  height: 50vh;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  background: #000;
  word-wrap: break-word;
}
b,
strong {
  font-weight: 700;
}

.pattern {
  z-index: 2;
}
#header a.home {
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url(assets/home.png);
  background-repeat: no-repeat;
  margin: 9px 10px 7px 10px;
  padding: 0;
}

body.home .left > div,
body.home .right > div {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 150;
  padding: 0 65px;
}

#header .logo {
  height: 45px;
  margin-top: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .logo-sticky {
  display: none;
}
#header.header-scrolled .logo-sticky {
  display: inline-block;
  height: 45px;
}
#header.header-scrolled .logo-sticky .r > img {
  height: 45px;
}
#header.header-scrolled .logo-sticky .r {
  height: 45px;
  display: inline-block;
  margin-top: 15px;
  width: 15px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  -webkit-transition: width 1s;
  transition: width 1s;
}
#header.header-scrolled:hover .logo-sticky .r {
  width: 120px;
  -webkit-transition: width 1s;
  transition: width 1s;
}

#header.header-noscroll {
  height: 70px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header.header-scrolled {
  background: #000;
  height: 70px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header.header-scrolled .logo {
  display: none;
}
#header.header-scrolled #menu > ul {
  margin-top: 17px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-scrolled .largeMenu {
  top: 50px;
}
.largeMenuInner {
  background: #fff;
  padding: 40px 0 40px 0;
  margin-top: 30px;
}
.header-scrolled .largeMenuInner {
  margin-top: 20px;
}

.third-level #header {
  background: #000;
}

#enrichai-header-mobile {
  display: none;
  margin-top: 60px;
}
.enrichai-header-mobile-color {
  background-size: cover;
  background-position: right top;
}
.enrichai-header-mobile-color-orange {
  background: url(../assets/header/orange-v2-mobile.svg) no-repeat center center;
  background-size: cover;
  background-position: right top;
}
.enrichai-header-mobile-color-red {
  background: url(../assets/header/red-mobile.svg) no-repeat center center;
  background-size: cover;
  background-position: right top;
}
.enrichai-header-mobile-color-blue {
  background: url(../assets/header/blue-mobile.svg) no-repeat center center;
  background-size: cover;
  background-position: right top;
}
.enrichai-header-mobile-color-purple {
  background: url(../assets/header/purple-mobile.svg) no-repeat center center;
  background-size: cover;
  background-position: right top;
}
.enrichai-header-mobile-color-green {
  background: url(../assets/header/green-mobile.svg) no-repeat center center;
  background-size: cover;
  background-position: right top;
}
.enrichai-header-mobile-content {
  padding: 10vw 15px 10vw 15px;
  color: #fff;
}
#enrichai-header-mobile .enrichai-header-main-text {
  font-size: 6vw;
  position: relative;
  width: 100%;
}
#enrichai-header-mobile .enrichai-header-small-text {
  width: 75vw;
}
.enrichai-header-mobile-black {
  background: url(../assets/header/black-mobile.svg) no-repeat center center;
  background-size: cover;
  background-position: left top;
}
.enrichai-header-mobile-image {
  padding: 10vw;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  #enrichai-header {
    display: none;
  }
  #enrichai-header-mobile {
    display: block;
  }
  #txt-rotate-mobile {
    position: relative;
    display: inline-block;
    height: 6.7vw;
    width: 39vw;
    vertical-align: middle;
    text-align: left;
    margin-top: -1.9vw;
    margin-bottom: -0.95vw;
  }
}

@media screen and (max-width: 991px) {
  .rPage > .row {
    padding: 0;
  }
  .homeOne .left > div {
    padding: 180px 0 90px 0;
  }
  .homeOne .right > div {
    padding-top: 160px;
  }
  .footerContent {
    padding: 100px 15px 70px 15px;
  }
  .footerText {
    margin-top: 30px;
    margin-bottom: 40px;
    color: #fff;
  }
  #header {
    padding: 0 15px;
  }
}
#header.header-scrolled .menu-munich {
  display: none;
}

/* Media query */
@media screen and (max-width: 1199px) {
  #mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    padding: 10px 0 10px 0;
  }
  .mobile-menu-logo {
    height: 40px;
  }
  .mobile-menu-logo-holder {
    padding-left: 30px;
  }
  .mobile-menu-logo-holder a {
    display: inline-block;
  }
  .mobile-content {
    color: #fff;
    margin-top: 60px;
  }
  .mobile-text-block {
    background-image: url(img/SVG/mobile-black.svg);
    padding-top: 90px;
    padding-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile-block {
    background-size: cover;
    background-position: top center;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile-background {
    background-size: cover;
    background-position: top center;
  }
  .mobile-red {
    background-image: url(../assets/mobile-backgrounds/mobile-red.png);
  }
  .mobile-redhm {
    background-image: url(../assets/mobile-backgrounds/mobile-red.png);
  }
  .mobile-orange {
    background-image: url(../assets/mobile-backgrounds/mobile-orange.png);
  }
  .mobile-orange2 {
    background-image: url(../assets/mobile-backgrounds/mobile-orange.png);
  }
  .mobile-blue {
    background-image: url(../assets/mobile-backgrounds/mobile-blue.png);
  }
  .mobile-purple {
    background-image: url(../assets/mobile-backgrounds/mobile-purple.png);
  }
  .mobile-green {
    background-image: url(../assets/mobile-backgrounds/mobile-green.png);
  }
  .mobile-homepage-table .row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobile-more-link {
    display: inline-block;
    margin: 80px auto 0 auto;
    text-decoration: none;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
  }
  .mobile-more-link img {
    height: 25px;
    margin-top: -3px;
    margin-left: 5px;
  }
  .mobile-more-link-red {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #a4013e 0, #ed3953 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #a4013e),
      color-stop(100%, #ed3953)
    );
    background-image: -webkit-linear-gradient(left, #a4013e 0, #ed3953 100%);
    background-image: -o-linear-gradient(left, #a4013e 0, #ed3953 100%);
    background-image: -ms-linear-gradient(left, #a4013e 0, #ed3953 100%);
    background-image: linear-gradient(to right, #a4013e 0, #ed3953 100%);
  }
  .mobile-more-link-orange {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #f33428 0, #feb612 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #f33428),
      color-stop(100%, #feb612)
    );
    background-image: -webkit-linear-gradient(left, #f33428 0, #feb612 100%);
    background-image: -o-linear-gradient(left, #f33428 0, #feb612 100%);
    background-image: -ms-linear-gradient(left, #f33428 0, #feb612 100%);
    background-image: linear-gradient(to right, #f33428 0, #feb612 100%);
  }
  .mobile-more-link-blue {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #002e57 0, #1f8dce 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #002e57),
      color-stop(100%, #1f8dce)
    );
    background-image: -webkit-linear-gradient(left, #002e57 0, #1f8dce 100%);
    background-image: -o-linear-gradient(left, #002e57 0, #1f8dce 100%);
    background-image: -ms-linear-gradient(left, #002e57 0, #1f8dce 100%);
    background-image: linear-gradient(to right, #002e57 0, #1f8dce 100%);
  }
  .mobile-more-link-purple {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #50014c 0, #b30a72 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #50014c),
      color-stop(100%, #b30a72)
    );
    background-image: -webkit-linear-gradient(left, #50014c 0, #b30a72 100%);
    background-image: -o-linear-gradient(left, #50014c 0, #b30a72 100%);
    background-image: -ms-linear-gradient(left, #50014c 0, #b30a72 100%);
    background-image: linear-gradient(to right, #50014c 0, #b30a72 100%);
  }
  .mobile-more-link-green {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #005020 0, #88c136 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #005020),
      color-stop(100%, #88c136)
    );
    background-image: -webkit-linear-gradient(left, #005020 0, #88c136 100%);
    background-image: -o-linear-gradient(left, #005020 0, #88c136 100%);
    background-image: -ms-linear-gradient(left, #005020 0, #88c136 100%);
    background-image: linear-gradient(to right, #005020 0, #88c136 100%);
  }
  .mobile-black {
    background-image: url(../assets/mobile-backgrounds/mobile-black.svg);
    background-size: cover;
    background-position: center top;
    padding-bottom: 20px;
  }
  .mobile-blackstripes {
    background-image: url(img/blackfooter.svg);
    background-size: cover;
    background-position: center top;
  }
  .mobile-order-1 {
    order: 1;
  }
  .mobile-order-2 {
    order: 2;
  }
  .secondLevel .left > div,
  .secondLevel .right > div {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  div#content.secondLevel {
    padding-top: 59px;
  }
  .our-team-block {
    padding-top: 0;
  }
  .bodPersonHolder {
    margin-top: 60px;
  }
  .mobile-pt-60 {
    padding-top: 60px !important;
  }
  .quote-white {
    margin: 0 0 0 40px;
  }
  .arrow-link {
    text-align: center;
  }
  .mobile-theme-red .arrow-link img {
    display: none;
  }
  .mobile-theme-red .arrow-link a {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #a4013e 0, #ed3953 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #a4013e),
      color-stop(100%, #ed3953)
    );
    background-image: -webkit-linear-gradient(left, #a4013e 0, #ed3953 100%);
    background-image: -o-linear-gradient(left, #a4013e 0, #ed3953 100%);
    background-image: -ms-linear-gradient(left, #a4013e 0, #ed3953 100%);
    background-image: linear-gradient(to right, #a4013e 0, #ed3953 100%);
    margin: 20px auto 0 auto;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }
  .mobile-theme-red .arrow-link a::after {
    content: "\f138";
    font-family: "FontAwesome";
    font-weight: 500;
  }
  .mobile-theme-orange .arrow-link img {
    display: none;
  }
  .mobile-theme-orange .arrow-link a {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #f33428 0, #feb612 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #f33428),
      color-stop(100%, #feb612)
    );
    background-image: -webkit-linear-gradient(left, #f33428 0, #feb612 100%);
    background-image: -o-linear-gradient(left, #f33428 0, #feb612 100%);
    background-image: -ms-linear-gradient(left, #f33428 0, #feb612 100%);
    background-image: linear-gradient(to right, #f33428 0, #feb612 100%);
    margin: 20px auto 0 auto;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }
  .mobile-theme-orange .arrow-link a::after {
    content: "\f138";
    font-family: "FontAwesome";
    font-weight: 500;
  }
  .mobile-theme-blue .arrow-link img {
    display: none;
  }
  .mobile-theme-blue .arrow-link a {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #002e57 0, #1f8dce 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #002e57),
      color-stop(100%, #1f8dce)
    );
    background-image: -webkit-linear-gradient(left, #002e57 0, #1f8dce 100%);
    background-image: -o-linear-gradient(left, #002e57 0, #1f8dce 100%);
    background-image: -ms-linear-gradient(left, #002e57 0, #1f8dce 100%);
    background-image: linear-gradient(to right, #002e57 0, #1f8dce 100%);
    margin: 20px auto 0 auto;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }
  .mobile-theme-blue .arrow-link a::after {
    content: "\f138";
    font-family: "FontAwesome";
    font-weight: 500;
  }
  .mobile-theme-purple .arrow-link img {
    display: none;
  }
  .mobile-theme-purple .arrow-link a {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #50014c 0, #b30a72 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #50014c),
      color-stop(100%, #b30a72)
    );
    background-image: -webkit-linear-gradient(left, #50014c 0, #b30a72 100%);
    background-image: -o-linear-gradient(left, #50014c 0, #b30a72 100%);
    background-image: -ms-linear-gradient(left, #50014c 0, #b30a72 100%);
    background-image: linear-gradient(to right, #50014c 0, #b30a72 100%);
    margin: 20px auto 0 auto;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }
  .mobile-theme-purple .arrow-link a::after {
    content: "\f138";
    font-family: "FontAwesome";
    font-weight: 500;
  }
  .mobile-theme-green .arrow-link img {
    display: none;
  }
  .mobile-theme-green .arrow-link a {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #005020 0, #88c136 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #005020),
      color-stop(100%, #88c136)
    );
    background-image: -webkit-linear-gradient(left, #005020 0, #88c136 100%);
    background-image: -o-linear-gradient(left, #005020 0, #88c136 100%);
    background-image: -ms-linear-gradient(left, #005020 0, #88c136 100%);
    background-image: linear-gradient(to right, #005020 0, #88c136 100%);
    margin: 20px auto 0 auto;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }
  .mobile-theme-green .arrow-link a::after {
    content: "\f138";
    font-family: "FontAwesome";
    font-weight: 500;
  }
  #hamburger-holder {
    float: right;
    margin: 10px 15px 0 0;
  }
  #hamburger {
    width: 30px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #222;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #hamburger span:nth-child(1) {
    top: 0;
  }
  #hamburger span:nth-child(2),
  #hamburger span:nth-child(3) {
    top: 9px;
  }
  #hamburger span:nth-child(4) {
    top: 18px;
  }
  #hamburger.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  #hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #hamburger.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  #mobile-menu-content {
    position: fixed;
    top: -100vh;
    background: #000;
    color: #fff;
    left: 0;
    right: 0;
    max-height: 400px;
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 9998;
  }
  .bodPersonSpacer {
    display: none;
  }
  .footerContact {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .footer-social-row {
    margin-top: 40px;
  }
  .no-mb-mobile {
    margin-bottom: 0 !important;
  }
  .no-mt-mobile {
    margin-top: 0 !important;
  }
  .no-pb-mobile {
    padding-bottom: 0 !important;
  }
  .no-pt-mobile {
    padding-top: 0 !important;
  }
  .mobile-pt-90 {
    padding-top: 90px !important;
  }
  .third-level {
    background-image: url(img/lvl3_mobile.png);
  }
  .third-level-rain {
    background-image: url(img/rain_mobile.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .mobile-menu-element {
    display: block;
    width: 100%;
    font-size: 22px;
    padding: 20px 20px;
    color: #fff;
    line-height: 22px;
    border-bottom: 1px solid #353535;
  }
  .mobile-menu-element:hover {
    color: #fff;
    text-decoration: none;
  }
  .mobile-menu-submenu {
    display: none;
  }
  .mobile-menu-submenu a {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 20px 20px;
    color: #fff;
    line-height: 16px;
    background: #353535;
    border-bottom: 1px solid #222;
  }
  .mobile-menu-submenu a:hover {
    text-decoration: none;
  }
  .mobile-menu-element-has-submenu {
    position: relative;
  }
  .mobile-menu-element-has-submenu::after {
    content: "\f078";
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: 100;
    transition-duration: 0.2s;
  }
  .mobile-menu-element-has-submenu.mobile-menu-element-open::after {
    content: "\f077";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: 100;
    color: #ffb808;
    transition-duration: 0.2s;
  }
  .mobile-r100 {
    width: 100%;
  }
  .contact-background {
    background-image: url(img/contact-background.png);
  }
  .mobile-mb-20 {
    margin-bottom: 20px;
  }
  .mobile-pb-50 {
    padding-bottom: 50px;
  }
  .mobile-pt-100 {
    padding-top: 100px;
  }
  .mobile-pb-100 {
    padding-bottom: 100px;
  }
  .mobile-pb-150 {
    padding-bottom: 150px;
  }
  .vs-tab-content {
    display: none !important;
  }
  .mobile-mw-50 {
    max-width: 50%;
  }
  .rPage,
  .rPage > .row {
    min-height: 0;
  }
  .machinesImages {
    background-image: url(img/circle.png);
  }
  .mobile-images-white-filter img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .production-tabs {
    display: none;
  }
  .production-tabls-mobile {
    display: block;
  }
  .mobile_h_34 {
    font-size: 34px !important;
  }
  .newsContent {
    padding-top: 100px;
  }
  .contentTableImage {
    width: 25%;
    margin-bottom: 0;
    float: left;
    align-self: center;
    /* -webkit-filter: brightness(0);
    filter: brightness(0); */
    height: auto;
  }
  .filters-bar {
    padding-bottom: 30px;
  }
  .filters-bar .control-label {
    line-height: 2;
  }
  .filters-bar .form-control {
    text-transform: uppercase;
  }
  #partners-page {
    margin-top: 0;
  }
  #partners-page .page-header {
    margin-bottom: 0;
  }
  #join-partners.partners {
    position: relative;
  }
  #partners-page {
    margin-top: 0;
  }
  #partners-page .page-header {
    margin-bottom: 0;
  }
  #partners-logos {
    padding: 40px 0;
    background-color: #f8f8f8;
    border-bottom: 1px solid #d9d9d9;
  }
  #partners-logos h3 {
    color: #1776bf;
    text-transform: uppercase;
  }
  #partners-logos .col-sm-3 {
    text-align: center;
  }
  .clear-btn {
    border-radius: 50%;
    border: 0;
    overflow: hidden;
    background: none;
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
    width: auto;
    display: inline-block;
    background-color: white;
    max-width: 267px;
  }
  .clear-btn img {
    max-height: 100%;
    border: 2px solid rgba(143, 158, 162, 0.2);
    width: auto;
    vertical-align: middle;
    display: inline-block;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .clear-btn:hover img,
  .clear-btn.active img {
    border-color: #1776bf;
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .popover {
    max-width: 310px;
    padding: 15px;
  }
  .popover-title {
    background-color: transparent;
    color: #1776bf;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 14px;
    border-bottom: 0;
  }
  .popover-content {
    border-top: 0;
    color: #6b7475;
    font-size: 12px;
    max-height: 310px;
    overflow-y: auto;
  }
  .contentTableText {
    width: 75%;
    margin-bottom: 0;
    float: right;
    align-self: center;
  }
  .contentTableRow > div {
    display: flex;
    margin-bottom: 30px;
  }
  .contentTableImage > img {
    max-width: 100%;
    max-height: auto;
  }
  #footer {
    background: url(img/footer-mobile-2020.svg);
    background-position: top center;
    background-size: cover;
    position: relative;
  }
}

/* FROM HERE */

@font-face {
  font-family: accord;
  src: url(fonts/a86b691ea386f9165cbb6d75fdc590ea.eot);
  src: url(fonts/a86b691ea386f9165cbb6d75fdc590ead41d.eot?#iefix)
      format("embedded-opentype"),
    url(fonts/a86b691ea386f9165cbb6d75fdc590ea.html) format("woff2"),
    url(fonts/a86b691ea386f9165cbb6d75fdc590ea.woff) format("woff"),
    url(fonts/a86b691ea386f9165cbb6d75fdc590ea.ttf) format("truetype"),
    url("fonts/a86b691ea386f9165cbb6d75fdc590ea.svg#Accord W00 Bold")
      format("svg");
  font-weight: 700;
}
@font-face {
  font-family: accord;
  src: url(fonts/6db15f591234f57b171f0e6765ef83a7.eot);
  src: url(fonts/6db15f591234f57b171f0e6765ef83a7d41d.eot?#iefix)
      format("embedded-opentype"),
    url(fonts/6db15f591234f57b171f0e6765ef83a7.html) format("woff2"),
    url(fonts/6db15f591234f57b171f0e6765ef83a7.woff) format("woff"),
    url(fonts/6db15f591234f57b171f0e6765ef83a7.ttf) format("truetype"),
    url("fonts/6db15f591234f57b171f0e6765ef83a7.svg#Accord W00 Regular")
      format("svg");
  font-weight: 400;
}
@font-face {
  font-family: accord;
  src: url(fonts/0f0319c49673c616b579049995c5b6f2.eot);
  src: url(fonts/0f0319c49673c616b579049995c5b6f2d41d.eot?#iefix)
      format("embedded-opentype"),
    url(fonts/0f0319c49673c616b579049995c5b6f2.html) format("woff2"),
    url(fonts/0f0319c49673c616b579049995c5b6f2.woff) format("woff"),
    url(fonts/0f0319c49673c616b579049995c5b6f2.ttf) format("truetype"),
    url("fonts/0f0319c49673c616b579049995c5b6f2.svg#Accord W00 Regular")
      format("svg");
  font-weight: thin;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  background: #000;
}
b,
strong {
  font-weight: 700;
}
body.home .left > div,
body.home .right > div {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 150;
  padding: 0 65px;
}

#header .logo {
  height: 45px;
  margin-top: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .logo-sticky {
  display: none;
}
#header.header-scrolled .logo-sticky {
  display: inline-block;
  height: 45px;
}
#header.header-scrolled .logo-sticky .r > img {
  height: 45px;
}
#header.header-scrolled .logo-sticky .r {
  height: 45px;
  display: inline-block;
  margin-top: 15px;
  width: 50px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  -webkit-transition: width 1s;
  transition: width 1s;
}
#header.header-scrolled:hover .logo-sticky .r {
  width: 256px;
  -webkit-transition: width 1s;
  transition: width 1s;
}

#header.header-noscroll {
  height: 70px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header.header-scrolled {
  background: #000;
  height: 70px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header.header-scrolled .logo {
  display: none;
}
#header.header-scrolled #menu > ul {
  margin-top: 17px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-scrolled .largeMenu {
  top: 50px;
}
.largeMenuInner {
  background: #fff;
  padding: 40px 0 40px 0;
  margin-top: 30px;
}
.header-scrolled .largeMenuInner {
  margin-top: 20px;
}

.third-level #header {
  background: #000;
}

@media screen and (max-width: 991px) {
  .rPage > .row {
    padding: 0;
  }
  .homeOne .left > div {
    padding: 180px 0 90px 0;
  }
  .homeOne .right > div {
    padding-top: 160px;
  }
  .footerContent {
    padding: 100px 15px 70px 15px;
  }
  .footerText {
    margin-top: 30px;
    margin-bottom: 40px;
    color: #fff;
  }
  #header {
    padding: 0 15px;
  }
}
#header.header-scrolled .menu-munich {
  display: none;
}

#header a.home {
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url(img/home.png);
  background-repeat: no-repeat;
  margin: 9px 10px 7px 10px;
  padding: 0;
}

/* Logo Style */
.logo.logo3lvl {
  display: none;
}
/* .third-level .logo {
  display: none;
} */
.third-level .logo.logo3lvl {
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  #mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    padding: 10px 0 10px 0;
  }
  .mobile-menu-logo {
    height: 40px;
  }
  .mobile-menu-logo-holder {
    padding-left: 30px;
  }
  .mobile-menu-logo-holder a {
    display: inline-block;
  }
  .mobile-content {
    color: #fff;
    margin-top: 60px;
  }
  .mobile-text-block {
    background-image: url(../assets/mobile-backgrounds/mobile-black.svg);
    padding-top: 90px;
    padding-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile-block {
    background-size: cover;
    background-position: top center;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile-background {
    background-size: cover;
    background-position: top center;
  }
  .mobile-red {
    background-image: url(../assets/mobile-backgrounds/mobile-red.png);
  }
  .mobile-redhm {
    background-image: url(../assets/mobile-backgrounds/mobile-red.png);
  }
  .mobile-orange {
    background-image: url(../assets/mobile-backgrounds/mobile-orange.png);
  }
  .mobile-orange2 {
    background-image: url(../assets/mobile-backgrounds/mobile-orange.png);
  }
  .mobile-blue {
    background-image: url(../assets/mobile-backgrounds/mobile-blue.png);
  }
  .mobile-purple {
    background-image: url(../assets/mobile-backgrounds/mobile-purple.png);
  }
  .mobile-green {
    background-image: url(../assets/mobile-backgrounds/mobile-green.png);
  }
  .mobile-homepage-table .row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobile-more-link {
    display: inline-block;
    margin: 80px auto 0 auto;
    text-decoration: none;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
  }
  .mobile-more-link img {
    height: 25px;
    margin-top: -3px;
    margin-left: 5px;
  }
  .mobile-more-link-red {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #a4013e 0, #ed3953 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #a4013e),
      color-stop(100%, #ed3953)
    );
    background-image: -webkit-linear-gradient(left, #a4013e 0, #ed3953 100%);
    background-image: -o-linear-gradient(left, #a4013e 0, #ed3953 100%);
    background-image: -ms-linear-gradient(left, #a4013e 0, #ed3953 100%);
    background-image: linear-gradient(to right, #a4013e 0, #ed3953 100%);
  }
  .mobile-more-link-orange {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #f33428 0, #feb612 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #f33428),
      color-stop(100%, #feb612)
    );
    background-image: -webkit-linear-gradient(left, #f33428 0, #feb612 100%);
    background-image: -o-linear-gradient(left, #f33428 0, #feb612 100%);
    background-image: -ms-linear-gradient(left, #f33428 0, #feb612 100%);
    background-image: linear-gradient(to right, #f33428 0, #feb612 100%);
  }
  .mobile-more-link-blue {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #002e57 0, #1f8dce 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #002e57),
      color-stop(100%, #1f8dce)
    );
    background-image: -webkit-linear-gradient(left, #002e57 0, #1f8dce 100%);
    background-image: -o-linear-gradient(left, #002e57 0, #1f8dce 100%);
    background-image: -ms-linear-gradient(left, #002e57 0, #1f8dce 100%);
    background-image: linear-gradient(to right, #002e57 0, #1f8dce 100%);
  }
  .mobile-more-link-purple {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #50014c 0, #b30a72 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #50014c),
      color-stop(100%, #b30a72)
    );
    background-image: -webkit-linear-gradient(left, #50014c 0, #b30a72 100%);
    background-image: -o-linear-gradient(left, #50014c 0, #b30a72 100%);
    background-image: -ms-linear-gradient(left, #50014c 0, #b30a72 100%);
    background-image: linear-gradient(to right, #50014c 0, #b30a72 100%);
  }
  .mobile-more-link-green {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #005020 0, #88c136 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #005020),
      color-stop(100%, #88c136)
    );
    background-image: -webkit-linear-gradient(left, #005020 0, #88c136 100%);
    background-image: -o-linear-gradient(left, #005020 0, #88c136 100%);
    background-image: -ms-linear-gradient(left, #005020 0, #88c136 100%);
    background-image: linear-gradient(to right, #005020 0, #88c136 100%);
  }
  .mobile-black {
    background-image: url(../assets/mobile-backgrounds/mobile-black.svg);
    background-size: cover;
    background-position: center top;
    padding-bottom: 20px;
  }
  .mobile-blackstripes {
    background-image: url(img/blackfooter.svg);
    background-size: cover;
    background-position: center top;
  }
  .mobile-order-1 {
    order: 1;
  }
  .mobile-order-2 {
    order: 2;
  }
  .secondLevel .left > div,
  .secondLevel .right > div {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  div#content.secondLevel {
    padding-top: 59px;
  }
  .our-team-block {
    padding-top: 0;
  }
  .bodPersonHolder {
    margin-top: 60px;
  }
  .mobile-pt-60 {
    padding-top: 60px !important;
  }
  .quote-white {
    margin: 0 0 0 40px;
  }
  .arrow-link {
    text-align: center;
  }
  .mobile-theme-red .arrow-link img {
    display: none;
  }
  .mobile-theme-red .arrow-link a {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #a4013e 0, #ed3953 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #a4013e),
      color-stop(100%, #ed3953)
    );
    background-image: -webkit-linear-gradient(left, #a4013e 0, #ed3953 100%);
    background-image: -o-linear-gradient(left, #a4013e 0, #ed3953 100%);
    background-image: -ms-linear-gradient(left, #a4013e 0, #ed3953 100%);
    background-image: linear-gradient(to right, #a4013e 0, #ed3953 100%);
    margin: 20px auto 0 auto;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }
  .mobile-theme-red .arrow-link a::after {
    content: "\f138";
    font-family: "FontAwesome";
    font-weight: 500;
  }
  .mobile-theme-orange .arrow-link img {
    display: none;
  }
  .mobile-theme-orange .arrow-link a {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #f33428 0, #feb612 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #f33428),
      color-stop(100%, #feb612)
    );
    background-image: -webkit-linear-gradient(left, #f33428 0, #feb612 100%);
    background-image: -o-linear-gradient(left, #f33428 0, #feb612 100%);
    background-image: -ms-linear-gradient(left, #f33428 0, #feb612 100%);
    background-image: linear-gradient(to right, #f33428 0, #feb612 100%);
    margin: 20px auto 0 auto;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }
  .mobile-theme-orange .arrow-link a::after {
    content: "\f138";
    font-family: "FontAwesome";
    font-weight: 500;
  }
  .mobile-theme-blue .arrow-link img {
    display: none;
  }
  .mobile-theme-blue .arrow-link a {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #002e57 0, #1f8dce 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #002e57),
      color-stop(100%, #1f8dce)
    );
    background-image: -webkit-linear-gradient(left, #002e57 0, #1f8dce 100%);
    background-image: -o-linear-gradient(left, #002e57 0, #1f8dce 100%);
    background-image: -ms-linear-gradient(left, #002e57 0, #1f8dce 100%);
    background-image: linear-gradient(to right, #002e57 0, #1f8dce 100%);
    margin: 20px auto 0 auto;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }
  .mobile-theme-blue .arrow-link a::after {
    content: "\f138";
    font-family: "FontAwesome";
    font-weight: 500;
  }
  .mobile-theme-purple .arrow-link img {
    display: none;
  }
  .mobile-theme-purple .arrow-link a {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #50014c 0, #b30a72 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #50014c),
      color-stop(100%, #b30a72)
    );
    background-image: -webkit-linear-gradient(left, #50014c 0, #b30a72 100%);
    background-image: -o-linear-gradient(left, #50014c 0, #b30a72 100%);
    background-image: -ms-linear-gradient(left, #50014c 0, #b30a72 100%);
    background-image: linear-gradient(to right, #50014c 0, #b30a72 100%);
    margin: 20px auto 0 auto;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }
  .mobile-theme-purple .arrow-link a::after {
    content: "\f138";
    font-family: "FontAwesome";
    font-weight: 500;
  }
  .mobile-theme-green .arrow-link img {
    display: none;
  }
  .mobile-theme-green .arrow-link a {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(left, #005020 0, #88c136 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #005020),
      color-stop(100%, #88c136)
    );
    background-image: -webkit-linear-gradient(left, #005020 0, #88c136 100%);
    background-image: -o-linear-gradient(left, #005020 0, #88c136 100%);
    background-image: -ms-linear-gradient(left, #005020 0, #88c136 100%);
    background-image: linear-gradient(to right, #005020 0, #88c136 100%);
    margin: 20px auto 0 auto;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }
  .mobile-theme-green .arrow-link a::after {
    content: "\f138";
    font-family: "FontAwesome";
    font-weight: 500;
  }
  #hamburger-holder {
    float: right;
    margin: 10px 15px 0 0;
  }
  #hamburger {
    width: 30px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #222;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #hamburger span:nth-child(1) {
    top: 0;
  }
  #hamburger span:nth-child(2),
  #hamburger span:nth-child(3) {
    top: 9px;
  }
  #hamburger span:nth-child(4) {
    top: 18px;
  }
  #hamburger.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  #hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #hamburger.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  #mobile-menu-content {
    position: fixed;
    top: -100vh;
    background: #000;
    color: #fff;
    left: 0;
    right: 0;
    max-height: 400px;
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 9998;
  }
  .bodPersonSpacer {
    display: none;
  }
  .footerContact {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .footer-social-row {
    margin-top: 40px;
  }
  .no-mb-mobile {
    margin-bottom: 0 !important;
  }
  .no-mt-mobile {
    margin-top: 0 !important;
  }
  .no-pb-mobile {
    padding-bottom: 0 !important;
  }
  .no-pt-mobile {
    padding-top: 0 !important;
  }
  .mobile-pt-90 {
    padding-top: 90px !important;
  }
  .third-level {
    background-image: url(img/lvl3_mobile.png);
  }
  .third-level-rain {
    background-image: url(img/rain_mobile.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .mobile-menu-element {
    display: block;
    width: 100%;
    font-size: 22px;
    padding: 20px 20px;
    color: #fff;
    line-height: 22px;
    border-bottom: 1px solid #353535;
  }
  .mobile-menu-element:hover {
    color: #fff;
    text-decoration: none;
  }
  .mobile-menu-submenu {
    display: none;
  }
  .mobile-menu-submenu a {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 20px 20px;
    color: #fff;
    line-height: 16px;
    background: #353535;
    border-bottom: 1px solid #222;
  }
  .mobile-menu-submenu a:hover {
    text-decoration: none;
  }
  .mobile-menu-element-has-submenu {
    position: relative;
  }
  .mobile-menu-element-has-submenu::after {
    content: "\f078";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: 100;
    transition-duration: 0.2s;
  }
  .mobile-menu-element-has-submenu.mobile-menu-element-open::after {
    content: "\f077";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: 100;
    color: #ffb808;
    transition-duration: 0.2s;
  }
  .mobile-r100 {
    width: 100%;
  }
  .contact-background {
    background-image: url(img/contact-background.png);
  }
  .mobile-mb-20 {
    margin-bottom: 20px;
  }
  .mobile-pb-50 {
    padding-bottom: 50px;
  }
  .mobile-pt-100 {
    padding-top: 100px;
  }
  .mobile-pb-100 {
    padding-bottom: 100px;
  }
  .mobile-pb-150 {
    padding-bottom: 150px;
  }
  .vs-tab-content {
    display: none !important;
  }
  .mobile-mw-50 {
    max-width: 50%;
  }
  .rPage,
  .rPage > .row {
    min-height: 0;
  }
  .machinesImages {
    background-image: url(img/circle.png);
  }
  .mobile-images-white-filter img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .production-tabs {
    display: none;
  }
  .production-tabls-mobile {
    display: block;
  }
  .mobile_h_34 {
    font-size: 34px !important;
  }
  .newsContent {
    padding-top: 100px;
  }
  .contentTableImage {
    width: 25%;
    margin-bottom: 0;
    float: left;
    align-self: center;
    /* -webkit-filter: brightness(0);
    filter: brightness(0); */
    height: auto;
  }
  .contentTableText {
    width: 75%;
    margin-bottom: 0;
    float: right;
    align-self: center;
  }
  .contentTableRow > div {
    display: flex;
    margin-bottom: 30px;
  }
  .contentTableImage > img {
    max-width: 100%;
    max-height: auto;
  }
  #footer {
    background: url(img/footer-mobile-2020.svg);
    background-position: top center;
    background-size: cover;
    position: relative;
  }
}
.contact-us-section {
  background: url(../assets/element/counterbg.svg);
  background-color: #090909;
  justify-content: center;
  min-height: 400px;
  /* margin-top: 50px; */
  position: relative;
  /* margin-bottom: 50px; */
  box-shadow: 0 10px 8px -7px rgba(0, 0, 0, 0.5);
}
.contact-us-section h2 {
  color: #ffb808;
  text-transform: uppercase;
  font-weight: bold;
}
.contact-us-section h2 span {
  display: block;
  text-transform: unset;
  font-size: 18px;
  color: #fff;
  opacity: 0.6;
  font-weight: normal;
  letter-spacing: 1px;
}
.contact-us-section .section-title {
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contact-us-section .section-title:before {
  height: 26px;
  width: 26px;
  background-color: #ffb808;
  content: "";
  position: absolute;
  bottom: 48px;
  right: -13px;
}
.contact-us-form {
  margin: 35px 25px;
}
.contact-us-form .form-group {
  margin-bottom: 30px;
}
.contact-us-form label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 0px;
}
.form-group {
  margin: auto;
}
.contact-us-form input,
.contact-us-form textarea {
  box-sizing: border-box;

  margin: 0px 0px 10px 0px;
  width: 100%;
  display: block;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #515151;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) calc(100% - 2px),
    #ffb808 calc(100% - 2px),
    #ffb808 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) calc(100% - 2px),
    #ffb808 calc(100% - 2px),
    #ffb808 100%
  );
  background-position: 0 0;
  background-size: 0px 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 18px;
  resize: none;
}

.contact-us-form input:focus,
.contact-us-form input:valid,
.contact-us-form textarea:focus,
.contact-us-form textarea:valid {
  box-shadow: none;
  outline: none;
  background-size: 100% 100%;
  border-bottom: solid 1px #cc0001;
}
.contact-us-form input::-webkit-input-placeholder,
.contact-us-form textarea::-webkit-input-placeholder {
  font-family: "roboto", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-us-form input:focus::-webkit-input-placeholder,
.contact-us-form input:valid::-webkit-input-placeholder,
.contact-us-form textarea:focus::-webkit-input-placeholder,
.contact-us-form textarea:valid::-webkit-input-placeholder {
  color: #1abc9c;
  font-size: 11px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  visibility: visible !important;
}
button.btn-send-message {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  float: left;
  font-size: 20px;
  font-weight: bold;
  text-transform: unset;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 25px;
  border: 0px;
  background-color: #ffb808;
  text-transform: uppercase;
}
/* DONE TILL HERE */

.content a {
  color: #ffb808;
  transition-duration: 0.2s;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.page-links {
  margin-top: 20px;
}
.page-links span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ffb808;
  color: #fff;
  text-align: center;
}
.page-links a span {
  background: #222;
  color: #fff;
  transition-duration: 0.2s;
}
.page-links a:hover span {
  transform: scale(1.1);
  opacity: 1;
}
.page-links a:hover {
  opacity: 1 !important;
}
.page-links a {
  color: #ffb808;
  transition-duration: 0.2s;
  text-decoration: none;
}
.content a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.rPage {
  width: 100%;
  min-height: 100vh;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
.rPage > .row {
  min-height: 100vh;
}
.rPage-lp .scrollDown {
  display: none !important;
}
.homeOne {
  background: url(../assets/mobile-backgrounds/pink-background.svg);
  background-position: top center;
  background-size: cover;
}
.homeTwo {
  background: url(../assets/mobile-backgrounds/orange-background.svg);
  background-position: top center;
  background-size: cover;
}
.homeThree {
  background: url(../assets/mobile-backgrounds/blue-background.svg);
  background-position: top center;
  background-size: cover;
}
.homeFour {
  background: url(../assets/mobile-backgrounds/purple-background.svg);
  background-position: top center;
  background-size: cover;
}
.homeFive {
  background: url(../assets/mobile-backgrounds/green-background.svg);
  background-position: top center;
  background-size: cover;
}
.pageOne {
  background: url(img/page1.svg);
  background-position: top center;
  background-size: cover;
}
.pageTwo {
  background: url(img/page4.svg);
  background-position: top center;
  background-size: cover;
}
.pageThree {
  background: url(img/page1.svg);
  background-position: top center;
  background-size: cover;
}
.pageFour {
  background: url(img/page4.svg);
  background-position: top center;
  background-size: cover;
}
#footer {
  background: linear-gradient(#101419, rgba(0, 0, 0, 0.37)),
    url(../assets/element/footer.svg);
  background-position: top center;
  background-size: cover;
  min-height: 330px;
  position: relative;
}

#menu {
  display: block;
  float: right;
}
#menu > ul {
  margin: 0;
  padding: 5px 0 0 0;
  margin-top: 17px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu > ul > li {
  display: block;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 10px;
  font-weight: 400;
  color: #fff;
  border-left: 1px solid #fff;
}
#menu > ul > li .enrichai-menu {
  font-size: 12px;
  line-height: 12px;
}
#menu > ul > li:first-child {
  border-left: none;
}
#menu > ul > li > a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 9px 10px 7px 10px;
  transition-duration: 0.2s;
}
#menu > ul > li > a:hover {
  opacity: 0.8;
  transition-duration: 0.2s;
}
.homeOne .text {
  margin-left: 50px;
  width: 40%;
  color: #fff;
  padding-top: 90px;
}
.homeOne span {
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 50px;
  display: block;
}
.homeTwo .text {
  margin-right: 50px;
  width: 35%;
  color: #fff;
  padding-top: 90px;
  margin-left: auto;
}
.homeTwo .text > span {
  font-size: 32px;
  line-height: 37px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 50px;
  display: block;
}
.image > img {
  max-width: 100%;
}
.homeOne .image {
  padding-top: 160px;
  margin-right: 50px;
  margin-left: auto;
  width: 40%;
}
.homeTwo .image {
  padding-top: 160px;
  margin-left: 50px;
  width: 40%;
}
.footer-logo {
  max-width: 190px;
}
.arrow-img {
  width: 50px;
  display: block;
  margin-right: 20px;
  float: left;
}
.arrow-link-back-holder {
  text-align: center;
}
.arrow-link-back {
  font-size: 14px;
  line-height: 18px;
  margin-top: 30px;
  display: inline-block;
}
.arrow-link-back > a {
  display: inline-block;
  text-decoration: none !important;
  color: #222;
  transition-duration: 0.2s;
  position: relative;
  font-weight: 700;
}
.arrow-link-back img {
  transition-duration: 0.2s;
  margin-top: -3px;
}
.arrow-link-back:hover img {
  margin-left: -5px;
  margin-right: 5px;
}
.arrow-link {
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
  font-weight: 700;
}
.arrow-link > a {
  display: inline-block;
  text-decoration: none !important;
  color: #fff;
  transition-duration: 0.2s;
  position: relative;
}
.arrow-link > a:hover {
  transition-duration: 0.2s;
}
.arrow-link-dark {
  font-size: 14px;
  line-height: 18px;
  margin-top: 30px;
}
.arrow-link-dark > a {
  display: inline-block;
  text-decoration: none !important;
  color: #222;
  transition-duration: 0.2s;
  position: relative;
  font-weight: 700;
}
.arrow-link-dark > a:hover {
  transition-duration: 0.2s;
}
.arrow-link-dark > a img {
  vertical-align: middle;
  display: inline-block;
  transition-duration: 0.2s;
  margin-top: -3px;
}
.arrow-link-dark > a:hover img {
  margin-right: -3px;
  margin-left: 3px;
  transition-duration: 0.2s;
}
#menu > ul > li > a.cta {
  background: #ffb808;
  border: none;
  margin-left: 10px;
  cursor: pointer;
  padding-right: 12px;
}
#menu > ul > li > a.cta img {
  height: 18px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}

.arrow-link-center {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.arrow-link-center > a {
  display: inline-block;
}
.arrow-link-center .arrow-img {
  display: inline-block;
  float: none;
  margin-top: -3px;
}
h1 {
  font-size: 56px;
  line-height: 84%;
  font-weight: 800;
  margin: 0;
  margin-bottom: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
h2 {
  font-size: 39px;
  line-height: 86%;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0;
  letter-spacing: -1px;
}
h3 {
  font-size: 21px;
  line-height: 127%;
  font-weight: 400;
  letter-spacing: -1px;
}
h4,
h5,
h6 {
  letter-spacing: -1px;
}
.r75 {
  width: 75%;
}
.r50 {
  width: 50%;
}
.r30 {
  width: 30%;
}
.homeThree .text {
  color: #fff;
  margin-left: 200px;
  width: 40%;
  padding-top: 60px;
}
.homeThree .image {
  margin-left: auto;
  margin-right: 150px;
  padding-top: 200px;
  width: 35%;
}
.homeFour .text {
  margin-left: auto;
  color: #fff;
  width: 35%;
  padding-top: 100px;
}
.homeFour .image {
  margin-left: 75px;
  padding-top: 100px;
  width: 35%;
}
.homeFive .text {
  margin-left: 200px;
  width: 40%;
  color: #fff;
  padding-top: 100px;
}
.homeFive .image {
  margin-right: 50px;
  width: 40%;
  margin-left: auto;
  color: #fff;
  padding-top: 70px;
}
.contentTable {
  display: inline-grid;
  grid-template-columns: 33% 33% 33%;
}
.contentTableImage > img {
  max-width: 100px;
  max-height: 100px;
}
.contentTableImage {
  text-align: center;
  height: 100px;
  margin-bottom: 20px;
}
.contentTableText {
  text-align: center;
  padding: 0 20px 0 20px;
  margin-bottom: 30px;
  font-size: 12px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.largeMenu {
  display: none;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  font-size: 14px;
  font-weight: 500;
}
#menu li:hover > div.largeMenu {
  display: block;
}
.relayrContainer {
  max-width: 1200px;
  margin: 0 auto;
}
.enrichai-menu-holder {
  display: none;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  font-size: 14px;
  font-weight: 500;
}
#menu li:hover > div.enrichai-menu-holder {
  display: block;
}
.enrichai-menu {
  background: #fff;
  padding: 40px 0 40px 0;
  margin-top: 30px;
}
#menu .enrichai-menu .enrichai-1st-level-menu {
  border-left: 1px solid #9e9e9e;
  height: 100%;
}
.enrichai-1st-level-menu a {
  color: #222;
  text-decoration: none;
  display: block;
  padding: 9px 10px 9px 12px;
  position: relative;
  transition-duration: 0.2s;
}
#menu .enrichai-menu li,
#menu .enrichai-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
#menu .enrichai-menu .enrichai-2nd-level-menu {
  display: none;
  border-left: 1px solid #9e9e9e;
  height: 100%;
}
#menu .enrichai-menu .enrichai-2nd-level-menu.show {
  display: block;
}
.enrichai-2nd-level-menu a {
  color: #a4a4a4;
  text-decoration: none;
  display: block;
  padding: 9px 10px 9px 12px;
  position: relative;
  transition-duration: 0.2s;
}
#menu .enrichai-menu a:hover,
.hoverItem {
  color: #d21e52 !important;
  transition-duration: 0.2s;
}
#menu .enrichai-menu a.hoverItem::before,
#menu .enrichai-menu a:hover::before {
  content: " ";
  display: block;
  position: absolute;
  left: -1px;
  top: 8px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid #d21e52;
  border-bottom: 7px solid transparent;
}
.enrichai-menu h2 {
  margin-bottom: 30px;
}
.largeMenuTitle {
  font-size: 46px;
  line-height: 1em;
  color: #d21e52;
  font-weight: 800;
  font-family: Montserrat, sans-serif;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(left, #ef425e 0, #ad0146 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ef425e),
    color-stop(100%, #ad0146)
  );
  background-image: -webkit-linear-gradient(left, #ef425e 0, #ad0146 100%);
  background-image: -o-linear-gradient(left, #ef425e 0, #ad0146 100%);
  background-image: -ms-linear-gradient(left, #ef425e 0, #ad0146 100%);
  background-image: linear-gradient(to right, #ef425e 0, #ad0146 100%);
}
.largeMenuContent {
  color: #222;
  display: flex;
  margin-top: 30px;
}
#menu .largeMenuContent a {
  color: #222;
  text-decoration: none;
  display: block;
  padding: 10px 0 10px 15px;
  position: relative;
  transition-duration: 0.2s;
}
#menu .largeMenuContent .mid a {
  color: #9e9e9e;
}
#menu .largeMenuContent a:hover,
.hoverItem {
  color: #d21e52 !important;
  transition-duration: 0.2s;
}
#menu .largeMenuContent .hoverItem::before,
#menu .largeMenuContent a:hover::before {
  content: " ";
  display: block;
  position: absolute;
  left: -1px;
  top: 7px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #d21e52;
  border-bottom: 10px solid transparent;
}
.largeMenuContent ul {
  display: block;
  width: 375px;
  padding: 0;
}
.largeMenuContent li {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}
.largeMenuSub {
  width: 350px;
}
.largeMenuCol {
  flex: 1;
  display: block;
  border-left: 1px solid #9e9e9e;
  max-width: 33%;
}
.largeMenuCol:last-child {
  border-left: none;
}
.tid {
  text-transform: none;
  text-align: center;
  display: none;
}
.tid:first-child {
  display: block;
}
.ttext {
  display: none;
  padding: 0 30px;
}
.ttext:first-child {
  display: block;
}
.tid img {
  max-width: 100%;
  vertical-align: top;
  max-height: 180px;
}
.lid {
  text-transform: none;
  padding: 20px;
  text-align: center;
  display: none;
}
.mid {
  display: none;
}
.mid.show {
  display: block;
}
.lidImgNew > img {
  max-width: 400px;
  margin-top: -90px;
  display: block;
}
.lidHasMenu {
  text-align: left;
  border-left: 2px solid #000;
  padding: 0;
  height: 100%;
}
.lidHasMenu > ul > li {
  text-transform: uppercase;
}
#menu .lidHasMenu a {
  color: #9e9e9e;
}
.mid > ul > li {
  text-transform: none;
}
.pageOne .image {
  padding-top: 160px;
  margin-left: 50px;
  width: 40%;
}
.pageOne .text {
  margin-right: 50px;
  width: 40%;
  color: #fff;
  padding-top: 90px;
  margin-left: auto;
}
.pageTwo .image {
  padding-top: 160px;
  margin-left: 100px;
  width: 700px;
}
.pageTwo .text {
  margin-right: 50px;
  width: 35%;
  color: #fff;
  padding-top: 90px;
  margin-left: auto;
}
.pageThree .image {
  padding-top: 90px;
  margin-left: 150px;
  width: 40%;
  color: #fff;
}
.eqList > div {
  display: table-row;
}
.eqList > div > div {
  display: table-cell;
  padding-top: 20px;
  font-size: 20px;
  vertical-align: middle;
}
.eqList img {
  vertical-align: middle;
  margin-right: 20px;
  width: 70px;
}
.pageThree .text {
  margin-right: 50px;
  width: 35%;
  color: #fff;
  padding-top: 90px;
  margin-left: auto;
}
.pageFour .text {
  margin-right: 50px;
  width: 30%;
  color: #fff;
  padding-top: 90px;
  margin-left: auto;
}
.pageFour .image {
  margin-left: 40px;
  width: 45%;
  color: #fff;
}
.formHolder {
  background: #fff;
  padding: 2px;
  -webkit-box-shadow: 10px 10px 30px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 30px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 30px -7px rgba(0, 0, 0, 0.75);
  display: inline-block;
}
.formHolder > span {
  font-size: 30px;
  line-height: 100%;
  font-weight: 800;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  color: #000;
}
.formRed > span {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(left, #ffc515 0, #d2252c 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ffc515),
    color-stop(100%, #d2252c)
  );
  background-image: -webkit-linear-gradient(left, #ffc515 0, #d2252c 100%);
  background-image: -o-linear-gradient(left, #ffc515 0, #d2252c 100%);
  background-image: -ms-linear-gradient(left, #ffc515 0, #d2252c 100%);
  background-image: linear-gradient(to right, #ffc515 0, #d2252c 100%);
}
.formBlue > span {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(left, #1e8ecf 0, #002f59 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #1e8ecf),
    color-stop(100%, #002f59)
  );
  background-image: -webkit-linear-gradient(left, #1e8ecf 0, #002f59 100%);
  background-image: -o-linear-gradient(left, #1e8ecf 0, #002f59 100%);
  background-image: -ms-linear-gradient(left, #1e8ecf 0, #002f59 100%);
  background-image: linear-gradient(to right, #1e8ecf 0, #002f59 100%);
}
.formGreen > span {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(left, #88c136 0, #015522 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #88c136),
    color-stop(100%, #015522)
  );
  background-image: -webkit-linear-gradient(left, #88c136 0, #015522 100%);
  background-image: -o-linear-gradient(left, #88c136 0, #015522 100%);
  background-image: -ms-linear-gradient(left, #88c136 0, #015522 100%);
  background-image: linear-gradient(to right, #88c136 0, #015522 100%);
}
.formHolder form > input[type="text"] {
  border: none;
  border-bottom: 2px solid #222;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  font-size: 14px;
}
.submit {
  color: #fff;
  display: block;
  margin: 35px auto 0 auto;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 25px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  background: #ffb808;
  background-size: 200% auto !important;
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;
  background-position: left center !important;
}
.submit:hover {
  background-position: right center !important;
}
.formRed .vcHubspotForm .hs-button.primary.large {
  background: #d2252c;
  background: -moz-linear-gradient(left, #ffc515 0, #d2252c 70%);
  background: -webkit-linear-gradient(left, #ffc515 0, #d2252c 70%);
  background: linear-gradient(to right, #ffc515 0, #d2252c 70%);
}
.formBlue .vcHubspotForm .hs-button.primary.large,
.lvl2vc_blueLeft .vcHubspotForm .hs-button.primary.large,
.lvl2vc_blueRight .vcHubspotForm .hs-button.primary.large {
  background: #002f59;
  background: -moz-linear-gradient(left, #1e8ecf 0, #002f59 70%);
  background: -webkit-linear-gradient(left, #1e8ecf 0, #002f59 70%);
  background: linear-gradient(to right, #1e8ecf 0, #002f59 70%);
}
.formGreen .vcHubspotForm .hs-button.primary.large {
  background: #015522;
  background: -moz-linear-gradient(left, #88c136 0, #015522 70%);
  background: -webkit-linear-gradient(left, #88c136 0, #015522 70%);
  background: linear-gradient(to right, #88c136 0, #015522 70%);
}
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
  outline: 0;
  font-family: Montserrat, sans-serif;
}
.machine {
  display: none;
}
.machineDescription {
  display: none;
}
.machine.show,
.machineDescription.show {
  display: block;
}
.machinesList {
  width: 40%;
  float: left;
}
.machineElements {
  margin-top: 10px;
}
.machineContent {
  width: 60%;
  float: right;
}
.machineContentInner {
  position: relative;
}
.machineContentInner > div {
  padding: 20px 0 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.machinesList a {
  display: block;
  color: #fff;
  font-weight: 400;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  position: relative;
}
.machinesList a::before {
  content: " ";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  bottom: -2px;
  background: #fff;
  border-radius: 2px;
  z-index: 3;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.machinesList a:hover::before {
  width: 100%;
}
.machinesList a.active {
  font-weight: 800;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(left, #ffc515 0, #d2252c 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ffc515),
    color-stop(100%, #d2252c)
  );
  background-image: -webkit-linear-gradient(left, #ffc515 0, #d2252c 100%);
  background-image: -o-linear-gradient(left, #ffc515 0, #d2252c 100%);
  background-image: -ms-linear-gradient(left, #ffc515 0, #d2252c 100%);
  background-image: linear-gradient(to right, #ffc515 0, #d2252c 100%);
}
.machinesList li,
.machinesList ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.production-tabs {
  margin-top: 10px;
  margin-bottom: 30px;
}
.production-tabs li,
.production-tabs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.production-tabs a {
  display: block;
  color: #fff;
  font-weight: 400;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  position: relative;
}
.production-tabs a::before {
  content: " ";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  right: 0;
  bottom: -2px;
  background: #fff;
  border-radius: 2px;
  z-index: 3;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.production-tabs a:hover::before {
  width: 100%;
}
.production-tabs a.active {
  font-weight: 800;
}
.productionElement {
  display: none;
}
.productionElement.active {
  display: block;
}
#slideHello {
  display: inline-block;
  padding-top: 15px;
  position: relative;
  height: 54px;
  width: 460px;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: -15px;
}
#slideHello > span {
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  line-height: 100%;
}
.machinesImages {
  background: url(img/circle.svg);
  background-size: contain;
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 700px;
}
#mirrorHello {
  display: none;
  height: 70px;
  width: 350px;
  line-height: 70px;
  vertical-align: middle;
  margin-top: -35px;
  margin-bottom: -15px;
}
.mirrorWrap {
  height: 70px;
  position: relative;
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}
.mirrorTop {
  height: 35px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.mirrorBottom {
  height: 35px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.mirrorTop > div {
  position: absolute;
  top: 35px;
  left: 0;
  height: 70px;
  width: 100%;
}
.mirrorBottom > div {
  position: absolute;
  bottom: 35px;
  left: 0;
  height: 70px;
  width: 100%;
}
.footerContent {
  padding: 100px 65px 70px 65px;
}
.footerText {
  margin-top: 30px;
  color: #fff;
}
.footerCol {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.footer-social-row {
  margin-bottom: 40px;
}
.fa-map-marker:before {
  color: #ffb808;
  /* text-emphasis-color: white; */
}
.fa-phone:before {
  color: #ffb808;
  /* text-emphasis-color: white; */
}
.copyright {
  color: slategray;
  text-align: center;
}
.footer-social-row a {
  color: #1e1d1d !important;
  background: #ffb808;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  margin-right: 5px;
  float: left;
  transition-duration: 0.2s;
}
.footer-social-row a:hover {
  transform: scale(1.1);
}
.footer-social-row a::after,
.footer-social-row a::before {
  display: none !important;
}
.scrollDown,
.scrollUp {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  transition-duration: 0.2s;
}
.scrollDown:hover,
.scrollUp:hover {
  opacity: 0.8;
}
a.scrollUp {
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  width: 35px;
}
a.scrollDown img {
  transition-duration: 0.2s;
}
a.scrollDown:hover img {
  margin-top: 3px;
  margin-bottom: -3px;
  padding-top: 3px;
  transition-duration: 0.2s;
}
a.scrollUp img {
  transition-duration: 0.2s;
}
a.scrollUp:hover img {
  margin-top: -3px;
  margin-bottom: 3px;
  transition-duration: 0.2s;
}
.arrow-link > a img {
  vertical-align: middle;
  display: inline-block;
  transition-duration: 0.2s;
  margin-top: -3px;
}
.arrow-link > a:hover img {
  margin-right: -3px;
  margin-left: 3px;
  transition-duration: 0.2s;
}
#menu a.tbcta {
  color: #ed1f2e;
}

.eaasList {
  margin: 40px 0 0 60px;
}
.eaasList > div {
  display: table-row;
}
.eaasList > div > div {
  display: table-cell;
  padding-bottom: 10px;
  font-size: 16px;
  vertical-align: middle;
}
.eaasList img {
  vertical-align: middle;
  margin-right: 10px;
}
.third-level {
  background-image: url(../assets/mobile-backgrounds/creme-pattern-background.svg) !important;
  background-size: cover;

  background-position: top center;
}
.third-level-fix {
  background: #fff;
}
.blackBackground {
  background-image: url(img/SVG/black-background.svg);
}
.contact-background {
  background-image: url(img/SVG/contact-background.svg);
}

.third-level #content {
  padding-top: 90px;
}
.third-level-rain {
  background-image: url(img/SVG/rain.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.red {
  color: #023e8a !important;
}
.blue {
  color: #023e8a !important;
}
.yellow {
  color: #ffb808 !important;
}
.lvl2vc_redRight .right .red {
  color: #fff !important;
}
.img-car {
  max-width: 100%;
}
.third-level h1 {
  margin-bottom: 30px;
}
.third-level h2 {
  margin-bottom: 30px;
}
.third-level h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
.third-level .entry-header h3 {
  font-weight: 400;
}
.third-level .entry-header h3 strong {
  font-weight: 700;
}
.third-level h4 {
  margin-top: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
.row-spacing {
  padding-top: 50px;
  padding-bottom: 50px;
}
.vh100 {
  min-height: 100vh;
}
.h100 {
  min-height: 100%;
}
quote {
  display: block;
  width: 85%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  position: relative;
}
.quote-start {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 18px;
  background: url(img/quote-start.png) no-repeat;
}
.quote-end {
  display: inline-block;
  margin-left: 5px;
  width: 20px;
  height: 18px;
  background: url(img/quote-end.png) no-repeat;
}
.quote-white {
  position: relative;
}
#menu .quote-white {
  color: #999;
}
.quote-start-white {
  display: block;
  position: absolute;
  top: -6px;
  left: -33px;
  width: 28px;
  height: 21px;
  background: url(img/quote-start-white.png) no-repeat;
}
.quote-end-white {
  display: inline-block;
  margin-left: 5px;
  width: 28px;
  height: 21px;
  background: url(img/quote-end-white.png) no-repeat;
  margin-bottom: -10px;
}
.quote-start-red {
  display: block;
  position: absolute;
  top: -4px;
  left: -23px;
  width: 22px;
  height: 21px;
  background: url(img/quote-start.png) no-repeat;
}
.quote-end-red {
  display: inline-block;
  margin-left: 5px;
  width: 28px;
  height: 21px;
  background: url(img/quote-end.png) no-repeat;
  margin-bottom: -13px;
}
.quoteDescription {
  margin-top: 20px;
  font-size: 18px;
  text-align: right;
}
.third-level .newsContent ul {
  padding: 0 0 0 10px;
  list-style: none;
}
.third-level .newsContent li {
  display: block;
  position: relative;
  margin-bottom: 35px;
}
.imgli {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  /* top: -0.5rem;
  left: -2.9rem; */
}
.third-level .newsContent li::before {
  content: " ";
  background: #2786f7;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.55em;
  left: -10px;
}

.third-level .newsContent .tabs li::before {
  content: "";
  background: #2786f7;
  display: none !important;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.55em;
  left: -10px;
}
.center {
  text-align: center;
}
.bigger {
  font-size: 16px;
}
.mb20 {
  margin-bottom: 20px;
}
.third-level .formHolder > span {
  color: #eb1c29;
}
.third-level .submit {
  background: #eb1c29;
}
#footer h3 {
  font-size: 36px;
  padding: 0;
  margin: 0;
  line-height: 1em;
  color: #ffb808;
  font-weight: 800;
  font-family: Montserrat, sans-serif;
  padding-bottom: 10px;
}
.footerColumns ul {
  list-style: none;
  padding: 0;
}
.footerColumns li {
  margin-bottom: 5px;
}
#footer {
  font-size: 14px;
}
.footerText a {
  color: #ccc;
  text-decoration: none;
  transition-duration: 0.2s;
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
}
.footerText a::before {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #777;
  position: absolute;
  left: 0;
  bottom: 1px;
  right: 0;
}
.footerText a::after {
  content: " ";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background: #ffb808;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.footerText a:hover::after {
  width: 100%;
}
.footerText a:hover {
  color: #fff;
}
.footerContact {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #424242;
}
.column3 {
  border-left: none !important;
}
#menu > ul > li.ctaHolder {
  border: none;
}
#menu > ul > li.languageSwitcher {
  position: relative;
  border-left: none;
}
#menu > ul > li.languageSwitcher ul a {
  color: #fff;
  text-decoration: none;
  transition-duration: 0.2s;
  display: block;
  position: relative;
  height: 100%;
}
#menu > ul > li.languageSwitcher ul a:hover {
  color: #d21e52;
}
#menu li.languageSwitcher li {
  position: relative;
}
#menu li.languageSwitcher li.active > a::before {
  content: "\f058";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  left: -18px;
  top: -1px;
  color: #d21e52;
  font-weight: 900;
}
#menu > ul > li.languageSwitcher ul {
  display: none;
  position: absolute;
  top: 28px;
  right: 0;
  list-style: none;
  padding: 20px 0 0 0;
  color: #fff;
}
#menu > ul > li.languageSwitcher:hover ul {
  display: block;
}
#menu > ul > li.languageSwitcher ul > li {
  display: block;
  background: #222;
  padding: 7px 20px 7px 20px;
  position: relative;
}
#menu > ul > li.languageSwitcher ul > li:first-child {
  padding-top: 20px;
}
#menu > ul > li.languageSwitcher ul > li:last-child {
  padding-bottom: 17px;
}
#menu > ul > li.languageSwitcher ul > li:hover > a::before {
  content: " ";
  display: block;
  position: absolute;
  left: -20px;
  top: -6px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #d21e52;
  border-bottom: 10px solid transparent;
}
.aluvationScreen {
  background: url(img/aluvation-screen.png) right bottom no-repeat;
  background-size: contain;
}
a.yt {
  display: inline-block;
  width: 462px;
  height: 259px;
}
a.yt iframe {
  width: 100%;
  height: 100%;
}

a.yt img {
  max-width: 100%;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.classwhite {
  color: #fff;
}
.homeOne .right img {
  max-width: 100%;
}
.homeTwo .left img {
  max-width: 100%;
}
.homeThree .right img {
  max-width: 100%;
}
.homeFour .left img {
  max-width: 100%;
}
.homeOne .left > div {
  padding: 180px 30px 90px 30px;
}
.homeOne .right > div {
  padding: 160px 30px 20px 30px;
  text-align: center;
}
.homeTwo .left > div {
  padding: 140px 30px 20px 30px;
  text-align: center;
}
.homeTwo .right > div {
  padding: 180px 30px 90px 30px;
}
.homeThree .left > div {
  padding: 180px 30px 90px 30px;
}
.homeThree .right > div {
  padding: 140px 30px 20px 30px;
  text-align: center;
}
.homeFour .left > div {
  padding: 80px 30px 20px 30px;
  text-align: center;
}
.homeFour .right > div {
  padding: 140px 30px 90px 30px;
}
.homeFive .left > div {
  padding: 180px 30px 90px 30px;
}
.homeFive .right > div {
  padding: 140px 30px 20px 30px;
  text-align: center;
}
.h1wrap {
  width: 100%;
  height: auto;
}
body.archive {
  background: url(img/bcg.svg);
  background-size: cover;
  background-position: top center;
}
.newsHeader {
  padding-top: 150px;
  padding-bottom: 50px;
}
.strong {
  font-weight: 700 !important;
}
.upper {
  text-transform: uppercase;
}
.newsEntry {
  padding-bottom: 50px;
}
.newsEntry h2 a {
  color: #222;
  text-decoration: none;
  display: block;
  position: relative;
}
.newsEntry > div h2 a:hover {
  text-decoration: none;
}
.newsEntry > div h2 a::before {
  display: block;
  position: absolute;
  left: -40px;
  content: " ";
  width: 20px;
  height: 20px;
  background: url(img/SVG/news.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: calc(50% - 10px);
  transition-duration: 0.2s;
}
.newsEntry > div:hover h2 a::before {
  left: -30px;
}
@media screen and (max-width: 767px) {
  .newsEntry > div h2 a::before {
    display: none;
  }
}
.archiveLink,
.archiveLink:hover {
  color: #222;
  text-decoration: none;
}
.newsEntry > div h2 span.red {
  display: inline-block;
  transition-duration: 0.2s;
  padding-left: 0;
  padding-right: 10px;
}
.newsEntry > div:hover span.red {
  padding-left: 10px;
  padding-right: 0;
}
.newsEntry > div span.redSpecialchar {
  background: linear-gradient(
    to bottom,
    #222 0,
    #222 61%,
    #ffb808 62%,
    #ffb808 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition-duration: 0.2s;
  display: inline-block;
}
.newsEntry > div:hover span.redSpecialchar {
  padding-left: 10px;
}
.third-level span.redSpecialchar {
  background: linear-gradient(
    to bottom,
    #222 0,
    #222 61%,
    #ffb808 62%,
    #ffb808 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition-duration: 0.2s;
  display: inline-block;
}
.third-level h1.h2 {
  font-size: 39px;
  line-height: 34px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}
.newsContent {
  padding-top: 150px;
  padding-bottom: 50px;
}
.otherPosts {
  padding-top: 45px;
  padding-bottom: 75px;
}
.otherPostsLink {
  font-size: 14px;
  line-height: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #222;
  text-decoration: none;
  display: block;
}
.otherPostsLink:hover {
  color: #222;
  text-decoration: none;
}
.otherPostsLink img {
  display: inline-block;
  margin-bottom: 10px;
}
.otherPostsPrev img {
  margin-right: 0;
  transition-duration: 0.2s;
}
.otherPostsPrev:hover img {
  margin-right: 10px;
}
.otherPostsNext img {
  margin-left: 0;
  transition-duration: 0.2s;
}
.otherPostsNext:hover img {
  margin-left: 10px;
}
.content h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.nowrap {
  white-space: nowrap;
}
.pagination {
  padding-bottom: 50px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.pagination a > img {
  display: inline-block;
  transition-duration: 0.2s;
}
.page-numbers-container {
  display: inline-block;
  vertical-align: middle;
}
.nav-a {
  display: inline-block;
  position: relative;
  background: #222;
  border-radius: 50%;
  color: #fff;
  width: 32px;
  height: 32px;
  margin: 0 5px;
  line-height: 32px;
  transition-duration: 0.2s;
  transform-origin: bottom center;
}
.pagination .active {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  color: #fff;
  width: 32px;
  height: 32px;
  margin: 0 5px;
  line-height: 32px;
  transition-duration: 0.2s;
  background: #ffb808;
}
.pagination .dotsRoot {
  display: inline-block;
  position: relative;
  color: #222;
  width: 32px;
  height: 32px;
  margin: 0 5px;
  line-height: 32px;
}
.nav-a:hover {
  transform: scale(1.2);
}
.nav-a a {
  width: 32px;
  height: 32px;
  display: block;
  color: #fff;
}
.nav-a a:hover {
  color: #fff;
  text-decoration: none;
}
.pagination .prev {
  display: inline-block;
  margin-right: 5px;
  width: 34px;
}
.pagination .next {
  display: inline-block;
  margin-left: 5px;
  width: 34px;
}
.pagination .next:hover img {
  margin-left: 10px;
  margin-right: -10px;
}
.pagination .prev:hover img {
  margin-right: 10px;
  margin-left: -10px;
}
.print {
  display: inline-block;
  margin: 0 10px 50px 0;
  transition-duration: 0.2s;
}
.print:hover {
  transform: scale(1.1);
}
.print > img,
.share > img {
  width: 70px;
}
.share {
  display: inline-block;
  margin: 0 10px 50px 10px;
  transition-duration: 0.2s;
  cursor: pointer;
  position: relative;
}
.share .shareButtons {
  opacity: 0;
  font-size: 18px;
  position: absolute;
  width: 70px;
  top: 0;
  left: 0;
  text-align: center;
  background: #ffb808;
  height: 70px;
  border-radius: 50%;
  transition: opacity 0.2s linear, transform 0.2s ease-in-out;
}
.share:hover .shareButtons {
  opacity: 1;
  transition: opacity 0.2s linear, transform 0.2s ease-in-out;
}
.shareButtons {
  padding-top: 8px;
}
.shareButtons a {
  text-align: center !important;
  color: #fff;
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 1em;
  border-radius: 50%;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}
.shareButtons a i {
  vertical-align: middle;
}
.shareButtons a:hover {
  transform: scale(1.5);
  text-shadow: 1px 1px 0 #222;
}
.breadcrumbs {
  display: block;
  margin-bottom: 30px;
  font-size: 10px;
  text-transform: uppercase;
}
.vcBreadcrumbs {
  margin-bottom: 10px;
}
.vcBreadcrumbs a {
  color: #023e8a;
  transition-duration: 0.2s;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.vcHubspotForm .hs-button.primary.large {
  background: #eb1c29;
  color: #fff;
  display: block;
  margin: 35px auto 0 auto;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 25px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  background-size: 200% auto !important;
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;
  background-position: left center !important;
  text-transform: uppercase;
}
.vcHubspotForm .hs-button.primary.large:hover {
  background-position: right center !important;
}
.vcHubspotForm legend {
  font-size: 0.75em;
}
.vcHubspotForm legend.hs-field-desc {
  font-size: 0.75em;
  color: #212529;
}
.vcHubspotForm label {
  text-transform: uppercase;
}
.vcHubspotForm .hs-form-required {
  color: #ffb808;
}
.vcHubspotForm .hs-input[type="email"],
.vcHubspotForm .hs-input[type="tel"],
.vcHubspotForm .hs-input[type="text"] {
  border: none;
  border-bottom: 2px solid #222;
  padding: 0;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  font-size: 14px;
}
.vcHubspotForm .hs-input[type="email"]:focus,
.vcHubspotForm .hs-input[type="tel"]:focus,
.vcHubspotForm .hs-input[type="text"]:focus {
  border-bottom: 2px solid #ffb808;
}
.vcHubspotForm div.field {
  position: relative;
}
.vcHubspotForm div.field label {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  color: #212529;
}
.vcHubspotForm select {
  margin-bottom: 15px;
  display: block;
  width: 100%;
}
.vcHubspotForm ul.hs-error-msgs {
  padding-left: 0;
  margin-top: -15px;
}
.vcHubspotForm ul.hs-error-msgs li {
  font-size: 12px;
  color: #ffb808 !important;
  list-style: none;
}
.vcHubspotForm ul.hs-error-msgs li label {
  font-size: 12px;
  color: #ffb808 !important;
  list-style: none;
}
.vcHubspotForm ul.hs-error-msgs li::before {
  display: none;
}
.vcHubspotForm .hs_error_rollup ul.hs-error-msgs {
  margin-top: 0;
}
.vcHubspotForm .inputs-list {
  list-style: none;
  padding-left: 0;
}
.scrollUpRedHolder {
  text-align: center;
  padding: 50px 0;
}
.scrollUpRed {
  position: relative;
  display: inline-block;
  bottom: auto;
  left: auto;
  right: auto;
}
.redLeft {
  background: url(img/SVG/redleft.svg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.redRight {
  background: url(img/SVG/redright.svg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.blueLeft {
  background: url(img/SVG/blue-left.svg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.blueRight {
  background: url(img/SVG/blue-right.svg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.blueRightStripe {
  background: url(img/SVG/blue-right-stripe.svg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.blueLeftStripe {
  background: url(img/SVG/blue-left-stripe.svg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.secondLevel .left > div,
.secondLevel .right > div {
  padding: 150px 35px 60px 35px;
}
.bodPersonHolder {
  position: relative;
}
.bodPersonHolderHidden {
  transform: scale(0);
  transition-duration: 0.5s;
  transform-origin: center right;
}
.bodPersonHolderShow {
  transform: scale(1);
  transition-duration: 0.5s;
  transform-origin: center right;
}
.bod {
  height: 100%;
  padding: 0 0 25px 0;
  box-sizing: content-box;
  display: block;
}
.bodPersonInfo {
  display: block;
  text-align: left;
  padding: 10px;
}
.bodPersonInfoImg {
  float: right;
  margin: 0 0 10px 10px;
  width: 200px;
}
.bodPersonInfoClose {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 2em;
  z-index: 51;
}
.bodPersonInfoClose:hover {
  color: #fff;
}
.bodPersonDescriptions {
  position: relative;
}
.bodPerson {
  text-align: center;
  box-sizing: content-box;
  height: 100%;
  position: relative;
}
.bodPersonName {
  font-size: 10px;
  line-height: 14px;
}
.personFullDescritpion {
  display: none;
  margin-left: auto;
  position: relative;
}
.bodPersonSocial a {
  display: inline-block;
  background: #fff;
  color: #000;
  transition-duration: 0.2s;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 15px;
  line-height: 20px;
  padding: 5px;
  margin: 5px 0;
  box-sizing: content-box;
}
.bodPersonSocial a:hover {
  transform: scale(1.2);
}
.bodPersonMoreInfo {
  display: block;
  transition-duration: 0.2s;
}
.bodPersonMoreInfo:hover {
  transform: scale(1.1);
}
.personFullDescritpion .bodPersonMoreInfo:hover {
  transform: scale(1);
}
.bodPersonHolder {
  padding-top: 0 !important;
  margin-top: 50px;
}
.bodPersonSpacer {
  height: 100px;
  width: 100%;
}
.our-team-block {
  padding-top: 150px;
}
.bodPersonImage img {
  width: 100px;
}
.personFullDescritpion .bodPersonImage img {
  width: 200px;
}
.bodPersonImage {
  margin-bottom: 10px;
}
.aboutCompany {
  padding: 50px 0;
}
.aboutCompanyLogo {
  margin-bottom: 40px;
}
.aboutCompanyDescription {
  margin-bottom: 20px;
}
.aboutCompanyFooter {
  color: #ffb808;
}
.orangeLeft {
  background: url(img/page4.svg);
  background-position: top center;
  background-size: cover;
}
.orangeRight {
  background: url(img/page1.svg);
  background-position: top center;
  background-size: cover;
}
.orangeLeftStripe {
  background: url(img/SVG/orange-left-stripe.svg);
  background-position: top center;
  background-size: cover;
}
.orange2Left {
  background: url(img/orange2left.svg);
  background-position: top center;
  background-size: cover;
}
.orange2Right {
  background: url(img/orange2right.svg);
  background-position: top center;
  background-size: cover;
}
.blueLeft {
  background: url(img/blue-background.svg);
  background-position: top center;
  background-size: cover;
}
.greenLeft {
  background: url(img/SVG/green-background-clear.svg);
  background-position: top center;
  background-size: cover;
}
.greenLeftStripe {
  background: url(img/SVG/green-left-stripe.svg);
  background-position: top center;
  background-size: cover;
}
.violetLeft {
  background: url(img/SVG/violet-left.svg);
  background-position: top center;
  background-size: cover;
}
.violetLeft2 {
  background: url(img/SVG/violet-left2.svg);
  background-position: top center;
  background-size: cover;
}
.violetRight {
  background: url(img/SVG/violet-right.svg);
  background-position: top center;
  background-size: cover;
}
.violetRight2 {
  background: url(img/SVG/violet-right2.svg);
  background-position: top center;
  background-size: cover;
}
.violetRightStripes {
  background: url(img/SVG/violet-right-stripes.svg);
  background-position: top center;
  background-size: cover;
}
.greenLeftStripes {
  background: url(img/SVG/green-left-stripes.svg);
  background-position: top center;
  background-size: cover;
}
.greenRight {
  background: url(img/SVG/green-right.svg);
  background-position: top center;
  background-size: cover;
}
.redLeftStripes {
  background: url(img/SVG/red-left-stripes.svg);
  background-position: top center;
  background-size: cover;
}
.blackStripes {
  background: url(img/SVG/black-stripes.svg);
  background-position: top center;
  background-size: cover;
}
.whiteText {
  color: #fff;
}
.black404 {
  background: #000;
  text-align: center;
  color: #fff;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.black404 > div {
  min-height: 100vh;
  padding: 50px;
  background: url(img/SVG/black.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.black404 h1 {
  font-size: 160px;
  margin-bottom: 75px;
}
.black404text {
  font-size: 20px;
  display: block;
  margin-bottom: 100px;
}
.black404 .arrow-link > a {
  color: #ffb808;
  font-weight: 700;
}
#BambooHR-ATS a {
  color: #ffb808;
  text-decoration: none;
  transition-duration: 0.2s;
}
#BambooHR-ATS a:hover {
  color: #ffb808;
  opacity: 0.8;
  text-decoration: none;
}
.tabLink {
  display: block;
  color: #fff;
  margin: 5px 0;
}
.tabLink:hover {
  color: #fff;
  text-decoration: none;
}
.tabLink.active {
  font-weight: 700;
}
.tabLink img {
  margin-right: 10px;
  display: inline-block;
  height: 35px;
  transition-duration: 0.2s;
}
.tabLink:hover img {
  transform: scale(1.2);
}
.tabtext {
  display: none;
  margin-top: 5px;
}
.tabtext.active {
  display: block;
}
.tabtextHolder {
  position: relative;
}
.google_map_holder {
  width: 100%;
  height: 500px;
  margin-top: 90px;
  margin-bottom: 100px;
  overflow: hidden;
}
.google_map_holder iframe {
  border: none;
}
fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
fieldset.form-columns-1 input[type="radio"] {
  width: auto !important;
  margin-right: 5px;
}
fieldset.form-columns-1 input[type="checkbox"] {
  width: auto !important;
  margin-right: 5px;
}
.hbspt-form ul {
  padding: 0 !important;
  list-style: none;
}
.hbspt-form li::before {
  display: none !important;
}
.hbspt-form li {
  margin-bottom: 5px !important;
}
.hbspt-form,
.vcHubspotForm p {
  color: #212529;
}
.use-case-row {
  padding: 50px 0;
}
.use-cese-description {
  margin-bottom: 20px;
}
.button {
  background: #ffb808;
  border: none;
  cursor: pointer;
  padding-right: 12px;
  transition-duration: 0.2s;
  display: inline-block;
  color: #fff !important;
  padding: 9px 10px 7px 10px;
  font-size: 16px;
  line-height: 16px;
}
.button:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none !important;
}
.w100 {
  min-width: 100%;
}
.use-case-form {
  display: none;
}
.use-case-form-description {
  display: flex;
  height: 100%;
  padding-top: 60px;
}
.use-case-form-hide-button {
  display: block;
  margin-bottom: 20px;
  transition-duration: 0.2s;
}
.use-case-form-hide-button:hover {
  margin-top: -5px;
  margin-bottom: 25px;
}
.use-case-form-hide-button > img {
  height: 42px;
}
.read_more_page_spacer {
  display: inline-block;
  padding: 0 10px;
}
.about-gartenr-logo {
  margin-top: 30px;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.text-black {
  color: #222;
}
.tabsHolder {
  margin-top: 50px;
}
.kickstarter-feature-image {
  height: 130px;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
.kickstarter-feature-image img {
  max-height: 130px;
  max-width: 100%;
}
.kickstarter-feature-title {
  margin-bottom: 20px;
  text-align: center;
}
.kickstarter-feature-title h4 {
  margin-bottom: 0;
}
.kickstarter-feature-description {
  text-align: center;
}
.enrichai-post-content img {
  max-width: 100%;
  height: auto;
}
.enrichai-post-content img.aligncenter {
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.enrichai-post-content img.alignleft {
  margin-bottom: 20px;
  margin-top: 20px;
  margin-right: 20px;
  display: block;
  float: left;
}
.enrichai-post-content img.alignright {
  margin-bottom: 20px;
  margin-top: 20px;
  margin-right: 20px;
  display: block;
  float: right;
}
.spaceshipHolder {
  position: relative;
}
.spaceship {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 40.6666666666667%;
  background-image: url(img/Final.ROCKET.10.08.18.ns.png);
  background-size: 65%;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: right top;
}
.can {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 70%;
  background-image: url(img/can.png);
  background-size: 46%;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: right center;
}
.helmet {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 70%;
  background-image: url(img/helmet.png);
  background-size: 46%;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: right center;
}
.sensor {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 35%;
  background-image: url(img/sensor.png);
  background-size: 44%;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: right center;
}
.cloud {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 70%;
  background-image: url(img/cloud.png);
  background-size: 51%;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: right center;
}
.spaceshipDescription {
  z-index: 2;
}
.imgHolder_h_180 {
  height: 180px;
}
.imgHolder_h_180 img {
  max-height: 180px;
  align-self: center;
}
.history-left-side {
  text-align: right;
}
.history-right-side {
  text-align: left;
}
.history-left-side .history-container {
  margin-right: -2px;
}
.history-container {
  padding-top: 35px;
}
.history-date {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 80%;
}
.history-text {
  font-size: 12px;
  line-height: 16px;
  padding-left: 10px;
  padding-right: 10px;
}
.history-line-holder {
  position: relative;
}
.history-line {
  position: absolute;
  top: -3px;
  bottom: 3px;
  left: 50%;
  width: 2px;
  background: #de1a26;
}
.contact-map {
  padding-top: 120px;
}
.contact-map img {
  max-height: 450px;
}
.vs-header-link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: block;
  float: left;
  margin-bottom: 6px;
  margin-top: 6px;
  clear: both;
}
.vs-header-link:hover {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.vs-header-link img {
  margin-right: 10px;
  transition-duration: 0.2s;
  width: 45px;
}
.vs-header-link:hover img {
  transform: scale(1.1);
}
.vs-tab-link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: block;
  padding-bottom: 6px;
  padding-top: 6px;
  clear: both;
  position: relative;
  cursor: pointer;
}
.vs-tab-link .vs-tab-link-icon img {
  width: 45px;
  transition-duration: 0.2s;
  margin-left: 10px;
}
.vs-tab-link:hover .vs-tab-link-icon img {
  transform: scale(1.1);
}
.vs-tab-link:hover .vs-tab-link-anchor {
  font-weight: 700;
}
.vs-tab-content {
  display: none;
  position: absolute;
  top: -50%;
  width: 350px;
  left: 100%;
  padding: 0 0 0 20px;
  cursor: default;
  font-size: 14px;
  line-height: 20px;
}
.h_90_71 {
  font-size: 90px;
  line-height: 80%;
}
.h_84_69 {
  font-size: 84px;
  line-height: 80%;
}
.h_75_60 {
  font-size: 75px;
  line-height: 80%;
}
.h_63_52 {
  font-size: 63px;
  line-height: 80%;
}
.h_59_56 {
  font-size: 59px;
  line-height: 80%;
}
.h_56_48 {
  font-size: 56px;
  line-height: 80%;
}
.h_53_44 {
  font-size: 53px;
  line-height: 80%;
}
.h_27_18 {
  font-size: 27px;
  line-height: 80%;
}
.f_15_25 {
  font-size: 14px !important;
  line-height: 24px !important;
}
.f_12_18 {
  font-size: 12px !important;
  line-height: 18px !important;
}
.hasDashes {
  line-height: 100% !important;
}
.menu-quote-person {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.no-padding {
  padding: 0;
}
.partner-button {
  cursor: pointer;
  transition-duration: 0.2s;
}
.partner-button:hover {
  transform: scale(1.1);
}
.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body.weUseFitty .fitty {
  display: inline-block;
  white-space: nowrap;
}
.ba-slider {
  position: relative;
}
.ba-slider img {
  width: 100%;
  display: block;
}
.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5%;
  overflow: hidden;
}
.handle {
  position: absolute;
  left: 5%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: red;
  cursor: ew-resize;
}
.handle:after {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -18px;
  content: "\f337";
  font-family: "FontAwesome";
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 42px;
  background: #ffb808;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.draggable:after {
  transform: scale(0.8);
}
.welcome-header {
  white-space: nowrap;
  overflow: visible;
}
.breadcrumbs a {
  border-right: 1px solid #212529;
  padding-right: 7px;
  margin-right: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.secondLevel .breadcrumbs {
  margin-bottom: 10px;
}
.secondLevel .breadcrumbs a {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 7px;
  margin-right: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#gdpr-relayr {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  left: 10px;
  background: #000;
  color: #fff;
  z-index: 99999;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
}
#gdpr-enrichai-wrap {
  padding: 30px 40px;
  position: relative;
}
#gdpr-enrichai-wrap > span {
  display: block;
  margin-bottom: 20px;
}
#gdpr-enrichai-pp {
  color: #ffb808;
}
#gdpr-enrichai-accept {
  margin-right: 20px;
  color: #ffb808;
  font-weight: 700;
}
.gdpr-cross {
  position: absolute;
  background-image: url(img/SVG/cookie-cross.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
}
.gdpr-cross-tl {
  top: 10px;
  left: 10px;
}
.gdpr-cross-tr {
  top: 10px;
  right: 10px;
}
.gdpr-cross-bl {
  bottom: 10px;
  left: 10px;
}
.gdpr-cross-br {
  bottom: 10px;
  right: 10px;
}
.secondLevel .vc_row {
  margin-right: 0;
  margin-left: 0;
}
.secondLevel .vc_column_container > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}
.lvl2vc {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.lvl2vc_redLeft {
  background-image: url(img/SVG/lvl2vcRedLeft.svg);
}
.lvl2vc_redRight {
  background-image: url(img/SVG/redright.svg);
}
.lvl2vc_redhmRight {
  background-image: url(img/redhm_2.png);
}
.lvl2vc_greenLeft {
  background-image: url(img/SVG/green-background-clear.svg);
}
.lvl2vc_greenRight {
  background-image: url(img/SVG/green-right.svg);
}
.lvl2vc_orangeLeft {
  background-image: url(img/page4.svg);
}
.lvl2vc_orangeRight {
  background-image: url(img/page1.svg);
}
.lvl2vc_blackfooter {
  background-image: url(img/blackfooter.svg);
}
.lvl2vc_orange2Left {
  background-image: url(img/orange2left.svg);
}
.lvl2vc_orange2Right {
  background-image: url(img/orange2right.svg);
}
.lvl2vc_blueLeft {
  background-image: url(img/blue-background.svg);
}
.lvl2vc_blueRight {
  background-image: url(img/SVG/blue-right.svg);
}
.lvl2vc_purpleLeft {
  background-image: url(img/SVG/violet-left2.svg);
}
.lvl2vc_purpleRight {
  background-image: url(img/SVG/violet-right2.svg);
}
.arrow-link-lp {
  font-size: 21px;
  font-weight: 500;
}
.arrow-link-lp img {
  width: 30px;
}
#lp-hs {
  display: none;
}
.lp-hs-wrap {
  display: inline-block;
  text-align: left;
}
.relayr_modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
}
.relayr_modal_close {
  color: #fff;
  font-size: 30px;
  transition: 0.2s opacity;
  opacity: 1;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: -25px;
  right: -25px;
}
.relayr_modal_close:hover {
  opacity: 0.8;
}
table.terms td {
  vertical-align: top;
}
body.page-id-22951 h2 .red {
  color: #fff !important;
}
.whitepaper-icon-19cd9f89ec3b189ce13b617cf7e5501c {
  max-height: 240px;
}

@media screen and (max-width: 1023px) {
  #menu {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (min-width: 1600px) {
  .welcome-header {
    transform: scale(1.2);
    transform-origin: bottom left;
  }
}
@media screen and (min-width: 1900px) {
  .welcome-header {
    transform: scale(1.4);
    transform-origin: bottom left;
  }
}
.animated-cog {
  position: relative;
  display: inline-block;
  line-height: 0;
  overflow: hidden;
}
.animated-cog > * {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  visibility: hidden;
  border: 0;
  width: 100%;
  height: auto;
}
.animated-cog > .poster {
  position: static;
  visibility: visible;
}
.animated-cog[data-spritesize] > * {
  position: relative;
}
.lvl2vc_blueLeft .red,
.lvl2vc_blueRight .red {
  color: #fff !important;
}
.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
}
.blog-tags {
  margin-top: 50px;
  text-align: center;
}
.blog-tags a {
  display: inline-block;
  margin: 0 10px;
  padding: 0 5px;
  height: 40px;
  vertical-align: middle;
  color: #eb1c29;
  text-decoration: none;
  transition: transform 0.2s;
}
.blog-tags a:hover {
  transform: scale(1.25);
  transform-origin: center center;
}
.blog-categories {
  margin-top: 30px;
}
.blog-categories .button {
  margin-right: 15px;
}
.button.taxonomy-inactive {
  background: 0 0;
  color: #ffb808 !important;
  box-shadow: 0 0 0 1px #ffb808 inset;
}
.button.taxonomy-inactive:hover {
  background: #ffb808;
  color: #fff !important;
  box-shadow: 0 0 0 1px #ffb808 inset;
}
body.archive.post-type-archive-josef-brunner-blog,
body.single-josef-brunner-blog .third-level {
  background: #222;
  background-image: none;
}
.josef-blog-rain,
body.single-josef-brunner-blog .third-level-rain {
  background-image: url(img/rain-black.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
.josef-blog,
.josef-blog .archiveLink,
.josef-blog .archiveLink:hover,
.josef-blog .newsEntry h2 a,
body.single-josef-brunner-blog .third-level {
  color: #fff;
}
.josef-blog-thumbnail {
  padding-top: 26px;
}
body.single-josef-brunner-blog .otherPostsLink {
  color: #fff;
}
.josef-blog .breadcrumbs a,
body.single-josef-brunner-blog .breadcrumbs a {
  border-color: #fafafa;
}
.sidebar {
  position: relative;
}
.sidebar-josef {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.josef-blog-newsletter-wrap {
  margin-top: 35px;
  background: #c52328;
  padding: 3px;
  max-width: 200px;
}
.josef-blog-newsletter-wrap-archive {
  margin-top: -50px;
  margin-bottom: 50px;
}
.josef-blog-newsletter {
  text-align: left;
  background: url(img/rain-red.svg) no-repeat;
  background-size: cover;
  padding: 24px 10px;
}
.josef-blog-newsletter h2 {
  margin: 0;
}
.josef-blog-newsletter .hs-input {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  outline: 0;
}
.josef-blog-newsletter label {
  margin-bottom: 5px;
  margin-top: 10px;
  color: #fff;
  text-transform: uppercase;
}
.josef-blog-newsletter legend {
  display: none !important;
}
.josef-blog-newsletter input {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  padding: 5px !important;
}
.josef-blog-newsletter .hs-button.primary.large {
  background: #000;
  width: 100%;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  margin-top: 15px;
}
.josef-blog-newsletter ul {
  margin-bottom: 0;
}
.josef-blog-newsletter .hbspt-form,
.josef-blog-newsletter .vcHubspotForm p {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .josef-blog-thumbnail {
    text-align: center;
  }
  .josef-blog-newsletter-wrap.josef-blog-newsletter-wrap-archive {
    margin-top: 10px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
.yt-large a.yt,
body.page-id-23724 a.yt,
body.page-id-23925 a.yt,
body.page-id-24405 a.yt {
  width: 100%;
  height: auto;
}
.yt-large a.yt img,
body.page-id-23724 a.yt img,
body.page-id-23925 a.yt img,
body.page-id-24405 a.yt img {
  width: 100%;
}
.yt-large a.yt,
body.page-id-23724 a.yt,
body.page-id-23925 a.yt,
body.page-id-24405 a.yt {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.yt-large a.yt iframe,
body.page-id-23724 a.yt iframe,
body.page-id-23925 a.yt iframe,
body.page-id-24405 a.yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.coborn-arrows {
  display: none;
  min-width: 46%;
  margin: 0 0 50px 50px;
  float: right;
}
.coborn-arrows-mobile {
  display: block;
  margin-top: 50px;
}
.coborn-arrows-mobile img {
  max-width: 500px;
}
@media screen and (min-width: 1000px) {
  .coborn-arrows {
    display: block;
  }
  .coborn-arrows-mobile {
    display: none;
  }
}
.coborn-diamond-list {
  font-size: 16px;
  font-weight: 700;
}
.third-level .newsContent ul.coborn-diamond-list {
  padding: 0 0 0 36px;
}
.third-level .newsContent .coborn-diamond-list li {
  list-style: none;
}
.third-level .newsContent .coborn-diamond-list li::before {
  content: " ";
  display: inline-block;
  height: 21px;
  width: 26px;
  background: url(img/diamond-ico-coborn.svg) no-repeat;
  background-size: cover;
  top: 0;
  left: -36px;
  margin-bottom: 0;
  border-radius: 0;
}
.flanders-list {
  font-size: 16px;
  font-weight: 700;
}
.third-level .newsContent ul.flanders-list {
  padding: 0 0 0 36px;
}
.third-level .newsContent .flanders-list li {
  list-style: none;
}
.third-level .newsContent .flanders-list li::before {
  content: " ";
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url(img/c3.svg) no-repeat;
  background-size: cover;
  top: 0;
  left: -36px;
  margin-bottom: 0;
  border-radius: 0;
}
.clear {
  clear: both;
}
#enrichai-header {
  position: relative;
  height: 0;
  padding-bottom: 56.25vw;
  overflow: hidden;
}
.enrichai-header-black {
  position: absolute;
  top: 0;
  right: 0;
  height: 56.25vw;
  z-index: 99;
}
.enrichai-header-black object,
.enrichai-header-slide object {
  display: inline-block;
  width: auto;
  height: 56.25vw;
}
.enrichai-header-slide-inside {
  height: 56.25vw;
  position: relative;
}
.enrichai-header-text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transform-origin: center left;
  left: 36.75vw;
  z-index: 2;
  font-family: Montserrat;
  color: #fff;
}
.enrichai-header-main-text {
  font-size: 3.5vw;
  line-height: 84%;
  font-weight: 800;
  letter-spacing: -1px;
  width: 35vw;
}
.enrichai-header-slide {
  position: absolute;
  height: 56.25vw;
  top: 0;
  right: -33vw;
  width: auto;
  z-index: 2;
}
@keyframes slide-active {
  0% {
    right: -33vw;
  }
  100% {
    right: 37.5vw;
  }
}
@keyframes slide-active-mobile {
  0% {
    right: -155vw;
  }
  100% {
    right: 0;
  }
}
.enrichai-header-slide.active {
  animation: slide-active 0.7s ease-in-out forwards;
  z-index: 5;
}
.enrichai-header-slide.start {
  animation: none;
  right: 37.5vw;
}
@keyframes slide-going-out {
  0% {
    right: 37.5vw;
  }
  100% {
    right: 65vw;
  }
}
@keyframes slide-going-out-mobile {
  0% {
    right: 0;
  }
  100% {
    right: 100vw;
  }
}
.enrichai-header-slide.going-out {
  right: 37.5vw;
  z-index: 4;
  animation: slide-going-out 0.7s ease-in-out 0.2s forwards;
}
.enrichai-header-small-text {
  font-size: 21px;
  line-height: 25px;
  margin-top: 20px;
  width: 30vw;
}
.enrichai-header-link {
  color: #fff;
  margin-top: 40px;
  text-decoration: none;
}
.enrichai-header-images {
  position: absolute;
  top: 0;
  right: 0;
  height: 56.25vw;
}
.enrichai-header-image {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) scale(0);
  right: 7vw;
  width: 38vw;
  text-align: center;
}
.enrichai-header-image img {
  max-height: 75vh;
}
#enrichai-header-ins {
  transition: opacity;
  transition-duration: 1s;
  opacity: 0;
}
@keyframes image-hides {
  0% {
    transform: translate(0, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(0, -50%) scale(0);
    opacity: 0;
  }
}
@keyframes image-grow {
  0% {
    transform: translate(0, -50%) scale(0);
    opacity: 0;
  }
  100% {
    transform: translate(0, -50%) scale(1);
    opacity: 1;
  }
}
.enrichai-header-image {
  animation: 0.4s image-hides ease-in-out forwards;
}
.enrichai-header-image.active {
  animation: 0.4s image-grow ease-in-out forwards 0.3s;
}
.enrichai-header-image.active.start {
  animation: none;
  transform: translate(0, -50%) scale(1);
}
.enrichai-header-image.start {
  animation: none;
  transform: translate(0, -50%) scale(0);
}
.enrichai-header-nav {
  z-index: 101;
  position: absolute;
  bottom: 5vw;
  left: 50%;
  transform: translate(-50%, 0);
}
.enrichai-header-nav a {
  color: #fff;
  font-size: 0.5vw;
  transition-duration: 0.2s;
  padding: 0.2vw;
  margin: 0 0.2vw;
  display: inline-block;
}
.enrichai-header-nav a:hover {
  opacity: 0.8;
}
.enrichai-header-dot-nav {
  z-index: 101;
  position: absolute;
  bottom: 5vw;
  left: 50%;
  transform: translate(-50%, 0);
}
#txt-rotate {
  position: relative;
  display: inline-block;
  height: 4vw;
  width: 22vw;
  vertical-align: middle;
  text-align: left;
  margin-top: -1.1vw;
  margin-bottom: -0.55vw;
}
.txt-rotate-top {
  display: block;
  position: relative;
  height: 50%;
  width: 100%;
  overflow: hidden;
}
.txt-rotate-bottom {
  display: block;
  position: relative;
  height: 50%;
  overflow: hidden;
  width: 100%;
  margin-top: -1px;
}
.txt-rotate-bottom > span,
.txt-rotate-top > span {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
}
@keyframes txt-rotate-up {
  0% {
    top: 120%;
  }
  15% {
    top: 25%;
  }
  80% {
    top: 25%;
  }
  95% {
    top: 120%;
  }
  100% {
    top: 120%;
  }
}
@keyframes txt-rotate-down {
  0% {
    bottom: 120%;
  }
  15% {
    bottom: 25%;
  }
  80% {
    bottom: 25%;
  }
  95% {
    bottom: 120%;
  }
  100% {
    bottom: 120%;
  }
}
.txt-rotate-top > span {
  top: 0;
  animation: txt-rotate-up 2s ease-in-out forwards;
}
.txt-rotate-bottom > span {
  bottom: 0;
  animation: txt-rotate-down 2s ease-in-out forwards;
}

#header-video-player {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.85);
  display: none;
}
.header-video-player-holder {
  position: relative;
  width: 80vw;
  height: 45vw;
}
.header-video-player-holder iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.enrichai-header-video-close {
  position: absolute;
  top: 1vw;
  right: 1vw;
  z-index: 50;
  color: #fff;
  transition-duration: 0.2s;
  font-size: 2vw;
}
.enrichai-header-video-close:hover {
  opacity: 0.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .enrichai-header-video-close {
    top: 2vw;
    right: 2vw;
    font-size: 10vw;
  }
}
.img250 img {
  min-width: 250px;
}
.img190 img {
  min-width: 190px;
}
.img270 img {
  min-width: 270px;
}
.img350 img {
  min-width: 350px;
}
quote.quote-large {
  width: 100%;
  padding: 0 140px 0 140px;
  text-align: left;
  font-size: 24px;
  position: relative;
  line-height: 27px;
}
quote.quote-large .quoteDescription {
  text-align: left;
  font-size: 16px;
  margin-top: 35px;
}
quote.quote-large .quoteDescription strong {
  font-size: 24px;
}
.quote-start-large {
  display: block;
  margin-right: 5px;
  position: absolute;
  top: -20px;
  left: 70px;
  background: url(img/quote-start-large.svg) no-repeat;
  width: 58px;
  height: 44px;
  background-size: contain;
}
.quote-end-large {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  overflow: visible;
}
.quote-end-large::after {
  display: block;
  content: " ";
  position: absolute;
  top: -16px;
  left: 0;
  background: url(img/quote-end-large.svg) no-repeat;
  width: 58px;
  height: 44px;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  quote.quote-large {
    padding: 0 70px 0 70px;
  }
  .quote-start-large {
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  quote.quote-large {
    padding: 0 70px 0 70px;
  }
  .quote-start-large {
    left: 0;
  }
}
@media screen and (max-width: 400px) {
  quote.quote-large {
    padding: 0 40px 0 40px;
  }
  .quote-start-large {
    left: 0;
    top: 0;
    width: 30px;
  }
  .quote-end-large::after {
    width: 30px;
  }
}
body.single-post div.enrichai-post-content p.hasIframe {
  display: block;
  content: " ";
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
body.single-post div.enrichai-post-content p.hasIframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-flanders img {
  max-height: 450px;
  width: auto;
}
.sticky-column .wpb_wrapper {
  position: sticky;
  top: 80px;
}
.td02 {
  transition-duration: 0.2s;
}
.fwb {
  font-weight: 700;
}
.gt {
  background-position: 0 0;
  background-size: 200%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gt-green {
  color: #005b23;
  background-image: -moz-linear-gradient(left, #005b23 0, #92c83e 40%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #005b23),
    color-stop(40%, #92c83e)
  );
  background-image: -webkit-linear-gradient(left, #005b23 0, 2899d5#92c83e 40%);
  background-image: -o-linear-gradient(left, #005b23 0, #92c83e 40%);
  background-image: -ms-linear-gradient(left, #005b23 0, #92c83e 40%);
  background-image: linear-gradient(to right, #005b23 0, #92c83e 40%);
}
.gt-purple {
  color: #6e256f;
  background-image: -moz-linear-gradient(left, #6e256f 0, #bc067e 50%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #6e256f),
    color-stop(50%, #bc067e)
  );
  background-image: -webkit-linear-gradient(left, #6e256f 0, 2899d5#bc067e 50%);
  background-image: -o-linear-gradient(left, #6e256f 0, #bc067e 50%);
  background-image: -ms-linear-gradient(left, #6e256f 0, #bc067e 50%);
  background-image: linear-gradient(to right, #6e256f 0, #bc067e 50%);
}
.gt-blue {
  color: #21409a;
  background-image: -moz-linear-gradient(left, #21409a 0, #2899d5 40%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #21409a),
    color-stop(40%, #2899d5)
  );
  background-image: -webkit-linear-gradient(left, #21409a 0, 2899d5#2899d5 40%);
  background-image: -o-linear-gradient(left, #21409a 0, #2899d5 40%);
  background-image: -ms-linear-gradient(left, #21409a 0, #2899d5 40%);
  background-image: linear-gradient(to right, #21409a 0, #2899d5 40%);
}
.gt-orange {
  color: #ef3e2d;
  background-image: -moz-linear-gradient(left, #ef3e2d 0, #febe10 40%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ef3e2d),
    color-stop(40%, #febe10)
  );
  background-image: -webkit-linear-gradient(left, #ef3e2d 0, #febe10 40%);
  background-image: -o-linear-gradient(left, #ef3e2d 0, #febe10 40%);
  background-image: -ms-linear-gradient(left, #ef3e2d 0, #febe10 40%);
  background-image: linear-gradient(to right, #ef3e2d 0, #febe10 40%);
}
a.gt:hover {
  background-position: -50px 0;
}
.work-gdpr {
  overflow-y: scroll;
  height: 200px;
  padding-right: 20px;
  margin-bottom: 50px;
  font-size: 9px;
  line-height: 1.2em;
}
.work-gdpr a {
  color: #ffb808;
  text-decoration: none;
}
.landingpage-background__orange {
  background: url(img/landingpage-background__orange.svg) no-repeat top center;
  background-size: cover;
  margin-bottom: -1px;
}
.landingpage-background__orange2 {
  background: url(img/landingpage-background__orange2.svg) no-repeat top center;
  background-size: cover;
  margin-bottom: -1px;
}
.landingpage-100vh {
  height: 100vh;
  min-height: 45vw;
}
.landingpage-100vh > .row {
  height: 100vh;
  min-height: 45vw;
}
.landingpage-100vh > .row > .col {
  padding-left: 65px;
}
.pt-header {
  padding-top: 70px;
}
.w-80 {
  width: 80%;
}
.landingpage-headerimage {
  max-width: 75%;
  display: inline-block;
  margin-bottom: 20px;
}
.landingpage-content {
  margin-top: 15px;
}
.landingpage-slidingform {
  position: sticky;
  top: 100px;
  padding-bottom: 50px;
}
.landingpage-content__table {
  margin-top: 35px;
}
.landingpage-content__tablepoints {
  font-size: 18px;
  font-weight: 700;
}
.landingpage-content__tablepointsBigger {
  font-size: 36px;
  line-height: 0.9em;
  font-weight: 800;
}
.landingpage-content__tablepointsBigger span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.landingpage-content__tablepoints span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.landingpage-content__tableHeaderImage {
  width: 65px;
}
.landingpage-content__tableicon {
  width: 45px;
}
.landingpage-content__tableicon55 {
  max-height: 65px;
  max-width: 65px;
}
.mbt {
  margin-bottom: 30px !important;
}
.landingpage-content__table .row {
  margin-bottom: 15px;
}
.landingpage-title {
  font-size: 38px;
  line-height: 80%;
  word-wrap: break-word;
}
.col-ico {
  width: 100px;
  max-width: 100px;
}
@media screen and (max-width: 1199px) {
  .landingpage-slidingform {
    position: relative;
    top: 0;
    padding-top: 0;
    transform: none;
  }
  .landingpage-title {
    font-size: 24px;
    line-height: 80%;
  }
  .landingpage-100vh,
  .landingpage-100vh > .row {
    min-height: 100vh;
    height: auto;
  }
  .landingpage-100vh > .row {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .landingpage-100vh > .row > .col {
    padding-left: 15px;
  }
  .w-80 {
    width: auto;
  }
  .landingpage-background__orange {
    background: 0 0;
  }
  .mobile-mt-50 {
    margin-top: 50px;
  }
  .landingpage-slidingform {
    padding-bottom: 0;
  }
}
.w-200 {
  width: 200px;
}
.w-180 {
  width: 180px;
}
.menu-munich {
  display: block;
  float: left;
  margin-top: 20px;
  margin-right: 230px;
}
.menu-munich img {
  width: 160px;
}
@media screen and (max-width: 1700px) {
  .menu-munich {
    margin-right: 60px;
  }
}
.mobile-menu-munich {
  float: right;
  margin-right: 20px;
  margin-top: 9px;
}
.mobile-menu-munich img {
  width: 140px;
}
@media screen and (max-width: 360px) {
  .mobile-menu-munich {
    float: right;
    margin-right: 15px;
    margin-top: 9px;
  }
  .mobile-menu-munich img {
    width: 100px;
  }
}
.third-level article.josef-brunner-blog span.redSpecialchar {
  background: linear-gradient(
    to bottom,
    #fff 0,
    #fff 61%,
    #ffb808 62%,
    #ffb808 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition-duration: 0.2s;
  display: inline-block;
}
.ol ol li {
  list-style: decimal;
  list-style-position: outside;
}
.ol li > ol {
  margin-top: 15px;
}
.third-level .ol ol {
  counter-reset: section;
  list-style-type: none;
}
.third-level .ol li:before {
  counter-increment: section;
  content: counters(section, ".") ". " !important;
  display: inline !important;
  background: 0 0;
  width: 25px;
  height: auto;
  border-radius: 0;
  position: absolute;
  top: auto;
  left: -35px;
  text-align: right;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.third-level .newsContent .ul-power li::before {
  content: " ";
  background-color: none;
  background: url(img/ul-power.svg) no-repeat center center;
  background-size: cover;
  width: 11px;
  height: 12px;
  top: 4px;
  left: 0;
}
.third-level .newsContent .ul-power {
  padding-left: 0;
  margin-left: 0;
}
.third-level .newsContent .ul-power li {
  padding-left: 18px;
}
.lvl2vc_redhmLeft {
  background-image: url(img/hm-left.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lvl2vc_redhmRight2020 {
  background-image: url(img/hm-2020-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lvl2vc_redhmRedRain {
  background-image: url(img/redrain.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lvl2vc_redhmRedRain2 {
  background-image: url(img/redrain2.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lvl2vc_redhmblack {
  background-image: url(img/hm-2020-black.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .lp-left {
    padding-left: 30px;
  }
  .lp-right {
    padding-right: 30px;
  }
}
.ptb90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ptb120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.thank-you-border {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.thank-you-border::before {
  position: absolute;
  content: " ";
  display: block;
  top: 50%;
  bottom: 50%;
  left: 15px;
  right: 15px;
  height: 2px;
  background: #ee2d30;
}
@media screen and (min-width: 1200px) {
  .thank-you-border::before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 2px;
    height: auto;
  }
}
.thank-you-el {
  color: #fff;
  text-decoration: none;
  margin-bottom: 50px;
}
.thank-you-el:hover {
  color: #fff;
  text-decoration: none;
}
.thank-you-el:last-child {
  margin-bottom: 0;
}
.thank-you-el img {
  transition: margin 0.3s;
}
.thank-you-el:hover img {
  margin-left: -10px;
}
.thank-you-el .row > div > span {
  text-transform: uppercase;
}
.thank-you-el h3 {
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
}
.thank-you-content {
  font-size: 1.6em;
  line-height: 1.2em;
}
.red-lp__thunder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(50%);
  z-index: 2;
}
.red-lp__thunder > img {
  width: 100%;
}
.fwn {
  font-weight: 400;
}
#events-list h3 {
  color: #000;
  font-weight: 500;
  padding-top: 20px;
}
#event-map {
  margin: 0 30px 0 30px;
}
#events-list a {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  text-decoration: none;
}
#events-list a:hover {
  font-weight: 700;
}
.eloqua-form {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 30px;
  background-color: #222;
  color: #fff;
  text-align: left;
  box-shadow: 8px 8px 29px -5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 8px 8px 29px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 8px 8px 29px -5px rgba(0, 0, 0, 0.75);
}
.eloqua-form > span {
  font-size: 30px;
  line-height: 100%;
  font-weight: 800;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  color: #fff;
  display: block;
  text-align: center;
}
.eloqua-form input[type="email"],
.eloqua-form input[type="phone"],
.eloqua-form input[type="text"],
.eloqua-form textarea {
  background: #222;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 14px 0;
}
.eloqua-form input[type="email"]::placeholder,
.eloqua-form input[type="phone"]::placeholder,
.eloqua-form input[type="text"]::placeholder {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
}
.eloqua-form input[type="email"]::-ms-input-placeholder,
.eloqua-form input[type="phone"]::-ms-input-placeholder,
.eloqua-form input[type="text"]::-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.eloqua-form input[type="email"]::-ms-input-placeholder,
.eloqua-form input[type="phone"]::-ms-input-placeholder,
.eloqua-form input[type="text"]::-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.eloqua-form .row {
  display: block;
}
.eloqua-form .form-logo {
  width: 50px;
  margin-top: 50px;
}
.eloqua-form input[type="submit"] {
  display: inline-block;
  background: 0 0;
  border: none;
  color: #ffb808;
  font-size: 24px;
  font-weight: 600;
  vertical-align: middle;
  text-transform: uppercase;
  cursor: pointer;
}
.eloqua-form .input-submit {
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.eloqua-form .input-submit::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(img/submit-arrow-right.svg) no-repeat;
  background-size: cover;
}
.eloqua-form .LV_valid {
  display: none;
}
.eloqua-form .LV_invalid {
  color: #ffb808;
  display: block;
  margin-top: 5px;
}
.eloqua-form .enrichai-select {
  position: relative;
}
.eloqua-form .enrichai-select select {
  display: none;
}
.eloqua-form .select-selected {
  background-color: #222;
  border-bottom: 1px solid #fff;
}
.eloqua-form .select-selected:after {
  position: absolute;
  content: "";
  display: block;
  top: 14px;
  right: 15px;
  width: 18px;
  height: 18px;
  background: url(img/select-arrow.svg) no-repeat center center;
  background-size: contain;
}
.eloqua-form .select-selected.select-arrow-active:after {
  background: url(img/select-arrow-up.svg) no-repeat center center;
}
.eloqua-form .select-items div,
.eloqua-form .select-selected {
  color: #fff;
  padding: 14px 0;
  cursor: pointer;
}
.eloqua-form .select-items div {
  border-bottom: 1px solid #333;
  padding-left: 15px;
  padding-right: 15px;
}
.eloqua-form .select-items {
  position: absolute;
  background-color: #222;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 320px;
  overflow-y: auto;
  -webkit-box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.75);
}
.select-hide {
  display: none;
}
.eloqua-form .same-as-selected,
.eloqua-form .select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.power-up-toolkit {
  background: url(img/power-up.svg) top center no-repeat;
  background-size: cover;
  color: #fff;
}
#roadshow-decription {
  background: #2a2724;
  margin: 0 15px;
  padding: 20px;
  padding-top: 60px;
  position: relative;
}
.roadshow-description_city {
  display: none;
}
.roadshow-description_city:nth-child(1) {
  display: block;
}
#roadshow-description_ticket {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#roadshow-description_ticket a {
  display: inline-flex;
  font-size: 22px;
  color: #fff;
  margin-top: 30px;
  align-items: center;
}
#roadshow-description_ticket a:hover {
  text-decoration: none;
}
#roadshow-description_ticket img {
  display: inline-block;
  width: 30px;
  margin-left: 10px;
  transition-duration: 0.2s;
  margin-bottom: 2px;
}
#roadshow-description_ticket:hover img {
  margin-left: 15px;
}
.landingpage__bullets {
  padding: 0;
  list-style-position: inside;
}
.landingpage__bullets li {
  margin-bottom: 5px;
  margin-top: 5px;
}
#roadshow-description__truckico > span {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 20px;
  font-weight: 800;
  display: block;
}
#roadshow__smalltruck {
  margin-bottom: -50px;
  z-index: 3;
  position: relative;
}
#roadshow-description_locations a {
  color: #fff;
  text-decoration: underline;
}
#roadshow-description_locations a:hover {
  text-decoration: none;
}
.roadshow-footer-desc_ico {
  text-align: center;
  max-width: 105px;
}
.roadshow-footer-ico-1 {
  max-width: 58px;
}
.roadshow-footer-ico-2 {
  max-width: 74px;
}
.roadshow-footer-ico-3 {
  max-width: 70px;
}
.roadshow-footer-desc {
  margin-bottom: 35px;
}
.roadshow-footer-desc-content {
  padding-top: 10px;
}
.roadshow-footer-desc-content a {
  color: #fff;
  text-decoration: underline;
}
.roadshow-footer-desc-content a:hover {
  text-decoration: none;
}
.red-list {
  margin-top: 15px;
}
.red-list li {
  display: block;
  position: relative;
  margin-bottom: 5px;
}
.red-list li::before {
  content: " ";
  background: #eb1c29;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.55em;
  left: -10px;
}
#roadshow__corona {
  margin: 0 auto;
  max-width: 560px;
  position: relative;
  font-size: 0.9em;
  line-height: 1.3em;
}
#roadshow__corona h3 {
  font-weight: 800;
  font-size: 3em;
  margin-bottom: 0;
}
#roadshow__corona > div {
  z-index: 20;
}
#roadshow__corona::before {
  display: block;
  content: "";
  position: absolute;
  background: #eb1c29;
  top: -15%;
  left: 50%;
  transform: skew(-25deg) translateX(-50%);
  width: 120%;
  height: 130%;
  z-index: -1;
}
.z1 {
  z-index: 1;
}
.roadshow__corona-ico {
  max-width: 70px !important;
}
.roadshow__corona-ico-col {
  max-width: 85px;
}
.no-pt {
  padding-top: 0;
}
.nobr {
  white-space: nowrap;
}
#roadshow-decription table td {
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
}
#roadshow-decription table {
  margin-top: 5px;
}
#roadshow-decription .z {
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
  min-width: 100px;
}
@media screen and (max-width: 1199px) {
  #roadshow__corona::before {
    display: block;
    content: "";
    position: absolute;
    background: #eb1c29;
    top: -15%;
    left: 50%;
    transform: skew(0) translateX(-50%);
    width: 120%;
    height: 130%;
    z-index: -1;
  }
  #roadshow__corona h3 {
    font-size: 5vw;
  }
  .roadshow__corona-ico {
    max-width: 50px !important;
  }
  .roadshow__corona-ico-col {
    max-width: 65px;
  }
  .red-lp__thunder {
    display: none;
  }
  .roadshow-footer-desc {
    display: block;
  }
  .roadshow-footer-desc h2 {
    font-size: 30px;
  }
  .roadshow-footer-desc_ico {
    min-width: 60px;
    float: left;
  }
  .roadshow-mobile-tab,
  .roadshow-mobile-tab:active,
  .roadshow-mobile-tab:focus,
  .roadshow-mobile-tab:hover {
    background: #222;
    padding: 15px;
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
  }
  .roadshow-mobile-info {
    position: relative;
  }
  .roadshow-mobile-info::before {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: rotate(180deg);
    background: url(img/chevron_up.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: contain;
    z-index: 4;
  }
  .roadshow-mobile-info.active::before {
    transform: rotate(0);
  }
  .ptbm80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #roadshow-mobile-events h3 {
    margin-top: 25px;
  }
  .roadshow-mobile-tab-link {
    background: #222;
    margin-bottom: 5px;
    padding: 15px;
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .roadshow-mobile-tab-link:active,
  .roadshow-mobile-tab-link:focus,
  .roadshow-mobile-tab-link:hover {
    color: #fff;
    text-decoration: none;
  }
  .roadshow-mobile-info .roadshow-mobile-description {
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    max-height: 0;
    margin-bottom: 5px;
  }
  .roadshow-mobile-info .roadshow-mobile-description > div {
    padding: 0 15px 15px 15px;
    background: #222;
  }
  .roadshow-mobile-info.active .roadshow-mobile-description {
    max-height: 10000px;
  }
  .roadshow-mobile-info table {
    display: block;
  }
  .roadshow-mobile-info table td {
    display: block;
  }
  .roadshow-mobile-info table td.z {
    padding-top: 10px;
  }
  .roadshow-mobile-info table td.z::before {
    display: inline-block;
    content: "\f017";
    font-family: "FontAwesome";
    margin-right: 5px;
    color: #eb1c29;
  }
  .corona-mobile {
    background: #eb1c29;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
  }
  .roadshow__corona-icomobile {
    padding-right: 15px !important;
  }
  .corona-mobile h3 {
    font-weight: 800;
    font-size: 1.5em;
    margin-bottom: 0;
  }
  .blackRain-mobile,
  .lvl2vc_redhmblack {
    background-image: url(img/hm-2020-black.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 200%;
    background-color: #252321;
  }
  .lvl2vc_redhmRedRain2 {
    background-image: url(img/redrain2.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 200%;
    background-color: #e21f26;
  }
  .lvl2vc_redhmRedRain,
  .redRain-mobile {
    background-image: url(img/redrain.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 200%;
    background-color: #e21f26;
  }
  .roadshow-footer-desc h2::after {
    display: block;
    content: "";
    clear: both;
  }
}
.eloqua-form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.eloqua-form input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.eloqua-form input[type="checkbox"] + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  opacity: 1;
}
.eloqua-form input[type="checkbox"]:hover + label:before {
  background: #ffb808;
}
.eloqua-form input[type="checkbox"]:checked + label:after {
  content: "\f00c";
  position: absolute;
  font-family: "FontAwesome";
  color: #ffb808;
  left: 0;
  top: 2px;
  font-weight: bolder;
  font-size: 1.2em;
}
.eloqua-form input[type="checkbox"]:checked + label:before {
  opacity: 0;
}
#corona {
  padding: 15px;
  background: #ffb808;
}
#corona h3 {
  font-weight: 800;
}
.pr15 {
  padding-right: 15px !important;
}
@media screen and (min-width: 1000px) {
  .roadshow-description-long {
    min-height: 1030px;
  }
  .roadshow-description-short {
    min-height: 480px;
  }
}
@media screen and (min-width: 1280px) {
  .roadshow-description-long {
    min-height: 870px;
  }
  .roadshow-description-short {
    min-height: 430px;
  }
}
@media screen and (min-width: 1440px) {
  .roadshow-description-long {
    min-height: 750px;
  }
  .roadshow-description-short {
    min-height: 400px;
  }
}
@media screen and (min-width: 1650px) {
  .roadshow-description-long {
    min-height: 630px;
  }
  .roadshow-description-short {
    min-height: 400px;
  }
}
@media screen and (min-width: 1800px) {
  .roadshow-description-long {
    min-height: 580px;
  }
  .roadshow-description-short {
    min-height: 350px;
  }
}

/* client logo carousel */
#client-logos .item {
  margin: 1px;
}
.cover-wrapper {
  padding: 35px;
}
.client-inners img {
  height: 100%;
  margin: auto;
  /* object-fit: contain; */
}
.owl-carousel .owl-item img {
  display: block;
  height: 100%;
  /* width: auto; */
  min-width: 100%;
}

.client-inners {
  border: 1px solid #ccc;
  height: 130px;
  text-align: center;
  padding: 8px;
}
.owl-nav img {
  width: 34px;
}
.owl-prev img {
  position: absolute;
  left: -38px;
  top: 50%;
  margin-top: -20px;
}
.owl-next img {
  position: absolute;
  right: -38px;
  top: 50%;
  margin-top: -20px;
}

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}
