html {
  overflow-x: hidden;
}

body {
  padding-top: 175px;
}

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

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

@media screen and (max-width: 991px) and (min-width: 754px) {
  body {
    padding-top: 175px;
  }
}

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

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

.chapter-body {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

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

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

.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: #d73514;
}

@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 .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 .block-level-heading-h4 {
  font-family: futura-pt-condensed, sans-serif;
  font-style: normal;
  font-weight: 500;
  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: 22px;
    line-height: 24px;
  }
}

.chapter-body .block-level-heading-h5 {
  font-family: futura-pt-bold, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #d73514;
  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: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 300;
  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: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  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: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #5a5a5a;
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 8px;
  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: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  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: #d73514;
}

.chapter-body .boxcap-number {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: futura-pt-bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  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-top: 15px;
  padding-bottom: 15px;
}

.table-page-heading {
  background-color: #d73514;
  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: futura-pt-bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: normal;
}

.chapter-intro-key {
  font-family: futura-pt-condensed, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  text-align: left;
  white-space: normal;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.22px;
  color: #d73514;
}

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

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

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

.fit-image-col {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.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;
  }
}

.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;
  }
}

.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: #d73514;
}

.figcap-number {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: futura-pt-bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  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: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  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: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 0.9;
  color: #5a5a5a;
  margin-top: 8px;
  padding-top: 5px;
  /* border: 5px dashed; */
  display: block;
}

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

.small-text {
  color: #434343;
  font-family: futura-pt-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  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: 16px;
    line-height: 1;
  }
}

.figure-end-credit {
  font-family: futura-pt-condensed, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.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: #d73514;
  color: white;
  font-family: futura-pt-condensed, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
}

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

.table-parent > .table td {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
}

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

.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: #d73514;
}

.tablecap-number {
  font-family: futura-pt-bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  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: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 500;
  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 .container {
  padding-left: 15px;
  padding-right: 15px;
}

.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;
}

/* 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%;
}

.hr_split {
  border-top: 1px solid #2b2e34;
}

.right_border {
  border-right: 1px solid #2b2e34;
}

@media screen and (max-width: 576px) {
  .right_border {
    border-right: none;
    border-bottom: 1px solid #ced4da;
  }
}

.container-fluid-custom {
  padding: 0;
}

@media screen and (max-width: 576px) {
  .container-fluid-custom .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.container-fluid-custom [class*="col-"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

@media screen and (max-width: 576px) {
  .container-fluid-custom [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.key-facts {
  font-family: futura-pt-condensed, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  color: #ff0303;
  text-transform: uppercase;
}

@media screen and (max-width: 576px) {
  .key-facts {
    font-size: 25px;
  }
}

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

.int_fig {
  width: 100%;
  height: 100%;
  max-height: 500px;
}

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

aside {
  padding: 14px 14px 0px 14px;
  background-color: #efeff0;
  margin-bottom: 15px;
  white-space: normal;
  word-break: break-word;
}

aside * {
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: -0.22px !important;
}

@media screen and (max-width: 1024px) {
  aside * {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 425px) {
  aside * {
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 1024px) {
  aside {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 425px) {
  aside {
    margin-bottom: 28px;
  }
}

aside .tnote {
  font-weight: bold;
  color: #d73514;
}

.add-wrapper-padding {
  padding-top: 50px;
}

@media screen and (max-width: 576px) {
  .add-wrapper-padding {
    padding-top: 20px;
  }
}

.fig_source {
  margin-top: 5px;
  font-size: 16px;
  line-height: normal;
}

@media screen and (max-width: 576px) {
  .fig_source {
    font-size: 11px;
  }
}

.fig_doi {
  font-size: 16px;
  line-height: normal;
}

@media screen and (max-width: 576px) {
  .fig_doi {
    font-size: 11px;
  }
}
/*# sourceMappingURL=main.css.map */