.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
  border-bottom: 1px solid #a54c81;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.hero-heading-left {
  background-color: #a54181;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 0 30px 0 0;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.shadow-two {
  border: 16px solid #f3f4ff;
  border-radius: 24px;
  box-shadow: 0 4px 24px #96a3b514;
}

.quick-stack {
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0;
}

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

.image {
  width: 728px;
  max-width: 100%;
  height: 928.313px;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.div-block, .section {
  background-color: #fff;
}

.integrations-block {
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 24px;
  outline: 16px solid #f3f4ff;
  flex-direction: column;
  order: -1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  padding: 2em;
  transition: box-shadow .2s ease-in-out;
  display: flex;
  box-shadow: 11px 11px #f3f4ff;
}

.pricing-option {
  color: #a54c81;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2em;
}

.price {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.1;
}

.standard-paragraph {
  color: #0009;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.standard-paragraph.smaller {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.pricing-features {
  text-align: center;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fc00005e;
  border-radius: 12px;
  margin-top: 15px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #a54c81;
}

.button-primary-2:active {
  background-color: #43464d;
}

.quick-stack-2 {
  width: 100%;
  height: 350px;
}

.heading {
  font-size: 20px;
}

.heading-2 {
  color: #a54c81;
  font-size: 16px;
}

.cell-3 {
  justify-content: flex-start;
  align-items: center;
}

.button {
  color: #a54181;
  background-color: #fff;
  border: .5px solid #0000001a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button:hover {
  background-color: #ececec;
}

.quick-stack-3 {
  width: 100%;
  height: 200px;
}

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

.button-2 {
  color: #a54181;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  box-shadow: 0 2px 5px #0003;
}

.button-2.active {
  background-color: #0D6EFD;
  color: white;
}

.button-2:hover {
  background-color: #ececec;
}

.cell-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.quick-stack-4 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  order: 1;
}

.paragraph {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-3 {
  color: #fff;
  margin-top: 10px;
  font-size: 30px;
}

.team-slider {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: #a54181;
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  max-width: 1100px;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 282px;
  margin-right: 5%;
}

.team-block {
  background-color: #fff0;
  border: 1px solid #0000001a;
  border-radius: 30px 30px 20px 20px;
  height: 560px;
  padding-bottom: 24px;
}

.team-member-image-two {
  border: 1px solid #0000;
  border-radius: 0;
  margin-top: -7px;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: #000;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.team-member-text {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 22px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-span {
  font-weight: 700;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  color: #a54181;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

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

.text-block {
  color: #a54181;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.price-top-wrap {
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  display: flex;
}

.button-price {
  color: #4e2d92;
  text-align: center;
  background-color: #f9f2ff;
  border-radius: 100px;
  width: 100%;
  margin-top: 16px;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 500;
}

.button-price.max-width {
  color: #a54181;
  background-color: #fff;
  max-width: 250px;
  margin-top: -55px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-4 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.heading-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.per-month {
  color: #ffffffb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.heading-6 {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.per-month-copy {
  color: #ffffffb3;
  margin-top: -8px;
  font-size: 18px;
}

.tabs-content {
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
  overflow: visible;
}

.tabs-menu {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  padding: 30px 42px 30px 30px;
  display: flex;
}

.tab-pane-tab-1 {
  width: 450px;
}

.heading-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.heading-8 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.tabs {
  flex-flow: row;
  justify-content: space-between;
  margin-top: 100px;
  display: flex;
}

.heading-9 {
  justify-content: center;
  align-items: center;
  width: 350px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.tab-link {
  color: #361c6c;
  background-color: #0000;
  border-bottom: 3px solid #fff0;
  min-width: 100px;
  padding: 32px 0 20px;
  font-size: 30px;
}

.tab-link.w--current {
  cursor: pointer;
  background-color: #0000;
  border-bottom: 3px solid #a54181;
}

.price-card-dark {
  color: #fff;
  background-color: #a54181;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 450px;
  max-width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 70px 90px -50px #a541814d;
}

.heading-10 {
  color: #a54181;
  text-align: center;
  margin-top: 150px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.quick-stack-2-copy {
  width: 100%;
}

.integrations-block-copy {
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 24px;
  outline: 16px solid #f3f4ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto  ;
  margin-left: 0;
  padding: 2em;
  transition: box-shadow .2s ease-in-out;
  display: flex;
  box-shadow: 11px 11px #f3f4ff;
}

.cell-6, .cell-7 {
  justify-content: center;
  align-items: center;
}

.quick-stack-5 {
  margin-top: 50px;
}

.heading-11 {
  color: #a54181;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.paragraph-2, .paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.cell-8, .cell-9 {
  justify-content: flex-start;
  align-items: center;
}

.cell-10, .cell-11 {
  justify-content: center;
  align-items: center;
}

.quick-stack-6 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  width: auto;
  height: auto;
}

.quick-stack-7 {
  width: auto;
  height: auto;
}

.cell-12 {
  justify-content: center;
  align-items: flex-start;
}

.paragraph-2-copy {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-11-copy {
  color: #a54181;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.hero-heading-right {
  background-color: #a54181;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-12 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.testemunhal {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-member-image-two-copy {
  border: 1px solid #0000;
  border-radius: 0;
  margin-top: -19px;
  margin-bottom: 18px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

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

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.cell-13 {
  justify-content: center;
  align-items: center;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  color: #a54181;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  border-bottom: 0 solid #a54c81;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  color: #1a1b1fbf;
  border-bottom-width: 0;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.image-2 {
  text-align: center;
  display: block;
}

.cell-14 {
  justify-content: center;
  align-items: flex-start;
}

.cell-15 {
  justify-content: center;
  align-items: center;
}

.quick-stack-8 {
  align-self: stretch;
  width: 100%;
  height: 50px;
}

.footer-link-copy {
  color: #1a1b1f;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.footer-link-copy:hover {
  color: #1a1b1fbf;
  border-bottom: 1px solid #a54c81;
}

.hero-heading-right-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.shadow-two-2 {
  border: 16px solid #f3f4ff;
  border-radius: 12px;
  width: 432.391px;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  overflow: clip;
}

.heading-13 {
  color: #a54c81;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.whats {
  color: #1a1b1f;
  border-bottom: 0 solid #a54c81;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.whats:hover {
  color: #1a1b1fbf;
  border-bottom-width: 1px;
  width: 150px;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-5.margin-bottom-32px {
  color: #a54c81;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

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

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.paragraph-5 {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.container-39 {
  background-color: #fff;
  border: 16px solid #f3f4ff;
  border-radius: 12px;
  width: 100%;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-span-28 {
  text-align: center;
  font-weight: 700;
}

.text-span-8, .text-span-24, .text-span-3, .text-span-18, .text-span-7, .text-span-26 {
  font-weight: 700;
}

.text-span-27 {
  font-style: italic;
  font-weight: 700;
}

.centered-heading-6 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-6.margin-bottom-32px {
  color: #a54181;
  text-transform: none;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

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

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.text-span-29 {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.field-label-7-copy {
  color: #a54181;
  border-top: 1px dashed #fc00005e;
  margin-top: 50px;
  padding-top: 50px;
  font-size: 20px;
}

.text-field-4 {
  color: #000;
  border-radius: 12px;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 2px 5px #0003;
}

.field-label-4 {
  color: #a54181;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.checkbox-field-2 {
  font-family: Montserrat, sans-serif;
}

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

.field-label-7-copy-2 {
  color: #a54181;
  border-top: 1px dashed #fc00005e;
  margin-top: 50px;
  padding-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.button-4 {
  background-color: #fc00005e;
  border-radius: 12px;
}

.button-4:hover {
  background-color: #a54c81;
}

.checkbox-label {
  font-family: Montserrat, sans-serif;
}

.checkbox-field-2-copy {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
}

.field-label-7 {
  color: #a54181;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.checkbox-field {
  margin-top: 15px;
}

.field-label {
  color: #a54181;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.textarea {
  border-radius: 12px;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 2px 5px #0003;
}

.mask {
  max-width: 1100px;
}

.cell-16, .cell-17, .cell-18, .cell-19, .cell-20 {
  justify-content: center;
  align-items: center;
}

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

.heading-15, .heading-16 {
  color: #a54c81;
  font-size: 16px;
}

.quick-stack-9 {
  width: 100%;
  height: 180px;
}

.button-2-copy {
  color: #a54181;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 12px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  box-shadow: 0 2px 5px #0003;
}

.button-2-copy:hover {
  background-color: #ececec;
}

.container-copy {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.cell-21 {
  justify-content: center;
  align-items: center;
}

.quick-stack-10 {
  width: 100%;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide, .slide-2 {
  background-image: url('../images/fachada-1.png');
  background-position: 0 0;
  background-size: cover;
}

.cell-9-copy {
  justify-content: flex-start;
  align-items: center;
}

.slide-3 {
  background-image: url('../images/IMG_6751.jpg');
  background-position: 50%;
  background-size: cover;
}

.footer-link-copy {
  color: #1a1b1f;
  border-bottom: 0 solid #a54c81;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.footer-link-copy:hover {
  color: #1a1b1fbf;
  border-bottom-width: 1px;
}

.slide-4 {
  background-image: url('../images/faxineira-home.png');
  background-position: 0 0;
  background-size: cover;
}

.hero-heading-left-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 80px 30px;
  position: relative;
}

.container-42 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.slide-5 {
  background-image: url('../images/iamgem-2.png');
  background-position: 50%;
  background-size: cover;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.bold-text-10 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.paragraph-17 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.icon-5.accordion-icon {
  color: #a54181;
  letter-spacing: 0;
  text-transform: lowercase;
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

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

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.body {
  height: auto;
}

.tab-link-tab-4 {
  background-color: #fff0;
  width: 280px;
  max-width: 280px;
  padding-top: 32px;
  padding-left: 0;
}

.tab-link-tab-4:hover {
  border-bottom: 0 solid #a54181;
}

.tab-link-tab-4:active {
  border-bottom-width: 3px;
}

.tab-link-tab-4.w--current {
  background-color: #fff0;
  width: 250px;
  max-width: 250px;
  height: 92px;
  padding-bottom: 20px;
  padding-left: 0;
}

.tab-link-tab-4.w--current:hover {
  border-bottom: 0 solid #a54181;
}

.text-block-2 {
  color: #a54181;
  border-bottom: 0 solid #000;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.text-block-2:hover {
  border-bottom: 0 solid #000;
}

.tab-link-copy {
  color: #361c6c;
  background-color: #0000;
  border-bottom: 3px solid #fff0;
  padding: 32px 0 20px;
  font-size: 30px;
}

.tab-link-copy.w--current {
  cursor: pointer;
  background-color: #0000;
  border-bottom: 3px solid #a54181;
}

.heading-17 {
  color: #a54181;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.hero-heading-left-4, .hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading-18 {
  color: #a54181;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.text-field-5 {
  text-align: center;
  border-radius: 12px;
  width: 250px;
  box-shadow: 0 2px 5px #0003;
}

.form {
  margin-top: 50px;
  display: block;
}

.text-field-6, .text-field-7 {
  text-align: center;
  border-radius: 12px;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 2px 5px #0003;
}

.field-label-8 {
  display: block;
}

.quick-stack-13 {
  padding-left: 0;
}

.textarea-2 {
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 250px;
  font-family: Montserrat, sans-serif;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.field-label-9, .field-label-10 {
  color: #a54181;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.field-label-11, .field-label-12, .field-label-13, .field-label-14 {
  color: #a54181;
  font-family: Montserrat, sans-serif;
}

.checkbox-label-2, .checkbox-label-3, .checkbox-label-4, .checkbox-label-5 {
  font-family: Montserrat, sans-serif;
}

.uploader {
  background-color: #f1f1f1;
  border: 1px dashed #bdbdbd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 424px;
  height: 80px;
  margin-bottom: 10px;
  padding: 15px 0 0;
}

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

.display-flex {
  flex-flow: row;
  display: flex;
}

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

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.form_button-group {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem 2rem;
  display: flex;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-5.is-upload {
  background-color: #a54181;
  margin-left: auto;
  padding: .5rem 2rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: all .4s;
}

.button-5.is-upload:hover {
  transform: scale(1.09);
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.text-weight-semibold.padding-horizontal.padding-medium {
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
}

.form_upload-div {
  background-color: #a5418114;
  border: .125rem dashed #a54181;
  border-radius: .3125rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 15rem;
  margin: 1.25rem 2rem .625rem;
  padding: 1.25rem .625rem;
  transition: background-color .2s;
  display: flex;
}

.form_upload-div:hover {
  border-style: dotted;
}

.form_content {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-color-gray {
  color: #666;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Montserrat, sans-serif;
}

.form_container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: .625rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center start;
  max-width: 40rem;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 3px .625rem .1875rem #0003;
}

.form_block {
  margin-bottom: 0;
}

.paragraph-18 {
  text-align: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

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

.checkbox-field-3 {
  display: block;
}

.cell-22, .cell-23, .cell-24, .cell-25 {
  justify-content: center;
  align-items: center;
}

.text-span-28-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

.container-48 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 30px;
  display: flex;
}

.image-5 {
  max-width: 20%;
}

.link-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cell-26 {
  justify-content: center;
  align-items: flex-end;
}

.cell-27 {
  justify-content: center;
  align-items: flex-start;
}

.image-6 {
  max-width: 35%;
}

.text-span-31 {
  font-weight: 700;
}

.text-span-32 {
  width: 250px;
  max-width: 250px;
  margin-left: 8px;
  font-weight: 700;
}

.text-span-33 {
  width: 300px;
  font-weight: 700;
}

._w-help-btn {
  background-color: #13131326;
  border: 1px solid #ffffff80;
  border-radius: 5000px;
  padding: 5px;
  box-shadow: 0 0 15px #13131326;
}

.c-howto-list-item {
  margin-bottom: 30px;
}

.howto-header {
  color: #219fa3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.4em;
}

.co-created {
  z-index: 99998;
  position: fixed;
  inset: 0% 10px auto auto;
  overflow: hidden;
}

.c-howto-close {
  cursor: pointer;
  position: absolute;
  inset: 10px 10px auto auto;
}

.c-help-link {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

._w-howto-close {
  background-color: #333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px;
  display: flex;
}

.c-help-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  overflow: hidden;
}

.help-icon {
  z-index: 500;
  height: 25px;
}

.c-howto-header {
  padding-right: 40px;
}

.c-help {
  padding-top: 20px;
  padding-bottom: 10px;
}

.howto-list-item-img {
  border-radius: 5px;
  overflow: hidden;
}

.help-2 {
  z-index: 99999;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.c-help-btn {
  text-align: right;
  padding: 10px;
}

.b-help-btn {
  background-image: linear-gradient(#00ff7b, #00ff7b);
  border-radius: 5000px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.c-faq-btn {
  text-align: right;
  padding: 10px;
  position: relative;
}

.c-faq-btn.faq {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.c-howto-divider {
  border-bottom: 1px dashed #eee;
  width: 100%;
  height: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.c-howto-list {
  padding-left: 20px;
  list-style-type: square;
}

.c-faq {
  z-index: 99999;
  align-items: flex-start;
  width: 400px;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

._w-faq {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 10px #13131333;
}

.howto-list-item-text {
  line-height: 1.2em;
}

.b-faq {
  height: 100%;
  padding: 10px;
  overflow: auto;
}

.help-text {
  color: #000;
  white-space: nowrap;
  padding-left: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
}

.help-text:hover {
  color: #000;
  -webkit-text-stroke-color: #587837;
  text-decoration: none;
}

.c-created {
  z-index: 99998;
  opacity: .75;
  cursor: pointer;
  transition: all .25s;
}

.c-created:hover {
  opacity: 1;
}

@media screen and (min-width: 1280px) {
  .hero-heading-left {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .quick-stack {
    height: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

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

  .quick-stack-4 {
    padding-bottom: 0;
  }

  .slider {
    height: 100%;
  }

  .slide-2 {
    background-position: 0%;
    background-size: cover;
  }

  .icon-5.accordion-icon {
    color: #5e8000;
  }

  .container-48 {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-no-shadow-container {
    justify-content: center;
    align-items: center;
    max-width: 1650px;
    display: flex;
  }

  .navbar-wrapper {
    max-width: 1650px;
  }

  .nav-link {
    font-size: 16px;
  }

  .hero-heading-left {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .quick-stack {
    height: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .button-2 {
    margin-bottom: 0;
  }

  .paragraph, .team-member-text {
    font-size: 16px;
  }

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

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

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

  .quick-stack-6 {
    height: 420px;
    margin-top: 0;
  }

  .quick-stack-7 {
    margin-top: 0;
  }

  .paragraph-2-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .heading-11-copy, .title-small {
    font-size: 18px;
  }

  .footer-link, .footer-link-copy {
    font-size: 16px;
  }

  .slider {
    background-image: url('../images/fachada-1.png');
    background-position: 0 0;
    background-size: cover;
    height: 100%;
  }

  .slide {
    width: 100%;
    height: 100px;
  }

  .slide-2 {
    background-image: url('../images/fachada-1.png');
    background-position: 0 0;
    background-size: cover;
    height: auto;
  }

  .cell-9-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .icon-5.accordion-icon {
    color: #a54181;
  }

  .field-label-9 {
    text-align: center;
    font-size: 18px;
  }

  .field-label-10 {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
  }

  .field-label-11, .field-label-12, .field-label-13, .field-label-14 {
    font-size: 18px;
  }

  .checkbox-label-2, .checkbox-label-3, .checkbox-label-4, .checkbox-label-5 {
    font-size: 16px;
  }

  .text-size-medium.text-weight-semibold.padding-horizontal.padding-medium {
    font-size: 18px;
  }

  .cell-22 {
    flex-flow: column;
  }

  .container-48 {
    max-width: 1100px;
  }
}

@media screen and (max-width: 1187px){
  .button-2-copy{
    margin-top: 2rem;
  }
  .quick-stack-9{
    margin-top: 2.8rem;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .quick-stack-9{
    margin-top: 0px;
  }
  .button-2-copy{
    margin-top: 0px;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 120px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-heading-left {
    height: auto;
    padding-right: 0;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .quick-stack {
    margin-top: 0;
  }

  .integrations-block {
    margin-bottom: 30px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-member-image-two {
    width: 100%;
  }

  .tabs-content {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .tabs-menu {
    flex-direction: row;
    justify-content: center;
    width: auto;
    padding-top: 10px;
  }

  .tabs {
    flex-direction: column;
  }

  .tab-link {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
  }

  .price-card-dark {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }

  .integrations-block-copy {
    margin-bottom: 30px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .hero-heading-right {
    height: 160vh;
  }

  .team-member-image-two-copy {
    width: 100%;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-wrapper {
    max-width: 900px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-2, .container-39 {
    max-width: 728px;
  }

  .container-copy {
    max-width: 1100px;
  }

  .slider {
    height: 800px;
    display: block;
  }

  .slide-2 {
    background-position: 50%;
    background-size: cover;
    padding-bottom: 0;
    padding-right: 0;
  }

  .icon, .icon-2, .icon-3, .icon-4 {
    background-color: #a54181;
    border-radius: 12px;
  }

  .container-42 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .tab-link-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    padding: 0 0 60px;
  }

  .hero-heading-left-2, .team-slider, .hero-heading-center {
    padding: 60px 15px;
  }

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

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .hero-heading-right, .testemunhal {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .cell-14 {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-link-copy:hover {
    color: #1a1b1fbf;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

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

  .whats:hover, .footer-link-copy:hover, .footer-link-copy:hover {
    color: #1a1b1fbf;
  }

  .hero-heading-left-3 {
    padding: 60px 15px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .hero-heading-left-4, .hero-stack {
    padding: 60px 15px;
  }

  .c-faq {
    width: 100%;
  }
}

@media screen and (max-width: 611px){
  .tabs-menu {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 568px){
  .button-2-copy{
    margin-top: 2rem;
  }
  .quick-stack-9{
    margin-top: 2.8rem;
  }
  .text-block{
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-flow: column;
    height: 165px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .hero-heading-left {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0;
    display: flex;
  }

  .container {
    width: auto;
    max-width: none;
  }

  .hero-wrapper {
    width: auto;
    height: auto;
  }

  .hero-split {
    justify-content: center;
    align-items: center;
  }

  .shadow-two {
    width: auto;
  }

  .quick-stack {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }

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

  .integrations-block {
    width: auto;
    height: 600px;
    margin-top: 0;
    font-size: 14px;
  }

  .pricing-option {
    margin-top: 0;
    font-size: 1.5em;
  }

  .quick-stack-2 {
    margin-top: 25px;
  }

  .cell-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .quick-stack-4 {
    width: auto;
    margin-top: -17px;
  }

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-image-two {
    width: 100%;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .w-layout-layout{
    padding: 0px;
  }



  .tab-pane-tab-1 {
    order: 0;
    align-self: auto;
    width: auto;
  }

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

  .tab-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .price-card-dark {
    width: auto;
  }

  .integrations-block-copy {
    width: auto;
    margin-top: 30px;
    font-size: 14px;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .hero-heading-right {
    height: 130vh;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-member-image-two-copy {
    width: 100%;
    margin-top: -26px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-wrapper {
    width: auto;
  }

  .footer-link {
    justify-content: center;
    align-items: center;
    width: 285px;
  }

  .footer-link:hover {
    border-bottom-width: 0;
  }

  .quick-stack-8 {
    width: auto;
    height: 100px;
  }

  .footer-link-copy:hover {
    border-bottom-width: 0;
  }

  .hero-heading-right-2 {
    justify-content: center;
    align-items: center;
    height: 160vh;
    display: flex;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    max-width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

  .whats {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 48px;
    margin-top: -10px;
  }

  .whats:hover {
    border-bottom-width: 0;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .paragraph-5 {
    flex-flow: column;
    order: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-39 {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .centered-heading-6.margin-bottom-32px {
    flex-flow: column;
    display: flex;
  }

  .text-span-29 {
    margin-top: 15px;
    font-size: 15px;
  }

  .heading-15 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-16 {
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0px;
  }

  .quick-stack-9{
    margin-top: 0px;
  }

  .button-2-copy {
    margin-top: 63px;
  }

  .container-copy {
    max-width: auto;
  }

  .cell-21 {
    flex-flow: column;
  }

  .slider {
    width: 100%;
    max-width: 100%;
    height: 700px;
  }

  .slide-2 {
    background-size: cover;
    position: static;
  }

  .icon, .icon-2, .icon-3, .icon-4 {
    background-color: #a54181;
    border-radius: 12px;
  }

  .quick-stack-11 {
    width: 171.625px;
  }

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

  .container-41, .quick-stack-12 {
    width: auto;
  }

  .slide-4 {
    background-position: 50%;
  }

  .container-42 {
    width: auto;
    max-width: none;
  }

  .tab-link-tab-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-2 {
    font-size: 26px;
  }

  .tab-link-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .display-flex.is-space-between {
    flex-flow: column;
  }

  .text-size-medium.text-weight-semibold.padding-horizontal.padding-medium {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .container-44 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container-45 {
    width: auto;
  }

  .container-46 {
    max-width: auto;
  }

  .image-3 {
    width: 30px;
    max-width: 20px;
  }

  .image-4 {
    width: 25px;
    max-width: 24px;
  }

  .container-47 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .text-span-28-copy {
    font-size: 18px;
  }

  .mask-2 {
    width: 100%;
    max-width: 100%;
  }

  .help-2 {
    width: auto;
    left: 148px;
  }
}

@media screen and (max-width: 438px){
  .quick-stack-9{
    margin-top: 1.1rem;
  }
}

#w-node-c417bb57-473f-7484-32dc-9e4eee610b4c-fed5f8e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e57c45ca-6f20-8e8e-59fe-4cfb642262d6-fed5f8e2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-ca35c6a8-c53a-5031-5fd5-cdfe3cf0da2f-fed5f8e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1e809f16-64ad-5bfb-213a-f4abef975cf1-fed5f8e2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_00c97b67-c001-0595-dae9-77aa82b8569f-fed5f8e2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-c0264942-f65a-106d-4b14-6e19181fffed-fed5f8e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_52de9791-d606-2873-427f-874f048415a2-fed5f8e2, #w-node-_5d5c4d9f-013d-1238-3d00-02e3545f1442-fed5f8e2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-bd4077e3-6d27-16d8-92f8-64c026996732-2699672c, #w-node-bd4077e3-6d27-16d8-92f8-64c02699673b-2699672c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd4077e3-6d27-16d8-92f8-64c02699673e-2699672c, #w-node-bd4077e3-6d27-16d8-92f8-64c026996744-2699672c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-bd4077e3-6d27-16d8-92f8-64c02699674a-2699672c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_636f83dc-e45f-efca-51dd-685ec7f5a50a-2699672c, #w-node-_17117f27-5f63-ce6d-c021-7d1cbc44f014-bc44effe, #w-node-_5f60f7ce-051a-395b-4a91-94ebbe844b80-db6c3a99, #w-node-_5ec50a0c-52ee-4ac8-52d7-36652caff15d-db6c3a99 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-c417bb57-473f-7484-32dc-9e4eee610b4c-fed5f8e2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c417bb57-473f-7484-32dc-9e4eee610b4c-fed5f8e2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-c0264942-f65a-106d-4b14-6e19181fffed-fed5f8e2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bd4077e3-6d27-16d8-92f8-64c02699673e-2699672c, #w-node-bd4077e3-6d27-16d8-92f8-64c026996744-2699672c {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }

  #w-node-_17117f27-5f63-ce6d-c021-7d1cbc44f014-bc44effe {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5f60f7ce-051a-395b-4a91-94ebbe844b80-db6c3a99, #w-node-_5ec50a0c-52ee-4ac8-52d7-36652caff15d-db6c3a99 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
