.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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: #00a6ff;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  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.hollow.w--current {
  margin-bottom: 40px;
  margin-left: 400px;
  margin-right: 400px;
  display: block;
}

.button.in-pricing {
  margin-top: 19px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.logo-text {
  color: #1c1c1c;
  margin-top: 24px;
  font-family: Roboto Slab, sans-serif;
  font-size: 27px;
  font-weight: 500;
}

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

.navigation {
  background-color: #fff;
  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: #4d7cbd;
  box-shadow: inset 0 3px #4d7cbd;
}

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

.section.main {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, .23);
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.purple {
  opacity: 1;
  background-color: #dde5ed;
  background-image: linear-gradient(rgba(120, 157, 177, .29), rgba(120, 157, 177, .29)), url('../images/iStock-636118504-3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-left: 0;
}

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

.section.press {
  background-color: #3e505c;
  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 {
  text-shadow: 2px 2px 3px #000;
  margin-bottom: 135px;
  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: #b8e2ff;
  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;
  transition: all .5s;
}

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

.newsletter-form {
  width: 70%;
}

.social-icon-group {
  text-align: center;
  margin-right: 450px;
}

.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 {
  color: #fff;
  text-align: left;
  text-shadow: 2px 2px 2px #000;
  margin-bottom: 30px;
  margin-left: 20px;
  padding-top: 30px;
  font-size: 1px;
  font-weight: 300;
  line-height: 22px;
}

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

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

.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 {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 3px #000;
  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: 0;
  margin-bottom: 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%;
}

.paragraph {
  color: #fff;
  text-align: justify;
  text-shadow: 2px 2px 2px #000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.background-video {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  position: relative;
  overflow: hidden;
}

.container {
  object-fit: fill;
}

.columns {
  margin-top: 100px;
}

.heading {
  color: #000;
  margin-bottom: 60px;
}

.container-2 {
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  padding-left: 40px;
  padding-right: 40px;
}

.youtube {
  margin-bottom: 60px;
}

.heading-2 {
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}

.div-block-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(120, 157, 177, .25), rgba(120, 157, 177, .25)), url('../images/iStock-636118504-3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-left: 0;
}

.image {
  position: relative;
  top: -11px;
}

.column {
  object-fit: fill;
  overflow: visible;
}

.heading-3 {
  color: #000;
  text-align: left;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
}

.text-block {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 20px;
  font-size: 19px;
  font-weight: 300;
}

.text-block-2 {
  color: #fff;
  text-shadow: 2px 2px 3px #000;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 19px;
  font-weight: 300;
}

@media screen and (min-width: 1280px) {
  .button.hollow {
    margin-bottom: 40px;
    margin-left: auto;
  }

  .button.hollow.w--current {
    text-align: center;
    margin-left: 400px;
    margin-right: 400px;
    display: inline-block;
  }
}

@media screen and (max-width: 991px) {
  .button.hollow.w--current {
    margin-left: 300px;
    margin-right: 300px;
    display: block;
  }

  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

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

  .main-subtitle {
    margin-bottom: 20px;
  }

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

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

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

  .paragraph {
    margin-left: 20px;
    margin-right: 20px;
  }
}

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

  .button.hollow.w--current {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

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

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

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

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

  .main-subtitle {
    margin-bottom: 100px;
  }

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

  .paragraph {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .main-subtitle {
    margin-bottom: 10px;
  }

  .client-logo {
    width: 33.33%;
  }

  .paragraph {
    margin-left: 20px;
    margin-right: 20px;
  }
}


