:root {
  --steel-blue: #3087c4;
  --active-blue: #2e9dff;
  --dodger-blue: #2189e5;
  --midnight-blue: #002d55bd;
  --medium-sea-green: #0da955;
}

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

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

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--steel-blue);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.7;
}

.button {
  background-color: var(--active-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
  box-shadow: 0 3px 8px #0003;
}

.button:hover {
  background-color: var(--dodger-blue);
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #333333b3;
  transition: all .3s ease-in-out;
}

.navigation-link:hover, .navigation-link.w--current {
  color: var(--steel-blue);
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 0;
  padding-bottom: 0;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: var(--steel-blue);
  padding-top: 50px;
  padding-bottom: 30px;
}

.section.hero {
  background-image: linear-gradient(#2e9dff66, #2e9dff66), url('../images/photo-1416359658663-73a3834895eb.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  max-height: 650px;
  display: flex;
}

.section.hero.services {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/asset7.jpg');
}

.section.hero.about {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/asset1.jpg');
}

.section.hero.team {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/asset3.jpg');
}

.section.hero.home {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue)), url('../images/asset5.jpg');
  background-position: 0 0, 50%;
  padding-bottom: 100px;
}

.white-box {
  text-align: center;
  border: 1px solid #2e9dff80;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 15px 20px;
  transition: border-color .2s;
  display: flex;
}

.white-box:hover {
  border-color: var(--active-blue);
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.white-box.services {
  background-image: linear-gradient(126deg, var(--steel-blue), var(--medium-sea-green));
  border-color: #2e9dff80;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 23px 3px 3px;
  display: flex;
}

.white-box.services:hover {
  border-color: #2e9dff;
}

.top-section {
  align-items: center;
  padding-top: 242px;
  padding-bottom: 242px;
}

.top-section.centered {
  text-align: center;
  background-image: linear-gradient(#2e9dff80, #2e9dff38), url('../images/photo-1416359658663-73a3834895eb.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 4px solid #69b9ff;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.5;
}

.hero-subheading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hero-subheading.text {
  letter-spacing: 0;
  text-transform: none;
  border-top: 1px solid #ffffffa8;
  margin-bottom: 0;
  padding-top: 30px;
  font-size: 20px;
  line-height: 1.8;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
  background-color: #fff3;
}

.hollow-button.all-caps:hover {
  color: #0e66b4;
  background-color: #ffffff80;
  border-color: #69b9ff;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-subheading.center.bold {
  margin-top: 19px;
  font-weight: 600;
}

.section-subheading.center.sub {
  font-size: 14px;
  font-weight: 600;
}

.section-title-group {
  margin-bottom: 30px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding: 50px 20px 20px;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #333;
  border-bottom: 1px solid #2e9dff4d;
  margin-bottom: 6px;
  padding-top: 2px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--active-blue);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.footer-link.with-icon:hover {
  border-bottom-color: #2e9dff99;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  border: 10px solid #fff;
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 1px 1px 20px #0000001a;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.benefits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.inner-link {
  color: #e8e8e8;
  transition: color .2s;
  display: inline-block;
}

.inner-link:hover {
  color: #2e9dff;
}

.inner-link.dark {
  color: #333;
}

.inner-link.dark:hover {
  color: var(--active-blue);
}

.input {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.field-label {
  font-weight: 400;
}

.text-field {
  border: 1px solid #bfe0ff;
  transition: border-color .2s;
}

.text-field:hover {
  border-color: #69b9ff;
}

.text-field:focus {
  border-color: #2e9dff;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.input-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 21px;
  display: grid;
}

.inner-page-content {
  margin-top: 40px;
}

.paragraph {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}

.hero-container {
  color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-profile {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 60px;
}

.team-profile-image {
  float: left;
  width: 150px;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.profile-bio {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.8;
}

.benefit-icon {
  background-image: linear-gradient(153deg, var(--steel-blue) 6%, #49d100 96%);
  border: 8px solid #fff;
  border-radius: 505px;
  width: 90px;
  height: 90px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  box-shadow: 0 0 0 1px #69b9ff;
}

.bold-text {
  color: var(--active-blue);
}

.div-block {
  display: flex;
}

.div-block-2 {
  flex: 1;
}

.div-block-2._1 {
  border-right: 1px solid #3087c480;
  margin-right: 50px;
  padding-right: 50px;
}

.about-pic {
  float: left;
  border: 10px solid #fff;
  width: 300px;
  margin-top: 15px;
  margin-right: 20px;
  box-shadow: -1px -1px 10px #00000026;
}

.success-message {
  background-color: var(--steel-blue);
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 20px;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 5px 10px -4px #0003;
}

.div-block-3:hover {
  transform: translate(0, -20px);
}

.customers-wrap {
  margin-top: 50px;
  margin-bottom: 40px;
}

.client-logos-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.client-logo {
  color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-bottom: 20px;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  box-shadow: 1px 1px 8px -2px #fff;
}

.client-logo:hover {
  box-shadow: 1px 1px 8px -2px var(--steel-blue);
  transform: scale(1.02);
}

.client-logo.no-link {
  cursor: default;
}

.client-logo.no-link:hover {
  box-shadow: none;
  transform: none;
}

.slider {
  border: 1px solid var(--steel-blue);
  background-color: #0000;
  border-radius: 5px;
  margin-top: 15px;
  padding: 5px;
  box-shadow: 1px 1px 10px #0000001a;
}

.slide {
  background-color: #fff;
  padding-left: 65px;
  padding-right: 65px;
}

.slide-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 45px;
  display: flex;
}

.slider-arrow {
  height: 100%;
  color: var(--steel-blue);
  background-color: #fff;
  border-radius: 6px;
}

.slide-nav {
  height: 30px;
  font-size: 10px;
}

.client-logo-img {
  max-height: 140px;
}

.text-block {
  border-top: 1px solid #3087c480;
  align-items: flex-end;
  padding-top: 5px;
}

.client-logo-img-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.client-logo-title-wrap {
  border-top: 1px solid #3087c480;
  width: 100%;
  padding-top: 5px;
  padding-left: 2px;
  padding-right: 2px;
}

.nav-logo {
  width: 200px;
}

.container {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-2 {
  border-top: 1px solid #ffffffa1;
  padding-top: 35px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
}

.div-block-4 {
  margin-top: 51px;
}

.home-video-1 {
  border: 10px solid #fff;
  width: 100%;
  height: 245px;
  margin-bottom: 40px;
  display: none;
  box-shadow: 1px 1px 20px #00000026;
}

.div-block-5 {
  width: 100%;
  height: 360px;
}

.social-links-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.social-icon-link {
  border: 1px solid var(--steel-blue);
  filter: grayscale();
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  transition: transform .2s, filter .2s, box-shadow .2s;
  box-shadow: 1px 1px 3px #0003;
}

.social-icon-link:hover {
  filter: grayscale(0%);
  transform: translate(0, -1px);
  box-shadow: 1px 1px 5px #00000026;
}

.website-field {
  opacity: 0;
  cursor: none;
  position: absolute;
  left: -9999px;
}

.loading-modal {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffffe6;
  font-size: 1.4rem;
  font-weight: 700;
  display: none;
  position: fixed;
  inset: 0%;
}

.fp-flex {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sending-lottie {
  opacity: .7;
  width: 40px;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

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

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

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

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

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .section.hero {
    min-height: auto;
    max-height: none;
  }

  .top-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-heading {
    font-size: 40px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .benefits {
    grid-template-columns: 1fr 1fr;
  }

  .slide-content {
    padding-left: 5px;
    padding-right: 5px;
  }

  .slider-arrow {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

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

  .section.hero {
    padding-top: 80px;
  }

  .top-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .profile-bio {
    font-size: 16px;
    line-height: 1.6;
  }

  .div-block {
    flex-direction: column;
  }

  .div-block-2._1 {
    border-bottom: 1px solid #2e9dff80;
    border-right-style: none;
    margin-bottom: 30px;
    margin-right: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .slide {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-arrow {
    width: 50px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .section.hero.home {
    padding-top: 60px;
    padding-bottom: 65px;
  }

  .white-box {
    padding-top: 10px;
  }

  .top-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-subheading.text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 1.6;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .benefits, .input-wrap {
    grid-template-columns: 1fr;
  }

  .client-logo {
    margin-left: 6px;
    margin-right: 6px;
  }

  .slider {
    height: auto;
    margin-bottom: 25px;
  }

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

  .slide-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .slider-arrow {
    background-color: #0000;
    justify-content: center;
    align-items: flex-end;
    width: 30px;
    height: 30px;
    inset: auto 0% -36px;
  }

  .slider-arrow.right {
    top: auto;
    left: auto;
    right: 0%;
  }

  .slider-arrow.left {
    top: auto;
    left: 0%;
    right: auto;
  }

  .icon {
    font-size: 25px;
    inset: 0%;
  }
}

#w-node-f0a32253-9728-96b7-ab0a-504d47b7f1bb-99b767a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-f0a32253-9728-96b7-ab0a-504d47b7f1bb-99b767a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


