.s-navigation-menu__navigation-button {
  font-size: 1.25rem;
  background-color: transparent;
  border: 3px solid #313131;
  margin-bottom: 3.125rem;
  padding: 1rem;
  display: none;
}
@media screen and (max-width: 63.9375em) {
  .s-navigation-menu__navigation-button {
    display: block;
  }
}
.s-navigation-menu__navigation-button-close {
  display: none;
}
@media screen and (max-width: 63.9375em) {
  .s-navigation-menu__navigation-button-close {
    display: block;
    background-color: transparent;
    border: 3px solid #313131;
    margin-bottom: 3.125rem;
    margin-top: 2rem;
    padding: 1rem;
  }
}
.s-navigation-menu__heading {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .s-navigation-menu__heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.s-navigation-menu__heading-link {
  text-decoration: none;
}
.s-navigation-menu__heading-link:hover {
  text-decoration: underline;
}
.s-navigation-menu__chapters {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 63.9375em) {
  .s-navigation-menu__chapters {
    display: none;
  }
  .s-navigation-menu__chapters[data-open="true"] {
    display: flex;
    padding: 3rem 1rem;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 10;
    overflow-y: scroll;
  }
}
.s-navigation-menu__chapters.has-third-level .s-navigation-menu__chapter-link {
  font-size: 1.25rem;
}
.s-navigation-menu__chapters.has-third-level
  .s-navigation-menu__subchapter-link {
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  .s-navigation-menu__chapters.has-third-level
    .s-navigation-menu__subchapter-link {
    font-size: 1.125rem;
  }
}
.s-navigation-menu__chapters.has-third-level.hide-top-level
  .s-navigation-menu__subchapters {
  padding-left: 0;
}
.s-navigation-menu__chapter-link {
  display: block;
  margin-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
  .s-navigation-menu__chapter-link {
    font-size: 1.125rem;
  }
}
.s-navigation-menu__chapter-link.current {
  padding-left: 1.25rem;
  font-weight: 700;
}
.s-navigation-menu__chapter-link.current::before {
  font-family: icons;
  content: "\f109";
  position: absolute;
  left: 0;
}
.s-navigation-menu__chapter-link:hover {
  text-decoration: underline;
}
.s-navigation-menu__subchapters {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}
.s-navigation-menu__subchapter-link {
  font-size: 0.875rem;
  margin-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-decoration: none;
  line-height: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .s-navigation-menu__subchapter-link {
    font-size: 1rem;
  }
}
.s-navigation-menu__subchapter-link.current {
  padding-left: 1.25rem;
  font-weight: 700;
}
.s-navigation-menu__subchapter-link.current::before {
  font-family: icons;
  content: "\f109";
  position: absolute;
  left: 0;
}
.s-navigation-menu__subchapter-link:hover {
  text-decoration: underline;
}
.s-navigation-menu__thirdlevelchapters {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}
.s-navigation-menu__thirdlevelchapter-link {
  font-size: 0.875rem;
  margin-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-decoration: none;
  line-height: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .s-navigation-menu__thirdlevelchapter-link {
    font-size: 1rem;
  }
}
.s-navigation-menu__thirdlevelchapter-link.current {
  padding-left: 1.5rem;
  font-weight: 700;
}
.s-navigation-menu__thirdlevelchapter-link.current::before {
  font-family: icons;
  content: "\f109";
  position: absolute;
  left: 0;
}
.s-navigation-menu__thirdlevelchapter-link:hover {
  text-decoration: underline;
}
