<script src="https://kit.fontawesome.com/0d6966fb59.js" crossorigin="anonymous"></script>
<script src=""></script>
<style>
.chapter-sec {
  padding-top: 20px;
  padding-bottom: 70px;
  border-bottom: 0;
  border: none!important;
}

.chapter-sec h1 {
  padding-bottom: 32px!important;
}

.chapter-sec h4 {
  line-height: 42px;
  margin-bottom: 12px;
}

.chapter-sec h5 {
  font-family: "rubrik-edge-new";
  font-weight: bold;
  color: #747474;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 0;
}

.chapter-sec strong {
  color: #1F1F1F;
}

.subchapters-anchors {
  padding-left: 25px!important;
}

.chapters-primary-list > ul li {
  padding: 13px 0!important;
}

.subchapters-anchors li {
  border-bottom: none!important;
  border-top: 1px dashed #979797;
  padding: 7px 0!important;
}

.subchapters-anchors li:first-child {
  margin-top: 8px!important;
}

.subchapter-sec {
  padding-bottom: 32px;
}
  
  .chapter-sec ul li {
  margin-bottom: 12px;
}

.chapter-sec ul li:last-child {
  margin-bottom: 0!important;
}
  
.chapter-sec ol {
  list-style: none;
  padding-left: 1.1em;
}

.chapter-sec ol li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}

.chapter-sec ol li:last-child {
  margin-bottom: 0;
}

.chapter-sec ol li:after {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  content: "\f00c";
  left: 0;
  top: 0;
  font-size: 17px;
  color: #49baa3;
  margin-top: 0;
  margin-left: 0;
  margin-top: 2px;
}
  
  .subchapters-anchors a:hover span {
  padding-left: 0!important;
}

.subchapters-anchors a:hover span:before {
  visibility: hidden!important;
  transition: all .2s ease;
}

.chapters-sidebar {
  top: 100px!important;
}
</style>