body {
  color: #313a5a;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.div-block {
  height: 50px;
  background-color: #e6e6e6;
  padding-top: 4px;
  padding-bottom: 0;
}

.nav-link, .nav-link-2 {
  height: 40px;
  color: #fff;
  border-right: 1px solid #fff;
  padding-top: 10px;
  font-family: IBM Plex Sans, sans-serif;
}

.nav-link-3 {
  width: 150px;
  height: 40px;
  padding-top: 10px;
  padding-left: 40px;
}

.nav-link-4 {
  color: #313a5a;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color .4s cubic-bezier(.77, 0, .175, 1);
  position: static;
}

.nav-link-4:hover {
  color: #9ad100;
}

.nav-link-4._1 {
  color: #092232;
  padding-left: 16px;
  padding-right: 16px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.comprar-productos {
  float: none;
  color: #313a5a;
  margin-right: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: color .4s cubic-bezier(.77, 0, .175, 1);
  display: none;
}

.comprar-productos:hover {
  color: #9ad100;
}

.nav-link-6 {
  float: none;
  color: #313a5a;
  margin-right: 10px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: color .4s cubic-bezier(.77, 0, .175, 1);
}

.nav-link-6:hover {
  color: #9ad100;
}

.dropdown {
  display: inline-block;
}

.image {
  float: left;
  margin-right: 10px;
  position: static;
  left: -15px;
}

.text-block {
  float: left;
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
}

.button {
  text-transform: uppercase;
  background-color: #9ad100;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 16px 24px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.icon {
  color: #fff;
}

.dropdown-link {
  color: #313a5a;
  background-color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  transition: border-width .4s cubic-bezier(.77, 0, .175, 1);
}

.dropdown-link:hover {
  border-left: 5px solid #9ad100;
}

.dropdown-link-2 {
  color: #313a5a;
  background-color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  transition: border-width .4s cubic-bezier(.77, 0, .175, 1);
}

.dropdown-link-2:hover {
  border-left: 5px solid #9ad100;
}

.dropdown-list {
  box-shadow: 1px 1px 3px #000;
}

.dropdown-list.w--open {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
}

.dropdown-2 {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
  position: relative;
  top: 55px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-2.english {
  width: 170px;
}

.dropdown-toggle {
  width: auto;
  height: auto;
  border: 0 solid #ebecf1;
  align-items: center;
  margin-right: 0;
  padding: 15px 10px;
  transition: all .2s;
  display: flex;
  position: relative;
  top: 0;
}

.dropdown-toggle:hover {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-toggle.english {
  width: 170px;
}

.icon-2 {
  color: #313a5a;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.dropdown-list-2 {
  background-color: #fff;
  border-radius: 5px 0;
  display: none;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(152, 162, 172, .21);
}

.dropdown-list-2.w--open {
  display: block;
  position: relative;
}

.div-block-2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link-3 {
  padding-left: 30px;
  transition: all .2s;
}

.dropdown-link-3:hover {
  background-color: #f5f6f8;
  box-shadow: inset 2px 0 #9ad100;
}

.text-block-2 {
  float: left;
  color: #313a5a;
  margin-right: 10px;
  font-family: IBM Plex Sans, sans-serif;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0 solid #e6e6e6;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.button-cover {
  z-index: 3;
  width: 180px;
  background-color: #5b3acc;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 9px 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.button-2 {
  z-index: 0;
  width: auto;
  min-height: auto;
  min-width: auto;
  clear: none;
  background-color: #9ad100;
  border-radius: 5px 0;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0;
  padding: 9px 15px;
  font-family: IBM Plex Sans, sans-serif;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 500;
}

.button-2.english {
  width: 130px;
}

.button-t {
  z-index: 4;
  color: #fff;
  letter-spacing: 1px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.button-cover-2 {
  z-index: 3;
  width: 130px;
  background-color: #313a5a;
  flex: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.button-cover-2.espanol {
  width: 83px;
}

.nav-menu {
  width: auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading {
  color: #9ad100;
  margin-top: 10px;
  font-family: IBM Plex Sans, sans-serif;
}

.heading.footer {
  color: #e6e6e6;
  text-align: center;
}

.slider {
  height: 700px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #151a29, rgba(49, 58, 90, 0) 63%);
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.div-block-3 {
  width: 100%;
  height: 90px;
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}

.slide {
  transition: opacity .2s, box-shadow .4s cubic-bezier(.77, 0, .175, 1), color .4s cubic-bezier(.77, 0, .175, 1), background-color .4s cubic-bezier(.77, 0, .175, 1);
}

.icon-3, .icon-4 {
  margin-top: 350px;
  font-size: 24px;
}

.slide-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-content.slide2 {
  align-items: center;
  padding-left: 4%;
  padding-right: 4%;
}

.slide-content.slide3 {
  top: 0;
}

.heading-2 {
  color: #fff;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, .52);
  padding-left: 150px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading-2._1 {
  color: #092232;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph {
  padding-left: 80px;
}

.heading-3 {
  width: 70%;
  color: #fff;
  padding-left: 150px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.heading-3._1 {
  width: auto;
  color: #092232;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.text-span {
  color: #9ad100;
}

.button-3 {
  background-color: #0855f0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 0;
  margin-left: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: box-shadow .7s cubic-bezier(.77, 0, .175, 1), color .5s cubic-bezier(.77, 0, .175, 1), background-color .7s cubic-bezier(.77, 0, .175, 1), transform .7s cubic-bezier(.77, 0, .175, 1);
}

.button-3:hover {
  color: #313a5a;
  background-color: #9ad100;
  transform: translate(0, -10px);
  box-shadow: 0 1px 3px rgba(165, 207, 46, .53), 1px 6px 9px 4px rgba(0, 0, 0, .15);
}

.button-3.nosotros {
  width: 220px;
  text-align: center;
  background-color: #092232;
  border-radius: 0;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  display: block;
  position: static;
  overflow: visible;
}

.button-3.contacto {
  width: 90%;
  height: 50px;
  background-color: #092232;
  margin-left: auto;
  margin-right: auto;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  display: block;
  position: relative;
  top: 33px;
}

.button-3.contacto:hover {
  background-color: #9ad100;
}

.button-3._1 {
  background-color: #9ad100;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  padding: 16px 24px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.button-3._1.menu {
  background-color: #092232;
  padding-top: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.button-3._1.menu:hover {
  color: #9ad100;
}

.button-3.left {
  margin-top: 0;
  margin-left: 0;
}

.button-3.green {
  color: #092232;
  background-color: #9ad100;
  border-radius: 0;
  padding: 16px 24px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
}

.right-arrow {
  width: 80px;
  transition: color .4s cubic-bezier(.77, 0, .175, 1), background-color .4s cubic-bezier(.77, 0, .175, 1);
}

.text-span-2 {
  color: #9ad100;
}

.heading-4 {
  margin-top: 30px;
  padding-left: 60px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.text-span-3 {
  color: #0855f0;
}

.heading-5 {
  margin-right: 50px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-5 {
  z-index: 3;
  width: 90%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.text-button {
  color: #0855f0;
  background-color: rgba(0, 0, 0, 0);
}

.section {
  height: auto;
  background-color: #e6e6e6;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: visible;
}

.text-block-3 {
  float: left;
  color: #0855f0;
  margin-right: 10px;
  font-family: IBM Plex Sans, sans-serif;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.image-2 {
  float: left;
  margin-top: 6px;
}

.paragraph-2 {
  margin-bottom: 20px;
  margin-right: 50px;
}

.column {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.columns {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.icon_wrap {
  overflow: hidden;
}

.text_features {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

.card_col_2 {
  width: 50%;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  display: flex;
  position: relative;
  top: 22px;
}

.card_base {
  width: 100%;
  min-height: 270px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 35px;
  padding: 20px 25px;
  text-decoration: none;
  position: relative;
  box-shadow: 1px 1px 30px rgba(175, 179, 182, .14);
}

.card_base.aliados {
  height: 400px;
  min-height: auto;
}

.col_60 {
  width: 99%;
  justify-content: space-between;
  padding: 10px 0;
  display: flex;
}

.card_row {
  width: 50%;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  display: flex;
  position: relative;
  top: 75px;
}

.h1_features {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.col_60-2 {
  width: 99%;
  justify-content: space-between;
  padding: 10px 0;
  display: flex;
}

.column-2, .column-3 {
  padding-left: 0;
  padding-right: 0;
}

.columns-2 {
  position: relative;
  top: 0;
}

.heading-6 {
  text-align: center;
  margin: 0 auto 30px;
  padding-left: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.text-span-4 {
  color: #0855f0;
}

.section-2 {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .37), rgba(0, 0, 0, .8));
  overflow: hidden;
}

.heading-7 {
  color: #9ad100;
  text-align: center;
  margin: 0 auto 30px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}

.div-block-6 {
  width: 25%;
  height: 2px;
  background-color: #fff;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Sans, sans-serif;
}

.div-block-7 {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 140px;
}

.slider-2 {
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: visible;
}

.heading-8 {
  color: #313a5a;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 100px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 28px;
  line-height: 38px;
  position: static;
  top: 91px;
  overflow: visible;
}

.columns-3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.mask {
  overflow: hidden;
}

.div-block-8 {
  height: 400px;
  background-color: #fff;
  border-radius: 8px;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, .1);
}

.div-block-8:hover {
  color: #fff;
}

.div-block-8._1 {
  overflow: visible;
}

.div-block-9 {
  color: #313a5a;
  margin-top: 0;
  padding-left: 30px;
  position: relative;
  top: 45px;
}

.div-block-9:hover {
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
}

.paragraph-4 {
  color: #313a5a;
  margin-top: 30px;
  margin-bottom: 0;
  padding-right: 30px;
  font-family: IBM Plex Sans, sans-serif;
}

.column-4, .column-5 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-3 {
  display: none;
  overflow: visible;
}

.column-6 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.icon-6, .icon-7 {
  color: #313a5a;
}

.slide-nav {
  display: none;
}

.heading-9 {
  color: #9ad100;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: IBM Plex Sans, sans-serif;
}

.text-span-5 {
  color: #313a5a;
  font-size: 24px;
  font-weight: 400;
}

.dealers-section {
  z-index: 1;
  height: auto;
  background-color: #f8f8f8;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 50px;
  display: block;
  position: relative;
  overflow: visible;
}

.paragraph-5 {
  width: 80%;
  color: #313a5a;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: IBM Plex Sans, sans-serif;
}

.div-block-10 {
  width: 50%;
  height: auto;
  background-color: rgba(255, 255, 255, .99);
  border-top: 5px solid #9ad100;
  border-radius: 3px;
  padding: 30px 50px 40px 80px;
  position: relative;
  top: 15%;
  left: 100px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .28);
}

.div-block-10._2 {
  left: 500px;
}

.text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  color: #9ad100;
}

.heading-10 {
  color: #313a5a;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 24px;
  position: relative;
}

.column-7 {
  color: #e6e6e6;
  background-color: #151824;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.image-3 {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 300px;
  padding-bottom: 300px;
  display: block;
  position: relative;
  overflow: visible;
}

.background-video {
  background-image: linear-gradient(rgba(0, 0, 0, .88), rgba(0, 0, 0, .3));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.heading-11 {
  color: #fff;
  text-align: center;
  font-family: IBM Plex Sans, sans-serif;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  padding-left: 200px;
  padding-right: 200px;
  font-family: IBM Plex Sans, sans-serif;
}

.div-block-11 {
  font-family: IBM Plex Sans, sans-serif;
  position: relative;
  top: 150px;
}

.section-5 {
  background-image: linear-gradient(rgba(0, 0, 0, .28), #000), url('../images/contacto_bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 150px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section-5._2 {
  background-color: #fff;
  background-image: none;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.columns-4 {
  position: relative;
}

.heading-12 {
  color: #092232;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-7 {
  color: #092232;
  margin-bottom: 30px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
}

.bold-text {
  color: #9ad100;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .04);
}

.text-span-10 {
  color: #9ad100;
}

.paragraph-8 {
  color: #313a5a;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 5px;
  font-family: IBM Plex Sans, sans-serif;
  text-decoration: none;
}

.paragraph-8._1 {
  margin-left: 10px;
}

.columns-5 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.image-4 {
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  top: 4px;
}

.column-8 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mail-column {
  margin-top: 20px;
  margin-bottom: 30px;
}

.telephone-column {
  margin-top: 20px;
}

.contact-col-1 {
  width: 70%;
  margin-right: 50px;
  padding-left: 0;
  padding-right: 0;
}

.contact-col-2 {
  width: 80%;
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 0;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, .14);
}

.div-block-14 {
  box-shadow: 0 1px 3px rgba(49, 58, 90, .19);
}

.heading-13 {
  width: auto;
  color: #092232;
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.form-block {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.form {
  position: relative;
}

.field-label, .text-field, .field-label-2, .text-field-2 {
  float: right;
  position: relative;
}

.text-field-3 {
  float: none;
  clear: none;
  color: #092232;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 0 0 0 10px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.text-field-3.file-url {
  margin-top: 0;
}

.field-label-3 {
  color: #0855f0;
  border-right: 1px solid #9ad100;
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 6px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.field-label-3._1 {
  padding-right: 30px;
}

.field-label-3._1.english {
  padding-top: 0;
  padding-right: 43px;
}

.field-label-3._3 {
  padding-right: 16px;
}

.field-label-3._4 {
  padding-right: 15px;
}

.field-label-3._2 {
  padding-right: 38px;
}

.field-label-3.upload-url {
  color: #092232;
  margin-right: 0;
  padding-top: 0;
  padding-right: 10px;
  font-family: IBM Plex Sans, sans-serif;
}

.field-label-3.subir-archivo {
  margin-right: 0;
  padding-right: 27px;
}

.field-label-3.espanol {
  padding-right: 20px;
}

.field-label-3._2-copy {
  padding-right: 17px;
}

.field-label-3._4-copy {
  padding-right: 22px;
}

.form-2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block-2 {
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.div-block-15 {
  display: block;
}

.input-field {
  width: 90%;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.input-field.file-upload, .input-field.name-company {
  margin-bottom: 24px;
}

.input-field._1 {
  margin-right: 16px;
}

.input-field._2 {
  margin-bottom: 24px;
}

.textarea {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
}

.section-6 {
  width: 100%;
  background-color: #e6e6e6;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.heading-14 {
  color: #092232;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.paragraph-9 {
  color: #092232;
  margin-bottom: 16px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 14px;
}

.columns-6 {
  padding: 60px 4%;
  position: relative;
  overflow: visible;
}

.section-7 {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-10 {
  color: #fff;
  margin-top: 10px;
  padding-left: 80px;
  font-family: IBM Plex Sans, sans-serif;
}

.brand {
  margin-top: 5px;
}

.brand.w--current {
  margin-top: 0;
}

.container {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image-5 {
  margin-left: 0;
  display: block;
  position: static;
  top: 7px;
}

.container-2 {
  display: inline;
}

.section-8 {
  height: 650px;
  background-color: #f5f6f6;
  background-image: url('../images/right_decoration.svg'), url('../images/left_decoration.svg'), url('../images/dots.svg');
  background-position: 0 100%, 100% 0, 50%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 160px, 160px, 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11 {
  text-decoration: none;
}

.column-9 {
  height: 110vh;
}

.slider-3 {
  height: 110vh;
  background-color: #090b11;
}

.slide-nav-2 {
  display: none;
}

.left-arrow, .right-arrow-2 {
  display: block;
}

.column-10 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.section-9 {
  height: 70vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .8)), url('../images/sls_bg_header.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-9._1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .8)), url('../images/stereolithography_bg_header.jpg');
  margin-top: 0;
  display: block;
  position: relative;
  top: 0;
}

.section-9._1.english {
  height: 60vh;
  padding-top: 0;
  display: block;
  top: -40px;
}

.section-9._2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .8)), url('../images/fdm_bg_header.jpg');
}

.section-9._2.english {
  height: 60vh;
  position: relative;
  top: -40px;
}

.section-9._3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .8)), url('../images/hp_bg_header.jpg');
}

.section-9._3.english, .section-9._4.english {
  height: 60vh;
  position: relative;
  top: -40px;
}

.section-9._5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .8)), url('../images/Metal-Printing.jpeg');
  background-position: 0 0, 50%;
}

.section-9._5.english {
  height: 60vh;
  position: relative;
  top: -40px;
}

.section-9._6 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .8)), url('../images/rtv_bg_header.jpg');
  background-position: 0 0, 50% 100%;
}

.section-9._6.english {
  height: 60vh;
  position: relative;
  top: -40px;
}

.section-9._7 {
  height: 650px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .8)), url('../images/cnc_bg_header.jpg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-9._7.english {
  height: 60vh;
  position: relative;
  top: -40px;
}

.section-9._8 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .8)), url('../images/custom_finishing_bg_header.jpg');
  background-position: 0 0, 50% 100%;
}

.section-9._8.english {
  height: 60vh;
  position: relative;
  top: -40px;
}

.section-9._9 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .8)), url('../images/3d_scanning_bg_header.jpg');
  background-position: 0 0, 50% 0;
}

.section-9._9.english {
  height: 60vh;
  position: relative;
  top: -40px;
}

.section-9._10 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, .8)), url('../images/product_development_bg_header.jpg');
}

.section-9._10.english {
  height: 60vh;
  position: relative;
  top: -40px;
}

.heading-15 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .18);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  position: static;
  top: 35.5vh;
}

.heading-15.english {
  top: 25.5vh;
}

.heading-15.black {
  color: #313a5a;
  color: #313a5a;
}

.div-block-16 {
  z-index: 1;
  width: 92%;
  height: auto;
  background-color: #fff;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
  top: -59px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, .2);
}

.div-block-16._2 {
  width: 92%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-16._2.cad {
  height: auto;
}

.image-6 {
  text-align: center;
  margin-left: 60px;
  position: relative;
}

.paragraph-11 {
  margin-left: 50px;
  margin-right: 50px;
  font-family: IBM Plex Sans, sans-serif;
}

.text-span-11 {
  color: #092232;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

.text-span-12 {
  color: #0855f0;
}

.div-block-17 {
  z-index: 1;
  width: 80%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #cecece;
  background-color: #ececec;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  top: -87px;
}

.div-block-17.sls {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  top: -112px;
}

.div-block-17.stereo, .div-block-17.hp {
  justify-content: center;
  align-items: center;
  display: block;
}

.link {
  color: #092232;
  text-align: center;
  margin-top: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.link._4 {
  margin-top: 0;
  font-family: Krona One;
  font-size: 12px;
  font-weight: 400;
}

.link._4.mdf {
  height: 80px;
  border: 1px solid #e6e6e6;
  border-right-color: #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 18px;
  transition: background-color 1s;
  display: flex;
}

.link._4.mdf:hover {
  background-color: #9ad100;
}

.link._4 {
  margin-top: 0;
  font-size: 12px;
}

.link._4.mdf {
  height: 80px;
  border: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 18px;
  display: flex;
}

.link._4.hp {
  margin-top: 0;
}

.link._4 {
  margin-top: 0;
  font-size: 16px;
}

.link._4.mdf {
  height: 80px;
  border: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 18px;
  display: flex;
}

.link._4 {
  margin-top: 0;
  font-size: 16px;
}

.link._4.mdf {
  height: 80px;
  text-transform: uppercase;
  border: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  display: flex;
}

.link.mdf {
  padding: 24px 8px;
  font-weight: 400;
  line-height: 1.4;
}

.column-11 {
  height: 80px;
  border-right: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .8s cubic-bezier(.25, .46, .45, .94), background-color 1s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.column-11:hover {
  background-color: #9ad100;
  transform: scale(1.03);
}

.column-12 {
  height: 80px;
  border-right: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .8s cubic-bezier(.455, .03, .515, .955), background-color 1s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.column-12:hover {
  background-color: #9ad100;
  transform: scale(1.03);
}

.column-13 {
  height: 80px;
  border-right: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .8s cubic-bezier(.455, .03, .515, .955), background-color 1s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.column-13:hover {
  background-color: #9ad100;
  transform: scale(1.03);
}

.column-14 {
  height: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .8s cubic-bezier(.455, .03, .515, .955), background-color 1s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.column-14:hover {
  background-color: #9ad100;
  transform: scale(1.03);
}

.section-10 {
  overflow: visible;
}

.column-15, .column-16 {
  height: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17 {
  color: #0855f0;
  font-weight: 700;
}

.section-11 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-11.espanol {
  margin-top: 0;
}

.heading-16 {
  color: #9ad100;
  text-align: center;
  margin-top: 0%;
  font-family: Krona One;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

.column-17 {
  height: 450px;
  background-image: url('../images/3dprint_header_1.jpg');
  background-position: 50%;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

.background-video-2 {
  height: 450px;
  background-image: linear-gradient(rgba(18, 21, 34, .8), rgba(49, 58, 90, .9));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-17 {
  color: #092232;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: Krona One;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

.heading-17._2 {
  color: #9ad100;
  text-align: center;
  margin-top: 0;
  padding-left: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

.heading-17.center {
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 0;
  font-family: IBM Plex Sans, sans-serif;
}

.text-span-18 {
  color: #9ad100;
}

.div-block-18 {
  width: 88%;
  margin-top: 0%;
  margin-left: 5%;
}

.paragraph-12 {
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.link-block-12, .link-block-13, .link-block-14, .link-block-15 {
  text-decoration: none;
  display: block;
}

.contacto-section {
  height: auto;
  background-color: #8fc312;
  margin-top: 140px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.contacto-section._2 {
  background-color: #fff;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.contacto-section.contacto {
  background-color: #151a29;
  margin-top: 90px;
}

.link-block-16, .link-block-17, .link-block-18, .link-block-19, .link-block-20 {
  text-decoration: none;
  display: block;
}

.column-19 {
  padding-left: 0;
  padding-right: 0;
}

.image-7 {
  display: none;
}

.left-arrow-3 {
  width: 80px;
}

.section-12 {
  background-color: #e6e6e6;
  position: static;
  overflow: hidden;
}

.text-span-19 {
  font-size: 20px;
  font-weight: 300;
}

.quote-block {
  width: auto;
  height: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.quote-section {
  height: auto;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-8 {
  margin-top: 0;
  margin-bottom: 30px;
}

.columns-8 {
  position: relative;
  top: 17px;
}

.slide-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .87), rgba(0, 0, 0, .51)), url('../images/next_bg_2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-5 {
  background-image: url('../images/next_bg_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-14 {
  background-color: #0855f0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: visible;
}

.section-14.exito, .section-14.falla {
  height: 100vh;
  background-color: #092232;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-20 {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-20.exito {
  width: 60%;
  margin-top: 30vh;
}

.image-9 {
  text-align: center;
  margin-top: 0;
}

.heading-18 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  margin-left: 100px;
  margin-right: 100px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.heading-18.exito {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.text-span-20, .text-span-21 {
  color: #9ad100;
}

.text-block-4 {
  margin-top: 10px;
  margin-left: 30px;
  font-family: IBM Plex Sans, sans-serif;
}

.link-2 {
  color: #0855f0;
  text-decoration: none;
}

.section-15 {
  display: none;
}

.text-span-22, .text-span-23 {
  color: #9ad100;
}

.div-block-21 {
  height: 40px;
  float: none;
  color: #313a5a;
  background-color: #f5f5f5;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-13 {
  float: right;
  text-align: right;
  margin-right: 10px;
  padding-top: 10px;
  font-family: IBM Plex Sans, sans-serif;
  display: inline-block;
}

.link-3 {
  float: right;
  color: #0855f0;
  margin-right: 60px;
  padding-top: 10px;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.link-4 {
  color: #313a5a;
  text-decoration: none;
}

.section-16 {
  display: none;
}

.link-5, .link-6, .link-7 {
  color: #313a5a;
  text-decoration: none;
}

.column-34 {
  margin-left: auto;
  margin-right: auto;
}

.image-10 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.nav-container {
  width: 90%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-3 {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle-2 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.image-11 {
  margin-right: 8px;
}

.text-block-5 {
  margin-right: 5px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.icon-9 {
  color: #fff;
  margin-right: 0;
  position: static;
}

.icon-9.black {
  color: #092232;
}

.dropdown-list-3 {
  background-color: #fff;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  top: auto;
  left: 0;
  box-shadow: 0 7px 8px rgba(49, 58, 90, .16);
}

.lang-link {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.215, .61, .355, 1);
}

.lang-link:hover {
  color: #313a5a;
  background-color: rgba(154, 209, 0, .3);
}

.lang-link.w--current {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.slide-copy-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-9 {
  flex-direction: row;
  display: flex;
}

.grid {
  width: 92%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.particles-bg {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-12 {
  opacity: .3;
  margin-bottom: 15px;
}

.contact-info-column {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.distrib-content-box {
  width: 50%;
}

.column-36 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-2 {
  width: 92%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.link-8 {
  margin-top: 0;
}

.servise-header {
  height: 700px;
}

.service-slider {
  height: 100%;
}

.right-arrow-4, .left-arrow-4 {
  display: block;
}

.slide-nav-4 {
  display: block;
  top: 528px;
}

.service-slider-title-cont {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-slider-title-cont._1 {
  background-image: none;
}

.service-slider-title-cont.metal {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.slide-7 {
  background-image: url('../images/sla_header-01.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/sla_header-02.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/sla_header-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/sla_header-04.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/sla_header-05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/sla_header-06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/sla_header-07.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/sla_header-08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/fdm-header-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/fdm-header-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/fdm-header-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/fdm-header-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/fdm-header-06.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/fdm-header-05.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/sls-header-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/sls-header-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/sls-header-03.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/mjf-header-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/mjf-header-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/mjf-header-05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-27 {
  background-image: url('../images/mjf-header-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-28 {
  background-image: url('../images/mjf-header-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-29 {
  background-image: url('../images/rtv_bg_header_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-30 {
  background-image: url('../images/customf-header-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-31 {
  background-image: url('../images/customf-header-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-32 {
  background-image: url('../images/cnc-header-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/cnc-header-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-34 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/3d_scanning_bg_header_1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-35 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/product_development_bg_header_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-slider-title-cont-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-14 {
  color: #092232;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 0;
  font-family: IBM Plex Sans, sans-serif;
  text-decoration: none;
}

.link-9 {
  color: #092232;
  font-family: IBM Plex Sans, sans-serif;
  text-decoration: none;
}

.benef-sections {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.columns-10 {
  width: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-24 {
  color: #9ad100;
}

.tags-box {
  width: 80%;
  border-top: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  display: flex;
}

.tags-box.about {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.p1 {
  width: 60%;
  color: #092232;
  text-align: center;
  margin-bottom: 50px;
  font-family: IBM Plex Sans, sans-serif;
}

.p2 {
  text-align: center;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 2;
}

.p2.center {
  color: #0956f0;
  text-align: center;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.p2.center.black {
  color: #092232;
  line-height: 2;
}

.image-13 {
  margin-bottom: 24px;
}

.grid-3 {
  width: 80%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-3.about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide-36 {
  background-image: url('../images/mp-header-01.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-37, .slide-38 {
  background-image: url('../images/mp-header-01_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.dealer-section {
  align-items: center;
  display: flex;
}

.icon-10, .icon-11, .icon-12 {
  color: #9ad100;
}

.slide-39 {
  background-image: url('../images/rtv_bg_header_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.background-video-3 {
  height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-video-container {
  width: 100%;
  height: 600px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-25, .text-span-26, .text-span-27 {
  color: #9ad100;
}

.html-embed {
  width: 100%;
  margin-bottom: 0;
}

.contact-detail-box {
  width: 90%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.select-field-2 {
  height: 50px;
  background-color: #fff;
  border: 1px solid #06f;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 50px;
}

.contact-content-box {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.columns-11 {
  align-items: center;
  display: flex;
}

.text-span-28 {
  color: #9ad100;
}

.bold-text-2 {
  font-weight: 400;
}

.hero-section {
  height: 350px;
  background-color: #f5f6f6;
  background-image: url('../images/left_decoration.svg'), url('../images/right_decoration.svg');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 120px, 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.title-container {
  margin-bottom: 40px;
}

.benef-box {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.benef-box.about {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.tag-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tag-container {
  color: #092232;
  background-color: #e6e6e6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.tag {
  text-align: center;
  text-transform: uppercase;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

.materials-box {
  width: 80%;
  border-top: 1px #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  display: flex;
}

.materials-box.about {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.logo-bg {
  height: 25px;
  color: #fff;
}

.nav--dd-card--inner {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.nav--dd-card--inner.products, .nav--dd-card--inner.company, .nav--dd-card--inner.developers {
  display: none;
}

.right-cheron {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: 3px;
}

.nav-container-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
}

.nav--header-dropdown {
  z-index: 10;
  transform-origin: 50% -50px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.link-block-23 {
  background-color: #4353ff;
}

.nav--dropdown-card {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .3), 0 50px 100px -20px rgba(50, 50, 93, .15);
}

.footer----layout {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inner-body----footer {
  background-color: #f6f9fc;
  margin: 4px;
  padding: 28px;
}

.moving-arrow {
  z-index: 999;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 3px;
  display: none;
  position: absolute;
  transform: rotate(45deg);
}

.header {
  height: 68px;
  background-color: #000;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav1-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-link-signin {
  height: 33px;
  color: #fff;
  background-color: #ff7455;
  border-radius: 50px;
  align-items: center;
  padding: 3px 10px 6px 16px;
  display: flex;
}

.nav-position {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-sigup-wrapper {
  z-index: 5;
  align-items: center;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.inner-body---header {
  padding: 32px;
}

.nav-site-list {
  margin-bottom: 0;
  padding-left: 0;
}

.nav-site-list.add-space-top {
  margin-top: 12px;
}

.nav-list {
  display: flex;
  position: relative;
}

.body-header---layout {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-header---layout.clear-second-row {
  grid-template-rows: auto;
}

.inner-ui-list---li {
  margin-top: 32px;
  display: flex;
}

.inner-ui-list---li.clear-top {
  margin-top: 0;
}

.site-nav-list-item {
  min-width: 254px;
  margin-top: 16px;
  padding-left: 26px;
  display: flex;
}

.site-nav-list-item.clear-top {
  margin-top: 0;
}

.site-nav-list-item.less-space {
  margin-top: 12px;
}

.site-nav-list-item.has-icon {
  margin-top: 15px;
  padding-left: 0;
  line-height: 1.2;
}

.site-nav-list-item.has-icon.clear-top {
  margin-top: 0;
}

.site-nav-list-item.has-icon.medium-space {
  margin-top: 12.5px;
}

.logo-link-wrap {
  z-index: 5;
  height: 100%;
  align-items: center;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav--label--main {
  color: #0a2540;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

.nav--label--main.light {
  color: #425466;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.nav--label--main.normal {
  color: #0a2540;
  text-transform: none;
  line-height: 1.45;
}

.site-nav-list-item---link {
  color: #425466;
  align-items: flex-start;
  line-height: 1.1;
  display: flex;
}

.site-nav-list-item---link.light {
  line-height: 1.2;
}

.site-nav-list-item---link.align-center {
  align-items: center;
}

.nav-link-8 {
  z-index: 6;
  color: #fff;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  display: flex;
}

.nav-link-8.products {
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  position: relative;
}

.large-icon {
  width: 40px;
  height: 40px;
  filter: grayscale(90%);
  margin-right: 10px;
}

.small-icon {
  width: 16px;
  height: 16px;
  color: #87add2;
  margin-right: 10px;
}

.small-icon.book {
  margin-top: 2px;
}

.nav-inner-ul-list {
  min-width: 254px;
  margin-bottom: 0;
}

.nav-menu-2 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
}

.inline-button-text {
  color: #fff;
  font-weight: 700;
  line-height: 1em;
}

.nav-list-title {
  color: #8898aa;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-weight: 700;
}

.nav-list-title.small {
  margin-bottom: 11px;
}

.inner-ui-list-li--link {
  color: #425466;
  align-items: center;
  display: flex;
}

.dd-inner-content-wrapper {
  padding: 32px;
  position: relative;
}

.dd-inner-content-wrapper.developers {
  padding: 0;
}

.nav-header-dashboard {
  z-index: 1;
  width: 100%;
  perspective: 2000px;
  display: block;
  position: absolute;
  left: 0;
}

.dropdown-toggle-3 {
  height: 100%;
  color: #092232;
  align-items: center;
  padding: 0 13px;
  font-size: 15px;
  font-weight: 400;
  transition: color .2s cubic-bezier(.4, 0, .2, .01);
  display: flex;
}

.dropdown-toggle-3:hover {
  color: #9ad100;
  font-weight: 400;
}

.dropdown-toggle-3.w--current {
  color: #9ad100;
}

.dropdown-toggle-3.w--open {
  color: #092232;
  box-shadow: inset 0 -3px #9ad100;
}

.dropdown-toggle-3.language, .dropdown-toggle-3.button, .dropdown-toggle-3.envelope, .dropdown-toggle-3.hide {
  display: none;
}

.dropdown-toggle-3.btn {
  background-color: #9ad100;
}

.dropdown-toggle-3.btn:hover {
  color: #fff;
  background-color: #092232;
}

.dropdown-card-content {
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.dropdown-subgrid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-column.third {
  padding-left: 20px;
  position: relative;
}

.blog-card-image {
  object-fit: cover;
  border: 1px solid #edf1f2;
  display: block;
}

.navbar-2 {
  z-index: 3;
  background-color: #fff;
  position: relative;
  box-shadow: 0 3px 12px rgba(36, 50, 66, .08);
}

.brand-2 {
  flex: none;
  align-items: center;
  margin-right: 32px;
  display: flex;
}

.brand-2.responsive {
  display: none;
}

.dropdown-card-icon {
  width: 32px;
  flex: 0 0 18px;
  margin-top: 2px;
  margin-right: 12px;
  line-height: 0;
  position: relative;
}

.dropdown-card-icon.arrow {
  opacity: .5;
  flex-basis: 14px;
  align-self: center;
  margin-left: 8px;
  margin-right: 0;
}

.dropdown-card-icon.is_-secondary {
  margin-top: 0;
}

.dropdown-bg-full {
  background-color: #f6f8f9;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 35px 35px 50px rgba(36, 50, 66, .15);
}

.footer-divider {
  margin-left: 24px;
  margin-right: 24px;
}

.dropdown-card-title {
  color: #151b26;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.dropdown-card-title.is-secondary {
  margin-top: 2px;
  margin-bottom: 0;
  line-height: 19px;
}

.dropdown-card-title.not-margin {
  margin-top: 2px;
  margin-bottom: 0;
}

.menu-right {
  display: flex;
}

.dropdown-card-bg {
  opacity: 0;
  border-radius: 3px;
  position: absolute;
  top: -16px;
  bottom: -16px;
  left: -16px;
  right: -16px;
}

.dropdown-card-bg.is-yellow {
  background-color: #fffede;
}

.dropdown-card-bg.orange {
  background-color: rgba(249, 220, 0, .15);
}

.dropdown-card-bg.is-blue {
  background-color: #edf8ff;
}

.dropdown-card-bg.is-green {
  background-color: #e2fffa;
}

.dropdown-card-bg.is-red {
  background-color: #ffedef;
}

.dropdown-card-bg.purple {
  background-color: #f0f0ff;
  text-decoration: none;
}

.dropdown-card-bg.white {
  background-color: #fff;
  border: 1px solid #edf1f2;
}

.dropdown-overflow {
  padding-top: 40px;
  overflow: auto;
}

.inline-footer {
  margin-left: .05em;
  margin-right: .05em;
  font-weight: 500;
  display: inline;
}

.inline-footer.svg {
  line-height: 0;
  position: relative;
  top: 3px;
}

.sidebar-column-bg {
  display: none;
}

.menu-left {
  display: flex;
}

.dropdown-card {
  margin-bottom: 36px;
  text-decoration: none;
  display: block;
  position: relative;
}

.dropdown-card.is-secondary {
  margin-bottom: 20px;
}

.dropdown-card.has-icon {
  display: flex;
}

.dropdown-footer-copy {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translate(0, -50%);
}

.navbar-wrapper {
  z-index: 99;
  background-color: #fff;
  font-size: 12px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-bg {
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.blog-card-link {
  color: #646f79;
  justify-content: space-between;
  margin-top: 8px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 12px;
  right: 0%;
}

.menu {
  height: 56px;
  float: none;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: stretch;
  font-weight: 500;
  display: flex;
}

.dropdown-footer-wrapper {
  background-color: #fbfdfe;
  border-top: 1px solid #e0e6e8;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.dropdown-footer-wrapper.tablet {
  display: none;
}

.dropdown-sidebar-bg {
  width: 100vw;
  background-color: #f6f8f9;
  border-left: 1px solid #e0e6e8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 706px;
  right: 0;
}

.dropdown-grid {
  grid-column-gap: 50px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 180px 410px 240px;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-grid.resources {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 300px 300px 300px;
}

.footer-copy-link {
  color: #796eff;
}

.dropdown-card-text {
  color: #868686;
  font-weight: 400;
}

.blog-card-content {
  padding-left: 0;
  font-weight: 700;
}

.divider {
  width: 1px;
  height: 28px;
  background-color: #e0e6e8;
}

.blog-card {
  background-color: #fff;
  border: 1px solid #edf1f2;
  flex-direction: column;
  margin-bottom: 12px;
  padding: 8px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.blog-card:hover {
  transform: translate(0, -2px);
  box-shadow: 4px 0 8px rgba(36, 50, 66, .08);
}

.blog-card.third {
  display: none;
}

.dropdown-list-4 {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 142px;
  font-size: 13px;
  position: fixed;
  top: 80px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.dropdown-column-title {
  color: #151b26;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e6e8;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.dropdown-footer-full {
  z-index: 1;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 96px;
  left: 0%;
  right: 0%;
}

.nav-sales-text {
  display: none;
}

.nav-button {
  color: #fff;
  background-color: #273240;
  border-radius: 3px;
  padding: 8px 16px;
  transition: background-color .2s ease-in-out;
}

.nav-button:hover {
  background-color: #151b26;
}

.dropdown-footer-link {
  color: #848f99;
  transition: color .2s;
}

.dropdown-footer-link:hover {
  color: #796eff;
}

.reset-line-height {
  line-height: 0;
}

.navbar-bg {
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, .1);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-sales-icon {
  display: block;
}

.dropdown-footer {
  height: 45px;
  align-items: center;
  display: flex;
}

.dropdown-4.hide {
  display: none;
}

.dropdown-list-body {
  z-index: 3;
  position: relative;
}

.container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 32px;
}

.container-3.mobile {
  border-bottom: 1px solid #e0e6e8;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-inner-shadow {
  z-index: 4;
  height: 56px;
  background-image: linear-gradient(rgba(36, 50, 66, .08), rgba(0, 0, 0, 0) 15%);
  position: absolute;
  bottom: 100%;
  left: 0%;
  right: 0%;
  box-shadow: 0 3px 12px rgba(36, 50, 66, .08);
}

.blog-card-label {
  color: #9ca6af;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 12px;
}

.label {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #796eff;
  border-radius: 2px;
  margin-left: 4px;
  padding: 2px 5px 1px 6px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  position: absolute;
}

.dropdown-toggle-text {
  color: #092232;
  margin-right: 6px;
  font-weight: 400;
}

.blog-card-title {
  font-size: 16px;
  line-height: 20px;
}

.image-14, .image-15, .services-icon {
  margin-bottom: 4px;
}

.fs-styleguide_section-header {
  width: 100%;
  background-image: url('../images/dots.svg');
  background-position: 50%;
  background-size: .875rem;
  background-attachment: fixed;
  border-top: 1px solid rgba(9, 34, 50, .66);
  border-bottom: 1px solid rgba(9, 34, 50, .66);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 2.5rem 6rem;
  display: flex;
  overflow: hidden;
}

.fs-styleguide_section-title {
  color: #092232;
  margin-bottom: 1.2rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.layout1_component {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 6rem;
  display: grid;
  position: relative;
}

.text-align-center {
  width: 70%;
  color: #092232;
  text-align: center;
  margin-bottom: 40px;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.button-4 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #9ad100;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .1s;
  display: inline-block;
}

.button-4:hover, .button-4:active {
  background-color: #092232;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layout1_image {
  width: 100%;
  max-height: 28rem;
  object-fit: cover;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-global {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.padding-global.mobile {
  display: none;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
  display: block;
}

.margin-bottom.margin-small.title, .margin-bottom.margin-small.file-upload {
  display: none;
}

.margin-bottom.margin-medium {
  margin-bottom: 0;
}

.margin-bottom.margin-medium.large {
  margin-bottom: 4rem;
}

.section-store1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: none;
}

.blog1_content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.25rem;
  display: flex;
}

.blog1_item-link {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-category-label {
  z-index: 2;
  color: #092232;
  background-color: #9ad100;
  padding: .25rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.arrow-icon {
  height: 1rem;
  justify-content: center;
  align-items: center;
  display: none;
}

.blog1_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.blog1_image {
  width: 100%;
  max-height: 16rem;
  object-fit: contain;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.blog1_content-wrapper {
  height: 100%;
  background-color: #e6e6e6;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  transition: background-color .1s;
  display: flex;
  position: relative;
}

.blog1_content-wrapper:hover {
  color: #092232;
  background-color: #e6e6e6;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xlarge {
  display: block;
}

.blog1_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog1_image-wrapper {
  width: 100%;
}

.text-align-center-2 {
  text-align: center;
  margin-bottom: 60px;
}

.layout14_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout14_component {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout14_image {
  width: 100%;
  max-height: 24rem;
  object-fit: none;
}

.layout14_content-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
}

.button-wrapper {
  margin-top: .5rem;
  margin-right: 1rem;
}

.layout15_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout15_component {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout15_content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
}

.layout15_image {
  width: 100%;
  max-height: 32rem;
  object-fit: none;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-right.margin-xsmall {
  margin-right: 1rem;
}

.layout13_item-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.layout13_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.layout13_item-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: .5rem;
}

.layout13_item {
  background-color: #e6e6e6;
  border-left: .125rem solid #9ad100;
  flex-direction: row;
  align-items: flex-start;
  padding: 2rem 1.25rem;
  display: flex;
}

.section-layout13 {
  padding-top: 100px;
}

.heading-19, .heading-20 {
  text-align: center;
  font-weight: 600;
}

.structured-list__row {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #dcdcdc;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.structured-list__row.w--current {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.structured-list__header-row {
  width: 100%;
  color: #9ad100;
  border-bottom: 1px #dcdcdc;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.structured-list__body {
  color: #092232;
  flex-direction: column;
  font-weight: 400;
  display: flex;
}

.structured-list__header-item {
  width: 36rem;
  height: 2.5rem;
  border-bottom: 1px solid #dcdcdc;
  align-self: flex-end;
  padding: 1rem 1rem .5rem;
  font-weight: 500;
}

.structured-list__header-item.structured-list__header-item-first {
  width: 7rem;
  border-bottom: 1px solid #dcdcdc;
}

.structured-list__header-item.divider {
  width: 2px;
}

.structured-list__header-item.separator {
  min-width: 16rem;
}

.structured-list {
  width: 100%;
  min-width: 500px;
  margin-bottom: 5rem;
  overflow: auto;
}

.structured-list__head {
  align-items: center;
  font-weight: 600;
  display: flex;
}

.structured-list__body-item {
  width: 36rem;
  max-width: 36rem;
  color: #565656;
  flex: 0 auto;
  padding: 1rem 1rem 1.5rem;
  font-weight: 300;
  line-height: 1.3125rem;
}

.structured-list__body-item.structured-list__body-item-small {
  width: 7rem;
  flex: none;
  position: relative;
}

.structured-list__body-item.separator {
  min-width: 4rem;
}

.component-example__white-theme {
  width: 100%;
  min-height: 12.5rem;
  background-color: #fff;
  border: 1rem solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: relative;
}

.structured-list-header, .text-block-7, .text-block-8 {
  color: #9ad100;
  font-weight: 600;
}

.text-block-9 {
  color: #092232;
  font-weight: 600;
}

.text-block-10 {
  color: #092232;
  font-weight: 400;
}

.paragraph-15, .paragraph-16 {
  color: #092232;
}

.text-block-11 {
  color: #092232;
  font-weight: 400;
}

.text-block-12 {
  font-weight: 600;
}

.layout2_image-wrapper {
  width: 100%;
  height: 100%;
}

.layout2_image-wrapper.gray {
  background-color: #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
}

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

.layout2_content-right {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout2_content-left {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.button-5 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0f62fe;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .1s;
  display: inline-block;
}

.button-5:hover {
  background-color: #0353e9;
}

.button-5:active {
  background-color: #002d9c;
}

.layout2_component {
  width: 100%;
  height: 100vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-17, .heading-21 {
  color: #092232;
}

.social-icons-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.padding-global-2 {
  padding: 6rem 2.5rem 0;
}

.section-contact1 {
  display: block;
}

.contact1_content-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact1_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-icon {
  height: 2rem;
}

.success-message {
  background-color: #42be65;
}

.button-form {
  text-align: center;
  background-color: #9ad100;
  padding: .5rem 1.5rem;
  font-weight: 600;
  transition: background-color .1s;
}

.button-form:hover {
  background-color: #092232;
}

.button-form:active {
  background-color: #002d9c;
}

.form-text-input {
  height: 100%;
  min-height: 3rem;
  color: #092232;
  background-color: #dfdfdf;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #6f6f6f;
  margin-bottom: 0;
  padding: .5rem .75rem;
}

.form-text-input:focus {
  border: 1px solid #f4f4f4;
}

.form-text-input.text-area {
  min-height: 8rem;
  background-color: #e6e6e6;
}

.social-link {
  justify-content: center;
  align-items: center;
  transition: opacity .1s;
  display: flex;
}

.social-link:hover {
  opacity: .7;
}

.contact1_form {
  margin-top: .25rem;
}

.form-field-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: max-content;
  justify-items: start;
  margin-bottom: 1rem;
  display: grid;
}

.error-message {
  background-color: #fa4d56;
}

.paragraph-18 {
  color: #092232;
}

.text-block-13 {
  font-weight: 600;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.text-align-center-3 {
  text-align: center;
}

.home-header_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-wrapper {
  background-image: url('../images/dots.svg');
  background-position: 0 0;
  background-size: 14px;
  display: flex;
}

.padding-section-xlarge {
  padding: 0 0 4rem;
}

.text-weight-semibold {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 600;
}

.section_home-header {
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.home-header_blur-shape {
  z-index: 1;
  width: 12rem;
  height: 16rem;
  filter: blur(200px);
  background-image: linear-gradient(#9ad100, #32d380);
  border-radius: 50%;
  position: absolute;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.layout1_component-2 {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
  position: relative;
}

.section_layout1 {
  padding-top: 0;
}

.home-header_blur-shape-2 {
  z-index: 1;
  width: 12rem;
  height: 16rem;
  filter: blur(200px);
  background-image: linear-gradient(#0f62fe, #0ffee2);
  border-radius: 50%;
  position: absolute;
}

.layout11_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout11_item {
  color: #092232;
  background-color: #e6e6e6;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 1.25rem;
  text-decoration: none;
  transition: transform .25s;
  display: flex;
}

.layout11_item:hover {
  transform: translate(0, -3px);
}

.layout11_item-icon {
  width: 2rem;
  height: 2rem;
}

.layout8_button {
  max-width: none;
  color: #092232;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  text-decoration: none;
  transition: background-color .1s;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.layout8_button:hover {
  background-color: #fff;
}

.layout8_item {
  flex-direction: column;
  align-items: flex-start;
}

.layout8_item.item-offset {
  margin-top: 8rem;
}

.layout8_item.item-offset.hide {
  display: none;
}

.arrow-icon-2 {
  height: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout8_image {
  width: 100%;
  height: 100%;
  max-height: 32rem;
  object-fit: cover;
}

.layout8_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.layout8_component.hide {
  display: none;
}

.layout8_content-wrapper {
  width: 100%;
  height: 32rem;
  display: flex;
  position: relative;
}

.language {
  color: #fff;
  margin-bottom: 0;
  margin-right: 4px;
}

.image-16, .image-17 {
  margin-bottom: 40px;
}

.footer2_link {
  opacity: .7;
  color: #f4f4f4;
  margin-top: .5rem;
  margin-right: 8px;
  font-weight: 400;
  text-decoration: none;
}

.footer2_link:hover {
  opacity: 1;
}

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

.footer2_links-col {
  width: 25%;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-content: start;
  align-items: flex-start;
  display: flex;
}

.footer2_logo {
  max-height: 4rem;
}

.footer-divider-2 {
  height: 1px;
  background-color: #0e344d;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.footer2_component {
  background-color: #092232;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer2_links-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  justify-items: center;
  display: flex;
}

.footer2_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.heading-small {
  color: #9ad100;
  font-size: 1.25rem;
  font-weight: 400;
}

.footer2_logo-link {
  justify-content: flex-start;
  align-items: center;
}

.footer2_link-2 {
  opacity: .7;
  color: #f4f4f4;
  margin-top: .5rem;
  font-weight: 400;
  text-decoration: none;
}

.footer2_link-2:hover {
  opacity: 1;
}

.heading-small-2 {
  color: #9ad100;
  font-size: 1.25rem;
  font-weight: 600;
}

.footer2_logo-2 {
  max-height: 2rem;
}

.footer-divider-3 {
  height: 1px;
  background-color: #393939;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.footer2_component-2 {
  background-color: #092232;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.heading-small-3 {
  font-size: 1.25rem;
}

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

.form-checkbox-wrapper {
  margin-bottom: .25rem;
  padding-left: 1.25rem;
  display: flex;
}

.padding-global-3 {
  color: #092232;
  padding: 6rem 2.5rem;
}

.contact2_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-checkbox {
  width: 1rem;
  height: 1rem;
  border-width: 1px;
  border-color: #6f6f6f;
  border-radius: 0;
  margin: .25rem .5rem 0 -1.25rem;
}

.form-checkbox.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  background-color: #f4f4f4;
  background-image: url('../images/checkmark.svg');
  background-size: cover;
  border-width: 1px;
  border-color: #6f6f6f;
  margin: .25rem .5rem 0 -1.25rem;
}

.form-checkbox.w--redirected-focus {
  width: 1rem;
  height: 1rem;
  box-shadow: none;
  border-width: .125rem;
  border-color: #6f6f6f;
  margin: .25rem .5rem 0 -1.25rem;
}

.button-form-2 {
  text-align: center;
  background-color: #0f62fe;
  padding: .5rem 1.5rem;
  transition: background-color .1s;
}

.button-form-2:hover {
  background-color: #0353e9;
}

.button-form-2:active {
  background-color: #002d9c;
}

.form-text-input-2 {
  height: 100%;
  min-height: 3rem;
  color: #f4f4f4;
  background-color: #262626;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #6f6f6f;
  margin-bottom: 0;
  padding: .5rem .75rem;
}

.form-text-input-2:focus {
  border: 1px solid #f4f4f4;
}

.form-text-input-2.text-area {
  min-height: 8rem;
}

.contact2_content-left {
  padding: 4rem;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.form-field-row-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: max-content;
  justify-items: start;
  display: grid;
}

.section-layout5 {
  background-color: #f1f1f1;
  display: block;
}

.read-more {
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout5_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout-item {
  color: #092232;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.layout-item.brochure {
  color: #092232;
  background-color: #dfdfdf;
  border: 1px #9ad100;
  flex-direction: column;
  padding-top: 2rem;
  padding-left: 2rem;
  transition: background-color .4s;
}

.layout-item.brochure:hover {
  background-color: #fff;
  border-style: solid;
}

.text-size-small {
  margin-right: 4px;
  font-size: .875rem;
}

.icon-1x1-small {
  width: 4rem;
  height: 4rem;
}

.heading-22 {
  font-weight: 600;
}

.paragraph-19 {
  color: #092232;
}

.heading-23 {
  font-weight: 600;
}

.padding-global-4 {
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: none;
}

.testimonial2_arrow-left-icon {
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial2_arrow-left {
  width: 3rem;
  height: 3rem;
  background-color: #092232;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  top: auto;
  bottom: 0;
  left: auto;
  right: 3rem;
}

.testimonial2_arrow-left:hover {
  background-color: #9ad100;
}

.testimonial2_quote-icon {
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial2_arrow-right-icon {
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial2_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial2_nav-dots {
  display: none;
}

.text-size-large {
  font-size: 1.5rem;
}

.testimonial2_content-left {
  height: 100%;
  background-color: #262626;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.text-weight-medium {
  font-weight: 500;
}

.section-testimonial2 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/dots.svg');
  background-position: 0 0, 50%;
  background-size: auto, 14px;
}

.testimonial2_content-right {
  width: 100%;
  height: 100%;
  display: block;
}

.testimonial2_slide-content {
  width: 100%;
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.testimonial2_arrow-right {
  width: 3rem;
  height: 3rem;
  background-color: #092232;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.testimonial2_arrow-right:hover {
  background-color: #9ad100;
}

.text-size-tiny {
  font-size: .75rem;
}

.testimonial2_client-headshot {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: contain;
  display: block;
}

.text-span-29, .text-span-30 {
  font-size: 18px;
  font-weight: 600;
}

.paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29 {
  display: none;
}

.layout8_button-2 {
  max-width: 20rem;
  color: #fff;
  cursor: pointer;
  background-color: #262626;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.25rem;
  text-decoration: none;
  transition: background-color .1s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.layout8_button-2:hover {
  background-color: #2e2e2e;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-span-31 {
  color: #9ad100;
}

.paragraph-30, .paragraph-31 {
  text-align: center;
  margin-bottom: 24px;
}

.text-span-32 {
  color: #9ad100;
}

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

.text-span-33 {
  color: #9ad100;
}

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

.paragraph-34 {
  text-align: center;
}

.image-18 {
  max-width: none;
}

.flag-icon {
  width: 24px;
  height: 24px;
  max-width: none;
}

.lang-container {
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .dropdown-toggle {
    top: 22px;
  }

  .nav-menu {
    float: right;
    left: 0%;
  }

  .slide-content {
    margin-top: 0%;
    position: absolute;
  }

  .heading-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    top: 0;
  }

  .contact-col-1 {
    width: 70%;
  }

  .quote-block {
    height: auto;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .quote-section {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
    display: flex;
  }

  .nav-container {
    width: 90%;
  }

  .image-12 {
    opacity: .3;
  }

  .materials-box {
    border-top-style: none;
  }

  .dropdown-toggle-3.language, .dropdown-toggle-3.button, .dropdown-toggle-3.envelope {
    display: flex;
  }

  .blog-card-image {
    height: 145px;
  }

  .menu-left {
    width: auto;
  }

  .dropdown-sidebar-bg {
    left: 862px;
  }

  .dropdown-grid {
    grid-template-columns: 200px 516px 300px;
  }

  .dropdown-grid.resources {
    grid-template-columns: 200px 516px 360px;
  }

  .blog-card.third {
    display: none;
  }

  .container-3 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .container-large {
    max-width: none;
  }

  .padding-vertical.padding-xlarge {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .component-example__white-theme {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .padding-global-4 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .button-2 {
    width: 100px;
    align-items: center;
    display: flex;
  }

  .button-cover-2.espanol {
    width: 100px;
  }

  .nav-menu {
    left: 0%;
  }

  .div-block-3 {
    width: auto;
  }

  .button-3._1.menu {
    margin-right: 0;
  }

  .div-block-16._2 {
    width: 92%;
  }

  .div-block-17 {
    width: 80%;
  }

  .nav-container {
    justify-content: space-between;
  }

  .dropdown-toggle-2 {
    padding: 20px;
  }

  .link-block-21 {
    margin-right: 20px;
  }

  .link-block-22 {
    width: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    text-decoration: none;
    display: flex;
  }

  .blog-card-image {
    width: 165px;
    height: auto;
  }

  .blog-card-link {
    position: absolute;
  }

  .dropdown-sidebar-bg {
    left: 50%;
    transform: translate(144px);
  }

  .dropdown-grid.resources {
    grid-template-columns: 200px 516px 1fr;
  }

  .blog-card-content {
    padding-bottom: 24px;
    padding-left: 12px;
    position: relative;
  }

  .blog-card {
    height: 145px;
    flex-direction: row;
  }

  .blog-card.third {
    display: flex;
  }

  .nav-sales-text {
    display: block;
  }

  .nav-sales-icon {
    display: none;
  }

  .container-large {
    max-width: 82rem;
  }

  .structured-list__header-item {
    max-width: 36rem;
  }

  .component-example__white-theme {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .padding-global-4 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-large-2 {
    max-width: 82rem;
  }

  .div-block-22 {
    margin-left: 4em;
    margin-right: 4rem;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu {
    position: static;
    left: 25%;
  }

  .div-block-3 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .slide {
    background-size: auto, cover;
  }

  .heading-2._1, .heading-6, .div-block-7 {
    width: 70%;
  }

  .section-5._2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2px;
    padding-right: 2%;
    display: flex;
  }

  .heading-12, .paragraph-7 {
    width: auto;
  }

  .paragraph-8 {
    padding-top: 0;
  }

  .image-4 {
    margin-left: 0;
    margin-right: 0;
    top: 0;
  }

  .mail-column {
    margin-top: 0;
  }

  .contact-col-1 {
    width: 40%;
    flex-direction: column;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-col-2 {
    width: 40%;
  }

  .columns-6 {
    width: 70%;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .div-block-16 {
    width: 86%;
    justify-content: center;
  }

  .div-block-16._2 {
    width: 86%;
  }

  .image-6 {
    margin-left: 0;
  }

  .paragraph-11 {
    width: 80%;
    margin-right: 0;
  }

  .div-block-17 {
    width: 80%;
  }

  .div-block-17.stereo {
    width: 45%;
  }

  .div-block-18 {
    width: 80%;
  }

  .contacto-section._2 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    display: none;
  }

  .link-4 {
    display: block;
  }

  .nav-container {
    width: 72%;
    justify-content: space-between;
  }

  .slide-copy-box, .grid {
    width: 70%;
  }

  .contact-info-column {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .grid-2 {
    width: 70%;
  }

  .link-9 {
    display: block;
  }

  .benef-sections {
    padding-top: 100px;
  }

  .tags-box {
    width: 80%;
    margin-bottom: 72px;
  }

  .grid-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .contact-content-box {
    width: 70%;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .benef-box {
    width: 80%;
    margin-bottom: 72px;
  }

  .tag-wrapper {
    width: 80%;
  }

  .materials-box {
    width: 80%;
    margin-bottom: 72px;
  }

  .padding-global {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .padding-vertical.padding-xlarge, .padding-vertical.padding-xlarge.about {
    padding-left: 0;
    padding-right: 0;
  }

  .structured-list__header-row, .structured-list__header-item, .structured-list__header-item.structured-list__header-item-first {
    border-bottom-style: none;
  }

  .structured-list__head {
    border-bottom: 1px solid #e6e6e6;
  }

  .component-example__white-theme {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .layout2_component, .padding-global-2, .testimonial2_component {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .testimonial2_component.english {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-22 {
    width: auto;
    margin-left: 19em;
    margin-right: 19em;
  }
}

@media screen and (max-width: 991px) {
  .nav-link-4 {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .nav-link-4._1 {
    padding-right: 32px;
  }

  .comprar-productos {
    text-align: center;
    margin-right: 0;
  }

  .dropdown-2 {
    width: 180px;
  }

  .dropdown-toggle {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    background-color: #fff;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 2px;
    flex-direction: column;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0%;
    right: 0%;
    box-shadow: 0 24px 30px rgba(18, 22, 34, .1);
  }

  .slider {
    height: 500px;
  }

  .div-block-3 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .slide {
    background-position: 0 0, 50% 100%;
    background-size: auto, 1200px;
  }

  .icon-3, .icon-4 {
    margin-top: 280px;
  }

  .heading-2._1 {
    padding-left: 0;
  }

  .heading-3._1 {
    width: 90%;
    padding-left: 0;
  }

  .button-3 {
    margin-left: 97px;
  }

  .button-3._1.menu {
    width: 95%;
  }

  .right-arrow {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-2 {
    background-position: 0 0, 50%;
  }

  .card_col_2 {
    width: 85%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .col_60 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .card_row {
    width: 85%;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .col_60-2 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0 30px 80px;
  }

  .column-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-3 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .slider-2 {
    height: auto;
  }

  .columns-3 {
    width: 85%;
  }

  .section-3 {
    padding-bottom: 50px;
    overflow: hidden;
  }

  .dealers-section {
    padding-right: 30px;
  }

  .paragraph-5 {
    width: 90%;
  }

  .div-block-10 {
    width: 70%;
    top: 8%;
  }

  .div-block-10._2 {
    left: 120px;
  }

  .background-video {
    width: auto;
    display: none;
    overflow: visible;
  }

  .section-5._2 {
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-col-1 {
    width: 94%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .contact-col-2 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .section-6 {
    padding-bottom: 20px;
  }

  .columns-6 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .paragraph-10 {
    text-align: center;
    padding-left: 0;
  }

  .link-block-5 {
    width: 100%;
  }

  .column-9 {
    height: 100vh;
  }

  .slider-3 {
    height: 80vh;
  }

  .column-10 {
    text-align: center;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 30px;
  }

  .div-block-16 {
    width: 90%;
  }

  .text-span-11 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-17 {
    width: 85%;
  }

  .link._4 {
    margin-top: 25px;
    font-size: 16px;
  }

  .link._4.mdf {
    margin-top: 20px;
    font-size: 16px;
  }

  .link._4 {
    font-size: 16px;
  }

  .link._4.mdf {
    margin-top: 20px;
    font-size: 16px;
  }

  .link._4, .link._4.mdf, .link._4 {
    font-size: 16px;
  }

  .link._4.mdf {
    margin-top: 0;
    font-size: 16px;
  }

  .heading-16 {
    margin-top: 0%;
    font-size: 38px;
  }

  .background-video-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contacto-section._2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
  }

  .menu-button {
    z-index: 2;
    display: inline-block;
    top: 17px;
  }

  .menu-button.w--open {
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .icon-8 {
    color: #313a5a;
    font-size: 45px;
  }

  .menu-button-2 {
    margin-top: 5px;
    margin-right: 0;
    font-size: 40px;
  }

  .menu-button-2.w--open {
    color: #313a5a;
    background-color: #fff;
    margin-top: 5px;
    margin-right: 0;
  }

  .slide-nav-3 {
    margin-top: 20px;
    position: relative;
  }

  .columns-7 {
    display: block;
  }

  .column-18 {
    padding-top: 30px;
  }

  .column-19, .column-20 {
    text-align: center;
    margin-bottom: 32px;
  }

  .column-21 {
    text-align: center;
    padding-bottom: 0;
    position: relative;
  }

  .image-7 {
    display: none;
  }

  .left-arrow-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-22, .column-23, .column-24, .column-25, .column-26, .column-27, .column-28, .column-29, .column-30, .column-31, .column-32, .column-33 {
    padding-top: 50px;
  }

  .nav-container {
    width: 100%;
    justify-content: space-between;
  }

  .dropdown-3 {
    width: 100%;
  }

  .dropdown-toggle-2 {
    width: 100%;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .image-11 {
    display: block;
  }

  .text-block-5 {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .lang-link {
    text-align: center;
  }

  .grid {
    width: 94%;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .distrib-content-box {
    width: 60%;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3 {
    width: 90%;
  }

  .icon-13, .icon-14 {
    color: #092232;
  }

  .tag-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .materials-box {
    width: auto;
    border-top-style: none;
  }

  .dropdown-toggle-3 {
    z-index: 2;
    width: 100%;
    box-shadow: none;
    color: #151b26;
    border-top: 1px solid #e0e6e8;
    justify-content: space-between;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color .2s, color .2s cubic-bezier(.4, 0, .2, .01);
  }

  .dropdown-toggle-3:hover {
    color: #9ad100;
    font-weight: 600;
  }

  .dropdown-toggle-3.w--open {
    box-shadow: none;
    background-color: #f0f0ff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .dropdown-toggle-3.login {
    text-align: center;
    border: 1px solid #273240;
    border-radius: 2px;
    justify-content: center;
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .dropdown-toggle-3.button {
    background-color: #dfdfdf;
    padding-top: 24px;
    padding-bottom: 16px;
    display: block;
  }

  .dropdown-toggle-3.line {
    display: none;
  }

  .dropdown-subgrid {
    grid-template-columns: 1fr;
  }

  .dropdown-column {
    margin-bottom: 64px;
  }

  .dropdown-column.third {
    margin-bottom: 0;
    padding-left: 0;
  }

  .blog-card-image {
    width: 100%;
    height: 120px;
  }

  .navbar-2 {
    height: 68px;
  }

  .brand-2 {
    display: none;
  }

  .brand-2.responsive {
    margin-top: 10px;
    display: block;
  }

  .dropdown-bg-full {
    display: none;
  }

  .menu-right {
    flex-direction: column-reverse;
  }

  .dropdown-card-bg {
    display: none;
  }

  .dropdown-overflow {
    max-height: none;
    margin-left: -32px;
    margin-right: -32px;
    padding-top: 28px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .sidebar-column-bg {
    background-color: #f6f8f9;
    display: block;
    position: absolute;
    top: -49px;
    bottom: -49px;
    left: -24px;
    right: -24px;
  }

  .menu-left {
    z-index: 1;
    margin-top: 32px;
    display: block;
    position: relative;
  }

  .dropdown-card {
    margin-bottom: 28px;
  }

  .dropdown-footer-copy {
    text-align: center;
    background-color: #e0e6e8;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
  }

  .dropdown-bg {
    display: none;
  }

  .blog-card-link {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
  }

  .menu {
    height: auto;
    padding-bottom: 64px;
    overflow: auto;
  }

  .dropdown-footer-wrapper.tablet {
    z-index: 10;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .dropdown-sidebar-bg {
    display: none;
  }

  .dropdown-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .dropdown-grid.resources {
    grid-template-columns: 1fr;
  }

  .blog-card {
    width: 40%;
    height: 268px;
    white-space: normal;
    margin-bottom: 4px;
    margin-right: 16px;
    padding-bottom: 32px;
    display: inline-block;
    position: relative;
  }

  .blog-card.third {
    display: inline-block;
  }

  .blog-card-scroll {
    width: 100%;
    white-space: nowrap;
    margin-bottom: -16px;
    padding-left: 32px;
    padding-right: 16px;
    overflow: scroll;
  }

  .dropdown-list-4 {
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    top: 0;
  }

  .dropdown-footer-full {
    display: none;
  }

  .menu-button-3 {
    width: 66px;
    height: 100%;
    flex-direction: column;
    padding: 25px 25px 20px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-button-3.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .nav-button {
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
  }

  .nav-button:hover {
    background-color: #273240;
  }

  .dropdown-footer-link {
    width: 50%;
    text-align: center;
    font-size: 14px;
  }

  .dropdown-footer {
    height: 96px;
    padding-bottom: 48px;
  }

  .dropdown-4 {
    width: 100%;
  }

  .blog-card-scroll-wrapper {
    margin-left: -32px;
    margin-right: -32px;
  }

  .menu-button-line {
    width: 16px;
    height: 2px;
    background-color: #b7bfc6;
    border-radius: 1px;
    margin-bottom: 4px;
  }

  .menu-button-line.top, .menu-button-line.middle {
    background-color: #092232;
  }

  .menu-button-line.last {
    background-color: #092232;
    margin-bottom: 0;
  }

  .container-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-3.mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-inner-shadow {
    display: none;
  }

  .dropdown-toggle-text {
    font-weight: 600;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global.mobile {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .blog1_list {
    grid-template-rows: auto auto;
  }

  .blog1_list.home {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .layout14_content-right, .layout15_content-left {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .layout13_item-icon {
    margin-bottom: .25rem;
  }

  .layout13_item {
    flex-direction: column;
    align-items: flex-start;
  }

  .component-example__white-theme {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout2_component {
    height: auto;
    min-height: 40rem;
  }

  .contact1_component {
    flex-direction: column;
    display: flex;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer2_bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

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

  .footer2_links-list {
    flex-direction: column;
    align-items: center;
    justify-items: start;
  }

  .footer2_content {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer2_logo-link {
    justify-content: flex-start;
  }

  .footer2_link-2 {
    text-align: center;
  }

  .layout-item:hover {
    color: #0955f0;
  }

  .layout-item.brochure {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    margin-top: 0;
    margin-right: 0;
    top: 99%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .icon-3, .icon-4 {
    font-size: 25px;
  }

  .slide-content {
    text-align: center;
    align-items: center;
    margin-top: 0%;
  }

  .heading-2 {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 35px;
  }

  .heading-2._1 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .heading-3 {
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 18px;
  }

  .heading-3._1 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button-3 {
    margin-left: 0;
  }

  .button-3.left {
    margin-left: auto;
    margin-right: auto;
  }

  .card_col_2 {
    width: 85%;
    padding-left: 0;
  }

  .col_60 {
    flex-direction: column;
  }

  .card_row {
    width: 85%;
    padding-right: 0;
  }

  .col_60-2 {
    flex-direction: column;
  }

  .paragraph-3 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .slider-2 {
    height: 140vh;
  }

  .heading-8 {
    width: 93%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .section-3 {
    overflow: hidden;
  }

  .icon-6, .icon-7 {
    font-size: 25px;
  }

  .heading-9 {
    text-align: center;
  }

  .dealers-section {
    flex-direction: column;
    padding-right: 0;
  }

  .paragraph-5 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-10 {
    width: 75%;
    left: 69px;
  }

  .div-block-10._2 {
    width: 75%;
    left: 72px;
  }

  .section-5._2 {
    flex-direction: column;
  }

  .paragraph-8 {
    text-align: center;
  }

  .contact-col-1 {
    width: 90%;
    padding-left: 0;
  }

  .contact-col-2 {
    width: 90%;
  }

  .image-5 {
    margin-left: 0;
    display: block;
  }

  .column-9 {
    height: 130vh;
  }

  .slider-3 {
    height: 100vh;
  }

  .div-block-16._2 {
    height: auto;
  }

  .image-6 {
    margin-left: 30px;
  }

  .paragraph-11 {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 13px;
  }

  .text-span-11 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-17 {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .heading-16 {
    margin-top: 0%;
  }

  .heading-17, .heading-17._2 {
    padding-left: 0;
  }

  .heading-17.center {
    text-align: center;
  }

  .div-block-18 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .paragraph-12 {
    text-align: center;
  }

  .contacto-section {
    padding-top: 50px;
  }

  .menu-button-2 {
    margin-top: 0;
    margin-right: 0;
  }

  .menu-button-2.w--open {
    margin-top: 8px;
    margin-right: 10px;
  }

  .slide-nav-3 {
    top: -27px;
  }

  .right-arrow-3, .left-arrow-2 {
    height: 85%;
    display: none;
  }

  .image-7 {
    display: block;
  }

  .heading-18.exito {
    margin-left: 20px;
    margin-right: 20px;
  }

  .link-3 {
    margin-right: 30px;
  }

  .column-35 {
    text-align: center;
  }

  .nav-container {
    width: 100%;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .distrib-content-box {
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-2 {
    width: 94%;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-14 {
    text-align: center;
  }

  .grid-3 {
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .icon-13 {
    color: #092232;
  }

  .contact-content-box {
    flex-direction: column;
    align-items: center;
  }

  .tag-wrapper {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .brand-2.responsive {
    padding-left: 0;
  }

  .menu {
    background-color: #fff;
  }

  .blog-card {
    width: 56%;
    height: 300px;
  }

  .fs-styleguide_section-header {
    padding: 6rem 2rem 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global {
    padding-top: 60px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.mobile {
    display: block;
  }

  .padding-global.desktop {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .blog1_list {
    grid-template-columns: 1fr;
  }

  .blog1_list.home {
    flex-direction: column;
    grid-template-columns: auto auto;
    display: flex;
  }

  .layout14_component {
    grid-template-columns: 1fr;
  }

  .layout14_content-right {
    align-items: center;
    padding: 0;
  }

  .layout15_component {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .layout15_content-left {
    align-items: center;
    padding: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .layout13_component {
    grid-template-columns: 1fr;
  }

  .section-layout13 {
    padding-top: 60px;
  }

  .structured-list__header-item {
    border-bottom: 1px #000;
  }

  .component-example__white-theme {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-15, .paragraph-16 {
    text-align: center;
  }

  .layout2_image {
    max-height: 24rem;
  }

  .layout2_content-right {
    width: 100%;
  }

  .layout2_content-left {
    width: 100%;
    padding: 1.25rem;
  }

  .layout2_component {
    flex-direction: column-reverse;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .form-field-row {
    grid-column-gap: 0rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .layout11_component {
    grid-template-columns: 1fr 1fr;
  }

  .layout8_item.item-offset {
    margin-top: 0;
  }

  .layout8_component {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .footer2_links-col {
    width: 100%;
    align-items: center;
    margin-bottom: 1.25rem;
  }

  .footer2_links-list {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .footer2_content {
    grid-template-columns: 1fr;
  }

  .contact2_image {
    max-height: 24rem;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact2_component {
    flex-direction: column-reverse;
    display: flex;
  }

  .contact2_content-left {
    width: 100%;
    padding: 1.25rem;
  }

  .form-field-row-2 {
    grid-column-gap: 0rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .layout5_component {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .layout-item {
    padding-left: 0;
    padding-right: 0;
  }

  .layout-item.brochure {
    padding-bottom: 2rem;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .testimonial2_content-right {
    display: none;
  }

  .testimonial2_slide-content {
    flex-direction: column-reverse;
    display: flex;
  }

  .image-18, .flag-icon, .image-20, .image-21 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-link-4, .comprar-productos {
    text-align: center;
  }

  .nav-menu {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    top: 88%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .slider {
    height: 700px;
    align-items: center;
    display: block;
  }

  .div-block-3 {
    justify-content: space-between;
    padding-left: 0%;
    padding-right: 0%;
  }

  .slide {
    background-position: 0 0, 70%;
    background-size: auto, cover;
  }

  .icon-3, .icon-4 {
    display: none;
  }

  .slide-content {
    margin-top: 0%;
    padding-left: 0%;
    top: 0;
  }

  .slide-content.slide2 {
    top: 100px;
  }

  .slide-content.slide3 {
    top: 150px;
  }

  .heading-2 {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 25px;
  }

  .heading-2._1 {
    text-align: center;
    margin-top: 0;
    padding-left: 30px;
    font-size: 18px;
    line-height: 1.4;
  }

  .heading-3 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-3._1 {
    width: auto;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-3.nosotros {
    margin-top: 0;
  }

  .button-3._1 {
    text-align: center;
    margin-left: 37px;
    margin-right: 37px;
    display: block;
  }

  .button-3._1.menu {
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow {
    display: none;
  }

  .card_row {
    width: 90%;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .heading-7 {
    font-size: 24px;
    line-height: 1.4;
  }

  .paragraph-3 {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .div-block-7 {
    width: 90%;
    top: 100px;
  }

  .heading-8 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    top: 0;
  }

  .columns-3 {
    width: 95%;
  }

  .div-block-10 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
    left: 37px;
  }

  .div-block-10._2 {
    width: 80%;
    left: 36px;
  }

  .background-video {
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .section-5._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-12 {
    width: 90%;
    text-align: center;
    margin-top: 0;
    font-size: 24px;
    line-height: 1.3;
  }

  .paragraph-7 {
    width: 90%;
    text-align: center;
  }

  .paragraph-8 {
    text-align: left;
    padding-top: 0;
    font-size: 14px;
  }

  .image-4 {
    margin-bottom: 8px;
  }

  .contact-col-1 {
    width: 92%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-col-2 {
    width: 92%;
  }

  .heading-13 {
    margin-top: 0;
    font-size: 24px;
  }

  .text-field-3 {
    text-align: center;
    padding-left: 0;
    display: block;
  }

  .field-label-3 {
    padding-right: 20px;
  }

  .field-label-3._1.english {
    padding-right: 23px;
  }

  .field-label-3._3 {
    padding-right: 9px;
  }

  .field-label-3._2 {
    padding-right: 20px;
  }

  .field-label-3.upload-url {
    text-align: center;
    border-right-width: 0;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .field-label-3.espanol {
    width: 100%;
    border-bottom: 1px solid #9ad100;
    border-right-style: none;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .field-label-3._4-copy {
    padding-right: 7px;
  }

  .input-field {
    width: 90%;
    text-align: center;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .input-field.file-upload {
    width: 90%;
    flex-direction: column;
    padding-top: 8px;
  }

  .input-field.name-company {
    width: 90%;
  }

  .input-field._1 {
    width: 100%;
    align-items: stretch;
    margin-bottom: 24px;
    margin-right: 0;
    display: block;
  }

  .input-field._2 {
    width: 90%;
  }

  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .columns-6 {
    padding-bottom: 0;
  }

  .brand {
    margin-right: 20px;
  }

  .brand.w--current {
    margin-right: 30px;
    padding-left: 0;
  }

  .container {
    display: inline-block;
  }

  .image-5 {
    margin-left: 0;
    display: block;
  }

  .link-block-5 {
    width: auto;
  }

  .column-9 {
    height: 145vh;
  }

  .left-arrow {
    width: 30px;
    overflow: hidden;
  }

  .right-arrow-2 {
    width: 30px;
  }

  .column-10 {
    margin-bottom: 32px;
  }

  .heading-15.black {
    width: 80%;
    font-size: 24px;
    line-height: 1.4;
  }

  .div-block-16 {
    height: auto;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
  }

  .div-block-16._2, .div-block-16._2.cad {
    height: auto;
  }

  .image-6 {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .paragraph-11 {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .div-block-17 {
    top: -74px;
  }

  .section-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-16 {
    margin-top: 0%;
  }

  .contacto-section._2 {
    padding-top: 150px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    float: none;
    padding: 12px;
    position: relative;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu-button-2.w--open {
    margin-right: 0;
  }

  .column-19, .column-20 {
    margin-bottom: 32px;
  }

  .column-21 {
    padding-bottom: 0;
  }

  .image-7 {
    display: block;
    position: static;
    top: auto;
    bottom: 9%;
    left: 6%;
    right: auto;
  }

  .left-arrow-3 {
    display: none;
  }

  .quote-block {
    width: 100%;
    overflow: visible;
  }

  .div-block-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-18 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-21 {
    display: none;
  }

  .link-3 {
    font-size: 11px;
  }

  .link-4 {
    font-size: 12px;
  }

  .nav-container {
    width: 100%;
    justify-content: space-between;
    margin-right: 0;
    position: static;
  }

  .dropdown-toggle-2 {
    justify-content: space-between;
    padding-right: 0;
  }

  .image-11 {
    display: block;
  }

  .icon-9 {
    margin-left: 0;
  }

  .slide-copy-box {
    align-items: center;
    margin-top: 50px;
  }

  .grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-info-column {
    flex-direction: row;
    align-items: center;
  }

  .grid-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-14 {
    font-size: 14px;
  }

  .link-9 {
    font-size: 14px;
    display: block;
  }

  .tags-box {
    width: 90%;
    margin-bottom: 50px;
  }

  .p1 {
    width: 90%;
  }

  .grid-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-detail-box {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-section {
    height: 400px;
  }

  .benef-box {
    width: auto;
    margin-bottom: 50px;
  }

  .tag-wrapper {
    flex-direction: column;
    display: flex;
  }

  .materials-box {
    width: auto;
    margin-bottom: 50px;
  }

  .dropdown-toggle-3 {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .dropdown-toggle-3.w--open {
    object-fit: fill;
    overflow: visible;
  }

  .navbar-2 {
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .brand-2.responsive {
    margin-right: 0;
    padding-left: 0;
  }

  .menu-right {
    overflow: auto;
  }

  .dropdown-overflow {
    padding-top: 0;
    overflow: visible;
  }

  .menu-left {
    overflow: hidden;
  }

  .menu {
    height: 100vh;
    padding-bottom: 0;
    overflow: auto;
  }

  .blog-card {
    width: 90%;
    height: 260px;
  }

  .dropdown-list-4.w--open {
    object-fit: fill;
    overflow: auto;
  }

  .dropdown-column-title {
    display: none;
  }

  .dropdown-4 {
    object-fit: fill;
    display: block;
    overflow: visible;
  }

  .dropdown-list-body {
    overflow: visible;
  }

  .container-3.mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fs-styleguide_section-header {
    padding-top: 6rem;
  }

  .fs-styleguide_section-title {
    font-size: 2rem;
    font-weight: 400;
  }

  .layout1_component {
    grid-template-columns: 1fr;
  }

  .text-align-center {
    text-align: left;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global.mobile {
    padding-top: 60px;
  }

  .padding-global.desktop {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium {
    width: 100%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xlarge, .blog1_list.home {
    flex-direction: column;
    display: flex;
  }

  .text-align-center-2 {
    text-align: left;
    overflow: hidden;
  }

  .section-layout14 {
    padding-top: 60px;
  }

  .layout14_image-wrapper {
    object-fit: fill;
  }

  .layout14_component {
    grid-template-columns: auto;
  }

  .layout14_image {
    width: auto;
    object-fit: cover;
  }

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

  .layout15_component {
    grid-template-columns: 1fr;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .layout13_component {
    grid-template-columns: 1fr;
  }

  .section-layout13 {
    padding-top: 60px;
  }

  .structured-list__row {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .structured-list__header-row {
    display: none;
  }

  .structured-list__body {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .structured-list__header-item {
    width: auto;
  }

  .structured-list__body-item {
    width: 90%;
    max-width: none;
  }

  .structured-list__body-item.structured-list__body-item-small {
    width: 100%;
  }

  .component-example__white-theme {
    min-height: 0;
  }

  .paragraph-15, .paragraph-16 {
    text-align: center;
  }

  .layout2_image-wrapper.gray {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .layout2_component {
    grid-template-columns: 1fr;
  }

  .heading-21 {
    font-size: 24px;
    font-weight: 600;
  }

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

  .text-weight-semibold {
    font-size: 24px;
    line-height: 32px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .layout1_component-2, .layout11_component {
    grid-template-columns: 1fr;
  }

  .layout8_button {
    position: relative;
  }

  .layout8_component {
    grid-template-rows: auto;
  }

  .layout8_content-wrapper {
    height: auto;
  }

  .footer2_links-list {
    grid-template-columns: 1fr;
  }

  .layout5_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .heading-24, .heading-25, .heading-26, .heading-27, .heading-28 {
    font-size: 18px;
    font-weight: 600;
  }

  .padding-global-4 {
    flex-direction: row;
    display: block;
  }

  .testimonial2_component.english {
    width: 100%;
  }

  .layout8_button-2 {
    position: relative;
  }

  .container-large-2 {
    flex-direction: column;
    display: block;
  }
}

#w-node-ce2e3663-f7ab-64e5-c1bf-c60079b558e7-721e1937, #w-node-ce2e3663-f7ab-64e5-c1bf-c60079b558f8-721e1937 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dec9023d-98e9-a773-5316-a31ae785df56-e785ddec {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-dec9023d-98e9-a773-5316-a31ae785df59-e785ddec {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dec9023d-98e9-a773-5316-a31ae785df7a-e785ddec {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-dec9023d-98e9-a773-5316-a31ae785df9b-e785ddec {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-dec9023d-98e9-a773-5316-a31ae785de51-e785ddec {
  align-self: start;
}

#w-node-fc3253a2-54d3-4440-a3ea-147f28c7d684-13918380 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_2fbb2733-0d2e-6b21-8081-fece0bb57d93-2894d23b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_706bb7f6-a2d1-79b0-57b4-620cf6896e3f-06091e08, #w-node-_702568e1-aa8b-5a41-dac0-da35cc5144fe-06091e08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa032fa0-eba5-1003-b4e9-4b9bd49c9f87-06091e08 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1586f1f4-ff53-b1b6-4e35-df4c1714825c-171480f2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1586f1f4-ff53-b1b6-4e35-df4c1714825f-171480f2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1586f1f4-ff53-b1b6-4e35-df4c17148280-171480f2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1586f1f4-ff53-b1b6-4e35-df4c171482a1-171480f2 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1586f1f4-ff53-b1b6-4e35-df4c17148157-171480f2 {
  align-self: start;
}

#w-node-de5dc5ae-6bf3-c2c9-060c-f0d68be4589f-37232279 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_52994667-644f-6fab-5791-9544271fa683-271fa67a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_52994667-644f-6fab-5791-9544271fa691-271fa67a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_52994667-644f-6fab-5791-9544271fa69f-271fa67a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_52994667-644f-6fab-5791-9544271fa6af-271fa67a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_52994667-644f-6fab-5791-9544271fa6bd-271fa67a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_52994667-644f-6fab-5791-9544271fa6cb-271fa67a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_52994667-644f-6fab-5791-9544271fa6d9-271fa67a {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_52994667-644f-6fab-5791-9544271fa6e7-271fa67a {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_52994667-644f-6fab-5791-9544271fa6f5-271fa67a {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_52994667-644f-6fab-5791-9544271fa703-271fa67a {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_50a990a3-a219-45aa-56df-3e91cfe4aab6-271fa67a {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-_70e8508c-b57a-a49d-a7aa-757e38ddd75c-af60d2c1 {
  align-self: center;
  justify-self: auto;
}

#w-node-_70e8508c-b57a-a49d-a7aa-757e38ddd75e-af60d2c1, #w-node-_70e8508c-b57a-a49d-a7aa-757e38ddd760-af60d2c1, #w-node-_70e8508c-b57a-a49d-a7aa-757e38ddd762-af60d2c1, #w-node-_70e8508c-b57a-a49d-a7aa-757e38ddd764-af60d2c1, #w-node-_70e8508c-b57a-a49d-a7aa-757e38ddd766-af60d2c1, #w-node-_70e8508c-b57a-a49d-a7aa-757e38ddd768-af60d2c1, #w-node-_70e8508c-b57a-a49d-a7aa-757e38ddd76a-af60d2c1, #w-node-_70e8508c-b57a-a49d-a7aa-757e38ddd76c-af60d2c1, #w-node-_70e8508c-b57a-a49d-a7aa-757e38ddd76e-af60d2c1, #w-node-_70e8508c-b57a-a49d-a7aa-757e38ddd770-af60d2c1 {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_52994667-644f-6fab-5791-9544271fa69f-271fa67a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_52994667-644f-6fab-5791-9544271fa6af-271fa67a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_52994667-644f-6fab-5791-9544271fa6bd-271fa67a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_52994667-644f-6fab-5791-9544271fa6cb-271fa67a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_52994667-644f-6fab-5791-9544271fa6d9-271fa67a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_52994667-644f-6fab-5791-9544271fa6e7-271fa67a {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_52994667-644f-6fab-5791-9544271fa6f5-271fa67a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_52994667-644f-6fab-5791-9544271fa703-271fa67a, #w-node-_50a990a3-a219-45aa-56df-3e91cfe4aab6-271fa67a {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-_674a46b1-3858-e8cb-be6e-6349fd877ea3-e66c7506, #w-node-_674a46b1-3858-e8cb-be6e-6349fd877ea3-d39477ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


