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

a {
  text-decoration: underline;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, .37);
  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 rgba(0, 0, 0, .12);
}

.button:hover {
  background-color: #78637c;
}

.button.hollow {
  color: rgba(0, 0, 0, .81);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 2px 1px rgba(0, 0, 0, .12), inset 0 0 0 2px rgba(0, 0, 0, .61);
}

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

.logo-text {
  color: #78637c;
  letter-spacing: 2px;
  margin-top: 26px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 500;
  display: inline-block;
}

.logo-text.footer {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 0;
  font-size: 30px;
  font-weight: 400;
}

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

.nav-link {
  letter-spacing: 1px;
  padding: 26px 17px;
  font-weight: 500;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px rgba(0, 0, 0, 0);
}

.nav-link:hover {
  box-shadow: none;
  color: #78637c;
}

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

.nav-link.w--current:hover {
  color: #489fd9;
}

.nav-link.w--current:focus {
  color: #78637c;
}

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

.section.main {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, .23);
  padding-top: 100px;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

.main-subtitle {
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-color: transparent;
  text-shadow: none;
  margin-bottom: 45px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.footer-slogan {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
}

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

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

.page-link {
  color: #78637c;
  border-bottom: 1px solid #8668ab;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #78637c;
  font-weight: 500;
  text-decoration: none;
}

.social-icon-group {
  margin-bottom: 25px;
}

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

.main-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: none;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 58px;
  font-weight: 500;
  line-height: 60px;
}

.section-subtitle {
  text-align: center;
  letter-spacing: .05em;
  margin-top: 19px;
  margin-bottom: 58px;
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
}

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

.price-point {
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 8px;
  font-size: 14px;
}

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

.feature {
  text-align: left;
}

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

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

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

.map {
  height: 200px;
}

.heading, .heading-2 {
  text-align: center;
  letter-spacing: .01em;
  margin-top: 10px;
  font-weight: 400;
  line-height: 26px;
}

.heading-3 {
  text-align: center;
  letter-spacing: .01em;
  margin-top: 10px;
  font-weight: 400;
}

.container {
  margin-top: 9px;
  padding-top: 68px;
  padding-bottom: 10px;
}

.important-text {
  font-size: 20px;
  font-weight: 500;
}

.image-3 {
  opacity: .7;
  padding-top: 35px;
}

.paragraph, .paragraph-2, .paragraph-3 {
  text-align: center;
}

.heading-4, .heading-5, .heading-6 {
  text-align: center;
  letter-spacing: 1px;
}

.row {
  margin-top: 60px;
}

.paragraph-4 {
  margin-top: 20px;
}

.image-4 {
  margin-top: 30px;
  margin-right: 10px;
}

.body-text {
  text-align: left;
  letter-spacing: .05em;
  font-weight: 300;
  line-height: 23px;
}

.column {
  padding-right: 25px;
}

.column-2 {
  padding-left: 25px;
}

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

.heading-7, .heading-8 {
  letter-spacing: 2px;
}

.heading-9 {
  letter-spacing: 1px;
}

.heading-10 {
  letter-spacing: 1px;
  margin-top: 20px;
}

.heading-11 {
  letter-spacing: 2px;
  font-weight: 500;
}

.text-span-2 {
  letter-spacing: .1em;
  font-weight: 400;
}

.image-5 {
  margin-top: 35px;
}

.text-block {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
}

.image-6 {
  float: none;
}

.image-7 {
  opacity: .7;
  margin-top: 30px;
}

.column-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 25px;
  margin-bottom: 31px;
  font-weight: 300;
}

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

.container-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.body {
  color: #554559;
  font-family: Quicksand, sans-serif;
}

.columns {
  margin-top: 20px;
}

.container-3 {
  margin-top: 40px;
  padding-top: 20px;
}

.div-block {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.div-block-2 {
  padding-top: 10px;
  padding-bottom: 60px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-2 {
  background-color: #554559;
}

.html-embed {
  margin-top: 20px;
}

html.w-mod-js [data-ix="fade-in-on-load"], html.w-mod-js [data-ix="fade-in-on-scroll"] {
  opacity: 0;
  transform: translate(0, 24px);
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #fff;
    padding: 18px 0;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px rgba(0, 0, 0, 0);
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px rgba(0, 0, 0, 0);
  }

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

  .plan-wrapper {
    min-height: 180px;
  }

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

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

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

  .main-heading {
    margin-top: 21px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

@media screen and (max-width: 479px) {
  .button {
    display: none;
  }

  .button.hollow {
    margin-top: 11px;
  }

  .logo-text {
    font-size: 20px;
  }

  .navigation {
    box-shadow: none;
  }

  .section.main {
    height: 550px;
  }

  .main-heading {
    margin-top: 20px;
    font-size: 42px;
    line-height: 46px;
  }

  .row {
    margin-top: 20px;
  }

  .container-4 {
    margin-top: 100px;
  }
}


