:root {
  --black: black;
  --custom-1: #382a41;
  --white: white;
  --gray-10: rgba(0, 0, 0, .1);
  --gray-4: rgba(0, 0, 0, .04);
  --custom-2: black;
}

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

body {
  color: var(--black);
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

p {
  color: var(--black);
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
}

a {
  color: var(--custom-1);
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 400;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--black);
  font-weight: 700;
}

blockquote {
  color: #068466;
  border-left: 5px solid #068466;
  margin-bottom: 24px;
  padding: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  opacity: .5;
  text-align: left;
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}

.section {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.section.bg-gray-4 {
  border-radius: 10px;
  margin-top: 20px;
}

.section.bg-gray-4.termos {
  max-width: 1248px;
}

.section.bg-gray-4.no-margin-top {
  margin-top: 0;
}

.section.bg-gray-4.hide {
  display: none;
}

.section.bg-primary-1 {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
}

.section.bg-primary-1.padding-24 {
  background-color: var(--custom-1);
  color: var(--black);
  max-width: 1248px;
}

.section.section-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.section-small.bg-photo {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  height: 240px;
  min-height: 240px;
  max-height: 240px;
  margin-bottom: 36px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg-primary-3 {
  background-color: #068466;
}

.section.bg-primary-3.section-ic-top {
  border-radius: 10px;
  padding-top: 700px;
}

.section.bg-primary-3.section-ic-top.bg-purple {
  background-color: #17a31c;
}

.section.bg-primary-3.section-ic-top.bg-green {
  background-color: #fff;
}

.section.overflow-hidden.bg-primary-1.hide {
  display: none;
}

.section.image-bg-section {
  background-color: var(--black);
  color: var(--white);
  border-radius: 10px;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.section.image-bg-section.hide {
  display: none;
}

.section.no-bottom-space {
  padding-bottom: 0;
}

.section.bg-primary-2 {
  background-color: #068466;
  border-radius: 10px;
}

.section.bottom-space-small {
  padding-bottom: 48px;
}

.section.top-space-small {
  padding-top: 48px;
}

.section.header-blog {
  color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/hero-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  margin-top: 20px;
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.hide {
  display: none;
}

.section.bg-image {
  border-radius: 10px;
  height: 80vh;
  margin-top: 20px;
}

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

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

.section.bg-color-green {
  background-color: var(--black);
  color: #fff;
  border-radius: 10px;
}

.section.top-lp-stores {
  margin-bottom: 24px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.section.bg-color-black {
  background-color: #ffc70f;
  border-radius: 10px;
}

.section.bg-primary {
  color: #fff;
  background-color: #ffc70f;
  border-radius: 10px;
  margin-top: 20px;
}

.section.bg-purple {
  color: var(--white);
  background-color: #fff;
  border-radius: 10px;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.container.container-narrow {
  max-width: 1084px;
}

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

.container.compare {
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  max-width: 800px;
  margin-top: 60px;
  display: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.container.full-width.no-padding-mobile {
  padding-left: 0;
  padding-right: 0;
}

.container.width-blog-post {
  max-width: 900px;
}

.container.full-width {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.container.center-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.compare {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  max-width: 800px;
  margin-top: 60px;
  display: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.container.no-padding, .container.no-padding-mobile {
  padding-left: 0;
  padding-right: 0;
}

.container.space-bottom {
  margin-bottom: 48px;
}

.bg-gray-1 {
  color: var(--white);
  background-color: #222525;
}

.bg-gray-2 {
  color: var(--white);
  background-color: #62636b;
}

.text-large {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-large.section-subtitle {
  color: var(--black);
}

.text-large.section-subtitle.text-white {
  color: var(--white);
}

.text-large.footer-text {
  max-width: 294px;
}

.card {
  border: 1px solid var(--gray-10);
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.card:hover {
  text-decoration: none;
}

.card.bg-white {
  max-width: 506px;
}

.card.style-guide-color-card {
  min-width: 150px;
}

.card.form-input-card {
  border-radius: 5px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  transition: border-color .2s;
}

.card.form-input-card:focus {
  border-color: #068466;
}

.card.form-input-card.search-card {
  padding-right: 6px;
}

.card.no-border {
  position: relative;
}

.card.no-border.image-caption-overlay {
  max-width: 265px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.card.no-border.shadow-small {
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.card.no-border.blog-card {
  max-width: 385.656px;
  height: 100%;
  transition: box-shadow .2s, transform .2s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.card.no-border.blog-card:hover {
  transform: translate(0, -12px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.card.no-border.box-shadows {
  z-index: 1;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
}

.card.no-border.box-shadows.na-loja {
  display: none;
}

.card.no-border.box-shadows.plano-one-card {
  width: 400px;
}

.card.link-card {
  color: #222525;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  width: 100%;
  transition: box-shadow .2s, transform .2s, background-color .2s;
  transform: translate(0);
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0);
}

.card.link-card:hover {
  background-color: var(--white);
  text-decoration: none;
  transform: translate(0, -4px);
  box-shadow: 0 6px 4px rgba(0, 0, 0, .05);
}

.card.form-overlap-card {
  width: 100%;
  margin-top: -96px;
  margin-bottom: 0;
}

.card.fullscreen-card {
  width: 100%;
  max-width: 400px;
  margin-left: 12px;
  margin-right: 12px;
}

.card.job-card {
  color: #222525;
  transition: transform .2s;
}

.card.job-card:hover {
  text-decoration: none;
  transform: translate(12px);
}

.card.help-article-link {
  transition: box-shadow .2s, transform .2s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
}

.card.help-article-link:hover {
  transform: translate(0, -8px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
}

.card.case-study-card {
  height: 100%;
}

.card.password-card {
  width: 100%;
  max-width: 400px;
  margin-top: 36px;
}

.card.page-demo-card {
  transition: box-shadow .2s, transform .2s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
}

.card.page-demo-card:hover {
  transform: translate(0, -6px)scale(1.02);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
}

.card.na-loja {
  display: none;
}

.card.margin-left-recursos {
  z-index: 0;
  border-style: none;
  width: 400px;
  margin-left: -10px;
}

.text-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.text-small.text-muted.margin-top {
  margin-top: 24px;
}

.text-small.form-hint-text {
  opacity: .75;
  margin-top: 6px;
}

.text-caps {
  color: #fff;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-right: -.25em;
  font-weight: 500;
}

.bg-primary-1 {
  color: var(--white);
  background-color: #068466;
}

.bg-gray-4 {
  background-color: var(--gray-4);
}

.row {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.row.style-guide-content-row {
  margin-bottom: 12px;
}

.row.row-split-content.direction-reverse {
  direction: rtl;
  flex-direction: row-reverse;
}

.row.row-split-content.row-align-top, .row.row-split-content.form {
  align-items: start;
}

.row.row-split-content.flex-vertical {
  flex-direction: column;
  display: flex;
}

.row.row-justify-between {
  justify-content: space-between;
}

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

.row.row-no-wrap {
  flex-wrap: nowrap;
}

.row.icon-row {
  align-items: center;
}

.row.price-row {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 12px;
}

.row.price-row.padding-12 {
  padding-top: 12px;
}

.row.row-justify-end {
  justify-content: flex-end;
}

.row.breadcrumb-row {
  border-top: 1px solid var(--gray-10);
  align-items: center;
  padding-top: 12px;
}

.row.justify-content-center.page-500400 {
  text-align: center;
}

.row.utility-row-right {
  justify-content: flex-end;
}

.row.utility-row-left {
  align-items: center;
}

.row.row-align-center {
  color: var(--black);
  flex-flow: row;
  align-items: center;
  line-height: 20px;
  display: flex;
}

.row.row-align-center.bt-wpp {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  width: 170px;
  display: flex;
}

.row.no-wrap {
  color: var(--black);
  flex-wrap: nowrap;
  font-family: Roboto, sans-serif;
}

.row.row-align-center {
  flex-flow: row;
  align-items: center;
  line-height: 20px;
  display: flex;
}

.row.row-split-content {
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.row.row-align-center {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  display: flex;
}

.row.row-align-center.text-white {
  color: var(--white);
}

.style-guide-title {
  background-color: var(--gray-4);
  border-radius: 10px;
  width: 336px;
  margin-right: 48px;
  padding: 36px;
  position: relative;
}

.style-guide-content {
  flex: 1;
}

.style-guide-content.row {
  align-items: flex-start;
}

.style-guide-content.row.justify-between {
  justify-content: space-between;
}

.button {
  background-color: var(--custom-1);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
  text-decoration: none;
}

.button.button-small {
  background-color: #ec3600;
  border-color: #ec3600;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.button.button-small.bg-gray-4 {
  margin-left: 12px;
}

.button.button-small.button-white.button-aviso {
  color: #ec3600;
}

.button.button-small.button-white.button-aviso:hover {
  color: var(--white);
}

.button.button-large {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}

.button.button-outline {
  background-color: var(--white);
  color: #ec3600;
  border: 1px solid #ec3600;
  line-height: 16px;
  transition: color .2s, background-color .2s;
}

.button.button-outline:hover {
  color: var(--white);
  background-color: #ec3600;
  border-style: solid;
}

.button.button-outline.display-block {
  display: flex;
}

.button.button-white {
  border-color: var(--white);
  background-color: var(--white);
  box-shadow: none;
  color: #fff;
  transition: border-color .2s, background-color .2s;
}

.button.button-white:hover {
  border-color: var(--white);
  background-color: var(--gray-10);
  color: var(--white);
}

.button.button-white.green-bt {
  color: var(--white);
  background-color: #ec3600;
  border-color: #ec3600;
}

.button.button-white.green-bt:hover {
  border-color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.margin-top:hover {
  border-color: #068466;
}

.button.bg-gray-1 {
  border-color: var(--black);
  background-color: #000;
  transition: background-color .2s, border .2s;
}

.button.bg-gray-1:hover {
  box-shadow: none;
  background-color: #62636b;
  border-color: #62636b;
}

.button.bg-gray-4 {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
  box-shadow: none;
  color: #222525;
  transition: border-color .2s, background-color .2s;
}

.button.bg-gray-4:hover {
  border-color: var(--gray-10);
  background-color: var(--gray-10);
}

.button.bg-gray-4.button-block {
  display: flex;
}

.button.bg-primary-2:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1);
}

.button.bg-primary-3 {
  border-color: #068466;
}

.button.bg-primary-3:hover {
  border-color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.bg-gray-2 {
  box-shadow: none;
  background-color: #62636b;
  border-color: #62636b;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button.bg-gray-2:hover {
  background-color: #222525;
  border-color: #222525;
}

.button.bg-gray-3 {
  border-color: var(--gray-10);
  background-color: var(--gray-10);
  box-shadow: none;
  color: #222525;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button.bg-gray-3:hover {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
}

.button.bg-white {
  border-style: none;
  border-color: var(--white);
  box-shadow: none;
  color: #222525;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button.bg-white:hover {
  background-color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
}

.button.bg-white:active {
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32));
}

.button.bg-white:focus {
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24));
}

.button.bg-white.search-button {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  font-weight: 500;
}

.button.bg-white.search-button:hover {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}

.button.bg-white.margin-right {
  margin-right: 10px;
}

.button.bg-white.margin-right.border-bg-10 {
  color: #fff;
}

.button.bg-white.border-bg-10 {
  border-color: var(--gray-10);
}

.button.bg-success {
  border-color: #1fb76c;
}

.button.bg-warning {
  border-color: #f19953;
}

.button.bg-error {
  border-color: #ed6a5e;
}

.button.form-search-button {
  color: #fff;
  background-color: #ffc70f;
  margin-left: 12px;
}

.button.button-outline-white {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .1);
  transition: border-color .2s;
}

.button.button-outline-white:hover {
  box-shadow: none;
  border-color: rgba(255, 255, 255, .75);
}

.button.button-row-last, .button.horizontal-form-button {
  margin-left: 12px;
}

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

.button.button-block.bg-gray-4 {
  text-align: center;
  justify-content: center;
}

.button.no-wrap {
  white-space: nowrap;
}

.button.fixed-mobile {
  text-align: center;
  border-radius: 0;
  width: 100%;
  transition: none;
  display: none;
}

.button.bg-transparent {
  border-color: var(--white);
  box-shadow: none;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  transition: border-color .2s, color .2s, background-color .2s;
}

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

.button.bg-transparent.button-with-icon {
  background-image: url('../images/ic-wpp-white.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 44px;
}

.button.bg-transparent.button-with-icon:hover {
  background-image: url('../images/ic-wpp.svg');
}

.button.bg-transparent.button-with-icon.margin-rght {
  color: var(--white);
  border-style: solid;
  border-width: 2px;
  margin-right: 10px;
}

.button.bg-transparent.button-with-icon.margin-rght:hover {
  color: #214ab3;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ic-wpp-white.svg');
  border-style: solid;
  border-width: 2px;
}

.button.text {
  color: #1fb76c;
  background-color: rgba(0, 0, 0, 0);
}

.button.text:hover {
  background-image: linear-gradient(rgba(31, 183, 108, .04), rgba(31, 183, 108, .04));
}

.button.text:active {
  background-image: linear-gradient(rgba(31, 183, 108, .16), rgba(31, 183, 108, .16));
}

.button.text.pontuador {
  justify-content: space-between;
  display: flex;
}

.button.text.block {
  line-height: 16px;
  display: flex;
}

.button.text.text-white {
  color: var(--white);
}

.button.text.text-white:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
}

.button.login {
  width: 100%;
}

.button.tag-planos {
  display: none;
}

.button.margin-bottom {
  margin-bottom: 20px;
  display: inline-block;
}

.button.disable {
  opacity: .38;
  filter: grayscale();
  color: var(--black);
  cursor: default;
  background-color: #ec3600;
}

.button.bg-purple {
  background-color: #17a31c;
}

.button.bg-yellow {
  border-color: var(--black);
  color: var(--custom-1);
  background-color: #ffc70f;
  transition: background-color .2s, border .2s;
}

.button.bg-yellow:hover {
  box-shadow: none;
  border-color: #62636b;
}

.button.margin-left.bt-navbar-comece {
  background-color: var(--custom-1);
}

.button.outlined {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, .1);
}

.button.outlined.margin-top-10 {
  margin-top: 10px;
}

.style-guide-content-item {
  margin-bottom: 12px;
  margin-right: 12px;
}

.card-head {
  border-bottom: 1px solid var(--gray-10);
  padding: 16px 24px;
}

.card-head.no-border {
  padding-bottom: 0;
}

.card-body {
  color: var(--black);
  flex: 1;
  padding: 24px;
}

.card-body.card-body-large {
  padding: 36px;
}

.card-body.card-body-large.prices {
  padding: 20px;
}

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

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

.card-body.card-body-small {
  padding: 16px;
}

.card-body.card-body-small.team-member-card-overlay-body {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-body.justify-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-body.pricing-icon-card-body {
  text-align: center;
  padding: 36px 46px 48px 36px;
}

.card-body.blog-card-body {
  flex: 1;
}

.card-body.job-card-body {
  justify-content: space-between;
  display: flex;
}

.card-body.featured-case-study-card-body {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
  display: flex;
}

.card-body.case-study-card-body {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 36px;
  display: flex;
}

.card-body.border-bottom {
  border-bottom: 1px solid var(--gray-10);
}

.card-body.page-demo-card-body {
  border-top: 1px solid var(--gray-10);
  text-align: center;
  padding: 16px;
}

.card-body.notification-card-body {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-body.card-store {
  padding: 16px;
}

.card-foot {
  border-top: 1px solid var(--gray-10);
  padding: 16px 24px;
}

.card-foot.bg-gray-4 {
  align-items: center;
  display: flex;
}

.card-foot.help-article-card-foot {
  color: #222525;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.text-space-left {
  color: #fff;
  margin-left: 8px;
  font-size: 14px;
}

.text-space-left.text-muted {
  font-family: Roboto, sans-serif;
}

.card-image-head {
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  min-height: 256px;
  max-height: 256px;
}

.text-primary-1 {
  color: #068466;
}

.content-width-small {
  direction: ltr;
  color: var(--white);
  flex: none;
  width: 400px;
  font-weight: 400;
}

.content-width-small.card-tabs {
  flex-direction: column;
  display: flex;
}

.content-width-small.expandable-tabs-vertical {
  border-left: 2px none var(--gray-10);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-width-small.team-member-bio {
  border-top: 1px solid var(--gray-10);
  border-bottom: 1px solid var(--gray-10);
  text-align: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.content-width-small.center-content {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
}

.subheading {
  color: #214ab3;
  text-transform: none;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.subheading.text-primary-1 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
}

.content-width-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  direction: ltr;
  width: 100%;
  max-width: 612px;
}

.content-width-large.tabs-row-content {
  background-color: var(--gray-10);
  margin-left: 24px;
  margin-right: 24px;
}

.content-width-large.tabs-row-content.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.content-width-large.image-blog-post {
  object-fit: cover;
  border-radius: 6px;
  max-width: 900px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.section-title {
  color: #fff;
  text-align: center;
  max-width: 612px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.section-title-wide.no-bottom-space {
  margin-bottom: 0;
}

.section-title.section-title-wide.small-space-bottom {
  margin-bottom: 36px;
}

.section-title.feature {
  max-width: 850px;
}

.section-title.green-friday {
  max-width: 800px;
  margin-bottom: 0;
}

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

.grid-thirds.gapless-columns {
  grid-column-gap: 0px;
}

.grid-thirds.gapless-columns.gapless-rows {
  grid-row-gap: 0px;
}

.grid-thirds.grid-thirds-narrow {
  max-width: 786px;
  margin-left: auto;
  margin-right: auto;
}

.grid-thirds.grid-align-bottom {
  align-items: end;
}

.grid-thirds.grid-align-bottom.combos {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.circle {
  background-color: #62636b;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.circle.list-circle {
  margin-right: 24px;
}

.circle.list-circle.bg-green-transparent {
  color: var(--white);
  background-color: #fff;
  width: 36px;
  height: 36px;
  font-weight: 500;
}

.circle.bg-primary-1 {
  background-color: #ec3600;
}

.bg-primary-2 {
  color: var(--white);
  background-color: #fc9f5b;
  border: 1px solid rgba(0, 0, 0, 0);
}

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

.circle-number {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1;
  position: absolute;
}

.centered-grid-item {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.centered-grid-item.text-white {
  color: var(--white);
}

.margin-top {
  margin-top: 36px;
  display: inline-block;
}

.margin-top.tag-planos {
  display: none;
}

.margin-top.width-full {
  width: 100%;
}

.style-guide-icons {
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding-top: 12px;
  padding-left: 12px;
  display: flex;
}

.icon-list-item {
  border-bottom: 1px none var(--gray-10);
  border-radius: 1px;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
}

.icon-list-item.icon-list-item-last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.icon-list-item.align-center {
  align-items: center;
}

.icon-list-item.no-bottom-space {
  padding-bottom: 0;
}

.bg-white {
  background-color: var(--white);
}

.shadow-small {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .05);
}

.handwriting {
  letter-spacing: -.03em;
  font-family: Caveat, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.handwriting.rotate {
  white-space: nowrap;
  transform: translate(0, -16px)rotate(-15deg);
}

.handwriting.text-gray-1 {
  color: #222525;
}

.handwriting-arrow {
  margin-top: 6px;
}

.handwriting-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.handwriting-contents {
  position: absolute;
  top: -4px;
  transform: translate(0, -100%);
}

.handwriting-contents.handwriting-below {
  top: auto;
  bottom: -90px;
  right: -34px;
}

.handwriting-contents.pricing-tabbed-handwriting-contents {
  min-width: 110px;
  transform: rotate(-10deg)translate(100%, -110%);
}

.handwriting-contents.coming-soon-handwriting-contents {
  right: -72px;
}

.handwriting-contents.pricing-plans-handwriting-contents {
  top: 12px;
}

.handwriting-contents.pricing-table-handwriting-contents {
  left: 100%;
}

.hidden-on-mobile {
  display: block;
}

.content-width-medium {
  direction: ltr;
  color: var(--black);
  width: 100%;
  max-width: 506px;
}

.content-width-medium.justify-content-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-width-medium.image-overlap-wrapper {
  position: relative;
}

.content-width-medium.content-quote-bg {
  max-width: 800px;
}

.content-width-medium.width-blog-post {
  max-width: 600px;
}

.content-width-medium.width-mobile {
  max-width: 506px;
}

.no-bottom-space {
  margin-bottom: 0;
}

.no-bottom-space.heading-bg-image {
  color: var(--white);
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
}

.no-bottom-space.text-center.no-highlight {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.no-bottom-space.font-size-18 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.no-bottom-space.font-size-24 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

.h6-small {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.h6-small.dropdown-heading {
  white-space: nowrap;
  white-space: normal;
  max-width: 222px;
  margin-bottom: 4px;
}

.h6-small.dropdown-heading.no-bottom-space-drop {
  margin-bottom: 0;
}

.h6-small.font-size-segm {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

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

.icon-grid-list-item {
  border-bottom: 1px solid var(--gray-10);
  color: var(--black);
  border-radius: 1px;
  flex-direction: row;
  align-items: center;
  padding-top: 0;
  padding-bottom: 16px;
  padding-right: 12px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
}

.content-text-block {
  max-width: 480px;
}

.icon-list {
  margin-bottom: 0;
  padding-left: 0;
}

.icon-list.icon-list-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.no-border {
  border: 1px #000;
}

.dot-list-item {
  align-items: flex-start;
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.list-dot {
  background-color: #62636b;
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
  margin-right: 12px;
}

.list-dot.bg-primary-1 {
  background-color: #214ab3;
  margin-top: 8px;
}

.text-muted {
  opacity: .5;
  font-size: 14px;
}

.style-guide-color {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: 72px;
}

.style-guide-color.bg-primary-1 {
  background-color: #ec3600;
}

.style-guide-color.bg-warning {
  background-color: #f19953;
}

.style-guide-color.bg-error {
  background-color: #ed6a5e;
}

.bg-primary-3 {
  color: var(--white);
  background-color: #068466;
}

.bg-gray-3 {
  background-color: #ecebea;
}

.bg-success {
  color: var(--white);
  background-color: #1fb76c;
}

.bg-warning {
  color: var(--white);
  background-color: #f19953;
}

.bg-error {
  color: var(--white);
  background-color: #ed6a5e;
}

.style-guide-content-group {
  width: 100%;
  margin-bottom: 48px;
}

.form-input {
  border: 1px solid var(--gray-10);
  border-radius: 5px;
  height: 44px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: #068466;
}

.form-input::placeholder {
  color: rgba(34, 37, 37, .5);
}

.form-input.form-input-small {
  height: 36px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 20px;
}

.form-input.form-input-large {
  height: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
}

.form-input.form-input-naked {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.form-input.horizontal-form-input {
  min-width: 294px;
  margin-right: 12px;
}

.form-input.text-area-input {
  height: auto;
  min-height: 156px;
  padding-top: 16px;
}

.style-guide-content-heading {
  margin-bottom: 24px;
}

.form-label {
  color: var(--black);
  margin-bottom: 8px;
  font-weight: 500;
}

.form-input-icon {
  flex: none;
  margin-left: 12px;
}

.form-feedback {
  text-align: center;
  border-radius: 5px;
  margin-top: 12px;
  padding: 12px;
}

.form-feedback.bg-success {
  background-color: var(--custom-1);
  font-family: Roboto, sans-serif;
}

.form-feedback.bg-error {
  margin-top: 12px;
}

.badge {
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

.badge.page-demos-badge {
  margin-bottom: 24px;
}

.badge-bg {
  opacity: .1;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.badge-bg.badge-bg-link {
  cursor: pointer;
  transition: opacity .2s;
}

.badge-bg.badge-bg-link:hover {
  opacity: .2;
}

.badge-bg.badge-bg-link.bg-primary-1 {
  z-index: 2;
  background-color: #ec3600;
}

.badge-bg.badge-solid {
  opacity: 1;
}

.badge-text {
  white-space: nowrap;
  position: relative;
}

.text-primary-2 {
  color: #fc9f5b;
}

.text-primary-3 {
  color: #068466;
}

.text-success {
  color: #1fb76c;
}

.text-warning {
  color: #f19953;
}

.text-error {
  color: #ed6a5e;
}

.shadow {
  box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
}

.shadow-large {
  box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
}

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

.grid-quarters.logos-conquistas {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-top.sticky-heading {
  top: 24px;
}

.dropdown-icon {
  margin-right: -4px;
}

.dropdown-icon.icon-black {
  display: none;
}

.dropdown-list {
  border: 1px solid var(--gray-10);
  background-color: var(--white);
  border-radius: 6px;
}

.dropdown-list.shadow {
  border-style: none;
}

.dropdown-link {
  opacity: .75;
  padding: 6px 0;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.dropdown-link:hover {
  opacity: 1;
  color: #068466;
  text-decoration: none;
}

.dropdown-link.w--current {
  opacity: 1;
  color: #068466;
}

.dropdown-menu {
  min-width: 167px;
  padding: 8px 24px;
}

.dropdown-menu.no-space {
  min-width: 130px;
  margin-top: -6px;
  margin-bottom: -6px;
  padding: 0;
}

.dropdown-foot {
  padding: 12px 24px;
}

.dropdown-foot.bg-gray-4 {
  border-top: 1px solid var(--gray-10);
  display: flex;
}

.dropdown-link-block {
  color: #fff;
  min-width: 222px;
  text-decoration: none;
}

.dropdown-link-block:hover {
  color: #fff;
  text-decoration: underline;
}

.dropdown-link-block.tag-planos {
  display: none;
}

.dropdown-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.dropdown-grid.solutions {
  grid-template-columns: 1fr;
}

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

.grid-halves.team-grid-halves {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.grid-halves.margin-top-44 {
  margin-top: 44px;
}

.avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 96px;
  height: 96px;
}

.avatar.avatar-small {
  flex: none;
  width: 48px;
  height: 48px;
}

.avatar.avatar-large {
  width: 216px;
  height: 216px;
}

.avatar.avatar-large.team-member-avatar {
  margin-bottom: 24px;
  transition: transform .2s;
}

.avatar.avatar-large.team-member-avatar:hover {
  transform: scale(1.03);
}

.avatar.avatar-large.horizontal-quote-avatar {
  flex: none;
  margin-right: 36px;
}

.avatar.avatar-group-item {
  border: 2px solid var(--white);
  margin-right: -24px;
}

.avatar.margin-bottom, .avatar.team-member-avatar {
  margin-bottom: 24px;
}

.avatar-group {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.navigation-container {
  z-index: 99;
  background-color: var(--white);
  box-shadow: none;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
}

.navigation-container.fixed-transparente {
  box-shadow: none;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.navbar.margin-bottom-24 {
  margin-bottom: 24px;
}

.nav-link {
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0 12px;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link.w--current {
  color: #ec3600;
  font-weight: 700;
}

.nav-link.text-white.text-black.tag-planos {
  display: none;
}

.avatar-container {
  display: block;
  position: relative;
}

.avatar-indicator {
  border: 2px solid var(--white);
  border-radius: 50%;
  width: 25%;
  height: 25%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-menu-wrapper {
  color: var(--black);
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper.justify-end {
  justify-content: flex-end;
}

.nav-links {
  display: flex;
}

.nav-links.nav-links-1 {
  margin-left: 36px;
}

.nav-links.padding-top {
  padding-top: 2px;
}

.nav-functions {
  color: var(--white);
  align-items: center;
  display: flex;
}

.nav-menu-button-wrapper {
  color: var(--white);
  align-items: center;
  margin-left: 12px;
  display: flex;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.background {
  z-index: 0;
  opacity: .15;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background.bg-primary-1-transparente {
  opacity: 1;
  background-color: rgba(31, 183, 108, .2);
  border-radius: 10px;
}

.modal {
  z-index: 1001;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  top: 10vh;
  left: 50%;
  transform: translate(-50%);
}

.modal-screen {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .75);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-search-form {
  border: 1px solid var(--gray-10);
  background-color: var(--white);
  border-radius: 6px;
  width: 100vw;
  max-width: 600px;
  margin-bottom: 0;
  padding: 24px 24px 24px 12px;
  display: flex;
  position: relative;
}

.comparison-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid rgba(255, 255, 255, .1);
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-row.no-border {
  border-bottom-style: none;
}

.comparison-row.no-border.no-bottom-space {
  padding-bottom: 0;
}

.comparison-row.border-gray-10 {
  border-bottom-color: var(--gray-10);
  border-bottom-color: rgba(0, 0, 0, .1);
}

.comparison-text {
  width: 100%;
}

.comparison-text.align-right {
  text-align: right;
}

.circle-small {
  background-color: var(--custom-1);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

.circle-small.comparison-circle {
  background-color: #fc9f5b;
  margin-right: 0;
}

.circle-small.margin-right {
  margin-right: 24px;
}

.circle-small.bg-primary-2 {
  background-color: #fc9f5b;
}

.medium-heading {
  color: #fff;
  margin-bottom: 24px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 40px;
  line-height: 42px;
}

.medium-heading.margin-bottom {
  margin-bottom: 36px;
}

.medium-heading.blog-post-heading {
  text-align: left;
  margin-top: 24px;
  margin-bottom: 12px;
}

.medium-heading.no-bottom-space {
  margin-bottom: 0;
}

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

.medium-heading.text-white {
  color: var(--white);
}

.footer {
  padding-top: 96px;
  padding-bottom: 48px;
}

.footer.no-margin-top {
  padding-top: 48px;
}

.row-cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.row-cta.green-friday {
  background-color: var(--white);
  background-image: linear-gradient(243deg, #068466, #1fb76c);
  border-radius: 10px;
  padding: 39px;
}

.cta-row-heading {
  max-width: 506px;
  margin-bottom: 0;
}

.horizontal-rule {
  width: 100%;
  height: 1px;
}

.horizontal-rule.bg-white {
  background-color: rgba(255, 255, 255, .1);
}

.footer-logo, .footer-logo.w--current {
  margin-bottom: 24px;
}

.footer-logo.margin-left--12 {
  margin-left: -12px;
}

.footer-row {
  justify-content: space-between;
  margin-bottom: 96px;
  display: flex;
}

.footer-right {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.link-list {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.hover-link {
  opacity: .75;
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
}

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

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

.footer-menu-column {
  margin-left: 60px;
}

.footer-lower-row {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.button-circle {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .2s;
  display: flex;
}

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

.button-circle.bg-primary-1 {
  background-color: var(--custom-1);
}

.button-circle.button-small {
  width: 36px;
  height: 36px;
}

.button-circle.bg-white {
  background-color: rgba(255, 255, 255, .2);
  transition: background-color .2s, transform .2s;
}

.button-circle.bg-white:hover {
  background-color: rgba(255, 255, 255, .25);
}

.button-circle.slider-arrow-button {
  border: 4px solid var(--white);
  background-color: var(--white);
}

.button-circle.button-circle-large {
  width: 120px;
  height: 120px;
}

.button-circle.button-circle-large.bg-primary-1 {
  color: var(--black);
  background-color: #ffc70f;
  text-decoration: none;
}

.button-circle.button-circle-large.bg-primary-1.shadow-large {
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.button-circle.button-circle-large.bg-primary-1 {
  background-color: var(--custom-1);
}

.button-circle.button-circle-large.bg-primary-1 {
  color: var(--white);
}

.button-circle.slider-arrow-button {
  background-color: #fff;
  border: 4px solid #fff;
}

.button-circle.slider-arrow-button.bg-gray-4 {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

.button-circle.slider-arrow-button.bg-custom-1 {
  border-color: var(--custom-1);
  background-color: var(--custom-1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

.button-circle.button-circle-large {
  text-align: center;
  width: 160px;
  height: 160px;
  font-size: 20px;
  font-weight: 700;
}

.button-circle.button-circle-large.bg-primary-1:hover {
  text-decoration: none;
}

.social-icon {
  width: 16px;
  height: 16px;
}

.social-icon.social-icon-dark {
  opacity: .75;
}

.social-icons-list {
  align-items: center;
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 0;
  display: flex;
}

.list-item {
  margin-left: 4px;
  margin-right: 4px;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.large-heading {
  color: var(--black);
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 1;
}

.large-heading.no-bottom-space {
  margin-bottom: 0;
}

.large-heading.no-bottom-space.price {
  margin-left: 5px;
  font-size: 40px;
}

.large-heading.color-white {
  color: var(--white);
}

.large-heading.color-white.margin-bottom {
  margin-bottom: 44px;
}

.large-heading.color-white.margin-bottom.green-friday {
  color: #ec3600;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.3;
}

.large-heading.color-custom {
  color: var(--black);
}

.navbar-centered {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  width: 100%;
  display: grid;
}

.nav-search-form {
  margin-bottom: 0;
  margin-left: 36px;
  display: flex;
}

.nav-search-form.sidebar-form {
  margin-left: 0;
}

.bordered-list-item {
  border-bottom: 1px solid var(--gray-10);
  padding-bottom: 24px;
}

.bordered-list-item.bordered-list-item-last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.bordered-list {
  padding-left: 0;
}

.bordered-list.margin-top {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-grid-item {
  border-bottom: 1px solid var(--white);
  padding-bottom: 48px;
}

.text-grid-item.no-border-bottom {
  border-bottom-style: none;
}

.navbar-demos {
  flex-flow: column-reverse wrap;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.overlapped-illustration-section {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  width: 100%;
  margin-top: -96px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.overlap-image-left {
  max-width: 28vw;
  transform: translate(-35%);
}

.overlap-image-right {
  max-width: 28vw;
  transform: translate(35%);
}

.opacity-50 {
  opacity: .5;
}

.logo-row-image {
  margin: 12px 24px;
}

.logo-row-image.opacity-50 {
  opacity: .5;
  filter: grayscale();
}

.logo-row-image.opacity-50.radius-100 {
  filter: grayscale();
  border-radius: 100%;
  width: 100px;
  max-width: 100px;
  transition: opacity .2s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
}

.logo-row-image.opacity-50.radius-100:hover {
  opacity: 1;
  filter: none;
}

.logo-row-image.no-left-space {
  margin-left: 0;
}

.section-title-wide {
  text-align: center;
  max-width: 720px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wide.no-bottom-space {
  margin-bottom: 0;
}

.section-title-wide.small-bottom-space {
  margin-bottom: 36px;
}

.icon-large {
  flex: none;
  width: 96px;
  height: 96px;
  margin-bottom: 12px;
}

.icon-large.conquistas {
  opacity: .6;
  filter: grayscale();
  min-width: 96px;
  min-height: 96px;
}

.restricted-grid-item {
  color: var(--white);
  padding-left: 36px;
  padding-right: 36px;
}

.restricted-grid-item.border-sides-white {
  color: var(--white);
  border-left: 2px solid rgba(0, 0, 0, .1);
  border-right: 2px solid rgba(0, 0, 0, .1);
}

.restricted-grid-item.border-sides-white-thick {
  border-left: 4px solid rgba(255, 255, 255, .7);
  border-right: 4px solid rgba(255, 255, 255, .7);
}

.subscribe-form {
  display: flex;
}

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

.footer-2-header {
  justify-content: center;
  margin-bottom: 36px;
  display: flex;
}

.footer-2-subscribe-text {
  text-align: center;
  margin-bottom: 36px;
}

.footer-2-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer-2-left {
  display: flex;
}

.footer-2-left.tag-planos {
  display: block;
}

.menu-column-left {
  margin-right: 24px;
}

.footer-2-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.search-results-wrapper {
  max-width: 718px;
  margin-left: auto;
  margin-right: auto;
}

.search-result-item {
  margin-bottom: 48px;
}

.search-result-text {
  margin-top: 12px;
  margin-bottom: 0;
}

.form-header {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 515px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.search-form {
  align-items: center;
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
}

.section-subtitle {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle.text-large {
  color: var(--black);
  max-width: 700px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-subtitle.margin-top-16 {
  margin-top: 16px;
}

.section-subtitle.text-large {
  max-width: 700px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.grid-rows.grid-rows-compact {
  grid-row-gap: 12px;
}

.modal-button-wrapper {
  cursor: pointer;
}

.padded-grid-item {
  padding: 36px;
}

.padded-grid-item.border-bottom-white-thick {
  border-bottom: 4px solid rgba(255, 255, 255, .5);
}

.padded-grid-item.border-bottom-white-thick.border-sides-white-thick, .padded-grid-item.border-sides-white-thick {
  border-left: 4px solid rgba(255, 255, 255, .5);
  border-right: 4px solid rgba(255, 255, 255, .5);
}

.padded-grid-item.no-padding {
  padding: 0;
}

.text-space-left-large {
  margin-left: 24px;
}

.icon {
  flex: none;
}

.icon-extra-large {
  flex: none;
  width: 120px;
  height: 120px;
}

.bordered-image {
  border: 10px solid var(--white);
}

.rotate-image-left {
  transform: rotate(-2deg);
}

.rotate-image-right {
  transform: rotate(2deg);
}

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

.slider {
  background-color: rgba(0, 0, 0, 0);
  max-width: 100%;
  height: auto;
}

.slider.slider-large {
  max-width: 824px;
}

.display-none {
  display: none;
}

.slide-nav {
  border: 1px solid var(--gray-10);
  background-color: var(--gray-4);
  border-radius: 800px;
  margin-top: 24px;
  padding: 12px 16px 0;
  font-size: 8px;
  display: inline-block;
  position: relative;
}

.card-slide {
  padding: 12px;
}

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

.image-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-background.bg-image-1 {
  opacity: .8;
  opacity: 1;
  background-image: url('../images/business-coverage.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 10px;
}

.image-background.bg-image-3 {
  border-radius: 10px;
}

.image-background.bg-image {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/bg-1-pages.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
}

.image-background.bg-image.bg-marketing {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/hero-home.jpg');
}

.image-background.bg-image.bg-naloja {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/20.jpg');
}

.image-background.bg-image.bg-pdv {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Header-página-principal---Alloy.jpg');
}

.background-scrim-left {
  opacity: .5;
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-arrow {
  z-index: 9;
  align-items: center;
  width: 48px;
  display: flex;
  left: -24px;
  overflow: visible;
}

.slider-arrow.slider-arrow-right {
  left: auto;
  right: -24px;
}

.slider-arrow.slider-arrow-right.move {
  top: auto;
  bottom: -40px;
  left: 0%;
  right: -10%;
}

.slider-arrow.move {
  align-items: flex-start;
  top: auto;
  bottom: -40px;
  left: -10%;
  right: 0%;
}

.lightbox-image {
  transition: transform .2s;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0);
}

.lightbox-image:hover {
  z-index: 2;
  transform: scale(1.05);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
}

.gallery-stack-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.gallery-stack-link {
  max-width: 294px;
}

.gallery-stack-link.gallery-stack-link-b {
  z-index: 1;
  align-self: flex-end;
  position: absolute;
}

.gallery-stack-link.gallery-stack-link-c {
  margin-top: -48px;
  margin-left: 48px;
}

.captioned-image-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

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

.section-small {
  flex: 1;
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-small.cta-contained-content {
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.section-small.cta-text, .section-small.padding-left {
  padding-left: 72px;
  padding-right: 72px;
}

.full-bleed-image {
  width: 100%;
}

.full-bleed-image.rounded-left {
  border-top-left-radius: 25vw;
  border-bottom-left-radius: 25vw;
}

.section-halves {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-halves.full-height {
  align-items: stretch;
  height: 100vh;
}

.section-halves.direction-reverse {
  direction: rtl;
}

.section-halves.hide {
  display: none;
}

.section-halves._1248-max-w {
  max-width: 1248px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
}

.section-halves.spaces {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 48px;
}

.section-halves-content {
  direction: ltr;
  max-width: 506px;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.form-grid-halves {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-group {
  margin-bottom: 12px;
}

.form-group.margin-bottom {
  margin-bottom: 24px;
}

.form-wrapper {
  margin-bottom: 0;
}

.form {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.text-divider {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.text-divider-text {
  z-index: 1;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.text-divider-line {
  width: 100%;
  height: 1px;
  position: absolute;
}

.cta-image-right {
  position: absolute;
  bottom: -48px;
  right: -48px;
}

.horizontal-form {
  display: flex;
}

.signup-form {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.cta-contained {
  border-radius: 6px;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.cta-contained.bg-primary-1 {
  background-color: #fff;
}

.cta-contained.green-friday {
  background-color: rgba(255, 255, 255, .1);
  background-image: none;
  border: 3px #ec3600;
  border-radius: 10px;
  padding: 54px 36px 54px 54px;
}

.cta-contained-image {
  width: 480px;
}

.cta-contained-image.green-friday-imagem {
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
}

.video-lightbox-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-lightbox-button-wrapper {
  position: absolute;
}

.bordered-list-item-small {
  border-bottom: 1px solid var(--gray-10);
  padding-top: 6px;
  padding-bottom: 6px;
}

.bordered-list-item-small.bordered-list-item-last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.card-label {
  color: var(--black);
  text-align: center;
  background-color: #00fd67;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  margin-bottom: -6px;
  padding: 6px;
  font-weight: 500;
}

.tiny-heading {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.price-description {
  border-top: 1px solid var(--gray-10);
  border-bottom: 1px solid var(--gray-10);
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.tooltip-circle {
  color: var(--white);
  cursor: pointer;
  background-color: #ec3600;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-top: 1px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.tooltip-container {
  position: relative;
}

.tooltip-container.tip-input {
  z-index: 3;
  position: absolute;
  top: 35%;
  bottom: 0%;
  left: auto;
  right: 8%;
}

.tooltip-container.text-space-left {
  margin-left: 6px;
}

.tooltip-message {
  color: var(--white);
  text-align: center;
  background-color: #222525;
  border-radius: 6px;
  min-width: 200px;
  padding: 6px;
  font-size: 14px;
  line-height: 20px;
  display: none;
  position: absolute;
  bottom: 100%;
  left: 16px;
  transform: translate(-50%);
}

.small-heading {
  margin-bottom: 16px;
  font-family: Zilla Slab;
  font-size: 32px;
  line-height: 38px;
}

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

.pricing-quarters.grid-align-bottom {
  align-items: end;
}

.pricing-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  padding: 16px 12px 16px 24px;
  display: grid;
}

.pricing-row.pricing-header {
  z-index: 3;
  background-color: var(--gray-4);
  border-bottom: 2px solid #fc9f5b;
  padding: 12px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.pricing-thirds {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.pricing-label {
  align-items: center;
  display: flex;
}

.pricing-table-section {
  margin-bottom: 48px;
}

.tab-link-switch {
  color: #ec3600;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  padding: 6px 16px;
  transition: color .2s, background-color .2s;
}

.tab-link-switch:hover {
  background-color: rgba(31, 183, 108, .2);
  text-decoration: none;
}

.tab-link-switch.w--current {
  color: #ec3600;
  background-color: rgba(31, 183, 108, .2);
  font-weight: 500;
}

.pricing-switches-tabs {
  justify-content: center;
  margin-bottom: 36px;
  display: flex;
}

.form-overlap-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-overlap-card-wrapper {
  width: 100%;
  max-width: 400px;
}

.tabs-underline-menu {
  border-bottom: 2px solid var(--gray-10);
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.tabs-underline-menu.text-large {
  width: 612px;
}

.tab-underline {
  opacity: .5;
  color: var(--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 0;
  transition: opacity .2s, border-color .2s;
  display: flex;
  top: 2px;
}

.tab-underline:hover {
  opacity: 1;
  text-decoration: none;
}

.tab-underline:active {
  background-color: rgba(0, 0, 0, 0);
}

.tab-underline.w--current {
  border-bottom-color: var(--custom-1);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.tab-underline.tab-underline-last {
  margin-right: 0;
}

.tab-underline.tab-underline-last.w--current {
  opacity: 1;
}

.tab-underline.tab-underline-first {
  margin-left: 0;
}

.tab-underline.tab-underline-first.w--current {
  border-bottom-color: var(--custom-1);
}

.tabs-underline-wrapper {
  color: var(--black);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.expandable-text {
  color: #fff;
  margin-top: 8px;
  font-weight: 400;
}

.expandable-text.expandable-accordion-text {
  color: var(--black);
  margin-top: 24px;
  font-weight: 400;
}

.expandable-heading {
  cursor: pointer;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: color .2s;
}

.expandable-heading.h6-small {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}

.expandable.expandable-card {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding: 12px 24px;
  transition: transform .2s, border-color .2s, background-color .2s;
}

.expandable.expandable-card:hover {
  text-decoration: none;
  transform: translate(8px);
}

.expandable.expandable-card.w--current {
  border-color: var(--gray-10);
  background-color: var(--white);
  padding-top: 24px;
  padding-bottom: 24px;
}

.expandable.expandable-card.w--current:hover {
  transform: none;
}

.expandable.expandable-tab-vertical {
  background-color: var(--white);
  opacity: .75;
  border: 2px solid rgba(0, 0, 0, .04);
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding: 24px;
  transition: opacity .2s, border-color .2s;
}

.expandable.expandable-tab-vertical:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .04);
  text-decoration: none;
}

.expandable.expandable-tab-vertical.w--current {
  background-color: var(--white);
  opacity: 1;
  border: 2px solid #ffc70f;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.expandable.expandable-tab-vertical.w--current:hover {
  background-color: rgba(0, 0, 0, 0);
}

.tabs-row {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.expandable-arrow {
  margin-left: 12px;
  display: block;
  transform: rotate(90deg);
}

.accordion-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-title.text-left {
  height: 48px;
}

.vertical-tabs-row {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.team-member-image-large {
  margin-bottom: 24px;
  transition: transform .2s;
}

.team-member-image-large:hover {
  transform: scale(1.02);
}

.team-member-link {
  color: #222525;
  margin-bottom: 16px;
}

.team-member-link:hover {
  text-decoration: none;
}

.team-member-row {
  align-items: center;
  display: flex;
}

.team-member-row-heading {
  margin-bottom: 6px;
}

.team-member-row-image {
  max-width: 17vw;
  margin-right: 36px;
  transition: transform .2s;
}

.team-member-row-image:hover {
  transform: scale(1.02);
}

.team-member-row-text {
  margin-bottom: 24px;
}

.team-member-row-content-wrapper {
  flex-direction: column;
  display: flex;
}

.team-member-link-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-member-overlay-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.team-member-overlay-card-wrapper {
  width: 100%;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
}

.team-member-overlay-text {
  min-width: 190px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 12px;
}

.section-fullscreen {
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-fullscreen.bg-gray-4 {
  flex-direction: column;
  align-items: stretch;
}

.section-fullscreen.utility-page-section {
  max-height: none;
}

.card-form {
  width: 100%;
}

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

.illustration-bottom-right {
  max-width: 25vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 24px;
  right: auto;
}

.fullscreen-section-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.utility-page-content {
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.article {
  padding-top: 10px;
  font-size: 18px;
  line-height: 26px;
}

.article h4 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.article ul {
  margin-top: 24px;
  margin-bottom: 24px;
}

.article li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.article blockquote {
  background-color: var(--white);
  color: #068466;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 36px;
  font-size: 28px;
  line-height: 36px;
}

.article figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.coming-soon-row {
  align-items: center;
  width: 100%;
  display: flex;
}

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

.section-halves-content-wrapper.bg-primary-3 {
  position: relative;
  overflow: hidden;
}

.coming-soon-image-a {
  max-width: 340px;
  position: absolute;
  top: -24px;
}

.coming-soon-image-a.bordered-image.rotate-image-right {
  left: 50%;
}

.coming-soon-image-b {
  max-width: 340px;
  position: absolute;
  top: auto;
  bottom: -72px;
  left: 10%;
  right: auto;
}

.rounded {
  border-radius: 6px;
}

.navbar-sticky {
  z-index: 998;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.back-to-top-button-wrapper {
  z-index: 99;
  position: fixed;
  bottom: 72px;
  right: 24px;
}

.post-meta-left {
  align-items: center;
  display: flex;
}

.post-meta-right {
  display: flex;
}

.post-meta-right.text-muted {
  font-family: Roboto, sans-serif;
}

.card-blog-link {
  color: #222525;
}

.category-link {
  margin-left: 12px;
  margin-right: 12px;
}

.category-link.w--current {
  border-bottom: 3px solid #ec3600;
  display: block;
}

.category-links-section {
  padding-bottom: 24px;
}

.team-member-heading {
  margin-bottom: 12px;
}

.card-blog-category-head {
  color: var(--white);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 36px;
  display: flex;
}

.breadcrumb-section {
  padding-bottom: 12px;
}

.avatar-with-name {
  color: #222525;
  align-items: center;
  display: flex;
}

.avatar-with-name:hover {
  text-decoration: none;
}

.text-space-right, .tag-link {
  margin-right: 12px;
}

.tag-link:hover {
  text-decoration: none;
}

.tag-link.tag-list-item {
  margin-bottom: 12px;
  margin-right: 12px;
}

.empty-state {
  background-color: var(--gray-10);
  text-align: center;
  border-radius: 6px;
  padding: 24px;
}

.blog-post-category-placeholder {
  justify-content: center;
  align-items: center;
  min-height: 408px;
  display: flex;
}

.blog-post-category-placeholder.sidebar-blog-post-category-placeholder {
  min-height: 257px;
}

.featured-blog-post-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  transition: transform .2s, box-shadow .2s;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.featured-blog-post-grid:hover {
  transform: translate(0, -12px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.featured-blog-post-content {
  border: 1px none var(--gray-10);
  background-color: var(--white);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
  display: flex;
  box-shadow: -1px 0 3px rgba(0, 0, 0, .1);
}

.featured-blog-post-content.featured-blog-post-content-small {
  padding: 24px;
}

.text-gray-1 {
  color: #222525;
}

.blog-vertical-grid {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sidebar-layout {
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.sidebar-layout.case-study-layout {
  grid-template-columns: 1fr 2.25fr;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.widget {
  margin-bottom: 48px;
}

.widget.footer-menu-column {
  max-width: 320px;
}

.widget.no-bottom-space {
  margin-bottom: 0;
}

.blog-post-small {
  color: #222525;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.blog-post-small.text-white {
  color: var(--white);
}

.sidebar-blog-post-image {
  flex: none;
  width: 72px;
  margin-right: 16px;
}

.widget-heading {
  margin-bottom: 24px;
}

.categories-widget {
  border-top: 1px solid var(--gray-10);
}

.categories-widget-item {
  border-bottom: 1px solid var(--gray-10);
  justify-content: space-between;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.tag-list {
  flex-wrap: wrap;
  display: flex;
}

.blog-tags-list {
  justify-content: center;
  margin-bottom: 18px;
  display: flex;
}

.empty-state-hidden {
  display: none;
}

.horizontal-tag-link {
  margin-left: 6px;
  margin-right: 6px;
}

.horizontal-tag-link:hover {
  text-decoration: none;
}

.horizontal-quote {
  align-items: center;
  display: flex;
}

.blog-link-bg-wrapper {
  color: var(--white);
  border-radius: 6px;
  transition: box-shadow .2s, transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-link-bg-wrapper:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

.blog-link-bg-content {
  background-color: rgba(34, 37, 37, .75);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-link-bg-content:hover {
  background-color: rgba(34, 37, 37, .5);
}

.footer-3-row {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 72px;
  display: flex;
}

.footer-3-row-lower {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-3-links {
  align-items: center;
  display: flex;
}

.footer-columns-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.footer-columns-wrapper.footer-4-columns-wrapper.padding-top-24 {
  padding-top: 24px;
}

.job-list {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1036px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.job-details {
  align-items: center;
  display: flex;
}

.checkbox-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.checkbox-field {
  margin-top: 12px;
  margin-bottom: 12px;
}

.gallery-stack-duo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-stack-duo-b {
  z-index: 1;
  max-width: 400px;
  margin-left: -96px;
  position: relative;
}

.image-overlap-small {
  width: 250px;
  position: absolute;
  top: auto;
  bottom: -24px;
  left: -24px;
  right: auto;
}

.map {
  height: 540px;
}

.tags-horizontal-wrapper {
  align-items: center;
  display: flex;
}

.tags-horizontal {
  flex-wrap: wrap;
  display: flex;
}

.popular-tags-wrapper {
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.help-article-heading {
  margin-top: 24px;
}

.case-study-logo {
  margin-bottom: 36px;
}

.case-study-card-excerpt {
  flex: 1;
}

.case-study-cards-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.modal-close-cross {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}

.page-demos-grid {
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.page-demos-sidebar {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.overlap-section-below {
  max-width: 991px;
  margin-bottom: -700px;
}

.overlap-section-below.lp-delivery {
  margin-bottom: 0;
}

.notification-wrapper {
  z-index: 999;
  max-width: 610px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.dismiss-notification-cross {
  opacity: .5;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  top: 12px;
  right: 12px;
}

.dismiss-notification-cross:hover {
  opacity: 1;
}

.notification-dismiss-wrapper {
  margin-top: 12px;
}

.ipad-hero-image {
  box-shadow: none;
  border-radius: 2.5vw;
}

.utility-bar {
  border-bottom: 1px solid var(--gray-10);
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.utility-bar.bg-primary-3 {
  border-bottom-style: none;
}

.utility-bar.float {
  color: #ec3600;
  background-color: rgba(31, 183, 108, .2);
  border-bottom-style: none;
  border-radius: 10px;
  font-weight: 500;
}

.utility-bar.float.margin-bottom-20 {
  margin-bottom: 20px;
  display: none;
}

.utility-bar-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.utility-bar-row.justify-content-center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.utility-bar-dismiss {
  opacity: .5;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  right: 24px;
}

.utility-bar-dismiss:hover {
  opacity: 1;
}

.radio-checkbox-custom {
  border-color: var(--gray-10);
  background-color: var(--white);
  width: 20px;
  height: 20px;
  margin-top: 0;
  transition: background-color .2s, border-color .2s;
}

.radio-checkbox-custom.w--redirected-checked {
  background-color: #ec3600;
  background-image: url('../images/icon-check-small.svg');
  background-size: 14px 14px;
  border-color: #ec3600;
}

.radio-checkbox-custom.radio-button.w--redirected-checked {
  background-size: 12px;
  border-color: #068466;
}

.radio-checkbox-label {
  margin-bottom: 0;
  margin-left: 8px;
  font-weight: 500;
}

.radio-checkbox-with-label {
  align-items: center;
  display: flex;
}

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

.text-block {
  text-align: right;
}

.success-message {
  color: var(--white);
  background-color: #ec3600;
}

.text-block-2 {
  text-align: center;
  margin-top: 24px;
  font-size: 18px;
}

.text-block-3 {
  padding-top: 24px;
  padding-bottom: 16px;
}

.image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
}

.quote-bg {
  border-left-style: none;
  border-left-color: var(--white);
  color: var(--white);
  padding: 10px 20px 10px 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

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

.avatar-who-is {
  margin-left: 20px;
  display: block;
  position: relative;
}

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

.block-cta-other-solutions {
  padding-bottom: 20px;
}

.text-span {
  color: var(--custom-1);
}

.text-span.text-black-underline {
  color: var(--black);
  text-decoration: underline;
}

.highlight {
  color: #ec3600;
  font-weight: 700;
}

.image-shadow {
  z-index: 0;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.border-16 {
  border-radius: 16px;
}

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

.arrow-tab {
  justify-content: space-between;
  display: flex;
}

.block-icon-title {
  align-items: center;
  display: flex;
}

.icon-tabs {
  width: 36px;
  height: 36px;
}

.icon-tabs.margin-right-10 {
  margin-right: 10px;
  display: block;
}

.hero-overlay {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.hero-overlay.margin-top-20 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 0 0;
  background-size: auto;
  margin-top: 20px;
}

.hero-overlay.hero-invite {
  background-image: linear-gradient(rgba(35, 31, 32, .5), rgba(35, 31, 32, .5)), url('../images/hero-section-2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-overlay.hero-invite.hide {
  display: none;
}

.centered-container {
  z-index: 1;
  text-align: center;
  flex: 1;
  position: relative;
}

.top-space {
  margin-top: 40px;
  display: inline-block;
}

.text-span-2 {
  border-bottom: 3px solid #ec3600;
}

.link-nav-blog {
  color: var(--black);
  font-weight: 400;
}

.link-nav-blog.current {
  font-weight: 500;
}

.brand.align-center {
  align-items: center;
  display: flex;
}

.form-block.default {
  display: none;
}

.form-block.detalhado {
  display: block;
}

.form-block.detalhado.hide {
  display: none;
}

.post-resume {
  text-align: left;
  border-radius: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-margin-left {
  margin-left: 10px;
}

.bg-green-text {
  background-color: #ec3600;
}

.border-radius {
  border-radius: 10px;
}

.border-radius.min-506 {
  min-width: 506px;
}

.pagination.mrgin-top-20 {
  margin-top: 20px;
}

.dropdown {
  float: right;
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .1);
  border-radius: 4px;
  align-items: center;
  width: 100%;
  height: 44px;
  display: flex;
}

.drop-toggle {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 12px 40px 10px 10px;
  font-size: 14px;
}

.drop-toggle.with-icon {
  display: flex;
}

.icon-2 {
  color: #666;
  margin-right: 14px;
}

.dropdown-list-2 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: scroll;
}

.dropdown-list-2.w--open {
  z-index: 1000;
  border: 1px rgba(0, 0, 0, .1);
  border-radius: 6px;
  width: 100%;
  max-height: 200px;
  padding-top: 8px;
  padding-bottom: 8px;
  top: 40px;
  overflow: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.dropdown-link-2 {
  color: #666;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-link-2:hover {
  background-color: rgba(0, 0, 0, .05);
}

.html-embed-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.quote-lp {
  color: var(--black);
  text-align: left;
  border-left-color: rgba(0, 0, 0, .1);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.share-buttons {
  border-top: 1px solid rgba(0, 0, 0, .1);
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  display: flex;
}

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

.heading-artigos.margin-bottom {
  margin-bottom: 32px;
}

.image-hero {
  z-index: 0;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bg-overlay-50 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-plataform {
  object-fit: cover;
  border-radius: 6px;
}

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

.link-block-banner-plataform {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-bg {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.background-scrim-full {
  opacity: .6;
  background-image: linear-gradient(rgba(0, 0, 0, .95), rgba(0, 0, 0, .95));
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.body-black-friday {
  background-color: var(--black);
  color: var(--white);
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.green-friday {
  color: var(--white);
}

.section-cta-left {
  flex: 1;
  padding: 0 72px 0 0;
}

.div-block-2 {
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.chamada-cta {
  font-size: 30px;
  line-height: 34px;
}

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

.div-block-4 {
  border-left: 1px none var(--white);
  flex-direction: column;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 0;
}

.paragraph-green-friday.white {
  color: var(--white);
}

.paragraph-green-friday.white.green {
  color: #ec3600;
  font-weight: 500;
}

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

.banner-cookies {
  z-index: 1000;
  background-color: var(--white);
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 42%;
  margin-left: 32px;
  margin-right: auto;
  padding: 16px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 10px;
  left: 0%;
  right: 0%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.content-banner-cookies {
  margin-right: 20px;
}

.paragraph-cookies {
  margin-bottom: 0;
  font-size: 16px;
}

.heading {
  color: var(--black);
  margin-bottom: 24px;
}

.p-termos {
  color: var(--black);
  text-align: center;
  margin-top: 24px;
  font-size: 13px;
  line-height: 16px;
  display: block;
}

.p-termos.no-space-top {
  margin-top: 0;
}

.p-termos.align-left {
  text-align: left;
}

.container-grid-produtos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.coluna-produtos {
  float: left;
  width: 50%;
}

.grid-produtos {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.card-produto {
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: flex;
  position: relative;
}

.card-produto:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.icon-produto {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
}

.icon-produto.space-left-10 {
  margin-right: 10px;
}

.descri-o-produto {
  margin-left: 20px;
  padding-right: 20px;
}

.coluna-carrinho {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  align-self: flex-start;
  width: 40%;
  margin-left: 20px;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.row-cart-prices {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.row-cart-prices.subtotal {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 20px;
}

.row-cart-prices.total {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 20px;
  font-weight: 500;
}

.row-cart-prices.topo {
  color: rgba(0, 0, 0, .6);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.row-cart-prices.off-cart {
  color: #ec3600;
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 20px;
  font-weight: 500;
}

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

.bt-plus {
  color: var(--white);
  text-align: center;
  background-color: #ec3600;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px 6px 6px 7px;
  font-size: 20px;
  font-weight: 400;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 13px;
  left: auto;
  right: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.opcionais {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-cart {
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.heading-cart.margin-heading-pagamento {
  margin-top: 16px;
  margin-bottom: 24px;
}

.div-button-comprar {
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.div-block-10 {
  align-items: center;
  display: flex;
}

.remove {
  cursor: pointer;
  margin-top: -1px;
  margin-left: 10px;
}

.overlay-product {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.overlay-product.delivery, .overlay-product.fidelidade, .overlay-product.pagonline, .overlay-product.config-delivery, .overlay-product.config-fidelidade, .overlay-product.pacote-d-e-f, .overlay-product.qrcode, .overlay-product.pacote-d-e-c, .overlay-product.pacote-c-e-f, .overlay-product.pacote-d-f-c {
  display: none;
}

.container-option-cart {
  background-color: var(--white);
  border-radius: 6px;
  width: 600px;
  position: relative;
}

.table-prices {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding: 36px;
}

.comparison-prices {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

.comparison-prices.topo {
  border-bottom-style: solid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.comparison-prices.no-bottom-space {
  padding-bottom: 0;
}

.off {
  color: rgba(0, 0, 0, .5);
  text-decoration: line-through;
}

.text-block-price {
  text-align: right;
}

.list-item-prices {
  padding-top: 6px;
  padding-bottom: 6px;
}

.close-modal {
  cursor: pointer;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 5px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.close-modal:hover {
  background-color: rgba(0, 0, 0, .1);
}

.close-modal:active {
  opacity: .8;
}

.image-circle-button {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}

.container-logo-product {
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.container-logo-product.no-bottom-space {
  padding-bottom: 0;
}

.container-logo-product.no-bottom-space.left-justify, .container-logo-product.left-justify {
  justify-content: flex-start;
}

.heading-product {
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 30px;
}

.heading-product.solution {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 30px;
  margin-bottom: 0;
  padding: 2px 6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

.heading-product.text-small {
  font-size: 24px;
  font-weight: 700;
}

.close-modal-cart {
  cursor: pointer;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 5px;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.close-modal-cart:hover {
  background-color: rgba(0, 0, 0, .1);
}

.close-modal-cart:active {
  opacity: .8;
}

.text-block-product {
  width: 200px;
}

.bar-cart-mobile {
  display: none;
}

.section-cadastro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.section-cadastro.step-2, .section-cadastro.step-3 {
  opacity: 0;
  display: none;
}

.section-cadastro.step-4 {
  opacity: 1;
  display: none;
}

.section-cadastro.learning {
  opacity: 1;
  display: flex;
}

.container-cadastro {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  display: flex;
  position: relative;
}

.container-cadastro.sucesso {
  text-align: center;
  align-items: center;
  width: 300px;
  font-size: 15px;
  line-height: 20px;
}

.container-cadastro.learning {
  text-align: center;
  align-items: center;
  width: 600px;
  font-size: 15px;
  line-height: 20px;
}

.input {
  z-index: 2;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  align-items: center;
  width: 100%;
  height: 4em;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.input:focus {
  border-width: 2px;
  border-color: #1fb76c;
  padding-left: 15px;
}

.input.erro {
  border-width: 2px;
  border-color: #fd4052;
  position: static;
}

.input.ic {
  background-image: url('../images/safety.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.text-block-362 {
  color: #2c4d51;
  text-align: center;
}

.field-label {
  background-color: #fff;
  align-self: flex-start;
  margin-left: 14px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
  position: absolute;
  top: 33%;
}

.field-label.erro {
  color: #fd4052;
  margin-left: 14px;
}

.input-wrap {
  border: 0 solid #000;
  flex-direction: row;
  width: 100%;
  min-height: 3em;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.div-block-38 {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
}

.error-message-field {
  color: #fd4052;
  margin-bottom: 16px;
  padding-left: 16px;
}

.lottie-animation-5 {
  max-width: 50px;
  max-height: 50px;
}

.success-message-2 {
  color: rgba(0, 0, 0, 0);
  text-align: left;
  background-color: #fafcfd;
  border-radius: 6px;
  padding: 60px;
  line-height: 1.5;
}

.form-block-cadastro {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.form-block-cadastro.margin-top {
  margin-top: 24px;
}

.heading-cadastro {
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

.buttons-form {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.buttons-form.first {
  justify-content: flex-end;
}

.buttons-form.add-logo {
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-top: 32px;
}

.buttons-form.login {
  justify-content: flex-start;
  margin-top: 24px;
}

.step {
  color: rgba(0, 0, 0, .6);
  margin-bottom: 10px;
}

.dropdown-form {
  width: 100%;
}

.dropdown-list-form-cadastro {
  border: 1px none var(--gray-10);
  background-color: var(--white);
  border-radius: 6px;
  max-height: 165px;
  padding: 10px 8px;
  overflow: auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.dropdown-list-form-cadastro.w--open {
  z-index: 10;
  top: 60px;
}

.drop-link-cadastro {
  padding-left: 12px;
  padding-right: 12px;
}

.drop-link-cadastro:hover {
  background-color: rgba(0, 0, 0, .04);
  border-radius: 4px;
}

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

.resumo-carrinho {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  align-self: flex-start;
  width: 100%;
  margin-top: 24px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.chips {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: block;
}

.chips.pay {
  margin-bottom: 20px;
}

.action-chip {
  cursor: pointer;
  background-color: rgba(0, 0, 0, .04);
  border: 1px rgba(0, 0, 0, .1);
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.action-chip:hover {
  background-color: rgba(0, 0, 0, .05);
}

.action-chip:active {
  opacity: .8;
}

.action-chip.outlined {
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  justify-content: center;
  padding-top: 3px;
  display: inline-block;
}

.action-chip.outlined.margin-left-10 {
  margin-bottom: 10px;
  margin-right: 10px;
}

.action-chip.outlined.margin-left-10.card {
  color: #1fb76c;
  background-color: rgba(31, 183, 108, .16);
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.action-chip.outlined.margin-left-10.boleto {
  font-weight: 500;
}

.dados {
  width: 100%;
}

.infos-pay {
  width: 100%;
  margin-top: 20px;
}

.text-span-5 {
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
}

.loading {
  background-color: #ec3600;
  border-radius: 30px;
  width: 44px;
  height: 44px;
}

.container-loading {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.empty-cart {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.heading-empty-cart {
  text-align: center;
  line-height: 20px;
}

.block-logo {
  margin-bottom: 24px;
}

.heading-add-logo {
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.button-add-logo {
  opacity: 1;
  border: 1px dashed #ec3600;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .2s;
  display: flex;
}

.button-add-logo:hover {
  background-color: rgba(31, 183, 108, .04);
}

.block-add-logo {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.button-pular {
  margin-top: 16px;
}

.hello {
  margin-bottom: 16px;
}

.heading-videos {
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.block-videos {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.block-links-learning {
  margin-top: 24px;
}

.button-new {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1fb76c;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  height: 44px;
  padding-top: 2px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button-new:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
}

.button-new:active {
  opacity: .8;
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32));
}

.button-new:focus {
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24));
}

.button-new.outlined {
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
}

.button-new.outlined:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .04));
}

.button-new.outlined:active {
  background-image: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16));
}

.button-new.outlined.justify-start-to-end {
  justify-content: center;
}

.block-button-central {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.youtube {
  border-radius: 6px;
}

.checkbox {
  border-color: rgba(0, 0, 0, .1);
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.checkbox:hover, .checkbox:active {
  border-radius: 4px;
}

.checkbox.w--redirected-checked {
  background-color: #ec3600;
  border-color: #ec3600;
  border-radius: 4px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-radius: 4px;
}

.link-reset-password {
  font-size: 14px;
  text-decoration: underline;
}

.div-block-39 {
  flex: 1;
}

.container-login {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  display: flex;
}

.container-login.sucesso {
  text-align: center;
  align-items: center;
  width: 300px;
  font-size: 15px;
  line-height: 20px;
}

.container-login.learning {
  text-align: center;
  align-items: center;
  width: 600px;
  font-size: 15px;
  line-height: 20px;
}

.section-login {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.section-login.step-2, .section-login.step-3, .section-login.step-4, .section-login.learning {
  opacity: 0;
  display: none;
}

.heading-login {
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

.form-block-login {
  width: 100%;
  margin-bottom: 0;
}

.form-block-login.margin-top {
  margin-top: 24px;
}

.div-block-novo-cadastro {
  border-top: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  margin-top: 32px;
  padding-top: 32px;
}

.div-block-buttom {
  width: 50%;
}

.div-block-buttom.width-full {
  width: 100%;
}

.buttom-pontuador {
  width: 50%;
}

.buttom-pontuador.margin-top {
  margin-top: 0;
  margin-left: 12px;
}

.image-buttom-pontuador {
  margin-right: 12px;
}

.overlay-reset-password {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.overlay-reset-password.delivery, .overlay-reset-password.fidelidade, .overlay-reset-password.pagonline, .overlay-reset-password.config-delivery, .overlay-reset-password.config-fidelidade {
  display: none;
}

.heading-password {
  text-align: left;
  font-family: Roboto, sans-serif;
}

.container-password {
  background-color: var(--white);
  border-radius: 6px;
  width: 600px;
  position: relative;
}

.radio-buttom {
  border: 1px solid rgba(0, 0, 0, .1);
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.radio-buttom.w--redirected-checked {
  border-color: #ec3600;
}

.radio-buttom.w--redirected-focus {
  box-shadow: none;
}

.radio-buttom-label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.radio-buttom-field {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.color-60 {
  color: rgba(0, 0, 0, .6);
}

.color-60.size-14 {
  font-size: 14px;
}

.price-plataform-card {
  margin-top: 10px;
}

.text-span-7, .color-green {
  color: #ec3600;
  font-weight: 500;
}

.margin-top-20 {
  margin-top: 20px;
  margin-bottom: 110px;
}

.heading-plataforma-prices {
  margin-bottom: -20px;
}

.block-prices-plataforma {
  margin-top: 20px;
}

.grid-recursos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-recursos.grid-2-col {
  grid-template-columns: 1fr 1fr;
}

.heading-recursos {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

.heading-recursos.size-font-30 {
  font-size: 30px;
  line-height: 34px;
}

.off-green {
  color: #ec3600;
  font-size: 13px;
}

.loading-block {
  z-index: 1000;
  background-color: var(--white);
  opacity: .9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-steps {
  position: relative;
}

.tag-planos {
  display: none;
}

.link-tag-planos {
  cursor: default;
}

.button-cookies {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #ec3600;
  border-radius: 5px;
  padding: 10px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  position: relative;
}

.button-cookies:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
  text-decoration: none;
}

.button-cookies.button-small {
  background-color: #ec3600;
  border-color: #ec3600;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}

.button-cookies.button-small.bg-gray-4 {
  margin-left: 12px;
}

.button-cookies.button-small.button-white.button-aviso {
  color: #ec3600;
}

.button-cookies.button-small.button-white.button-aviso:hover {
  color: var(--white);
}

.button-cookies.button-large {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}

.button-cookies.button-outline {
  background-color: var(--white);
  color: #ec3600;
  border: 1px solid #ec3600;
  transition: color .2s, background-color .2s;
}

.button-cookies.button-outline:hover {
  color: var(--white);
  background-color: #ec3600;
  border-style: solid;
}

.button-cookies.button-outline.display-block {
  display: block;
}

.button-cookies.button-white {
  border-color: var(--white);
  background-color: var(--white);
  box-shadow: none;
  color: #068466;
  transition: border-color .2s, background-color .2s;
}

.button-cookies.button-white:hover {
  border-color: var(--white);
  background-color: var(--gray-10);
  color: var(--white);
}

.button-cookies.button-white.green-bt {
  color: var(--white);
  background-color: #ec3600;
  border-color: #ec3600;
}

.button-cookies.button-white.green-bt:hover {
  border-color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button-cookies.margin-top:hover {
  background-color: #068466;
  border-color: #068466;
}

.button-cookies.bg-gray-1 {
  border-color: var(--black);
  background-color: #000;
  transition: background-color .2s, border .2s;
}

.button-cookies.bg-gray-1:hover {
  box-shadow: none;
  background-color: #62636b;
  border-color: #62636b;
}

.button-cookies.bg-gray-4 {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
  box-shadow: none;
  color: #222525;
  transition: border-color .2s, background-color .2s;
}

.button-cookies.bg-gray-4:hover {
  border-color: var(--gray-10);
  background-color: var(--gray-10);
}

.button-cookies.bg-gray-4.button-block {
  display: flex;
}

.button-cookies.bg-primary-2:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .1);
}

.button-cookies.bg-primary-3 {
  border-color: #068466;
}

.button-cookies.bg-primary-3:hover {
  border-color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button-cookies.bg-gray-2 {
  box-shadow: none;
  background-color: #62636b;
  border-color: #62636b;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button-cookies.bg-gray-2:hover {
  background-color: #222525;
  border-color: #222525;
}

.button-cookies.bg-gray-3 {
  border-color: var(--gray-10);
  background-color: var(--gray-10);
  box-shadow: none;
  color: #222525;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button-cookies.bg-gray-3:hover {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
}

.button-cookies.bg-white {
  border-style: none;
  border-color: var(--white);
  box-shadow: none;
  color: #222525;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button-cookies.bg-white:hover {
  background-color: var(--white);
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
}

.button-cookies.bg-white:active {
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32));
}

.button-cookies.bg-white:focus {
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24));
}

.button-cookies.bg-white.search-button {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  font-weight: 500;
}

.button-cookies.bg-white.search-button:hover {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}

.button-cookies.bg-white.margin-right {
  margin-right: 10px;
}

.button-cookies.bg-white.border-bg-10 {
  border-color: var(--gray-10);
}

.button-cookies.bg-success {
  border-color: #1fb76c;
}

.button-cookies.bg-warning {
  border-color: #f19953;
}

.button-cookies.bg-error {
  border-color: #ed6a5e;
}

.button-cookies.form-search-button {
  margin-left: 12px;
}

.button-cookies.button-outline-white {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .1);
  transition: border-color .2s;
}

.button-cookies.button-outline-white:hover {
  box-shadow: none;
  border-color: rgba(255, 255, 255, .75);
}

.button-cookies.button-row-last, .button-cookies.horizontal-form-button {
  margin-left: 12px;
}

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

.button-cookies.button-block.bg-gray-4 {
  text-align: center;
  justify-content: center;
}

.button-cookies.no-wrap {
  white-space: nowrap;
}

.button-cookies.fixed-mobile {
  text-align: center;
  border-radius: 0;
  width: 100%;
  transition: none;
  display: none;
}

.button-cookies.fixed-mobile:hover {
  background-color: #068466;
  border-color: #068466;
}

.button-cookies.bg-transparent {
  border-color: var(--white);
  box-shadow: none;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  transition: border-color .2s, color .2s, background-color .2s;
}

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

.button-cookies.bg-transparent.button-with-icon {
  background-image: url('../images/ic-wpp-white.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 44px;
}

.button-cookies.bg-transparent.button-with-icon:hover {
  background-image: url('../images/ic-wpp.svg');
}

.button-cookies.bg-transparent.button-with-icon.margin-rght {
  margin-right: 10px;
}

.button-cookies.text {
  color: #1fb76c;
  background-color: rgba(0, 0, 0, 0);
}

.button-cookies.text:hover {
  background-image: linear-gradient(rgba(31, 183, 108, .04), rgba(31, 183, 108, .04));
}

.button-cookies.text:active {
  background-image: linear-gradient(rgba(31, 183, 108, .16), rgba(31, 183, 108, .16));
}

.button-cookies.text.pontuador {
  justify-content: space-between;
  display: flex;
}

.button-cookies.text.block {
  display: block;
}

.button-cookies.login {
  width: 100%;
}

.button-cookies.tag-planos {
  display: none;
}

.div-block-41 {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.spinner-button {
  background-color: var(--white);
  border-radius: 100px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.form-active {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-active.mobile {
  display: none;
}

.block-form-active {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.top-card-cta {
  margin-bottom: 32px;
}

.image-top-lp-left {
  width: 350px;
}

.form-mobile-html-embed {
  display: none;
}

.form-desktop-html-embed {
  margin-top: -30px;
  margin-bottom: 0;
}

.hide {
  display: none;
}

.embed-form-active-footer-desktop {
  margin-bottom: 0;
  display: none;
}

.embed-form-active-footer {
  margin-top: -40px;
  margin-bottom: 0;
  display: block;
}

.embed-form-active-cta-blog {
  margin-top: -20px;
  margin-bottom: 0;
  margin-left: -20px;
  display: flex;
}

.text-block-364 {
  color: #1fb76c;
  background-color: rgba(31, 183, 108, .1);
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px;
  font-weight: 400;
}

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

.heading-hero {
  font-size: 44px;
}

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

.grid-icons-planos.completo {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 12px;
  display: grid;
}

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

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

.div-button-center {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
}

.div-block-44 {
  background-color: rgba(0, 0, 0, .2);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  padding: 6px;
  display: flex;
}

.div-block-44.bg-white {
  background-color: #214ab3;
}

.logo-lp-stores {
  width: 150px;
}

.div-block-1080 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: flex;
}

.card-body-2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 24px;
  display: flex;
}

.card-body-2.card-body-store {
  flex: 0 auto;
  align-items: flex-start;
  padding: 16px;
  font-size: 13px;
  display: flex;
}

.card-body-2.card-body-store.store-marketplace {
  padding-left: 16px;
}

.div-block-1078 {
  color: #e7a74e;
  align-items: center;
  margin-right: 4px;
  font-weight: 500;
  line-height: 13px;
  display: flex;
}

.div-block-card-infos-1 {
  align-items: center;
  margin-top: 2px;
  margin-bottom: 10px;
  line-height: 13px;
  display: flex;
}

.image-star {
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
}

.image-star.margin-right {
  margin-right: 6px;
}

.div-block-1153 {
  width: 100%;
  padding-top: 4px;
}

.text-card-small {
  color: rgba(0, 0, 0, .6);
  font-size: 13px;
}

.card-2 {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 4px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.card-2:hover {
  box-shadow: none;
  border-color: rgba(0, 0, 0, .2);
  text-decoration: none;
}

.image-card-store {
  border-radius: 4px;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
}

.image-card-store.empty {
  opacity: .3;
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
}

.logo-card-store {
  background-color: rgba(0, 0, 0, .06);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: -10px;
  padding: 20px 10px;
}

.grid.stores-marketplace {
  margin: 0;
}

.grid.cards-mobile {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  overflow: auto;
}

.grid-card-body-store-marketplace {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template: "."
  / .5fr 3fr;
  width: 100%;
}

.gratis {
  color: #1fb76c;
  font-weight: 500;
}

.offs {
  text-align: center;
  background-color: rgba(31, 183, 108, .2);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  padding: 4px 6px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.offs.entrega-gratis {
  color: #1fb76c;
  background-color: rgba(31, 183, 108, .2);
}

.offs.cupom {
  color: #ea1d2c;
  background-color: rgba(234, 29, 44, .2);
}

.offs.promo {
  color: #ff8c00;
  background-color: rgba(255, 140, 0, .2);
}

.name-store {
  margin-bottom: 0;
  font-size: 16px;
}

.div-block-1154 {
  margin-bottom: 10px;
}

.image-card {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 121.391px;
  min-height: 121.391px;
}

.container-logo-topo-lp-stores {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-lp-stores {
  text-align: center;
  font-size: 13px;
}

.heading-lp-stores {
  color: var(--black);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 28px;
}

.block-color {
  background-color: #00abe3;
}

.block-color.color-2 {
  background-color: #00a855;
}

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

.div-block-1155 {
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
}

.grid-lp-stores {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-1156 {
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

.image-brand {
  width: 120px;
  min-width: 120px;
  height: 46px;
  min-height: 46px;
}

.block-imagem-video {
  object-fit: cover;
  background-color: #ec3600;
  border-radius: 8px;
  width: 600px;
  height: 400px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.image-video {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  display: block;
}

.text-span-9 {
  color: #ec3600;
  border-bottom: 6px solid #ec3600;
}

.div-block-1157 {
  justify-content: center;
  display: flex;
}

.space-left {
  color: var(--black);
  margin-left: 8px;
  font-size: 14px;
}

.space-left.text-muted {
  font-family: Roboto, sans-serif;
}

.text-block-365 {
  margin-left: 8px;
}

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

.link {
  color: #214ab3;
  font-weight: 500;
}

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

.link-3 {
  color: var(--custom-1);
}

.link-4, .link-5 {
  color: #fff;
  font-weight: 500;
}

.link-6 {
  color: var(--custom-1);
  font-weight: 500;
}

.circle-small-2 {
  background-color: var(--custom-1);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

.circle-small-2.margin-right {
  margin-right: 24px;
}

.section-title-2 {
  text-align: center;
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-2.section-title-wide {
  max-width: 720px;
}

.section-title-2.section-title-wide.space-bottom-36 {
  text-align: left;
  margin-bottom: 36px;
}

.section-title-2.section-title-wide.no-bottom-space {
  margin-bottom: 0;
}

.icon-list-item-2 {
  color: var(--black);
  border-bottom: 1px rgba(0, 0, 0, .1);
  border-radius: 1px;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.section-3 {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.section-3.bg-primary-1 {
  background-color: var(--custom-1);
  color: var(--white);
  border-radius: 10px;
  margin-top: 20px;
}

.section-3.bg-primary-1.with-image {
  background-color: var(--custom-1);
  margin-bottom: 150px;
  padding-bottom: 0;
}

.section-3.bg-primary-1.padding-top-500._1248 {
  background-color: var(--custom-1);
  max-width: 1248px;
}

.section-3.bottom-space-small {
  padding-bottom: 48px;
}

.section-3._1248-w {
  max-width: 1248px;
}

.section-3._1248-w.bg-primary-2 {
  background-color: var(--custom-2);
  border-radius: 10px;
}

.section-3._1248-w.bg-primary-2.margin-top-20 {
  margin-bottom: 0;
}

.section-3.bg-primary-1.padding-top-500 {
  padding-top: 500px;
}

.section-3.bg-primary-1.padding-top-500._1248 {
  max-width: 1248px;
}

.section-3.cta-integrations-orders {
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
}

.section-3.space-small-top-and-bottom {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-3.no-bottom-space {
  padding-bottom: 0;
}

.section-3.bg-gray-4 {
  border-radius: 10px;
  max-width: 1248px;
  margin-top: 20px;
}

.section-3.bg-primary-1 {
  background-color: var(--custom-1);
  border-radius: 10px;
  margin-top: 20px;
}

.section-3.bg-primary-1._1248-w {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.section-3.video-section {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1248px;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-3.video-section.margin-top {
  margin-top: 40px;
}

.section-3.top-space-small-sections {
  padding-top: 48px;
}

.section-3.top-space-small-sections.novos-planos {
  display: block;
}

.section-3.no-space-top {
  padding-top: 0;
}

.content-width-medium-2 {
  direction: ltr;
  color: var(--black);
  width: 100%;
  max-width: 506px;
}

.text-margin-left-2, .text-block-366 {
  color: var(--white);
  margin-left: 10px;
}

.heading-2, .text-block-367 {
  color: var(--white);
}

.nav-dropdown-2 {
  margin-left: 0;
}

.margin-left {
  margin-left: 10px;
}

.margin-left.rotate-down {
  transform: rotate(90deg);
}

.margin-left.rotate {
  transform: rotate(-45deg);
}

.drop-link {
  text-decoration: none;
  display: flex;
}

.drop-link:hover {
  color: var(--custom-1);
}

.drop-link.align-center {
  align-items: center;
}

.nav-menu-wrapper-2 {
  color: #000;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper-2.margin-left {
  justify-content: flex-start;
  margin-left: 16px;
}

.text-space-left-2 {
  color: var(--black);
  flex: 1;
  margin-left: 8px;
  font-size: 14px;
}

.text-space-left-2.text-white {
  color: var(--white);
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #1fb76c;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button-2:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
  text-decoration: none;
}

.button-2.button-outline {
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  line-height: 16px;
  transition: color .2s, background-color .2s;
}

.button-2.button-outline.margin-left {
  margin-left: 10px;
}

.button-2.button-outline.margin-top-10 {
  margin-top: 10px;
}

.button-2.margin-left {
  margin-left: 16px;
}

.button-2.text {
  color: #1fb76c;
  background-color: rgba(0, 0, 0, 0);
}

.button-2.text:hover {
  background-image: linear-gradient(rgba(31, 183, 108, .04), rgba(31, 183, 108, .04));
}

.button-2.text:active {
  background-image: linear-gradient(rgba(31, 183, 108, .16), rgba(31, 183, 108, .16));
}

.button-2.text.text-white {
  color: #fff;
}

.button-2.bg-white {
  box-shadow: none;
  color: #222525;
  border-style: none;
  border-color: #fff;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button-2.bg-white:hover {
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
}

.button-2.bg-white:active {
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32));
}

.button-2.bg-white:focus {
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24));
}

.button-2.bg-white.margin-left {
  margin-left: 16px;
}

.button-2.margin-top:hover {
  background-color: #068466;
  border-color: #068466;
}

.nav-link-2 {
  white-space: nowrap;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding: 4px 12px 2px;
  font-weight: 500;
}

.nav-link-2:hover {
  border-bottom: 2px solid var(--custom-1);
  text-decoration: none;
}

.nav-link-2.w--current {
  color: var(--custom-1);
  font-weight: 700;
}

.dropdown-icon-2 {
  margin-left: 4px;
  margin-right: -4px;
}

.nav-menu-button-wrapper-2 {
  align-items: center;
  margin-left: 12px;
  display: flex;
}

.navigation-container-2 {
  z-index: 99;
  box-shadow: none;
  background-color: #fff;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
}

.dropdown-list-3 {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
}

.dropdown-list-3.shadow {
  border-style: none;
}

.nav-functions-2 {
  align-items: center;
  display: flex;
}

.dropdown-link-block-2 {
  color: var(--black);
  min-width: 222px;
  text-decoration: none;
}

.dropdown-link-block-2:hover {
  color: var(--custom-1);
  text-decoration: none;
}

.span-loop-word-1 {
  color: #1fb76c;
  display: inline-block;
}

.h1-hero {
  color: #000;
  font-size: 64px;
  line-height: 1.1;
}

.h1-hero.text-white {
  color: #fff;
}

.tiles-hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  min-height: 85vh;
  display: grid;
  position: relative;
}

.div-block-1272 {
  flex-direction: column;
  align-items: center;
  width: 60%;
  display: flex;
}

.text-large-2 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-large-2.text-white.max-650 {
  color: var(--white);
  max-width: 550px;
}

.text-large-2.section-subtitle.text-white {
  color: var(--white);
  max-width: 650px;
  font-size: 20px;
  line-height: 26px;
}

.text-large-2.footer-text {
  max-width: 294px;
}

.text-large-2.footer-text.small-text {
  max-width: 400px;
  font-size: 16px;
  line-height: 26px;
}

.tile-business {
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Header-página-principal-2---Alloy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.span-loop-word-2 {
  color: #1fb76c;
  display: none;
}

.color-destaque {
  color: var(--custom-1);
  font-weight: 700;
}

.imagem-section {
  width: 800px;
  position: relative;
  top: 50px;
}

.div-block-1288 {
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.subheading-2 {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.subheading-2.color-green {
  color: var(--custom-1);
}

.subheading-2.color-destaque {
  color: var(--custom-1);
  margin-bottom: 8px;
}

.subheading-2.color-green {
  margin-bottom: 8px;
}

.image-square {
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 10px;
  width: 600px;
  max-width: 600px;
  height: 600px;
}

.image-square.fit-center {
  object-position: 50% 50%;
}

.div-block-1289 {
  display: inline-block;
}

.hover-link-2 {
  opacity: .75;
  color: var(--black);
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
}

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

.footer-menu-column-2 {
  width: 250px;
  margin-left: 60px;
}

.footer-2 {
  padding: 96px 48px 48px;
}

.footer-2.no-padding-mobile.space-top-small {
  padding-top: 48px;
}

.bold-text {
  color: #fff;
}

.heading-hero-2 {
  font-size: 50px;
}

.text-caps-2 {
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-right: -.25em;
  font-weight: 500;
}

.div-block-1296 {
  padding-top: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.medium-heading-2 {
  color: var(--black);
  margin-bottom: 24px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 40px;
  line-height: 42px;
}

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

.medium-heading-2.text-white {
  color: var(--white);
}

.bold-text-2 {
  text-decoration: line-through;
}

.image-icon {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
}

.image-icon.icon-large {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
}

.grid-thirds-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-thirds-2.gapless-columns {
  grid-column-gap: 0px;
}

.grid-thirds-2.gapless-columns.gapless-rows {
  grid-row-gap: 0px;
}

.centered-grid-item-2 {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.text-large-3 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.text-large-3.section-subtitle {
  color: var(--black);
}

.box-icon-large {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  padding: 6px;
  display: flex;
}

.large-heading-2 {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 1;
}

.large-heading-2.color-white {
  color: var(--white);
}

.highlight-2 {
  color: #1fb76c;
  font-weight: 700;
}

.h6-small-2 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.circle-small-3 {
  background-color: var(--custom-1);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

.circle-small-3.margin-right {
  color: var(--black);
  margin-right: 24px;
}

.icon-list-item-3 {
  color: var(--black);
  border-bottom: 1px rgba(0, 0, 0, .1);
  border-radius: 1px;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

.image-4 {
  width: 800px;
  height: 516px;
}

.tabs-underline-wrapper-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-underline-menu-2 {
  border-bottom: 2px solid rgba(0, 0, 0, .1);
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.tabs-underline-menu-2.text-large {
  width: 612px;
}

.tab-underline-2 {
  opacity: .5;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 0;
  transition: opacity .2s, border-color .2s;
  display: flex;
  top: 2px;
}

.tab-underline-2:hover {
  opacity: 1;
  text-decoration: none;
}

.tab-underline-2:active {
  background-color: rgba(0, 0, 0, 0);
}

.tab-underline-2.w--current {
  border-bottom-color: var(--custom-1);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.tab-underline-2.tab-underline-first {
  margin-left: 0;
}

.tab-underline-2.tab-underline-first.w--current {
  border-bottom-color: var(--custom-1);
}

.content-width-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  direction: ltr;
  width: 100%;
  max-width: 612px;
}

.tab-underline-3 {
  opacity: .5;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 0;
  transition: opacity .2s, border-color .2s;
  display: flex;
  top: 2px;
}

.tab-underline-3:hover {
  opacity: 1;
  text-decoration: none;
}

.tab-underline-3:active {
  background-color: rgba(0, 0, 0, 0);
}

.tab-underline-3.w--current {
  border-bottom-color: var(--custom-1);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.tab-underline-3.tab-underline-first {
  margin-left: 0;
}

.tab-underline-3.tab-underline-first.w--current {
  border-bottom-color: var(--custom-1);
}

.bold-text-3 {
  color: var(--white);
}

.icon-list-item-4 {
  border-bottom: 1px rgba(0, 0, 0, .1);
  border-radius: 1px;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.circle-small-4 {
  background-color: #1fb76c;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

.circle-small-4.margin-right {
  background-color: var(--custom-1);
  margin-right: 24px;
}

.button-3 {
  background-color: var(--custom-1);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button-3:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
  text-decoration: none;
}

.button-3.button-outline {
  color: var(--black);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  line-height: 16px;
  transition: color .2s, background-color .2s;
}

.button-3.button-outline.no-border {
  border-style: none;
}

.medium-heading-3 {
  color: var(--black);
  margin-bottom: 24px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 40px;
  line-height: 42px;
}

.image-5 {
  height: 60px;
}

.div-block-1299 {
  background-color: #fff;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 480px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
}

.cta-contained-2 {
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.cta-contained-2.bg-black {
  background-color: var(--custom-1);
  color: #fff;
}

.large-heading-3 {
  color: #000;
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 1;
}

.large-heading-3.color-white {
  color: #fff;
}

.text-large-4 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.text-large-4.text-white {
  color: var(--white);
}

.text-large-4.section-subtitle {
  font-weight: 400;
}

.text-large-4.margin-bottom-20 {
  margin-bottom: 20px;
}

.cta-contained-image-2 {
  flex: 0 auto;
  width: 480px;
}

.content-width-medium-3 {
  direction: ltr;
  width: 100%;
  max-width: 506px;
}

.content-width-medium-3.sticky-top {
  top: 100px;
}

.content-width-medium-3.sticky-top.min-506 {
  min-width: 506px;
}

.text-block-368 {
  color: #fff;
}

.ipad-hero-image-2 {
  box-shadow: none;
  border-radius: 2.5vw;
  margin-top: 0;
}

.ipad-hero-image-2.no-margin {
  margin-top: 0;
}

.video-lightbox-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-4 {
  background-color: var(--custom-1);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button-4:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
  text-decoration: none;
}

.button-4.button-outline {
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  line-height: 16px;
  transition: color .2s, background-color .2s;
}

.button-4.bg-white {
  box-shadow: none;
  color: #222525;
  border-style: none;
  border-color: #fff;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button-4.bg-white:hover {
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
}

.button-4.bg-white:active {
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32));
}

.button-4.bg-white:focus {
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24));
}

.button-4.bg-white.margin-left {
  margin-left: 16px;
}

.image-square-2 {
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 10px;
  width: 600px;
  height: 600px;
}

.image-square-2.fit-center {
  object-position: 50% 50%;
}

.image-square-2.fit-center.custom-size {
  width: 500px;
  height: 500px;
}

.section-title-3 {
  text-align: center;
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-3.section-title-wide.space-bottom-36 {
  text-align: left;
  margin-bottom: 36px;
}

.section-title-3.section-title-wide.no-bottom-space {
  margin-bottom: 0;
}

.section-title-3.feature {
  max-width: 850px;
}

.medium-heading-4 {
  margin-bottom: 24px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.centered-grid-item-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.bold-text-4 {
  color: var(--white);
}

.imagem-section-2 {
  margin-top: -300px;
  position: relative;
  top: 220px;
}

.div-block-1312 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.div-block-1313 {
  display: inline-block;
}

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

.grid-fifths-2.padding-top-lojas-modelo {
  padding-top: 20px;
}

.image-integration {
  width: 100px;
  height: 100px;
}

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

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  max-width: 100%;
  height: auto;
  display: flex;
}

.slider-2.desktop {
  padding-left: 20px;
  padding-right: 20px;
}

.slider-2.desktop.hide {
  display: none;
}

.slider-2.slider-large {
  max-width: 835px;
}

.mask-2 {
  width: 800px;
  height: 150px;
}

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

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

.card-body-3 {
  color: #000;
  flex: 1;
  padding: 24px;
}

.card-body-3.card-body-large {
  padding: 36px;
}

.card-body-3.card-body-large.padding-24-cards-planos {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.card-body-3.card-body-large.padding-24-cards-planos.best-seller {
  border: 2px solid var(--custom-1);
  border-radius: 6px;
}

.card-body-3.card-body-small {
  background-color: var(--black);
  color: var(--white);
  border-radius: 6px;
  padding: 16px;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.card-body-3.card-body-small.no-shadow-mobile {
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.card-3 {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.card-3:hover {
  text-decoration: none;
}

.card-3.no-border {
  background-color: #fff;
  border-style: none;
  position: relative;
}

.card-3.no-border.box-shadows {
  z-index: 1;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
}

.card-3.no-border.box-shadows.plano-one-card {
  width: 350px;
}

.card-3.no-border {
  background-color: #fff;
  position: relative;
}

.card-3.no-border.image-caption-overlay {
  max-width: 265px;
  font-weight: 500;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.text-space-left-3 {
  color: #000;
  flex: 1;
  margin-left: 8px;
  font-size: 14px;
}

.text-space-left-3.text-small {
  font-size: 13px;
}

.text-space-left-3.text-small.bold {
  font-weight: 700;
}

.div-block-1316 {
  display: inline-block;
}

.row-2 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.row-2.row-justify-center {
  justify-content: center;
  align-items: center;
}

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

.row-2.row-justify-center.grid.hide {
  display: none;
}

.row-2.row-align-center {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  display: flex;
}

.row-2.row-split-content {
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.row-2.price-row {
  color: #1fb76c;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 12px;
}

.overlay-loading {
  z-index: 10000;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-loading-overlay {
  border-radius: 100px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.html-embed-3 {
  display: inline-block;
}

.body {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.body.italic {
  font-style: italic;
  font-weight: 400;
}

.body.italic.bottom-margin-20 {
  color: #000;
  margin-bottom: 20px;
}

.testimonial-text {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.quotation-mark {
  width: 21px;
  margin-bottom: 30px;
}

.testimonial-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-content: start;
  position: -webkit-sticky;
  position: sticky;
}

.testimonial-card {
  background-color: var(--white);
  color: #000;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.testimonial-author {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.testimonial-cards-wrap-right {
  width: 50%;
  padding-top: 30px;
  padding-left: 10px;
}

.tagline {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.testimonial-author-wrap {
  display: flex;
}

.testimonial-author-image {
  object-fit: cover;
  border-radius: 100px;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.testimonials-wrap {
  display: flex;
}

.testimonial-cards-wrap-left {
  width: 50%;
  padding-right: 10px;
}

.font-size-18 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.image-play {
  margin-bottom: 3px;
  margin-right: 10px;
}

.text-caps-3 {
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-right: -.25em;
  font-size: 16px;
  font-weight: 500;
}

.button-5 {
  background-color: var(--custom-1);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button-5:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
  text-decoration: none;
}

.button-5.bg-white {
  box-shadow: none;
  color: #222525;
  border-style: none;
  border-color: #fff;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button-5.bg-white:hover {
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
}

.button-5.bg-white:active {
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32));
}

.button-5.bg-white:focus {
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24));
}

.button-5.bg-white.margin-left {
  margin-left: 16px;
}

.button-6 {
  background-color: var(--custom-1);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button-6:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
  text-decoration: none;
}

.button-6.button-outline {
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  line-height: 16px;
  transition: color .2s, background-color .2s;
}

.button-6.bg-white {
  box-shadow: none;
  color: #222525;
  border-style: none;
  border-color: #fff;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button-6.bg-white:hover {
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
}

.button-6.bg-white:active {
  background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32));
}

.button-6.bg-white:focus {
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24));
}

.button-6.bg-white.margin-left {
  margin-left: 16px;
}

.button-7 {
  background-color: var(--custom-1);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button-7:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
  text-decoration: none;
}

.button-7.button-outline {
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  line-height: 16px;
  transition: color .2s, background-color .2s;
}

.button-8 {
  background-color: var(--custom-1);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button-8:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
  text-decoration: none;
}

.button-8.button-outline {
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  line-height: 16px;
  transition: color .2s, background-color .2s;
}

.button-8.text {
  color: #1fb76c;
  background-color: rgba(0, 0, 0, 0);
}

.button-8.text:hover {
  background-image: linear-gradient(rgba(31, 183, 108, .04), rgba(31, 183, 108, .04));
}

.button-8.text:active {
  background-image: linear-gradient(rgba(31, 183, 108, .16), rgba(31, 183, 108, .16));
}

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

.button-8.button-block.bg-gray-4 {
  color: var(--black);
  text-align: center;
  background-color: rgba(0, 0, 0, .04);
  justify-content: center;
}

.heading-menu-header {
  margin-bottom: 6px;
  font-weight: 700;
}

.obs-planos {
  text-align: center;
  margin-top: 20px;
}

.tiny-heading-2 {
  color: var(--custom-1);
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.tag-plano-mais-vendido {
  background-color: var(--custom-1);
  color: #fff;
  text-align: center;
  border-radius: 4px 4px 0 0;
  justify-content: center;
  align-items: center;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: -23px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-card-small-2 {
  color: rgba(0, 0, 0, .6);
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 18px;
}

.large-heading-4 {
  color: var(--custom-1);
  font-size: 54px;
  line-height: 1;
}

.large-heading-4.no-bottom-space {
  margin-bottom: 0;
}

.large-heading-4.no-bottom-space.price {
  color: var(--custom-1);
  margin-left: 5px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

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

.div-block-1165 {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.pricing-label-2 {
  color: rgba(0, 0, 0, .8);
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.pricing-row-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  padding: 16px 12px 16px 24px;
  display: grid;
}

.pricing-row-2.featured {
  z-index: 1;
  background-color: #f7f7f7;
  border-bottom: 2px rgba(0, 0, 0, .1);
  border-radius: 6px;
  position: -webkit-sticky;
  position: sticky;
  top: 182px;
}

.pricing-row-2.featured.no-sticky {
  display: block;
  position: static;
}

.pricing-row-2.pricing-header {
  z-index: 3;
  background-color: #fff;
  border-bottom: 2px #1fb76c;
  padding: 12px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

.pricing-row-2.border-gray {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.pricing-row-2.border-gray:hover {
  background-color: #f7f7f7;
}

.pricing-row-2.border-gray.no-grid {
  display: block;
}

.pricing-thirds-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  display: grid;
}

.tooltip-circle-2 {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-top: 1px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.div-block-1298 {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.tooltip-message-2 {
  color: rgba(0, 0, 0, .6);
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  min-width: 200px;
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
  display: none;
  position: absolute;
  bottom: 100%;
  left: 10px;
  transform: translate(-50%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.color-green-2 {
  color: var(--custom-1);
  font-weight: 700;
}

.expandable-text-2 {
  margin-top: 8px;
}

.expandable-text-2.expandable-accordion-text {
  margin-top: 24px;
  font-weight: 400;
}

.expandable-heading-2 {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  transition: color .2s;
}

.expandable-heading-2.h3-roboto {
  font-family: Roboto, sans-serif;
}

.text-small-2 {
  font-size: 14px;
  line-height: 20px;
}

.div-block-1300 {
  padding-top: 20px;
  display: inline-block;
}

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

.nav-link-3 {
  white-space: nowrap;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding: 4px 12px 2px;
  font-weight: 500;
}

.nav-link-3:hover {
  border-bottom: 2px solid #1fb76c;
  text-decoration: none;
}

.nav-link-3.w--current {
  color: #1fb76c;
  font-weight: 700;
}

.link-8 {
  opacity: .8;
  color: var(--custom-2);
  border-bottom: 2px dashed rgba(0, 0, 0, .6);
  font-weight: 400;
}

.mask-3 {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.slide-3 {
  width: 835px;
  height: 418px;
}

.image-69 {
  object-fit: cover;
  width: 835px;
  height: 418px;
}

.captioned-image-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 835px;
  display: flex;
  position: relative;
}

.subheading-3 {
  text-transform: none;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.subheading-3.text-primary-1 {
  color: #1fb76c;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.medium-heading-5 {
  margin-bottom: 24px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.div-block-1318 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-9 {
  background-color: var(--custom-1);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button-9:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
  text-decoration: none;
}

.image-70 {
  object-fit: cover;
  width: 835px;
  height: 418px;
}

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

.text-block-370, .text-block-371 {
  color: var(--black);
}

.text-block-372 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.text-large-5 {
  color: rgba(0, 0, 0, .8);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-large-5.margin-bottom-20 {
  margin-bottom: 20px;
}

.text-large-5.section-subtitle {
  font-weight: 400;
}

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

.medium-heading-6 {
  margin-bottom: 24px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
}

.grid-quarters-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.box-icon {
  background-color: rgba(31, 183, 108, .1);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  padding: 6px;
  display: flex;
}

.heading-3 {
  margin-bottom: 24px;
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 700;
}

.font-size-19 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.button-10 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1fb76c;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button-10:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
  text-decoration: none;
}

.button-10.button-outline {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  font-weight: 500;
  line-height: 16px;
  transition: color .2s, background-color .2s;
}

.button-10.button-outline.margin-left {
  margin-left: 16px;
}

.text-span-18 {
  color: var(--custom-1);
}

.div-block-7039 {
  background-color: var(--custom-1);
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  width: 600px;
  height: 600px;
  display: flex;
}

.heading-4 {
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 700;
}

.uui-page-padding-3 {
  padding-left: 20px;
  padding-right: 0;
}

.uui-testimonial15_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: rgba(0, 0, 0, .04);
  border: 1px solid #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.uui-testimonial15_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial15_rating-icon {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-heading-xxsmall-2 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-2.text-weight-medium {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.uui-testimonial15_slide {
  padding-right: 2rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.uui-max-width-large-2 {
  text-align: center;
  width: 100%;
  padding-right: 20px;
}

.uui-testimonial15_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial15_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.uui-testimonial15_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-testimonial15_client-heading {
  color: #101828;
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial15_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.uui-heading-medium-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.uui-testimonial15_arrow {
  color: rgba(0, 0, 0, .6);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.uui-testimonial15_arrow:hover {
  background-color: #f9fafb;
}

.uui-testimonial15_arrow.left {
  color: rgba(0, 0, 0, .6);
  right: 4rem;
}

.uui-text-size-large-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-text-size-small-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-section_testimonial15 {
  overflow: hidden;
}

.uui-testimonial15_component {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 0;
  padding-bottom: 5rem;
  position: relative;
}

.section-depoimentos {
  color: #000;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-depoimentos.bg-primary-1 {
  background-color: var(--custom-1);
  color: var(--white);
  border-radius: 10px;
  margin-top: 20px;
}

.section-depoimentos.bg-primary-1.with-image {
  background-color: var(--custom-1);
  margin-bottom: 150px;
  padding-bottom: 0;
}

.section-depoimentos.bg-primary-1.padding-top-500._1248 {
  background-color: var(--custom-1);
  max-width: 1248px;
}

.section-depoimentos.bottom-space-small {
  padding-bottom: 48px;
}

.section-depoimentos._1248-w {
  max-width: 1248px;
}

.section-depoimentos._1248-w.bg-primary-2 {
  background-color: var(--custom-2);
  border-radius: 10px;
}

.section-depoimentos._1248-w.bg-primary-2.margin-top-20 {
  margin-bottom: 0;
}

.section-depoimentos.bg-primary-1.padding-top-500 {
  padding-top: 500px;
}

.section-depoimentos.bg-primary-1.padding-top-500._1248 {
  max-width: 1248px;
}

.section-depoimentos.cta-integrations-orders {
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
}

.section-depoimentos.space-small-top-and-bottom {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-depoimentos.no-bottom-space {
  padding-bottom: 0;
}

.section-depoimentos.bg-gray-4 {
  border-radius: 10px;
  max-width: 1248px;
  margin-top: 20px;
}

.section-depoimentos.bg-primary-1 {
  background-color: var(--custom-1);
  border-radius: 10px;
  margin-top: 20px;
}

.section-depoimentos.bg-primary-1._1248-w {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.section-depoimentos.video-section {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1248px;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-depoimentos.video-section.margin-top {
  margin-top: 40px;
}

.section-depoimentos.top-space-small-sections {
  padding-top: 48px;
}

.section-depoimentos.top-space-small-sections.novos-planos {
  display: block;
}

.section-depoimentos.no-space-top {
  padding-top: 0;
}

.f-logo-gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, rgba(255, 255, 255, .64) 51%, rgba(255, 255, 255, 0));
  width: 140px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-logo-gradient-l {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, rgba(255, 255, 255, .73) 60%, rgba(255, 255, 255, 0));
  width: 140px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.f-section-large {
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.f-section-large.segmentos {
  padding-top: 40px;
}

.f-logo-carousel {
  flex: none;
  display: flex;
}

.image-logos-carousel {
  border-radius: 100px;
}

.f-logo-css {
  display: none;
}

.f-logo-carousel-wrap {
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-cell {
  opacity: .6;
  filter: grayscale();
  cursor: none;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 0;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: #e4e6f1;
}

.f-logo-cell.segments {
  border-radius: 0;
}

.f-logo-cell.segments:hover {
  background-color: rgba(0, 0, 0, 0);
}

.f-logo-cell.logos-integration {
  border-radius: 0;
}

.f-logo-cell.logos-integration:hover {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-1320 {
  z-index: 100;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, .1);
}

.button-11 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #f50;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 16px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button-11:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .08));
  text-decoration: none;
}

.div-block-7040 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-7041 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-7042 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.icon-small {
  color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (min-width: 1920px) {
  .banner-cookies {
    width: 32%;
  }

  .tile-business {
    background-position: 0 0, 50% 60%;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    font-size: 28px;
    line-height: 32px;
  }

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

  .section.bg-gray-4.termos {
    padding-top: 44px;
  }

  .section.bg-primary-3.section-ic-top {
    padding-top: 100px;
  }

  .section.green-friday {
    padding-top: 0;
  }

  .container.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .row.style-guide-row {
    flex-direction: column;
  }

  .row.row-split-content.direction-reverse {
    direction: ltr;
    flex-direction: column;
  }

  .row.row-split-content {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 36px;
    margin-right: 0;
    padding: 24px;
  }

  .style-guide-content {
    max-width: 100%;
  }

  .style-guide-content.row {
    flex: 0 auto;
  }

  .button.fixed-mobile {
    z-index: 10;
    display: inline-block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 3px 0 6px 4px rgba(0, 0, 0, .1);
  }

  .card-body.card-body-large, .card-body.case-study-card-body {
    padding: 24px;
  }

  .card-image-head {
    min-height: 218.656px;
    max-height: 218.656px;
  }

  .content-width-large {
    margin-left: 0;
    margin-right: 0;
  }

  .content-width-large.tabs-row-content {
    margin-top: 48px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-title {
    margin-bottom: 60px;
  }

  .section-title.no-bottom-space {
    margin-bottom: 0;
  }

  .grid-thirds {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 100%;
  }

  .grid-thirds.grid-align-bottom {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .grid-thirds.grid-align-bottom.combos {
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds.team-grid-thirds {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds.blog-grid-thirds, .grid-thirds.blog-link-bg-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .circle.bg-primary-2 {
    align-items: stretch;
  }

  .text-white {
    color: var(--white);
    flex: 0 auto;
    align-self: auto;
  }

  .text-white.text-black {
    color: var(--black);
  }

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

  .handwriting-arrow {
    right: 107px;
  }

  .handwriting-contents.pricing-tabbed-handwriting-contents {
    transform: rotate(-10deg)translate(100%, -100%);
  }

  .icon-list.icon-list-vertical {
    grid-row-gap: 36px;
  }

  .form-input {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
  }

  .form-input.horizontal-form-input {
    min-width: 250px;
  }

  .form-feedback {
    margin-top: 12px;
  }

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

  .grid-quarters.team-member-avatar-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-icon.icon-white {
    display: none;
  }

  .dropdown-icon.icon-black {
    display: block;
  }

  .avatar {
    width: 72px;
    height: 72px;
  }

  .avatar.avatar-large {
    width: 180px;
    height: 180px;
  }

  .avatar.avatar-large.team-member-avatar {
    margin-bottom: 12px;
  }

  .avatar.avatar-large.horizontal-quote-avatar {
    margin-right: 24px;
  }

  .navbar {
    justify-content: space-around;
  }

  .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
  }

  .nav-menu-wrapper {
    border: 1px solid var(--gray-10);
    background-color: var(--white);
    border-radius: 0 0 6px 6px;
    padding: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
  }

  .nav-menu-wrapper.navbar-transparente {
    border-style: none;
    border-radius: 6px;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links.nav-links-1 {
    margin-left: 0;
  }

  .nav-menu-button-wrapper {
    flex: 1;
    justify-content: flex-end;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 12px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-cross-icon {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .comparison-row {
    grid-template-columns: 2.5fr 1fr 1fr;
  }

  .medium-heading.margin-bottom {
    margin-bottom: 24px;
  }

  .footer {
    padding-top: 72px;
  }

  .row-cta {
    text-align: center;
    flex-direction: column;
  }

  .cta-row-heading {
    margin-bottom: 24px;
  }

  .horizontal-rule {
    background-color: rgba(0, 0, 0, .1);
  }

  .footer-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
    display: flex;
  }

  .footer-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 72px;
  }

  .footer-menu-column {
    margin-left: 24px;
    margin-right: 24px;
  }

  .footer-lower-row {
    text-align: center;
  }

  .navbar-centered {
    display: flex;
  }

  .nav-search-form {
    margin-bottom: 12px;
    margin-left: 0;
  }

  .overlapped-illustration-section {
    display: none;
  }

  .section-title-wide {
    margin-bottom: 60px;
  }

  .restricted-grid-item.border-sides-white, .restricted-grid-item.border-sides-white-thick {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-2-right {
    align-items: center;
  }

  .footer-2-left {
    margin-bottom: 24px;
  }

  .footer-2-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .search-result-item {
    margin-bottom: 36px;
  }

  .search-form {
    margin-top: 12px;
  }

  .padded-grid-item {
    padding: 24px;
  }

  .icon-extra-large {
    width: 96px;
    height: 96px;
  }

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

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

  .full-bleed-image.rounded-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .full-bleed-image.tall-image {
    width: auto;
    max-height: 612px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-halves {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .section-halves-content {
    text-align: center;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-image-right {
    bottom: -96px;
    right: -96px;
  }

  .cta-contained {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
  }

  .cta-contained.bg-primary-1 {
    flex-direction: column;
    align-items: center;
  }

  .tooltip-container.text-space-left {
    z-index: 0;
  }

  .pricing-quarters {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-row {
    flex-direction: column-reverse;
  }

  .vertical-tabs-row {
    flex-direction: column;
    align-items: center;
  }

  .team-member-row {
    text-align: center;
    flex-direction: column;
  }

  .team-member-row-image {
    max-width: 30vw;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .team-member-row-content-wrapper {
    align-items: center;
  }

  .section-fullscreen.utility-page-section {
    height: auto;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .article {
    font-size: 16px;
    line-height: 24px;
  }

  .article h4 {
    margin-top: 36px;
  }

  .article ul {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .article li {
    padding-top: 6px;
  }

  .coming-soon-row {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .coming-soon-image {
    margin-top: 48px;
  }

  .coming-soon-image-a, .coming-soon-image-b {
    display: none;
  }

  .back-to-top-button-wrapper {
    bottom: 120px;
  }

  .featured-blog-post-grid {
    grid-template-columns: 1fr;
    max-width: 506px;
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar-layout {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .sidebar-layout.case-study-layout {
    grid-column-gap: 36px;
  }

  .footer-3-row {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
  }

  .footer-3-row-lower {
    flex-direction: column;
  }

  .footer-3-links {
    margin-bottom: 24px;
  }

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

  .page-demos-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .page-demos-sidebar {
    text-align: center;
    align-items: center;
    max-width: 506px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .overlap-section-below {
    margin-bottom: -120px;
  }

  .ipad-hero-image {
    max-width: 65vw;
  }

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

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

  .dropdown {
    z-index: 0;
    background-color: rgba(0, 0, 0, .04);
    border-style: none;
  }

  .drop-toggle {
    background-color: rgba(0, 0, 0, 0);
  }

  .section-cta-left {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
  }

  .div-block-4 {
    border-left-style: none;
    margin-top: -72px;
    padding-left: 0;
  }

  .list-green-friday {
    text-align: left;
  }

  .banner-cookies {
    bottom: 60px;
  }

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

  .container-grid-produtos {
    width: auto;
    display: block;
  }

  .coluna-produtos {
    width: 100%;
  }

  .card-produto:hover {
    box-shadow: none;
  }

  .coluna-carrinho {
    z-index: 200;
    background-color: var(--white);
    box-shadow: none;
    border-style: none;
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    padding: 40px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .overlay-product {
    display: none;
  }

  .comparison-prices {
    grid-template-columns: 2.5fr 1fr 1fr;
  }

  .comparison-prices.topo {
    grid-template-columns: 2.5fr 1fr;
  }

  .close-modal-cart {
    display: flex;
  }

  .bar-cart-mobile {
    z-index: 100;
    color: var(--white);
    text-transform: uppercase;
    cursor: pointer;
    background-color: #ec3600;
    justify-content: space-between;
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
    display: none;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, .2);
  }

  .price-bar {
    text-align: right;
  }

  .input {
    font-size: 1rem;
  }

  .success-message-2 {
    border-radius: 6px;
  }

  .resumo-carrinho {
    z-index: 200;
    background-color: var(--white);
    margin-left: 0;
  }

  .margin-top-20 {
    margin-top: 24px;
  }

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

  .button-cookies.fixed-mobile {
    z-index: 10;
    display: inline-block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 3px 0 6px 4px rgba(0, 0, 0, .1);
  }

  .embed-form-active-footer-desktop {
    display: none;
  }

  .embed-form-active-footer, .embed-form-active-cta-blog {
    display: block;
  }

  .card-body-2 {
    text-align: left;
  }

  .card-body-2.card-body-store {
    width: 320px;
  }

  .card-body-2.card-body-store.store-marketplace {
    width: auto;
  }

  .card-2:hover {
    box-shadow: none;
  }

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

  .grid.stores-marketplace {
    grid-template-columns: 1fr;
    margin: 0;
    padding-top: 12px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .grid.cards-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin: 0 -20px 0 0;
    padding: 0;
    display: none;
  }

  .image-card {
    width: 100%;
  }

  .grid-lp-stores {
    grid-template-columns: 1fr 1fr;
  }

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

  .section-title-2 {
    margin-bottom: 60px;
  }

  .section-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-3.bg-primary-1.padding-top-500._1248 {
    margin-top: -250px;
    padding-top: 240px;
  }

  .nav-menu-wrapper-2 {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0 0 6px 6px;
    padding: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
  }

  .nav-menu-wrapper-2.margin-left {
    border-style: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-left: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  }

  .button-2.button-outline.margin-left.bt-login-navbar {
    display: none;
  }

  .nav-link-2 {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
  }

  .nav-menu-button-wrapper-2 {
    flex: 1;
    justify-content: flex-end;
  }

  .nav-functions-2 {
    flex: 0 auto;
    display: flex;
  }

  .tiles-hero {
    grid-template-columns: 1fr;
  }

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

  .imagem-section {
    width: 600px;
  }

  .div-block-1288 {
    justify-content: center;
  }

  .footer-menu-column-2 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .footer-2 {
    padding-top: 72px;
  }

  .grid-thirds-2 {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 100%;
  }

  .div-block-1297 {
    padding-top: 16px;
    display: block;
  }

  .image-4 {
    width: 100%;
    height: auto;
  }

  .content-width-large-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .cta-contained-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
  }

  .cta-contained-2.bg-black {
    flex-direction: column;
    align-items: center;
  }

  .ipad-hero-image-2 {
    max-width: 65vw;
  }

  .section-title-3 {
    margin-bottom: 60px;
  }

  .section-title-3.no-bottom-space {
    margin-bottom: 0;
  }

  .imagem-section-2 {
    margin-top: -250px;
  }

  .slider-2.desktop {
    display: none;
  }

  .mask-2 {
    width: auto;
  }

  .div-block-1315 {
    width: 100px;
    height: 100px;
  }

  .card-body-3.card-body-large {
    padding: 24px;
  }

  .row-2.row-justify-center.grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .row-2.row-split-content {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonial-text {
    text-align: center;
    position: static;
  }

  .testimonial-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    position: static;
  }

  .testimonial-author-image {
    width: 56px;
  }

  .obs-planos {
    margin-top: 24px;
  }

  .div-block-1164 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .pricing-row-2.featured {
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
  }

  .pricing-row-2.pricing-header {
    background-color: #fff;
    top: 70px;
  }

  .nav-link-3 {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
  }

  .slide-3 {
    width: 100%;
    height: auto;
  }

  .image-69, .captioned-image-wrapper-2, .image-70 {
    width: 100%;
  }

  .div-block-1319 {
    grid-template-columns: 1fr 1fr;
  }

  .uui-testimonial15_mask {
    width: 50%;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-testimonial15_arrow {
    right: 20px;
  }

  .uui-testimonial15_arrow.left {
    right: 80px;
  }

  .uui-testimonial15_component {
    padding-left: 0;
    padding-right: 0;
  }

  .section-depoimentos {
    margin-left: -20px;
    margin-right: -20px;
  }

  .section-depoimentos.bg-primary-1.padding-top-500._1248 {
    margin-top: -250px;
    padding-top: 240px;
  }

  .f-section-large.segmentos {
    margin-top: -30px;
    padding-top: 0;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 32px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  h5 {
    font-size: 20px;
  }

  .section.bg-gray-4.termos {
    padding-top: 20px;
  }

  .container.space-bottom {
    margin-bottom: 0;
  }

  .row.icon-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .row.utility-row-left {
    justify-content: center;
    margin-bottom: 12px;
  }

  .row.row-split-content {
    grid-row-gap: 36px;
  }

  .button.horizontal-form-button {
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
  }

  .button.margin-left.bt-navbar-comece {
    display: block;
  }

  .card-head {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-body.card-body-large {
    padding: 24px;
  }

  .card-image-head {
    min-height: 156px;
    max-height: 156px;
  }

  .content-width-small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .content-width-large {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .content-width-large.tabs-row-content {
    margin-top: 36px;
  }

  .section-title {
    margin-bottom: 48px;
  }

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

  .grid-thirds.grid-thirds-narrow.link-card-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds.grid-align-bottom.combos {
    grid-template-columns: 1fr;
  }

  .grid-thirds.blog-grid-thirds {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .circle {
    margin-right: 0;
    padding-right: 0;
  }

  .circle.bg-primary-2 {
    flex-direction: row;
    align-items: stretch;
  }

  .centered-grid-item {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .icon-list-item {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .icon-list-item.icon-list-item-last {
    padding-bottom: 0;
  }

  .handwriting {
    font-size: 28px;
    line-height: 32px;
  }

  .handwriting-contents.pricing-plans-handwriting-contents, .handwriting-contents.pricing-table-handwriting-contents, .hidden-on-mobile {
    display: none;
  }

  .content-width-medium {
    width: 100%;
  }

  .icon-grid-list-item {
    padding-bottom: 16px;
  }

  .icon-list.icon-list-vertical {
    grid-row-gap: 24px;
  }

  .style-guide-content-group {
    margin-bottom: 36px;
  }

  .form-input.horizontal-form-input {
    margin-bottom: 12px;
    margin-right: 0;
  }

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

  .dropdown-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

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

  .grid-halves.team-grid-halves {
    grid-row-gap: 36px;
  }

  .grid-halves.screenshots-grid {
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .avatar {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-large {
    width: 120px;
    height: 120px;
  }

  .avatar.avatar-group-item {
    margin-right: -12px;
  }

  .nav-functions {
    display: block;
  }

  .modal-search-form {
    padding: 12px;
  }

  .comparison-row {
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .circle-small.margin-right {
    margin-right: 12px;
  }

  .medium-heading {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .medium-heading.blog-post-heading {
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .footer-row {
    margin-bottom: 48px;
  }

  .footer-right {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-menu-column {
    width: 50%;
    margin-bottom: 36px;
    margin-left: 0;
    margin-right: 0;
  }

  .button-circle.button-circle-large {
    width: 96px;
    height: 96px;
  }

  .button-circle.button-circle-large.bg-primary-1 {
    width: 140px;
    height: 140px;
  }

  .large-heading {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
  }

  .text-grid-item {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .section-title-wide {
    margin-bottom: 48px;
  }

  .icon-large {
    width: 82px;
  }

  .restricted-grid-item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .restricted-grid-item.border-sides-white, .restricted-grid-item.border-sides-white-thick {
    border-left-style: none;
    border-right-style: none;
  }

  .search-result-item {
    margin-bottom: 24px;
  }

  .padded-grid-item.border-bottom-white-thick {
    border-bottom-style: none;
  }

  .padded-grid-item.border-bottom-white-thick.border-sides-white-thick {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .padded-grid-item.border-sides-white-thick {
    border-left-style: none;
    border-right-style: none;
  }

  .bordered-image {
    text-transform: capitalize;
  }

  .slider {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav {
    margin-top: 12px;
  }

  .background-scrim-left {
    width: 100%;
  }

  .slider-arrow.slider-arrow-right.move {
    right: -15%;
  }

  .slider-arrow.move {
    left: -15%;
  }

  .gallery-stack-link {
    max-width: 270px;
  }

  .grid-fifths.margin-top {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section-small.cta-text {
    padding-left: 44px;
    padding-right: 44px;
  }

  .cta-image-right {
    display: none;
  }

  .horizontal-form {
    flex-wrap: wrap;
  }

  .cta-contained.bg-primary-1 {
    justify-content: center;
    padding-bottom: 0;
  }

  .card-label {
    position: relative;
    top: 0;
  }

  .price-description {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tooltip-container.text-space-left {
    flex: 0 auto;
  }

  .small-heading {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 32px;
  }

  .pricing-row {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
    justify-items: center;
  }

  .pricing-label {
    border-bottom: 1px solid var(--gray-10);
    justify-content: center;
    width: 100%;
    margin-bottom: 6px;
    padding-bottom: 6px;
  }

  .tabs-underline-menu {
    margin-bottom: 36px;
  }

  .tabs-underline-menu.text-large {
    width: 100%;
  }

  .tab-underline {
    text-align: center;
    margin-left: 12px;
    margin-right: 12px;
  }

  .expandable.expandable-tab-vertical {
    margin-bottom: 0;
  }

  .team-member-image-large {
    max-width: 294px;
    margin-bottom: 12px;
  }

  .team-member-link {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .team-member-row-image {
    max-width: 294px;
    margin-bottom: 12px;
  }

  .team-member-row-text {
    margin-bottom: 12px;
  }

  .article h4 {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .article blockquote {
    margin-top: 36px;
    margin-bottom: 36px;
    padding: 24px;
  }

  .article figure {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .card-blog-category-head {
    padding: 24px;
  }

  .blog-post-category-placeholder {
    min-height: 240px;
  }

  .featured-blog-post-content {
    padding: 24px;
  }

  .sidebar-layout.case-study-layout {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .widget.footer-menu-column {
    text-align: left;
    width: 100%;
  }

  .blog-tags-list {
    flex-wrap: wrap;
  }

  .horizontal-quote {
    align-items: flex-start;
  }

  .footer-columns-wrapper.footer-4-columns-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .image-overlap-small {
    bottom: -48px;
    left: 24px;
  }

  .image-overlap-small.bordered-image.rotate-image-right {
    width: 320px;
    bottom: -85px;
  }

  .help-article-heading {
    margin-bottom: 24px;
  }

  .case-study-cards-grid {
    grid-row-gap: 16px;
  }

  .overlap-section-below {
    margin-bottom: -96px;
  }

  .notification-wrapper {
    max-width: 100%;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .brand {
    padding-left: 0;
  }

  .background-scrim-full {
    width: 100%;
  }

  .banner-cookies {
    flex-direction: row;
    align-items: flex-start;
    width: 70%;
  }

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

  .bt-plus {
    top: auto;
    bottom: 13px;
    left: auto;
    right: 10px;
  }

  .overlay-product {
    padding-top: 0;
    padding-bottom: 0;
  }

  .overlay-product.pacote-d-e-f, .overlay-product.pacote-d-e-c, .overlay-product.pacote-c-e-f, .overlay-product.pacote-d-f-c {
    background-color: var(--white);
  }

  .container-option-cart {
    border-radius: 0;
    height: 100vh;
  }

  .comparison-prices {
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container-cadastro.learning {
    width: 100%;
  }

  .lottie-animation-5 {
    max-width: 40px;
    max-height: 40px;
  }

  .success-message-2 {
    padding: 45px;
  }

  .container-login.learning {
    width: 100%;
  }

  .overlay-reset-password {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-recursos.grid-2-col {
    grid-template-columns: 1fr;
  }

  .button-cookies.horizontal-form-button {
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
  }

  .grid, .grid-lp-stores {
    grid-template-columns: 1fr;
  }

  .div-block-1157 {
    flex-direction: column;
    align-items: center;
  }

  .circle-small-2.margin-right {
    margin-right: 12px;
  }

  .section-title-2 {
    margin-bottom: 48px;
  }

  .icon-list-item-2 {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .section-3.bg-primary-1.with-image {
    margin-bottom: 100px;
    padding-top: 44px;
    padding-bottom: 100px;
  }

  .section-3.bg-primary-1.padding-top-500._1248 {
    margin-top: -200px;
    padding-top: 160px;
  }

  .section-3.space-small-top-and-bottom {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .content-width-medium-2 {
    width: 100%;
  }

  .text-space-left-2 {
    display: none;
  }

  .text-space-left-2.display {
    display: block;
  }

  .nav-functions-2 {
    display: flex;
  }

  .h1-hero.text-white {
    font-size: 30px;
    line-height: 1.2;
  }

  .tiles-hero {
    grid-template-columns: 1fr;
  }

  .tile-business {
    background-position: 0 0, 80%;
  }

  .imagem-section {
    width: 500px;
  }

  .div-block-1288 {
    justify-content: center;
  }

  .image-square {
    object-position: 70% 50%;
    width: 100%;
    max-width: none;
  }

  .footer-menu-column-2 {
    width: 100%;
    margin-bottom: 36px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-hero-2 {
    font-size: 30px;
    line-height: 1;
  }

  .medium-heading-2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .grid-thirds-2 {
    grid-template-columns: 1fr;
  }

  .centered-grid-item-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .large-heading-2 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
  }

  .circle-small-3.margin-right {
    margin-right: 12px;
  }

  .icon-list-item-3 {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .tabs-underline-menu-2 {
    margin-bottom: 36px;
  }

  .tabs-underline-menu-2.text-large {
    width: 100%;
  }

  .tab-underline-2 {
    text-align: center;
    margin-left: 12px;
    margin-right: 12px;
  }

  .content-width-large-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-underline-3 {
    text-align: center;
    margin-left: 12px;
    margin-right: 12px;
  }

  .icon-list-item-4 {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .circle-small-4.margin-right {
    margin-right: 12px;
  }

  .medium-heading-3 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .div-block-1299 {
    margin-right: 0;
  }

  .cta-contained-2.bg-black {
    justify-content: center;
    padding-bottom: 0;
  }

  .large-heading-3 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
  }

  .content-width-medium-3 {
    width: 100%;
  }

  .ipad-hero-image-2 {
    margin-top: 0;
  }

  .image-square-2 {
    object-position: 70% 50%;
  }

  .image-square-2.fit-center.custom-size {
    width: 100%;
    height: 100%;
  }

  .section-title-3 {
    margin-bottom: 0;
  }

  .medium-heading-4 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .centered-grid-item-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .imagem-section-2 {
    top: 220px;
  }

  .grid-fifths-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .slider-2 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-body-3.card-body-large {
    padding: 24px;
  }

  .row-2.row-justify-center.grid {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .row-2.row-split-content {
    grid-row-gap: 36px;
  }

  .testimonial-text {
    position: static;
  }

  .testimonial-grid {
    grid-template-columns: 1.5fr;
  }

  .testimonial-card {
    margin-bottom: 30px;
  }

  .testimonial-cards-wrap-right {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .testimonials-wrap {
    flex-direction: column;
  }

  .testimonial-cards-wrap-left {
    width: 100%;
    padding-right: 0;
  }

  .large-heading-4 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
  }

  .pricing-label-2 {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .pricing-row-2 {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-row-2.featured {
    grid-template-rows: auto;
    top: 210px;
  }

  .pricing-row-2.border-gray {
    padding-left: 0;
    padding-right: 0;
  }

  .image-69 {
    height: auto;
  }

  .medium-heading-5 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .image-70 {
    height: auto;
  }

  .medium-heading-6 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .grid-quarters-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-7039 {
    width: 100%;
    height: 100%;
  }

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

  .uui-testimonial15_content {
    padding: 1.5rem;
  }

  .uui-testimonial15_mask {
    width: 80%;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-testimonial15_slide {
    padding-right: 1.5rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-testimonial15_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-testimonial15_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial15_arrow:hover {
    background-color: #fff;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-testimonial15_component {
    margin-top: 3rem;
  }

  .section-depoimentos {
    margin-left: -20px;
    margin-right: -20px;
  }

  .section-depoimentos.bg-primary-1.with-image {
    margin-bottom: 100px;
    padding-top: 44px;
    padding-bottom: 100px;
  }

  .section-depoimentos.bg-primary-1.padding-top-500._1248 {
    margin-top: -200px;
    padding-top: 160px;
  }

  .section-depoimentos.space-small-top-and-bottom {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .f-section-large.segmentos {
    margin-top: 0;
    padding-top: 20px;
  }

  .f-logo-cell {
    margin-left: 10px;
    margin-right: 10px;
  }

  .f-logo-cell.segments {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-7041 {
    width: 90vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 33px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  h5 {
    line-height: 26px;
  }

  blockquote {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 30px;
  }

  .section.bg-gray-4.no-margin-top.no-bg {
    background-color: rgba(0, 0, 0, 0);
  }

  .section.bg-primary-1.padding-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.section-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.bg-primary-3.section-ic-top {
    padding-top: 200px;
  }

  .section.image-bg-section {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section.green-friday, .section.no-padding {
    padding-top: 0;
  }

  .section.top-lp-stores {
    margin-bottom: 0;
    padding-top: 24px;
  }

  .section.bg-primary.padding-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container.width-blog-post {
    padding-left: 0;
    padding-right: 0;
  }

  .text-large {
    font-size: 16px;
    line-height: 24px;
  }

  .text-large.green-friday {
    font-size: 16px;
    line-height: 22px;
  }

  .card.no-border.image-caption-overlay {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .card.no-border.box-shadows.plano-one-card {
    width: 100%;
  }

  .card.link-card {
    color: #222525;
  }

  .card.form-overlap-card {
    margin-top: 12px;
  }

  .card.fullscreen-card.margin-top {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .card.margin-left-recursos {
    width: 100%;
  }

  .text-caps {
    letter-spacing: 0;
    margin-right: 0;
    line-height: 18px;
  }

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

  .row.icon-row {
    flex-direction: row;
    align-items: center;
  }

  .row.row-split-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .row.row-align-center {
    flex-wrap: nowrap;
  }

  .style-guide-title {
    border-radius: 5px;
    margin-bottom: 24px;
  }

  .button.button-outline.display-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.bg-white.margin-left {
    margin-top: 10px;
    margin-left: 0;
  }

  .button.form-search-button, .button.button-row-last {
    margin-top: 12px;
    margin-left: 0;
  }

  .button.text {
    justify-content: center;
    display: flex;
  }

  .button.text.block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.pay {
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }

  .button.login {
    width: 100%;
    display: block;
  }

  .button.margin-left.bt-navbar-comece {
    display: none;
  }

  .card-body.blog-card-body {
    flex: 0 auto;
  }

  .card-body.job-card-body {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-foot {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-image-head {
    min-height: 170.656px;
    max-height: 170.656px;
  }

  .card-image-head.icon-extra-large {
    margin-bottom: 48px;
  }

  .content-width-small {
    width: 100%;
  }

  .subheading {
    margin-bottom: 12px;
  }

  .content-width-large {
    grid-template-columns: 1fr;
  }

  .content-width-large.tabs-row-content {
    margin-top: 24px;
  }

  .section-title {
    margin-bottom: 36px;
  }

  .grid-thirds, .grid-thirds.gapless-columns {
    grid-row-gap: 24px;
  }

  .grid-thirds.blog-grid-thirds {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid-thirds.blog-link-bg-thirds {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .circle {
    margin-right: 12px;
  }

  .centered-grid-item {
    flex-direction: column;
  }

  .margin-top {
    margin-top: 16px;
  }

  .style-guide-icons {
    justify-content: space-around;
  }

  .handwriting-contents.handwriting-below {
    right: 0;
  }

  .handwriting-contents.pricing-tabbed-handwriting-contents {
    transform: translate(80%, -110%);
  }

  .handwriting-contents.coming-soon-handwriting-contents.hide-on-mobile {
    display: none;
  }

  .no-bottom-space.font-size-24 {
    font-size: 18px;
    line-height: 22px;
  }

  .list-grid.margin-top {
    grid-template-columns: 1fr;
  }

  .icon-grid-list-item {
    border-bottom-style: none;
    padding-bottom: 8px;
  }

  .style-guide-content-group {
    margin-bottom: 24px;
  }

  .form-input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-input.form-input-large {
    height: 48px;
    font-size: 16px;
  }

  .grid-quarters {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .grid-quarters.cards-grid, .grid-quarters.team-member-avatar-grid {
    grid-template-columns: 1fr;
  }

  .grid-quarters.logos-conquistas {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-grid {
    grid-row-gap: 16px;
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }

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

  .grid-halves.screenshots-grid {
    grid-template-columns: 1fr;
  }

  .grid-halves.margin-top-44 {
    margin-top: 44px;
  }

  .avatar.avatar-large.horizontal-quote-avatar {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu-wrapper {
    padding: 12px;
  }

  .nav-functions {
    display: none;
  }

  .menu-button {
    overflow: hidden;
  }

  .modal-search-form {
    flex-direction: column;
    margin-left: 12px;
    margin-right: 12px;
  }

  .comparison-text.align-right {
    text-align: right;
  }

  .medium-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .footer {
    padding-top: 48px;
  }

  .footer-row {
    margin-bottom: 24px;
  }

  .footer-right {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-menu-column {
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
  }

  .button-circle.button-circle-large.bg-primary-1 {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    width: 140px;
    height: 140px;
    font-size: 14px;
  }

  .button-row {
    flex-direction: column;
  }

  .large-heading {
    font-size: 30px;
    line-height: 33px;
  }

  .large-heading.color-white.margin-bottom.green-friday {
    font-size: 24px;
  }

  .bordered-list-item {
    padding-bottom: 12px;
  }

  .bordered-list.margin-top {
    grid-row-gap: 12px;
  }

  .section-title-wide {
    margin-bottom: 36px;
  }

  .icon-large {
    width: 72px;
  }

  .restricted-grid-item {
    padding-left: 0;
    padding-right: 0;
  }

  .subscribe-form {
    flex-direction: column;
  }

  .footer-2-header {
    margin-bottom: 24px;
  }

  .footer-2-left {
    flex-direction: column;
    margin-bottom: 12px;
  }

  .menu-column-left {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .search-form {
    flex-direction: column;
  }

  .padded-grid-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-space-left-large {
    margin-left: 12px;
  }

  .icon-extra-large {
    width: 72px;
    height: 72px;
  }

  .bordered-image {
    border-width: 1.5vw;
  }

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

  .image-background.bg-image {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/bg-1-pages.jpg');
    background-position: 0 0, 70%;
  }

  .slider-arrow {
    left: 6px;
  }

  .slider-arrow.slider-arrow-right {
    right: 6px;
  }

  .slider-arrow.slider-arrow-right.move {
    right: -25%;
  }

  .slider-arrow.move {
    left: -25%;
  }

  .lightbox-image.gallery-stack-link.gallery-stack-link-c {
    margin-top: -36px;
  }

  .gallery-stack-link {
    max-width: 55%;
  }

  .grid-fifths.margin-top {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-small.cta-contained-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-small.cta-text, .section-small.padding-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-halves-content {
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-halves-content.content-width-small {
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-grid-halves {
    grid-template-columns: 1fr;
  }

  .horizontal-form {
    flex-direction: column;
  }

  .cta-contained {
    padding-bottom: 0;
  }

  .cta-contained.green-friday {
    padding: 20px;
  }

  .cta-contained-image.green-friday-imagem {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    height: 300px;
    min-height: 300px;
    max-height: 300px;
  }

  .price-description {
    font-size: 14px;
    line-height: 20px;
  }

  .pricing-quarters {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .pricing-table-section, .tabs-underline-menu {
    margin-bottom: 24px;
  }

  .tab-underline {
    margin-left: 6px;
    margin-right: 6px;
  }

  .expandable-text.expandable-accordion-text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .expandable-heading {
    line-height: 22px;
  }

  .expandable.expandable-tab-vertical {
    right: 0;
  }

  .team-member-image-large {
    max-width: 75vw;
    margin-bottom: 12px;
  }

  .team-member-link {
    margin-bottom: 12px;
  }

  .team-member-row-image {
    max-width: 75vw;
  }

  .team-member-link-wrapper {
    margin-bottom: 24px;
  }

  .section-fullscreen.utility-page-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .illustration-bottom-right {
    display: none;
  }

  .article ul {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .article blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 30px;
  }

  .article figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .tag-link.tag-horizontal-item {
    margin-bottom: 12px;
  }

  .blog-post-category-placeholder {
    min-height: 180px;
  }

  .featured-blog-post-content {
    padding: 16px;
  }

  .widget {
    margin-bottom: 36px;
  }

  .horizontal-quote {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-3-row {
    margin-bottom: 24px;
  }

  .image-overlap-small {
    width: 80%;
    margin-top: 12px;
    position: absolute;
    bottom: -48px;
    left: 24px;
  }

  .image-overlap-small.bordered-image.rotate-image-right {
    width: 100%;
  }

  .image-overlap-small.rotate-image-right.bordered-image {
    width: 80%;
  }

  .map {
    height: 320px;
  }

  .tags-horizontal-wrapper {
    align-items: flex-start;
  }

  .case-study-logo {
    margin-bottom: 24px;
  }

  .page-demos-grid {
    grid-row-gap: 36px;
  }

  .overlap-section-below {
    margin-bottom: -200px;
  }

  .notification-wrapper {
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .ipad-hero-image {
    max-width: 80vw;
  }

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

  .form-block {
    margin-bottom: 0;
  }

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

  .bg-green-text {
    line-height: 49px;
  }

  .border-radius.min-506 {
    min-width: auto;
  }

  .dropdown {
    z-index: 500;
    float: none;
    position: relative;
    right: 0;
  }

  .drop-toggle {
    width: 100%;
  }

  .dropdown-list-2.w--open, .dropdown-link-2 {
    z-index: 1;
  }

  .image-hero {
    object-position: 80% 50%;
  }

  .image-plataform {
    display: none;
  }

  .image-plataform.mobile {
    display: block;
  }

  .link-block-banner-plataform {
    margin-bottom: 20px;
  }

  .green-friday {
    font-size: 32px;
    line-height: 36px;
  }

  .section-cta-left {
    padding-top: 10px;
    padding-bottom: 48px;
  }

  .chamada-cta {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-green-friday {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-green-friday.white {
    color: var(--white);
  }

  .list-green-friday {
    font-size: 16px;
    line-height: 24px;
  }

  .banner-cookies {
    flex-direction: row;
    width: 70%;
    margin-left: 10px;
    padding: 10px;
  }

  .paragraph-cookies {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .card-produto.delivery, .card-produto.fidelidade {
    flex-direction: column;
  }

  .descri-o-produto {
    margin-left: 0;
    padding-top: 20px;
  }

  .coluna-carrinho {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .table-prices {
    padding-left: 24px;
    padding-right: 24px;
  }

  .comparison-prices {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 14px;
    line-height: 18px;
  }

  .comparison-prices.topo {
    grid-template-columns: 2.5fr 2fr;
  }

  .list-item-prices {
    font-size: 14px;
  }

  .close-modal {
    border-radius: 100%;
    width: 44px;
  }

  .heading-product {
    font-size: 24px;
    line-height: 30px;
  }

  .close-modal-cart {
    border-radius: 100%;
    width: 44px;
  }

  .text-block-product {
    width: 150px;
  }

  .bar-cart-mobile {
    font-size: 14px;
    font-weight: 400;
  }

  .section-cadastro {
    padding-top: 24px;
  }

  .container-cadastro {
    width: 100%;
  }

  .heading-cadastro.ola {
    font-size: 22px;
  }

  .buttons-form.pay {
    flex-direction: column;
    display: flex;
  }

  .buttons-form.login {
    flex-direction: column;
    align-items: center;
  }

  .dropdown-list-form-cadastro.w--open, .drop-link-cadastro {
    width: 100%;
  }

  .button-back-pay {
    order: 1;
  }

  .resumo-carrinho {
    display: block;
  }

  .text-block-363 {
    text-align: right;
  }

  .heading-empty-cart {
    width: 150px;
  }

  .container-login {
    width: 100%;
  }

  .section-login {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-login.ola {
    font-size: 22px;
  }

  .div-block-buttom {
    align-self: stretch;
    width: 100%;
  }

  .buttom-pontuador {
    align-self: stretch;
  }

  .buttom-pontuador.margin-top {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
  }

  .overlay-reset-password {
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-top-20 {
    margin-top: 16px;
  }

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

  .button-cookies.button-outline.display-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-cookies.form-search-button, .button-cookies.button-row-last {
    margin-top: 12px;
    margin-left: 0;
  }

  .button-cookies.text {
    justify-content: center;
    display: flex;
  }

  .button-cookies.text.block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-cookies.pay {
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }

  .button-cookies.login {
    width: 100%;
    display: block;
  }

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

  .form-active {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
  }

  .form-active.desktop {
    display: none;
  }

  .form-active.mobile {
    display: flex;
  }

  .block-form-active {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-top-lp-left {
    width: 300px;
  }

  .form-mobile-html-embed {
    margin-top: -30px;
    margin-bottom: 0;
    display: block;
  }

  .form-desktop-html-embed {
    display: none;
  }

  .embed-form-active-footer {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-hero {
    font-size: 30px;
    line-height: 33px;
  }

  .logo-lp-stores {
    width: 120px;
  }

  .card-body-2.card-body-store {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
  }

  .card-body-2.card-body-store.store-marketplace {
    padding-left: 10px;
  }

  .div-block-card-infos-1 {
    margin-bottom: 0;
  }

  .div-block-1153 {
    padding-top: 0;
  }

  .text-card-small {
    line-height: 20px;
  }

  .card-2 {
    align-self: stretch;
    min-width: 270px;
    min-height: 106px;
  }

  .card-2.store-marketplace {
    min-height: auto;
  }

  .image-card-store {
    width: 64px;
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
  }

  .logo-card-store {
    align-items: center;
    width: 64px;
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
  }

  .grid.stores-marketplace {
    margin: 0;
    padding: 0;
  }

  .grid-card-body-store-marketplace {
    grid-column-gap: 14px;
  }

  .name-store {
    line-height: 22px;
  }

  .image-card {
    min-width: 214px;
  }

  .heading-lp-stores {
    font-size: 22px;
    line-height: 24px;
  }

  .section-title-2 {
    margin-bottom: 36px;
  }

  .section-3.bg-primary-1.with-image {
    margin-bottom: 60px;
    padding-bottom: 140px;
  }

  .section-3.bg-primary-1.padding-top-500 {
    padding-top: 140px;
  }

  .section-3.bg-primary-1.padding-top-500._1248 {
    margin-top: -30px;
    padding-top: 100px;
  }

  .section-3.space-small-top-and-bottom {
    padding-bottom: 0;
  }

  .section-3.bg-primary-1._1248-w {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3.top-space-small-sections.novos-planos {
    padding-top: 0;
  }

  .nav-menu-wrapper-2 {
    padding: 12px;
  }

  .button-2.button-outline.margin-left {
    margin-top: 10px;
    margin-left: 0;
  }

  .button-2.button-outline.no-border-mobile {
    border-style: none;
  }

  .button-2.text {
    justify-content: center;
    display: flex;
  }

  .button-2.bg-white.margin-left {
    margin-left: 0;
  }

  .nav-functions-2 {
    display: flex;
  }

  .tiles-hero {
    min-height: 70vh;
  }

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

  .text-large-2, .text-large-2.section-subtitle.text-white {
    font-size: 16px;
    line-height: 24px;
  }

  .tile-business {
    background-image: linear-gradient(to bottom, null, null), url('../images/Header-página-principal-2---Alloy.jpg');
    background-position: 0 0, 50%;
    padding: 20px 24px;
  }

  .imagem-section {
    width: 100%;
  }

  .div-block-1288 {
    flex-direction: column;
  }

  .div-block-1289 {
    margin-top: 10px;
  }

  .footer-menu-column-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
  }

  .footer-2 {
    padding-top: 48px;
  }

  .footer-2.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-hero-2 {
    font-size: 30px;
    line-height: 33px;
  }

  .text-caps-2 {
    letter-spacing: 0;
    margin-right: 0;
    line-height: 18px;
  }

  .medium-heading-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .grid-thirds-2 {
    grid-row-gap: 36px;
  }

  .grid-thirds-2.gapless-columns {
    grid-row-gap: 24px;
  }

  .centered-grid-item-2 {
    flex-direction: column;
  }

  .text-large-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .large-heading-2.color-white {
    font-size: 30px;
    line-height: 32px;
  }

  .tabs-underline-menu-2 {
    margin-bottom: 24px;
  }

  .tab-underline-2 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .content-width-large-2 {
    grid-template-columns: 1fr;
  }

  .tab-underline-3 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .medium-heading-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-1299 {
    height: auto;
    margin: 0 10px 10px;
  }

  .cta-contained-2 {
    padding-bottom: 0;
  }

  .large-heading-3.color-white {
    font-size: 30px;
    line-height: 32px;
  }

  .text-large-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .content-width-medium-3.sticky-top.min-506 {
    min-width: auto;
  }

  .ipad-hero-image-2 {
    max-width: 80vw;
  }

  .button-4.bg-white.margin-left {
    margin-left: 0;
  }

  .section-title-3 {
    margin-bottom: 36px;
  }

  .medium-heading-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .centered-grid-item-3 {
    flex-direction: column;
  }

  .imagem-section-2 {
    margin-top: -200px;
  }

  .grid-fifths-2 {
    grid-template-columns: 1fr 1fr;
  }

  .slider-2.slider-large {
    width: 100%;
  }

  .div-block-1315 {
    width: 70px;
    height: 70px;
  }

  .card-body-3.card-body-small.no-shadow-mobile {
    box-shadow: none;
  }

  .card-3.no-border.box-shadows.plano-one-card {
    width: 100%;
  }

  .card-3.no-border.image-caption-overlay {
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .row-2.row-justify-center.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .row-2.row-align-center {
    flex-wrap: nowrap;
  }

  .row-2.row-split-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .body.italic.bottom-margin-20 {
    font-size: 16px;
  }

  .testimonial-grid.text-white {
    grid-row-gap: 0px;
  }

  .testimonial-author-wrap {
    align-items: center;
  }

  .text-caps-3 {
    letter-spacing: 0;
    margin-right: 0;
    line-height: 18px;
  }

  .button-5.bg-white.margin-left, .button-6.bg-white.margin-left {
    margin-left: 0;
  }

  .button-8.text {
    justify-content: center;
    display: flex;
  }

  .obs-planos {
    margin-top: 16px;
  }

  .text-card-small-2 {
    line-height: 20px;
  }

  .large-heading-4 {
    font-size: 30px;
    line-height: 32px;
  }

  .div-block-1164 {
    grid-row-gap: 44px;
  }

  .pricing-row-2.featured {
    top: 206px;
  }

  .expandable-text-2.expandable-accordion-text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .expandable-heading-2 {
    line-height: 22px;
  }

  .subheading-3 {
    margin-bottom: 12px;
  }

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

  .div-block-1319 {
    grid-template-columns: 1fr;
  }

  .text-large-5 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .grid-quarters-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .button-10.button-outline.margin-left {
    margin-left: 0;
  }

  .uui-testimonial15_mask {
    width: 95%;
  }

  .section-depoimentos {
    margin-left: -20px;
    margin-right: -20px;
  }

  .section-depoimentos.bg-primary-1.with-image {
    margin-bottom: 60px;
    padding-bottom: 140px;
  }

  .section-depoimentos.bg-primary-1.padding-top-500 {
    padding-top: 140px;
  }

  .section-depoimentos.bg-primary-1.padding-top-500._1248 {
    margin-top: -30px;
    padding-top: 100px;
  }

  .section-depoimentos.space-small-top-and-bottom {
    padding-bottom: 0;
  }

  .section-depoimentos.bg-primary-1._1248-w {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-depoimentos.top-space-small-sections.novos-planos {
    padding-top: 0;
  }

  .f-logo-gradient-r, .f-logo-gradient-l {
    width: 40px;
  }

  .f-section-large.segmentos {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .f-logo-carousel-wrap {
    width: 100%;
  }

  .f-logo-cell {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}