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

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

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

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

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

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

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

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

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 3px;
  background-color: #000;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

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

.button.hollow {
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #000;
  color: #000;
  text-shadow: none;
}

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

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

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

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

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.13);
}

.nav-link {
  padding: 26px 17px;
  box-shadow: inset 0 3px 0 0 transparent;
  transition: box-shadow 500ms ease, color 300ms ease;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 hsla(0, 0%, 71%, 0.5);
}

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 #5c89bc;
  transition: box-shadow 500ms ease, color 300ms ease;
  color: #5c89bc;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgba(171, 194, 220, 0.5);
}

.section.main {
  min-height: 450px;
  margin-top: 73px;
  background-color: #5c89bc;
  background-image: url('../images/analytics-graphic2.png');
  background-position: 50% 0%;
  background-size: cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

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

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

.section.purple {
  background-color: rgba(255, 255, 255, 0.5);
}

.section.purple.dva {
  background-color: rgba(171, 194, 220, 0.5);
}

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

.section.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #fff;
}

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

.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: 22px;
  line-height: 26px;
  font-weight: 300;
}

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

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  transition: opacity 300ms ease;
}

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

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

.page-link {
  border-bottom: 1px solid transparent;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

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

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

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

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

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

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

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

.newsletter-form {
  width: 70%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.feature {
  text-align: left;
}

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

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

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

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

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

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

.name {
  font-weight: 500;
}

.slider-arrow {
  width: 50px;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}

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

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

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

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

.client-logo {
  width: 16.6%;
}

.small-text {
  color: hsla(0, 0%, 100%, 0.31);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.div-block {
  display: flex;
  justify-content: center;
  color: #333;
  font-size: 24px;
  line-height: 30px;
}

.logo {
  width: 14%;
  margin-right: 2%;
  margin-left: 2%;
}

.image {
  max-width: 80%;
}

.column {
  display: flex;
  justify-content: flex-end;
}

.columns {
  display: flex;
  margin-top: 38px;
  align-items: center;
}

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

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

.div-block-2 {
  display: flex;
  justify-content: center;
}

.div-block-3 {
  display: flex;
}

.div-block-3.dva {
  flex-direction: row-reverse;
}

.div-block-4 {
  display: flex;
  width: 50%;
  flex-direction: column;
}

.div-block-4.dva {
  text-align: right;
}

.div-block-5 {
  display: flex;
  width: 50%;
}

.div-block-6 {
  margin-top: 60px;
}

.div-block-7 {
  margin-top: 60px;
}

.text-field-2 {
  margin-top: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(51, 51, 51, 0.65);
  font-family: Roboto, sans-serif;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
}

.section-subheading.center.cont {
  padding-right: 30px;
  padding-left: 30px;
  color: #333;
  font-weight: 400;
}

.div-block-17 {
  width: 48%;
}

.textarea {
  min-height: 100px;
  margin-top: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(51, 51, 51, 0.65);
  font-family: Roboto, sans-serif;
}

.text-block-9 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

.section-title-group {
  margin-bottom: 40px;
}

.text-block-8 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.section-2 {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section-2.contacts {
  padding-bottom: 0px;
  color: #dfe8e4;
}

.submit-button {
  width: 200px;
  margin-top: 10px;
  border-radius: 10px;
  background-color: #5c89bc;
  transition: background-color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}

.submit-button:hover {
  background-color: #33567e;
}

.div-block-12 {
  margin-top: 30px;
}

.div-block-11 {
  margin-top: 20px;
}

.error-message {
  margin-top: 20px;
  border-radius: 10px;
}

.div-block-18 {
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
}

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(51, 51, 51, 0.65);
  font-family: Roboto, sans-serif;
}

.success-message-2 {
  border-radius: 9px;
  background-color: #5c89bc;
  font-family: 'Open Sans', sans-serif;
}

.div-block-15 {
  display: flex;
  justify-content: space-between;
}

.div-block-14 {
  display: flex;
  margin-top: 35px;
  justify-content: center;
}

.div-block-16 {
  width: 48%;
}

.form-block {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 80px;
}

.input1 {
  margin-top: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(51, 51, 51, 0.65);
  font-family: Roboto, sans-serif;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  margin-bottom: 30px;
  color: #333;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.div-block-19 {
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

@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 {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }

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

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

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

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

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

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

  .divider {
    width: 100%;
  }

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

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

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

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

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

  .div-block-3.dva {
    flex-direction: column-reverse;
  }

  .column-2 {
    margin-top: 56px;
  }

  .image-3 {
    margin-top: 20px;
  }

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

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

  .section-subheading.center {
    line-height: 30px;
  }

  .div-block-17 {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-18 {
    width: 90%;
  }

  .div-block-15 {
    flex-direction: column;
  }

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

  .form-block {
    margin-top: 30px;
  }
}

