.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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;
  font-family: 'PT Sans', sans-serif;
}

.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 #5ab8ff;
  font-family: 'PT Sans', sans-serif;
  color: #5ab8ff;
}

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

.section.main {
  margin-top: 73px;
  background-color: #fafdff;
  color: #fff;
}

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

.section.testimonialbg {
  background-color: #fafdff;
}

.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 {
  position: static;
  min-height: 300px;
  margin-top: 0px;
  padding: 17px;
  float: left;
  clear: none;
  border-radius: 48px;
  background-color: #fff2de;
  color: #2b2b2b;
}

.plan-wrapper.step2 {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #e5fff7;
}

.plan-wrapper.step1 {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
}

.plan-wrapper.step3 {
  margin-bottom: 0px;
  padding: 30px 20px 110px;
  background-color: #def1ff;
}

.plan-wrapper.word {
  position: static;
  width: 91%;
  height: 59%;
  min-height: 100px;
  margin-right: 40px;
  margin-left: 40px;
  padding-bottom: 0px;
  float: right;
  clear: both;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.12);
}

.plan-wrapper.word.fast {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 80px;
  margin-left: 0px;
  float: none;
  clear: none;
  background-color: #fff2de;
  box-shadow: none;
}

.plan-wrapper.word.fe-wo {
  max-width: 860px;
  float: none;
  clear: none;
}

.plan-wrapper.how {
  margin-top: 98px;
  margin-bottom: 100px;
  padding: 116px 40px 40px;
  float: none;
  background-color: #def1ff;
  opacity: 1;
}

.plan-wrapper.how.solution {
  margin-top: 190px;
}

.plan-wrapper.auto-sub {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #def1ff;
}

.plan-wrapper.increase {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #e5fffd;
}

.plan-wrapper.solution.yellow {
  display: inline;
  min-height: 180px;
  min-width: 940px;
  padding-right: 49px;
  padding-bottom: 10px;
  clear: both;
}

.plan-wrapper.basic {
  min-height: 400px;
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: rgba(222, 241, 255, 0.4);
}

.plan-wrapper.basic.pro {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #def1ff;
  box-shadow: 0 20px 20px 0 rgba(90, 184, 255, 0.1);
}

.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 {
  margin-top: 16px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fafdff;
  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: 'PT Sans', sans-serif;
  color: rgba(22, 60, 88, 0.8);
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 400;
}

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

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

.name {
  font-family: 'PT Sans', sans-serif;
  color: rgba(62, 96, 122, 0.8);
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
}

.title {
  font-family: 'PT Sans', sans-serif;
  color: rgba(62, 96, 122, 0.6);
  font-size: 1.1em;
  line-height: 1.2em;
}

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

.heading {
  font-family: 'PT Sans', sans-serif;
  color: #5ab8ff;
  font-size: 4em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
}

.paragraph {
  margin-bottom: 40px;
  font-family: 'PT Sans', sans-serif;
  color: rgba(4, 4, 21, 0.7);
  font-size: 1.6em;
  line-height: 1.2em;
  text-align: center;
  text-shadow: none;
}

.grid {
  -ms-grid-columns: 2.25fr 1fr;
  grid-template-columns: 2.25fr 1fr;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px;
  margin-bottom: 63px;
  margin-left: -108px;
  padding-top: 84px;
  border-radius: 28px;
  background-color: #def1ff;
  box-shadow: 0 20px 20px 0 rgba(204, 233, 255, 0.3);
  text-shadow: none;
}

.image {
  margin-left: 30px;
}

.section-2 {
  margin-top: 16px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fffdfa;
}

.heading-2 {
  margin-bottom: 46px;
  font-family: 'PT Sans', sans-serif;
  color: #5ab8ff;
  font-size: 2.6em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.heading-2.h3 {
  margin-bottom: 72px;
}

.heading-3 {
  font-family: 'PT Sans', sans-serif;
  color: #28164a;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
}

.heading-3.step1 {
  color: #483518;
}

.paragraph-2 {
  padding-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  color: rgba(29, 87, 69, 0.8);
  font-size: 1.4em;
  line-height: 1.4em;
}

.paragraph-2.step1 {
  padding-bottom: 102px;
  color: rgba(72, 53, 24, 0.8);
  font-size: 1.4em;
}

.paragraph-2.step3 {
  padding-bottom: 105px;
  color: rgba(40, 22, 74, 0.8);
}

.heading-4 {
  font-size: 22em;
}

.heading-5 {
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: 0px;
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 42.4%, 0.7);
  font-size: 1.3em;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 700;
}

.heading-5.auto {
  margin-left: 0px;
}

.heading-5.so-word {
  margin-top: -25px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.heading-5.fast {
  color: rgba(72, 53, 24, 0.8);
  font-style: normal;
  font-weight: 400;
}

.image-2 {
  width: 58%;
  margin-top: -23px;
  float: none;
  clear: left;
}

.image-2.light {
  width: 94%;
  margin-top: -44px;
}

.image-2.light.screen {
  width: 104%;
  margin-top: -127px;
}

.image-2.plane {
  margin-top: -45px;
  margin-left: 41px;
}

.heading-6 {
  margin-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #163c58;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
}

.paragraph-3 {
  font-size: 1.4em;
}

.paragraph-4 {
  font-family: 'PT Sans', sans-serif;
  color: rgba(22, 60, 88, 0.8);
  font-size: 1.3em;
  line-height: 1.5em;
  text-align: center;
}

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

.bold-text-2 {
  color: #5ab8ff;
  font-size: 1.4em;
}

.bold-text-3 {
  color: #5ab8ff;
  font-size: 1.4em;
}

.heading-7 {
  margin-bottom: 10px;
  margin-left: -41px;
  font-family: 'PT Sans', sans-serif;
  color: #110e36;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: left;
}

.heading-7.auto {
  margin-left: 0px;
}

.image-3 {
  display: block;
  margin: -51px auto 20px;
  text-align: center;
}

.image-3.increasr {
  margin-right: 0px;
  margin-left: 0px;
}

.heading-8 {
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #110e36;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
}

.heading-8.increase {
  color: #082624;
  text-align: left;
}

.paragraph-5 {
  margin-bottom: 20px;
  color: rgba(17, 14, 54, 0.8);
  font-size: 1.3em;
  line-height: 1.5em;
}

.paragraph-5.increase {
  color: rgba(8, 38, 36, 0.8);
}

.paragraph-5.auto {
  margin-bottom: 56px;
  font-family: 'PT Sans', sans-serif;
  line-height: 1.7em;
  text-align: center;
}

.paragraph-5.auto.ba-1 {
  margin-bottom: 126px;
}

.solution {
  margin-top: 16px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.solution.bg1 {
  background-color: #fffdfa;
}

.heading-9 {
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 2.4em;
  font-weight: 700;
}

.section-3 {
  margin-top: 16px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fafdff;
}

.heading-10 {
  margin-bottom: 40px;
  font-family: 'PT Sans', sans-serif;
  color: #5ab8ff;
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 700;
}

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

.container {
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 48px;
  background-color: #def1ff;
}

.heading-11 {
  font-family: 'PT Sans', sans-serif;
}

.heading-12 {
  font-family: 'PT Sans', sans-serif;
  color: #163c58;
  font-size: 2.6em;
  line-height: 1.2em;
  font-weight: 700;
}

.icon {
  margin-top: 0px;
  margin-right: 6px;
}

.icon-2 {
  margin-top: 0px;
  margin-right: -6px;
}

.heading-13 {
  margin-top: 60px;
  font-family: 'PT Sans', sans-serif;
  color: #8f8f8f;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.button-2 {
  margin-top: 17px;
  margin-right: 17px;
  margin-left: 17px;
  font-family: 'PT Sans', sans-serif;
}

.button-2.login {
  margin-top: 11px;
  padding: 12px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(90, 184, 255, 0.3);
  border-radius: 12px;
  background-color: rgba(56, 152, 236, 0);
  color: #5ab8ff;
  font-weight: 700;
}

.button-3 {
  margin-top: -5px;
  margin-left: 17px;
  padding: 12px 20px;
  border-radius: 12px;
  background-color: #5ab8ff;
}

.image-4 {
  display: block;
  width: 130%;
  max-width: 200%;
  margin-top: 41px;
  margin-left: -98px;
}

.image-5 {
  width: 59%;
  margin-top: -120px;
  margin-left: 600px;
}

.div-block-3 {
  position: absolute;
  z-index: 12;
  float: left;
}

.div-block-4 {
  position: absolute;
  left: auto;
  right: auto;
  z-index: 10;
  width: 57%;
  float: right;
  clear: both;
}

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

  .plan-wrapper.step2 {
    min-height: 500px;
    min-width: 200px;
  }

  .plan-wrapper.step1 {
    min-height: 500px;
  }

  .plan-wrapper.step3 {
    min-height: 500px;
  }

  .plan-wrapper.auto-sub {
    min-height: 500px;
  }

  .plan-wrapper.increase {
    min-height: 500px;
  }

  .plan-wrapper.solution.yellow {
    min-width: 500px;
  }

  .plan-wrapper.basic {
    min-height: 650px;
  }

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

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

  .paragraph {
    font-size: 1.4em;
  }

  .paragraph-2 {
    font-size: 1.2em;
  }

  .paragraph-2.step1 {
    padding-bottom: 165px;
    font-size: 1.2em;
  }

  .paragraph-2.step3 {
    padding-bottom: 20px;
  }

  .heading-5.fast {
    font-size: 1.2em;
  }

  .image-2.light.screen {
    margin-top: -102px;
  }

  .heading-6 {
    font-size: 1.6em;
  }

  .paragraph-4.how {
    font-size: 1.2em;
  }

  .heading-7.fast {
    font-size: 1.6em;
  }

  .heading-8 {
    font-size: 1.6em;
  }

  .paragraph-5.increase {
    font-size: 1.2em;
  }

  .paragraph-5.auto {
    font-size: 1.2em;
  }

  .paragraph-5.auto.ba-1 {
    font-size: 1.2em;
  }

  .heading-9 {
    font-size: 1.6em;
  }

  .image-4 {
    width: 135%;
    margin-top: 20px;
  }

  .image-5 {
    margin-left: 220px;
  }

  .div-block-4 {
    width: 94%;
  }
}

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

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

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

  .plan-wrapper.step2 {
    min-width: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .plan-wrapper.step1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .plan-wrapper.step3 {
    margin-right: auto;
    margin-left: auto;
  }

  .plan-wrapper.word {
    width: 88%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .plan-wrapper.word.fast {
    width: 97%;
    margin-right: auto;
    margin-left: auto;
  }

  .plan-wrapper.how {
    margin-right: 10px;
    margin-left: 10px;
  }

  .plan-wrapper.how.solution {
    margin-top: 100px;
  }

  .plan-wrapper.auto-sub {
    min-height: 0px;
    margin-bottom: 70px;
  }

  .plan-wrapper.increase {
    min-height: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .plan-wrapper.solution.yellow {
    min-height: 0px;
    min-width: 0px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .plan-wrapper.basic {
    min-height: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .divider {
    width: 100%;
  }

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

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

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

  .paragraph {
    font-size: 1em;
  }

  .heading-2 {
    font-size: 2em;
  }

  .heading-2.h3 {
    margin-bottom: 35px;
  }

  .paragraph-2 {
    font-size: 0.9em;
  }

  .paragraph-2.step1 {
    font-size: 0.9em;
  }

  .heading-5 {
    margin-right: auto;
    margin-left: auto;
    font-size: 1.1em;
  }

  .heading-5.so-word {
    margin-top: -44px;
    text-align: center;
  }

  .heading-5.fast {
    font-size: 0.9em;
  }

  .image-2.light {
    width: 10%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-2.light.screen {
    width: 30%;
    margin-top: -76px;
  }

  .image-2.plane {
    width: 15%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-6 {
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .paragraph-4 {
    font-size: 0.9em;
  }

  .paragraph-4.how {
    font-size: 0.9em;
  }

  .heading-7.fast {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .image-3 {
    width: 20%;
  }

  .image-3.increasr {
    width: 19%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .paragraph-5.increase {
    font-size: 0.9em;
  }

  .paragraph-5.auto {
    font-size: 0.9em;
    line-height: 1.5em;
  }

  .paragraph-5.auto.ba-1 {
    margin-bottom: 86px;
    font-size: 0.9em;
  }

  .heading-9 {
    margin-right: auto;
    margin-left: auto;
    font-size: 1.4em;
    text-align: center;
  }

  .div-block-4 {
    width: 99%;
    margin-right: auto;
    margin-left: auto;
  }

  .column-2 {
    margin-bottom: 20px;
  }

  .column-3 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section.testimonialbg {
    padding-right: 10px;
    padding-left: 10px;
  }

  .plan-wrapper.step2 {
    min-height: 0px;
  }

  .plan-wrapper.step1 {
    min-height: 0px;
  }

  .plan-wrapper.step3 {
    width: 100%;
    min-height: 0px;
    padding-bottom: 17px;
  }

  .plan-wrapper.word.fast {
    width: 95%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .plan-wrapper.how {
    padding-right: 20px;
    padding-left: 20px;
  }

  .plan-wrapper.how.solution {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .plan-wrapper.auto-sub {
    padding-right: 20px;
    padding-left: 20px;
  }

  .plan-wrapper.increase {
    padding-right: 20px;
    padding-left: 20px;
  }

  .plan-wrapper.basic {
    width: 100%;
    min-height: 360px;
  }

  .testimony-text {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 1.1em;
  }

  .person {
    width: 51px;
  }

  .title {
    font-size: 0.8em;
  }

  .client-logo {
    width: 33.33%;
  }

  .heading {
    font-size: 3.3em;
  }

  .heading-2 {
    font-size: 1.5em;
  }

  .heading-2.h3 {
    margin-bottom: 10px;
  }

  .heading-3 {
    font-size: 1.6em;
  }

  .heading-3.step1 {
    font-size: 1.6em;
  }

  .heading-3.step2 {
    font-size: 1.6em;
  }

  .paragraph-2.step1 {
    padding-bottom: 0px;
  }

  .heading-5 {
    font-size: 0.9em;
  }

  .heading-5.so-word {
    margin-top: -60px;
    margin-left: 60px;
  }

  .heading-5.fast {
    margin-bottom: 20px;
  }

  .image-2.light {
    width: 22%;
  }

  .image-2.light.screen {
    width: 41%;
    margin-left: -19px;
  }

  .heading-6 {
    font-size: 1.4em;
  }

  .bold-text-2 {
    font-size: 1.1em;
  }

  .bold-text-3 {
    font-size: 1.1em;
  }

  .heading-7.fast {
    font-size: 1.4em;
  }

  .image-3.increasr {
    width: 25%;
  }

  .heading-8 {
    font-size: 1.4em;
  }

  .heading-8.pro {
    font-size: 1.6em;
  }

  .heading-8.basic {
    font-size: 1.6em;
  }

  .paragraph-5.auto {
    margin-bottom: 20px;
  }

  .paragraph-5.auto.ba-1 {
    margin-bottom: 20px;
  }

  .heading-9 {
    margin-left: 57px;
    font-size: 0.9em;
    line-height: 1.2em;
  }

  .heading-10 {
    margin-bottom: 20px;
    font-size: 1.3em;
  }

  .column {
    padding-left: 10px;
  }

  .heading-12 {
    font-size: 2em;
  }

  .icon {
    margin-top: 10px;
  }

  .icon-2 {
    margin-top: 10px;
  }

  .heading-13 {
    font-size: 0.8em;
  }

  .image-4 {
    margin-top: -10px;
    margin-left: -63px;
  }

  .image-5 {
    margin-top: -73px;
    margin-left: 175px;
  }

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

#w-node-_68361050-f8d5-9da1-1214-7087814fdea3-5c563921 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

