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, .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, .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, .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;
  margin-bottom: 24px;
  padding-left: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #008fff;
  font-size: 27px;
  font-weight: 400;
}

.logo-text:hover {
  color: #084a7e;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  padding-left: 0px;
  color: #008fff;
  font-size: 17px;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  max-height: 60px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(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;
  color: #889299;
  font-size: 15px;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 hsla(0, 0%, 71%, .5);
  color: #008fff;
}

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

.section {
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-transition: opacity 1075ms ease;
  transition: opacity 1075ms ease;
}

.section.blue {
  background-color: #e3f3fc;
}

.section.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 61px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

.section.grey {
  background-color: #f0f0f0;
}

.section.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  border-top: 1px solid #dfe8e4;
  background-color: #fff;
  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 {
  margin-bottom: 29px;
  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;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.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: Exo, sans-serif;
  color: #008fff;
  font-weight: 300;
  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;
  font-family: Exo, sans-serif;
  color: #939596;
  font-weight: 200;
}

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

.page-link.white {
  border-bottom-color: hsla(0, 0%, 100%, .49);
  color: #fff;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

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

.social-icon-group {
  background-color: #fff;
}

.brand-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.brand-link.w--current {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-message {
  background-color: #fff;
}

.main-heading {
  margin-right: 0px;
  margin-bottom: 4px;
  margin-left: 0px;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #008fff;
  font-size: 28px;
  line-height: 44px;
  font-weight: 300;
}

.section-subtitle {
  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;
  color: #607281;
  text-align: left;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.feature.centered {
  text-align: center;
}

.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;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.feature-icon:hover {
  box-shadow: 0 0 6px 0 rgba(0, 143, 255, .6);
  -webkit-transform: perspective(1066px) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: perspective(1066px) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

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

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

.small-features-row {
  margin-top: 37px;
  margin-bottom: 37px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.client-logo {
  width: 16.6%;
}

.press-logo {
  width: 16%;
  margin-right: 2%;
  margin-left: 2%;
  opacity: 0.94;
}

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

.image-2 {
  padding-top: 0px;
  padding-right: -15px;
}

.image-2:hover {
  opacity: 0.37;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.submit-button {
  max-height: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
  line-height: 16px;
}

.submit-button:hover {
  background-color: #084a7e;
}

.submit-alt-button {
  /* max-height: 30px; */
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 14px;
  line-height: 16px;
}

.submit-alt-button:hover {
  background-color: #084a7e;
}

.text-field {
  max-height: 30px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 14px;
  line-height: 16px;
}

.form-block-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.headings-2 {
  margin-top: 19px;
  margin-bottom: 39px;
  font-family: 'Open Sans', sans-serif;
  color: #008fff;
  text-align: center;
}

.headings-2:hover {
  text-shadow: 14px 23px 8px #3b3636;
}

.link {
  display: block;
  margin-top: 41px;
  margin-bottom: 41px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.container {
  margin-top: -74px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.paragraph {
  margin-bottom: 26px;
}

.section-2 {
  margin-top: 53px;
  margin-bottom: 53px;
}

.section-w-blue-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  border-top: 1px solid #dfe8e4;
  border-bottom: 1px solid #dfe8e4;
}

.block-quote {
  padding-top: 39px;
  padding-bottom: 39px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a1bfd4), to(#a1bfd4));
  background-image: linear-gradient(180deg, #a1bfd4, #a1bfd4);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.div-block {
  max-width: 200px;
}

.form-2 {
  position: relative;
  left: 380px;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 87px;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.button-4 {
  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;
}

.explorer-image {
  margin-top: 23px;
  -webkit-transition: opacity 958ms ease;
  transition: opacity 958ms ease;
}

.explorer-image:hover {
  box-shadow: 0 0 6px 1px #008fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 84px;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-top: 10px;
  margin-bottom: 57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.button-6:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 189, 144, .82)), to(rgba(77, 189, 144, .82)));
  background-image: linear-gradient(180deg, rgba(77, 189, 144, .82), rgba(77, 189, 144, .82));
}

.button-6.w--current {
  text-align: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 131px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.text-block {
  margin-bottom: 26px;
  color: #607281;
  text-align: center;
}

.paragraph-2 {
  margin-bottom: 0px;
  color: #000;
}

.text-block-2 {
  color: #fff;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  margin-top: 46px;
  font-weight: 300;
}

.submit-button-2 {
  border-radius: 5px;
}

.image-3 {
  border-radius: 5px;
}

.section-3 {
  margin-top: 91px;
  margin-bottom: 82px;
  padding-bottom: 82px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.product-headers {
  margin-bottom: 47px;
  padding-right: 17px;
  padding-left: 17px;
  font-family: 'Open Sans', sans-serif;
  color: #0f59fc;
  font-weight: 300;
  text-align: left;
}

.paragraph-text {
  /* min-width: 100%; */
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #637280;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  display: inline-block;
}

.landing-product-mini-paragraph {
  color: #607281;
  text-align: center;
}

.paragraph-4 {
  color: #607281;
}

.paragraph-5 {
  color: #607281;
}

.product-landing-header:hover {
  text-shadow: 14px 18px 6px #008fff;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.large-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.splash-image-red:hover {
  box-shadow: 0 0 11px 0 red;
}

.splash-image-blue:hover {
  box-shadow: 0 0 9px 0 #008fff;
}

.tabs {
  display: block;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-3 {
  border: 1px solid #b8b6b6;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 105px;
  margin-bottom: 148px;
}

.container-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-classy {
  border: 1px solid #8da2b5;
  border-radius: 3px;
  box-shadow: -1px -1px 6px 1px hsla(0, 4%, 40%, .34);
}

.div-block-classy:hover {
  -webkit-transform: translate(0px, -14px);
  -ms-transform: translate(0px, -14px);
  transform: translate(0px, -14px);
}

.key-feature-header {
  margin-top: 18px;
  margin-bottom: 18px;
  color: #5d7081;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.paragraph-6 {
  color: #5c6c7a;
}

.key-features-paragraph {
  margin: 15px;
  color: #5c6c7a;
  text-align: center;
}

.image-4 {
  max-height: 100%;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-5 {
  margin-top: 135px;
}

.image-5 {
  max-height: auto;
}

.headings-2-copy {
  font-family: 'Open Sans', sans-serif;
  color: #008fff;
  text-align: center;
}

.headings-2-copy:hover {
  text-shadow: 14px 23px 8px #3b3636;
}

.row-4 {
  margin-top: 28px;
}

.text-field-2 {
  border-radius: 2px;
  text-align: center;
}

.section-6 {
  min-height: 100vh;
}

.section-7 {
  min-height: 150px;
  padding-top: 68px;
  padding-bottom: 68px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fff), to(#008fff));
  background-image: linear-gradient(180deg, #008fff, #008fff);
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/global-map---blue.png');
  background-position: 50% 50%;
  background-size: 750px;
}

.about-us-header {
  margin-top: -83px;
  padding-top: 195px;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
}

.white-heading {
  color: #fff;
  text-align: center;
}

.white-heading:hover {
  text-shadow: 15px 26px 0 #17201c;
}

.section-9 {
  margin-top: 97px;
  margin-bottom: 97px;
}

.section-10 {
  border-bottom: 1px solid #dfe8e4;
}

.section-11 {
  margin-top: 22px;
}

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

.block-quote-2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: justify;
}

.link-2 {
  padding-top: 11px;
}

.section-12 {
  min-height: auto;
  margin-bottom: 18px;
  padding-bottom: 88px;
}

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

.section-13 {
  min-height: 100vh;
  margin-top: 126px;
}

.research-explainer-count {
  padding-top: 10px;
  border-top: 2px none #4dbd90;
  box-shadow: 0 16px 6px 0 rgba(0, 143, 255, .82);
  font-family: Varela, sans-serif;
  font-size: 26px;
  text-align: center;
}

.research-explainer-blocks {
  margin-top: 23px;
  margin-bottom: 21px;
  border-top: 1px none #b2bbb7;
  border-right: 1px none #b2bbb7;
  border-left: 1px none #b2bbb7;
  border-radius: 2px;
  box-shadow: 1px 7px 6px 1px #dfe8e4;
  text-align: center;
}

.section-14 {
  margin-top: 56px;
  margin-bottom: 110px;
}

.text-block-3 {
  font-weight: 500;
}

.text-block-4 {
  font-weight: 500;
}

.text-block-5 {
  font-weight: 500;
}

.text-block-6 {
  font-weight: 500;
}

.case-study-header {
  margin-top: 1px;
  margin-bottom: 10px;
  color: #37443e;
  font-weight: 500;
  text-align: center;
}

.section-15 {
  padding-top: 91px;
  padding-bottom: 46px;
  border-bottom: 1px solid #dfe8e4;
}

.video {
  margin-bottom: 30px;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-17 {
  min-height: 100vh;
}

.section-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 87px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message-2 {
  border: 1px solid #dfe8e4;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fff), to(#008fff));
  background-image: linear-gradient(180deg, #008fff, #008fff);
  color: #fff;
}

.text-block-7 {
  color: #000;
  font-size: 14px;
}

.paragraph-8 {
  margin-top: 28px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/1280px-ZambianSchool3.JPG');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-7 {
  margin-top: 72px;
  margin-bottom: 15px;
  padding-top: 24px;
  padding-bottom: 0px;
}

.case-study-page-header {
  color: #fff;
  text-align: center;
}

.case-study-read-button {
  border: 1px solid #008fff;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fff), to(#008fff));
  background-image: linear-gradient(180deg, #008fff, #008fff);
}

.case-study-read-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(72, 159, 217, .64)), to(rgba(72, 159, 217, .64)));
  background-image: linear-gradient(180deg, rgba(72, 159, 217, .64), rgba(72, 159, 217, .64));
  box-shadow: 0 0 6px 0 #fff;
  font-weight: 500;
}

.case-study-section-headers {
  text-align: center;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  margin-top: 18px;
  margin-bottom: 32px;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 51px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  margin-top: 15px;
  margin-bottom: 28px;
}

.paragraph-9 {
  margin-bottom: 20px;
  text-align: left;
}

.section-19 {
  margin-bottom: 50px;
}

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

.paragraph-11 {
  margin-top: -2px;
  text-align: center;
}

.section-20 {
  margin-bottom: -39px;
}

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

.paragraph-13 {
  text-align: center;
}

.hero2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/bigstock-Team-Of-Young-People-Discussin-115627295.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-attachment: fixed;
}

.section-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-8 {
  min-height: 100vh;
  margin-top: 51px;
}

.heading-5 {
  margin-top: 33px;
  color: #dfe8e4;
}

.row-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-block-8 {
  color: #130404;
}

.image-8 {
  margin-bottom: 24px;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.consult-field {
  margin-top: 5px;
  border: 1px solid #abb3af;
  border-radius: 2px;
}

.consult-field:active {
  box-shadow: 0 0 6px 0 #008fff;
}

.consult-field:focus {
  box-shadow: 0 0 6px 0 #008fff;
}

.form-block-2 {
  margin-top: 34px;
  margin-bottom: 34px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-10 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.div-block-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.paragraph-14 {
  color: #fff;
}

.checkbox-field {
  margin-top: 6px;
  margin-bottom: 11px;
}

.checkbox {
  min-height: 100%;
}

.header-button {
  max-height: 35px;
  margin-top: 17px;
  border-radius: 4px;
}

.header-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 189, 144, .86)), to(rgba(77, 189, 144, .86)));
  background-image: linear-gradient(180deg, rgba(77, 189, 144, .86), rgba(77, 189, 144, .86));
}

.planner-subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-15 {
  color: #008fff;
}

.image-9 {
  margin-top: 9px;
  border-radius: 3px;
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
}

.section-22 {
  min-height: 100vh;
}

.section-23 {
  padding-top: 38px;
}

.heading-6 {
  margin-top: 15px;
  text-align: center;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content {
  margin-bottom: 42px;
}

.main-explore-header {
  margin-top: 19px;
  margin-bottom: 17px;
}

.html-embed {
  min-width: 100%;
  margin-top: 31px;
}

.in-app-navbar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fff), to(#008fff));
  background-image: linear-gradient(180deg, #008fff, #008fff);
}

.text-block-9 {
  margin-top: 27px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 300;
}

.nav-link-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
}

.image-10 {
  margin-top: 4px;
  margin-bottom: 8px;
}

.text-block-10 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fff), to(#008fff));
  background-image: linear-gradient(180deg, #008fff, #008fff);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fdfdfd;
  font-style: italic;
  text-align: center;
}

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

.row-8 {
  margin-top: 74px;
}

.column-4 {
  min-height: 100vh;
}

.column-ty {
  min-height: 50vh;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-5 {
  border-right: 2px solid #008fff;
}

.heading-7 {
  margin-bottom: 8px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 23px;
}

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

.heading-8 {
  margin-top: -2px;
  text-align: center;
}

.icon {
  margin-right: 0px;
  color: #008fff;
}

.icon-2 {
  margin-right: 19px;
  margin-left: 19px;
  color: #008fff;
}

.rich-text-block-sliders {
  padding-right: 6px;
  padding-left: 6px;
}

.rich-text-block-sliders h3 {
  text-align: center;
}

.rich-text-block-sliders h4 {
  text-align: center;
}

.mask {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 143, 255, .15)), to(rgba(0, 143, 255, .15)));
  background-image: linear-gradient(180deg, rgba(0, 143, 255, .15), rgba(0, 143, 255, .15));
}

.slide-nav-2 {
  margin-bottom: 8px;
}

.button-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 9px 25px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.button-9:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4dbd90), to(#4dbd90));
  background-image: linear-gradient(180deg, #4dbd90, #4dbd90);
}

.slider-arrow-tutorial {
  position: absolute;
  max-height: 40px;
  margin-top: 644px;
  margin-right: -20px;
  margin-left: -23px;
}

.right-arrow {
  margin-top: 540px;
}

.section-24 {
  min-height: 100vh;
  margin-top: -17px;
}

.container-11 {
  margin-top: 89px;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-images {
  margin-top: -17px;
  border-radius: 3px;
}

.product-images:hover {
  box-shadow: 0 0 6px 0 rgba(0, 143, 255, .49);
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-9 {
  margin-top: -27px;
  padding-bottom: 15px;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.light-blue-section {
  /* margin-top: 63px; */
  padding-top: 62px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 143, 255, .02)), to(rgba(0, 143, 255, .02)));
  background-image: linear-gradient(180deg, rgba(0, 143, 255, .02), rgba(0, 143, 255, .02));
}

.explore-demo-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-top: 20px;
  margin-bottom: 57px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fdfffe;
  color: #008fff;
}

.explore-demo-button:hover {
  -webkit-transform: scale(1.26);
  -ms-transform: scale(1.26);
  transform: scale(1.26);
}

.headings-for-blue-bg {
  margin-bottom: 39px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.headings-for-blue-bg:hover {
  text-shadow: 14px 23px 8px #3b3636;
}

.blue-background-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 82px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fff), to(#008fff));
  background-image: linear-gradient(180deg, #008fff, #008fff);
}

.how-it-works-bluebg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* min-height: 100vh; */
  max-height: 75vh;
  margin-top: 0px;
  margin-bottom: 0px;
  /* padding-bottom: 82px; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  /* -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center; */
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fff), to(#008fff));
  background-image: linear-gradient(180deg, #008fff, #008fff);
}

.blue-background-small-text {
  margin-top: 21px;
  color: #fff;
  text-align: left;
}

.row-9 {
  margin-top: 9px;
}

.explore-signup-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pricing-headers {
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fff), to(#008fff));
  background-image: linear-gradient(180deg, #008fff, #008fff);
  color: #fff;
  text-align: center;
}

.pricing-amounts {
  color: #008fff;
  font-size: 36px;
  text-align: center;
}

.heading-10 {
  margin-top: 11px;
  color: #676d6a;
  text-align: center;
}

.section-25 {
  text-align: center;
}

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

.tabs-menu-3 {
  float: left;
}

.tab-link {
  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;
}

.tab-link.w--current {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.faq-tabs.w--current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fff), to(#008fff));
  background-image: linear-gradient(180deg, #008fff, #008fff);
  color: #fff;
}

.faq-tabs.w--current:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fff), to(#008fff));
  background-image: linear-gradient(180deg, #008fff, #008fff);
  color: #fff;
}

.tab-link-2 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-3 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-pane {
  min-height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.publication-tabs-blue {
  border-radius: 2px;
}

.publication-tabs-blue:hover {
  box-shadow: inset 0 0 8px 4px #a1bfd4;
  font-size: 18px;
}

.publication-tabs-blue.w--current {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fff), to(#008fff));
  background-image: linear-gradient(180deg, #008fff, #008fff);
  color: #fff;
  font-size: 18px;
}

.publication-tabs-blue.w--current:hover {
  box-shadow: inset 0 0 8px 1px #fff;
}

.section-26 {
  min-height: 100%;
  margin-top: 73px;
}

.nav-link-3 {
  border: 1px solid #fff;
  color: #fff8f8;
}

.nav-link-3:hover {
  border-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #fff8f8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.paragraph-16 {
  margin-top: 26px;
  margin-bottom: 25px;
  text-align: center;
}

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

.container-13 {
  margin-top: 52px;
  margin-bottom: 52px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-12 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.article-headers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-17 {
  font-style: italic;
}

.slider-3 {
  width: 100%;
  min-height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#154f7c), to(#154f7c));
  background-image: linear-gradient(180deg, #154f7c, #154f7c);
}

.slide-nav-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fff), to(#008fff));
  background-image: linear-gradient(180deg, #008fff, #008fff);
}

.slide-3 {
  margin-top: -37px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.container-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 71px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-4 {
  height: 100vh;
}

.icon-3 {
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fff), to(#008fff));
  background-image: linear-gradient(180deg, #008fff, #008fff);
}

.icon-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fff), to(#008fff));
  background-image: linear-gradient(180deg, #008fff, #008fff);
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.slide-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.slide-nav-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a1bfd4), to(#a1bfd4));
  background-image: linear-gradient(180deg, #a1bfd4, #a1bfd4);
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.form-block-3 {
  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;
}

.section-24---evba {
  margin-top: -34px;
  padding-top: 0px;
}

.text-field-3 {
  min-height: 100%;
  min-width: 100%;
  margin-right: -17px;
  margin-left: -10px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.submit-button-3 {
  min-height: 100%;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.blue-headings-2---evba-left-aligned {
  margin-top: 19px;
  margin-bottom: 39px;
  font-family: 'Open Sans', sans-serif;
  color: #008fff;
  text-align: left;
}

.blue-headings-2---evba-left-aligned:hover {
  text-shadow: 14px 23px 8px #3b3636;
}

.paragraph-text-left-aligned {
  min-width: 100%;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #637280;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}

.div-block-for-join-pilot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-4 {
  min-width: 100%;
}

.submit-button-4 {

  /*max-width: 150px;*/
  min-width: 100%;
  border-radius: 2px;
  webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.submit-button-4:hover {
  background-color: white; /* Green */
  color: #1e8ffb;
  border: 1px solid #1e8ffb;
  outline-style: solid;
  outline-color: red;
}

.evbase-text-field-sign-form {
  border-radius: 2px;
  font-weight: 500;
  text-align: center;
}

.form-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 119px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-16 {
  margin-top: 77px;
}

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

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

@media (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 (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;
  }
  .image-9 {
    border-bottom-right-radius: 3px;
  }
}

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

$btn-color: #009CD0;
$btn-alt-color: salmon;

.btn {
    border-radius: 4px;
    border: 2px solid #009CD0;
    color: #009CD0;
    display: inline-block;
    margin: 0 .25em;
    overflow: hidden;
    padding: 24px 60px 24px 16px;
    position: relative;
    text-decoration: none;
    line-height: 1;
    .btn-content {
        font-size: 1em;
        line-height: 1.2;
        padding: 0 26px;
        position: relative;
        right: 0;
        transition: right 300ms ease;
        display: block;
        text-align: left;
    }
    .icon {
        border-left: 1px solid #009CD0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        transition: all 300ms ease;
        transform: translateY(-50%);
        width: 58px;
        height: 70%;
        i {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }
    }
    &:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: $btn-color;
        opacity: 0;
        transition: opacity 300ms ease;
    }
    &:hover {
        .btn-content {
            right: 100%;
        }
        .icon {
            border-left: 0;
            font-size: 1.8em;
            width: 100%;
        }
        &:after {
            opacity: .2;
        }
    }
    &.btn-alt-color {
        border-color: $btn-alt-color;
        color: $btn-alt-color;
        .icon {
            border-left-color: $btn-alt-color;
        }
        &:after {
            background-color: $btn-alt-color;
        }
    }
}
