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

.body {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.nav-wrap {
  max-width: 990px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 2%;
  display: flex;
  position: relative;
}

.nav-link {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #333;
}

.nav-link-2 {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.nav-link-2.w--current {
  color: #333;
  font-weight: 600;
}

.nav-link-2.button-hide {
  display: none;
}

.button {
  border-radius: 100px;
  padding: 10px 30px;
}

.button-2 {
  background-color: #0cc;
  border-radius: 100px;
  padding: 16px 32px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.button-2:hover {
  background-color: #061c30;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 400;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hero-wrap {
  width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 72px 5% 0;
  display: flex;
}

.image {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content-hero {
  max-width: 50%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.heading {
  color: #061c30;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 57px;
  font-weight: 600;
  line-height: 72px;
}

.paragraph {
  max-width: 500px;
  color: #343a40;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 32px;
}

.image-2 {
  max-width: 100%;
}

.section-wrap {
  padding: 64px 5%;
}

.section-wrap.color-bg {
  background-color: #f5fafc;
}

.section-wrap.photo-bg {
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/image-background.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-wrap.color-bg2 {
  color: #fff;
  background-color: #102f48;
  padding: 20px 5%;
}

.section-wrap.first-section-wrap {
  padding-bottom: 0;
}

.section-wrap.block-2 {
  padding-top: 10px;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

._1section-wrap {
  max-width: 65%;
  background-color: #f5f5f5;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
}

.heading-2 {
  color: #212529;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 37px;
  line-height: 49px;
}

.paragraph-2 {
  color: #343a40;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 31.5px;
}

.paragraph-2.job-paragraph {
  max-width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.button-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-3 {
  text-align: center;
  background-color: #0cc;
  border-radius: 100px;
  margin: 16px;
  padding: 16px 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-3:hover {
  background-color: #061c30;
}

._1section-2-wrap {
  max-width: 50%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding: 40px 120px;
}

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

.image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 37px;
  font-weight: 700;
  line-height: 49px;
}

.heading-3.h3-2 {
  text-align: center;
  margin-bottom: 8px;
}

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

.item-row {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.item-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.image-3 {
  margin-right: 25px;
}

.heading-4 {
  color: #212529;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding: 40px 120px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 120px;
  padding-right: 120px;
}

.card-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.image-4 {
  margin-bottom: 16px;
}

.cta-wrap {
  padding-left: 150px;
  padding-right: 150px;
}

.cta-card {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 48px;
  display: flex;
}

.footer-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
}

.div-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block {
  color: #343a40;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 21px;
}

.social-row {
  margin-bottom: 24px;
  display: none;
  overflow: visible;
}

.grid-4 {
  grid-template-rows: auto;
}

.navigation-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  color: #343a40;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.link {
  color: #1864ab;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.link-block {
  margin-right: 24px;
}

.hero-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 72px 5% 0;
  display: flex;
}

.content-row {
  justify-content: space-between;
  align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.paragraph-3 {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 30px;
}

.paragraph-4 {
  margin-bottom: 0;
}

.list-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  margin-top: 48px;
  margin-bottom: 48px;
}

.check-row {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.check-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 9px;
  padding-right: 24px;
  display: flex;
}

.image-5 {
  padding-right: 8px;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 40%;
  right: 40%;
}

.brand.w--current {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: 20%;
  bottom: 20%;
  left: 40%;
  right: 40%;
}

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

.image-6, .image-8 {
  max-width: 120%;
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 0%;
  right: auto;
}

.paragraph-5 {
  color: #343a40;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 31.5px;
}

.paragraph-6 {
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 31.5px;
}

.paragraph-7 {
  color: #343a40;
  font-family: Roboto, sans-serif;
}

.image-12 {
  max-width: 1000px;
}

.heading-6 {
  color: #212529;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.image-13, .image-14 {
  margin-top: 15px;
}

.image-15 {
  margin-top: 10px;
}

.heading-3-copy {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 37px;
  font-weight: 700;
  line-height: 49px;
}

.heading-3-copy.h3-2 {
  text-align: center;
  margin-bottom: 8px;
}

.link-2 {
  color: #1864ab;
  font-weight: 400;
}

.link-3 {
  color: #1864ab;
}

.image-16 {
  max-width: 40%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-nav {
  background-color: #0cc;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.button-nav:hover {
  background-color: #061c30;
}

.text-block-3 {
  color: #fff;
  margin-right: 4px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.link-block-2 {
  display: none;
}

.terms-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.terms-paragraph-header {
  font-weight: 500;
}

.heading-7 {
  color: #061c30;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 37px;
  font-weight: 700;
  line-height: 49px;
}

.heading-7.h3-mid {
  text-align: center;
}

.team-wrap {
  padding-left: 120px;
  padding-right: 120px;
}

.team-wrap-grid {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-8 {
  color: #061c30;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
}

.grid-6 {
  max-width: 700px;
  grid-column-gap: 21px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  margin-top: 60px;
}

.container-3 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.image-21 {
  display: none;
}

.info-row-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.grid-7 {
  max-width: 700px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.job-position-wrap {
  margin-bottom: 0;
  padding-left: 120px;
  padding-right: 120px;
}

.link-block-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.job-card-wrap {
  background-color: #f5f5f5;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.image-18 {
  margin-right: 4px;
}

.job-info-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-4 {
  color: #343a40;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.info-1 {
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.html-embed {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .nav-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .nav-link-2 {
    color: #333;
    padding-right: 8px;
  }

  .nav-link-2.button-hide {
    display: block;
  }

  .button-2 {
    display: none;
  }

  .image, .content-hero, .image-2 {
    max-width: 100%;
  }

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

  ._1section-wrap {
    max-width: 100%;
  }

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

  .paragraph-2.job-paragraph {
    max-width: 100%;
  }

  .button-row {
    flex-direction: column;
  }

  .button-3 {
    margin: 0 auto 16px;
  }

  ._1section-2-wrap {
    max-width: 100%;
  }

  .grid {
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr;
    padding: 0;
  }

  .image-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-3 {
    color: #212529;
  }

  .grid-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding: 40px 0;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-wrap, .footer-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    background-image: none;
  }

  .content-row {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    margin-bottom: 24px;
  }

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

  .div-block-2 {
    padding-bottom: 6px;
  }

  .list-wrap {
    padding-left: 0;
    padding-right: 0;
  }

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

  .brand {
    position: static;
  }

  .brand.w--current {
    margin-left: 0;
    margin-right: 0;
    position: static;
    top: 0%;
    bottom: auto;
    left: -40%;
  }

  .image-6 {
    max-width: 100%;
    position: static;
  }

  .image-7 {
    max-width: 100%;
  }

  .image-8 {
    max-width: 100%;
    position: static;
  }

  .image-9, .image-10, .image-11 {
    max-width: 50%;
  }

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

  .image-12 {
    max-width: 100%;
  }

  .heading-3-copy {
    color: #212529;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    background-color: #fff;
  }

  .icon {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-nav {
    display: none;
  }

  .link-block-2 {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-decoration: none;
    display: flex;
  }

  .heading-7 {
    color: #212529;
  }

  .heading-7.h3-mid.h3-team {
    margin-top: 30px;
  }

  .team-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-7 {
    max-width: 100%;
  }

  .job-position-wrap {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 16px;
  }

  .image {
    max-width: 100%;
  }

  .heading {
    font-size: 40px;
    line-height: 120%;
  }

  .paragraph {
    font-size: 21px;
  }

  .section-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._1section-wrap {
    padding: 24px;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-2.job-paragraph {
    max-width: 100%;
  }

  .button-row {
    flex-direction: column;
  }

  .button-3 {
    margin-bottom: 16px;
  }

  .grid {
    grid-template-columns: 1.5fr;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .heading-3 {
    font-size: 26px;
    line-height: 34px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-card {
    padding: 24px;
  }

  .footer-wrap {
    flex-direction: column-reverse;
  }

  .text-block {
    margin-top: 35px;
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .grid-5 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .brand.w--current {
    left: -40%;
    right: 0%;
  }

  .image-6, .image-9, .image-10, .image-11 {
    max-width: 100%;
  }

  .heading-3-copy {
    font-size: 26px;
    line-height: 34px;
  }

  .terms-header {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7 {
    font-size: 26px;
    line-height: 34px;
  }

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

  .info-1 {
    padding-bottom: 0;
  }

  .html-embed {
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 100%;
  }

  .heading {
    font-size: 30px;
  }

  .paragraph {
    font-size: 18px;
  }

  .section-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  ._1section-wrap {
    padding: 24px;
  }

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

  .grid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-card {
    padding: 16px 24px;
  }

  .content-row {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .brand.w--current {
    left: -30%;
  }

  .paragraph-5 {
    font-size: 18px;
  }

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

  .terms-header {
    text-align: left;
    padding-left: 0;
  }

  .grid-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-22 {
    display: none;
  }

  .image-21 {
    display: block;
  }

  .info-row-wrap {
    flex-direction: row;
  }

  .link-block-3 {
    color: #fff;
    background-color: #0cc;
    border-radius: 50px;
    padding: 8px 16px;
  }

  .job-card-wrap {
    flex-direction: column;
  }

  .job-info-wrap {
    padding-bottom: 32px;
  }

  .text-block-4 {
    color: #343a40;
  }

  .text-block-4.text-block-4-white {
    color: #fff;
  }

  .info-1 {
    padding-bottom: 0;
  }

  .html-embed {
    object-position: 50% 50%;
  }
}

#w-node-f6971886-929d-a764-c446-e197a7045e0d-e92428a6, #w-node-bfc0ab26-78d7-7033-3698-0a8856d07f6b-e92428a6, #w-node-_4f43bdc5-ad80-62ac-4509-fa0d4e5c2980-e92428a6, #w-node-_4f43bdc5-ad80-62ac-4509-fa0d4e5c2962-e92428a6, #w-node-cb631a36-7d32-efc9-e51b-92cdf8867048-e92428a6, #w-node-cb631a36-7d32-efc9-e51b-92cdf8867066-e92428a6, #w-node-_4b0093dc-3376-6b52-8488-8903a6e9f4ad-e92428a6, #w-node-_2062cc1d-ce30-546c-3389-375d0455b72d-e92428a6, #w-node-_9edb0e04-d238-3c56-4130-a30c29e522ce-e92428a6, #w-node-_19238be2-464d-0dc0-e6a6-d66e98e1983f-98e19832, #w-node-_19238be2-464d-0dc0-e6a6-d66e98e19848-98e19832, #w-node-_3c4faf9e-8c17-30ce-f99e-d46534bcace5-c0bec9d0, #w-node-_29c37682-43d5-7758-d8d1-0d6d5b889f12-c0bec9d0, #w-node-_17a3310d-43f5-931b-8b3b-04afdead76e4-c0bec9d0, #w-node-_5b965108-1338-6f80-a287-2f28baaf4546-c0bec9d0, #w-node-_0883958c-384c-771e-0b91-190b629d4807-c0bec9d0, #w-node-_50075c3c-1782-45c6-9cc3-8448feb5f92c-c0bec9d0, #w-node-c0875c31-54f4-5d2b-acdb-927a1f9a2302-c0bec9d0, #w-node-c0875c31-54f4-5d2b-acdb-927a1f9a2308-c0bec9d0, #w-node-c0875c31-54f4-5d2b-acdb-927a1f9a230e-c0bec9d0, #w-node-c71ddbf5-1a21-ed52-d0bd-67358df3abcd-544e01ad, #w-node-c71ddbf5-1a21-ed52-d0bd-67358df3abd3-544e01ad, #w-node-f8218df0-a191-9f4c-ebf3-bbd297f2eca8-544e01ad, #w-node-_4f2fc9f9-fefd-ca6e-ab7c-f8cec7296f8d-544e01ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4f43bdc5-ad80-62ac-4509-fa0d4e5c2980-e92428a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f43bdc5-ad80-62ac-4509-fa0d4e5c2962-e92428a6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_17a3310d-43f5-931b-8b3b-04afdead76e4-c0bec9d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b965108-1338-6f80-a287-2f28baaf4546-c0bec9d0 {
    grid-area: 3 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0883958c-384c-771e-0b91-190b629d4807-c0bec9d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_50075c3c-1782-45c6-9cc3-8448feb5f92c-c0bec9d0 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


