:root {
  --accessible-components-dark-grey: #9b9b9b;
  --accessible-components-white-smoke: whitesmoke;
}

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

a {
  text-decoration: underline;
}

a.w--current {
  color: #2c1096;
  border-bottom: 2px solid #2c1096;
  margin-bottom: 2px;
  padding-bottom: 8px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  max-width: 960px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.container.home-container {
  z-index: 1;
  position: relative;
  top: -500px;
}

.container.container-quienes {
  position: relative;
  top: -600px;
}

.navbar-logo-left {
  z-index: 2;
  background-color: #fff0;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 36;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 8px 16px;
}

.navbar-logo-left-container.shadow-three.bg-white {
  background-color: #fff;
}

.container-2 {
  opacity: 1;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.justifificado-center {
  position: relative;
  top: -600px;
}

.container-2.flex-horizontal {
  margin-bottom: 60px;
  display: flex;
}

.container-2.footer-div-1 {
  justify-content: space-between;
  max-width: 1440px;
  margin-bottom: 60px;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1197px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: flex;
}

.navbar-brand.w--current {
  border-bottom-style: none;
  text-decoration: none;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: #2c1096;
  border: 0 #000;
  border-bottom: 2px solid #2c1096;
  padding-bottom: 6px;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  margin-bottom: 2px;
  padding-bottom: 6px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.footer-dark {
  background-color: #e8e2ff1a;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 60px 30px 15px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 81px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  width: 70%;
  margin-bottom: 48px;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 15px;
}

.footer-copyright-left {
  text-align: right;
  font-size: 14px;
  line-height: 16px;
}

.text-block {
  text-align: right;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
}

.text-block.text-muted {
  color: #6c757d;
  position: relative;
}

.paragraph {
  margin-bottom: 0;
  font-size: 10px;
}

.link {
  color: #2c1096;
  margin-right: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
}

.link-block {
  margin-right: 8px;
}

.container-4 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  margin-bottom: 37px;
  display: flex;
}

.image {
  max-width: 100px;
}

.heading {
  color: #2c1096;
  text-align: center;
  flex-direction: row;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Work Sans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  display: block;
}

.button {
  text-align: center;
  display: inline-block;
}

.button.btn-primary {
  color: #fff;
  background-color: #2c1096;
  border: 1px solid #2c1096;
  border-radius: .3rem;
  margin-top: 48px;
}

.button.btn-primary:hover {
  background-color: #220b7a;
  border-color: #220b7a;
}

.button.btn-primary.mt-5 {
  margin-top: 48px;
}

.button.btn-primary.mt-5:hover {
  background-color: #220b7a;
}

.button.btn-primary.btn-home {
  margin-top: 44px;
}

.button.btn-primary.btn-home:hover {
  background-color: #220b7a;
}

.div-block {
  text-align: center;
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}

.section {
  object-fit: fill;
  background-image: url('../images/bg-home.webp');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  text-align: center;
  font-weight: 400;
}

.heading-2.text-primary {
  color: #2c1096;
  margin-top: 92px;
}

.heading-2.text-primary.display-4 {
  font-size: 56px;
}

.body {
  font-family: Work Sans, sans-serif;
}

.heading-3 {
  text-align: center;
  margin-top: 1.5rem;
  font-weight: 300;
}

.btn-ecosistema {
  color: #2c1096;
  text-align: center;
  background-color: #fff;
  width: 100%;
  max-width: 190px;
  margin-right: 8px;
  display: flex;
  box-shadow: 0 0 20px 4px #00000040;
}

.div-block-2 {
  justify-content: center;
  align-items: baseline;
  margin-top: 53px;
  margin-bottom: 75px;
  display: flex;
}

.heading-4 {
  font-weight: 300;
}

.heading-4.text-white {
  color: #fff;
  margin-top: 150px;
  font-size: 48px;
}

.section-2 {
  background-image: url('../images/bg-hcm.webp');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 48px;
  position: relative;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 133px;
  font-size: 18px;
  font-weight: 500;
}

.grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: -156px;
}

.grid.not-negative-margin {
  margin-top: 0;
}

.grid.innova-grid {
  margin-top: -116px;
}

.container-5 {
  max-width: 940px;
  position: relative;
}

.div-block-3.card {
  z-index: 1;
  filter: grayscale();
  background-color: #fff;
  border-radius: 1rem;
  height: 204px;
  margin-top: 30px;
  padding: 24px;
  text-decoration: underline;
  position: relative;
  box-shadow: 0 -10px 30px -5px #00000026;
}

.div-block-3.card.not-underline {
  text-decoration: none;
  overflow: hidden;
}

.paragraph-card-title {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.field-label {
  color: #262626;
  font-weight: 400;
  line-height: 22px;
}

.field-label.label {
  color: #212529;
  font-family: Work Sans, sans-serif;
  font-weight: 300;
}

.column {
  background-image: url('../images/ecosistema-separator.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.text-primary {
  color: #2c1096;
  padding-left: 0;
  font-family: Work Sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
  text-decoration: none;
}

.text-primary.font-weight-light {
  letter-spacing: 0;
  text-indent: 0;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 8px;
  font-family: Work Sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
  display: flex;
}

.text-primary.btn-light {
  text-align: center;
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
  font-size: 16px;
}

.container-6 {
  max-width: 960px;
  display: block;
  position: relative;
}

.input-text {
  border-radius: 8px;
  font-family: Work Sans, sans-serif;
}

.div-block-6 {
  margin-top: 0;
  margin-bottom: 8px;
  padding: 48px;
}

.submit-button {
  color: #fff;
  background-color: #10137a;
  border-radius: 8px;
  width: 154px;
  max-width: 100%;
  padding: 16px;
}

.submit-button.primary-button:hover {
  background-color: #220b7a;
}

.heading-5 {
  font-weight: 300;
}

.heading-5.font-weight-light.text-white {
  color: #fff;
  padding: 48px;
  font-family: Work Sans, sans-serif;
  font-size: 28px;
}

.text-muted {
  color: #6c757d;
}

.text-muted.text-uppercase {
  text-transform: uppercase;
}

.text-muted.text-uppercase.small {
  font-size: 12px;
}

.text-muted.text-uppercase.small.ls-sable {
  letter-spacing: .1em;
  margin-bottom: 8px;
  font-family: Work Sans, sans-serif;
}

.grid-2 {
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "." 2fr
                 "."
                 / 1fr 1fr;
}

.columns {
  margin-top: 0;
  display: flex;
  box-shadow: 6px 19px 20px 10px #8131281a;
}

.div-block-26 {
  padding: 48px;
}

.div-block-27 {
  flex-direction: column;
  padding-top: 48px;
  padding-bottom: 48px;
}

.heading-6 {
  text-align: center;
}

.heading-6.text-primary.display-4 {
  margin-bottom: 40px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 56px;
  line-height: 67px;
}

.section-3 {
  margin-bottom: 48px;
}

.body-2 {
  font-family: Work Sans, sans-serif;
}

.image-2, .image-2._w-40, .image-3, .image-3._40 {
  width: auto;
  max-width: 40%;
}

.image-4 {
  width: auto;
  max-width: 25%;
}

.image-4._40 {
  width: auto;
  max-width: 40%;
}

.image-5 {
  width: 122px;
}

.image-5._40 {
  width: auto;
  max-width: 40%;
}

.section-4 {
  margin-top: 48px;
}

.section-5 {
  background-image: url('../images/bg-erp.webp');
  background-position: 50%;
  background-size: cover;
  margin-top: 48px;
}

.image-6 {
  width: 123px;
}

.image-6._40 {
  width: auto;
  max-width: 40%;
}

.section-6 {
  background-image: url('../images/bg-innova.webp');
  background-position: 50%;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 48px;
}

.heading-7 {
  font-weight: 300;
}

.heading-8 {
  font-size: 40px;
  font-weight: 300;
}

.section-7 {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
}

.grid-3 {
  grid-template-columns: 1fr 1fr;
}

.grid-4 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.div-block-28 {
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  border-left: 8px solid #ff9898;
  margin-top: 32px;
  margin-left: 8px;
  padding-left: 32px;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-bold.text-uppercase {
  color: #000;
  text-transform: uppercase;
}

.font-weight-bold.text-uppercase.small {
  font-size: 12px;
}

.font-weight-bold.text-uppercase.small.ls-sable {
  color: #000;
  letter-spacing: .1em;
  margin-bottom: 0;
}

.font-weight-bold.text-uppercase.small.ls-sable.mt-5 {
  margin-top: 48px;
}

.font-weight-bold.text-primary.h5 {
  padding-left: 0;
  font-size: 20px;
}

.paragraph-4 {
  font-size: 12px;
}

.paragraph-5 {
  color: #4e0f0f;
}

.bg-light {
  background-color: #f8f9fa;
  margin-bottom: 0;
  padding-bottom: 48px;
}

.div-block-29 {
  border: 6px solid #5332d2;
  width: 277px;
}

.div-block-30 {
  margin-top: 48px;
}

.section-8 {
  margin-bottom: 48px;
}

.container-7, .container-8 {
  max-width: 940px;
}

.body-3 {
  height: 100%;
  min-height: 100%;
  font-family: Work Sans, sans-serif;
  display: block;
}

.section-9 {
  background-image: url('../images/ecosistema-separator.webp');
  background-position: 50%;
  background-size: auto;
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}

.container-9 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.text-white {
  color: #fff;
}

.text-white.font-weight-light {
  margin-bottom: 8px;
  font-weight: 300;
}

.text-white.font-weight-light.text-primary {
  color: #2c1096;
  max-width: 22%;
}

.text-white.font-weight-light.text-primary.h1 {
  max-width: 30%;
  font-family: Work Sans, sans-serif;
  font-size: 40px;
}

.btn-light {
  color: #2c1096;
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
  border-radius: 4px;
  margin-top: 24px;
  font-size: 16px;
}

.btn-light:hover {
  background-color: #e2e2e2;
}

._w-22 {
  max-width: 22%;
}

._27 {
  max-width: 27%;
}

._40 {
  max-width: 40%;
}

.paragraph-card-text {
  margin-top: 16px;
  text-decoration: none;
}

.body-4 {
  margin-top: 0;
  font-family: Work Sans, sans-serif;
}

.bold-text {
  color: #2c1096;
  font-family: Work Sans, sans-serif;
  font-weight: 300;
}

.div-block-31 {
  padding: 48px 15px;
}

.grid-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.heading-9 {
  font-family: Work Sans, sans-serif;
  font-weight: 300;
}

.heading-9.h1 {
  margin-bottom: 8px;
  font-size: 40px;
}

.font-weight-regular.small {
  font-family: Work Sans, sans-serif;
  font-size: 12px;
}

.font-weight-regular.small.text-uppercase {
  text-transform: uppercase;
}

.font-weight-regular.small.text-uppercase.ls-sable {
  letter-spacing: .1em;
  margin-bottom: 16px;
}

.div-block-32, .div-block-33 {
  text-align: center;
  margin-top: 0;
}

.div-block-34 {
  max-width: 65%;
  margin-top: 48px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading-10 {
  font-size: 40px;
}

.heading-10.text-primary.mb-4 {
  margin-bottom: 48px;
  font-family: Work Sans, sans-serif;
}

.heading-10.text-primary.mb-3 {
  margin-bottom: 16px;
}

.container-10 {
  max-width: 960px;
}

.paragraph-6 {
  margin-bottom: 16px;
}

.paragraph-6._w-60 {
  max-width: 60%;
  font-family: Work Sans, sans-serif;
}

.paragraph-6._w-40 {
  max-width: 51%;
}

.section-10 {
  background-image: url('../images/bg-vision-buss.webp');
  background-size: cover;
  min-height: 933px;
  max-height: 933px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.div-block-35 {
  background-color: #ffffff1a;
  border-radius: 8px;
  padding: 32px 15px;
}

.div-block-36 {
  z-index: 1;
  border-radius: 8px;
  width: 940px;
  max-width: none;
  height: 760px;
  display: block;
  position: absolute;
  top: 0;
  box-shadow: inset 14px 14px 20px 16rem #e8e2ff1a;
}

.container-11 {
  max-width: 960px;
  position: relative;
}

.div-block-37 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.grid-6 {
  grid-template: ". Area-5 Area-6 Area-6 Area-7 Area-7 . ."
                 "Area Area Area-2 Area-2 Area-3 Area-3 Area-4 Area-4"
                 ". Area-8 Area-8 Area-9 Area-9 Area-10 Area-10 ."
                 / 3fr;
  grid-auto-columns: 3.75fr;
}

.div-block-38 {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 100%;
  display: block;
  overflow: hidden;
}

.image-7 {
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  height: 395px;
}

.small {
  font-size: 12px;
}

.small.text-uppercase {
  text-transform: uppercase;
}

.small.text-uppercase.ls-sable {
  letter-spacing: .1em;
}

.columns-2 {
  justify-content: center;
  display: flex;
}

.div-block-39 {
  max-width: 90%;
  display: block;
}

.section-11 {
  background-image: url('../images/geography.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  margin-top: 48px;
}

.heading-11 {
  font-size: 16px;
  font-weight: 400;
}

.heading-11.pt-5 {
  padding-top: 48px;
}

.heading-11.pt-5.mt-5 {
  margin-top: 48px;
}

.heading-11.mt-3 {
  margin-top: 16px;
}

.heading-11.mt-3.pt-2 {
  padding-top: 8px;
}

.bold-text-2 {
  font-family: Work Sans, sans-serif;
  font-weight: 500;
}

.paragraph-7 {
  margin-bottom: 16px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
}

.section-12 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.body-5 {
  font-family: Work Sans, sans-serif;
}

.bold-text-3 {
  font-weight: 700;
}

.div-block-40 {
  margin-top: 48px;
}

.div-block-40.mx-sm-3 {
  object-fit: scale-down;
  width: 70%;
  height: auto;
  margin-left: 116px;
  margin-right: 116px;
  position: relative;
  overflow: hidden;
}

.container-12 {
  max-width: 960px;
  padding-bottom: 48px;
  position: relative;
  top: 65px;
  bottom: 0;
}

.container-13 {
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 960px;
  padding-bottom: 48px;
  display: flex;
}

.column-2 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.lh-28 {
  font-family: Work Sans, sans-serif;
  line-height: 28px;
}

.image-8 {
  width: 85%;
  height: 85%;
  margin-left: 40px;
  margin-right: auto;
  display: block;
}

.div-block-41 {
  border: 6px solid #fbb;
  width: 237px;
  margin-left: 30%;
}

.section-13 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.h1 {
  margin-bottom: 4px;
  font-size: 40px;
  line-height: 1.2;
}

.h1.font-weight-light {
  font-weight: 300;
}

.h1.font-weight-light._w-80 {
  max-width: 80%;
  font-family: Work Sans, sans-serif;
}

.mt-4 {
  margin-top: 24px;
}

.section-14 {
  background-image: url('../images/bg-competencias.webp');
  background-position: 0 45%;
  background-repeat: no-repeat;
  background-size: 100% 190%;
  background-attachment: scroll;
}

.container-14 {
  max-width: 960px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.div-block-42 {
  max-width: 54%;
  padding-bottom: 48px;
}

.paragraph-8 {
  background-color: #fff;
  padding: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
}

.section-15 {
  background-image: url('../images/nosotros-separator.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}

.link-2 {
  color: #000;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
}

.link-2.w--current {
  margin-bottom: 0;
  margin-right: 16px;
  padding-bottom: 0;
}

.typer {
  font-family: Work Sans, sans-serif;
  font-size: 56px;
  font-weight: 300;
}

.typer.title-40 {
  font-size: 40px;
}

.div-block-43 {
  flex: 1;
  align-self: center;
  max-width: 100%;
  margin-left: 116px;
  margin-right: 116px;
  display: flex;
}

.div-block-43.div-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-44 {
  display: flex;
}

.image-9 {
  max-width: 70%;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.scroll-hero {
  height: 100%;
  display: flex;
}

.step-block-hero {
  text-align: left;
  flex: none;
  order: 0;
  align-self: flex-start;
  position: relative;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.steps {
  flex-direction: column;
  display: flex;
}

.steps.dots {
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 11%;
  padding-bottom: 11%;
}

.steps.right {
  justify-content: center;
}

.steps.left {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -93px;
}

.step-hero {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: -7px;
  margin-right: 0;
  padding: 18px;
  display: flex;
  position: relative;
}

.dot-hero {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: relative;
}

.img-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 59%;
  margin-top: -4%;
  margin-bottom: -4%;
  display: flex;
  position: relative;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
  margin-left: 104px;
}

.scroll-animate {
  transform-origin: 50% 0;
  background-color: #2c1096;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.scroll-animate._2 {
  height: 100%;
  margin-left: 105px;
}

.scoll-wrap-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 80%;
  display: flex;
  position: absolute;
}

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

.col {
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-45 {
  align-items: center;
  margin-left: 274px;
  display: flex;
}

.div-block-46 {
  z-index: -1;
  background-image: url('../images/bg-home.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-home.hv-100 {
  white-space: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1100px;
  min-height: 90vh;
  padding-top: 0;
  display: flex;
}

.bg-home.hv-100.home-padding {
  background-color: #fff;
  background-image: none;
  min-height: auto;
  max-height: 100vh;
  padding-top: 48px;
}

.section-16 {
  margin-top: 164px;
}

.section-16.bg-vision {
  background-image: none;
  flex-direction: column;
  height: auto;
  padding-bottom: 60px;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-light.h4 {
  text-align: center;
  margin-top: 32px;
  font-size: 24px;
}

.bg-vision {
  object-fit: contain;
  background-image: url('../images/bg-vision.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 105vh;
  margin-top: 0;
  padding-top: 50px;
  display: flex;
  position: relative;
  top: 0;
}

.container-15 {
  max-width: 960px;
}

.logo-footer {
  align-self: center;
  width: 100px;
}

.erp-grid {
  margin-top: -114px;
}

.image-10 {
  width: 120px;
  height: auto;
}

.heading-12 {
  text-align: center;
}

.heading-12.display-4 {
  font-size: 56px;
}

.heading-12.display-4.text-primary {
  margin-top: 100px;
}

.container-16 {
  justify-content: center;
  align-items: center;
  max-width: 960px;
  display: flex;
}

.container-17, .container-18 {
  max-width: 960px;
}

.div-block-47 {
  margin-top: 0;
}

.section-17, .columns-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-3 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
}

.container-19, .container-20 {
  max-width: 960px;
}

.section-18 {
  background-color: #ffffff30;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
  position: relative;
  top: -30px;
}

.div-block-48 {
  margin-top: 48px;
}

.fs_numbercount-1_message {
  color: var(--accessible-components-dark-grey);
}

.fs_numbercount-1_text {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fs_numbercount-1_number {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}

.fs_numbercount-1_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.fs_numbercount-1_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--accessible-components-white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 2rem;
  display: grid;
  position: relative;
}

.fs_numbercount-1_embed {
  margin-bottom: 0;
}

.fs_numbercount-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.text-block-2 {
  flex-wrap: wrap;
  display: flex;
}

.div-block-49 {
  z-index: 0;
  background-image: url('../images/bg-vision.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 105vh;
  padding-top: 50px;
  position: absolute;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.column-4 {
  background-color: #fff;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-self: center;
  align-items: center;
  width: 1000px;
  min-width: 1000px;
  height: 150px;
  min-height: 20vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  display: flex;
  position: sticky;
  top: 0;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.scroll-base-2 {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content-wrap {
  justify-content: flex-end;
  width: 400px;
  min-width: 400px;
  display: flex;
}

.heading-13 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  width: 1000px;
  min-height: 30px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  width: 100%;
  position: relative;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.container-21 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  width: 100%;
  padding: 10%;
  display: flex;
  position: relative;
}

.image-11 {
  object-fit: contain;
}

.image-12 {
  position: relative;
}

.link-block-2 {
  align-items: center;
  display: flex;
}

.container-23 {
  margin-top: -900px;
  position: relative;
}

.scroll-animate-2 {
  transform-origin: 50% 0;
  background-color: #006cd0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.div-video {
  align-self: center;
  width: 600px;
}

.textarea {
  font-family: Work Sans, sans-serif;
}

.heading-14 {
  font-weight: 300;
}

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

.heading-16 {
  letter-spacing: normal;
  font-size: 28px;
  line-height: 34px;
}

.heading-16.color-primary {
  color: #2c1096;
}

.bold-text-4 {
  letter-spacing: -.3px;
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .container {
    justify-content: center;
    max-width: 1140px;
  }

  .container.home-container {
    position: relative;
    top: -600px;
  }

  .container.container-vision {
    position: absolute;
  }

  .container.container-quienes {
    position: relative;
    top: -600px;
  }

  .navbar-logo-left {
    z-index: 2;
    display: flex;
    inset: 0% 0% auto;
  }

  .navbar-logo-left-container.shadow-three {
    position: static;
  }

  .container-2 {
    align-items: center;
    max-width: 1197px;
    top: -700px;
  }

  .container-2.space-betewn {
    object-position: 50% 50%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .container-2.justifificado-center {
    top: -700px;
  }

  .container-2.flex-horizontal {
    justify-content: space-between;
    margin-bottom: 60px;
    padding: 0;
    display: flex;
    position: static;
  }

  .container-2.footer-div-1 {
    justify-content: space-between;
    max-width: 1197px;
    margin-bottom: 60px;
    display: flex;
  }

  .container-2.container-nav {
    max-width: 1440px;
  }

  .navbar-wrapper {
    max-width: 1197px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    position: sticky;
  }

  .footer-dark {
    margin-top: 0;
    padding-top: 60px;
  }

  .footer-content {
    width: 70%;
  }

  .footer-divider {
    max-width: 1197px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph {
    display: flex;
  }

  .container-4 {
    padding-left: 0;
  }

  .heading {
    color: #2c1096;
    width: 100%;
    height: 100px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    font-size: 56px;
    font-weight: 300;
  }

  .button.btn-primary {
    font-family: Work Sans, sans-serif;
  }

  .button.btn-primary.mt-5 {
    margin-top: 48px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .btn-ecosistema {
    margin-right: 4px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .grid.not-negative-margin {
    margin-top: 0;
  }

  .container-5 {
    max-width: 1160px;
    margin-top: 16px;
  }

  .div-block-3 {
    padding: 24px;
  }

  .div-block-3.card {
    z-index: 1;
    filter: grayscale();
  }

  .paragraph-card-title {
    text-transform: uppercase;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 700;
  }

  .field-label.label {
    font-family: Work Sans, sans-serif;
  }

  .column {
    background-position: 50%;
    background-attachment: fixed;
  }

  .text-primary {
    padding-left: 0;
  }

  .text-primary.font-weight-light {
    text-indent: 0;
    font-family: Work Sans, sans-serif;
  }

  .input-text, .div-block-6, .heading-5.font-weight-light.text-white, .text-muted.text-uppercase.small.ls-sable {
    font-family: Work Sans, sans-serif;
  }

  .columns {
    display: flex;
  }

  .div-block-27 {
    flex-direction: column;
  }

  .heading-6.text-primary.display-4 {
    margin-bottom: 40px;
  }

  .body-2 {
    font-family: Work Sans, sans-serif;
  }

  .font-weight-bold.text-uppercase.small.ls-sable.mt-5 {
    margin-top: 48px;
  }

  .container-7, .container-8 {
    max-width: 1160px;
  }

  .section-9 {
    background-attachment: fixed;
    margin-bottom: 0;
  }

  .text-white.font-weight-light.text-primary.h1 {
    max-width: 30%;
  }

  .body-4 {
    font-family: Work Sans, sans-serif;
  }

  .bold-text {
    font-weight: 300;
  }

  .div-block-34 {
    max-width: 60%;
  }

  .container-10 {
    max-width: 1140px;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .paragraph-6.text-muted._w-30 {
    max-width: 30%;
  }

  .paragraph-6.text-muted._w-30.mt-2 {
    margin-top: 16px;
  }

  .paragraph-6._w-60 {
    max-width: 60%;
  }

  .paragraph-6._w-40 {
    max-width: 48%;
  }

  .div-block-35 {
    border-radius: 16px;
  }

  .div-block-36 {
    width: 1140px;
    left: 0;
    right: 0;
  }

  .container-11 {
    background-color: #ffffff1a;
    max-width: 1140px;
    display: block;
    left: 0;
  }

  .div-block-40.mx-sm-3 {
    width: 70%;
    max-width: 100%;
    height: 50px;
  }

  .div-block-40.mx-sm-4 {
    width: 600px;
    position: relative;
    top: 0;
  }

  .column-2 {
    display: block;
    position: static;
  }

  .image-8 {
    width: 100%;
    max-width: none;
    height: 100%;
    margin-left: 40px;
    margin-right: auto;
  }

  .div-block-41 {
    margin-left: 156px;
  }

  .section-15 {
    margin-bottom: 0;
  }

  .typer {
    font-size: 56px;
    line-height: 56px;
  }

  .scroll-animate {
    background-color: #2c1096;
  }

  .div-block-45 {
    justify-content: flex-end;
    width: 90%;
    margin-left: 0;
    padding-right: 0;
  }

  .bg-home.hv-100 {
    background-image: none;
    height: 1200px;
  }

  .bg-home.hv-100.home-padding {
    position: static;
    top: -600px;
  }

  .section-16.bg-vision {
    background-image: none;
    padding-bottom: 60px;
  }

  .bg-vision {
    background-image: none;
    flex-direction: column;
  }

  .container-15 {
    max-width: 1160px;
  }

  .logo-footer {
    width: 100px;
    display: flex;
  }

  .heading-12.display-4.text-primary {
    margin-top: 60px;
  }

  .container-16, .container-17, .container-18 {
    max-width: 1140px;
  }

  .section-17 {
    margin-bottom: 300px;
  }

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

  .section-18 {
    background-color: #ffffff30;
    top: -30px;
  }

  .step-block {
    width: 1000px;
    min-width: 1000px;
    height: 150px;
    min-height: 20vh;
  }

  .content-wrap {
    width: 400px;
    min-width: 400px;
  }

  .heading-13 {
    display: none;
  }

  .steps-clone {
    min-height: 30px;
  }

  .step-content-block {
    width: 100%;
  }

  .container-21 {
    align-items: center;
  }

  .step {
    flex-wrap: wrap;
    width: 100%;
    padding: 10%;
  }

  .image-11 {
    position: relative;
  }

  .div-block-56 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-13 {
    background-color: #fff;
  }

  .container-vision {
    margin-top: 0;
    position: relative;
  }

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

  .section19 {
    margin-bottom: 0;
  }

  .container-23 {
    flex-direction: column;
    align-items: center;
    margin-top: -100px;
    display: flex;
    position: relative;
    top: -900px;
  }

  .scroll-animate-2, .div-block-57 {
    background-color: #2c1096;
  }

  .div-video {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-15 {
    margin-left: 60px;
    margin-right: auto;
    padding-left: 0;
  }

  .textarea {
    font-family: Work Sans, sans-serif;
  }
}

@media screen and (min-width: 1920px) {
  .container.home-container {
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -800px;
  }

  .container.container-vision {
    position: static;
    top: 0;
  }

  .container.container-quienes {
    position: relative;
    top: -600px;
  }

  .navbar-logo-left {
    z-index: 2;
    background-color: #0000;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 36;
    object-fit: fill;
    background-color: #0000;
    flex-wrap: nowrap;
    flex: none;
    order: 1;
    place-content: center flex-start;
    align-self: stretch;
    align-items: stretch;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: static;
  }

  .container-2 {
    flex-flow: row;
    place-content: center space-between;
    align-self: flex-end;
    align-items: center;
    max-width: 1197px;
    margin-bottom: 60px;
    display: flex;
    position: static;
    top: 0;
  }

  .container-2.justificado-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .container-2.space-betewn {
    justify-content: space-around;
    align-items: center;
  }

  .container-2.justifificado-center {
    z-index: 1;
    text-align: left;
    flex-flow: column;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    top: -800px;
  }

  .container-2.flex-horizontal {
    margin-right: 40%;
  }

  .container-2.footer-div-1 {
    max-width: 1197px;
    position: static;
  }

  .container-2.container-nav {
    flex: none;
    max-width: 1446px;
    margin-bottom: 0;
  }

  .container-2.container-vision {
    flex-flow: column wrap;
    align-items: center;
    position: relative;
    top: -700px;
  }

  .navbar-wrapper {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-brand {
    margin-right: 220px;
  }

  .menu-button {
    display: none;
  }

  .footer-dark {
    margin-top: 0;
    padding-top: 60px;
  }

  .footer-content {
    grid-column-gap: 0px;
    grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr);
    width: 70%;
    position: relative;
  }

  .footer-divider {
    max-width: 1197px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block.text-muted {
    max-width: 1197px;
    padding-right: 0;
  }

  .paragraph {
    object-position: 50% 50%;
    display: flex;
    overflow: visible;
  }

  .container-4 {
    justify-content: flex-start;
    padding-left: 268px;
  }

  .heading {
    width: 100%;
    height: 100px;
    margin-bottom: 60px;
    line-height: 56px;
  }

  .div-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section {
    flex-direction: column;
  }

  .div-block-2 {
    align-self: stretch;
  }

  .div-block-3.card {
    z-index: 1;
  }

  .field-label.label {
    font-family: Work Sans, sans-serif;
  }

  .div-block-5 {
    position: relative;
  }

  .text-primary {
    padding-left: 0;
    font-family: Work Sans, sans-serif;
  }

  .text-primary.font-weight-light {
    text-indent: 0;
  }

  .input-text, .submit-button.primary-button, .heading-5.font-weight-light.text-white, .text-muted.text-uppercase.small.ls-sable {
    font-family: Work Sans, sans-serif;
  }

  .columns {
    width: 100%;
  }

  .div-block-27 {
    flex-direction: column;
  }

  .heading-6.text-primary.display-4 {
    margin-bottom: 40px;
    font-size: 56px;
    line-height: 56px;
  }

  .section-6 {
    background-position: 50%;
    background-size: cover;
  }

  .body-3 {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }

  .section-9 {
    background-size: cover;
  }

  .text-white.font-weight-light.text-primary.h1 {
    max-width: 30%;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-10 {
    max-width: 1320px;
  }

  .paragraph-6 {
    font-weight: 400;
  }

  .paragraph-6._w-40 {
    max-width: 40%;
  }

  .container-11 {
    background-color: #ffffff14;
    max-width: 1320px;
  }

  .div-block-39 {
    text-align: left;
    max-width: none;
  }

  .paragraph-7.font-weight-regular {
    font-weight: 400;
  }

  .div-block-40.mx-sm-3 {
    clear: none;
    height: auto;
    position: relative;
    top: -700px;
  }

  .div-block-40.mx-sm-4 {
    justify-content: center;
    align-items: stretch;
    width: 600px;
    height: auto;
    margin-top: 40px;
    display: flex;
    position: static;
    top: 0;
  }

  .video {
    position: relative;
  }

  .image-8 {
    margin-left: 100px;
  }

  .section-15 {
    margin-bottom: 0;
  }

  .typer {
    font-size: 56px;
    line-height: 56px;
  }

  .cursor {
    line-height: 56%;
  }

  .div-block-43.div-home {
    position: relative;
  }

  .scroll-animate {
    background-color: #2c1096;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }

  .col {
    text-align: center;
    justify-content: center;
    margin-bottom: 16px;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .div-block-45 {
    flex-direction: row;
    justify-content: flex-end;
    width: 90%;
    margin-left: 0;
    padding-right: 0;
    position: relative;
  }

  .bg-home.hv-100 {
    background-image: none;
    height: 1500px;
    min-height: 90vh;
    padding-bottom: 60px;
  }

  .bg-home.hv-100.home-padding {
    background-image: none;
    height: 1200px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .bg-home.hv-100.home-padding.padding-vision {
    margin-bottom: 220px;
  }

  .bg-home.hv-100.home-padding.content-contact {
    height: auto;
    max-height: 100vh;
  }

  .section-16 {
    margin-top: 0;
  }

  .section-16.bg-vision {
    background-color: #fff;
    background-image: none;
    flex-flow: column wrap;
    align-items: center;
    padding-top: 0;
    padding-bottom: 60px;
    position: relative;
    top: -118px;
  }

  .bg-vision {
    background-image: none;
    flex-direction: column;
    align-items: stretch;
    top: auto;
  }

  .container-15 {
    max-width: 1320px;
  }

  .logo-footer {
    justify-content: space-between;
    width: 140px;
    margin-right: 0%;
    display: flex;
  }

  .heading-12.display-4.text-primary {
    margin-top: 60px;
  }

  .container-16, .container-17, .container-18 {
    max-width: 1320px;
  }

  .section-17 {
    margin-bottom: 200px;
  }

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

  .column-3 {
    position: static;
  }

  .section-18 {
    background-color: #ffffff30;
    position: relative;
    top: -30px;
  }

  .div-block-50 {
    position: relative;
  }

  .div-block-51 {
    width: 50px;
  }

  .div-block-52 {
    width: 200px;
  }

  .div-block-53 {
    width: 150px;
    margin-right: 220px;
    position: relative;
  }

  .step-block {
    width: 1000px;
    min-width: 1000px;
    height: 150px;
    min-height: 150px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrap {
    width: 400px;
    min-width: 400px;
  }

  .heading-13 {
    display: none;
  }

  .steps-clone {
    min-height: 0;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .step-content-block {
    width: 100%;
  }

  .step {
    flex-wrap: wrap;
    width: 100%;
    padding: 10%;
  }

  .div-block-54 {
    display: none;
  }

  .container-22 {
    height: 50%;
  }

  .image-11 {
    object-fit: scale-down;
    object-position: 50% 0%;
    width: auto;
    height: auto;
    position: static;
    overflow: auto;
  }

  .div-block-55 {
    z-index: 0;
    object-fit: scale-down;
    position: relative;
  }

  ._100 {
    width: 100%;
  }

  .div-block-56 {
    width: 100%;
    height: auto;
  }

  .image-13 {
    display: block;
    position: static;
  }

  .container-vision {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .section19 {
    object-fit: contain;
    height: 100%;
    position: static;
    top: -700px;
  }

  .container-23 {
    flex-direction: column;
    align-items: center;
    margin-top: -500px;
    display: block;
    top: -1000px;
  }

  .textarea {
    font-family: Work Sans, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 720px;
    height: auto;
  }

  .container.home-container {
    max-width: 720px;
    top: -300px;
  }

  .navbar-logo-left {
    z-index: 2;
  }

  .container-2 {
    max-width: 720px;
  }

  .container-2.justifificado-center {
    top: -400px;
  }

  .container-2.footer-div-1 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
    margin-top: 40px;
  }

  .heading {
    margin-bottom: 60px;
    line-height: 45px;
  }

  .container-5 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-primary {
    padding-left: 0;
    font-family: Work Sans, sans-serif;
  }

  .container-6 {
    max-width: 720px;
  }

  .input-text {
    font-size: 16px;
    line-height: 24px;
  }

  .submit-button {
    margin-top: 22px;
  }

  .grid-2 {
    grid-template-columns: minmax(50%, 50%);
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "Area";
  }

  .heading-6.text-primary.display-4 {
    width: 100%;
    font-size: 40px;
    line-height: 45px;
  }

  .container-7 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-white.font-weight-light.text-primary.h1 {
    max-width: 41%;
  }

  .body-4 {
    font-family: Work Sans, sans-serif;
  }

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

  .container-10 {
    max-width: 720px;
  }

  .paragraph-6._w-60 {
    font-size: 16px;
  }

  .paragraph-6._w-40 {
    max-width: 70%;
  }

  .div-block-36 {
    width: 100%;
  }

  .container-11 {
    max-width: 720px;
  }

  .section-11 {
    background-position: 100%;
    background-size: 35%;
    background-attachment: fixed;
  }

  .column-2 {
    flex-wrap: wrap;
    align-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-8 {
    margin-left: 40px;
    margin-right: auto;
  }

  .div-block-41 {
    margin-left: 10%;
  }

  .typer {
    width: 100%;
    font-size: 40px;
    line-height: 45px;
  }

  .scroll-hero {
    min-height: 40vh;
  }

  .img-hero {
    width: 100%;
    min-height: 40vh;
    margin-top: 5%;
    margin-bottom: 0%;
  }

  .scroll-animate.text-primary {
    color: #010002;
  }

  .scoll-wrap-hero {
    height: 75%;
  }

  .col {
    flex-direction: column;
  }

  .div-block-45 {
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .container-15 {
    max-width: 720px;
  }

  .logo-footer {
    margin-bottom: 10px;
  }

  .container-16, .container-17, .container-18 {
    max-width: 720px;
  }

  .column-3 {
    display: none;
  }

  .step-block {
    width: 600px;
    min-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-block {
    width: 600px;
  }

  .content-wrap {
    width: 240px;
    min-width: 240px;
  }

  .steps-clone {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-21 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .step {
    width: 100%;
  }

  .columns-4 {
    max-width: 720px;
  }

  .section-19 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }

  .container.home-container {
    max-width: 540px;
    top: -200px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container-2 {
    max-width: 540px;
  }

  .container-2.justifificado-center {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    top: -300px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    clear: none;
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .title-small {
    align-self: flex-start;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .paragraph {
    align-self: flex-start;
  }

  .container-4 {
    display: none;
  }

  .heading {
    width: 500px;
  }

  .div-block {
    width: 100%;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-5 {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .div-block-5 {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .container-6 {
    max-width: 540px;
  }

  .input-text {
    width: 332px;
    max-width: 100%;
  }

  .submit-button {
    width: auto;
  }

  .submit-button.primary-button, .div-block-25 {
    width: 100%;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .columns {
    flex-direction: column;
  }

  .div-block-27 {
    position: relative;
    top: 0;
  }

  .div-block-4 {
    justify-content: center;
    display: block;
  }

  .heading-6.text-primary.display-4 {
    width: 500px;
    font-size: 40px;
    line-height: 45px;
  }

  .section-7 {
    padding-left: 24px;
  }

  .container-8 {
    padding-right: 8px;
  }

  .container-9 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-white.font-weight-light.text-primary.h1 {
    max-width: 55%;
  }

  .container-10 {
    max-width: 540px;
  }

  .paragraph-6._w-60 {
    max-width: 100%;
  }

  .paragraph-6._w-40 {
    max-width: 85%;
  }

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

  .container-11 {
    max-width: 540px;
  }

  .video {
    width: 100%;
  }

  .image-8 {
    display: none;
  }

  .div-block-41 {
    width: 100%;
    margin-left: 0%;
  }

  .h1.font-weight-light._w-80, .div-block-42 {
    max-width: 100%;
  }

  .typer {
    width: 100%;
    line-height: 45px;
  }

  .div-block-43.div-home {
    margin-left: 24px;
    margin-right: 24px;
  }

  .img-hero {
    margin-top: 15%;
  }

  .row {
    flex-wrap: wrap;
  }

  .col {
    flex-direction: column;
  }

  .div-block-45 {
    display: flex;
  }

  .bg-home.hv-100 {
    height: 1600px;
  }

  .container-15 {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .erp-grid {
    margin-top: -134px;
  }

  .container-16, .container-17, .container-18 {
    max-width: 540px;
  }

  .columns-3 {
    flex-direction: column;
  }

  .fs_numbercount-1_text {
    font-size: 10px;
  }

  .fs_numbercount-1_number {
    font-size: 30px;
  }

  .fs_numbercount-1_card {
    grid-template-columns: .25fr;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    min-width: 300px;
    height: 100px;
    min-height: 30vh;
  }

  .content-block {
    width: 100%;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    display: none;
    position: relative;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    height: 50vh;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .steps-clone {
    width: 300px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    display: none;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .text-block-4 {
    width: 100%;
  }

  .div-video, .section-19 {
    width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 100%;
    padding: 16px 20px;
  }

  .container.home-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    top: 0;
  }

  .container.container-quienes {
    top: -100px;
  }

  .container-2 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2.space-betewn {
    display: block;
  }

  .container-2.justifificado-center {
    top: 0;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .footer-dark {
    float: left;
    object-fit: fill;
    object-position: 0% 50%;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: auto;
  }

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

  .footer-wrapper {
    align-items: flex-start;
  }

  .footer-content {
    width: 100%;
    max-width: 100%;
  }

  .title-small {
    align-self: flex-start;
  }

  .heading {
    width: 300px;
  }

  .button.btn-primary {
    max-width: none;
    display: block;
  }

  .button.btn-primary.mt-5 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .btn-ecosistema {
    margin-bottom: 8px;
    box-shadow: 0 0 20px 4px #0000001a;
  }

  .div-block-2 {
    flex-direction: column;
    align-items: center;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .field-label.label {
    font-family: Work Sans, sans-serif;
  }

  .form {
    width: 100%;
  }

  .div-block-5 {
    object-fit: fill;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .column {
    display: none;
  }

  .text-primary {
    font-size: 20px;
    position: static;
    left: 0;
  }

  .text-primary.font-weight-light {
    text-align: left;
    text-indent: 0;
    width: 100%;
    font-size: 24px;
  }

  .container-6 {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .input-text {
    width: auto;
    font-family: Work Sans, sans-serif;
  }

  .div-block-6 {
    width: 100%;
    padding: 8px;
  }

  .submit-button {
    width: 100%;
  }

  .submit-button.primary-button {
    display: block;
  }

  .heading-5.font-weight-light.text-white {
    text-align: center;
    margin-bottom: 20px;
    padding: 8px 8px 16px;
    font-size: 20px;
  }

  .text-muted.text-uppercase.small.ls-sable {
    width: 100%;
    font-family: Work Sans, sans-serif;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-26 {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-27 {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
  }

  .heading-6.text-primary.display-4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    line-height: 48px;
  }

  .body-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-29 {
    display: none;
  }

  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-3 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-white.font-weight-light.text-primary.h1 {
    max-width: 100%;
  }

  .body-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". ."
                         ". ."
                         "Area Area";
    max-width: 100%;
  }

  .heading-9.h1 {
    font-size: 32px;
  }

  .div-block-34 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10.text-primary.mb-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10.text-primary.mb-3 {
    margin-bottom: 48px;
    padding-left: 0;
  }

  .container-10 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-6._w-60, .paragraph-6._w-40 {
    max-width: 100%;
  }

  .section-10 {
    min-height: 800px;
    max-height: 800px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .div-block-35 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-37 {
    padding-top: 0;
  }

  .image-7 {
    display: block;
  }

  .body-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-40.mx-sm-3 {
    width: 90%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .video {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .lh-28 {
    width: 100%;
  }

  .typer {
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 45px;
    display: block;
    overflow: visible;
  }

  .cursor {
    display: none;
  }

  .div-block-43 {
    margin-left: 0;
    margin-right: 0;
  }

  .scroll-hero {
    margin-top: 5%;
  }

  .steps.dots {
    padding-top: 9%;
    padding-bottom: 9%;
  }

  .step-hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .scoll-wrap-hero {
    height: 77%;
    margin-top: 12px;
  }

  .row {
    flex-flow: column wrap;
    align-content: stretch;
    align-items: center;
  }

  .col {
    align-self: center;
  }

  .div-block-45 {
    flex-wrap: wrap;
    display: flex;
  }

  .bg-home.hv-100 {
    height: 1400px;
  }

  .font-weight-light.h4 {
    font-size: 16px;
  }

  .container-15 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-16 {
    max-width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .container-17, .container-18 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fs_numbercount-1_wrapper {
    grid-template-columns: 1fr;
  }

  .column-4 {
    top: 40px;
  }

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

  .step-block, .content-block {
    width: 300px;
  }

  .img-block {
    width: 90%;
  }

  .steps-clone {
    width: 300px;
    display: block;
    position: static;
  }

  .content {
    font-size: 20px;
  }

  .image-11, .image-13 {
    display: none;
  }

  .div-video {
    width: 300px;
  }

  .image-14 {
    display: none;
  }

  .section-19 {
    width: 300px;
  }

  .textarea {
    font-family: Work Sans, sans-serif;
  }
}

#w-node-_8f072b38-91a7-8ae7-7945-3ddbe7767817-e7767806, #w-node-_8f072b38-91a7-8ae7-7945-3ddbe7767825-e7767806, #w-node-de9c666e-ae10-8782-c35e-194ecbd6bdd3-2445bef7, #w-node-_11a8f08c-a5df-ef16-04e6-7cc0a53db12e-2445bef7, #w-node-_9a29a1d3-4f3b-85c6-be31-de0691e3895a-2445bef7, #w-node-f5a8c0dd-5539-3fe9-af3e-cbd884cf1531-2445bef7, #w-node-_1d40a62d-f36d-8bf3-8c8f-9a70454003e0-2445bef7, #w-node-b09afea3-e51d-d9d7-8c2c-8eed78db4908-2445bef7, #w-node-a0cdc1c5-312c-d594-f4ca-6c518bb6edb7-2445bef7, #w-node-e4bf0f9d-e760-e3f0-92ff-2aaff6f56210-2445bef7, #w-node-c786c9ca-35b9-1404-b97f-f49205d97f14-2445bef7, #w-node-_26f83580-1a15-7515-000c-fb7be2347464-2445bef7, #w-node-_9049a571-bf1b-b5ab-b6db-55a603025f32-2445bef7, #w-node-e39dc223-86b0-eaba-49f8-61dbbca5de41-2445bef7, #w-node-ed937db2-408b-fa76-7b22-fdb57afd626b-2445bef7, #w-node-_2b7149ca-5f00-2c7f-46a5-72a9e13bdb07-2445bef7, #w-node-af6e883b-0122-e085-625e-7d0fabd84077-2445bef7, #w-node-a6406658-23a9-6ea4-ec66-ccc58b7991fc-2445bef7, #w-node-_315b29f7-c1f5-5eee-0380-0b1ee52da613-2445bef7, #w-node-_5e981a75-1f61-8209-f4d5-1a0fe76b1cb4-2445bef7, #w-node-_54f99b11-a4ab-65d6-60d4-f338f6e61764-2445bef7, #w-node-ce28ca11-7318-bdd3-6078-50c888628500-2445bef7, #w-node-_2a001d34-511a-493c-d59c-58030300e2f1-2445bef7, #w-node-_1d8a44b0-2830-30b6-30e1-6b6e9953ca54-2445bef7, #w-node-f0e770d5-e679-2ed9-cefd-4f5cff73f320-2445bef7, #w-node-_5953da0f-29af-96c1-9b06-b9de9c0a9179-2445bef7, #w-node-_5953da0f-29af-96c1-9b06-b9de9c0a917a-2445bef7, #w-node-_5953da0f-29af-96c1-9b06-b9de9c0a917c-2445bef7, #w-node-_4090a8b7-aebd-cb56-004c-d90496ca94e4-2445bef7, #w-node-_4090a8b7-aebd-cb56-004c-d90496ca94e5-2445bef7, #w-node-_4090a8b7-aebd-cb56-004c-d90496ca94e7-2445bef7, #w-node-_82fd17e9-4e3b-c850-75b1-9072bf071a58-2445bef7, #w-node-_82fd17e9-4e3b-c850-75b1-9072bf071a59-2445bef7, #w-node-_82fd17e9-4e3b-c850-75b1-9072bf071a5b-2445bef7, #w-node-_2562b17d-0349-9d03-9c4f-8fba9c8e054b-2445bef7, #w-node-_2562b17d-0349-9d03-9c4f-8fba9c8e054c-2445bef7, #w-node-_2562b17d-0349-9d03-9c4f-8fba9c8e054e-2445bef7, #w-node-_1cde44e1-7b0b-2f5b-c2e5-6e895140bffa-2445bef7, #w-node-_1cde44e1-7b0b-2f5b-c2e5-6e895140bffb-2445bef7, #w-node-_1cde44e1-7b0b-2f5b-c2e5-6e895140bffe-2445bef7, #w-node-df0c7256-ab2b-91a1-9780-5777e77fcb39-799cca7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df0c7256-ab2b-91a1-9780-5777e77fcb3d-799cca7d {
  grid-area: 2 / 1 / 3 / 2;
}

#field.w-node-df0c7256-ab2b-91a1-9780-5777e77fcb41-799cca7d, #w-node-df0c7256-ab2b-91a1-9780-5777e77fcb58-799cca7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df0c7256-ab2b-91a1-9780-5777e77fcb42-799cca7d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-df0c7256-ab2b-91a1-9780-5777e77fcb5c-799cca7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df0c7256-ab2b-91a1-9780-5777e77fcb4c-799cca7d {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-df0c7256-ab2b-91a1-9780-5777e77fcb47-799cca7d {
  grid-area: 4 / 2 / 5 / 3;
}

#field-4.w-node-df0c7256-ab2b-91a1-9780-5777e77fcb4b-799cca7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df0c7256-ab2b-91a1-9780-5777e77fcb51-799cca7d {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-df0c7256-ab2b-91a1-9780-5777e77fcb56-799cca7d {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_0f64a07a-f6f4-3fdf-b650-f55b82ffce2e-2d869b38, #w-node-_820bc900-74cd-52ed-7479-1b1946bb7629-2d869b38, #w-node-_61a4fec3-ae42-5249-bb98-51b950aac9fb-2d869b38, #w-node-a97a8356-c6b2-8476-c448-358d36be7103-2d869b38, #w-node-_7a8fa2ec-7710-afa0-a803-8e42c3c9dd83-2d869b38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_8f072b38-91a7-8ae7-7945-3ddbe7767817-e7767806 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f072b38-91a7-8ae7-7945-3ddbe7767825-e7767806 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-df0c7256-ab2b-91a1-9780-5777e77fcb51-799cca7d {
    grid-area: 5 / 1 / 6 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_8f072b38-91a7-8ae7-7945-3ddbe7767817-e7767806, #w-node-_8f072b38-91a7-8ae7-7945-3ddbe7767825-e7767806, #w-node-_35953c48-0748-4e25-9675-28bdbae79869-2445bef7, #w-node-_35953c48-0748-4e25-9675-28bdbae7986a-2445bef7, #w-node-_35953c48-0748-4e25-9675-28bdbae7986c-2445bef7, #w-node-_35953c48-0748-4e25-9675-28bdbae7986f-2445bef7, #w-node-_35953c48-0748-4e25-9675-28bdbae79870-2445bef7, #w-node-_35953c48-0748-4e25-9675-28bdbae79872-2445bef7, #w-node-_35953c48-0748-4e25-9675-28bdbae79875-2445bef7, #w-node-_35953c48-0748-4e25-9675-28bdbae79876-2445bef7, #w-node-_35953c48-0748-4e25-9675-28bdbae79878-2445bef7, #w-node-_35953c48-0748-4e25-9675-28bdbae7987b-2445bef7, #w-node-_35953c48-0748-4e25-9675-28bdbae7987c-2445bef7, #w-node-_35953c48-0748-4e25-9675-28bdbae7987e-2445bef7, #w-node-b7601eb2-433a-0008-4ba4-9e471a656719-2445bef7, #w-node-b7601eb2-433a-0008-4ba4-9e471a65671a-2445bef7, #w-node-b7601eb2-433a-0008-4ba4-9e471a65671c-2445bef7, #w-node-b09afea3-e51d-d9d7-8c2c-8eed78db4909-2445bef7, #w-node-b09afea3-e51d-d9d7-8c2c-8eed78db490a-2445bef7, #w-node-b09afea3-e51d-d9d7-8c2c-8eed78db490c-2445bef7, #w-node-a0cdc1c5-312c-d594-f4ca-6c518bb6edb8-2445bef7, #w-node-a0cdc1c5-312c-d594-f4ca-6c518bb6edb9-2445bef7, #w-node-a0cdc1c5-312c-d594-f4ca-6c518bb6edbb-2445bef7, #w-node-_133139ed-9f32-7b6b-38f7-80328b497ef5-2445bef7, #w-node-_133139ed-9f32-7b6b-38f7-80328b497ef6-2445bef7, #w-node-_133139ed-9f32-7b6b-38f7-80328b497ef8-2445bef7, #w-node-_133139ed-9f32-7b6b-38f7-80328b497efb-2445bef7, #w-node-_133139ed-9f32-7b6b-38f7-80328b497efc-2445bef7, #w-node-_133139ed-9f32-7b6b-38f7-80328b497efe-2445bef7, #w-node-_133139ed-9f32-7b6b-38f7-80328b497f01-2445bef7, #w-node-_133139ed-9f32-7b6b-38f7-80328b497f02-2445bef7, #w-node-_133139ed-9f32-7b6b-38f7-80328b497f04-2445bef7, #w-node-_133139ed-9f32-7b6b-38f7-80328b497f07-2445bef7, #w-node-_133139ed-9f32-7b6b-38f7-80328b497f08-2445bef7, #w-node-_133139ed-9f32-7b6b-38f7-80328b497f0a-2445bef7, #w-node-_133139ed-9f32-7b6b-38f7-80328b497f0e-2445bef7, #w-node-_133139ed-9f32-7b6b-38f7-80328b497f10-2445bef7, #w-node-e3d851b2-019f-0371-858c-76713318d5bb-2445bef7, #w-node-e3d851b2-019f-0371-858c-76713318d5bc-2445bef7, #w-node-e3d851b2-019f-0371-858c-76713318d5be-2445bef7, #w-node-e3d851b2-019f-0371-858c-76713318d5c1-2445bef7, #w-node-e3d851b2-019f-0371-858c-76713318d5c2-2445bef7, #w-node-e3d851b2-019f-0371-858c-76713318d5c4-2445bef7, #w-node-e3d851b2-019f-0371-858c-76713318d5c7-2445bef7, #w-node-e3d851b2-019f-0371-858c-76713318d5c8-2445bef7, #w-node-e3d851b2-019f-0371-858c-76713318d5ca-2445bef7, #w-node-e3d851b2-019f-0371-858c-76713318d5cd-2445bef7, #w-node-e3d851b2-019f-0371-858c-76713318d5ce-2445bef7, #w-node-e3d851b2-019f-0371-858c-76713318d5d0-2445bef7, #w-node-_01c51602-799c-54f3-3fd6-8d7fc572cc9f-2445bef7, #w-node-_01c51602-799c-54f3-3fd6-8d7fc572cca0-2445bef7, #w-node-_01c51602-799c-54f3-3fd6-8d7fc572cca2-2445bef7, #w-node-_72fc1292-2b18-ac8a-6a4c-cf6e1084693c-2445bef7, #w-node-_72fc1292-2b18-ac8a-6a4c-cf6e1084693d-2445bef7, #w-node-_72fc1292-2b18-ac8a-6a4c-cf6e1084693f-2445bef7, #w-node-adcc9eae-c828-a218-4f94-f593bb60c66d-2445bef7, #w-node-adcc9eae-c828-a218-4f94-f593bb60c66e-2445bef7, #w-node-adcc9eae-c828-a218-4f94-f593bb60c670-2445bef7, #w-node-ce28ca11-7318-bdd3-6078-50c888628501-2445bef7, #w-node-ce28ca11-7318-bdd3-6078-50c888628502-2445bef7, #w-node-ce28ca11-7318-bdd3-6078-50c888628504-2445bef7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-df0c7256-ab2b-91a1-9780-5777e77fcb58-799cca7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-df0c7256-ab2b-91a1-9780-5777e77fcb56-799cca7d {
    grid-area: 6 / 1 / 7 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8f072b38-91a7-8ae7-7945-3ddbe7767817-e7767806, #w-node-_8f072b38-91a7-8ae7-7945-3ddbe7767825-e7767806 {
    justify-self: start;
  }

  #w-node-df0c7256-ab2b-91a1-9780-5777e77fcb56-799cca7d {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_61a4fec3-ae42-5249-bb98-51b950aac9fd-2d869b38 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0f64a07a-f6f4-3fdf-b650-f55b82ffce2e-2d869b38, #w-node-_820bc900-74cd-52ed-7479-1b1946bb7629-2d869b38, #w-node-_61a4fec3-ae42-5249-bb98-51b950aac9fb-2d869b38, #w-node-a97a8356-c6b2-8476-c448-358d36be7103-2d869b38, #w-node-_7a8fa2ec-7710-afa0-a803-8e42c3c9dd83-2d869b38 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


