.rotate-slow-right {
  animation: rotateRight 40s linear infinite;
}

@keyframes rotateRight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotate-slow-left {
  animation: rotateLeft 40s linear infinite;
}

@keyframes rotateLeft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.how-we-do-it {
  flex-direction: column;
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, rgb(245, 255, 254) 0%, rgb(240, 254, 253) 100%);
}
.how-we-do-it .hider {
  overflow: hidden;
}
.how-we-do-it .intro .row {
  align-items: center;
}
.how-we-do-it .intro .row .planet-holder {
  display: flex;
  justify-content: center;
}
.how-we-do-it .intro .row .planet-holder::after {
  content: none !important;
}
@media (max-width: 991.98px) {
  .how-we-do-it .intro .row .planet-holder {
    position: relative;
  }
}
.how-we-do-it .intro .row .planet-holder .planet {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 500;
  opacity: 1;
}
.how-we-do-it .intro .row .planet-holder .planet::after {
  content: none !important;
}
@media (max-width: 991.98px) {
  .how-we-do-it .intro .row .planet-holder .planet {
    position: absolute;
    top: -40vh;
    width: 800px;
    height: 800px;
  }
}
@media (max-width: 991.98px) {
  .how-we-do-it .intro .row .intro-holder {
    padding-top: 45vh;
  }
}
.how-we-do-it .intro .row .intro-holder .intro-text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 29px;
  position: relative;
  flex: 0 0 auto;
}
.how-we-do-it .intro .row .intro-holder .intro-text h1 {
  font-weight: 300;
  color: #358fe0;
  font-size: 3em;
  line-height: 1em;
}
.how-we-do-it .intro .row .intro-holder .intro-text .content {
  font-weight: 300;
  font-size: 2em;
  line-height: 1.1em;
  color: #70868b;
}
@media (max-width: 991.98px) {
  .how-we-do-it .intro .row .intro-holder .intro-text .content {
    font-size: 1.7em;
  }
}
.how-we-do-it .intro .row .intro-holder .intro-text .content .orange-text {
  color: #f87820;
}
.how-we-do-it .to-AI {
  display: flex;
  height: 70vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991.98px) {
  .how-we-do-it .to-AI {
    height: initial;
  }
}
.how-we-do-it .to-AI .circles {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 5em;
  position: relative;
}
.how-we-do-it .to-AI .circles .handler {
  position: absolute;
  top: -25vh;
  left: 0vw;
  z-index: 100;
  transform: scale(1);
  transition: all 0.3s ease;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .how-we-do-it .to-AI .circles .handler {
    top: 0;
    right: -3em;
    left: initial;
    transform: scale(1.2);
    opacity: 1;
  }
}
.how-we-do-it .to-AI .circles .handler .circle {
  border-radius: 100%;
  width: 140px;
  height: 140px;
  position: relative;
  width: 110px;
  height: 110px;
}
@media (min-width: 1920px) {
  .how-we-do-it .to-AI .circles .handler .circle {
    width: 140px;
    height: 140px;
  }
}
.how-we-do-it .to-AI .circles .handler .circle .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.how-we-do-it .to-AI .circles .handler .circle .img-ghost {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 0;
}
.how-we-do-it .to-AI .circles .center {
  position: relative;
  left: 12vw;
}
@media (max-width: 991.98px) {
  .how-we-do-it .to-AI .circles .center {
    left: 0vw;
  }
}
.how-we-do-it .to-AI .circles .center .typewriter-to-ai {
  font-weight: 300 !important;
  color: #f97920;
  font-size: 2.8em;
  text-align: center;
  line-height: 1em;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .how-we-do-it .to-AI .circles .center .typewriter-to-ai {
    text-align: left;
    font-size: 1.8em;
    display: block;
  }
  .how-we-do-it .to-AI .circles .center .typewriter-to-ai .bigger {
    font-size: 1.6em;
  }
}
.how-we-do-it .to-AI .circles .center .eras-text {
  width: 747px;
  font-weight: 300;
  color: #7c9da5;
  font-size: 1.6em;
  line-height: 1.1em;
}
@media (max-width: 991.98px) {
  .how-we-do-it .to-AI .circles .center .eras-text {
    width: 100%;
    font-size: 1em;
  }
}
.how-we-do-it .to-AI .circles .center .eras-text .eras-title {
  font-weight: 400;
  color: #67a0d3;
  font-size: 1.2em;
  line-height: 1em;
}
@media (max-width: 991.98px) {
  .how-we-do-it .to-AI .circles .center .eras-text .eras-title {
    font-weight: 300;
    font-size: 1.8em;
  }
}
.how-we-do-it .to-AI .circles .center .eras-text .eras-content {
  font-size: 1em;
  line-height: 1.2em;
}
@media (max-width: 991.98px) {
  .how-we-do-it .to-AI .circles .center .eras-text .eras-content {
    font-size: 1.4em;
    line-height: 1.1em;
  }
}
.how-we-do-it .we-never-stop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background: linear-gradient(to bottom, #367cbd, #4797e0);
  overflow: hidden;
}
.how-we-do-it .we-never-stop .how-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 29px;
  padding: 10em;
  align-self: stretch;
  width: 100%;
  background: linear-gradient(180deg, rgb(54, 124, 189) 0%, rgb(71, 151, 224) 100%);
}
@media (max-width: 991.98px) {
  .how-we-do-it .we-never-stop .how-intro {
    padding: 0em;
  }
}
.how-we-do-it .we-never-stop .how-intro .intro {
  display: flex;
  flex-direction: column;
  gap: 29px;
}
.how-we-do-it .we-never-stop .how-intro .intro h2 {
  font-weight: 400;
  color: #ffffff;
  font-size: 3.5em;
  line-height: 1.2em;
}
@media (max-width: 991.98px) {
  .how-we-do-it .we-never-stop .how-intro .intro h2 {
    font-size: 2.5em;
  }
}
.how-we-do-it .we-never-stop .how-intro .intro h2 .small-text {
  line-height: 60px;
}
.how-we-do-it .we-never-stop .how-intro .intro h2 .big-text {
  font-weight: 500;
  font-size: 1.4em;
}
.how-we-do-it .we-never-stop .how-intro .intro .with-more-than {
  font-weight: 300;
  color: #ffffff;
  font-size: 2.5em;
  line-height: 1.1em;
}
@media (max-width: 991.98px) {
  .how-we-do-it .we-never-stop .how-intro .intro .with-more-than {
    font-size: 1.8em;
    line-height: 1.1em;
  }
}
.how-we-do-it .we-never-stop .how-intro .gears {
  display: flex;
  align-items: center;
  gap: 35px;
  position: absolute;
  top: -70vh;
  right: 7.5vw;
}
@media (max-width: 991.98px) {
  .how-we-do-it .we-never-stop .how-intro .gears {
    top: 2vh;
    right: -9em;
  }
}
.how-we-do-it .we-never-stop .how-intro .gears .gear-small {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .how-we-do-it .we-never-stop .how-intro .gears .gear-small.gear1 {
    top: -6em;
    right: -3em;
  }
}
@media (max-width: 991.98px) {
  .how-we-do-it .we-never-stop .how-intro .gears .gear-small.gear2 {
    top: 8em;
    left: -5em;
  }
}
.how-we-do-it .we-never-stop .how-intro .gears .gear-small img {
  width: 130px;
}
@media (max-width: 1919.98px) {
  .how-we-do-it .we-never-stop .how-intro .gears .gear-small img {
    width: 110px;
  }
}
@media (max-width: 1439.98px) {
  .how-we-do-it .we-never-stop .how-intro .gears .gear-small img {
    width: 80px;
  }
}
.how-we-do-it .we-never-stop .how-intro .gears .iso-big {
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}
.how-we-do-it .we-never-stop .how-intro .gears .iso-big .logo {
  position: relative;
  width: 250px;
  height: 250px;
  width: 180px;
  height: 180px;
}
@media (min-width: 1920px) {
  .how-we-do-it .we-never-stop .how-intro .gears .iso-big .logo {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 1919.98px) {
  .how-we-do-it .we-never-stop .how-intro .gears .iso-big .logo {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 1439.98px) {
  .how-we-do-it .we-never-stop .how-intro .gears .iso-big .logo {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 991.98px) {
  .how-we-do-it .we-never-stop .how-intro .gears .iso-big .logo {
    width: 140px;
    height: 140px;
  }
}
.how-we-do-it .we-never-stop .how-intro .gears .iso-big .gear-big {
  position: absolute;
  width: 300px;
  object-fit: cover;
  width: 220px;
}
@media (min-width: 1920px) {
  .how-we-do-it .we-never-stop .how-intro .gears .iso-big .gear-big {
    width: 300px;
  }
}
@media (max-width: 1919.98px) {
  .how-we-do-it .we-never-stop .how-intro .gears .iso-big .gear-big {
    width: 220px;
  }
}
@media (max-width: 1439.98px) {
  .how-we-do-it .we-never-stop .how-intro .gears .iso-big .gear-big {
    width: 220px;
  }
}
@media (max-width: 991.98px) {
  .how-we-do-it .we-never-stop .how-intro .gears .iso-big .gear-big {
    width: 180px;
    height: 180px;
  }
}
.how-we-do-it .we-never-stop .how-intro .iso-desc {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(58px * var(--scale)) calc(131px * var(--scale));
  display: flex;
}
.how-we-do-it .we-never-stop .how-intro .iso-desc .iso-intro {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
}
.how-we-do-it .we-never-stop .how-intro .iso-desc .iso-intro .iso-icon {
  width: 4vw;
  height: 4vw;
  background-color: #2b71b2;
  border-radius: 12px;
  border-bottom: 1px #65abed solid;
  border-right: 1px #65abed solid;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #95e9fd;
  font-size: 2em;
}
@media (max-width: 991.98px) {
  .how-we-do-it .we-never-stop .how-intro .iso-desc .iso-intro .iso-icon {
    width: 15vw;
  }
}
.how-we-do-it .we-never-stop .how-intro .iso-desc .iso-intro .iso-title {
  font-weight: 400;
  color: #96ebff;
  line-height: 1.2em;
}
.how-we-do-it .we-never-stop .how-intro .iso-desc .iso-intro .iso-title .small-text {
  font-size: 0.85em;
  font-weight: 100;
}
.how-we-do-it .we-never-stop .how-intro .iso-desc .iso-intro .iso-title .big-text {
  font-size: 1.6em;
  font-weight: 400;
}
.how-we-do-it .we-never-stop .how-intro .iso-desc .low {
  display: flex;
  align-items: stretch;
}
.how-we-do-it .we-never-stop .how-intro .iso-desc .low .info {
  display: inline-flex;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .how-we-do-it .we-never-stop .how-intro .iso-desc .low .info {
    min-height: 25vh;
  }
}
.how-we-do-it .we-never-stop .how-intro .iso-desc .low .info .rotated-title {
  position: absolute;
  left: -180px;
  transform: rotate(270deg);
  transform-origin: top right;
  font-weight: 500;
  color: #5babed;
  font-size: 3em;
  left: -120px;
}
@media (max-width: 991.98px) {
  .how-we-do-it .we-never-stop .how-intro .iso-desc .low .info .rotated-title {
    padding: 0px 0.4em;
    font-size: 2.7em;
    left: 15px;
    top: 230px;
    transform-origin: top left;
    background-color: rgba(150, 235, 255, 0.1294117647);
  }
}
@media (min-width: 1920px) {
  .how-we-do-it .we-never-stop .how-intro .iso-desc .low .info .rotated-title {
    left: -180px;
  }
}
.how-we-do-it .we-never-stop .how-intro .iso-desc .low .info .content {
  font-weight: 300;
  color: white;
  margin-left: 100px;
  height: 100%;
  margin-left: 80px;
}
@media (min-width: 1920px) {
  .how-we-do-it .we-never-stop .how-intro .iso-desc .low .info .content {
    margin-left: 100px;
  }
}
.how-we-do-it .we-never-stop .how-intro .iso-desc .low .info .content .subtitle {
  font-size: 1.3em;
}
.how-we-do-it .top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  gap: calc(44px * var(--scale));
  background: radial-gradient(50% 50% at 49% 50%, rgb(255, 166, 64) 0%, rgb(255, 148, 74) 100%);
}
.how-we-do-it .top .title {
  font-weight: 300;
  color: #fff8e5;
  font-size: 2.5em;
  text-align: right;
  line-height: 1em;
  flex: 1;
}
.how-we-do-it .top .image {
  display: flex;
  width: 270px;
  height: 270px;
  align-items: center;
  justify-content: center;
  padding: 52px 32px;
  margin-top: -22px;
  margin-bottom: -22px;
  background-color: #ffffff;
  border-radius: 135px;
  border: calc(12px * var(--scale)) solid;
  border-color: #ffbb5b;
  width: 180px;
  height: 180px;
}
@media (min-width: 1920px) {
  .how-we-do-it .top .image {
    width: 270px;
    height: 270px;
  }
}
.how-we-do-it .top .image img {
  width: 230px;
  height: 230px;
  position: relative;
  object-fit: cover;
  width: 160px;
  height: 160px;
}
@media (min-width: 1920px) {
  .how-we-do-it .top .image img {
    width: 230px;
    height: 230px;
  }
}
.how-we-do-it .top .description {
  position: relative;
  flex: 1;
  font-weight: 400;
  color: #fff8e5;
  font-size: 1.4em;
  letter-spacing: 0;
  line-height: 1.2em;
  margin-bottom: 0px;
}
.how-we-do-it .team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 151px;
  text-transform: uppercase;
}
.how-we-do-it .team .team-title {
  font-weight: 400;
  font-size: 2.3em;
  text-align: center;
  line-height: 1em;
  font-weight: 300;
  color: #748ea5;
  line-height: 1.3em;
  margin: 12vh auto;
}
@media (max-width: 991.98px) {
  .how-we-do-it .team .team-title {
    font-size: 1.8em;
    line-height: 1.1em;
  }
}
.how-we-do-it .team .team-title .blue-text {
  color: #57a0e1;
  font-weight: 400;
  font-size: 1em;
}
@media (max-width: 991.98px) {
  .how-we-do-it .team .team-title .blue-text {
    font-size: 1.2em;
    line-height: 1.1em;
  }
}
.how-we-do-it .team .team-title .orange-text {
  color: #ff944a;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.5em;
}
@media (max-width: 991.98px) {
  .how-we-do-it .team .team-title .orange-text {
    font-size: 1.5em;
    line-height: 1.1em;
  }
}
.how-we-do-it .team .content-2 {
  display: flex;
  align-items: flex-end;
}
.how-we-do-it .team .content-2 .structure {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(60px * var(--scale));
  padding: 50px 257px 75px 0px;
  border-radius: 30px 0px 0px 0px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 61%, rgb(241, 254, 253) 100%);
  padding: 50px 260px 75px 0px;
}
@media (min-width: 1920px) {
  .how-we-do-it .team .content-2 .structure {
    padding: 50px 257px 75px 0px;
  }
}
@media (max-width: 1919.98px) {
  .how-we-do-it .team .content-2 .structure {
    padding: 50px 260px 75px 0px;
  }
}
@media (max-width: 1439.98px) {
  .how-we-do-it .team .content-2 .structure {
    padding: 50px 260px 75px 0px;
  }
}
@media (max-width: 991.98px) {
  .how-we-do-it .team .content-2 .structure {
    padding: initial;
    align-items: center;
    gap: 30px;
    position: relative;
    top: -10vh;
    margin-bottom: -10vh;
    z-index: 400;
    background: white;
    border-radius: 20px 20px 0px 0px;
  }
}
.how-we-do-it .team .content-2 .structure .top-members {
  display: flex;
  flex-direction: column;
  width: 275px;
  align-items: flex-end;
  gap: 21px;
  padding: 15.33px 0px 0px;
}
@media (max-width: 991.98px) {
  .how-we-do-it .team .content-2 .structure .top-members {
    flex-direction: row;
    padding: 0px;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
    font-size: 0.7em;
  }
}
.how-we-do-it .team .content-2 .structure .top-members .member {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .how-we-do-it .team .content-2 .structure .top-members .member:nth-of-type(2) {
    text-align: left;
    align-items: flex-start;
  }
  .how-we-do-it .team .content-2 .structure .top-members .member:nth-of-type(2) .name {
    text-align: left;
  }
  .how-we-do-it .team .content-2 .structure .top-members .member:nth-of-type(2) .role {
    text-align: left;
  }
}
.how-we-do-it .team .content-2 .structure .top-members .member .name {
  font-weight: 400;
  color: #f87820;
  font-size: 2em;
  text-align: right;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .how-we-do-it .team .content-2 .structure .top-members .member .name {
    font-size: 2.5em;
  }
}
.how-we-do-it .team .content-2 .structure .top-members .member .role {
  font-weight: 400;
  color: #999999;
  font-size: 1.3em;
  text-align: center;
  line-height: 1em;
}
@media (max-width: 991.98px) {
  .how-we-do-it .team .content-2 .structure .top-members .member .role {
    font-size: 1.9em;
  }
}
.how-we-do-it .team .content-2 .structure .rest {
  font-size: 1.4em;
  text-align: right;
  line-height: 1.5em;
}
@media (max-width: 991.98px) {
  .how-we-do-it .team .content-2 .structure .rest {
    text-align: center;
  }
}
.how-we-do-it .team .content-2 .structure .rest .member .name {
  color: #578fc5;
  text-transform: uppercase;
}
.how-we-do-it .team .content-2 .structure .rest .member .role {
  color: #999999;
  font-size: 0.8em;
}
.how-we-do-it .team .content-2 .fotos {
  display: flex;
  width: 778.5px;
  align-items: flex-end;
  position: relative;
  margin-left: -160px;
  align-self: stretch;
  margin-left: -250px;
}
@media (min-width: 1920px) {
  .how-we-do-it .team .content-2 .fotos {
    margin-left: -160px;
  }
}
@media (max-width: 991.98px) {
  .how-we-do-it .team .content-2 .fotos {
    margin-left: 0px;
    gap: 8px;
  }
}
.how-we-do-it .team .content-2 .fotos .foto-holder {
  position: absolute;
  z-index: 200;
  display: flex;
  align-items: flex-end;
  transform: scale(1.2);
  transform-origin: bottom;
  transform: scale(0.9);
}
@media (min-width: 1920px) {
  .how-we-do-it .team .content-2 .fotos .foto-holder {
    transform: scale(1.2);
  }
}
@media (max-width: 991.98px) {
  .how-we-do-it .team .content-2 .fotos .foto-holder {
    transform: scale(1);
    overflow: hidden;
    position: relative;
  }
}
.how-we-do-it .team .content-2 .fotos .foto-holder.foto-juan {
  z-index: 400;
}
.how-we-do-it .team .content-2 .fotos .foto-holder.foto-natalia {
  left: 300px;
  left: 260px;
}
@media (min-width: 1920px) {
  .how-we-do-it .team .content-2 .fotos .foto-holder.foto-natalia {
    left: 300px;
  }
}
@media (max-width: 1919.98px) {
  .how-we-do-it .team .content-2 .fotos .foto-holder.foto-natalia {
    left: 240px;
  }
}
@media (max-width: 1439.98px) {
  .how-we-do-it .team .content-2 .fotos .foto-holder.foto-natalia {
    left: 220px;
  }
}
@media (max-width: 991.98px) {
  .how-we-do-it .team .content-2 .fotos .foto-holder.foto-natalia {
    justify-content: flex-end;
    left: 0px;
  }
}
@media (max-width: 991.98px) {
  .how-we-do-it .team .content-2 .fotos .foto-holder img {
    width: 160%;
    height: auto;
  }
}
.how-we-do-it .team .text-wrapper-23 {
  position: relative;
  width: fit-content;
  margin-top: -0.99px;
  text-shadow: 1.97px 1.97px 0.99px rgba(0, 0, 0, 0.1019607843);
  font-family: "Jost", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 27.6px;
  letter-spacing: 0;
  line-height: 30.4px;
  white-space: nowrap;
}
.how-we-do-it .team .vector-2 {
  position: relative;
  width: 39px;
  height: 30px;
}