/* Text Elements */

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

h2.title-heading {
  margin-bottom: 10px;
  max-width: 600px;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h2.title-message {
  margin: 0 auto;
  max-width: 800px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

  justify-self: center;
}

h2.hero-subheading {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.14;
}

h2 em.heading-text-1 {
  font-size: .9375rem;
}

h2.footer-info {
  text-align: center;
}

h3.heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}

h4 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

h4.feature-title {
  float: none;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  justify-self: auto;
  grid-area: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}

p.paragraph {
  max-width: 800px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.region-description {
  color: #fff;
  text-align: left;
  font-weight: 300;
  line-height: 20px;
}

p.paragraph.paragraph-1 {
  max-width: 750px;
  color: #fff;
}

a.link-text.logo-nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 32px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 27px;
}

a.link-text {
  color: #010101;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 16px;
}

a.link-text.nav-link {
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  line-height: 18px;
}

a.link-text span.text-link-text-1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-text span.text-link-text-2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-text span.text-link-text-3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-text span.text-link-text-4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-text.logo-nav-link:hover {
  color: #d4d4d4;
}

/* Layout Elements */

body.body-1 {
  background-color: #002d49;
}

.container.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 48px 24px;
  min-height: 100vh;
  background-color: #002d49;
  background-image: -webkit-linear-gradient(top, rgba(84, 165, 216, 1) 0%, rgba(0, 45, 73, 1) 85%);
  background-image:    -moz-linear-gradient(top, rgba(84, 165, 216, 1) 0%, rgba(0, 45, 73, 1) 85%);
  background-image:      -o-linear-gradient(top, rgba(84, 165, 216, 1) 0%, rgba(0, 45, 73, 1) 85%);
  background-image:         linear-gradient(180deg, rgba(84, 165, 216, 1) 0%, rgba(0, 45, 73, 1) 85%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.nav-bar {
  position: fixed;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  background-color: #010101;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  grid-area: auto / auto / auto / auto;
}

.container.hero-content-region {
  padding: 24px;
  max-width: 1000px;
}

.container.project-region-1 {
  padding: 24px;
  min-height: 50vh;
  background-color: #002d49;
}

.container.picture-wrapper {
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: -6px;
  border-radius: 8px;
}

.container.footer-region {
  padding: 24px;
  background-color: #002d49;
}

.container.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  padding-top: 24px;
  padding-bottom: 24px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container.content-feature {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-order: 0;
  -ms-flex-pack: center;
  float: none;
  clear: none;
  overflow: visible;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: auto;
  max-width: 1200px;
  vertical-align: middle;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;

  grid-column-gap: 16px;
  grid-template-columns: repeat(4 , auto);
  grid-template-rows: auto;
  grid-row-gap: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  grid-area: auto;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
}

.container.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  padding-top: 24px;
  padding-bottom: 24px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.project-region-2 {
  padding: 24px;
  min-height: 50vh;
  background-color: #002d49;
}

.container.container-5 {
  margin: auto;
  padding-bottom: 24px;
  background-color: #002d49;
  -webkit-column-span: none;
     -moz-column-span: none;
          column-span: none;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}

.container.container-2 {
  margin: auto;
  max-width: 1200px;
}

.container.container-1 {
  margin: auto;
  max-width: 1200px;
}

.container.container-6 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.container.container-7 {
  margin: auto;
}

.container.container-8 {
  margin: auto;
}

.container.container-9 {
  display: grid;
  margin: auto;
}

div.responsive-picture.picture-1 > picture > img {
  -o-object-fit: none;
     object-fit: none;
}

div.responsive-picture.picture-2 > picture > img {
  -o-object-fit: none;
     object-fit: none;
}

div.responsive-picture.picture-3 > picture > img {
  -o-object-fit: none;
     object-fit: none;
}

div.responsive-picture.picture-4 > picture > img {
  -o-object-fit: none;
     object-fit: none;
}

div.responsive-picture.picture-1 {
  border: 0 inset #fff;
  border-radius: 15px;
}

div.responsive-picture.picture-2 {
  border: 0 inset #fff;
  border-radius: 15px;
}

div.responsive-picture.picture-3 {
  border: 0 inset #fff;
  border-radius: 15px;
}

div.responsive-picture.picture-4 {
  border: 0 inset #fff;
  border-radius: 15px;
}

div.responsive-picture.picture-5 > picture > img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center 50%;
     object-position: center 50%;
}

div.responsive-picture.picture-5 {
  float: none;
  min-height: 100px;

  justify-self: auto;
  grid-area: auto / auto / auto / auto;
}

li.list-item.list-item-1 {
  color: #fff;
}

li.list-item.list-item-2 {
  color: #fff;
}

li.list-item.list-item-3 {
  color: #fff;
}

li.list-item.list-item-4 {
  color: #fff;
}

li.list-item.list-item-5 {
  color: #fff;
}

li.list-item.list-item-6 {
  color: #fff;
}

li.list-item.list-item-7 {
  color: #fff;
}

li.list-item.list-item-8 {
  color: #fff;
}

li.list-item.list-item-9 {
  color: #fff;
}

li.list-item.list-item-10 {
  color: #fff;
}

li.list-item.list-item-11 {
  color: #fff;
}

li.list-item.list-item-12 {
  color: #fff;
}

li.list-item.list-item-13 {
  color: #fff;
}

li.list-item.list-item-14 {
  color: #fff;
}

li.list-item.list-item-15 {
  color: #fff;
}

li.list-item.list-item-16 {
  color: #fff;
}

li.list-item.list-item-17 {
  color: #fff;
}

li.list-item.list-item-18 {
  color: #fff;
}

li.list-item.list-item-19 {
  color: #fff;
}

li.list-item.list-item-20 {
  color: #fff;
}

li.list-item.list-item-21 {
  color: #fff;
}

.rule.rule-1 hr {
  border-top-width: 2px;
  border-top-color: #010101;
}

.rule.rule-2 hr {
  border-top-width: 2px;
  border-top-color: #010101;
}

.rule.rule-3 hr {
  border-top-width: 2px;
  border-top-color: #010101;
}

.rule.rule-2 {
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
}

div.responsive-picture.picture {
  display: inline-block;
  border: 0 none #fff;
  border-radius: 15px;
}

div.responsive-picture.picture > picture > img {
  -o-object-fit: fill;
     object-fit: fill;
}

li.list-item a.list-item-text-1 {
  color: #fff;
}

li.list-item a.list-item-text-2 {
  color: #fff;
}

li.list-item a.list-item-text-3 {
  color: #fff;
}

li.list-item a.list-item-text-4 {
  color: #fff;
}

li.list-item a.list-item-text-5 {
  color: #fff;
}

li.list-item a.list-item-text-6 {
  color: #fff;
}

li.list-item a.list-item-text-7 {
  color: #fff;
}

li.list-item a.list-item-text-8 {
  color: #fff;
}

li.list-item a.list-item-text-9 {
  color: #fff;
}

li.list-item a.list-item-text-10 {
  color: #fff;
}

li.list-item a.list-item-text-11 {
  color: #fff;
}

li.list-item a.list-item-text-12 {
  color: #fff;
}

li.list-item a.list-item-text-13 {
  color: #fff;
}

li.list-item a.list-item-text-14 {
  color: #fff;
}

li.list-item a.list-item-text-15 {
  color: #fff;
}

li.list-item a.list-item-text-16 {
  color: #fff;
}

.rule.rule-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.rule.rule-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

li.list-item a.list-item-text-13:visited {
  color: #00f;
}

div.responsive-picture.picture:hover {
  -webkit-transform: scaleX(1.08) scaleY(1.08);
     -moz-transform: scaleX(1.08) scaleY(1.08);
       -o-transform: scaleX(1.08) scaleY(1.08);
          transform: scaleX(1.08) scaleY(1.08);
}

li.list-item a.list-item-text-1:hover {
  color: #ff0013;
}

li.list-item a.list-item-text-2:hover {
  color: #ff0013;
}

li.list-item a.list-item-text-3:hover {
  color: #ff0013;
}

li.list-item a.list-item-text-4:hover {
  color: #ff0013;
}

li.list-item a.list-item-text-5:hover {
  color: #ff0013;
}

li.list-item a.list-item-text-6:hover {
  color: #ff0013;
}

li.list-item a.list-item-text-7:hover {
  color: #ff0013;
}

li.list-item a.list-item-text-8:hover {
  color: #ff0013;
}

li.list-item a.list-item-text-9:hover {
  color: #ff0013;
}

li.list-item a.list-item-text-10:hover {
  color: #ff0013;
}

li.list-item a.list-item-text-11:hover {
  color: #ff0013;
}

li.list-item a.list-item-text-12:hover {
  color: #ff0013;
}

li.list-item a.list-item-text-13:hover {
  color: #ff0013;
}

li.list-item a.list-item-text-14:hover {
  color: #ff0013;
}

li.list-item a.list-item-text-15:hover {
  color: #ff0013;
}

li.list-item a.list-item-text-16:hover {
  color: #ff0013;
}

li.list-item a.list-item-text-1:active {
  color: #00f;
}

li.list-item a.list-item-text-2:active {
  color: #00f;
}

li.list-item a.list-item-text-3:active {
  color: #00f;
}

li.list-item a.list-item-text-4:active {
  color: #00f;
}

li.list-item a.list-item-text-5:active {
  color: #00f;
}

li.list-item a.list-item-text-6:active {
  color: #00f;
}

li.list-item a.list-item-text-7:active {
  color: #00f;
}

li.list-item a.list-item-text-8:active {
  color: #00f;
}

li.list-item a.list-item-text-9:active {
  color: #00f;
}

li.list-item a.list-item-text-10:active {
  color: #00f;
}

li.list-item a.list-item-text-11:active {
  color: #00f;
}

li.list-item a.list-item-text-12:active {
  color: #00f;
}

li.list-item a.list-item-text-14:active {
  color: #00f;
}

li.list-item a.list-item-text-15:active {
  color: #00f;
}

li.list-item a.list-item-text-16:active {
  color: #00f;
}