/* Inner Page Hero Block */
.inner-hero {
  background-color: #2B3131;
  padding-top: 120px;
  padding-bottom: 40px;
}
.inner-hero__container {
  max-width: 1525px;
  width: 100%;
  padding: 0 33px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inner-hero__pretitle {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  color: #C9D2CD;
  opacity: 40%;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.inner-hero__title {
  font-family: "Ki", sans-serif;
  font-weight: 700;
  font-size: 120px;
  color: #C9D2CD;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .inner-hero__title {
    font-size: 64px;
    line-height: 1.4;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .inner-hero__title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
}
.inner-hero__description {
  font-family: "Geist Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  color: #C9D2CD;
  line-height: 1.6;
  opacity: 50%;
  max-width: 435px;
  width: 100%;
}
@media (max-width: 768px) {
  .inner-hero__description {
    max-width: 100%;
  }
}
.inner-hero__description p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin-bottom: 20px;
  white-space: pre-line;
}
.inner-hero__description a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #ffffff;
  text-decoration: underline;
}
.inner-hero__description a:hover {
  text-decoration: none;
}
.inner-hero__description ul {
  margin: 0;
  margin-bottom: 20px;
}
.inner-hero__description ul li {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  opacity: inherit;
}
.inner-hero__description h1, .inner-hero__description h2, .inner-hero__description h3, .inner-hero__description h4, .inner-hero__description h5, .inner-hero__description h6 {
  font-family: inherit;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.4;
  margin: 1em 0 0.5em;
}
.inner-hero__description h1 {
  font-size: 32px;
}
.inner-hero__description h2 {
  font-size: 28px;
}
.inner-hero__description h3 {
  font-size: 24px;
}
.inner-hero__description h4 {
  font-size: 20px;
}
.inner-hero__description h5 {
  font-size: 18px;
}
.inner-hero__description h6 {
  font-size: 16px;
}