@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-BoldOblique.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-Oblique.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Twk lausanne 600";
  src: url('../fonts/TWKLausanne-600.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --333: #000;
  --white: #fff;
  --blue_principal: #5e80ff;
  --color: #6680ff;
  --transparente: #fff0;
  --color_back: #f1f1f1;
}

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

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

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

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

.body {
  background-color: #000;
  background-image: url('../images/back.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100vh;
}

.body.bodyalza {
  background-color: #0e0e2399;
  background-image: none;
}

.body.bodycriteria {
  background-color: #fff;
  background-image: none;
}

.navbar-no-shadow {
  width: 100%;
  margin-top: 2%;
}

.nav-link {
  pointer-events: none;
  color: var(--333);
  letter-spacing: .25px;
  mix-blend-mode: normal;
  object-fit: fill;
  object-position: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 190%;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: inline;
}

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

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

.text-block-2 {
  color: var(--white);
  width: 100%;
  max-width: 100%;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 550%;
  font-weight: 700;
  line-height: 80px;
}

.text-block-3 {
  color: var(--blue_principal);
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 550%;
  font-weight: 700;
  line-height: 80px;
}

.button {
  background-color: var(--blue_principal);
  color: var(--333);
  letter-spacing: 1px;
  border-radius: 80px;
  margin-top: 3%;
  padding: 1% 4%;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 130%;
  font-weight: 700;
}

.image {
  padding-top: 8%;
}

.text-span {
  color: var(--color);
  padding-left: 15px;
}

.text-block-5 {
  color: var(--333);
  width: 80%;
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.text-span-2 {
  color: var(--color);
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
}

.text-block-6 {
  margin-top: 7%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-span-3, .text-span-4 {
  font-weight: 700;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparente);
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.text-block-7 {
  color: var(--blue_principal);
  width: 100%;
  max-width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 320%;
  font-weight: 700;
  line-height: 50px;
}

.text-span-6 {
  color: var(--white);
  font-size: 1em;
  line-height: .2em;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: block;
}

.body-2 {
  background-color: var(--color_back);
  height: 100vh;
}

.div-block-7 {
  background-color: var(--transparente);
  min-width: auto;
  margin-bottom: 0%;
  padding-bottom: 7%;
  line-height: 20em;
  display: block;
}

.title-meet {
  color: var(--333);
  letter-spacing: 1px;
  text-indent: 0;
  word-break: normal;
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  margin-top: 5%;
  padding-left: 0;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 4.5em;
  line-height: 1em;
  text-decoration: none;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0%;
  padding-left: 0%;
  display: block;
  position: static;
}

.text-span-7 {
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.section {
  background-color: var(--color);
  background-image: url('../images/dir.png');
  background-position: -5%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 0;
  display: block;
}

.azul {
  background-color: var(--blue_principal);
  background-image: url('../images/canto-esquerdo.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 250px;
  margin-top: -6%;
  padding-top: 0%;
  padding-bottom: 0%;
  line-height: 20px;
}

.container {
  background-color: var(--transparente);
  width: 100%;
  max-width: 80%;
  margin-left: auto;
}

.text-block-10 {
  color: var(--white);
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  width: 90%;
  height: 150px;
  margin-top: 0;
  padding-top: 6%;
  padding-bottom: 0%;
  padding-right: 0%;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 260%;
  display: block;
}

.section-3 {
  margin-top: 0%;
  margin-bottom: 5%;
}

.div-block-14 {
  grid-column-gap: 55%;
  grid-row-gap: 55%;
  flex-flow: row;
  margin-bottom: 0%;
  display: flex;
}

.text-block-11 {
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 130%;
}

.div-block-16 {
  background-color: var(--333);
  width: 100%;
  height: 1px;
  margin-top: 3%;
  margin-bottom: 3%;
}

.div-block-17, .div-block-18, .div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-3, .image-4, .image-5 {
  width: 50px;
  max-width: none;
}

.div-block-20 {
  background-image: url('../images/on.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 450px;
  background-attachment: scroll;
  width: 100%;
  max-width: 100%;
  height: 150px;
  margin-bottom: 5%;
}

.section-5 {
  background-color: var(--333);
  margin-bottom: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.text-block-13 {
  color: var(--white);
  margin-top: 10%;
  margin-bottom: 10%;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 120%;
  font-weight: 700;
  line-height: 140%;
}

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

.text-block-14 {
  color: var(--white);
  font-size: 90%;
}

.div-block-23 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  padding-right: 2%;
  display: flex;
}

.text-span-10 {
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 120%;
}

.link {
  color: var(--blue_principal);
}

.container-3 {
  width: 100%;
  max-width: 80%;
}

.be-a-partner {
  background-color: var(--blue_principal);
  color: var(--333);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  min-width: auto;
  height: 35px;
  min-height: auto;
  margin-top: 0%;
  padding: 0% 3%;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 110%;
  font-weight: 400;
  display: flex;
}

.image-8 {
  transition: opacity .2s;
}

.div-block-25 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  padding-right: 2%;
  display: flex;
}

.text-block-18 {
  color: var(--white);
  font-size: 12px;
}

.image-9 {
  max-width: 85%;
  display: block;
}

.div-block-26 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: 90%;
  display: flex;
}

.image-10 {
  vertical-align: baseline;
  width: 96%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 0;
  line-height: 0;
  text-decoration: line-through;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-27 {
  flex: 1;
  align-self: auto;
  width: auto;
  min-width: auto;
  margin-left: 0;
}

.dropdown-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.dropdown-toggle-2 {
  clear: left;
  vertical-align: baseline;
  object-fit: none;
  flex-flow: row;
  padding: 8px 0 0;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  display: flex;
  position: sticky;
  inset: 0% 0 0% 0%;
}

.text-block-19 {
  color: #6680ff;
  text-align: right;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 180%;
  line-height: 20px;
}

.text-block-19.hover-underline-animation.left {
  margin-top: -2px;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 190%;
  line-height: 28px;
}

.navbar {
  box-sizing: border-box;
  clear: none;
  aspect-ratio: auto;
  background-color: var(--transparente);
  object-fit: fill;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-list {
  color: var(--blue_principal);
  background-color: #dddddd14;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 140%;
}

.dropdown-list.w--open {
  color: #6680ff;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  font-size: 200%;
}

.container-4 {
  width: 100%;
  max-width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
}

.section-6 {
  aspect-ratio: auto;
  margin-top: 3%;
  line-height: 20px;
}

.dropdown-link {
  color: #6680ff;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  line-height: 20px;
  display: block;
}

.dropdown-link.hover-underline-animation.left {
  padding-top: 5px;
  font-size: 90%;
  line-height: 20px;
  display: block;
}

.dropdown-link-03 {
  mix-blend-mode: normal;
  color: #6680ff;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 0;
  line-height: 25px;
}

.dropdown-link-03:hover {
  border-bottom: 5px solid var(--color);
}

.dropdown-link-3 {
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-bottom-color: var(--color);
  mix-blend-mode: normal;
  color: #6680ff;
  margin-top: 5px;
  padding: 5px 0;
}

.mover {
  width: 100%;
  max-width: 100%;
  padding-left: 0%;
}

.wrapper {
  height: 70px;
  overflow: hidden;
}

.section-7 {
  padding-top: 15%;
  padding-left: 10%;
  display: block;
}

.container-5 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.container-6 {
  max-width: 80%;
  overflow: visible;
}

.dropdown {
  line-height: 14px;
}

.div-block-30 {
  pointer-events: auto;
  display: none;
}

.section-8, .div-block-31 {
  display: block;
}

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

.div-block-34 {
  border-bottom: 2px solid #000;
  width: 60%;
  max-width: 60%;
  margin-bottom: 5%;
  padding-bottom: 2%;
}

.so-far {
  color: #000;
  width: 100%;
  margin-bottom: 2%;
  padding-top: 1%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 5px;
}

.div-block-35 {
  border-top: 2px solid #000;
  width: 80%;
  margin-bottom: 5%;
}

.an-intelligent {
  color: #fff;
  padding-top: 5%;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.div-block-36 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.text-block-23 {
  color: #000;
  margin-right: 15%;
  padding-top: 5%;
  padding-right: 10%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text-block-24 {
  color: var(--white);
  width: 28%;
  max-width: 50%;
  padding-top: 1%;
  padding-bottom: 3%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

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

.div-block-38 {
  width: 80%;
}

.text-block-25 {
  color: var(--color);
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 38px;
  line-height: 50px;
}

.text-block-26 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.div-block-39 {
  border-bottom: 2px solid #000;
  width: 95%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-40 {
  width: 35%;
}

.text-block-27 {
  color: #000;
  padding-top: 2%;
  padding-bottom: 5%;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.text-block-27.topers {
  padding-top: 5%;
  padding-bottom: 5%;
}

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

.anima-the {
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 0%;
  line-height: 0;
  display: block;
}

.celular-img {
  text-align: right;
  width: 65%;
  max-width: 100%;
  height: auto;
  margin-top: 0%;
  margin-left: 13%;
  position: static;
}

.section-10-desk {
  background-color: var(--333);
}

.section-meet {
  background-color: var(--color);
  background-image: url('../images/detail.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.div-seta-spark {
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 100%;
  max-width: 100%;
}

.this-is {
  color: var(--blue_principal);
  width: 100%;
  margin-top: 3%;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.what-if {
  width: 70%;
  padding-top: 8%;
  padding-bottom: 0%;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.sec-head-reinv {
  width: 100%;
  max-width: 100%;
  display: flex;
}

.div-the-reinv {
  width: 100%;
  margin-top: 0%;
  display: block;
}

.footer-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 80%;
  display: grid;
}

.container-footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.col-footer-1 {
  width: 100%;
}

.cargo-copy {
  color: #fff;
  padding-top: 20px;
  padding-right: 5%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

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

.section-head-reinvent {
  margin-top: 8%;
  display: block;
}

.container-head-reinvent {
  width: 80%;
  max-width: 100%;
}

.div-celular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: block;
  position: static;
}

.titulo-reinvent {
  margin-top: 5%;
  font-size: 80px;
  line-height: 45px;
}

.titulo-bx-reinvent {
  color: var(--color);
  margin-top: 3%;
  font-size: 80px;
  line-height: 70px;
}

.titulo-spark {
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 80px;
  line-height: 70px;
  display: flex;
}

.div-header-spark {
  width: 100%;
  max-width: 100%;
  display: flex;
}

.div-block-44 {
  align-self: center;
  width: 100%;
  max-width: 100%;
}

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

.container-this {
  width: 80%;
  max-width: 100%;
}

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

.title-what-we {
  color: var(--333);
  margin-top: 7%;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.container-future {
  width: 80%;
  max-width: 100%;
  margin-top: 5%;
  padding-bottom: 10%;
  display: block;
}

.div-header-future {
  display: flex;
}

.div-welcome {
  align-self: center;
  width: 100%;
  max-width: 100%;
}

.text-block-30 {
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 60px;
  line-height: 55px;
}

.div-block-47 {
  width: 100%;
  max-width: 100%;
}

.lets-future {
  width: 100%;
  padding-bottom: 10%;
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

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

.fale-conosco {
  display: flex;
}

.image-14 {
  width: 70%;
}

.div-block-48 {
  align-self: center;
  width: 30%;
}

.text-block-32 {
  width: 80%;
  line-height: 18px;
}

.footer-block-link.w--current {
  padding-bottom: 0;
}

.slide-desktop {
  position: relative;
}

.slide-mobile {
  display: none;
  position: relative;
}

.section-spark-desk {
  margin-top: 5%;
  display: flex;
}

.container-9 {
  width: 80%;
  max-width: 100%;
  display: flex;
}

.div-block-50 {
  display: flex;
}

.section-spark-mob, .secttion-10-mob, .section-12 {
  display: none;
}

.text-span-16 {
  font-family: "Twk lausanne 600", Tahoma, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.text-block-36 {
  color: var(--white);
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
  font-size: 25px;
  line-height: 25px;
}

.text-block-37 {
  color: var(--white);
  padding-top: 20px;
  font-size: 100%;
  line-height: 0;
}

.text-block-38 {
  color: var(--white);
  padding-top: 20px;
  font-size: 0;
  line-height: 0;
}

.section-3-mob, .footer-mob {
  display: none;
}

.image-18 {
  width: 80%;
  padding-top: 15%;
  padding-bottom: 15%;
}

.section-head-rev-mob, .menu-rev-mob, .azul-mobile, .human-rev-mob, .section-3-rev-mob, .div-block-58, .menu-future-mob, .section-future-mobile {
  display: none;
}

.section-future-desktop {
  margin-top: 10%;
}

.section-home-mob, .footer-rev-mob, .footer-fut-mob {
  display: none;
}

.bold-text-2 {
  font-size: 22px;
}

.text-block-44 {
  margin-top: 7%;
}

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

.div-block-62 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 #000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  display: flex;
}

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

.section-15 {
  text-align: center;
  padding-top: 4%;
  padding-bottom: 3%;
}

.image-21 {
  margin-top: -10px;
}

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

.vectors-wrapper {
  object-fit: cover;
  width: 200px;
  height: 29px;
  text-decoration: none;
}

.vectors-wrapper.lumen {
  width: 350px;
  height: 100px;
}

.div-block-64 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-flow: column;
  width: 60%;
  font-size: 16px;
  display: flex;
}

.div-block-64.alza {
  width: 70%;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.div-block-64.criteria {
  color: #000;
  width: 70%;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-24 {
  cursor: pointer;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-5 {
  font-size: 18px;
  line-height: 140%;
}

.paragraph-5.black {
  color: #000;
}

.bold-text-3 {
  color: #6680ff;
  font-weight: 700;
}

.bold-text-3.alza {
  color: #0e0e23cc;
}

.bold-text-3.criteria {
  color: #19749d;
}

.container-24 {
  max-width: 1080px;
  height: 100vh;
}

.section-16 {
  margin-top: 64px;
}

.section-16.alza {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-17 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: calc(100% - 164px);
  display: flex;
}

.section-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.alza {
  height: auto;
}

.criterialogo {
  width: auto;
  height: 100px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-2, .text-block-3 {
    background-color: var(--333);
  }

  .div-block-5 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-block-7 {
    font-size: 250%;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .div-block-8 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-9 {
    padding-left: 0%;
    line-height: 150px;
  }

  .text-span-7 {
    font-size: 120%;
  }

  .text-block-10 {
    margin-top: 0%;
  }

  .section-3 {
    margin-top: auto;
  }

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

  .section-5 {
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-3 {
    margin-top: auto;
  }

  .image-10 {
    width: 180px;
    height: 180px;
  }

  .div-block-27 {
    flex-flow: column;
    width: 180px;
    display: flex;
  }

  .mobile-link {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .div-header-spark {
    flex-flow: column;
  }

  .div-block-44, .container-spark-mob {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .text-block-2 {
    font-size: 250%;
    line-height: 40px;
  }

  .text-block-3 {
    font-size: 250%;
    line-height: 55px;
  }

  .text-block-3.slide-mob {
    line-height: 55px;
  }

  .button {
    margin-top: 12%;
    padding: 3% 10%;
    font-size: 150%;
  }

  .button.botao-mobile {
    margin-top: 3%;
  }

  .image {
    margin-top: -20px;
    padding-top: 0%;
  }

  .text-span {
    text-align: left;
    line-height: 120px;
  }

  .text-block-5 {
    width: 90%;
    padding-top: 10%;
    font-size: 200%;
    line-height: 30px;
  }

  .text-block-6 {
    margin-top: 10%;
    margin-bottom: 10%;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 20px;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    padding: 10% 0%;
  }

  .text-block-7 {
    width: auto;
    font-size: 120%;
    line-height: 100%;
  }

  .div-block-6 {
    text-align: left;
    width: 95%;
    font-size: 150%;
    line-height: 50;
    display: block;
  }

  .body-2 {
    background-color: var(--white);
  }

  .div-block-7 {
    width: 100%;
    padding: 10% 5%;
  }

  .title-meet {
    color: var(--333);
    width: 60%;
    padding-bottom: 10px;
    font-size: 200%;
    line-height: 120%;
  }

  .div-block-8 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .div-block-9 {
    margin-top: 5%;
    padding-bottom: 10%;
  }

  .section {
    background-position: 100% 0;
    display: none;
  }

  .azul {
    background-image: url('../images/canto-esquerdo.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 147px;
    display: none;
  }

  .container {
    max-width: none;
  }

  .text-block-10 {
    justify-content: flex-end;
    align-items: center;
    padding-top: 10%;
    padding-left: 5%;
    line-height: 100%;
    display: block;
  }

  .section-3 {
    margin-bottom: 10%;
    display: none;
  }

  .div-block-14 {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
  }

  .div-block-16 {
    width: auto;
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .div-block-19 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .section-5 {
    padding-top: 15%;
    display: flex;
  }

  .text-block-13 {
    margin-bottom: 15%;
    font-size: 140%;
  }

  .div-block-23 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .div-block-24 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
    padding-top: 5%;
    padding-right: 0%;
  }

  .text-span-10 {
    font-size: 20px;
  }

  .container-3 {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .be-a-partner {
    width: 90%;
    max-width: 90%;
    height: 40px;
    padding: 3% 10%;
    font-size: 110%;
  }

  .image-6, .image-7, .image-8 {
    width: 170px;
    max-width: none;
  }

  .div-block-25 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    display: flex;
  }

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

  .div-block-26 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 2%;
  }

  .image-10 {
    text-align: center;
    width: 95%;
    max-width: 100%;
    height: auto;
  }

  .div-block-27 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar {
    color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    overflow: visible;
  }

  .dropdown-list {
    pointer-events: none;
    overflow: visible;
  }

  .container-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrapper.wapper-mobile {
    height: 55px;
  }

  .section-7 {
    display: none;
  }

  .container-5 {
    padding-top: 15%;
  }

  .container-6 {
    width: 100%;
    max-width: none;
  }

  .menu-button-2 {
    color: #000;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
  }

  .brand {
    height: 30px;
    margin-top: -27px;
    padding-left: 0;
  }

  .dropdown {
    font-family: "Twk lausanne 600", Tahoma, sans-serif;
  }

  .div-block-30 {
    display: block;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }

  .mobile-link {
    z-index: 2000;
    box-sizing: border-box;
    float: right;
    clear: none;
    aspect-ratio: auto;
    color: var(--333);
    text-align: center;
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 0%;
    height: 0;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: 20px;
    font-size: 0;
    line-height: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .mob-nav-wrapper {
    float: right;
    clear: none;
    object-fit: fill;
    width: 100%;
    height: 55px;
    overflow: visible;
  }

  .top-mob {
    float: right;
    border: 1px solid var(--white);
    color: var(--333);
    text-align: right;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 35px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
    inset: auto;
  }

  .meio-mob {
    float: right;
    border: 1px solid var(--white);
    text-align: right;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 35px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .baixo-mob {
    float: right;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid var(--white);
    text-align: right;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 35px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
    inset: auto;
  }

  .section-8 {
    display: none;
  }

  .mobile-overlay {
    z-index: 1000;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100vh;
    margin-top: 60px;
    padding-top: 20%;
    padding-left: 5%;
    display: block;
    position: absolute;
    overflow: visible;
  }

  .link-block {
    width: 100%;
    max-width: 100%;
    padding-top: 3px;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: flex;
  }

  .mob-sub {
    color: var(--color);
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 55px;
    font-family: "Twk lausanne 600", Tahoma, sans-serif;
    font-size: 1.8em;
    line-height: 1.5em;
    display: block;
  }

  .the-menu {
    color: #000;
    width: 100%;
    padding-right: 0%;
    font-family: "Twk lausanne 600", Tahoma, sans-serif;
    font-size: 1.8em;
    line-height: 1.6em;
  }

  .text-span-11 {
    color: var(--color);
    -webkit-text-stroke-color: var(--color);
    padding-left: 5px;
    font-size: 1em;
    line-height: 1em;
  }

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

  .div-block-32 {
    display: block;
  }

  .div-block-34 {
    border-bottom: 2px solid #000;
    width: 50%;
    max-width: 50%;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 0;
    line-height: 0;
  }

  .an-intelligent {
    padding-top: 15%;
    padding-bottom: 0%;
  }

  .div-block-36 {
    place-items: stretch start;
    display: block;
  }

  .text-block-24 {
    width: 80%;
    max-width: 100%;
    padding-top: 5%;
    padding-bottom: 2%;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-37 {
    display: block;
  }

  .div-block-38 {
    width: 100%;
  }

  .text-block-25 {
    width: 100%;
    max-width: 100%;
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-39 {
    margin-bottom: 40px;
  }

  .div-block-40 {
    width: 100%;
    padding-top: 60px;
  }

  .celular-img {
    text-align: center;
    width: 100%;
    margin-left: 0%;
    display: block;
    position: relative;
  }

  .section-10-desk, .section-meet {
    display: none;
  }

  .footer-div {
    flex-flow: column;
    width: 90%;
    display: flex;
  }

  .container-footer {
    flex-flow: column;
  }

  .section-head-reinvent {
    display: none;
  }

  .titulo-reinvent {
    font-size: 50px;
    line-height: 45px;
  }

  .titulo-bx-reinvent {
    font-size: 50px;
    line-height: 50px;
  }

  .div-header-spark {
    flex-flow: column;
  }

  .image-14 {
    width: 70%;
  }

  .mover-mobile {
    margin-top: -10px;
  }

  .section-spark-desk {
    flex-flow: column;
    display: none;
  }

  .container-9 {
    flex-flow: column;
    display: flex;
  }

  .section-spark-mob {
    display: block;
  }

  .title-spark-mob {
    padding-top: 30%;
    padding-bottom: 20%;
    font-family: "Twk lausanne 600", Tahoma, sans-serif;
    font-size: 50px;
  }

  .div-block-spark-mob {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-33 {
    padding-bottom: 10%;
    font-family: "Twk lausanne 600", Tahoma, sans-serif;
    font-size: 26px;
    line-height: 28px;
  }

  .secttion-10-mob {
    background-color: #000;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .container-10 {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .this-mob {
    color: var(--color);
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    font-family: "Twk lausanne 600", Tahoma, sans-serif;
    font-size: 40px;
    line-height: 40px;
    display: flex;
  }

  .text-span-15 {
    color: #fff;
    padding-bottom: 20%;
  }

  .div-block-51 {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .div-block-52 {
    padding: 20% 5% 25%;
    display: block;
  }

  .section-12 {
    background-color: var(--transparente);
    width: 100%;
    max-width: 100%;
    margin-top: -17px;
    padding-top: 0;
    display: block;
  }

  .container-11 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0%;
  }

  .div-block-54 {
    background-color: var(--color);
    background-image: url('../images/detail.svg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 100px;
    width: 100%;
    max-width: 100%;
    padding-left: 5%;
  }

  .div-meet-mob {
    padding-top: 15%;
    padding-bottom: 10%;
    font-family: "Twk lausanne 600", Tahoma, sans-serif;
    font-size: 20px;
  }

  .text-block-34 {
    color: var(--white);
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: "Twk lausanne 600", Tahoma, sans-serif;
    font-size: 18px;
  }

  .text-block-35 {
    color: var(--white);
    padding-bottom: 50px;
    font-family: Helvetica, Arial, sans-serif;
  }

  .section-3-mob {
    padding-bottom: 50px;
    display: block;
  }

  .div-onmedia-mob {
    background-image: url('../images/on.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 80%;
    margin-bottom: 15%;
  }

  .text-block-39 {
    color: var(--white);
    text-align: right;
    padding-top: 13%;
    padding-bottom: 10%;
    padding-right: 16%;
    font-family: "Twk lausanne 600", Tahoma, sans-serif;
    font-size: 25px;
  }

  .container-12 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-40 {
    padding-right: 5%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px;
  }

  .div-block-55 {
    align-self: center;
    width: 30%;
    height: auto;
    max-height: 0%;
    padding-top: 15%;
    font-size: 0;
    line-height: 0;
  }

  .image-16 {
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    font-size: 0;
    line-height: 50px;
    overflow: visible;
  }

  .link-block-2 {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    font-size: 50px;
    line-height: 50px;
    text-decoration: none;
    display: inline-block;
  }

  .footer-desk {
    display: none;
  }

  .footer-mob {
    display: block;
  }

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

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

  .section-head-rev-mob {
    background-color: var(--white);
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

  .content-rev-mob {
    width: 90%;
    padding-top: 20%;
    font-size: 14px;
    line-height: 20px;
  }

  .menu-rev-desk {
    display: none;
  }

  .menu-rev-mob {
    display: block;
  }

  .div-head-rev-mob {
    font-size: 14px;
    line-height: 20px;
  }

  .div-rev-mob {
    width: 100%;
    max-width: 100%;
    line-height: 20px;
  }

  .title-rev-mob {
    font-family: "Twk lausanne 600", Tahoma, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .what-rev-mob {
    padding-top: 10%;
    font-family: "Twk lausanne 600", Tahoma, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
  }

  .text-block-42 {
    padding-top: 15%;
    padding-bottom: 15%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
  }

  .div-cel-rev-mob {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .azul-mobile {
    background-color: var(--color);
    background-image: url('../images/Untitled-2.jpg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 150px;
    width: 100%;
    max-width: 100%;
    margin-top: -80px;
    padding-top: 20%;
    padding-bottom: 20%;
    display: block;
  }

  .div-what-rev-mob {
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .title-wh-rev-mob {
    color: var(--333);
    padding-bottom: 0%;
    font-family: "Twk lausanne 600", Tahoma, sans-serif;
    font-size: 45px;
    line-height: 50px;
  }

  .so-far-mob {
    color: var(--333);
    font-family: "Twk lausanne 600", Tahoma, sans-serif;
    font-size: 20px;
    line-height: 40px;
  }

  .div-an-rev-mob {
    border-top: 2px solid #000;
    width: 100%;
    max-width: 100%;
    padding-top: 14%;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
  }

  .an-text-mob {
    color: var(--white);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .titles-what-rev-mob {
    color: var(--white);
    padding-top: 15%;
    font-family: "Twk lausanne 600", Tahoma, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }

  .human-rev-mob {
    background-color: var(--color);
    background-image: url('../images/dir.png');
    background-position: 98%;
    background-size: auto;
    margin-top: 0%;
    padding-top: 0%;
    display: block;
  }

  .section-3-rev-mob {
    display: block;
  }

  .human-mob {
    color: var(--color);
    font-family: "Twk lausanne 600", Tahoma, sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .div-human-mob {
    width: 100%;
    max-width: 100%;
    padding-left: 5%;
  }

  .div-block-58 {
    padding-bottom: 80px;
    padding-right: 0;
    display: block;
  }

  .menu-future-desk {
    display: none;
  }

  .menu-future-mob {
    display: block;
  }

  .section-future-mobile {
    padding-bottom: 20%;
    display: block;
  }

  .section-future-desktop {
    display: none;
  }

  .div-future-mobile {
    padding-top: 25%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .title-future-mobile {
    padding-bottom: 25px;
    font-family: "Twk lausanne 600", Tahoma, sans-serif;
    font-size: 40px;
    line-height: 45px;
  }

  .lets-future-mobile {
    padding-bottom: 10%;
    font-family: "Twk lausanne 600", Tahoma, sans-serif;
    font-size: 25px;
    line-height: 25px;
  }

  .div-img-future-mobile {
    padding-bottom: 10%;
  }

  .text-future-mobile {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
  }

  .img-future-mobile {
    width: 25%;
  }

  .top-mob-preto {
    float: right;
    border: 1px solid #000;
    justify-content: flex-end;
    align-items: flex-start;
    width: 35px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .meio-mob-preto {
    float: right;
    border: 1px solid #000;
    justify-content: flex-end;
    align-items: center;
    width: 35px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .baixo-mob-preto {
    float: right;
    border: 1px solid #000;
    justify-content: flex-end;
    align-items: flex-end;
    width: 35px;
    margin-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .text-block-43 {
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: "Twk lausanne 600", Tahoma, sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
  }

  .section-home-mob {
    height: 100vh;
    display: block;
  }

  .container-home-mob {
    padding-top: 20%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-59 {
    text-align: left;
  }

  .div-block-60 {
    width: 100%;
    max-width: 100%;
  }

  .footer-rev-mob {
    display: block;
  }

  .footer-rev-desk, .footer-fut-desk {
    display: none;
  }

  .footer-fut-mob {
    display: block;
  }

  .bold-text {
    font-size: 20px;
  }

  .div-block-61 {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .image-19 {
    max-width: 90%;
    margin-top: 20%;
  }

  .section-14 {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 8%;
  }

  .section-15 {
    display: none;
  }

  .div-block-64 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    margin-top: 40px;
  }

  .div-block-64.alza, .div-block-64.criteria {
    width: 100%;
    margin-top: 40px;
  }

  .image-24 {
    width: 80px;
  }

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

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

  .section-17 {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-_7018d127-4ab8-61de-01f6-5b1dd4864dfa-d4864df4 {
  grid-area: Area;
}

#w-node-b145e009-cdef-34d0-ec26-3968612c5822-612c581f, #w-node-_258e9f90-cc83-128a-a915-6018f4388510-f438850d {
  place-self: auto;
}

#w-node-_6e8ce545-26ba-3e9a-75c6-8cf92b096ca7-2b096ca1 {
  grid-area: Area;
}

#w-node-_5714ec80-f4d2-e1d1-e35f-357ee0b3448b-8b35a197, #w-node-_30a39edb-da19-e6be-0153-098e7f9ddf73-8b35a197 {
  place-self: start;
}

#w-node-_6823565f-ed0d-c1ea-d097-8d2efbe51795-fbe5178f, #w-node-_710d25f9-378c-2260-903c-2e6e23e8d21d-23e8d217 {
  grid-area: Area;
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Twk lausanne 600';
  src: url('../fonts/TWKLausanne-600.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}