@import "line-awesome.min.css";
@import "font-awesome.min.css";
/* Custom: 次層清單改為橫線分項符號 */
.overview-content2-text ul ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.overview-content2-text ul ul li {
  position: relative;
  padding-left: 0.6em;
}
.overview-content2-text ul ul li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}

/* 使 .overview-content2-text 內所有項目平均分為兩欄 */
.overview-content2-text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 2em;
}
.overview-content2-text li {

}
._flex-display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* ma-report specific demo styles removed — using existing site `#data-table .filter-button` styles */
._justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
._justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
._justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
._justify-content-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@font-face {
  font-family: 'Microsoft JhengHei UI';
  src: url('../fonts/MSJHUIL.eot');
  src: url('../fonts/MSJHUIL.eot?#iefix') format('embedded-opentype'), url('../fonts/MSJHUIL.otf') format('otf'), url('../fonts/MSJHUIL.svg#AktivGrotesk-Regular') format('svg'), url('../fonts/MSJHUIL.ttf') format('truetype'), url('../fonts/MSJHUIL.woff') format('woff'), url('../fonts/MSJHUIL.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  overflow: hidden;
}
ul {
  list-style: disc;
  margin-bottom: 0;
  padding-left: 20px;
}
ol {
  list-style: decimal;
  margin-bottom: 0;
  padding-left: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  font-weight: normal;
}
h1 {
  font-size: 60px;
  margin-bottom: 10px;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
*:focus::-webkit-input-placeholder {
  color: transparent !important;
}
*:focus::-moz-placeholder {
  color: transparent !important;
}
*:focus:-moz-placeholder {
  color: transparent !important;
}
*:focus:-ms-input-placeholder {
  color: transparent !important;
}
p,
li {
  line-height: 1.6;
  margin-bottom: 10px;
}
a {
  text-decoration: none;
  color: #409AD6;
}
html {
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  color: #000000;
  min-height: 100vh;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-3,
.col-md-7,
.col-md-9,
.col-md-10,
.col-md-11,
.col-sm-6,
.col-md-6,
.col-md-4,
.col-sm-3,
.col-sm-9,
.col-sm-5,
.col-sm-7,
.col-xm-6,
.col-md-12,
.col-md-8,
.col-md-5,
.col-md-2,
.col-sm-4,
.col-sm-8,
.col-md {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.col-md-3.no-pad,
.col-md-7.no-pad,
.col-md-9.no-pad,
.col-md-10.no-pad,
.col-md-11.no-pad,
.col-sm-6.no-pad,
.col-md-6.no-pad,
.col-md-4.no-pad,
.col-sm-3.no-pad,
.col-sm-9.no-pad,
.col-xm-6.no-pad,
.col-md-12.no-pad,
.col-md-8.no-pad,
.col-md-5.no-pad,
.col-md-2.no-pad,
.col-sm-4.no-pad,
.col-sm-8.no-pad {
  padding-left: 0;
  padding-right: 0;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.color-white {
  color: #fff !important;
}
.color-white h1 {
  color: #fff;
}
.color-white *:not(.la) {
  color: #fff !important;
}
.color-white a {
  color: #fff;
}
.color-white .label,
.color-white .read-more {
  color: #fff;
}
.main-header-n {
  padding: 30px 0;
  position:relative;
}
.main-header-n .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 21px;
}
.main-header-n .logo span {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #000000;
}
.main-header-n .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.main-header-n .icons {
  color: #000000;
  font-size: 21px;
  padding-left: 5px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
  padding-right: 28px;
  line-height: 1;
}
.main-header-n .icons a,
.main-header-n .icons span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.main-header-n .icons .search-f-w {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-right:21px;
}
.main-header-n .icons .search-f-w:hover {
  width: 390px;
}
.main-header-n .icons .search-f-w:hover form {
  border-bottom: 1px solid #00A3E0;
}
.main-header-n .icons .search-f-w form {
  position: relative;
  text-align: left;
}

.main-header-n .icons .search-f-w form i{
  transform: scaleX(-1);
}


.main-header-n .icons .search-f-w form input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0 0 4px 30px;
  background: transparent;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  width: 100%;
}
.main-header-n .icons .search-f-w form input::-webkit-input-placeholder {
  color: #000000;
  font-family: 'Roboto Condensed';
  font-size: 20px;
  opacity: 1;
  font-weight: 500;
}
.main-header-n .icons .search-f-w form input::-moz-placeholder {
  color: #000000;
  font-family: 'Roboto Condensed';
  font-size: 20px;
  opacity: 1;
  font-weight: 500;
}
.main-header-n .icons .search-f-w form input:-ms-input-placeholder {
  color: #000000;
  font-family: 'Roboto Condensed';
  font-size: 20px;
  opacity: 1;
  font-weight: 500;
}
.main-header-n .icons .search-f-w form button {
  color: #000000;
  font-size: 30px;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.left-nav {
  position: fixed;
  list-style: none;
  left: 0;
  top: 30%;
  z-index: 999;
}
.left-nav li {
  margin-bottom: 5px;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 1;
}
.left-nav li:hover a {
  overflow: visible;
}
.left-nav li:hover a span {
  opacity: 1;
  pointer-events: auto;
}
.left-nav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  font-weight: 400;
  border-radius: 5px;
  background: #BFB8F5;
  color: #e6f7fa;
  white-space: nowrap;
}
.left-nav a span {
  position: relative;
  pointer-events: none;
  top: -5px;
  left: -5px;
  padding: 3px 10px 3px 20px;
  opacity: 0;
  display: inline-block;
  background: linear-gradient(92.57deg, #8375EE 0%, #BAB2FF 115.37%);
  border-radius: 11px;
  height: 21px;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.left-nav a span:before {
  content: "";
  width: 10px;
  height: 10px;
  font-weight: 400;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
}
.ban-top-n {
  padding: 10px 0 10px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-top-right-radius: 50px;
  /*&:before{
    content: "";
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(270.14deg, #0E07A5 -9.09%, rgba(0, 51, 160, 0) 88.11%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
  }*/
}
.ban-top-n img.top-bg {
  max-width: 157px;
  position: absolute;
  right: 0;
  bottom: -11px;
}
@media (max-width: 800px) {

  .ban-top-n img.top-bg {
    max-width: 70px;

}
}
.ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(to right, #d2e7e5 0%, rgba(194, 228, 232, 0) 100%);
}
.ban-top-n.bg-gradients-blue-grad2 {
  background: linear-gradient(to right, #deecef 0%, rgba(194, 228, 232, 0) 100%);
}
.ban-top-n.bg-gradients-blue-grad3 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, #00479D 120.35%);
}
.ban-top-n.ma-report {
  background: linear-gradient(90deg, #FFFFFF 15.6%, #60AED3 170.78%);
}
.ban-top-n.sustainability-related {
  background: linear-gradient(90deg, #FFFFFF 15.6%, #6B849D 120.35%);
}
.option-2-bg, .option-3-bg {
  background: rgba(111, 179, 185, 1)!important;
}
.option-2-bg .link-title, .option-2-bg .ban-top-text h1, .option-2-bg.nav-second.dropdown-style p, .option-3-bg .link-title {
  color: #fff!important;
}
.option-2-bg p.image-section-title, .option-3-bg p.image-section-title {
  background: #fff!important; 
  color: #6FB3B9;
}
.option-2-border {
  border-bottom: 1px solid #fff;
}
.ban-top-n .breadcrumbs{
  margin-bottom:0;
}
.ban-top-text {
  display: flex;
  align-items:center;
  margin-left: 20px;
}
.ban-top-text .top-icon {
  max-width: 80px;
  margin-left: 20px;
}
.light-cyan .ban-top-n h1, .light-cyan .main-section-n h2, .light-cyan .main-section-n h4,.light-cyan .introduction, .light-cyan .main-section-n h2 a.link-title {
  color: #5FB28E;
}
.light-cyan a.read-more-btn, .light-cyan .intro-n p, .light-cyan .accordion .panel-title a h4, .light-cyan .awards-item h5, .light-cyan .awards-item p strong {
  color: #5FB28E;
}
.light-cyan .table-wrap table td {
  border-bottom: 1px solid #5FB28E;
}
.why-material {
  margin-top: 40px;
  background: #5FB28E1A;
  border-radius: 20px;
  padding: 41px 76px 50px 76px;
}
.why-material a.read-more-btn {
  background: #5FB28E;
  color: #ffffff;
}
.why-material a.read-more-btn i {
  stroke: #ffffff;
}
@media (max-width: 991px) {
  .ban-top-text {
    margin-left: 0;
}
.main-footer .bottom-panel p {
  margin-top: 10px;
}
/* Mobile: ensure active filter-button displays full text;
   non-active buttons shrink and show ellipsis when overflowing */

  .ma-report-filter-area .filter-button,
  .esg-filter-area .filter-button,
  #data-table .filter-button,
  #ma-report-area .filter-button {
    flex: 0 1 auto;
    min-width: 0; /* allow shrinking below 163px when needed */
    white-space: nowrap;
  }

  /* Active button: show the full label (allow wrap/expand) */
  .ma-report-filter-area .filter-button.active,
  .esg-filter-area .filter-button.active,
  #data-table .filter-button.active,
  #ma-report-area .filter-button.active {
    min-width: 163px; /* keep at least this wide */
    max-width: none;   /* allow it to grow */
    white-space: normal; /* allow wrapping so full text is visible */
  }

  /* If you prefer single-line active button that overflows instead of wrapping,
     replace white-space: normal above with white-space: nowrap */

  .why-material {
    margin-top: 20px;
    padding: 16px 22px 21px 22px;
    border-radius: 10px;
  }
  .main-section-n .why-material h2.font-lg {
    margin-top: 0;
  }
  .why-material a.read-more-btn {
    padding: 7.5px 40px 7.5px 20px;
    margin: 16px 0 0 0;
  }
}
.matrix-light-cyan .ban-top-n h1, .matrix-light-cyan a.read-more-btn.top-btn {
  color: #60AED3;
  height: unset;
}
.matrix-light-cyan a.read-more-btn.top-btn {
  color: #ffffff;
  background: #60AED3;
  font-size: 20px;
}
.matrix-light-cyan .intro-materiality p {
  color: #60AED3;
  margin-bottom: 25px;
}
.purple .ban-top-n, .purple .awards-item.not-fade, .purple .img-download, .purple .accordion .panel {
  background: rgb(133 102 170 / 10%);
}

.purple .nav-second.dropdown-style, .purple .read-more-btn, .purple .materiality-item.icon-bottom, .purple .table-wrap table th {
    background: #8566AA;
}

.purple .ban-top-n h1 {
  color: #8566AA;
}

.blue .ban-top-n, .blue .awards-item.not-fade, .blue .img-download, .blue .accordion .panel, .blue ul.links-list.a-bg-blue.with-icon a, .blue .more-links .links-list.a-bg-white li a{
  background: rgb(0 71 157 / 10%);
}

.blue .nav-second.dropdown-style, .blue .read-more-btn, .blue .materiality-item.icon-bottom, .blue .table-wrap table th, .blue .reporting .item-reporting {
    background: #00479D;
}

.blue .ban-top-n h1 {
  color: #00479D;
}

.yellow .ban-top-n, .yellow .awards-item.not-fade, .yellow .img-download, .yellow .accordion .panel{
  background: rgb(201 125 0 / 10%);
}

.yellow .nav-second.dropdown-style, .yellow .read-more-btn, .yellow .materiality-item.icon-bottom, .yellow .table-wrap table th {
    background: #C97D00;
}

.yellow .ban-top-n h1 {
  color: #C97D00;
}

.blu .ban-top-n, .blu .awards-item.not-fade, .blu .img-download, .blu .accordion .panel{
  background: rgb(0 117 120 / 10%);
}

.blu .nav-second.dropdown-style, .blu .read-more-btn, .blu .materiality-item.icon-bottom, .blu .table-wrap table th {
    background: #007578;
}

.blu .ban-top-n h1 {
  color: #007578;
}

.green .ban-top-n, .green .awards-item.not-fade, .green .img-download, .green .accordion .panel {
  background: rgb(128 181 86 / 10%);
}
.green .ban-top-n {
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(83, 146, 59, 0.1) 100%);
}
.green .nav-second.dropdown-style, .green .read-more-btn, .green .materiality-item.icon-bottom, .green .table-wrap table th {
    background: #80B556;
}

.green .ban-top-n h1 {
  color: #80B556;
}

.skyblue .ban-top-n, .skyblue .awards-item.not-fade, .skyblue .img-download, .skyblue .accordion .panel, .skyblue ul.links-list.a-bg-blue.with-icon a, .skyblue .more-links .links-list.a-bg-white li a{
  background: rgb(64 154 214 / 10%);
}

.skyblue .nav-second.dropdown-style, .skyblue .read-more-btn, .skyblue .materiality-item.icon-bottom, .skyblue .table-wrap table th, .skyblue .reporting .item-reporting {
    background: #409AD6;
}

.skyblue .ban-top-n h1 {
  color: #409AD6;
}

 .ban-top-n.ma-report h1 {
  color: #60AED3;
}

.img-download.green {
  background: rgb(64 154 214 / 10%);
}
.triangle {
  width: 100%;
  border-style: solid;
  border-width: 23px 23px 0 23px;
  border-color: #6c60a3 transparent transparent transparent;
  transform: rotate(0deg);
  max-width: 46.04px;
  height: 23px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.grapepurple .triangle {
  border-color: #6c60a3 transparent transparent transparent;
}
.rouge .triangle {
  border-color: #c3506d transparent transparent transparent;
}
.green2 .triangle {
  border-color: #4CA855 transparent transparent transparent;
}
.tortoise .triangle {
  border-color: #279BA5 transparent transparent transparent;
}
.grapepurple .overview-title, .grapepurple .image-section-title {
  background: #6C60A3;
}

.grapepurple .overview-content {
  background: rgb(108 96 163 / 10%);
}

.tortoise .overview-title, .tortoise .image-section-title {
  background: #279BA5;
}

.green2 .overview-title, .green2 .image-section-title {
  background: #4CA855;
}

.green2 .overview-content {
  background: rgb(0 117 120 / 10%);
}

.rouge .overview-title, .rouge .image-section-title {
  background: #C2506D;
}

.rouge .overview-content {
  background: rgb(194 80 109 / 10%);
}

img.hide-mob-2, img.desktop-hide-2 {
  width: 1093.76px;
}

.skyblue.rouge .read-more-btn.external .external,.skyblue.green2 .read-more-btn.external .external, .skyblue.grapepurple .read-more-btn.external .external, .skyblue.tortoise .read-more-btn.external .external{
  line-height: unset!important;
  margin-top: -11px!important;
}

.ban-top-n.bg-bue-grad {
  background: #E4F7FF;
}
.ban-top-n.bg-blue-grad {
  background: rgb(0 51 160 / 10%);
}
.ban-top-n.bg-purple-grad {
  background: rgb(133 102 170 / 10%);
}
.ban-top-n.bg-yellow-grad {
  background: #FFEED2;
}
.ban-top-n.bg-yellow-grad h1 {
  color: #C97D00;
}
.ban-top-n.bg-purple-grad h1 {
  color: #8566AA;
}


.ban-top-n .container {
  position: relative;
  z-index: 2;
  max-width: 1565px;
}
.ban-top-n.bg-blue-grad h1{
  color: #0033A0;
}
.ban-top-n h1 {
  font-weight: bold;
  font-size: 50px;
  line-height: 1.63;
  color: #004592;
  margin-bottom: 0;
}
.ban-top-n .toggle-tabs-wrap a {
  display: inline-block;
  min-width: 238px;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  height: 40px;
  line-height: 35px;
  margin-right: 8px;
}
.ban-top-n .toggle-tabs-wrap a.active {
  background: #fff;
  font-weight: bold;
  font-size: 20px;
  color: #0033A0;
}
.ban-top-n .toggle-tabs-wrap a.active img:first-child {
  display: inline;
  background-color: #fff;
}
.ban-top-n .toggle-tabs-wrap a.active img:nth-of-type(2) {
  display: none;
}
.ban-top-n .toggle-tabs-wrap a img,
.ban-top-n .toggle-tabs-wrap a span {
  vertical-align: middle;
}
.ban-top-n .toggle-tabs-wrap a img:first-child {
  display: none;
}
.ban-top-n .toggle-tabs-wrap a span {
  padding-left: 12px;
}
.mob-menu {
  display: none;
}
.nav-second {
  background: #5BA2C3E5;
  z-index: 100;
  white-space: nowrap;
}
.nav-second.dropdown-style.bg-purple-grad{
  background:#8566AA;
}
.nav-second.dropdown-style.bg-blue-grad{
  background:#0033A0;
}
.nav-second.dropdown-style.bg-purple-grad .wrap-drop-down .toggle-open,.nav-second.dropdown-style.bg-purple-grad .wrap-drop-down ul li a{
  color:#8566AA;
}

.nav-second.dropdown-style.fixed .wrap-drop-down {
  top: 8px;
}
.nav-second.dropdown-style .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  padding: 35px 10px;
  max-width: 1454px;
}
.nav-second.dropdown-style .wrap-drop-down {
  background: #FFFFFF;
  position: absolute;
  top: 29px;
  left: 96px;
  z-index:1;
  width: 393.5px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.nav-second.dropdown-style .wrap-drop-down.open .toggle-open .la:before {
  content: "\f113";
}
.nav-second.dropdown-style .wrap-drop-down.open ul {
  display: block;
}
.nav-second.dropdown-style .wrap-drop-down .toggle-open {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
  padding: 6px 40px 6px 18px;
  position: relative;
}
.nav-second.dropdown-style.bg-purple-grad .wrap-drop-down .toggle-open .la{
color:#8566AA
}
.nav-second.dropdown-style .wrap-drop-down .toggle-open .la {
  position: absolute;
  right: 18px;
  color: #0033A0;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
  font-weight: bold;
}
.nav-second.dropdown-style .wrap-drop-down ul {
  padding-bottom: 10px;
  display: none;
}
.nav-second.dropdown-style .wrap-drop-down ul li {
  line-height: normal;
  display: block;
  margin-bottom: 9px;
}
.nav-second.dropdown-style .wrap-drop-down ul li a {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #0033A0;
  padding: 0 25px;
  display: block;
}
.nav-second.dropdown-style p {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
.nav-second .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.nav-second.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.nav-second.fixed .arrow-nav {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.nav-second.fixed .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nav-second ul {
  list-style: none;
  padding: 0;
}
.nav-second ul li.active a {
  font-weight: bold;
}
.nav-second ul li a {
  font-size: 16px;
  color: #0033A0;
}
.nav-second ul li a:before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.nav-second ul li a:hover {
  font-weight: bold;
}
.nav-second .container {
  position: relative;
}
.nav-second .arrow-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  margin-right: 15px;
}
.container-fluid {
  width: 100%;
  padding-right: 43px;
  padding-left: 43px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.main-block {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100%;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
.main-block.com-soon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, #F7F6F5 0%, #FFFFFF 100%);
}
.coming-soon-img {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 80vh;
  align-items: center;
  overflow: hidden;
}

.coming-soon-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 0 20px;
}
.main-block.com-soon .top-home-section {
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  height: 80vh;
}
.main-block.com-soon24 {
  background: #fff;

}
.main-block.com-soon24 .slogan {
  margin-left: 110px;
  padding: 20px;
}
.main-block.com-soon24 .slogan h1 {
  font-size: 65px;
}
.main-block.com-soon24 .slogan span {
  color: #00A0E9;
  margin-right: 55px;
}
.main-block.com-soon24 a.external {
  background: linear-gradient(90deg, #9db865, #5ca675);
  font-size: 24px;
  padding-top: 19px;
  padding-bottom: 19px;
  white-space: nowrap;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.main-block.com-soon24 a.external .external {
  margin-top: -13px;
  right: 28px;
}
.com-soon24 .text-content {
  margin-left: 110px;
  padding: 0px 20px;
}
.main-block.com-soon24 h1 {
  font-weight: normal;
  line-height: 57px;
  font-size: 40px;
  color: #0033A0;
  white-space: nowrap;
}
.comingsoon-mob {display:none;}
@media (max-width: 1700px) {
  .main-block.com-soon24 .slogan, .com-soon24 .text-content {
    margin-left: 0;
  }
  .main-block.com-soon24 h1 {
    font-size: 28px;
    white-space: normal;
  }
  .main-block.com-soon24 a.external {
    white-space: normal;
  }
}
@media (max-width: 1280px) {
.main-block.com-soon24 .slogan strong {
  display: flex;
  flex-direction: column;
  line-height: 26.95px;
}
.main-block.com-soon24 .slogan span {
  margin-right: 0;
  margin-bottom: 10px;
}
.main-block.com-soon24 h1 {
  font-size: 20px;
  line-height: 1.3;
}

.main-block.com-soon24 a.external {
  font-size: 16px;
  padding-right: 50px;
}
.coming-soon-img {

}
}
@media (max-width: 991px) {
.main-block.com-soon24 .slogan h1 {
    font-size: 45px;
    white-space: nowrap;
  }
}
@media (max-width: 750px) {
  .main-block.com-soon24 .slogan {
        margin-left: 0;
        margin-right: auto;
        padding-left: 0px;
    }
  .main-block.com-soon .top-home-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

  .main-block.com-soon .top-home-section{
    padding-top: 48px;
  }
  .main-block.com-soon24 {
    background: #fff;
    background-image: unset;
  }
  main.main-block.com-soon.com-soon24 {
    align-items: baseline;
    flex-direction: column;
    justify-content: flex-start;
}
img.coming-soon-ba {
  max-width: 310px;
  width:100%;
}
.main-block.com-soon24 a.external .external {
  margin-top: -7px;
  right: 11px;
}
  .comingsoon-mob {
    display: block;
  }
  .coming-soon-img {
    display: none;
  }


  .main-block.com-soon24 .slogan h1 {
    font-size: 30px;
    white-space: nowrap;
  }
  .com-soon24 .text-content h1 {
    font-size: 15px!important;
    line-height: 1.3!important;
}
.main-block.com-soon24 a.external {
  font-size: 11px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 30px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
}

@media (max-width: 750px) {
  .main-block.com-soon .top-home-section {
    justify-content: space-between;
            flex-direction: column;
            margin: 0 auto;
}
.main-block.com-soon .top-home-section {
  height: auto;
}

.com-soon24 .text-content {
  margin-left: 0px;
  left: 45px;
}
}
@media (max-width: 750px) {
  .com-soon24 .text-content {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 20px;
    left: 0;
  }
}
@media (max-width: 550px) {
  .main-block.com-soon .top-home-section {
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .main-block.com-soon24 .slogan {
    padding-top: 65px;
    padding-left: 6px;
  }
}
.text-content2 {
  display: none;
}



@media (max-width: 750px) {
  .text-content1 {
      display: none;
  }
  .text-content2 {
      display: block;
  }
}

.main-block.com-soon24 .row {
  position: relative;
  z-index: 2;
}
.main-block.com-soon24 img.coming-soon-ban {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.text-center {
  text-align: center;
}
.toggle-menu:not(.main-nav-menu) {
  display: none;
}
.toggle-menu {
  display: block;
  width: 25px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
}
.toggle-menu.main-nav-menu {
  position: relative;
  right: 0;
  top: 0;
  margin: 0;
  width: 30px;
}
.toggle-menu.open div p:last-child {
  display: block;
}
.toggle-menu.open div p:first-child {
  display: none;
}
.toggle-menu.open span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.toggle-menu.open span:nth-of-type(2) {
  opacity: 0;
}
.toggle-menu.open span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.toggle-menu div {
  position: absolute;
  right: 100%;
  top: 50%;
  padding-right: 10px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.toggle-menu div p {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  color: #0033a0;
}
.toggle-menu div p:last-child {
  display: none;
}
.toggle-menu span {
  display: block;
  height: 2px;
  background: #000000;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.toggle-menu span + span {
  margin-top: 6px;
}
.search-submenu {
  position: absolute;
  top: 104px;
  height: 100vh;
  overflow-y: auto;
  right: 0;
  width: 100%;
  max-height: 600px;
  background: linear-gradient(#d0eef8 0%, #fdfeff 100%);
  z-index: 11;
  padding: 42px 0 50px 0;
  border-top: 1px solid rgba(151, 151, 151, 0.75);
  box-shadow: 0 7px 10px #979797;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.search-submenu.active {
  opacity: 1;
  pointer-events: auto;
}
.search-submenu .links-search {
  position: relative;
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
.search-submenu .links-search a {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 3px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.search-submenu .links-search a:hover {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.search-submenu .links-search a p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-submenu .links-search a:first-child {
  max-width: 190px;
}
.search-submenu .links-search a:first-child p {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.17;
  color: #6757EC;
  padding: 0 45px;
}
.search-submenu .links-search a:nth-of-type(2) {
  max-width: 102px;
  margin-top: 20px;
}
.search-submenu .links-search a:nth-of-type(2) p {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #009C88;
}
.search-submenu .links-search a:nth-of-type(3) {
  max-width: 130px;
  margin-top: 40px;
}
.search-submenu .links-search a:nth-of-type(3) p {
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  color: #00A3E0;
}
.search-submenu .links-search a:nth-of-type(4) {
  max-width: 188px;
  margin-top: 10px;
}
.search-submenu .links-search a:nth-of-type(4) p {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  color: #009C88;
  padding: 0 40px;
}
.search-submenu .links-search a:nth-of-type(5) {
  max-width: 247px;
  margin-top: 10px;
}
.search-submenu .links-search a:nth-of-type(5) p {
  font-weight: bold;
  font-size: 26px;
  color: #6757EC;
}
.search-submenu .links-search a:nth-of-type(6) {
  max-width: 217px;
  margin-top: 40px;
}
.search-submenu .links-search a:nth-of-type(6) p {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.18;
  color: #009C88;
}
.search-submenu .links-search a:nth-of-type(7) {
  max-width: 120px;
  margin-top: -60px;
  margin-left: 60px;
}
.search-submenu .links-search a:nth-of-type(7) p {
  font-size: 15px;
  line-height: 20px;
  color: #009C88;
}
.search-submenu .links-search a:nth-of-type(8) {
  max-width: 225px;
  margin-top: -138px;
  margin-left: 20px;
}
.search-submenu .links-search a:nth-of-type(8) p {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.17;
  color: #00A3E0;
}
.search-submenu .links-search a:nth-of-type(9) {
  max-width: 170px;
  margin: -40px 0 0 20px;
}
.search-submenu .links-search a:nth-of-type(9) p {
  font-size: 18px;
  line-height: 1.44;
  color: #6757EC;
}
.search-submenu .links-search a:nth-of-type(10) {
  max-width: 102px;
  margin: -64px 0 0 20px;
}
.search-submenu .links-search a:nth-of-type(10) P {
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #009C88;
}
.search-submenu .links-search a:nth-of-type(11) {
  max-width: 145px;
  margin: -30px 0 0 6px;
}
.search-submenu .links-search a:nth-of-type(11) P {
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #00A3E0;
}
.search-submenu .search-f {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.search-submenu .search-f input {
  padding: 12px 30px 12px 20px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #8578F2;
  border-radius: 10px;
  font-size: 26px;
  color: #8578F2;
  font-family: 'Roboto Condensed', sans-serif;
}
.search-submenu .search-f input::-webkit-input-placeholder {
  color: #8578F2;
  font-family: 'Roboto Condensed';
  font-size: 26px;
  opacity: 1;
  font-weight: normal;
}
.search-submenu .search-f input::-moz-placeholder {
  color: #8578F2;
  font-family: 'Roboto Condensed';
  font-size: 26px;
  opacity: 1;
  font-weight: normal;
}
.search-submenu .search-f input:-ms-input-placeholder {
  color: #8578F2;
  font-family: 'Roboto Condensed';
  font-size: 26px;
  opacity: 1;
  font-weight: normal;
}
.search-submenu .search-f button {
  line-height: 1;
  position: absolute;
  font-size: 30px;
  right: 18px;
  top: 50%;
  margin-top: -15px;
  background-color: transparent;
  -webkit-appearance: none;
  color: #00A3E0;
  cursor: pointer;
}
.sub-menu {
  position: absolute;
  top: 95px;
  height: calc(100vh - 95px);
  overflow-y: auto;
  right: 0;
  width: 100%;
  max-height: 868px;
  background: #fff;
  z-index: 11;
  padding: 0 0 20px 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
  display: none;
}
.sub-menu .mCustomScrollBox,
.sub-menu .mCSB_container {
  overflow: visible;
}
.sub-menu .mCSB_inside > .mCSB_container {
  margin-right: 0;
  min-height: 100%;
}
.sub-menu .mCSB_scrollTools {
  pointer-events: none;
}
.sub-menu .scroll-m {
  overflow: hidden;
  height: 100%;
}
.sub-menu .scroll-menu-s {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
}
.sub-menu .close-menu {
  position: absolute;
  opacity: 0;
  right: 25px;
  cursor: pointer;
  line-height: normal;
  top: 20px;
  color: #0033a0;
  font-weight: normal;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sub-menu .close-menu .la {
  font-size: 18px;
  font-weight: 700;
  margin-left: 3px;
}
.sub-menu .container-fluid {
  padding: 0;
  height: 100%;
  display: block;
}
.sub-menu .bg-img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 285px;
}
.sub-menu .bg-img2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.sub-menu .material-topics-s {
  position: relative;
}
.sub-menu .material-topics-s p {
  color: #3ac2c0;
  font-size: 16px;
  font-weight: 400;
}
.sub-menu .material-topics-s p + li {
  border-top: 1px solid #fff;
}
.sub-menu .material-topics-s li span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.sub-menu .iScrollVerticalScrollbar {
  right: 5px !important;
  width: 4px !important;
}
.sub-menu .iScrollVerticalScrollbar .iScrollIndicator {
  border: none !important;
  border-radius: 4px !important;
  background: #929292 !important;
}
.sub-menu .scroll {
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}
.sub-menu .scroll .left-p {
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  max-width: 270px;
  padding-top: 5px;
}
.sub-menu .scroll .left-p p {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  color: #00A3E0;
}
.sub-menu .scroll .right-p {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /*&>ul{
        height: 100%;
        &:after{
          content: "";
          display: block;
          height: 70px;
        }
      }*/
}
.sub-menu .scroll .right-p > ul > li:first-child a {
  font-weight: bold;
}
.sub-menu.active {
  opacity: 1;
  pointer-events: auto;
}
.sub-menu {
  opacity: 1;
  pointer-events: auto;
}
.nav-column {
  width: 20%;
  position: relative;
  overflow: hidden;
}
.nav-column {
  border-left: 1px solid #C8C8C8;
}

.nav-column:first-child {
  border-left: none;
}
.sub-menu .main-menu-block {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display:flex;
}
.sub-menu .main-menu-block ul {
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  height: 100%;
}
.sub-menu .main-menu-block ul:first-child {
  height: auto;
}
.sub-menu .main-menu-block ul.has-icon > li > a {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.sub-menu .main-menu-block ul.has-icon .icon {
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
  max-width: 44px;
  padding-right: 7px;
  text-align: center;
}
.sub-menu .main-menu-block ul li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}

.sub-menu .main-menu-block ul li:hover > a[href]:hover {
  color: #0033A0;
}

.sub-menu .main-menu-block .nav-column>ul>li>a {
  padding-bottom: 0;
  min-height: 45px;
  border-bottom: 1px solid #AFAFAF;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  transition:0.3s;
  color: #ffffff;
  display: flex;
  justify-content: center;
  border-top-right-radius: 20px;
}
.sub-menu .main-menu-block .nav-column>ul>li>a:last-child {
  position: absolute;
  bottom: 0;
  border-bottom-right-radius: 30px;
}
.sub-menu .main-menu-block .nav-column:first-child {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sub-menu .nav-column {
    min-height: 100%;
}
.main-menu-block .c-9 ul {
  position: relative;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    display: block;
    padding: 10px 23px 20px;
}
.main-menu-block .c-9 ul>li a {
    padding-top: 10px;
    line-height: 20px;
}
.menu-box {
  position: relative;
  bottom: 0;
  width: 100%;
}
.sub-menu .main-menu-block .nav-column>ul>.c-1>ul>li>a:hover, .sub-menu .main-menu-block .nav-column>ul>.c-7>ul>li>a:hover{
color:#00A3E0;
}


.sub-menu .main-menu-block .nav-column>ul>li>ul>li:hover ul {
  display: block;
}
.sub-menu .main-menu-block .nav-column>ul>li>ul>li>a {
  font-weight: bold;
  width: 100%;
  padding-right: 10px;
  margin-top: 0;
  padding-top: 0;
}
.sub-menu .main-menu-block .nav-column>ul>li>ul>li>a>i.closed {
  transform: rotate(0);
}
.sub-menu .main-menu-block .nav-column>ul>li>ul>li>a>i{
  margin-left: 10px;
  color: #8E8E8E;
  font-weight: bold;
  right: -2px;
    top: 4px;
    position: absolute;
    transform: rotate(180deg);
}
.main-menu-block li.c-1 {

}
.main-menu-block .c-7 {
width:100%;
}
.sub-menu .main-menu-block .nav-column>ul>li>ul>li {
    padding-top: 13px;
    line-height: 20px;
}
.sub-menu .main-menu-block .nav-column>ul>li>ul>li>ul{
  padding-left: 0px;
}

.main-menu-block li.c-1 >ul >li, .main-menu-block li.c-2 >ul >li {
  padding-bottom: 0!important;
}

.main-menu-block .c-1>a, .wrap-list .c-1.has-child>a {
  background-color: #6B849D;
}

.main-menu-block .c-2>a, .wrap-list .c-2.has-child>a {
  background-color: #D8BE64;
}

.main-menu-block .c-3>a, .wrap-list .c-3.has-child>a {
  background-color: #E1B28A;
}

.main-menu-block .c-4>a, .wrap-list .c-4.has-child>a {
  background-color: #A8B599;
}

.main-menu-block .c-5>a, .wrap-list .c-5.has-child>a {
  background-color: #76A69A;
}

.main-menu-block .c-6>a, .wrap-list .c-6.has-child>a {
  background-color: #B8724C;
}

.main-menu-block .c-7>a {
  background-color: #00479D;
  justify-content: left!important;
  padding-left: 24px;
  font-size: 15px;
  height: 50px;
  padding-bottom: 0;
    min-height: 45px;
    border-bottom: 1px solid #AFAFAF;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    transition: 0.3s;
    color: #ffffff;
    display: flex;
    border-top-right-radius: 20px;
}
.main-menu-block .c-9>a {
  background-color: #409AD6;
  justify-content: left!important;
  padding-left: 24px;
  font-size: 15px;
  height: 50px;
  padding-bottom: 0;
    min-height: 45px;
    border-bottom: 1px solid #AFAFAF;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    transition: 0.3s;
    color: #ffffff;
    display: flex;
    border-top-right-radius: 20px;
}

@media (max-width: 1500px) {
  .main-menu-block .c-7>a, .main-menu-block .c-9>a {
    font-size: 13px;
    min-height: 37px;
    height: unset;
}
}

.wrap-list .c-7>a {
  color: #00479D;
  height: 60px;
}
.wrap-list .c-11>a {
  color: #409AD6;
}
.wrap-list .c-8>a, .wrap-list .c-9>a, .wrap-list .c-10>a {
  color: #8E8E8E;
}

.main-menu-block .c-1>ul>li>a {
  color: #6B849D;
}

.main-menu-block .c-2>ul>li>a {
  color: #D8BE64;
}

.main-menu-block .c-3>ul>li>a {
 color: #E1B28A;
}

.main-menu-block .c-4>ul>li>a {
  color: #A8B599;
}

.main-menu-block .c-5>ul>li>a {
  color: #76A69A;
}

.main-menu-block .c-6>ul>li>a {
  color: #B8724C;
}

.main-menu-block .c-9>ul>li>a {
  color: #409AD6;
}

.sub-menu .main-menu-block ul a {
  position: relative;
  padding-right: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sub-menu .main-menu-block ul a sup {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #CFEEF8;
  position: absolute;
  right: 100%;
  top: 9px;
  padding-right: 20px;
}
.sub-menu .main-menu-block .nav-column>ul>li>a:after{
}
.sub-menu .main-menu-block ul a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #0033A0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sub-menu .main-menu-block>.nav-column:last-child>ul {
      flex-wrap: wrap;
      align-content: space-between;
}

.sub-menu .main-menu-block .nav-column>ul>li>a[href]:hover {
  color: #0133a0;
}
.sub-menu .main-menu-block .nav-column .c-1>a[href]:hover,.sub-menu .main-menu-block .nav-column .c-7>a[href]:hover {
  color: #409AD6!important;
}

.sub-menu .main-menu-block ul li {
  line-height: 1;
  margin: 0;

}
.sub-menu .main-menu-block ul ul {
  position: relative;
  width: 100%;
  top: 0;
  pointer-events: none;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  display:block;
  padding: 0 23px;
}
.sub-menu .main-menu-block ul ul a {
  padding-top: 2px;
  padding-bottom: 4px;
  font-weight: 400;
  font-size: 12px;
}
.main-menu-block .nav-column ul>li a {
  font-size: 15px;
}
.main-menu-block .nav-column ul>li>ul>li>ul>li a {
  font-size: 12px;
}
.sub-menu .main-menu-block > ul > li {
  line-height: normal;
  margin: 0;
  box-shadow: 2px 2px 2px #cbcbcb;
  padding: 0 20px;
}
.sub-menu .main-menu-block > ul > li > a {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  display: block;
  padding: 10px 20px 30px 0;
  border-bottom: 1px solid #AFAFAF;
  margin-bottom: 10px;
}
.sub-menu .main-menu-block > ul > li > a:hover a {
  color: #00A3E0;
}
.sub-menu .main-menu-block .quick-links {
  font-family: 'Roboto Condensed';
  padding: 12px 20px 18px;
  background: rgb(124,198,238);
  background: linear-gradient(90deg, rgba(124,198,238,0.1) 0%, rgba(176,218,241,0.1) 100%);
  width: 100%;
}
.sub-menu .main-menu-block .quick-links p {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #00479D;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #409AD6;
}
.sub-menu .main-menu-block .quick-links span {
  display: block;
  margin-bottom: 15px;
}
.sub-menu .main-menu-block .quick-links .c-8 {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  color: #1A99D0;
}
.sub-menu .main-menu-block .quick-links a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #00479D;
  display: block;
  text-align: left;
}
.sub-menu .main-menu-block .quick-links a:hover {
  color: #0033A0;
}
.sub-menu .main-menu-block .quick-links a + a {

}
.sub-menu .main-menu-block .quick-links a span {
  width: 27px;
  padding-right: 7px;
}
.sub-menu ul li.current-menu-item a {
  font-weight: bold;
}
.main-section-n .intro p {
}
.intro h5 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-section-n h1 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.36;
  color: #00479D;
  margin-bottom: 20px;
}
.main-section-n h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #0033A0;
  margin-bottom: 20px;
}
.main-section-n * + h3:not(.withline) {
  margin-top: 20px;
}
#overview .row1>* {
  padding: 0;
}
#overview .image-section {
  margin-top: 30px;
}

.image-section.row .col {
  text-align: center;
}

img.template2a-arrow {
  max-width: 46.04px;
  height: 23px;
  margin-bottom: 30px;
}

p.image-section-title {
  color: #fff;
  background: #279BA5;
  font-size: 20px;
  font-weight: bold;
  height: 39px;
  margin-bottom: 0px;
  line-height: 1.9;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}


body .main-section-n .overview-title h3 {
  color: #fff;
  margin-bottom: 0!important;

}
.main-section-n h3:not(.withline) {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  color: #6FB3B9;
  margin-bottom: 20px;
}
#overview>.row {
  padding: 20px 0;
  justify-content: right;
}
#overview .row .col-md-12 {
  margin-bottom: 43px;
}
.overview-content {
  height: 100%;
  flex-basis: calc(100% / 2 - 30px);
}
.overview-content2 {
  margin-left: 15px;
  margin-right: 15px;
}
.overview-content2 {
  display: flex;
  min-height: 232px;
}
.overview-content2 h3.head {
    background: #FFFFFF33;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    width: 202px;
    padding: 0 58px 0 35px;
}
.overview-content2-text {
  background: #F1F7F8;
  width: calc(100% - 202px);
  padding: 43px 54px 39px 54px;
  border-top-right-radius: 20px;
}
.overview-content2 ul {

}
.overview-content1 .row {
    margin: 0;
}
.overview-content1-text {
  color: #ffffff;
  font-size: 20px;
  display: flex;
    align-items: center;
    gap:0 8px;
}
.overview-content1-text p {
  margin:0;
}
.overview-content1-text img {
  width: 100%;
  max-width: 79px;
  border-right: 1px solid #FFFFFF;
  padding-right: 5px;
  margin-right: 5px;
}
.overview-content h3.head {
  color: #ffffff;
}
.overview-content h3:not(.head) {
  margin: 0;
}
.overview-title {
  background: #279BA5;
  padding: 10px 30px;
}
.image-section {

}
.image-section .infographic {
  justify-content: center;
  display: flex;
  align-items: center;
  color: #5FB28E;
}
.image-section .infographic img {
  border-top-right-radius: 20px;
}
.h3-md * + h3 {
  margin-top: 30px;
}
.h3-md h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #0033A0;
  margin-bottom: 15px;
}
.main-section-n .h3-md * + h2 {
  margin-top: 40px;
}
.sub-menu h3 {
  color: #0033a0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.sub-menu a {
  color: #000000;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.sub-menu a .la-angle-right,
.sub-menu a .la-external-link {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.sub-menu a p {
  color: #5a5a5a;
  font-size: 15px;
  font-weight: 400;
}
.sub-menu .download-block {
  padding: 0 60px;
}
.sub-menu a.download-pdf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
}
.sub-menu a.download-pdf .img,
.sub-menu a.download-pdf .text {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.sub-menu a.download-pdf .img {
  background: #0033a0;
}
.sub-menu a.download-pdf .text {
  padding: 40px;
}
.sub-menu a.download-pdf p {
  color: #0033a0;
  font-size: 20px;
  margin-bottom: 30px;
}
.sub-menu a.download-pdf .la {
  font-size: 24px;
}
.menu-second {
  list-style: none;
  padding: 5px 0 0 0;
  float: left;
}
.menu-second li {
  display: inline-block;
  line-height: normal;
  margin: 0 5px;
}
.menu-second li a:hover {
  opacity: 0.7;
}
.main-menu {
  padding: 5px 0 0 0;
  list-style: none;
}
.main-menu > li > a:before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.main-menu li {
  display: inline-block;
  line-height: normal;
  margin: 0 20px;
}
.main-menu li.open a {
  font-weight: bold;
}
.main-menu li.open a:after {
  width: 100%;
}
.main-menu a {
  font-size: 16px;
  text-align: center;
  color: #0033A0;
  display: block;
  padding-bottom: 27px;
  position: relative;
}
.main-menu a:after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 4px;
  background: #0033A0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.main-menu a .la {
  font-weight: 700;
  font-size: 14px;
  padding-top: 7px;
}
.scroll-sect.pad-top-md {
  padding-top: 70px;
}
.scroll-sect + .scroll-sect{
  padding-top: 56px;
}
.customer .scroll-sect {
  padding: 15px;
}
.main-section-n {
  padding: 50px 0;
}

.homepage .main-section-n{
  padding: 10px 0;

}
#page-ma-report .main-section-n, #page-esg-data-hub .main-section-n{
  padding-top: 0;
}
.main-section-n.top-home-section {
  padding: 0;
  background-image: url(../img/home-top-img.png);
  background-size: cover;
}

.home .main-section-n {
  padding: 10px 0;
}
.main-section-n.pad-top10 {
  padding-top: 10px;
}

.main-section-n h2.font-lg {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.18;
  margin-bottom: 15px;
  color: #0033A0;
}
.why-material h2.font-lg {
  color: #5FB28E; 
}
.main-section-n h2.h2-lg {
  font-size: 50px;
}
.main-section-n.logo-sec h2 {
  text-align: left !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-section-n h2.link-inside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.main-section-n h2.link-inside a {
  margin-bottom: 10px;
}
.main-section-n h2.link-inside a:first-child {
  margin-right: 10px;
}
.main-section-n h2.link-inside .read-more-btn {
  margin-top: 0;
  padding: 15px 60px 15px 24px;
}
.main-section-n h2.has-link a {
  font-size: 16px;
  color: #0033A0;
  font-weight: normal;
  float: right;
  margin-top: 37px;
}
.main-section-n h2.has-link a:hover {
  text-decoration: underline;
}
.main-section-n h2.has-link a svg {
  margin-left: 10px;
  text-decoration: none;
}
.main-section-n h2 a.link-title {
  color: #00479D;
}
.main-section-n h2 a.link-title svg {
  position: relative;
  top: 3px;
  margin-left: 6px;
}
.main-section-n .copy-link {
  display: inline-block;
  font-size: 16px;
  margin: 0;
  margin-left:10px;
  position: relative;
  bottom: 2px;
  color: #fff;
  background: linear-gradient(92.57deg, #c5c5c5 0%, #848484 115.37%);
  border-radius: 16px;
  line-height: 1;
  vertical-align: middle;
  overflow: hidden;
  width: 32px;
  white-space: nowrap;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.main-section-n .copy-link:hover {
  width: 127px;
}
.main-section-n .copy-link.open {
  width: 127px;
}
.main-section-n .copy-link.open span:nth-of-type(1) {
  display: none;
}
.main-section-n .copy-link.open span:last-child {
  display: inline;
}
.main-section-n .copy-link svg {
  vertical-align: middle;
  top: 0!important;
  margin: 0!important;

}
.main-section-n .copy-link span {
  padding: 0 20px 0 10px;
  vertical-align: middle;
}
.main-section-n .copy-link span:last-child {
  display: none;
}
.main-section-n .title-md h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #0033A0;
}
table p,
table li {
  line-height: inherit;
  margin-bottom: inherit;
}
.main-section-n * + h4 {
  margin-top: 20px;
}
.main-section-n h4 {
  color: #00479D;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 15px;
}
.main-section-n h4.table-title {
  color: #00479D;
  font-size: 20px;
}
.light-cyan .main-section-n h4.table-title {
  color: #5FB28E;
  font-size: 20px;
}
.bottom-data-table {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 60px;
}
.bottom-data-table h4.aside-title {
  text-transform: unset!important;
}
.bottom-data-table .aside-links li {
  padding-right: 25px;
}
.bottom-data-table .aside-links1 {
  display: flex;
}
.bottom-data-table .column1 {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.main-section-n .bottom-side-bar {
  background: rgba(64, 154, 214, 0.1);
  border-radius: 20px;
  flex-basis: calc(100% / 2 - 30px);
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: none;
  margin-bottom: 30px;
  padding: 20px 78px;
  min-height: 220px;
}
.main-section-n h4.aside-title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #409AD6!important;
  margin-top: 0;
  padding: 10px 20px;
  border-bottom: 1px solid #409AD6;
}
.introduction {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: justify;
  letter-spacing: -0.03em;
}
.main-section-n h5 {
  color: #00479D;
  font-size: 20px;
  font-weight: normal;
}
.light-cyan .main-section-n h5 {
  color: #5FB28E;
}
.wrap-links-img{
}

/* Ensure children anchors and their image containers stretch to same height
   so the three images remain equal-height across responsive widths. */
.wrap-links-img > a {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0; /* allow flex children to shrink properly */
}
.wrap-links-img a .img {
  display: block;
  margin: 0 auto;
}
.wrap-links-img a .img img {
  width: 100%;
  height: 20vw;
  display: block;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(var(--scale, 1));
    animation-timing-function: ease-in;
  }
  50% {
    transform: scale(var(--scale, 1.33));
  }
}
@media (min-width: 992px) {
  .home-ceo-content-wrapper, .ceo-message-section .intro {
   
}
.bottom-data-table ul {
  display: flex;
}
.bottom-data-table1 ul {
  display: block;
}
.bottom-data-table .column {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.cookies .aem-Grid-item:nth-child(1), .cookies .aem-Grid-item:nth-child(2) {
    max-width: 247px;
}
}
@media (max-width: 991px) {
  .overview-content1 {
    padding: 20px;
    flex-direction: column;
  }
  .overview-content2 {
    padding: 10px 0;
  }
  .overview-content1-text {
    font-size: 15px;
    max-width: 160px;
    gap:0 5px;
  }
  .overview-content2-text, .overview-content2 h3.head {
    width: 100%;
  }
  .col-md-6 .overview-content h3.head {
    margin-bottom: 0;
  }
  .overview-content2-text {
    border-top-right-radius: 0;
    padding: 13px 26px 20px;
  }
  .overview-content2 h3.head {
    border-top-right-radius: 20px;
    padding: 0 22px;
  }
  .overview-content2-text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    column-gap: 2em;
  }
  .ban-top-text .top-icon {
    max-width: 40px;
    margin-left: 10px;
  }
  .materiality-assessment-wrap-map h2 .reset-map-assessment svg {
    width: 8px;
  }
  .matrix-light-cyan a.read-more-btn.top-btn {
    border-radius: 15px;
  }
  .matrix-light-cyan .intro-materiality p {
  margin-bottom: 15px;
}
  .bottom-data-table h4.aside-title {
    font-size: 15px;
  }

  p.image-section-title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
.main-section-n .link-title {
  align-items: center;
  display: flex;
}
.homepage .main-section-n {
  padding: 0!important;
}
.homepage .main-section-n.top-home-section {
  background-image: url(../img/home-top-img-m.png);
}
.main-section-n .bottom-side-bar {
  flex-basis: 100%;
  padding: 10px 20px;
  min-height: unset;
  border-radius: 10px;
}
.bottom-data-table {
  width: unset;
}
.home-ban-text-area {
  flex-direction: row;
  display: flex;
  align-items: baseline;
}
.home-ban-img-area {
  flex-direction: row;
  display: flex;
  align-items: center;
}

.nav-second.dropdown-style p {
  padding-right: 12px;
  margin-top: 8px;
}
}
@media (min-width: 992px) {
.home-ban-text-area {
  padding: 101px 83px;
}
.home-ban-left {

}
.main-section-n .overview-content h4 {
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.2;
}
}
@media (max-width: 450px) {
  .home-ban-img-area {
    position: relative;
  }
  .home-ban-img-area img {
    position: absolute;
    left: -34px;
  }
}
.home-ban-left { /*s*/ 
  position: relative;
  max-width: 624px;

}

.top-home-section { /*s*/
  padding: 10px 0;
  position: relative;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.top-home-section .content-home-ban {
  overflow: hidden;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 1;
}
.top-home-section .content-home-ban > img {
  float: right;
  max-width: 50%;
}
.home-top-img {
  max-width: 434px;
  width: 100%;
}

.home-vid-sect .wrap-links-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 0px;
}

.home-vid-sect .wrap-links-img p {
  line-height: 1.3;
  font-size: 14px;
}
.home-vid-sect .wrap-links-img a {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  max-height: 336px;
  color: #000000;
  width: 100%;
  border: 2px solid transparent;
}

.top-home-section .content-home-ban .wrap-links-img a:hover img {
  transform: scale(1.1);
}
.top-home-section .content-home-ban .wrap-links-img a .img {
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 140px;
  margin-bottom: 15px;
}
.top-home-section .content-home-ban .wrap-links-img a img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top-home-section .content-home-ban .wrap-links-img a p {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  position: relative;
  padding-left: 25px;
  color: #0033A0;
}
.top-home-section .content-home-ban .wrap-links-img a p i {
  position: absolute;
  top: 0;
  left: 0;
}
div#overview {
  padding: 0;
  margin-top:15px;
  margin-bottom:50px;
}
/*s*/
/*.top-home-section .content-home-ban .container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}*/
.top-home-section .content-home-ban h1 { /*s*/
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-size: 50px;
  line-height: 1.18;
  color: #0033A0;
  margin-bottom: 15px;
}

.top-home-section .content-home-ban .h1-skyblue {
  margin-bottom: 0px;

}

.top-home-section-gradient{ /*s*/
  background: rgb(124,198,238);
  background: linear-gradient(90deg, rgba(124,198,238,1) 0%, rgba(179,223,247,0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  max-width: 656px;
  height: 100%;
  width: 100%;
}
.home-ban-left-inner { /*s*/
  position: absolute;
  width: 100%;
  padding: 116px 34px 22px 42px;
}
.top-home-section .content-home-ban p, /*s*/
.top-home-section .content-home-ban li {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.45;
}
.top-home-section .row {
  -ms-flex-align: center;
  align-items: center;
  min-height: 650px
}
.whole-home-page {
  position: relative;
}
.main-block.homepage {
  position: relative;
  z-index: 2;
}
.home-bg-img {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-bg-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.bg-container {

}
.main-section-n {
  position: relative;
}
.bg-leaf {
  background-image: url(../img/home-bg-leaf.png);
  width: 100%;
  min-height: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
#home-bg-img1 {
  background-image: url(../img/home-bg-img1.png);
  width: 220px;
  height: 292px;
  right: 0;
  top: 31%;
}
#home-bg-img2 {
  background-image: url(../img/home-bg-img2.png);
  width: 124px;
  height: 236px;
  top: 49%;
}
#home-bg-img3 {
  background-image: url(../img/home-bg-img3.png);
  width: 133px;
  height: 219px;
  top: 74.5%;
  right: 0;
}
.bg-container-chairman #home-bg-img1 {
  top: 42%;
}
.bg-container-chairman #home-bg-img2 {
  top: 64.5%;
}
.bg-container-chairman #home-bg-img3 {
  top: 74.5%;
}
.bg-container-section-page #home-bg-img1 {
  top: 26%;
}
.bg-container-section-page #home-bg-img2 {
  top: 39%;
}
.bg-container-section-page #home-bg-img3 {
  top: 58.5%;
}
#home-bg-img4 {
  background-image: url(../img/home-bg-img2.png);
  width: 124px;
  height: 236px;
  top: 42%;
}
#home-bg-img5 {
  background-image: url(../img/home-bg-img2.png);
  width: 124px;
  height: 236px;
  top: 71.5%;
}
#home-bg-img6 {
  background-image: url(../img/home-bg-img3.png);
  width: 133px;
  height: 219px;
  top: 60%;
  right: 0;
}
@media (max-width: 991px) {
.top-home-section .row {
    align-items: unset;
    min-height: 341px;
}
.main-footer .middle-panel {
  flex-direction: column;
  padding-top:0!important;
  align-items: end;
}
#home-bg-img1 {
  width: 71px;
  height: 91px;
  top: 23.9%;
}
#home-bg-img2 {
  width: 46px;
  height: 79px;
  top: 29.5%;
}
#home-bg-img3 {
  width: 74px;
  height: 110px;
  top: 48%;
}
.bg-container-chairman #home-bg-img1 {
  top: 16.9%;
}
.bg-container-chairman #home-bg-img2 {
  top: 31.7%;
}
.bg-container-chairman #home-bg-img3 {
  top: 47.5%;
}
.bg-container-section-page #home-bg-img1 {
  top: 13.6%;
}
.bg-container-section-page #home-bg-img2 {
  top: 26.2%;
}
.bg-container-section-page #home-bg-img3 {
  top: 37.2%;
}
#home-bg-img4, #home-bg-img5, #home-bg-img6 {
  display: none;
}
}
.top-home-section h1 {
  font-family: 'Roboto Condensed';
  font-weight: bold;
  font-size: 45px;
  line-height: 53px;
  color: #0033A0;
}
.top-home-section.h-sm-size .col-md-5 > div + div {
  margin-top: 15%;
}
.top-home-section.h-sm-size h1 {
  font-size: 36px;
  line-height: 1.28;
}
.top-home-section div.img-link {
  display: inline-block;
  box-shadow: 0px 0px 7px rgba(169, 166, 166, 0.36);
  position: relative;
}
.top-home-section div.img-link img {
  max-height: 100%;
}
.top-home-section a.img-link {
  display: inline-block;
  box-shadow: 0px 0px 7px rgba(169, 166, 166, 0.36);
  position: relative;
}
.top-home-section a.img-link > img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top-home-section a.img-link img {
  max-height: 100%;
}
.top-home-section a.img-link .la {
  position: absolute;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #69CEF6;
  border-radius: 50%;
  font-size: 17px;
  line-height: 31px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  bottom: -10px;
  left: 50%;
  margin-left: -16px;
  animation-play-state: paused;
}
.top-home-section a.img-link .la.color-blue {
  color: #8578F2;
}
.top-home-section a.img-link .la.color-green {
  color: #7ECC42;
}
.top-home-section a.img-link:hover > img {
  opacity: 0;
}
.top-home-section a.img-link:hover .la {
  animation: pulse 1.4s infinite;
}
.top-home-section a.img-link:hover .hover-block {
  opacity: 1;
}
.top-home-section .part:last-child > .img-link {
  height: 37.3%;
}
.top-home-section .part:first-child {
  margin-right: 20px;
  padding-top: 5%;
  text-align: right;
}
.top-home-section .part:first-child .img-link {
  margin-bottom: 7%;
}
.top-home-section .part:first-child .text-right:first-child {
  height: 13.6%;
}
.top-home-section .part:first-child .text-right:first-child img {
  height: 100%;
}
.top-home-section .part:first-child .text-right:last-child {
  height: 18%;
}
.top-home-section .part:first-child .text-right:last-child img {
  height: 100%;
}
.top-home-section .part:first-child .img-link {
  height: 65.5%;
}
.top-home-section .text-sect {
  max-width: 680px;
}
.top-home-section .read-more-btn {
  margin-bottom: 0px;
}
.top-home-section .images-block {
  margin-right: -60px;
  display: -ms-flexbox;
  display: flex;
  max-height: 696px;
}
.top-home-section .flex-block {
  display: -ms-flexbox;
  display: flex;
  height: 27.1%;
}
.top-home-section .flex-block .img-link {
  margin-right: 10px;
}
.top-home-section .flex-block > img {
  height: 95%;
  margin-top: 4%;
}
.top-home-section .years {
  padding: 20px;
  text-align: center;
  height: 35.3%;
}
.top-home-section .years img {
  max-height: 100%;
}
.top-home-section .hover-block {
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top-home-section .hover-block p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: 0;
  line-height: 29px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.text-right {
  text-align: right;
}
.homepage .home-vid-sect {
  padding: 50px 20px;
}

.home-vid-sect .left-img {
  position: absolute;
  left: 0;
  bottom: 90px;
}
.home-vid-sect .right-img {
  position: absolute;
  right: 0;
  bottom: -140px;
}
.home-vid-sect h2.font-lg {
  font-size: 35px;
  margin-left: 8px;
}
.home-vid-sect .left{
  padding: 0px 48px 0px 48px;
}
.home-vid-sect .right{
  padding: 100px 0px 40px 0px;
  max-width: 773px;
  margin: auto;
}
.bg-grad-gray {
  background: linear-gradient(92.57deg, rgba(131, 117, 238, 0.1) 0%, rgba(0, 187, 206, 0.1) 115.37%);
}
.sustainability-wrapper .col-md-3,
.sustainability-wrapper .col-md-4 {
  margin-top: 50px;
}
.main-section-n.climate-change .container {
  max-width: 1567px;
  background: linear-gradient(358.36deg, rgba(255, 255, 255, 0.5) -16.65%, rgba(213, 225, 104, 0.35) 104.43%);
  padding: 85px 47px;
  position:relative;
}
.home-our-purpose .container {
  background: linear-gradient(178.36deg, rgba(255, 255, 255, 0.5) 34.51%, rgba(165, 194, 58, 0.25) 115.56%);
  padding: 85px 47px;
}
.main-section-n.climate-change .row {
  justify-content: space-between;
} 
.main-section-n.climate-change .link-inline {
  width: 100%;
  background-color: #00479D;
  color: #ffffff;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.link-inline {
  display: inline-block;
  position: relative;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.25;
  color: #00479D;
  background: #d5f0fc;
  padding: 20px 48px;
  padding-right: 40px;
  border-radius: 34px;
  max-width: 800px;
  width: 100%;
  margin-top: 55px;
}
.link-inline:hover {
  text-decoration: none;
}
.link-inline i {
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.1;
}

.main-section-n.ESG-data-table .container {
  background: linear-gradient(90deg, #E9F8FF 0%, rgba(213, 225, 104, 0.5) 137.56%);
  max-width: 1567px;
    padding: 110px 47px;
    position: relative;
}

.main-section-n.home-materiality .container {
  background: linear-gradient(255.03deg, #E9F8FF 76.17%, #EDF9FF 85.4%, #F5FCFF 93.4%, #FFFFFF 108.65%);
  max-width: 1567px;
    padding: 110px 47px;
    position: relative;
}

.main-section-n.ESG-data-table .row, .main-section-n.home-materiality .row {
  justify-content: space-between;
}
.esg-data-grid {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.esg-data-btn {
  position: relative;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.25;
  color: #FFFFFF;
  background: #A5C23A;
  padding: 20px 29px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  max-width: 302px;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: left;
  display: flex;
}
.esg-data-btn i {
  position: absolute;
  right: 20px;
  line-height: 1.1;
  font-size: 20px;
  font-weight: bold;
}
.home-materiality-btn {
  position: relative;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.25;
  color: #FFFFFF;
  background: #409AD6;
  padding: 20px 29px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  max-width: 302px;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: left;
  display: flex;
}
.home-materiality-btn i {
  position: absolute;
  right: 20px;
  line-height: 1.1;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .main-section-n.ESG-data-table .container {
    background: linear-gradient(180deg, rgba(233, 248, 255, 0.5) 0%, rgba(213, 225, 104, 0.5) 241.87%);
    padding: 30px 27px;
    font-size: 15px;
  }
  .esg-data-grid {
    flex-wrap: wrap;
  }
  .esg-data-btn {
    padding: 20px 15px;
    max-width: 100%;
    font-size: 12px;
    height: 39px;
  }
}
.sustainability-item,
.main-section-n .sustainability-item {
  overflow: hidden;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sustainability-item > *,
.main-section-n .sustainability-item > * {
  max-width: 100%;
}
.sustainability-item img,
.main-section-n .sustainability-item img {
  width: 100%;
}
.sustainability-item h3,
.main-section-n .sustainability-item h3 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 15px;
  color: #0033A0;
}
.sustainability-item .text,
.main-section-n .sustainability-item .text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 18px;
}
.sustainability-item .text .read-more-btn,
.main-section-n .sustainability-item .text .read-more-btn {
  margin-bottom: 0;
}
.sustainability-item .text p,
.main-section-n .sustainability-item .text p {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.sustainability-item .text > *,
.main-section-n .sustainability-item .text > * {
  max-width: 100%;
}
.ceo-message-section p {
  font-size: 20px;
}
body .ceo-message-section-home .intro p {
  font-size: 20px;
}
.ceo .main-section-n{
  padding:50px 0
}
.ceo-img{
  margin: auto;
  max-width: 750px;
  width: 100%;
}
.ceo-img-wrapper {
  width: 100%;
  text-align: center;
  margin-top: auto;
}
.ceo-message-section .right .inner:last-child .col-md-6 {
  padding-right: 20px;
}
.ceo-message-section .container {
  max-width: 1565px;
}
.ceo-message-section .col-md-6 {
  padding:0;
  position: relative;
}
.main-section-n.ceo-message-section h2.purpose {
  margin-bottom: 30px;
}
.ceo-message-section .intro {
  padding-right: 20px;
  margin: auto;
}
.ceo-message-section .left {

}
.ceo-message-section .right {
  margin-top: auto;
}
.home-ceo-content-wrapper {
  margin: auto;
  padding: 30px 20px;
}
.ceo-message-section .left .inner {
  padding: 30px 60px;
  padding-bottom: 0!important;
  display: flex;
  flex-direction: column;
}
.ceo-message-section .right .inner {
  padding: 30px 20px;
  position: relative;
  }
  .ceo-message-section .right .first-div {
    margin: auto;
  }
img.deco-1 {
  position: absolute;
  max-width: 100px;
  top: 0;
  right: 20px;
}
.homepage .ceo-message-section {
  position: relative;
  padding: 0 0 20px 0;
}
.homepage .home-materiality {
  padding: 0 0 20px 0;
}
.homepage .ESG-data-table-home {
  padding: 0 0 20px 0;
}
.homepage .slider-section {
  padding: 0 0 10px 0;
}
.homepage .climate-change {
  padding: 0 0 20px 0;
}

.homepage .home-our-purpose {
  padding: 0 0 20px 0;
}
.home-our-purpose .row {
  padding-top: 50px;
}
.home-our-purpose .icon-text {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
.ESG-data-table.pad-b-none {
}

.ceo-message-section .intro p,
.ceo-message-section .intro li {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.45;
}
.ceo-message-section .intro h3 {
  font-size: 22px;
  color: #0033A0;
  font-weight: 700;
  line-height: 1.45;
}

.ceo-message-section .right .inner:last-child {
  margin-top: 0px;
  background-image: url(../img/home-ceo-bg.png);
  padding:0 60px;
  display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
.approach-to-sustainability h4, .approach-to-sustainability .icon-text::after {
  color: #E1B28A;
}
.our-sustainability-agenda h4, .our-sustainability-agenda .icon-text::after {
  color: #A8B599;
}
.serving-our-stakeholders h4, .serving-our-stakeholders .icon-text::after {
  color: #B8724C;
}
.respecting-nature h4, .respecting-nature .icon-text::after {
  color: #76A69A;
}
.home-our-purpose .icon-text-div>div{
width:100%
}
.inner.icon-text-div>div>.row{
  padding: 20px 0;
  align-items: center;
  justify-content: space-around;
}
.ceo-message-section .img-out {
  float: left;
  width: 45%;
  text-align: right;
}
.vertical-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  width: 1px;
  background-color: #c7c7c7; 
  transform: translateX(-50%);
  margin: 34px 1px 114px 1px;
}
.icon-text-div >.row {
  max-width: 658px;
  margin: auto;
}
.icon-text-div >.row:last-child {
  margin-top: 50px;
}
.icon-text img {
  max-width: 54px;
  margin-right: 17px;
}
.icon-text .inner2 {
  display: flex;
  align-items: center;
}
.icon-text::after {
  font-family: "LineAwesome";
  content: "\f112";
  font-size: 25px;
  font-weight: bold;
  position: relative;
}
.icon-text h4 {

  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
}
.ceo-message-section .img-out img {
  width: 100%;
}
.ceo-message-section .icon-text {
  display: flex;
  align-items: center;
  position:relative;
  justify-content: space-between;
}
.ceo-message-section > img {
  float: left;
  width: 49%;
}
.ceo-message-section:after {
  content: "";
  display: table;
  clear: both;
}
.ceo-message-section .respecting-nature, .ceo-message-section .materiality-matrix {
  max-width: 260px;
}
.main-section-n.ceo-message-section h2 {
  margin-bottom: 25px;
}
.ceo-message-section a.read-more-btn {
  margin-top: 10px;
  background: #6B849D;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ceo-message-section .row {
  background: linear-gradient(180deg, #FFFFFF 64.41%, #BAC6D1 106.02%, #6B849D 142.35%);
}

.ceo-message-section.img-right > img {
  float: right;
}
.ceo-message-section.img-right.img-border > img {
  border-radius: 30px 0 0 30px;
}
.ceo-message-section.img-right.img-border .col-md-6:first-child img {
  border-radius: 30px;
}
.ceo-message-section.img-right .col-md-6:last-child {
  padding-right: 78px;
  padding-left: 15px;
}
.ceo-message-section.img-right .col-md-6:last-child.pad-right-normal {
  padding-right: 15px;
}
.video-full {
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding-top: 52.3%;
  width: 100%;
}
.video-full.border-radius {
  overflow: hidden;
  border-radius: 20px;
  max-width: 717px;
  float: left;
}
.video-full iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.video-full img {
  width: 100%;
}
.video-full .thumbnail_container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.video-full .start-video {
  position: absolute;
  color: #fff;
  font-size: 46px;
  text-align: center;
  padding-left: 10px;
  width: 120px;
  height: 120px;
  line-height: 115px;
  border-radius: 50%;
  cursor: pointer;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -60px;
  box-sizing: border-box;
}
.video-full .start-video:hover {
  animation: pulse 1.4s infinite;
}
.video-full .start-video .fa-play:before {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
div#section1 {
  padding-top: 20px;
}
.esg-performance-section {
  background: linear-gradient(180deg, #F7F6F5 0%, #FFFFFF 100%);
  padding: 180px 0 220px 0;
  position: relative;
}
.esg-performance-section .bg-img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.esg-performance-section h2 {
  margin-bottom: 30px;
}
.esg-performance-section .tabs-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.esg-performance-section .tabs-wrap {
  -ms-flex: 0 0 76%;
  flex: 0 0 76%;
  max-width: 76%;
  position: relative;
}
.esg-performance-section .tabs-wrap .item-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  padding: 40px 45px;
}
.esg-performance-section .tabs-wrap .item-tab:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #00A3E0 34.34%, rgba(0, 163, 224, 0) 88.6%);
}
.esg-performance-section .tabs-wrap .item-tab.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.esg-performance-section .tabs-wrap .item-tab:nth-of-type(2):after {
  background: linear-gradient(90deg, #0E07A5 43.17%, rgba(8, 26, 163, 0.576066) 53.19%, rgba(0, 51, 160, 0) 70.05%);
}
.esg-performance-section .tabs-wrap .item-tab:nth-of-type(3):after {
  background: linear-gradient(90deg, #E57020 33.21%, rgba(229, 112, 32, 0) 88.11%);
}
.esg-performance-section .tabs-wrap .item-tab:nth-of-type(4):after {
  background: linear-gradient(90deg, #048F7E 37.23%, rgba(4, 143, 126, 0) 98.3%);
}
.esg-performance-section .tabs-wrap .item-tab:nth-of-type(5):after {
  background: linear-gradient(90deg, rgba(210, 98, 126, 0.95) 37.63%, rgba(210, 98, 126, 0) 73.64%);
}
.esg-performance-section .tabs-wrap .item-tab:nth-of-type(6):after {
  background: linear-gradient(90deg, #7B5A2C 29.73%, rgba(123, 90, 44, 0.55) 59.63%, rgba(123, 90, 44, 0) 78.21%);
}
.esg-performance-section .tabs-wrap .item-tab:nth-of-type(7):after {
  background: linear-gradient(90deg, #964CA6 40.8%, rgba(151, 76, 166, 0) 88.11%);
}
.esg-performance-section .tabs-wrap .item-tab:nth-of-type(8):after {
  background: linear-gradient(90deg, #ED5D46 31.68%, rgba(232, 120, 102, 0) 66.78%);
}
.esg-performance-section .tabs-wrap .item-tab:nth-of-type(9):after {
  background: linear-gradient(90deg, #FFAE27 27.74%, rgba(254, 190, 52, 0.7) 45.83%, rgba(252, 212, 69, 0) 66.67%);
}
.esg-performance-section .tabs-wrap .item-tab h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.esg-performance-section .tabs-wrap .item-tab p,
.esg-performance-section .tabs-wrap .item-tab li {
  font-size: 20px;
  line-height: 1.4;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  max-width: 310px;
}
.esg-performance-section .toggle-tabs {
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
  padding: 0;
  list-style: none;
}
.esg-performance-section .toggle-tabs li {
  line-height: normal;
  margin: 0;
  border-top: 1px solid #00A3E0;
}
.esg-performance-section .toggle-tabs li.active {
  background: #00A3E0;
}
.esg-performance-section .toggle-tabs li.active:nth-of-type(1) {
  background: #0E07A5;
  border-color: #0E07A5;
}
.esg-performance-section .toggle-tabs li.active:nth-of-type(1) + li {
  border-top-color: #0E07A5;
}
.esg-performance-section .toggle-tabs li.active:nth-of-type(2) {
  background: #E57020;
  border-color: #E57020;
}
.esg-performance-section .toggle-tabs li.active:nth-of-type(2) + li {
  border-top-color: #E57020;
}
.esg-performance-section .toggle-tabs li.active:nth-of-type(3) {
  background: #009C88;
  border-color: #009C88;
}
.esg-performance-section .toggle-tabs li.active:nth-of-type(3) + li {
  border-top-color: #009C88;
}
.esg-performance-section .toggle-tabs li.active:nth-of-type(4) {
  background: #D2627E;
  border-color: #D2627E;
}
.esg-performance-section .toggle-tabs li.active:nth-of-type(4) + li {
  border-top-color: #D2627E;
}
.esg-performance-section .toggle-tabs li.active:nth-of-type(5) {
  background: #7B5A2C;
  border-color: #7B5A2C;
}
.esg-performance-section .toggle-tabs li.active:nth-of-type(5) + li {
  border-top-color: #7B5A2C;
}
.esg-performance-section .toggle-tabs li.active:nth-of-type(6) {
  background: #964CA6;
  border-color: #964CA6;
}
.esg-performance-section .toggle-tabs li.active:nth-of-type(6) + li {
  border-top-color: #964CA6;
}
.esg-performance-section .toggle-tabs li.active:nth-of-type(7) {
  background: #ED5D46;
  border-color: #ED5D46;
}
.esg-performance-section .toggle-tabs li.active:nth-of-type(7) + li {
  border-top-color: #ED5D46;
}
.esg-performance-section .toggle-tabs li.active:nth-of-type(8) {
  background: #FFAE27;
  border-color: #FFAE27;
}
.esg-performance-section .toggle-tabs li.active:nth-of-type(8) + li {
  border-top-color: #FFAE27;
}
.esg-performance-section .toggle-tabs li.active a {
  color: #fff;
}
.esg-performance-section .toggle-tabs li:last-child {
  border-bottom: 1px solid #00A3E0;
}
.esg-performance-section .toggle-tabs a {
  font-weight: normal;
  font-size: 20px;
  display: block;
  position: relative;
  padding: 11px 28px 11px 15px;
  color: #0033A0;
}
.esg-performance-section .toggle-tabs a:hover .la {
  -webkit-transform: translateX(4px);
  -o-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.esg-performance-section .toggle-tabs a .la {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.slider-section .label {
  display: block;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #0033A0;
  margin-bottom: 20px;
}
.slider-section h2 {
  font-size: 35px;
  margin-top: 0;
  line-height: 1.18;
  margin-bottom: 15px;
  color: #0033A0;
  font-weight: bold;
}
.slider-section .container, .slider-section2 .container {
    max-width: 1565px;
    position:relative;
    padding:0!important;
}
/* make the slide column a positioning context so .slider-controls can be placed inside it */
.slider-section .col-md-6 {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Place controls at the bottom of the right column without absolute positioning */
.slider-section .col-md-6 .slider-controls {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
@media (max-width: 991px) {
  .slider-section .col-md-6 .slider-controls {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* max width wrapper for slide text content */
.home-slider .col-md-6:last-child .slide-inner {
  max-width: 675px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .home-slider .col-md-6:last-child .slide-inner {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home-slider {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
.home-slider .read-more-btn {
  max-width: 200px;
  padding: 18px 60px 18px 30px;
}
.home-slider.slick-initialized {
  display: block;
  overflow: visible;
}
.home-slider.slick-initialized .item-sl {
  -ms-flex: unset;
  flex: unset;
  padding: 0 15px;
}
.home-slider.slick-initialized .item-sl p {
  font-size: 20px;
}
.bg-gradients-green-grad {
  background: linear-gradient(to top, #c1ddb3, rgba(193, 221, 179, 0));
}
.item-sl {

}
.home-slider .item-sl {
display: inline-block!Important;
}
.home-slider .col-md-6 {
  padding: 0;
}
.home-slider .item-sl img {
  margin-bottom: 0;
  object-fit: cover;
  height: 489px;
  width: 782.5px;
  object-position: center;
  min-height: 100%;
}
.img-wrap {
  overflow: hidden;
  max-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.home-slider .item-sl img,.home-slider .item-sl .col-md-6:last-child .img-wrap, .home-slider .item-sl .col-sm-7:last-child .img-wrap{
  border-radius:0!important;
}
.slider-controls {
    display: flex;
    align-items: center;
    bottom: 56px;
    left: 0;
    right: 0;
    max-width: 360px;
    margin: 0 auto;
}
.home-slider .col-md-6:last-child {
  padding: 30px;
}
 .slider-controls .slick-dots {
  padding: 0;
  list-style: none;
  text-align: center;
}
.slider-controls .slick-dots li.slick-active {
  background: #0033A0;
}
.slider-controls .slick-arrow.slick-next {
  margin-right: 0;
  margin-left: 75px;
  right: auto;
  left: 100%;
}
.slider-controls .slick-arrow.slick-next:before {
  content: "\f112";
}
.slider-controls .slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  margin: 0 4px;
  cursor: pointer;
}
.slider-controls .slick-arrow:before {
  font-family: "LineAwesome";
  content: "\f111";
  color: #0033A0;
  font-size: 30px;
  font-weight: bold;
}
 .slider-controls .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: transparent;
  font-size: 0;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 75px;
}
.slick-dots button {
  display: none;
}
.home-slider .slick-dots {
  padding: 0;
  list-style: none;
  text-align: center;
  width: 100%;
}
.home-slider .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 4px;
  cursor: pointer;
}
.home-slider .slick-dots li button {
  display: none;
}
.home-slider .slick-dots li.slick-active {
  background: #0033A0;
}
.home-slider .slick-arrow {
  width: 60px;
  height: 24px;
  background-color: transparent;
  font-size: 0;
  text-align: center;
  border-radius: 50%;
  margin-right: 75px;
  cursor: pointer;
}
.home-slider .slick-arrow.slick-next {
  margin-right: 0;
  margin-left: 75px;
  right: auto;
  left: 100%;
}
.home-slider .slick-arrow.slick-next:before {
  content: "\f112";
}
.home-slider .slick-arrow:before {
  font-family: "LineAwesome";
  content: "\f111";
  color: #0033A0;
  font-size: 20px;
  font-weight: bold;
}
.home-slider .slick-list {
  overflow: hidden;

}
.home-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-slider .item-sl {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.home-slider .item-sl .row {
  height: 100%;
}

.home-slider .item-sl .col-sm-6:last-child,
.home-slider .item-sl .col-sm-7:last-child {
  max-height: 435px;
}
.home-slider .item-sl .col-sm-6:last-child .img-wrap,
.home-slider .item-sl .col-sm-7:last-child .img-wrap {
  overflow: hidden;
  max-height: 100%;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.home-slider .item-sl .col-sm-6:last-child img,
.home-slider .item-sl .col-sm-7:last-child img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.slider-controls2 {
  position: unset;
  justify-content: center;
  margin-top: 10px;
}
.slider-controls2 .slick-arrow.slick-next {
  margin-left: 12px;
  padding-bottom: 2px;
}
.slider-controls2 .slick-dots li {
  background: #D9D9D9;
}
.slider-controls2 .slick-arrow:before {
  color: #ffffff;
  font-size: 21px;
}
.slider-controls2 .slick-arrow:before {
  color: #ffffff;
  font-size: 21px;
}
.slider-controls2 .slick-arrow {
  margin-right: 12px;
  padding-bottom: 2px;
}
.slider-controls2 .slick-dots li.slick-active {
  background: #ffffff;
}
.customers-slider .slick-list {
  overflow: hidden;
}
.customers-slider  .slick-track{
  display:flex;
}
.customers-slider .item-sl .row {
  flex-wrap: nowrap;
  height: 100%;
}
.customers-slider .item-sl img {
  max-width: unset;
  border-radius: 0;
  box-shadow: unset;
  width: 100%;
  margin-bottom: 0;
  height: 379px;
  object-fit: cover;
  min-height: 100%;
}
.customers-slider .text-area {
  background: #F1F7F8;
  border-top-right-radius: 20px;
  padding: 25px 76px;
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  min-height: unset;
}
.overview-content .cms-image img {
  margin-bottom: 0;
}
.customers-slider a.read-more-btn {
  max-width: 207px;
  padding: 10px 40px 10px 20px;
  margin-left: auto;
}
.customers-slider .img-area {
  padding: 0;
  width: 100%;
  max-width: 453px;
  min-height: 300px;
}
.documentation-reporting-section .esg-div {
  width: 20%;
  padding: 7px;
}
img.icon-2 ,img.icon-3 {
  width: 44px;
}
img.icon-2 {
  position: absolute;
  bottom: 0;
  left: 25px;
}
img.icon-3 {
  position: absolute;
  top: 0;
  left: 48%;
}
.main-section-n.climate-change h2.font-lg {
  margin-bottom: 34px;
}
.main-section-n.climate-change p {
  font-size: 20px;
}

.documentation-reporting-section {
  padding: 10px 0;
  position: relative;
}
.documentation-reporting-section .col-md-3 {
  margin-bottom: 20px;
}
.documentation-reporting-section .img-bg-left {
  position: absolute;
  left: 0;
  bottom: -150px;
}
.documentation-reporting-section .img-bg-right {
  position: absolute;
  right: 0;
  bottom: -150px;
}
.documentation-reporting-section h2.font-lg {
  margin-bottom: 35px;
}
.documentation-reporting-section h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #0033A0;
}
.documentation-reporting-section .container {
  position: relative;
  z-index: 2;
  max-width: 1565px;
  background: #3499CC1A;
  padding: 44px;
}
.documentation-reporting-section .item-report-box {
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 0 10px 20px 10px;
}
.documentation-reporting-section .item-report-box h4 {
  padding: 0 5px;
  border-bottom: 1px solid #c7c7c7;
  height: 66px;
  display: flex;
  align-items: center;
}
.documentation-reporting-section ul {
  list-style: none;
  padding: 0;
}
.documentation-reporting-section ul li {
  line-height: normal;
  margin-bottom: 0;
}
.documentation-reporting-section ul a {
  font-weight: normal;
  font-size: 15px;
  display: block;
  position: relative;
  color: #000;
  padding: 8px 5px 8px 5px;
}
.documentation-reporting-section ul a:hover {
  background: linear-gradient(90deg, #009EE0 0%, rgba(0, 163, 224, 0.33) 121.59%);
  color: #fff;
}
.documentation-reporting-section ul a:hover svg path {
  fill: #ffffff !important;
}
.documentation-reporting-section ul a svg {
  position: absolute;
  text-decoration: none;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.logo-sec .container {
  max-width: 1565px;
}
.item-sl img {
  border-radius: 20px;
}
.arrow-btn {
  width: 100%;
  text-align: center;
  position: relative;
}
#close-1,#close-2{
  display:none;
}
.arrow-btn-div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.arrow-btn.close::after {
  transform: rotate(-90deg);
}

.arrow-btn:after {
  font-family: "LineAwesome";
  content: "\f112";
  color: #000;
  font-size: 25px;
  font-weight: bold;
  width: 25px;
  height: 25px;
  transform: rotate(90deg);
  display: inline-block;
}
.item-sl {
  display: none;
  padding: 0 15px;
  width: 49%;
}
.slider-section2 .item-sl:nth-child(-n+9) {
  display: inline-block!important;
}
.award-1 .item-sl:nth-child(-n+5), .award-2 .item-sl:nth-child(-n+5) {
  display: inline-block!important;
}
.logo-sec .item-sl {
  margin-bottom: 20px;
  text-align:center;
}
.logo-sec .inner {
  padding: 20px 30px;
}
.main-section-n.logo-sec h3 {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #00479D;
}
.logo-sec h2 {
  padding-left: 40px;
  padding-right: 40px;
}
.logo-sec h2.has-link a {
  font-size: 20px;
  color: #FFFFFF;
  background-color: #00479D;
  font-weight: bold;
  float: right;
  margin-top: 0px;
  padding: 14px 0px;
  border: 1px solid #053e82;
  width: 217px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.logo-sec h2.has-link a:hover {
  text-decoration: none;
  color: #044793;
}
.slider-logos {
  display: none;
  position: relative;
  margin-top: 40px;
}
.slider-logos .item-sl {
  margin: 0 15px;
  padding: 3px 14px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-logos .slick-list {
  overflow: hidden;
  margin: 0 -15px;
  padding: 12px 0;
}
.slider-logos.slick-initialized {
  display: block;
}
.slider-logos .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slider-logos .slick-arrow {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 60px;
  height: 60px;
  background: transparent;
  font-size: 0;
  text-align: center;
  border-radius: 50%;
  margin-top: -30px;
  cursor: pointer;
}
.slider-logos .slick-arrow.slick-next {
  margin-right: 0;
  right: auto;
  left: 100%;
}
.slider-logos .slick-arrow.slick-next:before {
  content: "\f112";
}
.slider-logos .slick-arrow:before {
  font-family: "LineAwesome";
  content: "\f111";
  color: #0033A0;
  font-size: 20px;
  font-weight: bold;
}
.accordions-s .panel {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  overflow: hidden;
  border: 1px solid #004592;
  margin-bottom: 20px;
}
.accordions-s .panel a.collapsed {
  background: #fff;
}
.accordions-s .panel a.collapsed:hover {
  background: #00479D;
}
.accordions-s .panel a.collapsed:hover>*, .accordions-s .panel a.collapsed:hover>i:before {
  color: #fff;
}
.accordions-s .panel-body {
  padding: 0 76px 10px 78px;
}
.accordions-s .panel-body .table-wrap {
  padding: 0 20px;
  border-radius: 0 0 20px 20px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .customers-slider a.read-more-btn {
    margin-top: 0;
    font-size: 13px;
    padding: 10px 40px 10px 20px;
    max-width: 130px;
    margin-bottom: 28px;
}
.overview-content1-text img {
  max-width: 45px;
}
 .accordions-s .panel-body .table-wrap {
  padding: 0px;
}
.bg-gradients-green-grad {
  background: linear-gradient(to bottom, #c1ddb3, rgba(193, 221, 179, 0));
}
.home-slider .item-sl img {
  width: 100%;
  margin: 0 auto;
  height: 222px;
  max-width: 356px;
}
.home-slider.slick-initialized .item-sl p {
  font-size: 15px;
}
.main-section-n.climate-change h2.font-lg {
  margin-bottom: 20px;
  margin-top: 5px;
}
.slider-controls .slick-arrow {
  margin-right: unset;
}
.slider-controls .slick-arrow.slick-next {
  margin-left: unset;
}
.home-slider .slick-arrow:before {
  font-size: 32px;
}
}
.footnote span {
  display: block;
  margin-bottom: 10px;
}
.accordions-s .panel-body .table-wrap .footnote {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin-top: 15px;
}



.accordions-s .panel-body .table-wrap .data-table {
  position: relative;
  z-index: 2;
}
.accordions-s .panel-body .table-wrap th {
  background: #00479D;
  vertical-align: top;
  text-align: right;
  padding: 15px 10px;
  color: #fff;
}
.accordions-s .panel-body .table-wrap tbody tr:first-child td {
  border-top: 4px solid #00479D;
}

.accordions-s .panel-body .table-wrap td {
  font-weight: 400;
  border-bottom: 1px solid #C8C8C8;
  line-height: 1.37;
  vertical-align: top;
}
.accordions-s .panel-body .table-wrap.border-radius-th td:last-child {
  font-weight: 400;
 
}
.accordions-s .panel-body .table-wrap td.green-bg {
  background: #E6F6FC !important;
}
.accordions-s .panel-body .table-wrap td.grey-bg {
  background: rgba(0, 163, 224, 0.05) !important;
}
.accordions-s .panel-title .chevron {
  position: absolute;
  line-height: 16px;
  right: 78px;
  top: 50%;
  margin-top: -8px;
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordions-s .panel-title .chevron:before {
  font-family: 'LineAwesome';
  content: "\f110";
  color: #00479D;
  font-style: normal;
}
.accordions-s .panel-title a {
  display: block;
  padding: 21px 54px 21px 76px;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  position: relative;
}
.accordions-s .panel-title a.collapsed .chevron {
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.accordions-s .panel-title a h4 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #00479D;
  font-size: 25px;
  line-height: normal;
}
.accordions-s .panel-title a.collapsed h4 {
  color: #040505;
}
.accordions-s .panel-body {
  font-weight: 300;
}
.accordions-s .panel-body .table-wrap p {
  margin-bottom: 0;
}
.accordions-s .panel-body .table-wrap th:first-child {
  width: 35%;
}
.accordions-s .panel-body .table-wrap tr:hover td {
  background-color: #e5f5f5 !important;
}
.accordions-s .table-wrap table.data-table td:first-child {
  width: 39%;
}
.accordions-s .table-wrap img.demo-img {
  min-width: 1301px;
}
.table-wrap img.demo-img {
  min-width: 894px;
  padding-left: 15px;
}
.accordions-s .panel-body .table-wrap tr td.verified {
  background-color: #F8C358 !important;
}
.accordions-s .panel-body .table-wrap td {
  color: #000;
  padding: 15px 10px;
  text-align: right;
}
.accordions-s .panel-body .table-wrap td:first-child {
  text-align: left;
}
.accordions-s .panel-body .table-wrap th.right {
  text-align: right !important;
}
.accordions-s .panel + .panel {
  margin-top: 1px;
}
.font-w-l {
  font-weight: 300;
}
.margin-top80 {
  margin-top: 80px;
}
.accordion .table-wrap.border-radius-th th:first-child {
  padding-left: 15px;
}
.accordion .table-wrap.border-radius-th th:last-child,
.accordion .table-wrap.border-radius-th td:last-child {
  padding-right: 15px;
}
.accordion .label {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  color: #3ac2c0;
  margin-bottom: 15px;
}

.accordion .panel-title a {
  position: relative;
}

.accordion.has-icon-lg .panel-title a {
}
.accordion.has-icon-lg .panel-title a h4 {
  margin-bottom: 4px;
}
.accordion.has-icon-lg .panel-title a img {
  position: absolute;
  top: 22px;
  left: 25px;
}
.accordion.has-icon-lg .panel-body {
}
.accordion.has-icon-lg .btn-close {
  margin-left: 0;
}
.accordion.has-icon .panel-title a {
  position: relative;
  padding-left: 80px;
}
.accordion.has-icon .panel-title a h4 {
  margin-bottom: 4px;
}
.accordion.has-icon .panel-title a img {
  position: absolute;
  top: 22px;
  left: 25px;
}
.accordion.has-icon .panel-body {
  padding: 25px 0 15px 0;
}
body .accordion .panel{
  box-shadow: none;
  margin: 0;
  padding: 0 51px 0 76px;
}
.accordion .panel + .panel {
  margin-top: 10px;
}
.accordion .btn-close {
  padding: 15px 0;
  position: absolute;
  right: 0;
}
.accordion .btn-close a {
  color: #5FB28E;
  text-transform: uppercase;
  display: block;
  text-align: end;
}
.accordion .btn-close a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  padding-top: 1px;
}
.accordion .btn-close a .la {
  font-size: 30px;
  margin-left: 5px;
  line-height: 18px;
  vertical-align: middle;
}
.accordion .bg-blue-l {
  background: #e5f5f5;
  margin: 0 -30px;
}
.accordion .bg-blue-l .panel-body {
  padding: 30px 30px 40px 30px;
}
.accordion .bg-blue-l .panel-body h3 {
  color: #3ac2c0;
  font-size: 22px;
  line-height: 1.5;
}
.accordion .panel-body {
  padding: 0 45px 20px 0px;
  font-size: 15px;
  font-weight: 300;
  position: relative;
}
.accordion .panel-body table h3 {
  color: #000000!important;
}
.accordion .panel-body.pad-b-none {
  padding-right: 0;
  padding-left: 0;
}
.accordion .panel-body * + h3 {
  margin-top: 25px;
}
.accordion .panel-body h3 + img {
  margin-top: 0;
}
.accordion .panel-body img {
  margin-top: 25px;
  margin-left: auto;
    margin-right: auto;
    display: block;
}
.main-section-n .note {
  padding-left: 15px;
}
.accordion .panel-body .demo-img {
  margin-top: 1px;
}
.accordion .panel-body img + p,
.accordion .panel-body img + ul,
.accordion .panel-body img + ol {
  margin-top: 20px;
}
.accordion .panel-body h3 {
  color: #00479D;
  margin-bottom: 12px;
  font-size: 18px;
  margin-top: 12px;
}
.light-cyan .accordion .panel-body h3 {
  color: #6FB3B9;
}
.accordion .panel-body ul img {
    max-width: 30px;
    margin: 0;
    height: auto;
}
.accordion .panel-title.bg-blue a {
  border-left-color: #0EB5F8;
  background: rgba(0, 163, 224, 0.1);
}
.accordion .panel-title.bg-grey-l a {
  border-left-color: #44AD95;
  background: rgba(142, 219, 79, 0.1);
}
.accordion .panel {
  background: rgba(94, 168, 162, 0.1);
  border-top-right-radius: 15px;
  box-shadow: 2px 4px 11px rgb(0 0 0 / 6%);
  margin: 0;
}


.accordion .panel-title a {
  display: block;
  position: relative;
  padding: 20px 0px 20px 0px;
  color: #000000;
}
.accordion .panel-title a.collapsed .la:before {
  content: "\f110";
}
.accordion .panel-title a h4 {
  color: #0033A0;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  padding-right:40px;
  line-height: normal;
}
.accordion .panel-title a h4 + p {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 300;
  padding-right: 45px;
}
.accordion .panel-title a p {
  font-size: 15px;
  font-weight: 300;
}
.accordion .panel-title a .la {
  position: absolute;
  color: #5FB28E;
  font-size: 25px;
  top: 0;
  margin-top: 20px;
  right: 0;
}
.la-angle-up:before {
  content: "—";
}

.main-section-n .more-links h3 {
  color: #53923B;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: normal;
}
.more-links .links-list.a-bg-blue li a:hover h3, .more-links .links-list.a-bg-blue li a:hover p{
  color:#fff!important
}
.more-links .links-list.a-bg-blue li a:hover {
  background: #76A69A;
  color: #fff!important;
}

.more-links .has-line {
  position: relative;
}
.more-links .has-line span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 10px;
  font-weight: bold;
}
.more-links .has-line span.bg-blue-l {
  background-color: #e6f7fa;
}
.more-links .has-line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  z-index: 1;
  background: none;
}
.more-links .links-list {
  margin-top: 30px;
  list-style: none;
  padding-left: 0;
}
.more-links .links-list.a-bg-white li a {

}

.more-links .links-list.a-bg-white li a:hover {
  background: #53923B;
  color: #fff;
}
.more-links .links-list.a-bg-blue li a:hover img, .more-links .links-list.a-bg-white li a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.more-links .links-list.a-bg-white li a:hover svg path {
  stroke: #FFFFFF !important;
}
.more-links .links-list.a-bg-white li a:hover h3,
.more-links .links-list.a-bg-white li a:hover p {
  color: #fff;
}
.more-links .links-list li {
  margin-bottom: 0px;
}
.more-links .links-list li:not(:first-child) {
  border-top: 1px solid #C8C8C8;
}
.more-links .links-list li a {
  font-size:20px;
  display: block;
  color: #53923B;
  position: relative;
  padding: 15px 40px 15px 25px;
  font-weight: bold;
  background: unset;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.more-links .links-list li a:hover .la-angle-right {
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.more-links .links-list li a:hover .la-download {
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.more-links .links-list li a .la {
  position: absolute;
  right: 15px;
  font-size: 30px;
  top: 50%;
  margin-top: -14px;
  -webkit-transition: 0.3s transform ease;
  -o-transition: 0.3s transform ease;

}
.more-links .links-list.with-icon li a {
  padding: 11px 50px 12px 152px;
  min-height: 162px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.more-links .links-list.with-icon.sm-size li {
  margin-bottom: 8px;
}
.more-links .links-list.with-icon.sm-size a {
  min-height: 87px;
}
.more-links .links-list.with-icon.sm-size a h3 {
  font-size: 24px;
}
.more-links .links-list.with-icon li a h3 {
  margin: 0;
  line-height: 1.33;
  width:100%;
}
.more-links .links-list.with-icon li a p {
  color: #000000;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.47;
}
.more-links .links-list.with-icon li a .img {
  position: absolute;
  left: 0;
  width: 100px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.more-links .links-list.with-icon li a .img img {
  max-height: 100px;
  margin-left: 20px;
}
.more-links .links-list.left-links li {
  margin-bottom: 4px;
}
.more-links .links-list.left-links li a {
  font-size: 16px;
  padding: 12px 40px 12px 15px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
.more-links .links-list.left-links li a span {
  position: relative;
  z-index: 2;
}
.more-links .links-list.left-links li a .la {
  z-index: 2;
}
.more-links .links-list.left-links li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: -moz-linear-gradient(left, #0033a0 0%, #0062ce 100%);
  background: -webkit-linear-gradient(left, #0033a0 0%, #0062ce 100%);
  background: linear-gradient(to right, #0033a0 0%, #0062ce 100%);
  z-index: 2;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.more-links .links-list.left-links li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e5f5fb;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.more-links .links-list.left-links li a:hover {
  color: #fff;
}
.more-links .links-list.left-links li a:hover:before {
  opacity: 1;
}
.more-links .links-list.right-links.with-icon li {
  margin-bottom: 2px;
}
.more-links .links-list.right-links.with-icon li + li {
  margin-top: 30px;
}
.more-links .links-list.right-links.with-icon li a {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.more-links .links-list.right-links.with-icon li a .la {
  -webkit-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.more-links .links-list.right-links.with-icon li a:after {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: -moz-linear-gradient(left, rgba(58, 194, 192, 0) 0%, rgba(108, 227, 225, 0.5) 100%);
  background: -webkit-linear-gradient(left, rgba(58, 194, 192, 0) 0%, rgba(108, 227, 225, 0.5) 100%);
  background: linear-gradient(to right, rgba(58, 194, 192, 0) 0%, rgba(108, 227, 225, 0.5) 100%);
}
.more-links .links-list.right-links.with-icon li a:hover {
  color: #0033a0;
}
.more-links .links-list.right-links.with-icon li a:hover:after {
  width: 100%;
}
.more-links .links-list.right-links.with-icon li a .img {
  position: relative !important;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 80px;
  height: 80px;
  padding: 0 10px;
  border-radius: 50%;
  background-color: #3ac2c0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}
.more-links .links-list.right-links.with-icon li a .la {
  z-index: 2;
}
.more-links .links-list.right-links.with-icon li a h3 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 25px;
  font-weight: normal;
  padding-left: 15px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.reporting {
  padding-top: 50px;
}
.reporting .item-reporting {
  position: relative;
  display: block;
  color: #ffffff;
  overflow: hidden;
  background:#76A69A;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.reporting .item-reporting:hover img {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.reporting .item-reporting:hover .la {
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}


.reporting .item-reporting h4 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 15px 30px;
  color: #ffffff;
  z-index: 2;
  margin-bottom: 0;
}
.reporting .item-reporting img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}
.reporting .item-reporting .la {
  position: absolute;
  font-size: 22px;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.margin-top30 {
  margin-top: 30px;
}
.container.max-width-md .font-w-l p,
.container.max-width-md .font-w-l li {
  line-height: 24px;
}
.container.max-width-md .font-w-l li {
  margin-bottom: 5px;
}
.container.max-width-md .font-w-l > p > span {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-top: 20px;
  color: #6F6F6F;
}
.container.max-width-md .font-w-l > p > span.gri {
  font-size: 15px;
  color: #706f70;
  margin-top: 0;
}
.materiality-wrap .col-sm-4 {
  margin-top: 45px;
}
.materiality-item {
  display: block;
  height: 100%;
  position: relative;
  color: #0033A0;
  overflow: hidden;
}
.materiality-item.icon-bottom {
  background: #FFFFFF;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.materiality-item.icon-bottom.icon-md img {
  height: 150px;
}
.materiality-item.icon-bottom img {
  height: 100px;
}
.materiality-item.icon-bottom p {
  position: static;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.materiality-item img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.materiality-item:hover img {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.materiality-item:hover .la {
  -webkit-transform: translateX(4px);
  -o-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}



.materiality-item p {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  padding: 15px 23px;
  width: 100%;
  margin-bottom: 0;
}
.materiality-item .la {
  font-size: 22px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color:#fff
}
.awards-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  margin-bottom: 4px;
  background: rgba(94, 168, 162, 0.1);
  margin-top: 30px;
}
.awards-item + .awards-item {
  margin-top: 4px;
}
.awards-item p strong{
  color:#00479D;
}
.awards-item .logo {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  padding-right: 30px;
}
.awards-item .text {
  -ms-flex: 0 0 67%;
  flex: 0 0 67%;
  max-width: 67%;
}
.awards-item h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.37;
  color: #00479D;
  margin-bottom: 10px;
}
.awards-item .logo ul {
  margin-left: 10px;
}
.awards-item.logo-md {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.awards-item.logo-md .logo {
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
}
.awards-item.logo-md .text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

.image-content {
  margin-top: 30px;
}
.image-content .imgage-content-col {
  flex-basis: calc(100% / 2 - 28px);
  padding: 0;
  margin-bottom: 60px;
  margin-top: 25px;
}
.image-content.has-radius-border {
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

a.read-more-btn {
  align-items: center;
  display: flex;
  color: #ffffff;
  background: rgba(94, 168, 162, 0.1);
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  position: relative;
  padding: 18px 60px 18px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}


.whole-home-page a.read-more-btn {
  max-width: 200px;
}
a.read-more-btn.download.green{
  background: #269ba5;

}
a.read-more-btn.green.external {
  background: #279BA5;
}
.home-slider a.read-more-btn {
  color: #FFFFFF;
  background: #00479D !important;
  stroke: #FFFFFF !important;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.item-tabs-content-materiality a.read-more-btn {
  background: #1A2E92!important;
}
.item-tabs-content-materiality a.read-more-btn {
  font-size: 13px;
}

.item-tabs-content-materiality img {
  width: 18px;
  height: 18px;
}

a.read-more-btn.roboto-font {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  padding-top: 10px;
  font-weight: bold;
  padding-bottom: 10px;
}
a.read-more-btn.roboto-font .la {
  font-size: 18px;
  margin-top: -9px;
}
a.read-more-btn.display-inl-bl {
  display: inline-block;
}
a.read-more-btn.max-width-md {
  max-width: 390px;
}
a.read-more-btn .arrow-right {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
a.read-more-btn + .read-more-btn {
  margin-top: 14px;
}
a.read-more-btn:hover {
  opacity: 0.7;
}
a.read-more-btn:hover .la-arrow-right,
a.read-more-btn:hover .arrow-right {
  -webkit-transform: translateX(4px);
  -o-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

a.read-more-btn.blue,a.read-more-btn.blue.download {
  background: #0033a0;
}
a.read-more-btn.light-blue,a.read-more-btn.light-blue.download {
  background: #00479D;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

a.read-more-btn.light-blue.external .external {
  top: unset;
  margin-top: 0;
}

.case-studies-container {
  max-width: 1605px;
}
.case-studies-container .row.row-md-revers {
  justify-content: space-between;
}

#ma-report-area, #data-table {
  padding-top: 33px;
}
#ma-report-area .top-text {
  margin-bottom: 40px;
}
#ma-report-area .short-border {
  margin-bottom: 40px;
}
.introduction1 {
  margin-bottom: 60px;
}
.main-section-n  .h3-md#ma-report-area * + h2 {
  margin-top: 30px;
}
#ma-filter-contents #top1 {
  padding-top: 0;
}
#data-table .short-border {
  border-top: 1px solid #C8C8C8;
  margin-top: 91px;
  margin-bottom: 60px;
}
#ma-report-area .short-border {
  border-top: 1px solid #C8C8C8;
  margin-top: 91px;
  margin-bottom: 51px;
}
#data-table .row, #ma-report-area .row {
  justify-content: space-evenly;
}
#data-table a.read-more-btn.light-blue.display-inl-bl, #ma-report-area a.read-more-btn.light-blue.display-inl-bl {
  min-width: 398px;
}
#data-table .filter-container, #ma-report-area .filter-container {
  margin-bottom: 60px;
}
.mar-bg {
  background: #60AED3E5;
  padding-top: 12px;
}
.esg-dh-bg {
  background: #00479DB2;
  padding-top: 12px;
}
.ma-report-filter-area, .esg-filter-area {
  max-width: 1500px;
  margin: auto;
}
.ma-report-filter-area .filter-container, .esg-filter-area .filter-container {
  background: transparent;
}
#data-table .filter-buttons, #ma-report-area .filter-buttons, #data-table .filter-buttons2 {
  display: flex;
  background: #ffffff;
}
.ma-report-filter-area .filter-buttons, .esg-filter-area .filter-buttons {
  display: flex;
  background: transparent;
}
.ma-report-filter-area .filter-buttons {
  gap: 3.19px;
}
.esg-filter-area .filter-buttons {
  gap: 2px;
}
#data-table .filter-buttons2, #ma-report-area .filter-buttons2 {
  border-bottom: 1px solid #C8C8C8;
}
#data-table .filter-button, #ma-report-area .filter-button, #data-table .filter-button2 {
  border: none;
  cursor: pointer;
  background-color: #E6EDF6;
  color: #00479D99;
  transition: background-color 0.3s, color 0.3s;
  font-size: 16px;
  width: 100%;
  border-top-right-radius: 20px;
}
#data-table .filter-button2 {
  background-color: transparent;
    color: #00479D99;
}
.ma-report-filter-area .filter-button, .esg-filter-area .filter-button {
  border: none;
  cursor: pointer;
  background-color: #E6EDF6;
  transition: background-color 0.3s, color 0.3s;
  font-size: 17px;
  width: 100%;
  border-top-right-radius: 20px;
  padding: 0 10px;
}
.ma-report-filter-area .filter-button {
  color: #3B97C9;
}
.esg-filter-area .filter-button {
  color: #00479D99;
}
#data-table .filter-button, #ma-report-area .filter-button {
  height: 50px;
}
@media (min-width: 992px) {
  .case-studies-container .col-md-3 {
  max-width: 282px;
  padding: 0;
}
  .esg-dh-bg, .mar-bg {
    padding: 12px 20px 0;
  }
.ma-report-filter-area .filter-button, .esg-filter-area .filter-button {
  height: 85px;
}
}
 #data-table .filter-button2 {
  min-height: 37px;
}
#data-table .filter-button2, #ma-report-area .filter-button2 {
  font-weight: 700;
}
#data-table .inner-top, #ma-report-area .inner-top {
  display: flex;
  align-items: end;
  font-size: 20px;
  font-weight: bold;
  margin-top: 34px;
}
#data-table .inner-bottom, #ma-report-area .inner-bottom {
  display: flex;
}
#data-table .info, #ma-report-area .info {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 21px;
  padding: 0 20px;
}
#data-table .info i, #ma-report-area .info i {
  margin-right: 7px;
}
#data-table .inner-buttons, #ma-report-area .inner-buttons, #data-table .inner-bottom-buttons {
  margin-left: auto;
}
#data-table .inner-bottom-buttons, #ma-report-area .inner-bottom-buttons {
  margin-bottom: 25px;
}
#data-table .inner-button, #ma-report-area .inner-button, #data-table .bottom-inner-button {
  cursor: pointer;
  background: unset;
}
#data-table button.inner-button, #ma-report-area button.inner-button {
  margin-left: 23px;
}
#data-table button.bottom-inner-button, #ma-report-area button.bottom-inner-button {
  margin-left: 17px;
}
#data-table .inner-button img, #ma-report-area .inner-button img {
  filter: grayscale(100%);
  opacity: 0.3;
}
#data-table .inner-button.active img, #ma-report-area .inner-button.active img {
  filter: unset;
  opacity: 1;
}
#data-table .inner-button img, #ma-report-area .inner-button img {
  height: 30px;
}
#data-table .inner-bottom-buttons img, #ma-report-area .inner-bottom-buttons img {
  height: 35px;
}
.multi-select-group {
  display: flex;
  border-bottom: 1px solid #C8C8C8;
  gap: 35px;
}
@media (min-width: 1199px) {
#data-table .multi-select-group, #ma-report-area .multi-select-group {
  padding: 0 40px;
}
}
.multi-select-group.group1 {
  margin-top: 31px;
}
.multi-select-group.group2 {
  margin-bottom: 20px;
}
.multi-select-group.group3 {
  margin-top: 31px;
  margin-bottom: 20px;
}
.multi-select-button {
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
}
.multi-select-button input[type="checkbox"] {
  margin-right: 5px;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0.5px solid #B4B4B4;
  outline: none;
  cursor: pointer;
  position: relative;
  min-width: 20px;
}
.multi-select-button input[type="checkbox"]:checked::after {
  content: '✔';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 19px;
}
.multi-select-group.group1 .multi-select-button:nth-child(2) input[type="checkbox"]:checked::after {
  color: #DF6474;
}
.multi-select-group.group1 .multi-select-button:nth-child(3) input[type="checkbox"]:checked::after {
  color: #00479D;
}
.multi-select-group.group1 .multi-select-button:nth-child(4) input[type="checkbox"]:checked::after {
  color: #8781BD;
}
.multi-select-group.group1 .multi-select-button:nth-child(5) input[type="checkbox"]:checked::after {
  color: #FFCB00;
}
.multi-select-group.group2 .multi-select-button input[type="checkbox"]:checked::after {
  color: #00479D;
}
#data-table .filter-button.active, #ma-report-area .filter-button.active, #data-table .filter-button2.active, #ma-report-area .filter-button2.active {
  background-color: #00479D;
  color: #FFFFFF;
  font-weight: 700;
}

.ma-report-filter-area .filter-button.active, .esg-filter-area .filter-button.active {
  color: #FFFFFF;
  font-weight: 700;
}
.ma-report-filter-area .filter-button.active {
  background-color: #3B97C9;
}
.esg-filter-area .filter-button.active {
  background-color: #00479D;
}

#data-table .filter-content, #ma-report-area .filter-content, .wrap-nav .filter-content, #data-table .data-table-content, #ma-report-area .data-table-content, .wrap-nav .data-table-content, #data-table .inner-content, #ma-report-area .inner-content, .wrap-nav .inner-content, #data-table .filter-button.spacer1, #ma-report-area .filter-button.spacer1, .wrap-nav .filter-button.spacer1 {
  display: none;
}
.ma-report-filter-area .filter-content, .ma-report-filter-area .data-table-content, .ma-report-filter-area .inner-content, .ma-report-filter-area .filter-button.spacer1,
.esg-filter-area .filter-content, .esg-filter-area .data-table-content, .esg-filter-area .inner-content, .esg-filter-area .filter-button.spacer1
 {
  display: none;
}

#data-table .filter-content.active, #ma-report-area .filter-content.active, #data-table .data-table-content.active, #ma-report-area .data-table-content.active, #data-table .inner-content.active, #ma-report-area .inner-content.active {
  display: block;
}
.ma-report-filter-area .filter-content.active, .ma-report-filter-area .data-table-content.active, .ma-report-filter-area .inner-content.active,
.esg-filter-area .filter-content.active, .esg-filter-area .data-table-content.active, .esg-filter-area .inner-content.active
 {
  display: block;
}

@media (min-width: 992px) {
  #data-table .slide-m-prev, #data-table .slide-m-next, #ma-report-area .slide-m-prev, #ma-report-area .slide-m-next {
    display: none;
  }
  .esg-filter-area .slide-m-prev, .esg-filter-area .slide-m-next,
  .ma-report-filter-area .slide-m-prev, .ma-report-filter-area .slide-m-next {
    display: none;
  }
  .main-section-n.ESG-data-table p, .main-section-n.home-materiality p, .main-section-n.home-our-purpose p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .introduction1 {
  margin-bottom: 22px;
  text-align: left;
}
  #data-table .inner-buttons, #data-table .inner-bottom-buttons, #ma-report-area .inner-buttons, #ma-report-area .inner-bottom-buttons {
    display: flex;
  }
  #data-table button.inner-button, #ma-report-area button.inner-button {
    margin-left: 12px;
  }
  #data-table .filter-button, #ma-report-area .filter-button {
    height: 30px;
  }
   #data-table .filter-button2 {

  }
  .accordions-s .panel-title .chevron {
    right: 23px;
  }
  #data-table .short-border, #ma-report-area .short-border {
    margin: 36px 20px 17px 20px;
  }
  #data-table a.read-more-btn.light-blue.display-inl-bl, #ma-report-area a.read-more-btn.light-blue.display-inl-bl {
    min-width: unset;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  #data-table a.read-more-btn.light-blue.display-inl-bl:first-of-type, #ma-report-area a.read-more-btn.light-blue.display-inl-bl:first-of-type {
    margin-top: 16px;
}
  body .accordion .panel {
    padding: 0 22px 0 22px;
  }
 
  .reporting .item-reporting h4 {
    font-size: 15px;
    padding: 6px 22px;
  }
  .reporting .item-reporting .la {
    font-size: 13px;
    right: 16px;
    margin-top: -6px;
  }
  .main-section-n .more-links h3 {

  }
  #data-table .filter-container, #ma-report-area .filter-container {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 25px;

}
.multi-select-group.group3 {
  margin-top: 15px;
}
.esg-filter-area .filter-container, .ma-report-filter-area .filter-container {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 25px;
}

  #data-table .filter-buttons, #ma-report-area .filter-buttons  {
    display: flex;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    flex: 1;
}
.esg-filter-area .filter-buttons, .ma-report-filter-area .filter-buttons {
    display: flex;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    flex: 1;  
}
  #data-table .filter-button, #ma-report-area .filter-button {
    flex: 0 0 33.33%; 
    text-align: center;
    scroll-snap-align: center;
    min-width: 163px;
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.esg-filter-area .filter-button,  .ma-report-filter-area .filter-button {
    flex: 0 0 33.33%; 
    text-align: center;
    scroll-snap-align: center;
    min-width: 163px;
    min-height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 15px;
}
.ma-report-filter-area .filter-button {
    padding: 6px;
}
.ma-report-filter-area .filter-button:not(.active) {
    min-width: unset;
}
#data-table .filter-button.spacer1, #ma-report-area .filter-button.spacer1 {
  display: block;
}
.esg-filter-area .filter-button.spacer1, .ma-report-filter-area .filter-button.spacer1 {
  display: block;
  background-color: transparent;
}
  #data-table .slide-m-prev, #data-table .slide-m-next, #ma-report-area .slide-m-prev, #ma-report-area .slide-m-next {
    flex: 0 0 auto;
    background-color: transparent;
    font-size: 0;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
}
.esg-filter-area .slide-m-prev, .esg-filter-area .slide-m-next, .ma-report-filter-area .slide-m-prev, .ma-report-filter-area .slide-m-next {
    flex: 0 0 auto;
    background-color: transparent;
    font-size: 0;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
    width: 43px;
}
  #data-table .slide-m-prev:before, #data-table .slide-m-next:before, #ma-report-area .slide-m-prev:before, #ma-report-area .slide-m-next:before {
    font-family: "LineAwesome";
    color: #0033A0;
    font-size: 13px;
    font-weight: bold;
}
.esg-filter-area .slide-m-prev:before, .esg-filter-area .slide-m-next:before, .ma-report-filter-area .slide-m-prev:before, .ma-report-filter-area .slide-m-next:before {
    font-family: "LineAwesome";
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}
#data-table .slide-m-prev:before, #ma-report-area .slide-m-prev:before {
  content: "\f111";
  
}
.esg-filter-area .slide-m-prev:before, .ma-report-filter-area .slide-m-prev:before {
  content: "\f111";
}
#data-table .slide-m-next:before, #ma-report-area .slide-m-next:before {
  content: "\f112";
}
.esg-filter-area .slide-m-next:before, .ma-report-filter-area .slide-m-next:before {
  content: "\f112";
}
/*
#data-table .accordions-s svg {
  width: 20px;
  height: 20px;
}
*/
#data-table .filter-buttons2, #ma-report-area .filter-buttons2 {
  flex-wrap: wrap;
}
#data-table .filter-button2, #ma-report-area .filter-button2, #data-table .inner-top, #ma-report-area .inner-top {
  font-size: 16px;
}
#data-table .inner-button img, #ma-report-area .inner-button img {
  height: 20px;
}
#data-table .info, #ma-report-area .info {
  padding: 0;
}
#data-table .footnote, #ma-report-area .footnote {
  font-size: 12px;
}
#data-table .read-more-btn:nth-child(2), #ma-report-area .read-more-btn:nth-child(2) {
  order: 3;
}

#data-table .read-more-btn:nth-child(3), #ma-report-area .read-more-btn:nth-child(3) {
  order: 2;
}
.multi-select-group {
  flex-wrap: wrap;
  gap: 3px;
  padding: 0 15px 0 0;
}
.multi-select-group.group1 {
  margin-top: 5px;
}
.multi-select-group.group2 {
  border: unset;
}
#data-table .inner-bottom-buttons img, #ma-report-area .inner-bottom-buttons img {
  height: 25px;
}
  .accordions-s .panel-title a {
    padding: 15px 54px 15px 20px;
    align-items: center;
    display: flex;
  }
  .accordions-s .panel-title a h4 {
    font-size: 20px;
  }
  .accordions-s .panel-body {
    padding: 0 22px 10px 22px;
  }

  a.read-more-btn.light-blue,a.read-more-btn.light-blue.download {
    flex-basis: 100%;
    font-size: 13px;
    padding: 10px 40px 10px 20px;
    margin-left: 17px;
    margin-right: 17px;
  }
  a.read-more-btn.light-blue.external {
    margin-left: 17px;
    margin-right: 17px;
  }
  a.read-more-btn.light-blue.external .external {
    margin-top: 0px;
  }
  .bg-gradients-green-grad {
    background: unset;
  }
}
a.read-more-btn.white,a.read-more-btn.white.download {
  background: #fff;
  border: 1px solid #004592;
  color: #004592;
}
a.read-more-btn.external:hover .external {
  -webkit-transform: translateX(4px);
  -o-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
a.read-more-btn.external .external {
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -20px;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
a.read-more-btn.external .external svg {
  vertical-align: middle;
}

a.read-more-btn.download:hover .download {
  -webkit-transform: translateY(3px);
  -o-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
a.read-more-btn.download .download {
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -11px;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
a.read-more-btn.download .download svg {
  vertical-align: middle;
}
a.read-more-btn .la {
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.main-section-n h4 + .table-wrap,
.main-section-n p + .table-wrap {
  margin-top: 15px;
  border-top-right-radius: 15px;
}
.gri {
  color: #706f70;
}
.table-wrap {
  margin-top: 35px;
  overflow-x: auto;
  border-top-right-radius: 15px;
}
.table-wrap a {
  color: #000000;
}
.table-wrap.border-radius-th td:first-child {
  padding-left: 15px;
}
.table-wrap.border-radius-th td:first-child strong {
  color: #000;
}
.table-wrap.border-radius-th td:last-child {

}
.table-wrap.border-radius-th thead {
  border-radius: 0;
}
.table-wrap.border-radius-th thead tr:first-child th {
  border-radius: 0;
}
.table-wrap.border-radius-th thead tr:first-child th:first-child {
  border-top-left-radius: 0;
}
.table-wrap.border-radius-th thead tr:first-child th:last-child {
  border-top-right-radius: 0;
}
.table-wrap.border-radius-th thead tr:last-child th {
  border-radius: 0;
}
.table-wrap.border-radius-th thead tr:last-child th:first-child {
  border-bottom-left-radius: 0;
}
.table-wrap.border-radius-th thead tr:last-child th:last-child {
  border-bottom-right-radius: 0;
}
.table-wrap.border-radius-th th:first-child {
  border-radius: 0;

}
.table-wrap.border-radius-th th:last-child {
  border-radius: 0;

}
.accordions-s .panel-body .table-wrap tbody tr:first-child td:last-child,.accordions-s .panel-body .table-wrap td:last-child{
 
}
.accordions-s .panel-body .table-wrap tbody tr:first-child td,.accordions-s .panel-body .table-wrap tbody tr:first-child td:last-child {
  border-top: 8px solid #00479D!important;
}
.accordions-s .panel-body .table-wrap tbody tr td:nth-child(2) {
    background: #409AD61A;
}
.table-wrap.font-size-th-sm th {
  font-size: 12px;
}
.table-wrap table {
  width: 100%;
}
.table-wrap table .max-width-22 {
  width: 22%;
}
.table-wrap table .max-width-25 {
  width: 25%;
}
.table-wrap table tr:hover td {
  background-color: rgba(111, 179, 185, 0.15);
}
.table-wrap.header-white thead th {
  color: #fff;
}
.table-wrap table th{
  background: #8566AA;
  border-bottom: 1px solid #dcdcdc;
}
.table-wrap table td {
  border-bottom: 1px solid #dcdcdc;
}
.table-wrap .table-row {
  flex-wrap: nowrap;
}
.table-wrap .table-icon {
  float: left;
  padding: 0 11px 0 29px;
}
.table-wrap .table-icon img {
  margin-top: 4px;
  width: 35px;
  height: 35px;
  max-width: 35px;
}
.table-wrap .table-content {
  overflow: hidden;
}
.table-wrap table th {
  color: #0033a0;
  background:#279BA5;
  font-weight: bold;
  text-align: left;
  font-size: 15px;
  padding: 15px 6px;
  vertical-align: top;
}
.table-wrap table thead {
  background: #e9edf6;
}
.table-wrap table td {
  padding: 15px;
  font-weight: 300;
  border-bottom: 1px solid #00479D;
  vertical-align: top;
  font-size: 16px;
}
.table-wrap table td.middle {
  vertical-align: middle;
}
.table-wrap table td h2 {
  color: #00A3E0;
  font-size: 20px;
  font-weight: normal;
}
.table-wrap table.data-table {
  font-size: 15px;
  margin-bottom: 0;
}
.table-wrap table.data-table td {
  font-weight: 300;
  text-align: right;
}
.table-wrap table.data-table td:first-child {
  text-align: left;
}
.table-wrap table.data-table td:nth-of-type(2) {
  background: #e5f5f5;
}
.table-wrap table.data-table td.bg-yellow {
  background: #FDC240 !important;
}
.table-wrap table.data-table tr:hover td {
  background: #e5f5f5;
}
.table-wrap table.data-table tr:first-child td {
  background: transparent !important;
}
.table-wrap table.data-table tr.reg-text td {
  font-weight: 400;
}
.table-wrap table.data-table tr.indented-row td:first-child {
  padding-left: 30px;
}
.table-wrap table.data-table tr.bold-text td {
  font-weight: bold;
}
.bg-gey-l {
  background: #F7F7F7;
}
.video .wrap-title {
  color: #fff;
  padding: 30px;
  background: #265aa9;
}
.video .wrap-title a {
  color: #3ac2c0;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
.video .wrap-title a .fa {
  margin-left: 5px;
}
.video .wrap-title h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0 !important;
}
.back-top {
  background-image: url(../img/back-top-icon.png);
  width: 100px;
  height: 100px;
  position: fixed;
  right: 50px;
  bottom: 55px;
  font-size: 12px;
  text-align: center;
  padding-top: 28px;
  color: #00479D;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: bold;
  background-size: cover;
}
.back-top.on {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.back-top:hover svg {
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.back-top svg {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.collapse {
  display: none;
}
.collapse.in,
.collapse.show {
  display: block;
  padding-bottom: 30px;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.bg-g-grad {
  background: #fff;
}
#overview-page-top-1 {
  background: #5FB28EBF;
}
.wrap-slider {
  overflow: hidden;
  margin: 20px -15px 0 -15px;
  padding-top: 30px;
}
.aside-links:last-child {
  margin-bottom: 0;
}
.main-section-n>.container {
  max-width: 1567px;
}
.whole-home-page .container {
    max-width: 1566px;
}
.home-vid-sect .container {
  position: relative;
  z-index: 2;
  max-width: 1565px;
  padding: 0px 0px;
}
.main-section-n .blueblock-container {
    max-width: 1454px;
}
.slider-study .item-sl .img img {
  border-radius: 0;
  width: 100%;
  box-shadow: none;
}
.slider-study {
  text-align: center;
}
.slider-study .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slider-study .nav-slider {
  position: relative;
  max-width: 93%;
  display: block;
  margin-top: -32px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.slider-study .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  line-height: 1;
  margin-top: -9px;
  color: #0033A0;
  cursor: pointer;
  -webkit-appearance: none;
  background: transparent;
}
.slider-study .slick-arrow.slick-prev {
  left: 20px;
}
.slider-study .slick-arrow.slick-prev:before {
  content: "\f111";
}
.slider-study .slick-arrow.slick-next {
  right: 20px;
}
.slider-study .slick-arrow.slick-next:before {
  content: "\f112";
}
.slider-study .slick-arrow:before {
  content: "";
  font-family: 'LineAwesome';
  font-size: 20px;
  font-weight: bold;
}
.slider-study .slick-dots {
  list-style: none;
  padding: 0;
  display: inline-block;
}
.slider-study .slick-dots li {
  line-height: normal;
  margin: 0 3px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  background: rgb(129 129 129 / 25%);
}
.slider-study .slick-dots li.slick-active {
  background: #0033A0;
}
.slider-study .slick-dots li button {
  display: none;
}
.slider-study .item-sl {
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin: 0 15px;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slider-study .item-sl > * {
  max-width: 100%;
}
.slider-study .item-sl:hover img {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.slider-study .item-sl:hover .read-now .la {
  -webkit-transform: translateX(4px);
  -o-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.slider-study .item-sl .img {
  overflow: hidden;
}
.slider-study .item-sl .img img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slider-study .text {
  padding: 22px 22px 40px 22px;
  background-color: #F3F3F3;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slider-study .text > * {
  max-width: 100%;
}
.slider-study .text .label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #0EB5F8;
}
.slider-study .text h3 {
  font-size: 20px;
  line-height: 24px;
  color: #00479D;
  margin-bottom: 30px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.slider-study .text > p {
  color: #000;
  font-size: 15px;
}
.slider-study .text .read-now {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  color: #0033A0;
}
.slider-study .text .read-now .la {
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.breadcrumbs {
  font-size: 15px;
  line-height: 15px;
  color: #000;
  margin-bottom: 50px;
  padding:20px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs a,
.breadcrumbs span {
  font-weight: 300;
  line-height: 15px;
  color: #000;
}
.breadcrumbs span {
  font-weight: 700;
}
.tab-item {
  display: none;
}
.tab-item.active {
  display: block;
}
.aside-title {
  font-size: 15px;
  line-height: 1.73;
  text-transform: uppercase;
  color: #0033A0;
  margin-bottom: 10px;
  margin-top: 17px;
}
.aside-links {
  padding: 0;
  margin-bottom: 40px;
  padding-left: 30px;
}
.aside-links li {
  margin: 0 0 10px 0;
  line-height: normal;
}
.aside-links li a {
  display: block;
  font-size: 15px;
  line-height: 16px;
  color: #000;
  position: relative;
}
.aside-links li a:hover {
  font-weight: bold;
}
.aside-links li a .icon,
.aside-links li a .la {
  position: absolute;
  left: 0;
  font-weight: bold;
  text-decoration: none;
}
.bottom-links a:nth-child(2) {
  justify-content: end;
}
.bottom-links a:last-child:after {
  font-family: "LineAwesome";
  content: "\f112";
  color: #000;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 6px;
}
.bottom-links a:first-child:after {
  font-family: "LineAwesome";
  content: "\f111";
  color: #000;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 6px;
}
.bottom-links {
  padding: 33px 0;
}
.bottom-links .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
}
.bottom-links a {
  display: inline-block;
  min-width: 350px;
  background: none;
  border-radius: 25px;
  font-size: 14px;
  color: #00479D;
  padding: 13px 24px;
  position: relative;
  font-weight:bold;
}
.bottom-links a:hover {
  color: #2834a0;
  background: #dbdbdb;
}
.bottom-links a:first-child {
  padding-left: 43px;
}
.bottom-links a:first-child:hover .la {
  left: 10px;
}
.bottom-links a:first-child .la {
  left: 15px;
}
.bottom-links a:last-child {
  padding-right: 43px;
  text-align: right;
}
.bottom-links a:last-child:hover .la {
  right: 10px;
}
.bottom-links a:last-child .la {
  right: 15px;
}
.bottom-links a .la {
  font-size: 18px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.map-wrap.chines .outer-text:nth-of-type(9) {
  left: 35%;
  bottom: 12.5%;
  text-align: right;
  transform-origin: center right;
  transform: rotate(-67.81deg);
}
.map-wrap.chines .outer-text:nth-of-type(10) {
  left: 17%;
  bottom: 18.4%;
  text-align: right;
  transform-origin: center right;
  transform: rotate(-53.55deg);
}
.map-wrap.chines .outer-text:nth-of-type(11) {
  left: 7.8%;
}
.map-wrap.chines .outer-text:nth-of-type(12) {
  left: 28px;
}
.map-wrap.chines .outer-text:nth-of-type(13) {
  left: 5.4%;
  top: 37.9%;
}
.map-wrap.chines .outer-text:nth-of-type(14) {
  left: 15.3%;
  top: 24%;
}
.map-wrap.chines .outer-text:nth-of-type(15) {
  left: 25.2%;
  top: 15.2%;
}
.map-wrap.chines .outer-text:nth-of-type(4) {
  left: 84.6%;
  top: 38.1%;
}
.map-wrap.chines .outer-text:nth-of-type(8) {
  bottom: 12.6%;
}
.content-panel {
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px;
}
.content-panel a.read-more-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-panel a.read-more-btn + a.read-more-btn {
  margin-top: -10px;
}
.content-panel * + h4 {
  margin-top: 20px;
}
.content-panel h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  color: #0033A0;
  margin-bottom: 10px;
}
.content-panel ul.stakeholders {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-panel ul.stakeholders li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.content-panel ul.stakeholders li img {
  margin-right: 10px;
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
  max-width: 44px;
}
.content-panel.active {
  display: block;
}
.content-panel.inner-el2 .label .icon {
  background: #009C88;
}
.content-panel.inner-el3 .label .icon {
  background: linear-gradient(89.93deg, #F2863C 1.43%, #D569A9 102.06%);
}
.content-panel.inner-el4 .label .icon {
  background: #F2863C;
}
.content-panel.inner-el5 .label .icon {
  background: linear-gradient(128.25deg, #009C88 13.93%, #F2863C 82.51%);
}
.content-panel.inner-el6 .label .icon {
  background: linear-gradient(144.25deg, #009C88 18.81%, #D569A9 83.01%);
}
.content-panel.inner-el7 .label .icon,
.content-panel.inner-el9 .label .icon {
  background: #A569F8;
}
.content-panel.inner-el8 .label .icon {
  background: linear-gradient(89.93deg, #00BBCE 1.43%, #D569A9 102.06%);
}
.content-panel.middle-el1 .label .icon {
  background: #009C88;
}
.content-panel.middle-el2 .label .icon {
  background: #A569F8;
  padding: 0 7px;
}
.content-panel.middle-el3 .label .icon {
  background: #F2863C;
  padding: 0 5px;
}
.content-panel.middle-el4 .label .icon {
  background: #D569A9;
  padding: 0 4px;
}
.content-panel.middle-el5 .label .icon {
  background: #00BBCE;
}
.content-panel.outer-circle1 .label .icon,
.content-panel.outer-circle2 .label .icon,
.content-panel.outer-circle3 .label .icon,
.content-panel.outer-circle4 .label .icon {
  background: #009C88;
}
.content-panel.outer-circle5 .label .icon,
.content-panel.outer-circle6 .label .icon {
  background: #A569F8;
}
.content-panel.outer-circle7 .label .icon,
.content-panel.outer-circle8 .label .icon {
  background: #F2863C;
}
.content-panel.outer-circle9 .label .icon,
.content-panel.outer-circle10 .label .icon {
  background: linear-gradient(89.93deg, #F2863C 1.43%, #D569A9 102.06%);
}
.content-panel.outer-circle11 .label .icon,
.content-panel.outer-circle12 .label .icon {
  background: #D569A9;
}
.content-panel.outer-circle13 .label .icon {
  background: linear-gradient(89.93deg, #00BBCE 1.43%, #D569A9 102.06%);
}
.content-panel.outer-circle14 .label .icon {
  background: #00BBCE;
}
.content-panel .label {
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 9px;
  color: #0033A0;
  font-weight: normal;
}
.content-panel .label .icon {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 9px;
  text-align: center;
  line-height: 35px;
  padding: 0 3px;
  background: linear-gradient(128.78deg, #00BBCE 15.52%, #D569A9 52.9%);
  /*linear-gradient(128.78deg, #00BBCE 15.52%, #D569A9 52.9%, #F2863C 89.85%)*/
}
.content-panel .label span {
  display: inline-block;
  vertical-align: middle;
}
.content-panel h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.12;
  color: #0033A0;
  margin-top: 0;
}
.content-panel h2 span.chin {
  display: none;
}
.content-panel h3 {
  font-size: 22px;
  line-height: 1.36;
  color: #00A3E0;
  margin-bottom: 10px;
}
.content-panel p,
.content-panel li {
  font-size: 15px;
  font-weight: 300;
}
.wrap-map-section {
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  max-width: 1370px;
  margin: 57px auto 0 auto;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.content-panels {
  -ms-flex: 0 0 524px;
  flex: 0 0 524px;
  max-width: 524px;
  padding-left: 15px;
  padding-top: 40px;
}
.wrap-map-section > .map-wrap {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.map-wrap {
  padding: 121px;
  position: relative;
  max-width: 816px;
}
.map-wrap .reset-map {
  position: absolute;
  display: inline-block;
  background: rgba(199, 211, 234, 0.25);
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #0033A0;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 30px;
  opacity: 0;
  pointer-events: none;
}
.map-wrap .reset-map.active {
  opacity: 1;
  pointer-events: auto;
}
.map-wrap .reset-map svg {
  vertical-align: middle;
  margin-left: 4px;
  position: relative;
  top: -2px;
}
.map-wrap .reset-map svg path {
  opacity: 1!important;
}
.map-wrap .center-content {
  position: absolute;
  z-index: 3;
  top: 39.6%;
  left: 50%;
  width: 17%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.map-wrap .center-content.active {
  opacity: 1;
}
.map-wrap .center-content p {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px;
}
.map-wrap .center-content p i {
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  padding-right: 6px;
  text-align: center;
}
.map-wrap .center-content p i img {
  max-height: 20px;
}
.map-wrap .center-content span {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.map-wrap .outer-text {
  position: absolute;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 13px;
  color: #0033A0;
  margin: 0;
}
.map-wrap .outer-text.not-active {
  color: #F1F4FA;
}
.map-wrap .outer-text:first-child {
  left: 50%;
  transform: rotate(-90deg);
  transform-origin: center left;
  padding-left: 20px;
}
.map-wrap .outer-text:nth-of-type(2) {
  left: 64.5%;
  top: 17%;
  padding-left: 11px;
  transform: rotate(-65.98deg);
  transform-origin: center left;
}
.map-wrap .outer-text:nth-of-type(3) {
  left: 77.5%;
  top: 24.5%;
  transform-origin: center left;
  transform: rotate(-41.97deg);
}
.map-wrap .outer-text:nth-of-type(4) {
  left: 84.5%;
  top: 37.3%;
  min-width: 133px;
  transform: rotate(-17.8deg);
  transform-origin: center left;
}
.map-wrap .outer-text:nth-of-type(5) {
  left: 85.8%;
  transform: rotate(6.43deg);
  transform-origin: center left;
  top: 52.3%;
}
.map-wrap .outer-text:nth-of-type(6) {
  left: 81.5%;
  transform: rotate(30.24deg);
  transform-origin: center left;
  bottom: 30%;
}
.map-wrap .outer-text:nth-of-type(7) {
  left: 71.5%;
  bottom: 19%;
  transform: rotate(54.08deg);
  transform-origin: center left;
}
.map-wrap .outer-text:nth-of-type(8) {
  left: 57.6%;
  bottom: 12%;
  transform: rotate(77.85deg);
  transform-origin: center left;
}
.map-wrap .outer-text:nth-of-type(9) {
  left: 27%;
  bottom: 12.7%;
  text-align: right;
  transform-origin: center right;
  transform: rotate(-77.81deg);
}
.map-wrap .outer-text:nth-of-type(10) {
  left: 10.1%;
  bottom: 18.8%;
  text-align: right;
  transform-origin: center right;
  transform: rotate(-54.55deg);
}
.map-wrap .outer-text:nth-of-type(11) {
  left: 2.7%;
  top: 66.7%;
  text-align: right;
  transform-origin: center right;
  transform: rotate(-29.74deg);
}
.map-wrap .outer-text:nth-of-type(12) {
  top: 52.5%;
  left: 7px;
  text-align: right;
  transform-origin: center right;
  transform: rotate(-6deg);
}
.map-wrap .outer-text:nth-of-type(13) {
  left: 2%;
  top: 37.4%;
  text-align: right;
  transform-origin: center right;
  transform: rotate(18.38deg);
}
.map-wrap .outer-text:nth-of-type(14) {
  left: 9.1%;
  top: 24.2%;
  text-align: right;
  transform-origin: center right;
  transform: rotate(42.7deg);
}
.map-wrap .outer-text:nth-of-type(15) {
  left: 23.2%;
  top: 15.3%;
  text-align: right;
  transform-origin: center right;
  transform: rotate(65.97deg);
}
.map-wrap svg {
  max-width: 100%;
  height: auto;
}
.map-wrap .not-poin-ev {
  pointer-events: none;
}
.map-wrap #inner-circle circle {
  cursor: pointer;
}
.map-wrap path#center-text.not-active,
.map-wrap text#center-text.not-active {
  opacity: 0;
}
.map-wrap path.not-active,
.map-wrap circle.not-active {
  opacity: 0.1;
}
.map-wrap path.active,
.map-wrap .active path {
  opacity: 1;
}
.map-wrap #ellipse-center,
.map-wrap .icon-inner-circle path,
.map-wrap #outer-circle-main,
.map-wrap .not-poin-ev path,
.map-wrap #circle-outer-def {
  opacity: 1!important;
}
.map-wrap #inner-circle circle.not-active,
.map-wrap #inner-circle .circle-in-m.not-active {
  fill: #F1F4FA !important;
  opacity: 1;
}
.map-wrap #circle121.not-active,
.map-wrap #circle133.not-active {
  fill: #F5F1FD !important;
  opacity: 1;
}
.map-wrap #circle115.not-active,
.map-wrap #circle125.not-active {
  fill: #E8F4F3 !important;
  opacity: 1;
}
.map-wrap #circle123.not-active,
.map-wrap #circle127.not-active {
  fill: #E8F7FA !important;
  opacity: 1;
}
.map-wrap #circle117.not-active,
.map-wrap #circle129.not-active {
  fill: #FDF3ED !important;
  opacity: 1;
}
.map-wrap #circle119.not-active,
.map-wrap #circle131.not-active {
  fill: #FAF2F7 !important;
  opacity: 1;
}
.map-wrap path,
.map-wrap circle {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.map-wrap .toggle-el {
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.map-wrap #outer-ring circle.not-active {
  fill: #F1F4FA !important;
  opacity: 1;
}
.map-wrap #inner-circle-center path.inner-el1.active {
  fill: url(#inner-el1-active-main-circle) !important;
}
.map-wrap #inner-el1[data-active=inner-el1].active {
  fill: url(#inner-el1-active-main-circle) !important;
}
.map-wrap .outer-text:nth-of-type(15)[data-active=inner-el1].active {
  background: linear-gradient(to left, #00BBCE 54%, #D569A9 100%);
  background: -ms-linear-gradient(90deg, transparent 54%, transparent);
  background: -webkit-linear-gradient(180deg, #00BBCE 54%, #D569A9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #AE18E8;
}
.map-wrap #outer-circle15[data-active=inner-el1].active {
  fill: url(#inner-el1-active) !important;
}
.map-wrap .outer-text:nth-of-type(15)[data-active=inner-el1].active {
  background: linear-gradient(to left, #00BBCE 54%, #D569A9 100%);
  background: -ms-linear-gradient(90deg, transparent 54%, transparent);
  background: -webkit-linear-gradient(180deg, #00BBCE 54%, #D569A9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D569A9;
}
.map-wrap #outer-circle14[data-active=inner-el1].active {
  fill: #00BBCE !important;
}
.map-wrap #outer-circle13[data-active=inner-el1].active {
  fill: url(#inner-el1-active) !important;
}
.map-wrap #outer-circle12[data-active=inner-el1].active {
  fill: #D569A9 !important;
}
.map-wrap #outer-circle11[data-active=inner-el1].active {
  fill: #D569A9 !important;
}
.map-wrap .outer-text:nth-of-type(11)[data-active=inner-el1].active,
.map-wrap .outer-text:nth-of-type(12)[data-active=inner-el1].active {
  color: #D569A9 !important;
}
.map-wrap .outer-text:nth-of-type(13)[data-active=inner-el1].active {
  background: linear-gradient(to left, #00BBCE 54%, #D569A9 100%);
  background: -ms-linear-gradient(90deg, transparent 54%, transparent);
  background: -webkit-linear-gradient(180deg, #00BBCE 54%, #D569A9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D569A9;
}
.map-wrap .outer-text:nth-of-type(14)[data-active=inner-el1].active {
  color: #00BBCE !important;
}
.map-wrap #outer-circle10[data-active=inner-el1].active {
  fill: url(#inner-el1-active2) !important;
}
.map-wrap #outer-circle9[data-active=inner-el1].active {
  fill: url(#inner-el1-active2) !important;
}
.map-wrap .outer-text:nth-of-type(9)[data-active=inner-el1].active,
.map-wrap .outer-text:nth-of-type(10)[data-active=inner-el1].active {
  background: linear-gradient(to left, #F2863C 54%, #D569A9 100%);
  background: -ms-linear-gradient(90deg, transparent 54%, transparent);
  background: -webkit-linear-gradient(180deg, #F2863C 54%, #D569A9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D569A9;
}
.map-wrap #outer-circle8[data-active=inner-el1].active {
  fill: #F2863C !important;
}
.map-wrap #outer-circle7[data-active=inner-el1].active {
  fill: #F2863C !important;
}
.map-wrap .outer-text:nth-of-type(7)[data-active=inner-el1].active,
.map-wrap .outer-text:nth-of-type(8)[data-active=inner-el1].active {
  color: #F2863C !important;
}
.map-wrap #inner-circle-center path.inner-el2.active {
  fill: #009C88 !important;
}
.map-wrap #outer-circle1[data-active=inner-el2].active {
  fill: #009C88 !important;
}
.map-wrap .outer-text:nth-of-type(1)[data-active=inner-el2].active {
  color: #009C88;
}
.map-wrap #outer-circle2[data-active=inner-el2].active {
  fill: #009C88 !important;
}
.map-wrap .outer-text:nth-of-type(2)[data-active=inner-el2].active {
  color: #009C88 !important;
}
.map-wrap #outer-circle3[data-active=inner-el2].active {
  fill: #009C88 !important;
}
.map-wrap .outer-text:nth-of-type(3)[data-active=inner-el2].active,
.map-wrap .outer-text:nth-of-type(4)[data-active=inner-el2].active {
  color: #009C88 !important;
}
.map-wrap #outer-circle4[data-active=inner-el2].active {
  fill: #009C88 !important;
}
.map-wrap #inner-el2[data-active=inner-el2].active {
  fill: #009C88 !important;
}
.map-wrap #inner-circle-center path.inner-el3.active {
  fill: url(#inner-el3-active-main-circle) !important;
}
.map-wrap #inner-el3[data-active=inner-el3].active {
  fill: url(#inner-el3-active-main-circle) !important;
}
.map-wrap #outer-circle7[data-active=inner-el3].active {
  fill: #F2863C !important;
}
.map-wrap .outer-text:nth-of-type(7)[data-active=inner-el3].active,
.map-wrap .outer-text:nth-of-type(8)[data-active=inner-el3].active,
.map-wrap .outer-text:nth-of-type(8)[data-active=inner-el5].active {
  color: #F2863C !important;
}
.map-wrap #outer-circle8[data-active=inner-el3].active {
  fill: #F2863C !important;
}
.map-wrap #outer-circle9[data-active=inner-el3].active {
  fill: url(#inner-el1-active2) !important;
}
.map-wrap .outer-text:nth-of-type(9)[data-active=inner-el3].active {
  background: linear-gradient(to left, #F2863C 54%, #D569A9 100%);
  background: -ms-linear-gradient(90deg, transparent 54%, transparent);
  background: -webkit-linear-gradient(180deg, #F2863C 54%, #D569A9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D569A9;
}
.map-wrap #outer-circle10[data-active=inner-el3].active {
  fill: url(#inner-el1-active2) !important;
}
.map-wrap .outer-text:nth-of-type(10)[data-active=inner-el3].active {
  background: linear-gradient(to left, #F2863C 54%, #D569A9 100%);
  background: -ms-linear-gradient(90deg, transparent 54%, transparent);
  background: -webkit-linear-gradient(180deg, #F2863C 54%, #D569A9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D569A9;
}
.map-wrap #outer-circle12[data-active=inner-el3].active {
  fill: #D569A9 !important;
}
.map-wrap #outer-circle11[data-active=inner-el3].active {
  fill: #D569A9 !important;
}
.map-wrap #outer-circle13[data-active=inner-el3].active {
  fill: #D569A9 !important;
}
.map-wrap #outer-circle15[data-active=inner-el3].active {
  fill: #D569A9 !important;
}
.map-wrap .outer-text:nth-of-type(15)[data-active=inner-el3].active,
.map-wrap .outer-text:nth-of-type(11)[data-active=inner-el3].active,
.map-wrap .outer-text:nth-of-type(13)[data-active=inner-el3].active,
.map-wrap .outer-text:nth-of-type(12)[data-active=inner-el3].active {
  color: #D569A9;
}
.map-wrap #inner-circle-center path.inner-el4.active {
  fill: #F2863C !important;
}
.map-wrap #inner-el4[data-active=inner-el4].active {
  fill: #F2863C !important;
}
.map-wrap #outer-circle7[data-active=inner-el4].active {
  fill: #F2863C !important;
}
.map-wrap .outer-text:nth-of-type(7)[data-active=inner-el4].active {
  color: #F2863C !important;
}
.map-wrap #outer-circle8[data-active=inner-el4].active {
  fill: #F2863C !important;
}
.map-wrap #outer-circle9[data-active=inner-el4].active {
  fill: #F2863C !important;
}
.map-wrap #outer-circle10[data-active=inner-el4].active {
  fill: #F2863C !important;
}
.map-wrap .outer-text:nth-of-type(10)[data-active=inner-el4].active {
  color: #F2863C !important;
}
.map-wrap #inner-circle-center path.inner-el5.active {
  fill: url(#inner-el5-active-main-circle) !important;
}
.map-wrap #inner-el5[data-active=inner-el5].active {
  fill: url(#inner-el5-active-main-circle) !important;
}
.map-wrap #outer-circle7[data-active=inner-el5].active {
  fill: #F2863C !important;
}
.map-wrap .outer-text:nth-of-type(7)[data-active=inner-el5].active,
.map-wrap .outer-text:nth-of-type(8)[data-active=inner-el4].active,
.map-wrap .outer-text:nth-of-type(9)[data-active=inner-el4].active,
.map-wrap .outer-text:nth-of-type(9)[data-active=inner-el5].active {
  color: #F2863C !important;
}
.map-wrap #outer-circle8[data-active=inner-el5].active {
  fill: #F2863C !important;
}
.map-wrap #outer-circle9[data-active=inner-el5].active {
  fill: #F2863C !important;
}
.map-wrap #outer-circle10[data-active=inner-el5].active {
  fill: #F2863C !important;
}
.map-wrap .outer-text:nth-of-type(10)[data-active=inner-el5].active {
  color: #F2863C !important;
}
.map-wrap #outer-circle1[data-active=inner-el5].active {
  fill: #009C88 !important;
}
.map-wrap .outer-text:nth-of-type(1)[data-active=inner-el5].active {
  color: #009C88;
}
.map-wrap #outer-circle2[data-active=inner-el5].active {
  fill: #009C88 !important;
}
.map-wrap .outer-text:nth-of-type(2)[data-active=inner-el5].active {
  color: #009C88 !important;
}
.map-wrap #outer-circle3[data-active=inner-el5].active {
  fill: #009C88 !important;
}
.map-wrap .outer-text:nth-of-type(3)[data-active=inner-el5].active {
  color: #009C88 !important;
}
.map-wrap #outer-circle4[data-active=inner-el5].active {
  fill: #009C88 !important;
}
.map-wrap .outer-text:nth-of-type(4)[data-active=inner-el5].active {
  color: #009C88 !important;
}
.map-wrap #inner-circle-center path.inner-el6.active {
  fill: url(#inner-el6-active-main-circle) !important;
}
.map-wrap #inner-el6[data-active=inner-el6].active {
  fill: url(#inner-el6-active-main-circle) !important;
}
.map-wrap #outer-circle1[data-active=inner-el6].active {
  fill: #009C88 !important;
}
.map-wrap .outer-text:nth-of-type(1)[data-active=inner-el6].active {
  color: #009C88;
}
.map-wrap #outer-circle2[data-active=inner-el6].active {
  fill: #009C88 !important;
}
.map-wrap .outer-text:nth-of-type(2)[data-active=inner-el6].active {
  color: #009C88 !important;
}
.map-wrap #outer-circle3[data-active=inner-el6].active {
  fill: #009C88 !important;
}
.map-wrap .outer-text:nth-of-type(3)[data-active=inner-el6].active {
  color: #009C88 !important;
}
.map-wrap #outer-circle4[data-active=inner-el6].active {
  fill: #009C88 !important;
}
.map-wrap .outer-text:nth-of-type(4)[data-active=inner-el6].active {
  color: #009C88 !important;
}
.map-wrap #outer-circle9[data-active=inner-el6].active {
  fill: #D569A9 !important;
}
.map-wrap .outer-text:nth-of-type(9)[data-active=inner-el6].active {
  color: #D569A9 !important;
}
.map-wrap #outer-circle10[data-active=inner-el6].active {
  fill: #D569A9 !important;
}
.map-wrap .outer-text:nth-of-type(10)[data-active=inner-el6].active {
  color: #D569A9 !important;
}
.map-wrap #outer-circle11[data-active=inner-el6].active {
  fill: #D569A9 !important;
}
.map-wrap #outer-circle12[data-active=inner-el6].active {
  fill: #D569A9 !important;
}
.map-wrap #outer-circle13[data-active=inner-el6].active {
  fill: #D569A9 !important;
}
.map-wrap #outer-circle15[data-active=inner-el6].active {
  fill: #D569A9 !important;
}
.map-wrap .outer-text:nth-of-type(15)[data-active=inner-el6].active,
.map-wrap .outer-text:nth-of-type(11)[data-active=inner-el6].active,
.map-wrap .outer-text:nth-of-type(12)[data-active=inner-el6].active,
.map-wrap .outer-text:nth-of-type(13)[data-active=inner-el6].active {
  color: #D569A9;
}
.map-wrap #inner-circle-center path.inner-el7.active {
  fill: #A569F8 !important;
}
.map-wrap #inner-el7[data-active=inner-el7].active {
  fill: #A569F8 !important;
}
.map-wrap #outer-circle5[data-active=inner-el7].active {
  fill: #A569F8 !important;
}
.map-wrap .outer-text:nth-of-type(5)[data-active=inner-el7].active {
  color: #A569F8 !important;
}
.map-wrap #outer-circle6[data-active=inner-el7].active {
  fill: #A569F8 !important;
}
.map-wrap .outer-text:nth-of-type(6)[data-active=inner-el7].active {
  color: #A569F8 !important;
}
.map-wrap #inner-circle-center path.inner-el8.active {
  fill: url(#inner-el8-active-main-circle) !important;
}
.map-wrap #inner-el8[data-active=inner-el8].active {
  fill: url(#inner-el8-active-main-circle) !important;
}
.map-wrap #outer-circle13[data-active=inner-el8].active {
  fill: url(#inner-el1-active) !important;
}
.map-wrap .outer-text:nth-of-type(13)[data-active=inner-el8].active {
  background: linear-gradient(to left, #D569A9 54%, #F2863C 100%);
  background: -ms-linear-gradient(90deg, transparent 54%, transparent);
  background: -webkit-linear-gradient(180deg, #D569A9 54%, #F2863C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F2863C;
}
.map-wrap #outer-circle14[data-active=inner-el8].active {
  fill: #00BBCE !important;
}
.map-wrap .outer-text:nth-of-type(14)[data-active=inner-el8].active {
  color: #00BBCE !important;
}
.map-wrap #outer-circle15[data-active=inner-el8].active {
  fill: url(#inner-el1-active) !important;
}
.map-wrap .outer-text:nth-of-type(15)[data-active=inner-el8].active {
  background: linear-gradient(to left, #00BBCE 54%, #D569A9 100%);
  background: -ms-linear-gradient(90deg, transparent 54%, transparent);
  background: -webkit-linear-gradient(180deg, #00BBCE 54%, #D569A9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D569A9;
}
.map-wrap #outer-circle9[data-active=inner-el8].active {
  fill: #D569A9 !important;
}
.map-wrap .outer-text:nth-of-type(9)[data-active=inner-el8].active {
  color: #D569A9 !important;
}
.map-wrap #outer-circle10[data-active=inner-el8].active {
  fill: #D569A9 !important;
}
.map-wrap .outer-text:nth-of-type(10)[data-active=inner-el8].active,
.map-wrap .outer-text:nth-of-type(11)[data-active=inner-el8].active,
.map-wrap .outer-text:nth-of-type(12)[data-active=inner-el8].active {
  color: #D569A9 !important;
}
.map-wrap #outer-circle11[data-active=inner-el8].active {
  fill: #D569A9 !important;
}
.map-wrap #outer-circle12[data-active=inner-el8].active {
  fill: #D569A9 !important;
}
.map-wrap #inner-circle-center path.inner-el9.active {
  fill: #A569F8 !important;
}
.map-wrap #inner-el9[data-active=inner-el9].active {
  fill: #A569F8 !important;
}
.map-wrap #outer-circle5[data-active=inner-el9].active {
  fill: #A569F8 !important;
}
.map-wrap .outer-text:nth-of-type(5)[data-active=inner-el9].active {
  color: #A569F8 !important;
}
.map-wrap #outer-circle6[data-active=inner-el9].active {
  fill: #A569F8 !important;
}
.map-wrap .outer-text:nth-of-type(6)[data-active=inner-el9].active {
  color: #A569F8 !important;
}
.map-wrap #inner-circle-center path.middle-el1.active {
  fill: #009C88 !important;
}
.map-wrap #middle-el1[data-active=middle-el1].active {
  fill: #009C88 !important;
}
.map-wrap #inner-el6[data-active=middle-el1].active,
.map-wrap #outer-circle1[data-active=middle-el1].active,
.map-wrap #outer-circle2[data-active=middle-el1].active,
.map-wrap #outer-circle3[data-active=middle-el1].active,
.map-wrap #outer-circle4[data-active=middle-el1].active {
  fill: #009C88 !important;
}
.map-wrap .outer-text:nth-of-type(3)[data-active=middle-el1].active,
.map-wrap .outer-text:nth-of-type(4)[data-active=middle-el1].active {
  color: #009C88 !important;
}
.map-wrap .outer-text:nth-of-type(2)[data-active=middle-el1].active {
  color: #009C88;
}
.map-wrap .outer-text:nth-of-type(1)[data-active=middle-el1].active {
  color: #009C88;
}
.map-wrap #inner-el2[data-active=middle-el1].active {
  fill: #009C88 !important;
}
.map-wrap #inner-el5[data-active=middle-el1].active {
  fill: #009C88 !important;
}
.map-wrap #inner-circle-center path.middle-el2.active,
.map-wrap #inner-el9[data-active=middle-el2].active,
.map-wrap #inner-el7[data-active=middle-el2].active,
.map-wrap #outer-circle5[data-active=middle-el2].active,
.map-wrap #outer-circle6[data-active=middle-el2].active {
  fill: #A569F8 !important;
}
.map-wrap .outer-text:nth-of-type(5)[data-active=middle-el2].active,
.map-wrap .outer-text:nth-of-type(6)[data-active=middle-el2].active {
  color: #A569F8 !important;
}
.map-wrap #inner-circle-center path.middle-el3.active,
.map-wrap #inner-el5[data-active=middle-el3].active,
.map-wrap #inner-el4[data-active=middle-el3].active,
.map-wrap #inner-el3[data-active=middle-el3].active,
.map-wrap #inner-el1[data-active=middle-el3].active,
.map-wrap #outer-circle7[data-active=middle-el3].active,
.map-wrap #outer-circle8[data-active=middle-el3].active,
.map-wrap #outer-circle9[data-active=middle-el3].active,
.map-wrap #outer-circle10[data-active=middle-el3].active {
  fill: #F2863C !important;
}
.map-wrap .outer-text:nth-of-type(10)[data-active=middle-el3].active {
  color: #F2863C;
}
.map-wrap .outer-text:nth-of-type(7)[data-active=middle-el3].active,
.map-wrap .outer-text:nth-of-type(8)[data-active=middle-el3].active,
.map-wrap .outer-text:nth-of-type(9)[data-active=middle-el3].active {
  color: #F2863C !important;
}
.map-wrap #inner-circle-center path.middle-el4.active,
.map-wrap #inner-el3[data-active=middle-el4].active,
.map-wrap #inner-el1[data-active=middle-el4].active,
.map-wrap #inner-el8[data-active=middle-el4].active,
.map-wrap #inner-el6[data-active=middle-el4].active,
.map-wrap #outer-circle9[data-active=middle-el4].active,
.map-wrap #outer-circle10[data-active=middle-el4].active,
.map-wrap #outer-circle11[data-active=middle-el4].active,
.map-wrap #outer-circle12[data-active=middle-el4].active,
.map-wrap #outer-circle13[data-active=middle-el4].active,
.map-wrap #outer-circle15[data-active=middle-el4].active {
  fill: #D569A9 !important;
}
.map-wrap .outer-text:nth-of-type(10)[data-active=middle-el4].active,
.map-wrap .outer-text:nth-of-type(11)[data-active=middle-el4].active,
.map-wrap .outer-text:nth-of-type(12)[data-active=middle-el4].active,
.map-wrap .outer-text:nth-of-type(13)[data-active=middle-el4].active {
  color: #D569A9;
}
.map-wrap .outer-text:nth-of-type(15)[data-active=middle-el4].active,
.map-wrap .outer-text:nth-of-type(9)[data-active=middle-el4].active {
  color: #D569A9;
}
.map-wrap #inner-circle-center path.middle-el5.active,
.map-wrap #inner-el1[data-active=middle-el5].active,
.map-wrap #inner-el8[data-active=middle-el5].active,
.map-wrap #outer-circle13[data-active=middle-el5].active,
.map-wrap #outer-circle14[data-active=middle-el5].active,
.map-wrap #outer-circle15[data-active=middle-el5].active {
  fill: #00BBCE !important;
}
.map-wrap .outer-text:nth-of-type(15)[data-active=middle-el5].active,
.map-wrap .outer-text:nth-of-type(14)[data-active=middle-el5].active,
.map-wrap .outer-text:nth-of-type(13)[data-active=middle-el5].active {
  color: #00BBCE;
}
.map-wrap #inner-circle-center path.outer-circle1.active,
.map-wrap #inner-circle-center path.outer-circle2.active,
.map-wrap #inner-circle-center path.outer-circle3.active,
.map-wrap #inner-circle-center path.outer-circle4.active {
  fill: #009C88 !important;
}
.map-wrap #outer-circle1[data-active=outer-circle1].active,
.map-wrap #outer-circle2[data-active=outer-circle2].active,
.map-wrap #outer-circle3[data-active=outer-circle3].active,
.map-wrap #outer-circle4[data-active=outer-circle4].active,
.map-wrap #inner-el6[data-active=outer-circle1].active,
.map-wrap #inner-el6[data-active=outer-circle2].active,
.map-wrap #inner-el6[data-active=outer-circle3].active,
.map-wrap #inner-el6[data-active=outer-circle4].active,
.map-wrap #inner-el2[data-active=outer-circle1].active,
.map-wrap #inner-el2[data-active=outer-circle2].active,
.map-wrap #inner-el2[data-active=outer-circle3].active,
.map-wrap #inner-el2[data-active=outer-circle4].active,
.map-wrap #inner-el5[data-active=outer-circle1].active,
.map-wrap #inner-el5[data-active=outer-circle2].active,
.map-wrap #inner-el5[data-active=outer-circle3].active,
.map-wrap #inner-el5[data-active=outer-circle4].active {
  fill: #009C88 !important;
}
.map-wrap .outer-text:nth-of-type(2)[data-active=outer-circle2].active,
.map-wrap .outer-text:nth-of-type(3)[data-active=outer-circle3].active,
.map-wrap .outer-text:nth-of-type(4)[data-active=outer-circle4].active {
  color: #009C88;
}
.map-wrap .outer-text:nth-of-type(1)[data-active=outer-circle1].active {
  color: #009C88;
}
.map-wrap #inner-circle-center path.outer-circle5.active,
.map-wrap #inner-circle-center path.outer-circle6.active,
.map-wrap #inner-el9[data-active=outer-circle5].active,
.map-wrap #inner-el9[data-active=outer-circle6].active,
.map-wrap #inner-el7[data-active=outer-circle5].active,
.map-wrap #inner-el7[data-active=outer-circle6].active,
.map-wrap #outer-circle5[data-active=outer-circle5].active,
.map-wrap #outer-circle6[data-active=outer-circle6].active {
  fill: #A569F8 !important;
}
.map-wrap .outer-text:nth-of-type(5)[data-active=outer-circle5].active,
.map-wrap .outer-text:nth-of-type(6)[data-active=outer-circle6].active {
  color: #A569F8 !important;
}
.map-wrap #inner-circle-center path.outer-circle7.active,
.map-wrap #inner-circle-center path.outer-circle8.active,
.map-wrap #inner-el5[data-active=outer-circle7].active,
.map-wrap #inner-el5[data-active=outer-circle8].active,
.map-wrap #inner-el4[data-active=outer-circle7].active,
.map-wrap #inner-el4[data-active=outer-circle8].active,
.map-wrap #inner-el3[data-active=outer-circle7].active,
.map-wrap #inner-el3[data-active=outer-circle8].active,
.map-wrap #inner-el1[data-active=outer-circle7].active,
.map-wrap #inner-el1[data-active=outer-circle8].active,
.map-wrap #outer-circle7[data-active=outer-circle7].active,
.map-wrap #outer-circle8[data-active=outer-circle8].active {
  fill: #F2863C !important;
}
.map-wrap .outer-text:nth-of-type(7)[data-active=outer-circle7].active,
.map-wrap .outer-text:nth-of-type(8)[data-active=outer-circle8].active {
  color: #F2863C !important;
}
.map-wrap #inner-circle-center path.outer-circle9.active,
.map-wrap #inner-circle-center path.outer-circle10.active {
  fill: url(#inner-el3-active-main-circle) !important;
}
.map-wrap #inner-el3[data-active=outer-circle9].active,
.map-wrap #inner-el3[data-active=outer-circle10].active,
.map-wrap #inner-el1[data-active=outer-circle9].active,
.map-wrap #inner-el1[data-active=outer-circle10].active {
  fill: url(#inner-el3-active-main-circle) !important;
}
.map-wrap #outer-circle9[data-active=outer-circle9].active,
.map-wrap #outer-circle10[data-active=outer-circle10].active {
  fill: url(#inner-el1-active2) !important;
}
.map-wrap .outer-text:nth-of-type(9)[data-active=outer-circle9].active,
.map-wrap .outer-text:nth-of-type(10)[data-active=outer-circle10].active {
  background: linear-gradient(to left, #F2863C 54%, #D569A9 100%);
  background: -ms-linear-gradient(90deg, transparent 54%, transparent);
  background: -webkit-linear-gradient(180deg, #F2863C 54%, #D569A9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D569A9;
}
.map-wrap #inner-el5[data-active=outer-circle9].active,
.map-wrap #inner-el5[data-active=outer-circle10].active,
.map-wrap #inner-el4[data-active=outer-circle9].active,
.map-wrap #inner-el4[data-active=outer-circle10].active {
  fill: #F2863C !important;
}
.map-wrap #inner-el8[data-active=outer-circle9].active,
.map-wrap #inner-el8[data-active=outer-circle10].active,
.map-wrap #inner-el6[data-active=outer-circle9].active,
.map-wrap #inner-el6[data-active=outer-circle10].active {
  fill: #D569A9 !important;
}
.map-wrap #inner-circle-center path.outer-circle11.active,
.map-wrap #outer-circle11[data-active=outer-circle11].active,
.map-wrap #inner-el3[data-active=outer-circle11].active,
.map-wrap #inner-el1[data-active=outer-circle11].active,
.map-wrap #inner-el8[data-active=outer-circle11].active,
.map-wrap #inner-el6[data-active=outer-circle11].active,
.map-wrap #inner-circle-center path.outer-circle12.active,
.map-wrap #outer-circle12[data-active=outer-circle12].active,
.map-wrap #inner-el3[data-active=outer-circle12].active,
.map-wrap #inner-el1[data-active=outer-circle12].active,
.map-wrap #inner-el8[data-active=outer-circle12].active,
.map-wrap #inner-el6[data-active=outer-circle12].active {
  fill: #D569A9 !important;
}
.map-wrap .outer-text:nth-of-type(11)[data-active=outer-circle11].active,
.map-wrap .outer-text:nth-of-type(12)[data-active=outer-circle12].active {
  color: #D569A9 !important;
}
.map-wrap #inner-circle-center path.outer-circle13.active,
.map-wrap #inner-circle-center path.outer-circle15.active,
.map-wrap #inner-el1[data-active=outer-circle13].active,
.map-wrap #inner-el1[data-active=outer-circle15].active,
.map-wrap #inner-el8[data-active=outer-circle13].active,
.map-wrap #inner-el8[data-active=outer-circle15].active,
.map-wrap #outer-circle13[data-active=outer-circle13].active,
.map-wrap #outer-circle15[data-active=outer-circle15].active {
  fill: url(#inner-el8-active-main-circle) !important;
}
.map-wrap .outer-text:nth-of-type(15)[data-active=outer-circle15].active,
.map-wrap .outer-text:nth-of-type(13)[data-active=outer-circle13] {
  background: linear-gradient(to left, #00BBCE 54%, #D569A9 100%);
  background: -ms-linear-gradient(90deg, transparent 54%, transparent);
  background: -webkit-linear-gradient(180deg, #00BBCE 54%, #D569A9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D569A9;
}
.map-wrap #inner-el3[data-active=outer-circle13].active,
.map-wrap #inner-el3[data-active=outer-circle15].active,
.map-wrap #inner-el6[data-active=outer-circle13].active,
.map-wrap #inner-el6[data-active=outer-circle15].active {
  fill: #D569A9 !important;
}
.map-wrap #outer-circle14[data-active=outer-circle14].active,
.map-wrap #inner-circle-center path.outer-circle14.active,
.map-wrap #inner-el1[data-active=outer-circle14].active,
.map-wrap #inner-el8[data-active=outer-circle14].active {
  fill: #00BBCE !important;
}
.map-wrap .outer-text:nth-of-type(14)[data-active=outer-circle14].active {
  color: #00BBCE !important;
}
.main-footer {
  padding: 54px 0 40px 0;
  background: #0033a0;
  color: #fff;
  font-size: 14px;
  z-index: 3;
}
.main-footer .dot-list {
  list-style: disc!important;
  padding-left: 19px!important;
}
.main-footer ul {
  list-style: none;
  padding: 0;
}
.main-footer ul li {
  line-height: normal;
  margin-bottom: 0;
}
.main-footer .top-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-footer .top-panel1 {
  margin: 0 -12px 72.5px -12px;
}

.main-footer .top-panel .wrap-nav-foot {
  -ms-flex: 0 0 16.66666%;
  flex: 0 0 16.66666%;
  max-width: 16.66666%;
  padding: 0 10.5px;
}
.main-footer .top-panel .wrap-nav-foot > ul + ul {
  margin-top: 15px;
}
.main-footer .top-panel .wrap-nav-foot > ul > li {
  margin: 0;
}
.main-footer .top-panel .wrap-nav-foot > ul > li > a {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  border-bottom: 1px solid #fff;
  display: block;
}
.main-footer .top-panel .wrap-nav-foot > ul > li > a:hover:after {
  -webkit-transform: translateX(3px);
  -o-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

.main-footer .top-panel .wrap-nav-foot > ul > li ul {
}
.main-footer .top-panel .wrap-nav-foot > ul > li ul.has-icon {
  padding-left: 0;
}
.main-footer .top-panel .wrap-nav-foot > ul > li ul.has-icon a {
  display: flex;
}
.main-footer .top-panel .wrap-nav-foot > ul > li ul.has-icon a .icon {
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
  max-width: 44px;
  padding-right: 7px;
  text-align: center;
}
.main-footer .top-panel .wrap-nav-foot > ul > li ul li {
  margin-top: 10px;
  margin-bottom: 0;
}
.main-footer .top-panel .wrap-nav-foot > ul > li ul li a {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 14px;
}
.main-footer .middle-panel {
  padding: 35px 0;
}
.main-footer .middle-panel a {
  font-weight: bold;
}
.main-footer .middle-panel .esg-btn {
  margin-bottom: 20px;
}
.main-footer .middle-panel a {
  display: block;
  text-align: left;
}
.main-footer .bottom-panel {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #FFFFFF;
  padding-top: 29px;
  -ms-flex-align: center;
  align-items: center;
}
.main-footer .bottom-panel .footer-menu {
  padding: 0 0 0 45px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: bold;
  display: flex;
}

.main-footer .bottom-panel ul li {
  display: inline-block;
}
.main-footer .bottom-panel p {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}
.main-footer .logo-foot {
  font-weight: 300;
}
.main-footer .logo-foot img {
  width: 379px;
}
.main-footer a {
  color: #fff;
  font-size: 20px;
}
.main-footer a:hover {
  color: #3ac2c0;
}
.main-footer .share p {
  font-weight: bold;
}
.main-footer .share a {
  display: inline-block;
  width: 40px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #0033a0;
}
.main-footer .share a:hover {
  background: #3ac2c0;
}
.main-footer .share a + a {
  margin-left: 10px;
}
.pad-t-none {
  padding-top: 0 !important;
}
.pad-bot-lg {
  padding-bottom: 90px;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-100px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
h1.cmp-title__text {
  font-size: 35px;
  font-weight: bold;
}
.container.cookies{
  max-width:1193px!important;
  margin-bottom: 30px;
}
.cmp-cookies {
  position: fixed;
  display: none;
  bottom: 0;
  width: 100%;
  z-index: 50;
  -webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
}
.cmp-cookies.on {
  display: block;
}
.cmp-cookies__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 20rem;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cmp-cookies__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 20rem;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cmp-cookies__description p {
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.625rem;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  padding: 1.5625rem 1.25rem;
  height: 100%;
  overflow: hidden;
}
.cmp-cookies__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 20rem;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a.cmp-cookies__action-link-read {
  color: #00479D;
  margin-right: 16px;
  font-size: 20px;
}
.cmp-cookies__action-ok {
  text-align: right;
  padding: 20px;
  margin: 0;
  margin-top: -35px;
}
.cmp-cookies__button {
  color: #00479D;
  font-size: 20px;
  font-weight: bold;
}
.cmp-cookies__action-link-ok {
  color: #fff;
  text-align: right;
  margin: 0.625rem 0 0;
}
.wrap-aem-grid {
  margin-bottom: 45px;
  margin-top:69px;
}
.aem-Grid-item{
  margin-bottom: 20px;
}
.cookies .aem-Grid-item{
  margin-bottom: 20px;
  padding: 0;
}

.aem-Grid-Header {
  background: #00479D;
  padding: 10px 10px;
  text-align: center;
  border-top-right-radius: 15px;
  color : #ffffff;
}
.aem-Grid-Content {
  height: 100%;
  background: rgb(0 71 157 / 10%);
  padding: 20px;
}
.aem-Grid-Content2-area {
  padding-top: 20px;
}
.aem-Grid-Content2 {
  min-height: 274px;
  background: #5FB28E1A;
  padding: 24px;
  display: flex;
  justify-content: space-between;
    flex-direction: column;
}

.aem-Grid-Content2 h3 {
line-height: 1!important;
}
.aem-Grid-Content2 p {
  margin: 0;
  line-height: 1.3;
}
.aem-Grid-Content2 .img-area {
  margin-left: auto;
}
.aem-Grid-Content2 .img-area img {
  min-width: 78px;
}
.aem-Grid-Content2 h3 {
  margin: 0!important;
}
.aem-Grid-Header h3 {
  color: #fff!important;
  margin: 0!important;
}
.aem-Grid {
  display: block;
  width: 100%;
  overflow: hidden;
}
.aem-Grid>.row {
  width: 100%;
  flex-wrap: nowrap;
  margin: auto;
  gap: 55px;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}
.cmp-tablecontent,
.cmp-tableheader {
  width: 100%;
  overflow: auto;
}
.cmp-tablecontent__row,
.cmp-tableheader__row {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  max-width: 885pt;
}
.cmp-tablecontent__cell,
.cmp-tableheader__cell {
  font-size: 0.9em;
  padding: 10px;
  line-height: 1.375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  word-break: normal;
  margin-bottom: 0;
}
.cmp-tablecontent__cell p,
.cmp-tableheader__cell p {
  margin-bottom: 0;
}
.cmp-tablecontent__cell--content:last-child,
.cmp-tablecontent__cell--content:only-child,
.cmp-tableheader__cell--content:last-child,
.cmp-tableheader__cell--content:only-child {
  border-right: 0;
}
.cmp-tablecontent__row,
.cmp-tableheader__row {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  max-width: 885pt;
}
.cmp-tablecontent__row--content,
.cmp-tableheader__row--content {
  border-bottom: 1px solid #d7d8d6;
}
.cmp-tablecontent__row--header,
.cmp-tableheader__row--header {
  background: linear-gradient(303.96deg, #00a9ce 4.64%, #0071b0 102.25%);
  list-style: none;
}
.cmp-tablecontent__cell--header,
.cmp-tableheader__cell--header {
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
}
.cmp-tablecontent__cell--content,
.cmp-tableheader__cell--content {
  border-right: 1px solid #d7d8d6;
  background: #fff;
}
.col-xm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.intro-materiality p,
.intro-materiality li {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.36;
  color: #0033A0;
}
.materiality-assessment-wrap-map {
  margin-top: 80px;
}
.materiality-assessment-wrap-map.chinese-map {
  font-family: 'Microsoft JhengHei UI';
}
.materiality-assessment-wrap-map.chinese-map .subheader h3 {
  font-family: 'Microsoft JhengHei UI';
}
.materiality-assessment-wrap-map.chinese-map .subheader h3:first-child {
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  width: 70px;
  text-align: left;
}
.materiality-assessment-wrap-map h2 a.link-title {
  color: #00479D!important;
}
@media (max-width: 767px) {
  .desktop-footer-menu {
    display: none!important;
  }
  .materiality-assessment-wrap-map.chinese-map .subheader h3:first-child {
    -ms-flex: 0 0 57px;
    flex: 0 0 57px;
    width: 57px;
  }
}
@media (min-width: 551px) {
  .main-footer .top-panel .wrap-nav-foot > ul > li > a {
    min-height: 66px;
}
}
@media (min-width: 1400px) {
  .main-footer .top-panel .wrap-nav-foot > ul > li > a {
    padding-right: 40px;
}
}
.materiality-assessment-wrap-map.chinese-map .bottom-tabs-materiality a,
.materiality-assessment-wrap-map.chinese-map .bottom-tabs-materiality p {
  font-family: 'Microsoft JhengHei UI';
}
.materiality-assessment-wrap-map.chinese-map h2 {
  font-family: 'Microsoft JhengHei UI';
}
.materiality-assessment-wrap-map.chinese-map h2 .reset-map-assessment {
  font-family: 'Microsoft JhengHei UI';
}
.materiality-assessment-wrap-map.chinese-map .tabs-materiality-assessment p,
.materiality-assessment-wrap-map.chinese-map .tabs-materiality-assessment span {
  font-family: 'Microsoft JhengHei UI' !important;
}
.materiality-assessment-wrap-map.chinese-map .tabs-materiality-assessment .right-toggle-tab-item p {
  padding-top: 8px;
}
@media (min-width: 768px) {
  .mobile-footer-menu {
    display: none!important;
  }
  .materiality-assessment-wrap-map.chinese-map .tabs-materiality-assessment .right-toggle-tab-item + .right-toggle-tab-item {
    margin-top: 5px!important;
  }
  .desktop-hide-2{
    display:none;
  }
  .main-block.com-soon24 .slogan {
    width: 100%;
  }
}
.materiality-assessment-wrap-map.chinese-map .tabs-materiality-assessment .middle-toggle-tab-item p {
  line-height: 1.4;
}
@media (min-width: 768px) {
  .materiality-assessment-wrap-map.chinese-map .tabs-materiality-assessment .middle-toggle-tab-item p {
    font-size: 16px;
  }
}
.materiality-assessment-wrap-map h1 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.07;
  color: #0033A0;
}
.materiality-assessment-wrap-map h2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.07;
  color: #0033A0;
  padding-bottom: 10px;
  margin-bottom: 0;
  max-width: 983px;
  border-bottom: 1px solid #C8C8C8;
}
.materiality-assessment-wrap-map h2 .reset-map-assessment {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #0033A0;
  background: rgba(199, 211, 234, 0.25);
  border-radius: 20px;
  padding: 12px 12px;
}
.materiality-assessment-wrap-map h2 .reset-map-assessment span,
.materiality-assessment-wrap-map h2 .reset-map-assessment i,
.materiality-assessment-wrap-map h2 .reset-map-assessment svg {
  vertical-align: middle;
  line-height: 1;
}
.materiality-assessment-wrap-map h2 .reset-map-assessment svg {
  margin-top: -3px;
}
.materiality-assessment-wrap-map h2 .reset-map-assessment i {
  margin-left: 10px;
}
.radio-filter-header img {
  max-width:22.77px;
}
.radio-filter-header {
  display: flex;
  background: #00479D;
  padding: 0 20px;
  position:relative;
}
.materiality-filter {
  max-width: 800px;
}
.radio-filter {
  margin: 0;
  margin-top: 13px;
  border: 1px solid #00479D;
  border-radius: 15px;
  padding: 10px;
  left: 96px;
}
.radio-filter .filter-item {
  margin-bottom: 5.6px;
  display: flex;
  align-items: center;
}
.radio-filter .filter-item label {
  margin-left: 7.6px;
  color: #00479D;
}
.main-section-n .radio-filter-header h4 {
  color: #ffffff;
  font-weight: bold;
  margin: 8.75px 12px;
}
.radio-filter-header i {
  position: absolute;
  right: 22px;
  top: calc(50% - 9px);
  font-size: 17px;
  color: #fff;
}
.radio-filter h4 {
  color: #00479D!important;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;

}
.radio-filter hr{
  border-bottom: 1px solid #00479D;
  margin-top: 20px;
}
.radio-filter label {
  font-size: 12px;
  line-height: 1.5;
  cursor:pointer;
}
ul.first-intro li::before {
  content: '';
  display: inline-block;
  height: 40px;
  width: 35px;
  background-image: url(../img/pointer.svg);
  background-size: 100% 100%;
  position: absolute;
  left: -39px;
}

ul.first-intro li {
  list-style: none;
  position: relative;
}

ul.first-intro {
  padding-left: 38px;
}

.row.radio-filter input[type=radio] {
  padding: 0.5em;
  -webkit-appearance: none;
  outline: 0.13em solid #00479D;
  outline-offset: 0.1em;
  border-radius: 2.28px;
}

.row.radio-filter input[type=radio]:checked {
  display: inline-block;
  background-color: #00479D;
}


.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality {
  max-width: 510px;
  margin: auto;
}

.radio-filter-header {
  display: none;
}

.intro-materiality p,
.intro-materiality li {
  color: #0033a0;
}

@media (max-width: 991px) {
  .main-section-n .blueblock-container {
    padding: 0;
}
  .aem-Grid-Content2-area {
    padding-top: 10px;
  }
  .aem-Grid-item2 {
    margin-bottom: 10px;
  }
  .aem-Grid-Content2 {
    flex-direction: row;
    min-height: 128px;
  }
  .aem-Grid-Content2 .text-area {
    width: 70%;
  }
  .aem-Grid-Content2 .img-area {

  }
  .aside-links li a {
 
  }
  .overview-title{

  }
  .materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality {
      max-width: 510px;
  }
  .materiality-assessment-wrap-map {
    margin-top: 0px;
  }
  .radio-filter-header {
      display: flex;
      border-radius: 5px;
      margin-top: 20px;
  }

  body .radio-filter-header h3 {
      line-height: 1.0 !important;
  }

  .row.radio-filter {
      display: none;
  }

  .radio-filter-header i.closed {
      transform: rotate(180deg);
  }
}

@media (min-width: 992px) {
  .row.radio-filter {
      border: none;
      border-radius: 30px;
      box-shadow: 1px 2px 4.5px 0px #00000040;
      position: absolute;
      width: 100%;
      max-width: 520px;
      top: 1050px;
  }

  .radio-filter hr {
      display: none;
  }

  .materiality-assessment-wrap-map {
      position: relative;
      padding-bottom: 50px;
      max-width: 1455px;
      margin-left: auto;
      margin-right: auto;
  }

  .radio-filter h4 {
      font-size: 12px;
  }

  .radio-filter-header i {
      transition: 1s;
      font-size: 26px;
  }

  .radio-filter label {
      font-size: 12px;
  }

}
.overview-content li {
  font-size: 20px;
  margin-bottom: 0;
  color: #409AD6;
}
.materiality-assessment-wrap-map .subheader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-top: 20px;
  position: relative;
}
.materiality-assessment-wrap-map .subheader h3 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 13.3px;
  line-height: 1.4;
  text-align: center;
  color: #0033A0;
  margin-bottom: 0;
  margin-top: 0;
}

.materiality-assessment-wrap-map .tabs-materiality-assessment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .lines-box {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .lines-box.vis-desk svg {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  min-width: 355px;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .lines-box svg {
  max-width: 100%;
  height: 813.46px;
}
@media (min-width: 768px) {
.materiality-assessment-wrap-map .tabs-materiality-assessment .lines-box #asset-2-inline {
    height: 800px;
    min-width: 355px;
}
}
.materiality-assessment-wrap-map .tabs-materiality-assessment > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left {
  -ms-flex: 0 0 277.06px;
  flex: 0 0 277.06px;
  max-width: 277.06px;
  right: 0;
  top: 0px;
  gap: 28.5px;
  /*#left-target3.active[data-active='left-target3'],
      #left-target3.active.section_active[data-active='middle-target3'],
      #left-target4.active.section_active[data-active='middle-target3']
      {
        .icon{
          background: linear-gradient(180deg, #4192CF 0%, #85B85D 100%);
        }
        span{
          background: linear-gradient(180deg, #4192CF 0%, #85B85D 100%);
        }

      }*/
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='middle-target1'] .span {
  background: linear-gradient(180deg, #2EAEE8 0%, #827FBB 100%);
}

.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='middle-target1'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target1.active[data-active='right-target1'] {
  background: #99B262;
}

.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='middle-target1'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target1.active[data-active='right-target1'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target9.active[data-active='right-target1'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target9.active[data-active='right-target2'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target1.active[data-active='right-target2'] .icon {
  background: #99B262;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='middle-target1'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target9.active[data-active='right-target2'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target1.active[data-active='right-target2'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target6'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target6'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target1.active[data-active='left-target4'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target6.active[data-active='left-target4'] {
  background: #99B262;
}

.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target3.active[data-active='right-target1'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target3.active[data-active='right-target1'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target1.active[data-active='right-target6'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target1.active[data-active='right-target6'] .icon {
  background: #6F6CA9;
}

.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target4.active[data-active='right-target1'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target4.active[data-active='right-target1'] .icon {
  background: #99B262;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target9.active[data-active='right-target1'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target9.active[data-active='right-target1'] .icon {
  background: #C64552;
}



.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target2'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target2'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target3.active[data-active='right-target3'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target3'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target3'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target4'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target4'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target5'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target5'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target2.active[data-active='right-target7'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target2.active[data-active='right-target7'] .icon{
  background: #99B262;
}



.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target5.active[data-active='right-target5'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target1.active[data-active='right-target5'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target1.active[data-active='right-target5'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='left-target1'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='left-target1'] span,
 .materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target5.active[data-active="left-target1"] {
  background: linear-gradient(180deg, #99B262 0%, #5EB4B4 100%)
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target6.active[data-active='right-target6'] {
  background: linear-gradient(180deg, #99B262 0%, #5EB4B4 47.92%, #d17f52 100%);
}

.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='middle-target2'] .icon {
  background: #5EB4B4;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='middle-target2'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target6.active[data-active='right-target6'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target6.active[data-active='right-target6'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target7'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target7'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target8'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target8'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target9'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target9'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target10'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target10'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target7.active[data-active='right-target7'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target7.active[data-active='right-target12'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target7.active[data-active='right-target12'] span {
  background: #5EB4B4;
}

.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target4.active[data-active='left-target4'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target4.active[data-active='left-target4'] span {
  background: linear-gradient(180deg, #99B262 0%, #5EB4B4 47.92%, #d17f52 100%);
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target5.active.section_active[data-active='middle-target6'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target5.active.section_active[data-active='middle-target6'] span {
  background: linear-gradient(180deg, #4192CF 0%, #D569A9 100%);
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target5.active.section_active[data-active='middle-target5'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target5.active.section_active[data-active='middle-target5'] span {
  background: linear-gradient(180deg, #4192CF 0%, #8F51F1 100%);
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target5.active[data-active='left-target5'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target5.active[data-active='left-target5'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target11.active[data-active="left-target5"] {
  background: linear-gradient(180deg, #5EB4B4 0%, #589093 100%);
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target6.active[data-active='left-target6'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target6.active[data-active='left-target6'] span {
  background: linear-gradient(180deg, #5EB4B4 0%, #C99E5F 47.92%, #98A4A5 100%);
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target7.active[data-active='left-target7'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target7.active[data-active='left-target7'] span {
  background: linear-gradient(180deg, #5EB4B4 0%, #C99E5F 47.92%, #d17f52 100%);
}

.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target9.active[data-active='left-target9'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target9.active[data-active='left-target9'] span {
  background: linear-gradient(180deg, #C99E5F 0%, #d17f52 100%);
}


.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target9.active.section_active[data-active='middle-target6'] .icon {
  background: linear-gradient(180deg, #D569A9 0%, #E8A038 100%);
}

.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target9.active.section_active[data-active='middle-target6'] span {
  background: linear-gradient(180deg, #D569A9 0%, #E8A038 100%);
}

.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='left-target3'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='left-target3'] span {
  background: linear-gradient(180deg, #99B262 0%, #5EB4B4 47.92%, #98A4A5 100%);
}


.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target8.active[data-active='right-target7'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target8.active[data-active='right-target7'] .icon {
  background: #00A2E4;
}

.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right .active.middle-target3,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target11.active[data-active='middle-target3'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='left-target8'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='left-target8'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='middle-target3'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='middle-target3'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target13'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target13'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target14'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target14'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right .active[data-active='right-target13'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right .active[data-active='right-target14'] {
  background: #589093;
}


.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target12'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target12'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='middle-target4'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='middle-target4'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target15'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target15'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target16'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target16'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target17'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target17'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target18'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target18'] .icon {
  background: #C99E5F;
}

.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='left-target6'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target4.active[data-active='right-target12'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target6.active[data-active='right-target12'] .span {
  background: #A5C23A;
}

.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='left-target6'] span {
  background: #A5C23A;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='middle-target5'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='middle-target5'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target19'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target19'] .icon {
  background: #98A4A5;
}

.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='middle-target6'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='middle-target6'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target20'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target20'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target9.active[data-active='right-target6'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target9.active[data-active='right-target6'] span {
  background: #d17f52;
}


.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-middle {
  -ms-flex: 0 0 270.89px;
  flex: 0 0 270.89px;
  max-width: 270.89px;
  right: 0px;
  gap: 22.34px;
}

.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right {
  -ms-flex: 0 0 277.06px;
  flex: 0 0 277.06px;
  max-width: 277.06px;
  left: -3px;
  height: 937px;
  gap: 3.5px;
}
@media (max-width: 400px) {

  .materiality-assessment-wrap-map .bottom-tabs-materiality {
    margin-left: 20px;
  }

}
@media (max-width: 767px) {

  .materiality-assessment-wrap-map .col-left{
    margin-left: auto;
    margin-right: auto;
  }
}
.materiality-assessment-wrap-map > .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;

}
#h3-1, #h3-3 {
  width: 277.06px;
}

#h3-2 {
  width: 270.89px;
}


@media (max-width: 991px) {
  ul.links-list.with-icon.icon-on-top li a {
    padding-left: 0px;
}

.topdownload__item > div {
  min-height: unset!important;
}
.more-links .links-list.with-icon li a {
  flex-wrap: nowrap;
  padding: 11px 20px 12px 69px;
  min-height: 90px;
}
.more-links .links-list.with-icon li a .img img {
  max-height: 50px;
  margin-left: 10px;
}
.more-links .links-list.with-icon li a .img {
  width: 50px;
  min-width: 50px;
}
.more-links .links-list.icon-on-top li a .img img{
}
.more-links .links-list.icon-on-top li a .img {
  position: relative!important;
  display: block;
  -webkit-transform: translateY(0%);
  top: 0;
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  left: 0;
  margin-right: 19px;
}
.more-links .links-list li a .la {
  right: 0;
}
  .right-side-bar{
    margin-top:30px;
  }
  .aem-Grid>.row{
    display:block;
  }

  .materiality-assessment-wrap-map .tabs-content-materiality-assessment {
    float: unset!important;
}





}
@media (max-width: 767px) {

    

  }
  @media (max-width: 650px) {
    .materiality-assessment-wrap-map .bottom-tabs-materiality {
      margin-left: 20px;
    }

  }
  @media (max-width: 570px) {
    .materiality-assessment-wrap-map .bottom-tabs-materiality {
      margin-left: 20px;
    }

  }
  @media (max-width: 500px) {
    .materiality-assessment-wrap-map .col-left {
      margin-right: -20px;
    }
  }
  @media (max-width: 400px) {
    .materiality-assessment-wrap-map .col-left {
      margin-right: -43px;
    }
    
  }


.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right .active.middle-target1 {
  background: #99B262;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target2.active[data-active='left-target1'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target3.active[data-active='middle-target1'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target5.active[data-active='middle-target1'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target2.active[data-active='left-target9'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target1.active[data-active='middle-target1'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target6.active[data-active='middle-target1'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target8.active[data-active='middle-target1'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target6.active[data-active='left-target2'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target5.active[data-active='left-target3'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target5.active[data-active='left-target4'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target6.active[data-active='left-target6'] {
  background: #99B262;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right .active.middle-target2,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target1.active[data-active='middle-target2'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target7.active[data-active='middle-target2'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target8.active[data-active='middle-target2'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target6.active[data-active='middle-target2'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target11.active[data-active='middle-target2'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target12.active[data-active='middle-target2'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target7.active[data-active='left-target2'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target1.active[data-active='left-target3'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target8.active[data-active='left-target5'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target6.active[data-active='left-target6'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target12.active[data-active='left-target7'] {
  background: #5EB4B4;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target2.active[data-active='left-target2'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target2.active[data-active='left-target2'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target5.active[data-active="left-target2"] {
  background: #99B262;
}

.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target11'] .icon,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .active[data-active='right-target11'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target11.active[data-active="right-target11"] {
  background: linear-gradient(180deg, #5EB4B4 0%, #589093 100%);
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target12.active[data-active="right-target12"] {
  background: linear-gradient(180deg, #5EB4B4 0%, #98A4A5 100%);
}

.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right .active.middle-target4,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target12.active[data-active='middle-target4'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target12.active[data-active='left-target6'] {
  background: #C99E5F;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right .active.middle-target5,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target15.active[data-active='middle-target5'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target12.active[data-active='left-target6'],
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target6.active[data-active='right-target12'] span,
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left #left-target6.active[data-active='right-target12'] .icon {
  background: #98A4A5;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right .active.middle-target6 {
  background: #d17f52;
}

.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right #right-target2.active.section_active[data-active='middle-target2'] {
  background: linear-gradient(180deg, #F1A03D 0%, #0097D6 100%);
}



.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-materiality-assessment {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment path.not-active.middle-target1 {
  stroke: #cfdcb7 !important;
  opacity: 0.3;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment path.not-active.middle-target2 {
  stroke: #b7dddd !important;
  opacity: 0.3;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment path.not-active.middle-target3 {
  stroke: #b3cccd !important;
  opacity: 0.3;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment path.not-active.middle-target4 {
  stroke: #e7d3b7 !important;
  opacity: 0.3;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment path.not-active.middle-target5 {
  stroke: #d0d6d6 !important;
  opacity: 0.3;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment path.not-active.middle-target6 {
  stroke: #ecc9b7 !important;
  opacity: 0.3;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item {
  background: linear-gradient(0deg, #cfdcb7 0.19%, #99B262 100%);
  border-radius: 999px;
  height: 124px;
  width: 270.89px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item + .middle-toggle-tab-item {

}
.materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item + .middle-toggle-tab-item > * {
  max-width: 100%;
  padding: 0px 10px;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item.not-active {
  background: #cfdcb7;
  opacity: 0.5;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item.bg-violet {
  background: linear-gradient(0deg, #b7dddd -34.12%, #5EB4B4 81%);
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item.bg-violet.not-active {
  background: #b7dddd;
  opacity: 0.5;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item.bg-blue {
  background: linear-gradient(0deg, #b3cccd -34.12%, #589093 81%);
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item.bg-blue.not-active {
  background: #b3cccd;
  opacity: 0.5;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item.bg-orange {
  background: linear-gradient(0deg, #e7d3b7 -34.12%, #C99E5F 81%);
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item.bg-orange.not-active {
  background: #e7d3b7;
  opacity: 0.5;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item.bg-deep-green {
  background: linear-gradient(0deg, #d0d6d6 -34.12%, #98A4A5 81%);
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item.bg-deep-green.not-active {
  background: #d0d6d6;
  opacity: 0.5;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item.bg-red {
  background: linear-gradient(0deg, #ecc9b7 -34.12%, #d17f52 81%);
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item.bg-red.not-active {
  background: #d17f52;
  opacity: 0.4;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item .icons {
  margin-bottom: 5px;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item p {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.14;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .right-toggle-tab-item {
  background: linear-gradient(270deg, #5195cb 0%, #277dbf 100%);
  border-radius: 999px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  max-height: 39.5px;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .right-toggle-tab-item.not-active {
  background: #e6ebf6;
  opacity: 1;
}
.materiality-assessment-wrap-map.chinese-map .tabs-materiality-assessment .right-toggle-tab-item p {
  font-size: 11px;
  line-height: 14px;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .right-toggle-tab-item p {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15.23px;
  margin: 0;
  color: #FFFFFF;
  padding: 0 10px 0 10px;
  height: 39.5px;
  display: flex;
  align-items: center;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item {
  height: 70px;
  position: relative;
  width: 277.06px;
  display: flex;
  margin-left: 0px;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item.not-active .icon,.materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item.not-active span {
  background: #e6ebf6;
  opacity: 1;
}


.materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item.active span {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item .icon {
  max-width:70px;
  width: 100%;
  height: 70px;
  border-radius: 999px;
  background: #00479d;
  cursor: pointer;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;

}
.materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item .icon img {
  max-width: 42px;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item span {
  pointer-events: none;
  position: relative;
  right: 0;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  padding-left: 88px;
  padding-right: 10px;
  line-height: 1.14;
  color: #FFFFFF;
  width: 100%;
  top: 0;
  height: 100%;
  background: linear-gradient(180deg, #7cb0d8 0%, #277dbf 100%);
  border-radius: 999px;
  display: flex;
  align-items: center;
  opacity: 1;
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment {
  position: relative;
  float: right;
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  padding: 35px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.active {
  opacity: 1;
  pointer-events: auto;
  position: static;
}

.filtered .left-toggle-tab-item.active .icon {
  background: #00479d!important;
}

.filtered .left-toggle-tab-item.active span {
  background: linear-gradient(180deg, #7cb0d8 0%, #277dbf 100%)!important;
}

.filtered .right-toggle-tab-item.active {
  background: linear-gradient(270deg, #5195cb 0%, #277dbf 100%)!important;
}

.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.left-target1 .label .icon{
  background: linear-gradient(180deg, #99B262 0%, #5EB4B4 100%);
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.left-target3 .label .icon {
  background: linear-gradient(180deg, #99B262 0%, #5EB4B4 47.92%, #98A4A5 100%);
}

.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.right-target6 .label .icon {
  background: linear-gradient(180deg, #99B262 0%, #5EB4B4 47.92%, #d17f52 100%);
}




.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.right-target5 .label .icon {
  background: linear-gradient(180deg, #99B262 0%, #5EB4B4 100%);
}

.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.left-target1 .label .icon img,
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.right-target1 .label .icon img {
  position: relative;
  right: -1px;
  top: -1px;
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.middle-target1 .label .icon {
  background: #99B262;
}

.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.middle-target2 .label .icon {
  background: #5EB4B4;
}

.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.middle-target3 .label .icon {
  background: #589093;
}

.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.middle-target4 .label .icon {
  background: #C99E5F;
}

.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.middle-target5 .label .icon {
  background: #98A4A5;
}

.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.middle-target6 .label .icon {
  background: #d17f52;
}

.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.left-target8 .label .icon {
  background: #85B85D;
}

.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.right-target7 .label .icon,
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.right-target8 .label .icon,
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.right-target9 .label .icon,
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.right-target10 .label .icon {
  background: #5EB4B4;
}


.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.right-target11 .label .icon {
  background: linear-gradient(180deg, #5EB4B4 0%, #589093 100%);
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.right-target12 .label .icon {
  background: linear-gradient(180deg, #5EB4B4 0%, #98A4A5 100%);
}


.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.right-target13 .label .icon,
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.right-target14 .label .icon {
  background: #589093;
}

.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.right-target15 .label .icon,
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.right-target16 .label .icon,
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.right-target17 .label .icon,
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.right-target18 .label .icon {
  background: #C99E5F;
}

.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.right-target19 .label .icon {
  background: #98A4A5;
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.right-target20 .label .icon {
  background: #d17f52;
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.left-target4 .label .icon {
  background: linear-gradient(180deg, #99B262 0%, #5EB4B4 47.92%, #d17f52 100%);
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.left-target5 .label .icon {
  background: linear-gradient(180deg, #5EB4B4 0%, #589093 100%);
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.left-target6 .label .icon {
  background: linear-gradient(180deg, #5EB4B4 0%, #C99E5F 47.92%, #98A4A5 100%);
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.left-target6 .label .icon img {
  height: 76%;
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.left-target7 .label .icon {
  background: linear-gradient(180deg, #5EB4B4 0%, #C99E5F 47.92%, #d17f52 100%);
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.left-target8 .label .icon {
  background: #589093;
}

.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.left-target8 .label .icon img {
  height: 60%;
  position: relative;
  top: -1px;
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality.left-target9 .label .icon {
  background: linear-gradient(180deg, #C99E5F 0%, #d17f52 100%);
}
ul.first-intro>li {
  margin-bottom: 22px;
}
.item-tabs-content-materiality li, .item-tabs-content-materiality li p {
  margin-bottom: 5px;
}
.item-tabs-content-materiality .icon {
  width: 18px;
  display: inline-block;
  margin-right: 5px;
}
.item-tabs-content-materiality p.read-more-p {
  margin-top: 20px;
}
.item-tabs-content-materiality .read-more-btn{
margin-top:0;
}
.read-more-p.blu{
  color:#1DA4DF
}
.read-more-p.blue{
  color:#1A2E92
}
.item-tabs-content-materiality .read-more-btn.blu {
  background: #1DA4DF!important;
}
.indicator img {
  max-width: 18px;
  margin-right: 9px;
}
.indicator.not-active {
  display: none;
}
.indicator .col {
  margin-bottom: 10px;
}
.indicator {
  padding: 20px;
  max-width: 500px;
  margin: auto;
}
.indicator .row >div >div {
  display: flex;
  align-items: flex-start;
}
.indicator .col-md-5 {
  max-width: 180px;
  padding: 0 5px;
}
.indicator .col-md-4 {
  max-width: 122px;
  padding: 0 5px;
}
.indicator .col-md-3 {
  max-width: 120px;
  flex: 0 0 30%;
  padding: 0 5px;
}
.indicator p {
  line-height: 1.2;
  font-size:13px;
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality h4{
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #0033A0;
  margin-bottom: 8px;
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality .label {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #0033A0;
  margin-bottom: 8px;
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality h4 span,
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality .label span {
  display: inline-block;
  vertical-align: middle;
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality .label .icon {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 9px;
  text-align: center;
  line-height: 35px;
  padding: 0 5px;
  background: #99B262;
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality .label .icon img {
  max-height: 71%;
}
.materiality-assessment-wrap-map .tabs-content-materiality-assessment .item-tabs-content-materiality h2 {
  padding: 0;
  border: none;
  max-width: 100%;
  margin: 0 0 14px 0;
  font-size: 25px;
  color: #00479D;
}
.materiality-assessment-wrap-map .bottom-tabs-materiality {
  margin-top: 27px;
}
.materiality-assessment-wrap-map .bottom-tabs-materiality a,
.materiality-assessment-wrap-map .bottom-tabs-materiality p {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #0033A0;
  margin-right: 10px;
  display: inline;
  margin-bottom: 0;
  line-height: normal;
}
.materiality-assessment-wrap-map .bottom-tabs-materiality a svg,
.materiality-assessment-wrap-map .bottom-tabs-materiality p svg {
  vertical-align: middle;
}
.materiality-assessment-wrap-map .bottom-tabs-materiality a i,
.materiality-assessment-wrap-map .bottom-tabs-materiality p i,
.materiality-assessment-wrap-map .bottom-tabs-materiality a span,
.materiality-assessment-wrap-map .bottom-tabs-materiality p span {
  vertical-align: middle;
  display: inline;
}
.materiality-assessment-wrap-map .col-right {
  padding: 0 0 0 20px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 20px;
}
.materiality-assessment-wrap-map .col-left {
  padding: 0px;
  -ms-flex: 0 0 981.97px;
  flex: 0 0 981.97px;
  max-width: 981.97px;
  padding-bottom: 200px;
}
.materiality-filter {
  max-width: 722px;
  margin: auto;
}
@media (min-width: 768px) {
  .tabs-materiality-assessment .vis-mob {
    display: none!important;
  }
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right,
  .materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left {
    -ms-flex-pack: start;
      }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right .right-toggle-tab-item + .right-toggle-tab-item,
  .materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .right-toggle-tab-item + .right-toggle-tab-item {

  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right .left-toggle-tab-item + .left-toggle-tab-item,
  .materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left .left-toggle-tab-item + .left-toggle-tab-item {}
@media (max-width: 1410px) {  
  .materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item span {
    font-size: 12px;

  }
}
@media (max-width: 1350px) {
  .materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item span {

 
  }
}
@media (max-width: 767px) {
  .materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item span {
    display: none;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment {
    left: 0!important;
  }
 .materiality-assessment-wrap-map .tabs-materiality-assessment .lines-box {
  top: 0;
 }
  }

@media (max-width: 1700px) {
  .materiality-assessment-wrap-map .col-left {
    -ms-flex: 0 0 941.97px;
    flex: 0 0 941.97px;
    max-width: 941.97px;
  }
  .materiality-assessment-wrap-map h2 {
    max-width: 941.97px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item {
    width: 257.06px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item {

  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left {
    -ms-flex: 0 0 257.06px;
    flex: 0 0 257.06px;
    max-width: 257.06px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right {
    -ms-flex: 0 0 257.06px;
    flex: 0 0 257.06px;
    max-width: 257.06px;
  }
}
@media (max-width: 1350px) {
  #h3-1 {
    width: 130.06px;
  }
    #h3-3 {
    width: 145.06px;
  }

  .materiality-assessment-wrap-map .col-left {
    -ms-flex: 0 0 714.97px;
    flex: 0 0 714.97px;
    max-width: 714.97px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-middle {
    flex: 0 0 250.89px;
    max-width: 250.89px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item {
    width: 250.89px;
  }

  .materiality-assessment-wrap-map h2 {
    max-width: 714.97px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item {
    width: 160.06px;
    height: 60px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item .icon {
    max-width: 60px;
    height: 60px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item span {
    padding-left: 70px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .right-toggle-tab-item p{
    padding: 0px 5px 0px 5px;
    min-height: 39.5px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left {
    -ms-flex: 0 0 160.06px;
    flex: 0 0 160.06px;
    max-width: 160.06px;
    right: 16px;
    gap: 39.5px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right {
    -ms-flex: 0 0 180.06px;
    flex: 0 0 180.06px;
    max-width: 180.06px;
    left: 16px;
  }
}
@media (min-width: 1351px) {
.materiality-assessment-wrap-map .tabs-materiality-assessment .lines-box.vis-desk svg {
  min-width: 367px;
}
}
@media (max-width: 1350px) and (min-width: 768px) {
  .materiality-assessment-wrap-map .tabs-materiality-assessment .lines-box #asset-2-inline {
    min-width: 305px;
  }
}
@media (max-width: 991px) {
  .materiality-assessment-wrap-map .col-left {
    -ms-flex: 0 0 714.97px;
    flex: 0 0 714.97px;
    max-width: 714.97px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item {
    width: 160.06px;
    height: 60px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item .icon {
    max-width: 60px;
    height: 60px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item span {
    padding-left: 70px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .right-toggle-tab-item p{
    min-height: 39.5px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left {
    -ms-flex: 0 0 160.06px;
    flex: 0 0 160.06px;
    max-width: 160.06px;
    right: 16px;
    gap: 39.5px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right {
    -ms-flex: 0 0 180.06px;
    flex: 0 0 180.06px;
    max-width: 180.06px;
    left: 16px;
  }

  .materiality-assessment-wrap-map h2 {
    max-width: 100%;
  }
  .bottom-links a:first-child:after {
    top: calc(50% - 15px);
}
.main-section-n .img-download h3{
  padding-right:20px!important;
}
.bottom-links a:last-child:after {
  top: calc(50% - 15px);
}
  div#overview{
    margin-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  .overview-content3 {
    padding-bottom: 17px;
  }
  .ceo-img-div {
    padding-right: 40px;
    margin-bottom: 18px;
    padding-left: 0;
}
.breadcrumbs {
  margin-bottom: 0px;
  padding-left: 0px; 
}
.breadcrumbs span {
  white-space: pre;
}
  .logo-sec .container{
    padding:0;
  }
  .ceo-message-section .right .inner:last-child .col-md-6 {
    padding-right: 0;
  }
  .documentation-reporting-section .container{
    padding: 38px;
  }
  .ESG-data-table-home.pad-b-none {
    padding-bottom: 0;
}
  .ceo-message-section .right .first-div {
}
  .home-vid-sect h2.font-lg {
    text-align: center!important;
  }
  .documentation-reporting-section ul a{
    font-size:15px;
  }
  .materiality-assessment-wrap-map > .row {
    display: block;
  }
  .materiality-assessment-wrap-map .col-left,
  .materiality-assessment-wrap-map .col-right {
    margin-left: auto;
    margin-right: auto;
  }
    .materiality-assessment-wrap-map .tabs-materiality-assessment {
    left: 0px;
  }
  .materiality-assessment-wrap-map .col-left {
    padding-bottom: 0;
  }
  .materiality-assessment-wrap-map .col-right {
    margin-top: 51px;
    padding: 0;
  }
}
  .lines-split {
    gap: 0px;
  }
  @media (max-width: 1350px) {
    .lines-split {
    gap: 12px;
}
  }
@media (max-width: 767px) {
  .lines-split {
    gap: 165px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .lines-box.vis-desk svg {
    min-width: 67px;
    height: 521px;
    margin-top: 14px;
  }
  .tabs-materiality-assessment .lines-box.vis-mob svg {
    max-width: 100%;
    height: auto;
    margin-top: 21px;
    margin-left: 31px;
  }
  #h3-1, #h3-2, #h3-3 {
    position: absolute;
  }
  #h3-1, #h3-3 {
    width: 130.06px;
  }
  #h3-1 {
    left: -55px;
  }
  #h3-2 {
    left: 50%;
    transform: translateX(-50%);
  }
  #h3-3 {
    right: -55px;
  }
  .materiality-assessment-wrap-map .col-left {
    max-width: 333px;
    padding: 0;
  }

  .materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item {
    height: 79.5px;
    width: 173.21px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item + .middle-toggle-tab-item {

  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item .icons {
    margin-bottom: 2px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item .icons img {
    width: 15px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item p {
    font-size: 13px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item p br {
    display: none;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item {
    width: 45px;
    height: 45px;
    background: #00479D;
    border-radius: 999px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item .icon {
    width: 45px;
    height: 45px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item .icon img {
    max-width: 25px;
    max-height: 68%;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .right-toggle-tab-item {
    width: 39.66px;
    height: 25.26px;
  }
  .materiality-assessment-wrap-map .tabs-materiality-assessment .right-toggle-tab-item p {
    display: none;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px){
.col-sm-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-sm-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-sm-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-sm-8 {
  -ms-flex: 0 0 66.666666%;
  flex: 0 0 66.666666%;
  max-width: 66.666666%;
}
.col-sm-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-sm-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-sm-7 {
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
}
@media (max-width: 767px) {

    .materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-middle {
      -ms-flex: 0 0 173.21px;
      flex: 0 0 173.21px;
      max-width: 173.21px;
      gap: 14.28px;
    }
    .materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right {
      -ms-flex: 0 0 39.66px;
      flex: 0 0 39.66px;
      max-width: 39.66px;
      padding-bottom: 0px;
      height: 555px;
      gap: 2.24px;
      left: 12px;
    }
    .materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left {
      -ms-flex: 0 0 45px;
      flex: 0 0 45px;
      max-width: 45px;
      gap: 18px;
      right: 13px;
    }
    .tabs-materiality-assessment .lines-box.vis-mob svg {
      max-width: 119%;
      height: auto;
      margin-top: 21px;
      margin-left: 34px;
      transform: scaleX(1.5);
    }
  .container {
    max-width: 720px;
  }

}
@media (min-width: 992px) {
  .main-footer .middle-panel {
    border: none;
    margin: -60px -12px 0 -12px;
    display: flex;
    justify-content: end;
}
.logo-sec .col-md-6.left{
  padding-left:0
}
.logo-sec .col-md-6.right{
  padding-right:0
}


  .hide-desc {
    display: none;
  }
  .container {
    max-width: 960px;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.radio-filter>.col-md-3 {
    margin: auto;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666666%;
    flex: 0 0 91.666666%;
    max-width: 91.666666%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .container.max-width-md {
    max-width: 975px;
  }
  .container.max-width-xl {
    max-width: 1193px;
  }
  .filternew .wrap-filter-part ul {
    display: block!important;
  }
}

@media (min-width: 1400px) {
  .main-footer .container {
    max-width: 1599px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .com-soon .container {
    max-width: 1300px;
  }
}
@media (min-width: 1024px) {
  .cmp-cookies__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FFFFFF;
    overflow: hidden;
    padding: 0 4%;
  }
  .cmp-cookies__description {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 80px;
    margin:auto;
  }
  .cmp-cookies__action-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 1.8% 0 0;
  }
  .cmp-cookies__description p {
    padding: 0;
  }
  .cmp-cookies__action-ok {
    margin: 0;
    padding: 1.75rem 0 1.75rem 0;
  }
  .cmp-tablecontent__cell,
  .cmp-tableheader__cell {
    font-size: 1em;
    padding: 15px 20px;
    line-height: 1.375rem;
  }
}
@media (min-width: 1281px) {
  .mob-menu {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .row.row-md-revers {
    flex-direction: row-reverse;
  }
  .top-home-section.h-sm-size {
    min-height: 600px;
  }
}
@media (max-width: 1199px) {
  .nav-second {
    padding: 0;
  }
  .nav-second .container {
    max-width: none;
    white-space: nowrap;
    padding: 20px 15px;
  }
  /*.nav-second .container.left0:before {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    height: 100%;
    width: 80px;
    z-index: 2;
    background: linear-gradient(90deg, #ECF7FD 18.12%, rgba(236, 247, 253, 0) 100%);
  }
  .nav-second .container.right0:after {
    display: none;
  }
  .nav-second .container:after {
    content: "";
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 0;
    height: 100%;
    width: 80px;
    background: linear-gradient(90deg, #ECF7FD 18.12%, rgba(236, 247, 253, 0) 100%);
  }*/
  .nav-second .container ul {
    display: inline-block;
    padding-right: 15px;
  }
}
@media (max-width: 1640px) {
  .sub-menu .main-menu-block .nav-column>ul>li>ul>li>a br,.sub-menu .main-menu-block ul ul a br {
    display: none;
  }
  .sub-menu .main-menu-block ul ul a {
    padding-top: 1px;
    padding-bottom: 2px;
}
}

@media (max-width: 1500px) {
  .sub-menu .main-menu-block .nav-column>ul>li>a{
    font-size: 13px;
    min-height: 37px;
    height: unset;
  }

  .ceo-message-section .right .inner:last-child{
    padding:0 60px;
  }
  .ceo-message-section .right .first-div {

}
.home-our-purpose .right .icon-text-div {
  height: 40%;
}
  .nav-column {
    width: 20%;
  }
  .sub-menu .scroll-menu-s {}
    .ceo-message-section .first-div .col-md-6{
      width:100%;
      max-width:100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  
    }
    .slider-controls {
      bottom: 0;
    }
  }
@media (max-width: 1400px) {
  .icon-text img {
    max-width: 50px;
}

.inner.icon-text-div>div>.row{
  padding: 10px 0;
}
.icon-text h4 {
  font-size: 18px;
}
.icon-text::after {
  font-size: 20px;
}
}
@media (max-width: 1270px) {
  .ceo-message-section .right .first-div {

}
.home-our-purpose .right .icon-text-div {
  height: 30%;
}

  img.deco-1 {
    max-width: 65px;
}
}

@media (max-width: 1090px) {

}

@media (max-width: 1053px) {
  .nav-second .arrow-nav {
    display: none;
  }
}
.toggle-menu-scroll {
  display: none;
}


@media (max-width: 991px) {
  .hide-mob {
    display: none;
  }
  .logo-sec .col-md-6.left {
    margin-bottom: 10px;
}
  .logo-sec h2{
    padding-left: 30px;
    padding-right: 30px;
  }
  .slider-study .item-sl {
    margin: 0!important;
  }
  #overview h2.font-lg {
    text-align: left;
}
.main-section-n.customer {
  padding: 0;
}
#overview>.row {
  padding: 0 20px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#overview>.row>*{
  margin-bottom: 10px;
}
#overview .row .col-md-12 {
  margin-bottom: 0;
}
.documentation-reporting-section .item-report-box {
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
}

#overview .image-section{
  padding-bottom: 0;
  margin-top: 0;

}

.customers-slider .item-sl img {
  height: 100%;
  width: 100%;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  max-width: 100%;
}
.customers-slider .text-area {
  border-radius: 20px;;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  padding: 0 22px;
  max-width: unset;
  align-content: start;
  padding-top: 30px !important;
  height: 100%;
}
.customers-slider .text-area h2 {
  margin-bottom: 10px;
}
.main-section-n .intro p {

}
.left-pic .row {

}
  .overview-content li {
    font-size: 15px;
  }
.intro h5 {
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 12px;
}
  .main-block .right-text h3 {
    font-size: 15px;
    margin-bottom: 15px;
}
.main-block .right-text p{
  font-size: 15px;
  font-weight: 300;
  max-width: 320px;
}
.main-block .right-text h1 {
  font-size: 24px;
  margin-bottom: 17px;
}
  .main-block .right-text{
    max-width: 100%;
    padding: 0;
    margin: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #00479D;
}
.chairman-page-top .container {
  padding: 0;
}
.chairman-page-top .breadcrumbs {
  padding-left: 20px;
}
.left-pic .row {
  margin: 0;
}
.left-pic section.main-section-n {
  padding: 35px 0;
}
.intro {
}
.title-line.bg-blue {
  background: #E8F8FF!important;
}
  .cmp-cookies__description p{
    font-size:13px;
    line-height:1.5
  }
  .main-section-n.logo-sec {
    padding: 0;
}
a.cmp-cookies__action-link-read {
  font-size: 13px;
}
.home-slider .col-md-6:first-child {
  padding-top: 0;
}
.home-slider .col-md-6:last-child{
  padding: 0 22px 33px;
  flex-direction: column-reverse;
}
.cmp-cookies__button {
  font-size: 13px;
}
.home-slider .row-md-revers {
  background: linear-gradient(to bottom, #c1ddb3, rgba(193, 221, 179, 0));
}
.slider-controls {
  display: flex;
          align-items: center;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          justify-content: center;
          top: unset;
}
.home-our-purpose .row {
  padding-top: 14.5px;
}
.customers-slider .item-sl .row {
  width: unset;
  flex-wrap: wrap;
  max-width: 500px;
  margin: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
} 
.customers-slider .img-area {
  min-height: 230px;
  height: 100%;
  max-height: 230px;
  max-width: 500px;
}
.item-sl {
  padding: 0;
}
.logo-sec h2.has-link a{
  margin-top: 0px!important;
  font-size: 13px;
    font-weight: bold;
    float: right;
    margin-top: 6px;
    border-radius: 50px;
    width: 109px;
    height: 35px;
}

.main-section-n.logo-sec h2 {
  text-align: left!important;
  font-size: 20px!important;
  display: flex;
  justify-content: space-between;
  margin-top: 30px !important;
}
.logo-sec .inner {
  padding: 20px;
}
.main-section-n.logo-sec h3 {
  text-align: left;
  padding-left: 15px;
  font-size: 20px;
}
  img.icon-4 {
    position: absolute;
    width: 45px;
    right: 13px;
    bottom: 0;
}
.icon-text-div >.row {
  max-width: unset;
}
  img.icon-3 {
    position: absolute;
    top: 0;
    left: unset;
    right: -16px;
}
  .main-section-n.climate-change {
    padding: 0;
}
.main-section-n.climate-change .container {
  padding:30px 27px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(213, 225, 104, 0.35) 100%);
}
.home-our-purpose .container {
  padding: 0px 27px 10px;
}
.main-section-n.home-materiality .container {
  background: linear-gradient(180deg, #FFFFFF 0%, #E9F8FF 100%);
  padding: 43px 22px 25px;
}
.main-section-n.home-materiality h2.font-lg {
  margin-bottom: 20px;
}
.main-section-n.climate-change h2 {
  text-align: left!important;
}

.link-inline{
  display: inline-block;
  position: relative;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.25;
  padding: 13px 34px;
  padding-right: 40px;
  border-radius: 34px;
  max-width: 800px;
  width: auto;
  color: #00479D;
  background: #d5f0fc;
  margin-top: 10px;
}

.main-section-n.climate-change p {
  font-size: 15px;
  line-height: 1.6;
}
  .documentation-reporting-section{
    padding:0!important;
  }
  .top-home-section {
    background-position: center;
    background-repeat: no-repeat;
  }
  .top-home-section .content-home-ban {
    text-align: center;
    overflow: visible;
    z-index: 2;
  }
  .top-home-section .content-home-ban h1 {
    font-size: 26px;
  }
  .home-ban-left{
    max-width:100%
  }
  .home-vid-sect .wrap-links-img p{
    line-height: 1;
    margin-top: 10px;
    font-size: 13px;
    padding: 0 15px;
  }
  .top-home-section-gradient{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
    max-width: 100%;
    height: 70%;
  }
  .home-vid-sect .wrap-links-img{
    padding: 0;
  }
  .home-ban-left-inner {
    position: relative;
    width: 100%;
    padding: 0 5px 230px 5px;
}
  .top-home-section .content-home-ban p,
  .top-home-section .content-home-ban li {
    font-size: 15px;
  }
  .slider-controls * {
    transform: scale(0.8);
}
.slider-controls2 * {
  transform: scale(0.93);
}
  .top-home-section .content-home-ban .container {
    position: static;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
    max-width: 540px;
    padding: 27px 22px;
  }
  .home-slider p {
    font-size: 13px;
}
  .top-home-section .content-home-ban > img {
    float: none;
    max-width: 100%;
  }
  .ban-top-n h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .main-section-n {
    padding: 20px 0px;
  }
  .home-vid-sect{
    padding:0!important;
  }
  .main-section-n h2.font-lg {
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .materiality-assessment-wrap-map h2 .reset-map-assessment {
    font-size: 8px;
  }
  .home-vid-sect .container{
    padding:0px 0;
  }
  .video-full.border-radius{
    border-radius: 0px;
    float: unset;
    max-width:100%;
  }
  div#data-table, div#ma-report-area {
    padding: 0;
}

  a.read-more-btn.roboto-font {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}
a.read-more-btn {
  padding: 20px 40px 20px 20px;
  font-size: 13px;
}

.ceo-message-section .left {
  padding-right: 0;
  max-height: unset;
    height: auto;
}
.ceo-img-wrapper {
  border-bottom: 1px solid #c7c7c7;
}
.ceo-img {
  width: 86%;
  position: relative;
  max-width: 500px;
}

.ceo-message-section .col-md-6:last-child {
  padding-left: 0!important;
}
  .ceo-message-section h2 {
    text-align: left!important;
}
.main-section-n.ceo-message-section h2 {
  margin-bottom: 15px;
}
.ceo-message-section p {
  font-size: 15px;
}


  .home-vid-sect .right {
    padding: 34px 20px 40px 20px;
}
  .home-vid-sect .row {
    flex-direction: column-reverse;
    margin: 0;
  }
  .intro-n {
    font-size: 18px;
  }
  .scroll-sect + .scroll-sect.pad-top-md {
    padding-top: 9px;
  }
  .accordion .panel-title a h4 {
    font-size: 24px;
  }
  .nav-second .container {
    padding: 20px 8px;
  }
  .bottom-links a {
    min-width: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
  }
  .accordion .panel-title a,
  .accordion .panel-body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .accordion.has-icon-lg .panel-title a {
    padding-left: 20px;
    padding-right:20px;
  }
  .accordion.has-icon-lg .panel-body {
    padding-left: 20px;
    padding-right:20px;
  }
  .accordion.has-icon-lg .panel-title a img {
    max-width: 50px;
    left: revert-layer;
    position: relative;
    top: 0;
    margin-bottom: 12px;
  }

  .back-top {
    font-size: 0;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    right: 20px;
  }
  .item-study .img {
    margin-top: 20px;
    text-align: center;
  }
  .filternew {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .filternew .reset {
    display: none;
  }
  .filternew > h4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .filternew .wrap-filter-part {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }
  .filternew .wrap-filter-part ul {
    margin-bottom: 0;
    display: none;
  }
  .filternew .wrap-filter-part h5 {
    border: 1px solid #00479D;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 3px 10px 2px 10px;
    cursor: pointer;
    position: relative;
  }
  .filternew .wrap-filter-part h5:after {
    font-family: 'LineAwesome';
    content: "\f110";
    color: #0033A0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    top: 50%;
    margin-top: -6px;
    right: 10px;
    position: absolute;
  }
  .main-footer .logo-foot {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
  }

  
  .main-footer .top-panel {
    margin-bottom: 20px;
  }
  .main-footer .top-panel .wrap-nav-foot {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 20px;
  }
  .main-footer .bottom-panel {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-footer .bottom-panel ul {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .main-footer .bottom-panel .footer-menu {
    padding-left: 0;
  }
  .margin-top80 {
    margin-top: 50px;
  }

  .more-links .col-md-6:last-child {
    margin-top: 30px;
  }
  .more-links h3 {
    font-size: 24px;
  }
  .reporting .col-md-4 {
    margin-bottom: 20px;
  }
  .wrap-slider {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap-slider .img img {
    width: 100%;
    transform: unset !important;
  }
  .slider-section2 {
    margin-bottom: 30px;
  }
  .slider-controls2 {
    justify-content: center!important;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
.main-footer .bottom-panel ul li {
  margin-right: 28px;
}
}
@media (max-width: 767px) {
  .accordion .panel {
    margin-left: 0;
  }
  .hide-mob-2 {
    display: none;
  }
  .materiality-item {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap-aem-grid {
    overflow-x: auto;
    margin: 30px 0 10px;
  }
  .ban-top-n {
    background-position: left center;
  }
  .table-wrap {
    overflow-x: auto;
  }
  .table-wrap table {
    width: 700px;
  }

  .accordion .panel-heading {
    margin: 0;
  }
  .awards-item.logo-md {
    display: block;
    padding: 20px;
  }
  .awards-item.logo-md .logo {
    max-width: 100%;
  }

  .ban-top-n h1 {
    font-size: 38px;
  }
  .accordion.has-icon .panel-body {
    padding-left: 0;
  }
  .ban-top-n .toggle-tabs-wrap a {
    margin-bottom: 10px;
  }
  .main-footer .bottom-panel {
    display: block;
  }
  .main-footer .bottom-panel .left-column,   .main-footer .bottom-panel .right-column {
    width: 50%;
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
  }

  .main-footer .bottom-panel .left-column li,   .main-footer .bottom-panel .right-column li {
    width: 100%;
    box-sizing: border-box;
  }
  .main-footer .bottom-panel .footer-menu {
    padding: 0;
  }
  .main-footer .bottom-panel .left-column li a,   .main-footer .bottom-panel .right-column li a {
    display: block;
    padding: 10px;
    text-align: left;
  }
  .main-footer .container ul {
    max-width: 100%;
  }
}
@media (max-width: 720px) {
  .top-home-section {
    background-size: auto 100%;
}


}
.wrap-links-img img {
  max-width: 217px;
  max-height: 287px;
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {

  .slider-controls {
    top: unset;
    justify-content: space-between;
  }

  .top-home-section {
    background-size: auto 100%;
    padding: 30px 0;
}
.wrap-links-img a .img img {
  max-width: 150px;
  height: 30.3vw;
}
.home-vid-sect .right {
  max-width: 95vw;
}
}
@media (max-width: 550px) {
.documentation-reporting-section .item-report-box h4 {
  height: 51px;
}
}
@media (max-width: 450px) {
.slider-controls {
  top: unset;
}
}
.topdownload {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.topdownload__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
      margin: auto;
}
.topdownload__row1 {
  max-width: 1259px;
  margin-bottom: 88px;
}
.topdownload__row2 {
  max-width: 793px;
}

.topdownload__item > div{
  min-height: 297px;
    align-items: center;
    display: flex;
}
.topdownload__item {
  flex-basis: 160px;
  display: flex;
  align-items:center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.topdownload__item a.download {
  width: 100%;
  min-width: 244px;
  max-width: 244px;
}
.topdownload__item:last-child {
  flex-basis: 220px;
}
.topdownload__item h1 {
  margin-top: 15px;
  line-height: 1.2;
  color: #0033A0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.topdownload__item img {
  width: 100%;
  box-shadow: none;
  height: auto;
  max-height: 297px;
}
.topdownload__item:last-child img {
  min-width: 300px;
}
.topdownload__external {
  display: block;
  margin-top: 20px;
}
.gradbtn {
  background: linear-gradient(92.57deg, #3DA0D8 0%, #8EC8E6 115.37%);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  width: 100%;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 1.37;
  color: #FFFFFF;
}
.gradbtn svg {
  position: relative;
  top: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.gradbtn:hover {
  opacity: 0.7;
}
.gradbtn:hover svg {
  top: 4px;
}
.botlinks {
  margin-bottom: -40px;
  padding-top: 10px;
}
.botlinks__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.botlinks__item {
  flex-basis: calc(100% / 4 - 30px);
  margin-left: 15px;
  margin-right: 15px;
  background: rgb(0 71 157 / 5%);
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 0;
  min-height: 421px;
}
.botlinks__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.3;
  color: #fff;
  padding: 20px 15px;
  background: #0033A0;
  border-top-right-radius: 10px;
}
.botlinks__list {
  padding: 0 20px;
}
.botlinks__list ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
}
.botlinks__list ul li {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 18px;
  line-height: 1.33;
  color: #0033A0;
}
.botlinks__list ul li a:hover path:nth-child(1) {
  stroke: #fff !important;
}
.botlinks__list ul li a:hover path:nth-child(2) {
  fill: #fff !important;
}
.botlinks__list ul li a {
  align-items: center;
  padding: 7px 15px;
  display: flex;
  justify-content: space-between;
  list-style: none;
  font-size: 20px;
  font-weight: 500;
}

.botlinks__list ul li a span {
  flex-basis: calc(100% - 20px);
  color: #0033A0 !important;
}
.botlinks__list ul li a svg {
  transition: all 0.3s ease-in-out;
  flex-basis: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative;
  right: 0;
}
.botlinks__list ul li a:hover {
  background: linear-gradient(92.57deg, #00a5e0 0%, rgba(121, 210, 229, 0.78) 115.37%);
}
.botlinks__list ul li a:hover span {
  color: #fff !important;
}

.withline {
  position: relative;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1.33;
  color: #0033A0;
  font-weight:bold;
}
.withline span {
  display: inline-block;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}

.ownreport {
  margin-bottom: 40px;
}
.ownreport__row {
  margin-bottom: 100px;
}
.ownreport__inside {
  padding: 40px 65px;
  border-radius: 30px;
}
.ownreport__inside h5 {
  font-size: 20px;
  line-height: 1.5;
  color: #00479D;
  margin-bottom: 25px;
}
.ownreport__list {
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #0033a0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.ownreport__list li {
  flex-basis: calc(100% / 5);
  padding-right: 15px;
  display: block;
  margin-bottom: 15px;
}
.ownreport__list li input {
  display: none;
}
.ownreport__list li input:checked + label:after {
  display: block;
}
.ownreport__list li label {
  position: relative;
  padding: 0 0 0 49px;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
}
.ownreport__list li label:before {
  content: " ";
  position: absolute;
  display: block; 
  width: 21px;
  height: 21px;
  border: solid 2px #0033a0;
  border-radius: 0;
  left: 9px;
  top: 0;
}
.ownreport__list li label:after {
  content: " ";
  display: none;
  position: absolute;
  width: 16px;
  height: 9px;
  border: 2px solid #0033a0;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  left: 13px;
  top: 4px;
}
.spacer {
  flex: 1;
}
.ownreport__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ownreport__bottomitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ownreport__bottomitem span {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.37;
  color: #0033A0;
}
.ownreport__bottomitem .one {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 30px;
  margin-right: 7px;
  line-height: 0;
  font-weight: 600;
  color: #0033A0;
}
.ownreport__bottomclean {
  flex-basis: 244px;
}
.ownreport__bottombtn {
  flex-basis: 244px;
  margin-left: 45px;
}
.ownreport__bottombtn .read-more-btn {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 50px;
}
.ownreport__bottombtn .read-more-btn {
  margin: 0;
  justify-content: center;
  padding: 0;
}
.btnborder {
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
  border: 2px solid #0033A0;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: transparent;
  outline: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.37;
  color: #0033A0;
}
.btnborder:hover {
  background-color: #0033A0;
  color: #fff;
  font-weight: 500;
}
.blueblock-container {
  position: relative;
}
.blueblock {
  background: #F5FAFD;
  margin-bottom: 35px;
  padding: 30px 80px 35px 73px;
  position: relative;
}

.case-stuides-section {
  padding: 80px 22px 50px 16px;
}
.blueblock-background {
  height: 55px;
  background-color: #00479D;
  border-top-right-radius: 20px;
}

.blueblock .head-folder::after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 80px 0 0 50px;
  border-color: transparent transparent transparent #f2f8ee;
  transform: rotate(0deg);
  content: "";
  right: -50px;
  top: 0;
  position: absolute;
}
.blueblock .head-date {
  border-bottom: 1px solid #00479D;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.blueblock table p,
.blueblock table li {
  line-height: inherit;
  margin-bottom: inherit;
  color: inherit;
}
.blueblock h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1;
  color: #0033A0;
  padding-top: 5px;
  margin-top: 0;
  font-weight: bold;
  padding-right: 14px;
}
.blueblock h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  color: #00A3E0;
  font-weight: 500;
}
.blueblock h4 {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.4;
  color: #00479D;
}
.blueblock p,
.blueblock li {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.73;
  color: #000000;
  margin-bottom: 20px;
}
.blueblock ul {
  padding-left: 30px;
}
.blueblock ul li {
  margin-bottom: 5px;
}
.blueblock .image-content {
  margin-top: 50px;
  margin: 0;
  justify-content: space-between;
}
.blueblock .image-content.md-size {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}
.blueblock .image-content img {
  width: 100%;
  height: auto;
  border-radius: 0;
  margin-bottom: 15px;
  border-top-right-radius: 20px;
}
.blueblock-title-area {
  display: flex;
  justify-content: space-between;
  gap: 0 8px;
}
.blueblock-title-area .title-text-area {
  width: calc(100% - 90px);
}
.blueblock-img {
  max-width: 74px;
  width: 100%;
}
.blueblock .imgcaption {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  line-height: 2;
  color: #000000;
}

.main-block .head-folder p{
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  color:#0033A0
}

.main-block .blueblock .head-folder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -57px;
  background: #f2f8ee;
  left: 0;
  padding: 15px 20px;
  padding-right: 50px
}
.main-block .blueblock .head-folder p {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #80B556;
  padding-left: 15px;
  margin: 0;
}
.intro-n {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.4;
  color: #00A3E0;
}
.intro-n.color-dark {
  color: #0033A0;
}
.intro-n.color-dark p,
.intro-n.color-dark li {
  color: #0033A0;
}
.intro-n p {
  line-height: 1.5;
  color: #00479D;
}
.linkabck {
  display: flex;
  align-items: center;
  position: relative;
  border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
  font-weight: bold;
  background: #00479D;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 28%;
    margin-left: auto;
}
.linkabck i {
  font-size: 20px;
  font-weight: bold;
}
.linkabck i {
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.linkabck span {
  display: inline-block;
  padding-left: 31px;
  font-size: 18px;
  line-height: 1;
}
.linkabck:hover i {
  left: -6px;
}
.blueblock .linkabck {
  max-width: 302px;
  padding: 12.5px 20px;
}
.blueblock .linkabck span {
  font-size: 20px;
}
.documentation-reporting-section .row {
  justify-content: space-evenly;
}

.filternew h4 {
  margin-bottom: 17px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.73;
  color: #0033A0;
  text-transform: uppercase;
}
.filternew h5 {
  font-size: 20px;
  line-height: 1.73;
  text-transform: uppercase;
  color: #0033A0;
  margin-bottom: 15px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #00479D;
}
.filternew ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
}
.filternew ul li {
  display: block;
  cursor: pointer;
  margin-bottom: 3px;
}
.filternew ul li input {
  display: none;
}
.filternew ul li input:checked + span::before {
  background-color: #0033a0;
}

.filternew ul li span {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 1.73;
  color: #000000;
  padding-left: 25px;
}
.filternew ul li span::before {
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  content: "";
  display: block;
  background-color: transparent;
  border: 1px solid #0033a0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.filternew .reset {
  font-weight: bold;
  font-size: 15px;
  position: relative;
  background: rgb(0 51 160 / 10%);
  line-height: 1.73;
  border-radius: 100px;
  padding: 5px 15px;
  text-transform: uppercase;
  color: #0033A0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.filternew .reset i {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -10px;
}
.filternew .reset:hover {
  color: #00A3E0;
}
.item-study {
  background: #409AD60D;
  box-shadow: none;
  border-top-right-radius: 20px;
  margin-bottom: 30px;
  padding: 0;
}
.item-study a.read-more-btn {
  padding: 8px 20px;
  width: 207px
}
.item-study .col-md-7:last-child {
  padding: 25px 77px 25px 60px;
}
.item-study .col-md-5:first-child {
  padding-right: 0;
  display: flex;
}
.item-study .head-folder {
  margin-bottom: 10px;
}
.item-study .img {
  overflow: hidden;
  margin: 0 ;
  height: 100%;
  display: flex;
}
.item-study .img img {
  object-fit: cover;
  margin-bottom: 0;
  height: 400px;
  width: 100vw;
  min-height: 100%;
}
.item-study .year {
  color: #00A3E0;
  font-size: 18px;
  margin-bottom: 25px;
  display: block;
  line-height: 1.44;
}
.item-study h2 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #0033A0;
}
.item-study p {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  color: #000000;
}
.item-study .read-more-btn {
  max-width: 207px;
  margin-bottom: 0;
  height: auto;
  background: #0033A0;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 13px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  float:right;
}
.item-study .read-more-btn i {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative;
  right: 0;
  margin-top: 0;
}

.item-study .read-more-btn:hover, .esg-data-btn:hover, .main-section-n.climate-change .link-inline:hover {
  opacity: 0.7;
}
.logo-sec h2.has-link a:hover {
  background: #e3ebf3;
  opacity: 0.7;
}
.item-study .read-more-btn:hover i {
  right: -6px;
}
.esg-data-btn i, .main-section-n.climate-change .link-inline i {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.esg-data-btn:hover i {
  right: 14px;
}
.main-section-n.climate-change .link-inline:hover i {
  right: 34px;
}
.title-line .container {
  max-width: 1565px;
}
.title-line.pad-md {
  padding-top: 10px;
}
.title-line.bg-blue {
  background: linear-gradient(285deg, #a9e1ff 0%,rgb(255 255 255 / 0%), rgb(255 255 255 / 0%) 100%);
}
.title-line{
  position:relative;
}
.title-line h1 {
  font-weight: bold;
  font-size: 55px;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.ceo_overlay {
  bottom: 0;
  width: 100%;
  height: 6vw;
  left: 0;
  display: block;
  right: 0;
  margin-top: -4.6vw;
}
.ceo > .title-line >.row > .col-md-6:first-child {
  display: flex;
  align-items: center;
}
.left-pic .row {
  position: relative;
  z-index: 2;
  align-items: end;
}
.ceo-img-div .outborder {
  max-width: 746px;
  background-image: url(../img/home-ceo-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  padding-left: 100px;
  width: 100%;
}
.right-text {
  max-width: 587px;
  padding: 0px 0px 115px 0px;
}
.chairman-page-top {
  position: relative;
  border-bottom: 1px solid #6B849D;
}
.ceo .intro h5 {
  color: #6B849D;
}
.chairman-page-bg {
  height: 285px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 25.26%, rgba(186, 198, 209, 0.2) 150.79%, rgba(207, 216, 224, 0.2) 155.3%, rgba(205, 213, 222, 0.2) 159.81%, rgba(201, 210, 219, 0.2) 161.35%, rgba(107, 132, 157, 0.2) 201.15%);
  position: absolute;
  width: 100%;
  z-index: 1;
}
.chairman-page-bg2 {
  height: 565px;
  background: linear-gradient(180deg, #FFFFFF 64.41%, #BAC6D1 106.02%, #6B849D 142.35%);
  position: absolute;
  bottom: 0;
  right: 0;
  /* start at the left edge of the centered .container (which has max-width:1565px)
     so it aligns with .ceo-img-div at the container's left */
  left: calc((100vw - 1565px) / 2);
  right: 0;
  width: auto;
  z-index: -1;
}
@media (max-width: 1300px) {
.right-text {
  padding: 0px 0px 26px 0px;
}
}
/* On narrow viewports where container is full width, make bg full width */
@media (max-width: 1565px) {
  .chairman-page-bg2 {
    left: 0;
    right: 0;
    width: 100%;
  }
}
.ceo-img-div {
  padding: 0;
}
.title-line .left-text {
  max-width: 42%;
  color: #fff;
}
.right-text h1 {
  font-size: 50px;
  color: #6B849D;
  margin-bottom:35px;
  line-height:1;
}
.right-text h3 {
  font-size: 20px;
  color: #000;
  margin-bottom:30px;
}
.right-text p {
  font-size: 14px;
  color: #000;
}
.title-line .left-text h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.title-line .width-md {
  position: relative;
  padding: 30px 0 120px 0;
}
.title-line .width-md > img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
}
.signature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  max-width: 900px;
  justify-content: space-between;
}
.signature img{
  margin-bottom:10px;
}
@media screen and (min-width: 768px) {
  .signature2 {
      margin-left: auto;
      margin-top: 37px;
  }
}
@media screen and (min-width: 992px) {
  .item-study .col-md-5:first-child {
  padding-right: 0;
  display: flex;
  max-width: 468px;
}
  .ceo-img-div {
  max-width: 820px;
}
  .blueblock-title-area {
    gap: 0 52px;
  }
.blueblock-img {
  max-width: 138px;
}
.blueblock-title-area .title-text-area {
  width: calc(100% - 190px);
}
}
@media screen and (max-width: 991px) {
  .botlinks__title {
    border-top-right-radius: 20px;
  }
  .ownreport__list {
    padding-left: 37px;
  }
  .blueblock-background {
    height: 33px;
  }
  .case-stuides-section {
    padding: 27px 22px 50px 22px;
  }
  .blueblock-img {
    margin-top: 13px;
  }
  .ceo-img-div {
    text-align: center;
    background-image: url(../img/home-ceo-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 100%;
    border-bottom: 1px solid #6B849D;
    position: relative;
  }
  .chairman-page-bg2 {
    display: none;
  }
  .ceo-img-div::after {
    content: "";
    background: linear-gradient(180deg, #FFFFFF 64.41%, #BAC6D1 106.02%, #6B849D 142.35%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
        z-index: -1;
        top: 0;
  }
  .chairman-page-bg {
    height: 110px;
  }
  .ceo-img-div img {
    max-width: 500px;
    padding: 0 65px;
    width: 100%;
  }
  .chairman-page-top {
    border-bottom: none;
  }
  .downloads-container {
    padding: 0 18px;
  }
  .topdownload {
    margin-top: 31px;
  }
  .topdownload__row {
    justify-content: space-around;
  }
  .blueblock::after {
    box-shadow: 5px 5px 0 rgba(64, 154, 214, 0.1);
  }
  .blueblock h2 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.2;
  }
  .blueblock .head-date, .blueblock p, .blueblock li, .blueblock h4 {

  }
  .image-content .imgage-content-col {
    flex-basis: 100%;
    margin-bottom: 42px;
    font-size: 12px;
  }
  .image-content .imgage-content-col:last-child {
    order: -1;
    margin-bottom: 20px;
}
  .blueblock .linkabck {
    padding: 5px 15px;
    max-width: 250px;
        border-radius: 20px 0px 20px 0px;
  }
  .blueblock .linkabck span {
    font-size: 18px;
    padding-left: 15px;
  }
  .item-study h2, .item-study p {

 
  }
  .item-study h2 {
    margin-bottom: 10px;
  }
  .item-study a.read-more-btn {
    width: 149px;
  }


}
@media screen and (min-width: 768px) {
  .signature2 {
  margin-left: auto;
}
}

.intro {
}
.img-download {
  position: relative;
  margin-top: 50px;
  padding: 30px 0;
  box-shadow: none;
  margin-bottom:0px;
  border-top: 1px solid #6FB3B9;
}
.accordion .panel-body .img-download.green h3 {
  color: #269ba5;
}
.main-section-n .img-download h3 {
  color: #00479D;
  padding-right: 240px;
  font-weight:bold!important;
}
.main-section-n .light-cyan .img-download h3 {
  color: #6FB3B9;
}
.img-download .read-more-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  margin: 0;
  padding-right: 83px;
}
.img-download .info {
  position: relative;
  padding: 12px 10px 12px 65px;
  font-weight: 300;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.img-download .info p {
  margin-bottom: 0;
}
.img-download .info > i {
  position: absolute;
  top: 12px;
  left: 15px;
}
.img-download .table-wrap {
  margin-top: 0px;
}
.img-download .table-wrap table th + th {
  text-align: right;
}
.img-download .table-wrap table td + td {
  text-align: right;
}
.img-download .table-wrap table td:first-child {
  color: #000000;
  font-size: 16px;
  font-weight:bold;
}
.main-section-n .search-page h3 {
  margin-bottom: 50px;
  color: #0033a0;
  font-size: 30px;
  font-weight: bold;
}
.main-section-n .search-page .item-search {
  padding: 20px 0;
  border-top: 1px solid #00479D;
  color: #000000;
}
.main-section-n .search-page .item-search:last-child {
  border-bottom: 1px solid #00479D;
  margin-bottom: 50px;
}
.main-section-n .search-page .item-search a {
  color: #00a3e0;
}
.main-section-n .search-page .item-search>a:hover i{
-webkit-transform: translateX(5px);
-o-transform: translateX(5px);
-ms-transform: translateX(5px);
transform: translateX(5px);
}
.main-section-n .search-page .item-search>a i{
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  }



.main-section-n .search-page .item-search>a {
  color: #fff;
  background: #0033A0;
  padding: 10px 20px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-top: 20px;
  display: flex;
  max-width: 130px;
  align-items: center;
  justify-content: space-between;
}
.main-section-n .search-page .item-search .bread {
  color: #000000;
  margin-bottom: 15px;
}
.main-section-n .search-page .item-search p {

}
.main-section-n .search-page .item-search .bread a,
.main-section-n .search-page .item-search .bread span {

  color: #000000;
}
.main-section-n .search-page .item-search .bread span {
  font-weight: bold;
}

.targets-item-area {
  padding: 40px 0;
}

.targets-item {
  position: relative;
  padding: 30px 0 0 0;
  line-height: 28px;
}
.targets-item .row {
  margin: 0;
  padding: 0;
}

/* Divider between adjacent rows inside the same targets-item
   No extra padding/margin; color follows the targets-item theme */
.targets-item > .row + .row {
  border-top: 1px solid transparent;
  margin-top: 0;
  padding-top: 0;
}
.targets-item.clp-net-zero > .row + .row { border-top-color: #99B262; }
.targets-item.clp-energy > .row + .row { border-top-color: #5EB4B4; }
.targets-item.clp-digital > .row + .row { border-top-color: #589093; }
.targets-item.clp-workforce > .row + .row { border-top-color: #C99E5F; }
.targets-item.clp-operational > .row + .row { border-top-color: #98A4A5; }
.targets-item.clp-community > .row + .row { border-top-color: #DD9376; }

.targets-item>*:nth-child(2) {
}

.targets-item dl {
  border-left: 1px solid #A5C23A;
  margin-bottom: 40px;
  padding-left: 21px;
}

.targets-item .icon {
  max-width: 35px;
  height: 35px;
  margin-right: 21px;
  margin-top: -4px;
  margin-bottom: 8px;
}
.targets-item .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border-top-right-radius: 20px;
  padding: 0 21px;
  min-height: 65px;
}
.targets-item .title h2 {
  color: #ffffff;
  margin: 0;
}
.targets-item .title img {
  margin-left: 10px;
  max-height: 40px;
}
.targets-item .sub-title {
  display: flex;
  font-size: 20px;
  width: 190px;
  font-weight: 600;
  flex-direction: column;
  padding: 16px 0 0 38px;
}
.targets-item dt {
  font-weight: 700;
  font-size: 18px;
}
.targets-item .content {
  width: calc(100% - 190px);
  text-align: left;
}
.targets-item th {
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff; 
  font-weight: 400;
}
.targets-item .row:nth-child(2) tr:first-child th {
  font-weight: 700;
}
.targets-item th, .targets-item td {
  padding-left: 28px;
}
.targets-item td {
    padding-right: 28px;
}
.targets-item.clp-net-zero th {
  color: #99B262;
}
.targets-item.clp-net-zero th, .targets-item.clp-net-zero td {
  border-bottom: 1px solid #99B262;
}
.targets-item.clp-energy th {
  color: #5EB4B4;
  border-bottom: 1px solid #5EB4B4;
}
.targets-item.clp-energy th, .targets-item.clp-energy td {
  border-bottom: 1px solid #5EB4B4;
}
.targets-item.clp-digital th {
  color: #589093;
  border-bottom: 1px solid #589093;
}
.targets-item.clp-digital th, .targets-item.clp-digital td {
  border-bottom: 1px solid #589093;
}
.targets-item.clp-workforce th {
  color: #C99E5F;
  border-bottom: 1px solid #C99E5F;
}
.targets-item.clp-workforce th, .targets-item.clp-workforce td {
  border-bottom: 1px solid #C99E5F;
}
.targets-item.clp-operational th {
  color: #98A4A5;
  border-bottom: 1px solid #98A4A5;
}
.targets-item.clp-operational th, .targets-item.clp-operational td {
  border-bottom: 1px solid #98A4A5;
}
.targets-item.clp-community th {
  color: #DD9376;
  border-bottom: 1px solid #DD9376;
}
.targets-item.clp-community th, .targets-item.clp-community td {
  border-bottom: 1px solid #DD9376;
}
td.muted-year {
  color: rgba(0, 0, 0, 0.1) !important;
  opacity: 1;
}
th.muted-year {
  color: rgba(255, 255, 255, 0.1) !important;
  opacity: 1;
}
.targets-item *:nth-child(2) .content tr:nth-child(1){
  font-weight:700;
  font-size: 18px;
 }
 .targets-item tr:last-child * {
  border-bottom: unset!important;
}
.targets-item dt span {
  font-weight: 400;
  font-size: 15px;
}
.targets-item dd:first-of-type {
  font-weight: 700;
}
.targets-item.clp-net-zero {
  padding-top: 0;
}
.targets-item.clp-net-zero .title {
  background: #99B262;
}
.targets-item.clp-net-zero .row {
  background: #A5C23A1A;
}
.targets-item.clp-net-zero .sub-title, .targets-item.clp-net-zero dt {
  color: #99B262;
}
.targets-item.clp-net-zero dl {
  border-left: 1px solid #A5C23A;
}
.targets-item.clp-energy {

}
.targets-item.clp-energy .title {
  background: #5EB4B4;
}
.targets-item.clp-energy .row {
  background: #5EB4B41A;
}
.targets-item.clp-energy .sub-title, .targets-item.clp-energy dt {
  color: #5EB4B4;
}
.targets-item.clp-energy dl {
  border-left: 1px solid #6F6CA9;
}
.targets-item.clp-digital {

}
.targets-item.clp-digital .title {
  background: #589093;
}
.targets-item.clp-digital .row {
  background: #3499CC1A;
}
.targets-item.clp-digital .sub-title, .targets-item.clp-digital dt {
  color: #589093;
}
.targets-item.clp-digital dl {
  border-left: 1px solid #409AD6;
}
.targets-item.clp-workforce {

}
.targets-item.clp-workforce .title {
  background: #C99E5F;
}
.targets-item.clp-workforce .row {
  background: #E8A9001A;
}
.targets-item.clp-workforce .sub-title, .targets-item.clp-workforce dt {
  color: #C99E5F;
}
.targets-item.clp-workforce dl {
  border-left: 1px solid #E8A900;
}
.targets-item.clp-operational {

}
.targets-item.clp-operational .title {
  background: #98A4A5;
}
.targets-item.clp-operational .row {
  background: #005A5F1A;
}
.targets-item.clp-operational .sub-title, .targets-item.clp-operational dt {
  color: #98A4A5;
}
.targets-item.clp-operational dl {
  border-left: 1px solid #005A5F;
}
.targets-item.clp-community {

}
.targets-item.clp-community .title {
  background: #DD9376;
}
.targets-item.clp-community .row {
  background: #C2506D1A;
}
.targets-item.clp-community .sub-title, .targets-item.clp-community dt {
  color: #DD9376;
}
.targets-item.clp-community dl {
  border-left: 1px solid #C2506D;
}
.matrix-light-cyan .ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, #60AED3 170.78%);
}

.page-agenda .ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(to right, #d9e3cf 0%, rgba(194, 228, 232, 0) 100%);
}
.page-agenda .introduction, .page-agenda .main-section-n h2 a.link-title, .page-agenda .main-section-n h2, .page-agenda .main-section-n h4, .page-agenda .ban-top-n h1, .page-agenda a.read-more-btn, .page-agenda .intro-n p {
  color: #769B53;
}
.page-agenda .accordion .panel-title a h4, .page-agenda .awards-item h5, .page-agenda .awards-item p strong, .page-agenda .main-section-n h3:not(.withline) {
  color: #769B53;
}
.page-agenda .accordion .panel-title a .la, .page-agenda .accordion .btn-close a {
  color: #769B53;
}
.page-agenda a.read-more-btn, .page-agenda .accordion .panel, .page-agenda .awards-item, .page-agenda .aem-Grid-Content2, .page-agenda .why-material {
  background: #769B531A;
}
.page-agenda .table-wrap table th {
  background: #769B53;
}
.page-agenda .main-section-n h2 a.link-title svg circle {
  fill: #769B53;
}
.page-agenda .read-more-btn i path {
  stroke: #769B53;
}
.page-agenda .why-material a.read-more-btn {
  background: #769B53;
  color: #ffffff;
}
.page-agenda .why-material .read-more-btn i path {
  stroke:#ffffff;
}
.page-agenda .table-wrap table td {
  border-bottom: 1px solid #769B53;
}
.page-agenda .table-wrap table tr:hover td {
  background: #769B531A;
}

.page-approach .ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(225, 178, 138, 1) 170.78%);
}
.page-approach .introduction, .page-approach .main-section-n h2 a.link-title, .page-approach .main-section-n h2, .page-approach .main-section-n h4, .page-approach .ban-top-n h1, .page-approach a.read-more-btn, .page-approach .intro-n p {
  color: rgba(225, 178, 138, 1);
}
.page-approach .accordion .panel-title a h4, .page-approach .awards-item h5, .page-approach .awards-item p strong, .page-approach .main-section-n h3:not(.withline) {
  color: rgba(225, 178, 138, 1);
}
.page-approach .accordion .panel-title a .la, .page-approach .accordion .btn-close a {
  color: rgba(225, 178, 138, 1);
}
.page-approach a.read-more-btn, .page-approach .accordion .panel, .page-approach .awards-item, .page-approach .aem-Grid-Content2, .page-approach .why-material {
  background: rgba(225, 178, 138, 0.1);
}
.page-approach .table-wrap table th {
  background: rgba(225, 178, 138, 1);
}
.page-approach a.read-more-btn, .page-approach .nav-second{
  color: #ffffff;
  background: rgba(225, 178, 138, 1);
}
 .page-approach .nav-second.dropdown-style p {
  color: #ffffff;
 }
.page-approach .main-section-n h2 a.link-title svg circle {
  fill: rgba(225, 178, 138, 1);
}
.page-approach .why-material a.read-more-btn {
  background: rgba(225, 178, 138, 1);
  color: #ffffff;
}
.page-approach .why-material .read-more-btn i path {
  stroke:#ffffff;
}
.page-approach .table-wrap table td {
  border-bottom: 1px solid rgba(225, 178, 138, 1);
}
.page-approach .table-wrap table tr:hover td {
  background: rgba(225, 178, 138, 0.1);
}
.page-menu.page-approach .reporting .item-reporting {
  background: rgba(225, 178, 138, 1);
}
.page-menu.page-approach .more-links .links-list.a-bg-white li a:hover, .page-menu.page-approach .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(225, 178, 138, 1);
}
.page-menu.page-approach .more-links .links-list li a {
  color: rgba(225, 178, 138, 1);
}


#page-ma-report .ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, #60AED3 170.78%);
}
#page-ma-report .introduction, #page-ma-report .main-section-n h2 a.link-title, #page-ma-report .main-section-n h2, #page-ma-report .main-section-n h4, #page-ma-report .ban-top-n h1, #page-ma-report a.read-more-btn, #page-ma-report .intro-n p {
  color: #60AED3;
}
#page-ma-report .accordion .panel-title a h4, #page-ma-report .awards-item h5, #page-ma-report .awards-item p strong, #page-ma-report .main-section-n h3:not(.withline) {
  color: #60AED3;
}
#page-ma-report .accordion .panel-title a .la, #page-ma-report .accordion .btn-close a {
  color: #60AED3;
}
#page-ma-report a.read-more-btn, #page-ma-report .accordion .panel, #page-ma-report .awards-item, #page-ma-report .aem-Grid-Content2, #page-ma-report .why-material {
  background: #60AED31A;
}
#page-ma-report .table-wrap table th {
  background: #60AED3;
}
#page-ma-report a.read-more-btn, #page-ma-report .nav-second{
  color: #ffffff;
  background: #60AED3;
}
.esg-dh-bg .nav-second.fixed {
  background: #ffffff;
}
 #page-ma-report .nav-second.dropdown-style p {
  color: #ffffff;
 }
#page-ma-report .main-section-n h2 a.link-title svg circle {
  fill: #60AED3;
}
#page-ma-report .read-more-btn i path {

}
#page-ma-report .why-material a.read-more-btn {
  background: #60AED3;
  color: #ffffff;
}
#page-ma-report .why-material .read-more-btn i path {
  stroke:#ffffff;
}
#page-ma-report .table-wrap table td {
  border-bottom: 1px solid #60AED3;
}
#page-ma-report .table-wrap table tr:hover td {
  background: #5FB28E1A;
}

.page-about .ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(216, 190, 100, 1) 170.78%);
}
.page-about .introduction, .page-about .main-section-n h2 a.link-title, .page-about .main-section-n h2, .page-about .main-section-n h4, .page-about .ban-top-n h1, .page-about a.read-more-btn, .page-about .intro-n p {
  color: rgba(216, 190, 100, 1);
}
.page-about .accordion .panel-title a h4, .page-about .awards-item h5, .page-about .awards-item p strong, .page-about .main-section-n h3:not(.withline) {
  color: rgba(216, 190, 100, 1);
}
.page-about .accordion .panel-title a .la, .page-about .accordion .btn-close a {
  color: rgba(216, 190, 100, 1);
}
.page-about a.read-more-btn, .page-about .accordion .panel, .page-about .awards-item, .page-about .aem-Grid-Content2, .page-about .why-material {
  background: rgba(216, 190, 100, 0.1);
}
.page-about .table-wrap table th {
  background: rgba(216, 190, 100, 1);
}
.page-about a.read-more-btn, .page-about .nav-second{
  color: #ffffff;
  background: rgba(216, 190, 100, 1);
}
 .page-about .nav-second.dropdown-style p {
  color: #ffffff;
 }
.page-about .main-section-n h2 a.link-title svg circle {
  fill: rgba(216, 190, 100, 1);
}
.page-about .why-material a.read-more-btn {
  background: rgba(216, 190, 100, 1);
  color: #ffffff;
}
.page-about .why-material .read-more-btn i path {
  stroke:#ffffff;
}
.page-about .table-wrap table td {
  border-bottom: 1px solid rgba(216, 190, 100, 1);
}
.page-about .table-wrap table tr:hover td {
  background: rgba(216, 190, 100, 0.1);
}
.page-menu.page-about .reporting .item-reporting {
  background: rgba(216, 190, 100, 1);
}
.page-menu.page-about .more-links .links-list.a-bg-white li a:hover, .page-menu.page-about .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(216, 190, 100, 1);
}
.page-menu.page-about .more-links .links-list li a {
  color: rgba(216, 190, 100, 1);
}

.page-agenda .ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(168, 181, 153, 1) 170.78%);
}
.page-agenda .introduction, .page-agenda .main-section-n h2 a.link-title, .page-agenda .main-section-n h2, .page-agenda .main-section-n h4, .page-agenda .ban-top-n h1, .page-agenda a.read-more-btn, .page-agenda .intro-n p {
  color: rgba(168, 181, 153, 1);
}
.page-agenda .accordion .panel-title a h4, .page-agenda .awards-item h5, .page-agenda .awards-item p strong, .page-agenda .main-section-n h3:not(.withline) {
  color: rgba(168, 181, 153, 1);
}
.page-agenda .accordion .panel-title a .la, .page-agenda .accordion .btn-close a {
  color: rgba(168, 181, 153, 1);
}
.page-agenda a.read-more-btn, .page-agenda .accordion .panel, .page-agenda .awards-item, .page-agenda .aem-Grid-Content2, .page-agenda .why-material {
  background: rgba(168, 181, 153, 0.1);
}
.page-agenda .table-wrap table th {
  background: rgba(168, 181, 153, 1);
}
.page-agenda a.read-more-btn, .page-agenda .nav-second{
  color: #ffffff;
  background: rgba(168, 181, 153, 1);
}
 .page-agenda .nav-second.dropdown-style p {
  color: #ffffff;
 }
.page-agenda .main-section-n h2 a.link-title svg circle {
  fill: rgba(168, 181, 153, 1);
}
.page-agenda .why-material a.read-more-btn {
  background: rgba(168, 181, 153, 1);
  color: #ffffff;
}
.page-agenda .why-material .read-more-btn i path {
  stroke:#ffffff;
}
.page-agenda .table-wrap table td {
  border-bottom: 1px solid rgba(168, 181, 153, 1);
}
.page-agenda .table-wrap table tr:hover td {
  background: rgba(168, 181, 153, 0.1);
}
.page-menu.page-agenda .reporting .item-reporting {
  background: rgba(168, 181, 153, 1);
}
.page-menu.page-agenda .more-links .links-list.a-bg-white li a:hover, .page-menu.page-agenda .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(168, 181, 153, 1);
}
.page-menu.page-agenda .more-links .links-list li a {
  color: rgba(168, 181, 153, 1);
}



.page-welcome .ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(107, 132, 157, 1) 170.78%);
}
.page-welcome .introduction, .page-welcome .main-section-n h2 a.link-title, .page-welcome .main-section-n h2, .page-welcome .main-section-n h4, .page-welcome .ban-top-n h1, .page-welcome a.read-more-btn, .page-welcome .intro-n p {
  color: rgba(107, 132, 157, 1);
}
.page-welcome .accordion .panel-title a h4, .page-welcome .awards-item h5, .page-welcome .awards-item p strong, .page-welcome .main-section-n h3:not(.withline) {
  color: rgba(107, 132, 157, 1);
}
.page-welcome .accordion .panel-title a .la, .page-welcome .accordion .btn-close a {
  color: rgba(107, 132, 157, 1);
}
.page-welcome a.read-more-btn, .page-welcome .accordion .panel, .page-welcome .awards-item, .page-welcome .aem-Grid-Content2, .page-welcome .why-material {
  background: rgba(107, 132, 157, 0.1);
}
.page-welcome .table-wrap table th {
  background: rgba(107, 132, 157, 1);
}
.page-welcome a.read-more-btn, .page-welcome .nav-second{
  color: #ffffff;
  background: rgba(107, 132, 157, 1);
}
 .page-welcome .nav-second.dropdown-style p {
  color: #ffffff;
 }
.page-welcome .main-section-n h2 a.link-title svg circle {
  fill: rgba(107, 132, 157, 1);
}
.page-welcome .why-material a.read-more-btn {
  background: rgba(107, 132, 157, 1);
  color: #ffffff;
}
.page-welcome .why-material .read-more-btn i path {
  stroke:#ffffff;
}
.page-welcome .table-wrap table td {
  border-bottom: 1px solid rgba(107, 132, 157, 1);
}
.page-welcome .table-wrap table tr:hover td {
  background: rgba(107, 132, 157, 0.1);
}
.page-menu.page-welcome .reporting .item-reporting {
  background: rgba(107, 132, 157, 1);
}
.page-menu.page-welcome .more-links .links-list.a-bg-white li a:hover, .page-menu.page-welcome .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(107, 132, 157, 1);
}
.page-menu.page-welcome .more-links .links-list li a {
  color: rgba(107, 132, 157, 1);
}

.page-community .ban-top-n.bg-gradients-blue-grad2 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 15.6%, rgba(221, 147, 118, 1) 120.35%);
}
.page-community .ban-top-n h1, .page-community .main-section-n h2 a.link-title, .page-community .image-section .infographic, .page-community .main-section-n h2, .page-community .introduction, .page-community .main-section-n .img-download h3 {
  color: rgba(221, 147, 118, 1);
}
.page-community .accordion .panel-title a h4, .page-community .accordion .panel-title a .la, .page-community .main-section-n h5, .page-community .main-section-n h4.table-title {
  color: rgba(221, 147, 118, 1);
}
.page-community .accordion .btn-close a {
  color: rgba(221, 147, 118, 1);
}
.page-community p.image-section-title, .page-community .table-wrap table th {
  background: rgba(221, 147, 118, 1);
}
.page-community .accordion .panel {
  background: rgba(221, 147, 118, 0.1);
}
.page-community a.read-more-btn, .page-community .nav-second {
    background: rgba(221, 147, 118, 1);
}
.page-community .img-download {
  border-top: 1px solid rgba(221, 147, 118, 1);
}
.page-community #overview-page-top-1 {
  background: rgba(221, 147, 118, 0.75);
}
.page-community .table-wrap table tr:hover td {
  background-color: rgba(221, 147, 118, 0.15);
}
.page-community #overview-page-top-1.main-section-n .copy-link svg path {
    stroke: rgba(221, 147, 118, 1);
}
.page-community .overview-section2 .copy-link svg circle {
    fill: rgba(221, 147, 118, 1);
}
.page-menu.page-community .reporting .item-reporting {
  background: rgba(221, 147, 118, 1);
}
.page-menu.page-community .more-links .links-list.a-bg-white li a:hover, .page-menu.page-community .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(221, 147, 118, 1);
}
.page-menu.page-community .more-links .links-list li a {
  color: rgba(221, 147, 118, 1);
}


.page-customers .ban-top-n.bg-gradients-blue-grad2 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 15.6%, rgba(95, 178, 142, 1) 120.35%);
}
.page-customers .ban-top-n h1, .page-customers .main-section-n h2 a.link-title, .page-customers .image-section .infographic, .page-customers .main-section-n h2, .page-customers .introduction, .page-customers .main-section-n .img-download h3 {
  color: rgba(95, 178, 142, 1);
}
.page-customers .accordion .panel-title a h4, .page-customers .accordion .panel-title a .la, .page-customers .main-section-n h5, .page-customers .main-section-n h4.table-title {
  color: rgba(95, 178, 142, 1);
}
.page-customers .accordion .btn-close a {
  color: rgba(95, 178, 142, 1);
}
.page-customers p.image-section-title, .page-customers .table-wrap table th {
  background: rgba(95, 178, 142, 1);
}
.page-customers .accordion .panel {
  background: rgba(95, 178, 142, 0.1);
}
.page-customers a.read-more-btn, .page-customers .nav-second {
    background: rgba(95, 178, 142, 1);
}
.page-customers .img-download {
  border-top: 1px solid rgba(95, 178, 142, 1);
}
.page-customers #overview-page-top-1 {
  background: rgba(95, 178, 142, 0.75);
}
.page-customers .table-wrap table tr:hover td {
  background-color: rgba(95, 178, 142, 0.15);
}
.page-customers #overview-page-top-1.main-section-n .copy-link svg path {
    stroke: rgba(95, 178, 142, 1);
}
.page-customers .overview-section2 .copy-link svg circle {
    fill: rgba(95, 178, 142, 1);
}
.page-menu.page-customers .reporting .item-reporting {
  background: rgba(95, 178, 142, 1);
}
.page-menu.page-customers .more-links .links-list.a-bg-white li a:hover, .page-menu.page-customers .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(95, 178, 142, 1);
}
.page-menu.page-customers .more-links .links-list li a {
  color: rgba(95, 178, 142, 1);
}

.page-nature .ban-top-n.bg-gradients-blue-grad2 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 15.6%, rgba(118, 166, 154, 1) 120.35%);
}
.page-nature .ban-top-n h1, .page-nature .main-section-n h2 a.link-title, .page-nature .image-section .infographic, .page-nature .main-section-n h2, .page-nature .introduction, .page-nature .main-section-n .img-download h3 {
  color: rgba(118, 166, 154, 1);
}
.page-nature .accordion .panel-title a h4, .page-nature .accordion .panel-title a .la, .page-nature .main-section-n h5, .page-nature .main-section-n h4.table-title {
  color: rgba(118, 166, 154, 1);
}
.page-nature .accordion .btn-close a {
  color: rgba(118, 166, 154, 1);
}
.page-nature p.image-section-title, .page-nature .table-wrap table th {
  background: rgba(118, 166, 154, 1);
}
.page-nature .accordion .panel {
  background: rgba(118, 166, 154, 0.1);
}
.page-nature a.read-more-btn, .page-nature .nav-second {
    background: rgba(118, 166, 154, 1);
}
.page-nature .img-download {
  border-top: 1px solid rgba(118, 166, 154, 1);
}
.page-nature #overview-page-top-1 {
  background: rgba(118, 166, 154, 0.75);
}
.page-nature .table-wrap table tr:hover td {
  background-color: rgba(118, 166, 154, 0.15);
}
.page-nature #overview-page-top-1.main-section-n .copy-link svg path {
    stroke: rgba(118, 166, 154, 1);
}
.page-nature .overview-section2 .copy-link svg circle {
    fill: rgba(118, 166, 154, 1);
}
.page-menu.page-nature .reporting .item-reporting {
  background: rgba(118, 166, 154, 1);
}
.page-menu.page-nature .more-links .links-list.a-bg-white li a:hover, .page-menu.page-nature .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(118, 166, 154, 1);
}
.page-menu.page-nature .more-links .links-list li a {
  color: rgba(118, 166, 154, 1);
}


.page-t-2b .introduction {
  margin-bottom: 84px;
}
.page-t-2b .container.max-width-xl {
  margin-bottom: 60px;
}

.page-people .ban-top-n.bg-gradients-blue-grad2 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 15.6%, rgba(211, 113, 108, 1) 120.35%);
}
.page-people .ban-top-n h1, .page-people .main-section-n h2 a.link-title, .page-people .image-section .infographic, .page-people .main-section-n h2, .page-people .introduction, .page-people .main-section-n .img-download h3 {
  color: rgba(211, 113, 108, 1);
}
.page-people .accordion .panel-title a h4, .page-people .accordion .panel-title a .la, .page-people .main-section-n h5, .page-people .main-section-n h4.table-title {
  color: rgba(211, 113, 108, 1);
}
.page-people .accordion .btn-close a {
  color: rgba(211, 113, 108, 1);
}
.page-people p.image-section-title, .page-people .table-wrap table th {
  background: rgba(211, 113, 108, 1);
}
.page-people .accordion .panel {
  background: rgba(211, 113, 108, 0.1);
}
.page-people a.read-more-btn, .page-people .nav-second {
    background: rgba(211, 113, 108, 1);
}
.page-people .img-download {
  border-top: 1px solid rgba(211, 113, 108, 1);
}
.page-people #overview-page-top-1 {
  background: rgba(211, 113, 108, 0.75);
}
.page-people .table-wrap table tr:hover td {
  background-color: rgba(211, 113, 108, 0.15);
}
.page-people #overview-page-top-1.main-section-n .copy-link svg path {
    stroke: rgba(211, 113, 108, 1);
}
.page-people .overview-section2 .copy-link svg circle {
    fill: rgba(211, 113, 108, 1);
}
.page-menu.page-people .reporting .item-reporting {
  background: rgba(211, 113, 108, 1);
}
.page-menu.page-people .more-links .links-list.a-bg-white li a:hover, .page-menu.page-people .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(211, 113, 108, 1);
}
.page-menu.page-people .more-links .links-list li a {
  color: rgba(211, 113, 108, 1);
}


.page-partner .ban-top-n.bg-gradients-blue-grad2 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 15.6%, rgba(147, 177, 186, 1) 120.35%);
}
.page-partner .ban-top-n h1, .page-partner .main-section-n h2 a.link-title, .page-partner .image-section .infographic, .page-partner .main-section-n h2, .page-partner .introduction, .page-partner .main-section-n .img-download h3 {
  color: rgba(147, 177, 186, 1);
}
.page-partner .accordion .panel-title a h4, .page-partner .accordion .panel-title a .la, .page-partner .main-section-n h5, .page-partner .main-section-n h4.table-title {
  color: rgba(147, 177, 186, 1);
}
.page-partner .accordion .btn-close a {
  color: rgba(147, 177, 186, 1);
}
.page-partner p.image-section-title, .page-partner .table-wrap table th {
  background: rgba(147, 177, 186, 1);
}
.page-partner .accordion .panel {
  background: rgba(147, 177, 186, 0.1);
}
.page-partner a.read-more-btn, .page-partner .nav-second {
    background: rgba(147, 177, 186, 1);
}
.page-partner .img-download {
  border-top: 1px solid rgba(147, 177, 186, 1);
}
.page-partner #overview-page-top-1 {
  background: rgba(147, 177, 186, 0.75);
}
.page-partner .table-wrap table tr:hover td {
  background-color: rgba(147, 177, 186, 0.15);
}
.page-partner #overview-page-top-1.main-section-n .copy-link svg path {
    stroke: rgba(147, 177, 186, 1);
}
.page-partner .overview-section2 .copy-link svg circle {
    fill: rgba(147, 177, 186, 1);
}
.page-menu.page-partner .reporting .item-reporting {
  background: rgba(147, 177, 186, 1);
}
.page-menu.page-partner .more-links .links-list.a-bg-white li a:hover, .page-menu.page-partner .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(147, 177, 186, 1);
}
.page-menu.page-partner .more-links .links-list li a {
  color: rgba(147, 177, 186, 1);
}


.page-menu .ban-top-n {
  background: linear-gradient(90deg, #FFFFFF 15.6%, #76A69A 120.35%);
}
.page-menu .main-section-n .more-links h3, .page-menu .ban-top-n h1, .page-menu .more-links .links-list li a {
  color: #76A69A;
}
.page-menu .more-links .links-list.a-bg-white li a:hover, .page-menu .more-links .links-list.a-bg-blue li a:hover {
  background: #76A69A;
}
.page-menu .reporting .item-reporting {
  color: #ffffff;
  background: #76A69A;
}
.page-menu .reporting .item-reporting h4 {
  color: #ffffff!important;
}
.page-menu .main-section-n .container {
    max-width: 1605px;
}
.page-menu .row {
    justify-content: space-between;
}
.page-menu .col-md-6 {
    max-width: 765px;
}

.page-stakeholders .ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(184, 114, 76, 1) 170.78%);
}
.page-stakeholders .introduction, .page-stakeholders .main-section-n h2 a.link-title, .page-stakeholders .main-section-n h2, .page-stakeholders .main-section-n h4, .page-stakeholders .ban-top-n h1, .page-stakeholders a.read-more-btn, .page-stakeholders .intro-n p {
  color: rgba(184, 114, 76, 1);
}
.page-stakeholders .accordion .panel-title a h4, .page-stakeholders .awards-item h5, .page-stakeholders .awards-item p strong, .page-stakeholders .main-section-n h3:not(.withline) {
  color: rgba(184, 114, 76, 1);
}
.page-stakeholders .accordion .panel-title a .la, .page-stakeholders .accordion .btn-close a {
  color: rgba(184, 114, 76, 1);
}
.page-stakeholders a.read-more-btn, .page-stakeholders .accordion .panel, .page-stakeholders .awards-item, .page-stakeholders .aem-Grid-Content2, .page-stakeholders .why-material {
  background: rgba(184, 114, 76, 0.1);
}
.page-stakeholders .table-wrap table th {
  background: rgba(184, 114, 76, 1);
}
.page-stakeholders a.read-more-btn, .page-stakeholders .nav-second{
  color: #ffffff;
  background: rgba(184, 114, 76, 1);
}
 .page-stakeholders .nav-second.dropdown-style p {
  color: #ffffff;
 }
.page-stakeholders .main-section-n h2 a.link-title svg circle {
  fill: rgba(184, 114, 76, 1);
}
.page-stakeholders .why-material a.read-more-btn {
  background: rgba(184, 114, 76, 1);
  color: #ffffff;
}
.page-stakeholders .why-material .read-more-btn i path {
  stroke:#ffffff;
}
.page-stakeholders .table-wrap table td {
  border-bottom: 1px solid rgba(184, 114, 76, 1);
}
.page-stakeholders .table-wrap table tr:hover td {
  background: rgba(184, 114, 76, 0.1);
}
.page-menu.page-stakeholders .reporting .item-reporting {
  background: rgba(184, 114, 76, 1);
}
.page-menu.page-stakeholders .more-links .links-list.a-bg-white li a:hover, .page-menu.page-stakeholders .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(184, 114, 76, 1);
}
.page-menu.page-stakeholders .more-links .links-list li a {
  color: rgba(184, 114, 76, 1);
}


.clp-community .ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(221, 147, 118, 1) 170.78%);
}
.clp-community .introduction, .clp-community .main-section-n h2 a.link-title, .clp-community .main-section-n h2, .clp-community .main-section-n h4, .clp-community .ban-top-n h1, .clp-community a.read-more-btn, .clp-community .intro-n p {
  color: rgba(221, 147, 118, 1);
}
.clp-community .accordion .panel-title a h4, .clp-community .awards-item h5, .clp-community .awards-item p strong, .clp-community .main-section-n h3:not(.withline) {
  color: rgba(221, 147, 118, 1);
}
.clp-community .accordion .panel-title a .la, .clp-community .accordion .btn-close a {
  color: rgba(221, 147, 118, 1);
}
.clp-community a.read-more-btn, .clp-community .accordion .panel, .clp-community .awards-item, .clp-community .aem-Grid-Content2, .clp-community .why-material {
  background: rgba(221, 147, 118, 0.1);
}
.clp-community .table-wrap table th {
  background: rgba(221, 147, 118, 1);
}
.clp-community a.read-more-btn, .clp-community .nav-second{
  color: #ffffff;
  background: rgba(221, 147, 118, 1);
}
 .clp-community .nav-second.dropdown-style p {
  color: #ffffff;
 }
.clp-community .main-section-n h2 a.link-title svg circle {
  fill: rgba(221, 147, 118, 1);
}
.clp-community .why-material a.read-more-btn {
  background: rgba(221, 147, 118, 1);
  color: #ffffff;
}
.clp-community .why-material .read-more-btn i path {
  stroke:#ffffff;
}
.clp-community .table-wrap table td {
  border-bottom: 1px solid rgba(221, 147, 118, 1);
}
.clp-community .table-wrap table tr:hover td {
  background: rgba(221, 147, 118, 0.1);
}
.page-menu.clp-community .reporting .item-reporting {
  background: rgba(221, 147, 118, 1);
}
.page-menu.clp-community .more-links .links-list.a-bg-white li a:hover, .page-menu.clp-community .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(221, 147, 118, 1);
}
.page-menu.clp-community .more-links .links-list li a {
  color: rgba(221, 147, 118, 1);
}

.clp-digital .ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(88, 144,  147, 1) 170.78%);
}
.clp-digital .introduction, .clp-digital .main-section-n h2 a.link-title, .clp-digital .main-section-n h2, .clp-digital .main-section-n h4, .clp-digital .ban-top-n h1, .clp-digital a.read-more-btn, .clp-digital .intro-n p {
  color: rgba(88, 144,  147, 1);
}
.clp-digital .accordion .panel-title a h4, .clp-digital .awards-item h5, .clp-digital .awards-item p strong, .clp-digital .main-section-n h3:not(.withline) {
  color: rgba(88, 144,  147, 1);
}
.clp-digital .accordion .panel-title a .la, .clp-digital .accordion .btn-close a {
  color: rgba(88, 144,  147, 1);
}
.clp-digital a.read-more-btn, .clp-digital .accordion .panel, .clp-digital .awards-item, .clp-digital .aem-Grid-Content2, .clp-digital .why-material {
  background: rgba(88, 144,  147, 0.1);
}
.clp-digital .table-wrap table th {
  background: rgba(88, 144,  147, 1);
}
.clp-digital a.read-more-btn, .clp-digital .nav-second{
  color: #ffffff;
  background: rgba(88, 144,  147, 1);
}
 .clp-digital .nav-second.dropdown-style p {
  color: #ffffff;
 }
.clp-digital .main-section-n h2 a.link-title svg circle {
  fill: rgba(88, 144,  147, 1);
}
.clp-digital .why-material a.read-more-btn {
  background: rgba(88, 144,  147, 1);
  color: #ffffff;
}
.clp-digital .why-material .read-more-btn i path {
  stroke:#ffffff;
}
.clp-digital .table-wrap table td {
  border-bottom: 1px solid rgba(88, 144,  147, 1);
}
.clp-digital .table-wrap table tr:hover td {
  background: rgba(88, 144,  147, 0.1);
}
.page-menu.clp-digital .reporting .item-reporting {
  background: rgba(88, 144,  147, 1);
}
.page-menu.clp-digital .more-links .links-list.a-bg-white li a:hover, .page-menu.clp-digital .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(88, 144,  147, 1);
}
.page-menu.clp-digital .more-links .links-list li a {
  color: rgba(88, 144,  147, 1);
}

.clp-energy .ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(94, 180, 180, 1) 170.78%);
}
.clp-energy .introduction, .clp-energy .main-section-n h2 a.link-title, .clp-energy .main-section-n h2, .clp-energy .main-section-n h4, .clp-energy .ban-top-n h1, .clp-energy a.read-more-btn, .clp-energy .intro-n p {
  color: rgba(94, 180, 180, 1);
}
.clp-energy .accordion .panel-title a h4, .clp-energy .awards-item h5, .clp-energy .awards-item p strong, .clp-energy .main-section-n h3:not(.withline) {
  color: rgba(94, 180, 180, 1);
}
.clp-energy .accordion .panel-title a .la, .clp-energy .accordion .btn-close a {
  color: rgba(94, 180, 180, 1);
}
.clp-energy a.read-more-btn, .clp-energy .accordion .panel, .clp-energy .awards-item, .clp-energy .aem-Grid-Content2, .clp-energy .why-material {
  background: rgba(94, 180, 180, 0.1);
}
.clp-energy .table-wrap table th {
  background: rgba(94, 180, 180, 1);
}
.clp-energy a.read-more-btn, .clp-energy .nav-second{
  color: #ffffff;
  background: rgba(94, 180, 180, 1);
}
 .clp-energy .nav-second.dropdown-style p {
  color: #ffffff;
 }
.clp-energy .main-section-n h2 a.link-title svg circle {
  fill: rgba(94, 180, 180, 1);
}
.clp-energy .why-material a.read-more-btn {
  background: rgba(94, 180, 180, 1);
  color: #ffffff;
}
.clp-energy .why-material .read-more-btn i path {
  stroke:#ffffff;
}
.clp-energy .table-wrap table td {
  border-bottom: 1px solid rgba(94, 180, 180, 1);
}
.clp-energy .table-wrap table tr:hover td {
  background: rgba(94, 180, 180, 0.1);
}
.page-menu.clp-energy .reporting .item-reporting {
  background: rgba(94, 180, 180, 1);
}
.page-menu.clp-energy .more-links .links-list.a-bg-white li a:hover, .page-menu.clp-energy .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(94, 180, 180, 1);
}
.page-menu.clp-energy .more-links .links-list li a {
  color: rgba(94, 180, 180, 1);
}

.clp-workforce .ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(201, 158, 95, 1) 170.78%);
}
.clp-workforce .introduction, .clp-workforce .main-section-n h2 a.link-title, .clp-workforce .main-section-n h2, .clp-workforce .main-section-n h4, .clp-workforce .ban-top-n h1, .clp-workforce a.read-more-btn, .clp-workforce .intro-n p {
  color: rgba(201, 158, 95, 1);
}
.clp-workforce .accordion .panel-title a h4, .clp-workforce .awards-item h5, .clp-workforce .awards-item p strong, .clp-workforce .main-section-n h3:not(.withline) {
  color: rgba(201, 158, 95, 1);
}
.clp-workforce .accordion .panel-title a .la, .clp-workforce .accordion .btn-close a {
  color: rgba(201, 158, 95, 1);
}
.clp-workforce a.read-more-btn, .clp-workforce .accordion .panel, .clp-workforce .awards-item, .clp-workforce .aem-Grid-Content2, .clp-workforce .why-material {
  background: rgba(201, 158, 95, 0.1);
}
.clp-workforce .table-wrap table th {
  background: rgba(201, 158, 95, 1);
}
.clp-workforce a.read-more-btn, .clp-workforce .nav-second{
  color: #ffffff;
  background: rgba(201, 158, 95, 1);
}
 .clp-workforce .nav-second.dropdown-style p {
  color: #ffffff;
 }
.clp-workforce .main-section-n h2 a.link-title svg circle {
  fill: rgba(201, 158, 95, 1);
}
.clp-workforce .why-material a.read-more-btn {
  background: rgba(201, 158, 95, 1);
  color: #ffffff;
}
.clp-workforce .why-material .read-more-btn i path {
  stroke:#ffffff;
}
.clp-workforce .table-wrap table td {
  border-bottom: 1px solid rgba(201, 158, 95, 1);
}
.clp-workforce .table-wrap table tr:hover td {
  background: rgba(201, 158, 95, 0.1);
}
.page-menu.clp-workforce .reporting .item-reporting {
  background: rgba(201, 158, 95, 1);
}
.page-menu.clp-workforce .more-links .links-list.a-bg-white li a:hover, .page-menu.clp-workforce .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(201, 158, 95, 1);
}
.page-menu.clp-workforce .more-links .links-list li a {
  color: rgba(201, 158, 95, 1);
}

.clp-operational .ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(152, 164, 165, 1) 170.78%);
}
.clp-operational .introduction, .clp-operational .main-section-n h2 a.link-title, .clp-operational .main-section-n h2, .clp-operational .main-section-n h4, .clp-operational .ban-top-n h1, .clp-operational a.read-more-btn, .clp-operational .intro-n p {
  color: rgba(152, 164, 165, 1);
}
.clp-operational .accordion .panel-title a h4, .clp-operational .awards-item h5, .clp-operational .awards-item p strong, .clp-operational .main-section-n h3:not(.withline) {
  color: rgba(152, 164, 165, 1);
}
.clp-operational .accordion .panel-title a .la, .clp-operational .accordion .btn-close a {
  color: rgba(152, 164, 165, 1);
}
.clp-operational a.read-more-btn, .clp-operational .accordion .panel, .clp-operational .awards-item, .clp-operational .aem-Grid-Content2, .clp-operational .why-material {
  background: rgba(152, 164, 165, 0.1);
}
.clp-operational .table-wrap table th {
  background: rgba(152, 164, 165, 1);
}
.clp-operational a.read-more-btn, .clp-operational .nav-second{
  color: #ffffff;
  background: rgba(152, 164, 165, 1);
}
 .clp-operational .nav-second.dropdown-style p {
  color: #ffffff;
 }
.clp-operational .main-section-n h2 a.link-title svg circle {
  fill: rgba(152, 164, 165, 1);
}
.clp-operational .why-material a.read-more-btn {
  background: rgba(152, 164, 165, 1);
  color: #ffffff;
}
.clp-operational .why-material .read-more-btn i path {
  stroke:#ffffff;
}
.clp-operational .table-wrap table td {
  border-bottom: 1px solid rgba(152, 164, 165, 1);
}
.clp-operational .table-wrap table tr:hover td {
  background: rgba(152, 164, 165, 0.1);
}
.page-menu.clp-operational .reporting .item-reporting {
  background: rgba(152, 164, 165, 1);
}
.page-menu.clp-operational .more-links .links-list.a-bg-white li a:hover, .page-menu.clp-operational .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(152, 164, 165, 1);
}
.page-menu.clp-operational .more-links .links-list li a {
  color: rgba(152, 164, 165, 1);
}

.clp-net-zero .ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(153, 178, 98, 1) 170.78%);
}
.clp-net-zero .introduction, .clp-net-zero .main-section-n h2 a.link-title, .clp-net-zero .main-section-n h2, .clp-net-zero .main-section-n h4, .clp-net-zero .ban-top-n h1, .clp-net-zero a.read-more-btn, .clp-net-zero .intro-n p {
  color: rgba(153, 178, 98, 1);
}
.clp-net-zero .accordion .panel-title a h4, .clp-net-zero .awards-item h5, .clp-net-zero .awards-item p strong, .clp-net-zero .main-section-n h3:not(.withline) {
  color: rgba(153, 178, 98, 1);
}
.clp-net-zero .accordion .panel-title a .la, .clp-net-zero .accordion .btn-close a {
  color: rgba(153, 178, 98, 1);
}
.clp-net-zero a.read-more-btn, .clp-net-zero .accordion .panel, .clp-net-zero .awards-item, .clp-net-zero .aem-Grid-Content2, .clp-net-zero .why-material {
  background: rgba(153, 178, 98, 0.1);
}
.clp-net-zero .table-wrap table th {
  background: rgba(153, 178, 98, 1);
}
.clp-net-zero a.read-more-btn, .clp-net-zero .nav-second{
  color: #ffffff;
  background: rgba(153, 178, 98, 1);
}
 .clp-net-zero .nav-second.dropdown-style p {
  color: #ffffff;
 }
.clp-net-zero .main-section-n h2 a.link-title svg circle {
  fill: rgba(153, 178, 98, 1);
}
.clp-net-zero .why-material a.read-more-btn {
  background: rgba(153, 178, 98, 1);
  color: #ffffff;
}
.clp-net-zero .why-material .read-more-btn i path {
  stroke:#ffffff;
}
.clp-net-zero .table-wrap table td {
  border-bottom: 1px solid rgba(153, 178, 98, 1);
}
.clp-net-zero .table-wrap table tr:hover td {
  background: rgba(153, 178, 98, 0.1);
}
.page-menu.clp-net-zero .reporting .item-reporting {
  background: rgba(153, 178, 98, 1);
}
.page-menu.clp-net-zero .more-links .links-list.a-bg-white li a:hover, .page-menu.clp-net-zero .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(153, 178, 98, 1);
}
.page-menu.clp-net-zero .more-links .links-list li a {
  color: rgba(153, 178, 98, 1);
}

#overview a.link-title {
  color: #ffffff;
}

#sustainability-page .ban-top-n h1, #sustainability-page .introduction  {
  color: #6B849D;
}
.signature1>*:last-child {
    margin-top: 30px;
}

[cv-output-class="themeColor-A"].ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(107, 132, 157, 1) 170.78%);
}
[cv-output-class="themeColor-A"] .introduction, [cv-output-class="themeColor-A"].main-section-n h2 a.link-title, [cv-output-class="themeColor-A"].main-section-n h2, [cv-output-class="themeColor-A"].main-section-n h4, [cv-output-class="themeColor-A"].ban-top-n h1, [cv-output-class="themeColor-A"] a.read-more-btn, [cv-output-class="themeColor-A"] .intro-n p {
  color: rgba(107, 132, 157, 1);
}
[cv-output-class="themeColor-A"] .accordion .panel-title a h4, [cv-output-class="themeColor-A"] .awards-item h5, [cv-output-class="themeColor-A"] .awards-item p strong, [cv-output-class="themeColor-A"].main-section-n h3:not(.withline) {
  color: rgba(107, 132, 157, 1);
}
[cv-output-class="themeColor-A"] .accordion .panel-title a .la, [cv-output-class="themeColor-A"] .accordion .btn-close a {
  color: rgba(107, 132, 157, 1);
}
[cv-output-class="themeColor-A"] a.read-more-btn, [cv-output-class="themeColor-A"] .accordion .panel, [cv-output-class="themeColor-A"] .awards-item, [cv-output-class="themeColor-A"] .aem-Grid-Content2, [cv-output-class="themeColor-A"] .why-material {
  background: rgba(107, 132, 157, 0.1);
}
[cv-output-class="themeColor-A"] .table-wrap table th {
  background: rgba(107, 132, 157, 1);
}
[cv-output-class="themeColor-A"] a.read-more-btn, [cv-output-class="themeColor-A"] .nav-second{
  color: #ffffff;
  background: rgba(107, 132, 157, 1);
}
 [cv-output-class="themeColor-A"] .nav-second.dropdown-style p {
  color: #ffffff;
 }
[cv-output-class="themeColor-A"].main-section-n h2 a.link-title svg circle {
  fill: rgba(107, 132, 157, 1);
}
[cv-output-class="themeColor-A"] .read-more-btn i path {

}
[cv-output-class="themeColor-A"] .why-material a.read-more-btn {
  background: rgba(107, 132, 157, 1);
  color: #ffffff;
}
[cv-output-class="themeColor-A"] .why-material .read-more-btn i path {
  stroke:#ffffff;
}
[cv-output-class="themeColor-A"] .table-wrap table td {
  border-bottom: 1px solid rgba(107, 132, 157, 1);
}
[cv-output-class="themeColor-A"] .table-wrap table tr:hover td {
  background: rgba(107, 132, 157, 0.1);
}
.page-menu [cv-output-class="themeColor-A"] .reporting .item-reporting {
  background: rgba(107, 132, 157, 1);
}
.page-menu [cv-output-class="themeColor-A"] .more-links .links-list.a-bg-white li a:hover, .page-menu [cv-output-class="themeColor-A"] .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(107, 132, 157, 1);
}
.page-menu [cv-output-class="themeColor-A"] .more-links .links-list li a {
  color: rgba(107, 132, 157, 1);
}


[cv-output-class="themeColor-B"].ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(216, 190, 100, 1) 170.78%);
}
[cv-output-class="themeColor-B"] .introduction, [cv-output-class="themeColor-B"].main-section-n h2 a.link-title, [cv-output-class="themeColor-B"].main-section-n h2, [cv-output-class="themeColor-B"].main-section-n h4, [cv-output-class="themeColor-B"].ban-top-n h1, [cv-output-class="themeColor-B"] a.read-more-btn, [cv-output-class="themeColor-B"] .intro-n p {
  color: rgba(216, 190, 100, 1);
}
[cv-output-class="themeColor-B"] .accordion .panel-title a h4, [cv-output-class="themeColor-B"] .awards-item h5, [cv-output-class="themeColor-B"] .awards-item p strong, [cv-output-class="themeColor-B"].main-section-n h3:not(.withline) {
  color: rgba(216, 190, 100, 1);
}
[cv-output-class="themeColor-B"] .accordion .panel-title a .la, [cv-output-class="themeColor-B"] .accordion .btn-close a {
  color: rgba(216, 190, 100, 1);
}
[cv-output-class="themeColor-B"] a.read-more-btn, [cv-output-class="themeColor-B"] .accordion .panel, [cv-output-class="themeColor-B"] .awards-item, [cv-output-class="themeColor-B"] .aem-Grid-Content2, [cv-output-class="themeColor-B"] .why-material {
  background: rgba(216, 190, 100, 0.1);
}
[cv-output-class="themeColor-B"] .table-wrap table th {
  background: rgba(216, 190, 100, 1);
}
[cv-output-class="themeColor-B"] a.read-more-btn, [cv-output-class="themeColor-B"] .nav-second{
  color: #ffffff;
  background: rgba(216, 190, 100, 1);
}
 [cv-output-class="themeColor-B"] .nav-second.dropdown-style p {
  color: #ffffff;
 }
[cv-output-class="themeColor-B"].main-section-n h2 a.link-title svg circle {
  fill: rgba(216, 190, 100, 1);
}
[cv-output-class="themeColor-B"] .read-more-btn i path {

}
[cv-output-class="themeColor-B"] .why-material a.read-more-btn {
  background: rgba(216, 190, 100, 1);
  color: #ffffff;
}
[cv-output-class="themeColor-B"] .why-material .read-more-btn i path {
  stroke:#ffffff;
}
[cv-output-class="themeColor-B"] .table-wrap table td {
  border-bottom: 1px solid rgba(216, 190, 100, 1);
}
[cv-output-class="themeColor-B"] .table-wrap table tr:hover td {
  background: rgba(216, 190, 100, 0.1);
}
.page-menu [cv-output-class="themeColor-B"] .reporting .item-reporting {
  background: rgba(216, 190, 100, 1);
}
.page-menu [cv-output-class="themeColor-B"] .more-links .links-list.a-bg-white li a:hover, .page-menu [cv-output-class="themeColor-B"] .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(216, 190, 100, 1);
}
.page-menu [cv-output-class="themeColor-B"] .more-links .links-list li a {
  color: rgba(216, 190, 100, 1);
}


[cv-output-class="themeColor-C"].ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(225, 178, 138, 1) 170.78%);
}
[cv-output-class="themeColor-C"] .introduction, [cv-output-class="themeColor-C"].main-section-n h2 a.link-title, [cv-output-class="themeColor-C"].main-section-n h2, [cv-output-class="themeColor-C"].main-section-n h4, [cv-output-class="themeColor-C"].ban-top-n h1, [cv-output-class="themeColor-C"] a.read-more-btn, [cv-output-class="themeColor-C"] .intro-n p {
  color: rgba(225, 178, 138, 1);
}
[cv-output-class="themeColor-C"] .accordion .panel-title a h4, [cv-output-class="themeColor-C"] .awards-item h5, [cv-output-class="themeColor-C"] .awards-item p strong, [cv-output-class="themeColor-C"].main-section-n h3:not(.withline) {
  color: rgba(225, 178, 138, 1);
}
[cv-output-class="themeColor-C"] .accordion .panel-title a .la, [cv-output-class="themeColor-C"] .accordion .btn-close a {
  color: rgba(225, 178, 138, 1);
}
[cv-output-class="themeColor-C"] a.read-more-btn, [cv-output-class="themeColor-C"] .accordion .panel, [cv-output-class="themeColor-C"] .awards-item, [cv-output-class="themeColor-C"] .aem-Grid-Content2, [cv-output-class="themeColor-C"] .why-material {
  background: rgba(225, 178, 138, 0.1);
}
[cv-output-class="themeColor-C"] .table-wrap table th {
  background: rgba(225, 178, 138, 1);
}
[cv-output-class="themeColor-C"] a.read-more-btn, [cv-output-class="themeColor-C"] .nav-second{
  color: #ffffff;
  background: rgba(225, 178, 138, 1);
}
 [cv-output-class="themeColor-C"] .nav-second.dropdown-style p {
  color: #ffffff;
 }
[cv-output-class="themeColor-C"].main-section-n h2 a.link-title svg circle {
  fill: rgba(225, 178, 138, 1);
}
[cv-output-class="themeColor-C"] .read-more-btn i path {

}
[cv-output-class="themeColor-C"] .why-material a.read-more-btn {
  background: rgba(225, 178, 138, 1);
  color: #ffffff;
}
[cv-output-class="themeColor-C"] .why-material .read-more-btn i path {
  stroke:#ffffff;
}
[cv-output-class="themeColor-C"] .table-wrap table td {
  border-bottom: 1px solid rgba(225, 178, 138, 1);
}
[cv-output-class="themeColor-C"] .table-wrap table tr:hover td {
  background: rgba(225, 178, 138, 0.1);
}
.page-menu [cv-output-class="themeColor-C"] .reporting .item-reporting {
  background: rgba(225, 178, 138, 1);
}
.page-menu [cv-output-class="themeColor-C"] .more-links .links-list.a-bg-white li a:hover, .page-menu [cv-output-class="themeColor-C"] .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(225, 178, 138, 1);
}
.page-menu [cv-output-class="themeColor-C"] .more-links .links-list li a {
  color: rgba(225, 178, 138, 1);
}


[cv-output-class="themeColor-D"].ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(168, 181, 153, 1) 170.78%);
}
[cv-output-class="themeColor-D"] .introduction, [cv-output-class="themeColor-D"].main-section-n h2 a.link-title, [cv-output-class="themeColor-D"].main-section-n h2, [cv-output-class="themeColor-D"].main-section-n h4, [cv-output-class="themeColor-D"].ban-top-n h1, [cv-output-class="themeColor-D"] a.read-more-btn, [cv-output-class="themeColor-D"] .intro-n p {
  color: rgba(168, 181, 153, 1);
}
[cv-output-class="themeColor-D"] .accordion .panel-title a h4, [cv-output-class="themeColor-D"] .awards-item h5, [cv-output-class="themeColor-D"] .awards-item p strong, [cv-output-class="themeColor-D"].main-section-n h3:not(.withline) {
  color: rgba(168, 181, 153, 1);
}
[cv-output-class="themeColor-D"] .accordion .panel-title a .la, [cv-output-class="themeColor-D"] .accordion .btn-close a {
  color: rgba(168, 181, 153, 1);
}
[cv-output-class="themeColor-D"] a.read-more-btn, [cv-output-class="themeColor-D"] .accordion .panel, [cv-output-class="themeColor-D"] .awards-item, [cv-output-class="themeColor-D"] .aem-Grid-Content2, [cv-output-class="themeColor-D"] .why-material {
  background: rgba(168, 181, 153, 0.1);
}
[cv-output-class="themeColor-D"] .table-wrap table th {
  background: rgba(168, 181, 153, 1);
}
[cv-output-class="themeColor-D"] a.read-more-btn, [cv-output-class="themeColor-D"] .nav-second{
  color: #ffffff;
  background: rgba(168, 181, 153, 1);
}
 [cv-output-class="themeColor-D"] .nav-second.dropdown-style p {
  color: #ffffff;
 }
[cv-output-class="themeColor-D"].main-section-n h2 a.link-title svg circle {
  fill: rgba(168, 181, 153, 1);
}
[cv-output-class="themeColor-D"] .read-more-btn i path {

}
[cv-output-class="themeColor-D"] .why-material a.read-more-btn {
  background: rgba(168, 181, 153, 1);
  color: #ffffff;
}
[cv-output-class="themeColor-D"] .why-material .read-more-btn i path {
  stroke:#ffffff;
}
[cv-output-class="themeColor-D"] .table-wrap table td {
  border-bottom: 1px solid rgba(168, 181, 153, 1);
}
[cv-output-class="themeColor-D"] .table-wrap table tr:hover td {
  background: rgba(168, 181, 153, 0.1);
}
.page-menu [cv-output-class="themeColor-D"] .reporting .item-reporting {
  background: rgba(168, 181, 153, 1);
}
.page-menu [cv-output-class="themeColor-D"] .more-links .links-list.a-bg-white li a:hover, .page-menu [cv-output-class="themeColor-D"] .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(168, 181, 153, 1);
}
.page-menu [cv-output-class="themeColor-D"] .more-links .links-list li a {
  color: rgba(168, 181, 153, 1);
}


[cv-output-class="themeColor-E"].ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(118, 166, 154, 1) 170.78%);
}
[cv-output-class="themeColor-E"] .introduction, [cv-output-class="themeColor-E"].main-section-n h2 a.link-title, [cv-output-class="themeColor-E"].main-section-n h2, [cv-output-class="themeColor-E"].main-section-n h4, [cv-output-class="themeColor-E"].ban-top-n h1, [cv-output-class="themeColor-E"] a.read-more-btn, [cv-output-class="themeColor-E"] .intro-n p {
  color: rgba(118, 166, 154, 1);
}
[cv-output-class="themeColor-E"] .accordion .panel-title a h4, [cv-output-class="themeColor-E"] .awards-item h5, [cv-output-class="themeColor-E"] .awards-item p strong, [cv-output-class="themeColor-E"].main-section-n h3:not(.withline) {
  color: rgba(118, 166, 154, 1);
}
[cv-output-class="themeColor-E"] .accordion .panel-title a .la, [cv-output-class="themeColor-E"] .accordion .btn-close a {
  color: rgba(118, 166, 154, 1);
}
[cv-output-class="themeColor-E"] a.read-more-btn, [cv-output-class="themeColor-E"] .accordion .panel, [cv-output-class="themeColor-E"] .awards-item, [cv-output-class="themeColor-E"] .aem-Grid-Content2, [cv-output-class="themeColor-E"] .why-material {
  background: rgba(118, 166, 154, 0.1);
}
[cv-output-class="themeColor-E"] .table-wrap table th {
  background: rgba(118, 166, 154, 1);
}
[cv-output-class="themeColor-E"] a.read-more-btn, [cv-output-class="themeColor-E"] .nav-second{
  color: #ffffff;
  background: rgba(118, 166, 154, 1);
}
 [cv-output-class="themeColor-E"] .nav-second.dropdown-style p {
  color: #ffffff;
 }
[cv-output-class="themeColor-E"].main-section-n h2 a.link-title svg circle {
  fill: rgba(118, 166, 154, 1);
}
[cv-output-class="themeColor-E"] .read-more-btn i path {

}
[cv-output-class="themeColor-E"] .why-material a.read-more-btn {
  background: rgba(118, 166, 154, 1);
  color: #ffffff;
}
[cv-output-class="themeColor-E"] .why-material .read-more-btn i path {
  stroke:#ffffff;
}
[cv-output-class="themeColor-E"] .table-wrap table td {
  border-bottom: 1px solid rgba(118, 166, 154, 1);
}
[cv-output-class="themeColor-E"] .table-wrap table tr:hover td {
  background: rgba(118, 166, 154, 0.1);
}
.page-menu [cv-output-class="themeColor-E"] .reporting .item-reporting {
  background: rgba(118, 166, 154, 1);
}
.page-menu [cv-output-class="themeColor-E"] .more-links .links-list.a-bg-white li a:hover, .page-menu [cv-output-class="themeColor-E"] .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(118, 166, 154, 1);
}
.page-menu [cv-output-class="themeColor-E"] .more-links .links-list li a {
  color: rgba(118, 166, 154, 1);
}


[cv-output-class="themeColor-F"].ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(184, 114, 76, 1) 170.78%);
}
[cv-output-class="themeColor-F"] .introduction, [cv-output-class="themeColor-F"].main-section-n h2 a.link-title, [cv-output-class="themeColor-F"].main-section-n h2, [cv-output-class="themeColor-F"].main-section-n h4, [cv-output-class="themeColor-F"].ban-top-n h1, [cv-output-class="themeColor-F"] a.read-more-btn, [cv-output-class="themeColor-F"] .intro-n p {
  color: rgba(184, 114, 76, 1);
}
[cv-output-class="themeColor-F"] .accordion .panel-title a h4, [cv-output-class="themeColor-F"] .awards-item h5, [cv-output-class="themeColor-F"] .awards-item p strong, [cv-output-class="themeColor-F"].main-section-n h3:not(.withline) {
  color: rgba(184, 114, 76, 1);
}
[cv-output-class="themeColor-F"] .accordion .panel-title a .la, [cv-output-class="themeColor-F"] .accordion .btn-close a {
  color: rgba(184, 114, 76, 1);
}
[cv-output-class="themeColor-F"] a.read-more-btn, [cv-output-class="themeColor-F"] .accordion .panel, [cv-output-class="themeColor-F"] .awards-item, [cv-output-class="themeColor-F"] .aem-Grid-Content2, [cv-output-class="themeColor-F"] .why-material {
  background: rgba(184, 114, 76, 0.1);
}
[cv-output-class="themeColor-F"] .table-wrap table th {
  background: rgba(184, 114, 76, 1);
}
[cv-output-class="themeColor-F"] a.read-more-btn, [cv-output-class="themeColor-F"] .nav-second{
  color: #ffffff;
  background: rgba(184, 114, 76, 1);
}
 [cv-output-class="themeColor-F"] .nav-second.dropdown-style p {
  color: #ffffff;
 }
[cv-output-class="themeColor-F"].main-section-n h2 a.link-title svg circle {
  fill: rgba(184, 114, 76, 1);
}
[cv-output-class="themeColor-F"] .read-more-btn i path {

}
[cv-output-class="themeColor-F"] .why-material a.read-more-btn {
  background: rgba(184, 114, 76, 1);
  color: #ffffff;
}
[cv-output-class="themeColor-F"] .why-material .read-more-btn i path {
  stroke:#ffffff;
}
[cv-output-class="themeColor-F"] .table-wrap table td {
  border-bottom: 1px solid rgba(184, 114, 76, 1);
}
[cv-output-class="themeColor-F"] .table-wrap table tr:hover td {
  background: rgba(184, 114, 76, 0.1);
}
.page-menu [cv-output-class="themeColor-F"] .reporting .item-reporting {
  background: rgba(184, 114, 76, 1);
}
.page-menu [cv-output-class="themeColor-F"] .more-links .links-list.a-bg-white li a:hover, .page-menu [cv-output-class="themeColor-F"] .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(184, 114, 76, 1);
}
.page-menu [cv-output-class="themeColor-F"] .more-links .links-list li a {
  color: rgba(184, 114, 76, 1);
}


[cv-output-class="themeColor-G"].ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(153, 178, 98, 1) 170.78%);
}
[cv-output-class="themeColor-G"] .introduction, [cv-output-class="themeColor-G"].main-section-n h2 a.link-title, [cv-output-class="themeColor-G"].main-section-n h2, [cv-output-class="themeColor-G"].main-section-n h4, [cv-output-class="themeColor-G"].ban-top-n h1, [cv-output-class="themeColor-G"] a.read-more-btn, [cv-output-class="themeColor-G"] .intro-n p {
  color: rgba(153, 178, 98, 1);
}
[cv-output-class="themeColor-G"] .accordion .panel-title a h4, [cv-output-class="themeColor-G"] .awards-item h5, [cv-output-class="themeColor-G"] .awards-item p strong, [cv-output-class="themeColor-G"].main-section-n h3:not(.withline) {
  color: rgba(153, 178, 98, 1);
}
[cv-output-class="themeColor-G"] .accordion .panel-title a .la, [cv-output-class="themeColor-G"] .accordion .btn-close a {
  color: rgba(153, 178, 98, 1);
}
[cv-output-class="themeColor-G"] a.read-more-btn, [cv-output-class="themeColor-G"] .accordion .panel, [cv-output-class="themeColor-G"] .awards-item, [cv-output-class="themeColor-G"] .aem-Grid-Content2, [cv-output-class="themeColor-G"] .why-material {
  background: rgba(153, 178, 98, 0.1);
}
[cv-output-class="themeColor-G"] .table-wrap table th {
  background: rgba(153, 178, 98, 1);
}
[cv-output-class="themeColor-G"] a.read-more-btn, [cv-output-class="themeColor-G"] .nav-second{
  color: #ffffff;
  background: rgba(153, 178, 98, 1);
}
 [cv-output-class="themeColor-G"] .nav-second.dropdown-style p {
  color: #ffffff;
 }
[cv-output-class="themeColor-G"].main-section-n h2 a.link-title svg circle {
  fill: rgba(153, 178, 98, 1);
}
[cv-output-class="themeColor-G"] .read-more-btn i path {

}
[cv-output-class="themeColor-G"] .why-material a.read-more-btn {
  background: rgba(153, 178, 98, 1);
  color: #ffffff;
}
[cv-output-class="themeColor-G"] .why-material .read-more-btn i path {
  stroke:#ffffff;
}
[cv-output-class="themeColor-G"] .table-wrap table td {
  border-bottom: 1px solid rgba(153, 178, 98, 1);
}
[cv-output-class="themeColor-G"] .table-wrap table tr:hover td {
  background: rgba(153, 178, 98, 0.1);
}
.page-menu [cv-output-class="themeColor-G"] .reporting .item-reporting {
  background: rgba(153, 178, 98, 1);
}
.page-menu [cv-output-class="themeColor-G"] .more-links .links-list.a-bg-white li a:hover, .page-menu [cv-output-class="themeColor-G"] .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(153, 178, 98, 1);
}
.page-menu [cv-output-class="themeColor-G"] .more-links .links-list li a {
  color: rgba(153, 178, 98, 1);
}


[cv-output-class="themeColor-H"].ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(94, 180, 180, 1) 170.78%);
}
[cv-output-class="themeColor-H"] .introduction, [cv-output-class="themeColor-H"].main-section-n h2 a.link-title, [cv-output-class="themeColor-H"].main-section-n h2, [cv-output-class="themeColor-H"].main-section-n h4, [cv-output-class="themeColor-H"].ban-top-n h1, [cv-output-class="themeColor-H"] a.read-more-btn, [cv-output-class="themeColor-H"] .intro-n p {
  color: rgba(94, 180, 180, 1);
}
[cv-output-class="themeColor-H"] .accordion .panel-title a h4, [cv-output-class="themeColor-H"] .awards-item h5, [cv-output-class="themeColor-H"] .awards-item p strong, [cv-output-class="themeColor-H"].main-section-n h3:not(.withline) {
  color: rgba(94, 180, 180, 1);
}
[cv-output-class="themeColor-H"] .accordion .panel-title a .la, [cv-output-class="themeColor-H"] .accordion .btn-close a {
  color: rgba(94, 180, 180, 1);
}
[cv-output-class="themeColor-H"] a.read-more-btn, [cv-output-class="themeColor-H"] .accordion .panel, [cv-output-class="themeColor-H"] .awards-item, [cv-output-class="themeColor-H"] .aem-Grid-Content2, [cv-output-class="themeColor-H"] .why-material {
  background: rgba(94, 180, 180, 0.1);
}
[cv-output-class="themeColor-H"] .table-wrap table th {
  background: rgba(94, 180, 180, 1);
}
[cv-output-class="themeColor-H"] a.read-more-btn, [cv-output-class="themeColor-H"] .nav-second{
  color: #ffffff;
  background: rgba(94, 180, 180, 1);
}
 [cv-output-class="themeColor-H"] .nav-second.dropdown-style p {
  color: #ffffff;
 }
[cv-output-class="themeColor-H"].main-section-n h2 a.link-title svg circle {
  fill: rgba(94, 180, 180, 1);
}
[cv-output-class="themeColor-H"] .read-more-btn i path {

}
[cv-output-class="themeColor-H"] .why-material a.read-more-btn {
  background: rgba(94, 180, 180, 1);
  color: #ffffff;
}
[cv-output-class="themeColor-H"] .why-material .read-more-btn i path {
  stroke:#ffffff;
}
[cv-output-class="themeColor-H"] .table-wrap table td {
  border-bottom: 1px solid rgba(94, 180, 180, 1);
}
[cv-output-class="themeColor-H"] .table-wrap table tr:hover td {
  background: rgba(94, 180, 180, 0.1);
}
.page-menu [cv-output-class="themeColor-H"] .reporting .item-reporting {
  background: rgba(94, 180, 180, 1);
}
.page-menu [cv-output-class="themeColor-H"] .more-links .links-list.a-bg-white li a:hover, .page-menu [cv-output-class="themeColor-H"] .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(94, 180, 180, 1);
}
.page-menu [cv-output-class="themeColor-H"] .more-links .links-list li a {
  color: rgba(94, 180, 180, 1);
}


[cv-output-class="themeColor-I"].ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(88, 144,  147, 1) 170.78%);
}
[cv-output-class="themeColor-I"] .introduction, [cv-output-class="themeColor-I"].main-section-n h2 a.link-title, [cv-output-class="themeColor-I"].main-section-n h2, [cv-output-class="themeColor-I"].main-section-n h4, [cv-output-class="themeColor-I"].ban-top-n h1, [cv-output-class="themeColor-I"] a.read-more-btn, [cv-output-class="themeColor-I"] .intro-n p {
  color: rgba(88, 144,  147, 1);
}
[cv-output-class="themeColor-I"] .accordion .panel-title a h4, [cv-output-class="themeColor-I"] .awards-item h5, [cv-output-class="themeColor-I"] .awards-item p strong, [cv-output-class="themeColor-I"].main-section-n h3:not(.withline) {
  color: rgba(88, 144,  147, 1);
}
[cv-output-class="themeColor-I"] .accordion .panel-title a .la, [cv-output-class="themeColor-I"] .accordion .btn-close a {
  color: rgba(88, 144,  147, 1);
}
[cv-output-class="themeColor-I"] a.read-more-btn, [cv-output-class="themeColor-I"] .accordion .panel, [cv-output-class="themeColor-I"] .awards-item, [cv-output-class="themeColor-I"] .aem-Grid-Content2, [cv-output-class="themeColor-I"] .why-material {
  background: rgba(88, 144,  147, 0.1);
}
[cv-output-class="themeColor-I"] .table-wrap table th {
  background: rgba(88, 144,  147, 1);
}
[cv-output-class="themeColor-I"] a.read-more-btn, [cv-output-class="themeColor-I"] .nav-second{
  color: #ffffff;
  background: rgba(88, 144,  147, 1);
}
 [cv-output-class="themeColor-I"] .nav-second.dropdown-style p {
  color: #ffffff;
 }
[cv-output-class="themeColor-I"].main-section-n h2 a.link-title svg circle {
  fill: rgba(88, 144,  147, 1);
}
[cv-output-class="themeColor-I"] .read-more-btn i path {

}
[cv-output-class="themeColor-I"] .why-material a.read-more-btn {
  background: rgba(88, 144,  147, 1);
  color: #ffffff;
}
[cv-output-class="themeColor-I"] .why-material .read-more-btn i path {
  stroke:#ffffff;
}
[cv-output-class="themeColor-I"] .table-wrap table td {
  border-bottom: 1px solid rgba(88, 144,  147, 1);
}
[cv-output-class="themeColor-I"] .table-wrap table tr:hover td {
  background: rgba(88, 144,  147, 0.1);
}
.page-menu [cv-output-class="themeColor-I"] .reporting .item-reporting {
  background: rgba(88, 144,  147, 1);
}
.page-menu [cv-output-class="themeColor-I"] .more-links .links-list.a-bg-white li a:hover, .page-menu [cv-output-class="themeColor-I"] .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(88, 144,  147, 1);
}
.page-menu [cv-output-class="themeColor-I"] .more-links .links-list li a {
  color: rgba(88, 144,  147, 1);
}


[cv-output-class="themeColor-J"].ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(201, 158, 95, 1) 170.78%);
}
[cv-output-class="themeColor-J"] .introduction, [cv-output-class="themeColor-J"].main-section-n h2 a.link-title, [cv-output-class="themeColor-J"].main-section-n h2, [cv-output-class="themeColor-J"].main-section-n h4, [cv-output-class="themeColor-J"].ban-top-n h1, [cv-output-class="themeColor-J"] a.read-more-btn, [cv-output-class="themeColor-J"] .intro-n p {
  color: rgba(201, 158, 95, 1);
}
[cv-output-class="themeColor-J"] .accordion .panel-title a h4, [cv-output-class="themeColor-J"] .awards-item h5, [cv-output-class="themeColor-J"] .awards-item p strong, [cv-output-class="themeColor-J"].main-section-n h3:not(.withline) {
  color: rgba(201, 158, 95, 1);
}
[cv-output-class="themeColor-J"] .accordion .panel-title a .la, [cv-output-class="themeColor-J"] .accordion .btn-close a {
  color: rgba(201, 158, 95, 1);
}
[cv-output-class="themeColor-J"] a.read-more-btn, [cv-output-class="themeColor-J"] .accordion .panel, [cv-output-class="themeColor-J"] .awards-item, [cv-output-class="themeColor-J"] .aem-Grid-Content2, [cv-output-class="themeColor-J"] .why-material {
  background: rgba(201, 158, 95, 0.1);
}
[cv-output-class="themeColor-J"] .table-wrap table th {
  background: rgba(201, 158, 95, 1);
}
[cv-output-class="themeColor-J"] a.read-more-btn, [cv-output-class="themeColor-J"] .nav-second{
  color: #ffffff;
  background: rgba(201, 158, 95, 1);
}
 [cv-output-class="themeColor-J"] .nav-second.dropdown-style p {
  color: #ffffff;
 }
[cv-output-class="themeColor-J"].main-section-n h2 a.link-title svg circle {
  fill: rgba(201, 158, 95, 1);
}
[cv-output-class="themeColor-J"] .read-more-btn i path {

}
[cv-output-class="themeColor-J"] .why-material a.read-more-btn {
  background: rgba(201, 158, 95, 1);
  color: #ffffff;
}
[cv-output-class="themeColor-J"] .why-material .read-more-btn i path {
  stroke:#ffffff;
}
[cv-output-class="themeColor-J"] .table-wrap table td {
  border-bottom: 1px solid rgba(201, 158, 95, 1);
}
[cv-output-class="themeColor-J"] .table-wrap table tr:hover td {
  background: rgba(201, 158, 95, 0.1);
}
.page-menu [cv-output-class="themeColor-J"] .reporting .item-reporting {
  background: rgba(201, 158, 95, 1);
}
.page-menu [cv-output-class="themeColor-J"] .more-links .links-list.a-bg-white li a:hover, .page-menu [cv-output-class="themeColor-J"] .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(201, 158, 95, 1);
}
.page-menu [cv-output-class="themeColor-J"] .more-links .links-list li a {
  color: rgba(201, 158, 95, 1);
}


[cv-output-class="themeColor-K"].ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(221, 147, 118, 1) 170.78%);
}
[cv-output-class="themeColor-K"] .introduction, [cv-output-class="themeColor-K"].main-section-n h2 a.link-title, [cv-output-class="themeColor-K"].main-section-n h2, [cv-output-class="themeColor-K"].main-section-n h4, [cv-output-class="themeColor-K"].ban-top-n h1, [cv-output-class="themeColor-K"] a.read-more-btn, [cv-output-class="themeColor-K"] .intro-n p {
  color: rgba(221, 147, 118, 1);
}
[cv-output-class="themeColor-K"] .accordion .panel-title a h4, [cv-output-class="themeColor-K"] .awards-item h5, [cv-output-class="themeColor-K"] .awards-item p strong, [cv-output-class="themeColor-K"].main-section-n h3:not(.withline) {
  color: rgba(221, 147, 118, 1);
}
[cv-output-class="themeColor-K"] .accordion .panel-title a .la, [cv-output-class="themeColor-K"] .accordion .btn-close a {
  color: rgba(221, 147, 118, 1);
}
[cv-output-class="themeColor-K"] a.read-more-btn, [cv-output-class="themeColor-K"] .accordion .panel, [cv-output-class="themeColor-K"] .awards-item, [cv-output-class="themeColor-K"] .aem-Grid-Content2, [cv-output-class="themeColor-K"] .why-material {
  background: rgba(221, 147, 118, 0.1);
}
[cv-output-class="themeColor-K"] .table-wrap table th {
  background: rgba(221, 147, 118, 1);
}
[cv-output-class="themeColor-K"] a.read-more-btn, [cv-output-class="themeColor-K"] .nav-second{
  color: #ffffff;
  background: rgba(221, 147, 118, 1);
}
 [cv-output-class="themeColor-K"] .nav-second.dropdown-style p {
  color: #ffffff;
 }
[cv-output-class="themeColor-K"].main-section-n h2 a.link-title svg circle {
  fill: rgba(221, 147, 118, 1);
}
[cv-output-class="themeColor-K"] .read-more-btn i path {

}
[cv-output-class="themeColor-K"] .why-material a.read-more-btn {
  background: rgba(221, 147, 118, 1);
  color: #ffffff;
}
[cv-output-class="themeColor-K"] .why-material .read-more-btn i path {
  stroke:#ffffff;
}
[cv-output-class="themeColor-K"] .table-wrap table td {
  border-bottom: 1px solid rgba(221, 147, 118, 1);
}
[cv-output-class="themeColor-K"] .table-wrap table tr:hover td {
  background: rgba(221, 147, 118, 0.1);
}
.page-menu [cv-output-class="themeColor-K"] .reporting .item-reporting {
  background: rgba(221, 147, 118, 1);
}
.page-menu [cv-output-class="themeColor-K"] .more-links .links-list.a-bg-white li a:hover, .page-menu [cv-output-class="themeColor-K"] .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(221, 147, 118, 1);
}
.page-menu [cv-output-class="themeColor-K"] .more-links .links-list li a {
  color: rgba(221, 147, 118, 1);
}


[cv-output-class="themeColor-O"].ban-top-n.bg-gradients-blue-grad1 {
  background: linear-gradient(90deg, #FFFFFF 15.6%, rgba(152, 164, 165, 1) 170.78%);
}
[cv-output-class="themeColor-O"] .introduction, [cv-output-class="themeColor-O"].main-section-n h2 a.link-title, [cv-output-class="themeColor-O"].main-section-n h2, [cv-output-class="themeColor-O"].main-section-n h4, [cv-output-class="themeColor-O"].ban-top-n h1, [cv-output-class="themeColor-O"] a.read-more-btn, [cv-output-class="themeColor-O"] .intro-n p {
  color: rgba(152, 164, 165, 1);
}
[cv-output-class="themeColor-O"] .accordion .panel-title a h4, [cv-output-class="themeColor-O"] .awards-item h5, [cv-output-class="themeColor-O"] .awards-item p strong, [cv-output-class="themeColor-O"].main-section-n h3:not(.withline) {
  color: rgba(152, 164, 165, 1);
}
[cv-output-class="themeColor-O"] .accordion .panel-title a .la, [cv-output-class="themeColor-O"] .accordion .btn-close a {
  color: rgba(152, 164, 165, 1);
}
[cv-output-class="themeColor-O"] a.read-more-btn, [cv-output-class="themeColor-O"] .accordion .panel, [cv-output-class="themeColor-O"] .awards-item, [cv-output-class="themeColor-O"] .aem-Grid-Content2, [cv-output-class="themeColor-O"] .why-material {
  background: rgba(152, 164, 165, 0.1);
}
[cv-output-class="themeColor-O"] .table-wrap table th {
  background: rgba(152, 164, 165, 1);
}
[cv-output-class="themeColor-O"] a.read-more-btn, [cv-output-class="themeColor-O"] .nav-second{
  color: #ffffff;
  background: rgba(152, 164, 165, 1);
}
 [cv-output-class="themeColor-O"] .nav-second.dropdown-style p {
  color: #ffffff;
 }
[cv-output-class="themeColor-O"].main-section-n h2 a.link-title svg circle {
  fill: rgba(152, 164, 165, 1);
}
[cv-output-class="themeColor-O"] .read-more-btn i path {

}
[cv-output-class="themeColor-O"] .why-material a.read-more-btn {
  background: rgba(152, 164, 165, 1);
  color: #ffffff;
}
[cv-output-class="themeColor-O"] .why-material .read-more-btn i path {
  stroke:#ffffff;
}
[cv-output-class="themeColor-O"] .table-wrap table td {
  border-bottom: 1px solid rgba(152, 164, 165, 1);
}
[cv-output-class="themeColor-O"] .table-wrap table tr:hover td {
  background: rgba(152, 164, 165, 0.1);
}
.page-menu [cv-output-class="themeColor-O"] .reporting .item-reporting {
  background: rgba(152, 164, 165, 1);
}
.page-menu [cv-output-class="themeColor-O"] .more-links .links-list.a-bg-white li a:hover, .page-menu [cv-output-class="themeColor-O"] .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(152, 164, 165, 1);
}
.page-menu [cv-output-class="themeColor-O"] .more-links .links-list li a {
  color: rgba(152, 164, 165, 1);
}


[cv-output-class="themeColor-L"].ban-top-n.bg-gradients-blue-grad2 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 15.6%, rgba(95, 178, 142, 1) 120.35%);
}
[cv-output-class="themeColor-L"].ban-top-n h1, [cv-output-class="themeColor-L"].main-section-n h2 a.link-title, [cv-output-class="themeColor-L"].image-section .infographic, [cv-output-class="themeColor-L"].main-section-n h2, [cv-output-class="themeColor-L"].introduction, [cv-output-class="themeColor-L"].main-section-n .img-download h3 {
  color: rgba(95, 178, 142, 1);
}
[cv-output-class="themeColor-L"] .accordion .panel-title a h4, [cv-output-class="themeColor-L"] .accordion .panel-title a .la, [cv-output-class="themeColor-L"].main-section-n h5, [cv-output-class="themeColor-L"].main-section-n h4.table-title {
  color: rgba(95, 178, 142, 1);
}
[cv-output-class="themeColor-L"] .accordion .btn-close a {
  color: rgba(95, 178, 142, 1);
}
[cv-output-class="themeColor-L"] p.image-section-title, [cv-output-class="themeColor-L"] .table-wrap table th {
  background: rgba(95, 178, 142, 1);
}
[cv-output-class="themeColor-L"] .accordion .panel {
  background: rgba(95, 178, 142, 0.1);
}
[cv-output-class="themeColor-L"] a.read-more-btn, [cv-output-class="themeColor-L"].wrap-nav .nav-second {
    background: rgba(95, 178, 142, 1);
}
[cv-output-class="themeColor-L"] .img-download {
  border-top: 1px solid rgba(95, 178, 142, 1);
}
[cv-output-class="themeColor-L"]#overview-page-top-1 {
  background: rgba(95, 178, 142, 0.75);
}
[cv-output-class="themeColor-L"] .table-wrap table tr:hover td {
  background-color: rgba(95, 178, 142, 0.15);
}
[cv-output-class="themeColor-L"]#overview-page-top-1.main-section-n .copy-link svg path {
    stroke: rgba(95, 178, 142, 1);
}
[cv-output-class="themeColor-L"].overview-section2 .copy-link svg circle {
    fill: rgba(95, 178, 142, 1);
}
.page-menu [cv-output-class="themeColor-L"] .reporting .item-reporting {
  background: rgba(95, 178, 142, 1);
}
.page-menu [cv-output-class="themeColor-L"] .more-links .links-list.a-bg-white li a:hover, .page-menu [cv-output-class="themeColor-L"] .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(95, 178, 142, 1);
}
.page-menu [cv-output-class="themeColor-L"] .more-links .links-list li a {
  color: rgba(95, 178, 142, 1);
}


[cv-output-class="themeColor-M"].ban-top-n.bg-gradients-blue-grad2 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 15.6%, rgba(211, 113, 108, 1) 120.35%);
}
[cv-output-class="themeColor-M"].ban-top-n h1, [cv-output-class="themeColor-M"].main-section-n h2 a.link-title, [cv-output-class="themeColor-M"].image-section .infographic, [cv-output-class="themeColor-M"].main-section-n h2, [cv-output-class="themeColor-M"].introduction, [cv-output-class="themeColor-M"].main-section-n .img-download h3 {
  color: rgba(211, 113, 108, 1);
}
[cv-output-class="themeColor-M"] .accordion .panel-title a h4, [cv-output-class="themeColor-M"] .accordion .panel-title a .la, [cv-output-class="themeColor-M"].main-section-n h5, [cv-output-class="themeColor-M"].main-section-n h4.table-title {
  color: rgba(211, 113, 108, 1);
}
[cv-output-class="themeColor-M"] .accordion .btn-close a {
  color: rgba(211, 113, 108, 1);
}
[cv-output-class="themeColor-M"] p.image-section-title, [cv-output-class="themeColor-M"] .table-wrap table th {
  background: rgba(211, 113, 108, 1);
}
[cv-output-class="themeColor-M"] .accordion .panel {
  background: rgba(211, 113, 108, 0.1);
}
[cv-output-class="themeColor-M"] a.read-more-btn, [cv-output-class="themeColor-M"].wrap-nav .nav-second {
    background: rgba(211, 113, 108, 1);
}
[cv-output-class="themeColor-M"] .img-download {
  border-top: 1px solid rgba(211, 113, 108, 1);
}
[cv-output-class="themeColor-M"]#overview-page-top-1 {
  background: rgba(211, 113, 108, 0.75);
}
[cv-output-class="themeColor-M"] .table-wrap table tr:hover td {
  background-color: rgba(211, 113, 108, 0.15);
}
[cv-output-class="themeColor-M"]#overview-page-top-1.main-section-n .copy-link svg path {
    stroke: rgba(211, 113, 108, 1);
}
[cv-output-class="themeColor-M"].overview-section2 .copy-link svg circle {
    fill: rgba(211, 113, 108, 1);
}
.page-menu [cv-output-class="themeColor-M"] .reporting .item-reporting {
  background: rgba(211, 113, 108, 1);
}
.page-menu [cv-output-class="themeColor-M"] .more-links .links-list.a-bg-white li a:hover, .page-menu [cv-output-class="themeColor-M"] .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(211, 113, 108, 1);
}
.page-menu [cv-output-class="themeColor-M"] .more-links .links-list li a {
  color: rgba(211, 113, 108, 1);
}


[cv-output-class="themeColor-N"].ban-top-n.bg-gradients-blue-grad2 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 15.6%, rgba(147, 177, 186, 1) 120.35%);
}
[cv-output-class="themeColor-N"].ban-top-n h1, [cv-output-class="themeColor-N"].main-section-n h2 a.link-title, [cv-output-class="themeColor-N"].image-section .infographic, [cv-output-class="themeColor-N"].main-section-n h2, [cv-output-class="themeColor-N"].introduction, [cv-output-class="themeColor-N"].main-section-n .img-download h3 {
  color: rgba(147, 177, 186, 1);
}
[cv-output-class="themeColor-N"] .accordion .panel-title a h4, [cv-output-class="themeColor-N"] .accordion .panel-title a .la, [cv-output-class="themeColor-N"].main-section-n h5, [cv-output-class="themeColor-N"].main-section-n h4.table-title {
  color: rgba(147, 177, 186, 1);
}
[cv-output-class="themeColor-N"] .accordion .btn-close a {
  color: rgba(147, 177, 186, 1);
}
[cv-output-class="themeColor-N"] p.image-section-title, [cv-output-class="themeColor-N"] .table-wrap table th {
  background: rgba(147, 177, 186, 1);
}
[cv-output-class="themeColor-N"] .accordion .panel {
  background: rgba(147, 177, 186, 0.1);
}
[cv-output-class="themeColor-N"] a.read-more-btn, [cv-output-class="themeColor-N"].wrap-nav .nav-second {
    background: rgba(147, 177, 186, 1);
}
[cv-output-class="themeColor-N"] .img-download {
  border-top: 1px solid rgba(147, 177, 186, 1);
}
[cv-output-class="themeColor-N"]#overview-page-top-1 {
  background: rgba(147, 177, 186, 0.75);
}
[cv-output-class="themeColor-N"] .table-wrap table tr:hover td {
  background-color: rgba(147, 177, 186, 0.15);
}
[cv-output-class="themeColor-N"]#overview-page-top-1.main-section-n .copy-link svg path {
    stroke: rgba(147, 177, 186, 1);
}
[cv-output-class="themeColor-N"].overview-section2 .copy-link svg circle {
    fill: rgba(147, 177, 186, 1);
}
.page-menu [cv-output-class="themeColor-N"] .reporting .item-reporting {
  background: rgba(147, 177, 186, 1);
}
.page-menu [cv-output-class="themeColor-N"] .more-links .links-list.a-bg-white li a:hover, .page-menu [cv-output-class="themeColor-N"] .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(147, 177, 186, 1);
}
.page-menu [cv-output-class="themeColor-N"] .more-links .links-list li a {
  color: rgba(147, 177, 186, 1);
}


[cv-output-class="themeColor-K"].ban-top-n.bg-gradients-blue-grad2 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 15.6%, rgba(221, 147, 118, 1) 120.35%);
}
[cv-output-class="themeColor-K"].ban-top-n h1, [cv-output-class="themeColor-K"].main-section-n h2 a.link-title, [cv-output-class="themeColor-K"].image-section .infographic, [cv-output-class="themeColor-K"].main-section-n h2, [cv-output-class="themeColor-K"].introduction, [cv-output-class="themeColor-K"].main-section-n .img-download h3 {
  color: rgba(221, 147, 118, 1);
}
[cv-output-class="themeColor-K"] .accordion .panel-title a h4, [cv-output-class="themeColor-K"] .accordion .panel-title a .la, [cv-output-class="themeColor-K"].main-section-n h5, [cv-output-class="themeColor-K"].main-section-n h4.table-title {
  color: rgba(221, 147, 118, 1);
}
[cv-output-class="themeColor-K"] .accordion .btn-close a {
  color: rgba(221, 147, 118, 1);
}
[cv-output-class="themeColor-K"] p.image-section-title, [cv-output-class="themeColor-K"] .table-wrap table th {
  background: rgba(221, 147, 118, 1);
}
[cv-output-class="themeColor-K"] .accordion .panel {
  background: rgba(221, 147, 118, 0.1);
}
[cv-output-class="themeColor-K"] a.read-more-btn, [cv-output-class="themeColor-K"].wrap-nav .nav-second {
    background: rgba(221, 147, 118, 1);
}
[cv-output-class="themeColor-K"] .img-download {
  border-top: 1px solid rgba(221, 147, 118, 1);
}
[cv-output-class="themeColor-K"]#overview-page-top-1 {
  background: rgba(221, 147, 118, 0.75);
}
[cv-output-class="themeColor-K"] .table-wrap table tr:hover td {
  background-color: rgba(221, 147, 118, 0.15);
}
[cv-output-class="themeColor-K"]#overview-page-top-1.main-section-n .copy-link svg path {
    stroke: rgba(221, 147, 118, 1);
}
[cv-output-class="themeColor-K"].overview-section2 .copy-link svg circle {
    fill: rgba(221, 147, 118, 1);
}
.page-menu [cv-output-class="themeColor-K"] .reporting .item-reporting {
  background: rgba(221, 147, 118, 1);
}
.page-menu [cv-output-class="themeColor-K"] .more-links .links-list.a-bg-white li a:hover, .page-menu [cv-output-class="themeColor-K"] .more-links .links-list.a-bg-blue li a:hover {
  background: rgba(221, 147, 118, 1);
}
.page-menu [cv-output-class="themeColor-K"] .more-links .links-list li a {
  color: rgba(221, 147, 118, 1);
}




@media screen and (max-height: 816px) and (min-width: 992px) {
  .top-home-section {
    height: 100vh;
  }
  .top-home-section .container,
  .top-home-section .row,
  .top-home-section .col-md-7,
  .top-home-section .col-md-6:last-child,
  .top-home-section .images-block {
    height: 100%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .top-home-section .images-block {
    max-height: 523px;
  }
}
@media screen and (max-width: 1430px) {
  .sub-menu .main-menu-block > ul > li > a {
    font-size: 22px;
  }
}
@media screen and (max-width: 1388px) {
  .map-wrap.chines .outer-text:nth-of-type(4) {
    left: 81.4%;
    top: 39%;
  }
  .map-wrap.chines .outer-text:nth-of-type(8) {
    bottom: 15.6%;
  }
  .map-wrap.chines .outer-text:nth-of-type(9) {
    left: 34%;
    bottom: 15.8%;
  }
  .map-wrap.chines .outer-text:nth-of-type(10) {
    left: 16%;
    bottom: 21.2%;
  }
  .map-wrap.chines .outer-text:nth-of-type(14) {
    left: 16.2%;
    top: 25.6%;
  }
  .map-wrap.chines .outer-text:nth-of-type(13) {
    left: 5.8%;
    top: 38.6%;
  }
  .map-wrap.chines .outer-text:nth-of-type(15) {
    left: 23.8%;
    top: 18.1%;
  }
  .home-slider .slick-arrow,
  .slider-logos .slick-arrow {
    margin-right: 20px;
  }
  .home-slider .slick-arrow.slick-next,
  .slider-logos .slick-arrow.slick-next {
    margin-left: 20px;
  }
  .map-wrap {
    max-width: 646px;
  }
  .wrap-map-section {
    max-width: 1200px;
  }
  .map-wrap .center-content {
    display: none;
  }
  .map-wrap path#center-text.not-active,
  .map-wrap text#center-text.not-active {
    opacity: 1;
  }
  .map-wrap .outer-text:nth-of-type(2) {
    left: 62.7%;
    top: 20%;
  }
  .map-wrap .outer-text:nth-of-type(3) {
    left: 75%;
    top: 26.5%;
  }
  .map-wrap .outer-text:nth-of-type(4) {
    left: 81%;
    top: 37.7%;
  }
  .map-wrap .outer-text:nth-of-type(5) {
    left: 82.2%;
    top: 51.4%;
  }
  .map-wrap .outer-text:nth-of-type(6) {
    left: 78.2%;
    bottom: 32%;
  }
  .map-wrap .outer-text:nth-of-type(7) {
    left: 69.5%;
    bottom: 21.5%;
  }
  .map-wrap .outer-text:nth-of-type(8) {
    left: 57.1%;
    bottom: 15.2%;
  }
  .map-wrap .outer-text:nth-of-type(9) {
    left: 23.8%;
    bottom: 16%;
  }
  .map-wrap .outer-text:nth-of-type(10) {
    left: 7.5%;
    bottom: 21.5%;
  }
  .map-wrap .outer-text:nth-of-type(11) {
    left: 1.4%;
    top: 64%;
  }
  .map-wrap .outer-text:nth-of-type(12) {
    top: 51.7%;
  }
  .map-wrap .outer-text:nth-of-type(13) {
    left: 2%;
    top: 37.7%;
  }
  .map-wrap .outer-text:nth-of-type(14) {
    left: 8.2%;
    top: 26.1%;
  }
  .map-wrap .outer-text:nth-of-type(15) {
    left: 21.5%;
    top: 18.2%;
  }
}
@media screen and (max-width: 1300px) {
  .home-vid-sect .left-img {
    width: 14%;
  }
  .home-vid-sect .right-img {
    bottom: -5%;
    width: 30%;
  }
  .home-slider,
  .slider-logos {
    max-width: 96%;
    margin: 0 auto;
  }
  .esg-performance-section .bg-img {
    width: 27%;
  }
  .documentation-reporting-section .img-bg-left,
  .documentation-reporting-section .img-bg-right {
    width: 10%;
    bottom: -10%;
  }
}
@media (max-width: 1280px) {
  .sub-menu {
    display: none!important;
  }
  .toggle-menu:not(.main-nav-menu) {
    display: block;
  }
  .toggle-menu.main-nav-menu {
    display: none;
  }
  .main-header-n {
    position: relative;
  }
  .main-header-n {
    padding: 20px 0;
  }
  .main-menu,
  .menu-second {
    display: none;
  }
  .main-header-n {
    position: relative;
  }
  .main-header-n .container-fluid {
    position: relative;
    padding-right: 50px;
    padding-left: 17.5px;
  }
  .main-header-n .icons {
    padding-right: 5px;
  }
  .main-header-n .container-fluid > div {
    float: right;
  }
  .main-header-n .icons a,
  .main-header-n .icons .search-f-w {
    display: none;
  }
  .mob-menu {
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1000;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
  }
  .mob-menu>.container {
    padding: 0;
    max-width:100%;
}
  .mob-menu .has-icon > li > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .mob-menu .has-icon > li > a > span {
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    max-width: 44px;
    padding-right: 7px;
    text-align: center;
  }
  .mob-menu .search-f {
    margin: 10px 20px;
    position: relative;
  }
  .mob-menu .search-f-outer {
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 1px;
  }
  .mob-menu .search-f input {
    padding: 12px 30px 12px 20px;
    width: 100%;
    background: #FFFFFF;
    font-size: 16px;
    color: #AFAFAF;
    border-radius: 20px;
    border: 1px solid #C8C8C8;
  }
  .mob-menu .search-f i {
    transform: scaleX(-1);
    color: #00479D;
}
  .mob-menu .search-f input::-webkit-input-placeholder {
    color: #AFAFAF;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    opacity: 1;
    font-weight: normal;
  }
  .mob-menu .search-f input::-moz-placeholder {
    color: #AFAFAF;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    opacity: 1;
    font-weight: normal;
  }
  .mob-menu .search-f input:-ms-input-placeholder {
    color: #AFAFAF;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    opacity: 1;
    font-weight: normal;
  }
  .mob-menu .search-f button {
    line-height: 1;
    position: absolute;
    font-size: 30px;
    right: 15px;
    top: 50%;
    margin-top: -16px;
    background-color: transparent;
    -webkit-appearance: none;
    color: #00A3E0;
  }
  .mob-menu .back-mob-m {
    color: #B4B4B4;
    font-weight: bold;
    display: none;
    padding: 0 20px;
    font-size: 16px;
    padding: 15px 20px;
    position:relative;
    z-index: 1;
  }
  .mob-menu .back-mob-m .la {
    font-size: 17px;
  }
  .mob-menu .wrap-list {
    overflow: hidden;
    background: #fff;
  }
  .mob-menu .wrap-list.left-m > ul {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .mob-menu .wrap-list.left-m .back-mob-m {
    display: block;
  }
  .mob-menu .wrap-list.left-end > ul {
    -webkit-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  .mob-menu .wrap-list.left-full > ul {
    -webkit-transform: translateX(-300%);
    -o-transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    transform: translateX(-300%);
  }
  .mob-menu .wrap-list li.active > ul {
    opacity: 1;
    pointer-events: auto;
  }
  .mob-menu .wrap-list ul {
    position: relative;
  }
  .mob-menu .wrap-list >ul>li>ul {
    padding-left: 0;
}
.mob-menu .wrap-list >ul>li>ul>li {

}
.mob-menu li.c-1.has-child, .mob-menu .wrap-list >ul>li.c-1>ul>li {
  background-color: #6B849D;
}
.mob-menu li.c-2.has-child, .mob-menu .wrap-list >ul>li.c-2>ul>li {
  background-color: #D8BE64;
}
.mob-menu li.c-3.has-child, .mob-menu .wrap-list >ul>li.c-3>ul>li, .mob-menu .wrap-list>ul>li.c-3>ul>li>ul>li {
  background-color: #E1B28A;
}
.mob-menu li.c-4.has-child, .mob-menu .wrap-list >ul>li.c-4>ul>li, .mob-menu .wrap-list>ul>li.c-4>ul>li>ul>li {
  background-color: #A8B599;
}
.mob-menu li.c-5.has-child, .mob-menu .wrap-list >ul>li.c-5>ul>li, .mob-menu .wrap-list>ul>li.c-5>ul>li>ul>li {
  background-color: #76A69A;
}
.mob-menu li.c-6.has-child, .mob-menu .wrap-list >ul>li.c-6>ul>li, .mob-menu .wrap-list>ul>li.c-6>ul>li>ul>li {
  background-color: #B8724C;
}
  .mob-menu .wrap-list ul ul {
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    left: 100%;
    top: 0;
    min-height: 100%;
  }
  .mob-menu .wrap-list .has-child .has-child .la {
    height: 100%;
    width: 50px;
    text-align: center;
    line-height: 50px;
  }
  .mob-menu .wrap-list .has-child .has-child .la:before {
    content: "\f112";
  }
  .mob-menu .wrap-list .has-child + .has-child .la:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 1px;
    width: 100%;
  }
  .mob-menu .wrap-list > ul {
    -webkit-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    padding-left: 0;
  }
  .mob-menu .wrap-list > ul > li > .la {
    height: 100%;
    width: 50px;
    text-align: center;
    line-height: 50px;
  }
  .mob-menu .wrap-list > ul > li > .la:before {
    content: "\f112";
    display: inline-block;
  }
  .mob-menu ul {
    list-style: none;
  }
  .mob-menu ul li:nth-child(-n+7) {
    border: none;
}
.mob-menu ul li>ul>li {
  border-top: 1px solid #FFFFFF!important;
}
.mob-menu .wrap-list>ul>li>ul>li {

}
.mob-menu .wrap-list>ul>li>ul>li>ul {
  padding-left: 0;
}
.mob-menu .wrap-list>ul>li>ul>li>ul>li {
  margin: 0;
}


  .mob-menu ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    border-top: 1px solid #AFAFAF;
    padding-left: 20px;
    align-items: center;
  }
  .mob-menu ul li.has-icon-l a {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between;
  }
  .mob-menu ul li.has-icon-l a .la {
    font-size: 26px;
  }
  .mob-menu ul li:last-child {
    border-bottom: 1px solid #AFAFAF;
  }
  .mob-menu ul li .la {
    position: relative;
    right: 0;
    top: 0;
    color: #FFFFFF;
    font-size: 21px;
    cursor: pointer;
  }
  .mob-menu ul a {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    line-height: 1.23;
    padding-top: 20px;
    padding-bottom: 20px;
    position:relative;
  }
}
@media screen and (max-width: 1250px) {
  .home-slider .slick-arrow,
  .slider-logos .slick-arrow {
    height: 40px;
    width: 40px;
  }
  .map-wrap {
    max-width: 496px;
  }
  .wrap-map-section {
    max-width: 1050px;
  }
  .map-wrap .outer-text {
    line-height: 11px;
    font-size: 9px;
  }
  .map-wrap .outer-text:nth-of-type(12) {
    top: 51%;
  }
  .map-wrap {
    padding: 94px;
  }
}
@media screen and (max-width: 1050px) {
  .wrap-map-section {
    max-width: 950px;
  }
  .map-wrap {
    max-width: 480px;
  }
  .content-panels {
    -ms-flex: 0 0 440px;
    flex: 0 0 440px;
    max-width: 440px;
  }
}
@media screen and (max-width: 1040px) {
  .slider-logos {
    max-width: 100%;
    padding: 0 50px;
  }
  .home-slider .slick-arrow,
  .slider-logos .slick-arrow {
    right: auto;
    left: 0;
  }
  .home-slider .slick-arrow.slick-next,
  .slider-logos .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .botlinks__item {
    flex-basis: calc(100% / 2 - 30px);
    min-height: 0;
  }
  .botlinks__list ul li a span br {
    display: none;
  }
  .ownreport__inside {
    padding: 40px;
  }
  .top-home-section .images-block {
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
.desktop-hide{
  display:none;
}
.content-home-ban .container {
  max-width: 990px;
}
}

@media screen and (max-width: 991px) {
  .image-section .infographic img {
  border-top-right-radius: 15px;
}
  .signature1>*:last-child {
    margin-top: 17px;
}

  .page-menu .row {
    justify-content: center;
}
    .topdownload__item {
  margin-bottom: 10px;
  flex-basis: 171px;
}
  .ownreport__bottomitem span {
    font-size: 16px;
  }
  .ownreport__bottomitem .one{
    font-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 0;
  }
  .img-download .table-wrap {
  margin-top: 0;
}
  .img-download .info {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .introduction {
    text-align: left;
  }
  .page-t-2b .introduction {
  margin-bottom: 30px;
}
.page-t-2b .scroll-sect.pad-top-md {
  padding-top: 0;
}
  .esg-dh-bg .nav-second.fixed {
        background: #4D7FBB;
    }
  .targets-item-area {
    padding: 20px 0 0 0;
}
  .bg-leaf.targets {
    display: none;
  }
  .targets-item {
    padding: 30px 0 0 0;
    line-height: 20px;
  }
  .targets-item .title {
    min-height: 55px;
    border-top-right-radius: 15px;
  }
  .targets-item .title img {
    max-height: 35px;
  }
  .targets-item .row {
    flex-flow: column;
    padding: 0;
}
.targets-item>*:nth-child(2) {
  padding-top: 0;
}
.targets-item .sub-title, .targets-item .content {
  width: unset;
}
.targets-item .sub-title {
  padding: 20px 5px 5px 20px;
  flex-direction: row;
  font-size: 16px;
}
.page-t-2b .container.max-width-xl {
  margin-bottom: 30px;
}
  /* 手機版：為 sub-title 加上 border-bottom，顏色由各 .targets-item 類別覆寫 */
  .targets-item .sub-title {
    border-bottom: 2px solid transparent;
  }
  .targets-item .row {
    border-bottom: 1px solid transparent;
  }
  .targets-item.clp-net-zero .sub-title, .targets-item.clp-net-zero .row { border-bottom-color: #99B262; }
  .targets-item.clp-energy .sub-title,  .targets-item.clp-energy .row { border-bottom-color: #5EB4B4; }
  .targets-item.clp-digital .sub-title,  .targets-item.clp-digital .row { border-bottom-color: #589093; }
  .targets-item.clp-workforce .sub-title,  .targets-item.clp-workforce .row { border-bottom-color: #C99E5F; }
  .targets-item.clp-operational .sub-title,  .targets-item.clp-operational .row { border-bottom-color: #98A4A5; }
  .targets-item.clp-community .sub-title,  .targets-item.clp-community .row { border-bottom-color: #DD9376; }

.targets-item *:nth-child(2) .content tr:nth-child(1) {
  font-size: 16px;
  height: 64px;
  vertical-align: bottom;
}
.targets-item *:nth-child(2) th, .targets-item *:nth-child(2) td {
    padding-bottom: 10px;
}
.targets-item th, .targets-item td {
    padding-top: 10px;
    padding-left: 17px;
    padding-right: 15px;
}
.targets-item td {
  padding-right: 12px;
}
.targets-item th {
  border-left: unset;
}
.targets-item .icon {
  margin-top: -6px;
  margin-right: 11px;
}
.targets-item dl {
  margin-bottom: 30px;
  padding-left: 16px;
}
  .blueblock {
    margin-bottom: 35px;
    padding: 12px 20px 30px;
  }
  .main-section-n .search-page h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .main-section-n .search-page .item-search>a {
    padding: 10px 17px;
    font-size: 15px;
    max-width: 130px;
  }
  .main-section-n .search-page .item-search p, .main-section-n .search-page .item-search .bread, .main-section-n .search-page .item-search .bread a, .main-section-n .search-page .item-search .bread span {
    font-size: 15px;
  }
  .main-section-n .search-page .item-search {
    padding: 20px 0;
  }
  .img-download {
    padding-left: 20px;
    padding-right: 20px;
    padding: 20px 0 0px;
}
  .item-study {
    padding-right: 0;
    position: relative;
    overflow: hidden;
    max-width: 500px;
        margin-left: auto;
        margin-right: auto;
  }
  .item-study .read-more-btn {
    max-width: 149px;
  }
  .item-study .row {
    margin: 0;
}
.item-study .read-more-btn{
  float: right;
}
.item-study .col-md-5:first-child{
  padding:0;
}
  .item-study .col-md-7:last-child {
    padding: 25px 15px 15px 15px;
    display: block;
  }

  .documentation-reporting-section .esg-div {
    width: 30%;
  }
  .item-study .img {
    display: block;
    text-align: center;
    border-radius: 0;
  }
  .main-block.com-soon24 .container {
    padding-bottom: 0;
  }
  .main-block.com-soon24 img.coming-soon-ban {
    position: static;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    max-width: 100%;
  }
 
  .ceo-message-section {
    min-height: 0!important;
    padding: 0;
  }
  .ceo-message-section > img {
    display: none;
  }
  .ceo-message-section .intro p,
  .ceo-message-section .intro li {
    font-size: 15px!important;
  }
  .ceo-message-section .intro h3 {
    font-size: 20px;
}
  .ceo-message-section .img-out {
    display: none;
  }
  .ceo-message-section .col-md-6:first-child img {
    display: block;
  }

  .ceo-message-section .vertical-divider{
display:none;
  }
  .ceo-message-section .col-md-6:last-child {
    padding-left: 15px;
    padding-top: 0;
    height:100%;
    max-height:unset;
  }
  .ceo-message-section .right .inner:first-child {
    padding: 13px 15px;
}
.ceo-message-section .left .inner {
  padding: 13px 15px;
}
  .top-home-section .flex-block {
    align-items: flex-end;
  }
  .top-home-section .flex-block > img {
    height: auto;
    margin-top: 0;
    max-width: 24%;
  }
  .top-home-section .part:first-child .text-right:last-child img,
  .top-home-section .part:first-child .text-right:first-child img {
    height: auto;
    max-height: 100%;
  }
  .documentation-reporting-section h2 {
    margin-bottom: 30px!important;
    font-size: 20px!important;
    text-align: left!important;
  }
  img.deco-1 {
    max-width: 70px;

}
  .home-vid-sect .container {
    padding-bottom: 0;
}
  .main-section-n h2.h2-lg {
    font-size: 30px;
  }
  .main-section-n h2.has-link a {
    margin-top: 16px;
  }
  .slider-section {
    padding-bottom: 80px;
    padding: 0!important;
    margin-top: 0;
    background: linear-gradient(270deg, rgba(22, 165, 91, 0.5) -62%, rgba(213, 225, 104, 0) 100%);
  }
  .home-slider{
    max-width:100%
  }
  .slider-section h2 {
    font-size: 20px;
  }
  .slider-section .img-wrap {
    padding: 30px 22px 15px;
}
  .home-slider a.read-more-btn {
    margin-top: 0;
    font-size: 13px;
    padding: 10px 40px 10px 20px;
    max-width: 130px;
  }
  .home-slider .slick-dots {
    
  }
  .icon-text-div a {
    margin-bottom: 15px;
}
.icon-text h4 {
  font-size: 20px;
  width: calc(100% - 65px);
  margin-bottom: 22px;
}
.inner.icon-text-div>div>.row {
  padding: 0;
  justify-content: unset;
}
.ceo-message-section .respecting-nature, .ceo-message-section .materiality-matrix {
  max-width: unset;
}
.icon-text .inner2 {
  flex-wrap: wrap;
  width: 100%;
}
.ceo-message-section .icon-text {
  padding-right: 0;
}
.icon-text img {
  max-width: 45px;
}

.ceo-message-section .right .inner:last-child {
  padding: 0;
  height: auto;
}
.ceo-message-section .row {
    flex-direction: column-reverse;
}
.home-materiality-btn {
  max-width: unset;
}
  .icon-text-div >.row:last-child {
    margin-top: 0;
}

  .esg-performance-section .toggle-tabs a {
    font-size: 16px;
  }
  .esg-performance-section .toggle-tabs a .la {
    margin-top: -8px;
  }
  .esg-performance-section .tabs-wrap .item-tab {
    padding: 30px 25px;
  }
  .esg-performance-section .tabs-wrap .item-tab h3 {
    font-size: 26px;
  }
  .esg-performance-section .tabs-wrap .item-tab p,
  .esg-performance-section .tabs-wrap .item-tab li {
    font-size: 16px;
  }
  .botlinks__list ul li a span {
    padding-right: 10px;
  }
  .topdownload__row1 .topdownload__item {
    flex-basis: 42.75vw;
    margin-bottom: 39px;
  }
  .topdownload__item:last-child{

  }
  .topdownload__row1 {
    margin-bottom: 0;
  }
  .topdownload__item a.read-more-btn{
    margin-top:0;
    margin-bottom:0;
  }
  .topdownload__item a.download {
    max-width: 171px;
    min-width: unset; 
    padding: 8px 40px 8px 20px;
    font-size: 12px;
  }
  .topdownload__item:last-child img {
    min-width: 280px;
}
  .ownreport__row {
    margin-bottom: 60px;
  }
  .ownreport__list li {
    flex-basis: calc(100%);
  }
  .ownreport__bottomclean, .ownreport__bottombtn {
    flex-basis: 47%;
  }
  .ownreport__bottombtn .read-more-btn {
    align-items: center;
    display: flex;
    height: 30px;
  }
  .ownreport__bottomclean .clear_section {
    height: 30px;
  }
  .title-line h1 {
    font-size: 36px;
  }
  .top-home-section .text-sect {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .nav-second.dropdown-style .container {
    max-width: none;
    padding: 20px 8px;
  }
  .nav-second.dropdown-style:not(.fixed) .wrap-drop-down {
    position: absolute;
    flex-grow: 1;
    width: calc(100% - 110px);
    top: auto;
  }
  .nav-second.dropdown-style.fixed .wrap-drop-down {
    top: 29px;
    position: unset;
    flex-grow: 1;
    width: unset;
  }
}
@media screen and (max-width: 950px) and (min-width: 901px) {
  .map-wrap.chines .outer-text:nth-of-type(4) {
    left: 84.4%;
    top: 38.2%;
  }
  .map-wrap.chines .outer-text:nth-of-type(8) {
    bottom: 12.6%;
  }
  .map-wrap.chines .outer-text:nth-of-type(9) {
    left: 35%;
    bottom: 12.8%;
  }
  .map-wrap.chines .outer-text:nth-of-type(10) {
    left: 17%;
    bottom: 19%;
  }
  .map-wrap.chines .outer-text:nth-of-type(13) {
    left: 5.2%;
    top: 38.2%;
  }
  .map-wrap.chines .outer-text:nth-of-type(14) {
    left: 15.5%;
    top: 24.2%;
  }
  .map-wrap.chines .outer-text:nth-of-type(15) {
    left: 25.1%;
    top: 15.3%;
  }
}
@media screen and (max-width: 950px) {
  .wrap-map-section {
    display: block;
  }
  .map-wrap {
    max-width: 816px;
    margin: 0 auto 70px auto;
    padding: 121px;
  }
  .map-wrap .outer-text {
    font-size: 12px;
    line-height: 13px;
  }
  .map-wrap .outer-text:nth-of-type(2) {
    left: 64.5%;
    top: 17%;
  }
  .map-wrap .outer-text:nth-of-type(3) {
    left: 77.5%;
    top: 24.5%;
  }
  .map-wrap .outer-text:nth-of-type(4) {
    left: 84.5%;
    top: 37.3%;
  }
  .map-wrap .outer-text:nth-of-type(5) {
    left: 85.8%;
    top: 52.3%;
  }
  .map-wrap .outer-text:nth-of-type(6) {
    left: 81.5%;
    bottom: 30%;
  }
  .map-wrap .outer-text:nth-of-type(7) {
    left: 71.5%;
    bottom: 19%;
  }
  .map-wrap .outer-text:nth-of-type(8) {
    left: 57.6%;
    bottom: 12%;
  }
  .map-wrap .outer-text:nth-of-type(9) {
    left: 27%;
    bottom: 12.7%;
  }
  .map-wrap .outer-text:nth-of-type(10) {
    left: 10.1%;
    bottom: 18.8%;
  }
  .map-wrap .outer-text:nth-of-type(11) {
    left: 2.7%;
    top: 66.7%;
  }
  .map-wrap .outer-text:nth-of-type(12) {
    top: 52.5%;
  }
  .map-wrap .outer-text:nth-of-type(13) {
    left: 2%;
    top: 37.4%;
  }
  .map-wrap .outer-text:nth-of-type(14) {
    left: 9.1%;
    top: 24.2%;
  }
  .map-wrap .outer-text:nth-of-type(15) {
    left: 23.2%;
    top: 15.3%;
  }
  .content-panels {
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .map-wrap {
    max-width: 650px;
  }
  .map-wrap .outer-text:nth-of-type(2) {
    left: 62.7%;
    top: 20%;
  }
  .map-wrap .outer-text:nth-of-type(3) {
    left: 75%;
    top: 26.5%;
  }
  .map-wrap .outer-text:nth-of-type(4) {
    left: 81%;
    top: 37.7%;
  }
  .map-wrap .outer-text:nth-of-type(5) {
    left: 82.2%;
    top: 51.4%;
  }
  .map-wrap .outer-text:nth-of-type(6) {
    left: 78.2%;
    bottom: 32%;
  }
  .map-wrap .outer-text:nth-of-type(7) {
    left: 69.5%;
    bottom: 21.5%;
  }
  .map-wrap .outer-text:nth-of-type(8) {
    left: 57.1%;
    bottom: 15.2%;
  }
  .map-wrap .outer-text:nth-of-type(9) {
    left: 23.8%;
    bottom: 16%;
  }
  .map-wrap .outer-text:nth-of-type(10) {
    left: 7.5%;
    bottom: 21.5%;
  }
  .map-wrap .outer-text:nth-of-type(11) {
    left: 1.4%;
    top: 64%;
  }
  .map-wrap .outer-text:nth-of-type(12) {
    top: 51.7%;
  }
  .map-wrap .outer-text:nth-of-type(13) {
    left: 2%;
    top: 37.7%;
  }
  .map-wrap .outer-text:nth-of-type(14) {
    left: 8.2%;
    top: 26.1%;
  }
  .map-wrap .outer-text:nth-of-type(15) {
    left: 21.5%;
    top: 18.2%;
  }
}
@media screen and (max-width: 700px) {
  .wrap-map-section {
    max-width: 1200px;
  }
  .documentation-reporting-section .esg-div {
    width: 50%;
  }
  .map-wrap {
    padding: 94px;
    max-width: 480px;
  }
  .map-wrap .outer-text {
    line-height: 11px;
    font-size: 9px;
  }
  .map-wrap .outer-text:nth-of-type(2) {
    left: 62.7%;
    top: 20%;
  }
  .map-wrap .outer-text:nth-of-type(3) {
    left: 75%;
    top: 26.5%;
  }
  .map-wrap .outer-text:nth-of-type(4) {
    left: 81%;
    top: 37.7%;
  }
  .map-wrap .outer-text:nth-of-type(5) {
    left: 82.2%;
    top: 51.4%;
  }
  .map-wrap .outer-text:nth-of-type(6) {
    left: 78.2%;
    bottom: 32%;
  }
  .map-wrap .outer-text:nth-of-type(7) {
    left: 69.5%;
    bottom: 21.5%;
  }
  .map-wrap .outer-text:nth-of-type(8) {
    left: 57.1%;
    bottom: 15.2%;
  }
  .map-wrap .outer-text:nth-of-type(9) {
    left: 23.8%;
    bottom: 16%;
  }
  .map-wrap .outer-text:nth-of-type(10) {
    left: 7.5%;
    bottom: 21.5%;
  }
  .map-wrap .outer-text:nth-of-type(11) {
    left: 1.4%;
    top: 64%;
  }
  .map-wrap .outer-text:nth-of-type(12) {
    top: 51%;
  }
  .map-wrap .outer-text:nth-of-type(13) {
    left: 2%;
    top: 37.7%;
  }
  .map-wrap .outer-text:nth-of-type(14) {
    left: 8.2%;
    top: 26.1%;
  }
  .map-wrap .outer-text:nth-of-type(15) {
    left: 21.5%;
    top: 18.2%;
  }
}
@media screen and (max-width: 767px) {
  .left-nav {
    display: none;
  }
  .main-header-n .logo span {
    display: none;
  }
  .top-home-section .flex-block .img-link {
    -ms-flex: 0 0 74%;
    flex: 0 0 74%;
    max-width: 74%;
  }
  .top-home-section .flex-block > img {
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
  }
  .top-home-section .images-block {
    align-items: flex-end;
  }
  .top-home-section .hover-block p {
    font-size: 18px;
    line-height: 20px;
  }
  .esg-performance-section .toggle-tabs {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .esg-performance-section .tabs-wrap {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    overflow: hidden;
  }
  .esg-performance-section .tabs-wrap .item-tab:after {
    width: 195%;
  }
  .title-line .width-md {
    padding-bottom: 0;
  }
  .title-line .width-md img {
    margin-top: 20px;
    max-width: 100%;
    position: static;
  }
  .title-line .width-md .left-text {
    text-align: left;
    max-width: 100%;
  }
  .img-download h3 {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .img-download .read-more-btn {
    position: relative;
    right: auto;
    top: auto;
  }
  .signature {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .signature1 {
    max-width: 204px;
    width: auto;
  }
  .signature2 {
    max-width: 134px;
    width: auto;
    margin-left: 0;
    margin-top: 15px;
  }

  .signature-img1 {
    max-width: 144px;
  }
  .signature-img2 {
    max-width: 114px;
  }
  .topdownload__row1 .topdownload__item {

  }
  .ownreport__list li label {
    padding-left: 36px;
    font-size: 16px;
  }
  .ownreport__list li label:before {
    left: 0;
    top: -1px;
  }
  .ownreport__list li label:after {
    left: 6px;
    top: -1px;
  }
  .botlinks__item {
    flex-basis: calc(100% / 1 - 30px);
    min-height: 0;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  .withline {
    font-size: 25px;
  }
  .ownreport__bottomitem {
    flex-basis: 100%;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: left;
  }
  .ownreport__bottomclean {
    margin-left: 0;
    margin-right: 15px;
    flex-basis: 47%;
  }
  .ownreport__bottombtn{
    flex-basis: 47%;
    margin-left: 0;
  }
  .ownreport__bottom {
    flex-wrap: wrap;
    justify-content: left;
  }
}
@media screen and (max-width: 550px) {
  .main-footer .middle-panel {
    display: flex;
    justify-content: end;
    padding:0;
  }
  .main-footer .middle-panel .esg-btn {
    padding-right: unset;
    display: block;
    text-align: left;
  }
  .main-footer .middle-panel a {
  width: 215px;
}
  .documentation-reporting-section .esg-div {
    width: 100%;
  }
  .documentation-reporting-section .esg-div:first-child ul {
    display: flex;
    flex-wrap: wrap;
}
.documentation-reporting-section ul li {
  width: 100%;
}
  .main-header-n .icons {
    padding-top: 0;
  }
  .main-header-n .logo {
    display: inline-block;
    max-width: 68.5%;
  }
  .main-footer .top-panel .wrap-nav-foot {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-footer .middle-panel .wrap-nav-foot {
    margin: 0;
  }
  .nav-second.dropdown-style p {
    padding-right: 12px;
    margin-top: 8px;
  }

  .map-wrap {
    padding: 0;
  }
  .map-wrap .outer-text {
    display: none;
  }
  .nav-second.dropdown-style:not(.fixed) .wrap-drop-down {
    top: 22px;
    left: 96px;
    position: absolute;
    flex-grow: 1;
    width: calc(100% - 110px);
  }

  .nav-second.dropdown-style.fixed .wrap-drop-down {
    top: 42px;
    left: 8px;
    position: unset;
    flex-grow: 1;
    width: unset;
  }

  .nav-second.dropdown-style .container {
    max-width: none;
    padding:20px 8px;
  }

  .bottom-links a {
    display: flex;
    align-items: center;
    padding: 0 0 0 36px;
}
}
@media screen and (max-width: 460px) {
  .indicator >.row{
    display:block;
  }
  .blueblock {
    margin-bottom: 35px;
    padding: 20px 20px 30px;
  }
  .blueblock ul {
    padding-left: 15px;
  }
  .topdownload__row1 .topdownload__item {

    max-width: 300px;
    width: 47%;
  }
  .topdownload__item h1 {
    min-height: 0;
    font-size: 20px;
  }
  .ownreport__list li {
    flex-basis: 100%;
  }
  .ownreport__inside {
    padding: 40px 0px;
  }

}
@media screen and (max-width: 410px) {
  .ownreport__bottomclean {
    max-width: 170px;
  }
  .topdownload__item {
    max-width: 240px;
    margin-bottom: 39px;
  }
}
/*# sourceMappingURL=style2.css.map */
@media (max-width: 500px) {
  #h3-1, #h3-2, #h3-3 {
    width: unset;
  }
  #h3-1 {
    left: -12px;
  }
  #h3-3 {
    right: -12px;
  }
}
@media (max-width: 390px) {
  #h3-1 {
    left: -16px;
  }
  #h3-3 {
    right: -16px;
  }
  .materiality-assessment-wrap-map .col-left {
    max-width: 284px;
  }
.materiality-assessment-wrap-map .tabs-materiality-assessment .lines-box.vis-desk svg {
  min-width: 45px;
  height: 456px;
  margin-top: 9px;
  margin-right: 3px;
}
    .lines-split {
        gap: 150px;
    }
    .materiality-assessment-wrap-map .tabs-materiality-assessment .lines-box #asset-2-inline {
    height: 485px;
    margin-top: -6px;
    margin-right: -3px;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-left {
  flex: 0 0 40px;
  max-width: 40px;
  gap: 25px;
  right: 4px;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-middle {
  -ms-flex: 0 0 161.21px;
  flex: 0 0 161.21px;
  max-width: 161.21px;
  gap: 4.28px;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .toggle-right {
  -ms-flex: 0 0 30.66px;
  flex: 0 0 30.66px;
  max-width: 30.66px;
  padding-bottom: 0px;
  height: 555px;
  gap: 2.24px;
  left: 8px;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item {
  width: 30px;
  height: 30px;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item .icon {
  width: 30px;
  height: 30px;
}
  .materiality-assessment-wrap-map .tabs-materiality-assessment .left-toggle-tab-item .icon img {
    max-width: 22px;
  }
.materiality-assessment-wrap-map .tabs-materiality-assessment .middle-toggle-tab-item {
  height: 75.5px;
  width: 151.21px;
}
.materiality-assessment-wrap-map .tabs-materiality-assessment .right-toggle-tab-item {
  width: 30.66px;
  height: 21.7px;
}
}