:root {
  --light-green: #d3fc84;
  --white: #fff;
  --dark-gray: #535353;
  --purblue: #5778fc;
  --green-med: #97cc31;
  --salmon: #ff7f4d;
  --gray: #7c7c7c;
  --dark-green: #476b00;
  --black: #000;
  --soft-blue: #9af4ed;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left {
  z-index: 1000;
  background-color: var(--light-green);
  position: sticky;
  top: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 7px #0003;
}

.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: 1000;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  top: 0%;
  left: 0%;
  right: 0%;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-weight: 700;
  display: flex;
}

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

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

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

.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;
  border-radius: 5px;
  margin-left: 15px;
  padding: 7px 15px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.header {
  aspect-ratio: auto;
  background-color: var(--white);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.image {
  z-index: 0;
  opacity: .11;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.container-2 {
  z-index: 2;
  max-width: 1000px;
  position: relative;
}

.heading {
  color: var(--white);
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
}

.column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.button {
  background-color: var(--light-green);
  color: #070707;
  border-radius: 5px;
  margin-right: 19px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.image-2 {
  margin-top: 43px;
}

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

.heading-2 {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph {
  color: var(--dark-gray);
  margin-top: 25px;
  margin-bottom: 58px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

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

.button-2 {
  background-color: #000;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.diagrama {
  background-color: var(--white);
  height: auto;
  padding-top: 46px;
  padding-bottom: 60px;
}

.button-primary-copy {
  background-color: var(--purblue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-left: 15px;
  padding: 7px 15px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.intro {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.unidades {
  background-color: var(--white);
  height: auto;
  padding-top: 100px;
  padding-bottom: 0;
}

.columns-cybergym {
  background-color: var(--purblue);
  border-radius: 10px;
  flex-flow: row-reverse;
  height: auto;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.column-cybersecurity {
  background-color: #9af4ed00;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-4 {
  background-color: #9af4ed00;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
}

.columns-2-copy {
  height: 700px;
  margin-top: 0;
  display: flex;
}

.container-3 {
  margin-bottom: 0;
}

.innovation {
  height: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

.advantage {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Exo, sans-serif;
  position: relative;
}

.partners {
  background-color: var(--light-green);
  background-image: linear-gradient(90deg, var(--green-med), var(--light-green));
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.locations {
  background-color: var(--light-green);
  background-image: linear-gradient(7deg, var(--green-med), var(--light-green));
  height: auto;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

.div-block-2 {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 15px;
  font-family: Exo, sans-serif;
}

.column-5 {
  padding-left: 50px;
  padding-right: 20px;
}

.columns-3 {
  margin-top: 60px;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 27px;
  display: flex;
}

.image-3 {
  margin-right: 25px;
}

.header-2 {
  background-color: var(--salmon);
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.what-we-do {
  height: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}

.industries {
  background-image: linear-gradient(90deg, var(--light-green), var(--green-med) 37%);
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.approach {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.why-choose {
  height: auto;
  padding-top: 60px;
  padding-bottom: 134px;
  position: relative;
}

.partner {
  background-color: var(--salmon);
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-4 {
  background-color: #eee;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-4 {
  float: left;
  vertical-align: baseline;
  margin-right: 28px;
}

.heading-3 {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 32px;
}

.div-block-4-copy {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

.paragraph-2 {
  color: var(--gray);
  font-size: 18px;
  line-height: 22px;
}

.bold-text {
  color: var(--white);
  letter-spacing: -1px;
  margin-left: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 50px;
}

.heading-4 {
  color: var(--white);
  margin-top: 40px;
  font-size: 50px;
}

.paragraph-3 {
  color: var(--white);
  margin-top: 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.text-span {
  color: var(--green-med);
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

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

.bold-text-2 {
  color: var(--white);
}

.paragraph-4 {
  color: var(--dark-gray);
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.bold-text-3 {
  color: var(--white);
  font-size: 26px;
  line-height: 28px;
}

.heading-5 {
  color: var(--dark-green);
  margin-top: 43px;
  font-size: 30px;
  line-height: 36px;
}

.div-block-7 {
  color: var(--green-med);
  margin-bottom: 116px;
}

.text-span-2 {
  font-size: 50px;
}

.paragraph-5 {
  color: var(--gray);
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
}

.image-5 {
  z-index: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-6 {
  float: left;
}

.column-cybergym {
  background-color: #5778fc00;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-4 {
  color: var(--purblue);
}

.paragraph-6 {
  color: var(--black);
  margin-top: 17px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 667px;
  display: flex;
}

.button-3 {
  background-color: var(--purblue);
  border-radius: 5px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 2px 5px #0003;
}

.bold-text-5 {
  color: var(--green-med);
  font-size: 50px;
}

.heading-6 {
  color: var(--purblue);
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
}

.heading-7 {
  color: var(--green-med);
  font-size: 50px;
}

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

.image-7 {
  margin-top: 97px;
}

.heading-8 {
  color: var(--green-med);
  text-align: center;
  margin-bottom: 20px;
  font-family: Droid Sans, sans-serif;
  font-size: 50px;
}

.paragraph-7 {
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
}

.paragraph-7-copy {
  color: var(--white);
  text-align: right;
  margin-top: 11px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.column-4-izq {
  background-color: #5778fc00;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 50px;
  display: flex;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 647px;
  display: flex;
}

.heading-9 {
  text-align: right;
}

.button-3-copy {
  background-color: var(--green-med);
  border-radius: 5px;
  margin-top: 19px;
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 2px 5px #0003;
}

.column-innov {
  color: #ff7f4d;
  background-color: #ff7f4d00;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-imer {
  background-color: var(--purblue);
  border-radius: 10px;
  flex-flow: row-reverse;
  height: auto;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
}

.columns-cybersec {
  background-color: var(--soft-blue);
  border-radius: 11px;
  height: auto;
  margin-top: 0;
  margin-bottom: 42px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  display: flex;
  box-shadow: 3px 4px 8px 3px #0003;
}

.columns-innov {
  background-color: var(--salmon);
  border-radius: 10px;
  flex-flow: row;
  height: auto;
  margin-top: 51px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-8 {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-9 {
  margin-top: 26px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.bold-text-6 {
  color: var(--dark-green);
  font-size: 50px;
}

.heading-10 {
  color: var(--purblue);
  margin-top: 46px;
  font-size: 35px;
}

.button-4 {
  margin-top: 9px;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-10 {
  color: var(--gray);
  margin-top: 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.section {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

.paragraph-11 {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
}

.text-block {
  background-color: var(--green-med);
  color: var(--white);
  padding: 2px 5px;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-9-copy {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.bold-text-7 {
  color: var(--white);
}

.image-8 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text-8 {
  font-weight: 600;
}

.paragraph-12 {
  color: var(--green-med);
  text-align: left;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-13 {
  background-color: var(--light-green);
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 26px;
}

.div-block-11 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.image-10 {
  opacity: 1;
  max-width: none;
  max-height: 100%;
  position: absolute;
  inset: auto 0% auto auto;
}

.paragraph-14 {
  color: var(--dark-gray);
  text-align: left;
  margin-top: 20px;
  font-size: 22px;
  line-height: 28px;
}

.heading-11 {
  color: var(--dark-gray);
  font-weight: 500;
  line-height: 46px;
}

.bold-text-9 {
  font-size: 26px;
  font-weight: 500;
}

.section-3 {
  background-image: linear-gradient(93deg, var(--green-med), var(--light-green));
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.paragraph-15 {
  color: var(--dark-green);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.image-11 {
  opacity: .27;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.heading-12 {
  color: var(--green-med);
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.image-12 {
  float: left;
}

.container-4 {
  max-width: 1200px;
}

.heading-9-copy {
  color: var(--white);
  text-align: right;
}

.cybergym {
  background-color: var(--purblue);
  border-radius: 11px;
  flex-flow: row-reverse;
  height: auto;
  margin-top: 0;
  margin-bottom: 42px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  display: flex;
  box-shadow: 3px 4px 8px 3px #0003;
}

.paragraph-7--2 {
  color: var(--white);
  text-align: left;
  margin-top: 11px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.heading-9-1 {
  color: var(--white);
  text-align: left;
}

.image-13 {
  margin-top: -63px;
  margin-left: -72px;
}

.heading-13 {
  margin-top: 0;
}

.image-14, .image-15 {
  margin-top: -62px;
  margin-left: -73px;
}

.heading-14, .heading-15 {
  margin-top: 0;
}

.image-16 {
  margin-top: -62px;
  margin-left: -73px;
}

.heading-16 {
  color: var(--white);
  font-size: 50px;
}

.image-17 {
  opacity: .35;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.paragraph-16 {
  background-color: var(--green-med);
  color: var(--white);
  border-radius: 0;
  padding: 10px 20px;
  font-size: 17px;
  line-height: 23px;
}

.bold-text-10 {
  line-height: 32px;
}

.image-18 {
  float: left;
  margin-right: 36px;
}

.image-19 {
  z-index: -1;
  opacity: .27;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.image-20 {
  opacity: .48;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-dark {
  background-color: var(--light-green);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

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

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  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: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
  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: var(--dark-green);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.column-2-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

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

.heading-2-copy {
  color: var(--white);
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.heading-17 {
  color: var(--green-med);
  font-family: Exo, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.paragraph-17 {
  background-color: var(--light-green);
  color: var(--black);
  margin-top: 40px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.list {
  color: var(--dark-gray);
  margin-top: 29px;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

.image-21 {
  float: left;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-2 {
  margin-left: 20px;
  font-weight: 500;
}

.image-22 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.paragraph-18 {
  color: var(--dark-gray);
  margin-top: 24px;
  margin-bottom: 44px;
  font-size: 22px;
}

.image-23, .image-24, .image-25 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.paragraph-19 {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

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

.columns-4 {
  margin-top: 49px;
}

.paragraph-20 {
  color: var(--white);
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 600;
}

.bold-text-12 {
  color: var(--dark-gray);
  font-size: 45px;
}

.bold-text-13 {
  font-size: 50px;
}

.image-26 {
  margin-top: 38px;
}

.heading-19 {
  margin-top: 43px;
}

.paragraph-21 {
  margin-top: 11px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.heading-3-copy {
  color: var(--white);
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.image-27 {
  z-index: 0;
  opacity: .24;
  max-width: none;
  max-height: none;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.container-6 {
  z-index: 2;
  max-width: 1000px;
  position: relative;
}

.paragraph-22 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

.bold-text-14 {
  color: var(--green-med);
  font-size: 50px;
  font-weight: 600;
}

.div-block-copy {
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  display: flex;
}

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

.image-28 {
  z-index: -1;
  opacity: .27;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bold-text-15 {
  line-height: 32px;
}

.paragraph-23 {
  color: var(--white);
  background-color: #e45922;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 26px;
}

.text-block-3 {
  color: var(--white);
  margin-top: 30px;
  font-size: 30px;
  line-height: 38px;
}

.container-7 {
  max-width: 1100px;
}

.header-3 {
  background-color: var(--purblue);
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.column-2-copy {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.bold-text-16 {
  color: var(--white);
  font-weight: 400;
}

.partner-copy {
  background-color: var(--purblue);
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-21 {
  font-family: Exo, sans-serif;
}

.container-8 {
  max-width: 1100px;
}

.container-9 {
  max-width: 1200px;
}

.columns-5 {
  flex-flow: row;
  margin-top: 58px;
  font-family: Exo, sans-serif;
  display: flex;
}

.heading-22 {
  text-align: center;
  margin-top: 34px;
}

.paragraph-24 {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.column-6 {
  background-color: #eee;
  border-radius: 7px;
  box-shadow: 0 2px 5px #0003;
}

.grid {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 39px;
  font-family: Exo, sans-serif;
}

.container-10 {
  font-family: Exo, sans-serif;
}

.container-11 {
  max-width: 1100px;
  font-family: Exo, sans-serif;
}

.container-12, .div-block-13 {
  font-family: Exo, sans-serif;
}

.heading-23 {
  color: var(--white);
  margin-bottom: 33px;
  font-size: 50px;
  font-weight: 500;
}

.paragraph-25 {
  color: var(--white);
  margin-top: 7px;
  font-size: 18px;
  line-height: 24px;
}

.div-block-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.div-block-14 {
  line-height: 22px;
}

.text-block-4 {
  margin-bottom: 29px;
  font-size: 22px;
}

.image-29 {
  z-index: -1;
  opacity: .23;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-17-copy {
  color: var(--purblue);
  text-align: center;
  margin-bottom: 73px;
  font-family: Exo, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.image-30 {
  opacity: .32;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-16 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.image-31 {
  max-width: 130%;
}

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

.paragraph-26 {
  color: var(--white);
  font-size: 18px;
  line-height: 24px;
}

.heading-25 {
  color: #0221a0;
  margin-top: 49px;
}

.text-block-5 {
  color: var(--white);
  margin-top: 55px;
  font-size: 24px;
}

.paragraph-27 {
  background-color: var(--white);
  padding: 10px;
  font-size: 18px;
  line-height: 24px;
}

.image-32 {
  opacity: .11;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-copy {
  color: var(--dark-gray);
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
}

.heading-26 {
  color: var(--white);
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
}

.header-4 {
  background-color: var(--salmon);
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.header-5 {
  background-color: var(--soft-blue);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.heading-27 {
  color: var(--purblue);
  text-align: left;
  font-family: Exo, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
}

.heading-2-1 {
  color: var(--purblue);
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.image-33 {
  margin-top: 55px;
}

.columns-6 {
  margin-top: 49px;
}

.heading-28 {
  text-align: center;
  line-height: 26px;
}

.columns-7 {
  margin-top: 39px;
}

.industries-copy {
  background-image: linear-gradient(90deg, var(--purblue), var(--soft-blue));
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.heading-29 {
  color: var(--white);
  font-size: 50px;
}

.paragraph-28 {
  margin-top: 23px;
  font-size: 26px;
  line-height: 32px;
}

.div-block-17 {
  margin-top: 72px;
}

.columns-8 {
  margin-top: 49px;
}

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

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

.paragraph-19-copy {
  background-color: var(--light-green);
  text-align: center;
  margin-top: 10px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.image-23-copy {
  margin-top: 25px;
  margin-bottom: 0;
}

.heading-18-copy {
  text-align: center;
  margin-top: 10px;
}

.dropdown-list, .dropdown-list.w--open {
  background-color: var(--light-green);
}

.dropdown-link {
  background-color: #0000;
  padding-right: 40px;
}

.dropdown-link:hover {
  background-color: var(--purblue);
  color: var(--white);
}

.what-we-do-copy {
  height: auto;
  padding-top: 20px;
  padding-bottom: 158px;
  position: relative;
}

.columns-6-copy {
  margin-top: 49px;
}

.button-5 {
  font-size: 16px;
}

.heading-31 {
  margin-bottom: 55px;
}

.columns-9 {
  max-width: 1200px;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
}

.approach-copy {
  height: auto;
  padding-top: 0;
  padding-bottom: 100px;
}

.heading-32 {
  color: var(--green-med);
  font-size: 24px;
  line-height: 26px;
}

.columns-9-copy {
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-4 {
  background-color: var(--soft-blue);
  height: auto;
  padding-top: 36px;
  padding-bottom: 40px;
}

.image-34 {
  float: left;
  margin-right: 40px;
}

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

.image-35 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-36 {
  z-index: -1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-19 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-37 {
  margin-right: 30px;
}

.section-5 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-33 {
  color: var(--green-med);
}

.paragraph-29 {
  font-size: 18px;
  line-height: 26px;
}

.paragraph-30 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-30-copy {
  margin-top: 38px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.section-6 {
  background-color: var(--light-green);
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-31 {
  margin-top: 48px;
  font-size: 22px;
  line-height: 28px;
}

.paragraph-32 {
  background-color: var(--green-med);
  color: var(--white);
  margin-top: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 24px;
}

.heading-34 {
  color: var(--green-med);
}

.paragraph-33 {
  margin-top: 19px;
  margin-bottom: 52px;
  font-size: 22px;
  line-height: 28px;
}

.heading-35 {
  margin-top: 42px;
  font-size: 30px;
}

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

.section-5-copy {
  padding-top: 0;
  padding-bottom: 77px;
}

.paragraph-33-copy {
  background-color: var(--light-green);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 20px;
  line-height: 28px;
}

.why-choose-copy {
  height: auto;
  padding-top: 100px;
  padding-bottom: 39px;
  position: relative;
}

.bold-text-17 {
  color: var(--green-med);
}

.paragraph-30-copy {
  margin-top: 56px;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.approach-2 {
  height: auto;
  padding-top: 72px;
  padding-bottom: 100px;
}

.section-7 {
  padding-bottom: 40px;
}

.paragraph-34 {
  margin-top: 40px;
}

.paragraph-33-copy {
  margin-top: 26px;
  font-size: 22px;
  line-height: 28px;
}

.div-block-21 {
  margin-top: 87px;
}

.heading-33-copy {
  color: var(--green-med);
  font-size: 30px;
  line-height: 36px;
}

.image-37-copy {
  margin-right: 20px;
}

.heading-36 {
  color: var(--dark-gray);
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.lottie-animation {
  max-width: 1100px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
}

.image-38 {
  margin-top: 32px;
}

.heading-19-copy {
  margin-top: 86px;
}

.heading-37 {
  color: var(--dark-gray);
  font-size: 32px;
}

.section-8 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-35 {
  font-size: 20px;
  line-height: 26px;
}

.text-span-3 {
  color: #0070c0;
}

.text-span-4 {
  color: #92d050;
}

.text-span-5 {
  color: #3cf;
}

.text-span-6 {
  color: #5b873f;
}

.section-9 {
  padding-top: 22px;
  padding-bottom: 77px;
}

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

.image-39 {
  margin-right: 48px;
}

.columns-11 {
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-list-2 {
  background-color: var(--light-green);
}

.dropdown-list-2.w--open {
  background-color: var(--green-med);
}

.columns-12 {
  margin-top: 111px;
  margin-bottom: 60px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  margin-top: 79px;
  margin-bottom: 75px;
  display: grid;
}

.text-block-6 {
  text-align: center;
  margin-top: 19px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

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

.div-block-22 {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 66px;
  display: flex;
}

.section-10 {
  padding-bottom: 100px;
}

.columns-13 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.heading-39 {
  margin-top: 95px;
}

.columns-14 {
  margin-top: 38px;
}

.paragraph-36 {
  margin-top: 35px;
}

.heading-40 {
  margin-top: 164px;
}

.paragraph-37 {
  font-size: 22px;
  line-height: 28px;
}

.div-block-24 {
  background-color: #f2f2f2;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 10px 20px;
  display: flex;
}

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

.paragraph-38 {
  text-align: center;
  margin-top: 17px;
  font-size: 16px;
}

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

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

.list-2 {
  margin-top: 31px;
}

.columns-15 {
  margin-top: 45px;
}

.heading-42 {
  color: var(--green-med);
}

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

.image-42 {
  margin-top: 34px;
}

.paragraph-32-copy {
  background-color: var(--green-med);
  color: var(--white);
  overflow-wrap: normal;
  margin-top: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 30px;
}

.section-11 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-43 {
  font-size: 30px;
}

.paragraph-39, .paragraph-40 {
  font-size: 18px;
  line-height: 26px;
}

.heading-43-copy {
  background-color: var(--light-green);
  padding-left: 10px;
  font-size: 30px;
  font-weight: 400;
}

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

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container-14 {
  justify-content: center;
  align-items: center;
  margin-top: 43px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-6 {
  font-size: 20px;
  font-weight: 600;
}

.paragraph-30-copy {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.text-span-7 {
  font-size: 35px;
  font-weight: 600;
}

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

.section-13 {
  padding-bottom: 45px;
}

.button-copy {
  background-color: var(--purblue);
  color: var(--white);
  border-radius: 5px;
  margin-right: 19px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-26 {
  margin-top: 66px;
}

.heading-44 {
  margin-top: 47px;
}

.columns-16 {
  margin-top: 42px;
}

.paragraph-41 {
  margin-top: 61px;
}

.paragraph-22-copy {
  margin-top: 42px;
  font-size: 18px;
  line-height: 24px;
}

.section-7-copy {
  padding-top: 60px;
  padding-bottom: 40px;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 37px;
  margin-bottom: 82px;
}

.text-block-8 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.text-block-9 {
  background-color: var(--purblue);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.heading-44-copy {
  background-color: var(--light-green);
  margin-top: 47px;
  padding-left: 10px;
}

.grid-4-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 37px;
  margin-bottom: 82px;
}

.section-2-copy {
  padding-top: 20px;
  padding-bottom: 79px;
}

.div-block-27 {
  margin-top: 54px;
}

.paragraph-12-copy {
  color: var(--green-med);
  text-align: left;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-12-5 {
  color: var(--dark-gray);
  text-align: left;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

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

.heading-45 {
  color: var(--green-med);
  text-align: center;
  max-width: 900px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 45px;
}

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

.heading-17-copy {
  color: var(--green-med);
  margin-top: 89px;
  font-family: Exo, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 37px;
  margin-bottom: 0;
}

.grid-7-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 19px;
  margin-bottom: 82px;
}

.columns-17 {
  margin-top: 71px;
}

.paragraph-4-copy {
  color: var(--dark-gray);
  margin-top: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.integration {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-8-copy {
  color: var(--green-med);
  text-align: center;
  margin-bottom: 108px;
  font-family: Droid Sans, sans-serif;
  font-size: 50px;
}

.grid-7-copy {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 37px;
  margin-bottom: 0;
}

.text-block-9-copy {
  background-color: var(--purblue);
  color: var(--white);
  text-align: center;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.heading-17-copy, .heading-17-5 {
  color: var(--green-med);
  font-family: Exo, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.columns-18 {
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-46 {
  color: var(--green-med);
}

.innovation-copy {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.container-15 {
  margin-top: 80px;
}

.div-block-4-copy {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.heading-18-5 {
  color: var(--green-med);
  text-align: center;
}

.div-block-4-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 0;
  display: flex;
}

.image-46 {
  float: left;
}

.div-block-28 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 13px;
  margin-bottom: 0;
  display: flex;
}

.heading-47 {
  margin-bottom: 50px;
}

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

.section-18 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.paragraph-42 {
  font-size: 22px;
  line-height: 30px;
}

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

.section-19 {
  background-image: linear-gradient(357deg, var(--light-green), var(--green-med));
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.heading-48-copy {
  color: var(--green-med);
}

.section-20 {
  background-color: #97cc3100;
  height: 75vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-field {
  color: #5c5c5c;
  background-color: #e9e9e9;
  border: 1px solid #0000;
  border-radius: 8px;
  font-size: 18px;
}

.success-message {
  color: #fff;
  background-color: #00f725;
  border-radius: 16px;
  padding: 15px 10px;
  font-weight: 700;
}

.paragraph-form {
  color: #898989;
  text-align: center;
  margin-top: 19px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 16px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa0000;
  border-radius: 16px;
  font-weight: 700;
}

.submit-button {
  background-color: #17dc09;
  border-radius: 14px;
  width: 150px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.checkbox-label-2 {
  color: #737373;
}

.text-field-3 {
  background-color: #e9e9e9;
  border: 1px solid #0000;
  border-radius: 8px;
  font-size: 18px;
}

.form {
  margin-top: 23px;
  font-size: 16px;
}

.container-17 {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 9px 10px 11px #00000024;
}

.image-47 {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.textarea-2 {
  background-color: #e9e9e9;
  border: 1px solid #0000;
  border-radius: 8px;
  font-size: 18px;
}

.background-video {
  height: 700px;
  max-height: none;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: visible;
}

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

.why-choose-mg {
  height: auto;
  padding-top: 20px;
  padding-bottom: 134px;
  position: relative;
}

.paragraph-32-5 {
  background-color: var(--green-med);
  color: var(--white);
  margin-top: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-14-copy {
  color: var(--gray);
  text-align: left;
  margin-top: 20px;
  font-size: 22px;
  line-height: 28px;
}

.button-2-copy {
  background-color: var(--black);
  color: var(--white);
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-13-copy {
  background-color: var(--light-green);
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 24px;
  line-height: 30px;
}

.section-21 {
  margin-bottom: 60px;
  padding-top: 60px;
}

.paragraph-43 {
  font-size: 22px;
  line-height: 30px;
}

.text-span-9 {
  font-size: 45px;
  font-weight: 800;
}

.columns-18-5 {
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-41 {
  margin-top: 155px;
}

.heading-75 {
  text-align: center;
  font-size: 32px;
}

.div-block-42 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 51px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-70 {
  margin-right: 15px;
}

.div-block-43, .link-block {
  margin-left: 20px;
  margin-top: 10px;
}

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

  .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-5 {
    max-width: 728px;
  }

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

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .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 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

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

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

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

  .header {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .heading {
    font-size: 40px;
    line-height: 46px;
  }

  .column {
    padding-left: 0;
  }

  .div-block {
    flex-flow: column;
    align-items: stretch;
  }

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

  .columns {
    flex-flow: column;
  }

  .button-2 {
    text-align: center;
    margin-top: 15px;
  }

  .diagrama {
    height: auto;
    padding-bottom: 40px;
    padding-right: 10px;
  }

  .intro, .unidades {
    padding-left: 20px;
    padding-right: 20px;
  }

  .innovation {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .partners, .locations {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    margin-top: 33px;
  }

  .header-2 {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .what-we-do {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .approach, .why-choose {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .image-4 {
    float: none;
  }

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

  .div-block-4-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .body {
    overflow: visible;
  }

  .heading-8 {
    font-family: Exo, sans-serif;
  }

  .columns-imer {
    flex-flow: column;
  }

  .columns-cybersec, .columns-innov {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .image-9 {
    margin-top: 23px;
  }

  .image-10 {
    object-fit: fill;
    max-width: none;
    max-height: none;
    display: none;
    inset: auto 0% 0% auto;
    overflow: visible;
  }

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

  .div-block-copy {
    flex-flow: column;
  }

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

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

  .heading-17 {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-19 {
    margin-top: 24px;
  }

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

  .bold-text-14 {
    font-size: 40px;
    line-height: 46px;
  }

  .header-3 {
    height: auto;
    padding: 20px 20px 40px;
    display: block;
  }

  .partner-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .heading-17-copy, .heading-copy, .heading-26 {
    font-size: 40px;
    line-height: 46px;
  }

  .header-5 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-27 {
    font-size: 40px;
    line-height: 46px;
  }

  .industries-copy, .what-we-do-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .approach-copy {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-19 {
    flex-flow: column;
  }

  .section-5, .innovation-copy, .section-6, .section-5-copy, .why-choose-copy, .approach-2, .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .lottie-animation {
    margin-top: 20px;
  }

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

  .grid-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-40 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-22 {
    order: 0;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .columns-13 {
    flex-flow: column;
  }

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

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .section-12, .section-13, .section-7-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-4, .grid-4-copy {
    flex-flow: column;
    display: flex;
  }

  .section-2-copy {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-45 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-7, .grid-7-copy {
    flex-flow: column;
    display: flex;
  }

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

  .image-43 {
    margin-top: 38px;
  }

  .image-44 {
    margin-top: 40px;
  }

  .bold-text-18 {
    font-size: 30px;
    line-height: 36px;
  }

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

  .image-45 {
    margin-top: 40px;
  }

  .section-16, .section-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-8-copy {
    font-family: Exo, sans-serif;
  }

  .grid-7-copy {
    flex-flow: column;
    display: flex;
  }

  .heading-17-copy, .heading-17-5 {
    font-size: 32px;
    line-height: 38px;
  }

  .innovation-copy {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-4-5, .div-block-28 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-8 {
    flex-flow: column;
    display: flex;
  }

  .section-18, .container-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .container-17 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .why-choose-mg {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2-copy {
    text-align: center;
    margin-top: 15px;
  }

  .columns-18-5, .div-block-42 {
    flex-flow: column;
  }
}

#w-node-_94d1d1e9-279a-0e2c-3c6f-6c171392b4c3-1392b4b4, #w-node-_94d1d1e9-279a-0e2c-3c6f-6c171392b4cc-1392b4b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13f5d57a-a42d-a6e2-b457-6a657cec4b0a-15f7c875 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}
