@font-face {
  font-family: Lato;
  src: url('../fonts/Lato.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gloock Lato;
  src: url('../images/') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --degradado: #000;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.image {
  width: 100vw;
  height: 50vw;
}

.image-2 {
  width: 100vw;
  height: 60vw;
  padding-bottom: 100px;
}

.div-block-2 {
  background-image: linear-gradient(#000 80%, #fff), url('../images/unnamed.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100vw;
  height: 50vw;
}

.div-block-3 {
  z-index: auto;
  float: none;
  clear: none;
  mix-blend-mode: normal;
  background-image: url('../images/unnamed.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 50vw;
  position: sticky;
  top: 0;
  overflow: visible;
  transform: translate(0);
  box-shadow: inset 0 -20px 20px 14px #000;
}

.div-block-4 {
  text-overflow: clip;
  background-image: linear-gradient(#000 25%, #fff);
  width: 100vw;
  height: 5vw;
}

.heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: transparent;
  text-indent: 0;
  text-transform: none;
  text-shadow: 20px 7px 20px #000;
  text-overflow: clip;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  background-color: #a76b6b00;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  min-width: 1vw;
  height: 3vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 41vw;
  font-family: Droid Serif, serif;
  font-size: 7vw;
  font-style: normal;
  font-weight: 400;
  line-height: 5vw;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 9.8vw;
  bottom: 0;
  left: 12.3vw;
}

.heading.heading-4 {
  width: 20vw;
}

.div-block-5 {
  width: 100vw;
  height: 45vw;
}

.section-2 {
  width: 20vw;
  height: 5vw;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.grid-gap-xxl {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

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

.grid-layout.desktop-4-column.mobile-landscape-1-column.grid-gap-s {
  grid-column-gap: 0px;
}

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

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.utility-margin-bottom-8rem {
  margin-bottom: 8rem;
}

.eyebrow {
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.3em;
}

.utility-aspect-2x3 {
  aspect-ratio: 2 / 3;
  position: relative;
}

.utility-image-cover {
  object-fit: cover;
  width: 35vw;
  height: 35vw;
  position: relative;
  inset: 0%;
}

.utility-image-cover.utility-aspect-1x1 {
  background-image: url('../images/img-2414-2000x1500-85.jpg');
  background-position: 50%;
  background-size: auto;
  border-top-left-radius: 5vw;
  border-bottom-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
}

.utility-aspect-1x1 {
  aspect-ratio: 1;
  position: relative;
}

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

.section-3 {
  width: 100vw;
  height: 50vw;
}

.navbar {
  opacity: 1;
  mix-blend-mode: multiply;
  background-image: url('../images/unnamed.jpg');
  background-position: 0 0;
  background-size: cover;
}

.navbar-2 {
  background-image: url('../images/unnamed.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
}

.nav-link, .nav-link-2 {
  color: #fff;
  font-family: Lato, Times New Roman, sans-serif;
  font-size: 15px;
}

.nav-link-3 {
  color: #fff;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-family: Lato, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration-style: solid;
}

.global-styles {
  color: #06a6d8;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.navbar-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: brightness(200%);
  backdrop-filter: brightness(200%);
  background-color: #f8f8f8bf;
  border-radius: 100rem;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 105rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: .5vw;
  display: flex;
}

.navbar-component {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5vw;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.button2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #171717;
  border: 1px solid #171717;
  border-radius: 100rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  transition: color .35s;
  display: flex;
}

.button2:hover {
  color: #04a8d9;
}

.button2.w--current {
  border-radius: 100rem;
}

.button2.is-navbar:hover {
  color: #04a8d9;
}

.navbar-menu {
  align-items: center;
  display: flex;
  position: static;
}

.button-text-item {
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.button-text-item:hover {
  color: #04a8d9;
}

.navbar-link {
  color: #171717;
  border-radius: 100rem;
  padding: .5rem .75rem;
  font-family: Lato, Times New Roman, sans-serif;
  font-size: .875rem;
}

.navbar-link:hover {
  background-color: #cbfb45;
}

.navbar-link.w--current {
  border-radius: 100rem;
}

.navbar-logo {
  width: 9.5rem;
}

.navbar-logo-link {
  padding-left: 0;
}

.navbar-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

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

.body {
  pointer-events: auto;
  background-color: #0b6e8e;
}

.imagen-servicios {
  background-image: url('../images/ChatGPT-Image-10-nov-2025-08_49_20-p.m..png');
  background-position: 50% 0;
  background-size: cover;
  width: 100vw;
  height: 50vw;
  position: sticky;
  top: 0;
}

.heading-2 {
  width: 100vw;
  height: 50vw;
}

.footer-left-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-padding-large {
  background-color: #dd181800;
  border-radius: 3svw;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 6rem;
  display: block;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-wrapper.max-width-full {
  background-color: #0b6e8e;
  flex-flow: wrap;
  order: -1;
  justify-content: center;
  align-items: center;
}

.stat-image {
  float: none;
  aspect-ratio: 3 / 2;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: static;
  overflow: clip;
}

.subpage-header-image-wrapper {
  border-radius: 3rem;
  overflow: hidden;
}

.team-image-wrapper {
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.footer-link {
  opacity: 1;
  mix-blend-mode: normal;
  -webkit-text-fill-color: black;
  background-color: #0b6e8e;
  border-radius: 8rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  text-decoration: none;
  transform: translate(0);
}

.footer-link:hover {
  background-color: #034b63;
}

.footer-link.w--current {
  border-radius: 100rem;
}

.influx {
  color: #171717;
  font-weight: 500;
  text-decoration: underline;
}

.footer-credit-text {
  font-size: .875rem;
}

.values-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #034b63;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.values-item.is-grey {
  background-color: #f2f2f2;
}

.team-member-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.footer-form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.heading-style-h6 {
  font-family: Droid Serif, serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.padding-global {
  background-color: #0b6e8e;
  border-radius: 2rem;
  margin-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  position: static;
  top: 0;
}

.padding-global.is-2rem {
  border-radius: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.cta-image {
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
}

.navbar-container-2 {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #f8f8f8bf;
  border-radius: 100rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 105rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: .5vw;
  display: flex;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-left: 11px;
  display: flex;
}

.team-socials {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  background-color: #04a7d9;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: .5rem;
  padding: .25rem 1rem;
  display: flex;
}

.newsletter-footer-wrapper {
  background-color: #cbfb45;
  border-radius: 2rem;
  padding: 1.5rem;
}

.navbar-component-2 {
  background-color: #0000;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.padding-top, .padding-top.padding-xxlarge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-secondary {
  grid-column-gap: .5rem;
  color: #171717;
  text-align: center;
  background-color: #0000;
  border: 1px solid #171717;
  border-radius: 100rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  transition: color .3s, border-color .35s, background-color .35s;
  display: flex;
}

.button-secondary:hover {
  color: #fff;
  background-color: #171717;
  border-color: #171717;
}

.padding-vertical, .padding-vertical.padding-medium {
  padding-left: 0;
  padding-right: 0;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h1.weight-medium {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  border-radius: 0;
  width: 50vw;
  font-family: Droid Serif, serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 6vw;
  position: relative;
  top: 0;
  left: 0;
}

.footer-address {
  pointer-events: none;
  padding: .5rem .75rem;
  font-size: .875rem;
  text-decoration: none;
}

.stat-number {
  color: #fff;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.3;
}

.text-span-6 {
  color: #171717;
  font-weight: 500;
  text-decoration: underline;
}

.tagline-pill {
  background-color: #38b3d9;
  border: 1px #000;
  border-radius: 100rem;
  margin-bottom: 1rem;
  margin-left: 15vw;
  padding: .35rem .75rem;
  font-size: .875rem;
  line-height: 1.3;
  display: inline-block;
  box-shadow: 5px 6px 5px #0003;
}

.team-section-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  display: flex;
}

.subpage-header-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.client-logo {
  width: 10rem;
  height: 8rem;
  position: relative;
}

.section-stat {
  margin-left: 5%;
  margin-right: 5%;
}

.footer-line-divider {
  background-color: #171717;
  width: 100%;
  height: 1px;
}

.webflow {
  color: #171717;
  font-weight: 500;
  text-decoration: underline;
}

.text-align-center {
  text-align: center;
  width: 100%;
}

.global-styles-2 {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.member-info-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-flow: 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%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h5.weight-medium {
  color: #000;
  font-family: Droid Serif, serif;
  font-weight: 500;
}

.input-form {
  color: #171717;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #cbfb45;
  border-radius: 100rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .3s;
}

.input-form:hover {
  border-bottom: 2px solid #171717;
}

.input-form:focus {
  border-color: #000 #000 #171717;
  border-bottom-style: solid;
}

.input-form::placeholder {
  color: #0009;
}

.navbar-link-2 {
  color: #171717;
  background-color: #4845fb00;
  border-radius: 100rem;
  margin-left: .4rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  left: 0;
}

.navbar-link-2:hover {
  background-color: #16aedc;
}

.navbar-link-2.w--current {
  border-radius: 100rem;
}

.container-large {
  background-color: #0000;
  width: 100%;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-colour-black {
  color: #3315dd;
  -webkit-text-stroke-color: #0300c0;
  -webkit-text-fill-color: black;
}

.team-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.values-component {
  z-index: 0;
  clear: left;
  background-color: #0b6e8e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.weight-semibold {
  color: #000;
  font-family: Droid Serif, serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
}

.subpage-header-image {
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 3rem;
  width: 50vw;
  height: 65vw;
  display: inline-block;
  position: relative;
  top: 10px;
  overflow: clip;
}

.social-icon {
  color: #185f99;
  -webkit-text-stroke-color: #1206f8;
  background-color: #171717;
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 6px;
  display: flex;
}

.error-message {
  border: 2px solid #fff;
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer-top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.stats-section-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  display: flex;
}

.footer-link-list {
  color: #000;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-start;
  align-self: auto;
  place-items: flex-start start;
  display: flex;
  position: relative;
}

.text-size-medium {
  color: #000;
  text-align: justify;
  font-family: Droid Serif, serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.7vw;
  position: relative;
}

.cta-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #0b6e8e;
  border-radius: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: grid;
  overflow: hidden;
}

.team-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.max-width-large {
  width: 100%;
  max-width: 65rem;
}

.cta-card-conent {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.text-size-tiny {
  font-size: .75rem;
}

.margin-bottom, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.padding-bottom, .padding-bottom.padding-large, .padding-bottom.padding-small, .padding-bottom.padding-huge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-menu-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  align-items: start;
  position: relative;
  left: 0;
}

.stats-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.success-message {
  padding: 1.5rem;
}

.text-size-large {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-size-regular {
  color: #000;
  font-family: Droid Serif, serif;
  font-size: 1rem;
}

.logo-component {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  opacity: 1;
  outline-offset: 0px;
  cursor: auto;
  background-color: #bebebe;
  border: 2px solid #000;
  border-radius: 18px;
  outline: 3px #333;
  flex-flow: wrap;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-top: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.logo-component:hover {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xxsmall {
  margin-top: .5rem;
  margin-bottom: 0;
}

.footer-logo-link {
  padding-left: 0;
}

.cta-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.team-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer-social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #cbfb45;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.header-content {
  position: static;
}

.stats-component-wrapper {
  background-color: #f8f8f8;
  border-radius: 3rem;
  max-width: 105rem;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-image-wrapper {
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.stats-item {
  background-color: #fff;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.stats-item.is-green {
  background-color: #034b63;
}

.stats-item.is-dark {
  color: #fff;
  background-color: #034b63;
}

.values-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: grid;
}

.stats-component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-links-list-title {
  margin-bottom: 1rem;
  padding-left: .75rem;
}

.navbar-menu-link-wrapper-2 {
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.team-item {
  background-color: #f8f8f8;
  border-radius: 2rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.stat-image-wrapper {
  border-radius: 2rem;
  height: 100%;
  overflow: hidden;
}

.footer-logo {
  width: 9.5rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 400;
}

.heading-style-h2.weight-medium {
  color: #fff;
  text-align: center;
  text-shadow: 5px 1px 20px #000;
  font-family: Droid Serif, serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
}

.section-subpage-hero-header {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #034b63;
  background-clip: border-box;
  border-radius: 18px 0 0;
  padding-top: 4rem;
  transition: opacity 50ms;
  position: static;
  top: 0;
}

.div-block-7 {
  color: #130909;
  background-color: #0000005c;
  background-image: linear-gradient(0deg, #0b6e8e 78%, #fff);
  width: 100vw;
  height: 5vw;
}

.div-block-8 {
  color: #fff;
  width: 50vw;
  height: 50vw;
  position: sticky;
  top: 0;
}

.container {
  background-color: #034b63;
  width: 50vw;
  max-width: 940vw;
  height: 45vw;
  margin-left: 0;
  display: block;
  overflow: hidden;
}

.text-block {
  text-align: center;
  letter-spacing: .2vw;
  -webkit-text-stroke-color: #fbf7f7;
  margin-top: 3vw;
  padding-left: 17vw;
  font-family: Lato, Times New Roman, sans-serif;
  font-size: 3vw;
  line-height: 2vw;
  text-decoration: none;
  position: absolute;
}

.section-4 {
  width: 200%;
  display: flex;
}

.image-3 {
  border-radius: 25px;
  width: 20vw;
  height: 20vh;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 691.4px;
  left: 507px;
  overflow: hidden;
}

.div-block-9 {
  width: 200%;
}

.image-4 {
  aspect-ratio: auto;
  border-radius: 3vw;
  width: 18svw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 86vw;
  left: 66.3vw;
  overflow: clip;
}

.div-block-10 {
  width: 50%;
  display: flex;
}

.image-5 {
  border-radius: 3vw;
  width: 18svw;
  height: auto;
  position: absolute;
  top: auto;
  left: 50.5vw;
}

.image-6 {
  border-radius: 3vw;
  width: 18svw;
  height: auto;
  position: absolute;
  left: 81.3vw;
}

.image-7 {
  border-radius: 3vw;
  width: 18svw;
  position: absolute;
  top: 101.5vw;
  left: 50.5vw;
}

.image-8 {
  border-radius: 3vw;
  width: 18svw;
  position: absolute;
  top: 101.5vw;
  left: 81.3vw;
}

.container-2 {
  width: 50vw;
  height: 45vw;
  overflow: hidden;
}

.text-block-2 {
  float: none;
  text-align: justify;
  width: 35vw;
  height: 45vw;
  margin-left: 13vw;
  padding-top: 8vw;
  padding-left: 0;
  font-family: Droid Serif, serif;
  font-size: 1.5vw;
  line-height: 2vw;
  display: block;
  position: static;
}

.container-3 {
  color: #e72323;
  background-color: #fd0000;
  border-radius: 8svw;
  width: 100vw;
  height: 25vw;
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  line-height: 2vw;
}

.bold-text-2 {
  font-size: 3vw;
  line-height: 2vw;
}

.spacer {
  margin-bottom: -100vh;
}

.div-block-11 {
  background-image: url('../images/WhatsApp-Image-2025-06-26-at-11.25.43-AM-1.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: visible;
}

.div-block-12 {
  background-image: url('../images/Copilot_20251203_094553.png');
  background-position: 50% 30%;
  background-size: cover;
  background-attachment: scroll;
  width: 100vw;
  height: 50vw;
}

.slider2 {
  width: 50vw;
  height: 22.5vw;
  position: relative;
  top: -45vw;
  left: 50vw;
}

.slide {
  height: 45vw;
}

.slide-2 {
  background-color: #5a26264d;
  background-image: url('../images/IMG-20230714-WA0043.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/WhatsApp-Image-2025-07-02-at-2.15.41-PM.jpeg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  width: 50vw;
  height: 50vw;
  position: relative;
}

.slide-1 {
  vertical-align: super;
  background-image: url('../images/WhatsApp-Image-2025-05-14-at-2.13.19-PM.jpeg');
  background-position: 50%;
  background-size: 50vw 35vw;
  width: 50vw;
  height: 50vw;
}

.slider {
  width: 50vw;
  height: 22.5vw;
}

.slide-5 {
  background-image: url('../images/WhatsApp-Image-2025-01-17-at-4.11.17-PM.jpeg');
  background-position: 0 0;
  background-size: auto;
  width: 50vw;
  height: 50vw;
}

.mask {
  width: 50vw;
  height: 45vw;
}

.left-arrow {
  top: 19.5vw;
}

.icon {
  width: 0;
  height: 0;
  top: 19.5vw;
  overflow: hidden;
}

.icon.extra-small-icon {
  width: .5rem;
  height: .5rem;
}

.slide-nav {
  width: 0;
  height: 0;
  top: -19.5vw;
  overflow: hidden;
}

.slide-6 {
  background-image: url('../images/IMG-20230714-WA0043.jpg');
  background-position: 50% 65%;
  background-size: contain;
}

.slide-7 {
  background-image: url('../images/pedidos-ya-torre-futura2.jpg');
  background-position: 50%;
  background-size: 50vw 35vw;
}

.icon-2 {
  width: 1vw;
  height: 5vw;
  overflow: hidden;
}

.body-2 {
  background-color: #ffffff9e;
  overflow: visible;
}

.div-block-13 {
  -webkit-text-stroke-color: #333;
  background-color: #333;
}

.body-3 {
  -webkit-text-stroke-color: #333;
}

.div-block-14 {
  background-color: #848384;
}

.div-block-15 {
  width: 100vw;
  height: 50vw;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.flex-vertical.y-bottom {
  justify-content: flex-end;
}

.flex-layout.flex-vertical.y-center {
  justify-content: center;
}

.flex-layout.y-bottom {
  align-items: flex-end;
}

.flex-layout.y-center, .flex-layout.align-center {
  align-items: center;
}

.flex-layout.flex-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-layout.x-space-between {
  justify-content: space-between;
}

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

.utility-link-content-block {
  color: inherit;
  text-decoration: none;
}

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

.tag {
  color: #000;
  background-color: #0000001a;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-block;
}

.utility-margin-bottom-0, .heading-5.utility-margin-bottom-0, .paragraph-xxl.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.heading-4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3em;
}

.grid-gap-xs-parent.grid-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.y-bottom-parent.y-bottom {
  align-items: end;
}

.desktop-3-column-parent.desktop-3-column.grid-gap-m {
  justify-content: end;
}

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

.y-center-parent.y-center {
  align-items: center;
}

.paragraph-s {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .875rem;
  line-height: 1.6em;
}

.divider {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.flex-gap-s-parent.flex-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.inverse-section {
  color: #fff;
  background-color: #000;
}

.utility-position-relative {
  position: relative;
}

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

.background-overlay {
  opacity: .2;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.grid-gap-l {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

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

.text-link {
  color: #146ef5;
  font-weight: 700;
  text-decoration: underline;
  display: inline;
}

.text-link.inverse-text-link {
  color: #fff;
}

.utility-text-decoration-none {
  text-decoration: none;
}

.button.inverse-button {
  color: #fff;
  background-color: #146ef5;
  border-color: #0000;
}

.heading-6 {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 75vw;
  height: 5vw;
  font-family: Gloock Lato, Arial, sans-serif;
  font-size: 5vw;
  line-height: 5vw;
  display: block;
  position: relative;
  left: 27.4vw;
  box-shadow: 0 2px 5px #0003;
}

.heading-7 {
  margin-top: 20vw;
}

.heading-8 {
  pointer-events: auto;
  color: #fff;
  text-align: left;
  text-shadow: 8px 17px 20px #000;
  border-radius: 0;
  width: 80vw;
  height: 10vw;
  margin: 0 auto;
  font-family: Gloock Lato, Arial, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: 5vw;
  text-decoration: none;
  position: relative;
  top: 33.7vw;
  bottom: 0;
  left: .9vw;
  overflow: visible;
}

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

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  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;
  position: relative;
  left: -8vw;
}

.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-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

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

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

.div-block-16 {
  width: 100vw;
  height: 19vw;
  margin-top: 5vw;
  padding-left: 5%;
  padding-right: 5%;
}

.footer-link-list-2 {
  color: #000;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-start;
  align-self: auto;
  place-items: flex-start start;
  display: flex;
  position: relative;
}

.footer-social-link-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #cbfb45;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.div-block-17 {
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-18 {
  margin-top: 5%;
  display: none;
  overflow: hidden;
}

.navbar-container-3 {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #f8f8f8bf;
  border-radius: 100rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 105rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: .5vw;
  display: flex;
}

.navbar-link-3 {
  color: #171717;
  background-color: #4845fb00;
  border-radius: 100rem;
  margin-left: .4rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  left: 0;
}

.navbar-link-3:hover {
  background-color: #16aedc;
}

.navbar-link-3.w--current {
  border-radius: 100rem;
}

.icon-3 {
  width: 1vw;
  height: 5vw;
  overflow: hidden;
}

.slide-8 {
  vertical-align: super;
  background-image: url('../images/WhatsApp-Image-2025-05-14-at-2.13.19-PM.jpeg');
  background-position: 50%;
  background-size: 50vw 35vw;
  width: 50vw;
  height: 50vw;
}

.slide-9 {
  background-image: url('../images/pedidos-ya-torre-futura2.jpg');
  background-position: 50%;
  background-size: 50vw 35vw;
}

.slide-10 {
  background-image: url('../images/IMG-20230714-WA0043.jpg');
  background-position: 50% 65%;
  background-size: contain;
}

.div-block-20 {
  margin-top: 5%;
}

.div-block-21 {
  position: sticky;
  top: 0;
}

.heading-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-indent: 1vh;
  text-shadow: 0 1px 1px #000;
  column-count: auto;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border: 1px #000;
  width: 50vw;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0%;
  font-family: Droid Serif, serif;
  font-size: 10vw;
  line-height: 16vh;
  display: block;
  position: relative;
  inset: 29% 0% 0% 26%;
}

.div-block-22 {
  background-color: #fff;
  border-radius: 47vw;
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
}

.spcaer {
  height: 100vw;
}

.div-block-23 {
  background-color: #034b63;
  border-radius: 8%;
  width: 100vw;
  height: 50vh;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.image-10 {
  margin-left: 5%;
}

.div-block-24 {
  position: static;
  top: 0;
}

.spline-scene {
  width: 15vw;
  height: 25vw;
  margin-top: 2px;
  position: sticky;
  top: 50.5vw;
  left: 58.6vw;
}

.spline-scene-2 {
  flex: 0 auto;
  width: 8rem;
  min-width: 8rem;
  height: 20vw;
  min-height: 20vw;
  margin-top: 3vw;
  margin-left: 76.7vw;
  margin-right: 0;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.spline-scene-3 {
  opacity: 1;
  position: static;
}

.div-block-25 {
  background-color: #fff;
  width: 25vw;
  height: 25vh;
  margin-bottom: 0;
  position: relative;
  top: 0;
  bottom: 0;
}

.background-video {
  margin-top: 0;
  top: 88px;
}

.background-video-2 {
  opacity: 1;
  background-color: #9c7a7a00;
  border: 1px #000;
  border-radius: 9%;
  margin-bottom: 0;
  margin-left: 50vw;
  margin-right: 5%;
  top: 16vw;
}

.heading-10 {
  color: #fff8f8;
  width: 75vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 5vw;
  line-height: 5vw;
  position: relative;
  top: -49.1vh;
  bottom: 0;
  left: 25.5vw;
}

.text-block-4 {
  color: #fff;
  width: 33vw;
  height: 5vh;
  margin-top: 0;
  font-size: 2vw;
  line-height: 4vw;
  position: relative;
  top: -22.9vw;
  left: 9%;
}

.text-block-5 {
  color: #fff;
  width: 45vw;
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1em;
  position: relative;
  top: -16.5vw;
  left: 4%;
}

.text-block-6 {
  color: #fff;
  width: 45vw;
  font-size: 1rem;
  line-height: 1.5rem;
  position: relative;
  top: -27vh;
  left: 3%;
}

.video-placeholder {
  z-index: 1;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: absolute;
  inset: 0%;
}

.hero-background {
  z-index: 1;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-overlay {
  z-index: 2;
  background-image: radial-gradient(circle, #17141100 20%, #000000ba);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-overlay.light {
  opacity: .46;
  background-image: radial-gradient(circle, #17141100 73%, #000000ba);
}

.hero_bottom {
  color: #efe5d7;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 3rem;
}

.heading-style-h1-2 {
  text-transform: uppercase;
  font-size: 17vw;
  font-weight: 400;
  line-height: 1.15;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-11.is-radius {
  border-radius: .5rem;
}

.hero_content-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_hero {
  color: #efe5d7;
  min-height: 100svh;
  position: relative;
}

.container-large-2 {
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-component {
  z-index: 3;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.background-video-3 {
  z-index: 2;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.hero-subtitle {
  max-width: 64ch;
}

.hero-icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: -1rem;
}

@media screen and (min-width: 1280px) {
  .section {
    background-image: linear-gradient(#000, #fff);
  }

  .footer-link {
    pointer-events: auto;
    cursor: auto;
    mix-blend-mode: normal;
  }

  .div-block-16 {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media screen and (min-width: 1440px) {
  .spline-scene-2 {
    width: 10rem;
  }
}

@media screen and (min-width: 1920px) {
  .image-2 {
    background-image: linear-gradient(to bottom, var(--degradado), var(--degradado));
    background-color: gray;
  }

  .div-block {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-2 {
    background-image: url('../images/unnamed.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100vw;
  }
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    background-image: repeating-linear-gradient(#000 80%, #fff), url('../images/unnamed.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .heading {
    width: 65vw;
    height: 7rem;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .eyebrow {
    font-size: .9rem;
  }

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

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

  .menu-icon-line-bottom {
    background-color: #171717;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    left: 0;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-container {
    padding-right: .5rem;
  }

  .navbar-component {
    width: 100%;
    margin-top: 1.5vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

  .button2 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: .75rem 1.25rem;
    display: block;
    position: relative;
    left: -8.3vw;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #f2f2f2;
    background-clip: border-box;
    border-radius: 2rem;
    justify-content: center;
    width: 100%;
    margin-top: 1rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-link {
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link:hover {
    background-color: #f2f2f2;
  }

  .menu-icon-line-middle {
    background-color: #171717;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: #171717;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-button-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    margin-top: 1rem;
    margin-left: 0;
  }

  .navbar-menu-link-wrapper {
    background-color: #f8f8f8;
    border-style: none;
    border-width: 1px;
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .body, .imagen-servicios {
    font-size: 14vw;
  }

  .section-padding-large {
    margin-top: -43px;
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .subpage-header-image-wrapper {
    border-radius: 2rem;
  }

  .padding-global {
    margin-top: 47px;
  }

  .padding-global.is-2rem {
    border-radius: 0;
  }

  .navbar-container-2 {
    padding-right: 1.5rem;
  }

  .button-group-2 {
    margin-left: 7.5vw;
  }

  .navbar-component-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-style-h1 {
    font-size: 6.5vw;
  }

  .stat-number {
    font-size: 4rem;
  }

  .tagline-pill {
    margin-left: -2px;
  }

  .team-section-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .subpage-header-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .navbar-link-2 {
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link-2:hover {
    background-color: #f2f2f2;
  }

  .subpage-header-image {
    border-radius: 4rem;
    height: 90vw;
    left: 18vw;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .stats-section-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-size-medium {
    font-size: 3vw;
    line-height: 3vw;
  }

  .cta-card {
    border-radius: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-left: 2rem;
  }

  .team-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .cta-card-conent {
    padding: 0 0 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-huge {
    padding-bottom: 6rem;
  }

  .stats-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .logo-component {
    grid-row-gap: 2rem;
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .stats-component-wrapper {
    border-radius: 2rem;
  }

  .values-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .navbar-menu-link-wrapper-2 {
    background-color: #f8f8f8;
    border-style: none;
    border-width: 1px;
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-block-2 {
    width: 45vw;
    font-size: 2vw;
    line-height: 2vw;
    position: relative;
    bottom: -12%;
    left: -19%;
  }

  .bold-text {
    position: relative;
    top: -27%;
    bottom: 0%;
    left: -18%;
  }

  .bold-text-2 {
    font-size: 3vw;
    line-height: 2vw;
  }

  .bold-text-3 {
    font-size: 2vw;
  }

  .text-block-3 {
    margin-left: 0;
  }

  .slide-1 {
    width: 50vw;
    height: 50vw;
  }

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

  .heading-4 {
    font-size: 1.4rem;
  }

  .y-bottom-parent.y-bottom {
    align-items: end;
  }

  .y-center-parent.y-center {
    align-items: center;
  }

  .paragraph-s {
    font-size: .875rem;
  }

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

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

  .navbar-container-3 {
    padding-right: 1.5rem;
  }

  .navbar-link-3 {
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-link-3:hover {
    background-color: #f2f2f2;
  }

  .slide-8 {
    width: 50vw;
    height: 50vw;
  }

  .spline-scene-2 {
    margin-top: 8vw;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .grid-layout.grid-gap-xxl {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .eyebrow {
    font-size: .8rem;
  }

  .masonry-layout.mobile-landscape-1-column {
    column-count: 1;
  }

  .grid-gap-s-parent.grid-gap-s {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .mobile-landscape-1-column-parent.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .navbar-container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-component {
    margin-top: 1.25rem;
  }

  .button2 {
    margin-left: 0;
    padding: .25rem 1rem;
  }

  .navbar-menu-link-wrapper {
    padding: 1.25rem;
  }

  .imagen-servicios {
    display: block;
  }

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

  .footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .team-image-wrapper {
    height: 100%;
  }

  .footer-credit-text {
    margin-top: 1.5rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .navbar-container-2 {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-component-2 {
    margin-top: 1.25rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-style-h1 {
    font-size: 6.5vw;
  }

  .stat-number {
    font-size: 3.5rem;
  }

  .tagline-pill {
    margin-left: 0;
  }

  .subpage-header-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .client-logo {
    max-height: 3rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .values-component {
    display: block;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .text-size-medium {
    font-size: 3vw;
    line-height: 3vw;
  }

  .team-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta-card-conent {
    padding: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

  .text-size-large {
    font-size: 1.125rem;
  }

  .logo-component {
    padding-top: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-medium {
    margin-left: 0;
  }

  .cta-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .values-list {
    flex: 1;
    grid-template-columns: 1fr;
  }

  .navbar-menu-link-wrapper-2 {
    padding: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

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

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

  .heading-4 {
    font-size: 1.3rem;
  }

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

  .paragraph-s {
    font-size: .875rem;
  }

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

  .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-2:hover {
    color: #1a1b1fbf;
  }

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

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

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

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

  .navbar-container-3 {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .spline-scene-2 {
    top: 1.4vw;
    left: 0;
  }

  .heading-style-h1-2 {
    font-size: 22vw;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-icon {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    height: 100vw;
  }

  .div-block-3 {
    overflow: hidden;
  }

  .grid-layout.mobile-portrait-1-column {
    grid-template-columns: 1fr;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .desktop-5-column-parent.desktop-5-column.tablet-2-column.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .navbar-container {
    min-height: auto;
    padding: .25vw 1rem .25rem .75rem;
  }

  .button2 {
    margin-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    left: -8.4vw;
  }

  .button2.is-navbar {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .navbar-link:hover {
    background-color: #f2f2f2;
  }

  .navbar-logo {
    width: 8rem;
  }

  .navbar-button-wrapper {
    text-align: center;
    width: 100%;
    margin-left: 3.8rem;
  }

  .imagen-servicios {
    background-position: 50%;
    background-size: cover;
  }

  .section-padding-large {
    margin-top: -107px;
  }

  .stat-image {
    aspect-ratio: 1;
    border-radius: 1rem;
    display: block;
    overflow: clip;
  }

  .subpage-header-image-wrapper {
    border-radius: 1rem;
  }

  .footer-link {
    padding-left: 0;
  }

  .footer-link:hover {
    background-color: #fff;
  }

  .values-item {
    border-radius: 1rem;
  }

  .heading-style-h6 {
    font-size: .875rem;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
    position: static;
  }

  .padding-global.is-2rem {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-image {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1rem;
  }

  .navbar-container-2 {
    min-height: auto;
    padding: .25rem 1rem .25rem .75rem;
  }

  .button-group-2 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .newsletter-footer-wrapper {
    border-radius: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-secondary {
    padding: .5rem 1rem;
  }

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

  .heading-style-h1 {
    font-size: 2rem;
  }

  .heading-style-h1.weight-medium {
    width: 90vw;
  }

  .footer-address {
    padding-left: 0;
  }

  .tagline-pill {
    margin-left: 0;
  }

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

  .client-logo {
    height: 2rem;
    max-height: 2rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h5.weight-medium {
    font-family: Lato, Times New Roman, sans-serif;
  }

  .navbar-link-2:hover {
    background-color: #f2f2f2;
  }

  .container-large {
    position: relative;
  }

  .values-component {
    margin-top: 5%;
  }

  .subpage-header-image {
    border-radius: 2.9rem;
    height: 100vw;
  }

  .footer-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-top-wrapper {
    grid-row-gap: 48px;
  }

  .text-size-medium {
    font-size: .9rem;
    line-height: 5vw;
  }

  .cta-card {
    border-radius: 1rem;
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

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

  .max-width-large.align-center {
    width: 100%;
    font-size: 14rem;
  }

  .cta-card-conent {
    padding: 0 0 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-huge {
    padding-bottom: 4rem;
  }

  .footer-menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .stats-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .text-size-regular {
    font-family: Lato, Times New Roman, sans-serif;
  }

  .logo-component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .stats-component-wrapper, .cta-image-wrapper, .stats-item {
    border-radius: 1rem;
  }

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

  .footer-links-list-title {
    padding-left: 0;
  }

  .stat-image-wrapper {
    z-index: 20;
    border-radius: 1rem;
    width: 100%;
    overflow: visible;
  }

  .heading-style-h2 {
    font-size: 1.5rem;
  }

  .heading-style-h2.weight-medium {
    font-family: Lato, Times New Roman, sans-serif;
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .div-block-8 {
    align-self: auto;
  }

  .container {
    width: 100vw;
    height: 75vw;
  }

  .text-block {
    width: 60vw;
    font-size: 1rem;
    line-height: 3vw;
    position: relative;
    top: 5vw;
    left: 9.1vw;
  }

  .text-block-2 {
    width: 90vw;
    height: 75vw;
    padding-top: 0;
    font-size: 4vw;
    line-height: 4.2vw;
    left: -7.5vw;
  }

  .bold-text {
    width: 100vw;
    height: 100%;
    margin-left: -55%;
    margin-right: -49%;
    padding-left: 0;
    padding-right: 0;
    font-size: 110%;
    line-height: 75%;
    position: relative;
    left: 7%;
  }

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

  .heading-4 {
    font-size: 1.1rem;
  }

  .paragraph-s {
    font-size: .875rem;
  }

  .heading-8 {
    font-family: Droid Serif, serif;
    font-size: 50%;
    line-height: 1.5rem;
    top: 24.8vw;
  }

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

  .div-block-17 {
    padding-left: 0%;
    padding-right: 42%;
  }

  .div-block-18 {
    margin-top: 10%;
    display: block;
  }

  .navbar-container-3 {
    min-height: auto;
    padding: .25rem 1rem .25rem .75rem;
  }

  .navbar-link-3:hover {
    background-color: #f2f2f2;
  }

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

  .div-block-21 {
    position: sticky;
  }

  .image-9, .image-10 {
    margin-left: 0%;
  }

  .spline-scene-2 {
    display: none;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-_533dd0c1-0aee-1cf4-498b-4df4e31d6dec-987a73ef {
  justify-self: center;
}

#w-node-_533dd0c1-0aee-1cf4-498b-4df4e31d6df6-987a73ef {
  justify-self: end;
}

#w-node-_533dd0c1-0aee-1cf4-498b-4df4e31d6f09-987a73ef, #w-node-_533dd0c1-0aee-1cf4-498b-4df4e31d6f11-987a73ef, #w-node-_533dd0c1-0aee-1cf4-498b-4df4e31d6f19-987a73ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_533dd0c1-0aee-1cf4-498b-4df4e31d6f6e-987a73ef {
  justify-self: end;
}

#w-node-e5a552be-cddc-9e43-41e3-7b1c864d94f0-439a86f3 {
  justify-self: center;
}

#w-node-e5a552be-cddc-9e43-41e3-7b1c864d94fa-439a86f3 {
  justify-self: end;
}

#w-node-e4140bb9-9f2f-b408-2280-0a090b9bda5d-439a86f3, #w-node-e4140bb9-9f2f-b408-2280-0a090b9bda67-439a86f3, #w-node-e4140bb9-9f2f-b408-2280-0a090b9bda6f-439a86f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8ea16e7-1fc2-bc08-c3f2-87536106fffc-439a86f3 {
  justify-self: end;
}

#w-node-_56cb163d-779d-4c62-b905-846e1450e130-86fff4a8 {
  justify-self: center;
}

#w-node-_56cb163d-779d-4c62-b905-846e1450e13a-86fff4a8 {
  justify-self: end;
}

#w-node-efd23614-b99b-4777-14c0-ad66dd0d0ead-1d9d5e0f {
  justify-self: center;
}

#w-node-efd23614-b99b-4777-14c0-ad66dd0d0eb7-1d9d5e0f {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_533dd0c1-0aee-1cf4-498b-4df4e31d6f6e-987a73ef, #w-node-b8ea16e7-1fc2-bc08-c3f2-87536106fffc-439a86f3 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_533dd0c1-0aee-1cf4-498b-4df4e31d6e55-987a73ef {
    order: 9999;
  }
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gloock Lato';
  src: url('../images/') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}