/* Text Elements */

h1.hero-heading {
  margin-top: 0;
  margin-bottom: 24px;
  color: #0c9ee8;
  text-align: center;
  font-weight: 100;
  font-size: 62px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  line-height: 1;
}

h1 {
  font-family: 'Inter', sans-serif;
}

h1.heading-1 {
  font-size: 26px;
}

h1.heading-2 {
  color: #0c9ee8;
  font-weight: 300;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h1.heading-3 {
  color: #fff;
  font-size: 26px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h1.heading-4 {
  visibility: hidden;
  margin-top: -200px;
  margin-bottom: 0;
}

h2.hero-subheading {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #010101;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.14;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

h2.title-heading {
  max-width: 600px;
  color: #0c91c6;
  font-weight: 300;
  font-size: 36px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h2.title-message {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 800px;
  text-align: left;
  font-size: 16px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h6.tagline {
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 600;
}

h6 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.hero-action-message {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  color: #010101;
  text-align: left;
  line-height: 24px;
}

p.paragraph {
  max-width: 800px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.region-description {
  color: #666;
  font-weight: 300;
  line-height: 25px;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-2 {
  color: #fff;
}

p.paragraph span.paragraph-text-3 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-4 {
  font-weight: 700;
  font-size: 1.3125rem;
}

p.paragraph.paragraph-1 {
  margin-right: 0;
  margin-left: 0;
  padding: 30px;
  background-color: #fff;
}

a.link-text.nav-link {
  padding: 20px;
  color: #010101;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  line-height: 18px;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

a.link-text {
  color: #010101;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 16px;
}

a.link-text.footer-nav-link {
  display: block;
  margin-bottom: 0;
  padding-bottom: 16px;
  color: #666;
  text-align: right;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
}

a.link-text.footer-info {
  display: block;
  margin-bottom: 0;
  padding-bottom: 16px;
  color: #666;
  text-align: right;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
}

/* Interaction Elements */

a.link-button.action-btn {
  display: block;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 32px;
  max-width: 250px;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
}

a.link-button {
  color: #010101;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a.link-button.button-link-1 {
  visibility: hidden;
  margin-top: -200px;
  padding: 20px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(12, 145, 198, 1) 33%, rgba(12, 145, 198, 1) 33%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(12, 145, 198, 1) 33%, rgba(12, 145, 198, 1) 33%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(12, 145, 198, 1) 33%, rgba(12, 145, 198, 1) 33%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(12, 145, 198, 1) 33%, rgba(12, 145, 198, 1) 33%, rgba(29, 30, 33, .5) 100%);
  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;
  justify-self: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
          align-self: flex-start;
}

/* Layout Elements */

.container.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container.nav-bar {
  position: absolute;
  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;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-right: 24px;
  padding-left: 24px;

  -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;
}

.container.hero-content-region {
  margin-bottom: 27px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 26px;
  max-width: 800px;
}

.container.hero-section {
  display: grid;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 140px 24px 0;
  min-height: 80vh;
  background-color: #000;
  background-image: url('../images/11062b_95d34f15761e4114a57b17823228948ef000.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  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.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.picture-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  border-radius: 8px;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  justify-self: center;
}

.container.project-region-1 {
  padding: 5px 24px 0;
  min-height: 50vh;
  background-color: #fff;
}

.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: 48px 24px;
  min-height: 50vh;
  background-color: #fff;
}

.container.highlight-section {
  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;
  -ms-flex-align: center;
  padding: 48px 24px;
  min-height: 40vh;
  background-color: #ececec;

  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.footer-region {
  padding: 30px 24px 96px;
}

.container.footer-link-container {
  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;

  -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.footer-info-container {
  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;

  -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.container-5 {
  margin-top: 25px;
  margin-bottom: 25px;
  min-width: 13px;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

.container.container-2 {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(68, 202, 242, 1) 33%, rgba(12, 158, 232, 1) 66%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(68, 202, 242, 1) 33%, rgba(12, 158, 232, 1) 66%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(68, 202, 242, 1) 33%, rgba(12, 158, 232, 1) 66%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(68, 202, 242, 1) 33%, rgba(12, 158, 232, 1) 66%, rgba(29, 30, 33, .5) 100%);
  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;
}

.container.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;

  justify-self: center;
}

a.social-image.social-btn {
  margin-right: 8px;
  margin-left: 8px;
  padding: 4px;
  max-width: 24px;
  border-radius: 50px;
  background-color: #010101;
}

a.responsive-picture.picture-link-1 {
  max-width: none;
  width: 121px;
}

a.responsive-picture.picture-link-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 150px;
  width: auto;
}

div.responsive-picture.picture-1 {
  width: 80%;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  justify-self: center;
}

div.responsive-picture.picture {
  margin-right: 26px;
  width: 240px;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

a.responsive-picture.picture-link-3 {
  width: 75px;
}

div.responsive-picture.picture-2 {
  padding-bottom: 30px;
  width: 240px;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  justify-self: center;
}

.html-element.html-element-1 {
  margin-top: 0;
}

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);
}

@media screen and (max-width: 75rem) {
  /* Text Elements */

  h1.hero-heading {
    color: #0c9ee8;
    font-weight: 100;
    font-size: 54px;
  }

  h1.heading-4 {
    visibility: hidden;
  }

  h2.hero-subheading {
    color: #010101;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
  }

  h2.title-heading {
    color: #0c91c6;
    font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  }

  h2.title-message {
    text-align: left;
    font-size: 16px;
    font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  }

  p.paragraph span.paragraph-text-1 {
    font-weight: 700;
  }

  p.paragraph.hero-action-message {
    color: #010101;
    text-align: left;
  }

  p.paragraph.region-description {
    color: #252525;
    word-spacing: 0;
    font-size: 17px;
    line-height: 27px;
  }

  a.link-text.nav-link {
    color: #010101;
  }

  /* Interaction Elements */

  a.link-button.button-link-1 {
    visibility: hidden;
  }

  /* Layout Elements */

  .container.container-5 {
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .container.hero-content-region {
    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;
    padding-top: 0;
    padding-right: 0;
    padding-left: 34px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.container-6 {
    padding-top: 1.6%;
  }

  .container.hero-section {
    display: grid;
    background-image: url('../images/11062b_95d34f15761e4114a57b17823228948ef000.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.picture-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .container.container-7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    justify-self: center;
  }

  .container.project-region-2 {
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.highlight-section {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    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: soft-light;
  }

  .container.container-8 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    justify-self: center;
  }

  .container.footer-region {
    padding-top: 20px;
  }

  a.responsive-picture.picture-link-2 {
    margin-top: 20px;
    max-width: 130px;
    width: auto;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    justify-self: center;
  }

  a.responsive-picture.picture-link-1 {
    width: 100px;
  }

  div.responsive-picture.picture-1 {
    position: static;
    display: block;
    min-width: 240px;
    max-width: 240px;
    width: auto;
    vertical-align: baseline;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1;
       -moz-box-flex: 0;
        -ms-flex: 0 1;
            flex: 0 1;
  }

  div.responsive-picture.picture {
    margin-right: 10px;
    margin-left: 10px;
    max-width: 240px;
    width: auto;

    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }
}

@media screen and (max-width: 60rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 48px;
  }

  h1.heading-1 {
    font-size: 22px;
  }

  h2.hero-subheading {
    font-size: 24px;
  }

  h2.title-heading {
    color: #0c91c6;
  }

  /* Layout Elements */

  .container.container-1 {
    grid-template-columns: auto;
    grid-template-rows: repeat(2 , auto);
  }

  .container.container-2 {
    grid-template-columns: auto;
    grid-template-rows: repeat(2 , auto);
  }

  .container.container-5 {
    display: grid;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;

    justify-self: auto;
    align-self: auto;
  }

  .container.container-6 {
    grid-template-columns: auto;
    grid-template-rows: repeat(auto-fill, auto);
    grid-auto-flow: column;
  }

  .container.hero-content-region {
    padding-top: 0;
  }

  a.responsive-picture.picture-link-2 {
    margin-left: 20px;
  }

  a.responsive-picture.picture-link-3 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 48rem) {
  /* Text Elements */

  h1.heading-1 {
    padding-top: 30px;
    font-size: 18px;
  }

  h1.heading-4 {
    display: block;
    visibility: visible;
    float: none;
    margin-top: 21px;

    justify-self: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  h2.hero-subheading {
    font-size: 18px;
  }

  h2.title-heading {
    color: #0c91c6;
  }

  a.link-text.nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  a.link-text.footer-info {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  /* Interaction Elements */

  a.link-button.button-link-1 {
    visibility: visible;
    margin-top: 0;
  }

  /* Layout Elements */

  .container.nav-bar {
    -ms-flex-pack: start;
    padding-bottom: 0;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container.footer-content-section {
    grid-template-columns: repeat(3 , auto);
    grid-template-rows: auto;
  }

  .container.nav-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: start;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    justify-self: flex-start;
  }

  .container.container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    visibility: hidden;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;

    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    -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.hero-content-region {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    padding-top: 20px;
    min-width: 170%;
    max-width: 700px;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    justify-self: start;
  }

  .container.container-6 {
    padding-top: 1.44%;
  }

  .container.hero-section {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;
    min-height: 40vh;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    justify-self: auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
            align-self: flex-end;
  }

  a.responsive-picture.picture-link-2 {
    position: static;
    margin-right: 0;
    margin-left: 20px;
    padding-top: 0;
    max-width: 100px;

    justify-self: center;
  }

  a.responsive-picture.picture-link-3 {
    margin-left: 30px;
    width: 60px;
  }

  div.responsive-picture.picture-1 {
    margin-right: 10px;
    margin-left: 10px;
    min-width: 240px;
  }

  .html-element.html-element-1 {
    visibility: hidden;
  }
}

@media screen and (max-width: 35rem) {
  /* Text Elements */

  h1.heading-1 {
    padding-top: 200px;
  }

  h1.hero-heading {
    float: none;
    text-align: left;
    font-size: 40px;

    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
    justify-self: start;
  }

  h1.heading-4 {
    text-align: center;
    font-size: 26px;
  }

  h2.title-heading {
    color: #0c91c6;
  }

  p.paragraph.paragraph-2 {
    position: relative;
    display: block;
    clear: none;
  }

  p.paragraph.paragraph-1 {
    margin-top: 60px;
  }

  a.link-text.footer-info {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  /* Interaction Elements */

  a.link-button.button-link-1 {
    margin-top: 20px;
  }

  /* Layout Elements */

  .container.nav-link-wrapper {
    visibility: hidden;
    margin-top: 26px;
  }

  .container.nav-bar {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;

    -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.container-10 {
    grid-template-columns: repeat(2 , auto);
    grid-template-rows: auto;
  }

  .container.hero-section {
    display: grid;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 220px;
    min-height: 40vh;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    grid-template-columns: none;
    grid-template-rows: none;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
            align-content: flex-end;
  }

  .container.container-9 {
    display: block;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-order: 1;
    -ms-flex-pack: start;
    clear: left;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
  }

  .container.container-6 {
    grid-template-columns: none;
    grid-template-rows: none;
  }

  .container.hero-content-region {
    padding-top: 50px;
    min-width: 190%;

    justify-self: flex-start;
  }

  a.responsive-picture.picture-link-3 {
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    width: 75px;
  }

  a.responsive-picture.picture-link-2 {
    margin-top: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 0;
  }

  .html-element.html-element-1 {
    min-width: 365px;
    max-width: 100%;
  }
}

@media screen and (max-width: 22.5rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 16px;
  }

  h1.heading-2 {
    font-size: 24px;
  }

  h1.hero-heading {
    font-size: 32px;
  }

  h1.heading-4 {
    font-size: 24px;
  }

  h2.hero-subheading {
    font-size: 16px;
  }

  h2.title-heading {
    color: #0c91c6;
  }

  h2.title-message {
    font-weight: 300;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
  }

  h2 span.heading-text-1 {
    font-style: italic;
  }

  h2 span.heading-text-2 {
    font-weight: 600;
  }

  h2 span.heading-text-3 {
    font-weight: 600;
  }

  h2 span.heading-text-4 {
    font-family: 'Inter', sans-serif;
  }

  h2 span.heading-text-5 {
    font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  }

  p.paragraph.paragraph-2 {
    font-size: 14px;
  }

  p.paragraph.hero-action-message {
    font-size: 14px;
  }

  p.paragraph.region-description {
    font-size: 15px;
  }

  a.link-text.footer-info {
    position: static;
    display: block;
    padding-bottom: 25px;

    -webkit-box-flex: 0;
    -webkit-flex: 0 4;
       -moz-box-flex: 0;
        -ms-flex: 0 4;
            flex: 0 4;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  /* Layout Elements */

  .container.container-9 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container.hero-content-region {
    padding-top: 55px;
    padding-left: 0;
    min-width: 250%;
  }

  div.responsive-picture.picture-2 {
    display: block;

    grid-area: elementArea;
  }

  div.responsive-picture.picture {
    position: relative;
    float: none;
    clear: none;
    margin-right: 3px;
    margin-left: 3px;
    min-width: 0;
  }
}