.index__jumbotron, .index__section {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.index__jumbotron:last-child, .index__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0 none;
}
.index__jumbotron img {
  width: 100%;
  height: auto;
  margin-top: -24px;
  margin-bottom: 12px;
  border-radius: 4px;
  filter: grayscale(1);
  transition: filter 0.25s;
}
.index__jumbotron img:hover {
  filter: grayscale(0.25);
}
@media (max-width: 800px) {
  .index__jumbotron img {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-bottom: 4px;
    border-radius: 0;
  }
}
.index__jumbotron h1 {
  margin: 0;
  color: var(--primary);
  font-size: 24px;
  font-weight: 800;
}
.index__jumbotron h1 span {
  color: var(--mid);
  font-size: 15px;
  font-weight: 650;
}
.index__jumbotron p {
  margin: 12px 0 0;
  font-size: 14px;
}
.index__jumbotron p b {
  font-weight: 550;
}
.index__jumbotron-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 16px;
}
.index__jumbotron-contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--low);
  font-size: 13px;
}
.index__jumbotron-contact-item a {
  color: var(--low);
  font-size: 13px;
  text-decoration-color: var(--border);
  text-decoration-style: dashed;
  text-underline-offset: 4px;
  transition: text-decoration-color 0.25s;
}
.index__jumbotron-contact-item a:hover {
  text-decoration-color: var(--low);
}
.index__section {
  color: var(--mid);
  font-size: 14px;
}
.index__section h2 {
  margin: 0;
  color: var(--high);
  font-size: 18px;
  font-weight: 650;
}
.index__section h3 {
  margin: 20px 0 0;
  color: var(--high);
  font-size: 16px;
  font-weight: 600;
}
.index__section ul {
  margin: 4px 0 0;
  padding-left: 20px;
}
.index__section ul li {
  padding-left: 8px;
}
.index__section a {
  color: var(--mid);
  font-weight: 500;
  text-decoration-color: var(--border);
  text-underline-offset: 4px;
  transition: color 0.25s, text-decoration-color 0.25s;
}
.index__section a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.index__section a:hover time {
  color: var(--primary);
}
.index__section time {
  color: var(--low);
  font-size: 12px;
  transition: color 0.25s;
}

/*# sourceMappingURL=index.css.map */
