body {
  font-family: Nunito, sans-serif;
  color: rgba(35, 31, 32, 0.85);
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
}

a {
  color: #f36f20;
  text-decoration: none;
}

.navbar {
  height: 140px;
  background-color: transparent;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-container.dark {
  background-color: #231f20;
}

.nav-menu__esq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu__link {
  margin-top: -2px;
  margin-bottom: -2px;
  padding: 2rem;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-menu__link:hover {
  background-color: #f36f20;
  color: #fff;
}

.nav-menu__link.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.nav-logo {
  max-width: 160px;
  margin-right: 2rem;
  margin-left: 2rem;
}

.nav-linha {
  width: 100%;
  height: 3px;
  background-color: #f36f20;
}

.section-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #231f20;
  background-image: linear-gradient(232deg, #f36f20, rgba(133, 69, 32, 0.74) 36%, rgba(35, 31, 32, 0.5) 85%), url('../images/01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.section-hero__heading {
  color: #fff;
  font-size: 42px;
}

.section-hero__inner-wrap {
  max-width: 70%;
}

.section-hero__p {
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 400;
}

.text-span {
  color: #f36f20;
}

.footer {
  margin-top: 4rem;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.footer.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: 0rem;
  padding-bottom: 8rem;
  background-color: #231f20;
  color: #fff;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer_row {
  display: block;
  height: auto;
  padding-top: 83px;
  padding-bottom: 83px;
}

.footer__col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-links {
  margin-bottom: 1rem;
}

.footer-link {
  margin-right: 0.7rem;
  margin-left: 0.7rem;
  font-size: 18px;
  font-weight: 700;
}

.footer-link.ultimo {
  margin-right: 0rem;
}

.footer-contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0.8;
  font-size: 16px;
  text-align: right;
}

.footer-linha {
  height: 1px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: rgba(35, 31, 32, 0.2);
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.8;
  font-size: 14px;
  font-weight: 700;
}

.footer-logo {
  max-width: 160px;
}

.button-4 {
  position: absolute;
  z-index: 10;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
}

.button-4.floating {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
}

.button-wrapper-b4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-wrapper-b4.float {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.arrow-wrapper-b4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #231f20;
}

.arrow-wrapper-b4.float {
  box-shadow: inset 0 0 0 3px #f36f20;
}

.top-border-b4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 3px;
  background-color: #f36f20;
}

.left-border-b4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 3px;
  height: 100%;
  background-color: #f36f20;
}

.bottom-border-b4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 3px;
  background-color: #f36f20;
}

.text-wrapper-b4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f36f20;
}

.text-b4 {
  padding-right: 46px;
  padding-left: 46px;
  font-weight: 500;
}

.section-apres {
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-left: 1rem;
}

.apres-heading {
  font-size: 36px;
}

.apres-subheading {
  margin-top: 5rem;
  color: #f36f20;
  font-size: 56px;
}

.text-co2 {
  max-width: 560px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 25px;
}

.check-co2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_01 {
  display: none;
  padding: 4rem 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/wave-5.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 140px;
  padding: 12px 20px 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(20, 58, 66, 0.15);
  border-radius: 3px;
  background-color: #008aaa;
  box-shadow: 0 0 18px -2px rgba(0, 138, 170, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.btn-2:hover {
  background-color: #016279;
}

.btn-2.pequeno {
  min-height: 40px;
  padding-bottom: 12px;
  font-size: 13px;
}

.content-left-co2 {
  position: relative;
  width: 50%;
  padding-right: 55px;
}

.image-13 {
  width: 15px;
  margin-right: 12px;
}

.content-right-co2 {
  width: 50%;
}

.check-wrap-co2 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.image-16 {
  padding-bottom: 2px;
}

.text-block-22 {
  display: inline-block;
  margin-right: 8px;
  line-height: 1;
}

.image-14 {
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
}

.container-co2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin: 0px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_02 {
  display: none;
  padding: 1rem 1rem 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-17 {
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #231f20;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #f36f20;
}

.submit-button {
  height: 47px;
  border-style: solid;
  border-width: 1px;
  border-color: #f36f20;
  background-color: #f36f20;
}

.text-field {
  height: 47px;
  border-style: solid;
  border-width: 1px;
  border-color: #231f20;
}

.image-18 {
  margin-right: auto;
  margin-left: auto;
}

.aliado-linhas {
  width: 200px;
  height: 100px;
  margin-top: 0rem;
  margin-left: 5rem;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
}

.aliado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aliado-icone {
  width: 96px;
  margin-top: 6rem;
  margin-right: 14px;
  margin-left: 14px;
  text-align: center;
}

.aliado-icone._2 {
  margin-right: 0px;
  margin-left: 0px;
}

.aliado-icone._3 {
  margin-right: 0px;
  margin-left: 0px;
}

.aliado-linha {
  width: 100px;
  height: 100px;
  margin-top: 0rem;
  border-bottom: 4px solid #fff;
}

.card {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.card.card--vertical-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.8em;
  line-height: 1.6em;
  font-weight: 700;
}

.heading-h5.margin-16px {
  margin-top: 1rem;
  color: #f36f20;
}

.grid-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  margin-bottom: 40px;
  margin-left: -40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.grid-cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.grid-cell.grid-cell--50-50-100-100 {
  width: 33%;
}

.body-text--16 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
}

.body-text--16.margin-16px {
  margin-top: 13px;
  margin-bottom: 0px;
}

.section-4 {
  position: relative;
  display: none;
  width: 100%;
  max-width: 1140px;
  margin-top: 5rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.card-inner-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #f36f20;
}

.card-inner-wrap {
  margin-top: 80%;
}

.link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #f36f20;
  font-size: 1em;
  text-transform: uppercase;
}

.link:hover {
  color: #231f20;
}

.error-message {
  border-style: dashed;
  border-width: 1px;
  border-color: #f36f20;
  background-color: #231f20;
  color: #f36f20;
}

._404-wrap {
  min-height: 200px;
  text-align: center;
}

._404-heading {
  color: #f36f20;
}

._404-texto {
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
}

.block_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
}

.white_dot {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 60px 0 rgba(91, 58, 204, 0.55);
}

.line_02 {
  position: absolute;
  z-index: 999;
  width: 25%;
  height: 1px;
  margin-left: -12.5%;
  background-color: #f9f9f9;
}

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-2 {
  margin: 0px auto 15px;
  font-size: 44px;
  text-align: center;
  letter-spacing: -0.2px;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f36f20;
  font-size: 18px;
}

.line_01 {
  position: absolute;
  z-index: 999;
  width: 25%;
  height: 1px;
  margin-left: 12.5%;
  background-color: #f9f9f9;
}

.paragraph-3 {
  max-width: 470px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.3px;
}

.process-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1 {
  position: absolute;
  z-index: 15;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f9f9f9;
  font-size: 90px;
  line-height: 70px;
}

.content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ring_03 {
  position: absolute;
  width: 120px;
  height: 120px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 100px;
  opacity: 0.3;
}

.line_03 {
  position: absolute;
  z-index: 999;
  width: 25%;
  height: 1px;
  margin-left: -12.5%;
  background-color: #f9f9f9;
}

.div-block {
  margin-bottom: 100px;
}

.green_dot {
  position: relative;
  z-index: 9;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #f36f20;
}

.ring_01 {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 100px;
}

.plain_text {
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.ring_02 {
  position: absolute;
  width: 80px;
  height: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 100px;
  opacity: 0.6;
}

.dot_container {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
}

.processo__p {
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.25px;
}

.processo__p._12px {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}

.processo__p._16px {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.processo__p._16px {
  font-size: 16px;
  font-weight: 300;
}

.processo__p._16px {
  font-size: 16px;
  font-weight: 300;
}

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

.processo__p.centre._650-width {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.processo__p._17px {
  font-size: 17px;
}

.processo__p._15px {
  margin-bottom: 10px;
  color: #444;
  font-size: 15px;
  font-weight: 300;
}

.processo__p.dark {
  font-style: normal;
}

.hero-info {
  margin-top: 50px;
}

.checkmark-icon {
  display: block;
  width: auto;
  max-width: none;
  margin-top: 5px;
  margin-right: 5px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-wrapper {
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-section-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkmark-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 0px;
}

.checkmark-div._60-opacity {
  opacity: 0.75;
}

.link-block {
  display: inline;
  opacity: 0.8;
  color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
}

.link-block:hover {
  opacity: 1;
  text-decoration: none;
}

.bold-text {
  color: #fff;
}

.company-logo-section {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.company-logo-section.dark {
  background-color: #231f20;
  color: rgba(255, 255, 255, 0.85);
}

.logo-image {
  width: 140px;
  margin-right: auto;
  margin-left: auto;
}

.logo-image._120w {
  width: 100px;
}

.logo-image.centre {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.6;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2.logo-bar {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-2.logo-bar._20-top-margin {
  margin-top: 20px;
}

.div-block-2.logo-bar._20-top-margin._60-opacity {
  width: 100vw;
  max-width: 960px;
  margin-top: 30px;
  opacity: 0.6;
}

.heading-5 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 600;
}

.heading-5.centre {
  margin-bottom: 20px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

._60px-wrapper {
  margin-top: 80px;
}

._60px-wrapper._60-opacity {
  width: 97%;
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.6;
}

.link-block-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 1.3em;
  font-weight: 700;
  text-decoration: none;
}

.heading-3.centre {
  text-align: center;
}

.heading-3.laranja {
  color: #f36f20;
}

.wrapper-550-width {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-550-width.left-align {
  width: 100vw;
  margin-right: auto;
  margin-left: 0px;
}

.benefits-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.benefits-wrapper.vertical {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 375px;
  min-height: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.benefits-wrapper._60-top-padding {
  margin-top: 60px;
}

.grey-side-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  max-width: 58%;
  min-height: 50px;
  padding-top: 60px;
  padding-right: 5%;
  padding-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f6f6;
}

.grey-side-block.dark {
  background-color: #f36f20;
}

.grey-side-block.dark {
  background-color: #f36f20;
}

.image-7 {
  max-width: none;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.benefit-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 1rem 15px auto;
  padding-left: 0rem;
}

.icon-1 {
  margin-top: 10px;
  margin-right: 0px;
}

.blocked-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.benefit-wrapper {
  max-width: 290px;
  margin-right: auto;
  margin-left: 1.2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-70 {
  width: 100%;
  margin-top: 0px;
  margin-left: 10px;
  float: right;
}

.testimonial-name {
  display: inline-block;
  margin: 0px auto 10px 0px;
  border-bottom: 1px none #603eff;
  color: #333;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.depoimento-large {
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 300;
}

.depoimento-large.white {
  color: #fff;
  text-align: left;
}

.depoimento-large.white.left {
  opacity: 0.89;
  font-size: 24px;
  text-align: left;
}

.depoimento-large.white.centre {
  text-align: center;
}

.column-4 {
  display: block;
  min-height: 50px;
  background-color: transparent;
}

.testimonial-block {
  position: relative;
  left: auto;
  top: auto;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: none;
  max-width: 350px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  padding: 0px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.testimonial-block._450-width {
  max-width: 450px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section {
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section._40-top-padding {
  padding-top: 40px;
}

.section._40-top-padding.dark {
  background-color: #231f20;
  color: #fff;
}

.section.no-padding {
  padding-top: 0px;
}

.section.no-padding.dark {
  min-height: 100vh;
}

.section._40-top-padding {
  padding-top: 40px;
}

.section.book-demo {
  overflow: visible;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.section.hidden {
  display: none;
}

.section.dark {
  background-color: #231f20;
  color: #fff;
}

.section.dark._110vh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.dark {
  background-color: #231f20;
  color: #fff;
}

.div-block-70-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 770px;
  min-height: 50px;
  margin-right: auto;
  margin-left: 0%;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  margin-bottom: 40px;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #161616;
  font-size: 60px;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading-1.white {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}

.purple-side-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  max-width: 58%;
  min-height: 50px;
  padding-top: 60px;
  padding-right: 5%;
  padding-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #231f20;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  max-width: 170px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 3px solid #f0386b;
  border-radius: 0px;
  background-color: #f0386b;
  box-shadow: 3px 3px 0 0 #2b0d41;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.button:hover {
  border-color: #2b0d41;
  background-color: transparent;
  box-shadow: 5px 5px 0 0 #f0386b;
  color: #000;
}

.button.left-aligned {
  height: 50px;
  max-width: 180px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #f36f20;
  border-radius: 0px;
  background-color: #f36f20;
  font-weight: 500;
}

.button.left-aligned:hover {
  background-color: transparent;
  box-shadow: 5px 5px 0 0 #f36f20;
  color: #fff;
}

.button.text-only {
  max-width: 200px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: none;
  background-color: transparent;
  box-shadow: none;
  color: #f0386b;
  font-weight: 500;
  text-decoration: none;
}

.button.text-only:hover {
  color: #f0386b;
  text-decoration: underline;
}

.button.text-only.centre-mobile {
  border-color: #f36f20;
  color: #f36f20;
}

.button.left-aligned {
  height: 50px;
  max-width: 180px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #f0386b;
  border-radius: 0px;
  background-color: #f0386b;
  font-weight: 500;
}

.button.left-aligned:hover {
  background-color: transparent;
  color: #2b0d41;
}

.button.no-max-width {
  width: 100%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: #f0386b;
  border-radius: 0px;
  background-color: #f0386b;
  font-weight: 500;
}

.button.no-max-width:hover {
  border-color: #2b0d41;
  background-color: #fff;
  color: #2b0d41;
}

.button.no-max-width._15-bottom-margin {
  margin-bottom: 15px;
  border-color: #f36f20;
  background-color: #f36f20;
}

.button.no-max-width._15-bottom-margin:hover {
  background-color: #fff;
  box-shadow: 5px 5px 0 0 #f36f20;
  color: #231f20;
}

.wrapper-450-width {
  width: auto;
  max-width: 450px;
  min-height: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper-450-width.right-aligned {
  margin-right: 0px;
}

.wrapper-450-width.left-aligned {
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-integration {
  color: #231f20;
  font-weight: 500;
}

.paragraph-4 {
  margin-bottom: 20px;
  color: #181818;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.paragraph-4.centre {
  margin-right: auto;
  margin-left: auto;
  color: #181818;
  text-align: center;
}

.integracao-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.integrations-div-2 {
  display: -ms-grid;
  display: grid;
  max-width: 960px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wrapper {
  width: 97%;
  max-width: 1280px;
  min-height: 10px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper.horizontal-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.horizontal-flex.vertical-flex-mobile {
  margin-top: auto;
}

.wrapper._60-top-margin {
  margin-top: 60px;
}

.wrapper.grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 3rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wrapper.grid.mobile {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.wrapper.grid.mobile.hidden {
  display: none;
}

.div-block-71 {
  margin-left: 0.5rem;
}

.section-5 {
  display: none;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #222;
  font-size: 50px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: -1px;
}

.heading-2.centre {
  text-align: center;
}

.heading-2.centre._800-width {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  font-size: 50px;
  line-height: 1.4em;
  font-weight: 700;
}

.heading-2.white {
  color: #fff;
}

.column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns-standard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-image-2 {
  display: block;
  width: auto;
  max-width: 80%;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.home-image-3 {
  display: block;
  max-width: 90%;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-integration-2 {
  color: #401660;
  font-weight: 500;
}

.testimonial-name-white {
  display: inline-block;
  margin: 0px auto 10px;
  border-bottom: 1px none #603eff;
  color: #fff;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.testimonial-name-white.left {
  margin-left: 0px;
  text-align: left;
}

.purple-side-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  max-width: 58%;
  min-height: 50px;
  padding-top: 60px;
  padding-right: 5%;
  padding-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #231f20;
}

.image-4 {
  position: relative;
  top: 41px;
  display: block;
  max-width: 110%;
  margin: 100px auto auto -80px;
  box-shadow: -11px 11px 0 0 #f36f20;
}

.text-block-23 {
  color: hsla(0, 0%, 100%, 0.8);
}

.icon-2 {
  margin-top: 5px;
  margin-right: 0px;
}

.icon-3 {
  margin-top: 5px;
  margin-right: 0px;
}

.feature-block {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 675px;
  margin-left: 40px;
  padding: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.feature-block.purple {
  max-width: 710px;
  padding: 45px 10px 30px 45px;
  background-color: #f5f6f6;
  box-shadow: 11px 11px 0 0 #150124;
}

.feature-block.purple.dark {
  background-color: #f36f20;
}

.passo-wrap {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.benefit-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 275px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #222;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0px;
}

.paragraph-5 {
  margin-bottom: 10px;
  color: #556575;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25px;
}

.paragraph-5._15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #181818;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 400;
}

.grid-white {
  display: -ms-grid;
  display: grid;
  max-height: 70px;
  min-height: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 3.25fr;
  grid-template-columns: 1fr 3.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.grid-grey {
  display: -ms-grid;
  display: grid;
  max-height: 70px;
  min-height: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 3.25fr;
  grid-template-columns: 1fr 3.25fr;
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: auto auto;
  background-color: #f8f8f8;
}

.grid-grey.top-border {
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #f5f6f8;
  background-color: #f8f8f8;
}

.stats-row {
  margin-top: 10px;
  margin-bottom: 20px;
}

.stats-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 350px;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.stats-wrapper.auto {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.statistic {
  margin-bottom: 10px;
  color: #f36f20;
  font-size: 48px;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}

.testimonial-box-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 350px;
  margin-right: 0px;
  margin-left: 10px;
  padding: 0px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  background-color: #021057;
}

.testimonial-box-blue.auto {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f36f20;
}

.statistic-statement {
  margin-bottom: 10px;
  color: #777;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.social-proof-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 750px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-proof-wrapper.large {
  max-width: 960px;
  margin-top: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.book-demo-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0vh;
  margin-top: 0px;
  padding-top: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f36f20;
}

.message-field-2 {
  display: block;
  height: auto;
  max-height: 100px;
  min-height: 100px;
  margin-bottom: 25px;
  border: 0.5px solid #8a8a8a;
  border-radius: 4px;
  background-color: transparent;
}

.message-field-2:focus {
  border-color: #048060;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #222;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
}

.form-field-2 {
  height: 50px;
  margin-right: 20px;
  margin-bottom: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0.5px;
  border-color: #8a8a8a;
  border-radius: 0px;
  background-color: #fff;
  color: #111;
  font-size: 13px;
}

.form-field-2:hover {
  border-color: #f36f20;
}

.form-field-2:focus {
  border-color: #f36f20;
}

.div-block-72 {
  width: 100%;
  max-width: 770px;
  min-height: 50px;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: auto;
}

.demo-form {
  width: 100%;
  max-width: 500px;
  min-height: 600px;
  margin: 60px auto -40px;
  padding: 30px 50px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 11px 11px 0 0 #231f20;
}

.vprop-wrapper {
  max-width: 520px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.vprop-wrapper.homme-v2 {
  max-width: 50vw;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.column-72 {
  position: relative;
  left: auto;
  top: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-72.hidden {
  display: none;
}

.column-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 80px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subheadline {
  margin-bottom: 30px;
  color: #333;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
}

.subheadline.white {
  color: #fff;
}

.form {
  color: #111;
}

.heading-7 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.body-dark {
  background-color: #231f20;
}

.image-19 {
  max-width: 150%;
  min-width: 150%;
}

.quem-somos-h1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
}

.link-2 {
  font-weight: 700;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-20 {
  margin-left: 50px;
}

.mercado-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mercado-big {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.image-21 {
  margin-left: auto;
}

.div-block-74 {
  width: 100%;
  max-width: 770px;
  min-height: 50px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 10px;
  float: right;
}

.div-block-70-copy-2 {
  width: 100%;
  max-width: 770px;
  min-height: 50px;
  margin-right: auto;
  margin-left: 0%;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper-550-width-2 {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.benefits-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.benefits-wrapper-2.vertical {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 375px;
  min-height: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.benefit-wrapper-2 {
  max-width: 290px;
  margin-right: auto;
  margin-left: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.benefit-flex-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto;
  padding-left: 2rem;
}

.column-73 {
  min-height: 50px;
  background-color: transparent;
}

.div-block-75 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f36f20;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-22 {
  max-width: 100px;
}

.text-span-2 {
  color: #fff;
}

.link-3 {
  font-weight: 700;
}

.link-4 {
  font-weight: 700;
}

.floating-btn {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bottom-border-b4-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 3px;
  background-color: #f36f20;
}

.link-5 {
  font-weight: 700;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}

.text-block-24 {
  margin-left: 1rem;
}

.image-23 {
  max-width: 85%;
  padding-top: 1.6rem;
}

@media screen and (min-width: 1440px) {
  .footer.dark {
    margin-top: 0rem;
  }

  .section-apres {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .apres-subheading {
    font-size: 56px;
  }

  .grid-h {
    margin-top: 0px;
  }

  .section-4 {
    display: none;
    margin-top: 0rem;
  }

  .processo__p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
  }

  .processo__p._15px {
    color: #333;
  }

  .processo__p.dark {
    color: #fff;
  }

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

  .hero-info {
    margin-top: 60px;
  }

  .link-block:hover {
    color: hsla(0, 0%, 100%, 0.8);
    text-decoration: none;
  }

  .company-logo-section {
    padding-bottom: 60px;
  }

  .div-block-2.logo-bar._20-top-margin._60-opacity {
    width: 100vw;
    opacity: 0.6;
  }

  ._60px-wrapper._60-opacity {
    opacity: 0.6;
  }

  .heading-3 {
    font-size: 45px;
  }

  .heading-3.laranja {
    color: #f36f20;
  }

  .wrapper-550-width {
    margin-right: auto;
    margin-left: auto;
  }

  .wrapper-550-width.left-align {
    margin-right: auto;
    margin-left: 0px;
  }

  .benefits-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .benefits-wrapper.vertical {
    height: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .benefits-wrapper._60-top-padding {
    display: -ms-grid;
    display: grid;
    margin-top: 60px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grey-side-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 105px;
  }

  .grey-side-block.dark {
    display: block;
  }

  .grey-side-block.dark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-7 {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .blocked-columns.hidden {
    display: none;
  }

  .div-block-69 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-70 {
    margin-right: 0%;
    margin-left: auto;
  }

  .testimonial-name {
    display: inline;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom-color: #603eff;
    color: #333;
  }

  .depoimento-large {
    color: #000;
    font-weight: 300;
  }

  .depoimento-large.white {
    font-weight: 300;
  }

  .section.no-padding {
    padding-top: 80px;
  }

  .section.no-padding.dark {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.book-demo {
    margin-top: 0px;
    padding-top: 6rem;
    padding-bottom: 0px;
  }

  .div-block-70-copy {
    max-width: 770px;
    margin-right: auto;
    margin-left: 0%;
    float: none;
  }

  .heading-1 {
    color: #111;
    font-weight: 700;
  }

  .purple-side-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button {
    height: 55px;
  }

  .button.left-aligned {
    border-color: #f0386b;
    background-color: #f0386b;
    font-weight: 500;
  }

  .button.left-aligned:hover {
    background-color: transparent;
    color: #2b0d41;
  }

  .button.text-only {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-shadow: none;
    color: #f0386b;
  }

  .button.text-only:hover {
    color: #f0386b;
  }

  .button.left-aligned {
    border-color: #f0386b;
    background-color: #f0386b;
    font-weight: 500;
  }

  .button.left-aligned:hover {
    background-color: transparent;
    color: #2b0d41;
  }

  .button.no-max-width {
    height: 50px;
  }

  .button.no-max-width:hover {
    background-color: transparent;
  }

  .wrapper-450-width {
    width: 100%;
    max-width: 450px;
  }

  .paragraph-4 {
    color: #181818;
    font-size: 17px;
  }

  .paragraph-4.centre {
    color: #181818;
    text-align: center;
  }

  .integracao-card {
    background-color: transparent;
  }

  .integrations-div-2 {
    margin-top: 0px;
  }

  .wrapper.horizontal-flex {
    max-width: 1200px;
  }

  .section-5 {
    display: none;
  }

  .heading-2.centre._800-width {
    font-size: 50px;
  }

  .columns-standard {
    max-width: 1200px;
  }

  .home-image-2 {
    max-width: 90%;
    margin-right: auto;
    margin-left: 0px;
  }

  .home-image-3 {
    max-width: 100%;
    margin-right: 0px;
    margin-left: auto;
  }

  .testimonial-name-white {
    display: inline;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom-color: #603eff;
    color: #fff;
  }

  .purple-side-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 105px;
  }

  .image-4 {
    margin-right: auto;
    margin-bottom: 11px;
    margin-left: -100px;
  }

  .text-block-23 {
    color: hsla(0, 0%, 100%, 0.8);
  }

  .icon-3 {
    margin-top: 5px;
  }

  .feature-block {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .feature-block.purple {
    box-shadow: 11px 11px 0 0 #231f20;
  }

  .benefit-block {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-6 {
    color: #f36f20;
    font-weight: 600;
  }

  .heading-6.dark {
    color: #231f20;
  }

  .paragraph-5 {
    color: #556575;
    font-size: 17px;
  }

  .grid-white {
    max-height: 90px;
    background-color: #fff;
  }

  .grid-grey {
    max-height: 90px;
    background-color: #f8f8f8;
  }

  .grid-grey.top-border {
    max-height: 90px;
    margin-top: 20px;
  }

  .stats-wrapper {
    margin-right: 0px;
  }

  .statistic {
    color: #f36f20;
  }

  .testimonial-box-blue {
    margin-left: 10px;
  }

  .testimonial-box-blue.auto {
    background-color: #231f20;
  }

  .statistic-statement {
    color: #777;
  }

  .book-demo-columns {
    margin-top: 0px;
    padding-top: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .message-field-2 {
    max-height: none;
    min-height: 90px;
    border-width: 0.5px;
    border-color: #e7e7e7;
    background-color: transparent;
  }

  .message-field-2:hover {
    border-color: #048060;
  }

  .message-field-2:focus {
    border-color: #048060;
  }

  .form-field-2 {
    height: 50px;
    border-width: 0.5px;
    border-color: #e7e7e7;
    background-color: #fff;
    color: #181818;
  }

  .form-field-2:hover {
    border-color: #048060;
    background-color: transparent;
  }

  .form-field-2:focus {
    border-color: #048060;
    background-color: transparent;
  }

  .div-block-72 {
    margin-top: 0px;
    margin-bottom: auto;
  }

  .demo-form {
    position: relative;
    margin-top: 30px;
    padding: 30px;
    border-radius: 2px;
    background-color: #fff;
  }

  .vprop-wrapper {
    max-width: 520px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .vprop-wrapper.homme-v2 {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

  .column-72 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-71 {
    margin-top: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .subheadline {
    color: #444;
    font-size: 20px;
  }

  .input-texto {
    height: 50px;
  }

  .input-texto__area {
    height: 100px;
  }

  .btn-ghost {
    background-color: transparent;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #f36f20;
  }

  .btn-ghost:hover {
    opacity: 0.75;
  }

  .integracao {
    color: #fff;
    text-align: center;
  }

  .integracao-link {
    color: #fff;
  }

  .quem-somos-h1 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
  }

  .link-2 {
    font-weight: 700;
  }

  .mercado-big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-74 {
    margin-right: 0%;
    margin-left: auto;
  }

  .div-block-70-copy-2 {
    max-width: 770px;
    margin-right: auto;
    margin-left: 0%;
    float: none;
  }

  .benefits-wrapper-2 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .benefits-wrapper-2.vertical {
    height: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-75 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f36f20;
  }

  .div-block-76 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1201px;
  }

  .div-block-77 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5rem;
    padding-bottom: 5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-6 {
    font-weight: 600;
  }
}

@media screen and (max-width: 991px) {
  .nav-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-menu__esq {
    background-color: #231f20;
  }

  .nav-menu__link {
    color: #fff;
  }

  .section_01 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .content-left-co2 {
    width: 100%;
  }

  .content-right-co2 {
    width: 100%;
  }

  .section_02 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .menu-button.w--open {
    background-color: #231f20;
  }

  .card {
    padding: 24px;
  }

  .grid-h {
    margin-top: -32px;
    margin-bottom: 32px;
    margin-left: -32px;
  }

  .grid-cell {
    padding-top: 32px;
    padding-left: 32px;
  }

  .section-4 {
    padding: 64px 32px;
  }

  .block_wrap {
    width: 50%;
  }

  .line_02 {
    width: 50%;
    margin-left: 25%;
  }

  .line_01 {
    width: 50%;
    margin-left: 25%;
  }

  .processo__p {
    font-size: 16px;
  }

  .hero-info {
    margin-top: 0px;
  }

  .company-logo-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo-image._120w {
    width: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-2.logo-bar._20-top-margin._60-opacity {
    display: -ms-grid;
    display: grid;
    width: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heading-5 {
    font-size: 18px;
  }

  .link-block-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  ._60px-wrapper._60-opacity {
    width: 97%;
    margin-top: 0px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .wrapper-550-width.left-align {
    width: auto;
    max-width: 450px;
    margin-right: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .benefits-wrapper.vertical {
    display: -ms-grid;
    display: grid;
    width: 90%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .benefits-wrapper._60-top-padding {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grey-side-block {
    height: auto;
  }

  .benefit-flex-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon-1 {
    margin-bottom: 10px;
  }

  .blocked-columns {
    margin-top: 60px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .benefit-wrapper {
    margin-left: 0px;
  }

  .depoimento-large {
    font-size: 20px;
  }

  .depoimento-large.white.left {
    font-size: 22px;
  }

  .column-4.purple-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonial-block {
    position: static;
    left: auto;
    width: auto;
    height: auto;
    max-height: none;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
  }

  .testimonial-block._450-width {
    padding-top: 0px;
    padding-left: 0px;
  }

  .section {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section._40-top-padding {
    padding-top: 0px;
  }

  .section.book-demo {
    min-height: 0vh;
    padding-bottom: 40px;
  }

  .heading-1 {
    font-size: 43px;
  }

  .heading-1.white {
    font-size: 40px;
  }

  .purple-side-block {
    height: auto;
  }

  .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button.text-only {
    max-width: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button.no-max-width {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wrapper-450-width {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wrapper-450-width.left-aligned {
    max-width: none;
  }

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

  .integracao-card {
    width: 120px;
    height: 100px;
  }

  .integrations-div-2 {
    width: 100%;
    max-width: none;
    margin-right: 30px;
    margin-left: auto;
    justify-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .wrapper._60-top-margin {
    margin-top: 40px;
  }

  .heading-2 {
    font-size: 35px;
  }

  .heading-2.centre._800-width {
    max-width: 700px;
    font-size: 36px;
  }

  .heading-2.white {
    font-size: 35px;
  }

  .home-image-2 {
    max-width: 100%;
    margin-right: 40px;
  }

  .home-image-3 {
    max-width: 100%;
    margin-left: 20px;
  }

  .purple-side-block-2 {
    height: auto;
  }

  .image-4 {
    max-width: 80%;
    margin-top: 80px;
    margin-left: -50px;
  }

  .icon-2 {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000;
  }

  .icon-3 {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .feature-block {
    width: 90%;
    max-width: 500px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .feature-block.purple {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2%;
    padding-left: 2%;
  }

  .heading-6 {
    font-size: 17px;
  }

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

  .paragraph-5._15 {
    font-size: 15px;
  }

  .grid-white {
    padding-right: 25px;
  }

  .grid-grey {
    padding-right: 25px;
  }

  .stats-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .statistic {
    font-size: 45px;
  }

  .testimonial-box-blue {
    width: auto;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .statistic-statement {
    font-size: 14px;
  }

  .social-proof-wrapper {
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .book-demo-columns {
    min-height: 0vh;
    margin-top: 0px;
  }

  .heading-4 {
    font-size: 20px;
  }

  .div-block-72 {
    margin-bottom: 0px;
  }

  .demo-form {
    max-width: 420px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .vprop-wrapper {
    margin-top: 0px;
  }

  .subheadline {
    font-size: 18px;
  }

  .subheadline.white {
    font-size: 18px;
  }

  .benefits-wrapper-2.vertical {
    display: -ms-grid;
    display: grid;
    width: 90%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .benefit-wrapper-2 {
    margin-left: 0px;
  }

  .benefit-flex-wrapper-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .content-left-co2 {
    margin-bottom: 55px;
    padding-right: 0px;
  }

  .container-co2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card {
    padding: 24px;
  }

  .grid-h {
    margin-top: -16px;
    margin-bottom: 16px;
    margin-left: -16px;
  }

  .grid-cell {
    padding-top: 16px;
    padding-left: 16px;
  }

  .grid-cell.grid-cell--50-50-100-100 {
    width: 100%;
  }

  .section-4 {
    padding: 40px 16px;
  }

  .link {
    line-height: 1em;
  }

  ._404-heading {
    font-size: 48px;
  }

  .processo__p {
    font-size: 15px;
  }

  .processo__p._16px {
    font-size: 15px;
  }

  .processo__p._16px {
    font-size: 15px;
  }

  .processo__p._16px {
    font-size: 15px;
  }

  .hero-info {
    margin-top: 30px;
  }

  .hero-section-links {
    display: block;
  }

  .logo-image {
    display: block;
    max-width: 80%;
  }

  .logo-image._120w {
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-2.logo-bar._20-top-margin._60-opacity {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-3 {
    font-size: 24px;
  }

  .heading-3.centre-mobile {
    text-align: center;
  }

  .wrapper-550-width {
    max-width: 80vw;
  }

  .wrapper-550-width.left-align {
    margin-right: auto;
    margin-left: auto;
  }

  .benefits-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .benefits-wrapper.vertical {
    display: -ms-grid;
    display: grid;
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .benefits-wrapper._60-top-padding {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grey-side-block {
    height: auto;
    max-width: none;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .benefit-flex-wrapper {
    min-width: 80vw;
    margin-right: 2px;
    margin-left: 0px;
  }

  .icon-1 {
    margin-bottom: 15px;
  }

  .blocked-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .depoimento-large {
    font-size: 17px;
  }

  .depoimento-large.white.left {
    font-size: 17px;
  }

  .column-4.purple-mobile {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2b0d41;
  }

  .testimonial-block {
    position: static;
    left: -447px;
    top: 22px;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .testimonial-block._450-width {
    padding-top: 0px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-button-block {
    display: block;
    margin-bottom: 0px;
  }

  .heading-1 {
    font-size: 30px;
  }

  .heading-1.white {
    font-size: 30px;
  }

  .purple-side-block {
    height: auto;
    max-width: none;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .button.left-aligned {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .button.text-only {
    max-width: 200px;
    margin-left: 0px;
  }

  .button.left-aligned {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .button.no-max-width {
    margin-right: auto;
    margin-left: auto;
  }

  .wrapper-450-width {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .wrapper-450-width.left-aligned {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-4 {
    font-size: 15px;
  }

  .integracao-card {
    width: 120px;
    height: 110px;
  }

  .integrations-div-2 {
    max-width: none;
    grid-column-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .wrapper {
    width: 95%;
  }

  .heading-2 {
    font-size: 27px;
  }

  .heading-2.centre._800-width {
    font-size: 27px;
  }

  .heading-2.white {
    font-size: 27px;
  }

  .column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .purple-side-block-2 {
    height: auto;
    max-width: none;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .image-4 {
    max-width: 60%;
    margin: auto auto 20px;
  }

  .icon-2 {
    margin-bottom: 15px;
  }

  .icon-3 {
    margin-right: 5%;
    margin-bottom: 15px;
  }

  .feature-block.purple {
    width: 60%;
    padding-top: 5%;
  }

  .heading-6 {
    font-size: 18px;
  }

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

  .grid-white {
    max-height: none;
    padding-left: 15px;
  }

  .grid-grey {
    max-height: none;
  }

  .grid-grey.top-border {
    max-height: none;
    padding-left: 15px;
  }

  .stats-row {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .stats-wrapper {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .statistic {
    font-size: 35px;
  }

  .testimonial-box-blue {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .testimonial-box-blue.auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .statistic-statement {
    font-size: 15px;
  }

  .social-proof-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .social-proof-wrapper.large {
    margin-top: 20px;
  }

  .book-demo-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-4 {
    font-size: 19px;
  }

  .demo-form {
    max-width: 450px;
    margin: 0px auto 8px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .column-71 {
    height: auto;
    margin-top: 40px;
  }

  .subheadline {
    font-size: 17px;
  }

  .subheadline.white {
    font-size: 17px;
  }

  .benefits-wrapper-2.vertical {
    display: -ms-grid;
    display: grid;
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .benefit-flex-wrapper-2 {
    margin-right: 2px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero__heading {
    margin-bottom: 2rem;
    font-size: 28px;
  }

  .section-hero__inner-wrap {
    max-width: 100%;
  }

  .footer-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer_row {
    margin-bottom: 2rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer__col-1 {
    margin-bottom: 1rem;
  }

  .footer__col-2 {
    padding-right: 10px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-contato {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer-texto {
    margin-top: 1rem;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer-logo {
    padding-left: 6px;
  }

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

  .arrow-wrapper-b4.float {
    width: 42px;
    height: 42px;
    box-shadow: inset 0 0 0 2px #f36f20;
  }

  .section-apres {
    padding-top: 0rem;
    padding-bottom: 2rem;
    padding-left: 10px;
  }

  .apres-subheading {
    font-size: 26px;
  }

  .content-right-co2 {
    padding-top: 0px;
  }

  .aliado-linhas {
    margin-left: 0rem;
  }

  .aliado {
    display: none;
    width: 90%;
  }

  .card-inner-wrap {
    margin-top: 90%;
  }

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

  ._404-heading {
    font-size: 32px;
  }

  .block_wrap {
    width: 100%;
  }

  .processo__p {
    font-size: 15px;
  }

  .processo__p._16px {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: left;
  }

  .processo__p._16px {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: left;
  }

  .processo__p._16px {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: left;
  }

  .processo__p._15px {
    font-size: 14px;
  }

  .hero-info {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .company-logo-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-2.logo-bar._20-top-margin._60-opacity {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-5.centre {
    font-size: 18px;
  }

  ._60px-wrapper._60-opacity {
    width: 95%;
    margin-top: 0px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .wrapper-550-width.left-align {
    width: auto;
    margin-bottom: 30px;
  }

  .benefits-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .benefits-wrapper.vertical {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .benefits-wrapper._60-top-padding {
    margin-top: 30px;
  }

  .grey-side-block {
    height: auto;
    max-width: none;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blocked-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-69 {
    margin-right: auto;
    margin-left: auto;
  }

  .testimonial-name {
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    text-align: center;
  }

  .depoimento-large {
    max-width: 90vw;
    color: #000;
    font-size: 16px;
    text-align: center;
  }

  .depoimento-large.white {
    font-size: 18px;
  }

  .depoimento-large.white.left {
    font-size: 18px;
  }

  .testimonial-block {
    position: relative;
    left: auto;
    top: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 15px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .testimonial-block._450-width {
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.book-demo {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.dark {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.dark.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.dark {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-button-block {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-1 {
    font-size: 33px;
    line-height: 1.4em;
    text-align: center;
  }

  .purple-side-block {
    height: auto;
    max-width: none;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button {
    width: 100%;
    height: 40px;
    max-width: none;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
  }

  .button.left-aligned {
    height: 45px;
    max-width: 180px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    font-size: 15px;
  }

  .button.left-aligned:hover {
    background-color: transparent;
  }

  .button.text-only {
    height: 35px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button.text-only.centre-mobile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.text-only.centre-mobile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.left-aligned {
    height: 45px;
    max-width: 180px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    font-size: 15px;
  }

  .button.left-aligned:hover {
    background-color: transparent;
  }

  .wrapper-450-width {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .wrapper-450-width.left-aligned {
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .paragraph-4 {
    font-size: 15px;
  }

  .integracao-card {
    width: auto;
  }

  .integrations-div-2 {
    display: -ms-grid;
    display: grid;
    max-width: none;
    margin-top: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .wrapper {
    width: 95%;
  }

  .wrapper.horizontal-flex.vertical-flex-mobile {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 8rem;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper.horizontal-flex.vertical-flex-mobile.reverse {
    width: 99%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrapper.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper.grid.mobile {
    max-width: 90vw;
    padding-right: 0rem;
  }

  .heading-2.centre._800-width {
    font-size: 28px;
  }

  .heading-2.white {
    font-size: 27px;
    text-align: center;
  }

  .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .columns-standard {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .columns-standard.reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .home-image-3 {
    margin-left: 0px;
  }

  .link-integration-2 {
    text-align: center;
  }

  .testimonial-name-white {
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
  }

  .purple-side-block-2 {
    height: auto;
    max-width: none;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-4 {
    top: auto;
    max-width: 70%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-23 {
    line-height: 1.2;
  }

  .feature-block {
    width: 100%;
    margin-left: 0px;
  }

  .feature-block.purple {
    width: auto;
    margin-top: 20px;
  }

  .feature-block.purple.dark {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-6 {
    font-size: 18px;
  }

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

  .paragraph-5._15 {
    font-size: 14px;
  }

  .grid-white {
    -ms-grid-columns: 1.5fr 3.25fr;
    grid-template-columns: 1.5fr 3.25fr;
  }

  .grid-grey {
    -ms-grid-columns: 1.5fr 3.25fr;
    grid-template-columns: 1.5fr 3.25fr;
  }

  .stats-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stats-wrapper.auto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .statistic-statement {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }

  .social-proof-wrapper.large {
    margin-top: 20px;
  }

  .book-demo-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding-bottom: 60px;
  }

  .heading-4 {
    font-size: 18px;
  }

  .demo-form {
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .vprop-wrapper.homme-v2 {
    max-width: 90vw;
  }

  .column-72 {
    z-index: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .subheadline {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }

  .subheadline.white {
    font-size: 16px;
  }

  .heading-7 {
    font-size: 26px;
  }

  .quem-somos-h1.mobile {
    font-size: 20px;
  }

  .div-block-73 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-20 {
    display: none;
  }

  .image-21 {
    display: none;
  }

  .wrapper-550-width-2 {
    text-align: center;
  }

  .benefits-wrapper-2.vertical {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-75 {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f36f20;
    text-align: center;
  }

  .div-block-76 {
    max-width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-78 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .floating-btn {
    padding: 1rem;
  }
}

#w-node-_4ce98808-b8cf-6ac6-b6fa-de1567d85b87-b9b6fd85 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3d33dad9-fdfa-557e-68ea-5d732db695ac-9d14924c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_965fbee5-9675-c199-500b-cf0b83c39c4a-9d14924c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-b7f0b17f-eeec-1408-b038-53d224e1666b-9d14924c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b7f0b17f-eeec-1408-b038-53d224e16676-9d14924c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

