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

@font-face {
  font-family: Cobe;
  src: url('../fonts/Cobe-Regular.ttf') format("truetype");
  font-weight: 400;
  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-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Helvetica 587 Ebe 5 A 59211";
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Rounded 5871 D 05 Ead 8 De";
  src: url('../fonts/helvetica-rounded-bold-5871d05ead8de.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #1d0443;
  --slate-blue: #5b47fc;
  --light-grey-lines: #dadada;
  --dark-red: #ae1c20;
  --crimson: #d12a2f;
  --white: #fff;
  --connectgroup-purple: #4c0678;
  --light-purple: #a38aca;
  --dark-grey-lines: #a5a5a5;
}

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

.hero {
  z-index: 2;
  background-color: var(--midnight-blue);
  background-image: linear-gradient(135deg, #110129, var(--midnight-blue));
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  height: 88vh;
  margin: 0 1vw 1vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-90vw2 {
  z-index: 50;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-bottom: 0;
  font-size: .85vw;
  display: flex;
  position: relative;
}

.div-block {
  z-index: 1;
  display: flex;
  position: absolute;
  left: 25.609px;
}

.div-block-2 {
  z-index: 2;
  display: flex;
  position: absolute;
  top: 20vh;
  left: 50vw;
}

.image {
  width: 38vw;
  max-width: none;
  height: 68vh;
}

.image-2 {
  width: 80vw;
  max-width: none;
  height: 90vh;
  display: block;
}

.div-block-5 {
  z-index: 2;
  align-items: flex-end;
  margin-bottom: 4vw;
  display: flex;
  position: relative;
}

.paragraph {
  color: #fff;
  text-align: right;
  letter-spacing: .2vw;
  text-transform: none;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1.1em;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Cobe, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 2vw;
}

.body {
  background-color: #fff0;
  height: auto;
  overflow: hidden;
}

.div-block-9 {
  flex-direction: column;
  justify-content: flex-end;
  width: 35vw;
  margin-top: 3%;
  margin-right: 140px;
  display: flex;
}

.spacer-10vh {
  width: 100%;
  height: 10vh;
}

.quem-somos-home {
  background-color: #fff0;
  justify-content: center;
  height: auto;
  padding-top: 15vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.div-block-10 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-11 {
  align-items: center;
  width: auto;
  margin-bottom: 10px;
  margin-right: 60px;
  display: flex;
}

.image-3 {
  width: .8vw;
  height: 1vw;
  margin-right: 15px;
}

.spacer-10vw {
  width: 85vw;
  height: 10vw;
  display: block;
}

.title-black-cobe-24px {
  color: #333;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 1vw;
  line-height: 30px;
}

.paragraph-3 {
  color: var(--midnight-blue);
  text-align: left;
  font-family: Helvetica, sans-serif;
  font-size: 4vw;
  line-height: 1.2em;
}

.div-block-12 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-13 {
  border-bottom: 1px solid #1d044333;
  justify-content: flex-end;
  margin-bottom: 50px;
  padding-bottom: 25px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: flex-end;
  display: flex;
}

.paragraph-4 {
  color: var(--midnight-blue);
  font-family: Helvetica, sans-serif;
  font-size: 1.2vw;
  line-height: 1.4em;
}

.div-block-16 {
  background-color: #1d044326;
  border-bottom: 1px #1d044333;
  height: 1px;
}

.paragraph--helvetica-24px {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1.7vw;
  font-weight: 400;
  line-height: 1.3em;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 42.5vw;
  display: flex;
}

.sapcer-2vh {
  height: 2vh;
}

.text-span-2 {
  color: var(--slate-blue);
}

.servi-os {
  background-color: var(--midnight-blue);
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: none;
}

.div-block-20 {
  border-top: 1px solid #fff;
  width: 85vw;
  height: .1vh;
  display: flex;
}

.div-block-21 {
  justify-content: space-between;
  display: none;
}

.image-5 {
  border-radius: 10px;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.div-block-22 {
  background-color: #fff;
  width: .1vw;
  height: 150vh;
  margin-left: 20px;
  margin-right: 20px;
}

.caps-cobe-18px-blue {
  color: var(--slate-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 1.3vw;
  line-height: 1.2em;
}

.div-block-23 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  background-color: var(--slate-blue);
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  padding: 7px 10px 5px;
  display: flex;
}

.image-5-copy {
  width: auto;
}

.helvetica-36px-white {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 2.5vw;
  line-height: 46px;
}

.div-block-24 {
  width: 22vw;
}

.seta {
  width: auto;
}

.div-block-25 {
  border: 1px solid var(--light-grey-lines);
  background-color: #fafafa;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 29vw;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-23-copy {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-23-copy-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: flex-start;
  align-items: center;
  width: 26vw;
  margin-top: 0;
  display: flex;
}

.spacer55px {
  height: 55px;
}

.div-block-25-2 {
  border-top: 1px solid #fff;
  width: auto;
  margin-right: 0;
}

.spacer-30px {
  height: 30px;
}

.title-white-cobe-24px {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Cobe, sans-serif;
  font-size: 1.7vw;
  line-height: 28px;
}

.text-span-3 {
  color: var(--slate-blue);
}

.text-span-4 {
  color: var(--slate-blue);
  padding-left: 0;
}

.text-span-5 {
  color: var(--slate-blue);
}

.breaking-point {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-32 {
  background-color: var(--slate-blue);
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  transform: rotate(-4deg);
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--midnight-blue);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: none;
}

.div-block-34 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: space-between;
  margin-bottom: 15vh;
  margin-right: 0;
  display: flex;
}

.helvetica-50px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.paragraph--white {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 1.3vw;
  line-height: 1.4em;
}

.text-span-7 {
  color: var(--slate-blue);
}

.navbar-menu {
  z-index: 9999999;
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 12vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
}

.menu-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  display: flex;
}

.join-us {
  justify-content: center;
  height: auto;
  margin-bottom: 10vh;
  padding-top: 0;
  padding-bottom: 20vh;
  display: flex;
}

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

.helvetica-36px-black-bold {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 2.6vw;
  line-height: 1.2em;
}

.div-block-37 {
  width: 30vw;
  font-family: Cobe, sans-serif;
}

.button-wrapper {
  border: 1px solid var(--light-grey-lines);
  color: #000;
  text-align: center;
  background-image: url('../images/Black-Thing.png');
  background-position: 50% 250%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  padding: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-out;
  display: flex;
}

.button-wrapper:hover {
  color: #fff;
  background-position: 50% 0;
}

.div-block-39 {
  width: 13vw;
}

.text-block {
  letter-spacing: 2px;
  font-family: Helvetica, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
}

.div-block-40 {
  width: 30vw;
}

.div-block-41 {
  width: auto;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
  right: 0;
  overflow: hidden;
}

.div-block-47 {
  background-color: var(--midnight-blue);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 5vh 60px;
  display: flex;
}

.contact-us {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 20vh;
  padding-top: 20vh;
  padding-bottom: 0;
  display: none;
}

.button-wrapper--white {
  color: #fff;
  text-align: center;
  background-image: url('../images/Black-Thing.png');
  background-position: 50% 250%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-out;
  display: flex;
}

.button-wrapper--white:hover {
  color: #000;
  background-image: url('../images/Vector-57.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.text-block-copy {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-contact-us {
  width: auto;
}

.image-11 {
  width: 30vw;
  max-width: none;
}

.cobe-bold-36px-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 3vw;
}

.grid-footer-v1---5-column {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .8fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: auto;
  height: 80px;
  margin: 5vh 3vw 10vh;
  display: grid;
}

.footer-logo {
  transform-style: preserve-3d;
  padding-bottom: 5px;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.92, .92, 1.01);
}

.footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-list-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.social-icon---brix {
  width: 1em;
  max-width: none;
  height: 1em;
  transition: transform .3s;
}

.social-icon---brix:hover {
  transform: none;
}

.footer-wrapper---brix {
  background-color: var(--midnight-blue);
  border-top: 1px solid #f7f7fc;
}

.mg-bottom-0 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  color: #fff;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  display: flex;
}

.grid-footer-v1---2-columns {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.grid-footer-v1---2-columns.grid-center {
  align-items: center;
}

.footer-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #ffffff59;
  border-radius: 10px;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 0;
  padding: 0 3rem;
  list-style-type: none;
  transition: all .2s;
  display: flex;
}

.footer-list-wrapper:hover {
  background-color: #ffffff1a;
}

.horizontal-flex {
  align-items: center;
  display: flex;
}

.horizontal-flex.end {
  justify-content: flex-end;
}

.footer-link {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 1.1vw;
  line-height: 1.3em;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--light-grey-lines);
}

.social-media-grid-top {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 30px);
  justify-content: start;
  justify-items: start;
  margin-top: 40px;
}

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

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.footer-title {
  color: #fff;
  margin-bottom: 20px;
  font-family: Helvetica, sans-serif;
  font-size: 1.6vw;
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-logo-wrapper {
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid #eff0f64d;
  padding-top: 24px;
  padding-bottom: 24px;
}

.social-icon-link---brix {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #4c0678;
  width: 100vw;
}

.hero-2 {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.parag-red {
  color: var(--dark-red);
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 1.2vw;
}

.paragraph-7 {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 100px;
  line-height: 1.1em;
}

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

.div-block-48 {
  justify-content: space-between;
  display: flex;
}

.paragraph-8 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Helvetica, sans-serif;
}

.div-block-49 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.link-block {
  color: #000;
  align-items: stretch;
  text-decoration: none;
}

.div-block-50 {
  background-color: #fff;
  height: .1vh;
  margin-top: 20px;
  margin-bottom: 60px;
}

.tabs-servi-os {
  background-color: #dadada00;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.tabs {
  width: 90vw;
}

.tabs-menu {
  color: #fff;
  justify-content: flex-end;
  display: flex;
}

.helvetica-normal-66px-white {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 4.6vw;
  font-weight: 400;
  line-height: 1.2em;
}

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

.div-block-51 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 82vw;
  display: flex;
}

.helvetica-18px-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 1.4em;
}

.image-12 {
  margin-bottom: 20px;
}

.div-block-52 {
  width: 30%;
}

.tab-link-tab-1 {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.tab-link-tab-1:hover {
  border-bottom: 2px solid var(--midnight-blue);
  padding-left: 45px;
  padding-right: 45px;
}

.tab-link-tab-1.w--current {
  border-style: none none solid;
  border-color: #fff #fff var(--midnight-blue);
  color: #fff;
  background-color: #0000;
  border-bottom-width: 2px;
  border-radius: 0;
  align-self: center;
  align-items: center;
  height: 100%;
  padding: 0 40px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.tab-link-tab-1.w--current:hover {
  border-bottom: 2px solid var(--midnight-blue);
  border-radius: 0;
  padding-left: 45px;
  padding-right: 45px;
}

.tab-link-tab-2 {
  color: #fff;
  background-color: #0000;
  border: 1px #fff;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.tab-link-tab-2:hover {
  border-bottom: 2px solid var(--midnight-blue);
  padding-left: 45px;
  padding-right: 45px;
}

.tab-link-tab-2.w--current {
  border-style: solid solid solid none;
  border-bottom-width: 2px;
  border-bottom-color: var(--midnight-blue);
  background-color: #0000;
  border-radius: 0;
}

.tab-link-tab-3 {
  color: #fff;
  background-color: #0000;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.tab-link-tab-3:hover {
  border-bottom: 2px solid var(--midnight-blue);
  padding-left: 45px;
  padding-right: 45px;
}

.tab-link-tab-3.w--current {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #fff #fff var(--midnight-blue);
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  padding: 10px 40px;
}

.tab-link-tab-3.w--current:hover {
  padding-left: 45px;
  padding-right: 45px;
}

.section-3 {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: flex-start;
  height: 60vh;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: none;
}

.div-block-53 {
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
}

.image-13 {
  z-index: -.9;
  opacity: .31;
  width: 70%;
  max-width: none;
  position: static;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  line-height: 88px;
}

.div-block-54 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.compet-ncias-core {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

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

.container-90vw {
  background-color: #fff;
  border-radius: 44px;
  justify-content: center;
  align-items: flex-start;
  width: 95vw;
  height: auto;
  display: flex;
}

.div-block-56 {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.helvetica-80px-black-normal {
  font-family: Helvetica, sans-serif;
  font-size: 80px;
  line-height: 88px;
}

.div-block-57 {
  width: 45%;
}

.div-block-11-copy {
  align-items: center;
  width: auto;
  margin-right: 0;
  display: flex;
}

.linha-black {
  border-bottom: 2px solid #000;
  height: auto;
  margin-top: 0;
}

.div-block-58 {
  grid-column-gap: 54px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  display: grid;
}

.div-block-59 {
  width: 22vw;
  margin-right: auto;
}

.title-black-regular-cobe-20px {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-60 {
  border: 2px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 6vh;
  margin-right: 20px;
  padding: 10px 30px 15px;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.div-block-58-copy {
  grid-column-gap: 54px;
  grid-row-gap: 5vh;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  display: grid;
}

.section-4 {
  justify-content: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: none;
}

.breaking-point-white {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 10vh 100px;
  display: flex;
}

.black-cobe-bold-36px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-pages {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(130deg, #0c011d, var(--midnight-blue));
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 98vw;
  height: 65vh;
  margin: 0 1vw 1vw;
  padding-top: 5vh;
  padding-bottom: 2vh;
  display: flex;
  position: relative;
}

.hero-black {
  color: #000;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.1em;
}

.div-block-48-copy {
  justify-content: flex-end;
  margin-top: 40px;
  display: flex;
}

.div-block-49-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  display: grid;
}

.section-6 {
  justify-content: center;
  height: auto;
  padding: 0 1vw;
  display: flex;
}

.container-90vw--black {
  background-color: #000;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 40px;
  display: flex;
}

.div-block-62 {
  justify-content: space-between;
  display: flex;
}

.div-block-63-copy {
  flex-direction: column;
  width: 45vw;
  display: flex;
}

.image-14 {
  width: 80%;
  max-width: none;
}

.div-block-64 {
  justify-content: space-between;
  margin-bottom: 15vw;
  padding-bottom: 0;
  display: flex;
}

.image-15 {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: -141%;
  left: 25%;
}

.image-16 {
  margin-left: 100px;
  position: absolute;
  left: 0;
}

.heading-4 {
  text-transform: uppercase;
  border-bottom: 2px #000;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Helvetica, sans-serif;
  font-size: 1.1vw;
  line-height: 24px;
}

.div-block-65 {
  width: 45%;
}

.div-block-66 {
  width: auto;
}

.div-block-67 {
  width: 30%;
}

.numbers {
  justify-content: space-between;
  display: flex;
}

.div-block-68 {
  border-left: 1px solid #909090;
  flex-direction: column;
  justify-content: space-between;
  width: 30vw;
  height: 20vh;
  margin-left: 0;
  padding-left: 40px;
  display: flex;
}

.cobe-grey-24px {
  color: #909090;
  font-family: Cobe, sans-serif;
  font-size: 1.7vw;
  line-height: 28px;
}

.helvetica-bold66px-black {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 4.6vw;
  font-weight: 700;
  line-height: 76px;
}

.parag1 {
  color: #1d044399;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 2vw;
}

.parag1:hover {
  color: #1d044399;
}

.div-block-69 {
  width: 65%;
}

.div-block-70 {
  align-items: flex-end;
  display: flex;
}

.div-block-71 {
  border-left: 3px solid var(--slate-blue);
  height: 10vh;
  position: absolute;
}

.competencias {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
}

.mask {
  background-color: #0000;
  width: 100vw;
}

.left-arrow, .right-arrow {
  display: flex;
}

.slider {
  background-color: #0000;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.card {
  z-index: 2;
  text-align: left;
  background-color: #fafafa;
  border: 1px solid #1d044326;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 29vw;
  height: auto;
  padding: 0;
  transition: all .35s;
  display: flex;
  position: relative;
}

.card:hover {
  transform: translate(0, -3px);
}

.slide {
  width: 386px;
  margin-right: 40px;
}

.slide-nav {
  top: 544.5px;
}

.helvetica-24px-bold {
  color: var(--slate-blue);
  margin-top: 20px;
  font-family: Cobe, sans-serif;
  font-size: 1.7vw;
  line-height: 1.3em;
}

.div-block-73 {
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.image-17 {
  width: 1.5vw;
}

.div-block-74 {
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.helvetica-36px-black-center {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 4vw;
  line-height: 1.3em;
}

.helvetica-100px-bold {
  font-family: Helvetica, sans-serif;
  font-size: 6.9vw;
  line-height: 105px;
}

.div-block-77 {
  margin-bottom: 60px;
}

.div-block-78 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-right: 40px;
  display: flex;
}

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

.div-block-80 {
  border-top: 1px #000;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 50px;
  display: flex;
}

.helvetica-14px-normal-blue {
  border: 1px solid var(--slate-blue);
  color: var(--slate-blue);
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.cobe-52px-bold-black {
  color: var(--midnight-blue);
  margin-top: 0;
  font-family: Cobe, sans-serif;
  font-size: 3vw;
  line-height: 56px;
}

.div-block-81 {
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.paragraph-11 {
  color: #909090;
  font-family: Helvetica, sans-serif;
  font-size: 1.5vw;
  line-height: 34px;
}

.div-block-82 {
  width: 50%;
}

.div-block-80-copy {
  border-top: 1px #000;
  border-bottom: 1px #000;
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-9 {
  justify-content: center;
  height: 100vh;
  display: none;
}

.div-block-85 {
  border-bottom: 1px solid #909090;
  padding-bottom: 20px;
  display: flex;
}

.ccobe-42px-black-bold {
  font-family: Cobe, sans-serif;
  font-size: 42px;
  transform: translate(0);
}

.ccobe-42px-white-rotate {
  color: #fff;
  font-family: Cobe, sans-serif;
  font-size: 42px;
  transform: rotate(4deg);
}

.div-block-86 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.cobe-bold-30px {
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 30px;
}

.div-block-87 {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
}

.div-block-88 {
  justify-content: flex-end;
  margin-top: 10px;
  display: flex;
}

.div-block-89 {
  background-color: var(--slate-blue);
  border-radius: 100px;
  padding: 10px 20px;
}

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

.error2 {
  color: #e5a7ff;
  width: 100%;
  min-width: 100%;
  margin-top: .6em;
  font-size: 1.2em;
  display: block;
}

.contact_column {
  width: 50%;
  padding: 4.3em;
  position: relative;
  overflow: hidden;
}

.contact_column.is-right {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 60%;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
}

.submit {
  background-color: var(--midnight-blue);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 0;
  padding: 1em 3em;
  font-size: 1.2vw;
  transition: all .3s;
  overflow: visible;
}

.submit:hover {
  color: var(--white);
  background-color: #2d1354;
  overflow: visible;
  transform: scale(1.03);
}

.submit:focus {
  border-color: #49fefd;
}

.success {
  text-align: center;
  background-color: #ffffff24;
  border-radius: .6em;
  padding: 2.5em;
}

.error-message {
  background-color: var(--crimson);
  color: var(--crimson);
  border-radius: 10px;
  margin-top: 2.3em;
  padding: 1.9em 2.1em;
}

.radio_wrap {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.field_wrap {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 2.2em;
  display: flex;
  position: relative;
}

.success_text {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4;
}

.error-message_text {
  color: var(--white);
  font-size: 1.3em;
}

.radio_field {
  margin-top: .4em;
  margin-right: .6em;
  padding: .8em 2.4em;
  position: relative;
}

.radio_button {
  z-index: 2;
  border-color: var(--midnight-blue);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .1s, border-width .1s, border-color .1s;
  position: absolute;
  inset: 0%;
}

.radio_button:hover {
  background-color: #ffffff17;
}

.radio_button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--midnight-blue);
  background-color: #1d04433b;
  border-radius: 10px;
}

.radio_button.w--redirected-focus {
  border-width: 1px;
  border-color: var(--midnight-blue);
  box-shadow: none;
}

.form {
  width: auto;
  margin-bottom: 0;
}

.radio_label {
  z-index: 3;
  color: #fff;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.field {
  z-index: 2;
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff7a;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 1.5em;
  min-height: 1.5em;
  max-height: 7em;
  margin-bottom: 0;
  padding: 0;
  font-size: 2.5em;
  font-weight: 300;
  transition: border-color .2s;
  position: relative;
}

.field:focus {
  border-bottom-color: #fff;
}

.field.message {
  border-bottom-color: var(--midnight-blue);
  color: #1d0443;
  height: 6em;
  margin-top: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 2vw;
}

.field.message::placeholder {
  color: #1d044340;
}

.field.name {
  border-bottom-color: var(--midnight-blue);
  height: 3em;
  min-height: auto;
  color: var(--midnight-blue);
  font-family: Helvetica, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.field.name::placeholder {
  color: #1d044340;
}

.field_label {
  z-index: 1;
  transform-origin: 0%;
  color: #ffffff78;
  margin-bottom: -.3em;
  font-size: 1.4em;
  font-weight: 300;
  transition: transform .2s;
  position: relative;
}

.field_label.large {
  display: none;
  transform: scale(1.2)translate(0, 1.6em);
}

.field_label.is-radio {
  margin-bottom: .5em;
  font-size: 1.68em;
  display: none;
}

.section-10 {
  justify-content: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.div-block-91 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.section-11 {
  justify-content: center;
  padding-top: 20vh;
  display: flex;
}

.div-block-92 {
  align-items: flex-start;
  display: flex;
}

.image-19 {
  margin-right: 40px;
}

.section-12 {
  background-color: #5b47fc0f;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 1vw;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 1vw;
  display: flex;
}

.hero-grey {
  color: #d9d9d9;
  font-family: Helvetica, sans-serif;
  font-size: 6.5vw;
  font-weight: 700;
  line-height: 1.1em;
}

.div-block-93 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.section-13 {
  justify-content: center;
  height: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.div-block-94 {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.div-block-95 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: space-between;
  width: auto;
  margin-top: 30px;
  display: flex;
}

.div-block-96 {
  margin-top: 60px;
}

.div-block-97 {
  width: auto;
}

.div-block-98 {
  justify-content: space-between;
  width: auto;
  margin-top: 140px;
  display: flex;
}

.image-20 {
  width: 35vw;
  max-width: none;
  height: auto;
}

.section-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.helvetica-52px-black {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Helvetica, sans-serif;
  font-size: 52px;
  line-height: 58px;
}

.div-block-99 {
  margin-bottom: 40px;
  padding-bottom: 0;
  display: flex;
}

.div-block-100 {
  margin-right: 20px;
}

.helvetica-52px-blue {
  color: var(--slate-blue);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 52px;
  line-height: 58px;
}

.div-block-102 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25vw;
  display: flex;
}

.div-block-103 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.image-21 {
  display: block;
}

.div-block-104 {
  width: 2vw;
  margin-right: 0;
  padding-top: 0;
}

.div-block-105 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-106, .div-block-107 {
  width: 40vw;
}

.div-block-108 {
  width: 100%;
  position: relative;
}

.servi-os-2 {
  background-color: #fff0;
  border-top: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.div-block-111 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.image-23 {
  width: 6vw;
}

.nav-item {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav__bg {
  z-index: 9999;
  background-color: var(--midnight-blue);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.nav-social-links {
  align-items: center;
  margin-top: 55px;
  display: flex;
}

.navbar {
  z-index: 999999;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1440svh;
  height: auto;
  min-height: 12vh;
  max-height: 12vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.social-link {
  background-image: url('../images/facebook-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.social-link.instagram {
  background-image: url('../images/social-instagram---simple-line-icons.svg');
}

.social-link.twitter {
  background-image: url('../images/twitter-white.svg');
}

.nav-container {
  z-index: 9999;
  background-color: #1d0443;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 85vw;
  max-width: none;
  height: 200vh;
  min-height: auto;
  max-height: none;
  padding-top: 80vh;
  padding-bottom: 0;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.nav-item-number {
  color: #fff;
  letter-spacing: 3px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 12px;
  transform: rotate(-90deg);
}

.nav-footer-link {
  z-index: 99999999;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-top: 35px;
  display: flex;
  position: relative;
}

.email-link {
  color: #a5a3a6;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #1e252c;
  padding-bottom: 5px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.nav-items {
  z-index: 99999;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  max-width: none;
  margin-top: 40px;
  display: flex;
  position: relative;
  left: auto;
  overflow: hidden;
}

.div-block-112 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  display: flex;
}

.link-block-3, .link-block-4, .link-block-5 {
  text-decoration: none;
}

.link-block-7 {
  align-items: center;
  width: auto;
  margin-right: 40px;
  display: flex;
}

.image-24 {
  width: 12vw;
  max-width: none;
}

.special-text-wrapper-2 {
  height: 110px;
  overflow: hidden;
}

.nav-item-text-full-2 {
  color: #fff;
  font-size: 66px;
  font-weight: 700;
  line-height: 70px;
  display: block;
  overflow: visible;
}

.nav-item-text-2 {
  color: #0000;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  border: 1px #000;
  font-family: Helvetica, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 110px;
  display: block;
}

.div-block-114 {
  flex-direction: column;
  display: flex;
}

.div-block-115 {
  margin-top: 40px;
}

.space-20px {
  height: 20px;
}

.paragraph-12 {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.4em;
}

.link {
  color: #fff;
  font-size: 1vw;
  text-decoration: none;
}

.link-2, .link-3 {
  color: #fff;
  font-size: .8vw;
  font-weight: 300;
  text-decoration: none;
}

.paragraph-13 {
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-116 {
  justify-content: flex-start;
  width: 55%;
  display: block;
}

.div-block-117 {
  position: absolute;
  top: auto;
  bottom: -1170.84px;
}

.section-14-copy {
  background-color: var(--slate-blue);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

._80px-cobe-black {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 80px;
  line-height: 78px;
}

._80px-cobe-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 80px;
  line-height: 78px;
}

.image-25-copy {
  width: 28vw;
  max-width: none;
  margin-top: 25px;
}

.div-block-118 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-119 {
  background-color: #000;
  width: 13vw;
  height: 50vh;
}

.div-block-119-copy {
  background-color: #fff;
  width: 13vw;
  height: 30vh;
}

.div-block-120 {
  background-color: #000;
  width: 13vw;
  height: 40vh;
}

.div-block-121 {
  background-color: #fff;
  width: 13vw;
  height: 15vh;
}

.div-block-122 {
  background-color: #000;
  width: 13vw;
  height: 38vh;
}

.div-block-123 {
  background-color: #fff;
  width: 13vw;
  height: 50vh;
}

.linha-invis-vel {
  background-color: #000;
  width: 0;
  height: 50vh;
}

.icon-branco {
  width: 1.5vw;
  height: 1.5vw;
  margin-right: 20px;
}

.images {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20vh;
  padding-bottom: 10vh;
  display: flex;
}

.text-animation {
  align-items: center;
  width: 40vw;
  margin-right: 140px;
  display: flex;
}

.div-block-124 {
  width: 30vw;
  margin-right: 0;
}

.div-block-125 {
  width: 35vw;
}

.div-block-126 {
  justify-content: space-between;
  display: flex;
}

.spacer-5vh {
  width: 100%;
  height: 5vh;
}

.spacer25 {
  height: 25px;
}

.div-block-127 {
  width: 26vw;
}

.grey-helvetica-24px {
  color: #909090;
  font-family: Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-128 {
  width: 45vw;
}

.div-block-104-copy {
  width: 2vw;
  margin-right: 10px;
  padding-top: 0;
}

.div-block-42-copy {
  width: 60vw;
}

.paragraph-14 {
  color: var(--midnight-blue);
  font-family: Helvetica, sans-serif;
  font-size: 1.8vw;
  line-height: 1.2em;
}

.image-cover {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.apple-grid-block {
  color: #fff;
  text-align: center;
  background-color: #1a1a1a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.apple-grid-block.mobile-portrait-hidden {
  padding: 0;
}

.apple-grid-block.mobile-hidden {
  border-radius: 10px;
}

.apple-grid-block.tablet-hidden {
  padding: 0;
}

.apple-grid-block.mobile-portrait-hidden {
  border-radius: 10px;
}

.apple-grid-block.tablet-hidden {
  background-color: var(--midnight-blue);
  background-color: #1d0443;
  border-radius: 10px;
}

.image-27 {
  width: auto;
  max-width: none;
  height: auto;
}

.image-28 {
  max-width: 80%;
}

.div-block-129 {
  width: auto;
  height: 65vh;
}

._1-4vwx-regular-helvetica-black {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.3em;
}

.spacer-15vh {
  height: 15vh;
}

._1-4vw-helvetica-regular-white {
  width: 26vw;
  color: var(--slate-blue);
  -webkit-text-stroke-color: #d9d9d9;
  font-family: Cobe, sans-serif;
  font-size: 2.1vw;
  font-weight: 400;
  line-height: 2.3vw;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  min-height: 80vh;
  margin-bottom: 5vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em;
  display: flex;
}

.tricks-slider_slide {
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 520px;
  max-height: 80vw;
  margin-right: 2em;
  padding: 2em 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  display: none;
  position: relative;
  overflow: hidden;
}

.tricks-slider {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-29 {
  z-index: 1;
  object-fit: cover;
  width: 200%;
  max-width: none;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.main-wrapper {
  display: none;
}

.progress_fill {
  background-color: #000;
  width: 0%;
  height: 100%;
  position: relative;
}

.progress {
  background-color: #00000017;
  width: 80%;
  height: 1.5px;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

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

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section-15 {
  overflow: hidden;
}

.slider-snap-list {
  grid-column-gap: 2.3em;
  grid-row-gap: 2.3em;
  grid-template-rows: auto;
  grid-template-columns: 25em;
  grid-auto-columns: 25em;
  grid-auto-flow: column;
  padding: 1.5rem 1.25rem;
  display: grid;
  overflow: auto;
}

.icon {
  display: flex;
}

.slider-controls {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

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

.padding-section-medium {
  padding-top: 4em;
  padding-bottom: 4em;
}

.padding-section-medium.is--half-bottom {
  background-color: #fff;
  align-content: start;
  margin-bottom: 5vh;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-button-wrap {
  align-items: center;
  display: flex;
}

.flex-button-wrap.grow-end-hide-mobile {
  flex: 1;
  justify-content: flex-end;
}

.icon-button-inner {
  opacity: 1;
  cursor: pointer;
  border: 1px solid #43474e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2px;
  display: flex;
}

.icon-button-inner:hover {
  background-color: #49454f14;
}

.icon-button-inner.back {
  padding-left: 0;
  padding-right: 2px;
}

.container-large {
  color: #fff;
  background-color: #f5f5f5;
  flex: 1;
  width: 100%;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.padded-inset-wrap {
  padding-left: 1rem;
  padding-right: 1rem;
}

.doctors-collection-wrapper {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.slider-2 {
  background-color: #fff;
  display: none;
}

.icon-button-outline {
  width: 3em;
  height: 3em;
  padding: .25rem;
}

.icon-button-outline.is-disabled {
  opacity: .24;
}

.section-17 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 35vh;
  line-height: 1;
  display: flex;
}

.scrolling-text {
  letter-spacing: -.02em;
  white-space: nowrap;
  justify-content: space-between;
  width: 100vw;
  margin-bottom: 0;
  font-size: 10em;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.scrolling-text.one {
  color: #ffffff80;
  justify-content: space-between;
  align-items: center;
  font-family: Lato, sans-serif;
  line-height: 1.2;
}

.scrolling-text.two {
  justify-content: space-between;
  align-items: center;
  font-family: Lato, sans-serif;
  line-height: 1.2;
}

.logo-slider-img-2 {
  width: 12vw;
  max-width: none;
  height: auto;
  padding: 0;
}

.logo-slider-img-3 {
  width: 14vw;
  max-width: none;
  height: auto;
  padding: 0;
}

.text-span-12 {
  color: #d12a2f;
}

.image-37 {
  width: 40vw;
  max-width: none;
  height: 50vh;
}

.image-22-copy {
  width: 100%;
  max-width: none;
  height: 100%;
}

.contact_column-copy.is-right {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.form-home-2 {
  background-color: #1d0443;
  justify-content: center;
  padding-top: 10vh;
  padding-bottom: 20vh;
  display: flex;
}

.div-block-131 {
  justify-content: space-between;
  display: flex;
}

.div-block-132 {
  width: 30vw;
}

.contact_column-copy {
  width: 50%;
  padding: 4.3em;
  position: relative;
  overflow: hidden;
}

.contact_column-copy.is-right {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-top: 30px;
  padding-bottom: 1em;
  display: flex;
}

.div-block-91-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45vw;
  display: flex;
}

.heading-11 {
  color: #fff9;
  margin-top: 12px;
  font-family: Helvetica, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.3em;
}

.image-38 {
  margin-top: 80px;
}

.apple-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 2fr 1fr 2.5fr;
  grid-template-columns: 2fr 2fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  height: 70vh;
}

.image-39 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-40 {
  width: 100%;
  max-width: none;
  height: auto;
}

.linha-grey {
  background-color: var(--light-grey-lines);
  border-bottom: 2px silver;
  width: 100%;
  height: 1px;
  margin-top: 0;
}

.dpts {
  flex-direction: column;
  justify-content: center;
  width: 90vw;
  display: flex;
}

.juridico, .comercial, .financeiro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section---departamentos {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20vh;
  padding-bottom: 0;
  display: flex;
}

.link-block-8 {
  text-decoration: none;
}

.link-block-8:hover {
  color: #000;
  -webkit-text-stroke-color: var(--midnight-blue);
}

.link-block-9, .link-block-10, .link-block-11 {
  text-decoration: none;
}

.c-slider-btn {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.c-slider-btn-loading {
  border: 1px dashed #aaa;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-slider-container {
  width: 100%;
  height: auto;
  margin-top: 5vh;
  position: relative;
  overflow: hidden;
}

.slider-trigger-left {
  z-index: 50;
  position: absolute;
  inset: 0%;
}

.play-btn {
  z-index: 50;
  width: 25px;
  height: 25px;
  transform: translate(3px);
}

.main-slide-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-slider-btn-icon {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ci-main-slide-content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.main-slider-nav-dots {
  display: none;
}

.c-main-slide-description {
  color: #fff;
  width: 50vw;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
}

.c-main-slide-title {
  margin-bottom: 20px;
}

.main-slider-nav-arrow {
  display: none;
}

.c-slide-btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.second-slider-container {
  z-index: 20;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0 0% 0 auto;
}

.c-play-btn {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.first-slider-container {
  z-index: 10;
  height: auto;
  position: relative;
}

.c-slider-btn-circle {
  border: 1px solid #aaa;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-main-slide-content {
  text-align: center;
}

.b-slider-control {
  align-items: center;
  display: flex;
}

._w-slider-control {
  padding-left: 20px;
  padding-right: 20px;
}

.c-slide-btn-loading {
  z-index: 30;
  border: 2px dashed #ffffff80;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.main-slide-wrapper {
  background-image: linear-gradient(#33333359, #33333359), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.main-slide-wrapper._3 {
  background-image: url('../images/IMG_3744.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
}

.main-slide-wrapper._4 {
  background-image: url('../images/IMG_3743.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-slide-wrapper._1 {
  background-image: linear-gradient(#0000, #0000), url('../images/IMG_3697-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.main-slide-wrapper._5 {
  background-image: url('../images/IMG_3754-2.png'), linear-gradient(#0000, #0000);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.main-slide-wrapper._2 {
  background-image: url('../images/IMG_3606.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-slide-wrapper._6 {
  background-image: url('../images/IMG_3529--correct.png'), linear-gradient(#0000, #0000);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.main-slide-wrapper._7 {
  background-image: url('../images/IMG_3533.png'), linear-gradient(#0000, #0000);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

._w-slide-btn {
  position: relative;
}

.main-slide-title {
  color: #fff;
  letter-spacing: 20px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.c-slide-btn-frame {
  z-index: 10;
  border: 1px solid #ffffff80;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

.main-slider {
  background-color: #222;
  flex-direction: column;
  height: 85vh;
}

.main-slider.mobile {
  display: none;
}

.main-slider.desktop {
  height: 120vh;
}

._w-slider-btn {
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  display: flex;
  position: relative;
}

._w-slider-btn.left, ._w-slider-btn.right {
  background-color: #dadadab3;
}

.ci-slider-btn-loading {
  opacity: .5;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-trigger-right {
  z-index: 50;
  position: absolute;
  inset: 0%;
}

.c-slide-btn-block {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
}

.c-funtext {
  z-index: 15;
  padding: 40px 10px 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.sub-slider-slide {
  perspective: 1000px;
  width: 350px;
  padding: 1vh 1vw;
  transform: perspective(1000px);
}

.galeria {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 10vh;
  padding-top: 10vh;
  padding-bottom: 0;
  display: flex;
}

.paragraph--helvetica-24px-hero {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1.7vw;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph--helvetica-24px-hero:hover {
  color: #5b47fc;
  font-weight: 700;
}

.purple-hover--paragraph--helvetica-24px-hero-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1.7vw;
  font-weight: 400;
  line-height: 1.3em;
}

.purple-hover--paragraph--helvetica-24px-hero-copy:hover {
  color: #5b47fc;
}

.purple-hover--paragraph--helvetica-24px-hero-copy._5b47fc:hover {
  color: #953997;
  padding-left: 10px;
  font-weight: 700;
}

.red-hover---paragraph--helvetica-24px {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1.7vw;
  font-weight: 400;
  line-height: 1.3em;
}

.red-hover---paragraph--helvetica-24px:hover {
  color: #d12a2f;
  font-weight: 700;
}

.departamento-hover--helvetica-18px-black {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.departamento-hover--helvetica-18px-black:hover {
  color: #5b47fc;
}

.departamento-hover--helvetica-18px-black {
  font-size: 1.3vw;
}

.div-evp {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.div-block-133 {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
}

.div-block-49-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  display: grid;
}

.servo-os--helvetica-24px-regular-white-copy {
  color: #fff;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1.7vw;
  font-weight: 400;
  line-height: 1.3em;
}

.servo-os--helvetica-24px-regular-white-copy:hover {
  font-size: 2vw;
  font-weight: 700;
}

.link-block-12, .link-block-13 {
  text-decoration: none;
  display: flex;
}

.image-41, .image-42 {
  margin-right: 40px;
}

.html-embed {
  z-index: 9999;
  height: auto;
  display: none;
  position: absolute;
}

.lottie-animation {
  z-index: -1;
  align-items: flex-start;
  height: 300vh;
  display: flex;
  position: static;
}

.div-block-134 {
  z-index: -1;
  height: auto;
  position: absolute;
  top: 220px;
}

.button-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-contact:hover {
  background-color: #e4dfeb;
  transform: scale(1.05);
}

.arrow {
  opacity: 1;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-size: 1.2vw;
}

.text-block-3 {
  color: #fff;
  font-family: Cobe, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 5vw;
}

.div-block-135 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-136 {
  flex-direction: column;
  display: flex;
}

.parag1-grey {
  color: #4e4e4e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.4em;
}

.bottom_card {
  border-top: 1px solid var(--light-grey-lines);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.top_card {
  padding: 15% 30px 20px;
  position: relative;
}

.text_card {
  margin-top: 10%;
}

.div-block-137 {
  border: 1px solid var(--light-grey-lines);
  background-color: #e9e9e9;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 2.8vw;
  height: 2.8vw;
  display: flex;
  position: static;
  inset: auto 10px 10px auto;
}

.parag1-lightgrey {
  color: gray;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.4em;
  display: flex;
}

.div-block-138 {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin: 30px 15px 40px;
  display: flex;
}

.white_circle {
  border: 1px solid var(--light-grey-lines);
  background-color: #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  display: flex;
  position: absolute;
  inset: auto 10px 10px auto;
}

.parag-purple {
  color: var(--midnight-blue);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-3-copy {
  text-align: left;
  width: 60vw;
  margin-top: 20px;
  font-family: Helvetica, sans-serif;
  font-size: 4vw;
  line-height: 1.2em;
}

.div-block-139 {
  border: 1px solid var(--light-grey-lines);
  background-color: #e8e9e81f;
  border-radius: 10px;
  padding: 2px 11px;
  font-size: 12px;
}

.text-block-4 {
  color: #b8b8b8;
  text-align: center;
  font-size: .7vw;
}

.div-block-140 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
}

.div-block-141 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  margin-bottom: 4vw;
  display: grid;
}

.nav {
  z-index: 990;
  width: 100vw;
  height: 10vh;
  min-height: auto;
  color: var(--midnight-blue);
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: row;
  flex: 1;
  order: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-43 {
  width: 8em;
  height: 3em;
}

.link-block-14 {
  justify-content: center;
  align-items: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: .85vw;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.link-block-14:hover {
  border-bottom: 1px none var(--midnight-blue);
  color: var(--midnight-blue);
}

.nav-menu {
  display: flex;
}

.menutext_black {
  color: var(--midnight-blue);
  font-size: 1vw;
  transition: all .2s;
}

.menutext_black:hover {
  color: #72559f;
}

.main-button-puplev2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--connectgroup-purple);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #4330d9;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 5em;
  padding: .5em .8em .5em 2em;
  text-decoration: none;
  transition: border-color .2s, color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button-puplev2:hover {
  border-color: var(--midnight-blue);
}

.container_main-button {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  font-size: .85vw;
  display: flex;
}

.button-text {
  z-index: 5;
  color: var(--white);
  font-family: Cobe, sans-serif;
  font-size: 1.2vw;
  position: relative;
}

.html-embed-2 {
  z-index: 10;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-bg-animation {
  z-index: 2;
  background-color: var(--midnight-blue);
  border-radius: 10px;
  display: none;
  position: absolute;
  inset: 0;
}

.div-block-142 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex: 0 auto;
  display: flex;
}

.background {
  z-index: -1;
  background-image: url('../images/85.png'), linear-gradient(115deg, #a292d7, #ffffffa8 39%, #f1ede880 78%, #d12a2f70);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.hero-buttons {
  border: 1px solid var(--slate-blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  flex-direction: row;
  min-width: 45em;
  font-size: .85vw;
  display: flex;
  overflow: hidden;
}

.buttons-wrap {
  display: flex;
}

.button-hero-left {
  z-index: 1;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  background-color: #5b47fc33;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5em 2em;
  text-decoration: none;
  transition: width .6s, background-color .2s;
  display: flex;
  position: relative;
}

.button-hero-left:hover {
  width: 112%;
}

.div-block-143 {
  background-color: var(--slate-blue);
  border: 1px #000;
  width: 1px;
}

.container-90vw2-copy {
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: flex-end;
  width: 90vw;
  height: auto;
  display: flex;
}

.button-icon-block-purple {
  border: 1px solid var(--slate-blue);
  border-radius: 10px;
  padding: .8em 1.3em;
}

.main-button-purple {
  grid-column-gap: 2.25em;
  grid-row-gap: 2.25em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0f1d2b00;
  border: 1px solid #1d04434d;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 4.3em;
  padding: .6em .7em .6em 2em;
  text-decoration: none;
  transition: border-color .2s, color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button-purple:hover {
  border-color: var(--midnight-blue);
}

.button-text-black {
  z-index: 5;
  color: var(--midnight-blue);
  font-family: Cobe, sans-serif;
  font-size: 1vw;
  position: relative;
}

.button-icon-block-dark {
  border: 1px solid #1d04434d;
  border-radius: 10px;
  padding: .4em 1.3em;
}

.html-embed-2-dark {
  z-index: 10;
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-bg-animation-purple {
  z-index: 2;
  background-color: #b7aebf;
  border-radius: 10px;
  display: none;
  position: absolute;
  inset: 0;
}

.whatsapp-button {
  border: 1px #1d04434d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 4.5em;
  height: 4.5em;
  transition: all .2s;
  display: flex;
}

.whatsapp-button:hover {
  background-color: #1d04430d;
  border-style: solid;
  border-color: #1d04434d;
  border-radius: 100px;
}

.image-44 {
  width: 50%;
}

.servicos-home {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.content-wrapper {
  align-items: flex-start;
  width: 90vw;
  height: auto;
  display: flex;
  position: static;
  top: 15px;
}

.title-black {
  color: var(--midnight-blue);
  margin-right: 0;
  font-family: Cobe, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 4vw;
  position: static;
}

._50-left {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  height: auto;
  padding-top: 15vh;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  inset: 5vh auto auto;
}

.paragraph-black {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 5px;
  font-family: Helvetica, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.4em;
}

.button-wrapper-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.button-text-white {
  z-index: 5;
  color: var(--white);
  font-family: Helvetica, sans-serif;
  font-size: 1vw;
  position: relative;
}

.arrow-white {
  z-index: 10;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-icon-block-white {
  border: 1px solid #ffffff80;
  border-radius: 10px;
  padding: 1.5em;
}

._50-right {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  height: 100%;
  margin-top: 0;
  padding-top: 15vh;
  display: flex;
  position: relative;
}

.block {
  border: 1px solid #5b47fc;
  border-radius: 20px;
  margin-left: 5%;
  padding: 35px;
}

.h2-black {
  color: var(--midnight-blue);
  font-family: Cobe, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 4vw;
}

.div-block-144 {
  background-color: var(--slate-blue);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  margin-bottom: 5%;
  display: flex;
}

.fixed-layout {
  grid-column-gap: 15vh;
  grid-row-gap: 15vh;
  flex-direction: column;
  display: flex;
  position: static;
}

.subtitle {
  border: 1px solid var(--midnight-blue);
  background-color: #1d044326;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.h1-small-white {
  width: auto;
  color: var(--midnight-blue);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 30px;
}

.section-18 {
  padding-top: 10vh;
  padding-bottom: 10vh;
  overflow: hidden;
}

.large-text {
  color: var(--slate-blue);
  white-space: nowrap;
  font-family: Cobe, sans-serif;
  font-size: 18vw;
  font-weight: 700;
  line-height: 1.1em;
}

.container-85vw {
  flex-direction: column;
  width: 98vw;
  height: auto;
  display: flex;
}

.image-45 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.images-2 {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 1vw;
  display: flex;
}

.image-46 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
}

.div-block-145 {
  background-color: #0c011c;
  background-image: none;
  background-size: auto;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 98vw;
  margin-bottom: 0;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 5vh;
  display: flex;
}

.helvetica-36px-black-center-copy {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 4vw;
  line-height: 1.3em;
}

.helvetica-36px-white2 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 4vw;
  line-height: 1.3em;
}

.card-black {
  z-index: 2;
  border: 1px solid var(--light-purple);
  filter: none;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  text-align: left;
  background-color: #fafafa12;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 21vw;
  height: auto;
  padding: 0;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.card-black:hover {
  transform: translate(0, -3px);
}

.main-button-purple-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border: 1px none var(--midnight-blue);
  background-color: var(--slate-blue);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10vh 30px 15px;
  padding: .5em .8em .5em 2.2em;
  text-decoration: none;
  transition: border-color .2s, color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button-purple-2:hover {
  border-color: var(--midnight-blue);
}

.button-icon-block-white-v2 {
  border: 1px solid #ffffff80;
  border-radius: 10px;
  padding: .5em .8em;
}

.button-bg-animation-v2 {
  z-index: 2;
  background-color: #503de7;
  border-radius: 10px;
  display: none;
  position: absolute;
  inset: 0;
}

.parag1-white {
  color: var(--light-grey-lines);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.4em;
}

.title_card {
  color: var(--light-grey-lines);
  margin-top: 20px;
  font-family: Cobe, sans-serif;
  font-size: 2.2vw;
  line-height: 2.5vw;
}

.image-47 {
  width: 60%;
}

.form-cta {
  background-color: #ffffff59;
  border-radius: 10px;
  justify-content: center;
  margin-bottom: 1vw;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 10vh;
  padding-bottom: 2vh;
  display: flex;
}

.title_form {
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
}

.radio_label_dark {
  z-index: 3;
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.footer-wrapper {
  background-color: #1d044300;
  border-top: 1px #f7f7fc;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.div-block-146 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-147 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.social-icon-link {
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: .7vw 2vw;
  transition: all .2s;
  display: flex;
}

.social-icon-link:hover {
  background-color: #ffffff1a;
}

.div-block-148 {
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.mg-bottom-0-v2 {
  color: #ffffffb3;
  text-align: center;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: .8vw;
}

.div-block-149 {
  align-items: flex-start;
  display: flex;
}

.div-block-115-copy {
  margin-top: 0;
}

.main-button-red-big {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border: 1px solid var(--midnight-blue);
  background-color: var(--slate-blue);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 1rem 0 2rem;
  text-decoration: none;
  transition: border-color .2s, color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button-red-big:hover {
  border-color: var(--midnight-blue);
}

.button-text-white-big {
  z-index: 5;
  height: 100%;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 2.4rem 1.2rem;
  font-family: Cobe, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button-text-white-big:hover {
  border-bottom: 1.5px solid var(--light-grey-lines);
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}

.button-text-white-big.w--current {
  height: 80px;
  padding: 2.4rem 1.2rem;
}

.div-block-150 {
  height: 80px;
}

.button-text-white-big-contact {
  z-index: 5;
  height: 100%;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 2.4rem 1rem;
  font-family: Cobe, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button-text-white-big-contact:hover {
  border-bottom: 1.5px none var(--light-grey-lines);
  padding-left: 1.2vw;
  padding-right: 1.2vw;
}

.button-bg-animation-v3 {
  z-index: 2;
  background-color: #4836d3;
  border-radius: 10px;
  display: none;
  position: absolute;
  inset: 0;
}

.hero-copy {
  z-index: 2;
  background-color: #1d0443;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  margin: 0;
  display: flex;
  position: relative;
}

.hero-white {
  width: 70%;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1em;
}

.hero2 {
  width: auto;
  display: flex;
}

.hero-bottom {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.blur-bg {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px #ffffff4d;
  border-radius: 10px;
  width: 40%;
  margin-left: 2.5vw;
  padding: 1em;
  display: none;
}

.text-block-5 {
  color: var(--white);
  align-self: center;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

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

.image-48 {
  width: 200px;
  margin-right: 1em;
}

.div-block-151 {
  background-color: var(--midnight-blue);
  border-radius: 10px;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.image-49 {
  opacity: .3;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 65vh;
  overflow: hidden;
}

.main-button-red {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--crimson);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #a81d21;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: .7em 1em .7em 2em;
  text-decoration: none;
  transition: border-color .2s, color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button-red:hover {
  border-color: #aa1f23;
}

.button-bg-animation-red {
  z-index: 2;
  background-color: #b62025;
  border-radius: 10px;
  display: none;
  position: absolute;
  inset: 0;
}

.div-block-152 {
  border-bottom: 1px solid #a5a5a5;
  width: 90vw;
  padding-top: 10%;
  padding-bottom: 10%;
}

.h1-red {
  width: auto;
  color: var(--connectgroup-purple);
  text-align: center;
  -webkit-text-stroke-color: var(--connectgroup-purple);
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Helvetica, sans-serif;
  font-size: 5vw;
  line-height: 5vw;
}

.container-60 {
  width: 60%;
  height: auto;
}

.block-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 45%;
  display: flex;
}

.line-red {
  background-color: var(--dark-red);
  width: 100%;
  height: 2px;
  margin-top: .5rem;
}

.div-block-153 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr 1fr;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.text-span-14 {
  font-weight: 700;
}

.line-grey {
  background-color: var(--light-grey-lines);
  width: 1px;
  height: 100%;
  margin-top: 0;
}

.div-block-154 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-bold {
  color: var(--dark-red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  line-height: 4vw;
}

.text-bold:hover {
  color: var(--dark-red);
}

.text-regular {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 2vw;
}

.text-regular:hover {
  color: #000;
}

.container-90vw3 {
  z-index: 50;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: flex-end;
  width: 90vw;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  font-size: .85vw;
  display: flex;
  position: relative;
}

.linha-grey2 {
  background-color: var(--dark-grey-lines);
  border-bottom: 1px #c0c0c000;
  width: 100%;
  height: 1px;
  margin-top: 0;
}

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

.body-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.background-light {
  z-index: -1;
  background-image: url('../images/85.png'), linear-gradient(115deg, #a292d766, #ffffffa8 39%, #f1ede880 78%, #d12a2f26);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
}

.tabs-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--midnight-blue);
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: 75px;
  margin-bottom: 0;
  padding: 0 4vw;
  list-style-type: none;
  transition: all .2s;
  display: flex;
}

.tabs-items:hover {
  background-color: #ffffff1a;
}

.text-tabs {
  color: var(--midnight-blue);
  text-align: center;
  font-size: 1.2vw;
}

.div-block-156 {
  justify-content: space-between;
  width: 90vw;
  display: flex;
}

.h2-darkpurple {
  color: var(--midnight-blue);
  font-family: Helvetica, sans-serif;
  font-size: 4.6vw;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.text-tabs-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 82vw;
  display: flex;
}

.tabs-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5vh;
  display: flex;
}

.helvetica-18px-white-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 1.4em;
}

.text-tabs-wrapper-vertical {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  width: 82vw;
  display: flex;
}

.competencias2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
}

.h1-purple {
  color: var(--midnight-blue);
  font-family: Helvetica, sans-serif;
  font-size: 6.25vw;
  font-weight: 400;
  line-height: 1.1em;
}

.image-50 {
  object-fit: cover;
  object-position: 50% 90%;
  border-radius: 10px;
  width: 47.5vw;
  height: 40vh;
}

.div-block-157 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
  position: relative;
  top: 0;
}

.container-90vw2-margin {
  z-index: 50;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  width: 90vw;
  height: auto;
  margin-top: 15vh;
  padding-bottom: 5vh;
  font-size: .85vw;
  display: flex;
  position: relative;
}

.div-block-158 {
  margin-bottom: 0;
}

.h2-darkpurple-center {
  width: 100%;
  color: var(--midnight-blue);
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 4.6vw;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

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

.parag-purple-center {
  width: 60%;
  color: var(--midnight-blue);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.2em;
}

.div-block-160 {
  justify-content: center;
  margin-top: 2vh;
  display: flex;
}

.div-block-161 {
  justify-content: center;
  margin-top: 10vh;
  margin-bottom: 8vh;
  display: flex;
}

.arrow-wrapper {
  border: 1px solid #1d04434d;
  border-radius: 10px;
  padding: 1.3em .5em;
  transition: all .3s;
}

.arrow-wrapper:hover {
  padding-top: 1.8em;
  padding-bottom: 1.8em;
}

.html-embed-3 {
  color: var(--midnight-blue);
  display: flex;
}

.text-span-15 {
  color: var(--slate-blue);
}

.secondary-button {
  color: #1b1b1b;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.secondary-button:hover {
  background-color: #fff9;
}

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

.main-button {
  background-color: #ff5e1a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.main-button:hover {
  background-color: #e65517;
}

.slide-next.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.slide-next.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.wrapper {
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: hidden;
}

.slide-item {
  opacity: .4;
  background-color: #1b1b1b;
  border-radius: 16px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  transform: scale(.9);
}

.inner-swipe {
  display: none;
}

.slide-prev.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.slide-prev.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.button-container {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 3%;
}

.text-block-6 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 140%;
}

.slide-item-wrapper {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  width: 308px;
  height: 548px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  line-height: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper-2 {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.slide-container {
  background-color: #111;
  border-radius: 10px;
  align-items: center;
  height: 100vh;
  margin-bottom: 1vw;
  margin-left: 1vw;
  margin-right: 1vw;
  display: flex;
  position: relative;
}

.image-26 {
  width: 30px;
  height: 30px;
}

.slide-content {
  background-image: url('../images/Slide-end.png');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding: 20px;
}

.div-block-162 {
  background-image: linear-gradient(147deg, #fff 55%, #d790e2);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.image-52 {
  border-radius: 10px;
  width: 280px;
  margin: 0 0 15px;
}

.h3-red {
  color: var(--dark-red);
  text-align: center;
  margin-bottom: 10px;
  font-family: Helvetica, sans-serif;
  font-size: 2vw;
}

.text-span-16 {
  font-weight: 700;
}

.wrapper-pt-dark {
  background-image: linear-gradient(147deg, var(--crimson), var(--midnight-blue) 23%);
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.h3-white {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-family: Helvetica, sans-serif;
  font-size: 2vw;
}

.parag-white {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.4em;
}

.topics-list {
  background-color: #ffffff1a;
  border-radius: 10px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
}

.text-block-7 {
  color: var(--white);
  text-align: center;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: .9vw;
  line-height: 1.3em;
}

.wrapper-pt-red {
  background-image: linear-gradient(232deg, #fff 55%, #e69fa1);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.h2-darkpurple-small {
  color: var(--midnight-blue);
  text-align: left;
  flex-direction: column;
  font-family: Helvetica, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.6em;
  display: flex;
}

.text-span-17 {
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 1.6em;
}

.wrapper-pt-dark2 {
  background-image: linear-gradient(105deg, #0f071b 48%, var(--crimson) 95%);
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.div-block-163 {
  width: 100%;
  margin-bottom: 30px;
}

.heading-12 {
  color: var(--white);
  margin-top: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.parag-white-left {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.7vw;
}

.section-text {
  border-top: 1px #000;
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  padding: 5vw 3vw;
  display: flex;
  position: relative;
}

.text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}

.text_01 {
  margin-bottom: 30px;
}

.letter {
  opacity: .34;
  color: #000;
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-size: 6vw;
  font-weight: 900;
  line-height: 1;
  display: inline;
}

.text_02, .text_03 {
  margin-bottom: 30px;
}

.arrow-right {
  color: var(--midnight-blue);
  margin-right: 0;
}

.tabs-content {
  border-radius: 10px;
}

.section-6-copy {
  justify-content: center;
  height: auto;
  padding: 0 1vw;
  display: flex;
}

.container_main-button-copy {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  font-size: .85vw;
  display: none;
}

.side-menu-wrapper {
  z-index: 14;
  white-space: nowrap;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: start end;
  width: 22rem;
  height: 100vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  overflow: hidden;
}

.menu-icon {
  width: 2rem;
}

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

.menu-button-2 {
  flex: 0 auto;
  padding: 0 0 0 1.5rem;
}

.side-menu-background {
  z-index: 1;
  background-color: #2c50fa;
  width: 22rem;
  height: 130vh;
  padding-top: 0;
  position: fixed;
  inset: -20% 0 auto auto;
  overflow: hidden;
  box-shadow: -8px 0 30px #0000003b;
}

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

.text-size-tiny.text-color-white {
  transition: opacity .2s;
}

.text-size-tiny.text-color-white:hover {
  opacity: .5;
}

.side-menu-item-wrapper.footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.side-menu-item-wrapper.flex-h {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.side-menu-item-wrapper.flex-v {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 0;
  display: flex;
}

.underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
  transform: translate(102%);
}

.navbar_component {
  z-index: auto;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  display: none;
}

.nav-link-block {
  flex: 1;
}

.close-button {
  cursor: pointer;
  background-image: url('../images/cross-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: 1px solid #2c50fa;
  border-radius: 100vw;
  width: 2rem;
  height: 2rem;
  padding: 0;
  transition: border-color .35s;
}

.close-button:hover {
  border-color: #fff;
}

.side-menu_component {
  z-index: 999;
  white-space: normal;
  object-fit: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 22rem;
  height: 130vh;
  padding-top: 20rem;
  display: flex;
  position: fixed;
  inset: -20rem 0 0 auto;
  overflow: visible;
}

.logo {
  width: 11rem;
}

.logo.small {
  width: 9rem;
}

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

.side-menu-text-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: .125rem 0;
  display: flex;
  overflow: hidden;
}

.block-porqu--portugal {
  border: 1px #5b47fc;
  border-radius: 20px;
  margin-left: 5%;
  padding: 0 35px 0 0;
  display: flex;
}

.div-block-164 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-53 {
  height: 80%;
  padding-top: 20px;
}

.fixed-layout-copy {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  flex-direction: column;
  display: flex;
  position: static;
}

.h2-black-copy {
  color: var(--midnight-blue);
  font-family: Cobe, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.2em;
}

.section-19 {
  justify-content: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
}

.div-block-165 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2 {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 10vh;
}

.div-block-166 {
  height: 25vh;
  margin-bottom: 5vh;
}

.title_card--black {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 2.2vw;
  line-height: 2.5vw;
}

.div-block-167 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-54 {
  width: 10%;
  max-width: none;
  height: auto;
}

.paragraph-15 {
  margin-top: 20px;
}

.image-55 {
  width: 8%;
}

.image-56 {
  width: 10%;
}

.image-57, .image-58 {
  width: 9%;
}

.image-59 {
  width: 6.2%;
  height: 5%;
}

.parag-portugal {
  color: #747373;
  text-align: left;
  text-transform: none;
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-4-copy {
  color: var(--dark-grey-lines);
  font-family: Helvetica, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.4em;
}

.h2-white {
  color: var(--white);
  font-family: Helvetica, sans-serif;
  font-size: 4.6vw;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.paragraph-16 {
  color: #fff;
  margin-bottom: 0;
  font-size: 2vw;
  line-height: 1.4em;
}

.h1-red-copy {
  width: auto;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 3vw;
  line-height: 1.3em;
}

.paragraph-16-copy {
  color: #fff;
  text-transform: uppercase;
  font-size: 4vw;
  line-height: 1.4em;
}

.div-block-145-copy {
  background-color: var(--midnight-blue);
  background-image: url('../images/bg2-1.png');
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 98vw;
  margin-bottom: 0;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 15vh;
  padding-bottom: 10vh;
  display: flex;
}

.div-block-168 {
  justify-content: space-between;
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: flex;
}

.div-block-169 {
  background-color: #5b47fca1;
  border-radius: 20px;
  width: 44vw;
  height: 30vh;
}

.div-block-169-copy {
  background-color: #000;
  border-radius: 20px;
  width: 44vw;
  height: 30vh;
}

.paragraph-4-copy {
  color: var(--white);
  font-family: Helvetica, sans-serif;
  font-size: 1.2vw;
  line-height: 1.4em;
}

.div-block-170 {
  z-index: 9999;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 23%;
  left: 47%;
}

.image-60 {
  width: 60%;
}

.hero-evp {
  background-color: #1d0443;
  background-image: none;
  border-radius: 0 0 20px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 80vh;
  margin: 0 0 1vw;
  padding-top: 5vh;
  padding-bottom: 2vh;
  padding-left: 8vw;
  display: none;
  position: relative;
}

.section-20 {
  background-color: #fff0;
  justify-content: center;
  padding: 10vh 8vw 8vh;
  display: flex;
}

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

.div-block-172 {
  align-self: center;
  width: auto;
}

.div-block-173 {
  width: auto;
  margin-top: 0;
}

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

.div-block-174 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.hidden {
  border: 1px none var(--midnight-blue);
  background-color: #fff0;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-172-copy {
  width: 10vw;
}

.grid-4 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 8rem;
  display: none;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
  justify-items: center;
}

.counter {
  color: var(--midnight-blue);
  font-size: 5vw;
  line-height: 1.4em;
}

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

.plus {
  color: var(--midnight-blue);
  font-size: 5vw;
  line-height: 1.4em;
}

.paragraph-black-copy {
  color: var(--midnight-blue);
  margin-bottom: 5px;
  font-family: Cobe, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.4em;
}

.side-menu-wrapper-2 {
  z-index: 14;
  white-space: nowrap;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: start end;
  width: 22rem;
  height: 100vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  overflow: hidden;
}

.section-footer.background-color-blue {
  z-index: -2;
  background-color: #2c50fa;
  border-top: 2px solid #00000026;
}

.accredition_component {
  border-top: 2px solid #00000026;
}

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

.container-xxsmall {
  width: 100%;
  max-width: 31.9rem;
  margin-left: auto;
  margin-right: auto;
}

.menu-button-3 {
  flex: 0 auto;
  padding: 0 0 0 1.5rem;
}

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

.section-hero.fixed-height {
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.button-text-2 {
  z-index: 4;
  color: #fff;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 600;
  position: relative;
}

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

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.side-menu-background-2 {
  z-index: 1;
  background-color: #2c50fa;
  width: 22rem;
  height: 130vh;
  padding-top: 0;
  position: fixed;
  inset: -20% 0 auto auto;
  overflow: hidden;
  box-shadow: -8px 0 30px #0000003b;
}

.right-align {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.left-align {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.footer_component {
  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: start;
  justify-items: center;
  display: grid;
}

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

.text-size-regular.text-weight-bold.text-color-white {
  color: #fff;
}

.circle-button {
  z-index: auto;
  background-color: #fff;
  border-radius: 100vw;
  width: 10rem;
  height: 10rem;
  position: absolute;
  bottom: auto;
  left: auto;
  right: auto;
  transform: translate(0, 70%);
}

.navbar_component-2 {
  z-index: auto;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 40rem;
}

.overflow-hidden {
  display: inline-block;
  overflow: hidden;
}

.side-menu_component-2 {
  z-index: 999;
  white-space: normal;
  object-fit: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 22rem;
  height: 130vh;
  padding-top: 20rem;
  display: flex;
  position: fixed;
  inset: -20rem 0 0 auto;
  overflow: visible;
}

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

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #2c50fa;
  border: 1px solid #2c50fa;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.html-embed-2-dark-copy {
  z-index: 10;
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-49-copy {
  opacity: .3;
  object-fit: cover;
  object-position: 90% 50%;
  border-radius: 20px;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

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

.whatsapp-button-2 {
  border: 1px #1d04434d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 4.5em;
  height: 4.5em;
  transition: all .2s;
  display: none;
}

.whatsapp-button-2:hover {
  background-color: #1d04430d;
  border-style: solid;
  border-color: #1d04434d;
  border-radius: 100px;
}

.div-heading1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.helvetica-36px-white2-xl {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cobe, sans-serif;
  font-size: 6rem;
  line-height: 1.3em;
}

.subtitle-white {
  width: 75%;
  color: var(--white);
  margin-right: 0;
  font-family: Cobe, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  position: static;
}

.subtitle-purple {
  width: 75%;
  color: var(--light-purple);
  margin-right: 0;
  font-family: Cobe, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2rem;
  position: static;
}

.div-block-177 {
  width: 49%;
  height: 500px;
  position: relative;
}

.image-61 {
  object-fit: cover;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 100%;
  height: 100%;
}

.div-block-178 {
  justify-content: space-between;
  display: flex;
}

.image-62 {
  object-fit: cover;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  height: 100%;
}

.spacer-100px {
  height: 100px;
}

.button-wrapper-white {
  z-index: auto;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 10%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.main-button-white {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #4330d9;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: .5em .8em .5em 3em;
  text-decoration: none;
  transition: border-color .2s, color .4s;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
  overflow: hidden;
}

.main-button-white:hover {
  border-color: var(--midnight-blue);
}

.button-text-white-xl {
  z-index: 5;
  color: var(--midnight-blue);
  font-family: Cobe, sans-serif;
  font-size: 1.5rem;
  position: relative;
}

.button-icon-block-white-copy {
  border: 1px solid #ffffff80;
  border-radius: 10px;
  padding: 1.5em;
}

.button-icon-block-purple2 {
  border: 1px solid var(--midnight-blue);
  border-radius: 10px;
  padding: 1.5em;
}

.arrow-purple {
  z-index: 10;
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.spacing-1vw {
  width: 1vw;
  height: 1vw;
}

.brand {
  align-self: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.container-61 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 1vw;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
}

.navbar-2 {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  margin-top: 1vw;
  margin-left: 1vw;
  margin-right: 1vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.button-2 {
  grid-column-gap: 15px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #2c2d37cc;
  border: 1px solid #fff;
  border-radius: 50px;
  align-items: center;
  padding: 12px 13px 12px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition-duration: .4s;
  display: flex;
}

.button-2:hover {
  color: #fff;
  transform: scale(1.05);
}

.arrow-circle {
  transform-style: preserve-3d;
  background-image: linear-gradient(138deg, #4c0678, #753f98);
  border-radius: 50%;
  padding: 12px;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  position: relative;
}

.spacer-10vh-copy {
  width: 100%;
  height: 5vh;
}

.contact-form-container {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
}

.form-block {
  flex: 1;
}

.section-title-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: column;
  width: 46%;
  max-width: 450px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.section-tag-line {
  background-image: linear-gradient(to right, #fff0, #fffc);
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.submit-button {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(120deg, #693834, #282c67);
  border-radius: 50px;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.textarea {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff9;
  min-height: 100px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
}

.textarea:focus, .textarea:focus-visible, .textarea[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.field-container {
  width: 100%;
  margin-bottom: 40px;
}

.section-tag-container {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  font-size: 11px;
  line-height: 1em;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #dddddd0d;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section-wrapper.glow-1 {
  background-image: radial-gradient(circle closest-corner at 0%, #ff6f4c1a, #ff6f4c00);
}

.field-label {
  color: #c2c2c2;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1em;
}

.error-message-2 {
  color: #9e5847;
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
  line-height: 1.3em;
}

.div-block-179 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-content-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section-container {
  flex: 1;
  max-width: 1400px;
}

.section-container.contact {
  padding-top: 125px;
  padding-bottom: 245px;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff9;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}

.text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.button-1 {
  background-image: linear-gradient(113deg, #ff6f4c, #4454fe);
  border-radius: 50px;
  padding: 2px;
  text-decoration: none;
  transition-duration: .4s;
}

.button-1:hover {
  transform: scale(1.05);
}

.form-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-21 {
  background-color: var(--midnight-blue);
}

.group {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #21202ed9;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-left: 2.5vw;
  margin-right: 8vw;
  padding: 2.5em;
  display: flex;
}

.text-block-8 {
  font-family: Helvetica, sans-serif;
  font-weight: 300;
}

.idiomas-fr-home-flags {
  z-index: 9999999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #20294500;
  border-radius: 10px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-right: 0;
  padding: 0 10px 0 0;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.image-63 {
  width: 1.2rem;
  max-width: none;
}

.hero-evp-2 {
  background-color: #1d0443;
  background-image: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 98vw;
  height: 65vh;
  margin: 85px 1vw 0;
  padding-top: 5vh;
  padding-bottom: 2vh;
  display: flex;
  position: relative;
}

.hero-evp-2.hide {
  display: none;
}

.container-90vw2-2 {
  z-index: 50;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  width: 90vw;
  height: auto;
  padding-bottom: 5vh;
  font-size: .85vw;
  display: flex;
  position: relative;
}

.text-span-20 {
  color: #d12a2f;
}

.hero-bottom-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-white-2 {
  color: #fff;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.1em;
}

.image-64 {
  width: 12%;
  margin-right: 1em;
}

.div-block-865 {
  border-radius: 10px;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.image-49-copy-2 {
  opacity: .3;
  object-fit: cover;
  object-position: 90% 50%;
  border-radius: 20px;
  width: 100%;
  height: 65vh;
  overflow: hidden;
}

.blur-bg-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  width: 30%;
  padding: 1em;
  display: flex;
}

.text-block-28 {
  color: #fff;
  font-size: 1.3vw;
  line-height: 2vw;
}

.hero-evp-3 {
  background-color: #1d0443;
  background-image: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 98vw;
  height: 65vh;
  margin: 85px 1vw 0;
  padding-top: 5vh;
  padding-bottom: 2vh;
  display: flex;
  position: relative;
}

.container-90vw2-3 {
  z-index: 50;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  width: 90vw;
  height: auto;
  padding-bottom: 5vh;
  font-size: .85vw;
  display: flex;
  position: relative;
}

.text-span-19 {
  color: #d12a2f;
}

.image-65 {
  width: 12%;
  margin-right: 1em;
}

.div-block-866 {
  border-radius: 10px;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-29 {
  color: #fff;
  font-size: 1.3vw;
  line-height: 2vw;
}

.hero-evp-4 {
  background-color: #1d0443;
  background-image: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 98vw;
  height: 65vh;
  margin: 85px 1vw 0;
  padding-top: 5vh;
  padding-bottom: 2vh;
  display: flex;
  position: relative;
}

.container-90vw2-4 {
  z-index: 50;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  width: 90vw;
  height: auto;
  padding-bottom: 5vh;
  font-size: .85vw;
  display: flex;
  position: relative;
}

.text-span-21 {
  color: #d12a2f;
}

.image-66 {
  width: 12%;
  margin-right: 1em;
}

.div-block-867 {
  border-radius: 10px;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-30 {
  color: #fff;
  font-size: 1.3vw;
  line-height: 2vw;
}

.div-block-183 {
  width: 30%;
}

.blur-bg-3 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  width: 30%;
  padding: 1em;
  display: flex;
}

.blur-bg-3.full {
  width: 70%;
  height: 80px;
}

.div-block-182 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.container-90vw2-hor {
  z-index: 50;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 90vw;
  height: auto;
  padding-bottom: 5vh;
  font-size: .85vw;
  display: flex;
  position: relative;
}

.image-49-copy-3 {
  opacity: .3;
  object-fit: cover;
  object-position: 90% 50%;
  border-radius: 20px;
  width: 100%;
  height: 65vh;
  overflow: hidden;
}

.text-span-22 {
  color: #d12a2f;
}

.hero-white-3 {
  color: #fff;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.1em;
}

.hero-white-3.full {
  width: 100%;
}

.div-block-868 {
  border-radius: 10px;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-evp-5 {
  background-color: #1d0443;
  background-image: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 98vw;
  height: 65vh;
  margin: 0 1vw 1vw;
  padding-top: 5vh;
  padding-bottom: 2vh;
  display: flex;
  position: relative;
}

.image-67 {
  width: 12%;
  margin-right: 1em;
}

.text-block-31 {
  color: #fff;
  align-items: center;
  font-size: 1.3vw;
  line-height: 2vw;
  display: flex;
}

.hero-bottom-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  display: flex;
}

.image-logo {
  opacity: .5;
}

.spacer-10vh2 {
  width: 100%;
  height: 10vh;
}

.hero-evp-2-copy {
  background-color: #1d0443;
  background-image: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 98vw;
  height: 65vh;
  margin: 85px 1vw 0;
  padding-top: 5vh;
  padding-bottom: 2vh;
  display: none;
  position: relative;
}

.div-block-869 {
  width: 30%;
}

.div-block-870 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.image-49-copy-4 {
  opacity: .3;
  object-fit: cover;
  object-position: 90% 50%;
  border-radius: 20px;
  width: 100%;
  height: 65vh;
  overflow: hidden;
}

.text-span-23 {
  color: #d12a2f;
}

.hero-white-4 {
  color: #fff;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.1em;
}

.hero-white-4.full {
  width: 100%;
}

.div-block-871 {
  border-radius: 10px;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-evp-6 {
  background-color: #1d0443;
  background-image: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 98vw;
  height: 65vh;
  margin: 0 1vw 1vw;
  padding-top: 5vh;
  padding-bottom: 2vh;
  display: flex;
  position: relative;
}

.image-68 {
  width: 12%;
  margin-right: 1em;
}

.text-block-32 {
  color: #fff;
  align-items: center;
  font-size: 1.3vw;
  line-height: 2vw;
  display: flex;
}

.div-block-872 {
  width: 30%;
}

.div-block-873 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.image-49-copy-5 {
  opacity: .3;
  object-fit: cover;
  object-position: 90% 50%;
  border-radius: 20px;
  width: 100%;
  height: 65vh;
  overflow: hidden;
}

.text-span-24 {
  color: #d12a2f;
}

.hero-white-5 {
  color: #fff;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.1em;
}

.hero-white-5.full {
  width: 100%;
}

.div-block-874 {
  border-radius: 10px;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-evp-7 {
  background-color: #1d0443;
  background-image: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 98vw;
  height: 65vh;
  margin: 0 1vw 1vw;
  padding-top: 5vh;
  padding-bottom: 2vh;
  display: flex;
  position: relative;
}

.image-69 {
  width: 12%;
  margin-right: 1em;
}

.text-block-33 {
  color: #fff;
  align-items: center;
  font-size: 1.3vw;
  line-height: 2vw;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .hero2 {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
  }

  .button-2 {
    font-size: 17px;
  }
}

@media screen and (min-width: 1920px) {
  .contact-form-container {
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .section-title {
    font-size: 40px;
  }

  .section-title-container {
    max-width: 530px;
  }

  .idiomas-fr-home-flags {
    flex: 0 auto;
    order: 1;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: 60vh;
  }

  .image {
    height: 35vh;
  }

  .image-2 {
    height: 60vh;
  }

  .paragraph-2 {
    font-size: 2.1vw;
    line-height: 2.5vw;
  }

  .div-block-9 {
    width: 55vw;
  }

  .paragraph-3 {
    font-size: 6.4vw;
  }

  .paragraph-4 {
    font-size: 2vw;
  }

  .grid-footer-v1---5-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    margin-left: 1vw;
    margin-right: 1vw;
    display: flex;
  }

  .footer-top {
    flex-direction: column;
    align-items: stretch;
    padding-top: 94px;
    padding-bottom: 94px;
    display: flex;
  }

  .grid-footer-v1---2-columns.grid-center {
    grid-template-columns: .6fr;
  }

  .footer-list-wrapper {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .horizontal-flex.end.tablet-start {
    justify-content: flex-start;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .parag-red {
    font-size: 2vw;
  }

  .tab-link-tab-1.w--current {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-pages {
    height: 50vh;
  }

  .parag1 {
    font-size: 2vw;
    line-height: 1.4em;
  }

  .image-17 {
    width: 3vw;
  }

  .cobe-52px-bold-black {
    font-size: 3.5vw;
  }

  .submit {
    font-size: 2.1vw;
  }

  .field.name {
    height: 4em;
  }

  .link-2 {
    font-size: 1.3vw;
  }

  .link-3 {
    font-size: 1.5vw;
  }

  .div-block-127 {
    width: 30vw;
  }

  .paragraph-14 {
    font-size: 2.7vw;
    line-height: 1.3em;
  }

  .image-cover {
    width: 100%;
  }

  .apple-grid-block.tablet-hidden {
    display: flex;
  }

  .container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .tricks-slider_slide {
    width: 48%;
    margin-right: 2em;
  }

  .progress {
    margin-top: 30px;
  }

  .slider-snap-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 18rem;
    grid-auto-columns: 18rem;
  }

  .padding-section-medium {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .padding-section-medium.is--half-bottom {
    padding-bottom: 1em;
  }

  .padded-inset-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img-2, .logo-slider-img-3 {
    width: 174px;
  }

  .div-block-132 {
    width: 35vw;
  }

  .apple-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: 1fr .5fr .5fr;
    grid-template-columns: 2fr 2fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: grid;
  }

  .main-slider-nav-dots {
    background-image: linear-gradient(to top, #131313bf, #0000);
    display: block;
  }

  .second-slider-container {
    display: none;
  }

  .c-main-slide-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .c-slide-btn-loading {
    display: none;
  }

  .main-slide-title {
    letter-spacing: 15px;
    font-size: 4.5em;
  }

  .main-slider {
    height: 100vh;
  }

  .main-slider.mobile {
    display: block;
  }

  .main-slider.desktop, .c-funtext {
    display: none;
  }

  .galeria {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-3 {
    font-size: 7.5vw;
    line-height: 8.5vw;
  }

  .parag-purple {
    font-size: 2.1vw;
    line-height: 1.4em;
  }

  .text-block-4 {
    font-size: 1.2vw;
  }

  .div-block-141 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .image-43 {
    width: 15vw;
  }

  .main-button-puplev2 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .container_main-button {
    align-items: center;
  }

  .button-text {
    font-size: 2vw;
  }

  .hero-buttons {
    width: 48vw;
  }

  .button-hero-left {
    padding-left: 4em;
    padding-right: 4em;
  }

  .main-button-purple {
    height: 4vh;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .button-text-black {
    font-size: 2vw;
    line-height: 1.2em;
  }

  .whatsapp-button {
    width: 6vw;
    height: 6vw;
  }

  .title-black {
    margin-bottom: 5px;
    font-size: 5.5vw;
    line-height: 1.1em;
  }

  .paragraph-black {
    font-size: 2.5vw;
    line-height: 1.4em;
  }

  .button-text-white {
    font-size: 2vw;
  }

  .block {
    padding-left: 30px;
    padding-right: 20px;
  }

  .h2-black {
    margin-bottom: 10px;
    font-size: 3.1vw;
  }

  .fixed-layout {
    grid-column-gap: 6vh;
    grid-row-gap: 6vh;
  }

  .subtitle {
    margin-bottom: 15px;
  }

  .h1-small-white {
    font-size: 2vw;
    line-height: 2em;
  }

  .large-text {
    font-size: 22vw;
  }

  .image-46 {
    width: auto;
    height: 100%;
    padding-left: 30vw;
  }

  .div-block-145 {
    background-position: 50% 0;
    background-size: cover;
  }

  .helvetica-36px-white2 {
    font-size: 5vw;
  }

  .card-black {
    width: 28.5vw;
  }

  .main-button-purple-2 {
    margin-top: 5vh;
    padding-left: .8em;
  }

  .title_card {
    font-size: 3.5vw;
    line-height: 1.2em;
  }

  .title_form {
    font-size: 2vw;
  }

  .radio_label_dark {
    font-size: 2.1vw;
    line-height: 1em;
  }

  .mg-bottom-0-v2 {
    font-size: 1.3vw;
  }

  .button-text-white-big {
    font-size: 1.9vw;
  }

  .button-text-white-big.w--current {
    font-size: 2.1vw;
  }

  .button-text-white-big-contact {
    font-size: 2vw;
  }

  .hero-white {
    width: 80%;
    font-size: 5.5vw;
    line-height: 1.2em;
  }

  .blur-bg {
    justify-content: flex-start;
    width: 50%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .text-block-5 {
    margin-left: 10px;
    font-size: 2.1vw;
    line-height: 1.2em;
  }

  .text-span-13 {
    margin-left: 0;
    line-height: 1.3em;
  }

  .div-block-151 {
    height: 55vh;
  }

  .image-49 {
    height: 50vh;
  }

  .main-button-red {
    padding: 2em 3em;
  }

  .h1-red {
    font-size: 7vw;
    line-height: 1em;
  }

  .container-60 {
    width: auto;
  }

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

  .text-span-14 {
    font-size: 2.3vw;
    line-height: 1.2em;
  }

  .text-bold {
    font-size: 4vw;
  }

  .text-regular {
    font-size: 1.8vw;
    line-height: 1.2em;
  }

  .text-tabs {
    font-size: 2vw;
  }

  .h2-darkpurple {
    font-size: 6vw;
  }

  .text-tabs-wrapper {
    width: auto;
  }

  .tabs-wrapper {
    align-items: stretch;
  }

  .text-tabs-wrapper-vertical {
    width: auto;
  }

  .h1-purple {
    font-size: 10vw;
  }

  .h2-darkpurple-center {
    font-size: 7vw;
  }

  .parag-purple-center {
    font-size: 2vw;
  }

  .inner-swipe {
    display: none;
  }

  .h3-red {
    font-size: 3.1vw;
  }

  .text-span-16 {
    font-size: 2.1vw;
    line-height: 1.4em;
  }

  .parag-white {
    font-size: 2vw;
    line-height: 1.2em;
  }

  .text-block-7 {
    font-size: 1.8vw;
  }

  .h2-darkpurple-small {
    font-size: 2vw;
    line-height: 1.4em;
  }

  .heading-12 {
    font-size: 2.1vw;
  }

  .parag-white-left {
    font-size: 2vw;
  }

  .letter {
    font-size: 6vw;
  }

  .container_main-button-copy {
    align-items: center;
  }

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

  .side-menu-background {
    z-index: 0;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .block-porqu--portugal {
    padding-left: 30px;
    padding-right: 20px;
  }

  .fixed-layout-copy {
    grid-column-gap: 6vh;
    grid-row-gap: 6vh;
  }

  .h2-black-copy {
    margin-bottom: 10px;
    font-size: 3.1vw;
  }

  .grid-2 {
    grid-row-gap: 15vh;
  }

  .div-block-166 {
    height: auto;
    margin-bottom: 0;
  }

  .title_card--black {
    font-size: 3.3vw;
    line-height: 1.2em;
  }

  .image-54 {
    width: 11%;
  }

  .image-55 {
    width: 10%;
  }

  .image-56 {
    width: 12%;
  }

  .image-57, .image-58 {
    width: 11%;
  }

  .image-59 {
    width: 9%;
  }

  .parag-portugal, .paragraph-4-copy {
    font-size: 2vw;
  }

  .h2-white {
    font-size: 6vw;
  }

  .h1-red-copy {
    font-size: 7vw;
    line-height: 1em;
  }

  .div-block-145-copy {
    background-position: 50% 0;
    background-size: cover;
  }

  .paragraph-4-copy {
    font-size: 2vw;
  }

  .hero-evp {
    height: 50vh;
  }

  .hidden {
    margin-bottom: 15px;
  }

  .grid-4 {
    grid-template-columns: .5fr 1.5fr;
  }

  .counter, .plus {
    font-size: 7vw;
  }

  .paragraph-black-copy {
    font-size: 2.3vw;
    line-height: 1.4em;
  }

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

  .margin-top.margin-medium {
    margin-top: 2.5rem;
  }

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

  .padding-vertical.padding-large {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .side-menu-background-2 {
    z-index: 0;
  }

  .right-align {
    align-items: flex-start;
  }

  .footer_component {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

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

  .image-49-copy {
    height: 50vh;
  }

  .whatsapp-button-2 {
    width: 6vw;
    height: 6vw;
  }

  .helvetica-36px-white2-xl {
    font-size: 5vw;
  }

  .subtitle-white, .subtitle-purple {
    margin-bottom: 5px;
    font-size: 5.5vw;
    line-height: 1.1em;
  }

  .main-button-white {
    padding: 1.5em 4em;
  }

  .button-text-white-xl {
    font-size: 2vw;
  }

  .navbar-2 {
    margin-left: 2vw;
  }

  .button-2 {
    padding: 8px 9px 8px 21px;
  }

  .button-2:hover {
    transform: none;
  }

  .section-title {
    font-size: 26px;
  }

  .section-title-container {
    font-size: 15px;
  }

  .textarea {
    border-radius: 0;
  }

  .field-container {
    margin-bottom: 30px;
  }

  .section-tag-container {
    margin-bottom: 50px;
  }

  .field-label {
    margin-bottom: 5px;
  }

  .section-container.contact {
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .button-1:hover {
    transform: none;
  }

  .group {
    justify-content: flex-start;
    width: 50%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .idiomas-fr-home-flags {
    flex: none;
    order: 1;
    justify-content: flex-end;
    display: none;
  }

  .hero-evp-2 {
    height: 50vh;
  }

  .hero-white-2 {
    width: 80%;
    font-size: 5.5vw;
    line-height: 1.2em;
  }

  .div-block-865 {
    height: 55vh;
  }

  .image-49-copy-2 {
    height: 50vh;
  }

  .blur-bg-2 {
    justify-content: flex-start;
    width: 50%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .text-block-28 {
    margin-left: 10px;
    font-size: 2.1vw;
    line-height: 1.2em;
  }

  .hero-evp-3 {
    height: 50vh;
  }

  .div-block-866 {
    height: 55vh;
  }

  .text-block-29 {
    margin-left: 10px;
    font-size: 2.1vw;
    line-height: 1.2em;
  }

  .hero-evp-4 {
    height: 50vh;
  }

  .div-block-867 {
    height: 55vh;
  }

  .text-block-30 {
    margin-left: 10px;
    font-size: 2.1vw;
    line-height: 1.2em;
  }

  .div-block-183 {
    width: 60%;
    display: flex;
  }

  .blur-bg-3 {
    justify-content: flex-start;
    width: 50%;
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .container-90vw2-hor {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-49-copy-3 {
    height: 50vh;
  }

  .hero-white-3 {
    width: 80%;
    font-size: 5.5vw;
    line-height: 1.2em;
  }

  .div-block-868 {
    height: 55vh;
  }

  .hero-evp-5 {
    z-index: 1000;
    height: 50vh;
  }

  .text-block-31 {
    margin-left: 10px;
    font-size: 2.1vw;
    line-height: 1.2em;
  }

  .spacer-10vh2 {
    height: 5vh;
  }

  .hero-evp-2-copy {
    height: 50vh;
  }

  .div-block-869 {
    width: 60%;
    display: flex;
  }

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

  .image-49-copy-4 {
    height: 50vh;
  }

  .hero-white-4 {
    width: 80%;
    font-size: 5.5vw;
    line-height: 1.2em;
  }

  .div-block-871 {
    height: 55vh;
  }

  .hero-evp-6 {
    z-index: 1000;
    height: 50vh;
  }

  .text-block-32 {
    margin-left: 10px;
    font-size: 2.1vw;
    line-height: 1.2em;
  }

  .div-block-872 {
    width: 60%;
    display: flex;
  }

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

  .image-49-copy-5 {
    height: 50vh;
  }

  .hero-white-5 {
    width: 80%;
    font-size: 5.5vw;
    line-height: 1.2em;
  }

  .div-block-874 {
    height: 55vh;
  }

  .hero-evp-7 {
    z-index: 1000;
    height: 50vh;
  }

  .text-block-33 {
    margin-left: 10px;
    font-size: 2.1vw;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 60vh;
    margin-top: 10vw;
  }

  .container-90vw2 {
    padding-bottom: 2vh;
  }

  .div-block-2 {
    top: 12vh;
    left: 54.6vw;
  }

  .image {
    height: 38vh;
  }

  .image-2 {
    width: 85vw;
    height: 50vh;
  }

  .paragraph-2 {
    font-size: 2.6vw;
    line-height: 1.4em;
  }

  .quem-somos-home {
    padding-top: 10vh;
    padding-bottom: 5vh;
  }

  .paragraph-3 {
    font-size: 7vw;
  }

  .paragraph-4 {
    font-size: 2.5vw;
  }

  .div-block-17 {
    width: 50vw;
  }

  .grid-footer-v1---5-column {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .footer-top {
    align-items: stretch;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-list-item {
    margin-bottom: 0;
  }

  .grid-footer-v1---2-columns.grid-center {
    grid-template-columns: .8fr;
  }

  .grid-footer-v1---2-columns.grid-center.bottom {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .footer-list-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .horizontal-flex.end.tablet-start {
    justify-content: center;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

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

  .parag-red {
    font-size: 3vw;
  }

  .tab-link-tab-1, .tab-link-tab-1:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1.w--current {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-2, .tab-link-tab-2:hover, .tab-link-tab-2.w--current:hover, .tab-link-tab-3, .tab-link-tab-3:hover, .tab-link-tab-3.w--current:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-pages {
    height: 40vh;
    padding-top: 5vh;
  }

  .parag1 {
    font-size: 2.5vw;
  }

  .image-17 {
    width: 4vw;
  }

  .cobe-52px-bold-black {
    font-size: 4.5vw;
    line-height: 1.1em;
  }

  .contact_column {
    padding: 5vw;
  }

  .contact_column.is-right {
    background-color: #000;
    width: 100%;
    min-height: auto;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .submit {
    font-size: 2.8vw;
  }

  .field_wrap {
    padding-bottom: 8em;
  }

  .form {
    width: 100%;
  }

  .field.name {
    height: 5em;
    font-size: 2vw;
    line-height: 1vw;
  }

  .navbar {
    margin-top: 30px;
  }

  .nav-items {
    width: 90%;
  }

  .special-text-wrapper-2 {
    height: auto;
  }

  .nav-item-text-full-2 {
    font-size: 48px;
    line-height: 90px;
    display: none;
  }

  .nav-item-text-2 {
    font-size: 48px;
    line-height: 90px;
  }

  .link-2, .link-3 {
    font-size: 1.6vw;
  }

  .div-block-127 {
    width: 30vw;
  }

  .paragraph-14 {
    font-size: 3.5vw;
  }

  .apple-grid-block.mobile-hidden {
    display: none;
  }

  .main-wrapper {
    width: 100%;
    display: none;
  }

  .slider-snap-list {
    grid-auto-columns: 18rem;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider-controls {
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    margin-top: .5rem;
  }

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

  .padding-section-medium {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .flex-button-wrap.grow-end-hide-mobile {
    display: none;
  }

  .logo-slider-img-2, .logo-slider-img-3 {
    width: 125px;
  }

  .contact_column-copy.is-right {
    background-color: #000;
    width: 100%;
    min-height: auto;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .div-block-131 {
    flex-direction: column;
  }

  .div-block-132 {
    width: auto;
  }

  .contact_column-copy {
    padding: 5vw;
  }

  .contact_column-copy.is-right {
    color: #fff0;
    background-color: #fff0;
    width: auto;
    min-height: auto;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .div-block-91-copy {
    width: auto;
  }

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

  .play-btn {
    width: 20px;
    height: 20px;
  }

  .ci-main-slide-content {
    text-align: left;
    align-items: flex-start;
    width: 70%;
  }

  .c-main-slide-description {
    width: auto;
    margin-bottom: 10px;
    font-size: 1em;
  }

  .c-slide-btn {
    width: 30%;
    padding: 3vw;
  }

  .c-main-slide-content {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .main-slide-title {
    letter-spacing: 5px;
    font-size: 3em;
  }

  .c-slide-btn-block {
    width: 12vw;
    height: 12vw;
  }

  .galeria {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-3 {
    font-size: 8.5vw;
    line-height: 1.1em;
  }

  .top_card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .parag-purple {
    margin-top: 20px;
    font-size: 2.5vw;
  }

  .text-block-4 {
    font-size: 2vw;
  }

  .nav {
    display: none;
  }

  .image-43 {
    width: 20vw;
  }

  .link-block-14 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .nav-menu {
    z-index: -1;
    background-color: #fff;
    background-image: url('../images/Slide-end.png');
    background-position: 0 0;
    background-size: auto;
    height: 100vh;
  }

  .menutext_black {
    font-size: 6vw;
    line-height: 1.2em;
  }

  .main-button-puplev2 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .container_main-button {
    margin-top: 60px;
    display: flex;
  }

  .button-text {
    font-size: 2.5vw;
  }

  .hero-buttons {
    width: 58vw;
  }

  .main-button-purple {
    border-color: #ffffff4d;
    height: 6vh;
    padding-bottom: 2em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .main-button-purple.w--current {
    border-color: var(--white);
    height: 6vh;
    padding: 0 4em 2em;
  }

  .button-text-black {
    color: var(--white);
    font-size: 5vw;
    line-height: .8em;
  }

  .button-icon-block-dark {
    border-color: #ffffff7a;
    margin-top: 10px;
    padding-top: .4em;
  }

  .whatsapp-button {
    width: 8vw;
    height: 8vw;
  }

  .image-44 {
    width: 100%;
  }

  .content-wrapper {
    flex-direction: column;
  }

  .title-black {
    font-size: 7.1vw;
    line-height: 1.2em;
  }

  ._50-left {
    width: 100%;
    padding-top: 5vh;
    position: static;
  }

  .paragraph-black {
    font-size: 3vw;
  }

  .button-text-white {
    font-size: 2.5vw;
    line-height: 1.1em;
  }

  ._50-right {
    width: 100%;
    padding-top: 10vh;
  }

  .block {
    margin-left: 0%;
  }

  .h2-black {
    font-size: 4vw;
  }

  .h1-small-white {
    font-size: 2.5vw;
    line-height: 3em;
  }

  .large-text, .large-text.second {
    font-size: 24vw;
  }

  .container-85vw {
    flex-direction: column;
  }

  .image-46 {
    width: 100%;
    height: 100%;
    padding-left: 0;
  }

  .helvetica-36px-white2 {
    font-size: 6vw;
  }

  .card-black {
    width: 42vw;
  }

  .title_card {
    font-size: 5vw;
  }

  .title_form {
    font-size: 3vw;
  }

  .div-block-146 {
    margin-top: 40px;
  }

  .social-icon-link {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .mg-bottom-0-v2 {
    font-size: 1.6vw;
  }

  .div-block-149 {
    justify-content: center;
    width: 100%;
  }

  .button-text-white-big, .button-text-white-big.w--current {
    font-size: 2.8vw;
  }

  .div-block-150 {
    align-self: stretch;
  }

  .button-text-white-big-contact {
    font-size: 3vw;
  }

  .hero-white {
    font-size: 6.5vw;
  }

  .image-49 {
    height: 55vh;
  }

  .text-bold {
    margin-bottom: 10px;
  }

  .tabs-items {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .text-tabs {
    font-size: 2.7vw;
  }

  .h2-darkpurple {
    font-size: 7vw;
  }

  .text-tabs-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .tabs-wrapper {
    align-items: stretch;
  }

  .parag-purple-center {
    font-size: 2.5vw;
  }

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

  .slide-next.mobile-next {
    width: 100%;
    height: 100%;
  }

  .slide-next.desktop-arrow {
    display: none;
  }

  .wrapper {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .slide-item {
    border-radius: 0;
    width: 100vw;
    height: 100%;
    padding-left: 0;
    transform: scale(1);
  }

  .inner-swipe {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    padding-left: 0;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide-prev.desktop-arrow {
    display: none;
  }

  .slide-prev.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .slide-item-wrapper {
    border-radius: 0;
    width: 100vw;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-wrapper-2 {
    object-fit: cover;
  }

  .slide-container {
    height: 80vh;
    padding-left: 0;
  }

  .image-52 {
    width: 80vw;
  }

  .h3-red {
    margin-bottom: 40px;
    font-size: 5vw;
  }

  .text-span-16 {
    font-size: 2.8vw;
    line-height: 1.5em;
  }

  .parag-white {
    font-size: 3vw;
  }

  .h2-darkpurple-small {
    font-size: 1.7vw;
  }

  .heading-12 {
    font-size: 3vw;
  }

  .section-text {
    height: 50vh;
  }

  .text_01 {
    margin-bottom: 10px;
  }

  .letter {
    font-size: 6vw;
  }

  .text_02 {
    margin-bottom: 10px;
  }

  .arrow-right {
    width: auto;
    font-size: .1vw;
  }

  .container_main-button-copy {
    justify-content: center;
    padding-top: 6em;
    padding-bottom: 6em;
    display: flex;
  }

  .menu-button {
    background-color: #6d3b3b;
  }

  .menu-button.w--open {
    background-color: #1d0443;
  }

  .side-menu-wrapper {
    width: 100vw;
    padding-right: 2rem;
    overflow: hidden;
  }

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

  .side-menu-background {
    z-index: 999;
    color: #1d0443;
    background-color: #1d0443;
    width: 100vw;
    display: flex;
  }

  .side-menu-item-wrapper.flex-v {
    align-items: flex-start;
    padding-right: 0;
  }

  .navbar_component {
    z-index: 9999;
    background-color: #fff;
    margin-bottom: 60px;
    display: none;
    position: fixed;
    top: 0;
  }

  .side-menu_component {
    width: 100vw;
    display: none;
    overflow: scroll;
  }

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

  .text-size-large.text-color-white {
    color: #fff;
    margin-bottom: 10px;
    text-decoration: none;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .link-4 {
    color: #fff;
    margin-bottom: 20px;
    font-family: Cobe, sans-serif;
    font-size: 5vw;
    line-height: 1.4em;
    text-decoration: none;
  }

  .block-porqu--portugal {
    margin-left: 0%;
  }

  .h2-black-copy {
    font-size: 4vw;
  }

  .grid-2 {
    grid-row-gap: 8vh;
    flex-direction: column;
    display: flex;
  }

  .title_card--black {
    font-size: 5vw;
  }

  .div-block-167 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
  }

  .parag-portugal, .paragraph-4-copy {
    font-size: 2.5vw;
  }

  .h2-white {
    font-size: 7vw;
  }

  .paragraph-4-copy {
    font-size: 2.5vw;
  }

  .hero-evp {
    height: 55vh;
    margin-top: 5vw;
    padding-top: 5vh;
  }

  .grid-4 {
    grid-template-columns: auto 2.25fr;
    display: none;
  }

  .counter, .plus {
    font-size: 10vw;
  }

  .paragraph-black-copy {
    font-size: 3vw;
  }

  .side-menu-wrapper-2 {
    overflow: hidden;
  }

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

  .menu-button-3 {
    margin-right: 5vw;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .side-menu-background-2 {
    z-index: 999;
    background-color: var(--midnight-blue);
    display: flex;
  }

  .navbar_component-2 {
    padding-left: 1rem;
  }

  .side-menu_component-2 {
    display: flex;
    overflow: scroll;
  }

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

  .link-block-17 {
    text-decoration: none;
  }

  .heading-13 {
    color: #fff;
    font-family: Cobe, sans-serif;
    font-size: 4vw;
    font-weight: 400;
    text-decoration: none;
  }

  .heading-13:hover {
    color: var(--slate-blue);
    font-weight: 700;
  }

  .image-49-copy {
    height: 55vh;
  }

  .whatsapp-button-2 {
    width: 8vw;
    height: 8vw;
  }

  .helvetica-36px-white2-xl {
    font-size: 6vw;
  }

  .subtitle-white, .subtitle-purple {
    font-size: 7.1vw;
    line-height: 1.2em;
  }

  .main-button-white {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .button-text-white-xl {
    font-size: 2.5vw;
    line-height: 1.1em;
  }

  .brand {
    width: 35%;
  }

  .navbar-2 {
    height: 60px;
  }

  .button-2 {
    font-size: 15px;
  }

  .button-arrow {
    width: 10px;
    height: 10px;
  }

  .contact-form-container {
    width: 100%;
  }

  .section-title {
    font-size: 24px;
  }

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

  .section-tag-container {
    margin-bottom: 40px;
    font-size: 10px;
  }

  .contact-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .section-container {
    max-width: 500px;
  }

  .section-container.contact {
    padding-top: 75px;
    padding-bottom: 160px;
  }

  .button-1 {
    padding: 1px;
  }

  .idiomas-fr-home-flags {
    display: flex;
  }

  .hero-evp-2 {
    height: 55vh;
    margin-top: 70px;
    padding-top: 5vh;
  }

  .container-90vw2-2 {
    padding-bottom: 2vh;
  }

  .hero-white-2 {
    font-size: 6.5vw;
  }

  .image-49-copy-2 {
    height: 55vh;
  }

  .hero-evp-3 {
    height: 55vh;
    margin-top: 5vw;
    padding-top: 5vh;
  }

  .container-90vw2-3 {
    padding-bottom: 2vh;
  }

  .hero-evp-4 {
    height: 55vh;
    margin-top: 5vw;
    padding-top: 5vh;
  }

  .container-90vw2-4 {
    padding-bottom: 2vh;
  }

  .div-block-183 {
    width: 70%;
  }

  .blur-bg-3.full {
    width: 75%;
    height: 90px;
  }

  .container-90vw2-hor {
    padding-bottom: 2vh;
  }

  .image-49-copy-3 {
    height: 55vh;
  }

  .hero-white-3 {
    font-size: 6.5vw;
  }

  .hero-evp-5 {
    height: 55vh;
    margin-top: 5vw;
    padding-top: 5vh;
  }

  .text-block-31 {
    font-family: Cobe, sans-serif;
    font-size: 3vw;
  }

  .hero-evp-2-copy {
    height: 55vh;
    margin-top: 5vw;
    padding-top: 5vh;
  }

  .image-49-copy-4 {
    height: 55vh;
  }

  .hero-white-4 {
    font-size: 6.5vw;
  }

  .hero-evp-6 {
    height: 55vh;
    margin-top: 5vw;
    padding-top: 5vh;
  }

  .text-block-32 {
    font-family: Cobe, sans-serif;
    font-size: 3vw;
  }

  .image-49-copy-5 {
    height: 55vh;
  }

  .hero-white-5 {
    font-size: 6.5vw;
  }

  .hero-evp-7 {
    height: 55vh;
    margin-top: 5vw;
    padding-top: 5vh;
  }

  .text-block-33 {
    font-family: Cobe, sans-serif;
    font-size: 3vw;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 60vh;
    margin-top: 5vh;
    padding-top: 0;
    overflow: hidden;
  }

  .container-90vw2 {
    align-items: flex-start;
    margin-bottom: 2vh;
    padding-bottom: 0;
  }

  .div-block {
    top: 22.17px;
    left: -44.391px;
    overflow: hidden;
  }

  .div-block-2 {
    top: 6vh;
    overflow: hidden;
  }

  .image {
    width: 45vw;
    height: auto;
    overflow: hidden;
  }

  .image-2 {
    width: auto;
    height: 45vh;
    overflow: hidden;
  }

  .paragraph-2 {
    font-size: 3.8vw;
  }

  .div-block-9 {
    width: auto;
    margin-top: 10%;
    margin-right: 0;
  }

  .spacer-10vh {
    height: 5vh;
    display: flex;
  }

  .quem-somos-home {
    height: auto;
    overflow: hidden;
  }

  .paragraph-3 {
    font-size: 7vw;
    line-height: 1.3em;
  }

  .div-block-13 {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-4 {
    font-size: 4vw;
    line-height: 1.6em;
  }

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

  .spacer55px {
    height: 25px;
  }

  .grid-footer-v1---5-column {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .footer-top {
    padding-top: 40px;
    padding-bottom: 80px;
  }

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

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .parag-red {
    font-size: 4vw;
  }

  .tab-link-tab-1.w--current:hover, .tab-link-tab-3.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-pages {
    width: auto;
    height: 80vh;
    margin-top: -2vh;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 2vh;
    padding-left: 30px;
    top: 40px;
  }

  .section-6 {
    margin-top: 5vh;
  }

  .parag1 {
    font-size: 4vw;
  }

  .image-17 {
    width: 6vw;
  }

  .div-block-74 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-80 {
    flex-direction: column;
    padding-bottom: 25px;
  }

  .cobe-52px-bold-black {
    font-size: 7vw;
    line-height: 1.4em;
  }

  .div-block-82 {
    width: auto;
  }

  .submit {
    font-size: 4vw;
  }

  .radio_field {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 2em;
    padding: 2em 4em;
  }

  .radio_button, .field.message, .field.name {
    font-size: 3vw;
  }

  .section-11 {
    margin-top: 8vh;
    padding-top: 5vh;
  }

  .section-12 {
    margin-top: 5vh;
  }

  .link-2, .link-3 {
    font-size: 2.4vw;
  }

  .div-block-127 {
    width: 85vw;
  }

  .paragraph-14 {
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 1.6em;
  }

  .apple-grid-block {
    height: 25%;
  }

  .apple-grid-block.mobile-portrait-hidden {
    display: none;
  }

  .apple-grid-block.mobile-hidden, .apple-grid-block.mobile-portrait-hidden {
    height: 25%;
    display: flex;
  }

  .apple-grid-block.tablet-hidden {
    height: 25%;
  }

  .tricks-slider_slide {
    width: 90%;
    max-height: 130vw;
    margin-right: 3em;
  }

  .main-wrapper {
    display: none;
  }

  .slider-snap-list {
    grid-template-columns: 16rem;
    grid-auto-columns: 16rem;
  }

  .slider-controls {
    grid-template-rows: auto auto auto;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .logo-slider-img-2, .logo-slider-img-3 {
    width: 100px;
  }

  .image-38 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .apple-grid-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    height: 100vh;
    margin-top: 60px;
    display: flex;
  }

  .main-slider-container {
    height: 40vh;
    margin-top: 2vh;
  }

  .main-slide-container {
    height: 100%;
  }

  .ci-main-slide-content {
    align-items: center;
    width: 85%;
  }

  .main-slider-nav-dots {
    font-size: 2vw;
  }

  .c-main-slide-description {
    text-align: center;
  }

  .first-slider-container {
    height: 100%;
  }

  .c-main-slide-content {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .main-slide-wrapper._4 {
    margin-right: 0;
    padding-left: 0;
  }

  .main-slide-wrapper._1 {
    height: 40vh;
  }

  .main-slide-wrapper._2 {
    height: 100%;
  }

  .main-slide-title {
    text-align: center;
    font-size: 10vw;
  }

  .main-slider.mobile, .main-slider-slide {
    height: 40vh;
  }

  .c-slide-btn-block {
    width: 20vw;
    height: 20vw;
  }

  .text-block-3 {
    font-size: 12vw;
    line-height: 1em;
  }

  .parag-purple {
    font-size: 3.6vw;
  }

  .text-block-4 {
    font-size: 3vw;
  }

  .nav {
    display: none;
  }

  .image-43 {
    width: 25vw;
  }

  .link-block-14 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .nav-menu {
    height: 100vh;
  }

  .menutext_black {
    font-family: Cobe, sans-serif;
    font-size: 7vw;
    font-weight: 700;
  }

  .main-button-puplev2 {
    padding: 2em 2em 2em 6em;
  }

  .container_main-button {
    justify-content: flex-start;
    margin-top: 20px;
    margin-left: 0;
    display: block;
  }

  .button-text {
    font-size: 3.8vw;
  }

  .body-4 {
    overflow: visible;
  }

  .hero-buttons {
    width: 52svh;
    min-width: auto;
  }

  .button-hero-left {
    padding-top: 4em;
    padding-bottom: 4em;
  }

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

  .main-button-purple {
    border-color: #ffffff9c;
    justify-content: flex-start;
    align-items: center;
    height: 6vh;
    margin-left: auto;
    padding: 1em 4em 2em;
  }

  .button-text-black {
    font-size: 5vw;
    line-height: 1em;
  }

  .button-icon-block-dark {
    margin-top: 8px;
    padding-top: .4em;
  }

  .title-black {
    margin-bottom: 15px;
    font-size: 7vw;
  }

  .paragraph-black {
    margin-top: 0;
    font-size: 4vw;
    line-height: 1.4em;
  }

  .button-wrapper-2 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .button-text-white {
    margin-right: 10px;
    font-size: 4vw;
    font-weight: 300;
    line-height: 1em;
  }

  .button-icon-block-white {
    padding: 3em;
  }

  .h2-black {
    font-size: 6vw;
    line-height: 1.3em;
  }

  .subtitle {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2em;
  }

  .h1-small-white {
    font-size: 3vw;
    line-height: 3em;
  }

  .large-text, .large-text.second {
    font-size: 26vw;
  }

  .images-2 {
    overflow: hidden;
  }

  .div-block-145 {
    background-position: 60%;
    background-size: cover;
    padding-bottom: 5vh;
  }

  .helvetica-36px-white2 {
    font-size: 8vw;
  }

  .card-black {
    width: 100%;
  }

  .main-button-purple-2 {
    margin-top: 2vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .title_card {
    font-size: 6.8vw;
    line-height: 1.3em;
  }

  .title_form {
    font-size: 3.8vw;
  }

  .radio_label_dark {
    margin-bottom: 0;
    font-size: 3vw;
  }

  .footer-wrapper {
    border-radius: 20px 20px 0 0;
  }

  .div-block-146 {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    margin-top: 5vh;
  }

  .div-block-148 {
    width: 60%;
  }

  .mg-bottom-0-v2 {
    font-size: 3vw;
  }

  .div-block-149 {
    margin-bottom: 0;
  }

  .main-button-red-big {
    height: 6vh;
  }

  .button-text-white-big, .button-text-white-big.w--current {
    font-size: 3.5vw;
  }

  .button-text-white-big-contact {
    font-size: 3.56vw;
  }

  .hero-white {
    justify-content: center;
    width: auto;
    font-size: 8.5vw;
    line-height: 1.2em;
    display: block;
  }

  .hero-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .blur-bg {
    width: 70%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: .5em;
  }

  .text-block-5 {
    margin-left: 10px;
    font-size: 3vw;
  }

  .text-span-13 {
    font-size: 3vw;
  }

  .div-block-151 {
    object-fit: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    display: block;
    left: 0;
  }

  .image-49 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 80vh;
    position: absolute;
    left: auto;
  }

  .main-button-red {
    width: 100%;
    padding: 2.5em 8em;
  }

  .h1-red {
    font-size: 10vw;
  }

  .line-red {
    width: 10vw;
    height: 2vh;
    display: none;
  }

  .grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-top: 2vh;
    display: flex;
  }

  .text-span-14 {
    font-size: 4vw;
    line-height: 1.5em;
  }

  .line-grey {
    width: 100%;
    height: .1vh;
  }

  .text-bold {
    font-size: 8vw;
    line-height: 1.4em;
  }

  .text-regular {
    font-size: 4vw;
  }

  .text-tabs {
    font-size: 3.2vw;
    line-height: 1.2em;
  }

  .h2-darkpurple {
    font-size: 8vw;
  }

  .text-tabs-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .tabs-wrapper {
    padding-top: 4vh;
  }

  .div-block-157 {
    margin-top: 40px;
  }

  .h2-darkpurple-center {
    font-size: 8vw;
  }

  .parag-purple-center {
    width: auto;
    font-size: 3.8vw;
  }

  .slide-next.mobile-next {
    display: none;
  }

  .wrapper {
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .slide-item {
    background-color: #fff0;
    width: 100vw;
    margin-left: 0;
  }

  .inner-swipe {
    display: none;
    position: absolute;
  }

  .slide-prev.mobile-prev {
    display: none;
  }

  .slide-item-wrapper {
    width: 100vw;
    margin-right: 10px;
  }

  .content-wrapper-2 {
    width: 100%;
  }

  .slide-container {
    background-color: #fff;
    height: 70vh;
  }

  .h3-red {
    font-size: 8vw;
  }

  .text-span-16 {
    font-size: 3.5vw;
  }

  .wrapper-pt-dark {
    padding-top: 10vh;
  }

  .h3-white {
    font-size: 8vw;
  }

  .parag-white {
    font-size: 5vw;
  }

  .text-block-7 {
    font-size: 3.5vw;
  }

  .wrapper-pt-red {
    justify-content: flex-start;
    padding-top: 5vh;
  }

  .h2-darkpurple-small, .text-span-17 {
    font-size: 5vw;
  }

  .wrapper-pt-dark2 {
    padding-top: 10vh;
  }

  .heading-12 {
    font-size: 4.4vw;
  }

  .parag-white-left {
    font-size: 3.5vw;
  }

  .section-text {
    border-top-style: none;
    border-bottom-style: none;
    height: 30vh;
    padding-top: 8rem;
    padding-bottom: 1rem;
  }

  .letter {
    font-size: 6vw;
  }

  .section-6-copy {
    margin-top: 0;
  }

  .mask-2 {
    height: auto;
  }

  .container_main-button-copy {
    margin-left: 0;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .menu-button.w--open {
    color: var(--light-grey-lines);
  }

  .icon-2 {
    background-color: #070505;
  }

  .side-menu-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

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

  .menu-button-2 {
    display: flex;
  }

  .side-menu-background {
    z-index: 9998;
    width: 100%;
    display: none;
  }

  .side-menu-item-wrapper.flex-v {
    padding-left: 2em;
  }

  .side-menu-item-wrapper.flex-h {
    margin-left: 0;
    margin-right: 0;
  }

  .side-menu-item-wrapper.flex-v {
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
  }

  .navbar_component {
    padding-left: 5vw;
    padding-right: 10vw;
    display: flex;
  }

  .close-button {
    margin-left: 2vw;
  }

  .side-menu_component {
    z-index: 9999;
    width: 100%;
    display: none;
  }

  .logo {
    width: 35vw;
  }

  .logo.small {
    margin-right: 4vw;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .h2-black-copy {
    font-size: 6vw;
    line-height: 1.3em;
  }

  .section-19 {
    padding-bottom: 10vh;
  }

  .grid-2 {
    margin-top: 5vh;
  }

  .title_card--black {
    font-size: 6.8vw;
    line-height: 1.3em;
  }

  .parag-portugal {
    width: auto;
    font-size: 3.8vw;
  }

  .h2-white {
    font-size: 8vw;
  }

  .div-block-145-copy {
    background-position: 60%;
    background-size: cover;
    padding-bottom: 5vh;
  }

  .paragraph-4-copy {
    font-size: 4vw;
    line-height: 1.6em;
  }

  .hero-evp {
    width: auto;
    height: 80vh;
    margin-top: -2vh;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 2vh;
    padding-left: 30px;
    top: 40px;
  }

  .div-block-172 {
    width: 28%;
  }

  .div-block-173 {
    width: 100%;
    margin-top: 0;
  }

  .grid-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: space-between space-around;
    justify-items: stretch;
    display: flex;
  }

  .hidden {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2em;
  }

  .grid-4 {
    width: 100%;
    margin-top: 4rem;
    display: none;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 2fr 2fr 2fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .counter {
    font-size: 20vw;
  }

  .plus {
    margin-right: 5px;
    font-size: 20vw;
  }

  .paragraph-black-copy {
    margin-top: 0;
    font-size: 4vw;
    line-height: 1.4em;
  }

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

  .side-menu-wrapper-2 {
    width: 100%;
  }

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

  .menu-button-3 {
    margin-right: 5vw;
  }

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

  .side-menu-background-2 {
    z-index: 999;
    background-color: var(--midnight-blue);
    width: 100%;
    display: flex;
  }

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

  .side-menu_component-2 {
    width: 100%;
    display: flex;
  }

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

  .link-block-17 {
    color: #fff;
    font-size: 1.1vw;
    text-decoration: none;
  }

  .heading-13 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Cobe, sans-serif;
    font-size: 6vw;
    font-weight: 400;
    line-height: 1.4em;
  }

  .image-49-copy {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 80vh;
    position: absolute;
    left: auto;
  }

  .div-heading1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .helvetica-36px-white2-xl {
    font-size: 8vw;
  }

  .subtitle-white, .subtitle-purple {
    margin-bottom: 15px;
    font-size: 7vw;
  }

  .button-wrapper-white {
    align-items: center;
    width: 70%;
  }

  .main-button-white {
    padding: 3em 4em;
  }

  .button-text-white-xl {
    margin-right: 10px;
    font-size: 5vw;
    line-height: 1em;
  }

  .button-icon-block-white-copy, .button-icon-block-purple2 {
    padding: 1em;
  }

  .brand {
    width: 70%;
  }

  .arrow-circle {
    padding: 10px;
  }

  .spacer-10vh-copy {
    height: 5vh;
    display: flex;
  }

  .section-tag-container {
    margin-bottom: 30px;
  }

  .section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-container.contact {
    padding-top: 60px;
    padding-bottom: 210px;
  }

  .group {
    width: 70%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: .5em;
  }

  .hero-evp-2 {
    width: auto;
    height: 80vh;
    margin-top: 70px;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 2vh;
    padding-left: 15px;
    padding-right: 15px;
    top: 0;
  }

  .container-90vw2-2 {
    align-items: flex-start;
    margin-bottom: 2vh;
    padding-bottom: 0;
  }

  .hero-bottom-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .hero-white-2 {
    justify-content: center;
    width: auto;
    font-size: 8.5vw;
    line-height: 1.2em;
    display: block;
  }

  .div-block-865 {
    object-fit: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    display: block;
    left: 0;
  }

  .image-49-copy-2 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 80vh;
    position: absolute;
    left: auto;
  }

  .blur-bg-2 {
    width: 70%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: .5em;
  }

  .text-block-28 {
    margin-left: 10px;
    font-size: 3vw;
  }

  .hero-evp-3 {
    width: auto;
    height: 80vh;
    margin-top: -2vh;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 2vh;
    padding-left: 30px;
    top: 40px;
  }

  .container-90vw2-3 {
    align-items: flex-start;
    margin-bottom: 2vh;
    padding-bottom: 0;
  }

  .div-block-866 {
    object-fit: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    display: block;
    left: 0;
  }

  .text-block-29 {
    margin-left: 10px;
    font-size: 3vw;
  }

  .hero-evp-4 {
    width: auto;
    height: 80vh;
    margin-top: -2vh;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 2vh;
    padding-left: 30px;
    top: 40px;
  }

  .container-90vw2-4 {
    align-items: flex-start;
    margin-bottom: 2vh;
    padding-bottom: 0;
  }

  .div-block-867 {
    object-fit: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    display: block;
    left: 0;
  }

  .text-block-30 {
    margin-left: 10px;
    font-size: 3vw;
  }

  .div-block-183 {
    flex-direction: column;
    width: 70%;
  }

  .blur-bg-3 {
    width: 90%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: .5em;
  }

  .blur-bg-3.full {
    width: 100%;
    height: 100px;
  }

  .container-90vw2-hor {
    align-items: center;
    margin-bottom: 2vh;
    padding-bottom: 0;
  }

  .image-49-copy-3 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    display: block;
    position: absolute;
    left: auto;
  }

  .hero-white-3 {
    justify-content: center;
    width: auto;
    font-size: 8.5vw;
    line-height: 1.2em;
    display: block;
  }

  .hero-white-3.full {
    text-align: center;
    font-size: 10vw;
  }

  .div-block-868 {
    object-fit: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin-top: 0;
    display: block;
    left: 0;
  }

  .hero-evp-5 {
    width: auto;
    height: auto;
    margin-top: -2vh;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 10vh 20px 7vh;
    top: 40px;
  }

  .text-block-31 {
    margin-left: 10px;
    font-size: 5vw;
  }

  .hero-bottom-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .spacer-10vh2 {
    height: 5vh;
    display: flex;
  }

  .hero-evp-2-copy {
    width: auto;
    height: 80vh;
    margin-top: -2vh;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 2vh;
    padding-left: 30px;
    top: 40px;
  }

  .div-block-869 {
    flex-direction: column;
    width: 70%;
  }

  .image-49-copy-4 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    display: block;
    position: absolute;
    left: auto;
  }

  .hero-white-4 {
    justify-content: center;
    width: auto;
    font-size: 8.5vw;
    line-height: 1.2em;
    display: block;
  }

  .hero-white-4.full {
    text-align: center;
    font-size: 10vw;
  }

  .div-block-871 {
    object-fit: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin-top: 0;
    display: block;
    left: 0;
  }

  .hero-evp-6 {
    width: auto;
    height: auto;
    margin-top: -2vh;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 10vh 20px 7vh;
    top: 40px;
  }

  .text-block-32 {
    margin-left: 10px;
    font-size: 5vw;
  }

  .div-block-872 {
    flex-direction: column;
    width: 70%;
  }

  .image-49-copy-5 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    display: block;
    position: absolute;
    left: auto;
  }

  .hero-white-5 {
    justify-content: center;
    width: auto;
    font-size: 8.5vw;
    line-height: 1.2em;
    display: block;
  }

  .hero-white-5.full {
    text-align: center;
    font-size: 10vw;
  }

  .div-block-874 {
    object-fit: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin-top: 0;
    display: block;
    left: 0;
  }

  .hero-evp-7 {
    width: auto;
    height: auto;
    margin-top: -2vh;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 10vh 20px 7vh;
    top: 40px;
  }

  .text-block-33 {
    margin-left: 10px;
    font-size: 4.5vw;
  }
}

#w-node-e568875d-0a40-7d26-7ec9-ee247d90d489-308213bb, #w-node-_22864a36-23ca-0643-019e-58cc3f7c9206-308213bb, #w-node-_7b624fdb-a9d6-0b1d-c4c6-71d3bbe00cac-308213bb, #w-node-_7b624fdb-a9d6-0b1d-c4c6-71d3bbe00cad-308213bb, #w-node-aaab450c-3c31-f915-af24-b513c190a36e-308213bb, #w-node-aaab450c-3c31-f915-af24-b513c190a36f-308213bb, #w-node-c8cff96b-2cc3-bb27-acaf-bebe15d085b0-308213bb, #w-node-e568875d-0a40-7d26-7ec9-ee247d90d489-66b8f8e9, #w-node-_22864a36-23ca-0643-019e-58cc3f7c9206-66b8f8e9, #w-node-_7b624fdb-a9d6-0b1d-c4c6-71d3bbe00cac-66b8f8e9, #w-node-_7b624fdb-a9d6-0b1d-c4c6-71d3bbe00cad-66b8f8e9, #w-node-aaab450c-3c31-f915-af24-b513c190a36e-66b8f8e9, #w-node-aaab450c-3c31-f915-af24-b513c190a36f-66b8f8e9, #w-node-c8cff96b-2cc3-bb27-acaf-bebe15d085b0-66b8f8e9, #w-node-e568875d-0a40-7d26-7ec9-ee247d90d489-30713873, #w-node-_22864a36-23ca-0643-019e-58cc3f7c9206-30713873, #w-node-_7b624fdb-a9d6-0b1d-c4c6-71d3bbe00cac-30713873, #w-node-_7b624fdb-a9d6-0b1d-c4c6-71d3bbe00cad-30713873, #w-node-aaab450c-3c31-f915-af24-b513c190a36e-30713873, #w-node-aaab450c-3c31-f915-af24-b513c190a36f-30713873, #w-node-c8cff96b-2cc3-bb27-acaf-bebe15d085b0-30713873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c8cff96b-2cc3-bb27-acaf-bebe15d085a4-308213bb, #w-node-c8cff96b-2cc3-bb27-acaf-bebe15d085a4-66b8f8e9, #w-node-c8cff96b-2cc3-bb27-acaf-bebe15d085a4-30713873 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c8cff96b-2cc3-bb27-acaf-bebe15d085a4-308213bb, #w-node-c8cff96b-2cc3-bb27-acaf-bebe15d085a4-66b8f8e9, #w-node-c8cff96b-2cc3-bb27-acaf-bebe15d085a4-30713873 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c8cff96b-2cc3-bb27-acaf-bebe15d085a4-308213bb, #w-node-c8cff96b-2cc3-bb27-acaf-bebe15d085a4-66b8f8e9, #w-node-c8cff96b-2cc3-bb27-acaf-bebe15d085a4-30713873 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Cobe';
  src: url('../fonts/Cobe-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cobe';
  src: url('../fonts/Cobe-Regular.ttf') format('truetype');
  font-weight: 400;
  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-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica 587 Ebe 5 A 59211';
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Rounded 5871 D 05 Ead 8 De';
  src: url('../fonts/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}