:root {
  --gainsboro: #dfe8e4;
  --medium-sea-green: #4dbd90;
  --cornflower-blue: #489fd9;
  --light-slate-gray: #8668ab;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Roboto Slab, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 1px #0000001f;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  color: #000;
  text-shadow: none;
  background-color: #0000;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #000;
}

.button.hollow:hover {
  color: #fff;
  text-shadow: none;
  background-color: #489fd9;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #489fd9;
}

.button.in-pricing {
  margin-top: 19px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.logo-text {
  color: #1c1c1c;
  margin-top: 24px;
  font-family: Roboto Slab, sans-serif;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  color: #e6eaed;
  margin-top: 0;
  margin-bottom: 19px;
}

.navigation {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #00000021;
}

.nav-link {
  padding: 26px 17px;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px #0000;
}

.nav-link:hover {
  box-shadow: inset 0 3px #b5b5b580;
}

.nav-link.w--current {
  color: #4dbd90;
  box-shadow: inset 0 3px #4dbd90;
}

.section {
  background-color: #d6dbdf;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  background-color: #346f83;
  background-image: url('../images/analytics-graphic2.png');
  background-position: 0 23%;
  background-size: cover;
  margin-top: 73px;
}

.section.footer {
  color: #e4e8eb;
  background-color: #2b2c2e;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section.footer.copyright {
  color: #939596;
  background-color: #1c1d1f;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.section.purple {
  background-color: #d6dbdf;
}

.section.purple.pj {
  background-color: #f7f7f7;
  padding-left: 0;
  padding-right: 0;
}

.section.clients {
  background-color: #a1bfd4;
  padding-top: 0;
  padding-bottom: 0;
}

.section.press {
  background-color: #3e4f5c;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 29px;
  padding-bottom: 38px;
  display: flex;
}

.section.features-2 {
  opacity: 1;
  background-color: #c7dae7;
}

.section.features-1 {
  background-color: #0000;
  font-size: 18px;
}

.slider {
  background-color: #303030;
  height: 360px;
  display: none;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.footer-slogan {
  color: #939596;
  margin-bottom: 11px;
}

.social-icon {
  opacity: .41;
  margin-right: 11px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.page-link {
  color: #489fd9;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  color: #939596;
  display: block;
}

.page-link.in-footer:hover {
  color: #d2d7d9;
  border-bottom-color: #0000;
}

.newsletter-field {
  float: left;
  background-color: #e8e8e8;
  border: 1px solid #0000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 60%;
  height: 40px;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px #489fd9;
}

.newsletter-button {
  float: left;
  color: #d5d8db;
  background-color: #5f6166;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all .5s;
}

.newsletter-button:hover {
  color: #fff;
  background-color: #489fd9;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 41px;
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  color: #2b2b2b;
  background-color: #fff;
  border-radius: 3px;
  min-height: 300px;
  padding: 17px;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  letter-spacing: 0;
  font-size: 20px;
}

.price-accent.parcelamento {
  font-size: 16px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  font-weight: 300;
  text-decoration: line-through;
}

.divider {
  background-color: #dbdbdb;
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
}

.divider.features {
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  display: block;
}

.additional-contact {
  text-align: center;
  margin-top: 21px;
}

.feature {
  text-align: left;
}

.feature-row {
  margin-top: 70px;
  margin-bottom: 14px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 45px;
}

.testimony-slide {
  text-align: center;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: Roboto Slab, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
}

.slide-nav {
  font-size: 10px;
  display: none;
}

.person {
  border-radius: 100%;
  width: 70px;
  margin-bottom: 13px;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  color: #bdbdbd;
  width: 50px;
  font-size: 32px;
  transition: color .3s;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  margin-top: 30px;
}

.small-features-row {
  margin-top: 71px;
}

.main-image {
  box-shadow: 3px 3px 17px 1px #1d1d1df2;
}

.client-logo {
  width: 16.6%;
}

.small-text {
  color: #ffffff4f;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.div-block {
  text-align: center;
  order: 0;
  justify-content: center;
  align-self: auto;
  margin-top: 16px;
  text-decoration: none;
  display: flex;
}

.logo {
  mix-blend-mode: screen;
  flex: 0 auto;
  align-self: center;
  width: 14%;
  margin-left: 2%;
  margin-right: 2%;
}

.success-message-2 {
  background-color: #d2ecd2;
}

.submit-button {
  margin-top: 13px;
  padding-left: 30px;
  padding-right: 30px;
}

.checkbox-label {
  font-size: 14px;
}

.container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.heading {
  color: var(--gainsboro);
  align-self: center;
  padding-bottom: 32px;
}

.image {
  filter: brightness(200%);
  mix-blend-mode: normal;
  width: 140px;
}

.image.invert {
  filter: invert() brightness(200%);
}

.div-block-2, .div-block-3, .div-block-4, .div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  text-align: center;
  object-fit: fill;
  background-color: #346f83;
  margin-top: 47px;
  padding: 19px;
  display: inline-block;
}

.button-2._0mt {
  margin-top: 0;
}

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

.youtube {
  margin-top: 25px;
  margin-bottom: 22px;
}

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

.image-2 {
  width: auto;
  max-height: 50px;
  margin: 12px;
  padding: 0;
}

.image-3, .image-4 {
  box-shadow: 3px 3px 17px 1px #0003;
}

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

.image-5 {
  margin-bottom: 20px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.container-5 {
  max-width: 922px;
}

.container-5.centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.customersslider_arrow {
  display: none;
}

.customersslider {
  background-color: #f7f7f7;
  flex-flow: row;
  place-content: space-around flex-start;
  height: 100%;
  padding-bottom: 3rem;
  display: flex;
}

.customersslider_slide {
  text-align: center;
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
}

.section-2 {
  text-align: left;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.customers_image {
  width: 100%;
  height: auto;
}

.productsslider_arrow {
  display: none;
}

.productsslider_slide {
  text-align: center;
  width: 33%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.sectiontitle {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 500;
}

.customersslider_mask {
  flex: 1;
}

.sectionsupertitle {
  color: #003ce3;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-link {
    color: #fff;
    padding: 18px 0;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px #0000;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px #0000;
  }

  .nav-link.menu {
    color: #000;
    padding: 22px 17px;
    font-size: 30px;
  }

  .nav-link.menu.w--open {
    color: #fff;
    background-color: #000;
  }

  .nav-menu {
    background-color: #000;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .main-feature-group {
    margin-top: 0;
  }

  .main-image {
    margin-top: 49px;
  }

  .container-5 {
    max-width: 90vw;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .section {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section.main {
    margin-top: 51px;
  }

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

  .nav-menu {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-title {
    margin-top: 35px;
  }

  .newsletter-form {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-subtitle {
    margin-bottom: 44px;
  }

  .plan-wrapper {
    margin-bottom: 34px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .divider {
    width: 100%;
  }

  .feature {
    text-align: center;
    margin-bottom: 32px;
  }

  .feature-icon {
    margin-bottom: 4px;
  }

  .main-feature-group {
    margin-top: 0;
    margin-bottom: 34px;
  }

  .container-2 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    align-self: center;
    place-items: center;
    display: flex;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .customersslider_slide, .productsslider_slide {
    width: 50%;
  }

  .sectiontitle.customerssection {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media screen and (max-width: 479px) {
  .client-logo {
    width: 33.33%;
  }

  .container-2 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column wrap;
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .heading {
    padding-bottom: 14px;
  }

  .container-5 {
    max-width: 86vw;
  }

  .customersslider_slide, .productsslider_slide {
    width: 100%;
  }

  .sectiontitle.customerssection {
    padding-left: 0;
    padding-right: 0;
  }

  .customersslider_mask {
    flex: 1;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6197210e-67a8-452f-eb01-ec1bced76fc9-46b2759c, #w-node-_6197210e-67a8-452f-eb01-ec1bced76fc9-8e2d26d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


