:root {
  --white: #fff;
  --dark-gray: #231f20;
  --blue: #233d7f;
  --gray: #f1f2f2;
  --teal: #00bac6;
  --red: #cc2329;
  --green: #79b66d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white);
  color: var(--dark-gray);
  font-family: museo-sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

h1 {
  letter-spacing: .2rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
  font-weight: 300;
}

a {
  background-color: #fff;
  text-decoration: none;
}

.u-container {
  max-width: 90rem;
  padding: 2.5rem;
}

.hero_section.u-section-base {
  z-index: 998;
  background-image: linear-gradient(298deg, var(--gray), white 34%);
}

.hero_container.u-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: url('/sites/jardineccl/themes/investis_project/images/ar2024/motif2.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  min-height: 50vh;
  display: grid;
  position: relative;
}

.hero_heading {
  color: var(--blue);
}

.hero_heading.u-heading {
  text-transform: uppercase;
  font-weight: 900;
}

.nav_section {
  z-index: 7;
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  position: sticky;
  inset: 0% 0% auto;
}

.nav_container.u-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.nav_layout {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_logo {
  width: 12rem;
}

.menu_link {
  flex-flow: column;
  display: flex;
}

.menu_icon {
  width: 3rem;
}

.teal {
  color: var(--teal);
}

.hero_heading_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.dots {
  width: 4rem;
}

.dots.smaller {
  width: 3rem;
}

.cover_art {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  position: relative;
}

.content_section.u-section-base {
  background-color: #fff;
  background-image: linear-gradient(29deg, var(--gray), #fafafa 36%, var(--white));
}

.pane1.u-container {
  grid-column-gap: 3.125rem;
  grid-row-gap: 1rem;
  background-image: url('/sites/jardineccl/themes/investis_project/images/ar2024/motif.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto auto auto 1fr auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: start stretch;
  min-height: 50vh;
  display: grid;
}

.u-button {
  background-color: var(--blue);
  text-align: center;
  border-radius: 100px;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  transition: background-color .6s;
  display: inline-block;
}

.u-button:hover {
  background-color: var(--teal);
}

.u-button.back_to_top {
  border: 1px solid var(--white);
  background-color: var(--blue);
  position: fixed;
  inset: auto 3.125rem 3.125rem auto;
}

.u-button.back_to_top:hover {
  background-color: var(--red);
}

.pane_heading.u-heading {
  width: 30rem;
  font-size: 2.5rem;
}

.pane_para, .pane_para.u-paragraph {
  line-height: 130%;
}

.pane_para.white {
  color: var(--white);
}

.buttons_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: stretch;
  display: grid;
}

.highlights {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.highlights.inside_page {
  margin-bottom: 2rem;
}

.figures_group {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #000;
  flex-flow: column;
  margin-bottom: 2rem;
  padding-bottom: .625rem;
  display: flex;
}

.label {
  font-size: 1.2rem;
}

.figure {
  color: var(--teal);
  font-size: 3.5rem;
  font-weight: 900;
}

.note {
  margin-bottom: 1.5rem;
  font-size: .8rem;
  font-weight: 300;
  line-height: 115%;
}

.content_section2.u-section-base {
  background-image: linear-gradient(#fff, #fff0), linear-gradient(#ffffff80, #ffffff80), url('/sites/jardineccl/themes/investis_project/images/ar2024/bg1.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, fixed;
}

.quote_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.825rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.director {
  max-width: 85%;
}

.director._2 {
  max-width: 75%;
}

.pane2.u-container {
  grid-column-gap: 3.125rem;
  grid-row-gap: 1rem;
  grid-template-rows: .3fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: start;
  min-height: 50vh;
  padding-bottom: 0;
  display: grid;
}

.text-span {
  font-weight: 700;
}

.name_designation {
  font-size: 1.1rem;
  font-weight: 300;
}

.quote1 {
  width: 2.5rem;
}

.quote2 {
  align-self: flex-end;
  width: 2.5rem;
}

.content_section3.u-section-base {
  background-image: linear-gradient(#fff, #fff0), linear-gradient(#ffffff80, #ffffff80), url('/sites/jardineccl/themes/investis_project/images/ar2024/bg1.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, fixed;
}

.pane3.u-container {
  grid-column-gap: 3.125rem;
  grid-row-gap: 1rem;
  grid-template-rows: .3fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: start;
  min-height: 50vh;
  padding-bottom: 0;
  display: grid;
}

.content_section4.u-section-base {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  position: relative;
}

.pane4.u-container {
  z-index: 900;
  grid-column-gap: 3.125rem;
  grid-row-gap: 1rem;
  grid-template-rows: .3fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: start;
  min-height: 50vh;
  display: grid;
  position: relative;
}

.footer_section.u-section-base {
  background-color: var(--blue);
}

.sustainability_para_container {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #4f9940a1;
  border-radius: 30px;
  padding: 2.75rem 1.875rem;
}

.sustainability_btn.u-button {
  background-color: var(--green);
}

.sustainability_btn.u-button:hover {
  background-color: #4f9940;
}

.footer_container.u-container {
  grid-column-gap: 3.125rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto 1fr;
  grid-template-columns: .25fr 1fr;
  grid-auto-flow: column;
  place-items: start;
  min-height: 50vh;
  display: grid;
}

.footer_heading {
  color: var(--blue);
}

.footer_heading.u-heading {
  color: var(--white);
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
  line-height: 120%;
}

.footer_download_btn.u-button {
  background-color: var(--teal);
  transition: color .6s, background-color .6s;
}

.footer_download_btn.u-button:hover {
  background-color: var(--white);
  color: var(--blue);
}

.thumb {
  box-shadow: 5px 5px 8px #0000004a;
}

.download_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.download_col {
  flex-flow: column;
  display: flex;
}

.download_heading.u-heading {
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 500;
}

.conpyright_container {
  background-color: #fff;
}

.conpyright_container.u-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: .8rem;
  font-weight: 300;
  line-height: 110%;
  display: grid;
}

.download_sec_title.u-heading {
  color: var(--teal);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
}

.pdf_button.u-button {
  text-align: left;
  background-color: #233d7f00;
  background-image: url('/sites/jardineccl/themes/investis_project/images/ar2024/pdf_icon.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px dotted #ffffff30;
  border-radius: 0;
  padding-top: .4rem;
  padding-bottom: .4rem;
  padding-left: 0;
  font-weight: 300;
  transition: padding .6s;
}

.pdf_button.u-button:hover {
  padding-left: 1.25rem;
}

.thumb_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.member_container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_link {
  color: var(--dark-gray);
  font-weight: 300;
}

.footer_logo {
  width: 16rem;
  margin-right: 1em;
}

.menu_container.u-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: block;
}

.menu_section {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 5.6rem 0% auto;
}

.menu_col {
  flex-flow: column;
  display: flex;
}

.menu_title.u-heading {
  color: var(--teal);
  margin-top: 0;
  font-size: 1.3rem;
  font-weight: 500;
}

.menu_item.u-button {
  text-align: left;
  background-color: #233d7f00;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px dotted #ffffff30;
  border-radius: 0;
  padding-top: .55rem;
  padding-bottom: .55rem;
  padding-left: 0;
  font-weight: 300;
  transition: padding .6s;
}

.menu_item.u-button:hover {
  padding-left: 1.25rem;
}

.menu_group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inside_content_section.u-section-base {
  background-image: url('/sites/jardineccl/themes/investis_project/images/ar2024/motif.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.inside_banner_section.u-section-base {
  background-color: var(--gray);
  background-image: linear-gradient(100deg, #fff0, var(--gray) 57%), url('/sites/jardineccl/themes/investis_project/images/ar2024/motif.svg');
  color: var(--gray);
  background-position: 0 0, 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
}

.inside_banner_section.u-section-base.green {
  background-image: linear-gradient(100deg, #fff0, var(--gray) 57%), url('/sites/jardineccl/themes/investis_project/images/ar2024/motif.svg'), linear-gradient(to bottom, var(--green), var(--green));
  background-position: 0 0, 100%, 0 0;
  background-repeat: repeat, repeat-x, repeat;
  background-size: auto, contain, auto;
}

.inside_banner_header.u-heading {
  font-size: 2.5rem;
}

.inside_section_title.u-heading {
  color: var(--teal);
  font-weight: 300;
}

.inside_section_title.u-heading.white {
  color: var(--white);
}

.inside_content_header.u-heading {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 300;
}

.inside_content_header.u-heading.red {
  color: var(--red);
}

.inside_content_header2.u-heading {
  color: var(--blue);
  font-size: 1.5rem;
  font-weight: 700;
}

.inside_content_header2.u-heading.question {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.inside_content_header2.u-heading.red {
  color: var(--red);
}

.inside_content_header2.u-heading.green {
  color: var(--green);
}

.inside_content_para.u-paragraph {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.inside_content_intro.u-paragraph {
  color: var(--blue);
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}

._2-col--5-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

._2-col--1-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

._2-col--1-5.country_container {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr .5fr;
  margin-top: 0;
}

.rightcol.country_chart_container {
  background-color: var(--gray);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 1.875rem;
  display: flex;
}

.leftcol {
  display: flex;
}

.leftcol.country_img_container {
  background-image: url('/sites/jardineccl/themes/investis_project/images/ar2024/astra_pic.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.875rem;
  flex-flow: column;
}

.leftcol.country_img_container.vietnam {
  background-image: url('/sites/jardineccl/themes/investis_project/images/ar2024/thaco_pic.jpg');
}

.leftcol.country_img_container.regional {
  background-image: url('/sites/jardineccl/themes/investis_project/images/ar2024/cc_pic.jpg');
}

.leftcol.chart_container {
  flex-flow: column;
  display: flex;
}

._2-col--5-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

._2-col--5-5.group_highlights {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  place-items: start center;
}

.inside_content_header3.u-heading {
  color: var(--teal);
  font-size: 1.2rem;
  font-weight: 300;
}

.inside_content_img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 30rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.inside_content_img.rounded_corner {
  object-fit: cover;
  border-radius: 1.875rem;
  width: 70%;
  height: 25rem;
}

.inside_content_img.rounded_corner.sub_banner_pic {
  width: 100%;
  margin-top: 0;
}

.inside_content_img.table {
  max-width: 70%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.inside_content_img.table.home {
  max-width: 60%;
}

.inside_content_img.table-copy {
  width: 70%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.country_chart {
  width: 80%;
}

.chart.ridean_chart {
  width: 24rem;
}

.chart.highlights {
  max-width: 50%;
}

.chart.sus {
  max-width: 60%;
}

.chart.sus.framework {
  max-width: 45%;
}

.red {
  color: var(--red);
}

.u-list {
  margin-bottom: 1.5rem;
  font-weight: 300;
}

.u-list_item {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.name.u-paragraph {
  margin-top: 5rem;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.designation.u-paragraph {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.bold-text {
  font-size: 1.5rem;
}

.caption {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
  font-size: .8rem;
  font-weight: 300;
  line-height: 115%;
}

.caption.regular {
  margin-top: 2rem;
}

.table_wrapper {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  display: flex;
}

.table_wrapper.home_table {
  background-color: var(--white);
}

.conversation_container.u-container {
  grid-column-gap: 3.125rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(90deg, #ffffffa3, #fff0), linear-gradient(#ffffff80, #ffffff80), url('/sites/jardineccl/themes/investis_project/images/ar2024/bg1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: start;
  min-height: 40vh;
  margin-bottom: 2rem;
  padding-bottom: 0;
  display: grid;
}

.question_wrapper {
  background-color: var(--blue);
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.question_icon {
  background-color: var(--blue);
  border-radius: .625rem;
  width: 3rem;
  padding: .5rem;
}

.answer_icon {
  background-color: var(--red);
  border-radius: .625rem;
  width: 3rem;
  margin-bottom: 1.25rem;
  padding: .5rem;
}

.next_prev_section.u-section-base {
  background-color: var(--gray);
}

.next_prev_container.u-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.next_container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.next_prev_group {
  justify-content: space-between;
  display: flex;
}

.prev_next_label {
  color: var(--red);
  margin-bottom: .5rem;
  font-size: 1rem;
}

.bg_video {
  background-image: linear-gradient(#ffffffa8, #ffffff38);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.motif {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: rotate(0);
}

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

.close_icon {
  width: 3rem;
  display: none;
}

.download_sec_title_container {
  border-bottom: 1px solid #ffffff91;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 5rem;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.lottie-animation {
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.label_container {
  justify-content: flex-start;
  align-items: flex-start;
  height: 3.5rem;
  display: flex;
}

.ans {
  color: var(--red);
  font-size: 1.5rem;
  font-weight: 700;
}

.link {
  color: var(--blue);
  text-decoration: underline;
}

.link:hover {
  font-weight: 700;
}

.chart_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gfd_chart_container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.gfd_chart {
  max-width: 85%;
}

.gfd_chart.ridean_chart {
  width: 24rem;
}

.gfd_chart.highlights {
  max-width: 50%;
}

.gfd_chart.sus {
  max-width: 60%;
}

.gfd_chart.sus.framework {
  max-width: 45%;
}

@media screen and (max-width: 991px) {
  .hero_container.u-container {
    grid-template-rows: 1fr .5fr;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .hero_heading.u-heading {
    text-align: center;
  }

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

  .pane1.u-container {
    grid-template-rows: .3fr auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .buttons_container {
    grid-template-rows: auto auto;
  }

  .highlights {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .quote_container {
    margin-bottom: 0;
  }

  .director {
    aspect-ratio: auto;
  }

  .pane2.u-container, .pane3.u-container {
    grid-template-rows: .3fr 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .pane4.u-container {
    grid-template-rows: .3fr 1fr .3fr;
    grid-template-columns: 1fr;
    padding-bottom: 5rem;
  }

  .footer_container.u-container {
    grid-template-rows: .25fr 1fr auto auto auto;
    grid-template-columns: 1fr;
  }

  .thumb {
    width: 40%;
  }

  .download_container {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .download_col {
    margin-bottom: 1rem;
    display: flex;
  }

  .download_heading.u-heading {
    margin-top: 2rem;
  }

  .pdf_button.u-button {
    text-align: left;
  }

  .thumb_container {
    align-items: flex-start;
  }

  .menu_col {
    display: flex;
  }

  .menu_item.u-button {
    text-align: left;
  }

  ._2-col--5-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  ._2-col--1-5.country_container {
    grid-template-columns: 1fr 1fr;
  }

  .leftcol.country_img_container.regional {
    background-position: 50%;
  }

  .leftcol.chart_container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._2-col--5-5.group_highlights {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .inside_content_img.rounded_corner {
    width: 100%;
  }

  .inside_content_img.table {
    max-width: 100%;
  }

  .inside_content_img.table-copy, .country_chart {
    width: 100%;
  }

  .chart {
    max-width: 60%;
  }

  .chart.highlights {
    grid-template-columns: 1fr;
  }

  .chart.sus {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .conversation_container.u-container {
    grid-template-rows: .3fr 1fr;
    grid-template-columns: 1fr;
    padding-top: 2.5rem;
  }

  .download_sec_title_container {
    height: 3rem;
  }

  .gfd_chart_container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .gfd_chart.highlights {
    grid-template-columns: 1fr;
  }

  .gfd_chart.sus {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .u-container {
    padding: 2rem 1.5rem;
  }

  .hero_heading.u-heading {
    font-size: 3rem;
  }

  .hero_heading_container {
    align-items: stretch;
  }

  .dots {
    align-self: center;
  }

  .pane1.u-container {
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .pane_heading.u-heading {
    width: auto;
    font-size: 2rem;
  }

  .pane_para.u-paragraph {
    font-size: 1.125rem;
  }

  .buttons_container {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    margin-top: 2rem;
    display: flex;
  }

  .highlights {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .figure {
    font-size: 3rem;
  }

  .pane2.u-container, .pane3.u-container {
    grid-template-rows: .3fr 1fr auto;
  }

  .pane4.u-container {
    grid-template-rows: auto auto .3fr;
  }

  .footer_container.u-container {
    place-items: start center;
  }

  .footer_heading.u-heading {
    text-align: center;
    width: auto;
  }

  .thumb {
    align-self: center;
    width: 50%;
  }

  .download_heading.u-heading {
    text-align: center;
  }

  .conpyright_container.u-container {
    flex-flow: column;
    display: flex;
  }

  .thumb_container {
    justify-content: flex-start;
    align-items: stretch;
  }

  .member_container {
    flex-flow: column;
  }

  .menu_section {
    height: 100%;
    padding-bottom: 5rem;
    overflow: scroll;
  }

  .menu_group {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .inside_banner_header.u-heading, .inside_content_header.u-heading {
    font-size: 2rem;
  }

  .inside_content_intro.u-paragraph {
    font-size: 1.3rem;
  }

  ._2-col--1-5.country_container {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
  }

  .rightcol.country_chart_container {
    border-radius: 1.25rem;
  }

  .leftcol.country_img_container {
    border-radius: 1.25rem;
    height: 20rem;
  }

  .inside_content_img {
    height: 20rem;
  }

  .inside_content_img.rounded_corner {
    border-radius: 1.25rem;
  }

  .inside_content_img.table {
    width: 170%;
    max-width: 170%;
  }

  .country_chart {
    width: 75%;
  }

  .chart {
    max-width: 90%;
  }

  .chart.ridean_chart {
    width: 18rem;
  }

  .chart.highlights {
    max-width: 75%;
  }

  .table_wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: scroll;
  }

  .conversation_container.u-container {
    grid-template-rows: .3fr auto;
    padding-top: 1.5rem;
  }

  .prev_container {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .next_container {
    align-items: stretch;
  }

  .next_prev_group {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .prev_next_label {
    text-align: center;
  }

  .label_container {
    height: auto;
  }

  .group_chart {
    max-width: 70%;
  }

  .chart_container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .gfd_chart_container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .gfd_chart.ridean_chart {
    width: 18rem;
  }

  .gfd_chart.highlights {
    max-width: 75%;
  }
}

@media screen and (max-width: 479px) {
  .pane1.u-container {
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .director {
    max-width: 100%;
  }

  .director._2 {
    max-width: 90%;
  }

  .pane4.u-container {
    grid-template-rows: .3fr auto .3fr;
  }

  .thumb_container {
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .menu_container.u-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .menu_group {
    flex-flow: column;
    display: flex;
  }

  .leftcol.country_img_container, .inside_content_img {
    height: 12rem;
  }

  .inside_content_img.table {
    width: 250%;
    max-width: 250%;
  }

  .country_chart {
    width: 100%;
  }

  .chart, .chart.highlights {
    max-width: 100%;
  }

  .download_sec_title_container {
    height: 5rem;
  }

  .group_chart, .gfd_chart, .gfd_chart.highlights {
    max-width: 100%;
  }
}

#w-node-_15d901df-22cb-cb7d-2fdd-1fcd2f295bab-e7a2d651 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_7fe36a2f-6054-1395-1294-b42906d88991-e7a2d651 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9020ecbe-d573-4912-0379-97bd6713b40a-e7a2d651 {
  place-self: stretch stretch;
}

#w-node-_21bfd415-f648-c2a1-4a34-07def2792b5d-e7a2d651 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_77398975-16df-8701-c80e-cc1ad4ba757b-e7a2d651 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d0036342-e227-db95-0d2d-af42a297a428-e7a2d651 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_73395094-9c88-27bb-b67b-8d5018b6b4b1-e7a2d651 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: start stretch;
}

#w-node-_7ba12e37-5235-b539-7f2f-750a931ebde4-e7a2d651 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a8901309-f717-510b-75ce-e273a3ba13dd-e7a2d651 {
  align-self: end;
}

#w-node-_3e59f42b-ecd1-e792-77e7-df66d0c6dd40-e7a2d651 {
  grid-area: 3 / 2 / 5 / 3;
}

#w-node-_834cbcdf-84ab-0012-e57c-ca674c637dd3-e7a2d651 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5b67d075-aa4f-272e-6814-844417b26227-e7a2d651 {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-_8f5fcc57-1759-935a-6863-5e5bd80ef616-e7a2d651 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_8f5fcc57-1759-935a-6863-5e5bd80ef618-e7a2d651 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b60f8ed3-26e7-44cb-46a8-6f8ddce9d34e-e7a2d651 {
  place-self: end stretch;
}

#w-node-eafc1678-39d5-beb2-15c0-096aa1f4c3a4-e7a2d651 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_0239aa3a-f4eb-a128-4017-eb6bda40914e-e7a2d651 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_0239aa3a-f4eb-a128-4017-eb6bda409150-e7a2d651 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0239aa3a-f4eb-a128-4017-eb6bda409152-e7a2d651 {
  place-self: start stretch;
}

#w-node-_0239aa3a-f4eb-a128-4017-eb6bda40915f-e7a2d651 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_3da36e87-f6be-d43e-7e5f-266b395ff745-e7a2d651 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-_3da36e87-f6be-d43e-7e5f-266b395ff747-e7a2d651 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b9f2c3a5-d198-49a7-aff8-efbac4e504e9-e7a2d651 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start stretch;
}

#w-node-db6ee781-1829-1134-4513-981c4e7a521b-e7a2d651 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8ed51044-abd9-2a2a-db21-58a3fe9d49a3-e7a2d651 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b9f2c3a5-d198-49a7-aff8-efbac4e504ea-e7a2d651 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_250e2037-f7e1-d9c4-af52-4af1ada8d865-e922c290 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-_5fbbb50a-a1dc-945f-1596-7279e922c297-e922c290 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5fbbb50a-a1dc-945f-1596-7279e922c299-e922c290 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-ec3ab1bd-9ef9-6861-76ef-532d8a1f89dc-8a1f89da {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-ec3ab1bd-9ef9-6861-76ef-532d8a1f89e2-8a1f89da {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ec3ab1bd-9ef9-6861-76ef-532d8a1f89e3-8a1f89da {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ec3ab1bd-9ef9-6861-76ef-532d8a1f89e5-8a1f89da {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-ec3ab1bd-9ef9-6861-76ef-532d8a1f89e7-8a1f89da {
  grid-area: 2 / 2 / 3 / 3;
  place-self: auto stretch;
}

#w-node-_07ab587b-ea5b-3dd0-7a3e-85a9df0711e6-8a1f89da {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ec3ab1bd-9ef9-6861-76ef-532d8a1f89e8-8a1f89da {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb8ece67-2657-f967-0e4c-2cd0f25eeb01-8a1f89da {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3221594b-e6dd-dbd3-41ce-1eabcb68d9ef-8a1f89da {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a28586e5-80ce-fb98-863e-d51fd484aa11-d484aa0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a28586e5-80ce-fb98-863e-d51fd484aa1a-d484aa0e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a28586e5-80ce-fb98-863e-d51fd484aa25-d484aa0e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a28586e5-80ce-fb98-863e-d51fd484aa2c-d484aa0e {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c6fc12ac-b4b7-4bd7-9040-d41248fe0ad7-be23db72 {
  order: 0;
}

#w-node-a31bdf2e-b047-7fed-b395-79bd8f726f73-be23db72 {
  place-self: start stretch;
}

#w-node-c6fc12ac-b4b7-4bd7-9040-d41248fe0ad7-2f4f9143 {
  order: 0;
}

#w-node-a31bdf2e-b047-7fed-b395-79bd8f726f73-2f4f9143 {
  place-self: start stretch;
}

#w-node-c6fc12ac-b4b7-4bd7-9040-d41248fe0ad7-8c583176 {
  order: 0;
}

#w-node-a31bdf2e-b047-7fed-b395-79bd8f726f73-8c583176 {
  place-self: start stretch;
}

#w-node-_7ef08d98-3370-7108-92a8-662ddbcc5c43-1eb6d944 {
  align-self: end;
}

#w-node-aeb6108f-5778-5ea1-7438-8bb54961ce39-74c1fa74 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_665188d9-020e-b6ca-b762-c1a48bc868e0-74c1fa74 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c960f7f2-fb4d-336c-ffe5-b0a94a3332ea-15f57743 {
  align-self: end;
}

#w-node-_2bb0bc3b-7a85-83a9-2522-c499b04f35b8-ec73cf68 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

#w-node-_2bb0bc3b-7a85-83a9-2522-c499b04f35c5-ec73cf68 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_2bb0bc3b-7a85-83a9-2522-c499b04f35b8-af82d65d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

#w-node-_2bb0bc3b-7a85-83a9-2522-c499b04f35c5-af82d65d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_15d901df-22cb-cb7d-2fdd-1fcd2f295bab-e7a2d651 {
    grid-row: 2 / 3;
    place-self: center stretch;
  }

  #w-node-_9020ecbe-d573-4912-0379-97bd6713b40a-e7a2d651 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d0036342-e227-db95-0d2d-af42a297a428-e7a2d651 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_73395094-9c88-27bb-b67b-8d5018b6b4b1-e7a2d651 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7ba12e37-5235-b539-7f2f-750a931ebde4-e7a2d651 {
    grid-column: 1 / 2;
    grid-row-end: 3;
  }

  #w-node-a8901309-f717-510b-75ce-e273a3ba13dd-e7a2d651 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3e59f42b-ecd1-e792-77e7-df66d0c6dd40-e7a2d651 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_834cbcdf-84ab-0012-e57c-ca674c637dd3-e7a2d651 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_5b67d075-aa4f-272e-6814-844417b26227-e7a2d651 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-eafc1678-39d5-beb2-15c0-096aa1f4c3a4-e7a2d651, #w-node-_0239aa3a-f4eb-a128-4017-eb6bda40915f-e7a2d651 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-b9f2c3a5-d198-49a7-aff8-efbac4e504e9-e7a2d651 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-db6ee781-1829-1134-4513-981c4e7a521b-e7a2d651 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8ed51044-abd9-2a2a-db21-58a3fe9d49a3-e7a2d651 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b9f2c3a5-d198-49a7-aff8-efbac4e504ea-e7a2d651 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ec3ab1bd-9ef9-6861-76ef-532d8a1f89dc-8a1f89da {
    grid-area: 1 / 1 / 2 / 2;
    align-self: end;
  }

  #w-node-ec3ab1bd-9ef9-6861-76ef-532d8a1f89e1-8a1f89da {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ec3ab1bd-9ef9-6861-76ef-532d8a1f89e5-8a1f89da {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ec3ab1bd-9ef9-6861-76ef-532d8a1f89e7-8a1f89da {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-cb8ece67-2657-f967-0e4c-2cd0f25eeb01-8a1f89da, #w-node-_3221594b-e6dd-dbd3-41ce-1eabcb68d9ef-8a1f89da {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_55147da0-3fc3-23bf-b9ff-11bd4a307031-be23db72, #w-node-_55147da0-3fc3-23bf-b9ff-11bd4a307031-2f4f9143, #w-node-_55147da0-3fc3-23bf-b9ff-11bd4a307031-8c583176 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aeb6108f-5778-5ea1-7438-8bb54961ce39-74c1fa74 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_665188d9-020e-b6ca-b762-c1a48bc868e0-74c1fa74, #w-node-_37f2853b-d3a9-08ab-60d3-77ef6e4d1cf7-15f57743 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2bb0bc3b-7a85-83a9-2522-c499b04f35c5-ec73cf68, #w-node-_2bb0bc3b-7a85-83a9-2522-c499b04f35c5-af82d65d {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7ba12e37-5235-b539-7f2f-750a931ebde4-e7a2d651 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_842d66c3-60c7-0af0-6724-63627109ac77-e7a2d651 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-_733a9a2d-093b-f06c-497b-cab5fa582115-e7a2d651 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a8901309-f717-510b-75ce-e273a3ba13dd-e7a2d651 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e9fd47ca-4242-0fdc-2a9e-7c2847b02fec-e7a2d651 {
    justify-self: center;
  }

  #w-node-_0122a6af-025c-dbe2-1548-b9fbe38f472f-e7a2d651 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-ec3ab1bd-9ef9-6861-76ef-532d8a1f89e1-8a1f89da {
    justify-self: stretch;
  }

  #w-node-a28586e5-80ce-fb98-863e-d51fd484aa25-d484aa0e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a28586e5-80ce-fb98-863e-d51fd484aa2c-d484aa0e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_891063b8-1f2c-2f79-441e-82196ddd08e1-be23db72 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c6fc12ac-b4b7-4bd7-9040-d41248fe0ad7-be23db72 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_891063b8-1f2c-2f79-441e-82196ddd08e1-2f4f9143 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c6fc12ac-b4b7-4bd7-9040-d41248fe0ad7-2f4f9143 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_891063b8-1f2c-2f79-441e-82196ddd08e1-8c583176 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c6fc12ac-b4b7-4bd7-9040-d41248fe0ad7-8c583176 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7ef08d98-3370-7108-92a8-662ddbcc5c35-1eb6d944 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-_7ef08d98-3370-7108-92a8-662ddbcc5c3c-1eb6d944 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7ef08d98-3370-7108-92a8-662ddbcc5c43-1eb6d944 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c960f7f2-fb4d-336c-ffe5-b0a94a3332dc-15f57743 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-c960f7f2-fb4d-336c-ffe5-b0a94a3332e3-15f57743 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c960f7f2-fb4d-336c-ffe5-b0a94a3332ea-15f57743 {
    grid-area: 4 / 1 / 5 / 2;
  }
}