:root {
  --white: white;
  --primary-color: #4a4f4b;
  --cinza-2: #9d9d9d;
  --secundary-color: #cfcfcf;
  --transparent: #3898ec00;
  --hover-btn: #88fc03;
  --border-cinza: #00000021;
  --cinza-4: #cfcfcf;
  --black: black;
  --cinza-border: #e9e7e7;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.image {
  margin-top: 0;
}

.navbar {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-2 {
  display: block;
}

.logo {
  margin-left: 0;
  margin-right: 80px;
}

.logo.certifications {
  margin-right: 0;
}

.brand {
  margin-left: -249px;
}

.container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  margin: 47.5px auto 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 48px;
  font-weight: 300;
  display: flex;
}

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

.container.center {
  justify-content: center;
  align-items: center;
}

.container.center.width-100 {
  max-width: 1280px;
  height: 100%;
  max-height: 700px;
  display: flex;
}

.container.max-w-100 {
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.max-w {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1216px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.container.max-w.align-left {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.max-w.align-left.left {
  justify-content: flex-start;
}

.container.max-w.flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 180px;
}

.container.max-w.max-w-1216 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1216px;
  margin: 60px 0 0;
  padding-bottom: 0;
}

.container.max-w.left {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.container.max-w.authentic {
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.container.max-w.block-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.container.small--container {
  flex-flow: column;
  max-width: 1216px;
  display: block;
}

.container.small--container.relative {
  width: 100%;
  margin: 152px auto 120px;
  position: relative;
}

.container.small--container.flex {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.small--container.flex-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  margin-left: 112px;
  margin-right: 112px;
  display: flex;
}

.container._w-1222 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1216px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 0;
}

.container._w-1216 {
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1216px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--primary-color);
  max-height: 21px;
  padding: 0 0 0 40px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.nav-link.initial {
  padding-left: 0;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  height: 21px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-fale-conosco {
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 130px;
  height: 37px;
  max-height: 37px;
  margin-right: -243px;
  display: flex;
}

.text-block {
  color: var(--primary-color);
  letter-spacing: -.8px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

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

.background-video {
  height: 100%;
  max-height: 674px;
}

.slider {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1213px;
  display: flex;
}

.slider.slide--small {
  max-width: 1218px;
  height: 100%;
  margin-bottom: 128px;
  position: relative;
}

.div-video {
  justify-content: center;
  align-items: center;
  width: 133vh;
  height: 100%;
  max-height: 674px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: sticky;
}

.div-video.padding {
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.background-video-2 {
  display: block;
}

.section-benefits {
  background-image: url('../images/Gradients.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 820px;
  max-height: 820px;
  margin-top: 25px;
  display: flex;
}

.items-1 {
  max-width: 800px;
  margin-bottom: 48px;
  display: flex;
}

.items-1.tabs {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.items-1.tabs.doubt {
  border: 1px solid #000;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
}

.text-block-2 {
  color: var(--primary-color);
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 38.68px;
}

.image-3 {
  margin-right: 32px;
}

.paragraph {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25.92px;
}

.paragraph.doubt {
  width: 100%;
  max-width: 448px;
}

.paragraph.font {
  max-width: 494px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 144%;
}

.items {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: 120px;
  margin-bottom: 72px;
  display: block;
}

.items.tabs {
  margin-top: 40px;
}

.items.tabs.doubts {
  width: 100%;
  max-width: 704px;
  margin-right: 112px;
}

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

.section-practicality {
  margin-bottom: 100px;
}

.grid-images {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

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

.content {
  max-width: 468px;
}

.content.experience {
  margin-left: 137px;
}

.heading {
  color: var(--primary-color);
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.paragraph-content {
  color: var(--primary-color);
  letter-spacing: -.5px;
  max-width: none;
  margin-top: 16px;
  margin-bottom: 52px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25.92px;
}

.paragraph-content.tabs {
  margin-bottom: 40px;
}

.button-payface-para-voce {
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 267px;
  height: 50px;
  max-height: 50px;
  display: flex;
}

.button-payface-para-voce.max-w {
  max-width: 218px;
}

.button-payface-para-voce.max-w.experience {
  max-width: 146px;
}

.div-video-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 674px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: fixed;
}

.div-video-copy.padding {
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.image-5 {
  margin-top: -399px;
  margin-right: -95px;
  padding-right: 0;
  position: sticky;
  left: 1245px;
}

.div-slider {
  max-width: 1112px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.div-slider.doubts {
  padding-left: 0;
}

.heading-2 {
  color: var(--primary-color);
  letter-spacing: -.4px;
  margin-bottom: 100px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 52.8px;
}

.products {
  width: 100%;
  max-width: 384px;
  position: relative;
}

.products.doubts {
  width: 100%;
  max-width: 307px;
}

.description {
  flex: 1;
  order: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.description.doubt {
  padding-left: 104px;
}

.text-block-3 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.text-block-3.color {
  color: #9d9d9d;
  margin-top: 20px;
  margin-bottom: 40px;
}

.bar {
  background-image: linear-gradient(#003c46 6%, #119a48 17%, #14e467 31%, #00ff57 49%, #88fc03 63%, #baff64 78%, #d4ffa8);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 10px;
  max-width: 4px;
  height: 929px;
  display: flex;
  overflow: clip;
}

.bar.doubts {
  background-image: linear-gradient(#09a47a, #53dd2f);
  width: 100%;
  max-width: 4px;
  height: 924px;
}

.image-6, .image-6.doubts {
  margin-left: 0;
}

.content-slider {
  max-width: 468px;
}

.content-slider.experience {
  flex-flow: column;
  flex: 0 auto;
  order: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 137px;
  margin-right: 0;
  display: block;
}

.content-slider.experience.max-w-510 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 592px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-slider.experience.max-w-800 {
  max-width: 800px;
  margin-left: 104px;
  display: block;
}

.heading-inner {
  color: var(--primary-color);
  letter-spacing: -1px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132px;
  display: block;
}

.heading-content {
  color: var(--primary-color);
  letter-spacing: -1px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
}

.content-slider-2 {
  max-width: 468px;
}

.content-slider-2.experience {
  max-width: none;
  margin-bottom: 0;
  margin-left: 137px;
  margin-right: 0;
  display: none;
}

.content-slider-2.experience.max-w-800 {
  width: 100%;
  max-width: 800px;
  margin-left: 104px;
  margin-right: auto;
  display: none;
}

.content-slider-3 {
  max-width: 468px;
}

.content-slider-3.experience {
  max-width: none;
  margin-bottom: 0;
  margin-left: 137px;
  margin-right: 0;
  display: none;
}

.content-slider-3.experience.max-w-510 {
  width: 100%;
  max-width: 592px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.content-slider-4 {
  max-width: 468px;
}

.content-slider-4.experience {
  max-width: none;
  margin-bottom: 0;
  margin-left: 137px;
  margin-right: 0;
  display: none;
}

.text-1 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.text-1.color {
  color: var(--primary-color);
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-2 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.text-2.color {
  color: var(--cinza-2);
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-3 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.text-3.color, .text-3.color-copy {
  cursor: pointer;
  color: #9d9d9d;
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-5 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.text-5.color {
  cursor: pointer;
  color: #9d9d9d;
  margin-top: 20px;
  margin-bottom: 40px;
}

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

.section-purchase.left-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 112px;
}

.heading-content-tabs {
  color: var(--primary-color);
  letter-spacing: -1px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.heading-content-tabs.doubts {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-content-tabs.doubts.big--padding {
  margin-top: 32px;
  margin-bottom: 32px;
}

.text-item-tab {
  color: var(--primary-color);
  letter-spacing: -.5px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 132%;
}

.heading-tabs {
  color: var(--primary-color);
  letter-spacing: -.5px;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 132%;
}

.text-tab-1 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.text-tab-1.color {
  color: var(--primary-color);
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-tab-1.color.size {
  letter-spacing: -.24px;
  font-size: 24px;
}

.text-tab-2 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.text-tab-2.color {
  color: var(--cinza-2);
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-tab-3 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.text-tab-3.color {
  letter-spacing: -.24px;
  cursor: pointer;
  color: #9d9d9d;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 28px;
}

.content-slider-tab-2 {
  max-width: 468px;
}

.content-slider-tab-2.experience {
  max-width: 592px;
  margin-bottom: 156px;
  margin-left: 20px;
  display: none;
}

.content-slider-tab-3 {
  max-width: 468px;
}

.content-slider-tab-3.experience {
  max-width: 592px;
  margin-bottom: 156px;
  margin-left: 137px;
  display: none;
}

.content-slider-tab-1 {
  max-width: 468px;
}

.content-slider-tab-1.experience {
  max-width: 592px;
  margin-bottom: 156px;
  margin-left: 137px;
  display: block;
}

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

.div-block {
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.content-slider-tab {
  max-width: 468px;
}

.content-slider-tab.experience {
  width: 100%;
  max-width: 798px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
}

.accordion {
  border: 1px solid var(--primary-color);
  width: 798px;
  max-width: 798px;
  margin-bottom: 24px;
  padding: 30px 56px 30px 40px;
}

.div-accordion {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-tittle {
  max-width: 450px;
  margin-left: 48px;
  margin-right: 72px;
}

.div-tittle.whidth--big {
  max-width: 488px;
}

.text-block-4 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 132%;
}

.text-block-5 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.content-doubts {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  padding-left: 0;
  display: flex;
}

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

.contact-help {
  border: 1px solid var(--primary-color);
  cursor: pointer;
  width: 798px;
  max-width: 798px;
  margin-bottom: 24px;
  padding: 30px 56px 30px 40px;
}

.link-contact-help {
  text-decoration: none;
}

.bar-1 {
  background-image: linear-gradient(#00205d 6%, #0164c0 17%, #1fc3f1 31%, #00f0ff 49%, #00ffd1 63%, #acffde 78%, #dcfff1);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 4px;
  height: 352px;
  max-height: 352px;
  display: flex;
  overflow: clip;
}

.bar-1.doubts {
  background-image: linear-gradient(#09a47a, #53dd2f);
  width: 100%;
  max-width: 4px;
  height: 924px;
}

.bar-1.height-big {
  height: 545px;
  max-height: 545px;
}

.bar-1.height--small {
  transform-style: preserve-3d;
  background-image: linear-gradient(#003c46 6%, #119a48 17%, #14e467 31%, #00ff57 49%, #88fc03 63%, #baff64 78%, #d4ffa8);
  height: 330px;
  max-height: none;
}

.bar-1.height--small.bar-2 {
  height: 100%;
  position: absolute;
  left: auto;
  right: 0;
}

.bar-2 {
  background-image: linear-gradient(#003c46 6%, #119a48 17%, #14e467 31%, #00ff57 49%, #88fc03 63%, #baff64 78%, #d4ffa8);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 4px;
  height: 545px;
  max-height: 545px;
  display: flex;
  overflow: clip;
}

.bar-2.doubts {
  background-image: linear-gradient(#09a47a, #53dd2f);
  width: 100%;
  max-width: 4px;
  height: 924px;
}

.tittle-tabs {
  color: var(--primary-color);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.tittle-tabs.doubts {
  letter-spacing: -.5px;
  margin-bottom: 0;
}

.tittle-tabs.doubts.big--padding {
  margin-top: 56px;
  margin-bottom: 32px;
}

.big-bar {
  background-image: linear-gradient(#09a47a, #53dd2f);
  width: 6px;
  max-width: 6px;
  height: 929px;
  max-height: 929px;
}

.big-bar.bar--small {
  height: 748px;
  max-height: 748px;
}

.content-doubts-1 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  padding-left: 0;
  display: flex;
}

.content-doubts-2 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  padding-left: 0;
  display: none;
}

.sections-tabs-numbered {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 155px;
  padding-bottom: 155px;
  display: flex;
}

.div-top {
  border-bottom: 1px solid var(--secundary-color);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 72px;
  padding-bottom: 72px;
  display: flex;
}

.text-block-6 {
  color: var(--cinza-2);
  letter-spacing: -.5px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 132%;
}

.div-left {
  width: 100%;
  max-width: 520px;
}

.text-block-7 {
  color: var(--primary-color);
  letter-spacing: -.4px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
}

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

.div-right.tab-1.right {
  inset: 28px 0% auto auto;
  justify-content: flex-end;
  align-items: center;
  max-width: 426px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.order-1 {
  border: 1px solid var(--secundary-color);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  margin-right: 24px;
  display: flex;
}

.order-1.initial-color {
  border-color: var(--primary-color);
}

.order-1.initial-color._1-number, .order-1._2-number, .order-1._3-number {
  cursor: pointer;
}

.order-1._4-number {
  cursor: pointer;
  margin-right: 0;
}

.order-1._5-number {
  display: none;
}

.number-1 {
  color: var(--secundary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 132%;
}

.number-1.color {
  color: var(--primary-color);
}

.order-2 {
  border: 1px solid var(--secundary-color);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  margin-right: 24px;
  display: flex;
}

.order-3 {
  border: 1px solid var(--secundary-color);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  margin-right: 24px;
  display: flex;
}

.order-4 {
  border: 1px solid var(--secundary-color);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  margin-right: 0;
  display: flex;
}

.number-2, .number-3, .number-4 {
  color: var(--secundary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.content-left {
  width: 100%;
  max-width: 384px;
}

.div-below {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.text-block-8 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
}

.content-right {
  width: 100%;
  max-width: 720px;
}

.content-right.max-w-592 {
  max-width: 592px;
}

.content-right.max-w-772, .content-right.max-592px {
  max-width: 772px;
}

.text-block-9 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  width: 100%;
  max-width: 772px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 132%;
}

.button {
  background-color: var(--transparent);
  color: var(--primary-color);
  letter-spacing: -.8px;
  vertical-align: baseline;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 153px;
  height: 48%;
  max-height: 48px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: flex;
}

.component-tab-number {
  display: block;
}

.component-tab-number._3-tab, .component-tab-number._2-tab, .component-tab-number._4-tab, .component-tab-number._5-tab {
  display: none;
}

.component-tab-number._1-tab {
  margin-bottom: 0;
  display: block;
}

.component-tab-number._3-tab, .component-tab-number._2-tab, .component-tab-number._6-tab {
  display: none;
}

.component-tab-number-2 {
  display: block;
}

.component-tab-number-3 {
  flex-flow: column;
  display: block;
}

.component-tab-number-4 {
  display: block;
}

.order-1-iten-4 {
  border: 1px solid var(--secundary-color);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  margin-right: 24px;
  display: flex;
}

.number-1-iten-4 {
  border: 1px solid var(--secundary-color);
  color: var(--secundary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 132%;
}

.order-4-iten-4 {
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  margin-right: 0;
  display: flex;
}

.number-4-iten-4 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.order-1-iten-3 {
  border: 1px solid var(--secundary-color);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  margin-right: 24px;
  display: flex;
}

.number-1-iten-3 {
  color: var(--secundary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 132%;
}

.order-3-iten-3 {
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  margin-right: 24px;
  display: flex;
}

.number-3-iten-3 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.order-1-iten-2 {
  border: 1px solid var(--secundary-color);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  margin-right: 24px;
  display: flex;
}

.number-1-iten-2 {
  border: 1px solid var(--secundary-color);
  color: var(--secundary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 132%;
}

.order-2-iten-2 {
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  margin-right: 24px;
  display: flex;
}

.number-2-iten-2 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.div-block-2 {
  background-image: repeating-linear-gradient(#003c46, #119a48 19%, #14e467 28%, #00ff57 46%, #88fc03 65%, #baff64 85%, #d4ffa8);
  width: 100%;
  max-width: 100%;
  height: 8px;
  max-height: 8px;
}

.container-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  height: 80px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 660px;
  margin-left: 0;
  display: flex;
}

.link-nav {
  color: var(--primary-color);
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.link-nav.w--current {
  color: var(--primary-color);
}

.link-nav.max-widht {
  margin-left: 0;
  margin-right: 0;
}

.link-nav.submenu {
  padding-right: 21px;
}

.navigation-link {
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.navigation-link.padding--0 {
  margin-left: 20px;
  margin-right: 20px;
}

.navigation-link.max-width--144 {
  display: flex;
}

.navigation-link.mt-15 {
  margin-left: 20px;
  margin-right: 20px;
}

.button-nav {
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 128px;
  height: 38px;
  max-height: 38px;
  display: flex;
}

.text-block-10 {
  color: var(--primary-color);
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.link-block-2 {
  border-radius: 100px;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.link-block-2:hover {
  background-color: var(--hover-btn);
  border-radius: 100px;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-11, .dropdown-link {
  color: var(--primary-color);
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.dropdown-link:hover {
  font-weight: 300;
  text-decoration: underline;
}

.dropdown-link-2 {
  color: var(--primary-color);
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.dropdown-link-2:hover {
  text-decoration: underline;
}

.dropdown-link-3 {
  color: var(--primary-color);
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.dropdown-link-3:hover {
  text-decoration: underline;
}

.navbar-2 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 88px;
  max-height: 120px;
  margin-top: 0;
  padding-top: 8px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.dropdown-list {
  background-color: var(--transparent);
}

.dropdown-list.w--open {
  background-color: var(--white);
  max-width: 220px;
}

.section-benefits-fortface {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 120px 0 0;
  display: flex;
}

.section-benefits-fortface.margin-200 {
  margin-top: 200px;
}

.section-benefits-fortface.mt-space {
  background-size: contain;
  margin-top: 0;
  padding-bottom: 0;
}

.section-benefits-fortface.remove-bg {
  background-image: none;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.heading-slide {
  color: var(--primary-color);
  letter-spacing: -.4px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 52.8px;
}

.div-tittle-slide {
  max-width: 904px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.tittle-section {
  margin-bottom: 100px;
  margin-right: 0;
}

.tittle-section.margin-32 {
  margin-bottom: 32px;
  margin-right: 0;
}

.heading-content-slide {
  color: var(--primary-color);
  letter-spacing: -1px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
}

.heading-content-slide.t-28 {
  font-size: 28px;
}

.heading-content-slide.t-28.mb-0 {
  color: var(--primary-color);
  margin-bottom: 0;
}

.heading-content-slide.t-28.mb-32px {
  margin-top: 56px;
}

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

.text-fortface {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
}

.text-category {
  color: var(--primary-color);
  letter-spacing: -1px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
}

.text-category.t-28 {
  font-size: 28px;
}

.img-category {
  margin-bottom: 16px;
}

.div-below-fortface {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.section-market-model {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.tittle {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tittle.new, .tittle.positionleft {
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-3 {
  color: var(--primary-color);
  text-align: left;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
}

.heading-3.small {
  max-width: 820px;
  font-size: 36px;
}

.heading-3.small.trhee {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-12 {
  color: var(--primary-color);
  letter-spacing: -.24px;
  max-width: 800px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.text-block-12.text-left {
  text-align: left;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 1020px;
  margin-top: 64px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 0;
}

.img-grid {
  height: 100%;
  max-height: 32px;
  margin-bottom: 56px;
}

.text-block-13 {
  color: var(--primary-color);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 144%;
}

.text-grid {
  letter-spacing: -.5px;
  width: auto;
  max-width: 302px;
  margin-bottom: 48px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
}

.text-grid._w-152 {
  width: 100%;
  max-width: 152px;
  margin-bottom: 92px;
}

.text-grid._w-152.grid-1 {
  height: 100%;
  max-height: 70px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-grid._w-152.grid-2.margin {
  color: var(--primary-color);
  height: 100%;
  max-height: 70px;
  margin-bottom: 0;
}

.text-grid._w-152.grid-3 {
  height: 100%;
  max-height: 92px;
  margin-top: 0;
  margin-bottom: 0;
}

.text-grid._w-152.grid-4 {
  height: 100%;
  max-height: 92px;
  margin-bottom: 0;
}

.text-grid._w-152.grid-5 {
  height: 100%;
  max-height: 114px;
  margin-bottom: 0;
}

.text-grid._w-152.grid-6 {
  height: 100%;
  max-height: 92px;
  margin-bottom: 0;
}

.text-grid._w-152.grid-7 {
  height: 100%;
  max-height: 70px;
  margin-bottom: 0;
}

.text-grid._w-152.grid-8 {
  height: 100%;
  max-height: 92px;
}

.text-grid.h--66 {
  height: 100%;
  max-height: 92px;
  margin-bottom: 0;
}

.text-grid.h--66.grid-1 {
  max-height: 80px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-grid.h--66.grid-2 {
  width: 100%;
  max-height: 70px;
  margin-bottom: 0;
}

.text-grid.h--66.grid-5 {
  max-height: 114px;
}

.text-grid.h--66.grid-7 {
  max-height: 70px;
}

.text-block-14 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  width: 152px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 136%;
}

.text-block-15 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
}

.text-block-15.margin {
  padding-top: 0;
}

.image-7 {
  margin-bottom: 9px;
}

.div-grid-fortface {
  flex-flow: row;
  width: 100%;
  max-width: 100%;
  margin-top: 64px;
  padding-top: 32px;
  display: flex;
}

.grid-content {
  grid-row-gap: 1px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 302px;
  margin-top: 64px;
  padding-top: 32px;
  padding-left: 0;
  padding-right: 0;
}

.content-grid-text {
  color: var(--primary-color);
  width: 302px;
}

.text-block-16 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 144%;
}

.grid-copy {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 190px;
  margin-top: 64px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 0;
}

.grid-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 340px;
  margin-top: 64px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 0;
}

.text-grid-copy {
  letter-spacing: -.5px;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: 302px;
  height: 70px;
  max-height: 70px;
  margin-top: 0;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
}

.text-grid-copy {
  letter-spacing: -.5px;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  max-width: 302px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
  display: flex;
}

.text-grid-copy {
  letter-spacing: -.5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 302px;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
}

.text-grid-copy._w-152 {
  width: 100%;
  max-width: 152px;
  height: 70px;
  max-height: 70px;
}

.column-1 {
  border: 0px solid var(--border-cinza);
  width: 251px;
  max-width: 251px;
  height: 980px;
  margin-right: 0;
  padding: 32px;
}

.column-2 {
  border: 1px solid var(--border-cinza);
  width: 100%;
  max-width: 368px;
  padding: 32px;
}

.column-3 {
  border: 1px solid var(--border-cinza);
  width: 100%;
  max-width: 368px;
  margin-left: 32px;
  padding: 32px;
}

.container-container--large {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-container--large.mb-110 {
  margin-bottom: 110px;
}

.image-left {
  width: 50%;
  max-width: 720px;
  margin-right: -18px;
}

.right-content {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.right-content.no-margin {
  padding-right: 0;
}

.content-frame {
  max-width: 468px;
}

.content-frame.margin {
  margin-right: 110px;
}

.heading-4 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 132%;
}

.heading-4.f-size {
  font-size: 36px;
  font-weight: 300;
}

.text-block-17 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.button-v3 {
  border: 1px solid #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 153px;
  height: 50px;
  max-height: 50px;
  transition: background-color .3s;
  display: flex;
}

.button-v3:hover {
  background-color: var(--hover-btn);
}

.button-v3.big-btn {
  border-color: var(--primary-color);
  color: var(--primary-color);
  max-width: 193px;
  height: 52px;
  max-height: 52px;
  margin-bottom: 245px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  transition: background-color .3s;
  display: none;
}

.button-v3.cards {
  max-width: 165px;
  display: none;
}

.text-block-18 {
  color: var(--primary-color);
  letter-spacing: -.8px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.section-certifications {
  background-image: url('../images/Gradientes-Fortface-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding-top: 168px;
  padding-bottom: 168px;
  display: block;
}

.section-certifications.secondary-size {
  margin-top: 169px;
  padding-top: 0;
  padding-bottom: 169px;
}

.content-certifications {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 620px;
  padding-right: 40px;
  display: flex;
}

.logos-certifications {
  width: 100%;
  max-width: 592px;
  margin-left: 0;
}

.heading-5 {
  color: var(--primary-color);
  letter-spacing: -.4px;
  width: 100%;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
}

.text-block-19 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.grid-logos {
  grid-column-gap: 80px;
}

.column-logos {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.column-logos.margin {
  margin-bottom: 0;
}

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

.section-newsletter.margin-100 {
  margin-bottom: 100px;
}

.newsletter {
  border: 1px solid var(--primary-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1006px;
  padding: 32px 60px;
  display: flex;
}

.content-newsletter {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 796px;
  height: 100%;
  max-height: 110px;
  display: flex;
}

.text-description {
  width: 100%;
  max-width: 648px;
}

.heading-6 {
  color: var(--primary-color);
  letter-spacing: -.24px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 132%;
}

.tittle-newsletter {
  margin-bottom: 24px;
}

.form {
  display: flex;
}

.text-field {
  border: 1px solid var(--cinza-4);
  border-radius: 4px;
  width: 100%;
  max-width: 387px;
  height: 53px;
  max-height: 53px;
  margin-right: 24px;
}

.submit-button {
  background-color: var(--primary-color);
  color: var(--white);
  letter-spacing: -.8px;
  border-radius: 100px;
  width: 100%;
  max-width: 242px;
  height: 50px;
  max-height: 50px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  transition: background-color .3s;
}

.submit-button:hover {
  background-color: var(--cinza-2);
  color: var(--white);
}

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

.text-plus-topics {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.background-gradient {
  aspect-ratio: 9 / 16;
  background-color: #000;
  background-image: linear-gradient(#000 15%, #00fff0 100%, #00c2ff 100%, #1fc4f0 100%, #27e9c4);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 384px;
  max-height: 552px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.scrolling-image-container {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 1116px;
  margin-top: 174px;
  display: grid;
}

.paragraph-2 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
  text-decoration: none;
  overflow: hidden;
}

.floating-image {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  width: 322px;
  max-width: none;
  height: 522px;
  position: absolute;
  top: -23px;
  left: 26px;
}

.frame-1171276064 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.scrolling-image-section {
  grid-column-gap: 104px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 120px 112px;
  text-decoration: none;
  display: flex;
}

.heading-7 {
  color: #4a4f4b;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.scrolling-image-text-card {
  grid-column-gap: 10px;
  background-color: var(--transparent);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 592px;
  padding: 26px 32px;
  text-decoration: none;
  display: flex;
}

.text-span {
  letter-spacing: -.09px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.heading-8 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.left-arrow {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.testimonials-section {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 112px 120px;
  text-decoration: none;
  display: flex;
}

.right-arrow {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.quote-vector {
  aspect-ratio: 1;
  width: 100%;
  min-width: 24px;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.heading-9 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.testimonial-container {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-1171275751 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-container {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #4a4f4b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  padding: 60px 72px 60px 100px;
  text-decoration: none;
  display: flex;
}

.quote-icon-container {
  grid-column-gap: 10px;
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #f5f5f5;
  border: 1px solid #4a4f4b;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 10%;
  min-width: 70px;
  min-height: 90px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.paragraph-max {
  color: #6c6c6c;
  letter-spacing: -.5px;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
}

.vectors-wrapper-32 {
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 0;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-34 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.frame-1171275750 {
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1171275744 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.icon {
  color: #9d9d9d;
}

.input {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  flex-flow: row;
  align-items: center;
  width: 100%;
  max-width: 420px;
  height: 48px;
  padding: 0 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
  display: flex;
}

.text-50 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.contact-form-container {
  flex-flow: row;
  width: 100%;
  max-width: 1216px;
  display: flex;
}

.frame-1171276345 {
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  text-decoration: none;
  display: flex;
}

.frame-1171276344 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-10 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.heading-10.white {
  color: #fff;
  letter-spacing: -.28px;
  max-width: 316px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 144%;
}

.paragraph-3 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.paragraph-3.white {
  color: #cfcfcf;
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.dropdown {
  width: 100%;
}

.dropdown-list-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 0 0 24px 24px;
  margin-top: -23px;
  margin-bottom: -23px;
  padding-top: 23px;
  display: none;
  box-shadow: 0 2px 19px #0000001a;
}

.dropdown-option {
  color: var(--primary-color);
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.dropdown-option:hover {
  background-color: #f5f5f5;
}

.frame-1171276331 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 680px;
  text-decoration: none;
  display: flex;
}

.text-block-20 {
  color: var(--cinza-2);
  justify-content: flex-start;
  align-items: center;
  font-family: Poppins, sans-serif;
  display: flex;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.contact-form {
  grid-row-gap: 10px;
  background-color: #e2e2e2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.form-block {
  width: 100%;
}

.button-2 {
  letter-spacing: -.5px;
  background-color: #4a4f4b;
  border: 1px #4a4f4b;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 244px;
  padding: 14px 0;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  text-decoration: none;
  display: flex;
}

.button-2:hover {
  background-color: var(--cinza-2);
  letter-spacing: -.8px;
}

.button-label {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.contact-form-gradient {
  background-color: #000;
  background-image: url('../images/Fundo-Gradiente.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 416px;
  height: 510px;
  padding: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-form-section {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.contact-form-section.mt-255 {
  margin-top: 255px;
}

.contact-form-section.mt-110 {
  margin-top: 110px;
}

.contact-form-section.mt-200 {
  margin-top: 145px;
}

.paragraph-3-copy {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
  text-decoration: none;
  overflow: hidden;
}

.paragraph-3-copy.white {
  color: #fff;
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.footer-container {
  grid-column-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-sitemap {
  grid-column-gap: 24px;
  grid-row-gap: 30px;
  color: #4a4f4b;
  border-top: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 72px;
  text-decoration: none;
  display: none;
}

.footer-policies {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 72px;
  text-decoration: none;
  display: flex;
}

.social-media {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1px;
  text-decoration: none;
  display: none;
}

.gradient-bar {
  flex: 1;
  width: 100%;
}

.footer-policies-container {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: none;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.footer-link {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.paragraph-tiny {
  color: #4a4f4b;
  text-align: right;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.footer {
  grid-row-gap: 71px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.footer-brand-socials {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 64px;
  margin-bottom: 0;
}

.bar-mobile {
  display: none;
}

.div-top-copy {
  border-bottom: 1px solid var(--secundary-color);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 72px;
  padding-bottom: 72px;
  display: flex;
}

.div-top-copy.mobile {
  border-bottom-style: none;
  display: none;
}

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

.heading-11 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.scrolling-image-text-card-2 {
  grid-column-gap: 10px;
  background-color: #f5f5f500;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 592px;
  padding: 26px 32px 26px 0;
  text-decoration: none;
  display: flex;
}

.paragraph-4 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
  text-decoration: none;
  overflow: hidden;
}

.paragraph-4.white {
  color: #fff;
  letter-spacing: -.5px;
  font-weight: 300;
}

.paragraph-4.size2 {
  font-size: 22px;
}

.card-subtitle {
  font-size: 20px;
  font-weight: 400;
}

.background-gradient-2 {
  aspect-ratio: 9 / 16;
  background-color: #000;
  background-image: url('../images/Fundo-Gradiente---Pequeno---1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 380px;
  max-height: 520px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.scrolling-image-container-2 {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: none;
  padding-top: 120px;
  display: grid;
}

.scrolling-image-container-2.margin-120 {
  margin-bottom: 120px;
  padding-top: 0;
}

.floating-image-2 {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: none;
  height: 520px;
  position: absolute;
  top: -23px;
  left: 26px;
}

.text-plus-topics-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1171276346 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-3 {
  grid-column-gap: 10px;
  background-color: #4a4f4b;
  border: 1px solid #4a4f4b;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.button-3.white {
  border-color: var(--primary-color);
  background-color: var(--white);
  color: var(--primary-color);
  letter-spacing: -.8px;
  cursor: pointer;
  width: 100%;
  max-width: 193px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  transition: color .3s, background-color .3s;
}

.button-3.white:hover {
  border-color: var(--white);
  background-color: var(--transparent);
  color: var(--white);
}

.button-3.dark {
  border-color: var(--primary-color);
  background-color: #0000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.button-3.alter {
  color: #4a4f4b;
  background-color: #0000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.button-3.dark {
  background-color: #0000;
  border-color: #4a4f4b;
  transition: background-color .3s;
}

.button-3.dark:hover {
  background-color: #88fc03;
}

.button-3.dark.desk, .button-3.dark.hidden {
  display: none;
}

.button-3.white {
  background-color: #0000;
  border-color: #fff;
}

.button-3.dark.max-173px {
  max-width: 200px;
}

.button-3.dark {
  background-color: #0000;
  border-color: #4a4f4b;
}

.button-3.white {
  color: #4a4f4b;
  letter-spacing: -.8px;
  cursor: pointer;
  background-color: #fff;
  border-color: #4a4f4b;
  width: 100%;
  max-width: 193px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  transition: color .3s, background-color .3s;
}

.button-3.white:hover {
  color: #fff;
  background-color: #3898ec00;
  border-color: #fff;
}

.button-3.white.max-w-120 {
  max-width: 250px;
}

.button-3.mt-32 {
  margin-top: 32px;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  display: flex;
}

.container-5.medium {
  max-width: 1216px;
}

.heading-12 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.heading-12.white {
  color: #fff;
  font-size: 40px;
}

.heading-12.size0big {
  font-size: 40px;
}

.content-section-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.button-label-2 {
  color: var(--primary-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.button-label-2:hover {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.image-10 {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  max-width: 604px;
}

.benef-cios-2 {
  grid-row-gap: 32px;
  background-color: #ebeded;
  background-image: url('../images/Fundo-Gradiente.png');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 608px;
  padding: 110px 59px;
  text-decoration: none;
  display: flex;
}

.benef-cios-2.alternate {
  background-color: #f5f5f5;
  background-image: none;
}

.benef-cios-2.minnor {
  padding-top: 70px;
  padding-bottom: 70px;
}

.benef-cios-2.bg-fortface2 {
  background-image: url('../images/bg-fortface_1.png');
}

.section-how-to-use {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 110px 30px 100px;
  display: flex;
}

.section-how-to-use.top {
  justify-content: center;
  align-items: flex-start;
}

.section-how-to-use._1 {
  padding-top: 0;
  padding-left: 0;
}

.step-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.card-1 {
  border: 1px solid var(--cinza-border);
  cursor: pointer;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-width: auto;
  max-width: none;
  min-height: 496px;
  padding: 36px 32px;
  display: flex;
}

.card-1.card-second, .card-1.card-tertiary {
  flex-flow: column;
  justify-content: space-between;
  min-width: 282px;
  padding-top: 36px;
  display: flex;
}

.card-1.card-primary {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 487px;
  padding-top: 36px;
  display: flex;
}

.svg-card {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  max-width: 528px;
  display: flex;
}

.heading-13 {
  color: var(--primary-color);
  min-width: 216px;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 132%;
}

.text-block-21 {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.button-4 {
  border: 1px solid var(--primary-color);
  background-color: var(--transparent);
  color: var(--primary-color);
  letter-spacing: -.8px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 165px;
  height: 100%;
  max-height: 48px;
  padding: 14px 24px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  display: flex;
}

.button-4:hover {
  background-color: var(--hover-btn);
}

.button-4.hidden {
  display: none;
}

.card-2 {
  border: 1px solid var(--cinza-4);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 282px;
  margin-left: 32px;
  padding: 36px 32px;
  display: flex;
}

.card-2.card-two, .card-2.card-three {
  max-width: none;
  min-height: 497px;
}

.card-2.card-four {
  display: none;
}

.heading-14 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 132%;
}

.div-text-btn.step-2 {
  width: 528px;
  display: none;
}

.div-text-btn.step--2 {
  width: 420px;
  display: block;
}

.div-text-btn.step-3 {
  display: none;
}

.div-text-btn.step-1 {
  width: 490px;
  max-width: none;
  display: block;
}

.div-text-btn.step--3 {
  width: 490px;
  display: block;
}

.image-11 {
  margin-right: 48px;
}

.section-a-fortface {
  background-image: url('../images/Gradientes-Fortface-7.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 725px;
  padding-top: 128px;
  padding-bottom: 62px;
  display: flex;
}

.div-heading {
  width: 100%;
  max-width: 384px;
}

.heading-15 {
  color: var(--primary-color);
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
}

.description-fortface {
  width: 100%;
  max-width: 800px;
}

.text-block-22 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  border: 0 solid #000;
  padding-bottom: 48px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.heading-16 {
  font-size: 23px;
}

.text-block-23 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  margin-top: 48px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 132%;
  display: none;
}

.text-block-24 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  display: none;
}

.button-5 {
  border: 1px solid var(--primary-color);
  background-color: var(--transparent);
  color: var(--primary-color);
  letter-spacing: -.8px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 216px;
  height: 100%;
  max-height: 50px;
  padding: 14px 24px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  transition: background-color .3s;
  display: flex;
}

.button-5:hover {
  background-color: var(--hover-btn);
}

.button-5.mt {
  max-width: 230px;
  margin-top: 23px;
}

.section-data {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.left {
  max-width: 592px;
  margin-right: 136px;
}

.text-block-25 {
  color: var(--primary-color);
  letter-spacing: -.4px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
}

.text-block-26 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 132%;
}

.right {
  order: 1;
  align-self: flex-start;
  width: 100%;
  max-width: 489px;
  margin-right: 0;
}

.button-ppv {
  border: 1px solid var(--primary-color);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  display: flex;
}

.button-ppv.margin-24 {
  margin-bottom: 24px;
}

.text-block-27 {
  color: var(--primary-color);
  width: 100%;
  max-width: 376px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 144%;
}

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

.text-block-28 {
  color: var(--primary-color);
  letter-spacing: -.4px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
}

.text-block-29 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.frame {
  width: 100%;
  max-width: 177px;
}

.top {
  border: 1px solid var(--secundary-color);
  justify-content: center;
  align-items: center;
  padding: 25px 33px;
  display: flex;
}

.text-block-30 {
  border: 1px solid var(--secundary-color);
  color: var(--primary-color);
  letter-spacing: -.5px;
  height: 100%;
  max-height: 85px;
  padding: 29px 27px 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
}

.text-block-30-copy {
  border: 1px solid var(--secundary-color);
  color: var(--primary-color);
  letter-spacing: -.5px;
  height: 100%;
  max-height: 85px;
  padding: 19px 27px 18px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
}

.benefits-1 {
  grid-row-gap: 32px;
  background-color: #ebeded;
  background-image: url('../images/Box-gradientes-1.png');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 608px;
  padding: 123px 80px;
  text-decoration: none;
  display: flex;
}

.text-block-31 {
  color: var(--primary-color);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-block-31:hover {
  color: var(--white);
}

.container-5-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  padding-bottom: 80px;
  display: flex;
}

.brand-2.w--current {
  flex: 0 auto;
  order: -1;
  padding-top: 0;
  display: block;
}

.bar-gradient {
  background-image: url('../images/Gradient-bar.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 8px;
  display: block;
  position: absolute;
  inset: 0% auto auto -1%;
}

.vectors-wrapper-35 {
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 0;
  text-decoration: none;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: flex;
}

.left-arrow-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.quote-icon-container-2 {
  grid-column-gap: 10px;
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #f5f5f5;
  border: 1px solid #4a4f4b;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 10%;
  min-width: 70px;
  min-height: 90px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -1px;
  left: -1px;
}

.text-container-2 {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #4a4f4b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 60px 72px 60px 100px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.slider-mask {
  width: 100%;
  height: auto;
}

.testimonials-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.left-arrow-container {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.paragraph-max-2 {
  color: #6c6c6c;
  letter-spacing: -.5px;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
}

.heading-17 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.slide-nav {
  border: 0 solid #9d9d9d;
  display: block;
  position: relative;
}

.slider-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  overflow: visible;
}

.testimonials-section-2 {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 0 120px;
  text-decoration: none;
  display: flex;
}

.right-arrow-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.right-arrow-container {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide {
  height: auto;
}

.frame-1171275746 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-18 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.dropdown-2 {
  display: block;
}

.div-slider-copy {
  max-width: 1112px;
  margin-left: 0;
  margin-right: 0;
}

.hero-section-identification {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.hero-video-containerr {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 200vh;
  display: flex;
}

.hero-video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 95vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.video-text {
  z-index: 1;
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 124%;
  position: relative;
}

.video-text.div-block-20 {
  opacity: 0;
  text-align: left;
  margin-bottom: 0;
  font-size: 36px;
}

.video-text.div-block-20.text-small {
  opacity: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 18px;
}

.video-text.div-block-20._w-differ {
  opacity: 0;
  font-size: 33px;
}

.video-text.text0left {
  text-align: left;
  font-size: 36px;
}

.video-text.small-text {
  text-align: left;
  font-size: 48px;
}

.video-text.normal-font {
  text-align: left;
  font-size: 36px;
}

.video-overlay {
  opacity: 1;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.navigation-link-copy {
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.navigation-link-copy.padding--0 {
  margin-left: 20px;
  margin-right: 20px;
}

.section-commitment-fortface {
  background-image: url('../images/Gradientes-Fortface.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 120px;
  display: flex;
}

.text-block-34 {
  color: var(--primary-color);
  margin-bottom: 80px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.text-block-25-copy {
  color: var(--primary-color);
  letter-spacing: -.4px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
}

.section-politicas-de-privacidade {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 100px;
  display: flex;
}

.container-ppv {
  color: #4a4f4b;
  max-width: 1220px;
}

.text-block-35 {
  color: var(--primary-color);
  letter-spacing: -.4px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
}

.text-block-36 {
  color: var(--cinza-2);
  letter-spacing: -.5px;
  margin-top: 16px;
  margin-bottom: 48px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 134%;
}

.text-block-37 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.text-span-2, .text-span-3 {
  font-weight: 600;
}

.paragraph-1 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  margin-top: 80px;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.text-block-38 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  max-width: 1008px;
  margin-bottom: 40px;
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.text-block-39, .list-item, .list-item-2, .list-item-3, .list-item-4 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.list-item-5 {
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.list-item-5.mb-20 {
  color: #4a4f4b;
  margin-bottom: 30px;
}

.list-item-5.mb-20-copy {
  color: #4a4f4b;
  margin-bottom: 30px;
  margin-left: 40px;
}

.content-ppv {
  text-align: left;
  max-width: 1008px;
}

.div-ppv {
  max-width: 1008px;
}

.grid-ppv {
  border-bottom: 1px solid var(--cinza-4);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.grid-left {
  width: 100%;
  max-width: 456px;
  margin-left: 0;
  padding: 24px 0 24px 24px;
}

.grid-left._w-100 {
  max-width: none;
}

.grid-left.max-w-320 {
  max-width: 320px;
}

.text-block-40 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 144%;
}

.grid-right {
  width: 100%;
  max-width: 456px;
  padding: 24px;
}

.grid-right.max-w-592 {
  max-width: 592px;
}

.text-content {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 144%;
}

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

.text-span-5 {
  font-weight: 500;
}

.text-block-41 {
  font-family: Poppins, sans-serif;
}

.text-block-42 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  margin-top: 32px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.list-item-6 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 132%;
}

.text-span-6 {
  font-weight: 600;
}

.list-item-7 {
  color: var(--primary-color);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 132%;
  text-decoration: underline;
}

.text-span-4-copy {
  font-weight: 500;
}

.text-span-7 {
  font-weight: 600;
}

.text-block-42-copy {
  border-bottom: 1px solid var(--cinza-2);
  color: var(--primary-color);
  letter-spacing: -.5px;
  margin-top: 32px;
  padding-bottom: 48px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.text-block-43 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.text-span-8 {
  font-weight: 500;
}

.tittle-fortaleza {
  width: 100%;
  max-width: 695px;
}

.text-block-44 {
  color: var(--primary-color);
  letter-spacing: -.4px;
  max-width: 720px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
}

.text-block-45 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.section-fortress {
  background-image: url('../images/Gradientes-Fortface-7.png'), url('../images/Gradientes-Fortface.png');
  background-position: 0%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  display: flex;
}

.tittle-fortress {
  margin-bottom: 60px;
}

.grid-content-fortress {
  max-width: 1008px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.grid-content-fortress.max-w-800 {
  max-width: 800px;
  padding-top: 0;
  padding-bottom: 148px;
}

.tittle-grid {
  color: var(--primary-color);
  letter-spacing: -1px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
}

.grid-3 {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  place-items: start;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 72px;
  display: flex;
}

.div-card-fortress {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.description-card {
  width: 100%;
  max-width: none;
}

.text-block-46 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  width: 100%;
  max-width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  display: block;
}

.div-card-fortress-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-btn-fortress {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.button-6 {
  border: 1px solid var(--primary-color);
  background-color: var(--transparent);
  color: var(--primary-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 213px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .3s;
  display: flex;
}

.button-6:hover {
  background-color: var(--hover-btn);
}

.text-block-47 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  margin-top: 80px;
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
}

.background-gradient-2-copy {
  aspect-ratio: 9 / 16;
  background-color: #000;
  background-image: url('../images/Fundo-Gradiente---Pequeno---1-2.png');
  background-position: 0 0;
  background-size: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 390px;
  height: 100%;
  max-height: 555px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.floating-image-2-copy {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: -23px;
  left: 26px;
}

.video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -23px;
  left: 26px;
}

.div-block-10 {
  background-image: url('../images/01.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -23px;
  left: 26px;
}

.background-video-4 {
  z-index: 10;
  width: 386px;
  max-width: 386px;
  height: 523px;
}

.heading-11-copy {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.text-plus-topics-2-copy {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 696px;
  text-decoration: none;
  display: flex;
}

.background-gradient-autentic {
  aspect-ratio: 9 / 16;
  background-color: #000;
  background-image: url('../images/Fundo-Gradiente---Pequeno---1-3.png');
  background-position: 0 0;
  background-size: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 390px;
  height: auto;
  max-height: 555px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.autentic-div {
  background-image: url('../images/Rectangle-380-4.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -23px;
  left: 26px;
}

.paragraph-4-copy {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.paragraph-4-copy.white {
  color: #fff;
  letter-spacing: -.5px;
  font-weight: 300;
}

.div-slider-copy {
  max-width: 1218px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.div-slider-copy.doubts {
  padding-left: 0;
}

.items-copy {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: 120px;
  margin-bottom: 72px;
  display: block;
}

.items-copy.tabs {
  max-width: 494px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 0;
}

.items-copy.tabs.doubts {
  width: 100%;
  max-width: 704px;
  margin-right: 112px;
}

.items-copy.tabs.max-w-800 {
  max-width: 800px;
}

.tittle-purchase {
  width: 100%;
  max-width: 1218px;
  margin-bottom: 80px;
}

.text-block-48 {
  color: var(--primary-color);
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
}

.text-block-49 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  max-width: 728px;
  margin-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.container-container-autentic {
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-capture-mode {
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.scrolling-image-container-2-copy {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: none;
  padding-top: 120px;
  display: grid;
}

.scrolling-image-container-2-copy.margin-120 {
  grid-auto-flow: column;
  margin-bottom: 120px;
  padding-top: 0;
  display: flex;
}

.text-plus {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 696px;
  text-decoration: none;
  display: flex;
}

.heading-11-copy-copy {
  color: #4a4f4b;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

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

.autentic-div-copy {
  background-image: url('../images/Rectangle-380-3.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -23px;
  left: 26px;
}

.autentic-div-copy.capture-mode {
  background-image: url('../images/Rectangle-380-5.png');
}

.authentic-operation {
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  display: flex;
}

.tittle-authentic {
  color: var(--primary-color);
  text-align: center;
  letter-spacing: -1px;
  align-self: center;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
}

.img-authentic {
  margin-bottom: 112px;
}

.section-facial-authentication {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-facial-authentication.margin {
  margin-bottom: 106px;
}

.div-description {
  width: 100%;
  max-width: none;
  padding-bottom: 40px;
}

.text-block-50 {
  color: var(--primary-color);
  letter-spacing: -1px;
  width: 100%;
  max-width: 686px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
}

.text-block-50._w-full, .text-block-50._w-fill {
  max-width: 100%;
}

.text-block-51 {
  letter-spacing: -.5px;
  margin-top: 13px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 144%;
}

.div-icons-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid #cfcfcf;
  width: 100%;
  padding-top: 70px;
  display: flex;
}

.icons-block {
  max-width: 280px;
}

.icon-top {
  margin-bottom: 25px;
}

.text-block-52 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 132%;
}

.text-block-53 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.div-btn-authentic {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 60px;
  display: flex;
}

.div-btn-authentic.none {
  display: none;
}

.button-7 {
  background-color: var(--transparent);
  color: var(--primary-color);
  letter-spacing: -.8px;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 48px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  transition: background-color .3s;
  display: flex;
}

.button-7:hover {
  background-color: var(--hover-btn);
}

.content-slider-tab-1-security {
  max-width: 468px;
}

.content-slider-tab-1-security.experience {
  max-width: 592px;
  margin-bottom: 156px;
  margin-left: 137px;
  display: flex;
}

.content-slider-tab-1-security.experience._w-2 {
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
  display: none;
}

.link-block-4 {
  width: 100%;
  text-decoration: none;
  overflow: visible;
}

.link-block-5, .link-block-6, .link-block-7 {
  width: 100%;
  text-decoration: none;
}

.link-block-7._2 {
  margin-top: 24px;
}

.tittle-card {
  width: 100%;
  margin-bottom: 32px;
}

.text-block-54 {
  color: var(--primary-color);
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
}

.scrolling-image-text-card-2-copy-copy {
  grid-column-gap: 10px;
  background-color: #f5f5f500;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 592px;
  padding: 26px 32px 26px 0;
  text-decoration: none;
  display: block;
}

.text-block-55 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 132%;
}

.scrolling-image-text-card-2-copy {
  grid-column-gap: 10px;
  grid-column-gap: 10px;
  grid-column-gap: 10px;
  grid-column-gap: 10px;
  background-color: #f5f5f500;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 592px;
  padding: 26px 32px 26px 0;
  text-decoration: none;
  display: block;
}

.form-step-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: block;
}

.checkbox-label {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.checkbox {
  color: var(--cinza-2);
  width: 20px;
  max-width: none;
  height: 20px;
  margin-right: 12px;
}

.checkbox-field {
  margin-bottom: 16px;
}

.checkbox-field-2 {
  margin-bottom: 136px;
}

.contact-form-step-2, .contact-form-step-3 {
  grid-row-gap: 10px;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-decoration: none;
  display: none;
}

.text-block-56 {
  font-weight: 400;
}

.text-block-57 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.text-block-58 {
  color: var(--primary-color);
  margin-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
}

.dropdown-link-4, .dropdown-link-5 {
  color: var(--primary-color);
  font-family: Poppins, sans-serif;
}

.content-hero {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.content-hero.alternate {
  justify-content: center;
  align-items: flex-start;
}

.content-hero.tamanho-b {
  justify-content: center;
  align-items: flex-start;
  max-width: 1011px;
}

.content-hero.content-bg {
  opacity: 1;
  justify-content: center;
  align-items: center;
  position: relative;
  inset: 0% 0% auto;
}

.button-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 312px;
  height: 48px;
  display: flex;
}

.btn-hero {
  z-index: 1;
  border: 1px solid var(--white);
  opacity: 1;
  color: var(--white);
  letter-spacing: -.8px;
  border-radius: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-hero:hover {
  background-color: var(--hover-btn);
  color: var(--primary-color);
  border-style: none;
  font-weight: 300;
}

.btn-hero.max-w-250px {
  width: auto;
}

.btn-hero.max-w-197 {
  width: auto;
  max-width: none;
}

.text-block-59 {
  opacity: 1;
  margin-right: 0;
  font-style: normal;
}

.news-card-container {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-19 {
  color: var(--primary-color);
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.news-media-logos {
  grid-column-gap: 40px;
  border-top: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 16px 40px;
  text-decoration: none;
  display: flex;
}

.news-play-button {
  z-index: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.paragraph-5 {
  color: var(--primary-color);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.news-image-container {
  grid-row-gap: 10px;
  background-image: url('../images/image-201.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-title-container {
  grid-row-gap: 10px;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 32px 70px;
  text-decoration: none;
  display: flex;
}

.text-46 {
  opacity: .7;
  color: var(--primary-color);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
  text-decoration: none;
}

.news-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 592px;
  text-decoration: none;
  display: grid;
}

.media-container {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: none;
}

.media-section {
  grid-row-gap: 60px;
  background-color: #fff;
  background-image: url('../images/Gradientes-Fortface-8.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 112px;
  text-decoration: none;
  display: flex;
}

.button-label-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.heading-20 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.paragraph-6 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.news-video-container {
  grid-row-gap: 10px;
  background-image: url('../images/image-202.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.simple-nav-link-holder {
  background-color: #fff0;
}

.simple-link {
  color: #333;
  background-color: #fff;
  border-bottom: 2px solid #afafaf;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
}

.line-2 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.simple {
  top: 28px;
}

.line-1 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.simple {
  top: 18px;
}

.simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0;
  overflow: hidden;
}

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

.simple-nav {
  background-color: #fff0;
}

.line-3 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.simple {
  top: 38px;
}

.line-4 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-4.simple {
  top: 18px;
}

.line-5 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-5.simple {
  top: 38px;
}

.line-6 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-6.simple {
  top: 18px;
}

.line-7 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-7.simple {
  top: 38px;
}

.line-8 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-8.simple {
  top: 18px;
}

.line-9 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-9.simple {
  top: 38px;
}

.example-navbar {
  background-color: #0000;
  padding-top: 20px;
}

.bubbly-nav-menu {
  background-color: #0000;
  top: 90px;
}

.nav-link-bubble {
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 55px;
  width: 100%;
  margin-top: 10px;
  font-family: PT Sans, sans-serif;
  transition: color .2s, padding .35s;
}

.nav-link-bubble:hover {
  padding-left: 30px;
}

.melted {
  background-color: #000;
  border-radius: 75px;
  width: 60px;
  height: 60px;
  padding: 0;
}

.melted.w--open {
  background-color: #000;
}

.top-bubble {
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.middle-bubble {
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.bottom-bubble {
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.d-117-first-line {
  transform-origin: 100%;
  background-color: #e9e9e9;
  position: absolute;
  inset: 0%;
}

.nav-logo {
  width: 120px;
}

.d-117-second-line {
  transform-origin: 0%;
  background-color: #e9e9e9;
  position: absolute;
  inset: 0%;
}

.menu-link-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.menu-link-text-2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 48px;
  transition: opacity .2s;
}

.menu-link-text-2:hover {
  opacity: .65;
}

.d-117-line-wrapper {
  background-color: #e9e9e9;
  border-radius: 20px;
  width: 100%;
  height: 2px;
  position: absolute;
  overflow: hidden;
}

.nav-menu-3 {
  z-index: 97;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 35vw;
  padding-right: 10%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
}

.nav-logo-wrap {
  filter: invert();
  margin-bottom: 3%;
  display: none;
}

.nav-logo-wrap.w--current {
  margin-bottom: 14%;
}

.nav-menu-button {
  z-index: 98;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: 3rem 3rem auto auto;
}

.nav-bar {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button-2 {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 5%;
}

.burger-line {
  background-color: #000;
  width: 40px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.full-screen-menu {
  z-index: 1;
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-link-2 {
  color: #5e5b5b;
  text-transform: capitalize;
  margin-top: 10px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #5e5b5bbf;
}

.image-left-mobile {
  width: 100%;
  max-width: 720px;
  margin-right: -18px;
  display: none;
}

.slide-logos, .grid-mobile {
  display: none;
}

.social-media-mobile {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.social-media-mobile.mobile {
  display: none;
}

.heading-how-to-use {
  color: #4a4f4b;
  letter-spacing: -.4px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 52.8px;
}

.image-14 {
  padding-right: 10px;
}

.arrow-svg {
  margin-right: 10px;
}

.arrow-svg:hover {
  color: var(--primary-color);
}

.bar-gradient-mobile {
  background-image: url('../images/Gradient-bar.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 8px;
  display: block;
}

.button-v3-copy {
  border: 1px solid #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 153px;
  height: 50px;
  max-height: 50px;
  transition: background-color .3s;
  display: flex;
}

.button-v3-copy:hover {
  background-color: var(--hover-btn);
}

.button-v3-copy.big-btn {
  border-color: var(--primary-color);
  color: var(--primary-color);
  max-width: 193px;
  height: 52px;
  max-height: 52px;
  margin-bottom: 245px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  transition: background-color .3s;
}

.button-v3-copy.cards {
  max-width: 165px;
}

.button-v3-copy._w-222 {
  max-width: 224px;
}

.button-v3-copy._w-222:hover {
  background-color: var(--hover-btn);
}

.div-button-center._w-212 {
  width: 100%;
  display: block;
}

.scrolling-image-container-3 {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 1114px;
  display: grid;
}

.scrolling-image-container-3._w-big {
  max-width: 1216px;
}

.scrolling-image-container-3._w-big.invert {
  grid-template-columns: 2.5fr 3.5fr;
}

.heading-21 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.scrolling-image-text-card-3 {
  grid-column-gap: 10px;
  background-color: #f5f5f5;
  flex-flow: column;
  flex: 0 auto;
  order: -1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  max-width: 592px;
  padding: 26px 32px;
  text-decoration: none;
  display: block;
}

.scrolling-image-text-card-3.full {
  max-width: 100%;
}

.scrolling-image-section-2 {
  grid-column-gap: 104px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 120px 112px;
  text-decoration: none;
  display: flex;
}

.floating-image-3 {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background-image: url('../images/Rectangle-380.png');
  background-position: 50%;
  background-size: auto;
  width: 384px;
  max-width: none;
  height: 540px;
  position: absolute;
  top: -30px;
  bottom: 0;
  left: 26px;
}

.paragraph-7 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  order: -1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 144%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-plus-topics-3 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1171276347 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image-15 {
  margin-bottom: 65px;
}

.text-block-63 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-15 {
  width: 100%;
  max-width: 1216px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.image-16 {
  width: 384px;
  position: absolute;
  top: -32px;
  left: 32px;
}

.div-block-16 {
  width: 490px;
}

.div-block-17 {
  width: 420px;
}

.div-block-18 {
  width: 490px;
}

.image-17, .image-18 {
  width: 120px;
}

.code-embed {
  width: 100%;
}

.container-6 {
  border: 1px solid #4a4f4b;
  max-width: 1000px;
  margin-bottom: 190px;
  padding: 32px;
  font-family: Poppins, sans-serif;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-19 {
  width: 120px;
  height: 120px;
  margin-right: 48px;
}

.heading-22 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.header-mobile {
  display: none;
}

.body {
  font-family: Poppins, sans-serif;
}

.footer-container-2 {
  grid-column-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-sitemap-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #4a4f4b;
  border-top: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 72px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.footer-policies-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 72px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.social-media-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.footer-policies-container-2 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-36 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.footer-link-2 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
  text-decoration: none;
  display: flex;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.footer-2 {
  grid-row-gap: 71px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 48px;
  padding-left: 112px;
  padding-right: 112px;
  text-decoration: none;
  display: flex;
}

.footer-brand-socials-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
}

.div-block-20 {
  width: 100%;
  display: block;
}

.heading-24 {
  max-width: 749px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
}

.image-21 {
  margin-bottom: 120px;
}

.image-22 {
  margin-top: 40px;
  display: block;
}

.image-22.mobile {
  display: none;
}

.image-23, .image-24, .image-25, .image-26, .image-27, .image-forless {
  width: 104px;
  max-width: none;
}

.paragraph-8 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.body-2 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.paragraph-9 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.section-3 {
  width: 100%;
  max-width: 100%;
  display: block;
}

.container-7 {
  width: 100%;
  max-width: 1216px;
}

.image-28 {
  width: 100%;
  overflow: visible;
}

.body-3, .body-4 {
  font-family: Poppins, sans-serif;
}

.logo-div {
  flex: 0 auto;
  order: -1;
  align-self: center;
  width: 100%;
  max-width: 120px;
  display: block;
}

.background-video-5 {
  z-index: 2;
  width: 384px;
  height: 520px;
  position: absolute;
  top: -30px;
  left: 30px;
}

.image-36 {
  width: 280px;
  height: 582px;
}

.div-block-21 {
  width: 280px;
  height: 550px;
}

.div-block-22 {
  aspect-ratio: 16 / 9;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: 1216px;
  max-height: 685px;
}

.background-video-78 {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 1216px;
  height: 100%;
  max-height: 684px;
}

.right-copy {
  flex-flow: column;
  order: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 592px;
  height: 523px;
  margin-right: 0;
  display: flex;
}

.button-ppv-copy {
  border: 1px solid var(--primary-color);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 24px 32px;
  display: flex;
}

.button-ppv-copy.margin-24 {
  margin-bottom: 24px;
}

.button-5-copy {
  border: 1px solid var(--primary-color);
  background-color: var(--transparent);
  color: var(--primary-color);
  letter-spacing: -.8px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 100%;
  max-height: 50px;
  margin-top: 40px;
  padding: 14px 24px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  transition: background-color .3s;
  display: flex;
}

.button-5-copy:hover {
  background-color: var(--hover-btn);
}

.button-5-copy.mt {
  max-width: 230px;
  margin-top: 23px;
}

.content-slider-tab-2-security {
  max-width: 468px;
}

.content-slider-tab-2-security.experience {
  max-width: 592px;
  margin-bottom: 156px;
  margin-left: 137px;
  display: flex;
}

.content-slider-tab-2-security.experience._w-2 {
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
  display: none;
}

.content-slider-tab-3-security {
  max-width: 468px;
}

.content-slider-tab-3-security.experience {
  max-width: 592px;
  margin-bottom: 156px;
  margin-left: 137px;
  display: flex;
}

.content-slider-tab-3-security.experience._w-2 {
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
  display: flex;
}

.background-video-7 {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.video-1 {
  width: 280px;
  height: 550px;
}

.background-video-8 {
  height: 100%;
}

.items-copy-copy {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: 120px;
  margin-bottom: 72px;
  display: block;
}

.items-copy-copy.tabs {
  width: 494px;
  max-width: 494px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 0;
}

.items-copy-copy.tabs.doubts {
  width: 100%;
  max-width: 704px;
  margin-right: 112px;
}

.items-copy-copy.tabs.max-w-800 {
  max-width: 800px;
}

.background-video-9 {
  height: 100%;
}

.heading-25 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.scrolling-image-text-card-4 {
  grid-column-gap: 10px;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 592px;
  padding: 26px 32px;
  text-decoration: none;
  display: flex;
}

.background-gradient-copy {
  aspect-ratio: 9 / 16;
  background-color: #000;
  background-image: url('../images/gradiente-card-fortface.jpg');
  background-size: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 384px;
  height: 582px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0;
}

.background-gradient-copy.pos-right {
  background-image: url('../images/Fundo-Gradiente.png');
  height: 520px;
}

.background-gradient-copy.pos-right.bg-fortface {
  background-image: url('../images/Fundo-Gradiente---Pequeno---1_1.png');
}

.scrolling-image-container-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 1216px;
  display: grid;
  position: relative;
}

.frame-1171276064-copy {
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1171276064-copy.max-w-592px {
  width: 100%;
  max-width: 592px;
}

.paragraph-10 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.scroll-container {
  width: 100%;
  max-width: 690px;
  height: 138vh;
  font-family: Poppins, sans-serif;
  display: flex;
}

.scrolling-image-section-v2 {
  grid-column-gap: 104px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 120px 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.floating-image-copy-copy {
  z-index: 5;
  aspect-ratio: auto;
  object-fit: none;
  border-radius: 40px;
  width: 246px;
  max-width: none;
  height: 513px;
  position: absolute;
  inset: -32px 30px 0 auto;
}

.floating-image-copy-copy.none {
  border-radius: 0;
  width: 384px;
  height: 520px;
  top: 0;
}

.floating-image-copy-copy._2 {
  border-radius: 0;
  width: 380px;
  top: 32px;
}

.text-plus-topics-copy {
  box-sizing: border-box;
  grid-row-gap: 32px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 690px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 10vh;
}

.heading-26 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  width: 100%;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
  display: flex;
}

.scrolling-image-text-card-5 {
  grid-column-gap: 10px;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 26px 32px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.scrolling-image-container-copy-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.scrolling-image-container-copy-2.invert {
  grid-template-columns: 2fr 1fr;
}

.scrolling-image-container-copy-2.inverter {
  grid-template-columns: 7fr 4fr;
}

.paragraph-11 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.paragraph-11.max-w-592px {
  width: 100%;
  font-size: 16px;
}

.scrolling-image-section-v2-2 {
  grid-column-gap: 104px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 120px 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.scrolling-image-section-v2-2.invert {
  flex-flow: wrap;
}

.paragraph-12 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.heading-27 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.big-numbers-card-container-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  align-items: flex-start;
  text-decoration: none;
  display: grid;
}

.big-numbers-card-container-copy.max-w-904px {
  width: 100%;
  max-width: 905px;
  margin-left: auto;
  margin-right: auto;
}

.big-numbers-card-container-copy.max-w-904px.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 100%;
}

.big-number-container {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  flex: .4 25px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 280px;
  max-width: 336px;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  text-decoration: none;
  display: flex;
}

.segment-icon-container {
  border: 0 solid #cfcfcf;
  border-right-width: 1px;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  text-decoration: none;
  display: flex;
}

.description-container {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 36px 24px;
  text-decoration: none;
  display: flex;
}

.paragraph-small {
  color: #4a4f4b;
  text-align: left;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
  text-decoration: none;
}

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

.segments-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.segments-container.p-123 {
  padding-top: 123px;
  padding-bottom: 123px;
}

.segment-icon {
  width: 32px;
  height: 32px;
}

.segments-title-container {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ero-video-home-payface {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 120px;
  display: flex;
}

.ero-video-home-payface.bg-about {
  height: 100vh;
}

.ero-video-home-payface.bg-2 {
  background-image: url('../images/pexels-jopwell-2422278-1.png');
  background-position: 50%;
  background-size: cover;
}

.paragraph-13 {
  opacity: 1;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-13.minnor {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 144%;
}

.paragraph-13.minnor.max-w-694px {
  letter-spacing: -.5px;
  width: 100%;
  max-width: 694px;
  line-height: 144%;
}

.paragraph-13.minnor.max-w-488px {
  letter-spacing: -.5px;
  width: 100%;
  max-width: 448px;
  font-size: 24px;
  line-height: 132%;
}

.content-slider-5 {
  max-width: 468px;
}

.content-slider-5.experience {
  max-width: none;
  margin-bottom: 0;
  margin-left: 137px;
  margin-right: 0;
  display: none;
}

.text-4 {
  color: var(--cinza-2);
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.text-4.color {
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-autenticate {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 120px;
}

.section-4 {
  display: none;
}

.image-38 {
  flex: 0 auto;
  display: none;
}

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

.text-block-66 {
  color: #03ace1;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.content-section-3 {
  z-index: 7;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-doc {
  height: 600px;
  margin-top: 120px;
  display: flex;
}

.leftcolum {
  background-image: url('../images/Box-gradientes-1_1.png');
  background-position: 0 0;
  background-size: cover;
  width: 45%;
  height: 100%;
  padding: 60px;
}

.rightcolum {
  background-image: url('../images/Frame-1171276417.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 55%;
  height: 100%;
}

.rightcolum.bg-two {
  background-image: url('../images/Fort-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-28 {
  color: #fff;
  letter-spacing: -1px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 132%;
}

.text-block-68 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 80px;
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
}

.container-9 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  margin: 47.5px auto 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-9.max-w {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1216px;
  margin-left: 112px;
  margin-right: 112px;
}

.container-9.max-w.max-w-1216 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1216px;
  margin: 60px auto 0;
  padding-bottom: 0;
}

.button-9 {
  color: #4a4f4b;
  background-color: #3898ec00;
  border: 1px solid #4a4f4b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 213px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .3s;
  display: flex;
}

.button-9:hover {
  background-color: #00d1ff;
}

.tittle-grid-2 {
  color: #4a4f4b;
  letter-spacing: -1px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
}

.text-block-69 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  width: 100%;
  max-width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  display: block;
}

.image-40 {
  margin-top: 40px;
  display: block;
}

.image-40.mobile {
  display: none;
}

.text-block-70 {
  color: #4a4f4b;
  letter-spacing: -.4px;
  max-width: 720px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
}

.container-10 {
  border: 1px solid #4a4f4b;
  max-width: 1000px;
  margin-bottom: 190px;
  padding: 32px;
  font-family: Poppins, sans-serif;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-41 {
  width: 120px;
  height: 120px;
  margin-right: 48px;
}

.heading-29 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.container-11 {
  width: 100%;
  position: relative;
}

.heading-3-copy {
  color: var(--primary-color);
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
}

.heading-3-copy.small {
  max-width: 820px;
  font-size: 36px;
}

.heading-3-copy.small.trhee {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3-copy.small-copy {
  max-width: 820px;
  font-size: 36px;
}

.heading-3-copy.small-copy.trhee {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.floating-image-copy-copy-copy {
  z-index: 5;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  width: 384px;
  max-width: none;
  height: 520px;
  position: absolute;
  top: -32px;
  bottom: 0;
  left: 26px;
}

.floating-image-copy-copy-copy.none {
  border-radius: 0;
  width: 384px;
  height: 520px;
}

.showcase-section {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
  text-decoration: none;
  display: flex;
}

.showcase-section-text {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-30 {
  font-size: 28px;
  font-weight: 300;
  line-height: 140%;
}

.tab-pane-tab-1 {
  height: auto;
  padding-top: 16px;
}

.vectors-wrapper-46 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  text-decoration: none;
  display: flex;
}

.showcase-story-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tab-2-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.dash-line {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 4%;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.blue-gradient {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4px;
  text-decoration: none;
  display: flex;
}

.heading-31 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.showcase-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1216px;
  display: flex;
}

.phone-mockup {
  z-index: 3;
  aspect-ratio: 9 / 18;
  width: 280px;
  max-width: 335px;
  overflow: hidden;
}

.phone-mockup.second {
  width: 256px;
}

.tab-2-container-alt {
  align-items: center;
  min-width: 540px;
  max-width: 540px;
  text-decoration: none;
  display: flex;
}

.tab-link {
  color: #9d9d9d;
  background-color: #0000;
  padding-left: 0;
  padding-right: 40px;
}

.tab-link.w--current {
  color: #4a4f4b;
  background-color: #0000;
}

.showcase-card-2 {
  grid-row-gap: 24px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 340px;
  min-height: 200px;
  max-height: 220px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.item-1 {
  align-items: center;
  min-width: 540px;
  max-width: 540px;
  text-decoration: none;
  display: flex;
}

.interface-essential-checkmark-circle-1 {
  object-fit: cover;
}

.paragraph-14 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.tabs {
  width: 100%;
  max-width: 1216px;
  font-family: Poppins, sans-serif;
}

.showcase-card-1 {
  grid-row-gap: 24px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 340px;
  min-height: 200px;
  max-height: 220px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.inner-tab-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.showcase-card-text {
  color: #4a4f4b;
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
}

.background-video-79 {
  width: 100%;
  display: block;
}

.text-3-copy {
  color: var(--primary-color);
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.text-3-copy.color, .text-3-copy.color-copy {
  cursor: pointer;
  color: #9d9d9d;
  margin-top: 20px;
  margin-bottom: 40px;
}

.container-12 {
  position: relative;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 500;
}

.background-video-80 {
  width: 100%;
}

.background-video-81 {
  display: none;
}

.background-video-82 {
  width: 86%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-24 {
  width: 2px;
  height: 100%;
  position: absolute;
}

.div-block-24-copy {
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-section-home-payface {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.hero-video-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 200vh;
  display: flex;
}

.hero-video-home-payface {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.hero-text-block {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  display: flex;
  position: relative;
}

.hero-text-block.text-left {
  opacity: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
}

.video-text-2 {
  z-index: 1;
  opacity: 1;
  text-align: center;
  margin-left: 24px;
  margin-right: 24px;
  font-size: 64px;
  font-style: normal;
  font-weight: 200;
  line-height: 125%;
  position: relative;
}

.video-text-2.left-aligned {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-size: 56px;
}

.video-overlay-2 {
  opacity: 0;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-25 {
  margin-top: 80px;
}

.image-42 {
  width: 100%;
  max-width: 234px;
  height: 102px;
}

.image-42._2 {
  max-width: 125px;
  height: 100px;
}

.image-42._3 {
  max-width: 180px;
  height: 111px;
}

.image-43 {
  width: 100%;
  max-width: 180px;
}

.slide-lojas {
  justify-content: space-around;
  margin-bottom: 64px;
  display: flex;
}

.navbar-3 {
  background-color: #fff;
  justify-content: flex-start;
  width: 100%;
  height: 80px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.navbar-3.logo {
  align-items: center;
  width: 100%;
  max-width: 120px;
  height: auto;
}

.icon-2, .icon-3 {
  margin-right: 0;
}

.section-icons {
  background-image: url('../images/Gradients_1.svg');
  background-position: 0 380px;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-32 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 11px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.full-width-left {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.big-photo {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.title-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.big-photo-content-text {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.text-button {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 468px;
  text-decoration: none;
  display: flex;
}

.text-button.mt-109px {
  margin-top: 109px;
}

.text-button.mt-30px {
  margin-top: 90px;
}

.text-button.mt-30px._w-auto {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
}

.button-label-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.button-label-4.dark {
  color: #4a4f4b;
}

.big-photo-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mais-praticidade-e-menos-fraudes-para-o-seu-neg-cio {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 132%;
  text-decoration: none;
}

.big-text-button-container {
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.big-photo-container {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80vh;
  max-height: 80vh;
  display: flex;
  overflow: hidden;
}

.full-width-image-section {
  grid-row-gap: 10px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/bg-carreiras.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.full-width-image-section.bg-section-private {
  background-image: url('../images/bg-private.png');
  background-position: 50%;
}

.full-width-image-text-container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  text-decoration: none;
  display: flex;
}

.full-width-image-title {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 47px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.full-width-image-title.mb-10 {
  margin-bottom: 10px;
}

.full-width-image-title.mb-10._w-full {
  text-align: center;
  width: 100%;
}

.full-width-image-title.mb-10._w-full.bg-maquininhas {
  text-align: left;
}

.full-width-image-title.mb-10._w-full.bg-maquininhas.mb-0 {
  margin-bottom: 0;
}

.full-width-image-title.mb-10._w-full.text-left {
  text-align: left;
}

.full-width-image-title.t-40px {
  font-size: 40px;
}

.full-width-image-title.text-left {
  text-align: left;
}

.full-width-image-title.text-left.f-40 {
  font-size: 40px;
}

.full-width-image-title.f-64 {
  font-size: 64px;
}

.full-width-image-title.f-64._w-1000 {
  text-align: left;
  max-width: 1000px;
}

.full-width-image-title.payface {
  text-align: left;
  font-size: 64px;
}

.full-width-image-text {
  color: #fff;
  max-width: 448px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 132%;
  text-decoration: none;
}

.full-width-image-text.t-none {
  display: none;
}

.full-width-image-section-2 {
  grid-row-gap: 10px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/payface-hero-image.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 120px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.full-width-image-section-2.bg-one {
  background-image: url('../images/1.--3.-Uso-Payface-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.full-width-image-section-2.bg-one.mb-90px {
  margin-bottom: 90px;
}

.full-width-image-section-2.bg-one.bg-semsenha.mb120 {
  margin-bottom: 120px;
}

.full-width-image-section-2.bg-one.bg-semsenha.mb120.none {
  display: none;
}

.full-width-image-section-2.bg-one.bg-header {
  background-image: url('../images/Hero.png');
  margin-top: 80px;
}

.button-label-5 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.news-image-container-2 {
  grid-row-gap: 10px;
  background-image: url('../images/Container.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-33 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.news-media-logos-2 {
  grid-column-gap: 40px;
  border-top: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 16px 40px;
  text-decoration: none;
  display: flex;
}

.news-media-logos-2.mb-100 {
  margin-bottom: 100px;
}

.media-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.text-51 {
  opacity: .7;
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
  text-decoration: none;
}

.button-label-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.button-label-6.dark {
  color: #4a4f4b;
}

.media-section-2 {
  grid-row-gap: 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 0;
  text-decoration: none;
  display: flex;
}

.paragraph-15 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.news-card-container-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.big-numbers-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1216px;
  display: flex;
}

.heading-34 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.content-card-image-container {
  flex: 0 auto;
  overflow: hidden;
}

.content-card-2 {
  background-color: #fff;
  flex-direction: column;
  max-width: 360px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  overflow: hidden;
}

.content-card-2:active {
  transform: scale(.95);
}

._12-grid-centered {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  text-decoration: none;
  display: flex;
}

.content-cards-container {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.category-title {
  opacity: .7;
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
  text-decoration: none;
}

.button-label-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.button-label-7.dark {
  color: #4a4f4b;
}

.content-card-text {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.content-cards-section {
  background-image: url('../images/Gradients.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 80px 0;
}

.content-card-photo {
  object-fit: cover;
  background-color: #fff;
  max-height: 220px;
  overflow: hidden;
}

.paragraph-16 {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.footer-brand-socials-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
}

.footer-link-3 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
  text-decoration: none;
}

.footer-link-3:hover {
  text-decoration: underline;
}

.footer-link-3.hidden {
  display: none;
}

.paragraph-tiny-2 {
  color: #9d9d9d;
  text-align: right;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.footer-container-3 {
  grid-column-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-sitemap-3 {
  grid-column-gap: 24px;
  grid-row-gap: 30px;
  color: #4a4f4b;
  border-top: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 40px 0;
  text-decoration: none;
  display: flex;
}

.footer-policies-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 72px;
  text-decoration: none;
  display: flex;
}

.conheca-empresas {
  background-image: url('../images/Gradientes-Fortface-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding-top: 168px;
  padding-bottom: 168px;
  display: block;
}

.conheca-empresas.secondary-size {
  margin-top: 169px;
  padding-top: 0;
  padding-bottom: 169px;
}

.navbar-4 {
  background-color: #fff;
  justify-content: flex-start;
  width: 100%;
  height: 80px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.navbar-4.logo {
  align-items: center;
  width: 120px;
  height: auto;
}

.header-container {
  grid-column-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-left: 112px;
  padding-right: 112px;
  text-decoration: none;
  display: flex;
}

.div-block-26 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-3 {
  color: #4a4f4b;
}

.small-button {
  color: #4a4f4b;
  background-color: #fff0;
  border: 1px solid #4a4f4b;
  border-radius: 100px;
  height: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  display: flex;
}

.navbar-5 {
  background-color: #fff;
  justify-content: flex-start;
  width: 100%;
  height: 80px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.navbar-5.logo {
  align-items: center;
  width: 120px;
  height: auto;
}

.div-block-27 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-section-home-payface-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.hero-video-container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 200vh;
  display: flex;
}

.hero-text-block-2 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  display: flex;
  position: relative;
}

.hero-text-block-2.left-aligned {
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 16px;
  padding-left: 16px;
}

.hero-section-for-business {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.button-label-8 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.paragraph-17 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.paragraph-17.white {
  color: #fff;
  letter-spacing: 0;
  font-weight: 200;
}

.paragraph-17.white.left-aligned {
  font-style: normal;
}

.hero-section-for-you {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.button-label-9 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.product-hero-text-container {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1008px;
  text-decoration: none;
  display: flex;
}

.product-hero-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.product-naming-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  text-decoration: none;
  display: flex;
}

.product-name {
  opacity: .7;
  color: #4a4f4b;
  letter-spacing: -.01em;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 144%;
  text-decoration: none;
  display: block;
}

.paragraph-max-3 {
  color: #6c6c6c;
  letter-spacing: -.5px;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
}

.heading-1 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  width: 100%;
  max-width: 1008px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.button-label-10 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.button-label-10.dark {
  color: #4a4f4b;
}

.product-hero-section {
  background-image: url('../images/Gradients_1.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 180px 0 120px;
  text-decoration: none;
  display: none;
}

.product-hero-section.bg-autenticate {
  background-image: url('../images/Gradients_1.png');
  background-position: 100%;
  background-size: auto;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 142px;
  text-decoration: none;
  display: flex;
}

.full-width-left-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  text-decoration: none;
  display: flex;
}

.button-label-11 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.button-label-11.dark {
  color: #4a4f4b;
}

.full-width-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  text-decoration: none;
  display: flex;
}

.button-label-12 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.button-label-12.dark {
  color: #4a4f4b;
}

.paragraph-18 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.big-numbers-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.big-numbers-container-2._w-full {
  max-width: 1216px;
  padding-left: 16px;
  padding-right: 16px;
}

.heading-35 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.button-label-13 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.button-label-13.dark {
  color: #4a4f4b;
}

.content-cards-section-2 {
  padding: 80px 112px;
}

.clients-title-text {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 640px;
  text-decoration: none;
  display: flex;
}

.clients-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.client-logo {
  width: 110px;
  max-width: none;
  height: 70px;
}

.heading-36 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.clients-logo-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.button-label-14 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.button-label-14.dark {
  color: #4a4f4b;
}

.clients-logos {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.clients-title-button {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.clients-section {
  justify-content: center;
  align-items: flex-start;
  padding: 100px 112px;
  display: flex;
}

.paragraph-19 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.big-numbers-card-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.big-numbers-simple-text-container {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.big-numbers-simple-text-container.max-w-full {
  max-width: none;
}

.heading-37 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.divider {
  border-top: 1px solid #cfcfcf;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.divider.display-none {
  margin-top: 0;
  display: block;
}

.big-numbers-section {
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  display: flex;
}

.number-container {
  border: 0 solid #cfcfcf;
  border-right-width: 1px;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.paragraph-20 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
  overflow: hidden;
}

.paragraph-20.max-w-750 {
  max-width: 750px;
}

.paragraph-20.max-w-750.text-18 {
  font-size: 18px;
}

.paragraph-20.max-w-750.text-18.mb-190 {
  margin-bottom: 60px;
}

.paragraph-20._w-899 {
  width: 100%;
  max-width: 899px;
}

.paragraph-20._w-899.f-24 {
  font-size: 24px;
}

.heading-38 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.segments-section {
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  display: flex;
}

.segments-section.pb-123 {
  padding-bottom: 123px;
}

.heading-39 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.why-use-title-container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 668px;
  text-decoration: none;
  display: flex;
}

.why-use-benefit {
  grid-row-gap: 29px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 104px;
  text-decoration: none;
  display: flex;
}

.heading-40 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.why-use-section {
  background-image: url('../images/Captura-de-Tela-2024-09-12-às-12.35.48.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 40px 0 100px;
}

.why-use-section.remove-bg {
  background-image: none;
}

.text-16 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
}

.text-16.max-2-800 {
  max-width: 800px;
}

.why-use-benefits-container {
  grid-column-gap: 80px;
  border-top: 1px solid #cfcfcf;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 77px;
  text-decoration: none;
  display: flex;
}

.frame-1171275970 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.why-use-section-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1216px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.text-17 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 132%;
  text-decoration: none;
}

.produto-3 {
  grid-column-gap: 29px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.about-payface-section {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 0;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 132%;
  text-decoration: none;
}

.text-24 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
  text-decoration: none;
}

.frame-1171276060 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-41 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.about-payface-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.about-payface-title-container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1171276061 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.paragraph-21 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.about-payface-benefits-container {
  grid-column-gap: 64px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 104px;
  text-decoration: none;
  display: flex;
}

.heading-42 {
  color: #4a4f4b;
  flex: none;
  width: 100%;
  max-width: 384px;
  font-size: 28px;
  font-weight: 300;
  line-height: 140%;
  display: block;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 104px;
  text-decoration: none;
  display: flex;
}

.transform-section {
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 92px 0;
  text-decoration: none;
  display: flex;
}

.transform-text-button {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.produto-4 {
  grid-row-gap: 29px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.transform-benefits-container {
  grid-column-gap: 65px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: grid;
}

.text-26 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
}

.button-label-15 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.button-label-15.dark {
  color: #4a4f4b;
}

.frame-1171276063 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.transform-text-container {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.transform-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  max-width: 1216px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.paragraph-22 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.who-uses-payface-section {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
  text-decoration: none;
  display: flex;
}

.who-uses-payface-container {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  flex-flow: column;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.heading-43 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.partners-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1216px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: grid;
}

.brand-container-component {
  border: 1px solid #cfcfcf;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.logo-container {
  grid-row-gap: 10px;
  background-color: #fff;
  border-bottom: 1px solid #cfcfcf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.brand-name {
  grid-column-gap: 10px;
  background-color: #fff;
  border-bottom: 1px #cfcfcf;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.brand-text {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
  text-decoration: none;
}

.investors-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.heading-44 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.investors-section {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 112px;
  text-decoration: none;
  display: flex;
}

.investores-title-text-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.paragraph-23 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.heading-45 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.scrolling-image-text-card-6 {
  grid-column-gap: 10px;
  background-color: #f5f5f5;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 592px;
  padding: 26px 32px;
  text-decoration: none;
  display: flex;
}

.background-gradient-copy-2 {
  aspect-ratio: 9 / 16;
  background-color: #000;
  background-image: url('../images/gradiente-card-fortface.jpg');
  background-position: 0 0;
  background-size: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0;
}

.scrolling-image-container-copy-3 {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 1440px;
  display: grid;
  position: relative;
}

.frame-1171276064-copy-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.scroll-container-2 {
  height: 200vh;
}

.scrolling-image-section-v2-3 {
  grid-column-gap: 104px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 120px 112px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.floating-image-copy-copy-2 {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  bottom: -32px;
  left: 26px;
}

.paragraph-24 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.text-plus-topics-copy-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 100vh;
}

.content-section-2-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 0;
  text-decoration: none;
  display: flex;
}

.container-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  display: flex;
}

.gray-background {
  grid-row-gap: 32px;
  background-color: #ebeded;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 650px;
  padding: 80px;
  text-decoration: none;
  display: flex;
}

.gray-background.mobil {
  display: none;
}

.heading-46 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.paragraph-25 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.image-45 {
  object-fit: contain;
  object-position: 50% 0%;
  max-width: 60%;
}

.asset-list-item {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1008px;
  text-decoration: none;
  display: flex;
}

.press-kit-section {
  grid-row-gap: 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 72px 0;
  text-decoration: none;
  display: none;
}

.asset-text-button {
  grid-column-gap: 212px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1008px;
  text-decoration: none;
  display: flex;
}

.press-kit-assets-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-40 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
  text-decoration: none;
}

.heading-47 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.asset-list {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-1171275201 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1008px;
  text-decoration: none;
  display: flex;
}

.asset-list-text {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 696px;
  text-decoration: none;
  display: flex;
}

.paragraph-26 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.heading-48 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.paginator-text {
  color: #9d9d9d;
  cursor: pointer;
  font-size: 18px;
}

.container-14 {
  clear: none;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  max-width: 1440px;
  display: grid;
}

.paginator {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.big-news-text-container {
  grid-row-gap: 32px;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 56px;
  text-decoration: none;
  display: flex;
}

.item-paginator {
  color: #4a4f4b;
  font-size: 18px;
}

.fonte {
  color: #9d9d9d;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
}

.big-news-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-news-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paginator-arrow {
  width: 32px;
  height: 32px;
}

.big-news-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.big-news-photo.imagem-destaque {
  opacity: 1;
}

.blog-news-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 70px 0 80px;
  display: flex;
}

.dez-23-noticenter-0 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
}

.heading-49 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.media-container-3 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.text-52 {
  opacity: .7;
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
  text-decoration: none;
}

.button-label-16 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.button-label-16.dark {
  color: #4a4f4b;
}

.media-section-3 {
  grid-row-gap: 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 112px;
  text-decoration: none;
  display: flex;
}

.paragraph-27 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.news-card-container-3 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.full-width-image-text-container-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1008px;
  text-decoration: none;
  display: flex;
}

.full-width-image-text-container-2.max-w-full {
  max-width: 1216px;
  padding-left: 16px;
  padding-right: 16px;
}

.full-width-image-text-2 {
  color: #fff;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.full-width-image-text-2.f-24 {
  font-size: 24px;
}

.full-width-image-section-2-2 {
  grid-row-gap: 10px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.full-width-image-text-container-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.full-width-image-text-3 {
  color: #fff;
  max-width: 594px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.button-label-17 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.input-2 {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 100px;
  flex-flow: row;
  align-items: center;
  width: 100%;
  max-width: 420px;
  height: 48px;
  padding: 0 20px;
  display: flex;
}

.contact-form-2 {
  grid-row-gap: 10px;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.text-block-71 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-53 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.contact-form-gradient-2 {
  background-color: #000;
  background-image: url('../images/gradient-background.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 416px;
  height: 510px;
  padding: 24px 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.form-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.frame-1171276348 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.contact-form-section-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 145px 112px;
  text-decoration: none;
  display: flex;
}

.button-label-18 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.frame-1171276349 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 680px;
  text-decoration: none;
  display: flex;
}

.contact-form-container-2 {
  flex-flow: row;
  display: flex;
}

.paragraph-28 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.paragraph-28.white {
  color: #fff;
  letter-spacing: 0;
  font-weight: 200;
}

.heading-50 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.heading-50.white {
  color: #fff;
}

.frame-1171276350 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.dropdown-option-2:hover {
  background-color: #f5f5f5;
}

.private-label-tag {
  grid-column-gap: 4px;
  border: .5px solid #cfcfcf;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.local-results-gray-text {
  color: #9d9d9d;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
  text-decoration: none;
}

.local-listing-container {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 558px;
  text-decoration: none;
  display: flex;
}

.text-block-72 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-51 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.where-to-buy-image {
  object-fit: cover;
}

.store-listing {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.store-info {
  grid-row-gap: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-27 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.local-search {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.where-to-buy-section {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 112px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.where-to-buy-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: flex-start;
  max-width: 1440px;
  display: flex;
}

.store-search-listings {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.paragraph-29 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.local-card-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  text-decoration: none;
  display: flex;
}

.dropdown-option-3:hover {
  background-color: #f5f5f5;
}

.dropdown-title {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.dropdown-title-icon-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 54px;
  margin-top: 16px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.dropdown-title-icon-container:hover {
  background-color: #fff;
}

.dropdown-title-icon-container.w--open {
  margin-bottom: 16px;
  transition: margin .2s ease-out, background-color .5s cubic-bezier(.23, 1, .32, 1);
}

.integrations-dropdown-options {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 0;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.integrations-dropdown-options.w--open {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.integrations-dropdown-options.first {
  height: auto;
}

.frame-1171275660 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.paragraph-max-4 {
  color: #6c6c6c;
  letter-spacing: -.5px;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
}

.paragraph-max-4.max-w-900 {
  max-width: 900px;
  margin-bottom: 40px;
  font-size: 22px;
}

.heading-52 {
  color: #4a4f4b;
  letter-spacing: -.04px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.integration-dropdown-container {
  grid-row-gap: 40px;
  border-bottom: 1px solid #cfcfcf;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 0;
  text-decoration: none;
  display: block;
}

.integration-dropdown-container.hidden {
  display: none;
}

.integrations-section {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 0;
  text-decoration: none;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 100%;
  max-width: 1216px;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.dropdown-icon {
  font-size: 16px;
}

.vectors-wrapper-47 {
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 0;
  text-decoration: none;
  display: flex;
}

.left-arrow-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.quote-icon-container-3 {
  grid-column-gap: 10px;
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #f5f5f5;
  border: 1px solid #4a4f4b;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 10%;
  min-width: 70px;
  min-height: 90px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -1px;
  left: -1px;
}

.text-container-3 {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #4a4f4b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 60px 72px 60px 100px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-53 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  order: -1;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.frame-1171276351 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-54 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.secondary-hero-section {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 60px 112px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.gradient-1 {
  position: absolute;
  top: -599px;
  right: -400px;
}

.help-central-container {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.heading-55 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.help-central-section {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 60px 112px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.secondary-hero-section-container {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.heading-56 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.content-portal-hero-section {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 60px 112px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-57 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.on-media-hero-section {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 60px 112px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.gradient-2 {
  position: absolute;
  top: -599px;
  left: -368px;
}

.heading-58 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.step-card-2 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff1a;
  border: 1px solid #cfcfcf;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 24%;
  height: 496px;
  padding: 36px 32px;
  text-decoration: none;
  display: flex;
}

.step-card-2._3 {
  width: 24%;
  max-width: 100%;
}

.step-card-2._1 {
  width: 48%;
  max-width: 100%;
}

.step-card-2._2 {
  width: 24%;
  max-width: 100%;
}

.step-card-text-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.step-card-text-button._3 {
  height: 0;
}

.step-card-text-button._1 {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.step-card-text-button._2 {
  justify-content: flex-start;
  align-items: flex-start;
  height: 0;
}

.step-title-text {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-65 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.button-label-19 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.button-label-19.dark {
  color: #4a4f4b;
}

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

.aplica-es-seu-neg-cio {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.como-usar-payface {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 110px 112px;
  text-decoration: none;
  display: flex;
}

.paragraph-30 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.heading-59 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.step-text-container {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.scrolling-image-container-4 {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 1440px;
  display: grid;
}

.heading-60 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.scrolling-image-text-card-7 {
  grid-column-gap: 10px;
  background-color: #f5f5f5;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 592px;
  padding: 26px 32px;
  text-decoration: none;
  display: flex;
}

.floating-image-4 {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  bottom: -32px;
  left: 26px;
}

.background-gradient-3 {
  aspect-ratio: 9 / 16;
  background-color: #000;
  background-image: url('../images/gradiente-card-fortface.jpg');
  background-position: 0 0;
  background-size: cover;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.paragraph-31 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.text-plus-topics-4 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1171276352 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.dropdown-list-3 {
  background-color: #ddd;
}

.dropdown-list-3.w--open {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 210px;
  margin-left: -16px;
  padding: 16px;
  display: flex;
}

.nav-link.nav-link-in {
  width: 100%;
  padding-left: 0;
}

.bg-group {
  background-image: url('../images/bg-section.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30%;
}

.section-how-to-use-two {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-how-to-use-two.top {
  justify-content: center;
  align-items: flex-start;
}

.section-how-to-use-two._1 {
  padding-top: 0;
  padding-left: 0;
}

.text-block-73 {
  color: #9d9d9d;
}

.text-block-74 {
  color: #9d9d9d;
  margin-bottom: 14px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.number-item {
  color: #4a4f4b;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 18px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 300;
  display: flex;
}

.image-46 {
  height: 70px;
}

.grid-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-10 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-10.grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-11 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.slider-4 {
  background-color: #0000;
  height: 250px;
}

.text-block-75 {
  color: #4a4f4b;
  padding-bottom: 6px;
  font-size: 20px;
  font-weight: 300;
  line-height: 144%;
}

.div-top-2 {
  border-bottom: 1px solid #cfcfcf;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 72px;
  padding-bottom: 72px;
  display: flex;
}

.text-block-76 {
  opacity: .7;
  color: #4a4f4b;
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 132%;
}

.text-fortface-2 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 23px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
}

.text-category-2 {
  color: #4a4f4b;
  letter-spacing: -1px;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.container-15 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1216px;
  margin: 47.5px auto 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-15.small--container {
  flex-flow: column;
  max-width: 1216px;
  display: block;
}

.container-15.small--container.relative {
  width: 100%;
  margin: 152px auto 220px;
  position: relative;
}

.div-top-copy-2 {
  border-bottom: 1px solid #cfcfcf;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 72px;
  padding-bottom: 72px;
  display: flex;
}

.div-top-copy-2.mobile {
  border-bottom-style: none;
  display: none;
}

.div-below-fortface-2 {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.text-block-77 {
  color: #9d9d9d;
  letter-spacing: -.5px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 132%;
}

.text-block-78 {
  font-size: 22px;
}

.text-block-79 {
  color: #9d9d9d;
  font-size: 22px;
  font-weight: 300;
}

.bglock {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}

.bloco-card {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  width: 100%;
  padding: 64px;
}

.heading-61 {
  font-weight: 300;
}

.heading-62 {
  color: #4a4f4b;
  letter-spacing: -.4px;
  max-width: 960px;
  margin-top: 0;
  font-weight: 300;
}

.text-block-80 {
  color: #4a4f4b;
  margin-top: 16px;
  font-size: 22px;
  font-weight: 300;
}

.max-w-696px {
  color: #6c6c6c;
  max-width: 696px;
  font-size: 20px;
  font-weight: 300;
  line-height: 144%;
}

.button-v3-copy-2 {
  border: 1px solid #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 153px;
  height: 50px;
  max-height: 50px;
  transition: background-color .3s;
  display: flex;
}

.button-v3-copy-2:hover {
  background-color: #00d1ff;
}

.button-v3-copy-2._w-222 {
  max-width: 224px;
}

.scroll-container-3 {
  width: 100%;
  height: 160vh;
  display: flex;
}

.scrolling-image-text-card-8 {
  grid-column-gap: 10px;
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 26px 32px;
  text-decoration: none;
  display: flex;
}

.paragraph-32 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  order: -1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 144%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.scrolling-image-container-copy-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.paragraph-33 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.link-block-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.text-plus-topics-copy-3 {
  box-sizing: border-box;
  grid-row-gap: 32px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 15vh;
}

.heading-63 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  width: 100%;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
  display: flex;
}

.text-block-81 {
  color: #4a4f4b;
  letter-spacing: -.8px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.container-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  display: flex;
}

.container-16.medium {
  max-width: 1216px;
}

.image-48 {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  max-width: 640px;
}

.heading-64 {
  color: #4a4f4b;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.heading-64.white {
  color: #fff;
  font-size: 40px;
}

.heading-65 {
  color: #4a4f4b;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.text-block-82 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.body-6 {
  font-family: Poppins, sans-serif;
}

._404 {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading-66 {
  font-size: 48px;
}

.body-7 {
  font-family: Poppins, sans-serif;
}

.heading-67 {
  font-weight: 300;
}

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

.text-block-85 {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 20px;
}

.elements {
  width: 100%;
}

.elements__item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.div-block-31 {
  flex: 1;
}

.heading-68 {
  color: #4a4f4b;
  margin-top: 7px;
  font-size: 22px;
  font-weight: 300;
  line-height: 100%;
}

.paragraph-34 {
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.section-carreiras {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 120px);
  margin-top: 80px;
  display: flex;
}

.bg-central-de-ajuda {
  background-image: url('../images/Gradient-direita.png'), url('../images/Gradienta-esquerda.png');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  width: 100%;
  height: calc(100vh - 120px);
  margin-top: 120px;
}

.bg-central-de-ajuda.no-height {
  height: 100%;
  margin-top: 80px;
}

.container-17 {
  max-width: 1216px;
}

.div-block-32 {
  width: 100%;
  max-width: 994px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-69 {
  color: #4a4f4b;
  font-size: 40px;
  font-weight: 300;
}

.paragraph-35 {
  color: #4a4f4b;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 132%;
}

.paragraph-35.mb-120 {
  margin-bottom: 120px;
}

.item-seguranca {
  grid-row-gap: 10px;
  border: 1px solid #4a4f4b;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding: 30px 56px 30px 40px;
  text-decoration: none;
  display: flex;
}

.item-seguranca.mt-88 {
  margin-top: 88px;
}

.frame-1171275986 {
  grid-column-gap: 72px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1171275985 {
  grid-column-gap: 48px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  text-decoration: none;
  display: flex;
}

.frame-1171275980 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.text-66 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
}

.arrows {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: block;
}

.arrows-diagrams-arrow {
  object-fit: cover;
}

.vectors-wrapper-48 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.image-49, .image-50 {
  width: 48px;
  max-width: none;
  height: 48px;
}

.bg-central-de-seguranca {
  background-image: url('../images/Gradient-direita.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  margin-top: 80px;
  padding-bottom: 120px;
}

.bg-central-de-seguranca.no-height {
  height: 100%;
}

.links-uteis {
  border-bottom: 1px solid #9d9d9d;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1011px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.links-uteis.none {
  display: none;
}

.image-51 {
  width: 40px;
  height: 40px;
}

.paragraph-36 {
  color: #4a4f4b;
  font-size: 20px;
  line-height: 100%;
}

.text-block-42-copy-2 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  border-bottom: 1px solid #9d9d9d;
  margin-top: 32px;
  padding-bottom: 48px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.text-content-2-2 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.text-block-86 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 32px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.text-block-87 {
  color: #9d9d9d;
  letter-spacing: -.5px;
  margin-top: 16px;
  margin-bottom: 48px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 134%;
}

.text-block-88 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 144%;
}

.paragraph-1-2 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 80px;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.list-item-8 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 132%;
}

.list-item-9 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.text-span-9, .text-span-10 {
  font-weight: 500;
}

.list-item-10 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.list-item-11 {
  color: #4a4f4b;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 132%;
  text-decoration: underline;
}

.text-block-89, .list-item-12 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.text-content-2 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 144%;
}

.text-block-90 {
  color: #4a4f4b;
  letter-spacing: -.4px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
}

.text-block-91 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.list-item-13 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

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

.grid-ppv-2 {
  border-bottom: 1px solid #cfcfcf;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block-92 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  max-width: 1008px;
  margin-bottom: 40px;
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.text-block-92.mt32 {
  margin-top: 22px;
}

.link-2 {
  color: #4a4f4b;
  text-decoration: underline;
}

.text-span-12 {
  font-weight: 600;
}

.link-3 {
  color: #4a4f4b;
}

.bold-text-5, .bold-text-6 {
  font-weight: 600;
}

.list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.link-4 {
  color: #4a4f4b;
  font-weight: 600;
}

.bold-text-7, .bold-text-8 {
  font-weight: 600;
}

.grid-13 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-politica.bg-f5 {
  background-color: #f5f5f5;
  border-bottom: 1px solid #9d9d9d;
  display: flex;
}

.grid-politica.bg-white {
  border-bottom: 1px solid #9d9d9d;
  width: 100%;
  display: flex;
}

._w-25 {
  padding-top: 16px;
  padding-left: 25px;
}

._w-25.bg-head {
  border-bottom: 0 #9d9d9d;
  width: 33%;
  height: auto;
  padding-bottom: 24px;
  padding-right: 24px;
}

.span-table {
  color: #4a4f4b;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 144%;
}

.title-left, .text-normal {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.link-5 {
  color: #4a4f4b;
  -webkit-text-stroke-color: #4a4f4b;
  font-weight: 500;
}

.text-span-13 {
  -webkit-text-stroke-color: #4a4f4b;
}

.bold-text-9, .bold-text-10, .bold-text-11 {
  font-weight: 500;
}

.link-6, .bold-text-12, .bold-text-13, .bold-text-14 {
  color: #4a4f4b;
  font-weight: 600;
}

.bold-text-15 {
  color: #4a4f4b;
}

.bold-text-16 {
  font-weight: 500;
}

.bold-text-17 {
  font-weight: 600;
}

.bg-na-midia {
  background-image: url('../images/Gradient-direita.png'), url('../images/Gradienta-esquerda.png');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  width: 100%;
  height: calc(100vh - 120px);
  margin-top: 120px;
}

.bg-na-midia.no-height {
  background-image: url('../images/Gradienta-esquerda.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
}

.text-67 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
}

.text-68 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 132%;
  text-decoration: none;
}

.heading-70 {
  color: #4a4f4b;
  font-size: 40px;
  font-weight: 300;
}

.paragraph-content-2 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  max-width: none;
  margin-top: 16px;
  margin-bottom: 52px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25.92px;
}

.frame-1171276353 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-content-slide-2 {
  color: #4a4f4b;
  letter-spacing: -1px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 132%;
}

.heading-content-slide-2.t-28 {
  font-size: 28px;
}

.heading-content-slide-2.t-28.mb-32px {
  margin-top: 56px;
}

.heading-content-slide-2.t-28.mb-0 {
  margin-bottom: 0;
}

.image-52 {
  width: 48px;
  max-width: none;
  height: 48px;
}

.frame-1171276354 {
  grid-column-gap: 48px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-33 {
  width: 100%;
  max-width: 1216px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.text-1-2 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.text-1-2.color {
  color: #4a4f4b;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 40px;
}

.frame-1171276355 {
  grid-column-gap: 72px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-34 {
  width: 100%;
  max-width: 994px;
  padding-top: 60px;
  padding-bottom: 0;
}

.vectors-wrapper-49 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  text-decoration: none;
  display: flex;
}

.text-2-2 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.text-2-2.color {
  color: #9d9d9d;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 40px;
}

.container-18 {
  max-width: 1216px;
}

.bgnamidia {
  background-image: url('../images/Gradienta-esquerda.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  margin-top: 80px;
}

.bgnamidia.no-height {
  height: 100%;
}

.container-19 {
  clear: none;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch center;
  max-width: 1440px;
  display: grid;
}

.title-destaque {
  color: #4a4f4b;
  font-size: 28px;
  font-weight: 300;
  line-height: 140%;
}

.data {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
}

.heading-72 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 300;
}

.contato-imprensa {
  width: 100%;
}

.container-20 {
  max-width: 1008px;
}

.mod {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  padding: 0;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.mod.mt-255 {
  margin-top: 255px;
}

.mod.mt-110 {
  margin-top: 110px;
}

.mod.mt-200 {
  margin-top: 145px;
}

.contact-form-gradient2 {
  background-color: #000;
  background-image: url('../images/Fundo-Gradiente.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 416px;
  padding: 50px 50px 136px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-form-copy {
  grid-row-gap: 10px;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.code-embed-2 {
  font-size: 12px;
}

.scroll-container-copy {
  width: 100%;
  max-width: 690px;
  height: 120vh;
  font-family: Poppins, sans-serif;
  display: flex;
}

.scroll-container-3-copy {
  width: 100%;
  height: 120vh;
  display: flex;
}

.paragraph-1-3, .paragraph-1-2-copy {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 80px;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 300;
  line-height: 36.96px;
}

.link-11 {
  color: #4a4f4b;
}

.bold-text-18 {
  color: #4a4f4b;
  border: 1px #000;
  text-decoration: none;
}

.text-block-93 {
  color: #4a4f4b;
  letter-spacing: -.4px;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
}

.section-politicas-de-privacidade-2 {
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  padding-top: 100px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.list-item-14 {
  letter-spacing: -.5px;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.list-item-14.mb-20 {
  color: #4a4f4b;
  margin-bottom: 30px;
}

.link-10 {
  color: #4a4f4b;
}

.text-block-94 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  max-width: 1008px;
  margin-bottom: 40px;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.text-block-94.mt32 {
  margin-top: 22px;
}

.text-block-94.padding-top-40 {
  padding-top: 40px;
}

.bold-text-19 {
  font-weight: 600;
}

.link-12 {
  color: #4a4f4b;
}

.text-block-95 {
  color: #9d9d9d;
  letter-spacing: -.5px;
  margin-top: 16px;
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 300;
  line-height: 134%;
}

.text-span-14 {
  text-decoration: underline;
}

.link-7 {
  color: #1c1f1c;
}

.container-ppv-2 {
  max-width: 1220px;
}

.link-15 {
  color: #4a4f4b;
}

.text-block-96 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.link-8 {
  color: #4a4f4b;
  text-decoration: underline;
}

.link-14, .link-9, .bold-text-20 {
  color: #4a4f4b;
}

.paragraph-37 {
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

.list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #4a4f4b;
  flex-flow: column;
  padding-left: 20px;
  font-weight: 300;
  display: flex;
}

.list-2.b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

._w-50 {
  width: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 25px;
}

._w-50.bg-head {
  border-bottom: 0 #9d9d9d;
  width: 50%;
  height: auto;
  padding-bottom: 24px;
  padding-right: 24px;
}

._w-25-copy {
  padding-top: 16px;
  padding-left: 25px;
}

._w-25-copy.bg-head {
  border-bottom: 0 #9d9d9d;
  width: 50%;
  height: auto;
  padding-bottom: 24px;
  padding-right: 24px;
}

.paragraph-38 {
  font-size: 18px;
  line-height: 120%;
}

.paragraph-39 {
  background-color: #f5f5f5;
  padding: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

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

.bold-text-22 {
  color: #4a4f4b;
  font-weight: 600;
}

.container-ppv-3 {
  max-width: 1220px;
}

.list-item-15, .list-item-16 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.link-16 {
  color: #4a4f4b;
  text-decoration: underline;
}

.text-block-97 {
  color: #4a4f4b;
  letter-spacing: -.4px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 132%;
}

.text-block-98 {
  color: #9d9d9d;
  letter-spacing: -.5px;
  margin-top: 16px;
  margin-bottom: 48px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 134%;
}

.section-politicas-de-privacidade-3 {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 100px;
  display: flex;
}

.bold-text-23 {
  color: #4a4f4b;
  font-weight: 600;
}

.text-block-99 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  max-width: 1008px;
  margin-bottom: 40px;
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.text-block-99.mt32 {
  margin-top: 22px;
}

.bold-text-24 {
  font-weight: 600;
}

.link-17 {
  color: #4a4f4b;
  font-weight: 600;
}

.list-3 {
  display: block;
}

.paragraph-1-4 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 80px;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 132%;
}

.link-18 {
  color: #4a4f4b;
}

.bold-text-25 {
  font-weight: 600;
}

.bold-text-26 {
  color: #4a4f4b;
}

.bold-text-27 {
  font-weight: 600;
}

.bold-text-28 {
  color: #4a4f4b;
  font-weight: 600;
}

.list-item-17 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.link-19 {
  color: #4a4f4b;
  font-weight: 600;
}

.bold-text-29 {
  font-weight: 600;
}

.title-left-2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 144%;
}

.text-span-15 {
  -webkit-text-stroke-color: #4a4f4b;
}

.list-item-18 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
}

.bold-text-30, .bold-text-31 {
  text-decoration: underline;
}

.code-embed-3, .right-arrow-4, .icon-4, .icon-5 {
  display: none;
}

.vectors-wrapper-50 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.paragraph-40 {
  color: #4a4f4b;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 144%;
  text-decoration: none;
  overflow: hidden;
}

.bold-text-23-copy {
  color: #4a4f4b;
  font-weight: 600;
}

@media screen and (min-width: 1920px) {
  .container.max-w-100 {
    justify-content: center;
    align-items: center;
  }

  .container.small--container.relative {
    margin-left: 0;
    margin-right: 0;
  }

  .container._w-1222 {
    position: relative;
  }

  .section-benefits {
    background-position: 100%;
    background-size: auto;
  }

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

  .section-purchase.left-1 {
    flex-flow: column;
  }

  .container-2 {
    flex: 1;
    order: -1;
    align-self: flex-start;
  }

  .section-benefits-fortface {
    background-position: 100%;
    background-size: auto 90%;
  }

  .container-container--large.mb-110 {
    justify-content: space-between;
    align-items: center;
  }

  .contact-form {
    overflow: hidden;
  }

  .contact-form-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-container {
    max-width: 1216px;
  }

  .container-5.medium {
    width: 100%;
    max-width: 1216px;
  }

  .content-section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-10 {
    width: 100%;
    max-width: 680px;
  }

  .benef-cios-2 {
    max-width: 680px;
  }

  .section-how-to-use {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-2.w--current {
    order: -1;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .video-text {
    opacity: 1;
  }

  .section-capture-mode, .authentic-operation, .section-facial-authentication {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-hero.content-bg {
    opacity: 100;
  }

  .btn-hero.max-w-197 {
    max-width: 206px;
  }

  .container-6 {
    margin-bottom: 190px;
  }

  .div-block-19 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-19 {
    width: 100px;
    height: 100px;
  }

  .heading-22 {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 300;
  }

  .section-3 {
    background-size: contain;
  }

  .image-28 {
    display: block;
  }

  .paragraph-13 {
    line-height: 30px;
  }

  .content-section-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-10 {
    margin-bottom: 190px;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-41 {
    width: 100px;
    height: 100px;
  }

  .heading-29 {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 300;
  }

  .background-video-82 {
    aspect-ratio: 1;
    border: 1px solid #0000;
    overflow: visible;
  }

  .div-block-24 {
    background-color: #fff;
    width: 2px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .div-block-24-copy {
    background-color: #fff;
    width: 2px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .hero-text-block.text-left {
    opacity: 1;
  }

  .section-how-to-use-two {
    padding-left: 0;
    padding-right: 0;
  }

  .container-15.small--container.relative {
    margin-left: 0;
    margin-right: 0;
  }

  .container-16.medium {
    width: 100%;
    max-width: 1216px;
  }

  .image-48 {
    width: 100%;
    max-width: 680px;
  }

  .contact-form-copy {
    height: 510px;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .container.max-w {
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .container.max-w.align-left {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.max-w.flex {
    padding: 60px 112px;
  }

  .container.max-w.left {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.max-w.block-left {
    margin-left: 0;
    margin-right: 0;
  }

  .container.small--container.relative {
    margin: 100px 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .container.small--container.flex {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .container.small--container.flex-container {
    justify-content: space-between;
    align-items: center;
    height: 300px;
    max-height: 500px;
    margin-top: 0;
  }

  .container._w-1222 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container._w-1216 {
    flex-flow: column;
  }

  .slider.slide--small {
    flex-flow: column;
    margin-bottom: 0;
  }

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

  .div-slider {
    max-width: 700px;
  }

  .description {
    justify-content: flex-start;
    align-items: center;
  }

  .content-slider.experience, .content-slider-2.experience, .content-slider-3.experience {
    margin-bottom: 72px;
    margin-left: 0;
  }

  .content-slider-4.experience {
    margin-bottom: 0;
    margin-left: 0;
  }

  .section-purchase.left-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bar-1.height-big {
    display: none;
  }

  .bar-1.height--small {
    display: none;
    transform: rotateX(66deg)rotateY(0)rotateZ(0);
  }

  .div-top {
    flex-flow: row;
    display: none;
  }

  .div-top.mobile {
    padding-bottom: 0;
  }

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

  .div-right.tab-1.right {
    position: static;
  }

  .content-left {
    margin-bottom: 20px;
  }

  .div-below {
    flex-flow: column;
    margin-top: 48px;
    margin-bottom: 0;
    padding-top: 48px;
  }

  .component-tab-number._3-tab, .component-tab-number._2-tab, .component-tab-number._4-tab, .component-tab-number._5-tab, .component-tab-number._3-tab, .component-tab-number._2-tab, .component-tab-number._6-tab {
    display: none;
  }

  .container-2 {
    justify-content: space-between;
    align-items: center;
  }

  .button-nav {
    display: none;
  }

  .dropdown-toggle {
    color: var(--primary-color);
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 110%;
  }

  .navbar-2 {
    display: none;
  }

  .section-benefits-fortface {
    padding-left: 35px;
    padding-right: 35px;
  }

  .section-benefits-fortface.margin-200 {
    margin-top: 64px;
  }

  .tittle-section {
    margin-right: 0;
  }

  .div-below-fortface {
    flex-flow: column;
    margin-top: 48px;
    padding-top: 48px;
  }

  .tittle {
    margin-left: 24px;
    padding-right: 24px;
  }

  .text-grid._w-152.grid-1 {
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 66px;
    margin: 0 0 30px;
    display: flex;
  }

  .text-grid._w-152.grid-2 {
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 74px;
    display: flex;
  }

  .text-grid.h--66 {
    max-height: 74px;
  }

  .text-grid.h--66.grid-1 {
    justify-content: center;
    align-items: center;
    max-height: 66px;
    display: flex;
  }

  .grid-market {
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .section-compare {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .image-left {
    object-fit: fill;
    width: 100%;
    max-width: none;
    margin-right: 0;
    display: flex;
  }

  .right-content {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-frame {
    width: 100%;
    max-width: none;
  }

  .section-certifications {
    padding-left: 24px;
    padding-right: 24px;
  }

  .logos-certifications {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
    margin-left: 0;
    display: flex;
  }

  .newsletter {
    flex-flow: column;
    max-width: 500px;
    height: 500px;
    padding-top: 10px;
    display: block;
  }

  .div-logo {
    display: none;
  }

  .content-newsletter {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-description {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .form {
    flex-flow: column;
  }

  .text-field {
    margin-bottom: 24px;
  }

  .text-plus-topics {
    justify-content: center;
    align-items: flex-start;
  }

  .scrolling-image-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-2 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .scrolling-image-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-7 {
    margin-left: 35px;
    font-size: 34px;
  }

  .heading-8 {
    font-size: 32px;
  }

  .contact-form-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-3 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .dropdown {
    max-width: 360px;
  }

  .form-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .contact-form {
    padding: 32px;
  }

  .contact-form-gradient {
    background-repeat: no-repeat;
    background-size: cover;
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .contact-form-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .paragraph-3-copy {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .footer-sitemap {
    grid-column-gap: 32px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-policies {
    grid-column-gap: 32px;
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer {
    padding-left: 80px;
    padding-right: 80px;
  }

  .bar-mobile {
    background-image: url('../images/gradient-mobile.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-top-copy {
    flex-flow: row;
    display: block;
  }

  .div-top-copy.mobile {
    border-bottom-width: 0;
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  .image-9 {
    max-width: none;
    margin-bottom: 18px;
  }

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

  .heading-11 {
    font-size: 34px;
  }

  .paragraph-4 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .scrolling-image-container-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.8fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .scrolling-image-container-2.margin-120 {
    padding-top: 0;
    display: block;
  }

  .button-3.dark {
    color: #4a4f4b;
    border-color: #4a4f4b;
  }

  .button-3.white {
    color: #4a4f4b;
    border-color: #fff;
  }

  .container-5.medium {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .heading-12 {
    font-size: 34px;
  }

  .content-section-2 {
    flex-flow: column;
    padding-left: 35px;
    padding-right: 35px;
  }

  .image-10 {
    object-fit: fill;
    max-width: none;
    display: block;
  }

  .benef-cios-2 {
    grid-row-gap: 24px;
    max-width: none;
    padding: 40px;
  }

  .section-how-to-use {
    flex-flow: column;
  }

  .heading-15 {
    padding-left: 24px;
  }

  .text-block-22 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-ppv {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .benefits-1 {
    grid-row-gap: 24px;
    max-width: none;
    padding: 40px;
  }

  .container-5-copy {
    flex-flow: column;
  }

  .bar-gradient {
    display: none;
  }

  .heading-17 {
    font-size: 32px;
  }

  .testimonials-section-2 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-video-containerr {
    display: none;
  }

  .video-text {
    font-size: 48px;
  }

  .heading-11-copy {
    margin-top: 40px;
    font-size: 34px;
  }

  .paragraph-4-copy {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .div-slider-copy {
    max-width: 700px;
  }

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

  .scrolling-image-container-2-copy {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.8fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .scrolling-image-container-2-copy.margin-120 {
    padding-top: 0;
    display: block;
  }

  .text-plus {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .heading-11-copy-copy {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    font-size: 34px;
    display: block;
  }

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

  .section-facial-authentication {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .content-slider-tab-1-security.experience {
    margin-bottom: 60px;
    margin-left: 0;
    padding-top: 40px;
  }

  .form-step-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .contact-form-step-2, .contact-form-step-3 {
    padding: 32px;
  }

  .content-hero.content-bg {
    padding-left: 64px;
    padding-right: 64px;
  }

  .btn-hero.mobile {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    transition-property: none;
    transform: none;
  }

  .news-card-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .heading-19 {
    font-size: 32px;
  }

  .news-media-logos {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
    display: grid;
  }

  .news-play-button {
    width: 64px;
    height: 64px;
    display: block;
    position: relative;
  }

  .paragraph-5 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .news-image-container {
    background-image: url('../images/image-201.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    justify-content: center;
    align-items: center;
  }

  .news-title-container {
    background-color: #f5f5f5;
    max-width: 100%;
    padding: 24px 16px;
  }

  .news-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 212px;
    display: grid;
    overflow: hidden;
  }

  .media-section {
    background-image: none;
    padding-left: 64px;
  }

  .button-label-3.dark {
    color: #4a4f4b;
  }

  .heading-20 {
    font-size: 32px;
  }

  .paragraph-6 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .news-video-container {
    background-image: url('../images/image-202.png');
    background-position: 0 0;
    background-size: auto;
    justify-content: center;
    align-items: center;
  }

  .nav-logo {
    width: 80px;
  }

  .menu-link-text-2 {
    font-size: 1.6rem;
  }

  .d-117-line-wrapper {
    background-color: var(--primary-color);
  }

  .nav-menu-3 {
    width: 45vw;
  }

  .nav-bar {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 0;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .menu-button-2 {
    margin-right: 35px;
    inset: 0% 0% auto auto;
  }

  .burger-line {
    background-color: var(--primary-color);
  }

  .full-screen-menu {
    justify-content: center;
    align-items: flex-start;
    max-height: 500px;
    padding-left: 35px;
    display: none;
  }

  .div-block-12 {
    z-index: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 100%;
    margin-left: 40px;
    display: flex;
  }

  .link {
    color: var(--primary-color);
    padding-top: 20px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 110%;
    text-decoration: none;
  }

  .grid-table {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center start;
    width: 100%;
    max-width: 344px;
    height: 66px;
  }

  .grid-table.row-3 {
    place-items: center start;
    height: 110px;
  }

  .grid-table.row-4 {
    place-items: center start;
    height: 74px;
    max-height: 74px;
  }

  .grid-table.row-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    height: 128px;
    display: grid;
  }

  .grid-table.row-6 {
    place-items: center start;
    height: 92px;
  }

  .grid-table.row-7 {
    place-items: center start;
    height: 43px;
  }

  .grid-table.row-8 {
    place-items: center start;
    height: 92px;
  }

  .row-1 {
    color: var(--primary-color);
    width: auto;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 300;
    display: flex;
  }

  .text-block-61 {
    color: var(--primary-color);
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 144%;
  }

  .row-2, .row-1-copy, .row-1-copy {
    color: var(--primary-color);
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 300;
    display: flex;
  }

  .grid-table-tittle {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    width: 100%;
    max-width: 344px;
    height: 66px;
  }

  .grid-table-tittle.row-3 {
    place-items: center;
    height: 110px;
  }

  .grid-table-tittle.row-4 {
    place-items: center;
    height: 74px;
    max-height: 74px;
  }

  .grid-table-tittle.row-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    height: 128px;
    display: grid;
  }

  .grid-table-tittle.row-6 {
    height: 92px;
  }

  .grid-table-tittle.row-7 {
    place-items: center;
    height: 43px;
  }

  .grid-table-tittle.row-8 {
    height: 92px;
  }

  .text-block-62 {
    font-size: 14px;
  }

  .image-left-mobile {
    margin-right: 0;
  }

  .social-media-mobile.mobile {
    display: none;
  }

  .bar-gradient-mobile {
    z-index: 1;
    align-self: flex-start;
    max-width: 100%;
    display: none;
    position: relative;
  }

  .div-block-13 {
    background-image: url('../images/gradient-mobile.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .scrolling-image-container-3 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.8fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-21 {
    font-size: 34px;
  }

  .scrolling-image-section-2 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .paragraph-7 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .header-mobile {
    color: #fff;
    background-image: url('../images/Overlay.png');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 20px;
    padding-top: 200px;
    padding-bottom: 200px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .heading-23 {
    text-align: center;
    font-weight: 400;
  }

  .footer-sitemap-2 {
    grid-column-gap: 32px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-policies-2 {
    grid-column-gap: 32px;
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .image-28 {
    width: 100%;
  }

  .button-ppv-copy {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }

  .content-slider-tab-2-security.experience, .content-slider-tab-3-security.experience {
    margin-bottom: 60px;
    margin-left: 0;
    padding-top: 40px;
  }

  .heading-25 {
    font-size: 34px;
  }

  .scrolling-image-container-copy {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.8fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-10 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .scrolling-image-section-v2 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-26 {
    font-size: 34px;
  }

  .scrolling-image-container-copy-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.8fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-11 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .scrolling-image-section-v2-2 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .paragraph-12 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .heading-27 {
    font-size: 32px;
  }

  .big-numbers-card-container-copy {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .content-slider-5.experience {
    margin-bottom: 0;
    margin-left: 0;
  }

  .link-block-8 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-section-3 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .leftcolum {
    padding: 30px;
  }

  .container-9.max-w {
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .showcase-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-30 {
    font-size: 26px;
  }

  .heading-31 {
    font-size: 32px;
  }

  .phone-mockup {
    object-fit: cover;
  }

  .tab-2-container-alt {
    min-width: 1px;
  }

  .showcase-card-2 {
    max-width: 200px;
    padding: 8px;
  }

  .item-1 {
    min-width: 1px;
  }

  .paragraph-14 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .showcase-card-1 {
    padding: 8px;
  }

  .showcase-card-text {
    font-size: 14px;
  }

  .background-video-82 {
    height: 460px;
    overflow: visible;
  }

  .video-text-2 {
    font-size: 48px;
  }

  .video-overlay-2 {
    opacity: 100;
  }

  .big-photo-content-text {
    color: #4a4f4b;
    text-overflow: ellipsis;
    font-size: 16px;
    overflow: hidden;
  }

  .text-button {
    grid-row-gap: 16px;
    width: 80%;
  }

  .button-label-4.dark {
    color: #4a4f4b;
  }

  .mais-praticidade-e-menos-fraudes-para-o-seu-neg-cio {
    color: #4a4f4b;
    font-size: 20px;
  }

  .big-text-button-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .big-photo-container {
    height: 60vh;
  }

  .full-width-image-section {
    background-position: 70%;
    padding-left: 64px;
  }

  .full-width-image-title {
    max-width: 300px;
  }

  .full-width-image-text {
    max-width: 400px;
  }

  .full-width-image-section-2 {
    background-position: 70%;
    padding-left: 64px;
  }

  .news-image-container-2 {
    background-image: url('../images/Container.png');
    background-position: 0 0;
    background-size: auto;
    justify-content: center;
    align-items: center;
  }

  .heading-33 {
    font-size: 32px;
  }

  .news-media-logos-2 {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
    display: grid;
  }

  .button-label-6.dark {
    color: #4a4f4b;
  }

  .media-section-2 {
    padding-left: 64px;
  }

  .paragraph-15 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .news-card-container-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading-34 {
    font-size: 34px;
  }

  .content-card-2 {
    max-width: 450px;
  }

  ._12-grid-centered {
    padding-left: 64px;
    padding-right: 64px;
  }

  .content-cards-container {
    grid-column-gap: 24px;
    align-items: stretch;
  }

  .category-title {
    font-size: 14px;
  }

  .button-label-7.dark {
    color: #4a4f4b;
  }

  .content-card-text {
    grid-row-gap: 8px;
    padding: 16px;
  }

  .content-cards-section {
    padding: 64px;
  }

  .content-card-photo {
    width: 100%;
    max-height: 160px;
  }

  .paragraph-tiny-2 {
    text-align: left;
  }

  .footer-sitemap-3 {
    grid-column-gap: 32px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-policies-3 {
    grid-column-gap: 32px;
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .conheca-empresas {
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-17 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .product-hero-text-container {
    max-width: 80%;
  }

  .heading-1 {
    font-size: 32px;
  }

  .button-label-10.dark {
    color: #4a4f4b;
  }

  .product-hero-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .button-label-11.dark, .button-label-12.dark {
    color: #4a4f4b;
  }

  .paragraph-18 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .heading-35 {
    font-size: 34px;
  }

  .button-label-13.dark {
    color: #4a4f4b;
  }

  .content-cards-section-2 {
    padding: 64px;
  }

  .clients-title-text {
    grid-row-gap: 16px;
  }

  .clients-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading-36 {
    font-size: 32px;
  }

  .button-label-14.dark {
    color: #4a4f4b;
  }

  .clients-title-button {
    grid-row-gap: 24px;
  }

  .clients-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .paragraph-19 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .big-numbers-card-container {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .big-numbers-simple-text-container {
    max-width: 100%;
  }

  .heading-37 {
    font-size: 32px;
  }

  .big-numbers-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .paragraph-20 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .heading-38 {
    font-size: 32px;
  }

  .segments-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-39 {
    font-size: 32px;
  }

  .why-use-title-container {
    max-width: 80%;
  }

  .heading-40 {
    font-size: 32px;
  }

  .text-16 {
    font-size: 16px;
  }

  .why-use-benefits-container {
    grid-column-gap: 40px;
  }

  .produto-3 {
    grid-column-gap: 8px;
  }

  .about-payface-section {
    padding: 40px 64px;
  }

  .heading-41 {
    font-size: 32px;
  }

  .paragraph-21 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .about-payface-benefits-container {
    grid-column-gap: 24px;
  }

  .vectors-wrapper-14 {
    width: 80px;
    height: 80px;
  }

  .heading-42 {
    font-size: 26px;
  }

  .vectors-wrapper-15 {
    width: 80px;
    height: 80px;
  }

  .transform-section {
    padding: 64px;
  }

  .transform-benefits-container {
    grid-column-gap: 32px;
  }

  .text-26 {
    font-size: 16px;
  }

  .button-label-15.dark {
    color: #4a4f4b;
  }

  .transform-text-container {
    grid-column-gap: 48px;
    grid-template-columns: 2fr 3fr;
  }

  .paragraph-22 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .who-uses-payface-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-43 {
    font-size: 32px;
  }

  .partners-logos {
    justify-content: center;
    align-items: flex-start;
  }

  .brand-container-component {
    flex-basis: 100%;
  }

  .investors-container {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-44 {
    font-size: 32px;
  }

  .investors-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .paragraph-23 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .heading-45 {
    font-size: 34px;
  }

  .scrolling-image-container-copy-3 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.8fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .scrolling-image-section-v2-3 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .paragraph-24 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .content-section-2-2 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .gray-background {
    grid-row-gap: 24px;
    padding: 40px;
  }

  .heading-46 {
    font-size: 34px;
  }

  .paragraph-25 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .image-45 {
    max-width: 50%;
  }

  .press-kit-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .asset-text-button {
    grid-column-gap: 100px;
  }

  .heading-47 {
    font-size: 32px;
  }

  .paragraph-26 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .container-14 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .big-news-text-container {
    padding: 32px;
  }

  .blog-news-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-49 {
    font-size: 32px;
  }

  .button-label-16.dark {
    color: #4a4f4b;
  }

  .media-section-3 {
    padding-left: 64px;
  }

  .paragraph-27 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .news-card-container-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .full-width-image-text-2 {
    max-width: 400px;
  }

  .full-width-image-section-2-2 {
    background-position: 70%;
    padding-left: 64px;
  }

  .full-width-image-text-3 {
    max-width: 400px;
  }

  .contact-form-2 {
    padding: 32px;
  }

  .contact-form-gradient-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .form-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .contact-form-section-2 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .paragraph-28 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .local-results-gray-text {
    letter-spacing: 0;
    font-size: 14px;
  }

  .local-listing-container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-51 {
    font-size: 32px;
  }

  .where-to-buy-image {
    width: 280px;
    height: 600px;
  }

  .local-search {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .where-to-buy-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .where-to-buy-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-29 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .local-card-container {
    padding: 16px;
  }

  .heading-52 {
    font-size: 32px;
  }

  .integrations-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-53 {
    font-size: 32px;
  }

  .secondary-hero-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-55 {
    font-size: 32px;
  }

  .help-central-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-56 {
    font-size: 32px;
  }

  .content-portal-hero-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-57 {
    font-size: 32px;
  }

  .on-media-hero-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-58 {
    font-size: 32px;
  }

  .button-label-19.dark {
    color: #4a4f4b;
  }

  .paragraph-30 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .scrolling-image-container-4 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.8fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-60 {
    font-size: 34px;
  }

  .paragraph-31 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .section-how-to-use-two {
    flex-flow: column;
  }

  .div-top-2 {
    flex-flow: row;
    display: none;
  }

  .container-15.small--container.relative {
    margin: 100px 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-top-copy-2 {
    flex-flow: row;
    display: block;
  }

  .div-top-copy-2.mobile {
    border-bottom-width: 0;
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  .div-below-fortface-2 {
    flex-flow: column;
    margin-top: 48px;
    padding-top: 48px;
  }

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

  .paragraph-32 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .scrolling-image-container-copy-4 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.8fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-33 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }

  .heading-63 {
    font-size: 34px;
  }

  .container-16.medium {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .image-48 {
    object-fit: fill;
    max-width: none;
    display: block;
  }

  .heading-64 {
    font-size: 34px;
  }

  .paragraph-content-2 {
    margin-bottom: 0;
  }

  .container-19 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .title-destaque {
    font-size: 26px;
  }

  .mod {
    padding-left: 64px;
    padding-right: 64px;
  }

  .contact-form-gradient2 {
    background-repeat: no-repeat;
    background-size: cover;
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .contact-form-copy {
    padding: 32px;
  }

  .paragraph-40 {
    color: #4a4f4b;
    text-overflow: ellipsis;
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 16px;
    overflow: clip;
  }
}

@media screen and (max-width: 767px) {
  .container.max-w.align-left {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 24px;
    padding: 0;
  }

  .container.max-w.flex {
    justify-content: center;
    align-items: center;
    padding: 80px 24px;
  }

  .container.small--container.relative {
    margin-bottom: 64px;
  }

  .container.small--container.flex {
    justify-content: center;
    align-items: center;
    margin-left: 24px;
    margin-right: 24px;
    padding: 80px 0;
  }

  .container._w-1216 {
    margin-top: 72px;
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 48px;
  }

  .paragraph-content {
    font-size: 16px;
    line-height: 144%;
  }

  .div-slider {
    max-width: 520px;
  }

  .text-1.color, .text-2.color, .text-3.color, .text-3.color-copy, .text-5.color {
    font-size: 24px;
    line-height: 120%;
  }

  .text-block-9 {
    font-size: 18px;
    line-height: 138%;
  }

  .heading-slide {
    font-size: 30px;
    line-height: 144%;
  }

  .div-tittle-slide {
    font-size: 16px;
  }

  .tittle-section {
    margin-bottom: 48px;
  }

  .heading-content-slide {
    font-size: 24px;
    line-height: 120%;
  }

  .text-fortface {
    color: var(--cinza-2);
    font-size: 20px;
    font-weight: 300;
    line-height: 135%;
  }

  .text-category {
    margin-bottom: 28px;
    font-size: 26px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .text-block-12 {
    letter-spacing: -.5px;
    font-size: 20px;
    line-height: 135%;
  }

  .image-left {
    display: none;
  }

  .right-content {
    justify-content: center;
    align-items: center;
  }

  .section-certifications {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-5 {
    font-size: 32px;
  }

  .text-block-19 {
    font-size: 20px;
    line-height: 135%;
  }

  .newsletter {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 312px;
    padding: 0 0 0 24px;
    display: flex;
  }

  .div-logo {
    display: none;
  }

  .text-description {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .heading-6 {
    margin-top: 18px;
    font-size: 20px;
  }

  .text-field {
    width: 265px;
    max-width: none;
  }

  .text-plus-topics {
    grid-row-gap: 24px;
  }

  .background-gradient {
    width: 80%;
    height: 60vh;
    margin-left: 27px;
  }

  .scrolling-image-container {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-2 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .heading-7 {
    font-size: 32px;
  }

  .heading-8 {
    font-size: 30px;
  }

  .contact-form-container {
    flex-flow: column;
  }

  .heading-10.white {
    max-width: none;
  }

  .paragraph-3 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .contact-form-gradient {
    max-width: 100%;
    height: 360px;
  }

  .contact-form-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-3-copy {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .footer-policies {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-policies-container {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .footer {
    padding-left: 32px;
    padding-right: 32px;
  }

  .bar-mobile {
    display: block;
  }

  .div-top-copy.mobile {
    color: #9d9d9d;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    line-height: 132%;
    display: block;
  }

  .heading-11 {
    font-size: 32px;
  }

  .paragraph-4 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .background-gradient-2 {
    width: 80%;
    height: 60vh;
    margin-left: 27px;
  }

  .scrolling-image-container-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-plus-topics-2 {
    grid-row-gap: 24px;
    padding-left: 25px;
  }

  .button-3.white {
    font-family: Poppins, sans-serif;
    font-size: 18px;
  }

  .container-5 {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-12 {
    font-size: 32px;
  }

  .content-section-2 {
    padding-top: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-10 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    max-width: 100%;
    height: 60vh;
  }

  .benef-cios-2 {
    max-width: 680px;
  }

  .div-block-6 {
    border-top: 1px none var(--secundary-color);
    height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-7 {
    border-top: 2px none var(--black);
    height: 100%;
    max-height: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-15 {
    letter-spacing: -.3px;
    font-size: 30px;
    line-height: 144%;
  }

  .text-block-22 {
    font-size: 16px;
  }

  .text-block-23 {
    font-size: 20px;
    line-height: 135%;
  }

  .text-block-24 {
    font-size: 16px;
  }

  .left {
    width: 100%;
    max-width: none;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-25 {
    letter-spacing: -.3px;
    font-size: 30px;
    line-height: 144%;
  }

  .text-block-26 {
    width: 100%;
    font-size: 16px;
    line-height: 144%;
  }

  .right {
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-ppv {
    max-width: none;
    max-height: 80px;
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-ppv.margin-24 {
    width: 100%;
    max-width: none;
  }

  .text-block-27 {
    letter-spacing: -.18px;
    font-size: 18px;
    line-height: 138%;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    width: auto;
    max-width: none;
  }

  .benefits-1 {
    max-width: 680px;
  }

  .container-5-copy {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 65px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bar-gradient, .left-arrow-2, .quote-icon-container-2 {
    display: none;
  }

  .text-container-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 48px;
    padding-right: 48px;
  }

  .heading-17 {
    font-size: 30px;
  }

  .slide-nav {
    display: block;
    bottom: -50px;
  }

  .testimonials-section-2 {
    padding-left: 64px;
  }

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

  .hero-section-identification {
    display: none;
  }

  .section-commitment-fortface {
    background-image: none;
    padding-top: 60px;
  }

  .text-block-25-copy {
    letter-spacing: -.3px;
    font-size: 30px;
    line-height: 144%;
  }

  .background-gradient-2-copy {
    width: 80%;
    height: 60vh;
    margin-left: 27px;
  }

  .heading-11-copy {
    font-size: 32px;
  }

  .text-plus-topics-2-copy {
    grid-row-gap: 24px;
    padding-left: 25px;
  }

  .background-gradient-autentic {
    width: 80%;
    height: 60vh;
    margin-left: 27px;
  }

  .paragraph-4-copy {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .div-slider-copy {
    max-width: 520px;
  }

  .scrolling-image-container-2-copy {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-plus {
    grid-row-gap: 24px;
    padding-left: 25px;
  }

  .heading-11-copy-copy {
    font-size: 32px;
  }

  .authentic-operation {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tittle-authentic {
    font-size: 32px;
  }

  .btn-hero.mobile {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    transition-property: none;
    position: static;
    transform: none;
  }

  .news-card-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading-19 {
    font-size: 30px;
  }

  .news-media-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: space-around;
    display: flex;
  }

  .news-play-button {
    width: 80px;
    height: 80px;
  }

  .paragraph-5 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .news-media-logo {
    object-fit: cover;
    overflow: visible;
  }

  .news-card {
    width: 100%;
    max-width: 600px;
  }

  .media-section {
    padding-right: 64px;
  }

  .heading-20 {
    font-size: 30px;
  }

  .paragraph-6 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .nav-logo {
    width: 60px;
  }

  .menu-link-text-2 {
    font-size: 1.4rem;
  }

  .nav-menu-3 {
    width: 70vw;
    display: flex;
  }

  .nav-menu-button {
    width: 30px;
    height: 30px;
  }

  .full-screen-menu {
    display: none;
  }

  .image-left-mobile {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .slide-logos {
    display: block;
  }

  .slider-3 {
    height: 70px;
  }

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

  .slide-3 {
    max-width: 110px;
  }

  .slide-nav-2 {
    display: none;
  }

  .mask {
    background-color: var(--white);
    width: 100%;
    height: 70px;
  }

  .heading-how-to-use {
    font-size: 30px;
    line-height: 144%;
  }

  .bar-gradient-mobile {
    display: none;
  }

  .div-block-14, .div-button-center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scrolling-image-container-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-21 {
    font-size: 32px;
  }

  .paragraph-7 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .text-plus-topics-3 {
    grid-row-gap: 24px;
  }

  .header-mobile {
    background-image: url('../images/Overlay.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .heading-23 {
    color: #fff;
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
  }

  .footer-policies-2 {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-policies-container-2 {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .footer-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .button-ppv-copy {
    max-width: 312px;
    max-height: 80px;
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-25 {
    font-size: 32px;
  }

  .background-gradient-copy {
    width: 80%;
    height: 60vh;
    margin-left: 27px;
  }

  .scrolling-image-container-copy {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-10 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .scroll-container {
    height: auto;
  }

  .text-plus-topics-copy {
    grid-row-gap: 24px;
    top: 0;
  }

  .heading-26 {
    font-size: 32px;
  }

  .scrolling-image-container-copy-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-11, .paragraph-12 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .heading-27 {
    font-size: 30px;
  }

  .big-numbers-card-container-copy {
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    place-items: center;
    display: flex;
  }

  .big-number-container {
    width: 100%;
    max-width: 360px;
    max-height: 120px;
  }

  .ero-video-home-payface {
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-13 {
    text-align: center;
    line-height: 120%;
  }

  .paragraph-13.minnor.left, .paragraph-13.minnor.left-aligned {
    text-align: left;
  }

  .image-39 {
    width: 100%;
    margin-top: 30px;
  }

  .content-section-3 {
    padding-top: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-doc {
    flex-flow: column;
  }

  .leftcolum {
    background-position: 50%;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .rightcolum {
    width: 100%;
  }

  .heading-3-copy {
    font-size: 32px;
  }

  .heading-30 {
    font-size: 24px;
  }

  .showcase-story-container {
    flex-flow: column;
  }

  .dash-line {
    transform: rotate(90deg);
  }

  .heading-31 {
    font-size: 30px;
  }

  .tab-2-container-alt, .item-1 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .paragraph-14 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .tab-pane-tab-3, .tab-pane-tab-2 {
    padding-top: 16px;
  }

  .inner-tab-container {
    padding-top: 8px;
  }

  .text-3-copy.color, .text-3-copy.color-copy {
    font-size: 24px;
    line-height: 120%;
  }

  .video-text-2 {
    font-size: 36px;
  }

  .full-width-left {
    flex-flow: column;
  }

  .big-photo {
    width: 100%;
  }

  .big-text-button-container {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .big-photo-container {
    max-height: 400px;
  }

  .full-width-image-section, .full-width-image-section-2 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .heading-33 {
    font-size: 30px;
  }

  .news-media-logos-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: space-around;
    display: flex;
  }

  .media-section-2 {
    padding-right: 64px;
  }

  .paragraph-15 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .news-card-container-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading-34 {
    font-size: 32px;
  }

  .content-cards-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .footer-policies-3 {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .conheca-empresas {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-17 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .heading-1 {
    font-size: 30px;
  }

  .full-width-left-2 {
    flex-flow: column;
  }

  .full-width-right {
    flex-flow: column-reverse;
  }

  .paragraph-18 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .heading-35 {
    font-size: 32px;
  }

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

  .heading-36 {
    font-size: 30px;
  }

  .clients-logo-container {
    padding-left: 0;
    padding-right: 0;
  }

  .clients-logos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 720px;
  }

  .clients-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-19 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .big-numbers-card-container {
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    place-items: center;
    display: flex;
  }

  .heading-37 {
    font-size: 30px;
  }

  .paragraph-20 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .heading-38, .heading-39 {
    font-size: 30px;
  }

  .why-use-benefit {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: auto;
  }

  .heading-40 {
    font-size: 30px;
  }

  .why-use-benefits-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: wrap;
    align-content: flex-start;
  }

  .frame-1171275970 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .why-use-section-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .heading-41 {
    font-size: 30px;
  }

  .paragraph-21 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .about-payface-benefits-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
  }

  .heading-42 {
    font-size: 24px;
  }

  .produto-4 {
    grid-row-gap: 4px;
  }

  .transform-benefits-container {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .frame-1171276063 {
    grid-row-gap: 8px;
  }

  .transform-text-container {
    grid-column-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .paragraph-22 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .heading-43, .heading-44 {
    font-size: 30px;
  }

  .paragraph-23 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .heading-45 {
    font-size: 32px;
  }

  .background-gradient-copy-2 {
    width: 80%;
    height: 60vh;
    margin-left: 27px;
  }

  .scrolling-image-container-copy-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .scroll-container-2 {
    height: auto;
  }

  .paragraph-24 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .text-plus-topics-copy-2 {
    grid-row-gap: 24px;
    top: 0;
  }

  .container-13 {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .gray-background {
    max-width: 680px;
  }

  .heading-46 {
    font-size: 32px;
  }

  .paragraph-25 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .image-45 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    max-width: 100%;
    height: 60vh;
  }

  .asset-text-button {
    grid-column-gap: 24px;
  }

  .heading-47 {
    font-size: 30px;
  }

  .frame-1171275201 {
    width: 100%;
  }

  .paragraph-26 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .big-news-text-container {
    height: auto;
  }

  .big-news-card {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .big-news-photo {
    height: 320px;
  }

  .heading-49 {
    font-size: 30px;
  }

  .media-section-3 {
    padding-right: 64px;
  }

  .paragraph-27 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .news-card-container-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .full-width-image-section-2-2 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .contact-form-gradient-2 {
    max-width: 100%;
    height: 360px;
  }

  .contact-form-container-2 {
    flex-flow: column;
  }

  .paragraph-28 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .local-listing-container {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-51 {
    font-size: 30px;
  }

  .where-to-buy-image {
    object-position: 50% 0%;
    width: 100%;
    height: 360px;
  }

  .local-search {
    flex-flow: row;
  }

  .where-to-buy-section {
    padding-left: 64px;
    padding-right: 64px;
  }

  .where-to-buy-container {
    flex-flow: column;
    width: 100%;
  }

  .paragraph-29 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .heading-52 {
    font-size: 30px;
  }

  .left-arrow-4, .quote-icon-container-3 {
    display: none;
  }

  .text-container-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 48px;
    padding-right: 48px;
  }

  .heading-53, .heading-55, .heading-56, .heading-57, .heading-58 {
    font-size: 30px;
  }

  .paragraph-30 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .scrolling-image-container-4 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-60 {
    font-size: 32px;
  }

  .background-gradient-3 {
    width: 80%;
    height: 60vh;
    margin-left: 27px;
  }

  .paragraph-31 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .text-plus-topics-4 {
    grid-row-gap: 24px;
  }

  .text-block-76 {
    font-size: 18px;
    line-height: 138%;
  }

  .text-fortface-2 {
    color: #9d9d9d;
    font-size: 20px;
    font-weight: 300;
    line-height: 135%;
  }

  .text-category-2 {
    margin-bottom: 28px;
    font-size: 26px;
  }

  .container-15.small--container.relative {
    margin-bottom: 64px;
  }

  .div-top-copy-2.mobile {
    color: #9d9d9d;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    line-height: 132%;
    display: block;
  }

  .scroll-container-3 {
    height: auto;
  }

  .paragraph-32 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .scrolling-image-container-copy-4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-33 {
    overflow-wrap: anywhere;
    overflow: visible;
  }

  .text-plus-topics-copy-3 {
    grid-row-gap: 24px;
    top: 0;
  }

  .heading-63 {
    font-size: 32px;
  }

  .container-16 {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    padding-left: 35px;
    padding-right: 35px;
  }

  .image-48 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    max-width: 100%;
    height: 60vh;
  }

  .heading-64 {
    font-size: 32px;
  }

  .paragraph-content-2 {
    font-size: 16px;
    line-height: 144%;
  }

  .heading-content-slide-2, .text-1-2.color, .text-2-2.color {
    font-size: 24px;
    line-height: 120%;
  }

  .title-destaque {
    font-size: 24px;
  }

  .mod {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-form-gradient2 {
    max-width: 100%;
    height: 360px;
  }

  .scroll-container-copy, .scroll-container-3-copy {
    height: auto;
  }

  .paragraph-40 {
    overflow-wrap: anywhere;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.max-w {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.max-w.align-left {
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container.max-w.max-w-1216 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.small--container.relative {
    padding: 0;
  }

  .container.small--container.flex {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.small--container.flex-container {
    height: auto;
    max-height: none;
    margin: 0;
  }

  .container._w-1222 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container._w-1216 {
    margin-left: auto;
    margin-right: auto;
  }

  .slider.slide--small {
    height: auto;
  }

  .paragraph-content {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .button-payface-para-voce.max-w.experience {
    display: none;
  }

  .products {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .description {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .content-slider.experience {
    width: 312px;
    max-width: none;
    margin-top: 48px;
    margin-bottom: 72px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .content-slider.experience.max-w-800 {
    max-width: 100%;
    margin-left: 0;
  }

  .heading-content {
    font-size: 24px;
    line-height: 120%;
  }

  .content-slider-2.experience, .content-slider-3.experience, .content-slider-4.experience {
    width: 312px;
    max-width: none;
    margin: 28px 0 72px;
    display: none;
  }

  .text-5.color {
    margin-bottom: 48px;
  }

  .section-purchase.left-1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-tab-1.color, .text-tab-2.color, .text-tab-3.color {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 120%;
  }

  .bar-1.height-big, .div-top {
    display: none;
  }

  .div-right.tab-1.right {
    justify-content: flex-start;
    align-items: center;
  }

  .order-1.initial-color._1-number, .order-1._2-number {
    max-width: 48px;
    height: 48px;
    max-height: none;
  }

  .order-1._3-number, .order-1._4-number {
    max-width: 48px;
    height: 48px;
    max-height: none;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .order-1._5-number {
    max-width: 36px;
    height: auto;
    max-height: 36px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .number-1.color, .number-1._2-number {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: 300;
  }

  .number-1._3-number {
    font-size: 18px;
    font-weight: 300;
  }

  .number-1._4-number, .number-1._5-number {
    font-size: 18px;
  }

  .component-tab-number._1-tab {
    display: none;
  }

  .component-tab-number._3-tab {
    display: block;
  }

  .component-tab-number._2-tab {
    display: none;
  }

  .container-2 {
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
  }

  .nav-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    justify-content: flex-start;
    align-items: flex-start;
    height: 500px;
    padding-left: 32px;
    display: flex;
  }

  .link-nav {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 110%;
  }

  .navigation-link {
    order: 0;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 0;
    font-size: 24px;
  }

  .navigation-link.max-width--144 {
    flex: none;
    order: -1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .navigation-link.mt-15 {
    margin-top: 15px;
  }

  .button-nav {
    display: none;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .dropdown-toggle.w--open {
    padding-bottom: 0;
  }

  .text-block-11 {
    order: -1;
    font-size: 24px;
    line-height: 110%;
    text-decoration: none;
    display: flex;
  }

  .dropdown-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .dropdown-link.w--current {
    color: var(--primary-color);
  }

  .dropdown-link-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .dropdown-link-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .dropdown-list.w--open {
    background-color: var(--transparent);
    max-width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    position: relative;
  }

  .section-benefits-fortface {
    background-image: none;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 70px;
    padding: 0 24px;
  }

  .section-benefits-fortface.margin-200 {
    justify-content: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tittle-section {
    width: 100%;
    max-width: 312px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-content-slide {
    margin-top: 0;
  }

  .heading-content-slide.t-28.mb-0 {
    font-size: 24px;
  }

  .section-application {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-fortface {
    display: none;
  }

  .text-category.t-28 {
    font-size: 26px;
  }

  .div-below-fortface {
    border-top: 1px solid #cfcfcf;
    display: block;
  }

  .section-market-model {
    display: block;
  }

  .tittle {
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-3 {
    letter-spacing: -1px;
    font-size: 30px;
  }

  .heading-3.small {
    font-size: 32px;
  }

  .text-block-12 {
    font-size: 16px;
  }

  .img-grid {
    margin-bottom: 29px;
  }

  .text-grid._w-152.grid-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-grid._w-152.grid-2.margin {
    margin-bottom: 58px;
  }

  .text-grid._w-152.grid-3 {
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 110px;
    margin-top: 0;
    margin-bottom: 58px;
    display: flex;
  }

  .text-grid._w-152.grid-4 {
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 74px;
    margin-bottom: 20px;
    display: flex;
  }

  .text-grid._w-152.grid-5 {
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 128px;
    margin-bottom: 0;
    display: flex;
  }

  .text-grid._w-152.grid-6 {
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 92px;
    margin-bottom: 37px;
    display: flex;
  }

  .text-grid._w-152.grid-7 {
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 43px;
    margin-bottom: 0;
    display: flex;
  }

  .text-grid._w-152.grid-8 {
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 98px;
    display: flex;
  }

  .text-grid.h--66 {
    justify-content: center;
    align-items: center;
    max-height: 110px;
    margin-bottom: 40px;
    display: flex;
  }

  .text-grid.h--66.margin-18 {
    margin-bottom: -18px;
  }

  .text-grid.h--66.margin-18.grid-6 {
    max-height: 128px;
    margin-bottom: 0;
    display: flex;
  }

  .text-grid.h--66.grid-1 {
    margin-bottom: 0;
  }

  .text-grid.h--66.grid-2 {
    margin-top: 30px;
  }

  .text-grid.h--66.grid-3 {
    height: 100%;
    max-height: 110px;
    margin-top: 0;
    margin-bottom: 30px;
    display: flex;
  }

  .text-grid.h--66.grid-4 {
    max-height: 74px;
    margin-bottom: 20px;
    display: flex;
  }

  .text-grid.h--66.grid-5 {
    max-height: 128px;
    margin-bottom: 0;
    display: flex;
  }

  .text-grid.h--66.grid-6 {
    max-height: 128px;
    margin-bottom: 0;
  }

  .text-grid.h--66.grid-7 {
    max-height: 43px;
  }

  .text-block-14 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .div-grid-fortface {
    flex-flow: row;
    width: 100%;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-grid-text {
    color: var(--primary-color);
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
  }

  .text-block-16 {
    font-size: 14px;
    font-weight: 300;
  }

  .column-1 {
    border-style: none;
    max-width: 110px;
    margin-right: 12px;
    padding-left: 0;
  }

  .column-2 {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .column-3 {
    border-style: none;
    margin-left: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-market {
    max-width: 100%;
    margin-bottom: 0;
    padding: 0;
  }

  .section-compare {
    margin-top: 100px;
  }

  .image-left {
    display: none;
  }

  .right-content {
    order: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-frame {
    width: 100%;
    max-width: none;
  }

  .content-frame.margin {
    margin-right: 0;
  }

  .heading-4 {
    font-weight: 300;
    line-height: 120%;
  }

  .heading-4.f-size {
    font-size: 30px;
  }

  .text-block-17 {
    font-size: 16px;
  }

  .button-v3 {
    transition: background-color .3s;
  }

  .section-certifications {
    background-image: none;
    padding: 0;
  }

  .newsletter {
    max-width: 312px;
    height: 307px;
    padding: 0 24px;
  }

  .heading-6 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .tittle-newsletter {
    width: 100%;
    margin-bottom: 34px;
  }

  .text-field {
    width: 267px;
    max-width: none;
    height: 53px;
    max-height: none;
  }

  .background-gradient {
    width: 90%;
    height: 45vh;
    margin-left: 0;
  }

  .scrolling-image-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-7 {
    font-size: 30px;
  }

  .scrolling-image-text-card {
    padding: 24px;
  }

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

  .contact-form-container {
    width: 100%;
  }

  .heading-10.white {
    color: #fff;
    font-size: 28px;
  }

  .dropdown {
    max-width: 400px;
  }

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

  .contact-form {
    padding: 24px 24px 60px;
  }

  .button-2 {
    max-width: none;
    margin-top: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .contact-form-gradient {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-form-section {
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-form-section.mt-200 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
  }

  .footer-sitemap {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-policies {
    grid-row-gap: 24px;
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .social-media {
    padding-bottom: 2px;
    display: none;
  }

  .social-media.mobile {
    border-bottom: 1px solid var(--cinza-2);
    width: 100%;
    padding-bottom: 24px;
  }

  .gradient-bar {
    flex: 0 auto;
    height: 4px;
  }

  .footer-policies-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
    display: none;
  }

  .image-8 {
    width: 50%;
  }

  .vectors-wrapper-7 {
    width: 24px;
    height: 24px;
  }

  .paragraph-tiny {
    white-space: nowrap;
  }

  .footer {
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-brand-socials {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bar-mobile {
    background-image: url('../images/gradient-horizoltan.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-9 {
    margin-bottom: 40px;
  }

  .div-block-5 {
    justify-content: space-between;
    align-items: center;
  }

  .heading-11 {
    font-size: 30px;
  }

  .scrolling-image-text-card-2 {
    margin-left: 0;
    padding: 24px 0;
  }

  .paragraph-4.white {
    font-size: 14px;
    line-height: 144%;
  }

  .paragraph-4.size2 {
    font-size: 16px;
  }

  .background-gradient-2 {
    aspect-ratio: auto;
    background-color: #0000;
    background-image: none;
    flex: 0 auto;
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    max-height: none;
    margin-left: 0;
    display: flex;
  }

  .floating-image-2 {
    position: static;
  }

  .text-plus-topics-2 {
    padding-left: 0;
  }

  .frame-1171276346 {
    padding-bottom: 40px;
  }

  .button-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-3.alter {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .button-3.white {
    width: 100%;
    max-width: 191px;
  }

  .container-5 {
    padding: 0;
  }

  .container-5.medium {
    flex: 0 auto;
    order: -1;
  }

  .heading-12 {
    font-size: 30px;
  }

  .heading-12.white {
    font-size: 24px;
    line-height: 120%;
  }

  .heading-12.size0big {
    font-size: 24px;
  }

  .content-section-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-10 {
    order: 1;
    height: 40vh;
  }

  .benef-cios-2 {
    order: 1;
    align-self: flex-start;
    padding: 24px;
  }

  .section-how-to-use {
    background-image: none;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .step-card {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .card-1 {
    max-width: 314px;
    min-height: 442px;
    padding: 24px;
  }

  .svg-card {
    justify-content: flex-start;
    align-items: center;
  }

  .content-card {
    max-width: 264px;
  }

  .text-block-21 {
    width: 90%;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .button-4 {
    margin: 0;
    transition: background-color .3s;
  }

  .div-text-btn.step--2, .div-text-btn.step-1, .div-text-btn.step--3 {
    width: 264px;
  }

  .section-a-fortface {
    padding-top: 20px;
  }

  .heading-15 {
    padding-left: 0;
  }

  .text-block-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .left {
    max-width: 358px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-ppv {
    max-width: 361px;
  }

  .text-block-28 {
    font-size: 32px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex: 0 auto;
    place-content: stretch;
    justify-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame {
    max-width: 170px;
  }

  .text-block-30 {
    text-align: center;
    border-top-width: 0;
    min-height: 80px;
  }

  .text-block-30-copy {
    text-align: center;
    border-top-width: 0;
    font-size: 16px;
  }

  .benefits-1 {
    background-position: 50% 100%;
    background-repeat: repeat-y;
    background-size: cover;
    padding: 24px;
  }

  .container-5-copy {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-32 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
  }

  .brand-2 {
    order: -1;
    padding-left: 0;
    display: flex;
  }

  .menu-button {
    background-color: var(--white);
    order: 1;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--white);
    display: none;
  }

  .bar-gradient {
    z-index: 10;
    background-position: 50%;
    background-size: 100% 8px;
    position: absolute;
  }

  .text-container-2 {
    width: 100%;
    padding: 32px 24px;
  }

  .testimonials-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .paragraph-max-2 {
    font-size: 16px;
  }

  .testimonials-section-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-18 {
    font-size: 20px;
  }

  .dropdown-2 {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .dropdown-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-slider-copy {
    margin-left: 0;
  }

  .div-block-9 {
    background-image: url('../images/gradient-mobile.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    height: 4px;
    padding-bottom: 48px;
  }

  .text-block-33 {
    color: var(--primary-color);
    letter-spacing: -.26px;
    max-width: 312px;
    margin-bottom: 32px;
    font-family: Poppins, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 132%;
  }

  .hero-section-identification {
    display: none;
  }

  .video-text {
    text-align: center;
    font-size: 32px;
    line-height: 132%;
    position: static;
  }

  .video-text.text0left, .video-text.normal-font {
    font-size: 32px;
  }

  .video-overlay {
    display: block;
  }

  .navigation-link-copy {
    order: 0;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 0;
    font-size: 24px;
  }

  .navigation-link-copy.max-width--144 {
    flex: none;
    order: -1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .navigation-link-copy.mt-15 {
    margin-top: 15px;
  }

  .section-commitment-fortface {
    background-image: none;
  }

  .section-politicas-de-privacidade {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    width: 100%;
    margin-top: 84px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-ppv {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-35 {
    font-size: 30px;
  }

  .text-block-36 {
    font-size: 16px;
  }

  .div-ppv {
    width: 100%;
  }

  .text-block-44 {
    font-size: 30px;
  }

  .text-block-45 {
    font-size: 28px;
  }

  .grid-content-fortress {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .tittle-grid {
    text-align: left;
    font-size: 30px;
    line-height: 144%;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    width: auto;
  }

  .div-card-fortress {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .description-card {
    max-width: none;
  }

  .div-card-fortress-copy {
    width: auto;
  }

  .text-block-47 {
    letter-spacing: -.3px;
    font-size: 30px;
    line-height: 144%;
  }

  .background-gradient-2-copy {
    width: 90%;
    height: 45vh;
    margin-left: 0;
  }

  .heading-11-copy {
    color: var(--primary-color);
    font-size: 30px;
  }

  .text-plus-topics-2-copy {
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .background-gradient-autentic {
    width: 90%;
    height: 45vh;
    margin-left: 0;
  }

  .paragraph-4-copy.white {
    font-size: 14px;
    line-height: 144%;
  }

  .scrolling-image-text-card-2-copy {
    margin-left: 0;
    padding: 24px;
  }

  .tittle-purchase {
    margin-bottom: 48px;
  }

  .text-block-48 {
    letter-spacing: -.3px;
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 144%;
  }

  .text-block-49 {
    font-size: 16px;
  }

  .container-container-autentic {
    justify-content: center;
    align-items: flex-start;
  }

  .text-plus {
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-11-copy-copy {
    color: var(--primary-color);
    font-size: 30px;
  }

  .authentic-operation {
    padding-left: 0;
    padding-right: 0;
  }

  .tittle-authentic {
    font-size: 32px;
  }

  .section-facial-authentication {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-50 {
    font-size: 32px;
  }

  .div-icons-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .content-slider-tab-1-security.experience {
    margin-left: 0;
  }

  .content-slider-tab-1-security.experience._w-2 {
    flex-flow: column;
  }

  .scrolling-image-text-card-2-copy-copy, .scrolling-image-text-card-2-copy, .scrolling-image-text-card-2-copy, .scrolling-image-text-card-2-copy, .scrolling-image-text-card-2-copy {
    margin-left: 0;
    padding: 24px;
  }

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

  .contact-form-step-2, .contact-form-step-3 {
    padding: 24px;
  }

  .content-hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-hero.tamanho-b {
    padding-left: 0;
    padding-right: 0;
  }

  .content-hero.content-bg {
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-hero {
    max-width: 375px;
    height: 56px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-hero.mobile {
    opacity: 1;
    transition-property: none;
    position: static;
    transform: none;
  }

  .btn-hero.mobile.none {
    display: none;
  }

  .btn-hero.smal {
    max-width: 280px;
  }

  .btn-hero.max-w-250px.dark {
    border-color: var(--primary-color);
    color: var(--primary-color);
    -webkit-text-stroke-color: var(--primary-color);
  }

  .btn-hero.max-w-250px.dark.mt-14 {
    margin-top: 14px;
  }

  .btn-hero.max-w-200 {
    max-width: 200px;
  }

  .text-block-59 {
    font-size: 16px;
  }

  .news-media-logos {
    display: none;
  }

  .news-play-button {
    display: block;
  }

  .news-image-container {
    background-image: url('../images/image-201.png');
    background-position: 50%;
    background-size: cover;
    height: 250px;
  }

  .news-card {
    flex-flow: column;
    height: 320px;
    max-height: 400px;
    display: flex;
  }

  .media-container {
    grid-row-gap: 40px;
  }

  .media-section {
    background-image: none;
    padding: 40px 24px;
  }

  .news-video-container {
    background-image: url('../images/image-202.png');
    background-position: 50%;
    background-size: cover;
    height: 250px;
  }

  .text-block-60 {
    color: var(--cinza-2);
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 300;
    display: flex;
  }

  .image-13 {
    vertical-align: baseline;
  }

  .d-117-second-line {
    background-color: var(--primary-color);
  }

  .menu-link-text-2:focus {
    opacity: 1;
  }

  .nav-menu-3 {
    width: 95vw;
    min-height: 100vh;
  }

  .nav-menu-button {
    top: 3%;
    right: 6%;
  }

  .nav-bar {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 84px;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .menu-button-2 {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: 0;
    display: flex;
  }

  .burger-line {
    width: 30px;
  }

  .full-screen-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    max-height: 700px;
    margin-bottom: 0;
    padding-top: 110px;
    padding-left: 30px;
    display: none;
    overflow: auto;
  }

  .div-block-12 {
    z-index: 1;
    order: -1;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 20px;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .link {
    color: var(--primary-color);
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 110%;
    text-decoration: none;
    display: block;
  }

  .link.w--current {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    display: block;
  }

  .link.text-14 {
    font-size: 20px;
  }

  .link.text-20 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .link.submenu-1 {
    margin-bottom: 14px;
  }

  .grid-table {
    background-image: linear-gradient(#f8f8f8, #f8f8f8);
  }

  .grid-table.row-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-table.odds {
    background-image: linear-gradient(#fff, #fff);
  }

  .grid-table-tittle {
    max-width: 320px;
  }

  .grid-table-tittle.row-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .image-left-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-logos {
    width: 100%;
    display: block;
  }

  .slider-3 {
    width: 100%;
    max-height: 122px;
  }

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

  .slide-2 {
    max-width: 100px;
  }

  .slide-3 {
    vertical-align: baseline;
    max-width: 100px;
  }

  .slide-nav-2 {
    display: none;
  }

  .mask {
    background-color: var(--white);
    height: 122px;
    max-height: 122px;
  }

  .div-logo-slide {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .grid-mobile {
    margin-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .social-media-mobile {
    padding-bottom: 2px;
    display: none;
  }

  .social-media-mobile.mobile {
    border-bottom: 1px solid var(--cinza-2);
    width: 100%;
    padding-bottom: 24px;
    display: none;
  }

  .heading-how-to-use {
    font-size: 26px;
  }

  .bar-gradient-mobile {
    z-index: 10;
    background-position: 50%;
    background-size: 100% 8px;
    position: absolute;
  }

  .div-block-13 {
    background-image: url('../images/mobile-bg.svg');
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: cover;
    height: 8px;
  }

  .button-v3-copy {
    transition: background-color .3s;
  }

  .scrolling-image-container-3 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .scrolling-image-container-3._w-big.invert {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-21 {
    font-size: 30px;
  }

  .scrolling-image-text-card-3 {
    padding: 24px;
  }

  .scrolling-image-section-2 {
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .image-16 {
    display: block;
    position: static;
    top: 0;
    left: 0;
  }

  .div-block-16, .div-block-17, .div-block-18 {
    width: 100%;
  }

  .image-17, .image-18 {
    margin-bottom: 45px;
  }

  .container-6 {
    width: 90%;
    margin-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .image-19 {
    width: 60px;
    height: 60px;
    margin-right: 0;
  }

  .heading-22 {
    font-size: 20px;
  }

  .header-mobile {
    background-image: url('../images/Overlay.png');
    background-position: 0%;
    background-size: cover;
    padding: 210px 24px 200px;
    display: flex;
  }

  .header-mobile.bg-fortface {
    background-image: url('../images/bg-fortface.png');
    background-position: 0 0;
    background-size: cover;
  }

  .header-mobile.bg-autentication {
    mix-blend-mode: normal;
    background-image: url('../images/Background-video.png');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
  }

  .header-mobile.bg-identification {
    background-image: url('../images/Seção-Hero-Fortface.png');
    background-position: 50%;
    background-size: cover;
  }

  .header-mobile.bg-capture {
    background-image: url('../images/Seção-Hero-Fortface-1.png');
    background-position: 0 100%;
    background-size: cover;
  }

  .heading-23 {
    color: #fff;
    text-align: left;
    padding-left: 0;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 300;
  }

  .heading-23.left {
    text-align: left;
    padding-left: 0;
  }

  .body {
    overflow: auto;
  }

  .footer-container-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
  }

  .footer-sitemap-2 {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-policies-2 {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-policies-container-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
  }

  .image-20 {
    width: 50%;
  }

  .vectors-wrapper-36 {
    width: 24px;
    height: 24px;
  }

  .footer-2 {
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-brand-socials-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-24 {
    font-size: 30px;
  }

  .image-21 {
    order: 1;
    margin-bottom: 0;
    display: none;
  }

  .image-22 {
    display: none;
  }

  .image-22.mobile {
    display: block;
  }

  .image-29 {
    order: -1;
  }

  .image-30, .image-31, .image-32, .image-33, .image-34, .image-35 {
    max-width: none;
    max-height: 70px;
  }

  .body-5 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    overflow: auto;
  }

  .text-block-64 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .text-block-65 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 110%;
  }

  .container-8 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .background-video-5 {
    z-index: 2;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }

  .background-video-78 {
    width: 312px;
    height: 553px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .background-video-78.mob {
    display: flex;
  }

  .button-ppv-copy {
    max-width: 361px;
  }

  .button-5-copy {
    font-size: 16px;
    font-weight: 400;
  }

  .content-slider-tab-2-security.experience {
    margin-left: 0;
  }

  .content-slider-tab-2-security.experience._w-2 {
    flex-flow: column;
  }

  .content-slider-tab-3-security.experience {
    margin-left: 0;
  }

  .content-slider-tab-3-security.experience._w-2 {
    flex-flow: column;
  }

  .heading-25 {
    font-size: 30px;
  }

  .scrolling-image-text-card-4 {
    padding: 24px;
  }

  .background-gradient-copy {
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .background-gradient-copy.pos-right {
    aspect-ratio: auto;
    aspect-ratio: auto;
    justify-content: center;
    align-items: center;
    height: auto;
    position: relative;
  }

  .scrolling-image-section-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .floating-image-copy-copy {
    aspect-ratio: 16 / 9;
    border-radius: 40px;
    width: 250px;
    height: 520px;
    position: relative;
    top: 0;
    right: auto;
  }

  .floating-image-copy-copy.none {
    width: 100%;
    height: 100%;
    top: -10px;
    left: 0;
  }

  .heading-26 {
    font-size: 32px;
  }

  .scrolling-image-text-card-5 {
    padding: 24px;
  }

  .scrolling-image-container-copy-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scrolling-image-container-copy-2.inverter {
    flex-flow: column;
    flex: 0 auto;
  }

  .scrolling-image-section-v2-2 {
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .big-numbers-card-container-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .big-number-container {
    min-width: 260px;
  }

  .description-container {
    justify-content: flex-start;
    align-items: center;
  }

  .segments-title-container {
    width: 100%;
  }

  .ero-video-home-payface {
    height: 540px;
  }

  .ero-video-home-payface.bg-about {
    background-image: none;
    height: 500px;
    margin-top: 84px;
  }

  .ero-video-home-payface.bg-autenticacao {
    margin-top: 84px;
  }

  .paragraph-13 {
    text-align: left;
    font-size: 18px;
    line-height: 144%;
  }

  .paragraph-13.minnor.max-w-488px {
    font-size: 18px;
  }

  .content-slider-5.experience {
    width: 312px;
    max-width: none;
    margin: 28px 0 72px;
    display: none;
  }

  .text-4.color {
    font-size: 24px;
  }

  .section-autenticate {
    padding-left: 0;
    padding-right: 0;
  }

  .image-37 {
    display: none;
  }

  .image-38 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .image-38.mb-30 {
    margin-bottom: 30px;
  }

  .content-section-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-67 {
    font-size: 14px;
  }

  .hero-doc {
    margin-top: 84px;
  }

  .heading-28 {
    font-size: 28px;
    line-height: 144%;
  }

  .text-block-68 {
    letter-spacing: -.3px;
    font-size: 30px;
    line-height: 144%;
  }

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

  .container-9.max-w {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-9.max-w.max-w-1216 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tittle-grid-2 {
    text-align: left;
    padding-left: 16px;
    font-size: 30px;
    line-height: 144%;
  }

  .image-40 {
    display: none;
  }

  .image-40.mobile {
    display: block;
  }

  .text-block-70 {
    font-size: 30px;
  }

  .container-10 {
    width: 90%;
    margin-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .image-41 {
    width: 60px;
    height: 60px;
    margin-right: 0;
  }

  .heading-29 {
    font-size: 20px;
  }

  .heading-3-copy {
    letter-spacing: -1px;
    font-size: 30px;
  }

  .heading-3-copy.small, .heading-3-copy.small-copy {
    font-size: 32px;
  }

  .floating-image-copy-copy-copy {
    aspect-ratio: 16 / 9;
    border-radius: 0;
    width: 80%;
    height: 107%;
  }

  .showcase-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-30 {
    font-size: 20px;
  }

  .showcase-story-container {
    flex-flow: column;
    min-width: auto;
    min-height: auto;
  }

  .tab-2-container {
    flex-flow: column;
  }

  .showcase-card-2 {
    grid-row-gap: 19px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .showcase-card-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .videomob, .background-video-79 {
    width: 312px;
    height: 553px;
  }

  .container-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow-left-btn, .arrow-right-btn {
    width: 48px;
  }

  .tabs-content {
    object-fit: fill;
    display: block;
    overflow: visible;
  }

  .background-video-81 {
    width: 100%;
    display: block;
  }

  .background-video-82, .div-block-24, .div-block-24-copy {
    display: none;
  }

  .hero-section-home-payface {
    margin-top: 80px;
  }

  .hero-video-container {
    height: 100vh;
  }

  .hero-text-block.text-left {
    opacity: 1;
  }

  .video-text-2 {
    text-align: center;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 32px;
  }

  .div-block-25 {
    margin-top: 120px;
  }

  .slide-lojas {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
  }

  .full-width-left {
    margin-bottom: 24px;
  }

  .text-button {
    width: 100%;
  }

  .text-button.mt-109px {
    display: none;
  }

  .text-button.mt-30px {
    margin-top: 30px;
  }

  .text-button.mt-28 {
    margin-top: 28px;
  }

  .text-button.mt-28._w-full {
    display: block;
  }

  .button-label-4 {
    font-size: 16px;
  }

  .big-text-button-container {
    padding: 24px;
  }

  .full-width-image-section {
    background-position: 70%;
    justify-content: center;
    align-items: center;
    height: 80vh;
    margin-top: 64px;
    padding-bottom: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .full-width-image-section.bg-section-private {
    background-position: 50%;
    height: auto;
    min-height: auto;
    margin-top: 80px;
    padding: 80px 24px;
  }

  .full-width-image-title {
    text-shadow: 0 2px 3px #0003;
    font-size: 32px;
  }

  .full-width-image-title.mb-10 {
    font-size: 32px;
  }

  .full-width-image-title.t-40px {
    font-size: 30px;
  }

  .full-width-image-title.text-left.f-40 {
    text-align: center;
    font-size: 32px;
  }

  .full-width-image-title.f-64._w-1000 {
    font-size: 32px;
  }

  .full-width-image-title.payface {
    text-align: center;
    font-size: 32px;
  }

  .full-width-image-text {
    text-shadow: 0 2px 2px #0003;
  }

  .full-width-image-section-2 {
    background-position: 70%;
    justify-content: flex-end;
    align-items: center;
    height: 80vh;
    padding-bottom: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .full-width-image-section-2.bg-one {
    background-position: 100%;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .full-width-image-section-2.bg-one.bg-header {
    justify-content: center;
    align-items: center;
    height: 480px;
    margin-top: 80px;
  }

  .button-label-5 {
    font-size: 16px;
  }

  .news-image-container-2 {
    background-image: url('../images/Container.png');
    background-position: 50%;
    background-size: cover;
    height: 250px;
  }

  .media-container-2 {
    grid-row-gap: 40px;
  }

  .button-label-6 {
    font-size: 16px;
  }

  .media-section-2 {
    padding: 40px 24px;
  }

  .heading-34 {
    font-size: 30px;
  }

  ._12-grid-centered {
    margin-top: 0;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-label-7 {
    font-size: 16px;
  }

  .content-cards-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-brand-socials-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-tiny-2 {
    white-space: nowrap;
  }

  .footer-container-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
  }

  .footer-sitemap-3 {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .image-44 {
    width: 50%;
  }

  .footer-policies-3 {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .conheca-empresas {
    background-image: none;
    padding: 0;
  }

  .header-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
  }

  .button-label-8, .button-label-9 {
    font-size: 16px;
  }

  .product-hero-text-container {
    max-width: 100%;
  }

  .product-hero-container {
    padding-top: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .product-naming-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-name {
    font-size: 20px;
  }

  .paragraph-max-3 {
    font-size: 16px;
  }

  .heading-1 {
    font-size: 26px;
  }

  .button-label-10 {
    font-size: 16px;
  }

  .product-hero-section {
    background-position: 0 0;
    height: auto;
    min-height: 480px;
    padding: 0 24px 48px;
  }

  .product-hero-section.bg-autenticate {
    background-image: none;
  }

  .vectors-wrapper-16 {
    max-width: 100px;
  }

  .full-width-left-2 {
    margin-bottom: 24px;
  }

  .button-label-11, .button-label-12 {
    font-size: 16px;
  }

  .heading-35 {
    font-size: 30px;
  }

  .button-label-13 {
    font-size: 16px;
  }

  .content-cards-section-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-label-14 {
    font-size: 16px;
  }

  .clients-section {
    padding: 64px 24px;
  }

  .big-numbers-card-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .big-numbers-section {
    padding: 64px 24px;
  }

  .paragraph-20.max-w-750.text-18.mb-190 {
    margin-bottom: 40px;
  }

  .heading-38 {
    width: 100%;
  }

  .segments-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .why-use-title-container {
    grid-row-gap: 16px;
    max-width: 100%;
  }

  .why-use-benefits-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .about-payface-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-payface-benefits-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .heading-42 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .transform-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-label-15 {
    font-size: 16px;
  }

  .transform-text-container {
    display: block;
  }

  .transform-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    align-items: flex-start;
    max-width: 100%;
  }

  .who-uses-payface-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .who-uses-payface-container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .brand-container-component {
    flex-grow: 0;
    width: 100%;
    min-width: 120px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brand-name {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-text {
    font-size: 14px;
  }

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

  .investors-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-45 {
    font-size: 30px;
  }

  .scrolling-image-text-card-6 {
    padding: 24px;
  }

  .background-gradient-copy-2 {
    width: 90%;
    height: 45vh;
    margin-left: 0;
  }

  .scrolling-image-section-v2-3, .content-section-2-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .gray-background {
    order: 3;
    padding: 24px;
  }

  .gray-background.mobil {
    order: 1;
    display: flex;
  }

  .heading-46 {
    font-size: 24px;
  }

  .paragraph-25 {
    display: none;
  }

  .paragraph-25.mobi-visible {
    display: flex;
  }

  .image-45 {
    order: 2;
    height: 40vh;
  }

  .press-kit-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .asset-text-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-48 {
    font-size: 20px;
  }

  .container-14 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .big-news-text-container {
    grid-row-gap: 24px;
    padding: 24px;
  }

  .big-news-photo {
    height: 240px;
  }

  .blog-news-section {
    padding: 64px 24px;
  }

  .media-container-3 {
    grid-row-gap: 40px;
  }

  .button-label-16 {
    font-size: 16px;
  }

  .media-section-3 {
    padding: 40px 24px;
  }

  .full-width-image-text-container-2.max-w-full {
    padding-left: 0;
    padding-right: 0;
  }

  .full-width-image-text-2 {
    text-align: center;
    text-shadow: 0 2px 2px #0003;
    font-size: 16px;
  }

  .full-width-image-text-2.f-24 {
    font-size: 18px;
  }

  .full-width-image-section-2-2 {
    background-position: 70%;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 640px;
    padding-bottom: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .full-width-image-text-3 {
    text-shadow: 0 2px 2px #0003;
    font-size: 20px;
  }

  .button-label-17 {
    font-size: 16px;
  }

  .contact-form-2 {
    padding: 24px;
  }

  .contact-form-gradient-2 {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .contact-form-section-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-label-18 {
    font-size: 16px;
  }

  .contact-form-container-2 {
    width: 100%;
  }

  .heading-50 {
    font-size: 20px;
  }

  .local-search {
    flex-flow: column;
  }

  .where-to-buy-section {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-title {
    white-space: normal;
    width: 80%;
    padding-left: 0;
    font-size: 20px;
  }

  .paragraph-max-4, .paragraph-max-4.max-w-900 {
    font-size: 16px;
  }

  .integrations-section {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-28 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .dropdown-icon {
    font-size: 29px;
  }

  .text-container-3 {
    width: 100%;
    padding: 32px 24px;
  }

  .heading-54 {
    font-size: 20px;
  }

  .secondary-hero-section, .help-central-section, .content-portal-hero-section, .on-media-hero-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-label-19 {
    font-size: 16px;
  }

  .como-usar-payface {
    display: none;
  }

  .heading-59 {
    font-size: 20px;
  }

  .scrolling-image-container-4 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .heading-60 {
    font-size: 30px;
  }

  .scrolling-image-text-card-7 {
    padding: 24px;
  }

  .background-gradient-3 {
    width: 90%;
    height: 45vh;
    margin-left: 0;
  }

  .bg-group {
    background-image: none;
  }

  .section-how-to-use-two {
    background-image: none;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .number-item {
    font-size: 48px;
  }

  .grid-10, .grid-10.grid-5, .grid-12 {
    grid-template-columns: 1fr;
  }

  .slider-4 {
    height: auto;
  }

  .link-block-10 {
    text-decoration: none;
    display: flex;
  }

  .submenu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 40px;
    padding-left: 16px;
    display: flex;
  }

  .image-47 {
    margin-bottom: 45px;
  }

  .text-block-75 {
    font-size: 18px;
  }

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

  .container-15.small--container.relative {
    padding: 0;
  }

  .div-below-fortface-2 {
    border-top: 1px solid #cfcfcf;
  }

  .bglock {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .bloco-card {
    padding: 24px;
  }

  .heading-62 {
    font-size: 20px;
    font-weight: 400;
    line-height: 144%;
  }

  .text-block-80 {
    font-size: 16px;
  }

  .button-v3-copy-2 {
    transition: background-color .3s;
  }

  .scrolling-image-text-card-8 {
    padding: 24px;
  }

  .heading-63 {
    font-size: 30px;
  }

  .container-16 {
    padding: 0;
  }

  .container-16.medium {
    flex: 0 auto;
    order: -1;
  }

  .image-48 {
    order: -1;
    height: 40vh;
  }

  .heading-64 {
    font-size: 30px;
  }

  .heading-64.white {
    font-size: 24px;
    line-height: 120%;
  }

  .text-block-83 {
    font-size: 16px;
  }

  .section-carreiras {
    -webkit-backdrop-filter: contrast(200%);
    backdrop-filter: contrast(200%);
    background-color: #000;
    padding-left: 20px;
  }

  .container-17 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-32 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-69 {
    font-size: 32px;
    line-height: 120%;
  }

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

  .paragraph-35.mb-120 {
    margin-bottom: 60px;
    font-size: 18px;
  }

  .item-seguranca {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding: 20px;
  }

  .image-51 {
    width: 30px;
  }

  .paragraph-36 {
    font-size: 18px;
  }

  .text-block-87 {
    font-size: 16px;
  }

  .text-block-90 {
    font-size: 30px;
  }

  .grid-politica.bg-f5, .grid-politica.bg-white {
    flex-flow: column;
  }

  ._w-25.bg-head {
    width: 100%;
  }

  .text-67 {
    text-align: center;
    font-size: 16px;
  }

  .text-68 {
    margin: 20px auto 30px;
  }

  .heading-70 {
    font-size: 32px;
  }

  .paragraph-content-2 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .heading-content-slide-2 {
    margin-top: 0;
  }

  .heading-content-slide-2.t-28.mb-0 {
    font-size: 24px;
  }

  .frame-1171276354 {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
  }

  .div-block-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-1171276355 {
    grid-column-gap: 20px;
    width: 100%;
    display: flex;
  }

  .div-block-34 {
    padding-left: 20px;
  }

  .container-19 {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .title-destaque {
    font-size: 20px;
  }

  .mod {
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mod.mt-200 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-gradient2 {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-form-copy {
    padding: 24px 24px 60px;
  }

  .slide-nav-3 {
    margin-top: 30px;
    position: static;
  }

  .text-block-93 {
    font-size: 30px;
  }

  .section-politicas-de-privacidade-2 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    width: 100%;
    margin-top: 84px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-95 {
    font-size: 16px;
  }

  .container-ppv-2 {
    padding-left: 0;
    padding-right: 0;
  }

  ._w-50.bg-head, ._w-25-copy.bg-head {
    width: 100%;
  }

  .container-ppv-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-97 {
    font-size: 30px;
  }

  .text-block-98 {
    font-size: 16px;
  }

  .section-politicas-de-privacidade-3 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    width: 100%;
    margin-top: 84px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

#w-node-_66c30b5d-805d-5cff-19e4-6af82c8debc6-2c8debc2, #w-node-fcaaf5e0-3992-1bdc-46e7-64a1846cecbb-a2ff6eca, #w-node-fcaaf5e0-3992-1bdc-46e7-64a1846cecbb-a2ff6ecc {
  justify-self: end;
}

#w-node-f2d67dd1-9a8d-9f33-d154-ff961cd62c8b-a2ff6ecd {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f2d67dd1-9a8d-9f33-d154-ff961cd62c8d-a2ff6ecd {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

@media screen and (max-width: 991px) {
  #w-node-_2e88b01a-eeec-b7a0-1f7d-d6ad399187d4-399187cb, #w-node-_2e88b01a-eeec-b7a0-1f7d-d6ad399187dc-399187cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e88b01a-eeec-b7a0-1f7d-d6ad399187e2-399187cb, #w-node-_2e88b01a-eeec-b7a0-1f7d-d6ad399187e3-399187cb, #w-node-_2e88b01a-eeec-b7a0-1f7d-d6ad399187e4-399187cb, #w-node-_2e88b01a-eeec-b7a0-1f7d-d6ad399187e5-399187cb, #w-node-_2e88b01a-eeec-b7a0-1f7d-d6ad399187e7-399187cb, #w-node-_2e88b01a-eeec-b7a0-1f7d-d6ad399187e8-399187cb, #w-node-_2e88b01a-eeec-b7a0-1f7d-d6ad399187e9-399187cb, #w-node-b1520741-b4fc-a421-9b82-0355c8801a66-a2ff6ed3, #w-node-b1520741-b4fc-a421-9b82-0355c8801a67-a2ff6ed3, #w-node-b1520741-b4fc-a421-9b82-0355c8801a68-a2ff6ed3, #w-node-b1520741-b4fc-a421-9b82-0355c8801a69-a2ff6ed3, #w-node-b1520741-b4fc-a421-9b82-0355c8801a6b-a2ff6ed3, #w-node-b1520741-b4fc-a421-9b82-0355c8801a6c-a2ff6ed3, #w-node-b1520741-b4fc-a421-9b82-0355c8801a6d-a2ff6ed3, #w-node-b1520741-b4fc-a421-9b82-0355c8801a66-a2ff6ed4, #w-node-b1520741-b4fc-a421-9b82-0355c8801a67-a2ff6ed4, #w-node-b1520741-b4fc-a421-9b82-0355c8801a68-a2ff6ed4, #w-node-b1520741-b4fc-a421-9b82-0355c8801a69-a2ff6ed4, #w-node-b1520741-b4fc-a421-9b82-0355c8801a6b-a2ff6ed4, #w-node-b1520741-b4fc-a421-9b82-0355c8801a6c-a2ff6ed4, #w-node-b1520741-b4fc-a421-9b82-0355c8801a6d-a2ff6ed4 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9bf8af2c-3c5a-e70d-d221-fe863d420faa-a2ff6ecb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


