:root {
  --_brand---surface: #e5eaef;
  --_brand---blue-900: #081224;
  --_brand---yellow-500: #f6c948;
  --_brand---secudanry-text: #677185;
  --font: var(--_brand---blue-900);
  --blue-500: #4075ff;
  --_brand---15-border: #e5eaef26;
}

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

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

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

@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 {
  background-color: var(--_brand---surface);
  color: var(--_brand---blue-900);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.header {
  margin-top: 8px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.container {
  max-width: 1200px;
}

.header-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

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

.text-block {
  font-size: 14px;
}

.menu-header {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.yellow-tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_brand---yellow-500);
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.link-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--_brand---blue-900);
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.shorcut-caixa-preta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: none;
}

.nav {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.nav-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px;
  font-size: 14px;
  transition: all .2s;
}

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

.nav-item.contact-nav-link {
  color: var(--_brand---blue-900);
  text-decoration: none;
  display: flex;
}

.hero {
  margin-top: 48px;
}

.hero-title-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h1 {
  width: 80%;
  margin-top: 16px;
  margin-bottom: 24px;
  padding-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
}

.h1.product-title-hero {
  text-align: center;
  width: 85%;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 60px;
}

.h1.cp-hero-title {
  text-align: center;
  width: 80%;
  margin-top: 16px;
}

.p-hero {
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 120%;
}

.produtos-shortcuts-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 120px;
  display: grid;
}

.product-shortcut-block {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
  display: flex;
}

.title-product-card {
  margin-top: 24px;
  margin-bottom: 16px;
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.p-product-card {
  color: var(--_brand---secudanry-text);
  width: 90%;
  margin-bottom: 0;
}

.false-link-product-card {
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  padding: 16px 24px;
  font-weight: 700;
}

.product-category-tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}

.product-link-card {
  color: var(--_brand---blue-900);
  text-decoration: none;
  position: relative;
}

.yellow-tag---absolute {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_brand---yellow-500);
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.caixa-preta-banner {
  color: #fff;
  background-image: radial-gradient(circle closest-corner at 50% 150%, #162b5b, #081224);
  border-radius: 16px;
  max-width: 1392px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cp-banner-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.h2.cp-banner-title {
  text-align: center;
  width: 85%;
  margin-top: 32px;
  margin-bottom: 24px;
}

.h2.testimonial-title {
  text-align: center;
  width: 35%;
}

.h2.comparate-title {
  text-align: center;
  width: 65%;
  margin-top: 24px;
}

.h2.payment-title {
  text-align: center;
  width: 55%;
}

.h2.faq-title {
  text-align: center;
  margin-top: 32px;
}

.h2.cta-footer-title {
  text-align: center;
  width: 80%;
}

.h2.product-inside-titl {
  text-align: center;
  width: 65%;
  margin-top: 24px;
}

.h2.wtha-it-is-title {
  text-align: center;
  width: 60%;
  margin-top: 24px;
}

.h2.wtha-it-is-title-2 {
  text-align: left;
  width: 90%;
  margin-top: 24px;
}

.h2.inside-cp-title {
  text-align: center;
  width: 58%;
}

.h2.full-price-title {
  text-align: center;
  width: 60%;
}

.h2.cp-plans-title {
  text-align: center;
  width: 70%;
}

.h2.solution-title {
  text-align: center;
  width: 80%;
  margin-top: 24px;
  font-size: 40px;
}

.paragraph {
  color: var(--_brand---secudanry-text);
  text-align: center;
  width: 60%;
  margin-bottom: 0;
}

.yellow-highligh {
  color: var(--_brand---yellow-500);
  font-weight: 500;
  text-decoration: underline;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  color: var(--font);
  background-color: #fff;
  border: 0 #000;
  border-radius: 9999px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px 12px 12px;
  font-weight: 500;
  display: flex;
}

.button {
  background-color: var(--blue-500);
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
}

.button:hover {
  transform: scale(1.1);
}

.button.fill-button {
  text-align: center;
  width: 100%;
}

.button.dark-button {
  background-color: var(--font);
}

.button.dark-button.full-button {
  text-align: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.flex-block-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
}

.testimonials {
  margin-top: 80px;
}

.testimonals-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonials-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--font);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 988px;
  padding: 32px 40px;
  display: flex;
}

.p-testimonial {
  text-align: center;
  width: 90%;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-2 {
  font-size: 18px;
  font-weight: 500;
}

.text-block-3 {
  color: var(--_brand---secudanry-text);
  font-size: 14px;
}

.flex-block-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
}

.divisor {
  margin-top: 80px;
  margin-bottom: 80px;
}

.divisor:where(.w-variant-e160e14b-b9c2-4aca-39fd-2a3ad4665993) {
  margin-top: 0;
  margin-bottom: 0;
}

.divisor-line {
  opacity: .1;
  background-color: #060e1d;
  height: 1px;
}

.about {
  margin-top: 120px;
}

.about-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-image-wrap {
  position: relative;
}

.image {
  width: 423px;
  max-width: 100%;
}

.flex-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffff80;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
}

.image-2 {
  width: 16px;
}

.image-3 {
  width: 16px;
  position: relative;
}

.flex-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  position: absolute;
  inset: auto -24% 10% auto;
}

.text-block-4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  inset: auto auto 6% 8%;
}

.about-texts-split {
  width: 50%;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3.about-title {
  width: 85%;
}

.paragraph-2 {
  width: 90%;
  margin-top: 16px;
  margin-bottom: 0;
}

.list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  font-weight: 500;
  display: flex;
}

.list-item.surface-bg {
  background-color: var(--_brand---surface);
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer {
  border-top: 1px solid var(--_brand---15-border);
  background-color: var(--_brand---blue-900);
  color: #fff;
  margin-top: 120px;
  padding-top: 80px;
  padding-bottom: 32px;
  font-size: 14px;
}

.footer-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.paragraph-3 {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 14px;
}

.footer-link {
  color: #fff;
  margin-top: 8px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--blue-500);
}

.text-block-5 {
  color: var(--_brand---secudanry-text);
  margin-bottom: 8px;
}

.flex-block-7 {
  width: 35%;
}

.flex-block-8 {
  justify-content: space-between;
  align-items: flex-start;
}

.flex-block-9, .flex-block-10 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-11 {
  color: var(--_brand---secudanry-text);
  justify-content: space-between;
  align-items: center;
}

.white-header-button {
  color: var(--_brand---blue-900);
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
}

.white-header-button:hover {
  color: var(--blue-500);
}

.product-hero {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.product-hero-texts-split {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
}

.promo-tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--font);
  background-color: #e5eaef;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.promo-tag:where(.w-variant-05452ab1-31bf-6690-b8e9-24508ddbb05e) {
  background-color: #fff;
}

.paragraph-4 {
  color: var(--_brand---secudanry-text);
  text-align: center;
  width: 35%;
  margin-top: 24px;
  margin-bottom: 0;
}

.text-span {
  color: var(--_brand---blue-900);
  font-weight: 600;
  text-decoration: none;
}

.dark-blue-button {
  background-color: var(--_brand---blue-900);
  color: #fff;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
}

.dark-blue-button:hover {
  background-color: var(--blue-500);
  transform: scale(1.1);
}

.text-block-7 {
  margin-left: 8px;
  margin-right: 0;
}

.blue-link {
  border-width: 1px;
  border-color: var(--blue-500);
  color: var(--blue-500);
  border-radius: 4px;
  padding: 8px;
  font-weight: 500;
  text-decoration: underline;
}

.blue-link:hover {
  background-color: #4075ff33;
}

.flex-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
}

.video-product-hero-wrap {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.top-header-cta {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--blue-500);
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  display: flex;
  position: sticky;
  top: 8px;
}

.text-block-8 {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}

.link-block-2 {
  color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.link-block-2:hover {
  color: var(--blue-500);
  background-color: #fff;
  border-color: #fff;
}

.yellow-highlight {
  background-color: var(--_brand---yellow-500);
}

.benefits-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.yellow-benefit-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_brand---yellow-500);
  color: var(--font);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-weight: 500;
  display: flex;
}

.text-span-2 {
  font-weight: 700;
  text-decoration: underline;
}

.flex-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}

.flex-block-14 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
}

.product-inside {
  background-color: #fff;
  border-radius: 16px;
  width: 95%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.product-inside-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  color: var(--_brand---secudanry-text);
  text-align: center;
  width: 50%;
  margin-top: 24px;
  margin-bottom: 32px;
}

.text-span-3 {
  color: var(--_brand---blue-900);
  font-weight: 700;
  text-decoration: underline;
}

.see-document {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px dashed var(--blue-500);
  color: var(--blue-500);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.see-document:hover {
  background-color: #4075ff26;
  border-style: solid;
}

.text-block-9 {
  font-weight: 700;
}

.list-item-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 2px solid #e5eaef;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  font-weight: 500;
  display: flex;
}

.list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  margin-top: -24px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.flex-block-15 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 48px;
}

.flex-block-16 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.comparate {
  margin-top: 80px;
}

.comparate-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-10 {
  font-size: 18px;
  font-weight: 700;
}

.text-span-4 {
  font-weight: 700;
  text-decoration: underline;
}

.flex-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  margin-top: 24px;
}

.text-block-11 {
  font-weight: 700;
}

.list-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

.list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-block-12 {
  font-size: 18px;
  font-weight: 700;
}

.flex-block-18 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.isforyou {
  margin-top: 80px;
  display: none;
}

.isforyou-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-item-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.payment {
  background-color: var(--blue-500);
  color: #fff;
  border-radius: 16px;
  width: 95%;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.payment-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-13 {
  text-align: left;
  width: 48%;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.text-block-14 {
  margin-top: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
}

.flex-block-19 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 14px;
}

.payment-box {
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 16px;
  display: flex;
}

.text-block-15 {
  margin-top: 8px;
  margin-bottom: 32px;
}

.benefits-payment-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--_brand---blue-900);
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  padding: 48px;
  display: flex;
}

.benefits-list-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-block-16 {
  margin-bottom: -16px;
}

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

.policies-payment {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--font);
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  padding: 32px;
}

.text-block-17 {
  margin-top: -8px;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-6 {
  text-align: center;
  width: 85%;
  margin-bottom: 0;
}

.faq {
  margin-top: 120px;
}

.faq-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--_brand---blue-900);
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 32px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.faq-item:hover {
  outline-color: var(--blue-500);
  outline-offset: 4px;
  outline-width: 3px;
  outline-style: solid;
}

.flex-block-22 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 500;
}

.faqresponse {
  color: var(--_brand---secudanry-text);
  width: 80%;
  margin-bottom: 0;
  display: none;
}

.faq-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
}

.footer-cta {
  color: var(--font);
  background-color: #fff;
  border-radius: 16px;
  width: 95%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-cta-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-7 {
  text-align: center;
  width: 50%;
  margin-top: 24px;
  margin-bottom: 40px;
}

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

.body-cp {
  background-color: var(--_brand---blue-900);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.cp-hero {
  margin-top: 24px;
}

.cp-hero-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-block-24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

.flex-block-25 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #142b4b;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px;
}

.flex-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.flex-block-27 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
}

.false-boxes-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  margin-top: 88px;
  display: grid;
  position: relative;
}

.false-boxes-collum {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.false-boxes-collum.false-comllum-margin {
  margin-top: 120px;
}

.false-product-card {
  color: var(--_brand---blue-900);
  text-decoration: none;
  position: relative;
}

.false-card-title {
  margin-top: 24px;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.false-card---tag-01 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_brand---yellow-500);
  color: var(--font);
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 24px;
  right: 100px;
}

.false-card---tag-02 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_brand---yellow-500);
  color: var(--font);
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 60px;
  left: 80px;
  right: auto;
}

.image-4 {
  width: 115%;
  max-width: 150%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 100px 49px -90px;
}

.what-it-is-cp {
  z-index: 10;
  color: var(--font);
  background-color: #fff;
  border-radius: 16px;
  width: 95%;
  margin-top: -360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.wha-it-is-cp-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-18 {
  font-weight: 700;
}

.problem-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--font);
  color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.flex-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
}

.text-block-19 {
  width: 90%;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}

.video-cp-wrap {
  margin-top: 120px;
}

.link {
  color: var(--font);
  font-weight: 700;
}

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

.flex-block-29 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.flex-block-30 {
  justify-content: space-between;
  align-items: flex-end;
}

.video-cp {
  border-radius: 16px;
  width: 100%;
  margin-top: 48px;
  overflow: hidden;
}

.flex-block-31 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 32px;
}

.inside-cp {
  margin-top: 120px;
}

.inside-cp-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-5 {
  text-decoration: underline;
}

.cp-steps {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  margin-top: 48px;
}

.step-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--font);
  cursor: pointer;
  background-color: #fff;
  border-radius: 16px;
  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;
  width: 100%;
  padding: 40px;
  display: flex;
}

.step-box:hover {
  outline-color: var(--blue-500);
  outline-offset: 6px;
  outline-width: 3px;
  outline-style: solid;
}

.step-tag {
  background-color: var(--_brand---yellow-500);
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
}

.flex-block-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
}

.text-block-20 {
  font-weight: 700;
}

.documents-step-list {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: none;
}

.list-item-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #67718580;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  display: flex;
}

.documents-step {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #6771854d;
  border-bottom-style: solid;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.see-document-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px none var(--blue-500);
  color: var(--blue-500);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.step-document-icon {
  width: 18px;
}

.flex-block-33 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.flex-block-34 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
}

.full-price {
  background-color: var(--blue-500);
  border-radius: 16px;
  width: 95%;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.full-price-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-6 {
  text-decoration: underline;
}

.text-block-21 {
  margin-top: 40px;
}

.full-price-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--font);
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.text-block-22 {
  font-size: 18px;
  font-weight: 700;
}

.full-price-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: auto;
  padding-left: 0;
  display: flex;
}

.full-price-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.text-block-23 {
  font-size: 14px;
  font-weight: 700;
}

.text-block-24 {
  font-size: 32px;
  font-weight: 500;
  line-height: 121%;
}

.flex-block-35 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-block-36 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 32px;
}

.text-block-25 {
  text-align: center;
  width: 70%;
  margin-top: 48px;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.cp-plans {
  margin-top: 120px;
}

.cp-plans-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cp-plan-box {
  width: 100%;
}

.cp-plan-title {
  background-image: linear-gradient(#142b4b 59%, #0f233f);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 275px;
  padding: 40px 32px;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.cp-plan-title.full-cp-plan-title {
  background-image: linear-gradient(#4075ff 69%, #294fad);
}

.cp-plan-itens {
  color: var(--font);
  background-color: #fff;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  height: 270px;
  padding: 40px 32px;
}

.flex-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 32px;
}

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

.text-block-26 {
  text-transform: uppercase;
  font-weight: 500;
}

.cp-plan-price {
  color: var(--font);
  background-color: #e5eaef;
  border-radius: 24px;
  padding: 40px 32px;
}

.text-block-27 {
  font-weight: 500;
  text-decoration: line-through;
}

.text-block-28 {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.text-block-29 {
  font-size: 14px;
  font-weight: 500;
}

.flex-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 16px;
}

.flex-block-40 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.text-block-30 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.flex-block-41 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
}

.flex-block-42 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  margin-top: 80px;
}

.plan-cp-item-yellow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_brand---yellow-500);
  color: var(--font);
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: static;
  top: 24px;
  right: 100px;
}

.flex-block-43 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
}

.cp-about-sharon {
  color: var(--font);
  background-color: #fff;
  border-radius: 16px;
  width: 95%;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.flex-block-5-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #e5eaef80;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
}

.fixed-nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--_brand---15-border);
  color: #fff;
  background-color: #081224;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: static;
  inset: auto auto 10% 0%;
  transform: none;
}

.nav-fixed-link {
  color: #fff;
  background-color: #142b4b;
  border-radius: 4px;
  height: 100%;
  padding: 12px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.nav-fixed-link:hover {
  color: var(--blue-500);
  background-color: #fff;
  border-color: #142b4b;
  font-weight: 500;
}

.nav-fixed-link.w--current {
  color: var(--blue-500);
  background-color: #fff;
  border-color: #142b4b;
}

.nav-fixed-link._w--current {
  color: var(--font);
  background-color: #fff;
}

.flex-block-44 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.fixed-nav-button {
  background-color: var(--blue-500);
  border-radius: 4px;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s;
}

.fixed-nav-button:hover {
  color: var(--blue-500);
  background-color: #fff;
}

.fixed-nav-button.fill-button {
  text-align: center;
  width: 100%;
}

.fixed-nav {
  z-index: 1000;
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 32px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.accordion {
  color: var(--font);
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  padding: 16px 24px;
  overflow: hidden;
}

.dropdown-list {
  color: var(--font);
  background-color: #0000;
  display: block;
  position: static;
}

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

.icon {
  width: 24px;
  margin-right: 0;
  position: static;
}

.image-5 {
  width: 18px;
}

.full-testimonial-wrap {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.full-testimonial {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-9 {
  font-size: 18px;
  line-height: 120%;
}

.see-full-testimonial {
  color: var(--blue-500);
  background-color: #0000;
  border-bottom: 1px solid #0000;
  align-self: auto;
  margin-top: 16px;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

.close-full-testimonial {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: .5;
  cursor: pointer;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  padding: 8px 12px 8px 8px;
  transition: all .2s;
  display: flex;
}

.close-full-testimonial:hover {
  background-color: var(--_brand---surface);
  opacity: 1;
}

.image-6 {
  width: 18px;
}

.benefits-list-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.paragraph-10 {
  text-align: center;
  width: 55%;
  margin-top: 16px;
  margin-bottom: 40px;
}

.flex-block-45 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--blue-500);
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

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

.gray-dividor {
  background-color: #e5eaef;
  width: 100%;
  height: 1px;
}

.h3-product-inside {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.product-item-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--_brand---surface);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.product-item-card.horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.product-item-card.horizontal.principal {
  border-color: var(--blue-500);
  color: var(--blue-500);
  font-weight: 600;
}

.text-block-31 {
  font-size: 24px;
  line-height: 118%;
}

.product-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 40px;
  display: grid;
}

.product-cards.two-cards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 48px;
  display: grid;
}

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

.see-document-secundary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--font);
  border: 1px dashed #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.see-document-secundary:hover {
  border: 1px dashed var(--blue-500);
  color: var(--blue-500);
}

.flex-block-48 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
}

.text-span-7 {
  font-weight: 700;
  text-decoration: underline;
}

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

.image-8 {
  border: 1px solid var(--_brand---surface);
  border-radius: 50%;
  padding: 8px;
}

.flex-block-49 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.arrow-product-shortcut-card {
  border: 1px solid var(--_brand---surface);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.text-span-8 {
  font-weight: 700;
  text-decoration: none;
}

.solution {
  margin-top: 120px;
}

.solution-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.solutions-second-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.flex-block-51 {
  flex-flow: column;
  width: 40%;
  position: sticky;
  top: 80px;
}

.div-block-3 {
  margin-top: 32px;
}

.solution-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
}

.flex-block-52 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.solution-cart-title {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 120%;
}

.solution-cards-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 50%;
}

.dark-ray-dividor {
  opacity: .1;
  background-color: #060e1d;
  width: 100%;
  height: 1px;
}

.comparate-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.comparete-box-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 48px;
  display: flex;
}

.positivi-comparete-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 80%;
}

.positive-comparate-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.positive-icon {
  background-color: var(--blue-500);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.positive-item-text {
  text-align: justify;
  width: 85%;
  font-weight: 500;
}

.positive-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--_brand---surface);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.positive-item.remove-border {
  border-bottom-style: none;
}

.comparate-box-divisor {
  background-color: #e5eaef;
  width: 100%;
  height: 1px;
}

.text-block-32 {
  font-weight: 500;
}

.negative-icon-mobile {
  background-color: #f64848;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
  transform: rotate(0);
}

.negative-comparate-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

.negative-comparete-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 30%;
}

.flex-block-53 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--_brand---surface);
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.negative-item-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--_brand---surface);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.negative-item-wrap.remove-border {
  border-bottom-style: none;
}

.text-block-33 {
  font-weight: 600;
}

.div-block-4 {
  z-index: 50;
  background-color: var(--_brand---surface);
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
  position: sticky;
  top: 0;
}

.oab-prices {
  margin-top: 80px;
}

.oab-prices-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.oab-prices-title {
  text-align: center;
  width: 45%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.oab-price-tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-weight: 600;
  display: flex;
}

.oab-price-text {
  color: #f64848;
}

.flex-block-54 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.text-block-34 {
  font-size: 24px;
  line-height: 100%;
}

.flex-block-55 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 16px;
  line-height: 100%;
}

.text-span-9 {
  text-decoration: line-through;
}

.flex-block-56 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 32px;
}

.text-block-6-copy {
  color: var(--font);
  background-color: #fff;
  border-radius: 999px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 6px 8px;
}

.div-block-5 {
  background-color: var(--_brand---surface);
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  position: sticky;
  top: 0;
}

.other-contracts-tag {
  display: none;
}

.negative-icon {
  background-color: #f64848;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  transform: rotate(0);
}

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

.testimonial-tab-link {
  opacity: .5;
  background-color: #0000;
  padding: 0 8px 24px;
  transition: opacity .2s;
}

.testimonial-tab-link:hover {
  opacity: 1;
}

.testimonial-tab-link.w--current {
  border-bottom: 2px solid var(--blue-500);
  opacity: 1;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 24px;
  padding-right: 8px;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d0d4db;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-content {
  width: 100%;
  max-width: 988px;
  margin-top: 40px;
}

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

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

.products-menu {
  z-index: 500;
  border: 1px solid var(--_brand---surface);
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  width: 350px;
  padding: 4px;
  display: none;
  position: absolute;
  inset: 48px 150px auto auto;
  box-shadow: 0 2px 12px 6px #0812240d;
}

.product-menu-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--_brand---blue-900);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.product-menu-link:hover {
  background-color: #e5eaef80;
}

.image-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 64px;
}

.div-block-6 {
  background-color: var(--_brand---surface);
  width: 100%;
  height: 1px;
}

.x-icon {
  display: none;
}

.image-10 {
  width: 18px;
}

.text-block-36 {
  margin-top: 32px;
}

.flex-block-60 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
}

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

.link-2 {
  color: var(--blue-500);
  font-weight: 500;
}

.gop-up-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--blue-500);
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.gop-up-link:hover {
  background-color: var(--blue-500);
  transform: scale(1.1);
}

.text-block-37 {
  color: var(--blue-500);
  font-weight: 500;
}

.soon-tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--blue-500);
  background-color: #4075ff26;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-weight: 500;
  display: flex;
}

.image-12 {
  width: auto;
}

.why-this-one {
  margin-top: 80px;
}

.text-block-39 {
  margin-bottom: 16px;
  padding-bottom: 0;
  font-weight: 500;
}

.testimonial-tab-image {
  border-radius: 50%;
  width: 48px;
  overflow: hidden;
}

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

  .text-block, .shorcut-caixa-preta {
    display: none;
  }

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

  .h1 {
    text-align: center;
    width: 80%;
    font-size: 48px;
  }

  .h1.product-title-hero {
    width: 90%;
    font-size: 48px;
    text-decoration: none;
  }

  .p-hero {
    text-align: center;
    width: 80%;
  }

  .produtos-shortcuts-hero {
    grid-template-columns: 1fr;
    margin-top: 80px;
  }

  .caixa-preta-banner {
    max-width: 95%;
  }

  .h2.testimonial-title {
    text-align: center;
    width: 70%;
  }

  .h2.comparate-title {
    width: 80%;
  }

  .h2.payment-title {
    width: 80%;
    font-size: 32px;
  }

  .h2.cta-footer-title {
    width: 80%;
  }

  .h2.product-inside-titl {
    text-align: center;
    width: 90%;
  }

  .h2.wtha-it-is-title {
    width: 100%;
  }

  .h2.full-price-title, .h2.cp-plans-title {
    width: 80%;
  }

  .h2.solution-title {
    width: 90%;
    font-size: 32px;
  }

  .about-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-texts-split {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .h3.about-title {
    text-align: center;
  }

  .paragraph-2 {
    text-align: center;
    width: 80%;
  }

  .list {
    width: 100%;
  }

  .footer {
    padding-top: 48px;
  }

  .footer-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .flex-block-7 {
    justify-content: flex-start;
    align-items: center;
    width: 60%;
  }

  .flex-block-8 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .flex-block-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .paragraph-4 {
    width: 65%;
  }

  .top-header-cta {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block-8 {
    width: 55%;
  }

  .benefits-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .paragraph-5 {
    width: 60%;
  }

  .flex-block-17 {
    width: 70%;
  }

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

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

  .list-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .flex-block-20 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .paragraph-7 {
    width: 80%;
  }

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

  .false-boxes-wrap {
    display: none;
  }

  .what-it-is-cp {
    margin-top: 80px;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .flex-block-29 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .flex-block-30 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .flex-block-42 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .benefits-list-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .paragraph-10 {
    width: 80%;
  }

  .product-item-card {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .product-item-card.horizontal {
    text-align: left;
  }

  .product-cards {
    grid-template-columns: 1fr;
  }

  .product-cards.two-cards {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .solutions-second-title {
    text-align: center;
    width: 90%;
  }

  .flex-block-51 {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    position: static;
  }

  .flex-block-52 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .solution-cards-list {
    width: 100%;
  }

  .comparate-title {
    width: 80%;
  }

  .negative-icon-mobile {
    display: none;
  }

  .oab-prices-title {
    width: 70%;
  }

  .tab-pane-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .products-menu {
    width: auto;
    top: 48px;
    left: 0;
    right: 0;
  }

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

@media screen and (max-width: 767px) {
  .hero {
    margin-top: 32px;
  }

  .h1 {
    width: 90%;
    font-size: 40px;
  }

  .h1.product-title-hero {
    width: 100%;
    font-size: 40px;
  }

  .p-hero {
    width: 90%;
  }

  .title-product-card {
    font-size: 24px;
  }

  .caixa-preta-banner {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .h2.cp-banner-title {
    font-size: 32px;
  }

  .h2.testimonial-title {
    width: 75%;
    font-size: 32px;
  }

  .h2.comparate-title, .h2.payment-title, .h2.cta-footer-title {
    width: 90%;
    font-size: 32px;
  }

  .h2.product-inside-titl {
    width: 100%;
    font-size: 32px;
  }

  .h2.isforyou-title {
    text-align: center;
  }

  .h2.wtha-it-is-title {
    font-size: 32px;
  }

  .h2.wtha-it-is-title-2 {
    width: 100%;
    font-size: 32px;
  }

  .h2.inside-cp-title {
    width: 80%;
    font-size: 32px;
  }

  .h2.cp-plans-title {
    font-size: 32px;
  }

  .h2.solution-title {
    font-size: 24px;
  }

  .paragraph {
    width: 90%;
  }

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

  .flex-block-6 {
    justify-content: flex-start;
    align-items: flex-end;
    bottom: 5%;
    right: 5%;
  }

  .h3.about-title {
    width: 95%;
  }

  .paragraph-2 {
    width: 90%;
  }

  .paragraph-4 {
    width: 80%;
  }

  .flex-block-12 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .top-header-cta {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .text-block-8 {
    width: 50%;
  }

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

  .product-inside {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .flex-block-17 {
    width: 80%;
    margin-top: 24px;
  }

  .list-4 {
    grid-template-rows: auto auto auto auto;
  }

  .payment {
    margin-top: 80px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-block-13 {
    width: 60%;
    font-size: 18px;
  }

  .paragraph-6 {
    width: 90%;
    font-size: 14px;
  }

  .faq {
    margin-top: 80px;
  }

  .text-block-19 {
    font-size: 24px;
  }

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

  .flex-block-44 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .paragraph-10 {
    width: 90%;
  }

  .product-item-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    font-weight: 500;
  }

  .product-cards.two-cards {
    width: 100%;
  }

  .flex-block-48 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .positivi-comparete-wrap {
    width: 100%;
  }

  .positive-comparate-box {
    padding: 24px;
  }

  .positive-item-text {
    text-align: left;
    width: 75%;
    margin-left: -8px;
    font-size: 14px;
  }

  .positive-item {
    height: auto;
  }

  .negative-icon-mobile {
    display: flex;
  }

  .negative-comparate-box {
    padding: 24px;
  }

  .negative-comparete-wrap {
    display: none;
  }

  .flex-block-53 {
    width: auto;
    position: static;
  }

  .text-block-33 {
    display: none;
  }

  .oab-prices-title {
    width: 70%;
  }

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

  .div-block-5 {
    z-index: 500;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    position: sticky;
    top: 0;
  }

  .other-contracts-tag {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-item {
    display: flex;
  }

  .nav-item.contact-nav-link {
    display: none;
  }

  .hero {
    margin-top: 16px;
  }

  .h1 {
    font-size: 24px;
  }

  .h1.product-title-hero {
    margin-top: 32px;
    margin-bottom: 24px;
    font-size: 32px;
  }

  .h1.cp-hero-title {
    width: 90%;
  }

  .p-hero {
    width: 90%;
    font-size: 16px;
  }

  .produtos-shortcuts-hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 64px;
  }

  .product-shortcut-block {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .title-product-card {
    width: 90%;
    margin-top: 24px;
    padding-bottom: 0;
    font-size: 18px;
  }

  .p-product-card {
    width: 90%;
    font-size: 14px;
  }

  .false-link-product-card {
    background-color: var(--_brand---surface);
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-block-2 {
    text-align: center;
    flex-flow: column;
  }

  .h2.cp-banner-title {
    width: 90%;
    font-size: 24px;
  }

  .h2.testimonial-title {
    width: 90%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 24px;
  }

  .h2.comparate-title {
    width: 100%;
    font-size: 24px;
  }

  .h2.payment-title {
    width: 90%;
    font-size: 24px;
  }

  .h2.faq-title {
    margin-top: 16px;
    font-size: 32px;
  }

  .h2.cta-footer-title {
    width: 90%;
    font-size: 24px;
  }

  .h2.product-inside-titl {
    width: 100%;
    font-size: 24px;
  }

  .h2.isforyou-title {
    font-size: 32px;
  }

  .h2.inside-cp-title {
    width: 90%;
  }

  .h2.full-price-title {
    width: 80%;
    font-size: 24px;
  }

  .h2.cp-plans-title {
    width: 90%;
    font-size: 24px;
  }

  .h2.solution-title {
    width: 100%;
    font-size: 24px;
  }

  .paragraph {
    width: 90%;
  }

  .button {
    text-align: center;
    width: 100%;
  }

  .testimonials {
    margin-top: 80px;
  }

  .testimonals-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .testimonial-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .p-testimonial {
    width: 100%;
    font-size: 16px;
  }

  .divisor {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .about {
    margin-top: 80px;
  }

  .about-wrap {
    flex-flow: column;
  }

  .flex-block-5 {
    border-radius: 4px;
    padding: 8px;
    font-size: 12px;
  }

  .flex-block-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-end;
    inset: auto 4% 4% auto;
  }

  .text-block-4 {
    font-size: 16px;
    bottom: 4%;
    left: 4%;
    right: auto;
  }

  .h3.about-title {
    font-size: 24px;
  }

  .footer {
    margin-top: 80px;
    padding-top: 40px;
  }

  .footer-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex-block-7 {
    width: 100%;
  }

  .flex-block-11 {
    text-align: center;
  }

  .white-header-button {
    border-radius: 4px;
    padding: 12px;
    font-size: 14px;
  }

  .promo-tag {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    display: flex;
  }

  .paragraph-4 {
    width: 90%;
    margin-top: 0;
  }

  .dark-blue-button {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-7 {
    text-align: center;
    width: 90%;
    margin-left: 0;
  }

  .flex-block-12 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
  }

  .video-product-hero-wrap {
    border-radius: 8px;
  }

  .top-header-cta {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
    position: sticky;
    left: 0;
    right: 0;
  }

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

  .link-block-2 {
    color: var(--blue-500);
    background-color: #fff;
    font-weight: 600;
  }

  .yellow-benefit-item {
    font-size: 14px;
  }

  .flex-block-13 {
    text-align: center;
    flex-flow: column;
  }

  .product-inside {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-inside-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-5 {
    width: 90%;
  }

  .see-document {
    text-align: left;
  }

  .list-item-2 {
    padding: 15px 15px 15px 16px;
  }

  .text-block-10 {
    text-align: center;
    width: 70%;
    font-size: 16px;
  }

  .flex-block-17 {
    width: 100%;
  }

  .payment {
    margin-top: 64px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-13 {
    width: 70%;
    font-size: 16px;
  }

  .text-block-14 {
    font-size: 48px;
  }

  .flex-block-19 {
    text-align: left;
    flex-flow: row;
    width: 80%;
  }

  .payment-box {
    padding: 0 16px;
  }

  .benefits-payment-box {
    padding: 40px 24px;
  }

  .policies-payment {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq {
    margin-top: 80px;
  }

  .faq-item {
    padding: 24px 16px;
  }

  .footer-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-7 {
    width: 90%;
  }

  .flex-block-23 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: column;
  }

  .false-card-title {
    margin-top: 32px;
    padding-bottom: 24px;
  }

  .what-it-is-cp {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .inside-cp {
    margin-top: 80px;
  }

  .cp-steps {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .step-box {
    padding: 24px 16px;
  }

  .step-tag {
    white-space: nowrap;
  }

  .flex-block-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 18px;
  }

  .see-document-link {
    text-align: left;
  }

  .full-price {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .full-price-box {
    padding: 16px;
  }

  .full-price-list-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-24 {
    font-size: 24px;
  }

  .text-block-25 {
    width: 100%;
    font-size: 24px;
  }

  .cp-plans {
    margin-top: 80px;
  }

  .cp-plan-title {
    text-align: center;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 24px;
  }

  .cp-plan-itens {
    height: auto;
    padding: 24px 16px;
  }

  .cp-plan-price {
    padding: 32px 16px 24px;
  }

  .flex-block-39 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
  }

  .text-block-30 {
    font-size: 18px;
  }

  .flex-block-42 {
    margin-top: 40px;
  }

  .cp-about-sharon {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-block-5-copy {
    padding: 8px 8px 8px 13px;
  }

  .flex-block-44 {
    display: none;
  }

  .fixed-nav {
    padding-bottom: 16px;
    display: flex;
  }

  .paragraph-10 {
    width: 100%;
  }

  .flex-block-45 {
    text-align: center;
    flex-flow: column;
    width: 80%;
  }

  .product-item-card {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .product-item-card.horizontal, .product-item-card.horizontal.principal {
    text-align: center;
    flex-flow: column;
  }

  .text-block-31 {
    font-size: 18px;
  }

  .see-document-secundary {
    text-align: left;
  }

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

  .solution {
    margin-top: 80px;
  }

  .solution-wrap {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .solutions-second-title {
    text-align: center;
    font-size: 32px;
  }

  .flex-block-51 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-3 {
    width: 100%;
  }

  .solution-card {
    padding: 24px;
  }

  .solution-cart-title {
    font-size: 18px;
  }

  .comparate-title {
    width: 90%;
    font-size: 32px;
  }

  .comparete-box-wrap {
    margin-top: 32px;
  }

  .positive-comparate-box {
    padding-left: 16px;
    padding-right: 16px;
  }

  .positive-item-text {
    width: 80%;
    margin-left: 0;
  }

  .positive-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-32 {
    font-size: 14px;
  }

  .oab-prices {
    margin-top: 64px;
  }

  .oab-prices-title {
    width: 90%;
  }

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

  .text-block-34 {
    font-size: 16px;
  }

  .flex-block-55 {
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .text-block-6-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    display: block;
  }

  .div-block-5 {
    z-index: 500;
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-block-57 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .other-contracts-tag {
    display: block;
  }

  .paragraph-11 {
    font-size: 14px;
  }

  .flex-block-58 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
  }

  .tabs-menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .tab-pane-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-menu-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-35 {
    width: 80%;
  }

  .gop-up-link {
    display: flex;
  }

  .gop-up-link.contact-nav-link {
    display: none;
  }

  .text-block-40 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2cbeaf1d-57d7-c2a7-6077-81c395853491-d17fc309, #w-node-_2cbeaf1d-57d7-c2a7-6077-81c395853491-199be11c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


