@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

.body {
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  min-height: 100%;
  min-width: 800px;
  background: linear-gradient(to right, #25398b, #2d58af) 0 100%;
  background-repeat: no-repeat;
  color: #2d58af;
  background-color: #2d58af;
  overflow-x: hidden;
  line-height: normal;
}

.document-container {
  background: linear-gradient(to right, #25398b, #2d58af) 0 100%;
  right: 0;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;  
  /* width: 100%; */  
}

/* .cover-page-container {
  width: 1140px;  
  height: 642px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;  
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: lexend;  
} */

.page-container {
  position: relative;
  /* width: 1440px; */
  /* max-width: 1600px;
  min-width: 1000px; */
  overflow: visible;  
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-family: lexend;
  padding: 80px 52px 88px 52px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  font-size: 11px;
  font-weight: 300;
  line-height: 1.4;
  z-index: 2;
}

.cover-page-container {
  max-width: 1180px;
  min-width: 1000px;
  height: 642px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: lexend;
}

/* @media screen and (max-width: 1380px) {
  .subtitle{
    font-size: 11px;
  }
  .pt-small{
    font-size: 10.4px;
  }  
  .pt-tiny{
    font-size: 9.8px;
  }   
} */

/* .cover-page-container {
  width: 1140px;  
  height: 642px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;  
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: lexend;  
}

.page-container {
  position: relative;
  width: 1140px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;  
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-family: lexend;
  padding: 80px 52px 88px 52px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  font-size: 11px;
  font-weight: 300;
  line-height: 1.4;
  z-index: 3;  
}  */


.page-body {
  height: 100%;
  width: 1100px;
  margin-right: 55px;
}

.b0 {
  border: 0px;
}

.header-container {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.cover-page-header {
  font-size: 25px;
  font-weight: 200;
}

.cover-page-client-name {
  font-size: 25px;
  font-weight: 600;
}

.cover-page-date {
  font-size: 16px;
  font-weight: 200;
  opacity: 0.5;
}

.header-right-item {
  right: 0;
  position: absolute;
}

.header-left-item {
  /* flex: 0 0 auto; */
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;

}

.page-title {
  flex: 0 0 auto;
  font-size: 34px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  padding-bottom: 26px;
  line-height: 1.4;
}

.head-accordion{
  display: flex;
  flex-direction: row;
  padding: 24px;
  margin: 0 52px;  
  justify-content: space-between;
  align-items: center;  
}

.title-accordion{
  font-size: 25px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 1.6;
}

.accordion-icon{
  width: 131px;
  height: 100%;
  background-color: rgba(0, 175, 239, 0.8);
}
.accordion-icon img{
  width: 74%;
}

.accordion-inner-padding{
  padding-top: 160px;
}

.w100{
  width: 100%;
}

.h100{
  height: 100%;
}

.br4{
  border-radius: 4px;
}

.accordion-height{
  height: 138px;
}

.logo img {
  width: 170px;
}

.page-content-container {
  height: 376px;
  overflow: hidden;
  display: flex;
}

.general-height {
  height: 478px;
  overflow: visible;
  position: relative;
}

.full-height {
  height: 560px;
}

.max-height {
  height: 644px;
}

.huge-height {
  height: 684px;
}

.max-height-custom {
  height: 600px;
}



/* .content-left-side-container {
  flex: 0 0 auto;
  width: 44%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2%;
  padding: 2.5% 2.8% 2.5% 2.8%;
  background-color: #f0f1f5;
  border-radius: 8px;
  margin: 30px 6% 40px 0;
  box-shadow: 0px 0px 10px 10px rgba(6, 18, 71, .08);
}

.content-right-side-container-transparent {
  width: 49.0%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.0% 0 2.0% 0;
  margin-left: 2%;
} */

.content-left-side-container-transparent-border {
  width: 49.0%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.0% 0% 2.0% 0%;
  margin-right: 2%;
  border-radius: 8px;
  border: solid 1px rgba(255, 255, 255, 0.2);
}

.margin-20 {
  margin: 16px 6% 20px 0;
}

.gap {
  gap: 2%;
}

.content-container-column {
  display: flex;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.content-container {
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.content-container-row {
  display: flex;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.full {
  width: 100%;
  height: 100%;
}

.height-100 {
  height: 100%;
}

.height-80 {
  height: 80%;
}

.height-50 {
  height: 50%;
}

.height-20 {
  height: 20%;
}

.chart-title {
  color: #272a31;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.27;
  padding: 0;
  margin: 0;
  align-self: flex-start;
}



.content-chart {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.border-left{
  border-left: 1px;
  border-right: 0px;  
  border-top: 0px;
  border-bottom: 0px;
  border-style: solid;
  border-image: 
    linear-gradient(
      to bottom, 
      rgba(255, 255, 255, 0.0) 0%,
      rgba(255, 255, 255, 0.15) 10%,
      rgba(255, 255, 255, 0.15) 90%,
      rgba(255, 255, 255, 0.0) 100%
    ) 1 ;
}

.content-chart-single {
  width: 100%;
  height: 330px;
}

.width-30 {
  width: 32%;
  margin-right: 1.5%;
}

.width-4-points {
  width: 31.0%;
}

.width-4-points-central {
  width: 30.8%;
}

.width-40 {
  width: 46%;
}

.width-50 {
  width: 48%;
}

.width-narrow {
  width: 33.4%;
  margin-left: 2%;
}

.width-large {
  width: 61%;
}

.width-60 {
  width: 54%;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin: 66px 1% 30px 0;
}

.icon-width {
  /*  width: 58px;*/
  width: 54px;
  opacity: 0.7;
}

.bg-image-center {
  background-position: center;
}

.width-100 {
  width: 93.5%;
  margin: 0px 0 4px 0;
  padding: 3.5% 2.5%;
}

.sources-text {
  color: rgba(223, 226, 240, 0.85);
  font-size: 10.5px;
  font-weight: 200;
  font-style: normal;
  line-height: 1.27;
  padding: 0;
  margin: 0;
}

.sources-container {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  justify-content: center;
  /* height: 61px; */
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.sources-container-row {
  display: flex;
  width: 96%;
  margin: 0;
  height: 66px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.wrapper>div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px 7px 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.wrapper-bar {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 1px;
}

.wrapper-bar>div {
  width: 13px;
  height: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.wrapper2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.wrapper2>div {
  height: 49%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.grid-container, .grid-container-auto {
  display: grid;
  height: 100%;
  width: 100%;
  grid-gap: 0;
  grid-template-areas:
    ' Side  . . .'
    ' Side  Body Body Body'
    ' .  Legend Legend Legend';

  grid-template-rows: 1fr 6.0fr 3fr;
  grid-template-columns: 1fr 4fr 4fr 4fr;
}

.cap {
  text-transform: uppercase;
}

.grid-container>div {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  position: relative;  
}

.grid-container>.flex-start {
  display: flex;
  align-items: start;
  justify-content: center;
  position: relative;
}

.grid-container>.justify-start {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  position: relative;
}

.grid-container-auto>div {
  display: flex;
  align-items: start;
  position: relative; 
  overflow: auto;  
}


.paragraph-text-smallest {
  color: rgba(223, 226, 240, 0.7);
  font-size: 8px;
  font-weight: 200;
  line-height: 1.3;
  padding: 0;
  margin: 0;
}

.paragraph-text-small-first {
  color: rgb(223, 226, 240);
  font-size: 10px;
  font-weight: 300;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  padding: 5px 0 4px 0;
}

.pt-tiny {
  color: rgba(223, 226, 240, 0.85);
  font-size: 10.5px;
  font-weight: 300;
  line-height: 1.27;
  padding-bottom: 8px;
  margin: 0;
  /*  width: 100%; */
}

.paragraph-text-smallest {
  color: rgb(223, 226, 240);
  font-size: 8.6px;
  font-weight: 200;
  line-height: 1.20;
  padding: 0;
  margin: 0;
}

.paragraph-text-legend {
  color: rgba(255, 255, 255, 0.9);
  font-size: 9px;
  font-weight: 300;
  line-height: 1.20;
  margin: 0;
}

.legend-color {
  height: 10px;
  width: 10px;
  display: flex;
  border-radius: 50%;
  margin-bottom: 0px;
}

.legend-color-small {
  height: 4px;
  width: 4px;
  display: flex;
  border-radius: 50px;
  margin-bottom: 2px;
}

.legend-point {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
}

.pt-small {
  color: rgba(223, 226, 240, 0.85);
  font-size: 11.4px;
  font-weight: 300;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  padding-bottom: 8px;
  z-index: 3;
  /*  width: 100%; */
}

ul>.pt-mid{
  padding-bottom: 12px;
}

.absolute_center{
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

.pt-mid {
  color: rgba(223, 226, 240, 0.85);
  font-size: 12.6px;
  font-weight: 300;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  padding-bottom: 8px;
  z-index: 3;
  /*  width: 100%; */
}

.white{
  color: white;  
}

.pt-mid b,
strong {
  color: white;
  font-weight: 500;
}

.small-title {
  text-align: center;
  padding: 0;
  color: white;
}

.paragraph-text-profile {
  color: rgb(223, 226, 240);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}

.subtitle-section-cover {
  color: #bfc3d8;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  padding: 8px 20px 0 20px;
  margin: 0;
}

.img-section-cover {
  width: 162px;
}

.center {
  align-items: center;
  justify-content: center;
}

.opacity-half {
  opacity: 0.4;
}

.paragraph-text-mid {
  color: rgb(223, 226, 240);
  font-size: 10px;
  font-weight: 300;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  padding-bottom: 16px;
}

.subtitle {
  font-size: 12.6px;
  font-weight: 500;
  margin: 8px 0px 8px 0px;
  line-height: 1.4;
}



.margin8 {
 margin: 8px 4px;
}

.margin6 {
 margin: 6px 2px;
}

.margin4 {
margin: 4px 0px;
}

.thin {
  font-weight: 300;
  opacity: 0.8;
}

.pt-tiny b,
strong {
  color: white;
  font-weight: 500;
}

.pt-small b,
strong {
  color: white;
  font-weight: 500;
}

.subtitle-big {
  font-size: 17px;
  font-weight: 500;
  /*margin: 6px 0px 6px 0px;*/
}

.subtitle-mid {
  font-size: 15px;
  font-weight: 500;
  margin: 8px 0px 8px 0px;
}

.subtitle-heatmap {
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  padding: 0 6%;
  margin: 0;
}

.bold-text {
  color: #ffffff;
  font-weight: 500;
}

.ligth{
  font-weight: 300;  
}

.opacity-70
{
  opacity: 0.7;
}

.bold-text2 {
  color: #ffffff;
}

.text-center {
  text-align: center;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.padding-zero {
  padding: 0;
}

.bar {
  height: 12px;
  width: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 1px;
}

ul {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.26;
  list-style-type: disc;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-y: auto;
  list-style-type: square;
  width: 93%;

  @-moz-document url-prefix() {
    scrollbar-width: thin;
    scrollbar-color: rgba(28, 36, 82, 1) rgba(255, 255, 255, 0.1);
  }

  /* width */
  &::-webkit-scrollbar {
    width: 6px;
    height: 5px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    /*#f1f1f1;*/
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #1c2452;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

li::marker {
  color: #00b0f0;
}

li.li-check::marker {
  color: #a9d18e;
}

ul.li-check {
  list-style-type: '\2713   ';
}

ul.disk {
  list-style-type: disc;
}

ol {
  color: rgb(223, 226, 240);
  font-size: 10px;
  font-weight: 300;
  line-height: 1.26;
  padding-inline-start: 13px;
  margin-block-start: 0;
  margin-block-end: 0;
  overflow: hidden;
  text-overflow: ellipsis;

  overflow-y: auto;

  @-moz-document url-prefix() {
    scrollbar-width: thin;
    scrollbar-color: rgba(28, 36, 82, 1) rgba(255, 255, 255, 0.1);
  }

  /* width */
  &::-webkit-scrollbar {
    width: 6px;
    height: 5px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    /*#f1f1f1;*/
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #1c2452;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

ul li {
  margin-top: 6px;
}

a:link {
  color: rgb(223, 226, 240);
  text-decoration-color: #8e95c0;
}

a:visited {
  color: rgb(223, 226, 240);
}

a:hover {
  color: rgb(223, 226, 240);
}

.download-text {
  color: rgba(223, 226, 240, 0.5);
  font-size: 9px;
  font-weight: 200;
  line-height: 1.20;
  margin: 0;
  position: absolute;
  top: -15px;
  right: 3px;
}

.columns-background {
  background-color: rgba(5, 8, 52, 0.15);
  padding: 8px;
  border-radius: 4px;
}

.flex-column{
  flex-direction: column;  
}
.flex-row{
  flex-direction: row;
}

.display_none{
  display:none!Important;  
}

.display_flex{
  display:flex!Important;  
}

.paragraph-background {
  background-color: rgba(5, 8, 52, 0.15);
  /*  padding: 0.8% 1.8% 0.8% 1.8%;*/
  padding: 7px 14px 7px 14px;
  margin: 0;
  border-radius: 4px;
  overflow: auto;

  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;

  /* Opera/IE 8+ */
  @-moz-document url-prefix() {
    scrollbar-width: thin;
    scrollbar-color: rgba(28, 36, 82, 1) rgba(255, 255, 255, 0.1);
  }

  /* width */
  &::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    /*#f1f1f1;*/
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #1c2452;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

}

.text-right{
  text-align: right;
}

.pb-mid {
  background-color: rgba(5, 8, 52, 0.15);
  /*  padding: 0.8% 1.8% 0.8% 1.8%;*/
  padding: 12px 18px 12px 18px;
  margin: 0;
  border-radius: 6px;
  overflow: auto;

  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;

  /* Opera/IE 8+ */
  @-moz-document url-prefix() {
    scrollbar-width: thin;
    scrollbar-color: rgba(28, 36, 82, 1) rgba(255, 255, 255, 0.1);
  }

  /* width */
  &::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    /*#f1f1f1;*/
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #1c2452;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

}

.pb-square {
  background-color: rgba(5, 8, 52, 0.15);
  /*  padding: 0.8% 1.8% 0.8% 1.8%;*/
  padding: 2px 8px 2px 8px;
  margin: 0;
  border-radius: 0px;
  overflow: auto;

  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;

  /* Opera/IE 8+ */
  @-moz-document url-prefix() {
    scrollbar-width: thin;
    scrollbar-color: rgba(28, 36, 82, 1) rgba(255, 255, 255, 0.1);
  }

  /* width */
  &::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    /*#f1f1f1;*/
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #1c2452;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

}

.pb-square-mid {
  background-color: rgba(5, 8, 52, 0.15);
  /*  padding: 0.8% 1.8% 0.8% 1.8%;*/
  padding: 12px 18px 12px 18px;
  margin: 0;
  border-radius: 0px;
  overflow: auto;

  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;

  /* Opera/IE 8+ */
  @-moz-document url-prefix() {
    scrollbar-width: thin;
    scrollbar-color: rgba(28, 36, 82, 1) rgba(255, 255, 255, 0.1);
  }

  /* width */
  &::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    /*#f1f1f1;*/
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #1c2452;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

}

.paragraph-background-light {
  background-color: rgba(255, 255, 255, 0.05);
  /*  padding: 0.8% 1.8% 0.8% 1.8%;*/
  padding: 14px 14px 14px 14px;
  margin: 0;
  border-radius: 8px;
}

.navigator-size {
  width: 52px;
  margin-right: 10px;
}

.columns-line {
  width: 100%;
  height: 93%;
  margin-top: 8%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.line-height-bigger {
  line-height: 1.5;
}

.item-background {
  border-radius: 100px;
  background-color: rgba(124, 224, 255, 0.07);
}

.page-number {
  position: absolute;
  right: 42px;
  bottom: 20px;
  padding: 0;
  color: rgba(223, 226, 240, 0.7);
}

.p0 {
  padding: 0;
}

.p-small {
  padding-bottom: 4px;
}

.m0 {
  margin: 0;
}

.m4{
  margin: 4px 0;
}

.m6{
  margin: 6px 0;  
}

.m8{
  margin: 8px 0;  
}


.flex-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.flex-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.align-center{
  align-items: center!Important;
}

.align-left{
  align-items: left!Important;
}

.mgmt_title_bg{
  padding: 22px;
  padding-right: 30px;
}

.DD_Box {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ts {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.bc-null {
  background-color: transparent;
}

.bc0 {
  background-color: rgba(0, 0, 0, 0.38);
}

.bc1 {
  background-color: rgba(0, 0, 0, 0.27);
}

.bc2 {
  background-color: rgba(0, 0, 0, 0.17);
}

.bc3 {
  background-color: rgba(5, 8, 52, 0.15);
}

.p-ignore {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}

.row {
  flex-direction: row;
}


.plus-btn {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background: linear-gradient(to bottom, #1b2f65, #111c3d) 0 100%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.button-padding {
  padding: 8px 16px;
}

/*tabs*/

.tabs-container {
  padding: 0;
  width: 100%;
  /* width: 1100px; */
  height: 100%;
}

/* .tabs-container:after,.tabs-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both} */
.w3-bar .bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0
}

.w3-bar-block .bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0
}

.w3-bar-block.w3-center .bar-item {
  text-align: center
}

.w3-block {
  display: block;
  width: 100%
}

.tabs-btn,
.tabs-button {
  border: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  /* white-space: nowrap; */
  font-size: 12px;
  font-weight: 500;
  margin: 0px;
  line-height: 1.4;
  font-family: lexend;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
}

.tabs-btn-inner,
.tabs-button-inner {
  border: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  /* white-space: nowrap; */
  font-size: 12px;
  font-weight: 500;
  margin: 0px;
  line-height: 1.4;
  font-family: lexend;
  /* border-right: 1px solid rgba(255, 255, 255, 0.1); */
  /* border-left: 1px solid rgba(255, 255, 255, 0.1); */
  height: 100%;
}

.tabs-btn:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.color-dark{
  color: rgba(255, 255, 255, 0.5);
}

.tabs-btn,
.tabs-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.w3-disabled,
.tabs-btn:disabled,
.tabs-button:disabled {
  cursor: not-allowed;
  opacity: 0.3
}

.w3-disabled *,
:disabled * {
  pointer-events: none
}

.tabs-button:hover {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  animation: background_in 0.2s ease-in-out;  
}

.tabs-button-inner:hover {
  color: #fff !important;
  /* background-color: rgba(255, 255, 255, 0.15) !important; */
  animation: background_in 0.2s ease-in-out;  
}

.w3-dropdown-hover.w3-mobile,
.w3-dropdown-hover.w3-mobile .tabs-btn,
.w3-dropdown-hover.w3-mobile .tabs-button,
.w3-dropdown-click.w3-mobile,
.w3-dropdown-click.w3-mobile .tabs-btn,
.w3-dropdown-click.w3-mobile .tabs-button {
  width: 100%
}

.w3-dropdown-hover:hover>.tabs-button:first-child,
.w3-dropdown-click:hover>.tabs-button:first-child {
  background-color: rgba(255, 255, 255, 0.2);
  color: #000
}

.w3-bar-block .w3-dropdown-hover .tabs-button,
.w3-bar-block .w3-dropdown-click .tabs-button {
  width: 100%;
  text-align: left;
  font-family: lexend;
  padding: 8px 16px;
}

.w3-bar .tabs-button {
  white-space: normal
}

.tab-selected,
.w3-hover-red:hover {
  color: #fff !important;
  background-color: rgba(192, 199, 223, 0.77) !important
}

.tab-selected-inner,
.w3-hover-red:hover {
  color: #fff !important;
  background-color: rgba(192, 199, 223, 0.4) !important
  /* border-bottom: 2px solid rgba(0, 175, 239, 1); */
}

.w3-bar-block .w3-dropdown-hover,
.w3-bar-block .w3-dropdown-click {
  width: 100%
}

.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,
.w3-bar-block .w3-dropdown-click .w3-dropdown-content {
  min-width: 100%
}

.w3-bar-block .w3-dropdown-hover .tabs-button,
.w3-bar-block .w3-dropdown-click .tabs-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px
}

.w3-main,
#main {
  transition: margin-left .4s
}

.w3-modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4)
}

.w3-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px
}

.w3-bar {
  width: 100%;
  overflow: hidden
}

.w3-center .w3-bar {
  display: inline-block;
  width: auto
}

.w3-bar .bar-item {
  padding: 8px 20px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0
}

.w3-bar .w3-dropdown-hover,
.w3-bar .w3-dropdown-click {
  position: static;
  float: left
}

.w3-bar .tabs-button {
  white-space: normal
}

.w3-bar-block .bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0
}

.w3-bar-block.w3-center .bar-item {
  text-align: center
}

.w3-block {
  display: block;
  width: 100%
}

.w3-responsive {
  display: block;
  overflow-x: auto
}

.tabs-container:after,
.tabs-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
  content: "";
  display: table;
  clear: both
}

.w3-black,
.w3-hover-black:hover {
  color: #fff !important;
  background-color: #000 !important
}

.popup {
  position: relative;
  display: flex;
  z-index: 4;   
}

.popupHeightLimit{
  max-height: 360px;
  overflow: auto;
}

.popup .popuptext {
  visibility: hidden;
  /* width: 120px; */
  width: 260px;
  background-color: #071029;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 12px 10px 5px 12px;
  position: absolute;
  /* z-index: 100; */
  top: 105%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari iOS */
  transform: translateX(-50%);  
  @-moz-document url-prefix() {
    scrollbar-width: thin;
    scrollbar-color: rgba(28, 36, 82, 1) rgba(255, 255, 255, 0.1);
  }

  /* width */
  &::-webkit-scrollbar {
    width: 6px;
    height: 5px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.3);
    /*#f1f1f1;*/
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #303035;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

/* .popuptext, .popuptext_left, .popuptext_right, .popuptext_top, .popuptext_top_left, .popuptext_top_right{
  z-index: 100;
} */


.popup .popuptext_left {
  visibility: hidden;
  /* width: 120px; */
  width: 260px;
  background-color: #071029;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 12px 10px 5px 12px;
  position: absolute;
  /* z-index: 100; */
  top: 105%;
  left: 100%;
  -webkit-transform: translateX(-100%);
  /* Safari iOS */
  transform: translateX(-100%);  
  @-moz-document url-prefix() {
    scrollbar-width: thin;
    scrollbar-color: rgba(28, 36, 82, 1) rgba(255, 255, 255, 0.1);
  }

  /* width */
  &::-webkit-scrollbar {
    width: 6px;
    height: 5px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.3);
    /*#f1f1f1;*/
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #303035;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

.popup .popuptext_right {
  visibility: hidden;
  /* width: 120px; */
  width: 260px;
  background-color: #071029;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 12px 10px 5px 12px;
  position: absolute;
  /* z-index: 100; */
  top: 105%;
  right: 100%;
  -webkit-transform: translateX(100%);
  /* Safari iOS */
  transform: translateX(100%);  
  @-moz-document url-prefix() {
    scrollbar-width: thin;
    scrollbar-color: rgba(28, 36, 82, 1) rgba(255, 255, 255, 0.1);
  }

  /* width */
  &::-webkit-scrollbar {
    width: 6px;
    height: 5px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.3);
    /*#f1f1f1;*/
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #303035;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

.popup .popuptext_top_right {
  visibility: hidden;
  /* width: 120px; */
  width: 260px;
  background-color: #071029;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 12px 10px 5px 12px;
  position: absolute;
  /* z-index: 100; */
  bottom: 105%;
  right: 100%;
  -webkit-transform: translateX(100%);
  /* Safari iOS */
  transform: translateX(100%);  
  @-moz-document url-prefix() {
    scrollbar-width: thin;
    scrollbar-color: rgba(28, 36, 82, 1) rgba(255, 255, 255, 0.1);
  }

  /* width */
  &::-webkit-scrollbar {
    width: 6px;
    height: 5px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.3);
    /*#f1f1f1;*/
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #303035;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

.popup .popuptext_top_left {
  visibility: hidden;
  /* width: 120px; */
  width: 260px;
  background-color: #071029;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 12px 10px 5px 12px;
  position: absolute;
  /* z-index: 100; */
  bottom: 105%;
  left: 100%;
  -webkit-transform: translateX(-100%);
  /* Safari iOS */
  transform: translateX(-100%);  
  @-moz-document url-prefix() {
    scrollbar-width: thin;
    scrollbar-color: rgba(28, 36, 82, 1) rgba(255, 255, 255, 0.1);
  }

  /* width */
  &::-webkit-scrollbar {
    width: 6px;
    height: 5px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.3);
    /*#f1f1f1;*/
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #303035;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

.popup .popuptext_top {
  visibility: hidden;
  /* width: 120px; */
  width: 260px;
  background-color: #071029;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 12px 10px 5px 12px;
  position: absolute;
  /* z-index: 100; */
  bottom: 105%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari iOS */
  transform: translateX(-50%); 
  @-moz-document url-prefix() {
    scrollbar-width: thin;
    scrollbar-color: rgba(28, 36, 82, 1) rgba(255, 255, 255, 0.1);
  }

  /* width */
  &::-webkit-scrollbar {
    width: 6px;
    height: 5px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.3);
    /*#f1f1f1;*/
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #303035;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}


/* .popup .popuptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -3px;
  border-width: px;
  border-style: solid;
  border-color: transparent transparent black transparent;
} */

.z-index-hover:hover{
  z-index: 100;
}

.popup:hover .popuptext_left {
  visibility: visible; 
  animation: opacity_in .2s ease-in-out;   
}

.popup:hover .popuptext_top_right {
  visibility: visible; 
  animation: opacity_in .2s ease-in-out;   
}

.popup:hover .popuptext_top_left {
  visibility: visible; 
  animation: opacity_in .2s ease-in-out;   
}

.popup:hover{
  z-index: 100!Important;
}

.popup:hover .popuptext_right {
  visibility: visible; 
  animation: opacity_in .2s ease-in-out; 
}

.popup:hover .popuptext_top {
  visibility: visible; 
  animation: opacity_in .2s ease-in-out; 
}

.popup:hover .popuptext {
  visibility: visible; 
  animation: opacity_in .2s ease-in-out; 
}

.chartPopup{
  position: absolute; 
  border-radius: 6px;
  padding: 13px 14px 6px 12px;
  background-color: #071029; z-index: 5; display: none;
  overflow: visible; 
  width: 280px; 
}

.chartPopupLeft::after{
  content: "";
  position: absolute;
  bottom: 49%;
  left: 0%;
  /* margin-left: -6px;
  border-width: px;
  border-style: solid; */
  border-color: transparent transparent black transparent;
  transform: rotate(-90deg);  
}

.chartPopupRight::after{
  content: "";
  position: absolute;
  bottom: 49%;
  right: 0%;
  /* margin-right: -6px;
  border-width: px;
  border-style: solid; */
  border-color: transparent transparent black transparent;
  transform: rotate(90deg);  
}

/* .popuptext.fade::before,
.popuptext.fade::after {
  transform: translate3d(0,-10px,0);
  transition: all .15s ease-in-out;
}
.popuptext.fade:hover,
.popuptext.fade:hover {
  visibility: visible;  
  transform: translate3d(0,0,0);
} */




.visible {
  overflow: visible;
}

.overflow_hidden{
  overflow: hidden;
}

.overflow_auto {
  overflow: auto;
}

.overflow_visible {
  overflow: visible;
}

.tags{
  padding: 3px 8px;
  background-color: rgba(0, 176, 240, 0.65);
  border-radius: 18px / 100%;  
}

.tagsRoot{
  display: flex; flex-wrap: wrap; gap: 2px;  
}

.p4 {
  padding: 4px 4px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.pTags{
  padding: 6px 2px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */  
}

.p8 {
  padding: 8px 8px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.p10 {
  padding: 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.p12{
  padding: 12px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.shift {
  margin-left: 40px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.uppercase {
  text-transform: uppercase;
}

.ptop {
  padding-top: 6px;
}

html,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
}

.animation_long {
  animation: opacity_in 0.3s ease-in-out;
}

.animation {
  animation: opacity_in 0.15s ease-in-out;
}

.opacity_in {
  /* display: block; */
  animation: opacity_in 0.40s ease-in-out forwards;
}

.opacity_out {
  /* display: none; */
  animation: opacity_out 0.3s ease-out forwards;
}

/* Animation keyframes */

@keyframes opacity_in {
  0% {
    opacity: 0;
    /* display: none; */
  }

  100% {
    opacity: 1;
    /* display: block; */
  }
}

@keyframes opacity_out {
  0% {
    opacity: 1;
    /* display: block; */
  }

  100% {
    opacity: 0;
    /* display: none; */
  }
}

.display_in {
  /* display: block; */
  animation: display_in 0.35s ease-in forwards;
}

.display_out {
  /* display: none; */
  animation: display_out 0.25s ease-in-out forwards;
}

.display_in_menu {
  /* display: block; */
  animation: display_in_menu 6s ease-out forwards;
   /* animation: display_in2 2s ease-in-out forwards; */
}

.display_out_menu {
  /* display: none; */
  animation: display_out_menu 30s ease-in forwards;
  /* animation: display_out2 1s ease-out forwards; */
}

/* Animation keyframes */

@keyframes display_in_menu {
  0% {
    max-height: 0;
  }

  100% {
    max-height: 100rem;    
  }
}

@keyframes display_out_menu {
  0% {
    max-height: 100rem;    
  }

  100% {
    max-height: 0;    
  }
}

@keyframes display_in2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes display_out2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes display_in {
  0% {
    opacity: 0;
    display: none;
  }

  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes display_out {
  0% {
    opacity: 1;
    display: block;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes visibility_in {
  0% {
    visibility: hidden;
  }

  100% {
    visibility: visible;
  }
}

.bg_animation {
  -webkit-transition: background .35s ease-out;
  -moz-transition: background .35s ease-out;
  -o-transition: background .35s ease-out;
  transition: background .35s ease-out;
}

@media screen and (min-width: 1560px) {
  .cover-page-container{
    margin-left: 300px;
  }
  .page-container{
    margin-left: 300px;
  }
}

/* @media screen and (min-width: 1140px) and (max-width: 1340px) {
  .cover-page-container{
    margin-left: 300px;
  }
  .page-container{
    margin-left: 300px;
  }

  .subtitle{
    font-size: 11px;
  }
  .pt-small{
    font-size: 10.4px;
  }  
  .pt-tiny{
    font-size: 9.8px;
  }     

}*/

@media screen and (max-width: 1560px) {
  .cover-page-container{
    margin: 0 auto;
  }
  .page-container{
    margin: 0 auto;
  }  
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  max-height: 100%;
}

.page-container .carousel-control-prev, .page-container .carousel-control-next{
  width:40px;
}

.page-container .carousel-control-next{
  left: 1166px;
}

.carousel-control-prev-icon {
  background-image: url("images/Market_Dynamics_icon3_2.svg");    
  /* background-size: 95px; */
}

.carousel-control-next-icon {
  background-image: url("images/Market_Dynamics_icon3.svg");
}

p{
  margin-top: auto;
  margin-bottom: auto;
}

nav {
  display: block;
}

.justify-evenly {
  justify-content: space-evenly!Important;
}

.justify-between {
  justify-content: space-between!Important;
}

.justify-start {
  justify-content: flex-start!Important;
  align-items: flex-start!Important;
}

.justify-center {
  justify-content: center!Important;
}

.align-center {
  align-items: center!Important;
}

.align-start {
  align-items: flex-start!Important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
}

.carousel-control-next{
  align-items: center;
}

.carousel-control-prev{
  align-items: center;
}

.carousel-control-next-icon{
  width: 2.2rem;
  height: 2.2rem;
}

.carousel-control-prev-icon{
  width: 2.2rem;
  height: 2.2rem;
}

.pBottom0{
  padding-bottom: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
 /* margin-top: 480px; */
}

.carousel-item {
  position: relative;
  display: block;
  float: left;
  width: 1155px;
  margin-right: 0;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition: none;  
}

.carousel-inner{
  display: flex;
  flex-wrap: nowrap;  
}

.accordion-margin-top{
  margin-top: 110px;
}


.carousel-item-start.carousel-item-next,
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-start{
  transform: translateX(-100%);
  transition: transform 0.7s ease-in-out;
}

.active.carousel-item-end,
.carousel-item-prev:not(.carousel-item-end){
  /* transition: none; */
  /* transform: translateX(100%); */
  transition: transform 0.6s ease-in-out; 
}

.carousel-item:has(~ .carousel-item.active) {
  display: none;
}

.active.carousel-item, .carousel-item-start.carousel-item-next{
  opacity: 1;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 0%,
    #000 100%
  );   
}

.carousel-item{
  /* opacity: 0.3; */

    /* mask-image: linear-gradient(to right, rgb(0,0,0), transparent) 0 100%; */

    mask-image: linear-gradient(
      90deg,
      transparent,
      rgba(0,0,0,1) 0%,
      transparent 17%,
      transparent 100%
    );    

    /* linear-gradient(rgb(0 0 0 / 100%), transparent); */
}

.carousel-inner{
  overflow: visible;
}

.carousel{
  /* overflow-x: hidden; */
}
/* linear-gradient(to right, #2a4095, #2d58af) 0 100%; */

.document-header-active{
  opacity: 0.6;
}

.tooltip .tooltip-inner {
  background-color: #071029;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 12px 10px 5px 12px;

  @-moz-document url-prefix() {
    scrollbar-width: thin;
    scrollbar-color: rgba(28, 36, 82, 1) rgba(255, 255, 255, 0.1);
  }

  /* width */
  &::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.3);
    /*#f1f1f1;*/
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #303035;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

.popup .popuptext_top_left {
  visibility: hidden;
  /* width: 120px; */
  width: 260px;
  background-color: #071029;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 12px 10px 5px 12px;
  position: absolute;
  z-index: 100;
  bottom: 120%;
  left: 100%;
  -webkit-transform: translateX(-100%);
  /* Safari iOS */
  transform: translateX(-100%);  
  @-moz-document url-prefix() {
    scrollbar-width: thin;
    scrollbar-color: rgba(28, 36, 82, 1) rgba(255, 255, 255, 0.1);
  }

  /* width */
  &::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.3);
    /*#f1f1f1;*/
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #303035;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

.wide-tooltip > .tooltip-inner{
  max-width: 400px !important;
}

.common-tooltip.show{
  opacity: 1;
}

.ecosystem-funnel-table>div.table-cell {
  overflow: visible;
}
.ecosystem-funnel-table>div {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.ecosystem-funnel-table .events-background{
  background-color: #0d96cf;
}

.ecosystem-funnel-table .networks-background{
  background-color: #71a462;
}

.ecosystem-funnel-table .customers-background{
  background-color: #0b8e62;
}

.ecosystem-funnel-table .competitors-background{
  background-color: #a52054;
}

.ecosystem-funnel-table{
  display: grid;
  grid-template-columns: 0.75fr 1fr 0.3fr 0.3fr;
  grid-template-rows: 25px;
  position: relative;
  gap: 4px;
  width: 100%;
  margin: 3px;
  height: 144px;
  overflow-y: scroll;
  @-moz-document url-prefix() {
    scrollbar-width: thin;
    scrollbar-color: rgba(28, 36, 82, 1) rgba(255, 255, 255, 0.1);
  }

  /* width */
  &::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.3);
    /*#f1f1f1;*/
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #303035;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

.ecosystem-funnel-table>div.table-header{
  position: sticky;
  top: 0;
  z-index: 5;
  align-items: center;
}

.ecosystem-funnel-table .table-header .icons-container{
  display: flex;
  margin-left: auto;
}

.icons-container i{
  cursor: pointer;
}

.outreach-strategies-grid {
  min-width: 1054px;
  grid-template-columns: repeat(5, minmax(0, 1fr));;
  grid-template-rows: 40px 1fr 1fr 1fr 1fr;
  position: relative;
  gap: 0 5px;
  height: 100%;
  grid-template-areas:
      ' . . . . . '
      ' . . . . . '
      ' . . . . . '
      ' . . . . . '
      ' . . . . . '
  ;
}

.outreach-strategies-grid .paragraph-background {
  border-radius: 0;
}

.outreach-strategies-data-cell .bc1{
  height: 100%;
  border-radius: 0;
}

.outreach-strategies-data-cell{
  overflow: visible;
  border-radius: 0;
  padding: 0 0 40px 0;
}

.outreach-strategies-icon-container {
  position: absolute;
  width: 30px;
  left: 0;
  transform: translate(-55%, 0);
  opacity: .7;
}

.outreach-strategies-key-insight-i-icon {
  position: absolute;
  width: 30px;
  left: 65px;
  transform: translate(0, 70%);
  opacity: .7;
}

.outreach-strategies-key-insight-cell {
  padding-left: 75px;
}

.outreach-strategies-key-insight-icon  img{
  width: 80%;
}

.outreach-strategies-key-insight-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #00b3fd;
  width: 70px;
  height: 70px;
  padding: 10px;
  position: absolute;
  left: 15px;
 }

 .outreach-strategies-key-insight-background {
  height: 50px;
  width: 910px;
  position: absolute;
  right: 95%;
  background-image: url("images/Ecosystem_Funnel_arrow1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  transform: scaleX(-1);
}

.persona-customer-journey-stage.stage-0 {
  background-image: url("images/stage1-background.png");
}

.persona-customer-journey-stage.stage-1 {
  background-image: url("images/stage2-background.png");
}

.persona-customer-journey-stage.stage-2 {
  background-image: url("images/stage3-background.png");
}

.persona-customer-journey-stage.stage-3 {
  background-image: url("images/stage4-background.png");
}

.persona-customer-journey-stage.stage-4 {
  background-image: url("images/stage5-background.png");
}

.persona-customer-journey-stage.stage-5 {
  background-image: url("images/stage6-background.png");
}

.persona-customer-journey-stage {
  width: 200px; 
  height: 70px;
  padding: 5px 50px 5px 5px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.persona-customer-journey-stages-container{
  display: flex;
}

.persona-customer-journey-container{
  margin: 20px;
}

.persona-customer-journey-chart{
  margin-left: -20px;
  margin-top: -30px;
  width: 100%;
  height: 650px;
}

nav {
  display: block;
}

ul li.nav-item {
  margin-top: 0px;
}

.nav-tabs{
  border: none;
}

.nav-tabs .nav-link{
  height: 50px;
  border: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  /* white-space: nowrap; */
  font-size: 12px;
  font-weight: 500;
  margin: 0px;
  line-height: 1.4;
  font-family: lexend;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #1c2452;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  animation: background_in 0.2s ease-in-out;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff !important;
  background-color: rgba(192, 199, 223, 0.77) !important;
}

.persona-customer-journey-legend-container{
  display: grid;
  min-width: 1054px;
  grid-template-columns: 10px 5fr 10px 5fr;
  grid-template-rows: 20px 20px 20px;
  position: relative;
  gap: 0 5px;
  grid-template-areas:
      ' . . . . '
      ' . . . . '
      ' . . . . '
  ; 
}

.persona-customer-journey-legend-color{
  margin: 5px 0;
}

.persona-customer-journey-legend-color.color-red{
  background-color: rgba(255, 0, 0, .8);
}

.persona-customer-journey-legend-color.color-orange{
  background-color: rgba(255, 165, 0, .8);
}

.persona-customer-journey-legend-color.color-yellow{
  background-color: rgba(255, 255, 0, .8);
}

.persona-customer-journey-legend-color.color-light-green{
  background-color: rgba(144, 238, 144, .8);
}

.persona-customer-journey-legend-color.color-dark-green{
  background-color: rgba(2, 48, 32, .8);
}

.beta-container{
  line-height: 19px;
  color: red;
  width: 180px;
  height: 30px;
  right: 60px;
  top: 30px;
}

.key-insight-cases{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  position: relative;
  gap: 2px;
  height: 100%;
  grid-template-areas:
      ' . '
      ' . '
      ' . '
  ; }

.key-insight-grid-container{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 90px 50px 1fr 50px 1fr;
  position: relative;
  gap: 10px;
  height: 100%;
  grid-template-areas:
      ' a a a '
      ' b . c '
      ' b . c '
      ' b . c '
      ' b . c '
  ; 
}

.key-insight-table>div.table-cell {
  overflow: visible;
}

.key-insight-table>div {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.key-insight-table .events-background{
  background-color: #0d96cf;
}

.key-insight-table .networks-background{
  background-color: #71a462;
}

.key-insight-table .customers-background{
  background-color: #0b8e62;
}

.key-insight-table .competitors-background{
  background-color: #a52054;
}

.key-insight-table .score-cell p{
  color: black;
}

.key-insight-table .color-score-0{
  background-color: rgba(218, 15, 0, 0.85);
}

.key-insight-table .color-score-1{
  background-color: rgba(249, 13, 13, 0.85);
}

.key-insight-table .color-score-2{
  background-color: rgba(249, 68, 13, 0.85);
}

.key-insight-table .color-score-3{
  background-color: rgba(248, 111, 0, 0.85);
}

.key-insight-table .color-score-4{
  background-color: rgba(248, 134, 0, 0.85);
}

.key-insight-table .color-score-5{
  background-color: rgba(248, 148, 0, 0.85);
}

.key-insight-table .color-score-6{
  background-color: rgba(245, 174, 20, 0.85);
}

.key-insight-table .color-score-7{
  background-color: rgba(245, 189, 20, 0.85);
}

.key-insight-table .color-score-8{
  background-color: rgba(245, 221, 20, 0.85);
}

.key-insight-table .color-score-9{
  background-color: rgba(242, 245, 20, 0.85);
}

.key-insight-table .color-score-10{
  background-color: rgba(190, 227, 40, 0.85);
}

.key-insight-table .color-score-11{
  background-color: rgba(159, 227, 40, 0.85);
}

.key-insight-table .color-score-12{
  background-color: rgba(138, 234, 45, 0.85);
}

.key-insight-table .color-score-13{
  background-color: rgba(77, 229, 24, 0.85);
}

.key-insight-table .color-score-14{
  background-color: rgba(19, 203, 0, 0.85);
}

.key-insight-table .color-score-15{
  background-color: rgba(0, 179, 51, 0.85);
}

.key-insight-table .color-score-16{
  background-color: rgba(0, 155, 58, 0.85);
}

.key-insight-table{
  display: grid;
  grid-template-columns: 0.3fr 0.3fr 1fr;
  grid-template-rows: 25px;
  position: relative;
  gap: 4px;
  width: 100%;
  height: 100%;
  overflow: auto;
  @-moz-document url-prefix() {
    scrollbar-width: thin;
    scrollbar-color: rgba(28, 36, 82, 1) rgba(255, 255, 255, 0.1);
  }

  /* width */
  &::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  /* Track */
  &::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.3);
    /*#f1f1f1;*/
  }

  /* Handle */
  &::-webkit-scrollbar-thumb {
    background: #303035;
  }

  /* Handle on hover */
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

.key-insight-table>div.table-header{
  position: sticky;
  top: 0;
  z-index: 5;
  align-items: center;
}

.key-insight-table .table-header .icons-container{
  display: flex;
  margin-left: auto;
}

.key-insight-description.key-insight-description-0{
  display: block;
}

.key-insight-table .table-cell{
  cursor: pointer;
}

.key-insight-table .table-cell.active-cell{
  font-weight: 400;
  background-color: rgba(72, 149, 239, 0.55);
}

.key-insight-table .highlight-cell{
  font-weight: 400;
  background-color: rgba(72, 149, 239, 0.55);
}

.key-insight-description{
  display: none;
  height: 100%;
  width: 100%;
}

.key-insight-chart-title{
  text-align: center;
  position: relative;
  top: 70px;
}

.mark-sal-grid-container{
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  position: relative;
  gap: 50px;
  height: 100%;
}

.mark-sal-level-container{
  display: none;
}

.mark-sal-table{
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 2fr 2fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  position: relative;
  gap: 4px;
  width: 100%;
  height: 100%;
  overflow: auto;
  grid-template-areas:
  ' . . . . '
  ' . . . c '
  ' . . . c '
  ' . . . c '
  ' . . . c '
  ' . . . c '
  ' . . . c '
; 

}

.mark-sal-table>div.table-header{
  position: sticky;
  top: 0;
  z-index: 5;
  align-items: center;
}

.mark-sal-table .table-cell{
  cursor: pointer;
}

.mark-sal-table .table-cell.active-cell{
  font-weight: 400;
  background-color: rgba(72, 149, 239, 0.55);
}

.mark-sal-table .highlight-cell{
  font-weight: 400;
  background-color: rgba(72, 149, 239, 0.55);
}

.mark-sal-levels.mark-sal-levels-0{
  display: block;
}

.mark-sal-levels{
  border-radius: 4px;
  display: none;
  background-color: rgba(72, 149, 239, 0.55);
  height: 100%;
  width: 100%;
  padding: 10px;
}

.accordion-button-container{
  position: absolute;
  top: 0;
  width: 100%;
  cursor: pointer;
  margin-left: -52px;
  /* top: 50%;
  transform: translateY(-50%);   */
}

.hidden-page-container{
  padding-top: 0;
  padding-bottom: 0;
  height: 140px;
}
