:root {
  --active-color: #8e322f;
  --text-primary: #3c5861;
  --text-secondary: #1b2e32;
  --background-color: #f0e1ca;
  --primary-color: #325861;
  --secondary-color: #1b2e32;
  --alert-color: #d6993c;
}

.full-height {
  height: calc(100vh - 90px);
}

@font-face {
  font-family: "Fa Brands 400";
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Helvetica nue;
  src: url("../fonts/HelveticaNeueMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

.navbar-logo-left {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #f0e1ca;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

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

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-without-image {
  background-color: #cd9b4d4d;
  border-bottom: 1px solid #e4ebf3;
  padding: 24px 0 0;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero-wrapper-two {
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrapper-two {
    max-width: 100%;
  }
}

.margin-bottom-24px {
  color: #8e322f;
  letter-spacing: 4px;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Helvetica nue, Arial, sans-serif;
  font-size: 16px;
}

.hero-heading-left {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.hero-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split {
  gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-image-responsive {
  border-radius: 15px;
  height: 520px;
  width: 100%;
  max-width: 530px;
  object-fit: cover;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.section {
  margin-top: 60px;
}

.image {
  vertical-align: bottom;
  max-width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.image-2,
.image-3 {
  padding-bottom: 24px;
}

.heading {
  color: #3c5861;
  letter-spacing: -1px;
  max-width: 88%;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.paragraph {
  color: #3c5861;
  text-align: left;
  max-width: 98%;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: block;
}

.quick-stack {
  grid-column-gap: 0px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  inset: -8% 0% auto;
}

.celula-fechada-2 {
  background-color: #325861;
  padding-right: 0;
}

.cell-2 {
  background-color: #cd9b4d;
  padding-right: 0;
}

.celula-fechada-3 {
  background-color: #8e322f;
  padding-right: 0;
}

.celula-fechada-4 {
  background-color: #de7978;
  padding-right: 0;
}

.h_dif_colot {
  color: #fff;
  text-align: center;
  align-self: center;
  max-width: 88%;
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.quick-stack-2 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 1;
  align-self: center;
  max-width: 940px;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  inset: 0%;
}

.cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url("../assets/landing/banner-1.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0;
  display: flex;
  min-height: 400px;
  position: relative;
  width: 100%;
}

.cards.card2 {
  background-image: url("../assets/landing/banner-2.png");
}

.cards.card3 {
  background-image: url("../assets/landing/banner-3.png");
}

.cell-6 {
  background-image: url("../images/Image-1.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-7 {
  background-image: url("../images/Frame-48095404-1.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  inset: 160px 24px auto;
  overflow: visible;
}

.card_paragraph {
  text-align: left;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 16px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  width: calc(100% - 32px);
  box-sizing: border-box;
}

.section-3 {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-3 {
  font-family: Poppins, Arial, sans-serif;
}

.container-2 {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.section-4 {
  background-color: #f0e1ca;
  padding-top: 24px;
  padding-bottom: 24px;
}

.heading-2 {
  clear: none;
  color: #8e322f;
  text-align: center;
  letter-spacing: 0;
  text-indent: 2px;
  max-width: 52%;
  margin: 24px auto;
  font-family: Poppins, Arial, sans-serif;
  font-size: 36px;
  line-height: 48px;
  position: static;
}

.container-3 {
  background-color: #f0e1ca;
  max-width: 100%;
  display: block;
  position: absolute;
  inset: auto 0% -12%;
}

.section-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.paragraph-4 {
  display: block;
}

.heading-3 {
  color: #3c5861;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 32px;
}

.section-6 {
  flex-flow: row;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 160px;
  margin-right: 160px;
  display: flex;
}

.heading-4 {
  color: #3c5861;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 22px;
}

.heading-5 {
  color: #3c5861;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
}

.paragraph-5 {
  color: #3c5861;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
}

.paragraph-6,
.paragraph-7 {
  color: #3c5861;
  font-size: 20px;
}

.section-7 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  display: block;
  overflow: visible;
}

.section-8 {
  background-color: #f0e1ca;
  margin-left: 0%;
  padding: 5% 15%;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center stretch;
  min-width: 100%;
  font-family: Poppins, Arial, sans-serif;
  display: grid;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #8e322f;
  background-color: #3898ec00;
  border: 1px solid #8e322f;
  border-radius: 6px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  display: flex;
}

.heading-7 {
  color: #8e322f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
}

.paragraph-8 {
  color: #8e322f;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.section-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #325861;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 64px;
  display: grid;
  position: absolute;
  inset: 10% 0% auto;
}

.heading-8 {
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .2px;
  line-height: 160%;
}

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

.footer_link {
  -webkit-text-fill-color: inherit;
  background-color: #cd9b4d;
  background-clip: border-box;
  border: 0 #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px;
  display: flex;
}

.link-block-2,
.link-block-3 {
  background-color: #cd9b4d;
}

.services_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.service_card {
  border: 1px solid #8e322f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
  position: static;
}

.icon {
  display: flex;
}

.dropdown-toggle_card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding: 24px 0 24px 16px;
  display: flex;
}

.dropdown-list {
  display: none;
  position: static;
}

.dropdown-toggle-2 {
  width: 30em;
  padding-left: 15px;
  display: flex;
}

.dropdown-toggle-3 {
  padding-left: 15px;
  display: flex;
}

.image-5 {
  aspect-ratio: auto;
  object-fit: contain;
  order: 0;
  align-self: auto;
  width: 24px;
  height: 90px;
  margin-right: 8px;
  padding-right: 0;
}

.heading-_cards {
  text-overflow: clip;
  overflow-wrap: normal;
  flex-flow: row;
  flex: 0 auto;
  max-width: 88%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.image-6 {
  vertical-align: bottom;
  object-fit: contain;
  width: 24px;
  margin-right: 16px;
  padding-top: 8px;
}

.image-7 {
  object-fit: contain;
  width: 24px;
  margin-right: 8px;
}

.dropdown-toggle-4 {
  width: 30em;
  padding-bottom: 0;
  font-size: 24em;
  display: flex;
}

.image-_cards {
  object-fit: contain;
  width: 24px;
  margin-right: 0;
}

.card_text {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.heading-10,
.heading-11,
.heading-12 {
  font-size: 20px;
}

.dropdown-list-2 {
  display: none;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f0e1ca;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.fale_btn_conosco {
  color: #fff;
  background-color: #1b2e32;
  border: 2px solid #1b2e32;
  border-radius: 8px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}

.link_ment2 {
  color: #1b2e32;
  padding-right: 32px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link_ment2.w--current {
  color: #8e322f;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.link_ment2.mentoria.w--current {
  color: #1b2e32;
  font-weight: 400;
  text-decoration: none;
}

.link-_ment {
  color: #1b2e32;
  text-align: left;
  margin-right: 40px;
  padding-right: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link-_ment.mentoria {
  color: #8e322f;
  font-weight: 700;
  text-decoration: underline;
}

.link-_ment.french {
  font-size: 15px;
}

.link-_ment.french.mentoriaf {
  font-size: 16px;
}

.link-_ment.french.mentoria_destaque {
  color: #8e322f;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.link-_ment.espan_normal.eng.destaque {
  color: #8e322f;
  font-weight: 700;
  text-decoration: underline;
}

.link-_ment.destaque.w--current {
  color: #8e322f;
  text-align: center;
  font-weight: 700;
  text-decoration: underline;
}

.link-3 {
  color: #1b2e32;
  text-align: center;
  margin-right: 40px;
  padding-right: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-3.french {
  font-size: 15px;
}

.link-3.french.mentoriaf {
  font-size: 16px;
}

.link-3.french.link_destaque {
  color: #8e322f;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.link-3.espanolnormal.destaque,
.link-3.espanol_destaque {
  color: #8e322f;
  font-weight: 700;
  text-decoration: underline;
}

.image-8 {
  padding-right: 32px;
}

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

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

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

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  max-width: 992px;
  display: block;
}

.hero-heading-left-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  min-height: 100vh;
  padding: 80px 30px;
  position: static;
}

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

.hero-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 37px;
}

.paragraph-9 {
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
}

.section-11 {
  background-color: #f5f5f5;
  margin-top: 0;
  padding-bottom: 0;
}

.heading-14 {
  color: #1b2e32;
  font-family: Poppins, Arial, sans-serif;
  font-size: 30px;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.image-_ment {
  padding-bottom: 0;
  display: block;
}

.paragraph-10 {
  font-family: Poppins, Arial, sans-serif;
}

.div-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 25%;
  display: flex;
}

.div-block-7,
.div-block-8,
.div-block-9 {
  flex: 1;
}

.section-12 {
  background-color: #8e322f;
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-15 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 70px;
  font-family: Poppins, Arial, sans-serif;
}

.button-3 {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 16px 24px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
}

.container-6 {
  margin-top: 24px;
}

.link_fale {
  color: #1b2e32;
  padding-right: 32px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-4 {
  color: #8e322f;
  text-align: center;
  padding-right: 32px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.link-4.w--current {
  color: #8e322f;
  margin-right: 40px;
  padding-right: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.link-4.french {
  text-align: center;
  font-weight: 700;
  text-decoration: underline;
}

.link-4.french.mentoriaf {
  color: #1b2e32;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link-4.normal {
  color: #1b2e32;
  font-weight: 400;
  text-decoration: none;
}

.section-13 {
  grid-column-gap: 151px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-10 {
  background-color: #fffdef;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-16 {
  color: #1b2e32;
  padding-bottom: 30px;
  font-family: Poppins, Arial, sans-serif;
}

.form {
  flex-flow: column;
  padding-left: 62px;
  padding-right: 128px;
  display: flex;
}

.image-9 {
  padding-left: 14px;
  padding-right: 14px;
}

.rec_vertical {
  flex: 1;
  align-self: auto;
  padding-right: 8px;
}

.rec_vertical_space {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.image-10 {
  vertical-align: baseline;
  flex: 1;
  padding-left: 8px;
}

.newsletter-section {
  display: flex;
  justify-content: center;
  gap: 4rem;
  height: calc(100vh - 90px - 80px);
  min-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.text-field_form {
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  padding-right: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.submit-button {
  color: #1b2e32;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #1b2e32;
  border-radius: 12px;
  flex: 0 auto;
  align-self: center;
  padding: 12px 120px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
  display: block;
}

.text-field-2,
.text-field-3 {
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
}

.div-block-11 {
  padding-top: 80px;
  padding-left: 80px;
}

.lin_news {
  color: #1b2e32;
  padding-right: 32px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.section-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .section-14 {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }
}

.heading-17 {
  color: #1b2e32;
  font-family: Poppins, Arial, sans-serif;
}

.paragraph-11 {
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.newsletter-content {
  padding: 0 1rem;
}

@media screen and (max-width: 991px) {
  .newsletter-content {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .newsletter-content {
    padding: 0;
  }
}

.paragraph-12 {
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
}

.newsletter-title {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 3em;
  line-height: 100%;
  padding-bottom: 24px;
}

.newsletter-paragraph {
  line-height: 150%;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
}

.submit-button-2 {
  color: #1b2e32;
  text-align: left;
  background-color: #3898ec00;
  border: 1px solid #1b2e32;
  border-radius: 8px;
  align-self: center;
  padding-left: 72px;
  padding-right: 72px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.form-2 {
  flex-flow: column;
  display: flex;
}

.text-field-4,
.text-field-5 {
  font-family: Poppins, Arial, sans-serif;
}

.news_link_mentoria {
  color: #1b2e32;
  padding-right: 32px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link_news_news {
  color: #8e322f;
  text-align: center;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.falecnsc_btn {
  color: #1b2e32;
  background-color: #3898ec00;
  border: 2px solid #1b2e32;
  border-radius: 8px;
  margin-top: 0;
  margin-right: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.falecnsc_btn.french {
  color: #1b2e32;
  background-color: #1b2e3200;
}

.falecnsc_btn.french.contate_btn,
.falecnsc_btn.espan.newsdestaque,
.falecnsc_btn.espan.contact,
.falecnsc_btn.destaque-fala.w--current {
  color: #fff;
  background-color: #1b2e32;
}

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

.dropdown-link {
  margin-left: 0;
  padding-left: 0;
}

.image-11 {
  -webkit-text-fill-color: inherit;
  background-image: url("../images/Flag_of_France.svg.png");
  background-position: 50%;
  background-size: contain;
  background-clip: content-box;
  border-top: 0 #000;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 42px;
  padding-top: 0;
}

.link-block-4,
.link-block-5,
.link-block-6 {
  display: block;
}

.dropdown-toggle-5 {
  margin-right: 0;
  padding: 0;
  display: inline-block;
  position: static;
}

.image-12 {
  -webkit-text-fill-color: inherit;
  background-image: url("../images/Flag_of_Brazil.svg.webp");
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-clip: content-box;
  border-radius: 20px;
  margin-right: 40px;
}

.image-12.french {
  background-image: url("../images/Flag_of_France.svg.png");
}

.image-12.espan {
  background-image: url("../images/Flag_of_Spain.svg.png");
  background-position: 50%;
  background-repeat: repeat;
  background-attachment: scroll;
}

.image-12.eng {
  background-image: url("../images/Flag_of_the_United_States.svg.png");
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.image-13 {
  max-width: 80%;
  margin-top: 16px;
  margin-left: 24px;
}

.heading-_cards-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 500;
}

.container-8 {
  max-width: 100%;
}

.secao-bege {
  background-color: #f0e1ca;
  height: calc(100vh - 90px);
  position: relative;
}

.secao-branca {
  position: relative;
}

.div-block-13 {
  max-width: 100%;
  position: relative;
  inset: 40px 16px 0%;
}

.container-9 {
  margin-top: -200px;
  margin-bottom: 0;
}

.container-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 135px;
  display: grid;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #8e322f;
  border-radius: 16px;
  flex-flow: row;
  height: 100%;
  padding: 24px 16px;
  display: flex;
  overflow: visible;
}

.image-16 {
  align-self: center;
}

.heading-18 {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.image-17,
.image-18,
.image-19 {
  align-self: center;
}

.heading-18-b {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-14-b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #8e322f;
  border-left: 1px solid #8e322f;
  border-right: 1px solid #8e322f;
  border-radius: 16px 16px 0 0;
  flex-flow: row;
  padding: 24px 16px 0;
  display: flex;
}

.div-block-15 {
  border: 1px solid #8e322f;
  border-top-style: none;
  border-radius: 0 0 16px 16px;
  min-height: 100px;
  padding: 16px 16px 24px;
  overflow: visible;
}

.paragraph-13-b {
  margin-bottom: 0;
  overflow: hidden;
}

.paragraph-13,
.p-da-lista-4 {
  margin-bottom: 0;
}

.secao-branca-b {
  padding-top: 0;
  position: relative;
}

.div-quarta-dobra-b {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 940px;
  margin-bottom: 24px;
  display: flex;
}

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

.div-quarta-dobra-c {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 280px;
  max-width: 280px;
  display: flex;
}

.div-quinta-dobra {
  max-width: 940px;
  position: static;
  inset: 0%;
}

.topo-5-com {
  background-image: url("../images/maos-pra-cima-juntas.png");
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.topo-5-sem {
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 272px;
  margin-top: 32px;
  margin-bottom: 32px;
  margin-right: 24px;
  display: flex;
}

.heading-19 {
  margin-top: 0;
  margin-bottom: 0;
}

.botao-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-width: 100%;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.paragraph-14 {
  color: #8e322f;
  align-self: center;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.image-20 {
  align-self: center;
}

.paragraph-15 {
  margin-bottom: 0;
}

.botao-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #8e322f;
  border: 1px solid #8e322f;
  border-radius: 8px;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.paragraph-botao-1 {
  color: #fff;
  align-self: center;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.container-13 {
  background-color: #f0e1ca;
  min-width: 100%;
  position: absolute;
  inset: auto 0% -10%;
}

.div-block-18 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Poppins, Arial, sans-serif;
  display: flex;
}

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

.section-15 {
  background-color: #325861;
  justify-content: space-between;
  align-items: center;
  padding: 24px 3rem;
  display: flex;
  position: relative;
  top: auto;
  height: 80px;
  max-height: 80px;
  box-sizing: border-box;
}

.container-14 {
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 10% 0% auto;
}

.secao-branca-menor {
  position: relative;
}

.celula-fechada-1 {
  background-color: #cd9b4d;
  padding-right: 0;
}

.faixa-colorida-fechada {
  grid-column-gap: 0px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  inset: -8% 0% auto;
}

.faixa-colorida-aberta-p {
  grid-column-gap: 0px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  inset: auto 0%;
}

.celula-do-p {
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-right: 0;
  display: flex;
}

.paragraph-16 {
  color: #fff;
  max-width: 88%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.titulo-faixa-colorida {
  color: #fff;
  text-align: left;
  align-self: center;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.65em;
  line-height: 120%;
  padding: 24px;
}

.faixa-colorida-aberta {
  grid-column-gap: 0px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  inset: 8% 0% auto;
  overflow: visible;
}

.p-dos-cards {
  border: 1px #000;
  border-radius: 0 0 16px 16px;
  padding: 16px 16px 24px;
  overflow: visible;
}

.div-block-15-c {
  border: 1px solid #8e322f;
  border-top-style: none;
  border-radius: 0 0 16px 16px;
  min-height: 152px;
  padding: 16px 16px 24px;
  overflow: visible;
}

.p-dos-cards-b {
  border: 1px #000;
  border-radius: 0 0 16px 16px;
  padding: 16px 16px 24px;
  overflow: visible;
}

.div-block-20 {
  min-height: 104px;
}

.heading-tablet {
  color: var(--text-primary);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 2.65em;
}

.img-desk {
  vertical-align: bottom;
  max-width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.img-tablet,
.img-mobile {
  vertical-align: bottom;
  max-width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.p-mentoria-1 {
  text-align: justify;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.secao-branca-mentoria {
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.section-16 {
  background-color: #f5f5f5;
  margin-top: 32px;
  padding-top: 20px;
  position: relative;
}

.container-15 {
  margin-top: 0;
  margin-bottom: 32px;
}

.p-4-mentoria {
  font-family: Poppins, Arial, sans-serif;
}

.container-960 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  display: flex;
}

.container-vermelho {
  background-color: #8e322f;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  position: static;
  inset: auto 0% 0%;
}

.div-block-21 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 940px;
  margin: 80px auto;
  display: flex;
}

.container-961 {
  max-width: 100%;
  position: static;
  inset: auto 0% 0%;
}

.container-962 {
  max-width: 100%;
  margin-top: 80px;
  margin-left: 80px;
}

.secao-unica-fc {
  grid-column-gap: 151px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: block;
  position: relative;
}

#consulting > h1 {
  color: var(--text-primary);
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
  font-size: 2em; /* 32px converted to em */
  margin-top: 0;
  margin-bottom: 0;
}

#consulting > div {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: flex-start;
}

#consulting > div > div {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#consulting > div > div > h1 {
  color: var(--text-primary);
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin-top: 1rem;
  margin-bottom: 0;
}

#consulting > div > div > h2 {
  color: var(--text-primary);
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 0;
}

#consulting > div > div > p {
  color: var(--text-primary);
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

/* Responsive: Stack items vertically on mobile */
@media screen and (max-width: 767px) {
  #consulting > div {
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 20px;
  }

  .quick-stack-2 {
    align-self: center;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-tablet {
    font-size: 24px;
    line-height: 28px;
  }

  .container2 {
    flex-direction: column;
    gap: 2rem;
    align-items: stretch;
  }

  .hero-split {
    max-width: 100%;
    width: 100%;
  }

  .hero-image-responsive {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 530 / 520;
  }

  .cards {
    min-height: 500px;
  }

  .card_paragraph {
    font-size: 13px;
    padding: 14px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 0;
    width: calc(100% - 24px);
  }

  .img-desk {
    display: none;
  }

  .img-tablet {
    display: inline-block;
  }

  .p-justificado-20 {
    font-size: 18px;
    line-height: 20px;
  }

  .section-15 {
    height: 70px;
    max-height: 70px;
    padding: 16px 2rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .hero-without-image,
  .hero-heading-left,
  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .section-15 {
    height: 60px;
    max-height: 60px;
    padding: 12px 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-two {
    flex-direction: column;
  }

  .section-3 {
    display: none;
  }

  .div-block {
    flex-flow: column;
    display: flex;
  }

  .image-4 {
    display: none;
  }

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

  .img-tablet {
    display: none;
  }

  .img-mobile {
    display: inline-block;
  }

  .section-15 {
    height: 56px;
    max-height: 56px;
    padding: 10px 1rem;
  }
}

#w-node-_159318e4-7662-b704-5603-1c7e2fb7298e-647b49f0,
#w-node-b9281fca-9e6b-109e-4706-b883199bc407-647b49f0,
#w-node-_2387e893-27d9-38f8-4290-333a3114bf5d-647b49f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_9a8229ef-5a2c-16b2-efc3-6c5e45228a3e-647b49f0 {
  grid-template-rows: auto;
  grid-template-columns: 3fr 3fr 3fr;
}

#w-node-d7130449-b6a8-6901-5ea5-0eac8c1fbead-647b49f0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-f44ccca0-8dc3-564b-ceba-be2475ee395d-647b49f0 {
  place-self: center;
}

#w-node-_7a5b5bbf-2d83-6f3e-3df6-cd1bdc5a6e09-647b49f0 {
  place-self: center start;
}

#w-node-_9fb3310e-2070-94db-3774-8cbb8da57db6-647b49f0,
#w-node-_426df92f-0dc7-c1b9-9bc7-b8304c8c8d72-4c8c8d6f {
  justify-self: end;
}

#w-node-_426df92f-0dc7-c1b9-9bc7-b8304c8c8d73-4c8c8d6f,
#w-node-_426df92f-0dc7-c1b9-9bc7-b8304c8c8d75-4c8c8d6f,
#w-node-_426df92f-0dc7-c1b9-9bc7-b8304c8c8d77-4c8c8d6f {
  place-self: center;
}

#w-node-_6a04e6d1-36b8-b990-a386-c01c72bf4d8a-72bf4d88,
#w-node-_7e25021d-c0f6-1183-c055-6ebaa08dac90-ff1810ef,
#w-node-_9f090ea7-efd7-0f29-31e4-d6e7dc3022d1-dc3022ce {
  justify-self: end;
}

#w-node-_9f090ea7-efd7-0f29-31e4-d6e7dc3022d2-dc3022ce,
#w-node-_9f090ea7-efd7-0f29-31e4-d6e7dc3022d4-dc3022ce,
#w-node-_9f090ea7-efd7-0f29-31e4-d6e7dc3022d6-dc3022ce {
  place-self: center;
}

#w-node-_7fb73cad-3dc6-6fe6-bae1-c7cddc48da00-33f6b947 {
  justify-self: end;
}

#w-node-_5f9e760e-f168-2f4a-3c59-0fea5c3c24f2-33f6b947 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7c001799-cbc4-99cf-1943-27aee1e133fc-33f6b947 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4815fe14-ef46-59cb-85c3-d4f86229309c-33f6b947 {
  place-self: center start;
}

#w-node-_4815fe14-ef46-59cb-85c3-d4f86229309e-33f6b947,
#w-node-_61335d2f-862a-e4e9-1c57-5434a197c9ee-54d51aed,
#w-node-_31ba7761-e121-3f5e-1d69-f23887a40062-90949085,
#w-node-b322a734-6681-e183-352a-64ac20dab988-7e1660c7 {
  justify-self: end;
}

#w-node-a84be7e9-e3bf-3bd4-9b1a-612f5e9b6687-7e1660c7 {
  place-self: start end;
}

#w-node-bd5d4d10-f6d8-96e2-1e3e-b544a3883eed-e6169c6f {
  justify-self: end;
}

#w-node-_4601b66c-4be0-e492-cc6f-3b2c3af03e93-e6169c6f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_5d3e3dd1-3232-5a8b-83be-36884f742ebe-e6169c6f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ad9e6b77-310b-f2e4-30bb-2a4ab9250dc2-e6169c6f {
  place-self: center start;
}

#w-node-ad9e6b77-310b-f2e4-30bb-2a4ab9250dc4-e6169c6f,
#w-node-_2b7925bb-8f3e-e2ea-229f-d19be5d38b12-76829690,
#w-node-_6e4baa64-319b-222f-112e-dc3a295f434b-d7ef221b,
#w-node-f02333a7-083f-a55b-3a4f-7c4564b71f82-56e392fb {
  justify-self: end;
}

#w-node-f5dfdb1b-2c0c-ac2f-5349-7edbf4d5ba9b-f4d5ba8a {
  place-self: start end;
}

#w-node-_63ff120c-b545-c21d-222f-0ad1e1377283-8e5f09b1 {
  justify-self: end;
}

#w-node-d09e87a6-df65-1ced-3612-591b3cb33b9e-8e5f09b1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_85154e7f-8473-3527-1a22-f4ae1fbdb825-8e5f09b1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_43d72205-aae7-d248-ff3f-daad9034fc9e-8e5f09b1 {
  place-self: center start;
}

#w-node-_43d72205-aae7-d248-ff3f-daad9034fca0-8e5f09b1,
#w-node-af7d9565-8365-6c40-e2c5-e3d62c032727-d05dd82f,
#w-node-a68dab47-4111-cfc7-5e2d-ceced8c64c43-6eef720b,
#w-node-_7c29cd4b-98b1-5598-db93-1c2b4223ffc3-d77ed1c8 {
  justify-self: end;
}

#w-node-df49be65-340d-89bb-4282-27395a804e6f-d77ed1c8 {
  place-self: start end;
}

@media screen and (max-width: 991px) {
  #w-node-_9a8229ef-5a2c-16b2-efc3-6c5e45228a3e-647b49f0 {
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_159318e4-7662-b704-5603-1c7e2fb7298e-647b49f0,
  #w-node-b9281fca-9e6b-109e-4706-b883199bc407-647b49f0,
  #w-node-_2387e893-27d9-38f8-4290-333a3114bf5d-647b49f0,
  #w-node-_5f9e760e-f168-2f4a-3c59-0fea5c3c24f2-33f6b947,
  #w-node-_4601b66c-4be0-e492-cc6f-3b2c3af03e93-e6169c6f,
  #w-node-d09e87a6-df65-1ced-3612-591b3cb33b9e-8e5f09b1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: none;
  }
}

@font-face {
  font-family: "Fa Brands 400";
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa Solid 900";
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica nue";
  src: url("../fonts/HelveticaNeueMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.cta-button {
  width: 197;
  height: 59;
  gap: 10px;
  opacity: 1;
  border-radius: 8px;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
  border: 2px solid white;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.newsletter-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: calc(100vh - 90px - 80px);
}

@media screen and (max-width: 991px) {
  .newsletter-container {
    min-height: calc(100vh - 70px - 70px);
  }
}

@media screen and (max-width: 767px) {
  .newsletter-container {
    min-height: calc(100vh - 60px - 60px);
  }
}

#consulting-heading {
  font-weight: bold;
  font-family: Poppins, Arial, sans-serif;
  color: var(--text-primary);
}

.listitem {
  color: var(--text-primary);
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 0;
  line-height: 1.5;
}
