:root {
  --black: #2d2d2d;
  --primary_02: #1b404c;
  --hanken: "Hanken Grotesk", sans-serif;
  --white: white;
  --pp: 18px;
  --fahkwang: Fahkwang, sans-serif;
  --ggg: 50px;
  --g: 28px;
  --m: 24px;
  --p: 20px;
  --ppp: 16px;
  --primary_01: #762c5f;
  --gg: 38px;
  --color--transparent: #fff0;
  --round1: #282828;
  --round8: #d7f0c7;
  --round2: #083944;
  --round3: #432f4e;
  --round5: #8e5885;
  --round6: #a691b8;
  --round7: #bec0c0;
  --round4: #752157;
  --secondary_02: #e1f2d2;
  --white-smoke: #edefef;
  --svgcolor: var(--primary_01);
  --color--transparent-brand: #edefefd9;
  --secondary_01: #ad9dbe;
  --rounda-g: 186px;
  --rounda-m: 180px;
  --white-2: white;
  --black-2: black;
}

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

body {
  color: var(--black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

a {
  text-decoration: none;
}

.hero {
  z-index: 1;
  background-color: #d9d9d9;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 697px;
  display: flex;
  position: relative;
}

.link-cta {
  background-color: var(--primary_02);
  border-radius: 10px;
  max-width: 180px;
  max-height: 53px;
  padding: 16px 10px;
}

.link-cta.add-custom-1 {
  z-index: 3;
  font-family: var(--hanken);
  color: var(--white);
  font-size: var(--pp);
  line-height: var(--pp);
  width: 100%;
  max-width: 250px;
  margin-top: 100px;
  font-weight: 700;
  position: static;
  inset: auto auto 12% 0%;
}

.link-cta.add-custom-1:hover {
  border: 1px solid var(--primary_02);
  background-color: var(--white);
  color: var(--primary_02);
}

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

.hero-div-main {
  z-index: 2;
  background-image: url('../images/img3.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.hero-div-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  order: -1;
  align-content: flex-start;
  align-self: center;
  align-items: stretch;
  max-width: 1180px;
  padding-bottom: 70px;
  display: flex;
}

.hero-text-h1 {
  font-family: var(--fahkwang);
  font-size: var(--ggg);
  width: 13ch;
  margin-top: 0;
  line-height: 60px;
}

.hero-text-content {
  font-family: var(--hanken);
  font-size: var(--m);
  line-height: var(--g);
  width: 29ch;
  font-weight: 700;
}

.hero-button {
  background-color: var(--primary_02);
  font-family: var(--hanken);
  font-size: var(--pp);
  line-height: var(--pp);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 55px;
  margin-top: 0;
  padding: 16px 24px;
  font-weight: 700;
  transition: background-color .4s;
  display: flex;
  box-shadow: 0 10px 30px 10px #0003;
}

.hero-button:hover {
  border: 1px solid var(--primary_02);
  background-color: var(--white);
  color: var(--primary_02);
}

.about {
  z-index: 0;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-image: linear-gradient(#fdfdfd, #cbceca);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 89px;
  padding-bottom: 56px;
  display: flex;
  position: relative;
}

.about-div-image {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 480px;
  height: 646px;
  margin-left: 40px;
  display: flex;
  position: relative;
}

.linetext {
  background-color: var(--primary_01);
  width: 100%;
  height: 10px;
  position: static;
  inset: 0% auto auto 0%;
}

.linetext.add-custom {
  background-color: var(--primary_02);
}

.linetext.line-widht {
  width: 355px;
}

.linetext.widht {
  width: 85%;
}

.about-text-h2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-cta-header {
  font-family: var(--fahkwang);
  color: var(--black);
  font-size: var(--gg);
  line-height: var(--ggg);
  width: 14ch;
}

.text-cta-header.add-custom-2 {
  color: var(--primary_01);
  font-size: var(--m);
  line-height: var(--g);
  display: none;
}

.text-cta-header.add-custom-2.add-custom {
  display: none;
}

.text-cta-header.add-custom-3 {
  color: var(--primary_01);
  font-size: var(--gg);
  line-height: var(--gg);
  width: 15ch;
}

.text-cta-header.add-custom-4 {
  color: var(--primary_01);
  font-size: var(--m);
  line-height: var(--g);
  display: none;
}

.text-cta-header.add-custom-4.add-custom-extra {
  display: none;
}

.text-cta-header.add-custom6 {
  font-size: var(--gg);
  width: 8ch;
  font-weight: 400;
  line-height: 43px;
}

.text-cta-header.add-custom {
  color: var(--primary_01);
}

.text-fahkwang-title-span {
  color: var(--black);
  font-weight: 300;
}

.about-div-text {
  width: 480px;
  margin-left: 40px;
  position: relative;
}

.text-content.text-hanken-bold {
  font-family: var(--hanken);
  font-size: var(--g);
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

.text-content.text-hanken-light {
  font-family: var(--hanken);
  font-size: var(--m);
  line-height: var(--g);
  margin-bottom: 60px;
  font-style: normal;
  font-weight: 300;
}

.text-content.text-hanken-light.add-spacing-margim {
  font-size: var(--g);
  line-height: var(--g);
  margin-bottom: 10px;
  font-weight: 300;
}

.text-content.text-hanken-light.add-spacing-margim.add-botton {
  color: var(--black);
  font-size: var(--p);
}

.text-content.text-hanken-light.add-spacing-margim-copy {
  line-height: var(--m);
  margin-bottom: 10px;
}

.text-content.text-hanken-light.add-spacing-margim-copy.add-botton {
  color: var(--black);
  font-size: var(--p);
}

.about-image {
  border-radius: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 10px 30px 10px #0003;
}

.about-image.pos1 {
  aspect-ratio: 147 / 394;
  position: static;
  inset: 20% auto 0% 0%;
}

.about-image.pos2 {
  aspect-ratio: 148 / 394;
  position: static;
  inset: 5% auto auto 35%;
}

.about-image.pos3 {
  aspect-ratio: 148 / 193;
  position: static;
  inset: 0% 0% auto auto;
}

.about-image.pos4 {
  aspect-ratio: 147 / 294;
  position: static;
  inset: 32% 0% auto auto;
}

.about-image.pos5 {
  aspect-ratio: 148 / 189;
  position: static;
  inset: auto auto 2% 35%;
}

.about-div-h {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  padding-right: 20px;
  display: flex;
}

.about-div-v {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.about-div-line {
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.img-vector2 {
  z-index: 0;
  display: block;
  position: absolute;
  inset: -56px 0% 0% 47.6vw;
}

.towhom {
  background-image: linear-gradient(133deg, #ac9dbd 45%, #e1f2d2);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 750px;
  display: flex;
  position: relative;
}

.img-blur {
  aspect-ratio: 770 / 1170;
  max-width: 40%;
  position: absolute;
  inset: -14% auto auto -11%;
}

.img-towhom-bg {
  z-index: 2;
  aspect-ratio: 623 / 832;
  width: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.towhom-div-h {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  display: flex;
  position: relative;
}

.towhom-div-image {
  width: 580px;
  height: 100%;
  margin-left: 40px;
  position: relative;
  inset: 0% auto auto 0%;
}

.towhom-div-text {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  width: 480px;
  margin-left: 40px;
  padding-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.towhom-text-h2 {
  color: var(--black);
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.img-vector {
  z-index: 1;
  display: none;
  position: absolute;
  inset: -12% 0% auto auto;
}

.solution {
  background-image: linear-gradient(127deg, #d7d5da 22%, #b5cdd7);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.solution-div-h {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-top: 90px;
  margin-bottom: 40px;
  display: flex;
}

.cta-div-header-wrapper {
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: 320px;
  display: flex;
}

.cta-div-header-wrapper.add-custom {
  width: 500px;
}

.solution-text {
  width: 400px;
}

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

.solution-div-weel {
  z-index: 3;
  background-color: var(--white);
  border-top-left-radius: 350px;
  border-bottom-left-radius: 350px;
  justify-content: center;
  align-self: flex-end;
  width: 95%;
  max-width: 1300px;
  height: 100%;
  max-height: 611px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.solution-div-rounda {
  background-color: var(--color--transparent);
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  max-width: 580px;
  height: 100%;
  min-height: 560px;
  display: block;
  position: relative;
  bottom: 0;
  right: 33px;
}

.solution-div-roundb {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 0;
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.text-hanken {
  font-family: var(--hanken);
  font-size: var(--m);
  line-height: var(--gg);
  font-style: normal;
}

.text-hanken.add-custom-7 {
  font-size: 32px;
  line-height: var(--gg);
  text-align: center;
  width: 27ch;
  font-weight: 400;
}

.text-hanken.add-custom-7.add-custom-extra {
  display: none;
}

.solution-div-v {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.solution-div-porque-1 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 60px;
  display: flex;
}

.svgclass {
  color: var(--primary_02);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.svgclass.step1 {
  color: var(--round1);
  transition: all .2s cubic-bezier(.785, .135, .15, .86);
}

.svgclass.step8 {
  color: var(--round8);
  overflow: visible;
}

.svgclass.step2 {
  color: var(--round2);
}

.svgclass.step3 {
  color: var(--round3);
}

.svgclass.step5 {
  color: var(--round5);
}

.svgclass.step6 {
  color: var(--round6);
}

.svgclass.step7 {
  color: var(--round7);
}

.svgclass.step4 {
  color: var(--round4);
}

.rounda-part {
  color: var(--primary_01);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13vw;
  display: flex;
  position: absolute;
  inset: 34% 0% auto auto;
}

.rounda-part.step1 {
  cursor: pointer;
  justify-content: center;
  width: 32%;
  display: flex;
  top: 6.7%;
  right: 29.8%;
}

.rounda-part.step2 {
  cursor: pointer;
  width: 32%;
  top: 10.5%;
  right: 5.5%;
}

.rounda-part.step3 {
  width: 32%;
  top: 34.5%;
  right: -5.5%;
}

.rounda-part.step4 {
  width: 32%;
  top: 60%;
  right: 4%;
}

.rounda-part.step5 {
  width: 32%;
  top: 71%;
  right: 28%;
}

.rounda-part.step6 {
  width: 32%;
  top: 61%;
  right: 53%;
}

.rounda-part.step7 {
  width: 32%;
  margin-right: 0;
  top: 37.5%;
  right: 58%;
}

.rounda-part.step8 {
  width: 32%;
  top: 11%;
  right: 55%;
}

.textclassa {
  z-index: 4;
  font-family: var(--hanken);
  color: var(--white);
  font-size: var(--ppp);
  line-height: var(--pp);
  text-align: center;
  justify-content: center;
  font-weight: 700;
  position: absolute;
  inset: 45% 0% 0%;
}

.textclassa.step1 {
  font-weight: 400;
  top: 21%;
  right: 0%;
}

.textclassa.step8 {
  color: var(--black);
  top: 41%;
  right: -10%;
}

.textclassa.step2 {
  top: 37%;
  right: 11%;
}

.textclassa.step3 {
  top: 33%;
  right: 14%;
}

.textclassa.step4 {
  top: 20%;
  right: 8%;
}

.textclassa.step5 {
  margin-bottom: 0;
  top: 21%;
  right: 0%;
}

.textclassa.step6 {
  top: 26%;
  right: -5%;
}

.textclassa.step7 {
  top: 34%;
  right: 19%;
}

.roundb-part {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
  position: relative;
}

.roundb-part.step1 {
  z-index: 0;
  width: 80%;
  display: block;
}

.roundb-part.step0 {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 80%;
  display: none;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
}

.roundb-part.step2, .roundb-part.step3 {
  display: none;
}

.roundb-part.step4 {
  width: 80%;
  display: none;
}

.roundb-part.step5, .roundb-part.step6, .roundb-part.step7, .roundb-part.step8 {
  display: none;
}

.textclassa-number {
  font-family: var(--fahkwang);
  font-size: var(--pp);
  font-weight: 700;
}

.textclassa-estema {
  font-weight: 300;
}

.textclassa-title {
  font-weight: 600;
}

.textclassb {
  font-family: var(--hanken);
  color: var(--black);
  font-size: 32px;
  line-height: var(--g);
  text-align: left;
  width: 26ch;
  margin-bottom: 0;
  font-weight: 400;
  position: static;
  inset: 18% auto auto 9%;
}

.textclassb.step1 {
  width: auto;
  font-size: 28px;
  position: static;
}

.textclassb.step2 {
  width: auto;
  font-size: 24px;
}

.textclassb-number {
  font-family: var(--fahkwang);
  color: var(--primary_01);
}

.textclassb-estema {
  line-height: var(--gg);
  font-weight: 300;
}

.textclassb-title {
  line-height: var(--gg);
}

.textclassb-description {
  font-size: var(--m);
  line-height: var(--g);
  font-weight: 300;
}

.tagblock {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--white);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.tag {
  background-color: var(--round1);
  border-radius: 6px;
  padding: 17px 24px;
}

.tag.step1 {
  color: var(--white);
  padding: 12px 17px;
}

.tag.step2 {
  background-color: var(--round2);
  color: var(--white);
  padding: 12px 17px;
}

.tag.step3 {
  background-color: var(--round3);
  color: var(--white);
  padding: 12px 17px;
}

.tag.step4 {
  background-color: var(--round4);
  color: var(--white);
  padding: 12px 17px;
}

.tag.step5 {
  background-color: var(--round5);
  padding: 12px 17px;
}

.tag.step6 {
  background-color: var(--round6);
  padding: 12px 17px;
}

.tag.step7 {
  background-color: var(--round7);
  color: var(--black);
  padding: 12px 17px;
}

.tag.step8 {
  background-color: var(--round8);
  color: var(--black);
  padding: 12px 17px;
}

.tag-text {
  font-family: var(--hanken);
  font-size: var(--ppp);
  line-height: var(--pp);
  text-align: left;
}

.lottie-animation {
  width: 75%;
  display: none;
  position: absolute;
  inset: 36% auto auto -15%;
  transform: rotate(-50deg);
}

.roundb {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.porque-1 {
  cursor: pointer;
  background-image: url('../images/Vector_1.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 224px;
  display: flex;
  position: relative;
}

.porque-1:hover {
  opacity: .5;
  filter: contrast(200%);
}

.textporque {
  font-family: var(--fahkwang);
  color: var(--white);
  font-size: var(--p);
  line-height: var(--p);
  text-align: center;
  width: 10ch;
  font-weight: 700;
}

.textporque.add-custom1 {
  font-family: var(--hanken);
  font-size: var(--ppp);
  line-height: var(--pp);
  width: 20ch;
  font-weight: 400;
  display: none;
}

.solution-div-porque-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-around;
  margin-top: 160px;
  display: flex;
}

.porque-2 {
  border-radius: 10px;
  padding: 16px 24px;
}

.porque-2.add-custom1 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 180px;
  height: 160px;
  display: flex;
}

.porque-2.add-custom2 {
  aspect-ratio: auto;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 378px;
  height: 160px;
  display: flex;
  position: relative;
}

.porque-2.add-custom3 {
  background-color: var(--primary_02);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 378px;
  height: 160px;
  display: flex;
  position: relative;
}

.textporque-2 {
  font-family: var(--hanken);
  font-size: var(--pp);
  line-height: var(--p);
  width: 11ch;
  font-weight: 700;
}

.text-span-6 {
  font-family: var(--fahkwang);
  color: var(--primary_02);
  font-size: var(--gg);
  line-height: var(--gg);
  font-weight: 700;
}

.img-vector4 {
  position: absolute;
  inset: auto -10% 0% auto;
}

.textpq1 {
  color: var(--white);
  font-size: var(--ppp);
  line-height: var(--ppp);
  font-weight: 300;
}

.textpq2 {
  font-family: var(--fahkwang);
  color: var(--secondary_02);
  font-size: var(--gg);
  line-height: var(--gg);
}

.textpq3 {
  color: var(--white);
  font-size: var(--pp);
  line-height: var(--pp);
}

.img-vector5 {
  position: absolute;
  inset: auto 8% 0% auto;
}

.textpq4 {
  color: var(--primary_02);
  font-size: var(--ppp);
  line-height: var(--ppp);
  font-weight: 300;
}

.textpq5 {
  font-family: var(--fahkwang);
  color: var(--primary_02);
  font-size: var(--gg);
  line-height: var(--gg);
}

.textpq6 {
  color: var(--primary_02);
  font-size: var(--pp);
  line-height: var(--pp);
}

.solution-div-ecoestema {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.ecoestema {
  background-color: #ffffff4d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 90px;
  padding: 8px;
  display: flex;
}

.img-logoeco, .img-logoeco.add-custom {
  mix-blend-mode: multiply;
}

.div-ecoestema {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1180px;
  margin-top: 40px;
  display: flex;
}

.textecoestema {
  font-family: var(--fahkwang);
  font-size: var(--p);
  line-height: var(--m);
  font-weight: 400;
}

.solution-div-academy {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  align-self: flex-end;
  align-items: center;
  width: 90%;
  height: 550px;
  margin-bottom: 60px;
  display: flex;
}

.div-cards {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--black);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: 336px;
  padding: 16px;
  display: flex;
  position: relative;
}

.div-card-title {
  width: 209px;
}

.div-card-content {
  width: 100%;
  max-width: 200px;
}

.text-card-title {
  font-family: var(--fahkwang);
  color: var(--secondary_02);
  font-size: var(--g);
  line-height: var(--g);
}

.text-card-content {
  font-family: var(--hanken);
  color: var(--white);
  font-size: var(--pp);
  line-height: var(--p);
  font-weight: 300;
}

.img-ecocontent {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.teamtop {
  background-image: linear-gradient(to right, #bfc2c6 2%, #fff);
  flex-flow: column;
  align-items: center;
  padding-top: 89px;
  display: flex;
  position: relative;
}

.team-div-h {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1400px;
  margin-top: 0;
  margin-bottom: 65px;
  padding: 0;
  display: flex;
}

.text-team-span {
  font-weight: 300;
}

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

.div-team-text {
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 400px;
  display: flex;
}

.div-team-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.text-team-block {
  font-family: var(--hanken);
  font-size: var(--g);
  font-weight: 300;
  line-height: 30px;
}

.text-span-7, .text-span-8, .text-span-9 {
  color: var(--primary_01);
}

.cta {
  margin-bottom: 60px;
}

.cta-div-h {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 89px;
  display: flex;
  position: static;
}

.cta-div-form {
  align-self: flex-start;
  width: 476px;
  margin-top: 0;
  display: block;
}

.text-header-team {
  font-family: var(--fahkwang);
  color: var(--primary_02);
  font-size: var(--gg);
  line-height: var(--gg);
  width: 10ch;
}

.field-label {
  font-family: var(--fahkwang);
  font-size: var(--pp);
  line-height: var(--p);
}

.form-field {
  font-family: var(--hanken);
  color: var(--black);
  font-size: var(--pp);
  line-height: var(--pp);
  background-color: #edefef;
  border: 1px solid silver;
  border-radius: 5px;
  height: 55px;
  margin-bottom: 15px;
  font-weight: 300;
}

.form-field:focus {
  background-color: var(--primary_02);
  color: var(--white);
}

.form-field.add-custom {
  height: 140px;
}

.form-block {
  width: 100%;
}

.cta-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  margin-bottom: 70px;
  display: flex;
}

.cta-form-text-header {
  font-family: var(--hanken);
  color: var(--black);
  font-size: var(--g);
  line-height: 32px;
}

.form-button {
  background-color: var(--primary_02);
  font-family: var(--fahkwang);
  font-size: var(--ppp);
  border-radius: 10px;
  width: 250px;
  padding: 16px 24px;
}

.form-div-wrapper {
  justify-content: flex-end;
  display: flex;
}

.img-cta {
  width: 246.6px;
  height: 328.5px;
  display: none;
  position: absolute;
  inset: -22% 0% 0% auto;
}

.cta-div-image {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  margin-top: 9px;
  display: flex;
  position: static;
  inset: auto auto 7.5% 11%;
}

.footer-div-top {
  background-color: #1b404c;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.footer-div-botton {
  background-color: #142e37;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

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

.img-logoestema {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer-div-social {
  grid-column-gap: 15px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footer-link-social {
  padding-left: 1.5px;
}

.img-social {
  width: 30px;
}

.text-footer {
  font-family: var(--hanken);
  color: var(--white);
  font-size: var(--ppp);
  line-height: var(--p);
  text-align: center;
  font-weight: 300;
}

.footer-div-unlkd {
  background-color: #142e37;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.linkbox-unlkd {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 150px;
  text-decoration: none;
  display: flex;
}

.txt-unlkd {
  color: var(--white);
  font-size: .7rem;
}

.img-unlkd {
  width: 55px;
}

.link-menu-mobile {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.link-menu-mobile:hover {
  color: #cef55d;
}

.nav-up-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.nav-up-link:hover {
  color: #cef55d;
}

.nav-mobile-down {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 30%;
  display: flex;
}

.nav {
  z-index: 999;
  background-color: var(--color--transparent);
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 70px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.nav-menu-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  color: var(--primary_01);
  cursor: pointer;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 45px;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.nav-menu-link:hover {
  outline-color: var(--white);
  outline-offset: 0px;
  color: var(--white);
  background-color: #cef55d00;
  outline-width: 1px;
  outline-style: solid;
}

.nav-mobile-down-company {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-main-social {
  grid-column-gap: 15px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.nav-main-menuopen {
  flex-direction: column;
  justify-content: center;
  display: none;
}

.company-text {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2rem;
  display: block;
}

.nav-image-cta-header {
  display: none;
}

.nav-main-cta-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  font-family: var(--hanken);
  color: var(--white);
  font-size: var(--ppp);
  line-height: var(--ppp);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.nav-main-links {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.nav-main-cta, .nav-mobile-up-cta-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-mobile-up {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 70%;
  padding-left: 30px;
  display: flex;
}

.nav-link-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-family: var(--fahkwang);
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.nav-link-menu:hover {
  color: #af6297;
}

.nav-mobile-down-social {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-main-menuclose {
  flex-direction: column;
  justify-content: center;
  display: none;
}

.nav-main-logo {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.nav-logo-link {
  object-fit: cover;
  width: 1px;
  height: 30px;
}

.nav-logo-link.w--current {
  width: 100%;
  max-width: 179px;
  height: 100%;
  max-height: 32px;
}

.nav-link-image.icon {
  pointer-events: none;
  background-color: #cef55d;
  border-radius: 100px;
  width: 7px;
  height: 7px;
  display: none;
}

.nav-mobile {
  z-index: 1;
  grid-column-gap: 40px;
  pointer-events: none;
  background-color: #050520;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: flex;
  position: absolute;
  inset: 100px 0% auto;
}

.nav-mobile-up-cta {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-main {
  z-index: 9;
  background-color: var(--primary_01);
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-main-upline {
  background-color: var(--primary_01);
  width: 100%;
  height: 10px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.cta-button {
  text-align: center;
  background-color: #1b404c;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 55px;
  margin-top: 30px;
  padding: 16px 24px;
  font-family: Fahkwang, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: none;
  box-shadow: 0 10px 30px 10px #0003;
}

.swiper {
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.swiper.add-custom-swiper1 {
  height: 700px;
  display: none;
}

.swiper.add-custom-swiper2 {
  flex-direction: column;
  align-items: flex-start;
  height: 500px;
  padding-bottom: 40px;
}

.swiper-wrapper {
  display: flex;
}

.about-brand {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.about-image-divider {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.about-image-divider.add-custom1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
}

.about-image-divider.add-custom2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
}

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

.team-show {
  background-color: var(--primary_01);
  opacity: 1;
  align-items: center;
  width: 100%;
  height: 460px;
  display: flex;
  position: relative;
}

.show-member {
  z-index: 1;
  opacity: .75;
  cursor: pointer;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  height: 450px;
  display: flex;
  position: relative;
}

.show-member:hover {
  border: 5px solid var(--primary_01);
}

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

.name-member {
  font-family: var(--hanken);
  color: var(--white);
  font-size: var(--pp);
  text-align: center;
  font-weight: 600;
}

.name-wrapper {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #762c5fb3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  display: none;
  position: absolute;
  inset: auto 0% 7%;
}

.team-detail {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 60px;
  display: block;
}

.team-detail.livia, .team-detail.flavia, .team-detail.rubens, .team-detail.rejane, .team-detail.andrea, .team-detail.manoela, .team-detail.joao, .team-detail.guilherme, .team-detail.debora {
  display: none;
}

.detail-description {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 70%;
  height: 100%;
  display: flex;
}

.team-name {
  font-family: var(--hanken);
  color: var(--svgcolor);
  font-size: var(--g);
  line-height: var(--gg);
  font-weight: 700;
}

.team-position {
  font-family: var(--fahkwang);
  font-size: var(--pp);
  line-height: var(--m);
}

.description-p {
  font-family: var(--hanken);
  font-size: var(--pp);
  line-height: var(--p);
  text-align: left;
  font-style: normal;
  font-weight: 400;
}

.description-p.add-custom {
  font-size: var(--ppp);
  line-height: var(--m);
  text-align: justify;
  font-style: normal;
  font-weight: 300;
}

.descritpion-headline {
  font-family: var(--hanken);
  color: var(--black);
  font-size: var(--p);
  line-height: var(--p);
  margin-bottom: 5px;
  font-weight: 700;
}

.descritpion-headline.add-custom {
  display: none;
}

.descritpion-wrapper {
  width: 100%;
}

.detail-member {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  display: flex;
}

.div-line {
  background-color: var(--primary_01);
  height: 4px;
  margin-bottom: 5px;
}

.name-icon {
  height: 60%;
}

.slider-mobile {
  display: none;
}

.slider-academy {
  z-index: 0;
  background-color: var(--color--transparent);
  width: 68%;
  height: 400px;
  padding-left: 80px;
  display: none;
}

.right-arrow-2 {
  display: flex;
}

.slide-nav-2 {
  width: 40%;
  inset: auto auto -13% 0%;
}

.slilde-academy {
  width: 100%;
}

.slide-wrapper-new {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.mask {
  width: 100%;
}

.div-image-format {
  object-fit: cover;
  border-radius: 10px;
  width: 110px;
  height: 281px;
  position: absolute;
  inset: -10% 4% auto auto;
  overflow: hidden;
}

.text-block {
  font-family: var(--hanken);
  font-size: var(--ppp);
  line-height: var(--ppp);
  font-weight: 300;
}

.success-message {
  background-color: var(--primary_02);
  color: var(--white);
}

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

.error-message {
  background-color: var(--primary_01);
  color: var(--white);
}

.partners {
  background-image: linear-gradient(328deg, #d7d5da 40%, #b5cdd7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-linkedin {
  width: 40px;
  overflow: hidden;
}

.img-linkedin {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.div-social {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 65%;
  display: flex;
}

.text-linkedi {
  font-family: var(--hanken);
  font-size: var(--ppp);
  line-height: var(--ppp);
  font-weight: 300;
}

.nav-main-wrapper {
  flex: none;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 1180px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.about-slider {
  background-color: var(--color--transparent);
  align-self: auto;
  width: 75%;
  max-width: 1000px;
  height: 85%;
  display: flex;
}

.about-slider-wrapper {
  background-color: var(--color--transparent-brand);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90%;
  margin-top: 35px;
  display: flex;
  overflow: hidden;
}

.about-title {
  font-family: var(--fahkwang);
  font-size: 40px;
  line-height: var(--ggg);
  text-align: right;
  width: 16ch;
  font-style: normal;
  font-weight: 700;
}

.about-image-logo {
  align-self: center;
  width: 339px;
}

.about-image-logo.add-custom {
  width: 150px;
  display: flex;
}

.about-image-logo.add-custom2 {
  width: 150px;
}

.image-icone-estema {
  text-align: center;
  width: 100%;
  height: 100%;
}

.about-line {
  background-color: var(--primary_01);
  width: 100%;
  height: 10px;
}

.about-line.add-custom {
  height: 5px;
}

.about-wrapper-inside {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px 20px;
  display: flex;
}

.about-wrapper-inside.add-custom2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-wrapper-inside.add-custom3 {
  justify-content: space-around;
  align-items: center;
}

.about-content {
  font-family: var(--hanken);
  text-align: left;
  padding-bottom: 40px;
  font-size: 30px;
  font-style: normal;
  line-height: 45px;
}

.about-content.add-custom2 {
  text-align: center;
}

.slide {
  margin-top: 24px;
}

.button-estema-mobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 60px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

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

.slider-hero {
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.slide-hero-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  position: absolute;
}

.bold-text-3, .text-span-19, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: var(--primary_01);
}

.button-estema {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary_01);
  font-family: var(--hanken);
  color: var(--white);
  font-size: var(--p);
  line-height: var(--g);
  border-radius: 10px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 80%;
  height: 55px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-style: normal;
  font-weight: 700;
  transition: background-color .4s;
  display: flex;
  box-shadow: 0 10px 30px 10px #0003;
}

.button-estema:hover {
  border: 1px solid var(--primary_01);
  background-color: var(--white);
  color: var(--primary_01);
}

.button-estema-tablet {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary_01);
  font-family: var(--hanken);
  color: var(--white);
  font-size: var(--p);
  line-height: var(--g);
  border-radius: 10px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 80%;
  height: 55px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-style: normal;
  font-weight: 700;
  transition: background-color .4s;
  display: none;
  box-shadow: 0 10px 30px 10px #0003;
}

.button-estema-tablet:hover {
  border: 1px solid var(--primary_01);
  background-color: var(--white);
  color: var(--primary_01);
}

.bold-text-8 {
  color: var(--primary_01);
}

.footer-right {
  background-color: #ffffff1a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 88px;
  padding: 8px 16px;
  display: flex;
}

.bold-text-9 {
  font-size: var(--g);
  line-height: var(--g);
}

.body-content {
  font-family: var(--hanken);
  font-size: var(--p);
  line-height: var(--g);
  text-align: left;
  font-style: normal;
}

.body-content.add-custom {
  font-size: var(--pp);
  line-height: var(--pp);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35ch;
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 30px;
  display: flex;
}

.hero-div-image {
  display: none;
}

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

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 5px;
  grid-template-columns: max-content max-content;
  grid-auto-flow: row;
  place-items: center start;
}

.footer-text {
  font-family: var(--hanken);
  color: var(--white);
  font-size: var(--ppp);
  line-height: var(--pp);
  font-weight: 300;
}

.footer-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-wrapper {
  flex-direction: column;
  width: 250px;
  display: flex;
}

.span-job {
  font-size: 13px;
  line-height: var(--ppp);
  font-weight: 300;
}

.cta-image-final {
  aspect-ratio: 448 / 492;
  object-fit: cover;
  height: auto;
}

.bold-text-11 {
  font-size: var(--gg);
}

.cta-subtext {
  font-family: var(--hanken);
  font-size: var(--m);
  line-height: var(--m);
  margin-bottom: 56px;
  padding-top: 16px;
}

.left-arrow {
  display: flex;
}

.solution-left-arrow {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.solution-right-arrow {
  inset: 0% 0% 0% auto;
}

.swiper-pagination {
  margin-top: 20px;
  font-size: 130px;
}

.about-video {
  height: 750px;
}

.text-span-20 {
  color: var(--primary_01);
  font-weight: 600;
}

.solution-text-mobile {
  width: 400px;
  display: none;
}

.footer-contact {
  display: none;
}

.container {
  padding-top: 50px;
}

.anchor {
  max-height: 1px;
  padding-top: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-left {
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  max-width: 448px;
  margin-left: 0;
}

.div-right {
  width: 100%;
  max-width: 479px;
  margin-left: 120px;
  display: block;
}

.s {
  font-weight: 300;
}

.text-span-25 {
  color: var(--primary_01);
}

.text-block-4 {
  font-family: var(--hanken);
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
}

.slider {
  background-color: var(--color--transparent);
  flex-direction: column;
  width: 100%;
  max-width: 435px;
  height: 100%;
  display: flex;
}

.text-block-5 {
  font-family: var(--fahkwang);
  text-align: left;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.text-block-6 {
  font-family: var(--fahkwang);
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 28.8px;
}

.right-arrow-3, .left-arrow-2 {
  display: none;
}

.slide-nav-3 {
  z-index: 5;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-right: 0;
  display: flex;
  top: 243.594px;
}

.div-tittle-mobile.parceiros {
  display: none;
}

.heading {
  font-family: var(--fahkwang);
  font-size: 32px;
  font-weight: 400;
  line-height: 38.8px;
}

.text-span-26 {
  color: var(--primary_01);
  font-weight: 700;
}

.slide-3 {
  height: 330px;
}

.slide-4 {
  height: 100%;
  max-height: 428px;
}

.slide-nav-4 {
  position: absolute;
  top: 560.641px;
}

.video {
  display: block;
}

.text-span-29 {
  color: var(--primary_01);
  font-weight: 700;
}

.slider-hero-mobile {
  z-index: 5;
  display: none;
  position: relative;
  overflow: hidden;
}

.mask-3 {
  align-self: auto;
}

.text-block-8 {
  display: none;
}

.text-span-31 {
  color: var(--primary_01);
  font-weight: 700;
}

.div-block {
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-button-mobile {
  background-color: var(--primary_02);
  font-family: var(--hanken);
  font-size: var(--pp);
  line-height: var(--pp);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 55px;
  margin-top: 0;
  padding: 16px 24px;
  font-weight: 700;
  transition: background-color .4s;
  display: none;
  box-shadow: 0 10px 30px 10px #0003;
}

.hero-button-mobile:hover {
  border: 1px solid var(--primary_02);
  background-color: var(--white);
  color: var(--primary_02);
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero-div-main {
    background-image: url('../images/img3.jpg');
    background-position: 50% 60%;
    background-size: auto;
  }

  .rounda-part.step1 {
    width: 31%;
    top: 5.5%;
  }

  .rounda-part.step2 {
    width: 31%;
    top: 9.3%;
  }

  .rounda-part.step3 {
    width: 31%;
    top: 33.3%;
  }

  .rounda-part.step4 {
    width: 31%;
    top: 58.8%;
  }

  .rounda-part.step5 {
    width: 31%;
    top: 69.8%;
  }

  .rounda-part.step6 {
    width: 31%;
    top: 59.8%;
  }

  .rounda-part.step7 {
    width: 31%;
    top: 36%;
  }

  .rounda-part.step8 {
    width: 31%;
    top: 9.8%;
    right: 54.7%;
  }

  .team-div-h {
    width: 90%;
    max-width: 1200px;
  }

  .cta-div-image {
    left: 15%;
  }
}

@media screen and (min-width: 1440px) {
  .hero-div-main {
    background-image: url('../images/img3.jpg');
    background-position: 50% 60%;
  }

  .hero-text-content {
    font-weight: 500;
  }

  .rounda-part.step1, .rounda-part.step2, .rounda-part.step3, .rounda-part.step4, .rounda-part.step5, .rounda-part.step6, .rounda-part.step7, .rounda-part.step8 {
    width: 31%;
  }

  .cta-div-image {
    left: 16%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-div-main {
    background-image: url('../images/img3.jpg');
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: auto;
    flex-wrap: nowrap;
  }

  .img-towhom-bg {
    inset: auto auto 0% 0%;
  }

  .towhom-div-h {
    align-items: stretch;
  }

  .solution-div-weel {
    max-width: 1600px;
  }

  .rounda-part.step1, .rounda-part.step2, .rounda-part.step3, .rounda-part.step4, .rounda-part.step5, .rounda-part.step6, .rounda-part.step7, .rounda-part.step8 {
    width: 31%;
  }

  .cta-div-image {
    left: 25%;
  }

  .footer-div-unlkd {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .linkbox-unlkd {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 150px;
    text-decoration: none;
    display: flex;
  }

  .txt-unlkd {
    color: #475467;
  }

  .img-unlkd {
    width: 55px;
  }

  .team-detail.livia, .team-detail.flavia, .team-detail.rubens, .team-detail.rejane, .team-detail.joao, .team-detail.guilherme, .team-detail.debora {
    display: none;
  }

  .slilde-academy {
    width: 30%;
  }

  .about-video {
    height: 650px;
  }

  .image-4 {
    width: 100%;
    height: 100%;
  }

  .s {
    font-size: var(--ppp);
    font-weight: 300;
  }

  .video {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    background-image: none;
    align-items: center;
    min-height: auto;
  }

  .link-cta.add-custom-1 {
    display: none;
  }

  .hero-div-main {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-image: none;
    flex-direction: column;
    display: flex;
  }

  .hero-div-text {
    text-align: center;
    flex: none;
    order: -1;
    align-items: center;
    width: 90%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-text-h1 {
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .hero-text-content {
    width: 37ch;
  }

  .hero-button {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .about {
    justify-content: center;
    display: flex;
  }

  .about-text-h2 {
    text-align: center;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .text-cta-header {
    color: var(--black);
    font-size: 35px;
    line-height: var(--gg);
    text-align: center;
    width: 100%;
  }

  .text-cta-header.add-custom-2 {
    display: none;
  }

  .about-div-text {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    width: 90%;
    margin-left: 0;
    display: flex;
  }

  .text-content.text-hanken-bold {
    text-align: left;
  }

  .text-content.text-hanken-light {
    margin-bottom: auto;
  }

  .text-content.text-hanken-light.add-spacing-margim, .text-content.text-hanken-light.add-spacing-margim-copy {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .about-div-h {
    flex-direction: column;
    margin-bottom: 20px;
    padding-top: 60px;
  }

  .about-div-v {
    display: none;
  }

  .towhom {
    justify-content: space-between;
    height: 1300px;
    display: flex;
  }

  .img-blur {
    display: none;
  }

  .img-towhom-bg {
    object-fit: contain;
    align-self: center;
    width: 100%;
    max-width: none;
    height: 100%;
    position: static;
  }

  .towhom-div-h {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .towhom-div-image {
    object-fit: contain;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    height: 100%;
    margin-left: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .towhom-div-text {
    order: -1;
    width: 90%;
    margin-left: 0;
    padding-top: 0;
  }

  .towhom-text-h2 {
    align-items: center;
    width: 100%;
    margin-bottom: 21px;
  }

  .img-vector {
    display: none;
  }

  .solution {
    height: auto;
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .solution-div-h {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .cta-div-header-wrapper {
    align-content: center;
    align-items: center;
    width: 90%;
  }

  .cta-div-header-wrapper.add-custom {
    align-items: center;
    width: 90%;
  }

  .solution-text {
    text-align: center;
    width: 85%;
  }

  .solution-div-weel {
    display: none;
  }

  .text-hanken {
    font-size: var(--m);
  }

  .solution-div-v {
    height: auto;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 10px;
  }

  .solution-div-porque-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .solution-div-porque-2 {
    grid-column-gap: 2px;
    flex-wrap: wrap;
    width: 80%;
  }

  .porque-2.add-custom2 {
    order: 1;
  }

  .porque-2.add-custom3 {
    order: -1;
  }

  .solution-div-ecoestema {
    width: 90%;
  }

  .div-ecoestema {
    flex-flow: wrap;
  }

  .solution-div-academy {
    z-index: 1;
    flex-direction: column;
    width: 100%;
    height: 650px;
    margin-top: auto;
    margin-bottom: 60px;
    right: 0;
  }

  .teamtop {
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-top: 60px;
    display: flex;
  }

  .team-div-h {
    flex-direction: column;
    width: 90%;
    padding-top: 20px;
  }

  .div-team {
    align-self: center;
    align-items: center;
    width: 100%;
  }

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

  .div-team-content {
    width: 80%;
  }

  .text-team-block {
    text-align: center;
    width: auto;
  }

  .cta {
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-top: 60px;
    display: flex;
  }

  .cta-div-h {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    width: 90%;
    padding-top: 20px;
  }

  .cta-div-header {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .cta-div-form {
    width: 100%;
  }

  .text-header-team {
    width: auto;
  }

  .cta-text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .cta-form-text-header {
    text-align: center;
  }

  .img-cta {
    display: none;
  }

  .cta-div-image {
    display: none;
    position: static;
  }

  .footer-basic {
    flex-direction: column;
    display: flex;
  }

  .footer-div-top {
    border: 0 #000;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-div-botton {
    border: 0 #000;
  }

  .img-social {
    width: 80%;
  }

  .main {
    flex-direction: column;
    display: flex;
  }

  .link-menu-mobile {
    align-self: flex-start;
    font-size: 1.5rem;
  }

  .nav-up-link {
    font-family: var(--fahkwang);
    color: var(--black);
    font-size: var(--m);
    line-height: var(--m);
    align-self: center;
    font-weight: 700;
  }

  .nav-up-link:hover {
    color: var(--primary_01);
  }

  .nav-lottiemenu-open {
    object-fit: contain;
    width: 60%;
    height: 100%;
  }

  .nav-mobile-down {
    background-color: var(--primary_01);
    justify-content: flex-start;
    height: 20%;
    padding-top: 25px;
  }

  .nav {
    overflow: visible;
  }

  .nav-menu-link {
    font-family: var(--hanken);
    color: var(--white);
    font-size: var(--ppp);
    line-height: var(--pp);
    font-weight: 700;
  }

  .nav-menu-link:hover {
    outline-color: var(--primary_02);
    color: var(--primary_02);
  }

  .nav-mobile-down-company, .nav-main-social {
    display: none;
  }

  .nav-main-menuopen {
    background-color: var(--color--transparent);
    cursor: pointer;
    border-radius: 100px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 55px;
    height: 100%;
    max-height: 40px;
    transition: background-color .3s;
    display: flex;
    position: absolute;
    inset: 38% 3% auto auto;
  }

  .nav-main-cta-menu, .nav-main-links, .nav-main-cta {
    display: none;
  }

  .nav-lottiemenu-close {
    width: 60%;
  }

  .nav-mobile-up-cta-menu {
    width: 100%;
    display: flex;
  }

  .nav-mobile-up {
    background-color: var(--white-smoke);
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    align-items: center;
    height: 60%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .nav-mobile-down-social {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .nav-main-menuclose {
    background-color: var(--white-smoke);
    cursor: pointer;
    border-radius: 100px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 55px;
    height: 100%;
    max-height: 40px;
    transition: background-color .3s;
    display: none;
    position: absolute;
    inset: 38% 3% auto auto;
  }

  .nav-main-logo {
    flex-direction: row;
    align-items: center;
  }

  .nav-logo-link {
    width: 179px;
    height: 32px;
  }

  .nav-link-image.header {
    width: 100%;
    height: 100%;
  }

  .nav-mobile {
    background-color: var(--primary_01);
    pointer-events: auto;
    height: 100vh;
    display: none;
    position: absolute;
    top: 100px;
  }

  .nav-mobile-line {
    background-color: var(--primary_01);
    width: 100%;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .nav-mobile-up-cta {
    width: 90%;
    display: flex;
  }

  .nav-main {
    justify-content: center;
  }

  .cta-button {
    font-family: var(--hanken);
    font-size: var(--pp);
    line-height: var(--pp);
    width: 90%;
    display: flex;
  }

  .cta-button:hover {
    background-color: var(--white);
    color: var(--primary_02);
  }

  .slide-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
  }

  .slide-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .slide-line {
    background-color: var(--primary_01);
    border: 0 solid #000;
    width: 100%;
    height: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .slide-subtitle {
    width: 100%;
    margin-bottom: 40px;
  }

  .slide-tags {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    place-content: flex-start center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .tagslider {
    color: var(--white);
    background-color: #1b404c;
    border-radius: 6px;
    align-items: center;
    height: auto;
    padding: 10px;
    display: flex;
    box-shadow: 0 0 8px 4px #0003;
  }

  .tagslider.add-color1 {
    background-color: var(--black);
  }

  .tagslider.add-color2 {
    color: var(--white);
    background-color: #432f4e;
  }

  .tagslider.add-color3 {
    color: var(--white);
    background-color: #8e5885;
    height: auto;
  }

  .tagslider.add-color4 {
    color: var(--white);
    background-color: #762c5f;
    height: auto;
  }

  .tagslider.add-color5 {
    background-color: #a691b8;
  }

  .tagslider.add-color6 {
    font-family: var(--hanken);
    color: var(--black);
    background-color: #bec0c0;
    font-weight: 600;
  }

  .tagslider.add-color7 {
    font-family: var(--hanken);
    color: var(--black);
    background-color: #d7f0c7;
    font-weight: 600;
  }

  .text-number {
    font-family: var(--fahkwang);
    color: var(--primary_01);
    font-size: var(--ggg);
    line-height: var(--ggg);
    font-weight: 700;
  }

  .text-title {
    font-family: var(--hanken);
    color: var(--black);
    font-size: 35px;
    font-weight: 300;
    line-height: 35px;
  }

  .text-subtitle {
    font-family: var(--hanken);
    color: var(--black);
    font-size: var(--p);
    line-height: var(--m);
    font-weight: 300;
  }

  .text-tag {
    font-family: var(--hanken);
    font-size: var(--ppp);
    line-height: var(--p);
  }

  .text-title-span {
    line-height: var(--gg);
    font-weight: 700;
  }

  .swiper {
    flex-direction: column;
    width: 100%;
  }

  .swiper.add-custom-swiper1 {
    height: 19%;
    display: flex;
  }

  .swiper.add-custom-swiper2 {
    padding-bottom: 0;
    display: block;
    position: relative;
    inset: 0%;
  }

  .swiper-wrapper {
    margin-bottom: 0;
    display: flex;
  }

  .swiper-slide {
    background-color: var(--white);
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .swiper-slide.add-slide1 {
    display: flex;
    position: static;
    inset: 0% auto 0% 0%;
  }

  .swiper-slide.add-slide2, .swiper-slide.add-slide3, .swiper-slide.add-slide4, .swiper-slide.add-slide5 {
    display: none;
  }

  .swiper-slide.add-slide6 {
    display: flex;
    position: static;
    inset: 0% 0% auto auto;
  }

  .swiper-slide.add-slide5 {
    display: flex;
  }

  .swiper-slide.add-slide2 {
    display: flex;
    position: static;
    inset: 0% auto auto 5%;
  }

  .swiper-slide.add-slide3 {
    display: flex;
    position: static;
    inset: 0% 0% auto auto;
  }

  .swiper-slide.add-slide4 {
    display: flex;
  }

  .swiper-slide.add-slide7, .swiper-slide.add-slide8 {
    display: flex;
    position: static;
    inset: 0% 0% auto auto;
  }

  .swiper-slide.add-slide-swiper2 {
    background-color: var(--color--transparent);
  }

  .about-brand {
    height: 800px;
    display: flex;
  }

  .slider-academy {
    align-self: flex-end;
    width: 100%;
  }

  .slide-nav-2 {
    width: 100%;
  }

  .slilde-academy {
    width: 80%;
  }

  .slide-wrapper-new {
    justify-content: center;
  }

  .about-title {
    width: 15ch;
  }

  .about-content {
    line-height: 30px;
  }

  .slider-hero {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
  }

  .slide-hero-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: static;
  }

  .button-estema {
    display: none;
  }

  .button-estema-tablet {
    align-self: center;
    display: flex;
  }

  .footer-right {
    align-self: flex-end;
    width: 130px;
    height: auto;
  }

  .hero-div-image {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

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

  .footer-image-icons {
    width: 70%;
  }

  .footer-text {
    font-size: 12px;
    line-height: 12px;
  }

  .footer-div-social {
    display: flex;
  }

  .footer-left {
    align-self: flex-start;
    width: 130px;
    height: auto;
  }

  .solution-text-mobile {
    text-align: center;
    width: 85%;
  }

  .div-left {
    align-self: flex-end;
  }

  .text-block-4, .slider, .text-block-7 {
    display: none;
  }

  .text-span-27 {
    color: var(--primary_01);
    font-weight: 700;
  }

  .slider-hero-mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
  }

  .hero-button-mobile {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-position: 156vw;
  }

  .hero-div-main {
    background-image: none;
  }

  .hero-text-content {
    width: 100%;
  }

  .hero-button {
    height: 100%;
  }

  .solution-div-porque-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .solution-div-porque-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .porque-2.add-custom1, .porque-2.add-custom2, .porque-2.add-custom3 {
    width: 100%;
  }

  .div-cards {
    margin-left: 10px;
    margin-right: 10px;
  }

  .teamtop {
    min-height: 900px;
    padding-bottom: 100px;
  }

  .div-team-content {
    width: 90%;
  }

  .cta {
    height: 100%;
  }

  .cta-div-image {
    width: 350px;
  }

  .footer-div-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-div-v {
    order: -1;
  }

  .nav-up-link {
    font-family: var(--hanken);
  }

  .nav-mobile {
    display: none;
  }

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

  .text-number {
    font-size: var(--gg);
    line-height: var(--gg);
  }

  .text-title {
    font-size: 22px;
    line-height: 22px;
  }

  .text-subtitle {
    font-size: var(--pp);
    line-height: var(--p);
  }

  .text-tag {
    line-height: var(--pp);
    font-weight: 300;
  }

  .swiper.add-custom-swiper1 {
    height: 750px;
  }

  .team-detail {
    display: flex;
    position: absolute;
  }

  .slider-mobile {
    background-color: var(--color--transparent);
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .slide-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .slide-image {
    z-index: 1;
    object-fit: cover;
    border: 1px #000;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 402px;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 6px #0003;
  }

  .image-team {
    text-align: center;
    object-fit: contain;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .slider-others {
    display: none;
  }

  .slide-nav {
    color: var(--primary_01);
    bottom: -55px;
  }

  .slide-member {
    z-index: 2;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .text-name {
    font-family: var(--hanken);
    color: var(--primary_02);
    font-size: var(--g);
    line-height: var(--g);
    font-weight: 600;
  }

  .text-posicion {
    font-family: var(--fahkwang);
    font-size: var(--p);
    line-height: var(--p);
    text-align: center;
    font-weight: 300;
  }

  .slide-detail {
    z-index: 3;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--white);
    color: var(--primary_02);
    border-radius: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 95%;
    height: 100%;
    padding: 15px 15px 10px;
    display: none;
    position: absolute;
    inset: 0% 0% 0% 2.5%;
    overflow: auto;
  }

  .detail-content {
    width: 100%;
  }

  .content-paragraph {
    font-family: var(--hanken);
    font-size: var(--ppp);
    line-height: var(--pp);
    font-weight: 300;
  }

  .title-name {
    font-family: var(--hanken);
    font-size: var(--p);
    font-weight: 700;
  }

  .title-position {
    font-family: var(--fahkwang);
    font-size: var(--ppp);
    font-weight: 300;
  }

  .detail-close {
    background-color: var(--primary_02);
    cursor: pointer;
    border-radius: 20px;
    flex: none;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-bottom: -30px;
    transition: background-color .2s ease-in;
    display: flex;
    position: sticky;
    inset: auto auto 2% 45%;
  }

  .close-text {
    font-family: var(--hanken);
    color: var(--white);
    font-size: var(--ppp);
    line-height: var(--ppp);
    font-weight: 400;
  }

  .detail-open {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: var(--primary_02);
    font-family: var(--hanken);
    color: var(--white);
    cursor: pointer;
    border-radius: 10px;
    padding: 10px;
    transition: background-color .2s ease-in;
    display: flex;
    position: absolute;
    inset: auto auto 5% 30%;
  }

  .detail-open:hover {
    background-color: var(--white);
    color: var(--primary_02);
  }

  .open-text {
    font-family: var(--hanken);
    font-size: var(--ppp);
    line-height: var(--ppp);
    font-weight: 700;
  }

  .open-text-plus {
    font-family: var(--hanken);
    font-size: var(--m);
    line-height: var(--ppp);
    font-weight: 700;
  }

  .detail-line {
    background-color: var(--primary_02);
    width: 100%;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-linkedin.add-custom {
    width: 25px;
  }

  .div-social {
    justify-content: center;
    width: 100%;
    padding-top: 10px;
  }

  .about-title {
    width: auto;
    font-size: 40px;
    line-height: 50px;
  }

  .about-image-logo {
    width: 250px;
  }

  .about-image-logo.add-custom {
    width: 150px;
  }

  .about-wrapper-inside {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    overflow: auto;
  }

  .about-wrapper-inside.add-custom3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-content {
    font-size: var(--m);
    text-align: left;
    line-height: 32px;
  }

  .footer-right {
    align-self: center;
  }

  .body-content {
    font-size: var(--pp);
    line-height: var(--m);
  }

  .body-content.add-custom {
    font-size: var(--ppp);
    width: auto;
  }

  .content-wrapper {
    margin-top: 15px;
  }

  .grid {
    display: none;
  }

  .footer-div-social {
    order: -1;
  }

  .footer-left {
    align-self: center;
    align-items: center;
  }

  .footer-wrapper, .footer-wrapper.add-last {
    order: 1;
  }

  .hero-button-mobile {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: none;
    justify-content: flex-start;
  }

  .hero-div-main {
    background-image: none;
    justify-content: flex-start;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-div-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: none;
    align-content: center;
    align-items: center;
    width: 95%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-text-h1 {
    font-size: var(--g);
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 30px;
  }

  .hero-text-content {
    font-size: var(--p);
    line-height: var(--m);
    width: auto;
    max-width: none;
  }

  .hero-button {
    font-size: var(--ppp);
    width: 100%;
    height: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    display: none;
  }

  .about {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .about-div-image {
    width: 95%;
    height: auto;
    margin-left: 0;
  }

  .linetext {
    display: flex;
  }

  .linetext.add-custom {
    flex-direction: column;
    align-self: auto;
    align-items: flex-end;
  }

  .linetext.line-widht {
    width: 100%;
  }

  .linetext.widht {
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .linetext.widht.color-green {
    background-color: var(--primary_02);
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-cta-header {
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .text-cta-header.add-custom-2 {
    display: none;
  }

  .text-cta-header.add-custom-3 {
    width: auto;
  }

  .text-cta-header.add-custom-4 {
    display: none;
  }

  .text-cta-header.add-custom-4.add-custom-extra {
    text-align: center;
    margin-top: 10px;
    display: none;
  }

  .text-cta-header.add-custom6 {
    word-break: break-all;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .text-content.text-hanken-bold {
    font-size: var(--m);
    line-height: var(--g);
    text-align: left;
  }

  .text-content.text-hanken-light {
    font-size: var(--p);
    line-height: var(--m);
    text-align: left;
  }

  .text-content.text-hanken-light.add-spacing-margim {
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .text-content.text-hanken-light.add-spacing-margim.add-botton {
    font-size: var(--ppp);
  }

  .text-content.text-hanken-light.add-spacing-margim-copy {
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .text-content.text-hanken-light.add-spacing-margim-copy.add-botton {
    font-size: var(--ppp);
  }

  .about-div-h {
    justify-content: flex-start;
    min-height: auto;
    margin-bottom: 0;
    padding-right: 0;
  }

  .towhom {
    height: auto;
  }

  .img-blur {
    display: none;
  }

  .img-towhom-bg {
    width: 100%;
  }

  .towhom-div-h {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
  }

  .towhom-div-image {
    position: static;
  }

  .towhom-div-text {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .towhom-text-h2 {
    align-items: flex-start;
  }

  .img-vector {
    display: none;
  }

  .solution {
    padding-top: 80px;
  }

  .cta-div-header-wrapper {
    align-items: center;
    min-width: auto;
    display: none;
  }

  .cta-div-header-wrapper.add-custom, .cta-div-header-wrapper.tittle {
    display: block;
  }

  .solution-text {
    display: none;
  }

  .text-hanken {
    font-size: var(--m);
    line-height: var(--g);
  }

  .text-hanken.add-custom-7 {
    font-size: var(--g);
    line-height: var(--g);
    text-align: center;
    width: auto;
    margin-top: 0;
  }

  .text-hanken.add-custom-7.add-custom-extra {
    flex-wrap: wrap;
    align-items: stretch;
    display: block;
  }

  .solution-div-v {
    margin-top: 40px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .solution-div-porque-1 {
    margin-bottom: 60px;
  }

  .porque-1 {
    width: 70vw;
    height: 70vw;
  }

  .solution-div-porque-2 {
    margin-top: 60px;
  }

  .porque-2.add-custom1 {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .porque-2.add-custom2 {
    align-items: center;
  }

  .porque-2.add-custom3 {
    background-color: var(--white);
    align-items: center;
  }

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

  .img-vector4 {
    display: none;
  }

  .textpq2, .textpq3 {
    color: var(--primary_02);
  }

  .img-vector5 {
    display: none;
  }

  .solution-div-ecoestema, .ecoestema {
    width: 100%;
  }

  .textecoestema {
    font-family: var(--fahkwang);
    font-size: var(--gg);
    line-height: var(--g);
    text-align: center;
    display: block;
  }

  .solution-div-academy {
    height: 500px;
    margin-bottom: 0;
  }

  .div-cards {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    width: 100%;
    max-width: 360px;
    height: 100%;
    max-height: 336px;
    overflow: visible;
  }

  .div-card-title {
    width: 100%;
    min-width: 25%;
    max-width: 65%;
  }

  .div-card-content {
    width: 60%;
    height: 100px;
  }

  .text-card-title {
    font-size: 6vw;
    line-height: 6.5vw;
  }

  .text-card-content {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
  }

  .img-ecocontent {
    z-index: 3;
    object-fit: cover;
    width: 100%;
    max-width: 100px;
    height: auto;
    overflow: auto;
  }

  .teamtop {
    height: 100%;
  }

  .div-team-text {
    text-align: center;
  }

  .div-team-content {
    width: 90%;
  }

  .text-team-block {
    font-size: var(--p);
    line-height: 25px;
  }

  .cta {
    height: 100%;
    padding-top: 77px;
  }

  .cta-div-h {
    width: auto;
    padding-top: 0;
  }

  .cta-div-form {
    margin-top: 20px;
  }

  .text-header-team {
    font-size: 32px;
  }

  .cta-form-text-header {
    display: none;
  }

  .form-button {
    width: 100%;
  }

  .cta-div-image {
    width: 250px;
    display: none;
  }

  .footer-div-v {
    width: 70%;
  }

  .footer-div-v.add-custom {
    width: 90%;
  }

  .img-logoestema {
    width: 100%;
    height: 100%;
  }

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

  .img-social {
    width: auto;
  }

  .text-footer {
    font-size: 12px;
    line-height: var(--pp);
  }

  .nav {
    height: 70px;
  }

  .nav-menu-link.add-custom {
    background-color: var(--primary_01);
  }

  .nav-menu-link.add-custom:hover {
    border: 1px solid var(--primary_01);
    background-color: var(--white);
    color: var(--primary_01);
  }

  .nav-main-menuopen {
    top: 28%;
  }

  .nav-main-menuclose {
    background-color: var(--color--transparent);
    top: 28%;
  }

  .nav-main-logo {
    align-self: center;
    margin-left: 60px;
    margin-right: 60px;
  }

  .nav-logo-link.w--current {
    max-width: 179px;
    max-height: 32px;
  }

  .nav-link-image.header {
    object-fit: contain;
  }

  .nav-mobile {
    display: none;
    position: absolute;
    top: 80px;
  }

  .nav-menu-text {
    line-height: 1.1;
  }

  .nav-main-upline {
    display: none;
  }

  .cta-button {
    margin-top: 0;
    position: static;
  }

  .slide-block {
    align-self: center;
    height: auto;
    display: block;
  }

  .slide-line {
    margin-top: 0;
  }

  .text-title-span {
    line-height: var(--m);
  }

  .body {
    overflow: scroll;
  }

  .swiper.add-custom-swiper1 {
    height: auto;
  }

  .swiper.add-custom-swiper2 {
    height: 100%;
    max-height: 400px;
    overflow: visible;
  }

  .swiper-wrapper {
    margin-bottom: 40px;
  }

  .swiper-slide.add-slide1 {
    display: block;
  }

  .swiper-slide.add-slide6 {
    height: auto;
    display: block;
  }

  .swiper-slide.add-slide5, .swiper-slide.add-slide2, .swiper-slide.add-slide3, .swiper-slide.add-slide4, .swiper-slide.add-slide7, .swiper-slide.add-slide8 {
    display: block;
  }

  .swiper-slide.add-slide-swiper2 {
    max-width: 361px;
    max-height: 336px;
  }

  .about-brand {
    height: 500px;
  }

  .text-span-10 {
    color: var(--primary_01);
  }

  .slider-mobile {
    display: flex;
  }

  .slide-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 62px;
  }

  .slide-image {
    object-fit: cover;
    width: 268px;
  }

  .image-team {
    object-fit: cover;
  }

  .slide-nav {
    margin-top: 33px;
    margin-bottom: 69px;
    padding-bottom: 0;
  }

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

  .text-posicion {
    padding-top: 5px;
  }

  .slide-detail {
    z-index: 999;
    border-radius: 10px;
    width: 95%;
    height: 600px;
    padding-right: 20px;
    display: none;
    inset: 0% 0% 0% 2.5%;
    overflow: auto;
  }

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

  .title-name {
    font-size: var(--m);
    line-height: var(--m);
  }

  .detail-close {
    text-align: center;
    border-radius: 20px;
    flex: none;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-bottom: -30px;
    padding: 0;
    display: flex;
    position: sticky;
    bottom: auto;
    left: auto;
  }

  .detail-open {
    padding: 12px;
    left: 25%;
  }

  .slilde-academy {
    width: 100%;
  }

  .slide-wrapper-new {
    align-items: flex-end;
    max-width: 361px;
    max-height: 336px;
  }

  .div-image-format {
    z-index: 4;
    object-position: 50% 0%;
    border-radius: 10px;
    align-self: auto;
    width: 100%;
    max-width: 100px;
    height: 100%;
    max-height: 245px;
    margin-top: 0;
    position: absolute;
    inset: -10% 0% auto auto;
  }

  .div-social {
    margin-bottom: 12px;
  }

  .nav-main-wrapper {
    justify-content: center;
  }

  .about-slider {
    width: 75%;
    height: 85%;
    display: flex;
  }

  .about-slider-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--color--transparent-brand);
    border-radius: 5px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90%;
    display: flex;
  }

  .about-title {
    font-family: var(--fahkwang);
    font-size: var(--m);
    line-height: var(--g);
    text-align: center;
    width: auto;
    font-style: normal;
    font-weight: 700;
  }

  .about-image-logo {
    width: 100%;
  }

  .about-image-logo.add-custom {
    width: 80px;
  }

  .about-image-logo.add-custom2 {
    width: 120px;
  }

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

  .about-line {
    background-color: var(--primary_01);
    width: 100%;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about-line.add-custom {
    height: 5px;
  }

  .about-wrapper-inside {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 15px;
    display: flex;
  }

  .about-wrapper-inside.add-custom2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
  }

  .about-content {
    font-family: var(--hanken);
    font-size: var(--pp);
    text-align: left;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .about-content.add-custom2 {
    font-size: var(--pp);
    text-align: left;
  }

  .text-span-13, .text-span-15, .text-span-16, .text-span-17 {
    color: var(--primary_01);
  }

  .slide {
    margin-top: 10px;
  }

  .button-estema-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--primary_01);
    font-family: var(--hanken);
    color: var(--white);
    font-size: var(--pp);
    line-height: var(--pp);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 60px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    display: flex;
    box-shadow: 0 10px 30px 10px #0003;
  }

  .button-estema-mobile:hover {
    border: 1px solid var(--primary_01);
    background-color: var(--white);
    color: var(--primary_01);
  }

  .estema-text {
    text-align: center;
    font-style: normal;
    font-weight: 700;
  }

  .slider-hero {
    height: 100%;
    display: none;
  }

  .slide-hero-3 {
    width: 100%;
    height: 100%;
    display: none;
    position: static;
  }

  .button-estema {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--primary_01);
    font-family: var(--hanken);
    color: var(--white);
    font-size: var(--pp);
    line-height: var(--pp);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 60px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    display: none;
    box-shadow: 0 10px 30px 10px #0003;
  }

  .button-estema:hover {
    border: 1px solid var(--primary_01);
    background-color: var(--white);
    color: var(--primary_01);
  }

  .button-estema-tablet {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--primary_01);
    font-family: var(--hanken);
    color: var(--white);
    font-size: var(--pp);
    line-height: var(--pp);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 60px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    display: none;
    box-shadow: 0 10px 30px 10px #0003;
  }

  .button-estema-tablet:hover {
    border: 1px solid var(--primary_01);
    background-color: var(--white);
    color: var(--primary_01);
  }

  .body-content {
    font-size: var(--ppp);
    line-height: var(--p);
    text-align: left;
  }

  .body-content.add-custom {
    font-size: 12px;
    line-height: 12px;
  }

  .grid {
    display: none;
  }

  .footer-image-icons {
    display: inline-block;
  }

  .footer-div-social {
    order: -1;
    align-self: center;
  }

  .footer-left {
    width: 250px;
    display: none;
  }

  .footer-wrapper {
    order: 1;
  }

  .solution-text-mobile {
    display: none;
  }

  .text-span-21 {
    color: var(--primary_01);
    font-weight: 700;
  }

  .text-block-3 {
    font-family: var(--hanken);
    font-size: var(--ppp);
    text-align: left;
  }

  .text-span-22 {
    color: var(--primary_01);
    font-weight: 700;
  }

  .text-span-23 {
    line-height: var(--gg);
    font-weight: 300;
  }

  .footer-contact {
    display: block;
  }

  .link-block, .link-block-2 {
    padding-left: 10px;
  }

  .image-3 {
    padding-left: 8px;
  }

  .div-left {
    flex-direction: row;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .div-right {
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider {
    display: block;
  }

  .text-block-5 {
    font-size: var(--g);
    line-height: 35px;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .text-block-7 {
    font-family: var(--hanken);
    text-align: center;
    align-self: auto;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    display: block;
  }

  .slide-nav-3 {
    justify-content: center;
    margin-top: -9px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .div-tittle-mobile {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-tittle-mobile.parceiros {
    display: flex;
  }

  .div-tittle {
    display: none;
  }

  .text-span-28 {
    color: var(--primary_01);
    font-weight: 700;
  }

  .mask-2 {
    z-index: 0;
    padding-bottom: 20px;
  }

  .slider-hero-mobile {
    height: 100%;
    max-height: 285px;
    display: block;
  }

  .text-span-30 {
    font-family: var(--hanken);
    color: var(--primary_01);
    font-weight: 700;
  }

  .text-block-8 {
    font-family: var(--hanken);
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    display: block;
  }

  .hero-button-mobile {
    font-size: var(--ppp);
    width: 100%;
    height: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
  }
}

#w-node-fe68c63f-2da3-3c81-c5d2-d1756220b562-e98e5973, #w-node-_26f25c13-f11c-2395-5c81-4dbb3abd412c-e98e5973, #w-node-_8c968655-0665-b158-2ba7-688f72391309-e98e5973, #w-node-d73593d6-c4de-c542-7f70-ac2588c4f061-e98e5973 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


