@keyframes openMenu {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes expandHeight {
  from {
    height: 0;
  }
  to {
    height: 69vh;
  }
}
@keyframes changeOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes translateMainNavItem {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes translateChapterTitle {
  0% {
    transform: translateX(-50%) translateY(-200px);
  }
  100% {
    transform: translateX(-50%) translateY(0px);
  }
}
@keyframes mainTitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes appearAndMove {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulseOpacity {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
/* Regular style */
@font-face {
  font-family: "MarshSerif";
  src: url("/content/dam/oliver-wyman/ow-forum/template-scripts/voices/fonts/MarshSerif-Regular.woff2") format("woff2"), url("/content/dam/oliver-wyman/ow-forum/template-scripts/voices/fonts/MarshSerif-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* Italic style */
@font-face {
  font-family: "MarshSerif";
  src: url("/content/dam/oliver-wyman/ow-forum/template-scripts/voices/fonts/MarshSerif-Italic.woff2") format("woff2"), url("/content/dam/oliver-wyman/ow-forum/template-scripts/voices/fonts/MarshSerif-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

a:focus {
  outline: none;
  box-shadow: 0 0 0 2px #c8dc00;
  border-radius: 4px;
}

#desktopMenuCircle .cls-2:focus {
  outline: 1px solid #c8dc00;
  box-shadow: 0 0 0 2px #c8dc00;
  border-radius: 4px;
}

a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #c8dc00;
  border-radius: 4px;
}

.desktop-menu-circle-close:focus {
  outline: 1px solid #c8dc00;
  box-shadow: 0 0 0 2px #c8dc00;
  border-radius: 50%;
}

.background-color {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background: url(/content/dam/oliver-wyman/ow-forum/template-scripts/voices/images/background-1.webp);
}

.logo-top {
  max-width: 120px;
  width: 100%;
  transform-origin: left top;
  position: fixed;
  top: 13px;
  left: 20px;
  z-index: 3;
  transform: translateY(-200px);
  animation: translateMainNavItem 0.7s ease forwards;
  animation-delay: 0.1s;
  transition: opacity 0.3s ease;
}
.logo-top img {
  filter: invert(1);
}
.logo-top.move-right {
  opacity: 0.2 !important;
}
@media (max-width: 768px) {
  .logo-top {
    max-width: 100px;
  }
}

.download-link {
  transform-origin: right top;
  position: fixed;
  top: 20px;
  right: 20px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  transform: translateY(0px);
  z-index: 3;
  color: #151514;
  text-decoration: none;
  transform: translateY(-200px);
  animation: translateMainNavItem 0.7s ease forwards;
  animation-delay: 0.1s;
  transition: transform 0.5s ease, opacity 300ms ease;
}
.download-link.move-right {
  opacity: 0.2;
}
.download-link.opacity {
  opacity: 0.2;
}
.download-link:focus .red-circle {
  opacity: 1;
}
.download-link .red-circle {
  opacity: 0;
  margin-right: 6px;
  transition: opacity 0.3s ease;
}
.download-link:hover .red-circle {
  opacity: 1;
}
@media (max-width: 768px) {
  .download-link {
    font-size: 14px;
  }
}

.layer-top {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100vw;
  opacity: 0;
  background-color: #EFECE5;
  background: url(/content/dam/oliver-wyman/ow-forum/template-scripts/voices/images/background-1.webp);
  z-index: 2;
  transition: opacity 0.3s ease;
}
.layer-top.move-right {
  opacity: 0 !important;
}
.layer-top.opacity {
  opacity: 0 !important;
}
.layer-top.add-color {
  opacity: 1;
}
@media (max-width: 768px) {
  .layer-top {
    height: 55px;
  }
}

sup {
  font-size: 65%;
}

p.authors-chapter {
  margin-bottom: 15px !important;
}
p.authors-chapter.mt-40 {
  margin-top: 40px !important;
}

.custom-link {
  font-family: "Inter", sans-serif;
  color: #444443;
  transition: color 0.3s ease;
}
.custom-link:hover {
  color: #000000;
}
.custom-link.black {
  color: #151514;
}

.link-chapter-desktop {
  font-weight: 600;
}
@media (max-width: 768px) {
  .link-chapter-desktop {
    display: none;
  }
}

.link-chapter-mobile {
  display: none;
}
@media (max-width: 768px) {
  .link-chapter-mobile {
    display: inline;
  }
}

.text-executive-summary {
  margin-top: 80px !important;
}

.secondary-circle-div {
  display: none;
}
@media (max-width: 768px) {
  .secondary-circle-div {
    display: block;
    position: fixed;
    bottom: -230px;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity;
    transition-duration: 0.8s; /* slower fade-in */
    transition-timing-function: ease;
    transition-delay: 0s;
  }
}
.secondary-circle-div.show {
  opacity: 1;
  visibility: visible;
  transition-duration: 2.5s; /* fade-in duration */
  transition-delay: 0s;
}
.secondary-circle-div .secondary-circle {
  position: relative;
  width: 100vw;
  height: 100vw;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.secondary-circle-div .secondary-circle .dashed-circle {
  position: relative;
  width: 90vw;
  height: 90vw;
  max-width: 580px;
  max-height: 580px;
  border: 1px dashed #998F73;
  border-radius: 50%;
  background: transparent;
}
.secondary-circle-div .secondary-circle .dashed-circle .scroll-pages {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #151514;
  border: 1px solid #998F73;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  touch-action: none;
  cursor: grab;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.secondary-circle-div .secondary-circle .dashed-circle .scroll-pages .scroll-pages-2-border {
  border: 1px solid #998F73;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.secondary-circle-div .secondary-circle .dashed-circle .scroll-pages .scroll-pages-2-border .small-circle {
  background-color: #FF2B3D;
  height: 6px;
  width: 6px;
  border-radius: 50%;
}
.secondary-circle-div .secondary-circle .dashed-circle .scroll-pages .scroll-pages-2-border .chevron {
  width: 6px;
}
.secondary-circle-div .secondary-circle .dashed-circle .start-point {
  height: 7px;
  width: 7px;
  border: 1px solid #B2A88C;
  border-radius: 50%;
  background-color: #151514;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.secondary-circle-div:not(.show) {
  transition-duration: 0s;
  transition-delay: 0s;
  visibility: hidden;
}

.mobile-menu {
  display: none;
}
@media (max-width: 768px) {
  .mobile-menu {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    height: 84px;
    width: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 2s ease;
    /* Start state */
    opacity: 0;
    transform: scale(1.2);
    /* Animate on page load */
    animation: openMenu 0.8s ease forwards;
    animation-delay: 0.1s;
  }
}
.mobile-menu.open-menu {
  transform: scale(0.3) !important;
  opacity: 0 !important;
}
.mobile-menu.open-menu .progress-ring {
  transform: scale(0.3) !important;
}
.mobile-menu.open-menu .border-circle {
  transform: scale(0.3) !important;
}
.mobile-menu.open-menu .main-circle {
  transform: scale(1.2) !important;
}
.mobile-menu .progress-ring {
  position: fixed;
  bottom: -3px;
  right: -3px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: conic-gradient(#FF2B3D 0deg, #FF2B3D 360deg);
  padding: 6px;
  box-sizing: border-box;
  z-index: 0;
}
.mobile-menu .progress-ring::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 50%;
  z-index: 1;
}
.mobile-menu .border-circle {
  height: 84px;
  width: 84px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #665C40;
  border-radius: 50%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  box-sizing: border-box;
}
.mobile-menu .main-circle {
  height: 68px;
  width: 68px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #665C40;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  transition: transform 0.5s ease;
}
.mobile-menu .main-circle .main-circle-p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #fff;
}

.desktop-menu.stuck ~ .progress-chapter-desktop {
  display: none;
}

.desktop-menu {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease;
  /* Start state */
  opacity: 0;
  transform: scale(1.2);
  /* Animate on page load */
  animation: openMenu 0.8s ease forwards;
  animation-delay: 0.7s;
}
@media (max-width: 768px) {
  .desktop-menu {
    display: none;
  }
}
.desktop-menu:hover .border-circle {
  transform: scale(1.05);
}
.desktop-menu:hover .main-circle {
  transform: scale(0.9524);
}
.desktop-menu.stuck {
  position: absolute;
}
.desktop-menu.add-scale {
  scale: 4;
  bottom: 48% !important;
  left: -5%;
}
.desktop-menu .border-circle {
  height: 90px;
  width: 90px;
  background-color: #151514;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #665C40;
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.desktop-menu .main-circle {
  height: 68px;
  width: 68px;
  background-color: #151514;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #665C40;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  transition: all 0.1s ease;
}
.desktop-menu .main-circle .main-circle-p {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 0;
  animation: changeOpacity 0.4s ease forwards;
  animation-delay: 0.8s;
}

.progress-chapter-desktop {
  position: fixed;
  top: 11%;
  left: 60px;
  width: 1px;
  border-left: 1px dashed #665C40;
  height: 0;
  border-radius: 1px;
  overflow: hidden;
  z-index: 3;
  position: fixed;
  overflow: visible;
  animation: expandHeight 1s ease forwards;
}
@media (max-width: 768px) {
  .progress-chapter-desktop {
    display: none;
  }
}
.progress-chapter-desktop .div-h3 {
  background-color: #EFECE5;
  border: 1px solid #665C40;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 5px;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.progress-chapter-desktop .div-h3 .small-circle {
  height: 15px;
  width: 15px;
  background-color: #151514;
  border-radius: 50%;
}
.progress-chapter-desktop .div-h3 p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #444443;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.progress-chapter-desktop .progress-fill {
  position: absolute;
  top: 0; /* fill grows from top */
  left: 0;
  width: 100%;
  height: 0%; /* start empty */
  background-color: transparent;
  transition: height 0.15s linear;
}
.progress-chapter-desktop .circle {
  position: absolute;
  left: 48%;
  transform: translateX(-54%);
  width: 5px;
  height: 5px;
  border: 1px solid #665C40;
  border-radius: 50%;
  background-color: #EFECE5;
  transition: all 0.3s ease;
  z-index: 1001;
  cursor: pointer;
  opacity: 0;
  animation: changeOpacity 0.4s ease forwards;
}
.progress-chapter-desktop .circle.start-circle {
  top: -5px;
}
.progress-chapter-desktop .circle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px; /* bigger hit area */
  height: 30px;
  transform: translate(-50%, -50%);
  background: transparent;
  border-radius: 50%;
}
.progress-chapter-desktop .circle.end-circle {
  bottom: -5px;
  cursor: default !important;
}
.progress-chapter-desktop .circle.end-circle:hover {
  transform: translateX(-50%) scale(1);
}
.progress-chapter-desktop .circle.hide {
  display: none;
}
.progress-chapter-desktop .circle.filled {
  background-color: #151514;
  transform: translateX(-50%) scale(1.4);
}
.progress-chapter-desktop .circle:hover {
  transform: translateX(-50%) scale(1.6);
}

.chapter-title-desktop {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #151514;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(-200px);
  z-index: 2;
  opacity: 1;
  animation: translateChapterTitle 0.7s ease forwards;
  animation-delay: 0.1s;
  transition: opacity 300ms ease;
}
.chapter-title-desktop.move-right {
  opacity: 0.2;
}
.chapter-title-desktop.fade-out {
  opacity: 0;
}
@media (max-width: 768px) {
  .chapter-title-desktop {
    display: none;
  }
}

.mobile-menu-show {
  display: none;
}
@media (max-width: 768px) {
  .mobile-menu-show {
    display: block;
    position: fixed;
    width: 100vw;
    max-width: 570px;
    display: flex;
    transform: scale(0.1);
    left: 34%;
    bottom: -16%;
    z-index: 3;
    visibility: hidden;
    transition: all 0.3s ease;
    opacity: 0;
  }
}
.mobile-menu-show.visible {
  visibility: visible;
  left: 50%;
  transform: scale(1) translateX(-50%);
  bottom: -230px;
  opacity: 1;
}
.mobile-menu-show.visible .svg-mobile-menu-nav {
  transform: scale(1.3);
}
.mobile-menu-show .svg-mobile-menu-nav {
  transition: all 0.1s ease;
}
.mobile-menu-show .svg-mobile-menu-nav.chapter1 {
  transform: scale(1.3) rotate(0deg) !important;
}
.mobile-menu-show .svg-mobile-menu-nav.chapter2 {
  transform: scale(1.3) rotate(-40deg) !important;
}
.mobile-menu-show .svg-mobile-menu-nav.chapter3 {
  transform: scale(1.3) rotate(-80deg) !important;
}
.mobile-menu-show .svg-mobile-menu-nav.chapter4 {
  transform: scale(1.3) rotate(-120deg) !important;
}
.mobile-menu-show .svg-mobile-menu-nav.chapter5 {
  transform: scale(1.3) rotate(-160deg) !important;
}
.mobile-menu-show .svg-mobile-menu-nav.chapter6 {
  transform: scale(1.3) rotate(-200deg) !important;
}
.mobile-menu-show .svg-mobile-menu-nav.chapter7 {
  transform: scale(1.3) rotate(-240deg) !important;
}
.mobile-menu-show .svg-mobile-menu-nav.chapter8 {
  transform: scale(1.3) rotate(-280deg) !important;
}
.mobile-menu-show .svg-mobile-menu-nav.chapter9 {
  transform: scale(1.3) rotate(-320deg) !important;
}
.mobile-menu-show .p-live {
  position: fixed;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #151514;
  border-radius: 20px;
  background-color: #151514;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 10px;
}
@media (max-width: 768px) {
  .mobile-menu-show .p-live {
    top: -22%;
  }
}
@media (max-width: 576px) {
  .mobile-menu-show .p-live {
    top: -25%;
  }
}
.mobile-menu-show .p-live .small-circle {
  height: 15px;
  width: 15px;
  background-color: #FF2B3D;
  border-radius: 50%;
}
.mobile-menu-show .p-live p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #FFF5D9;
  margin: 0;
  padding: 0;
}
.mobile-menu-show .menu-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 17%;
  width: 100%;
  min-height: 57px;
}
.mobile-menu-show .menu-desc .page-title {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  line-height: 117%;
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 0;
  padding: 0;
  color: #FFF5D9;
  max-width: 250px;
  text-align: center;
}
@media (max-width: 576px) {
  .mobile-menu-show .menu-desc .page-title {
    max-width: 140px;
    font-size: 22px;
  }
}
.mobile-menu-show .menu-desc .instruction {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 117%;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #998F73;
}
@media (max-width: 576px) {
  .mobile-menu-show .menu-desc .instruction {
    display: none;
  }
}

.content-container-text p, .content-container-text h3, .content-container-text h4, .content-container-text .container-chart, .content-container-text li, .content-container-text .quote-div {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.content-container-text p.visible-load, .content-container-text h3.visible-load, .content-container-text h4.visible-load, .content-container-text .container-chart.visible-load, .content-container-text li.visible-load, .content-container-text .quote-div.visible-load {
  opacity: 1;
}

.screen-2 {
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0vh);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
  transition: opacity 300ms ease;
}
.screen-2.add-opacity {
  opacity: 0.2;
  pointer-events: none;
}
.screen-2.visible {
  display: flex;
}
@media (max-width: 768px) {
  .screen-2 {
    position: fixed;
  }
}
.screen-2 .content-screen-2 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  transition: transform 0.5s ease, opacity 300ms ease;
  transform: translateX(0);
}
@media (max-width: 768px) {
  .screen-2 .content-screen-2 {
    height: 100vh;
    -webkit-overflow-scrolling: touch;
  }
}
.screen-2 .content-screen-2 .content-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .screen-2 .content-screen-2 .content-container:last-child {
    padding-bottom: 0px;
  }
}
.screen-2 .content-screen-2 .content-container.hide {
  display: flex;
}
@media (max-width: 768px) {
  .screen-2 .content-screen-2 .content-container.hide {
    display: none;
  }
}
.screen-2 .content-screen-2 .content-container .content-container-text {
  z-index: 1;
}
.screen-2 .content-screen-2 .content-container .right-corner {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 230px;
  width: 230px;
  transform-origin: bottom right;
  background: linear-gradient(135deg, #E3DED1 50%, #B2A88C 50%);
  transition: transform 0.5s ease, opacity 300ms ease;
}
.screen-2 .content-screen-2 .content-container .right-corner.move-right {
  transform: translateX(30vh) !important;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .screen-2 .content-screen-2 .content-container .right-corner {
    display: none;
  }
}
.screen-2 .content-screen-2 .content-container .welcome-banner {
  width: 100%;
  background-color: #B2A88C;
  background: url(/content/dam/oliver-wyman/ow-forum/template-scripts/voices/images/background-2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 380px;
}
@media (max-width: 768px) {
  .screen-2 .content-screen-2 .content-container .welcome-banner {
    padding-bottom: 200px;
  }
}
.screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 180px;
}
@media (max-width: 768px) {
  .screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title {
    padding-top: 180px;
    position: relative;
    z-index: 2;
    min-height: 30vh;
  }
}
.screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title .container-main-title-div {
  max-width: 800px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.5s ease, opacity 300ms ease;
}
.screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title .container-main-title-div.move-right {
  transform: translateX(30vh);
  opacity: 0.2;
}
.screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title .container-main-title-div .welcome-main-title-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title .container-main-title-div .welcome-main-title-div .welcome-div {
  display: flex;
}
.screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title .container-main-title-div .h1-intro {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 150%;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #151514;
  max-width: 450px;
  text-align: center;
  opacity: 0;
  animation: changeOpacity 2s ease forwards;
  animation-delay: 0.15s;
}
@media (max-width: 768px) {
  .screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title .container-main-title-div .h1-intro {
    padding: 0 20px;
    font-size: 18px;
  }
}
.screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title .container-main-title-div .h1-intro .bolded-text {
  font-weight: 600;
  color: #151514;
}
.screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title .container-main-title-div .publication-date {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  margin-top: 20px;
  padding: 0;
  color: #444443;
  opacity: 0;
  animation: changeOpacity 2s ease forwards;
  animation-delay: 0.25s;
}
@media (max-width: 768px) {
  .screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title .container-main-title-div .publication-date {
    font-size: 14px;
  }
}
.screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title .container-main-title-div .welcome-p1 {
  font-family: "MarshSerif";
  font-size: 205px;
  line-height: 190px;
  font-weight: normal;
  color: #151514;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(100px);
  animation: mainTitle 0.8s ease forwards;
  animation-delay: 0.15s;
}
@media (max-width: 1100px) {
  .screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title .container-main-title-div .welcome-p1 {
    font-size: 152px;
    line-height: 152px;
  }
}
@media (max-width: 768px) {
  .screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title .container-main-title-div .welcome-p1 {
    font-size: 80px;
    line-height: 70px;
  }
}
.screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title .container-main-title-div .welcome-p3 {
  font-family: "MarshSerif";
  font-size: 90px;
  line-height: 90px;
  opacity: 0;
  margin: 0;
  transform: translateY(100px);
  animation: mainTitle 0.6s ease forwards;
  animation-delay: 0.1s;
}
@media (max-width: 1100px) {
  .screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title .container-main-title-div .welcome-p3 {
    font-size: 75px;
    line-height: 75px;
  }
}
@media (max-width: 768px) {
  .screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title .container-main-title-div .welcome-p3 {
    font-size: 40px;
    line-height: 40px;
  }
}
.screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title .container-main-title-div .welcome-p2 {
  font-family: "MarshSerif";
  font-size: 43px;
  line-height: 43px;
  opacity: 0;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 5px;
  transform: translateY(100px);
  animation: mainTitle 0.8s ease forwards;
  animation-delay: 0.2s;
}
@media (max-width: 1100px) {
  .screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title .container-main-title-div .welcome-p2 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  .screen-2 .content-screen-2 .content-container .welcome-banner .container-main-title .container-main-title-div .welcome-p2 {
    font-size: 24px;
    line-height: 24px;
  }
}
.screen-2 .content-screen-2 .content-container .chapter-content {
  transition: transform 0.5s ease, opacity 300ms ease;
}
.screen-2 .content-screen-2 .content-container .chapter-content.move-right {
  transform: translateX(30vh);
  opacity: 0.2;
}
.screen-2 .intro-banner {
  position: relative;
  min-height: 50vh;
  padding-bottom: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  color: #444443;
  width: 100%;
  background-color: #EFECE5;
  background: url(/content/dam/oliver-wyman/ow-forum/template-scripts/voices/images/background-1.webp);
  overflow: hidden;
}
.screen-2 .intro-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/content/dam/oliver-wyman/ow-forum/template-scripts/voices/images/background-2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1200px) {
  .screen-2 .intro-banner {
    padding-bottom: 300px;
  }
}
@media (max-width: 1024px) {
  .screen-2 .intro-banner {
    padding-bottom: 250px;
  }
}
.screen-2 .intro-banner.visible::before {
  opacity: 1;
}
.screen-2 .intro-banner.chapter {
  height: auto;
  padding-top: 200px;
}
@media (max-width: 768px) {
  .screen-2 .intro-banner.chapter {
    padding-top: 180px;
    padding-bottom: 150px;
  }
}
@media (max-width: 1024px) {
  .screen-2 .intro-banner.about {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .screen-2 .intro-banner.about {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.screen-2 .intro-banner .intro-banner-chapter {
  transition: transform 0.5s ease, opacity 300ms ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.screen-2 .intro-banner .intro-banner-chapter.move-right {
  transform: translateX(30vh);
  opacity: 0.2;
}
.screen-2 .intro-banner .chapter-number {
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: auto;
  font-weight: 300;
  color: #444443;
  display: none;
  text-align: center;
}
@media (max-width: 768px) {
  .screen-2 .intro-banner .chapter-number {
    display: block;
  }
}
.screen-2 .intro-banner .chapter-description {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
  color: #444443;
  max-width: 700px;
  margin-bottom: 40px;
  text-align: center;
  padding: 0 20px;
  margin-top: 0;
}
@media (max-width: 1100px) {
  .screen-2 .intro-banner .chapter-description {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .screen-2 .intro-banner .chapter-description {
    margin-bottom: 0px;
    font-size: 16px;
  }
}
.screen-2 .intro-banner .chapter-description .highlight {
  font-weight: 600;
  color: #151514;
}
.screen-2 .intro-banner .chapter-authors {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  color: #444443;
  max-width: 700px;
  margin-bottom: 80px;
  text-align: center;
  padding: 0 20px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .screen-2 .intro-banner .chapter-authors {
    margin-top: 20px;
    font-size: 14px;
  }
}
.screen-2 .intro-banner .chapter-title {
  font-family: "MarshSerif";
  font-size: 100px;
  line-height: 100%;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  color: #151514;
  max-width: 850px;
}
@media (max-width: 1100px) {
  .screen-2 .intro-banner .chapter-title {
    font-size: 80px;
  }
}
.screen-2 .intro-banner .chapter-title.max-width-800 {
  max-width: 800px;
}
@media (max-width: 768px) {
  .screen-2 .intro-banner .chapter-title {
    font-size: 55px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    max-width: 95%;
  }
}
.screen-2 .intro-banner .chapter-title, .screen-2 .intro-banner .chapter-number, .screen-2 .intro-banner .chapter-title, .screen-2 .intro-banner .chapter-description, .screen-2 .intro-banner .chapter-authors {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
@media (max-width: 768px) {
  .screen-2 .intro-banner .chapter-title, .screen-2 .intro-banner .chapter-number, .screen-2 .intro-banner .chapter-title, .screen-2 .intro-banner .chapter-description, .screen-2 .intro-banner .chapter-authors {
    opacity: 1;
    transform: translateY(0px);
  }
}
.screen-2 .intro-banner .chapter-title.visible-load, .screen-2 .intro-banner .chapter-number.visible-load, .screen-2 .intro-banner .chapter-title.visible-load, .screen-2 .intro-banner .chapter-description.visible-load, .screen-2 .intro-banner .chapter-authors.visible-load {
  opacity: 1;
  transform: translateY(0px);
}
.screen-2 .intro-banner .logo-1 {
  max-width: 220px;
}
.screen-2 .container-viz {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: -450px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .screen-2 .container-viz {
    margin-top: -410px;
  }
}
@media (max-width: 768px) {
  .screen-2 .container-viz {
    margin-top: -170px;
  }
}
@media (max-width: 768px) {
  .screen-2 .container-viz.custom-viz-1 {
    margin-top: -220px;
  }
}
@media (max-width: 768px) {
  .screen-2 .container-viz.custom-viz-2 {
    margin-top: -235px;
  }
}
.screen-2 .container-viz .viz {
  width: 90%;
  display: block;
  transition: filter 0.3s ease;
}
.screen-2 .container-viz .viz.contrast {
  filter: contrast(0.5);
}
.screen-2 .container-viz .viz.viz-100 {
  width: 100%;
}
@media (max-width: 768px) {
  .screen-2 .container-viz .viz {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .screen-2 .container-viz .viz.welcome {
    height: 800px;
    margin-top: -120px;
  }
}
@media (max-width: 576px) {
  .screen-2 .container-viz .viz.welcome {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    margin-top: -65px;
  }
}
@media (max-width: 1400px) {
  .screen-2 .container-viz .viz.value {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .screen-2 .container-viz .viz.value {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .screen-2 .container-viz .viz.value {
    margin-top: -25px;
  }
}
@media (max-width: 576px) {
  .screen-2 .container-viz .viz.value {
    margin-top: 0px;
  }
}
@media (max-width: 1400px) {
  .screen-2 .container-viz .viz.healthcare {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .screen-2 .container-viz .viz.healthcare {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .screen-2 .container-viz .viz.healthcare {
    margin-top: -30px;
  }
}
@media (max-width: 576px) {
  .screen-2 .container-viz .viz.healthcare {
    margin-top: -20px;
  }
}
@media (max-width: 1400px) {
  .screen-2 .container-viz .viz.finance {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .screen-2 .container-viz .viz.finance {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .screen-2 .container-viz .viz.finance {
    margin-top: -65px;
  }
}
@media (max-width: 576px) {
  .screen-2 .container-viz .viz.finance {
    margin-top: -80px;
  }
}
@media (max-width: 1400px) {
  .screen-2 .container-viz .viz.consumer {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .screen-2 .container-viz .viz.consumer {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .screen-2 .container-viz .viz.consumer {
    margin-top: -65px;
  }
}
@media (max-width: 576px) {
  .screen-2 .container-viz .viz.consumer {
    margin-top: -20px;
  }
}
@media (max-width: 1400px) {
  .screen-2 .container-viz .viz.workforce {
    margin-top: 70px;
  }
}
@media (max-width: 1024px) {
  .screen-2 .container-viz .viz.workforce {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .screen-2 .container-viz .viz.workforce {
    margin-top: -45px;
  }
}
@media (max-width: 576px) {
  .screen-2 .container-viz .viz.workforce {
    margin-top: -30px;
  }
}
@media (max-width: 1400px) {
  .screen-2 .container-viz .viz.ai {
    margin-top: 70px;
  }
}
@media (max-width: 1024px) {
  .screen-2 .container-viz .viz.ai {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .screen-2 .container-viz .viz.ai {
    margin-top: -20px;
  }
}
@media (max-width: 1400px) {
  .screen-2 .container-viz .viz.leadership {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .screen-2 .container-viz .viz.leadership {
    margin-top: -20px;
  }
}
@media (max-width: 1200px) {
  .screen-2 .container-viz .viz.about {
    margin-top: 70px;
  }
}
@media (max-width: 1024px) {
  .screen-2 .container-viz .viz.about {
    margin-top: 250px;
  }
}
@media (max-width: 768px) {
  .screen-2 .container-viz .viz.about {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    margin-top: 0;
  }
}
.screen-2 .chapter-content {
  padding: 80px 0 100px 0;
  max-width: 800px;
}
.screen-2 .chapter-content.pt-0 {
  padding-top: 0;
}
@media (max-width: 1100px) {
  .screen-2 .chapter-content {
    margin-left: 130px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .screen-2 .chapter-content {
    margin: 0;
    padding: 60px 20px 50vh 20px;
  }
}
@media (max-width: 768px) {
  .screen-2 .chapter-content.chapter-content-about {
    padding-bottom: 100px;
  }
}
.screen-2 .chapter-content .custom-bullets {
  list-style: disc;
  margin-left: 0;
  padding-left: 20px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  color: #444443;
}
.screen-2 .chapter-content .custom-bullets li {
  margin-bottom: 20px;
}
.screen-2 .chapter-content .custom-bullets li .bolded-text {
  font-weight: 600;
  color: #151514;
}
.screen-2 .chapter-content p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
  color: #444443;
}
.screen-2 .chapter-content p .bolded-text {
  font-weight: 600;
  color: #151514;
}
.screen-2 .chapter-content .text-sup {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 150%;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
  color: #444443;
}
.screen-2 .chapter-content .custom-heading {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 40px;
  color: #151514;
}
.screen-2 .chapter-content .custom-heading:first-child {
  margin-top: 0;
}
.screen-2 .chapter-content .custom-heading.custom-heading-change-2 {
  font-family: "MarshSerif";
  font-size: 34px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 60px;
  color: #151514;
}
.screen-2 .chapter-content .custom-heading.custom-heading-change-2:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .custom-heading.custom-heading-change-2 {
    font-size: 32px;
  }
}
.screen-2 .chapter-content .custom-heading.custom-heading-change-2.mt-0 {
  margin-top: 0;
}
.screen-2 .chapter-content .placeholder-for-charts {
  width: 100%;
  height: 300px;
  background-color: #f5f5f5;
  margin-top: 50px;
  margin-bottom: 50px;
}
.screen-2 .chapter-content .quote-div .quote-text {
  font-family: "MarshSerif";
  font-size: 36px;
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 60px;
  color: #151514;
}
.screen-2 .chapter-content .quote-div .quote-text .quote-first {
  margin-left: -13px;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .quote-div .quote-text {
    font-size: 30px;
  }
}
.screen-2 .chapter-content .quote-div .quote-author {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 130%;
  font-weight: 300;
  margin: 0;
  width: 100%;
  text-align: end;
}
.screen-2 .chapter-content .chapter-content-subheading {
  font-family: "MarshSerif";
  font-size: 34px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 60px;
  color: #151514;
}
.screen-2 .chapter-content .chapter-content-subheading:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .chapter-content-subheading {
    font-size: 28px;
  }
}
.screen-2 .chapter-content .chapter-content-subheading.custom-heading-change-1 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 50px;
  color: #444443;
}
.screen-2 .chapter-content h4 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 135%;
  font-weight: 500;
  color: #151514;
  margin-top: 40px;
  margin-bottom: 20px;
}
.screen-2 .chapter-content .voices-say {
  margin-top: 0px;
  margin-bottom: 100px;
}
.screen-2 .chapter-content .voices-say .voices-say-heading {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 135%;
  font-weight: 600;
  color: #151514;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .voices-say .voices-say-heading {
    margin-top: 20px;
    max-width: 100%;
  }
}
.screen-2 .chapter-content .voices-say .voices-say-heading.not-visible {
  visibility: hidden;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .voices-say .voices-say-heading.not-visible {
    display: none;
  }
}
.screen-2 .chapter-content .voices-say .voices-say-heading.full-width {
  max-width: 100%;
}
.screen-2 .chapter-content .voices-say .voices-say-containers {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .voices-say .voices-say-containers {
    margin-bottom: 0px;
  }
}
.screen-2 .chapter-content .voices-say .voices-say-containers.top-border {
  border-top: 1px solid #4F4C4D;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .voices-say .voices-say-containers.mt-20 {
    margin-top: 50px;
  }
}
.screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-flex {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-flex {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-flex .mt-20 {
    margin-top: 20px;
  }
}
.screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-connected-divs {
  display: flex;
  flex-direction: column;
  width: 66%;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-connected-divs {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-connected-divs.no-border {
    border-top: none !important;
    margin-top: 20px !important;
  }
}
.screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-connected-divs .voices-say-heading {
  max-width: 100%;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-connected-divs .voices-say-heading {
    max-width: 100%;
  }
}
.screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-connected-divs.top-border {
  border-top: 1px solid #4F4C4D;
}
.screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-connected-divs.top-border .voices-say-div {
  width: 50%;
}
.screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 33%;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-div {
    flex-direction: row;
    width: 100% !important;
  }
}
.screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-div.top-border {
  border-top: 1px solid #4F4C4D;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-div.top-border {
    border-top: none;
  }
}
.screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-div .voices-say-stats {
  font-family: "MarshSerif";
  font-size: 50px;
  font-weight: 400;
  line-height: 117%;
  color: #151514;
  margin-bottom: 10px;
  margin-top: 0;
}
.screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-div .voices-say-stats.custom-1 {
  font-size: 36px;
  line-height: 60px;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-div .voices-say-stats.custom-1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-div .voices-say-stats.custom-2 {
  font-size: 35px;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-div .voices-say-stats.custom-2 {
    font-size: 23px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-div .voices-say-stats {
    margin-right: 20px;
    min-width: 120px;
    font-size: 40px;
  }
}
.screen-2 .chapter-content .voices-say .voices-say-containers .voices-say-div .voices-say-desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
  margin: 0;
  color: #444443;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .voices-say.mb-40 {
    margin-bottom: 40px;
  }
}
.screen-2 .chapter-content .container-chart {
  margin: 50px 0px;
}
.screen-2 .chapter-content .container-chart .placeholder-for-charts {
  margin: 20px 0px;
}
.screen-2 .chapter-content .container-chart .chart-desktop {
  display: block;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .chart-desktop {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .screen-2 .chapter-content .container-chart .chart-desktop {
    display: none;
  }
}
.screen-2 .chapter-content .container-chart .chart-mobile {
  display: none;
}
@media (max-width: 576px) {
  .screen-2 .chapter-content .container-chart .chart-mobile {
    display: block;
    width: 100%;
  }
}
.screen-2 .chapter-content .container-chart.pt-0 {
  padding-top: 0;
}
.screen-2 .chapter-content .container-chart.mt-0 {
  margin-top: 0;
}
.screen-2 .chapter-content .container-chart .chart-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 125%;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  color: #151514;
}
.screen-2 .chapter-content .container-chart .chart-title.mb-5 {
  margin-bottom: 5px;
}
.screen-2 .chapter-content .container-chart .chart-title.mb-0 {
  margin-bottom: 0px;
}
.screen-2 .chapter-content .container-chart .chart-title.mb-20 {
  margin-bottom: 20px;
}
.screen-2 .chapter-content .container-chart .chart-title.mt-30 {
  margin-top: 30px;
}
.screen-2 .chapter-content .container-chart .chart-title.font-14 {
  font-size: 14px;
}
.screen-2 .chapter-content .container-chart .chart-custom-heading {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 5px;
  color: #151514;
}
.screen-2 .chapter-content .container-chart .chart-custom-heading.font-14 {
  font-size: 14px;
}
.screen-2 .chapter-content .container-chart .chart-custom-p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  margin-bottom: 10px;
  color: #444443;
}
.screen-2 .chapter-content .container-chart .chart-custom-p.font-14 {
  font-size: 14px;
}
.screen-2 .chapter-content .container-chart .chart-custom-p.mb-0 {
  margin-bottom: 0;
}
.screen-2 .chapter-content .container-chart .chart-custom-p.mb-20 {
  margin-bottom: 20px;
}
.screen-2 .chapter-content .container-chart .chart-custom-p.bolded {
  font-weight: 700;
  color: #151514;
}
.screen-2 .chapter-content .container-chart .chart-custom-p.black {
  color: #151514;
}
.screen-2 .chapter-content .container-chart .chart-source {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #444443;
}
.screen-2 .chapter-content .container-chart .chart-source .bolded {
  font-weight: 700;
  color: #151514;
}
.screen-2 .chapter-content .container-chart .chart-source.mt-7 {
  margin-top: 5px;
}
.screen-2 .chapter-content .container-chart .chart-source.mt-0 {
  margin-top: 0;
}
.screen-2 .chapter-content .container-chart .chart-source.mt-20 {
  margin-top: 20px;
}
.screen-2 .chapter-content .container-chart .charts-50-50 {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 40px;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .charts-50-50 {
    flex-direction: column;
  }
}
.screen-2 .chapter-content .container-chart .charts-50-50.mt-30 {
  margin-top: 30px;
}
.screen-2 .chapter-content .container-chart .charts-50-50.custom-mobile-1 {
  flex-direction: column;
}
.screen-2 .chapter-content .container-chart .charts-50-50.custom-mobile-1 .chart-50-50 {
  width: 100%;
}
.screen-2 .chapter-content .container-chart .charts-50-50.custom-mobile-1 .chart-50-50 .stats-50-50 {
  flex-direction: row;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .charts-50-50.custom-mobile-1 .chart-50-50 .stats-50-50 {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .charts-50-50.custom-mobile-1 .chart-50-50 .stats-50-50 .stats-50-50-col {
    width: 50%;
  }
}
.screen-2 .chapter-content .container-chart .charts-50-50 .chart-50-50 {
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .charts-50-50 .chart-50-50 {
    width: 100%;
  }
}
.screen-2 .chapter-content .container-chart .charts-50-50 .chart-50-50.justify-top {
  justify-content: flex-start;
}
.screen-2 .chapter-content .container-chart .charts-50-50 .chart-50-50 .stats-50-50 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.screen-2 .chapter-content .container-chart .charts-50-50 .chart-50-50 .stats-50-50.justify-top {
  justify-content: flex-start;
}
.screen-2 .chapter-content .container-chart .charts-50-50 .chart-50-50 .stats-50-50 .stats-50-50-col {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 5px;
  margin-bottom: 10px;
  flex-direction: column;
}
.screen-2 .chapter-content .container-chart .charts-50-50 .chart-50-50 .stats-50-50 .stats-50-50-col .number {
  font-family: "MarshSerif";
  font-size: 50px;
  font-weight: 400;
  line-height: 117%;
  color: #151514;
  margin-bottom: 0px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .charts-50-50 .chart-50-50 .stats-50-50 .stats-50-50-col .number {
    font-size: 40px;
  }
}
.screen-2 .chapter-content .container-chart .charts-50-50 .chart-50-50 .stats-50-50 .stats-50-50-col .description {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 125%;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 0;
  color: #151514;
}
.screen-2 .chapter-content .container-chart .charts-50-50 .chart-50-50 .stats-50-50 .stats-50-50-col .description.font-color {
  color: #444443;
}
.screen-2 .chapter-content .container-chart .charts-50-50.custom-4-col {
  gap: 20px;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .charts-50-50.custom-4-col {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.screen-2 .chapter-content .container-chart .charts-50-50.custom-4-col .chart-50-50 {
  width: 25%;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .charts-50-50.custom-4-col .chart-50-50 {
    width: 44%;
  }
}
.screen-2 .chapter-content .container-chart .coded-stats {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.screen-2 .chapter-content .container-chart .coded-stats.custom-4-col {
  flex-wrap: wrap;
}
.screen-2 .chapter-content .container-chart .coded-stats.custom-4-col .coded-stats-col {
  flex: 0 0 calc((100% - 80px) / 4);
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .coded-stats.mobile-100 .coded-stats-col {
    flex: 100% !important;
  }
}
.screen-2 .chapter-content .container-chart .coded-stats .coded-stats-col {
  flex: 0 0 calc((100% - 40px) / 3);
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .coded-stats .coded-stats-col {
    flex: 0 0 calc((100% - 20px) / 2) !important;
  }
}
.screen-2 .chapter-content .container-chart .coded-stats .coded-stats-col.custom-full-width {
  flex: 100%;
}
.screen-2 .chapter-content .container-chart .coded-stats .coded-stats-col.custom-50-50 {
  flex: 0 0 calc((100% - 40px) / 2);
}
.screen-2 .chapter-content .container-chart .coded-stats .coded-stats-col .coded-stats-number {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 5px;
  margin-bottom: 10px;
}
.screen-2 .chapter-content .container-chart .coded-stats .coded-stats-col .coded-stats-number.mt-custom {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .coded-stats .coded-stats-col .coded-stats-number.mt-custom {
    margin-top: 0px;
  }
}
.screen-2 .chapter-content .container-chart .coded-stats .coded-stats-col .coded-stats-number .number {
  font-family: "MarshSerif";
  font-size: 50px;
  font-weight: 400;
  line-height: 117%;
  color: #151514;
  margin-bottom: 0px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .coded-stats .coded-stats-col .coded-stats-number .number {
    font-size: 40px;
  }
}
.screen-2 .chapter-content .container-chart .coded-stats .coded-stats-col .coded-stats-number .arrow {
  margin-top: 5px;
}
.screen-2 .chapter-content .container-chart .coded-stats .coded-stats-col .coded-stats-number .p-subheading {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 125%;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 5px;
  color: #151514;
}
.screen-2 .chapter-content .container-chart .coded-stats .coded-stats-col .description {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 0;
  color: #444443;
}
.screen-2 .chapter-content .container-chart .coded-stats .coded-stats-col .description.bolded {
  font-weight: 600;
  margin-bottom: 5px;
  color: #151514;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .coded-stats.custom-1 .coded-stats-col {
    width: 100%;
    flex: 100% !important;
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .coded-stats.custom-1 .coded-stats-col.custom-1a {
    border-top: 1px solid #151514;
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .coded-stats.custom-1 .coded-stats-col .description.custom-1 {
    display: none;
  }
}
.screen-2 .chapter-content .container-chart .coded-stats.custom-1 .coded-stats-col .coded-stats-number {
  margin-right: 20px;
  min-width: 120px;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .coded-stats.custom-1 .coded-stats-col .coded-stats-number .number {
    font-size: 40px;
  }
}
.screen-2 .chapter-content .container-chart .coded-stats.custom-1 .coded-stats-col.custom-1 {
  padding-right: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .coded-stats.custom-1 .coded-stats-col.custom-1 {
    padding-right: 0px;
  }
}
.screen-2 .chapter-content .container-chart .coded-stats.custom-1 .coded-stats-col .big-chevron {
  position: absolute;
  right: 0;
  top: 20px;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .coded-stats.custom-1 .coded-stats-col .big-chevron {
    display: none;
  }
}
.screen-2 .chapter-content .container-chart .coded-stats.custom-1 .coded-stats-col .big-chevron-mobile {
  display: none;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .coded-stats.custom-1 .coded-stats-col .big-chevron-mobile {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 11px;
  }
}
@media (max-width: 576px) {
  .screen-2 .chapter-content .container-chart .coded-stats.custom-1 .coded-stats-col .big-chevron-mobile {
    bottom: -15px;
  }
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .coded-stats.custom-1 .coded-stats-col .coded-stats-number .number.custom-mobile-1 {
    font-size: 24px;
  }
}
.screen-2 .chapter-content .container-chart .custom-structure-charts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.screen-2 .chapter-content .container-chart .custom-structure-charts.mt-20 {
  margin-top: 20px;
}
.screen-2 .chapter-content .container-chart .custom-structure-charts .custom-structure-charts-col {
  flex: 0 0 calc((100% - 40px) / 3);
  box-sizing: border-box;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .custom-structure-charts .custom-structure-charts-col {
    flex: 0 0 100%;
  }
}
.screen-2 .chapter-content .container-chart .custom-structure-charts .custom-structure-charts-col .description {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 125%;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
  color: #151514;
}
.screen-2 .chapter-content .container-chart .custom-structure-charts .custom-structure-charts-col .description.font-light {
  font-weight: 300;
  color: #444443;
}
.screen-2 .chapter-content .container-chart .coded-stats-custom {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .coded-stats-custom {
    flex-wrap: wrap;
  }
}
.screen-2 .chapter-content .container-chart .coded-stats-custom .coded-stats-custom-col {
  width: 33%;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .coded-stats-custom .coded-stats-custom-col {
    width: 100%;
  }
}
.screen-2 .chapter-content .container-chart .coded-stats-custom .coded-stats-custom-col.width-50 {
  width: 50%;
}
@media (max-width: 576px) {
  .screen-2 .chapter-content .container-chart .coded-stats-custom .coded-stats-custom-col.width-50 {
    width: 100%;
  }
}
.screen-2 .chapter-content .container-chart .coded-stats-custom .coded-stats-custom-col.width-66 {
  width: 66%;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .coded-stats-custom .coded-stats-custom-col.width-66 {
    width: 100%;
  }
}
.screen-2 .chapter-content .container-chart .coded-stats-custom .coded-stats-custom-col .coded-stats-number {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 5px;
  margin-bottom: 10px;
}
.screen-2 .chapter-content .container-chart .coded-stats-custom .coded-stats-custom-col .coded-stats-number .number {
  font-family: "MarshSerif";
  font-size: 50px;
  font-weight: 400;
  line-height: 117%;
  color: #151514;
  margin-bottom: 0px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .screen-2 .chapter-content .container-chart .coded-stats-custom .coded-stats-custom-col .coded-stats-number .number {
    font-size: 40px;
  }
}
.screen-2 .chapter-content .container-chart .coded-stats-custom .coded-stats-custom-col .coded-stats-number .arrow {
  margin-top: 5px;
}
.screen-2 .chapter-content .container-chart .coded-stats-custom .coded-stats-custom-col .coded-stats-number .p-subheading {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 125%;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 5px;
  color: #151514;
}
.screen-2 .chapter-content .container-chart .coded-stats-custom .coded-stats-custom-col .description {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 125%;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 0;
  color: #151514;
}
.screen-2 .chapter-content .container-chart .coded-stats-custom .coded-stats-custom-col .description.font-color {
  color: #444443;
}
.screen-2 .chapter-content .container-chart .coded-stats-custom .coded-stats-custom-col .custom-flex {
  display: flex;
  gap: 20px;
}
.screen-2 .chapter-content .container-chart .coded-stats-custom .coded-stats-custom-col .custom-flex .custom-50-50 {
  width: 48%;
}

.layer-top,
.layer-bottom {
  pointer-events: none !important;
}

.desktop-menu-show-layer {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
  transition: transform 0.5s ease;
}
.desktop-menu-show-layer.show {
  display: block;
}

.desktop-menu-show-instruction {
  height: 60vh;
  width: 60vh;
  position: fixed;
  z-index: 5;
  top: 50%;
  left: -30vh;
  transform: translateX(-70vh) translateY(-50%);
  border: 1px dashed #998F73;
  border-radius: 50%;
  background-color: #151514;
  transition: transform 0.7s ease;
}
.desktop-menu-show-instruction.show {
  transform: translateX(-4vh) translateY(-50%);
}
.desktop-menu-show-instruction .info {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  margin-bottom: 20px;
  margin: 0;
  color: #998F73;
  position: fixed;
  right: 12%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1300px) {
  .desktop-menu-show-instruction .info {
    font-size: 13px;
    right: 6%;
  }
}

.desktop-menu-circle-close {
  width: 37px;
  height: 37px;
  background-color: #151514;
  position: fixed;
  top: 20px;
  left: 46vh;
  border-radius: 50%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  cursor: pointer;
}
.desktop-menu-circle-close.show {
  visibility: visible;
  opacity: 1;
}
.desktop-menu-circle-close .div-close-icon {
  display: flex;
}
.desktop-menu-circle-close img {
  width: 12px;
  height: 12px;
}
.desktop-menu-circle-close:hover {
  transform: rotate(90deg);
}

.desktop-menu-show-circle {
  height: 100vh;
  transform: translateX(-200vh);
  z-index: 4;
  position: fixed;
  top: 0;
  transition: transform 0.7s ease;
  transform-origin: center center;
}
.desktop-menu-show-circle.show {
  transform: translateX(-50vh);
  transition: transform 0.5s ease;
}
.desktop-menu-show-circle.show:focus-visible {
  outline: none;
}
.desktop-menu-show-circle.chapter1 #desktopMenuCircle {
  transform: rotate(0);
}
.desktop-menu-show-circle.chapter2 #desktopMenuCircle {
  transform: rotate(-40deg);
}
.desktop-menu-show-circle.chapter3 #desktopMenuCircle {
  transform: rotate(-80deg);
}
.desktop-menu-show-circle.chapter4 #desktopMenuCircle {
  transform: rotate(-120deg);
}
.desktop-menu-show-circle.chapter5 #desktopMenuCircle {
  transform: rotate(-160deg);
}
.desktop-menu-show-circle.chapter6 #desktopMenuCircle {
  transform: rotate(-200deg);
}
.desktop-menu-show-circle.chapter7 #desktopMenuCircle {
  transform: rotate(-240deg);
}
.desktop-menu-show-circle.chapter8 #desktopMenuCircle {
  transform: rotate(-280deg);
}
.desktop-menu-show-circle.chapter9 #desktopMenuCircle {
  transform: rotate(-320deg);
}
.desktop-menu-show-circle .div-live-chapter {
  background-color: #151514;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 5px;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  right: -125px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.desktop-menu-show-circle .div-live-chapter.rotated {
  background-color: transparent;
}
.desktop-menu-show-circle .div-live-chapter.rotated .p-here {
  opacity: 0;
}
.desktop-menu-show-circle .div-live-chapter .small-circle {
  height: 15px;
  width: 15px;
  background-color: #FF2B3D;
  border-radius: 50%;
}
.desktop-menu-show-circle .div-live-chapter .p-here {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #EFECE5;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#desktopMenuCircle {
  height: 110vh;
  margin-top: -5vh;
}
#desktopMenuCircle:focus-visible {
  outline: none !important;
}
#desktopMenuCircle .cls-2.active tspan {
  font-size: 9px;
  font-weight: 300;
  fill: #FFF5D9;
}
#desktopMenuCircle .cls-2 tspan {
  font-size: 8px;
  font-weight: 300;
  fill: #998F73;
  stroke: none;
}

#mobileMenuCircle {
  width: 100vw;
  max-width: 570px;
  height: auto;
  transform: scale(1.3);
}
#mobileMenuCircle .cls-4 {
  fill: #444443;
  stroke: none;
}

.tooltip-text-mobile {
  display: none;
}
@media (max-width: 768px) {
  .tooltip-text-mobile {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 12px !important;
    line-height: 150%;
    font-weight: 300;
  }
  .tooltip-text-mobile.mb-10 {
    margin-bottom: 10px !important;
  }
  .tooltip-text-mobile.mt-20 {
    margin-top: 20px !important;
  }
}
.tooltip-text-mobile.show-desktop {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 12px !important;
  line-height: 150%;
  font-weight: 300;
  margin-top: 30px !important;
}

.custom-tooltip {
  position: relative;
  cursor: help;
  font-weight: 600;
}

.custom-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  width: 250px;
  transform: translateX(-50%);
  background-color: #000000;
  color: #fff;
  padding: 6px 8px;
  border-radius: 0px;
  white-space: normal;
  word-wrap: break-word;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 150%;
  font-weight: 300;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999999;
}
@media (max-width: 768px) {
  .custom-tooltip::after {
    display: none;
  }
}

/* Show tooltip on hover */
.custom-tooltip:hover::after {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .custom-tooltip:hover::after {
    display: none;
  }
}

.table-with-chapter {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .table-with-chapter {
    display: none;
  }
}
.table-with-chapter table {
  width: 100%;
  margin-top: 30px;
}
.table-with-chapter table tr:last-child {
  border-top: 1px solid #D1CEC4;
}
.table-with-chapter table tr td {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 30px 5px;
  width: 25%;
  text-align: center;
  border-right: 1px solid #D1CEC4;
}
.table-with-chapter table tr td.no-border {
  border-right: none;
}

.welcome-banner-svg {
  width: 100%;
  margin-left: 280px;
  margin-top: -450px;
  overflow: hidden;
}
.welcome-banner-svg svg {
  transition: filter 0.3s ease;
}
.welcome-banner-svg.opacity svg {
  filter: contrast(0.5);
}
.welcome-banner-svg svg #stop-button-1, .welcome-banner-svg svg #stop-button-2, .welcome-banner-svg svg #stop-button-3, .welcome-banner-svg svg #stop-button-4 {
  display: none;
}
.welcome-banner-svg svg #stop-button-1.show, .welcome-banner-svg svg #stop-button-2.show, .welcome-banner-svg svg #stop-button-3.show, .welcome-banner-svg svg #stop-button-4.show {
  display: inline;
}
.welcome-banner-svg svg #play-button-1.hide, .welcome-banner-svg svg #play-button-2.hide, .welcome-banner-svg svg #play-button-3.hide, .welcome-banner-svg svg #play-button-4.hide {
  display: none;
}
@media (max-width: 1200px) {
  .welcome-banner-svg {
    margin-top: -350px;
  }
}
@media (max-width: 768px) {
  .welcome-banner-svg {
    margin-left: 0px;
    margin-top: -250px;
    padding-bottom: 50px;
  }
  .welcome-banner-svg svg {
    width: 120%;
  }
}
@media (max-width: 576px) {
  .welcome-banner-svg {
    margin-top: -200px;
    padding-bottom: 0px;
  }
  .welcome-banner-svg svg {
    width: 150%;
  }
}
@media (max-width: 377px) {
  .welcome-banner-svg {
    margin-top: -170px;
  }
}

.svg-mobile-menu-nav .cls-1 {
  fill: none;
}

.svg-mobile-menu-nav .cls-1, .svg-mobile-menu-nav .cls-2 {
  stroke: #998F73;
}

.svg-mobile-menu-nav .cls-3 {
  font-family: Inter;
  font-size: 12px;
  font-variation-settings: "opsz" 14, "wght" 300;
  stroke-width: 0;
  fill: #FFF5D9;
}

.svg-mobile-menu-nav .cls-4 {
  fill: #FFF5D9;
}

.svg-mobile-menu-nav .cls-5, .svg-mobile-menu-nav .cls-2 {
  fill: #151514;
}

#play-button-1, #play-button-2, #play-button-3, #stop-button-1, #stop-button-2, #stop-button-3 {
  cursor: pointer;
}

.footer-container {
  max-width: 2000px;
  margin: 0 auto;
}

.content-chapter9 .footer-mobile {
  display: none;
}
@media (max-width: 768px) {
  .content-chapter9 .footer-mobile {
    display: block;
    padding: 0;
    margin-top: 60px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 36px 20px;
  }
}

footer {
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 36px 20px;
  box-sizing: border-box;
  border-top: 1px solid #665C40;
}
@media (max-width: 768px) {
  footer.footer-desktop {
    display: none;
  }
}
footer.visible {
  display: block;
}
footer .content .content-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
footer .content .content-container.mobile {
  display: none;
}
footer .content .content-container .left {
  width: 40%;
}
footer .content .content-container .left .logo img {
  width: 132px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
  margin-bottom: 30px;
}
footer .content .content-container .left .text p {
  margin: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #ffffff;
  padding-bottom: 0px;
}
footer .content .content-container .right {
  width: 60%;
  text-align: right;
}
footer .content .content-container .right ul {
  margin: 0;
  margin-left: -40px;
  position: relative;
}
footer .content .content-container .right ul li {
  display: inline-block;
  list-style: none;
  padding-left: 20px;
}
footer .content .content-container .right ul li a {
  font-family: "Inter";
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #ffffff;
  cursor: pointer;
}
footer .content .content-container .right ul li a:hover {
  text-decoration: none;
  color: #ffffff;
}
footer .content .content-container .right ul li .footer-tooltip {
  position: absolute;
  background: #ffffff;
  color: #000000;
  border-radius: 10px;
  transition: all 300ms ease;
  padding: 3px 7px;
  top: -22px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.12px;
  opacity: 0;
  visibility: hidden;
}
footer .content .content-container .right ul li:hover .footer-tooltip {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  footer .content .content-container.desktop {
    display: none;
  }
  footer .content .content-container.mobile {
    display: block;
  }
  footer .content .content-container.mobile .top {
    display: flex;
    justify-content: space-between;
  }
  footer .content .content-container.mobile .top .top-left {
    width: 100%;
  }
  footer .content .content-container.mobile .top .top-left .logo img {
    width: 131px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 20px;
    position: relative;
    top: 3px;
  }
  footer .content .content-container.mobile .top .top-right {
    width: 100%;
    text-align: right;
  }
  footer .content .content-container.mobile .top .top-right ul {
    margin: 0;
    margin-left: -40px;
    position: relative;
    top: 1px;
  }
  footer .content .content-container.mobile .top .top-right ul li {
    display: inline-block;
    list-style: none;
  }
  footer .content .content-container.mobile .top .top-right ul li a {
    outline: 0;
    font-family: "Inter";
    text-decoration: none;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
    padding-left: 20px;
  }
  footer .content .content-container.mobile .top .top-right ul li a:hover {
    text-decoration: none;
    color: #ffffff;
  }
  footer .content .content-container .bottom {
    width: 100%;
  }
  footer .content .content-container .bottom p {
    opacity: 1;
    transform: translateY(0px);
  }
  footer .content .content-container .bottom ul {
    margin: 0;
    margin-left: 0px;
    padding-left: 0;
  }
  footer .content .content-container .bottom ul li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
  }
  footer .content .content-container .bottom ul li a {
    outline: 0;
    font-family: "Inter";
    font-style: normal;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
  }
  footer .content .content-container .bottom ul li a:hover {
    text-decoration: none;
    color: #ffffff;
  }
  footer .content .content-container .bottom ul li span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
  }
  footer .content .content-container .bottom .text {
    margin: 0;
    margin-top: 20px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
  }
}
@media (max-width: 576px) {
  footer {
    height: 100%;
  }
  footer .content .content-container.mobile .top .top-right {
    display: none;
  }
  footer .content .content-container.mobile .top .top-left .logo img {
    width: 108px;
    height: 31px;
  }
  footer .content .content-container.mobile .bottom ul {
    margin-left: 0px;
  }
  footer .content .content-container.mobile .bottom ul li {
    margin-right: 10px;
  }
  footer .content .content-container.mobile .bottom ul li:nth-of-type(4) {
    margin-top: 10px;
  }
}
footer.footer-version-1 {
  background: #EFECE5;
}
footer.footer-version-2 {
  background: #EFECE5;
}
footer.footer-version-2 .content .content-container .top .top-left .logo img {
  filter: invert(100);
}
footer.footer-version-2 .content .content-container .top .top-right ul li a {
  color: #444443;
}
footer.footer-version-2 .content .content-container .bottom ul li a,
footer.footer-version-2 .content .content-container .bottom ul li span {
  color: #444443;
}
footer.footer-version-2 .content .content-container .bottom .text {
  color: #444443;
}
footer.footer-version-2 .content .content-container .left ul li a,
footer.footer-version-2 .content .content-container .left ul li span,
footer.footer-version-2 .content .content-container .right ul li a,
footer.footer-version-2 .content .content-container .right ul li span {
  color: #444443;
}
footer.footer-version-2 .content .content-container .left .logo img,
footer.footer-version-2 .content .content-container .right .logo img {
  filter: invert(100);
}
footer.footer-version-2 .content .content-container .left .text p,
footer.footer-version-2 .content .content-container .right .text p {
  color: #444443;
}
footer.no-logo {
  height: 80px;
}
@media (max-width: 1024px) {
  footer.no-logo {
    height: 150px;
  }
  footer.no-logo .content .content-container.mobile .top .top-left {
    display: none;
  }
  footer.no-logo .content .content-container.mobile .top .top-right {
    margin-bottom: 20px;
    text-align: left;
  }
  footer.no-logo .content .content-container.mobile .top .top-right ul li a {
    padding-left: unset;
    padding-right: 20px;
  }
}

.chart-container {
  padding-bottom: 50px;
}
.chart-container.pb-0 {
  padding-bottom: 0;
}
.chart-container .chart-legend {
  margin-bottom: 20px;
  margin-top: 20px;
}
.chart-container .chart-legend .cl-circle {
  display: inline-block;
}
.chart-container .chart-legend .cl-circle .cl-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.chart-container .chart-legend .cl-circle .cl-dot.green-dot {
  background: #bccf00;
}
.chart-container .chart-legend .cl-circle .cl-dot.purple-dot {
  background: #8a75ff;
}
.chart-container .chart-legend .cl-circle .desc {
  color: #444443;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 133%;
}
.chart-container .chart-legend .cl-circle:nth-of-type(2) {
  margin-left: 30px;
}
.chart-container .main-chart-grid {
  margin-top: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 30px;
  margin-top: 25px;
}
.chart-container .main-chart-grid .chart-grid .chart-grid-two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 30px;
}
.chart-container .main-chart-grid .chart-grid .chart-grid-two-col .chart-content {
  position: relative;
}
.chart-container .main-chart-grid .chart-grid .chart-grid-two-col .chart-content .chart.dots-chart {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(10, 1fr);
  grid-auto-flow: row;
  gap: 6px;
  width: auto;
  direction: ltr;
  margin-top: 15px;
}
.chart-container .main-chart-grid .chart-grid .chart-grid-two-col .chart-content .chart.dots-chart .dots {
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.chart-container .main-chart-grid .chart-grid .chart-grid-two-col .chart-content .dots-percentage {
  margin-top: 20px;
  color: #151514;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
  opacity: 1 !important;
  transform: translateY(0px) !important;
}
.chart-container .main-chart-grid .chart-grid .chart-grid-two-col .chart-content:nth-child(odd) .chart.dots-chart .dots {
  background: #e5dbbf;
}
.chart-container .main-chart-grid .chart-grid .chart-grid-two-col .chart-content:nth-child(odd) .chart.dots-chart .dots.active {
  background: #bccf00;
}
.chart-container .main-chart-grid .chart-grid .chart-grid-two-col .chart-content:nth-child(even) .chart.dots-chart .dots {
  background: #e5dbbf;
}
.chart-container .main-chart-grid .chart-grid .chart-grid-two-col .chart-content:nth-child(even) .chart.dots-chart .dots.active {
  background: #8a75ff;
}
.chart-container .main-chart-grid .chart-grid .main-title {
  color: #151514;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 117%;
  margin-bottom: 0px;
  opacity: 1 !important;
  transform: translateY(0px) !important;
}
@media (max-width: 576px) {
  .chart-container .main-chart-grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0;
    gap: 20px;
  }
  .chart-container .main-chart-grid .chart-grid .chart-grid-two-col {
    gap: 20px;
  }
  .chart-container .main-chart-grid .chart-grid .chart-grid-two-col .chart-content .chart.dots-chart {
    gap: 4px;
  }
  .chart-container .main-chart-grid .chart-grid .chart-grid-two-col .chart-content .dots-percentage {
    font-size: 12px;
  }
  .chart-container .main-chart-grid .chart-grid .main-title {
    font-size: 13px;
  }
}
.chart-container .main-chart-radar-ping {
  padding-top: 10px;
  position: relative;
}
.chart-container .main-chart-radar-ping.margin-top {
  margin-top: 30px;
}
.chart-container .main-chart-radar-ping.margin-bottom {
  margin-bottom: 30px;
}
.chart-container .main-chart-radar-ping h3 {
  color: #151514;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  opacity: 1 !important;
  transform: translateY(0px) !important;
}
.chart-container .main-chart-radar-ping .subtitle {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 125%;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: -7px;
  color: #151514;
}
.chart-container .main-chart-radar-ping .chart-info {
  position: absolute;
  width: 170px;
  top: 140px;
  right: 30px;
  z-index: 10;
}
.chart-container .main-chart-radar-ping .chart-info p {
  color: #444443;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  text-align: right;
}
.chart-container .main-chart-radar-ping .chart-info p b {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .chart-container .main-chart-radar-ping .chart-info {
    width: 100px;
    top: 140px;
    right: 10px;
  }
  .chart-container .main-chart-radar-ping .chart-info p {
    font-size: 11px;
    margin-bottom: 0;
  }
}
@media (max-width: 377px) {
  .chart-container .main-chart-radar-ping .chart-info {
    width: 80px;
    top: 140px;
    right: 5px;
  }
  .chart-container .main-chart-radar-ping .chart-info p {
    font-size: 9px;
    margin-bottom: 0;
  }
}
.chart-container .main-chart-radar-ping .flex-chart .hide {
  opacity: 0;
  visibility: hidden;
  margin-top: 0px;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content {
  display: flex;
  width: 100%;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.margin-top-spacing {
  margin-top: 20px;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-title-desc {
  width: 200px;
  padding-right: 50px;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-title-desc.force-remove {
  width: 0;
  padding-right: 0;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui {
  width: calc(100% - 200px);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 10px;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui.force-width {
  width: 100%;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line {
  position: absolute;
  width: 100%;
  height: 2px;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line:before {
  content: "";
  position: absolute;
  width: calc(100% - 0.2px);
  height: 2px;
  display: block;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.33) 30%, rgba(0, 0, 0, 0) 20%);
  background-position: center;
  background-size: 3px 1px;
  background-repeat: repeat-x;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point {
  position: absolute;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point .point-val {
  color: #151514;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: -7px;
  z-index: 10;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-a .point-val {
  left: -35px;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-a .radar-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: 5;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-a .radar-circle:nth-of-type(1) {
  transform: translate(-55%, -43%);
  width: 15px;
  height: 15px;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-a .radar-circle:nth-of-type(2) {
  transform: translate(-55%, -45%);
  width: 25px;
  height: 25px;
  opacity: 0.9;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-a .radar-circle:nth-of-type(3) {
  transform: translate(-54%, -46%);
  width: 35px;
  height: 35px;
  opacity: 0.8;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-a .radar-circle:nth-of-type(4) {
  transform: translate(-53%, -47%);
  width: 45px;
  height: 45px;
  opacity: 0.7;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-a .radar-circle:nth-of-type(5) {
  transform: translate(-53%, -47%);
  width: 55px;
  height: 55px;
  opacity: 0.6;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-a .radar-circle:nth-of-type(6) {
  transform: translate(-53%, -47%);
  width: 65px;
  height: 65px;
  opacity: 0.5;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-a .radar-circle:nth-of-type(7) {
  transform: translate(-53%, -47%);
  width: 75px;
  height: 75px;
  opacity: 0.4;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-a .radar-circle:nth-of-type(8) {
  transform: translate(-53%, -47%);
  width: 85px;
  height: 85px;
  opacity: 0.3;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-a .radar-circle:nth-of-type(9) {
  transform: translate(-53%, -47%);
  width: 95px;
  height: 95px;
  opacity: 0.2;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-b .point-val {
  left: 9px;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-b .radar-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: 5;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-b .radar-circle:nth-of-type(1) {
  transform: translate(-58%, -43%);
  width: 15px;
  height: 15px;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-b .radar-circle:nth-of-type(2) {
  transform: translate(-55%, -45%);
  width: 25px;
  height: 25px;
  opacity: 0.9;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-b .radar-circle:nth-of-type(3) {
  transform: translate(-54%, -46%);
  width: 35px;
  height: 35px;
  opacity: 0.8;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-b .radar-circle:nth-of-type(4) {
  transform: translate(-53%, -47%);
  width: 45px;
  height: 45px;
  opacity: 0.7;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-b .radar-circle:nth-of-type(5) {
  transform: translate(-53%, -47%);
  width: 55px;
  height: 55px;
  opacity: 0.6;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-b .radar-circle:nth-of-type(6) {
  transform: translate(-53%, -47%);
  width: 65px;
  height: 65px;
  opacity: 0.5;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-b .radar-circle:nth-of-type(7) {
  transform: translate(-53%, -47%);
  width: 75px;
  height: 75px;
  opacity: 0.4;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-b .radar-circle:nth-of-type(8) {
  transform: translate(-53%, -47%);
  width: 85px;
  height: 85px;
  opacity: 0.3;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-b .radar-circle:nth-of-type(9) {
  transform: translate(-53%, -47%);
  width: 95px;
  height: 95px;
  opacity: 0.2;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point .point-desc {
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 117%;
  position: absolute;
  top: -45px;
  left: 7px;
  width: -moz-max-content;
  width: max-content;
  display: none;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point .point-desc.show {
  display: block;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point .vertical-line-chart {
  position: absolute;
  height: 43px;
  width: 1px;
  bottom: 0;
  display: none;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point .vertical-line-chart.show {
  display: block;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point .vertical-line-chart.lime {
  left: -1.5px;
  background: #bccf00;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point .vertical-line-chart.purple {
  left: -1.5px;
  background: #8a75ff;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .connecting-line {
  position: absolute;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  z-index: 1;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .connecting-line:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  left: -4px;
  top: -2px;
  border-radius: 50%;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .connecting-line:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  right: -2px;
  top: -2px;
  border-radius: 50%;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .interval {
  position: relative;
  background: rgba(254, 255, 53, 0.3);
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .interval .percentage-text {
  color: #7b7b7b;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  display: inline-block;
  top: 25px;
  left: -11px;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .interval.hide span {
  opacity: 0;
  pointer-events: none;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-title-desc.font-color span {
  color: #444443;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-title-desc span {
  color: #151514;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.top-chart .chart-ui .line .location-point.point-a .radar-circle, .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.middle-chart .chart-ui .line .location-point.point-a .radar-circle {
  border: solid 1px #bccf00;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.top-chart .chart-ui .line .location-point.point-b .radar-circle, .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.middle-chart .chart-ui .line .location-point.point-b .radar-circle {
  border: solid 1px #8a75ff;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.top-chart .chart-ui .line .location-point.alt-color.point-a .radar-circle, .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.middle-chart .chart-ui .line .location-point.alt-color.point-a .radar-circle {
  border: solid 1px #8a75ff;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.top-chart .chart-ui .line .location-point.alt-color.point-b .radar-circle, .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.middle-chart .chart-ui .line .location-point.alt-color.point-b .radar-circle {
  border: solid 1px #bccf00;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.top-chart .chart-ui .line .connecting-line, .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.middle-chart .chart-ui .line .connecting-line {
  background: #8a75ff;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.top-chart .chart-ui .line .connecting-line:before, .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.middle-chart .chart-ui .line .connecting-line:before {
  background: #bccf00;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.top-chart .chart-ui .line .connecting-line:after, .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.middle-chart .chart-ui .line .connecting-line:after {
  background: #8a75ff;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.top-chart .chart-ui .line .connecting-line.alt-color, .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.middle-chart .chart-ui .line .connecting-line.alt-color {
  background: #bccf00;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.top-chart .chart-ui .line .connecting-line.alt-color:before, .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.middle-chart .chart-ui .line .connecting-line.alt-color:before {
  background: #8a75ff;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.top-chart .chart-ui .line .connecting-line.alt-color:after, .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.middle-chart .chart-ui .line .connecting-line.alt-color:after {
  background: #bccf00;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.top-chart .interval .percentage-text, .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.middle-chart .interval .percentage-text {
  opacity: 0;
  pointer-events: none;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.middle-chart {
  margin-top: 20px;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart .chart-ui .line .location-point.point-a .radar-circle {
  border: solid 1px #bccf00;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart .chart-ui .line .location-point.point-b .radar-circle {
  border: solid 1px #8a75ff;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart .chart-ui .line .location-point.alt-color.point-a .radar-circle {
  border: solid 1px #8a75ff;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart .chart-ui .line .location-point.alt-color.point-b .radar-circle {
  border: solid 1px #bccf00;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart .chart-ui .line .connecting-line {
  background: #8a75ff;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart .chart-ui .line .connecting-line.purple {
  background: #8a75ff;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart .chart-ui .line .connecting-line:before {
  background: #bccf00;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart .chart-ui .line .connecting-line:after {
  background: #8a75ff;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart .chart-ui .line .connecting-line.alt-color {
  background: #bccf00;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart .chart-ui .line .connecting-line.alt-color:before {
  background: #8a75ff;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart .chart-ui .line .connecting-line.alt-color:after {
  background: #bccf00;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart .interval .percentage-text .percentage-symbol {
  display: none;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart .interval:nth-of-type(3) .percentage-text .percentage-symbol {
  display: inline;
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart .interval:not(.hide) .vertical-line {
  position: absolute;
  width: 1px;
  bottom: 4px;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  left: -1.5px;
}
@media (max-width: 576px) {
  .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart.percentage-adjustment[data-chart=engagement] .percentage-text {
    top: 81px !important;
  }
  .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart.percentage-adjustment[data-chart=fulfillment] .percentage-text {
    top: 60px !important;
  }
  .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart.percentage-adjustment[data-chart=workers-grow] .percentage-text {
    top: 40px !important;
  }
  .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart.percentage-adjustment[data-chart=continuous-learning] .percentage-text {
    top: 60px !important;
  }
  .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.bottom-chart.percentage-adjustment[data-chart=emerging-market-leaders] .percentage-text {
    top: 45px !important;
  }
}
.chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content.remove-percentage-text .interval .percentage-text {
  opacity: 0;
  pointer-events: none;
}
.chart-container .main-chart-radar-ping .radar-chart-legend {
  display: block;
}
.chart-container .main-chart-radar-ping .radar-chart-legend .cl-circle {
  display: inline-block;
}
.chart-container .main-chart-radar-ping .radar-chart-legend .cl-circle .cl-dot {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.chart-container .main-chart-radar-ping .radar-chart-legend .cl-circle .cl-dot.bar {
  width: 13px;
  height: 4px;
  top: -2px;
  border-radius: 0;
}
.chart-container .main-chart-radar-ping .radar-chart-legend .cl-circle .cl-dot.green-dot {
  background: #bccf00;
}
.chart-container .main-chart-radar-ping .radar-chart-legend .cl-circle .cl-dot.purple-dot {
  background: #8a75ff;
}
.chart-container .main-chart-radar-ping .radar-chart-legend .cl-circle .desc {
  color: #444443;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 133%;
}
.chart-container .main-chart-radar-ping .radar-chart-legend .cl-circle:nth-of-type(2) {
  margin-left: 30px;
}
@media (max-width: 576px) {
  .chart-container .main-chart-radar-ping .radar-chart-legend.mobile-override .cl-circle {
    display: block;
  }
  .chart-container .main-chart-radar-ping .radar-chart-legend.mobile-override .cl-circle:nth-of-type(2) {
    margin-left: unset;
  }
  .chart-container .main-chart-radar-ping .radar-chart-legend.mobile-override .cl-circle.flex-override {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
  }
  .chart-container .main-chart-radar-ping .radar-chart-legend.mobile-override .cl-circle.flex-override .desc {
    grid-area: 1/3;
    padding-left: 4px;
  }
}
@media (max-width: 576px) {
  .chart-container .main-chart-radar-ping h3 {
    font-size: 13px;
  }
  .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-title-desc {
    padding-right: 10px;
    width: 100px;
  }
  .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-title-desc span {
    font-size: 12px;
  }
  .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui {
    width: calc(100% - 100px);
  }
  .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point.point-a .point-val {
    font-size: 11px;
    left: -28px;
  }
  .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point .vertical-line-chart,
  .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .line .location-point .point-desc {
    display: none;
  }
  .chart-container .main-chart-radar-ping .flex-chart .radar-ping-chart-content .chart-ui .interval .percentage-text {
    font-size: 11px;
    top: 22px;
  }
}
.chart-container .main-chart-radar-ping-without-lines {
  padding-top: 10px;
  position: relative;
}
.chart-container .main-chart-radar-ping-without-lines .chart-info {
  position: absolute;
  width: 170px;
  top: 45px;
  left: 320px;
  z-index: 10;
}
.chart-container .main-chart-radar-ping-without-lines .chart-info p {
  color: #444443;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.chart-container .main-chart-radar-ping-without-lines .chart-info p b {
  color: #000;
}
@media (max-width: 576px) {
  .chart-container .main-chart-radar-ping-without-lines .chart-info {
    width: 150px;
    top: 35px;
    left: 140px;
  }
  .chart-container .main-chart-radar-ping-without-lines .chart-info p {
    font-size: 11px;
    margin-bottom: 0;
  }
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart {
  position: relative;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines {
  display: flex;
  width: 100%;
  padding-top: 20px;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-title-desc {
  width: 250px;
  padding-right: 50px;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui {
  width: calc(100% - 250px);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 10px;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .line {
  position: absolute;
  width: 100%;
  height: 2px;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .line:before {
  content: "";
  position: absolute;
  width: calc(100% - 0.2px);
  height: 2px;
  display: block;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.33) 30%, rgba(0, 0, 0, 0) 20%);
  background-position: center;
  background-size: 3px 1px;
  background-repeat: repeat-x;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .line .location-point {
  position: absolute;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .line .location-point .point-val {
  color: #000;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  top: -7px;
  z-index: 10;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .line .location-point .point-val.pv-single-point {
  left: 7px;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .line .location-point.point-a .radar-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: 5;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .line .location-point.point-a .radar-circle:nth-of-type(1) {
  transform: translate(-55%, -43%);
  width: 15px;
  height: 15px;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .line .location-point.point-a .radar-circle:nth-of-type(2) {
  transform: translate(-53%, -45%);
  width: 25px;
  height: 25px;
  opacity: 0.9;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .line .location-point.point-a .radar-circle:nth-of-type(3) {
  transform: translate(-53%, -46%);
  width: 35px;
  height: 35px;
  opacity: 0.8;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .line .location-point.point-a .radar-circle:nth-of-type(4) {
  transform: translate(-53%, -47%);
  width: 45px;
  height: 45px;
  opacity: 0.7;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .line .location-point.point-a .radar-circle:nth-of-type(5) {
  transform: translate(-53%, -47%);
  width: 55px;
  height: 55px;
  opacity: 0.6;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .line .location-point.point-a .radar-circle:nth-of-type(6) {
  transform: translate(-53%, -47%);
  width: 65px;
  height: 65px;
  opacity: 0.5;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .line .location-point.point-a .radar-circle:nth-of-type(7) {
  transform: translate(-53%, -47%);
  width: 75px;
  height: 75px;
  opacity: 0.4;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .line .location-point.point-a .radar-circle:nth-of-type(8) {
  transform: translate(-53%, -47%);
  width: 85px;
  height: 85px;
  opacity: 0.3;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .line .location-point.point-a .radar-circle:nth-of-type(9) {
  transform: translate(-53%, -47%);
  width: 95px;
  height: 95px;
  opacity: 0.2;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .line .connecting-line {
  position: absolute;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  z-index: 1;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .line .connecting-line:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  left: -4px;
  top: -2px;
  border-radius: 50%;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .interval {
  position: relative;
  background: rgba(254, 255, 53, 0.3);
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .interval .percentage-text {
  color: #7b7b7b;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  display: inline-block;
  top: 20px;
  left: -11px;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .interval.hide span {
  opacity: 0;
  pointer-events: none;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-title-desc span {
  color: #444443;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.top-chart .chart-ui .line .location-point.point-a .radar-circle {
  border: solid 1px #8a75ff;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.top-chart .chart-ui .line .location-point.point-a .radar-circle.grey {
  border: solid 1px #999;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.top-chart .chart-ui .line .location-point.point-a .radar-circle.lime {
  border: solid 1px #bccf00;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.top-chart .chart-ui .line .connecting-line:before {
  background: #8a75ff;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.top-chart .chart-ui .line .connecting-line.grey:before {
  background: #999;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.top-chart .chart-ui .line .connecting-line.lime:before {
  background: #bccf00;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.top-chart .interval span {
  opacity: 0;
  pointer-events: none;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.middle-chart .chart-ui .line .location-point.point-a .radar-circle {
  border: solid 1px #8a75ff;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.middle-chart .chart-ui .line .location-point.point-a .radar-circle.grey {
  border: solid 1px #999;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.middle-chart .chart-ui .line .location-point.point-a .radar-circle.lime {
  border: solid 1px #bccf00;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.middle-chart .chart-ui .line .connecting-line:before {
  background: #8a75ff;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.middle-chart .chart-ui .line .connecting-line.grey:before {
  background: #999;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.middle-chart .chart-ui .line .connecting-line.lime:before {
  background: #bccf00;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.middle-chart .interval span {
  opacity: 0;
  pointer-events: none;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.bottom-chart .chart-ui .line .location-point.point-a .radar-circle {
  border: solid 1px #8a75ff;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.bottom-chart .chart-ui .line .location-point.point-a .radar-circle.grey {
  border: solid 1px #999;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.bottom-chart .chart-ui .line .location-point.point-a .radar-circle.lime {
  border: solid 1px #bccf00;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.bottom-chart .chart-ui .line .connecting-line:before {
  background: #8a75ff;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.bottom-chart .chart-ui .line .connecting-line.grey:before {
  background: #999;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.bottom-chart .chart-ui .line .connecting-line.lime:before {
  background: #bccf00;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.bottom-chart .interval .percentage-text .percentage-symbol {
  display: none;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.bottom-chart .interval:nth-of-type(3) .percentage-text .percentage-symbol {
  display: inline;
}
.chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.bottom-chart .interval:not(.hide) .vertical-line {
  position: absolute;
  width: 1px;
  bottom: 4px;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  left: -1.5px;
}
@media (max-width: 576px) {
  .chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines.bottom-chart.percentage-adjustment[data-chart=pandemic-era] .percentage-text {
    top: 60px !important;
  }
}
@media (max-width: 576px) {
  .chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui {
    width: calc(100% - 100px);
  }
  .chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .interval .percentage-text {
    font-size: 11px;
  }
  .chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-ui .line .location-point .point-val {
    font-size: 11px;
  }
  .chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-title-desc {
    padding-right: 10px;
    width: 100px;
  }
  .chart-container .main-chart-radar-ping-without-lines .flex-chart .radar-ping-chart-content-without-lines .chart-title-desc span {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .chart-container {
    width: 100%;
    padding: 0;
  }
  .chart-container .charts-radar-ping,
  .chart-container .charts-radar-ping-without-lines {
    padding: 0 0 30px 0;
  }
}

.chart-mid-sentence {
  margin-top: 30px !important;
}/*# sourceMappingURL=custom.css.map */