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 rgba(0, 0, 0, .12);
}

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

.button.hollow {
  color: #000;
  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 #000;
}

.button.hollow:hover {
  color: #fff;
  text-shadow: none;
  background-color: #489fd9;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .12), 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;
  text-align: left;
  margin-top: 24px;
  font-family: Roboto Slab, sans-serif;
  font-size: 27px;
  font-weight: 500;
  display: flex;
}

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

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

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

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

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

.section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, .23);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin: 60px auto 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.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;
  position: static;
}

.section.purple {
  background-color: #dde7ed;
  padding-bottom: 20px;
}

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

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

.slider {
  height: 360px;
  background-color: #303030;
  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 rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
}

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

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

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

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

.newsletter-form {
  width: 80%;
}

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

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

.plan-wrapper {
  width: 400px;
  min-height: 300px;
  min-width: 400px;
  float: left;
  clear: none;
  color: #2b2b2b;
  text-align: center;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #fff;
  border-radius: 3px;
  padding: 17px;
  display: block;
  position: relative;
}

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

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

.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;
  background-color: #dbdbdb;
  margin-top: 13px;
  margin-bottom: 12px;
}

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

.feature {
  text-align: left;
}

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

.testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  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 {
  width: 70px;
  border-radius: 100%;
  margin-bottom: 13px;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  width: 50px;
  color: #bdbdbd;
  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;
}

.client-logo {
  width: 16.6%;
}

.small-text {
  color: rgba(255, 255, 255, .31);
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

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

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

.image {
  text-align: left;
  margin-left: 0;
  margin-right: 60px;
}

.image-2 {
  clear: left;
  margin-right: auto;
  padding-left: 0;
}

.heading {
  margin-bottom: 60px;
}

.columns {
  display: block;
}

.form {
  width: auto;
}

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

.container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-3 {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}

.paragraph {
  margin-bottom: 20px;
}

.container-2 {
  margin-top: 40px;
  display: block;
  position: relative;
}

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

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

.heading-2 {
  max-width: 400px;
  text-align: center;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block {
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  background-color: red;
}

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

  .logo-text {
    clear: none;
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
    margin-bottom: auto;
    padding-top: 0;
    display: flex;
    position: static;
  }

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

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

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

  .brand-link.w--current {
    display: block;
  }

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

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

  .image {
    margin-right: auto;
  }

  .image-2 {
    margin-left: 20px;
    margin-right: auto;
    padding-left: 0;
  }

  .image-3 {
    margin-bottom: 10px;
  }

  .container-2 {
    margin-top: 0;
  }

  .container-3 {
    margin-top: 10px;
  }

  .link-block {
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

  .navigation {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

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

  .section.main {
    margin-top: 0;
  }

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

  .image {
    margin-left: auto;
  }

  .image-2 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    margin-top: auto;
  }

  .container-2 {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    padding-top: 10px;
    display: block;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .logo-text {
    margin-top: auto;
    padding-top: 10px;
  }

  .logo-text.footer {
    margin-left: 10px;
  }

  .nav-link.menu {
    justify-content: flex-end;
    display: flex;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .section.main {
    margin-top: 10px;
    padding-top: 0;
  }

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

  .section.purple {
    padding-left: 10px;
  }

  .section-subtitle {
    font-size: 16px;
    font-weight: 300;
    display: flex;
  }

  .plan-wrapper {
    width: auto;
    min-width: 200px;
    float: right;
  }

  .additional-contact {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .client-logo {
    width: 33.33%;
  }

  .image {
    clear: none;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    position: static;
  }

  .image-2 {
    clear: none;
    margin: 10px auto;
    padding-left: 0;
    position: relative;
  }

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

  .image-3 {
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .container-2 {
    margin-top: 60px;
    padding-top: 10px;
    display: block;
  }

  .container-3 {
    margin-bottom: auto;
    display: flex;
  }

  .heading-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
  }
}


