/* Text Elements */

p.paragraph.hero-action-message {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #010101;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

p.paragraph {
  max-width: 800px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph span.paragraph-text-1 {
  text-decoration: underline;
}

p.paragraph span.paragraph-text-2 {
  text-decoration: underline;
}

p.paragraph span.paragraph-text-3 {
  text-decoration: underline;
}

p.paragraph span.paragraph-text-4 {
  text-decoration: underline;
}

p.paragraph span.paragraph-text-5 {
  text-decoration: underline;
}

p.paragraph span.paragraph-text-6 {
  text-decoration: underline;
}

p.paragraph span.paragraph-text-8 {
  text-decoration: underline;
  font-weight: 800;
  font-size: 1.5rem;
}

p.paragraph span.paragraph-text-9 {
  text-decoration: underline;
  font-weight: 800;
  font-size: 1.5rem;
}

p.paragraph span.paragraph-text-10 {
  font-weight: 800;
  font-size: 1.5rem;
}

blockquote.blockquote-1 {
  font-weight: 700;
}

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: #010101;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  font-family: 'Inter', sans-serif;
  line-height: 18px;
}

/* Layout Elements */

.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: 80vh;
  background-color: #11d6e5;
  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;
  -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.hero-content-region {
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 800px;
}

.container.footer-region {
  padding: 96px 24px;
  background-color: #11d6e5;
}

a.social-image.social-btn {
  margin-right: 8px;
  margin-left: 8px;
  padding: 20px;
  max-width: 24px;
  border-radius: 50px;
  background-color: #F1F1F1;
}

li.list-item-container.list-item-container-1 {
  padding-bottom: 10px;
}

li.list-item-container.list-item-container-2 {
  padding-bottom: 10px;
}

li.list-item-container.list-item-container-3 {
  padding-bottom: 10px;
}

li.list-item-container.list-item-container-4 {
  padding-bottom: 10px;
}

li.list-item-container.list-item-container-5 {
  padding-bottom: 10px;
}

li.list-item-container.list-item-container-6 {
  padding-bottom: 10px;
}

li.list-item-container.list-item-container-7 {
  padding-bottom: 10px;
}

li.list-item-container.list-item-container-8 {
  padding-bottom: 10px;
}

li.list-item-container.list-item-container-9 {
  padding-bottom: 10px;
}

@media screen and (max-width: 48rem) {
  /* Layout Elements */

  .container.footer-content-section {
    grid-template-columns: repeat(3 , auto);
    grid-template-rows: auto;
  }
}