:root {
  --font-body: Inter, sans-serif;
  --font-heading: Onest, sans-serif;
  --full: 100%;
  --transparent: transparent;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

body {
  font-family: var(--font-body);
  color: #fff;
  background-color: #040404;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

h1 {
  font-family: var(--font-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  font-family: var(--font-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  font-family: var(--font-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

a {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.container {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.25rem;
  padding-right: 8.25rem;
  display: flex;
  position: relative;
}

.container.is_nav {
  margin-left: auto;
  margin-right: auto;
}

.container.is_hero {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  width: 80%;
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
}

.container.is_prio {
  z-index: 2;
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.container.is_chatwind {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: flex-start;
  align-items: center;
}

.container.is_chatwind._2 {
  background-image: url('../images/bg-verde.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.container.is_chatwind._2.bg-novo {
  background-image: none;
  padding-top: 1rem;
}

.container.is_seo {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
}

.container.is_review {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.container.is_footer {
  padding: 3.5rem 4rem 2.5rem;
}

.para_small {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 137%;
}

.para_medium {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 155%;
}

.para_large {
  font-family: var(--font-heading);
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
}

.div_hide {
  overflow: hidden;
}

.h-flex {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.v-flex {
  width: var(--full);
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.v-flex.overwrite {
  flex: none;
  width: auto;
  font-size: .8rem;
}

.page_wrapper {
  overflow: hidden;
}

.main_wrapper {
  position: relative;
  overflow: hidden;
}

.navbar {
  z-index: 99;
  background-color: var(--transparent);
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 2% 0% auto;
  overflow: hidden;
}

.nav_logo_wrap {
  flex: none;
}

.nav_logo_wrap.w--current {
  width: 50px;
  max-width: none;
}

.nav_logo {
  width: 100%;
  max-width: none;
  display: block;
}

.nav_logo.icone-logo {
  display: none;
}

.nav_btns {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_link {
  color: #cfd9d4;
  flex: none;
  line-height: 1;
  transition: all .4s;
  position: relative;
}

.nav_link:hover {
  color: #6ee755;
}

.nav_links_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #000000f2;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  overflow: visible;
}

.nav_bg {
  z-index: 999;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #ffffff0f;
  border: 1px solid #ffffff14;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin: 3px auto;
  padding: .75rem 1rem .75rem 1.9rem;
  display: flex;
  position: relative;
}

.ae-02-elements_button {
  color: #b0b0b0;
  background-color: #15141c;
  border-radius: 100vw;
  padding: .75rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.ae-02-elements_border {
  background-color: #292931;
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.ae-02-elements_glow-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ae-02-elements_glow {
  filter: blur(5px);
  background-color: #7a7a7a;
  width: 90%;
  height: 60%;
  margin-left: 60%;
}

.ae-02-elements_background {
  background-color: #1a1a1a;
  border-radius: 100vw;
  margin: 1px;
  position: absolute;
  inset: 0%;
}

.ae-02-elements_background-hover {
  filter: blur(5px);
  background-image: linear-gradient(#0000, #ffffff40);
  position: absolute;
  inset: 0%;
}

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

.text-size-regular.z-index-1 {
  color: #f7fbf9;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}

.text-size-regular.z-index-1.text-preto {
  color: #000;
}

.text-size-regular.title {
  background-color: var(--transparent);
  color: #f7fbf9;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.top_circle {
  border-radius: var(--full);
  filter: blur(250px);
  background-color: #00632f8a;
  width: 33.5625rem;
  height: 33.5625rem;
  position: absolute;
  inset: -33% auto auto 50%;
  transform: translate(-50%);
}

.sections_wrapper {
  background-color: #040404;
  position: relative;
  overflow: hidden;
}

.hero_sec {
  background-image: url('../images/bg_dots_1bg_dots.webp');
  background-position: 50% 4%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.hero_content {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 11.5rem;
  margin-bottom: 25px;
  display: flex;
}

.hero_heading {
  color: #fff;
  max-width: 100%;
}

.hero_para.para_medium {
  color: #cfd9d4;
  max-width: 33.3125rem;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.hero_btns {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_btns.btn-banner {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80%;
}

.hero_secondary_btn {
  color: #b0b0b0;
  background-color: #15141c;
  border-radius: 100vw;
  padding: 1.25rem 2rem;
  position: relative;
  overflow: hidden;
}

.hero_span {
  color: #ddff41;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/unnamed.png');
  background-position: 0 0;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.btn_primary_btn {
  color: #b0b0b0;
  background-color: #15141c;
  border-radius: 100vw;
  padding: 1px;
  position: relative;
  overflow: hidden;
}

.animate_line_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.primary_animate-line {
  background-image: linear-gradient(270deg, #6ee75500, #ddff41 50%, #6ee75500);
  width: 2rem;
  height: 14rem;
}

.primary_btn_bg_wrap {
  background-color: #111;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.bg-verde {
  background-color: #ddff41;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  margin: 1px;
}

.bg-verde.btn-verde {
  background-color: #ddff41;
}

.btn_priamry_text {
  color: #000;
  margin-bottom: 0;
  padding: 1rem 2.625rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.nav_secondary_btn {
  color: #b0b0b0;
  background-color: #15141c;
  border-radius: 100vw;
  padding: .75rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.hero_img_wrap {
  z-index: 2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_image {
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  margin-top: auto;
  position: relative;
}

.hero_bg {
  z-index: 2;
  background-image: url('../images/hero-bg-new_1hero bg new.webp');
  background-position: 0 276%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.hero_img_line {
  z-index: -1;
  background-image: linear-gradient(#6ee75500 32%, #6ee755ba);
  width: 60rem;
  height: 15rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero_img_line._2 {
  background-image: linear-gradient(#6ee755ba, #6ee75500 68%);
  width: 60rem;
  inset: 0% 0% 0% auto;
}

.prio_sec {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.prio_para.para_medium {
  color: #989c9a;
  padding-top: 20px;
  padding-bottom: 60px;
}

.prio_para.para_medium.txt-box {
  color: #515151;
}

.prio_head_wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.prio_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.prio_card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0c110f;
  border: 1px solid #14251e4d;
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 1.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.prio_card.barra-demo {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.prio_card.card-captal {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 10px;
}

.prio_title {
  font-family: var(--font-heading);
  width: 50%;
  padding-top: .7rem;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.prio_title.txt-envolve-card {
  text-align: center;
  width: 100%;
}

.prio_card_para {
  color: #cfd9d4;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
}

.prio_circle_img {
  z-index: 2;
  width: 11.25rem;
  height: 11.25rem;
  position: absolute;
  inset: -41% -33% auto auto;
}

.chatwind_sec {
  overflow: hidden;
}

.chat-span {
  color: #6ee755;
}

.chatwind_para.para_medium {
  color: #cfd9d4;
  max-width: 37rem;
}

.chatwind_para.para_medium._2 {
  max-width: 30rem;
}

.chatwind_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.chatwind_content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 27.5rem;
  display: flex;
}

.title {
  color: #b0b0b0;
  cursor: text;
  background-color: #15141c;
  border-radius: 100vw;
  padding: .375rem .75rem;
  position: relative;
  overflow: hidden;
}

.chat_title {
  margin-top: .625rem;
}

.chat_para.para_medium {
  color: #cfd9d4;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.chat_features {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3.5rem;
  display: flex;
}

.single_feature {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature_tick_icon {
  color: #6ee755;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.chatwnd_img_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 38.5rem;
  height: 100%;
  display: flex;
  position: relative;
}

.chat_img {
  width: 80%;
}

.overflow {
  width: 100%;
  height: 20rem;
  position: absolute;
  inset: auto 0% 0%;
}

.intro_heading {
  max-width: 37rem;
}

.intro_span {
  color: #6ee755;
}

.seo_sec {
  overflow: hidden;
}

.seo_grid {
  width: var(--full);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.seo_card {
  background-color: #0c110f;
  border: 1px solid #374b414d;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.5rem 4rem 1.5rem;
  display: flex;
}

.seo_card.is_news {
  background-image: url('../images/bg_dots_1bg_dots.webp'), url('../images/news-bg-image_1news bg image.webp');
  background-position: 0 0, 120% 120%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 683px;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.seo_para.para_medium {
  color: #d9dddb;
  line-height: 1.2;
}

.flex {
  width: var(--full);
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon {
  color: #919794;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.5625rem;
  height: 1.5rem;
  display: flex;
}

.seocard_img-wrap {
  width: var(--full);
  max-width: 17.5rem;
  margin: 2rem auto 1.5rem;
}

.seo_img {
  width: var(--full);
}

.seo_line {
  width: var(--full);
  background-color: #29352f;
  height: 1px;
  margin-bottom: 1.5rem;
}

.seo_titles {
  width: var(--full);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.seo_titles._2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 1.25rem;
}

.seo_title_wrap {
  width: var(--full);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.seo_title {
  color: #d9dddb;
  font-size: 1.125rem;
  font-weight: 600;
}

.seo_card_para.para_small {
  color: #919794;
  margin-top: .25rem;
}

.number_icon1 {
  color: red;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.3125rem;
  height: 2.25rem;
  display: flex;
}

.seo_titlle2 {
  color: #f7fbf9;
  font-size: 1.75rem;
  font-weight: 600;
}

.number_icon2 {
  color: #ffc542;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.3125rem;
  height: 2.25rem;
  display: flex;
}

.number_icon3 {
  color: #6ee755;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.3125rem;
  height: 2.25rem;
  display: flex;
}

.news-btns {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.prio_head_wrap_news {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review_sec {
  position: relative;
  overflow: hidden;
}

.reveiw_grid {
  width: var(--full);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.reviwe_card {
  z-index: 2;
  width: var(--full);
  height: var(--full);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0c110f;
  border: 1px solid #374b414d;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem 1.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.review_para.para_small {
  color: #919794;
  font-size: .875rem;
  font-weight: 400;
}

.review_img {
  border-radius: var(--full);
  object-fit: cover;
  flex: none;
  width: 2.5rem;
}

.review_name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.revie_role {
  color: #919794;
  font-size: .875rem;
  font-weight: 400;
}

.review_circle {
  position: absolute;
  inset: -38% -37% auto auto;
}

.review_animate-card {
  height: var(--full);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.review_animate-line {
  width: 20rem;
  height: 2rem;
  position: absolute;
  inset: 33% 0% 0% 51%;
}

.review_animate-line._1 {
  background-image: linear-gradient(0deg, #6ee75500, #6ee755b3);
  height: 1.7rem;
  left: -143%;
}

.review_animate-line._2 {
  background-image: linear-gradient(#6ee75500, #6ee755b3);
  height: 1.7rem;
}

.review_animate-line._3 {
  background-image: linear-gradient(90deg, #6ee75500, #6ee755b3);
  width: 1.7rem;
  height: 20rem;
  inset: -174% 0% auto 41%;
}

.review_animate-line._4 {
  background-image: linear-gradient(270deg, #6ee75500, #6ee755b3);
  width: 1.7rem;
  height: 20rem;
  top: 41%;
  left: 40%;
}

.review_animate-line._5 {
  background-image: linear-gradient(#6ee75500, #6ee755b3);
  height: 1.7rem;
}

.review_animate-line._6 {
  background-image: linear-gradient(90deg, #6ee75500, #6ee755b3);
  width: 1.7rem;
  height: 20rem;
  inset: auto 0% 62% 40%;
}

.review_animate-line._7 {
  background-image: linear-gradient(270deg, #6ee75500, #6ee755b3);
  width: 1.7rem;
  height: 20rem;
}

.review_animate-line._8 {
  background-image: linear-gradient(0deg, #6ee75500, #6ee755b3);
  inset: 30% auto 0% -141%;
}

.relative {
  width: 100%;
  height: 100%;
  position: relative;
}

.rotate_div_review {
  z-index: 1;
  border-radius: var(--full);
  width: 10rem;
  height: 10rem;
  position: absolute;
}

.review_slider {
  display: none;
}

.footer {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #0c110f;
  overflow: hidden;
}

.flink_grid {
  width: var(--full);
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flink_card {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.flink_title {
  color: #fff;
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 600;
}

.flink {
  color: #919794;
  width: 100%;
  font-size: .8rem;
  font-weight: 400;
}

.flink:hover {
  text-underline-offset: 4px;
  -webkit-text-decoration: underline #6ee755;
  text-decoration: underline #6ee755;
}

.overflow_reviews {
  z-index: 9;
  width: var(--full);
  height: 20rem;
  position: absolute;
  inset: auto 0% 6%;
}

.overflow_reviews._2 {
  inset: auto 0% 0%;
}

.footer_social_wrap {
  width: var(--full);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #29352fcc;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.follow_us {
  line-height: 1.2;
}

.follow_us.para_small {
  color: #919794;
  font-size: .8rem;
}

.footer_icons_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.icon_wrap {
  border-radius: var(--full);
  background-color: #0c110f;
  border: 1px solid #29352fcc;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.copy {
  color: #f7fbf9;
}

.copy.para_small {
  flex: none;
  font-size: .8rem;
  font-weight: 400;
}

.fbottom.para_small {
  color: #f7fbf9;
}

.dot_icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .25rem;
  height: .25rem;
  display: flex;
}

.bg_circle_one-wrap {
  z-index: -1;
  border-radius: var(--full);
  width: 55rem;
  height: 55rem;
  position: absolute;
  inset: 25% auto auto 50%;
  transform: translate(-50%);
}

.bg_circle-one {
  z-index: 2;
  border-radius: var(--full);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 55rem;
  height: 55rem;
  display: flex;
  position: relative;
}

.cirlce_one_glow {
  z-index: -2;
  border-radius: var(--full);
  filter: blur(20px);
  background-color: #ddff413b;
  width: 39rem;
  height: 39rem;
  position: absolute;
  inset: 2% 2% auto auto;
}

.circle_one_bg {
  border-radius: var(--full);
  background-color: #040404;
  width: 55rem;
  height: 55rem;
  position: absolute;
  inset: 0%;
}

.bg_circle_two-wrap {
  z-index: -1;
  width: 50rem;
  height: 50rem;
  position: absolute;
  inset: 39% auto auto 50%;
  transform: translate(-50%);
}

.bg_circle_two {
  border-radius: var(--full);
  justify-content: center;
  align-items: center;
  width: 50rem;
  height: 50rem;
  display: flex;
  position: relative;
}

.circle_two_glow {
  border-radius: var(--full);
  filter: blur(1rem);
  background-color: #ddff4136;
  width: 41rem;
  height: 41rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.circle_two_bg {
  border-radius: var(--full);
  background-color: #040404;
  width: 50rem;
  height: 50rem;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 20px #0a221642;
}

.text-span {
  color: #6ee755;
}

.rel {
  width: var(--full);
  height: var(--full);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero_img_line_wrap {
  z-index: 1;
  border-radius: var(--full);
  background-color: #797979;
  width: 20rem;
  height: 20rem;
  position: absolute;
  inset: auto 0% -19% 32%;
  overflow: visible;
}

.prio_animate_card {
  border-radius: 1rem;
  justify-content: space-between;
  align-items: stretch;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.prio_rotate_div {
  z-index: -1;
  width: 5rem;
  height: 5rem;
  position: absolute;
}

.prio_rel {
  width: var(--full);
  height: var(--full);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.prio_line {
  width: 1.7rem;
  height: 20rem;
  position: absolute;
  top: 28px;
}

.prio_line._1 {
  background-image: linear-gradient(270deg, #6ee75500, #6ee75566);
}

.prio_line._2 {
  background-image: linear-gradient(#6ee75500, #6ee75566);
  width: 20rem;
  height: 1.7rem;
  inset: 32% auto 0% 40%;
}

.prio_line._3 {
  background-image: linear-gradient(90deg, #6ee75500, #6ee755);
  inset: auto 0% 40% 32%;
}

.prio_line._4 {
  background-image: linear-gradient(#6ee75500, #6ee75566);
  width: 20rem;
  height: 1.7rem;
  inset: 32% auto 0% 40%;
}

.prio_line._5 {
  background-image: linear-gradient(0deg, #6ee75500, #6ee75566);
  width: 20rem;
  height: 1.7rem;
  inset: 32% 40% 0% auto;
}

.prio_line._6 {
  background-image: linear-gradient(270deg, #6ee75500, #6ee75566);
}

.prio_line._7 {
  background-image: linear-gradient(0deg, #6ee75500, #6ee75566);
  width: 20rem;
  height: 1.7rem;
  inset: 32% 40% 0% auto;
}

.prio_line._8 {
  background-image: linear-gradient(90deg, #6ee75500, #6ee75566);
  inset: auto 0% 40% 32%;
}

.prio_card-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.social-animate_icon {
  border-radius: var(--full);
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rotate-socials {
  z-index: -1;
  width: 1rem;
  height: 1rem;
  display: none;
  position: absolute;
}

.so_rel {
  width: var(--full);
  height: var(--full);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social_line {
  background-image: linear-gradient(90deg, #6ee75500, #6ee755);
  width: 1rem;
  height: 5rem;
  position: absolute;
  top: auto;
  bottom: 40%;
  right: 0%;
}

.social_line._2 {
  background-image: linear-gradient(#6ee75500, #6ee755);
  width: 5rem;
  height: 1rem;
  inset: 0% auto 0% 40%;
}

.social_line._3 {
  background-image: linear-gradient(270deg, #6ee75500, #6ee755);
  inset: 40% 0% auto;
}

.social_line._4 {
  background-image: linear-gradient(0deg, #6ee75500, #6ee755);
  width: 5rem;
  height: 1rem;
  bottom: 0%;
  left: auto;
  right: 40%;
}

.bg_img-one {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0% auto auto -25%;
}

.overlay {
  z-index: 9;
  width: var(--full);
  background-image: linear-gradient(#04040400, #04040454 33%, #040404cc 66%, #040404);
  height: 20rem;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-image_two {
  display: block;
  position: absolute;
  inset: 25% -49% auto auto;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #48b065;
  border: 1px #000;
  border-radius: 100rem;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.rating_image {
  max-width: 8rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.text-size-small {
  text-align: left;
  width: 320px;
  font-size: .875rem;
}

.background-video, .image {
  width: 100%;
}

.hero-video {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.flex-block {
  height: 500px;
}

.container-2 {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: stretch;
  width: 1000px;
  max-width: none;
  height: auto;
  margin-top: 49px;
  display: flex;
  position: relative;
}

.container-3 {
  width: 100%;
}

.image-2 {
  max-width: 10%;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.25rem;
  padding-right: 8.25rem;
  display: flex;
}

.flex-block-3 {
  flex-flow: column;
  width: 50%;
}

.flex-block-3.flex-4 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.container-4 {
  background-image: linear-gradient(#eee, #eee);
  border-radius: 20px;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 100px;
  display: flex;
}

.bold-text {
  width: 100px;
}

.bold-text.txt-card {
  color: #222;
  width: 122%;
}

.bold-text-2 {
  color: #161616;
  font-size: 3rem;
  line-height: .5rem;
}

.heading, .heading-2 {
  line-height: .8;
}

.flex-block-4 {
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  padding-right: 100px;
}

.flex-block-5 {
  width: 100%;
  padding-top: 20px;
}

.grid {
  grid-template-areas: "Area";
}

.image-3 {
  width: 200px;
}

.flex-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  width: 100%;
}

.flex-block-7 {
  flex-flow: row;
}

.paragraph {
  color: #6c6c6c;
  font-size: .8rem;
  line-height: 1.2;
}

.flex-block-8 {
  width: auto;
}

.faq_accordion {
  background-image: linear-gradient(45deg, #f6f8fa00, #f6f8fa08);
  border: 1px solid #f6f8fa26;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

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

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq_component-3 {
  text-align: left;
  display: block;
  position: static;
}

.faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.titulo-faq {
  font-size: 3rem;
  line-height: 1.15;
}

.titulo-faq.text-weight-bold {
  color: #fff;
  margin-bottom: 0;
}

.faq_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

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

.bg-verdinho {
  background-color: #ddff41;
  border-radius: 100vw;
  margin: 1px;
  position: absolute;
  inset: 0%;
}

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

.image-4 {
  width: 60px;
  margin-left: 10px;
}

.button-2 {
  background-color: #1a1a1a;
  border: 1px solid #ffffff14;
  border-radius: 50px;
  padding: 18px 25px;
  font-size: 1rem;
  font-weight: 600;
}

.button-2.botao-verde {
  color: #000;
  background-color: #ddff41;
  background-image: url('../images/unnamed.png');
  background-position: 0 0;
  background-size: cover;
}

.button-2.botao-verde.btn-criar-topo {
  background-image: url('../images/unnamed.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
}

.button-2.botao-verde.btn-criar-topo.w--current {
  margin-top: 0;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  color: #cfd9d4;
}

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

.image-5 {
  background-color: #000;
  border: 3px solid #282828;
  border-radius: 10px;
  padding: 10px;
}

.image-6 {
  width: 100px;
}

.heading-3 {
  padding-top: 39px;
}

.text-block-2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container.is_hero {
    width: 90%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container.is_prio {
    max-width: 1000px;
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .container.is_chatwind {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.is_chatwind._2 {
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container.is_review {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container.is_footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar {
    overflow: visible;
  }

  .nav_logo_wrap.w--current {
    width: 40px;
  }

  .nav_btns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .nav_link {
    width: var(--full);
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .nav_links_wrap {
    z-index: 99;
    background-color: #ffffff0f;
    border: 1px solid #ffffff14;
    border-radius: 12px;
    margin-top: 8px;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding: 1.5rem 1.25rem;
  }

  .hero_btns.btn-banner {
    width: 100%;
  }

  .hero_span {
    font-size: 3.5rem;
  }

  .btn_primary_btn {
    display: none;
  }

  .menu-button {
    padding: 10px;
    display: none;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .prio_para.para_medium {
    color: #989c9a;
    text-align: center;
  }

  .prio_head_wrap {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }

  .prio_grid {
    grid-template-columns: 1fr 1fr;
  }

  .prio_title {
    width: 65%;
  }

  .chatwind_grid {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .chat_title {
    font-size: 1.5rem;
  }

  .chat_para.para_medium {
    color: #989c9a;
    font-size: 1rem;
  }

  .news-btns {
    margin-top: 1.5rem;
  }

  .prio_head_wrap_news {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .review_sec {
    padding-bottom: 0;
  }

  .reveiw_grid {
    grid-template-columns: 1fr 1fr;
  }

  .flink_card {
    width: 40%;
  }

  .overflow_reviews {
    display: none;
  }

  .bg_circle_one-wrap, .bg_circle-one, .circle_one_bg {
    width: 50rem;
    height: 50rem;
  }

  .bg_circle_two-wrap, .bg_circle_two, .circle_two_bg {
    width: 45rem;
    height: 45rem;
  }

  .bg_img-one, .bg-image_two {
    display: none;
  }

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

  .hero-video {
    height: 85%;
  }

  .container-2 {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    max-width: 1000px;
  }

  .image-2 {
    pointer-events: auto;
    vertical-align: baseline;
  }

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-block-3.flex-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
  }

  .container-4 {
    flex-flow: column;
    padding: 60px;
  }

  .bold-text-2 {
    font-size: 2rem;
    line-height: .2rem;
  }

  .heading-2 {
    font-size: 1rem;
    line-height: 2;
  }

  .flex-block-4 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .flex-block-5 {
    justify-content: center;
    align-items: center;
  }

  .image-3 {
    width: 150px;
  }

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

  .bold-text-3 {
    font-size: 2rem;
  }

  .titulo-faq {
    font-size: 2.75rem;
  }

  .icon-2 {
    display: none;
  }

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
    font-size: .9rem;
    line-height: 1.3;
  }

  .bold-text-4 {
    font-size: .9rem;
  }

  .bold-text-5 {
    font-size: 2rem;
  }

  .bold-text-6 {
    font-size: 3.5rem;
  }

  .image-5 {
    border-width: 3px;
  }
}

@media screen and (max-width: 767px) {
  .container.is_hero {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    min-height: auto;
  }

  .container.is_prio {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: flex-start;
  }

  .container.is_chatwind {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.is_seo {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .v-flex._2 {
    text-align: center;
    flex-flow: column;
  }

  .nav_logo_wrap.w--current {
    width: 40px;
  }

  .nav_logo {
    display: none;
  }

  .nav_logo.icone-logo, .nav_links_wrap {
    display: block;
  }

  .nav_bg {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 40rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .text-size-regular.z-index-1, .text-size-regular.title {
    font-size: .875rem;
  }

  .hero_content {
    margin-top: 9rem;
  }

  .hero_heading {
    font-size: 1.7rem;
  }

  .hero_para.para_medium {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-size: .875rem;
  }

  .hero_secondary_btn {
    padding: .75rem 1.5rem;
  }

  .btn_priamry_text {
    padding: .75rem 1.5rem;
    font-size: .875rem;
  }

  .nav_secondary_btn {
    display: none;
  }

  .hero_img_wrap {
    justify-content: center;
    align-items: flex-start;
    height: 40vh;
  }

  .hero_image {
    margin-top: 0;
  }

  .hero_img_line {
    width: 80rem;
  }

  .menu-button {
    margin-right: -10px;
    display: block;
  }

  .prio_heading {
    font-size: 1.5rem;
  }

  .prio_para.para_medium {
    font-size: .875rem;
  }

  .prio_head_wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-top: 56px;
  }

  .prio_grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .chatwind_heading {
    font-size: 1.5rem;
  }

  .chatwind_para.para_medium {
    font-size: .875rem;
  }

  .chatwind_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .chat_title {
    font-size: 1.2rem;
  }

  .chat_para.para_medium {
    margin-bottom: 1rem;
    font-size: .875rem;
  }

  .chat_features {
    margin-bottom: 1.5rem;
  }

  .chat_fea_para.para_medium {
    font-size: .875rem;
  }

  .overflow {
    height: 15rem;
  }

  .intro_heading {
    font-size: 1.5rem;
  }

  .seo_card {
    padding: 2rem;
  }

  .seo_card.is_news {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .seocard_img-wrap {
    max-width: 12rem;
  }

  .seo_titlle2 {
    font-size: 1.5rem;
  }

  .prio_head_wrap_news {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .review_sec {
    padding-bottom: 3rem;
  }

  .reveiw_grid {
    display: none;
  }

  .review_animate-card {
    flex: none;
    width: 100%;
    max-width: 17.625rem;
  }

  .review_animate-line {
    background-image: linear-gradient(#6ee75500, #6ee755bf);
    height: 1.7rem;
  }

  .review_slider {
    width: var(--full);
    background-color: var(--transparent);
    display: block;
  }

  .slide {
    margin-right: 1rem;
  }

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

  .slider_mask {
    width: var(--full);
    max-width: 17.625rem;
    overflow: visible;
  }

  .slide-nav {
    height: auto;
    padding-top: 0;
    inset: auto 0% -15%;
  }

  .flink_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 2.5rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .flink_card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
  }

  .bg_circle_one-wrap {
    top: 17%;
  }

  .bg_circle_two-wrap {
    top: 30%;
  }

  .hero_img_line_wrap {
    width: 10rem;
    height: 10rem;
    inset: auto 0% -44% 39%;
  }

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

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

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .bold-text-3 {
    font-size: 1.8rem;
  }

  .titulo-faq {
    font-size: 2.5rem;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq_icon-wrappper {
    width: 1.75rem;
  }

  .icon-2, .button-2, .button-2.botao-verde.btn-criar-topo, .button-2.btn-login {
    display: block;
  }

  .image-5 {
    border-width: 3px;
  }
}

@media screen and (max-width: 479px) {
  .container.is_nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.is_hero {
    padding-left: 0;
    padding-right: 0;
  }

  .container.is_prio {
    padding-top: 0;
  }

  .navbar {
    position: relative;
  }

  .nav_logo_wrap.w--current {
    width: 40px;
    margin-left: 10px;
  }

  .nav_btns {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    justify-content: center;
    align-items: center;
  }

  .nav_links_wrap {
    background-color: #1d1d1d;
    flex-flow: row;
    display: flex;
  }

  .nav_bg {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    background-color: #fff0;
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sections_wrapper {
    margin-top: -67px;
  }

  .hero_content {
    margin-top: 4rem;
    padding-top: 60px;
  }

  .hero_heading {
    font-size: 1.5rem;
  }

  .hero_btns {
    z-index: 3;
    flex-flow: column;
    width: 100%;
    position: relative;
  }

  .hero_btns.btn-banner {
    flex-flow: column;
    padding-top: 20px;
  }

  .hero_secondary_btn {
    width: 100%;
  }

  .hero_span {
    font-size: 1.7rem;
  }

  .btn_primary_btn {
    width: 100%;
    display: none;
  }

  .btn_primary_btn.btn-banner {
    display: block;
  }

  .hero_img_wrap {
    height: auto;
  }

  .hero_img_line {
    width: 40rem;
    height: 5rem;
  }

  .hero_img_line._2 {
    width: 40rem;
  }

  .menu-button {
    margin-right: 0;
    display: block;
  }

  .prio_para.para_medium.txt-box {
    text-align: left;
    padding-bottom: 0;
  }

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

  .prio_grid {
    grid-template-columns: 1fr;
  }

  .prio_card.barra-demo {
    flex-flow: column;
  }

  .prio_title {
    text-align: left;
    width: 100%;
  }

  .prio_title.titulo-criar-conta {
    text-align: center;
  }

  .chatwind_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .chatwind_content {
    flex-flow: column;
  }

  .chat_title {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .chat_img {
    width: 70%;
  }

  .seo_card {
    padding: 1rem;
  }

  .seo_card.is_news {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .seocard_img-wrap {
    max-width: 8rem;
  }

  .news-btns {
    width: var(--full);
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    margin-top: 1rem;
  }

  .slide-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .flink_grid {
    grid-column-gap: 2rem;
  }

  .flink_card {
    width: 100%;
  }

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

  .copy.para_small {
    font-size: .875rem;
  }

  .fbottom.para_small {
    flex: none;
    font-size: .875rem;
  }

  .hero_img_line_wrap {
    width: 5rem;
    height: 5rem;
    left: 37%;
  }

  .overlay {
    height: 18rem;
  }

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

  .button-group {
    justify-content: center;
    align-items: center;
  }

  .text-size-small {
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-video {
    width: 100%;
    height: 100%;
    display: block;
  }

  .container-2 {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .image-2 {
    max-width: 30%;
  }

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

  .heading-2 {
    text-align: left;
  }

  .flex-block-5 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-block-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .flex-block-7 {
    flex-flow: column;
  }

  .paragraph {
    padding-top: 40px;
  }

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

  .bold-text-3 {
    font-size: 1.5rem;
  }

  .titulo-faq {
    font-size: 2.25rem;
  }

  .icon-2 {
    display: block;
  }

  .button-2.botao-verde {
    margin-top: 5px;
  }

  .button-2.botao-verde.btn-criar-topo {
    margin-top: 0;
    padding: 10px 20px;
    font-size: .8rem;
    display: block;
  }

  .button-2.btn-login {
    padding: 10px 20px;
    font-size: .8rem;
    display: block;
  }

  .bold-text-5 {
    text-align: center;
    font-size: 1.5rem;
  }

  .bold-text-6 {
    font-size: 1.7rem;
  }

  .bold-text-7 {
    text-align: left;
  }

  .image-5 {
    border: 3px solid #2b2b2b;
    border-radius: 5px;
    padding: 10px;
  }
}

#w-node-_5e2838fa-2828-d832-5610-fc9663332d57-58a6df6b {
  place-self: auto;
}

#w-node-dd786a4a-0fc8-50ea-d882-74080baba6ef-58a6df6b {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-bb738e61-290b-2c7b-ca46-fc89ee819015-58a6df6b {
    align-self: start;
  }
}


