.body {
  background-color: #001d4b;
}

.navbar {
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.nav-link {
  font-family: Lato, sans-serif;
  color: #fff;
}

.nav-link-2 {
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
}

.nav-link-3 {
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
}

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

.image {
  margin-top: 20px;
  padding-left: 10px;
}

.what {
  margin-bottom: 0px;
  padding-bottom: 79px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001d4b),
    color-stop(100%, #005495),
    to(#005ca0)
  );
  background-image: linear-gradient(180deg, #001d4b, #005495 100%, #005ca0);
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 18px;
}

.heading {
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 90px;
  font-weight: 100;
}

.columns {
  display: block;
  width: 80vw;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

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

.text-block {
  margin-bottom: 80px;
  padding-right: 39px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}

.div-block-2 {
  height: 150px;
}

.image-2 {
  width: 100vw;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-bottom: -1px;
  padding-bottom: 0px;
}

.objectives {
  min-height: 200px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #2a85c7),
    color-stop(99%, #6db7ed)
  );
  background-image: linear-gradient(180deg, #2a85c7 1%, #6db7ed 99%);
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.div-block-4 {
  width: 11%;
}

.div-block-5 {
  width: 150px;
  background-color: #6db7ed;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
  opacity: 0.8;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  padding-top: 35px;
}

.container-2 {
  display: block;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0px;
  background-color: #fff;
  line-height: 2px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.contact {
  overflow: hidden;
  height: 100px;
  margin-top: 1px;
}

.column {
  padding-top: 100px;
}

.columns-3 {
  display: block;
  width: 60vw;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 40px;
  -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;
}

.column-2 {
  display: block;
  margin-top: 1px;
  -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;
}

.column-3 {
  display: block;
  -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;
}

.column-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -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: center;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  display: block;
  max-width: none;
  margin-top: 1px;
  margin-bottom: 0px;
}

.column-6 {
  height: 10px;
}

.image-4 {
  opacity: 1;
}

.columns-4 {
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-7 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.column-8 {
  padding-right: 21px;
  padding-left: 20px;
  text-align: center;
}

.column-9 {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

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

.heading-2 {
  display: inline-block;
  margin-top: 20px;
  opacity: 0.7;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 90px;
  font-weight: 100;
}

.column-11 {
  height: 10px;
}

.image-8 {
  margin-top: -1px;
  padding-top: 0px;
}

.section {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#001d4b),
    to(#005ca0)
  );
  background-image: linear-gradient(180deg, #001d4b, #005ca0);
}

.section-2 {
  background-color: #005ca0;
}

.image-10 {
  display: block;
  width: 40vw;
  margin: 0px auto;
}

.column-12 {
  overflow: visible;
  padding-top: 20px;
}

.text-block-3 {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #001d4b;
  font-weight: 300;
  text-align: center;
}

.section-3 {
  width: 60vw;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
}

.div-block-6 {
  padding-bottom: 40px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 29, 75, 0.9)),
      to(rgba(0, 92, 160, 0.9))
    ),
    url("../images/arrow_1.svg"),
    -webkit-gradient(linear, left top, left bottom, from(#001d4b), to(#005ca0));
  background-image: linear-gradient(
      180deg,
      rgba(0, 29, 75, 0.9),
      rgba(0, 92, 160, 0.9)
    ),
    url("../images/arrow_1.svg"), linear-gradient(180deg, #001d4b, #005ca0);
  background-position: 0px 0px, 100% 0%, 0px 0px;
  background-size: auto, contain, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.div-block-7 {
  width: 60vw;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.columns-5 {
  width: 60vw;
  margin-right: auto;
  margin-bottom: 1px;
  margin-left: auto;
  padding-top: 40px;
}

.heading-3 {
  position: static;
  margin-top: 1px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.field-label {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.field-label-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.column-14 {
  padding-left: 20px;
}

.column-15 {
  padding-right: 20px;
  padding-left: 10px;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: Lato, sans-serif;
}

.text-field-2 {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: Lato, sans-serif;
}

.textarea {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.05);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.submit-button {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: rgba(56, 152, 236, 0.2);
}

@media (max-width: 991px) {
  .nav-link {
    background-color: #001d4b;
    font-size: 16px;
  }
  .nav-link-2 {
    background-color: #001d4b;
    font-size: 16px;
  }
  .nav-link-3 {
    background-color: #001d4b;
    font-size: 16px;
  }
  .what {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .columns {
    position: static;
    display: block;
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    text-align: left;
  }
  .text-block {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .column {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding-top: 100px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .columns-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  .column-5 {
    height: 0px;
    margin-top: 200px;
  }
  .container-4 {
    margin-right: auto;
    margin-left: auto;
  }
  .image-3 {
    margin-top: 1px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 81px;
  }
  .column-6 {
    padding-left: 0px;
  }
  .image-4 {
    opacity: 1;
  }
  .column-10 {
    position: static;
  }
  .icon {
    color: #fff;
  }
  .column-11 {
    padding-left: 0px;
  }
  .section {
    overflow: auto;
    padding-left: 40px;
  }
  .container-5 {
    margin-right: auto;
    margin-left: auto;
  }
  .image-10 {
    width: 60vw;
    margin-top: 20px;
  }
  .menu-button {
    background-color: #001d4b;
  }
  .menu-button.w--open {
    background-color: #001d4b;
  }
}

@media (max-width: 767px) {
  .what {
    width: 100vw;
    padding-left: 0px;
  }
  .columns {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -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;
  }
  .text-block {
    width: 90vw;
  }
  .objectives {
    padding-top: 40px;
  }
  .text-block-2 {
    display: block;
    font-size: 15px;
  }
  .column {
    position: static;
    padding-top: 100px;
    text-align: left;
  }
  .columns-3 {
    width: 80vw;
    padding-left: 0px;
  }
  .column-5 {
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .image-3 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .image-4 {
    opacity: 0;
    color: #838db3;
  }
  .image-5 {
    margin-bottom: 0px;
  }
  .heading-2 {
    font-size: 60px;
  }
  .icon {
    color: #fff;
  }
  .image-6 {
    margin-bottom: 40px;
  }
  .image-7 {
    margin-bottom: 40px;
  }
  .section {
    overflow: scroll;
  }
  .image-10 {
    display: block;
    width: 70vw;
    margin-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-13 {
    padding-left: 40px;
  }
  .section-3 {
    width: 80vw;
  }
  .div-block-7 {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .body {
    background-color: #001d4b;
  }
  .image {
    width: 200px;
  }
  .what {
    overflow: auto;
    padding-left: 0px;
  }
  .text-block {
    width: 90vw;
    padding-right: 30px;
    padding-left: 0px;
  }
  .image-2 {
    margin-top: 0px;
  }
  .columns-2 {
    display: block;
    padding-bottom: 0px;
  }
  .contact {
    overflow: visible;
  }
  .column {
    padding-top: 100px;
  }
  .columns-3 {
    width: 80vw;
    padding-left: 0px;
  }
  .column-3 {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .column-4 {
    margin-bottom: 21px;
    padding-bottom: 0px;
  }
  .column-6 {
    height: 10px;
  }
  .image-4 {
    opacity: 0;
  }
  .image-6 {
    margin-bottom: 40px;
    padding-bottom: 0px;
  }
  .image-7 {
    margin-bottom: 40px;
  }
  .image-9 {
    padding-bottom: 0px;
  }
  .section {
    overflow: scroll;
    padding-left: 0px;
  }
  .image-10 {
    width: 80vw;
    margin-top: 0px;
  }
  .column-13 {
    padding-left: 20px;
  }
  .text-block-3 {
    margin-top: 0px;
    padding-top: 39px;
  }
  .section-3 {
    padding-top: 60px;
  }
}
