* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  padding-top: 100px;
  padding-right: 0;
  margin-right: 0;
}

@media screen and (max-width: 425px) {
  body {
    padding-top: 70px;
  }
}

.navbar-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  margin: 0;
  background-color: #008597;
  list-style-type: none;
  height: 100px;
  max-width: 100%;
  padding-left: 21.6vw;
  padding-right: 21.6vw;
}

.navbar-custom * {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .navbar-custom {
    padding-left: 10.482vw;
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .navbar-custom {
    padding-right: 10.417vw;
  }
}

@media screen and (max-width: 425px) {
  .navbar-custom {
    height: 70px;
  }
}

@media screen and (max-width: 425px) {
  .navbar-custom {
    padding-left: 9.6vw;
    padding-right: 9.6vw;
  }
}

.navbar-custom .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  left: 0;
  max-height: 57px;
}

.navbar-custom .navbar-brand img {
  height: 57px;
}

@media screen and (max-width: 425px) {
  .navbar-custom .navbar-brand img {
    height: 30px;
  }
}

@media screen and (max-width: 425px) {
  .navbar-custom .navbar-brand {
    width: 100%;
    max-width: 100px;
    max-height: 30px;
  }
}

.navbar-custom .book-title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  line-height: 0.8;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: white;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  width: 100%;
  max-width: 173px;
  max-height: 57px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 8px;
}

.navbar-custom .book-title1 span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.navbar-custom .book-year {
  font-family: futura-pt-condensed, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 75px;
  opacity: 0.5;
  color: white;
  width: 100%;
  max-width: 166.55px;
  line-height: 0.7;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-left: 10px;
}

@media screen and (max-width: 1024px) {
  .navbar-custom .book-year {
    display: none !important;
    margin-right: 0;
  }
}

.navbar-custom .book-year img {
  margin-top: -9px;
}

.navbar-custom #navbarDropdownMenuLink {
  width: 100%;
  margin-top: 5px;
}

@media screen and (max-width: 425px) {
  .navbar-custom #navbarDropdownMenuLink {
    margin-top: 0;
  }
}

.navbar-custom .menu-toggle img:nth-child(1) {
  height: 37px;
  max-height: 37px;
  width: 42px;
  max-width: 42px;
}

@media screen and (max-width: 425px) {
  .navbar-custom .menu-toggle img:nth-child(1) {
    display: none;
  }
}

.navbar-custom .menu-toggle img:nth-child(2) {
  height: 30px;
  max-height: 30px;
  width: 29px;
  max-width: 29px;
  margin-right: 0;
  float: right;
}

@media screen and (min-width: 427px) {
  .navbar-custom .menu-toggle img:nth-child(2) {
    display: none;
  }
}

.navbar-custom .menu-toggle div {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  padding-top: 2px;
  text-align: center;
}

@media screen and (max-width: 425px) {
  .navbar-custom #book-title-id {
    display: none;
  }
}

.navbar-custom #book-title-id:hover {
  cursor: pointer;
}

.navbar-custom #hidden-home {
  margin-left: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (min-width: 426px) {
  .navbar-custom #hidden-home {
    display: none;
    width: 100%;
    max-width: 62px;
    height: 57px;
  }
}

@media screen and (max-width: 426px) {
  .navbar-custom #hidden-home {
    margin-left: auto;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media screen and (min-width: 426px) {
  .navbar-custom #hidden-home img {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .navbar-custom #hidden-home img {
    width: 100%;
    max-width: 31.44px;
    height: 30px;
    max-height: 30px;
  }
}

@media screen and (max-width: 426px) {
  .navbar-custom #menu-name {
    display: none;
  }
}

.navbar-custom .nav-dropdown-start {
  margin-left: 25px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 100%;
  width: 42px;
  max-width: 42px;
}

@media screen and (max-width: 675px) {
  .navbar-custom .nav-dropdown-start {
    margin-left: 10px;
  }
}

@media screen and (max-width: 425px) {
  .navbar-custom .nav-dropdown-start {
    margin-left: 0;
  }
}

@media screen and (max-width: 350px) and (min-width: 300px) {
  .navbar-custom .nav-dropdown-start {
    width: 36px;
  }
}

.navbar-custom .nav-dropdown-start .dropdown-menu {
  border-top: 0;
}

.navbar-custom .nav-dropdown-start .custom-drop {
  max-height: 70vh;
  overflow-y: auto;
  width: 260px;
  max-width: 265px;
  background-color: #efeff0;
  border-radius: 0;
  padding-right: 11px;
  padding-left: 11px;
  padding-top: 8px;
  padding-bottom: 0;
  margin-right: -25px;
}

@media screen and (max-width: 1024px) {
  .navbar-custom .nav-dropdown-start .custom-drop {
    max-height: 70vh;
    width: 216px;
  }
}

@media screen and (max-width: 425px) {
  .navbar-custom .nav-dropdown-start .custom-drop {
    height: 92vh;
    max-height: 100vh;
    width: 100.7vw;
    max-width: 100.7vw;
    margin-right: -9.8vw;
  }
}

.navbar-custom .nav-dropdown-start .custom-drop .fake-border {
  position: -webkit-sticky;
  position: sticky;
  content: "";
  height: 40px;
  display: block;
  /* width: 100%; */
  /* z-index: 999999; */
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(64%, #efeff0), to(#efeff0));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #efeff0 64%, #efeff0 100%);
}

.hide-class-complete {
  display: none !important;
}

.hide-class-visibility {
  visibility: hidden;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-custom .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  color: #ffffff;
}

@media (min-width: 2px) {
  .animate {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.custom-drop-text {
  width: auto;
  color: #696969;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  padding: 0;
  word-break: break-word;
  white-space: normal;
  padding-top: 5px;
  padding-bottom: 4px;
  border-bottom: 2px dotted #008597;
}

.chapter-head {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  text-align: left;
  text-transform: uppercase;
  background-color: #008597;
  margin-top: 12px;
  padding: 0px 5px 0px 5px;
  color: white;
  display: inline-block;
}

.custom-chapter-text {
  text-transform: uppercase;
  color: #696969;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  padding-bottom: 5px;
  padding-top: 5px;
  display: block;
  white-space: normal;
  line-height: 18px;
  letter-spacing: 0px;
  width: auto;
  word-break: break-word;
  white-space: normal;
  word-break: break-word;
  white-space: normal;
  line-height: 1;
}

.sub-chapter-number {
  display: table-cell;
  color: #008597;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  float: left;
  white-space: nowrap;
  padding-top: 2px;
  line-height: 20px;
  letter-spacing: -0.07px;
}

.sub-chapter-text {
  display: table-cell;
  color: #696969;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  padding-left: 3px;
  line-height: 1;
  letter-spacing: -0.22px;
  white-space: normal;
  text-transform: lowercase;
  word-break: break-word;
}

.sub-chapter-text::first-letter {
  text-transform: capitalize;
}

.chapter-div-sub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 3px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.chapter-div {
  font-size: 0;
  padding-bottom: 4px;
  border-bottom: 2px dotted #008597;
}

.custom-drop-splitter {
  border: 1px dashed #008597;
  opacity: 1;
  margin-top: 7px;
}

.wrapper {
  overflow-x: hidden;
  margin: 0;
  padding-left: 21.6vw;
  padding-right: 21.6vw;
  -ms-touch-action: pan-y !important;
      touch-action: pan-y !important;
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

@media screen and (max-width: 1024px) {
  .wrapper {
    padding-left: 10.482vw;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper {
    padding-right: 10.417vw;
  }
}

@media screen and (max-width: 425px) {
  .wrapper {
    padding-left: 9.6vw;
    padding-right: 9.6vw;
  }
}

.container-fluid {
  margin-left: 0;
  margin-right: 0;
}

.add-min-height-body {
  min-height: 80vh;
}

.chapter-body {
  max-width: 42.292vw;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
}

@media screen and (max-width: 1024px) {
  .chapter-body {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 425px) {
  .chapter-body {
    font-size: 14px;
    line-height: 22px;
  }
}

.chapter-body p {
  padding-bottom: 15px;
  letter-spacing: -0.22px;
  margin-bottom: 0;
}

.chapter-body a {
  color: #008597;
}

.chapter-body .box-space-before {
  padding-bottom: 15px;
}

.chapter-body .box-space-after {
  padding-bottom: 30px;
}

.chapter-body .box-empty-para {
  padding-bottom: 15px;
}

.chapter-body .back-link-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #efeff0;
}

.chapter-body .back-link-parent .back-link {
  display: inline-block;
  width: auto;
  font-size: 15px;
  line-height: 1;
  color: #008597;
}

@media screen and (max-width: 425px) {
  .chapter-body .back-link-parent .back-link {
    font-size: 14px;
  }
}

.chapter-body .case-blue {
  background-color: #deeee6;
}

.chapter-body .floating {
  width: 100%;
  min-width: 56.667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .chapter-body .floating {
    min-width: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.chapter-body .floating .tnote {
  font-weight: bold;
  color: #008597;
}

.chapter-body .floating > * {
  float: left;
  width: 39.292vw;
}

@media screen and (max-width: 1024px) {
  .chapter-body .floating > * {
    width: 100%;
  }
}

.chapter-body .floating-height {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.chapter-body .floating > aside {
  margin-left: auto;
  width: 25%;
  background-color: red;
  padding: 14px 14px 0px 14px;
  background-color: #efeff0;
  float: right;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.22px;
  overflow-y: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: 15px;
  white-space: normal;
  word-break: break-word;
}

@media screen and (max-width: 1024px) {
  .chapter-body .floating > aside {
    margin-left: 0;
    width: 100%;
    font-size: 16px;
    height: 100% !important;
    max-height: 100% !important;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 425px) {
  .chapter-body .floating > aside {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
    height: 100% !important;
    max-height: 100%;
    margin-bottom: 28px;
  }
}

.chapter-body .floating-para-next {
  width: 100%;
  float: left;
}

.chapter-body .clear-float {
  clear: both;
}

.chapter-body .side-box {
  position: relative;
  background-color: #efeff0;
  margin-left: calc((100vw - 90%) / -2) !important;
  padding-left: calc((100vw - 90%) / 2);
  margin-right: calc((200vw - 90%) / -2) !important;
  padding-right: calc((200vw - 90%) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 15px;
}

.chapter-body .side-box1 {
  position: relative;
  background-color: #deeee6;
  margin-left: calc((100vw - 90%) / -2) !important;
  padding-left: calc((100vw - 90%) / 2);
  margin-right: calc((200vw - 90%) / -2) !important;
  padding-right: calc((200vw - 90%) / 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 15px;
}

.chapter-body .full-bg {
  margin-left: calc((100vw - 90%) / -2) !important;
  padding-left: calc((100vw - 90%) / 2);
  margin-right: calc((200vw - 90%) / -2) !important;
  padding-right: calc((200vw - 90%) / 2);
}

.chapter-body .chapter-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  padding: 0;
  white-space: nowrap;
  text-align: inherit;
  border: 0;
}

.chapter-body .chapter-intro-number {
  color: white;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 27px;
  text-align: center;
  float: left;
  white-space: nowrap;
  margin-top: 6px;
  margin-left: -68px;
  background-color: #008597;
  padding: 0px 5px 0px 5px;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .chapter-body .chapter-intro-number {
    margin-left: 0 !important;
    margin-top: 5px;
    font-size: 20px;
  }
}

@media screen and (max-width: 425px) {
  .chapter-body .chapter-intro-number {
    font-size: 12px;
    margin-top: 3px;
  }
}

.chapter-body .chapter-intro-text {
  vertical-align: top;
  display: table-cell;
  color: #008597;
  /* float: left; */
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  text-align: left;
  /* padding-left: 10px; */
  white-space: normal;
  word-break: break-word;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: -0.22px;
}

@media screen and (max-width: 1024px) {
  .chapter-body .chapter-intro-text {
    font-size: 30px;
  }
}

@media screen and (max-width: 425px) {
  .chapter-body .chapter-intro-text {
    font-size: 20px;
  }
}

.chapter-body .block-level-heading-h4 {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  color: #696969;
  line-height: 32px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media screen and (max-width: 1024px) {
  .chapter-body .block-level-heading-h4 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (max-width: 425px) {
  .chapter-body .block-level-heading-h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

.chapter-body .block-level-heading-h5 {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #007e8f;
  line-height: 22px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 4px;
}

@media screen and (max-width: 1024px) {
  .chapter-body .block-level-heading-h5 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 425px) {
  .chapter-body .block-level-heading-h5 {
    font-size: 15px;
    line-height: 20px;
  }
}

.chapter-body .block-level-heading-h6 {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  color: #696969;
  line-height: 24px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 4px;
}

@media screen and (max-width: 1024px) {
  .chapter-body .block-level-heading-h6 {
    font-size: 18px;
  }
}

@media screen and (max-width: 425px) {
  .chapter-body .block-level-heading-h6 {
    font-size: 15px;
    line-height: 20px;
  }
}

.chapter-body .boxcap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
}

.chapter-body .boxcap-head {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5a5a5a;
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 8px;
  /* border: 5px dashed; */
  display: block;
  line-height: 1.1;
}

@media screen and (max-width: 1024px) {
  .chapter-body .boxcap-head {
    font-size: 20px;
  }
}

@media screen and (max-width: 425px) {
  .chapter-body .boxcap-head {
    font-size: 16px;
  }
}

.chapter-body .boxcap-head::first-letter {
  text-transform: capitalize;
}

.chapter-body .boxcap-head-case {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5a5a5a;
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 8px;
  /* border: 5px dashed; */
  display: block;
  line-height: 1.1;
}

@media screen and (max-width: 1024px) {
  .chapter-body .boxcap-head-case {
    font-size: 20px;
  }
}

@media screen and (max-width: 425px) {
  .chapter-body .boxcap-head-case {
    font-size: 16px;
  }
}

.chapter-body .boxcap-content {
  color: #434343;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 0.1em;
}

@media screen and (max-width: 1024px) {
  .chapter-body .boxcap-content {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 425px) {
  .chapter-body .boxcap-content {
    font-size: 14px;
    line-height: 22px;
  }
}

.chapter-body .boxcap-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #008597;
}

.chapter-body .boxcap-number {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  /* float: left; */
  text-transform: uppercase;
  line-height: normal;
  width: auto;
  white-space: normal;
  word-break: break-word;
}

@media screen and (max-width: 425px) {
  .chapter-body .boxcap-number {
    font-size: 12px;
  }
}

.chapter-body .chapter-image {
  position: relative;
  background-color: #efeff0;
  /* padding-right: 50px; */
  /* margin-right: 40px; */
  /* background: red; */
  /* margin-left: calc((200vw - 100%) / -2) !important;
        padding-left: calc((200vw - 100%) / 2);
        margin-right: calc((200vw - 100%) / -2) !important;
        padding-right: calc((200vw - 100%) / 2); */
  /* max-width: 100%vw; */
  padding-top: 15px;
  padding-bottom: 15px;
}

.table-page-heading {
  background-color: #008597;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 1em;
  margin-bottom: 15px;
  color: white;
  text-transform: uppercase;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  /* float: left; */
  text-transform: uppercase;
  line-height: normal;
}

.chapter-intro-key {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 40px;
  text-align: left;
  /* padding-left: 10px; */
  white-space: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: -0.22px;
  color: #008597;
}

@media screen and (max-width: 1024px) {
  .chapter-intro-key {
    font-size: 30px;
  }
}

@media screen and (max-width: 425px) {
  .chapter-intro-key {
    font-size: 20px;
  }
}

.key-message-parent {
  background-color: #008597;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.key-message-parent * {
  color: white;
}

.key-message-parent .key-message-para {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.key-message-parent .key-message-number {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 55px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 1024px) {
  .key-message-parent .key-message-number {
    font-size: 35px;
  }
}

@media screen and (max-width: 425px) {
  .key-message-parent .key-message-number {
    font-size: 25px;
  }
}

.key-message-parent .key-message-text {
  padding-left: 15px;
  line-height: normal;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.key-message-parent .key-message-splitter {
  border: 1px dashed white;
}

.fit-image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 10px;
}

.fit-image-unfig {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 10px;
  max-height: 500px;
}

@media screen and (orientation: portrait) {
  .fit-image-unfig {
    max-height: 500px;
  }
}

.text-block {
  position: absolute;
  display: block;
  bottom: 0px;
  width: 100%;
  word-wrap: break-word;
  color: white;
  height: inherit;
  max-height: initial;
  line-height: 1;
  margin-bottom: -3px;
  padding-left: 21.6vw;
  padding-right: 21.6vw;
}

@media screen and (max-width: 1024px) {
  .text-block {
    padding-left: 10.482vw;
  }
}

@media screen and (max-width: 1024px) {
  .text-block {
    padding-right: 10.417vw;
  }
}

@media screen and (max-width: 425px) {
  .text-block {
    padding-left: 9.6vw;
  }
}

@media screen and (max-width: 425px) {
  .text-block {
    padding-right: 9.6vw;
  }
}

.chapter-header {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  border-bottom: 13px solid #ffffff;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 7px;
  margin-bottom: 1.3rem;
}

@media screen and (max-width: 1024px) {
  .chapter-header {
    font-size: 16px;
    border-bottom: 8px solid #ffffff;
  }
}

@media screen and (max-width: 425px) {
  .chapter-header {
    font-size: 16px;
    border-bottom: 6px solid #ffffff;
  }
}

.chapter-header-child {
  width: 100%;
  color: white;
  word-break: break-word;
  white-space: normal;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 70px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .chapter-header-child {
    font-size: 40px;
  }
}

@media screen and (max-width: 425px) {
  .chapter-header-child {
    font-size: 30px;
  }
}

.image-cls {
  position: relative;
  overflow: hidden;
}

/* image header design */
.image-header {
  width: 100%;
  height: 100%;
  max-height: 355px;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .image-header {
    max-height: 168px;
  }
}

@media screen and (max-width: 425px) {
  .image-header {
    max-height: 168px;
  }
}

.image-header-plain {
  background: #008597;
  width: 100%;
  height: 257px;
  max-height: 257px;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -15px;
}

@media screen and (max-width: 1024px) {
  .image-header-plain {
    max-height: 119px;
  }
}

@media screen and (max-width: 425px) {
  .image-header-plain {
    max-height: 119px;
  }
}

.chapter-header-child-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,0.33+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.33)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.33) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#54000000', GradientType=0);
  /* IE6-9 */
}

.chapter-header-child-shadow {
  text-shadow: 3px -3px 4px #00000094;
}

.figcap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px !important;
}

.figcap-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #008597;
}

.figcap-number {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  /* float: left; */
  text-transform: uppercase;
  line-height: normal;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 425px) {
  .figcap-number {
    font-size: 12px;
  }
}

.figcap-head {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5a5a5a;
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 8px;
  /* border: 5px dashed; */
  display: block;
  line-height: 1.1;
}

.figcap-head::first-letter {
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  .figcap-head {
    font-size: 20px;
  }
}

@media screen and (max-width: 425px) {
  .figcap-head {
    font-size: 16px;
  }
}

.figcap-head-plain {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 0.9;
  color: #5a5a5a;
  margin-top: 8px;
  padding-top: 5px;
  /* border: 5px dashed; */
  display: block;
  line-height: normal;
}

@media screen and (max-width: 425px) {
  .figcap-head-plain {
    font-size: 16px;
    line-height: 1;
  }
}

.small-text {
  color: #434343;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  line-height: 21px;
}

@media screen and (max-width: 1024px) {
  .small-text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 425px) {
  .small-text {
    font-size: 14px;
    line-height: 1;
  }
}

.figure-end-credit {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}

@media screen and (max-width: 425px) {
  .figure-end-credit {
    font-size: 12px;
  }
}

.table-bg-clr {
  position: relative;
  background-color: #efeff0;
  /* padding-right: 50px; */
  /* margin-right: 40px; */
  /* background: red; */
  /* margin-left: calc((200vw - 100%) / -2) !important;
    padding-left: calc((200vw - 100%) / 2);
    margin-right: calc((200vw - 100%) / -2) !important;
    padding-right: calc((200vw - 100%) / 2); */
}

.table-parent {
  padding-top: 15px;
  padding-bottom: 15px;
  /* background: white; */
}

@media screen and (max-width: 425px) {
  .table-parent {
    padding-right: 0;
  }
}

.table-parent > .table {
  margin-bottom: 0;
}

.table-parent > .table thead {
  background: #008597;
  color: white;
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}

@media screen and (max-width: 425px) {
  .table-parent > .table thead {
    font-size: 13px;
  }
}

.table-parent > .table td {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

@media screen and (max-width: 425px) {
  .table-parent > .table td {
    font-size: 13px;
  }
}

.table-parent > .table > tbody tr {
  background: white;
}

.tablecap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px !important;
}

.tablecap-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #008597;
}

.tablecap-number {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  /* float: left; */
  text-transform: uppercase;
  line-height: normal;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 425px) {
  .tablecap-number {
    font-size: 12px;
  }
}

.tablecap-head {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5a5a5a;
  text-transform: uppercase;
  /* border: 5px dashed; */
  display: block;
  font-size: 20px;
  padding-top: 8px;
  /* border: 5px dashed; */
  display: block;
  line-height: 1.1;
}

.tablecap-head::first-letter {
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  .tablecap-head {
    font-size: 20px;
  }
}

@media screen and (max-width: 425px) {
  .tablecap-head {
    font-size: 16px;
  }
}

body.modal-open {
  padding-right: 0 !important;
}

.modal-open {
  overflow: auto;
}

.modal-custom {
  width: 80vw;
}

.modal {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.modal .close {
  background: none;
}

.modal-dialog {
  width: 85.417vw;
  max-width: 85.417vw;
}

@media screen and (max-width: 425px) {
  .modal-dialog {
    width: 100%;
    max-width: 100vw;
    margin-right: 0;
  }
}

.modal-content {
  width: 100%;
  height: 100%;
  background-color: #efeff0;
}

.modal-content .container {
  width: 100%;
  height: 100%;
}

.modal-content .container #image-popup-overlay {
  padding-top: 15px;
  padding-bottom: 15px;
}

.modal-content .container img {
  max-height: 100%;
}

@media screen and (min-width: 430px) {
  .modal-content .container img {
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    width: 100%;
    -o-object-position: left;
       object-position: left;
  }
}

.modal-content .container .table-parent {
  padding-top: 0;
  padding-bottom: 0;
}

.adInfoBox1 {
  padding: 5px 5px 5px 10px;
  position: absolute;
  bottom: 0px;
  width: auto;
  background-color: green;
}

.footer-menu {
  font-family: futura-pt-condensed, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  height: 141px;
  background-color: #008597;
  color: white;
}

.footer-menu > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-left: 21.6vw;
  margin-right: 21.6vw;
}

@media screen and (max-width: 1024px) {
  .footer-menu > .row {
    margin-left: 10.482vw;
  }
}

@media screen and (max-width: 1024px) {
  .footer-menu > .row {
    margin-right: 10.417vw;
  }
}

@media screen and (max-width: 425px) {
  .footer-menu > .row {
    margin-left: 9.6vw;
  }
}

@media screen and (max-width: 425px) {
  .footer-menu > .row {
    margin-right: 9.6vw;
  }
}

.footer-menu > .row .row {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu > .row .ch1 {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-family: futura-pt-bold, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .footer-menu > .row .ch1 {
    font-size: 22px;
    line-height: 25px;
  }
}

@media screen and (max-width: 425px) {
  .footer-menu > .row .ch1 {
    font-size: 14px;
    padding-bottom: 10px;
  }
}

.footer-menu > .row .ch2 {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-family: futura-pt-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  background-color: transparent;
  text-align: right;
  padding-bottom: 20px;
  padding-right: 5px;
}

.footer-menu > .row .ch2 a {
  color: white;
}

@media screen and (max-width: 1024px) {
  .footer-menu > .row .ch2 {
    font-size: 22px;
    line-height: 25px;
    padding-right: 0;
  }
}

@media screen and (max-width: 766px) {
  .footer-menu > .row .ch2 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 425px) {
  .footer-menu > .row .ch2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 14px;
    text-align: left;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-right: 0;
    padding-bottom: 8px;
  }
}

.footer-menu > .row #footer-extend {
  width: 42vw;
}

@media screen and (max-width: 1024px) {
  .footer-menu > .row #footer-extend {
    width: auto;
  }
}

@media screen and (max-width: 1024px) {
  .footer-menu {
    height: 121px;
  }
}

@media screen and (max-width: 425px) {
  .footer-menu {
    height: 89px;
  }
}

.footer-menu img {
  height: 83px;
  width: 83px;
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming)*/
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

@media screen and (max-width: 1024px) {
  .footer-menu img {
    height: 62px;
    width: 62px;
  }
}

@media screen and (max-width: 425px) {
  .footer-menu img {
    height: 59px;
    width: 59px;
  }
}

.nav-btn-l {
  position: fixed;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  outline: none;
  cursor: pointer;
}

.nav-btn-l i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

@media screen and (max-width: 1024px) {
  .nav-btn-l {
    height: auto;
  }
}

.nav-btn-l:focus {
  outline: none;
}

.nav-btn-r {
  margin-right: 0;
  float: right;
  position: fixed;
  right: 0;
  z-index: 999;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  cursor: pointer;
}

.nav-btn-r i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

.nav-btn-r:focus {
  outline: none;
}

@media screen and (max-width: 1024px) {
  .nav-btn-r {
    height: auto;
  }
}

.nav-btn-l,
.nav-btn-r {
  background: #008597;
  color: white;
  padding: 10px;
  border: 0;
}

@media screen and (max-width: 425px) {
  .nav-btn-l,
  .nav-btn-r {
    background: transparent;
    color: #008597;
    padding: 10px;
    border: 0;
    margin-top: 10vh;
  }
}

.nav-l-text-hover {
  display: none;
}

.nav-r-text-hover {
  display: none;
}

#l-chapter-text,
#l-chapter-number {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 24px;
  color: white;
}

#r-chapter-text,
#r-chapter-number {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 24px;
  color: white;
}

@media only screen and (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .nav-btn-l:hover > .nav-l-text-hover {
    display: inline-block;
    padding-left: 10px;
    max-width: 25ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
  }
  .nav-btn-r:hover > .nav-r-text-hover {
    display: inline-block;
    padding-right: 10px;
    max-width: 25ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
  }
}

.nav-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 42.292vw;
  margin-left: 21.6vw;
  margin-right: 21.6vw;
}

@media screen and (max-width: 1024px) {
  .nav-mob {
    margin-right: 10.417vw;
  }
}

@media screen and (max-width: 1024px) {
  .nav-mob {
    margin-left: 10.482vw;
    max-width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .nav-mob {
    margin-right: 9.6vw;
  }
}

@media screen and (max-width: 425px) {
  .nav-mob {
    margin-left: 9.6vw;
  }
}

@media screen and (max-width: 1024px) {
  .nav-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 425px) {
  .nav-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav-mob .nav-btn-mr {
  border: none;
  background: #efeff0;
  max-height: 40px;
  height: 40px;
  margin-top: 15px;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .nav-mob .nav-btn-mr {
    max-height: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 425px) {
  .nav-mob .nav-btn-mr {
    width: 36vw;
    max-width: 36vw;
  }
}

.nav-mob .nav-btn-ml {
  border: none;
  background: #efeff0;
  max-height: 40px;
  height: 40px;
  margin-top: 15px;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .nav-mob .nav-btn-ml {
    max-height: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 425px) {
  .nav-mob .nav-btn-ml {
    width: 36vw;
    max-width: 36vw;
  }
}

.nav-mob .nav-btn-mr div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 25ch;
  color: #696969;
  padding-left: 5px;
}

.nav-mob .nav-btn-ml div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 25ch;
  color: #696969;
  padding-right: 5px;
}

@media screen and (max-width: 1076px) {
  .nav-mob .nav-btn-ml div,
  .nav-mob .nav-btn-mr div {
    max-width: 20ch;
  }
}

@media screen and (max-width: 898px) {
  .nav-mob .nav-btn-ml div,
  .nav-mob .nav-btn-mr div {
    max-width: 18ch;
  }
}

@media screen and (max-width: 812px) {
  .nav-mob .nav-btn-ml div,
  .nav-mob .nav-btn-mr div {
    max-width: 16ch;
  }
}

@media screen and (max-width: 1024px) {
  .nav-mob .nav-btn-ml div,
  .nav-mob .nav-btn-mr div {
    width: 100%;
    max-width: 25ch;
  }
}

@media screen and (max-width: 579px) {
  .nav-mob .nav-btn-ml div,
  .nav-mob .nav-btn-mr div {
    max-width: 20ch;
  }
}

@media screen and (max-width: 490px) {
  .nav-mob .nav-btn-ml div,
  .nav-mob .nav-btn-mr div {
    max-width: 18ch;
  }
}

@media screen and (max-width: 425px) {
  .nav-mob .nav-btn-ml div,
  .nav-mob .nav-btn-mr div {
    width: 100%;
    max-width: 13ch;
  }
}

@media screen and (max-width: 321px) {
  .nav-mob .nav-btn-ml div,
  .nav-mob .nav-btn-mr div {
    width: 100%;
    max-width: 12ch;
  }
}

.nav-mob #mobile-r-chapter-text,
.nav-mob #mobile-l-chapter-text {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 22px;
  color: #696969;
}

@media screen and (max-width: 1024px) {
  .nav-mob #mobile-r-chapter-text,
  .nav-mob #mobile-l-chapter-text {
    font-size: 22px;
  }
}

@media screen and (max-width: 425px) {
  .nav-mob #mobile-r-chapter-text,
  .nav-mob #mobile-l-chapter-text {
    font-size: 14px;
  }
}

.nav-mob #mobile-r-chapter-number,
.nav-mob #mobile-l-chapter-number {
  font-family: source-han-sans-simplified-c, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #008597;
}

@media screen and (max-width: 1024px) {
  .nav-mob #mobile-r-chapter-number,
  .nav-mob #mobile-l-chapter-number {
    font-size: 22px;
  }
}

@media screen and (max-width: 425px) {
  .nav-mob #mobile-r-chapter-number,
  .nav-mob #mobile-l-chapter-number {
    font-size: 14px;
  }
}

.nav-btn-mr i,
.nav-btn-ml i {
  color: #008597;
}

@media screen and (min-width: 1034px) {
  .nav-btn-mr i,
  .nav-btn-ml i {
    font-size: larger;
  }
}

/* Mobile devices */
@media only screen and (max-width: 480px) {
  .chapter-body {
    padding: 0;
  }
  .chapter-intro-number {
    margin-left: 0;
  }
}

.table-signature-custom {
  table-layout: fixed;
}

.table-signature-custom img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
/*# sourceMappingURL=main.css.map */