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);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  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;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  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 #4dbd90;
  color: #4dbd90;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.main {
  position: static;
  margin-top: 73px;
  background-color: #4dbd90;
  background-image: url('../images/analytics-graphic2.png');
  background-position: 0% 23%;
  background-size: cover;
  background-attachment: scroll;
  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: #dde7ed;
}

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

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

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

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

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  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;
  -webkit-transition: color 300ms ease, border 300ms ease;
  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;
  -webkit-transition: all 500ms ease;
  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: 38px;
  line-height: 44px;
}

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

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

.plan-wrapper {
  max-height: 0px;
  min-height: 475px;
  padding: 17px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -8px #000;
  opacity: 1;
  color: #2b2b2b;
  text-align: justify;
}

.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 {
  position: static;
  width: 90%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  margin-left: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #dbdbdb;
  text-align: left;
}

.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;
  -webkit-transition: color 300ms ease;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.image {
  margin-top: 10px;
  text-align: center;
}

.slide-2 {
  position: relative;
  background-image: url('../images/Coverphotos-1-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.slider-2 {
  overflow: visible;
  height: 795px;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.slide-4 {
  background-image: url('../images/Coverphoto-min-min.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

.heading {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #489fd9;
  text-align: center;
}

.heading-2 {
  padding-top: 10px;
  text-align: center;
}

.heading-3 {
  padding-top: 10px;
  text-align: center;
}

.heading-4 {
  padding-top: 10px;
  text-align: center;
}

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

.textarea {
  position: static;
  display: block;
  height: 199px;
  max-height: 199px;
  min-height: 175px;
}

.text-field {
  display: block;
}

.form {
  display: block;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.paragraph {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  text-align: justify;
  -webkit-column-count: 0;
  column-count: 0;
  white-space: break-spaces;
}

.list-item {
  color: #489fd9;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  list-style-type: square;
}

.list {
  list-style-type: square;
}

.image-2 {
  border-radius: 0px;
  opacity: 1;
  color: #4dbd90;
  font-size: 30px;
  text-align: center;
}

.div-block-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.list-item-2 {
  color: #489fd9;
  font-size: 14px;
  font-weight: 400;
}

.list-item-3 {
  color: #489fd9;
  font-size: 14px;
  font-weight: 400;
}

.list-item-4 {
  color: #489fd9;
  font-size: 14px;
  font-weight: 400;
}

.body {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

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

.div-block-3 {
  text-align: center;
}

.div-block-4 {
  text-align: center;
}

.div-block-5 {
  text-align: center;
}

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

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

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

.column {
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.tab-pane-tab-3 {
  padding-bottom: 0px;
}

.container {
  padding-bottom: 60px;
}

.columns {
  padding-bottom: 100px;
}

.columns-2 {
  padding-bottom: 100px;
}

.columns-3 {
  padding-bottom: 100px;
}

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

.heading-6 {
  font-weight: 700;
}

.heading-7 {
  font-weight: 700;
}

.column-2 {
  padding-top: 40px;
}

.column-3 {
  padding-top: 40px;
  padding-bottom: 0px;
}

.column-4 {
  padding-top: 40px;
}

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

.image-4 {
  overflow: visible;
  max-height: 50%;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-6 {
  min-height: 4%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.paragraph-6 {
  padding-bottom: 60px;
  text-align: justify;
}

.div-block-7 {
  min-height: 299px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  background-image: url('../images/pexels-fauxels-3183170.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

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

.field-label-2 {
  text-align: left;
}

.field-label-3 {
  text-align: left;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 75%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
}

.feature-image {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.flex-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-7 {
  padding-left: 20px;
  text-align: left;
}

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

.bold-text-3 {
  text-align: justify;
}

.icon {
  opacity: 0;
}

.icon-2 {
  opacity: 0;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #2b2c2e;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  color: #000;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.text-block {
  padding-top: 20px;
  color: #fff;
}

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

.heading-9 {
  text-align: justify;
}

.div-block-9 {
  text-align: justify;
}

.div-block-10 {
  text-align: justify;
}

.container-3 {
  text-align: justify;
}

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

.heading-11 {
  padding-left: 20px;
  text-align: center;
}

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

.paragraph-9 {
  direction: ltr;
  text-align: justify;
  letter-spacing: normal;
  text-indent: 0px;
  white-space: normal;
}

.text-span {
  text-align: justify;
  white-space: break-spaces;
}

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

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

  .slider-2 {
    height: 400px;
  }

  .column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-8 {
    padding-right: 20px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block {
    padding-top: 20px;
  }

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

@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;
    padding-right: 40px;
    padding-left: 40px;
  }

  .plan-wrapper {
    margin-right: 20%;
    margin-bottom: 34px;
    margin-left: 20%;
    padding-left: 17px;
  }

  .divider {
    width: 100%;
    margin-left: 0px;
  }

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

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

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

  .form {
    text-align: left;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container {
    text-align: center;
  }

  .paragraph-6 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: justify;
  }

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

  .field-label-2 {
    text-align: left;
  }

  .field-label-3 {
    text-align: left;
  }

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

  .feature-section {
    padding: 40px 60px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .flex-container-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-7 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .paragraph-8 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

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

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

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .text-block {
    padding-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .plan-wrapper {
    min-width: 275px;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding-right: 17px;
    padding-left: 17px;
  }

  .client-logo {
    width: 33.33%;
  }

  .slide-2 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slider-2 {
    display: block;
    height: 200px;
  }

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

  .paragraph {
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns-3 {
    position: static;
  }

  .column-4 {
    display: block;
  }

  .paragraph-6 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .feature-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-7 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .paragraph-8 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

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

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .text-block {
    padding-top: 20px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .div-block-8 {
    text-align: center;
  }

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

