:root {
  --brand--neutrals--white: #fff;
  --text--default--black: #030309;
  --brand--neutrals--grey-dark: #1c1c22;
  --text--default--black-medium: #1c1c22;
  --brand--neutrals--stroke-grey: #b2b2b2;
  --brand--neutrals--card-grey: #f0f0f0;
  --text--default--black-light: #666;
  --brand--color--orange: #d5902c;
  --brand--primary--action-hover: #0000001a;
  --brand--primary--action-pressed: #d2d2d2;
  --brand--primary--action: #f4f4f4;
  --brand--neutrals--transparent: #fff0;
  --darker-light-grey\<deleted\|variable-26c1331e\>: #eeeded;
  --brand--neutrals--off-white-background: #f6f6f6;
  --brand--neutrals--black: #000;
  --brand--color--red: #ca4949;
  --brand--color--orange-light: #f8efe2;
  --brand--color--blue-light: #e0e9f0;
  --brand--color--green-light: #e1e7d6;
  --brand--color--pink-light: #f1e5ed;
  --brand--color--green: #73992e;
  --brand--color--blue: #3076ac;
  --brand--color--pink: #b23c8b;
  --brand--color--red-light: #f8e2e2;
  --untitled-ui--gray400: #98a2b3;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  background-color: var(--brand--neutrals--white);
  color: var(--text--default--black);
  flex-direction: column;
  min-height: 100%;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.07em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.05em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.125rem;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--text--default--black);
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: color .3s;
}

ul {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

figure {
  margin-bottom: 10px;
}

.heading-h1 {
  margin-bottom: 1.5rem;
  font-family: Oswald, sans-serif;
  font-size: 3.5rem;
}

.heading-h2 {
  color: var(--brand--neutrals--white);
  margin-bottom: 1.5rem;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-h2.txt-white {
  text-transform: capitalize;
}

.heading-h2.txt-black {
  color: var(--text--default--black);
  -webkit-text-stroke-color: var(--text--default--black);
}

.heading-h2-black {
  color: var(--brand--neutrals--grey-dark);
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-h4 {
  margin-bottom: .75rem;
  font-family: Oswald, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-h4.txt-black {
  color: var(--text--default--black);
  font-family: Oswald, sans-serif;
}

.heading-h5 {
  margin-bottom: .75rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4em;
}

.heading-h6 {
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-2 {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph-20 {
  color: var(--text--default--black-medium);
  text-align: justify;
  margin-bottom: 1rem;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph-1 {
  color: var(--text--default--black-medium);
  letter-spacing: 0;
  text-indent: 0;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-1.paragraph-18-inverse {
  color: var(--text--default--black-medium);
  font-size: 16px;
  line-height: 1.5rem;
}

.paragraph-1.paragraph-18-subdued-white {
  color: var(--brand--neutrals--stroke-grey);
  text-transform: none;
}

.paragraph-1.paragraph-18-subdued-white.txt-center {
  order: 0;
}

.paragraph-1.paragraph-18-subdued-white.txt-center.txt-white, .paragraph-1.paragraph-1-white-light {
  color: var(--brand--neutrals--white);
}

.paragraph-1.txt-50-white {
  color: var(--brand--neutrals--card-grey);
  font-size: 16px;
}

.paragraph-1.txt-justify {
  text-align: justify;
}

.paragraph-16 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.paragraph-16.light-text {
  color: var(--text--default--black-light);
}

.paragraph-14 {
  color: var(--text--default--black-medium);
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph-12 {
  color: var(--text--default--black-medium);
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.125rem;
}

.container {
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container.container-footer {
  align-items: flex-start;
  max-width: 84rem;
}

.container.navigation-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1.5px solid var(--brand--color--orange);
  color: var(--brand--neutrals--white);
  background-color: #fff0;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 8.25rem;
  padding: 1rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.5em;
  transition-property: background-color;
  display: flex;
}

.button-primary:hover {
  background-color: var(--brand--primary--action-hover);
  color: var(--brand--neutrals--white);
}

.button-primary:active {
  background-color: var(--brand--primary--action-pressed);
}

.button-primary:focus {
  border-color: var(--brand--primary--action);
  background-color: var(--brand--primary--action-hover);
}

.button-primary.button-white {
  background-color: var(--brand--neutrals--transparent);
  color: var(--brand--primary--action);
  transition: background-color .2s;
}

.button-primary.button-white:hover {
  background-color: #e6e6e61a;
}

.button-primary.button-black {
  background-color: var(--brand--neutrals--transparent);
  color: var(--brand--neutrals--grey-dark);
  transition: background-color .2s;
}

.button-primary.button-black:hover {
  background-color: #e6e6e61a;
}

.button-primary.btn-mas {
  letter-spacing: 2px;
  text-indent: 0;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button-primary.btn-menos {
  display: none;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 2rem;
  position: relative;
}

.section.section-light-grey {
  background-color: var(--brand--neutrals--card-grey);
  color: var(--brand--neutrals--transparent);
}

.section.section-light-grey.section-full-vh {
  min-height: 100vh;
  display: flex;
}

.section.section-hp-hero {
  z-index: 2;
  border: 1px solid var(--text--default--black-medium);
  background-color: var(--brand--neutrals--transparent);
  color: var(--brand--neutrals--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.section.section--cta {
  background-color: #050403;
  justify-content: flex-end;
  align-items: center;
  min-height: 50vw;
  display: flex;
}

.section.background-gradient-1 {
  background-image: linear-gradient(180deg, #0000007a, var(--text--default--black)), url('../images/leandro-hernandez-jHz2WyDBVyo-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section.background-gradient-1.section-full-vh {
  min-height: 100vh;
  display: flex;
}

.section.section-bg-black {
  background-color: var(--text--default--black);
}

.metrics-heading {
  color: var(--text--default--black);
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3em;
}

.metrics-value {
  color: var(--text--default--black);
  text-align: center;
  word-break: break-all;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2em;
}

.arrow-link {
  color: var(--text--default--black);
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.news-heading {
  color: var(--brand--neutrals--white);
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25em;
}

.footer-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5.75rem;
  padding-bottom: 2rem;
  display: flex;
}

.nav-hamburger-button {
  z-index: 201;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 3.375rem;
  height: 3.375rem;
  display: none;
  position: relative;
}

.news-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.field-label {
  margin-bottom: .5rem;
  font-size: .9rem;
  line-height: 1.3em;
  display: none;
}

.form-elements-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  display: flex;
}

._100-width {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: block;
}

.text-field {
  border: 1px solid var(--brand--neutrals--stroke-grey);
  background-color: #fff;
  border-radius: 4px;
  max-width: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: .9rem;
  line-height: 1.5em;
  transition: border .3s;
  display: block;
}

.text-field::placeholder {
  color: #8a8a8a;
}

.text-field.text-field-area {
  min-width: 100%;
  min-height: 5.6rem;
  position: relative;
}

.contact-form-block {
  background-color: var(--brand--neutrals--off-white-background);
  border-radius: 1.5em;
  width: 100%;
  padding: 2em;
  position: sticky;
  top: 140px;
}

.contact-form-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 3fr 6fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: block;
}

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

._2-column-heading-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 9.5fr 7.5fr;
  width: 100%;
  margin-bottom: 4rem;
}

.news-text-container {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--brand--neutrals--black), var(--brand--neutrals--transparent) 25%, var(--brand--neutrals--transparent) 75%, var(--brand--neutrals--black));
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  transition: background-color .5s;
  display: flex;
  position: relative;
}

.news-text-container:hover {
  background-color: #0003;
}

.news-image-container {
  width: 100%;
  height: 100%;
  padding: 1px;
  position: absolute;
  inset: 0%;
}

.news-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.news-card {
  aspect-ratio: 4 / 5;
  color: var(--text--default--black);
  border-radius: 1rem;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: transform .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-card:hover {
  transform: translate(0, -.5rem);
}

.news-date-wrapper {
  grid-column-gap: .375rem;
  grid-row-gap: .25rem;
  color: var(--brand--neutrals--stroke-grey);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.success-message {
  border: 1px solid var(--brand--neutrals--transparent);
  background-color: var(--brand--neutrals--transparent);
  border-radius: 1rem;
  width: 100%;
  padding: 0 1rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.footer-bottom-links {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.display-heading-2 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-family: Oswald, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2em;
}

.display-heading-2.display-heading-2-inverse {
  color: var(--brand--neutrals--white);
}

.nav-inner-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  line-height: 102%;
  display: flex;
}

.nav-link {
  color: var(--brand--neutrals--card-grey);
  letter-spacing: .02em;
  cursor: pointer;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.5em;
  transition: opacity .3s, border .3s;
  display: flex;
}

.nav-link:hover {
  opacity: 1;
  color: var(--brand--neutrals--white);
}

.nav-link.nav-link-dropdown {
  padding-left: 0;
  padding-right: 18px;
}

.nav-bar {
  background-color: var(--brand--neutrals--transparent);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--brand--neutrals--white);
  background-image: linear-gradient(#090a13cc, #090a13cc);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 5.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo {
  color: var(--brand--neutrals--white);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 8rem;
  min-height: 48px;
  max-height: 64px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.2rem;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.nav-logo:hover {
  opacity: .81;
}

.nav-logo.w--current {
  max-width: 160px;
  max-height: 64px;
}

.nav-menu-button {
  padding: 0;
}

.nav-links-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-logo-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.quote-slide {
  width: 100%;
  height: 100%;
}

.display-heading-1 {
  z-index: 6;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-family: Oswald, sans-serif;
  font-size: calc(2rem + 3vh);
  font-weight: 500;
  line-height: 1.05em;
  position: relative;
}

.hero-text-wrapper {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.news-item {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.label-heading {
  color: var(--brand--color--orange);
  letter-spacing: .04em;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.styles-contents {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.contact-links {
  color: var(--brand--neutrals--white);
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
}

.contact-links:hover {
  opacity: .8;
  text-decoration: underline;
}

.contact-side-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 4em;
  padding-top: 4em;
  display: flex;
}

.rich-text-block {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.6em;
}

.rich-text-block p {
  margin-top: 8px;
  margin-bottom: 8px;
}

.rich-text-block h1 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 2.5rem;
}

.rich-text-block h2 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-family: Work Sans, sans-serif;
  font-size: 2rem;
}

.rich-text-block h3 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-family: Work Sans, sans-serif;
  font-size: 1.5rem;
}

.rich-text-block h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 400;
}

.rich-text-block h5, .rich-text-block figure, .rich-text-block blockquote {
  margin-top: 16px;
  margin-bottom: 16px;
}

.next-project {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid var(--brand--neutrals--card-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.styles-text-wrap {
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
}

.styles-sticky-wrap {
  position: sticky;
  top: 6.5rem;
}

.styles-line {
  background-color: var(--brand--neutrals--card-grey);
  width: 100%;
  height: 2px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.style-button {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.style-margins-container {
  background-color: var(--brand--neutrals--stroke-grey);
}

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

.utility-page-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

._404-image {
  color: var(--brand--color--red);
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.contact-list-icon {
  color: var(--brand--color--orange);
  border: 0 solid #000;
  width: 1.5rem;
  height: 1.5rem;
}

.contact-list-icon-wrapper {
  color: var(--brand--color--orange);
  flex: none;
  align-self: center;
  margin-right: 1rem;
}

.contact-list-item {
  align-items: center;
  display: flex;
}

.contact-list {
  grid-column-gap: 4rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.features-3-column-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4em;
  margin-bottom: 4em;
}

.feature-wrapper-w-line {
  border-top: 1.5px solid var(--brand--neutrals--grey-dark);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
  display: flex;
}

.feature-wrapper-w-line.dark-line {
  border-top: 1.5px solid #d5902c;
}

.heading-max-width-wrapper {
  width: 100%;
  max-width: 42rem;
  margin-bottom: 3rem;
  display: block;
}

._2-column-feature-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  place-items: stretch stretch;
  position: relative;
  overflow: visible;
}

._2-column-grid-image-wrapper {
  border-radius: .8em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: clip;
}

._2-column-grid-image {
  aspect-ratio: 3 / 2;
  opacity: 1;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

._2-column-text-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._2-column-text-wrapper._2-column-text-wrapper-center-spaced {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}

.text-points-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.benefits-card {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--brand--neutrals--stroke-grey);
  cursor: pointer;
  border-radius: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 2.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card {
  background-color: var(--brand--neutrals--white);
  border-radius: .8rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav_grid-dropdown-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav-link-alt {
  opacity: .74;
  color: var(--text--default--black);
  cursor: pointer;
  border-bottom-width: 2px;
  border-bottom-color: #0000;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link-alt:hover {
  opacity: 1;
}

.nav-link-alt.w--current {
  border-bottom-color: #ffffff80;
}

.nav-link-alt.nav_item-dropdown {
  padding-left: 0;
  padding-right: 24px;
}

.nav-dropdown {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav_dropdown-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.nav-arrow {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  font-size: .85rem;
  display: flex;
}

.nav_dropdown-list.w--open {
  background-color: var(--brand--neutrals--stroke-grey);
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 88px;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 15px #0000001a;
}

.nav_dropdown-card {
  border: 1px solid var(--brand--neutrals--card-grey);
  background-color: var(--brand--neutrals--white);
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  padding: 32px 24px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.nav_dropdown-card:hover {
  border-color: var(--brand--neutrals--grey-dark);
}

.spacer-medium {
  width: 100%;
  min-height: 2rem;
}

.faq-text-max-container {
  width: 100%;
  max-width: 48rem;
}

.faq-answer {
  background-color: var(--brand--neutrals--grey-dark);
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.accordion-vertical-line {
  background-color: var(--brand--color--orange);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-horizontal-line {
  background-color: var(--brand--color--orange);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon {
  border: 1px solid var(--brand--color--orange);
  color: var(--brand--primary--action);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.accordion-icon:hover {
  color: var(--brand--color--orange);
}

.faq-icon-wrapper {
  color: var(--brand--neutrals--stroke-grey);
}

.faq-heading {
  color: var(--brand--neutrals--grey-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.faq-question {
  background-color: var(--text--default--black-medium);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.faq-accordion {
  border-bottom: 1px solid var(--brand--color--orange);
  background-color: var(--brand--neutrals--transparent);
  border-radius: .8em .8em 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: clip;
}

.faq-list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq-text-container {
  flex-flow: column;
  display: flex;
}

.contact-footer-section {
  background-color: var(--brand--neutrals--transparent);
  background-image: linear-gradient(#8d8db900 79%, #101014);
  background-position: 0 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 4em;
  padding-bottom: 0;
  display: flex;
}

.blog-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text--default--black-medium);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  transition: color .3s;
  display: flex;
}

.blog-button:hover {
  color: var(--text--default--black);
  text-decoration: underline;
}

.error-message {
  border: 0px solid var(--brand--color--red);
  background-color: var(--brand--neutrals--transparent);
  text-align: center;
  border-radius: .5rem;
  align-self: flex-start;
  margin-top: 0;
  padding: 0 1rem;
}

.error-message.margin-top-40 {
  margin-top: 40px;
}

.form-block {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.our-office-slide {
  height: 100%;
}

.hp-hero-wrapper {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hp-hero_text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  align-items: center;
  width: 64%;
  margin-bottom: 8vh;
  display: flex;
}

.background-image-wrapper {
  background-color: #1c1c22;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-image {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: sticky;
}

.feature-list-item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.feature-list-icon-wrapper {
  flex: none;
  width: 20px;
  height: 20px;
}

.feature-list-content-wrapper, .heading-small-max-width-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.news-dot {
  background-color: var(--brand--neutrals--stroke-grey);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.cta-wrapper {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.cta-button-wrapper {
  flex: none;
}

.cta-text-wrapper {
  width: 90%;
  max-width: 50rem;
}

.button-icon {
  width: .625rem;
}

.feature-list-icon-image {
  color: var(--brand--color--orange);
  width: 1.25rem;
}

.style_contents {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.txt-600 {
  font-weight: 600;
}

.txt-500 {
  font-weight: 500;
}

.txt-subdued-light {
  color: #b5b6b9;
}

.txt-blue {
  color: #027fff;
}

.style_margins-container {
  background-color: #f3f3f3;
}

.txt-left {
  text-align: left;
}

.txt-white {
  color: #fff;
}

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

.label-heading-3 {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2em;
}

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

.txt-nowrap {
  white-space: nowrap;
}

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

.txt-subdued {
  color: #767676;
}

.txt-upcase {
  text-transform: uppercase;
}

.txt-nodecoration {
  text-decoration: none;
}

.txt-50-white {
  color: #ffffff80;
}

.txt-400 {
  font-weight: 400;
}

.txt-strike {
  text-decoration: line-through;
}

.txt-right {
  text-align: right;
}

.txt-italic {
  font-style: italic;
  font-weight: 400;
}

.features-2-column-grid {
  z-index: 4;
  grid-column-gap: 3em;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.features-2-column-grid.soluciones-gorup {
  grid-column-gap: 2em;
  grid-row-gap: 0rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
  margin-bottom: 40px;
}

.feature-grid-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width: 100%;
}

.button-tertiary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text--default--black);
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: .5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.inline-link-image {
  width: .75rem;
}

._2-column-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--brand--neutrals--grey-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  margin-bottom: 80px;
  display: flex;
}

._3-column-points-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.button-secondary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--brand--neutrals--white);
  color: var(--text--default--black);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 8.25rem;
  padding: 1rem 1.5rem;
  font-family: Work Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5em;
  transition-property: background-color;
  display: flex;
}

.button-secondary:hover {
  background-color: var(--brand--primary--action-hover);
  color: var(--text--default--black);
}

.button-secondary:active {
  background-color: var(--brand--primary--action-pressed);
}

.button-secondary:focus {
  border-color: var(--brand--primary--action);
  background-color: var(--brand--primary--action-hover);
}

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

.margin-bottom-0-25rem, .margin-bottom-0-5rem {
  margin-bottom: .5rem;
}

.margin-bottom-1rem {
  margin-bottom: 1rem;
}

.margin-bottom-1-5rem {
  margin-bottom: 1.5rem;
}

.margin-bottom-2rem {
  margin-bottom: 2rem;
}

.margin-bottom-3rem {
  margin-bottom: 3rem;
}

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

.margin-bottom-4-5rem {
  margin-bottom: 4.5rem;
}

.margin-bottom-5rem {
  margin-bottom: 5rem;
}

.block-quote {
  font-weight: 300;
}

.image-5 {
  width: 120px;
}

.paragraph-hero {
  color: var(--brand--neutrals--white);
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;
}

.heading-h3 {
  margin-bottom: 1.5rem;
  font-family: Oswald, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-h3.txt-black {
  font-weight: 500;
}

.grid-2 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.section-compact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section-compact.section-black-background {
  background-color: var(--brand--neutrals--transparent);
  background-image: linear-gradient(180deg, #03030900, var(--text--default--black));
  padding-top: 2rem;
  padding-bottom: 8rem;
}

.text-bloc {
  font-size: .8rem;
}

.flex-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
}

.section-hero-carrera {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.section-hero-carrera.section-black-background {
  background-color: var(--brand--neutrals--grey-dark);
  background-image: url('../images/fondo-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.body {
  background-color: var(--text--default--black);
  color: var(--brand--neutrals--white);
  background-image: url('../images/fondo-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: visible;
}

.linea-deco {
  background-color: var(--brand--color--orange);
  border-radius: 6px;
  width: 80px;
  height: 2px;
  margin-bottom: 2em;
}

.link-card {
  border: 1px none var(--brand--neutrals--transparent);
  border-radius: .8em;
  overflow: clip;
}

.link-card:hover {
  border-style: none;
  border-color: var(--brand--color--orange);
  background-color: var(--brand--primary--action-hover);
}

.card-img-wrapper {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.card-text-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 2px solid var(--brand--color--orange);
  background-color: var(--brand--neutrals--transparent);
  flex-flow: column;
  flex: 1;
  padding: 1.5rem;
}

.card-image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.contact-form-block-footer {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--text--default--black);
  color: var(--brand--neutrals--white);
  border-radius: .8em;
  flex-flow: column;
  width: 34%;
  min-width: auto;
  padding: 2em;
  display: flex;
  position: sticky;
  top: 140px;
}

.flex-block-2 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2em;
}

.div-block-5 {
  padding-top: 2em;
}

.columns {
  width: 100%;
  margin-top: 20px;
  display: block;
}

.column-items-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.paragraph-3 {
  color: var(--brand--neutrals--white);
  text-align: left;
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-3.txt-black {
  color: var(--brand--neutrals--black);
}

.flex-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.flex-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 20px;
}

.flex-block-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.description {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
}

.description-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: block;
}

.description-accordion {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--brand--color--orange);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
  background-color: #0000 !important;
  border-bottom: none !important;
}

.description-question {
  background-color: var(--brand--neutrals--transparent);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-left: 0;
  display: block;
}

.description-answer {
  background-color: var(--brand--neutrals--transparent);
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.description-text-max-container {
  width: 100%;
  margin-top: 40px;
}

.section-compact-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
}

.section-compact-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 2rem;
  position: relative;
}

.body-3 {
  background-color: var(--brand--primary--action);
  color: var(--text--default--black);
}

.list {
  list-style-type: disc;
}

.list-item {
  font-weight: 300;
}

.div-block-6 {
  background-color: var(--text--default--black);
}

.section-servicios {
  background-image: url('../images/fondo-6.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.logo {
  width: 160px;
}

.div-block-7 {
  border-top: 1px solid var(--brand--color--orange);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.button-primary-big {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1.5px solid var(--brand--color--orange);
  background-color: var(--brand--color--orange);
  color: var(--text--default--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 8.25rem;
  padding: 1rem 1.5rem;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  transition-property: background-color;
  display: inline-flex;
}

.button-primary-big:hover {
  background-color: var(--brand--primary--action-hover);
  color: var(--brand--neutrals--white);
}

.button-primary-big:active {
  background-color: var(--brand--primary--action-pressed);
}

.button-primary-big:focus {
  border-color: var(--brand--primary--action);
  background-color: var(--brand--primary--action-hover);
}

.txt-black {
  color: var(--brand--neutrals--black);
}

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

.image-10 {
  width: 40px;
  margin-bottom: 20px;
}

.image-11 {
  width: 40px;
  padding-bottom: 20px;
}

.body-4 {
  background-color: var(--brand--neutrals--grey-dark);
}

.heading {
  color: var(--brand--color--orange);
  font-family: Oswald, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (min-width: 1920px) {
  .features-2-column-grid.soluciones-gorup {
    flex-flow: row;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.5rem;
  }

  .heading-h2 {
    font-size: 2rem;
  }

  .heading-h2-black {
    font-size: 2.5rem;
  }

  .paragraph-2 {
    font-size: 1.4rem;
  }

  .paragraph-20 {
    font-size: 1.25rem;
  }

  .paragraph-1 {
    font-size: 1rem;
  }

  .paragraph-12 {
    color: var(--brand--neutrals--grey-dark);
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.navigation-container {
    z-index: 12;
    justify-content: space-between;
    align-items: center;
  }

  .section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section.background-gradient-1.section-full-vh {
    min-height: auto;
  }

  .footer-section {
    border-top: .0625rem solid var(--darker-light-grey\<deleted\|variable-26c1331e\>);
  }

  .footer-section.grey-background {
    border: 1px #000;
  }

  .nav-hamburger-button {
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    padding: .9rem;
    transition: background-color .3s;
    display: flex;
  }

  .nav-hamburger-button:hover {
    background-color: var(--brand--color--orange);
  }

  .nav-close-ccon {
    opacity: 0;
    width: 1rem;
    margin: .25rem;
    position: absolute;
  }

  .nav-hamburger-icon {
    opacity: 1;
    flex: none;
    width: 1.5rem;
    display: block;
    position: absolute;
  }

  .form-elements-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .news-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  ._2-column-heading-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 7fr;
  }

  .news-text-container {
    padding: 1.25rem;
  }

  .news-card {
    border-radius: 1rem;
  }

  .display-heading-2 {
    font-size: 3.5rem;
  }

  .nav-inner-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .nav-link {
    border-top: 1px solid var(--brand--primary--action-hover);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 32px 16px 2rem;
    font-size: 18px;
    display: flex;
  }

  .nav-link:active {
    opacity: .7;
  }

  .nav-link:lang(en) {
    border-top-color: var(--brand--color--orange);
  }

  .nav-link.w--current {
    border-top-color: var(--brand--primary--action-hover);
  }

  .nav-link.nav-link-dropdown {
    padding-left: 32px;
  }

  .nav-bar {
    background-color: var(--brand--primary--action-hover);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: linear-gradient(#070710cc, #070710cc);
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    min-height: 4rem;
  }

  .nav-logo {
    z-index: 2;
    font-size: 1.6rem;
    position: relative;
  }

  .nav-logo.w--current {
    max-width: 120px;
  }

  .nav-menu-button {
    z-index: 2;
    color: #fff;
  }

  .nav-menu-button.w--open {
    background-color: #0000;
  }

  .nav-links-wrapper {
    z-index: 1;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    background-color: var(--brand--neutrals--grey-dark);
    flex-flow: column;
    justify-content: flex-end;
    height: 100%;
    max-height: 100vh;
    padding-top: 4rem;
    padding-left: 0;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .display-heading-1 {
    font-size: 3.2rem;
  }

  .hero-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: 36rem;
  }

  .contact-links {
    text-align: center;
    font-size: 1.1em;
  }

  .contact-side-container {
    padding-top: 0;
  }

  .grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 2.5fr;
  }

  .contact-list-icon-wrapper {
    margin-right: 0;
  }

  .contact-list-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .contact-list {
    grid-column-gap: 4rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    flex: 0 auto;
    order: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    display: grid;
  }

  .features-3-column-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 1em;
  }

  .heading-max-width-wrapper {
    margin-bottom: 1.5rem;
  }

  ._2-column-feature-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  ._2-column-grid-image-wrapper {
    border-radius: 1rem;
  }

  ._2-column-grid-image {
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
  }

  ._2-column-text-wrapper {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._2-column-text-wrapper._2-column-text-wrapper-center-spaced {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .benefits-card {
    border-radius: 1rem;
    padding: 2rem;
  }

  .card {
    border-radius: 1rem;
  }

  .nav_grid-dropdown-grid {
    padding: 1rem;
  }

  .nav-link-alt {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px #5c5c5c;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
    font-size: 20px;
    display: flex;
  }

  .nav-link-alt:active {
    opacity: .7;
  }

  .nav-link-alt.nav_item-dropdown {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
    padding-left: 24px;
  }

  .nav-dropdown {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .nav-arrow {
    margin-right: 2rem;
  }

  .nav_dropdown-list.w--open {
    box-shadow: none;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 0;
    position: relative;
  }

  .faq-component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .contact-footer-section {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .cta-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .features-2-column-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .features-2-column-grid.soluciones-gorup {
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .feature-grid-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  ._2-column-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .grid-3-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  ._3-column-points-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .paragraph-hero {
    font-size: 1rem;
  }

  .heading-h3 {
    font-size: 2rem;
  }

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

  .section-compact, .section-hero-carrera {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .contact-form-block-footer {
    order: -9999;
    width: 100%;
    max-width: 560px;
    margin-top: 2em;
    position: relative;
    top: 0;
  }

  .flex-block-2 {
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-items: center;
  }

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

  .paragraph-3 {
    font-size: 1rem;
  }

  .flex-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .flex-block-5 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .description-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .section-compact-2, .section-compact-3 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.9rem;
    line-height: 1.2em;
  }

  a {
    text-decoration: none;
  }

  .heading-h2 {
    font-size: 1.75rem;
  }

  .heading-h2-black, .paragraph-2 {
    font-size: 2rem;
  }

  .paragraph-20 {
    width: 100%;
  }

  .paragraph-1 {
    line-height: 1.5rem;
  }

  .paragraph-16 {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .paragraph-14 {
    font-size: .75rem;
  }

  .paragraph-12 {
    font-size: .625rem;
    line-height: 1rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .metrics-value {
    font-size: 2.2rem;
  }

  .news-heading {
    font-size: 1.25rem;
  }

  .footer-section {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .nav-hamburger-button {
    height: 3.375rem;
  }

  .form-elements-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(12.5rem, 1fr);
  }

  .text-field.text-field-area {
    min-height: 8.75rem;
  }

  .contact-form-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 2fr;
  }

  .news-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  ._2-column-heading-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 11fr;
    justify-items: start;
    margin-bottom: 2rem;
  }

  .display-heading-2 {
    font-size: 2.5rem;
  }

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

  .nav-link.nav-link-dropdown {
    padding-left: 1.25rem;
  }

  .nav-bar {
    height: auto;
    min-height: 4rem;
  }

  .nav-logo {
    max-width: 6.5rem;
  }

  .display-heading-1 {
    font-size: 3rem;
  }

  .contact-links {
    font-size: 1em;
  }

  .rich-text-block h1 {
    font-size: 3.2rem;
  }

  .rich-text-block h2 {
    font-size: 2.5rem;
  }

  .rich-text-block h3 {
    font-size: 2rem;
  }

  .rich-text-block h4 {
    font-size: 1.75rem;
  }

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

  .contact-list-item {
    width: 100%;
    position: relative;
  }

  .contact-list {
    flex-flow: column;
    margin-top: 0;
  }

  .features-3-column-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .feature-wrapper-w-line {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  ._2-column-feature-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  ._2-column-grid-image {
    aspect-ratio: 3 / 2;
    border-radius: .75rem;
  }

  .benefits-card {
    max-width: none;
  }

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

  .nav-link-alt {
    padding: 24px;
  }

  .nav-arrow {
    margin-right: 1.25rem;
  }

  .nav_dropdown-card {
    padding: 16px;
  }

  .spacer-medium {
    min-height: 1.5rem;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .faq-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .hp-hero_text-wrapper {
    margin-bottom: 1rem;
  }

  .features-2-column-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .features-2-column-grid.soluciones-gorup {
    grid-template-columns: 1fr;
  }

  .feature-grid-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  ._2-column-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .grid-3-column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  ._3-column-points-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .paragraph-hero {
    line-height: 1.5rem;
  }

  .heading-h3 {
    font-size: 1.75rem;
  }

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

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

  .paragraph-3 {
    line-height: 1.5rem;
  }

  .description-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .description-question {
    padding: 1rem 1.25rem;
  }

  .description-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.7rem;
  }

  .heading-h1 {
    font-size: calc(.75rem + 9vw);
  }

  .heading-h2-black {
    font-size: 1.75rem;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 1.2rem;
  }

  .paragraph-1.txt-white {
    text-align: justify;
  }

  .paragraph-12 {
    font-size: .625rem;
    line-height: 1rem;
  }

  .container {
    flex-wrap: nowrap;
  }

  .section.section-hp-hero {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .metrics-value {
    font-size: 1.8rem;
  }

  .footer-section.grey-background {
    padding-bottom: 1.25rem;
    overflow: hidden;
  }

  .nav-hamburger-icon {
    opacity: 100;
    mix-blend-mode: normal;
  }

  .form-elements-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(auto, 1fr);
  }

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

  .news-card {
    border-left-style: none;
    border-right-style: none;
  }

  .news-date-wrapper {
    font-size: .8rem;
  }

  .footer-bottom-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .nav-inner-container {
    z-index: 7;
  }

  .display-heading-1 {
    margin-bottom: 1rem;
    font-size: calc(.5rem + 9vw);
    line-height: 1.15em;
  }

  .hero-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .rich-text-block h1 {
    font-size: 2.7rem;
  }

  .contact-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .feature-wrapper-w-line {
    border-top-style: none;
    padding-top: 0;
  }

  .text-points-container {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .benefits-card {
    flex-direction: column;
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .nav_dropdown-card {
    flex-direction: column;
  }

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

  .form-block {
    width: 100%;
  }

  .hp-hero_text-wrapper {
    margin-bottom: 1.5rem;
  }

  .heading-small-max-width-wrapper {
    justify-content: center;
    align-items: center;
  }

  .features-2-column-grid, .features-2-column-grid.soluciones-gorup {
    grid-template-columns: 1fr;
  }

  .feature-grid-2 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-column-points-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .contact-form-block-footer {
    margin-top: 0;
    padding: 1em;
  }

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

  .description-question, .description-answer {
    padding-left: 0;
    padding-right: 0;
  }

  .description-text-max-container {
    margin-top: 0;
  }

  .section-compact-2 {
    padding-bottom: 1rem;
  }

  .section-compact-3 {
    padding-top: 1rem;
  }

  .logo {
    width: 120px;
  }
}

#w-node-_65a599c7-9090-f7ed-39db-611a538d214e-20bf5db6, #w-node-_65a599c7-9090-f7ed-39db-611a538d2153-20bf5db6, #w-node-_65a599c7-9090-f7ed-39db-611a538d2158-20bf5db6, #w-node-_3f35aab4-b07f-1b8c-8566-4403cc6d487a-20bf5db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1337a37-f483-132e-71bc-7f831016ac01-20bf5db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0cd7239e-8c0b-f9eb-0c0d-218b6c7bdd25-20bf5db6 {
  align-self: center;
}

#w-node-_0cd7239e-8c0b-f9eb-0c0d-218b6c7bdd43-20bf5db6, #w-node-b035dd4e-386b-539a-02e2-33cd16842a99-20bf5db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b035dd4e-386b-539a-02e2-33cd16842a9b-20bf5db6, #w-node-_41d88606-88e0-d776-5617-7df6c794fd71-20bf5db6 {
  align-self: center;
}

#w-node-_41d88606-88e0-d776-5617-7df6c794fd6f-20bf5db6, #w-node-_8a2e7b01-573d-05ce-6148-afbd4e02c825-20bf5db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a2e7b01-573d-05ce-6148-afbd4e02c827-20bf5db6, #w-node-e662d60a-f4fe-797f-a1e4-a7110bbc4f49-20bf5db6 {
  align-self: center;
}

#w-node-e662d60a-f4fe-797f-a1e4-a7110bbc4f51-20bf5db6, #w-node-_813c0bed-5809-6ccc-96b1-f24f0e803b0a-20bf5db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_813c0bed-5809-6ccc-96b1-f24f0e803b0c-20bf5db6 {
  align-self: center;
}

#w-node-_059c0fa5-8309-6f47-350f-1a6a8e646f73-8e646f67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_059c0fa5-8309-6f47-350f-1a6a8e646f78-8e646f67, #w-node-_059c0fa5-8309-6f47-350f-1a6a8e646f7d-8e646f67, #w-node-_059c0fa5-8309-6f47-350f-1a6a8e646f87-8e646f67 {
  align-self: start;
}

#w-node-_059c0fa5-8309-6f47-350f-1a6a8e646f8e-8e646f67 {
  justify-self: auto;
}

#w-node-_059c0fa5-8309-6f47-350f-1a6a8e646f9b-8e646f67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_059c0fa5-8309-6f47-350f-1a6a8e646f9f-8e646f67 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_059c0fa5-8309-6f47-350f-1a6a8e646fa3-8e646f67 {
  align-self: end;
}

#w-node-_9cc0b1c6-6e7a-6d05-9be0-eebedeab894c-b0894236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c33e43db-d48f-8aa5-47ae-e461d36237c9-d36237c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_8c91d956-fbe4-f034-833b-7709fdbecedc-d36237c2, #w-node-_8c91d956-fbe4-f034-833b-7709fdbecedf-d36237c2, #w-node-_0adee069-bf38-6fef-e1b5-aa834f6d0f34-20bf5ee8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71cb6c30-9773-c261-8c7c-e27770aed0a0-20bf5ee8, #w-node-_28b1a614-5d79-0bd6-5799-504eb8226113-20bf5ee8, #w-node-_71cb6c30-9773-c261-8c7c-e27770aed0a4-20bf5ee8, #w-node-b8186430-0157-a2c8-fc43-1a1b97e95002-20bf5ee8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-ff5bf402-1f8c-b255-b0fc-56795be3dfca-20bf5eb3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_65a599c7-9090-f7ed-39db-611a538d2147-20bf5db6 {
    order: 9999;
  }

  #w-node-_059c0fa5-8309-6f47-350f-1a6a8e646f93-8e646f67, #w-node-_059c0fa5-8309-6f47-350f-1a6a8e646f97-8e646f67, #w-node-_059c0fa5-8309-6f47-350f-1a6a8e646f9f-8e646f67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_162f6535-9680-87fc-1b9e-394119fd1f8a-20bf5ed3 {
    order: 9999;
  }

  #w-node-_4f6c5ad2-cf28-75d8-b643-0c1ec3db76b9-20bf5ee8 {
    order: -9999;
  }

  #w-node-_71cb6c30-9773-c261-8c7c-e27770aed098-20bf5ee8, #w-node-_71cb6c30-9773-c261-8c7c-e27770aed09c-20bf5ee8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_059c0fa5-8309-6f47-350f-1a6a8e646f9f-8e646f67 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


