:root {
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.nav {
  width: 100%;
  height: 80px;
  background-color: #032047;
  justify-content: center;
  display: flex;
}

.nav-container {
  width: 90%;
  height: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.nav-menu, .logo {
  height: 100%;
  align-items: center;
  display: flex;
}

.hero-section {
  height: 500px;
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-wrap {
  width: 80%;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.steps-section {
  min-height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.wrap-1 {
  width: 90%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-1 {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 15px 10px;
  padding: 70px 20px 20px;
  display: flex;
  position: relative;
}

.heading-1 {
  flex: none;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
}

.subhead-1 {
  flex: none;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph-3 {
  text-align: left;
  flex: none;
  align-self: flex-start;
  font-size: 16px;
  line-height: 21px;
}

.icon {
  flex: none;
  margin-top: 10px;
  margin-bottom: 40px;
}

.nav-link {
  color: #fff;
}

.hero-left {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button {
  color: #fff;
  background-color: #00a336;
  border: 1px solid #04b63b;
  border-radius: 100px;
  flex: none;
  padding: 20px 30px;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
  box-shadow: 0 5px #0b7a2f;
}

.button:hover {
  background-color: #25c95c;
}

.class {
  color: #fff;
  background-color: #3b79c3;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 4px 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.main-section {
  color: #fff;
  background-color: #022656;
  background-image: url('../images/hero_background.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap-2 {
  width: 80%;
  display: flex;
}

.wrap-2.a {
  width: 90%;
}

.wrap-2.b {
  width: 90%;
  margin-top: 50px;
  margin-bottom: 80px;
}

.logos-section {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.logos-wrap {
  width: 90%;
  opacity: .75;
  flex-wrap: wrap;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  display: flex;
}

.left-1 {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.right-1 {
  width: 50%;
  flex-direction: column;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-1-title {
  color: #022656;
  flex: none;
  margin-bottom: 20px;
}

.left-2 {
  width: 60%;
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-2 {
  width: 40%;
  text-align: left;
  align-self: center;
  padding: 20px 20px 30px;
}

.footer-top {
  color: #fff;
  background-color: #6b6b6b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-top-wrap {
  width: 80%;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.footer-bottom {
  background-color: #111;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.footer-bottom-wrap {
  width: 80%;
  flex: none;
}

.legal {
  color: #777;
  font-size: 12px;
}

.footer-section {
  background-color: #f5f5f5;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
}

.wrap-3 {
  width: 80%;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-wrap-1 {
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.heading-3 {
  color: #022656;
  text-align: center;
  flex: none;
  margin-bottom: 20px;
  font-weight: 700;
}

.heading-3.cta {
  max-width: 600px;
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
}

.subhead-3 {
  text-align: center;
  flex: none;
  font-size: 16px;
}

.column-wrap-2 {
  width: 90%;
  flex: none;
  justify-content: center;
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.column-2 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.paragraph-4 {
  flex: none;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.heading-4 {
  flex: none;
  margin-top: 30px;
}

.heading-5 {
  color: #022656;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 2px;
}

.heading-2 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.screenshot {
  border-radius: 3px;
  flex: none;
}

.paragraph-2 {
  font-size: 16px;
}

.caption-2 {
  max-width: 320px;
  color: #ddd;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

.footer-logo {
  flex: none;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-link-wrap {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-left: 50px;
  text-decoration: none;
}

.hero-right {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.caption-1 {
  max-width: 320px;
  color: rgba(0, 0, 0, .5);
  text-align: center;
  flex: none;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.customers-logo {
  margin: 10px;
}

.caption-4 {
  max-width: 320px;
  color: #777;
  text-align: center;
  flex: none;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.caption-3 {
  max-width: 320px;
  color: #777;
  flex: none;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.call-to-action-section {
  min-height: 300px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #022656;
  background-image: url('../images/cta_background.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.submit-button {
  width: 100%;
  text-transform: uppercase;
  background-color: #00a336;
  border: 1px solid #04b63b;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  box-shadow: 0 5px #0b7a2f;
}

.submit-button:hover {
  background-color: #25c95c;
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
}

.body {
  background-color: #f5f5f5;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.field {
  color: #000;
  border-radius: 100px;
  margin-bottom: 20px;
}

.heading-6 {
  text-align: left;
  margin-top: 0;
  font-size: 21px;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 10px;
}

.form-block {
  width: 100%;
  max-width: 480px;
  margin-bottom: 0;
}

.box-step {
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: #022656;
  border-radius: 3px;
  padding-top: 5px;
  padding-left: 10px;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.step-title {
  text-align: left;
  text-transform: uppercase;
}

.text-span {
  font-size: 30px;
}

.link-block {
  text-decoration: none;
}

.link-block:visited {
  color: #333;
}

.paragraph-5 {
  line-height: 21px;
}

@media screen and (max-width: 991px) {
  .heading-1 {
    font-size: 32px;
    line-height: 36px;
  }

  .logos-wrap {
    justify-content: space-around;
  }

  .right-1 {
    justify-content: flex-end;
  }

  .left-2 {
    align-self: flex-end;
  }

  .column-wrap-1 {
    flex-direction: column;
    flex: none;
    display: block;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 32px;
  }

  .column-wrap-2 {
    flex-wrap: wrap;
  }

  .column-2 {
    width: 50%;
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 30px;
  }

  .menu-button {
    height: 75%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
  }

  .hero-wrap {
    flex-direction: column;
    flex: 1;
  }

  .wrap-1 {
    text-align: center;
  }

  .subhead-1 {
    margin-bottom: 40px;
  }

  .hero-left {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button {
    font-size: 18px;
  }

  .wrap-2 {
    flex-direction: column;
  }

  .wrap-2.a {
    flex-direction: column-reverse;
  }

  .logos-wrap {
    justify-content: space-around;
  }

  .left-1 {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .right-1 {
    width: 100%;
  }

  .left-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .right-2 {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-right {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-6, .paragraph-5 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .button {
    line-height: 22px;
  }

  .footer-top-wrap {
    flex-direction: column;
    flex: none;
    align-items: center;
    padding-bottom: 33px;
  }

  .column-wrap-2 {
    flex-direction: column;
  }

  .column-2 {
    width: 100%;
    flex: none;
  }

  .footer-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .submit-button {
    text-align: center;
    white-space: pre-wrap;
    object-fit: fill;
    line-height: 20px;
  }
}


