.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.text-block {
  color: #fff;
  font-size: 14px;
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.centre-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.contacto {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-icon {
  margin-right: 8px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.navbar.fixed {
  position: fixed;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 110px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f104f;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(9, 106, 208, 0.97)), to(rgba(245, 7, 7, 0.58)));
  background-image: linear-gradient(270deg, rgba(9, 106, 208, 0.97), rgba(245, 7, 7, 0.58));
}

.navbar-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo-navbar {
  max-width: 200px;
}

.logo-navbar.white {
  width: 200px;
  margin-bottom: 0px;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.page-preview-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 36px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f2c3d;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.page-preview-link:hover {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #2279d4, #096ad0);
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.logo {
  position: absolute;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.rel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo.rel.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.components-list-container {
  display: none;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #1f2c3d;
}

.components-list-container._2 {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.col.lg-3.no-padding {
  float: left;
}

.col.lg-3.md-2.xs-2.texto {
  width: 50%;
  min-height: auto;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-6 {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6.md-4 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.align-vertically {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-5.align-vertically.md-4.mobile {
  width: 50%;
}

.col.lg-5.align-vertically.md-4.original {
  display: none;
}

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

.dropdown-container {
  position: fixed;
  display: block;
  width: 100%;
  margin-top: 36px;
  background-color: #1f2c3d;
}

.nav-link {
  padding: 26px;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link.cta {
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  color: #fff;
}

.nav-link.cta:hover {
  background-color: #328ae6;
}

.nav-link-with-icon-containr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.black {
  background-color: #1f2c3d;
}

.section.black._80vh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: auto;
  margin-top: 100px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, right top, left top, from(rgba(9, 106, 208, 0.97)), to(rgba(245, 7, 7, 0.58)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(270deg, rgba(9, 106, 208, 0.97), rgba(245, 7, 7, 0.58));
}

.section.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.blue {
  background-color: #1f2c3d;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(9, 106, 208, 0.97)), to(rgba(245, 7, 7, 0.58)));
  background-image: linear-gradient(270deg, rgba(9, 106, 208, 0.97), rgba(245, 7, 7, 0.58));
  color: #096ad0;
}

.intro-hero-headline {
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 112px;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: -3px;
}

.centre-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.intro-paragraph {
  opacity: 0.5;
  color: #fff;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.intro-paragraph.short-paragraph {
  font-family: Varela, sans-serif;
}

.short-paragraph {
  width: 100%;
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.video-preview-container {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.video-preview-container:hover {
  position: relative;
  z-index: 1;
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.md-reverse-layout {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading {
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  color: rgba(51, 51, 51, 0);
}

.heading.nosotros {
  color: #333;
}

.side-image.lightbox-video {
  position: relative;
}

.video-preview {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
}

.transparent-overlay {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shadow {
  position: absolute;
  left: 16px;
  top: 20px;
  bottom: 0px;
  z-index: 0;
}

.play-icon-1 {
  position: relative;
  z-index: 2;
}

.md-align-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.00005%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mac-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.masonry-div {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 113%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
}

.masonry-div.vertical {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image {
  height: 60px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-bottom: 40px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row-3.centre-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.white {
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  color: #fff;
  font-weight: 300;
}

.features-mac {
  margin-right: -30px;
  margin-bottom: -30px;
}

.intro-feature-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
}

.intro-feature-container.bottom-right {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.masonry-div-header {
  color: #fff;
}

.features-phone-image {
  margin-top: -30px;
  margin-left: -30px;
}

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

.col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col-2.lg-6 {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-small {
  margin-top: 20px;
  font-family: Varela, sans-serif;
  color: rgba(9, 106, 208, 0.6);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.heading-2 {
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
}

.text-block-3 {
  font-family: Varela, sans-serif;
  color: #fff;
}

.link-block {
  margin-top: 20px;
  text-decoration: none;
}

.tab-link-tab-1 {
  margin-top: 10px;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  background-color: transparent;
}

.tab-link-tab-1.w--current {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.tab-link-tab-2 {
  margin-top: 10px;
  margin-right: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: transparent;
}

.tab-link-tab-2.w--current {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.text-block-4 {
  color: #fff;
}

.tab-link-tab-3 {
  margin-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: transparent;
}

.tab-link-tab-3.w--current {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.tab-link-tab-4 {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  background-color: transparent;
}

.tab-link-tab-4.w--current {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.tab-link-tab-5 {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  background-color: transparent;
}

.tab-link-tab-5.w--current {
  margin-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.tab-link-tab-5.w--current:active {
  background-color: transparent;
}

.text-block-5 {
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  text-align: left;
}

.text-block-5.text {
  font-size: 16px;
  line-height: 22px;
}

.text-block-6 {
  color: #fff;
}

.text-block-7 {
  color: #fff;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 132%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-36 {
  margin-top: 20px;
}

.grid {
  grid-row-gap: 57px;
  grid-template-areas: "Area Area-3 Area-6"
    "Area Area-8 Area-7"
    ". Area-5 Area-7"
    "Area-9 . .";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 57px auto 57px auto;
  grid-template-rows: auto auto auto;
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  height: 100%;
  margin-top: 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area-5 Area Area-3 Area-7"
    "Area-5 Area Area-3 Area-7"
    "Area-5 Area Area-3 Area-7"
    "Area-5 Area Area-3 Area-8"
    "Area-5 Area-2 Area-4 Area-8"
    "Area-6 Area-2 Area-4 Area-8"
    "Area-6 Area-2 Area-4 Area-8"
    "Area-6 Area-2 Area-4 Area-8";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.div-block-37 {
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 7, 7, 0.2)), to(rgba(245, 7, 7, 0.2))), url('../images/pexels-boris-ulzibat-1731660.jpg');
  background-image: linear-gradient(180deg, rgba(245, 7, 7, 0.2), rgba(245, 7, 7, 0.2)), url('../images/pexels-boris-ulzibat-1731660.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-38 {
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 106, 208, 0.4)), to(rgba(9, 106, 208, 0.4))), url('../images/pexels-flo-maderebner-869258.jpg');
  background-image: linear-gradient(180deg, rgba(9, 106, 208, 0.4), rgba(9, 106, 208, 0.4)), url('../images/pexels-flo-maderebner-869258.jpg');
  background-position: 0px 0px, 60% 50%;
  background-size: auto, cover;
}

.div-block-39 {
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 7, 7, 0.2)), to(rgba(245, 7, 7, 0.2))), url('../images/mask-2.png');
  background-image: linear-gradient(180deg, rgba(245, 7, 7, 0.2), rgba(245, 7, 7, 0.2)), url('../images/mask-2.png');
  background-position: 0px 0px, 50% 35%;
  background-size: auto, cover;
}

.div-block-40 {
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 106, 208, 0.4)), to(rgba(9, 106, 208, 0.4))), url('../images/pexels-karolina-grabowska-4021779.jpg');
  background-image: linear-gradient(180deg, rgba(9, 106, 208, 0.4), rgba(9, 106, 208, 0.4)), url('../images/pexels-karolina-grabowska-4021779.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.video {
  z-index: 1;
  width: auto;
  height: auto;
  min-width: 40vw;
}

.tabs-menu {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

.div-block-41 {
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 7, 7, 0.1)), to(rgba(245, 7, 7, 0.1))), url('../images/producto-1.jpg');
  background-image: linear-gradient(180deg, rgba(245, 7, 7, 0.1), rgba(245, 7, 7, 0.1)), url('../images/producto-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-42 {
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 7, 7, 0.1)), to(rgba(245, 7, 7, 0.1))), url('../images/producto-3.jpg');
  background-image: linear-gradient(180deg, rgba(245, 7, 7, 0.1), rgba(245, 7, 7, 0.1)), url('../images/producto-3.jpg');
  background-position: 0px 0px, 70% 80%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.div-block-43 {
  display: block;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 106, 208, 0.4)), to(rgba(9, 106, 208, 0.4))), url('../images/producto-2.jpg');
  background-image: linear-gradient(180deg, rgba(9, 106, 208, 0.4), rgba(9, 106, 208, 0.4)), url('../images/producto-2.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.div-block-44 {
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 106, 208, 0.4)), to(rgba(9, 106, 208, 0.4))), url('../images/producto-4.jpg');
  background-image: linear-gradient(180deg, rgba(9, 106, 208, 0.4), rgba(9, 106, 208, 0.4)), url('../images/producto-4.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  min-height: auto;
  min-width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.intro-feature-container-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 10px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
}

.intro-feature-container-2.bottom-right {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mac-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide {
  background-color: transparent;
}

.features-mac-2 {
  margin-right: -30px;
  margin-bottom: -30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-image-2 {
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.tabs-menu-2 {
  padding-right: 25px;
  padding-left: 25px;
  text-align: left;
}

.button {
  margin-top: 20px;
  border-radius: 3px;
  background-color: #328ae6;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  width: 100%;
  margin-top: 60px;
  font-family: Varela, sans-serif;
  text-align: center;
}

.heading-5 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Varela, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.div-block-45 {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image {
  margin-left: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 #000;
}

.image-2 {
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 #000;
}

.image-3 {
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 #000;
}

.mask {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mask-2 {
  height: 400px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slide-3 {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
}

.image-4 {
  display: inline-block;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 #000;
}

.image-5 {
  position: fixed;
  left: 3%;
  top: auto;
  right: 0%;
  bottom: 3%;
  display: none;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 #000;
}

.dropdown-toggle {
  padding: 26px;
  border-radius: 3px;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.dropdown-toggle:hover {
  background-color: #328ae6;
}

.icon-3 {
  padding-left: 10px;
}

.slide-nav {
  font-family: 'Varela Round', sans-serif;
}

.text-block-8 {
  font-size: 12px;
  font-weight: 400;
}

.dropdown-link {
  font-family: 'Varela Round', sans-serif;
  font-size: 12px;
  text-align: center;
}

.dropdown-link-2 {
  font-family: 'Varela Round', sans-serif;
  font-size: 12px;
  text-align: center;
}

.slide-nav-2 {
  font-family: 'Varela Round', sans-serif;
}

.slide-nav-3 {
  font-family: 'Varela Round', sans-serif;
}

.slide-nav-4 {
  font-family: 'Varela Round', sans-serif;
}

.slide-nav-5 {
  font-family: 'Varela Round', sans-serif;
}

.slide-nav-6 {
  font-family: 'Varela Round', sans-serif;
}

.slide-nav-7 {
  font-family: 'Varela Round', sans-serif;
}

.slide-nav-8 {
  font-family: 'Varela Round', sans-serif;
}

.slide-nav-9 {
  font-family: 'Varela Round', sans-serif;
}

.slide-nav-10 {
  font-family: 'Varela Round', sans-serif;
}

.slide-nav-11 {
  font-family: 'Varela Round', sans-serif;
}

.slide-nav-12 {
  font-family: 'Varela Round', sans-serif;
}

.slide-nav-13 {
  font-family: 'Varela Round', sans-serif;
}

@media screen and (min-width: 1280px) {
  .heading-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Varela, sans-serif;
  }
}

@media screen and (min-width: 1440px) {
  .col.lg-5.align-vertically.md-4.original {
    display: none;
  }

  .section.black._80vh {
    height: 100vh;
  }

  .short-paragraph {
    font-family: 'Varela Round', sans-serif;
  }

  .heading.transparente {
    color: rgba(51, 51, 51, 0);
  }

  .text-block-3 {
    font-family: 'Varela Round', sans-serif;
  }

  .text-block-5 {
    font-family: 'Varela Round', sans-serif;
  }

  .bold-text {
    font-family: Varela, sans-serif;
  }
}

@media screen and (min-width: 1920px) {
  .col.lg-5.align-vertically.md-4.original {
    display: none;
  }

  .section.black._80vh {
    overflow: visible;
    height: 100vh;
  }

  .short-paragraph {
    font-size: 18px;
    line-height: 25px;
  }

  .masonry-div {
    padding-top: 130%;
  }

  .text-block-3 {
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
  }

  .tab-link-tab-1 {
    height: auto;
  }

  .tab-link-tab-2 {
    margin-left: 10px;
  }

  .text-block-5 {
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    line-height: 25px;
  }

  .grid-2 {
    overflow: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-37 {
    display: block;
    overflow: visible;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-45 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .body {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-list {
    background-color: #1f2c3d;
  }

  .dropdown-list.w--open {
    overflow: auto;
    height: 50vh;
  }

  .nav-menu-container {
    position: absolute;
    top: 111px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    background-color: #1f2c3d;
  }

  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .wrapper.navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .wrapper.contacto {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navbar {
    padding-top: 37px;
    padding-bottom: 37px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-navbar.white {
    width: 180px;
  }

  .menu-button-3 {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 3px;
    background-color: transparent;
  }

  .menu-button-3.w--open {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }

  .white-burger {
    color: #fff;
  }

  .page-preview-link {
    height: 22px;
  }

  .text-block-2 {
    text-align: left;
  }

  .nav-dropdown-link {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    float: left;
    background-color: rgba(9, 106, 208, 0.2);
    color: #fff;
  }

  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .col.lg-3.no-padding {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .col.lg-3.md-2 {
    width: 50%;
  }

  .col.lg-3.md-2.xs-2.texto {
    width: 100%;
  }

  .col.lg-8.flex-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .col.lg-6.md-4 {
    width: 100%;
  }

  .col.lg-5 {
    width: 50%;
  }

  .col.lg-5.align-vertically.md-4.mobile {
    display: none;
  }

  .col.lg-5.align-vertically.md-4.original {
    display: block;
  }

  .col.lg-5.md-4 {
    width: 100%;
  }

  .col.lg-1 {
    display: none;
  }

  .nav-link-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 31px;
    padding-bottom: 31px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #1f2c3d;
    color: #fff;
    text-align: left;
  }

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

  .section.black._80vh {
    height: 100vh;
    min-height: auto;
  }

  .section.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .intro-hero-headline {
    font-size: 92px;
    letter-spacing: -2px;
  }

  .intro-paragraph.short-paragraph {
    font-size: 20px;
  }

  .short-paragraph {
    font-family: 'Varela Round', sans-serif;
    text-align: left;
  }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.md-reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading.transparente {
    display: none;
  }

  .side-image.lightbox-video {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .transparent-overlay {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .md-align-centre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .masonry-div {
    padding-top: 75%;
  }

  .masonry-div.big {
    padding-top: 75%;
  }

  .feature-image {
    height: 90px;
  }

  .row-3 {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .features-phone-image {
    position: relative;
    height: 70%;
  }

  .margin-bottom {
    display: block;
    margin-bottom: 40px;
  }

  .col-2 {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-2.lg-6.md-4 {
    width: 100%;
    padding-top: 0%;
  }

  .tab-link-tab-1 {
    margin-left: 10px;
  }

  .tab-link-tab-2 {
    margin-right: 10px;
    margin-left: 0px;
  }

  .tab-link-tab-4 {
    margin-right: 0px;
  }

  .tab-link-tab-5 {
    margin-right: 10px;
    margin-left: 0px;
  }

  .tab-link-tab-5.w--current {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-5 {
    font-family: 'Varela Round', sans-serif;
  }

  .grid-2 {
    display: -ms-grid;
    display: grid;
    height: 100%;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: "Area-5 Area"
      "Area-5 Area"
      "Area-3 Area"
      "Area-3 Area-7"
      "Area-3 Area-7"
      "Area-3 Area-7";
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
  }

  .div-block-37 {
    display: none;
    min-height: 150px;
  }

  .div-block-38 {
    display: none;
    min-height: 150px;
  }

  .div-block-39 {
    min-height: 120px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 106, 208, 0.3)), to(rgba(9, 106, 208, 0.3))), url('../images/mask-2.png');
    background-image: linear-gradient(180deg, rgba(9, 106, 208, 0.3), rgba(9, 106, 208, 0.3)), url('../images/mask-2.png');
    background-position: 0px 0px, 50% 27%;
  }

  .div-block-40 {
    min-height: 120px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 106, 208, 0.4)), to(rgba(9, 106, 208, 0.4))), url('../images/NEW-vial-bag.png');
    background-image: linear-gradient(180deg, rgba(9, 106, 208, 0.4), rgba(9, 106, 208, 0.4)), url('../images/NEW-vial-bag.png');
    background-position: 0px 0px, 50% 40%;
    background-size: auto, cover;
  }

  .div-block-41 {
    display: none;
    min-height: 150px;
  }

  .div-block-42 {
    display: none;
    min-height: 150px;
  }

  .div-block-43 {
    min-height: 120px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 106, 208, 0.4)), to(rgba(9, 106, 208, 0.4))), url('../images/producto-2.jpg');
    background-image: linear-gradient(180deg, rgba(9, 106, 208, 0.4), rgba(9, 106, 208, 0.4)), url('../images/producto-2.jpg');
    background-position: 0px 0px, 0% 44%;
  }

  .div-block-44 {
    min-height: 120px;
  }

  .slider {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .intro-feature-container-2 {
    height: auto;
  }

  .intro-feature-container-2.bottom-right {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mac-container-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-image-2 {
    height: 90px;
  }

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

  .heading-5 {
    font-size: 32px;
  }

  .div-block-45 {
    height: 100vh;
  }

  .image {
    display: inline-block;
    border-radius: 10px;
  }

  .slide-2 {
    height: 100%;
  }

  .image-2 {
    display: none;
    border-radius: 10px;
  }

  .mask-2 {
    padding-right: 0px;
    padding-left: 100px;
  }

  .slide-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper.navbar {
    top: auto;
  }

  .navbar.fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo-navbar.white {
    width: 120px;
    margin-bottom: 0px;
  }

  .page-preview-link {
    height: 220px;
  }

  .logo.rel.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col.lg-3.no-padding.sm-2 {
    width: 50%;
  }

  .col.lg-3.md-2.xs-2.texto {
    padding-right: 10px;
    padding-left: 10px;
  }

  .col.lg-6 {
    width: 100%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.md-4.imagen {
    display: block;
  }

  .section.black._80vh {
    height: 100vh;
  }

  .section.blue {
    height: auto;
    min-height: 1600px;
  }

  .intro-hero-headline {
    margin-bottom: 20px;
    font-size: 82px;
  }

  .intro-paragraph.short-paragraph {
    font-size: 19px;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .masonry-div {
    padding-top: 120%;
  }

  .masonry-div.big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .feature-image {
    height: 30%;
  }

  .row-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .intro-feature-container {
    padding: 20px;
  }

  .features-phone-image {
    height: 62%;
  }

  .col-2.lg-6 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col-2.lg-6.md-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-tab-1 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tab-link-tab-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tab-link-tab-4 {
    margin-right: 0px;
  }

  .tab-link-tab-5 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-39 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 106, 208, 0.3)), to(rgba(9, 106, 208, 0.3))), url('../images/mask-2.png');
    background-image: linear-gradient(180deg, rgba(9, 106, 208, 0.3), rgba(9, 106, 208, 0.3)), url('../images/mask-2.png');
    background-position: 0px 0px, 50% 27%;
    background-size: auto, cover;
  }

  .slider {
    width: 60vw;
    height: 40vh;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .intro-feature-container-2 {
    width: auto;
    height: auto;
    padding: 20px;
  }

  .intro-feature-container-2.bottom-right {
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .feature-image-2 {
    height: 30%;
  }

  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-5 {
    font-size: 28px;
  }

  .image-2 {
    display: none;
  }

  .mask-2 {
    height: auto;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .slide-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-4 {
    width: 300px;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .dropdown-list.w--open {
    overflow: auto;
  }

  .nav-menu-container {
    overflow: auto;
    text-align: left;
  }

  .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrapper.navbar {
    top: auto;
  }

  .wrapper.contacto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar.fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .logo-navbar.white {
    width: 100px;
    margin-bottom: 0px;
  }

  .page-preview-link {
    height: 160px;
  }

  .logo.rel.w--current {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-2 {
    position: absolute;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.lg-3 {
    width: 100%;
  }

  .col.lg-3.md-2.xs-2 {
    width: 100%;
  }

  .col.lg-3.md-2.xs-2.texto {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.align-vertically.md-4 {
    display: none;
  }

  .col.lg-5.align-vertically.md-4.mobile {
    display: none;
  }

  .col.lg-5.align-vertically.md-4.original {
    display: block;
  }

  .col.lg-5.md-4 {
    display: none;
    height: 0%;
  }

  .col.lg-5.md-4.imagen {
    display: block;
  }

  .nav-link-3 {
    font-family: 'Varela Round', sans-serif;
    text-align: center;
  }

  .section.black._80vh {
    height: auto;
  }

  .section.wider-padding {
    padding-top: 60px;
  }

  .section.blue {
    padding-top: 60px;
  }

  .intro-hero-headline {
    font-size: 60px;
    line-height: 1.1em;
    letter-spacing: 0px;
  }

  .intro-paragraph.short-paragraph {
    font-size: 16px;
  }

  .short-paragraph {
    width: 100%;
  }

  .row {
    display: block;
  }

  .row.md-reverse-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .side-image.lightbox-video {
    width: 100%;
  }

  .mac-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .masonry-div {
    height: 100%;
    min-height: 800px;
    padding-top: 50%;
  }

  .masonry-div.vertical {
    padding-top: 100%;
  }

  .masonry-div.big {
    min-height: 400px;
    padding-top: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-image {
    height: 45%;
    margin-right: 30px;
  }

  .features-mac {
    max-width: 120%;
    margin-right: -25%;
    margin-bottom: -20%;
  }

  .intro-feature-container {
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .intro-feature-container.bottom-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro-feature-container.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .masonry-div-header {
    font-size: 25px;
    line-height: 31px;
  }

  .features-phone-image {
    height: 90%;
    margin-top: -30%;
    margin-left: -20px;
  }

  .margin-bottom {
    display: block;
  }

  .col-2 {
    margin-bottom: 10px;
  }

  .col-2.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-3 {
    font-size: 12px;
    text-align: center;
  }

  .tab-link-tab-1 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .tab-link-tab-2 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .tab-link-tab-4 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .tab-link-tab-5 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .tab-link-tab-5.w--current {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .text-block-5 {
    font-size: 12px;
    text-align: center;
  }

  .text-block-5.text {
    text-align: left;
  }

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-37 {
    width: auto;
    min-width: auto;
  }

  .div-block-39 {
    min-height: 140px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 106, 208, 0.3)), to(rgba(9, 106, 208, 0.3))), url('../images/Inlay-1.png');
    background-image: linear-gradient(180deg, rgba(9, 106, 208, 0.3), rgba(9, 106, 208, 0.3)), url('../images/Inlay-1.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .div-block-40 {
    min-height: 140px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 106, 208, 0.3)), to(rgba(9, 106, 208, 0.3))), url('../images/mask-2.png');
    background-image: linear-gradient(180deg, rgba(9, 106, 208, 0.3), rgba(9, 106, 208, 0.3)), url('../images/mask-2.png');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
  }

  .div-block-43 {
    min-height: 140px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 106, 208, 0.3)), to(rgba(9, 106, 208, 0.3))), url('../images/producto-2.jpg');
    background-image: linear-gradient(180deg, rgba(9, 106, 208, 0.3), rgba(9, 106, 208, 0.3)), url('../images/producto-2.jpg');
    background-position: 0px 0px, 0% 35%;
  }

  .div-block-44 {
    min-height: 140px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 106, 208, 0.3)), to(rgba(9, 106, 208, 0.3))), url('../images/producto-4.jpg');
    background-image: linear-gradient(180deg, rgba(9, 106, 208, 0.3), rgba(9, 106, 208, 0.3)), url('../images/producto-4.jpg');
    background-position: 0px 0px, 50% 75%;
    background-size: auto, cover;
  }

  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    height: 50vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .intro-feature-container-2 {
    height: 100%;
    min-height: auto;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro-feature-container-2.bottom-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .intro-feature-container-2.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mac-container-2 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .features-mac-2 {
    max-width: 120%;
    margin-right: -25%;
    margin-bottom: -20%;
  }

  .feature-image-2 {
    height: 45%;
    margin-right: 30px;
  }

  .wrapper-2 {
    padding: 10px;
  }

  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button {
    border-radius: 10px;
  }

  .button:hover {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
  }

  .heading-5 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-45 {
    display: block;
    height: 100%;
  }

  .slide-2 {
    height: 100%;
  }

  .bold-text {
    font-size: 20px;
  }

  .slide-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-4 {
    width: 250px;
  }

  .bold-text-2 {
    font-size: 20px;
    line-height: 30px;
  }
}

#w-node-_544f99d5-fb86-0334-935f-2d1b0c9110d0-8ccee7db {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  grid-area: Area-5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

.grid-2>#w-node-_544f99d5-fb86-0334-935f-2d1b0c9110d0-8ccee7db {
  -ms-grid-row: 1;
  -ms-grid-row-span: 9;
  -ms-grid-column: 1;
}

#w-node-_85b2f007-592b-5be9-919e-890d43b1dded-8ccee7db {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d5f351c0-a61a-fdd3-8f00-31be57fd7a44-8ccee7db {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_3bc8f4bf-c7e9-f8be-3b31-faf126a81519-8ccee7db {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_06aa4117-8b4f-33c0-396a-9ed389d4f28a-8ccee7db {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-a6fd465d-3294-ad4a-5a91-7d95f5a65174-8ccee7db {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: Area-8;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

.grid-2>#w-node-a6fd465d-3294-ad4a-5a91-7d95f5a65174-8ccee7db {
  -ms-grid-row: 7;
  -ms-grid-row-span: 9;
  -ms-grid-column: 7;
}

#w-node-_13f8c1e8-18f3-6a2e-bea8-01d0ec38d978-8ccee7db {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-fe4bfae8-bbcd-4a91-d7d1-3e00e104d450-8ccee7db {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: Area-7;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

.grid-2>#w-node-fe4bfae8-bbcd-4a91-d7d1-3e00e104d450-8ccee7db {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 7;
}

#w-node-_544f99d5-fb86-0334-935f-2d1b0c9110d0-ecbd403d {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  grid-area: Area-5;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

.grid-2>#w-node-_544f99d5-fb86-0334-935f-2d1b0c9110d0-ecbd403d {
  -ms-grid-row: 1;
  -ms-grid-row-span: 9;
  -ms-grid-column: 1;
}

#w-node-_85b2f007-592b-5be9-919e-890d43b1dded-ecbd403d {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d5f351c0-a61a-fdd3-8f00-31be57fd7a44-ecbd403d {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_3bc8f4bf-c7e9-f8be-3b31-faf126a81519-ecbd403d {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_06aa4117-8b4f-33c0-396a-9ed389d4f28a-ecbd403d {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-a6fd465d-3294-ad4a-5a91-7d95f5a65174-ecbd403d {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: Area-8;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

.grid-2>#w-node-a6fd465d-3294-ad4a-5a91-7d95f5a65174-ecbd403d {
  -ms-grid-row: 7;
  -ms-grid-row-span: 9;
  -ms-grid-column: 7;
}

#w-node-_13f8c1e8-18f3-6a2e-bea8-01d0ec38d978-ecbd403d {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-fe4bfae8-bbcd-4a91-d7d1-3e00e104d450-ecbd403d {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: Area-7;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

.grid-2>#w-node-fe4bfae8-bbcd-4a91-d7d1-3e00e104d450-ecbd403d {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 7;
}

@media screen and (max-width: 991px) {
  .grid-2>#w-node-_544f99d5-fb86-0334-935f-2d1b0c9110d0-8ccee7db {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .grid-2>#w-node-fe4bfae8-bbcd-4a91-d7d1-3e00e104d450-8ccee7db {
    -ms-grid-row: 7;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }

  .grid-2>#w-node-_544f99d5-fb86-0334-935f-2d1b0c9110d0-ecbd403d {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .grid-2>#w-node-fe4bfae8-bbcd-4a91-d7d1-3e00e104d450-ecbd403d {
    -ms-grid-row: 7;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d5f351c0-a61a-fdd3-8f00-31be57fd7a44-8ccee7db {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_06aa4117-8b4f-33c0-396a-9ed389d4f28a-8ccee7db {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_13f8c1e8-18f3-6a2e-bea8-01d0ec38d978-8ccee7db {
    -ms-grid-row: span 4;
    grid-row-start: span 4;
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d5f351c0-a61a-fdd3-8f00-31be57fd7a44-ecbd403d {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_06aa4117-8b4f-33c0-396a-9ed389d4f28a-ecbd403d {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_13f8c1e8-18f3-6a2e-bea8-01d0ec38d978-ecbd403d {
    -ms-grid-row: span 4;
    grid-row-start: span 4;
    -ms-grid-row-span: 4;
    grid-row-end: span 4;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}