:root {
  --dark-slate-grey: #324b52;
  --blue-startup: #05054b;
  --lime-green: #6c3;
  --white: white;
  --midnight-blue: #191836;
  --black: black;
  --light-sea-green: #00b5be;
  --grey-text: #949494;
  --other-blue: #043cc3;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.banner {
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 57px 34px rgba(0, 0, 0, .03);
}

.container {
  width: 1030px;
}

.container.space {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container.space.oculto {
  display: none;
}

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

.image {
  width: 25%;
  margin-bottom: -20px;
}

.banner-principal {
  background-image: url('../images/Group-427321077.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading {
  color: var(--dark-slate-grey);
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.heading._64 {
  color: #324b52;
  font-size: 64px;
  line-height: 120%;
}

.heading._80 {
  font-size: 80px;
  line-height: 95px;
}

.heading._80.startup {
  color: var(--blue-startup);
}

.heading-2 {
  color: var(--lime-green);
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.image-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-3 {
  color: var(--dark-slate-grey);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.heading-3.white {
  color: var(--white);
}

.heading-sub {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.text-span {
  color: var(--lime-green);
}

.div-block-2 {
  width: 100%;
  height: 420px;
  background-image: url('../images/Group-427320868.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.grid {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
}

.heading-4 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

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

.heading-4.center.s {
  font-size: 31px;
}

.heading-4.center.blue {
  color: var(--blue-startup);
}

.heading-4._45 {
  font-size: 45px;
  line-height: 100%;
}

.heading-4._45.blue {
  color: var(--blue-startup);
}

.heading-4._40 {
  font-size: 45px;
  line-height: 100%;
}

.heading-4._40.blue {
  color: var(--blue-startup);
  font-size: 40px;
  line-height: 55px;
}

.paragraph {
  color: var(--dark-slate-grey);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph.black {
  color: var(--black);
  text-align: left;
}

.paragraph.black.left {
  text-align: left;
}

.paragraph.white {
  color: var(--white);
}

.paragraph.grey {
  color: #8b8e9d;
}

.paragraph.name {
  font-size: 15px;
}

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

.paragraph.blue {
  color: var(--blue-startup);
}

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

.div-block-3.left {
  align-items: flex-start;
}

.image-3 {
  max-width: 180%;
  margin-top: -130px;
  margin-bottom: -130px;
}

.image-4 {
  max-width: 110%;
  margin-top: -80px;
  margin-bottom: -50px;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.div-block-4-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.div-block-2-1 {
  width: 100%;
  height: 420px;
  background-image: url('../images/Rectangle-74.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 41%;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 40px 40px 20px;
  display: flex;
}

.image-4-2 {
  max-width: 120%;
  margin-top: -80px;
  margin-bottom: -75px;
}

.grid-invert {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
}

.bloque-testimonios {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  display: none;
}

.heading-5 {
  color: #00b5be;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.heading-4-test {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.text-span-2 {
  color: var(--lime-green);
}

.gesti-n-documental {
  background-image: url('../images/Group-427320868.svg');
  background-position: 160% 75%;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.soluciones-digitales {
  background-color: #fcfcfd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.text-span-3 {
  color: var(--lime-green);
}

.div-block-6 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.button {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  border-radius: 50px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.button.green {
  background-color: var(--lime-green);
}

.button.blue {
  background-color: var(--light-sea-green);
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.button.blue-2 {
  background-color: #043cc3;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-7 {
  width: 100%;
  background-color: #fcfcfd;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 64px 64px 10px rgba(158, 158, 158, .15);
}

.grid-2 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr 1fr;
}

.div-block-8 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.div-block-10 {
  border-top: 2px dashed var(--light-sea-green);
  border-bottom: 2px dashed var(--light-sea-green);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.heading-6 {
  color: var(--black);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.faq {
  background-image: url('../images/Component-13.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-4-contacto {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.heading-4-contacto.left {
  text-align: left;
}

.text-span-4 {
  color: var(--lime-green);
}

.div-block-11 {
  width: 100%;
  flex-direction: column;
  display: flex;
}

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

.contacto {
  background-color: #fcfcfd;
  background-image: url('../images/Frame-427321020.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-12 {
  background-color: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  margin-top: 40px;
  padding: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

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

.div-block-13 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.field-label {
  margin-bottom: 15px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.text-field {
  color: var(--grey-text);
  border: 1px #000;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
}

.text-field::-ms-input-placeholder {
  color: var(--grey-text);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-field::placeholder {
  color: var(--grey-text);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-14 {
  width: 100%;
  border: 2px solid var(--light-sea-green);
  border-radius: 12px;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-14.text-area {
  height: 120px;
  align-items: flex-start;
}

.div-block-14.blue {
  border-color: var(--midnight-blue);
}

.image-5 {
  overflow: hidden;
}

.select-field {
  color: var(--grey-text);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.select-field:focus-visible {
  color: var(--grey-text);
}

.select-field[data-wf-focus-visible] {
  color: var(--grey-text);
}

.textarea {
  height: 100px;
  border: 1px solid var(--white);
  color: var(--black);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.textarea::-ms-input-placeholder {
  color: var(--black);
  font-weight: 500;
}

.textarea::placeholder {
  color: var(--black);
  font-weight: 500;
}

.div-block-15 {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-top: 20px;
}

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

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

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

.link {
  color: var(--light-sea-green);
  text-decoration: none;
}

.link.blue {
  color: var(--blue-startup);
}

.link-2 {
  color: var(--light-sea-green);
  text-decoration: none;
}

.link-2.blue {
  color: var(--blue-startup);
  -webkit-text-stroke-color: var(--blue-startup);
}

.checkbox {
  width: 15px;
  height: 15px;
  border-radius: 5px;
}

.checkbox.w--redirected-checked {
  background-color: var(--light-sea-green);
  padding: 5px;
}

.footer {
  background-color: #324b52;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer.blue {
  background-color: var(--blue-startup);
}

.div-block-18 {
  width: 550px;
  border-bottom: 1px solid var(--light-sea-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.link-block {
  margin-bottom: 20px;
}

.div-block-19 {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-19.one {
  justify-content: center;
  margin-top: 0;
}

.link-block-2 {
  margin-right: 10px;
}

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

.paragraph-regular {
  letter-spacing: -.02em;
  padding-top: 15px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.faq-item-line {
  width: 560px;
  border: 1.5px solid var(--light-sea-green);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
  transition: all .3s;
  display: block;
}

.faq-content-wrapper {
  width: 100%;
  max-width: 100%;
  line-height: 36px;
}

.faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.faq-toggle:hover {
  color: #338cff;
}

.paragraph-regular-bold {
  color: var(--dark-slate-grey);
  letter-spacing: -.03em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.faq-content-2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.faq-icon-square {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-4 {
  width: 32px;
  height: 32px;
  color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.faq-title-wrapper {
  width: 100%;
  color: #160042;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

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

.div-block-22 {
  width: 100%;
  padding: 20px;
}

.left-arrow {
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 5%;
}

.left-arrow:hover {
  background-color: #ffd502;
  border-radius: 8px;
}

.right-arrow {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.right-arrow:hover {
  background-color: #ffd502;
}

.slide-nav {
  display: none;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.image-7 {
  width: 40px;
}

.image-7:hover {
  filter: brightness(30000%);
}

.image-7.rotate {
  transform: rotate(180deg);
}

.div-block-23 {
  width: 100%;
  height: 100%;
  background-color: var(--white);
}

.grid-6 {
  grid-column-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
}

.div-block-24 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 20px;
  display: flex;
}

.image-8 {
  height: 90px;
}

.div-block-25 {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.text-span-5 {
  color: #bdbdbd;
}

.mask {
  height: auto;
}

.div-block-27 {
  background-color: #f6f7f9;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-9 {
  width: 90%;
}

.slide-2 {
  height: auto;
}

.background-video {
  z-index: 10000000;
  width: 800px;
  height: 450px;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

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

.div-block-28 {
  border: 1px solid var(--dark-slate-grey);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.grid-8 {
  grid-template-rows: auto;
}

.icon, .icon-5, .icon-6, .icon-7 {
  width: 24px;
  height: 24px;
  color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.text-field-2 {
  color: var(--grey-text);
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
}

.text-field-2::-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-field-2::placeholder {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-field-2.blue {
  color: var(--blue-startup);
}

.text-field-2.blue::-ms-input-placeholder {
  color: var(--blue-startup);
}

.text-field-2.blue::placeholder {
  color: var(--blue-startup);
}

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

.form-block {
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--light-sea-green);
  color: var(--white);
  border-radius: 12px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.submit-button.green {
  background-color: var(--lime-green);
}

.submit-button.blue {
  background-color: var(--other-blue);
  border-radius: 100px;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-10 {
  width: 50%;
}

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

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

.text-span-6 {
  color: var(--lime-green);
}

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

.div-block-33 {
  border: 1px solid var(--light-sea-green);
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-33.blue {
  background-color: rgba(255, 255, 255, .8);
}

.div-block-34 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 5%;
}

.grid-10 {
  grid-template-rows: auto;
}

.div-block-35 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.grid-11 {
  grid-template-rows: auto;
}

.empresas-m-ltiples {
  background-image: url('../images/Group-427320868.svg');
  background-position: 160% 75%;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.grid-12.oculto {
  display: none;
}

.grid-12.space {
  margin-top: 40px;
}

.grren-text {
  color: var(--lime-green);
}

.image-11 {
  max-width: 100%;
}

.dudas {
  background-color: #fcfcfd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.grid-13 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 10px;
  padding-bottom: 30px;
}

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

.div-block-36 {
  width: 325px;
  height: 380px;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, .1), 0 5px 6px rgba(0, 0, 0, .1);
}

.heading-7 {
  color: var(--dark-slate-grey);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

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

.soluciones-preocesos {
  background-color: #fff;
  background-image: url('../images/Group-427321077-2.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.grid-14 {
  grid-template-rows: auto;
}

.grid-15 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.image-12 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.div-block-37 {
  align-items: center;
  display: flex;
}

.div-block-38 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-38.oculto {
  display: none;
}

.div-block-38.space {
  margin-top: 60px;
}

.grid-12-copy {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

.div-block-39 {
  background-image: url('../images/Frame-427321051.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  padding: 60px 40px;
}

.heading-4-white {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

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

.grid-16 {
  grid-template-rows: auto;
}

.div-block-41 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.p-contact {
  color: var(--dark-slate-grey);
  letter-spacing: -.03em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-12-1 {
  background-color: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  margin-top: 0;
  padding: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.div-block-42 {
  border: 1px solid #e3e3e3;
  border-radius: 30px;
  padding: 30px 20px;
}

.div-block-43 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-43.space {
  margin-bottom: 0;
}

.grid-17 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-13 {
  width: 150px;
}

.banner-principal-cooperativo {
  background-image: url('../images/Rectangle-61.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-14 {
  margin-left: -50px;
}

.image-15 {
  z-index: -1;
  max-width: 190%;
  margin-top: -280px;
  margin-left: -150px;
  position: relative;
}

.div-block-47 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.ofrecemos-ayuda {
  background-image: url('../images/Group-427320829.svg'), linear-gradient(#f6f7f9, #fff);
  background-position: 98% 10%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.integraciones {
  background-image: url('../images/Rectangle-670-1.svg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-integraciones {
  width: 325px;
  height: 398px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, .1), 0 5px 6px rgba(0, 0, 0, .1);
}

.integraciones-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.banner-principal-startup {
  background-image: url('../images/Frame_1.svg'), url('../images/Group-427321048.svg');
  background-position: 50% 0, 0 10%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 12%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.grid-18 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

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

.div-block-12-3 {
  background-color: var(--white);
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  margin-top: 0;
  padding: 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.image-16 {
  z-index: -1;
  max-width: 130%;
  position: relative;
}

.div-block-51 {
  background-color: #f9f9fb;
  border-radius: 25px;
  padding: 30px;
}

.integraciones-startup {
  background-image: url('../images/Group-427321048-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-startups {
  width: 335px;
  height: 306px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, .1), 0 5px 6px rgba(0, 0, 0, .1);
}

.heading-7-startup {
  color: var(--dark-slate-grey);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.heading-7-startup.center {
  text-align: center;
}

.heading-7-startup.blue {
  color: var(--other-blue);
  margin-top: 0;
}

.div-blue-startupo {
  background-image: linear-gradient(#043cc3, #031e5c);
  border-radius: 20px;
  padding: 40px;
}

.form-white {
  background-color: #fff;
  border-radius: 100px;
  justify-content: space-between;
  align-items: stretch;
  padding: 5px 10px;
  display: flex;
}

.div-block-33-copy {
  border: 1px none var(--light-sea-green);
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-33-copy.blue {
  background-color: rgba(255, 255, 255, .8);
}

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

.grid-19 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.div-bullet {
  border: 1px solid var(--blue-startup);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

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

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

.text-span-7 {
  color: var(--blue-startup);
}

.grid-21 {
  grid-template-rows: auto;
}

.text-span-8 {
  font-size: 12px;
  font-weight: 600;
}

.image-17 {
  width: 20%;
  margin-bottom: -15px;
}

.text-span-8-copy {
  color: var(--white);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.image-18 {
  margin-bottom: -10px;
}

@media screen and (min-width: 1280px) {
  .div-block {
    margin-top: 0;
  }

  .gesti-n-documental {
    background-position: 150% 100%;
  }

  .select-field {
    border: 2px solid var(--white);
  }

  .image-8 {
    height: 90px;
  }

  .div-block-33 {
    padding-left: 10px;
  }

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

  .grid-10 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .empresas-m-ltiples {
    background-position: 150% 100%;
  }

  .div-block-38 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .grid-12-copy {
    margin-top: 60px;
  }

  .div-block-39 {
    background-image: url('../images/Frame-427321051.svg');
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    padding: 40px;
  }

  .heading-4-white {
    color: var(--white);
  }

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

  .ofrecemos-ayuda {
    background-position: 95% 10%, 0 0;
  }

  .integraciones {
    background-position: 105% 40%;
  }

  .integraciones-copy {
    background-position: 0 0;
  }

  .integraciones-startup {
    background-position: 105% 40%;
  }

  .div-blue-startupo {
    border-radius: 20px;
    padding: 40px;
  }

  .div-block-33-copy {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .image-15 {
    max-width: 200%;
    margin-top: -320px;
  }

  .ofrecemos-ayuda {
    background-position: 88% 10%, 0 0;
  }

  .integraciones, .integraciones-startup {
    background-position: 100%;
  }
}

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

  .image {
    width: 35%;
  }

  .heading {
    font-size: 35px;
    line-height: 45px;
  }

  .heading._64 {
    font-size: 55px;
  }

  .heading._80.startup {
    font-size: 65px;
    line-height: 75px;
  }

  .heading-2 {
    font-size: 25px;
  }

  .image-2 {
    width: 80%;
  }

  .heading-3 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-sub {
    font-size: 35px;
  }

  .div-block-2 {
    height: auto;
    background-position: 100% 100%;
    background-size: 60%;
    padding: 20px;
  }

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

  .heading-4 {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-4.center {
    font-size: 30px;
  }

  .paragraph.black {
    text-align: left;
  }

  .div-block-3.left {
    align-items: center;
  }

  .image-4 {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-2-1 {
    height: auto;
  }

  .image-4-2 {
    width: 60%;
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .heading-4-test {
    font-size: 35px;
    line-height: 45px;
  }

  .gesti-n-documental {
    background-size: 50%;
  }

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

  .heading-4-contacto {
    font-size: 25px;
    line-height: 35px;
  }

  .div-block-12 {
    width: 550px;
    margin-top: 20px;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faq-content-2 {
    width: 100%;
  }

  .left-arrow {
    right: 8%;
  }

  .slider, .div-block-23 {
    height: auto;
  }

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

  .slide, .mask {
    height: auto;
  }

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

  .background-video {
    width: 700px;
  }

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

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

  .form {
    margin-top: 0;
  }

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

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

  .empresas-m-ltiples {
    background-size: 50%;
  }

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

  .image-11 {
    width: 100%;
    height: 70%;
    object-fit: cover;
    border-radius: 20px;
  }

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

  .grid-15, .grid-12-copy {
    grid-template-columns: 1fr;
  }

  .heading-4-white {
    font-size: 25px;
    line-height: 35px;
  }

  .grid-16 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block-12-1 {
    width: 550px;
    margin-top: 20px;
  }

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

  .div-block-45 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

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

  .image-15 {
    max-width: 120%;
    margin-top: -250px;
    margin-left: 0;
  }

  .div-block-48, .div-block-49 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-12-3 {
    width: 550px;
    margin-top: 20px;
  }

  .form-white {
    margin-top: 0;
  }

  .grid-19, .grid-21 {
    grid-template-columns: 1fr;
  }
}

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

  .heading._64 {
    font-size: 50px;
  }

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

  .gesti-n-documental {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .button {
    margin-bottom: 10px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .div-block-9 {
    align-items: center;
    padding-top: 0;
  }

  .div-block-10 {
    border-top-style: none;
    border-bottom-style: none;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-6 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-4-contacto {
    font-size: 25px;
    line-height: 30px;
  }

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

  .div-block-12 {
    width: 500px;
  }

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

  .div-block-18 {
    width: 500px;
  }

  .image-6 {
    width: 100%;
    height: auto;
  }

  .faq-item-line {
    width: 500px;
  }

  .left-arrow {
    right: 10%;
  }

  .background-video {
    width: 500px;
    height: 350px;
  }

  .empresas-m-ltiples {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-13, .grid-13.second {
    grid-template-columns: 1fr;
  }

  .heading-4-white {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-12-1 {
    width: 500px;
  }

  .image-15 {
    margin-top: -160px;
  }

  .integraciones-copy {
    background-position: -100px 0;
  }

  .div-block-12-3 {
    width: 500px;
  }
}

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

  .image {
    width: 50%;
  }

  .heading {
    font-size: 30px;
  }

  .heading._64 {
    font-size: 42px;
  }

  .heading._80.startup {
    font-size: 50px;
    line-height: 60px;
  }

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

  .image-2 {
    width: 100%;
  }

  .div-block-2 {
    background-position: 100% 1px;
  }

  .paragraph.white, .paragraph.grey {
    text-align: center;
  }

  .div-block-4 {
    padding-right: 0;
  }

  .div-block-2-1 {
    background-position: 0 3%;
    background-size: 60%;
  }

  .heading-4-test {
    font-size: 32px;
  }

  .gesti-n-documental {
    background-position: 170% 75%;
  }

  .div-block-12 {
    width: 360px;
  }

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

  .div-block-18 {
    width: 360px;
  }

  .faq-item-line {
    width: 360px;
    padding: 24px;
  }

  .left-arrow {
    right: 25%;
  }

  .right-arrow {
    right: 10%;
  }

  .div-block-24 {
    padding-left: 0;
  }

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

  .background-video {
    width: 360px;
    height: 300px;
  }

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

  .empresas-m-ltiples {
    background-position: 170% 75%;
  }

  .grid-12, .grid-12-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-12-1 {
    width: 360px;
  }

  .image-15 {
    margin-top: -90px;
  }

  .div-block-47 {
    margin-top: 60px;
  }

  .banner-principal-startup {
    background-position: 50% 0, 0 7%;
    background-size: auto, 10%;
  }

  .div-block-12-3 {
    width: 360px;
  }

  .image-16 {
    max-width: 100%;
  }

  .image-17 {
    width: 55%;
  }
}

#w-node-_7e8cf998-18f2-ebde-537e-b8406cffedf5-7b5bcee6, #w-node-_6b0f4d4c-046a-4fe7-e251-0fb27f159f78-7b5bcee6, #w-node-_0f7294a2-a45b-8c11-c51a-1ae68e95588a-7b5bcee6, #w-node-_0f7294a2-a45b-8c11-c51a-1ae68e9558a4-7b5bcee6, #w-node-_0f7294a2-a45b-8c11-c51a-1ae68e9558ae-7b5bcee6, #w-node-_044e67bf-b958-2447-d08e-94710c1977cd-7b5bcee6, #w-node-_795a205b-5c1c-c61b-60af-ad346ad63acd-7b5bcee6, #w-node-abe91ad8-2470-b383-c509-e57013aae84c-7b5bcee6, #w-node-abe91ad8-2470-b383-c509-e57013aae843-7b5bcee6, #w-node-abe91ad8-2470-b383-c509-e57013aae85d-7b5bcee6, #w-node-abe91ad8-2470-b383-c509-e57013aae85f-7b5bcee6, #w-node-abe91ad8-2470-b383-c509-e57013aae86e-7b5bcee6, #w-node-abe91ad8-2470-b383-c509-e57013aae870-7b5bcee6, #w-node-abe91ad8-2470-b383-c509-e57013aae87f-7b5bcee6, #w-node-abe91ad8-2470-b383-c509-e57013aae881-7b5bcee6, #w-node-abe91ad8-2470-b383-c509-e57013aae890-7b5bcee6, #w-node-abe91ad8-2470-b383-c509-e57013aae892-7b5bcee6, #w-node-abe91ad8-2470-b383-c509-e57013aae8a1-7b5bcee6, #w-node-abe91ad8-2470-b383-c509-e57013aae8a3-7b5bcee6, #w-node-_1abe6be8-1083-34cf-94e7-a1e1bf3e3879-7b5bcee6, #w-node-dc905917-736a-5d13-b841-46b16a9aa1aa-7b5bcee6, #w-node-_55c539e7-4984-c0f8-6a1d-6faec59249b2-7b5bcee6, #w-node-_480e99d0-92d2-dd71-c479-7134f3506f72-7b5bcee6, #w-node-_480e99d0-92d2-dd71-c479-7134f3506f79-7b5bcee6, #w-node-_8714c5a8-d0a2-6a81-b36e-4c103c581d14-7b5bcee6, #w-node-dac41c5e-1f61-c76d-7cda-4d34dea8a97f-7b5bcee6, #w-node-_5256bfbe-2e35-7d9c-4255-600571723679-7b5bcee6, #w-node-_5256bfbe-2e35-7d9c-4255-600571723677-7b5bcee6, #w-node-_95a2fb4f-5d5b-a3ee-b719-c61dc72beb35-7b5bcee6, #w-node-_90a64063-3ede-709d-c818-17fe0079bb40-7b5bcee6, #w-node-_90a64063-3ede-709d-c818-17fe0079bb5b-7b5bcee6, #w-node-_90a64063-3ede-709d-c818-17fe0079bb65-7b5bcee6, #w-node-f092ef8e-1744-c70d-2463-b3b0d1b1f451-7b5bcee6, #w-node-f092ef8e-1744-c70d-2463-b3b0d1b1f453-7b5bcee6, #w-node-f092ef8e-1744-c70d-2463-b3b0d1b1f455-7b5bcee6, #w-node-e2328a48-1099-49a5-eba6-7abe3874d0a4-7483f9fd, #w-node-_49e68c28-2007-65fc-6fc9-a1c661ef57b0-7483f9fd, #w-node-_49e68c28-2007-65fc-6fc9-a1c661ef57cb-7483f9fd, #w-node-_49e68c28-2007-65fc-6fc9-a1c661ef57d5-7483f9fd, #w-node-_795a205b-5c1c-c61b-60af-ad346ad63acd-7483f9fd, #w-node-_3ad4eb6f-3841-a1a1-4853-330580ab137f-7483f9fd, #w-node-_3ad4eb6f-3841-a1a1-4853-330580ab137d-7483f9fd, #w-node-_5cca84fd-eeb8-13d9-b874-ccb9bef0aca0-7483f9fd, #w-node-_63a36343-5a06-c3c4-9855-a9b56268ac60-7483f9fd, #w-node-_78f4ff47-8f7c-1b2b-8f9f-d6610ab4f56f-7483f9fd, #w-node-_44286e28-7bb7-2832-4eba-e321b5f19386-7483f9fd, #w-node-_9465f8e9-3e2d-7b30-3492-2fbf6a6ad625-7483f9fd, #w-node-c58681b2-1e88-3462-8385-2a6faa4529d5-7483f9fd, #w-node-c58681b2-1e88-3462-8385-2a6faa4529dd-7483f9fd, #w-node-c58681b2-1e88-3462-8385-2a6faa452a1d-7483f9fd, #w-node-c58681b2-1e88-3462-8385-2a6faa452a25-7483f9fd, #w-node-c58681b2-1e88-3462-8385-2a6faa452a3d-7483f9fd, #w-node-c58681b2-1e88-3462-8385-2a6faa452a4e-7483f9fd, #w-node-c58681b2-1e88-3462-8385-2a6faa452a69-7483f9fd, #w-node-c58681b2-1e88-3462-8385-2a6faa452a73-7483f9fd, #w-node-c58681b2-1e88-3462-8385-2a6faa452a88-7483f9fd, #w-node-c58681b2-1e88-3462-8385-2a6faa452a8a-7483f9fd, #w-node-c58681b2-1e88-3462-8385-2a6faa452a8c-7483f9fd, #w-node-e2328a48-1099-49a5-eba6-7abe3874d0a4-e9285cdd, #w-node-_49e68c28-2007-65fc-6fc9-a1c661ef57b0-e9285cdd, #w-node-_49e68c28-2007-65fc-6fc9-a1c661ef57cb-e9285cdd, #w-node-_49e68c28-2007-65fc-6fc9-a1c661ef57d5-e9285cdd, #w-node-_795a205b-5c1c-c61b-60af-ad346ad63acd-e9285cdd, #w-node-_1704fabe-8047-70b7-768b-71e2f59a4d49-e9285cdd, #w-node-_1704fabe-8047-70b7-768b-71e2f59a4d52-e9285cdd, #w-node-_3f59fb7f-1138-6798-79cc-e4d4024f3b20-e9285cdd, #w-node-_3f59fb7f-1138-6798-79cc-e4d4024f3b18-e9285cdd, #w-node-_5cca84fd-eeb8-13d9-b874-ccb9bef0aca0-e9285cdd, #w-node-_3284ede9-95f1-6da2-cbb6-a0518a2960ff-e9285cdd, #w-node-b2cc144d-c958-75d3-df8a-018a6915b537-e9285cdd, #w-node-ea582010-e22c-1822-12d3-74188b8e367f-e9285cdd, #w-node-_60c7e7b6-2a53-0efc-88a0-6409ce4f82bd-e9285cdd, #w-node-c58681b2-1e88-3462-8385-2a6faa4529d5-e9285cdd, #w-node-c58681b2-1e88-3462-8385-2a6faa4529dd-e9285cdd, #w-node-ba4859be-a42d-5a15-7a55-63b0b7913dca-e9285cdd, #w-node-_80d8789e-9fc3-72ee-083a-f15579010884-e9285cdd, #w-node-cdd5152f-0a37-babc-4bb4-8fcf9ca7d8c9-e9285cdd, #w-node-cdd5152f-0a37-babc-4bb4-8fcf9ca7d8cb-e9285cdd, #w-node-d943f9e8-51fe-cc20-4478-efc3aea684f2-e9285cdd, #w-node-d943f9e8-51fe-cc20-4478-efc3aea684f4-e9285cdd, #w-node-_64e7d38d-aa47-6257-9282-b170bd6b8095-e9285cdd, #w-node-_64e7d38d-aa47-6257-9282-b170bd6b8097-e9285cdd, #w-node-c58681b2-1e88-3462-8385-2a6faa452a1d-e9285cdd, #w-node-c58681b2-1e88-3462-8385-2a6faa452a25-e9285cdd, #w-node-c58681b2-1e88-3462-8385-2a6faa452a88-e9285cdd, #w-node-c58681b2-1e88-3462-8385-2a6faa452a8a-e9285cdd, #w-node-c58681b2-1e88-3462-8385-2a6faa452a8c-e9285cdd, #w-node-c58681b2-1e88-3462-8385-2a6faa452a3d-e9285cdd, #w-node-_141ef46f-6932-b6f7-14af-f6ba0f44cb89-e9285cdd, #w-node-_141ef46f-6932-b6f7-14af-f6ba0f44cba4-e9285cdd, #w-node-_141ef46f-6932-b6f7-14af-f6ba0f44cbae-e9285cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7e8cf998-18f2-ebde-537e-b8406cffedf5-7b5bcee6, #w-node-_6b0f4d4c-046a-4fe7-e251-0fb27f159f78-7b5bcee6, #w-node-_795a205b-5c1c-c61b-60af-ad346ad63acd-7b5bcee6, #w-node-abe91ad8-2470-b383-c509-e57013aae84c-7b5bcee6, #w-node-_5256bfbe-2e35-7d9c-4255-600571723677-7b5bcee6, #w-node-_795a205b-5c1c-c61b-60af-ad346ad63acd-7483f9fd, #w-node-_3ad4eb6f-3841-a1a1-4853-330580ab137d-7483f9fd, #w-node-c58681b2-1e88-3462-8385-2a6faa452a25-7483f9fd, #w-node-_795a205b-5c1c-c61b-60af-ad346ad63acd-e9285cdd, #w-node-_1704fabe-8047-70b7-768b-71e2f59a4d52-e9285cdd, #w-node-_3f59fb7f-1138-6798-79cc-e4d4024f3b20-e9285cdd, #w-node-c58681b2-1e88-3462-8385-2a6faa452a25-e9285cdd {
    order: -9999;
  }
}


