.body {
  font-family: 'Barlow Condensed', sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.body-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #060c4a), color-stop(50%, #1d2c93), color-stop(75%, #441bb4), to(#1943b7));
  background-image: linear-gradient(180deg, #060c4a 20%, #1d2c93 50%, #441bb4 75%, #1943b7);
  font-size: 21px;
  line-height: 28px;
}

.vertical-line {
  width: 1px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 170, 255, 0.3);
}

.section {
  position: relative;
  z-index: 50;
  overflow: hidden;
  width: 100%;
  min-height: 800px;
}

.section.hero {
  overflow: hidden;
  height: auto;
  min-height: 900px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(6, 12, 74, 0)), to(#060c4a)), url('https://cdn.marciano.space/suzuki-virtual/images/hero-slider-background.jpg');
  background-image: linear-gradient(180deg, rgba(6, 12, 74, 0) 65%, #060c4a), url('https://cdn.marciano.space/suzuki-virtual/images/hero-slider-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.form-signup {
  height: auto;
  min-height: auto;
  background-color: #fff;
  color: #4b5e65;
}

.section.footer {
  height: 100px;
  min-height: auto;
  font-family: Montserrat, sans-serif;
  color: #01bbff;
  font-size: 10px;
  line-height: 100px;
  font-weight: 500;
}

.navbar-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: block;
  width: 100%;
  height: 70px;
  background-color: #fff;
  box-shadow: 0 2px 24px 0 rgba(7, 11, 75, 0.32);
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
  font-size: 14px;
}

.navbar-menu.hero {
  position: relative;
  z-index: 100;
  display: block;
  background-color: transparent;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 14px;
}

.navbar-conteiner {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.menu-logo {
  margin-top: 5px;
}

.navbar-links {
  padding: 0px 16px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 70px;
  font-weight: 500;
}

.navbar-links.w--current {
  color: #fff;
}

.navbar-links.hide-show {
  color: #4b5e65;
}

.navbar-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn {
  margin-right: 8px;
  padding: 0px 32px;
  border-radius: 60px;
  background-color: #017fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}

.btn.secondary {
  margin-top: 24px;
  margin-left: 8px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.btn.secondary.hero {
  margin-top: 0px;
  margin-left: 8px;
}

.btn.hero {
  margin-right: 8px;
}

.btn.menu.hvr-pop {
  display: none;
}

.page-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section-wrapper {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 20px;
  text-align: center;
}

.section-wrapper.hero {
  height: 830px;
  background-image: url('https://cdn.marciano.space/suzuki-virtual/images/piso-holograma-2-min.gif');
  background-position: 50% 73%;
  background-size: 691px;
  background-repeat: no-repeat;
}

.section-wrapper.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section-wrapper.signup-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-wrapper.demo {
  padding-bottom: 20px;
}

.section-column-conteiner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-column-conteiner.right-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.title-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 32px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 46px;
}

.h1.dark {
  color: #4b5e65;
}

.h1-highligh {
  color: #017fff;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 24px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 38px;
}

.cards-img {
  width: 100%;
  max-width: 580%;
  border-radius: 4px;
  box-shadow: 0 2px 40px 0 rgba(7, 2, 46, 0.32);
}

.column-wrapper {
  height: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.column-dinamica {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  min-height: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-vertical-lines {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.hero-parallax-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hero-parallax {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 1440px;
  max-width: none;
  margin-left: -720px;
}

.hero-parallax._1 {
  z-index: 10;
}

.hero-parallax._2 {
  z-index: 20;
}

.product-slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slider-navigation {
  display: none;
}

.slider-navigation.generic {
  display: none;
  font-size: 8px;
}

.slider-arrow {
  z-index: 60;
  font-size: 16px;
}

.slider-arrow.generic {
  display: none;
  width: 40px;
}

.slider-arrow.hero {
  display: none;
}

.slide.generic {
  padding-bottom: 32px;
}

.slide-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-content-wrapper.vitara {
  top: 20px;
}

.slide-content-wrapper.ertiga {
  top: 14px;
}

.slide-content-wrapper.sport {
  top: 16px;
}

.slide-content-wrapper.ignis {
  top: 12px;
  padding-left: 60px;
}

.slide-content-wrapper.ciaz {
  top: 16px;
}

.slide-content-wrapper.scross {
  top: 16px;
}

.hero-header-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  padding-top: 40px;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-wrapper.display-block {
  display: block;
}

.cta-wrapper.hero {
  padding-top: 16px;
}

.signup-form {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.form-label {
  font-size: 15px;
  font-weight: 500;
}

.form-btn-wrapper {
  text-align: right;
}

.input {
  height: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 4px;
  background-color: #e6e6e6;
  line-height: 45px;
}

.input:focus {
  border: 1px solid #017fff;
}

.generic-slider {
  width: 100%;
  height: auto;
  min-height: 400px;
  background-color: transparent;
}

.slide-generic-wrapper {
  padding-right: 48px;
  padding-left: 48px;
}

.gallerie-card-wrapper {
  padding-right: 16px;
  padding-left: 16px;
}

.video-teaser {
  width: 516px;
  height: 290px;
  padding-bottom: 24px;
  border-radius: 4px;
}

.h3 {
  font-family: Montserrat, sans-serif;
  color: #017fff;
  font-size: 21px;
  line-height: 31px;
}

.video-title {
  color: #fff;
}

.footer-link {
  padding-right: 8px;
  padding-left: 8px;
  color: #017fff;
  font-weight: 500;
  text-decoration: none;
}

.product-item {
  width: 580px;
}

.hero-head {
  width: 500px;
}

.virtual-drive-head-conteiner {
  position: relative;
  width: 100%;
  height: 196px;
}

.virtual-drive-head {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.location-wrapper {
  display: inline-block;
  float: right;
  color: #017fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 600;
}

.location-text-btn {
  display: inline-block;
  padding-right: 8px;
}

.image-demo {
  border-radius: 8px;
  box-shadow: 0 2px 16px 0 rgba(12, 47, 92, 0.32);
}

.form-section-wrapper {
  width: 100%;
  height: auto;
}

.image-diagonal {
  position: relative;
  z-index: 50;
  width: 100%;
  margin-bottom: -1px;
}

.form-message {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}

.form-message.success {
  border-style: none;
  background-color: #fff;
  color: #4b5e65;
  font-size: 28px;
  line-height: 32px;
}

.form-message.error {
  border-style: none;
  color: #4b5e65;
  font-size: 28px;
  line-height: 32px;
}

.success-icon {
  width: 75px;
  height: 75px;
  margin-bottom: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.success-icon.warnin {
  width: 45px;
  height: 45px;
  margin-right: 8px;
}

.text-block {
  display: inline-block;
}

@media screen and (min-width: 1280px) {
  .section.hero {
    min-height: 900px;
  }
  .section-wrapper.hero {
    height: 830px;
  }
  .section-wrapper.demo {
    padding-bottom: 0px;
  }
  .hero-parallax {
    left: 0px;
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }
  .slide-content-wrapper {
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video-teaser {
    width: 516px;
    height: 290px;
  }
  .form-message.success {
    background-color: transparent;
  }
  .success-icon {
    color: #017fff;
  }
  .text-block {
    color: #333;
    font-size: 31px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 16px;
    line-height: 20px;
  }
  .body-wrapper {
    font-size: 18px;
    line-height: 25px;
  }
  .vertical-line {
    background-color: rgba(0, 170, 255, 0.16);
  }
  .section.hero {
    height: 740px;
    min-height: auto;
  }
  .section.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 40px;
  }
  .navbar-menu {
    height: 57px;
    -webkit-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    transform: translate(0px, -100px);
  }
  .navbar-menu.hero {
    height: 57px;
  }
  .navbar-conteiner {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-logo.w--current {
    width: 90px;
    height: 44px;
    margin-top: 6px;
  }
  .navbar-links {
    color: #4b5e65;
  }
  .navbar-links.hide-show {
    line-height: 45px;
  }
  .navbar-menu-wrapper {
    background-color: #fff;
  }
  .btn {
    font-size: 12px;
    line-height: 40px;
  }
  .btn.secondary {
    margin-left: 0px;
  }
  .btn.hero {
    margin-left: 8px;
  }
  .btn.responsive {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
  }
  .btn.menu {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 45px;
    margin-top: 12px;
    margin-right: 20px;
  }
  .btn.menu.hvr-pop {
    display: block;
    height: 40px;
    margin-top: 8px;
  }
  .section-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-wrapper.hero {
    height: 630px;
    background-position: 50% 90%;
    background-size: 580px;
  }
  .section-wrapper.footer {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-column-conteiner.right-align {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .column-wrapper {
    height: 226px;
  }
  .column-dinamica {
    height: auto;
    min-height: auto;
  }
  .column-dinamica.no-content {
    display: none;
  }
  .hero-parallax-wrapper {
    overflow: hidden;
  }
  .hero-parallax {
    left: 50%;
    top: 20%;
    right: 50%;
    width: 1080px;
    max-width: none;
    margin-left: -540px;
    padding-left: 0px;
  }
  .slide-content-wrapper {
    padding-bottom: 60px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cta-wrapper.display-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cta-wrapper.hero {
    padding-top: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-label {
    font-size: 13px;
  }
  .column-gallerie {
    padding-left: 0px;
  }
  .gallerie-card-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .video-teaser {
    width: 306px;
    height: 172px;
    margin-right: auto;
    margin-left: auto;
  }
  .h3 {
    font-size: 18px;
  }
  .title-column.no-content {
    display: none;
  }
  .product-item {
    width: 460px;
  }
  .hero-head {
    width: 460px;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    height: 680px;
  }
  .navbar-menu.hero {
    height: 57px;
  }
  .navbar-conteiner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu-logo.w--current {
    margin-top: 6px;
    padding-left: 0px;
  }
  .btn.secondary {
    margin-right: 8px;
    margin-left: 0px;
  }
  .btn.secondary.hero {
    margin-right: 0px;
    margin-left: 0px;
  }
  .btn.secondary.information {
    margin-left: 0px;
  }
  .btn.menu.hvr-pop {
    margin-top: 8px;
    margin-right: 10px;
  }
  .section-wrapper.hero {
    height: 550px;
    padding-bottom: 60px;
    background-position: 50% 95%;
    background-size: 510px;
  }
  .section-column-conteiner {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section-column-conteiner.right-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-wrapper {
    height: auto;
    padding-top: 24px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-dinamica {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .column-dinamica.first {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-dinamica.last {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .slider-arrow {
    width: 40px;
  }
  .slide-content-wrapper {
    padding-bottom: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cta-wrapper {
    padding-top: 32px;
    padding-bottom: 8px;
  }
  .cta-wrapper.display-block {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .cta-wrapper.hero {
    padding-top: 16px;
    padding-right: 100px;
    padding-left: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slide-generic-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .video-teaser {
    width: 400px;
    height: 225px;
  }
  .title-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .product-item {
    width: 400px;
  }
  .hero-head {
    width: 80%;
    max-width: 480px;
  }
  .virtual-drive-head-conteiner {
    height: 178px;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    height: 600px;
  }
  .navbar-menu {
    height: 57px;
    box-shadow: 0 2px 24px 0 rgba(7, 11, 75, 0.32);
    -webkit-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    transform: translate(0px, -100px);
  }
  .navbar-menu.hero {
    height: 57px;
  }
  .menu-logo.w--current {
    display: block;
    height: 45px;
    margin-top: 6px;
    padding-left: 0px;
    text-align: left;
  }
  .btn {
    line-height: 40px;
  }
  .btn.secondary {
    margin-top: 16px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 40px;
  }
  .btn.secondary.hero {
    margin-right: 4px;
    margin-left: 4px;
  }
  .btn.hero.hvr-pop {
    margin-right: 4px;
    margin-left: 4px;
  }
  .btn.menu {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }
  .btn.menu.hvr-pop {
    margin-top: 8px;
  }
  .section-wrapper {
    padding: 24px 15px;
  }
  .section-wrapper.hero {
    height: 500px;
    padding-bottom: 0px;
    background-position: 50% 85%;
    background-size: 430px;
  }
  .section-wrapper.footer {
    font-size: 10px;
    line-height: 35px;
  }
  .section-wrapper.signup-section {
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .section-column-conteiner.right-align {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .h1 {
    padding-bottom: 16px;
    font-size: 28px;
    line-height: 34px;
  }
  .h2 {
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 26px;
  }
  .cards-img {
    width: 100%;
  }
  .column-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-dinamica.first {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-dinamica.last {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-navigation {
    display: block;
    font-size: 8px;
  }
  .slider-arrow {
    width: 60px;
  }
  .slider-arrow.generic {
    display: none;
  }
  .slider-arrow.hero {
    width: 40px;
  }
  .slide-content-wrapper {
    padding-bottom: 100px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cta-wrapper {
    padding-left: 16px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .cta-wrapper.display-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cta-wrapper.hero {
    padding-top: 30px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-btn-wrapper {
    text-align: left;
  }
  .input.wide {
    font-size: 12px;
  }
  .slide-generic-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-gallerie {
    padding-right: 0px;
    padding-left: 0px;
  }
  .video-teaser {
    width: 290px;
    height: 163px;
    padding-bottom: 0px;
  }
  .h3 {
    margin-top: 16px;
  }
  .title-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .two-lines {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
  }
  .product-item {
    width: 340px;
  }
  .virtual-drive-head-conteiner {
    height: 120px;
  }
  .form-message {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
  }
  .form-message.success {
    box-shadow: none;
  }
}

