@charset "UTF-8";
@font-face {
  font-family: "BREUERTEXT";
  src: url("../fonts/BREUERTEXTLIGHT.eot");
  src: url("../fonts/BREUERTEXTLIGHT.eot") format("embedded-opentype"), url("../fonts/BREUERTEXTLIGHT.woff2") format("woff2"), url("../fonts/BREUERTEXTLIGHT.woff") format("woff"), url("../fonts/BREUERTEXTLIGHT.ttf") format("truetype"), url("../fonts/BREUERTEXTLIGHT.svg#BREUERTEXTLIGHT") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "BREUERTEXT";
  src: url("../fonts/BREUERTEXTREGULAR.eot");
  src: url("../fonts/BREUERTEXTREGULAR.eot") format("embedded-opentype"), url("../fonts/BREUERTEXTREGULAR.woff2") format("woff2"), url("../fonts/BREUERTEXTREGULAR.woff") format("woff"), url("../fonts/BREUERTEXTREGULAR.ttf") format("truetype"), url("../fonts/BREUERTEXTREGULAR.svg#BREUERTEXTREGULAR") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "BREUERTEXT";
  src: url("../fonts/BREUERTEXTMEDIUM.eot");
  src: url("../fonts/BREUERTEXTMEDIUM.eot") format("embedded-opentype"), url("../fonts/BREUERTEXTMEDIUM.woff2") format("woff2"), url("../fonts/BREUERTEXTMEDIUM.woff") format("woff"), url("../fonts/BREUERTEXTMEDIUM.ttf") format("truetype"), url("../fonts/BREUERTEXTMEDIUM.svg#BREUERTEXTMEDIUM") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BREUERTEXT";
  src: url("../fonts/BREUERTEXTBOLD.eot");
  src: url("../fonts/BREUERTEXTBOLD.eot") format("embedded-opentype"), url("../fonts/BREUERTEXTBOLD.woff2") format("woff2"), url("../fonts/BREUERTEXTBOLD.woff") format("woff"), url("../fonts/BREUERTEXTBOLD.ttf") format("truetype"), url("../fonts/BREUERTEXTBOLD.svg#BREUERTEXTBOLD") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "RupeeForadian";
  src: url("../fonts/Rupee_Foradian.eot");
  src: url("../fonts/Rupee_Foradian.eot") format("embedded-opentype"), url("../fonts/Rupee_Foradian.woff2") format("woff2"), url("../fonts/Rupee_Foradian.woff") format("woff"), url("../fonts/Rupee_Foradian.ttf") format("truetype"), url("../fonts/Rupee_Foradian.svg#Rupee_Foradian") format("svg");
}
.rs {
  font-family: "RupeeForadian";
}

/*  */
.fs72 {
  font-size: 72px;
}

.fs56 {
  font-size: 56px;
}

.fs30 {
  font-size: 30px;
}

.fs28 {
  font-size: 28px;
}

.fs26 {
  font-size: 26px;
}

.fs24 {
  font-size: 24px;
  line-height: 1.5;
}

.fs20 {
  font-size: 20px;
}

.fs18 {
  font-size: 18px;
}

.fs16 {
  font-size: 16px;
}

:root {
  --hm-bg: #ffffff;
  --hm-alt: #f4f6f9;
  --hm-text: #1a2430;
  --hm-muted: #666e78;
  --hm-border: #e5e5e5;
  --hm-card-bg: #ffffff;
}

body.dark-mode {
  --hm-bg: #0d1117;
  --hm-alt: #10161f;
  --hm-text: #e0e6ed;
  --hm-muted: #8a9aaa;
  --hm-border: rgba(255, 255, 255, 0.1);
  --hm-card-bg: #131a24;
}

.teal_clr {
  color: #00b6bd !important;
}

.white_clr {
  color: #ffffff !important;
}

.pink_clr {
  color: #d72027 !important;
}

.sky-blue {
  color: #0095D9 !important;
}

.dark-blue {
  color: #01276a !important;
}

.green_clr {
  color: #00A369 !important;
}

.jsw-blue-clr {
  color: #003a5e;
}

.jsw-blue-bg {
  background-color: #003a5e;
}

.middle {
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.mouse {
  width: 25px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 50px;
  margin: 0 auto 10px;
}

.mouse::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 30px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 1;
  animation: mouse 2s infinite;
}

@keyframes mouse {
  from {
    opacity: 1;
    top: 0px;
  }
  to {
    opacity: 0;
    top: 45px;
  }
}
/* WEBKIT SCROLLBAR */
/* **************** */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(120, 120, 120, 0.5);
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: rgba(120, 120, 120, 0.6);
  -webkit-box-shadow: inset 0 0 4px rgba(120, 120, 120, 0.6);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(120, 120, 120, 0.4);
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 400;
  font-family: "BREUERTEXT";
}

.container-1360-wrp {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0px 15px;
}

.sub-ttle {
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.sub_desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
}

.section-ttle {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
}

.common-ttle {
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.4px;
}

.hdr-content-wrap {
  background-color: #003a5e;
  padding: 10px 0px;
}

.header-full-wrp {
  width: 100%;
  background-color: #003a5e;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-full-wrp.nav-up {
  top: -100px;
}
.header-full-wrp .head-rhs {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}
.header-full-wrp .head-rhs p {
  color: #d72027;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin: 0px 40px 0px 0px;
}
.header-full-wrp .dropdown-full-wrp {
  width: 100%;
  height: calc(100vh - 0px);
  background-color: #01276a;
  position: fixed;
  top: 0px;
  left: 100%;
  z-index: 9999;
  padding: 100px 0px 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-full-wrp .dropdown-full-wrp.open {
  left: 0%;
}
.header-full-wrp .dropdown-full-wrp .container-1360-wrp {
  position: relative;
}
.header-full-wrp .dropdown-full-wrp .close-drop {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  right: 0px;
}
.header-full-wrp .dropdown-full-wrp .drop-ttle {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}
.header-full-wrp .dropdown-full-wrp .drop-ttle2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 10px;
}
.header-full-wrp .dropdown-full-wrp .spacer-drop {
  width: 100%;
  height: 30px;
}
.header-full-wrp .dropdown-full-wrp .drop-links:hover {
  padding-left: 10px;
}
.header-full-wrp .dropdown-full-wrp .drop-links {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 10px;
}
.header-full-wrp .logo img {
  width: 140px;
}
.header-full-wrp .ham-menu img {
  width: auto;
}

.home-hdr {
  position: fixed;
  inset: 0 0 auto 0;
  background-color: #003a5e;
  z-index: 200;
  padding: 14px 0;
  transition: all 0.35s ease-out;
}
.home-hdr .home-hdr-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-hdr .home-logo img {
  height: 52px;
  width: auto;
  display: block;
}
.home-hdr .home-hdr-rhs {
  display: flex;
  align-items: center;
  gap: 26px;
}
.home-hdr .hdr-home {
  display: inline-flex;
  padding: 6px;
  color: #ffffff;
  transition: all 0.35s ease-out;
}
.home-hdr .hdr-home svg {
  width: 20px;
  height: 20px;
}
.home-hdr .hdr-home:hover {
  transform: scale(1.15);
}
.home-hdr .hdr-search {
  display: inline-flex;
  padding: 6px;
}
.home-hdr .hdr-search img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transition: all 0.35s ease-out;
}
.home-hdr .hdr-search:hover img {
  transform: scale(1.15);
}
.home-hdr .ham-menu img {
  width: 30px;
}
.home-hdr.scrolled {
  padding: 12px 0;
  background: rgba(8, 13, 22, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}
.home-hdr.scrolled .home-logo img {
  height: 42px;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  background: #0a1420;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s 0.45s;
}
.nav-overlay.is-open {
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s 0s;
}
.nav-overlay .nav-overlay-hdr {
  flex-shrink: 0;
  background: #003a5e;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.nav-overlay .nav-overlay-logo img {
  height: 46px;
  width: auto;
  display: block;
}
.nav-overlay .nav-overlay-close {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  transition: all 0.35s ease-out;
}
.nav-overlay .nav-overlay-close svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
  transition: all 0.35s ease-out;
}
.nav-overlay .nav-overlay-close:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}
.nav-overlay .nav-overlay-close:hover svg {
  transform: rotate(90deg);
}
.nav-overlay .nav-overlay-body {
  flex: 1;
  overflow-y: auto;
  padding: 48px 40px 64px;
}
.nav-overlay .nav-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 32px;
}
.nav-overlay .nav-col {
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  padding-right: 24px;
}
.nav-overlay .nav-col:last-child {
  border-right: none;
  padding-right: 0;
}
.nav-overlay .nav-col-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #02b5fa;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  line-height: 1.5;
}
.nav-overlay .nav-col-subtitle {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #02b5fa;
  margin: 26px 0 10px;
}
.nav-overlay .nav-col-badge {
  display: inline-block;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #d72027;
  color: #ffffff;
  padding: 2px 5px;
  border-radius: 2px;
  vertical-align: middle;
  margin-left: 4px;
  line-height: 1.5;
}
.nav-overlay .nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-overlay .nav-links li + li {
  margin-top: 7px;
}
.nav-overlay .nav-links a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  display: block;
  line-height: 1.5;
  transition: all 0.35s ease-out;
}
.nav-overlay .nav-links a:hover {
  color: #ffffff;
  padding-left: 6px;
}
@media (max-width: 1199px) {
  .nav-overlay .nav-overlay-hdr {
    padding: 16px 24px;
  }
  .nav-overlay .nav-overlay-body {
    padding: 40px 24px 56px;
  }
  .nav-overlay .nav-columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 24px;
  }
  .nav-overlay .nav-col {
    border-right: none;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .nav-overlay .nav-overlay-logo img {
    height: 38px;
  }
  .nav-overlay .nav-overlay-body {
    padding: 32px 20px 48px;
  }
  .nav-overlay .nav-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 20px;
  }
  .nav-overlay .nav-col-title {
    font-size: 14px;
    margin: 0 0 0px;
    border-bottom: none;
  }
  .nav-overlay .nav-links a {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .nav-overlay .nav-overlay-hdr {
    padding: 12px 16px;
  }
  .nav-overlay .nav-overlay-logo img {
    height: 32px;
  }
  .nav-overlay .nav-overlay-close {
    width: 38px;
    height: 38px;
  }
  .nav-overlay .nav-overlay-close svg {
    width: 18px;
    height: 18px;
  }
  .nav-overlay .nav-overlay-body {
    padding: 24px 16px 48px;
  }
  .nav-overlay .nav-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .nav-overlay .nav-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .nav-overlay .nav-col:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

body.nav-open {
  overflow: hidden;
}

.jsw-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(248, 249, 251, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s 0.25s;
}
.jsw-search-overlay.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease, visibility 0s 0s;
}
.jsw-search-overlay .jsw-sr-inner {
  width: 100%;
  max-width: 820px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 24px;
}
.jsw-search-overlay .jsw-sr-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 28px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}
.jsw-search-overlay .jsw-sr-input-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 12px 16px;
  transition: border-color 0.2s, background 0.2s;
}
.jsw-search-overlay .jsw-sr-input-wrap:focus-within {
  border-color: #003a5e;
  background: rgba(0, 58, 94, 0.04);
}
.jsw-search-overlay .jsw-sr-input-icon {
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.jsw-search-overlay .jsw-sr-input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: #003a5e;
  font-family: "BREUERTEXT", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.jsw-search-overlay .jsw-sr-input::placeholder {
  color: rgba(0, 0, 0, 0.28);
}
.jsw-search-overlay .jsw-sr-clear {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.07);
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
}
.jsw-search-overlay .jsw-sr-clear:hover {
  background: rgba(0, 0, 0, 0.12);
  color: #003a5e;
}
.jsw-search-overlay .jsw-sr-close {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background: none;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-family: "BREUERTEXT", sans-serif;
  font-size: 13px;
  font-weight: 400;
  flex-shrink: 0;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.jsw-search-overlay .jsw-sr-close:hover {
  color: #003a5e;
  border-color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.04);
}
.jsw-search-overlay .jsw-sr-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 8px;
  flex-shrink: 0;
  gap: 12px;
}
.jsw-search-overlay .jsw-sr-count {
  font-family: "BREUERTEXT", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
  font-weight: 400;
  letter-spacing: 0.3px;
}
.jsw-search-overlay .jsw-sr-hint {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "BREUERTEXT", sans-serif;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.28);
  flex-wrap: wrap;
}
.jsw-search-overlay .jsw-sr-hint kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 7px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  font-family: inherit;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.38);
  background: rgba(0, 0, 0, 0.04);
}
.jsw-search-overlay .jsw-sr-body {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 48px;
}
.jsw-search-overlay .jsw-sr-body::-webkit-scrollbar {
  width: 4px;
}
.jsw-search-overlay .jsw-sr-body::-webkit-scrollbar-track {
  background: transparent;
}
.jsw-search-overlay .jsw-sr-body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.jsw-search-overlay .jsw-sr-section {
  margin-bottom: 28px;
}
.jsw-search-overlay .jsw-sr-section-h {
  font-family: "BREUERTEXT", sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: rgba(0, 0, 0, 0.3);
  padding: 10px 0 6px;
}
.jsw-search-overlay .jsw-sr-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.jsw-search-overlay .jsw-sr-chip {
  padding: 6px 14px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.5);
  font-family: "BREUERTEXT", sans-serif;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.jsw-search-overlay .jsw-sr-chip:hover {
  background: rgba(0, 0, 0, 0.07);
  border-color: rgba(0, 0, 0, 0.22);
  color: #003a5e;
}
.jsw-search-overlay .jsw-sr-chip--clear {
  border-color: rgba(215, 32, 39, 0.28);
  color: rgba(215, 32, 39, 0.65);
}
.jsw-search-overlay .jsw-sr-chip--clear:hover {
  background: rgba(215, 32, 39, 0.06);
  border-color: #d72027;
  color: #d72027;
}
.jsw-search-overlay .jsw-sr-group {
  margin-bottom: 24px;
}
.jsw-search-overlay .jsw-sr-group-h {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 2px;
}
.jsw-search-overlay .jsw-sr-group-count {
  margin-left: auto;
  font-family: "BREUERTEXT", sans-serif;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.3);
}
.jsw-search-overlay .jsw-sr-row {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 11px 10px 11px 0;
  border: none;
  background: none;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
  border-radius: 6px;
  transition: background 0.15s;
}
.jsw-search-overlay .jsw-sr-row:hover, .jsw-search-overlay .jsw-sr-row.is-active {
  background: rgba(0, 58, 94, 0.04);
}
.jsw-search-overlay .jsw-sr-row:hover .jsw-sr-row-arrow, .jsw-search-overlay .jsw-sr-row.is-active .jsw-sr-row-arrow {
  opacity: 1;
  transform: translateX(3px);
}
.jsw-search-overlay .jsw-sr-row:hover .jsw-sr-row-title, .jsw-search-overlay .jsw-sr-row.is-active .jsw-sr-row-title {
  color: #003a5e;
}
.jsw-search-overlay .jsw-sr-row-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0 12px;
}
.jsw-search-overlay .jsw-sr-row-title {
  font-family: "BREUERTEXT", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
}
.jsw-search-overlay .jsw-sr-row-title mark {
  background: rgba(0, 58, 94, 0.1);
  color: #003a5e;
  border-radius: 2px;
  padding: 0 2px;
}
.jsw-search-overlay .jsw-sr-row-snip {
  font-family: "BREUERTEXT", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.55;
}
.jsw-search-overlay .jsw-sr-row-snip mark {
  background: rgba(0, 58, 94, 0.07);
  color: rgba(0, 58, 94, 0.85);
  border-radius: 2px;
  padding: 0 2px;
}
.jsw-search-overlay .jsw-sr-row-arrow {
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
}
.jsw-search-overlay .jsw-sr-cat {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 100px;
  font-family: "BREUERTEXT", sans-serif;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  flex-shrink: 0;
}
.jsw-search-overlay .jsw-sr-cat--introduction {
  background: rgba(2, 181, 250, 0.13);
  color: #017aaa;
}
.jsw-search-overlay .jsw-sr-cat--creating-value {
  background: rgba(0, 163, 105, 0.13);
  color: #005f3d;
}
.jsw-search-overlay .jsw-sr-cat--sustainability {
  background: rgba(0, 196, 140, 0.13);
  color: #007a5e;
}
.jsw-search-overlay .jsw-sr-cat--mda {
  background: rgba(251, 168, 52, 0.13);
  color: #a56500;
}
.jsw-search-overlay .jsw-sr-cat--statutory {
  background: rgba(215, 32, 39, 0.12);
  color: #a8111a;
}
.jsw-search-overlay .jsw-sr-qa {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 58, 94, 0.16);
  border-radius: 10px;
  background: rgba(0, 58, 94, 0.04);
  cursor: pointer;
  text-align: left;
  transition: background 0.2s, border-color 0.2s;
}
.jsw-search-overlay .jsw-sr-qa:hover {
  background: rgba(0, 58, 94, 0.08);
  border-color: rgba(0, 58, 94, 0.32);
}
.jsw-search-overlay .jsw-sr-qa-tag {
  font-family: "BREUERTEXT", sans-serif;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #003a5e;
  background: rgba(0, 58, 94, 0.09);
  padding: 4px 9px;
  border-radius: 4px;
  flex-shrink: 0;
  margin-right: 16px;
}
.jsw-search-overlay .jsw-sr-qa-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.jsw-search-overlay .jsw-sr-qa-label {
  font-family: "BREUERTEXT", sans-serif;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
}
.jsw-search-overlay .jsw-sr-qa-value {
  font-family: "BREUERTEXT", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #003a5e;
}
.jsw-search-overlay .jsw-sr-qa-cta {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "BREUERTEXT", sans-serif;
  font-size: 11px;
  color: #003a5e;
  margin-left: 14px;
}
.jsw-search-overlay .jsw-sr-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 20px;
  text-align: center;
}
.jsw-search-overlay .jsw-sr-empty-icon {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.2;
}
.jsw-search-overlay .jsw-sr-empty p {
  font-family: "BREUERTEXT", sans-serif;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.32);
  max-width: 360px;
  line-height: 1.65;
}
.jsw-search-overlay .jsw-sr-empty-sub {
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.22) !important;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .jsw-search-overlay .jsw-sr-inner {
    padding: 0 16px;
  }
  .jsw-search-overlay .jsw-sr-header {
    padding: 20px 0 0;
  }
  .jsw-search-overlay .jsw-sr-input {
    font-size: 15px;
  }
  .jsw-search-overlay .jsw-sr-row-title {
    font-size: 14px;
  }
  .jsw-search-overlay .jsw-sr-hint {
    display: none;
  }
}
@media (max-width: 480px) {
  .jsw-search-overlay .jsw-sr-close span {
    display: none;
  }
  .jsw-search-overlay .jsw-sr-close {
    padding: 9px 12px;
  }
  .jsw-search-overlay .jsw-sr-input {
    font-size: 14px;
  }
  .jsw-search-overlay .jsw-sr-row-snip {
    display: none;
  }
}

body.dark-mode .jsw-search-overlay {
  background: rgba(10, 20, 32, 0.97);
}
body.dark-mode .jsw-search-overlay .jsw-sr-header {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
body.dark-mode .jsw-search-overlay .jsw-sr-input-wrap {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .jsw-search-overlay .jsw-sr-input-wrap:focus-within {
  border-color: #02b5fa;
  background: rgba(2, 181, 250, 0.05);
}
body.dark-mode .jsw-search-overlay .jsw-sr-input-icon {
  color: rgba(255, 255, 255, 0.3);
}
body.dark-mode .jsw-search-overlay .jsw-sr-input {
  color: #ffffff;
}
body.dark-mode .jsw-search-overlay .jsw-sr-input::placeholder {
  color: rgba(255, 255, 255, 0.28);
}
body.dark-mode .jsw-search-overlay .jsw-sr-clear {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.55);
}
body.dark-mode .jsw-search-overlay .jsw-sr-clear:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}
body.dark-mode .jsw-search-overlay .jsw-sr-close {
  border-color: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.55);
}
body.dark-mode .jsw-search-overlay .jsw-sr-close:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
}
body.dark-mode .jsw-search-overlay .jsw-sr-count {
  color: rgba(255, 255, 255, 0.35);
}
body.dark-mode .jsw-search-overlay .jsw-sr-hint {
  color: rgba(255, 255, 255, 0.22);
}
body.dark-mode .jsw-search-overlay .jsw-sr-hint kbd {
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.04);
}
body.dark-mode .jsw-search-overlay .jsw-sr-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
}
body.dark-mode .jsw-search-overlay .jsw-sr-section-h {
  color: rgba(255, 255, 255, 0.28);
}
body.dark-mode .jsw-search-overlay .jsw-sr-chip {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.55);
}
body.dark-mode .jsw-search-overlay .jsw-sr-chip:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}
body.dark-mode .jsw-search-overlay .jsw-sr-chip--clear {
  border-color: rgba(215, 32, 39, 0.3);
  color: rgba(215, 32, 39, 0.65);
}
body.dark-mode .jsw-search-overlay .jsw-sr-chip--clear:hover {
  background: rgba(215, 32, 39, 0.1);
  border-color: #d72027;
  color: #d72027;
}
body.dark-mode .jsw-search-overlay .jsw-sr-group-h {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
body.dark-mode .jsw-search-overlay .jsw-sr-group-count {
  color: rgba(255, 255, 255, 0.28);
}
body.dark-mode .jsw-search-overlay .jsw-sr-row {
  border-bottom-color: rgba(255, 255, 255, 0.04);
}
body.dark-mode .jsw-search-overlay .jsw-sr-row:hover, body.dark-mode .jsw-search-overlay .jsw-sr-row.is-active {
  background: rgba(255, 255, 255, 0.05);
}
body.dark-mode .jsw-search-overlay .jsw-sr-row:hover .jsw-sr-row-title, body.dark-mode .jsw-search-overlay .jsw-sr-row.is-active .jsw-sr-row-title {
  color: #ffffff;
}
body.dark-mode .jsw-search-overlay .jsw-sr-row-title {
  color: rgba(255, 255, 255, 0.82);
}
body.dark-mode .jsw-search-overlay .jsw-sr-row-title mark {
  background: rgba(2, 181, 250, 0.22);
  color: #02b5fa;
}
body.dark-mode .jsw-search-overlay .jsw-sr-row-snip {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-mode .jsw-search-overlay .jsw-sr-row-snip mark {
  background: rgba(2, 181, 250, 0.12);
  color: rgba(2, 181, 250, 0.85);
}
body.dark-mode .jsw-search-overlay .jsw-sr-row-arrow {
  color: rgba(255, 255, 255, 0.2);
}
body.dark-mode .jsw-search-overlay .jsw-sr-cat--introduction {
  background: rgba(2, 181, 250, 0.14);
  color: #02b5fa;
}
body.dark-mode .jsw-search-overlay .jsw-sr-cat--creating-value {
  background: rgba(0, 163, 105, 0.14);
  color: #00A369;
}
body.dark-mode .jsw-search-overlay .jsw-sr-cat--sustainability {
  background: rgba(0, 196, 140, 0.14);
  color: #00c48c;
}
body.dark-mode .jsw-search-overlay .jsw-sr-cat--mda {
  background: rgba(251, 168, 52, 0.14);
  color: #fba834;
}
body.dark-mode .jsw-search-overlay .jsw-sr-cat--statutory {
  background: rgba(215, 32, 39, 0.14);
  color: #d72027;
}
body.dark-mode .jsw-search-overlay .jsw-sr-qa {
  border-color: rgba(2, 181, 250, 0.22);
  background: rgba(2, 181, 250, 0.05);
}
body.dark-mode .jsw-search-overlay .jsw-sr-qa:hover {
  background: rgba(2, 181, 250, 0.1);
  border-color: rgba(2, 181, 250, 0.45);
}
body.dark-mode .jsw-search-overlay .jsw-sr-qa-tag {
  color: #02b5fa;
  background: rgba(2, 181, 250, 0.12);
}
body.dark-mode .jsw-search-overlay .jsw-sr-qa-label {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-mode .jsw-search-overlay .jsw-sr-qa-value {
  color: #ffffff;
}
body.dark-mode .jsw-search-overlay .jsw-sr-qa-cta {
  color: #02b5fa;
}
body.dark-mode .jsw-search-overlay .jsw-sr-empty p {
  color: rgba(255, 255, 255, 0.32);
}
body.dark-mode .jsw-search-overlay .jsw-sr-empty-sub {
  color: rgba(255, 255, 255, 0.22) !important;
}

body.jsw-sr-locked {
  overflow: hidden;
}

.home-footer {
  background: #003A5E;
  padding: 40px 0;
}
body.dark-mode .home-footer {
  background: #070d16;
}
.home-footer .foot-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.home-footer .foot-in svg .stirrup {
  fill: #fff;
}
.home-footer .foot-logo img {
  height: 44px;
}
.home-footer p {
  margin: 0;
  font-size: 14px;
  color: white;
  text-align: center;
}
.home-footer a {
  color: #cdd6df;
  text-decoration: none;
  font-size: 14px;
}
.home-footer a:hover {
  color: #fff;
}

.breadcrumb-full-wrp {
  margin-top: 80px;
  padding: 10px 0px;
  background-color: var(--breadcrumb-bg, #f5f5f5);
}
.breadcrumb-full-wrp .breadcrumb {
  margin: 0px;
}
.breadcrumb-full-wrp .breadcrumb li {
  font-size: 16px;
  text-transform: uppercase;
}
.breadcrumb-full-wrp .breadcrumb li a {
  color: var(--text-body, #333333);
  font-weight: 500;
}
.breadcrumb-full-wrp .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--text-muted, #999);
}
.breadcrumb-full-wrp .breadcrumb .breadcrumb-item.active {
  color: var(--text-muted, #999);
}

:root {
  --page-bg: #ffffff;
  --section-alt-bg: #f4f6f9;
  --card-bg: #ffffff;
  --text-body: #333333;
  --text-muted: #666666;
  --border-clr: #e5e5e5;
  --breadcrumb-bg: #f5f5f5;
  --disclosure-bg: #f4f6f9;
  --footnote-bg: #eef2f7;
}

body.dark-mode {
  --page-bg: #0d1117;
  --section-alt-bg: #161b22;
  --card-bg: #1c2333;
  --text-body: #d0d5dc;
  --text-muted: #8b949e;
  --border-clr: #30363d;
  --breadcrumb-bg: #161b22;
  --disclosure-bg: #1c2333;
  --footnote-bg: #1a2332;
  background-color: var(--page-bg);
  color: var(--text-body);
}
body.dark-mode .sub_desc {
  color: var(--text-body) !important;
}

.dark-mode-toggle {
  background: none;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  cursor: pointer;
  padding: 6px 12px;
  margin-right: 16px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dark-mode-toggle:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
}
.dark-mode-toggle .toggle-label {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
}
.dark-mode-toggle svg {
  width: 18px;
  height: 18px;
  stroke: #ffffff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.dark-mode-toggle .icon-sun {
  display: none;
}
.dark-mode-toggle .icon-moon {
  display: block;
}

body.dark-mode .dark-mode-toggle .icon-sun {
  display: block;
}
body.dark-mode .dark-mode-toggle .icon-moon {
  display: none;
}

.common_section {
  background-color: var(--page-bg);
  padding: 60px 0px;
}

.atr-hero-section {
  background-color: var(--page-bg);
  padding: 60px 0px 50px;
}
.atr-hero-section .atr-section-label {
  font-size: 13px;
  font-weight: 500;
  color: #00b6bd;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 18px;
}
.atr-hero-section .atr-main-title {
  color: #000000;
  margin-bottom: 28px;
  line-height: 1;
}
body.dark-mode .atr-hero-section .atr-main-title {
  color: #a8c7e5;
}
.atr-hero-section .atr-intro-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--text-body);
  margin-bottom: 32px;
}
.atr-hero-section .atr-hero-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.atr-reporting-cycle {
  margin-bottom: 30px;
}
.atr-reporting-cycle .atr-rc-label {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 12px;
}
body.dark-mode .atr-reporting-cycle .atr-rc-label {
  color: #00b6bd;
}
.atr-reporting-cycle .atr-rc-dates {
  display: inline-flex;
  align-items: flex-start;
  gap: 14px;
  background: none;
  border-radius: 0;
  padding: 0;
}
.atr-reporting-cycle .atr-rc-date-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.2;
}
.atr-reporting-cycle .atr-rc-month {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
}
.atr-reporting-cycle .atr-rc-month .thin {
  font-weight: 400;
}
body.dark-mode .atr-reporting-cycle .atr-rc-month {
  color: #a8c7e5;
}
.atr-reporting-cycle .atr-rc-year {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #003a5e;
  background-color: #d6ecf8;
  padding: 3px 16px;
  border-radius: 20px;
  line-height: 1.5;
}
body.dark-mode .atr-reporting-cycle .atr-rc-year {
  background-color: #0a2a40;
  color: #a8d4ef;
}
.atr-reporting-cycle .atr-rc-arrow {
  font-size: 18px;
  color: #d72027;
  font-weight: 700;
  line-height: 1;
  padding-top: 6px;
}

.atr-fin-reporting {
  padding: 14px 0;
}
.atr-fin-reporting .atr-fr-label {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}
body.dark-mode .atr-fin-reporting .atr-fr-label {
  color: #00b6bd;
}
.atr-fin-reporting .atr-fr-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-body);
  margin: 0;
}

.atr-frameworks-section {
  background-color: var(--section-alt-bg);
  padding: 60px 0px;
}
.atr-frameworks-section .atr-fw-title {
  color: #003a5e;
  margin-bottom: 36px;
  padding-bottom: 14px;
  border-bottom: 2px solid #00b6bd;
}
body.dark-mode .atr-frameworks-section .atr-fw-title {
  color: #a8c7e5;
  border-color: #1e4a5e;
}

.atr-framework-card {
  background-color: var(--card-bg);
  border: 1px solid var(--border-clr);
  border-radius: 8px;
  padding: 24px 16px 18px;
  text-align: center;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.atr-framework-card:hover {
  box-shadow: 0 6px 24px rgba(0, 58, 94, 0.12);
  transform: translateY(-3px);
  border-color: #00b6bd;
}
body.dark-mode .atr-framework-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
}
.atr-framework-card .fw-logo {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.atr-framework-card .fw-logo img {
  max-height: 100px;
  max-width: 100%;
  object-fit: contain;
}
.atr-framework-card .fw-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-body);
  line-height: 1.45;
}
.atr-framework-card .fw-label small {
  font-size: 12px;
  color: var(--text-muted);
  display: block;
  margin-top: 4px;
}

.atr-scope-section {
  background-color: var(--page-bg);
  padding: 60px 0px;
}
.atr-scope-section .atr-scope-title {
  color: #003a5e;
  margin-bottom: 30px;
  padding-bottom: 14px;
  border-bottom: 2px solid #003a5e;
}
body.dark-mode .atr-scope-section .atr-scope-title {
  color: #a8c7e5;
  border-color: #1e3a5e;
}

.atr-disc-block {
  border-bottom: 1px solid var(--border-clr);
  padding: 20px 0 12px;
}
.atr-disc-block:last-of-type {
  border-bottom: none;
}

.atr-disclosure-heading {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
}

.atr-disc-strategic .atr-disclosure-heading {
  color: #00b6bd;
  border-color: #00b6bd;
}

.atr-disc-financial .atr-disclosure-heading {
  color: #003a5e;
  border-color: #003a5e;
}

body.dark-mode .atr-disc-financial .atr-disclosure-heading {
  color: #a8c7e5;
  border-color: #a8c7e5;
}

.atr-disc-nonfinancial .atr-disclosure-heading {
  color: #d72027;
  border-color: #d72027;
}

.atr-disc-pub-sep .atr-disclosure-heading {
  color: #00b6bd;
  border-color: #00b6bd;
}

.atr-disclosure-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.atr-disclosure-list li {
  font-size: 13px;
  font-weight: 500;
  color: #003a5e;
  padding: 5px 0 5px 16px;
  position: relative;
  border-bottom: 1px solid var(--border-clr);
  line-height: 1.4;
  text-transform: uppercase;
}
body.dark-mode .atr-disclosure-list li {
  color: var(--text-body);
}
.atr-disclosure-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #003a5e;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
}
body.dark-mode .atr-disclosure-list li::before {
  color: var(--text-muted);
}
.atr-disclosure-list li:last-child {
  border-bottom: none;
}
.atr-disclosure-list li sup {
  font-size: 10px;
}

.atr-footnotes {
  margin-top: 22px;
  padding: 14px 0;
}
.atr-footnotes p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0 0 6px;
}
.atr-footnotes p:last-child {
  margin-bottom: 0;
}
.atr-footnotes p sup {
  font-size: 10px;
}

.atr-additional-section {
  background-color: var(--section-alt-bg);
  padding: 60px 0px;
}

.atr-info-block {
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border-clr);
}
.atr-info-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.atr-info-block .atr-ib-title {
  font-size: 20px;
  font-weight: 700;
  color: #003a5e;
  margin-bottom: 12px;
}
body.dark-mode .atr-info-block .atr-ib-title {
  color: #a8c7e5;
}
.atr-info-block .atr-ib-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--text-body);
  margin: 0;
}
body.dark-mode .atr-info-block .atr-ib-text .blackclr {
  color: var(--text-body) !important;
}

.atr-publications {
  position: sticky;
  top: 90px;
}

.atr-pub-card {
  display: flex;
  align-items: stretch;
  background-color: var(--card-bg);
  border: 1px solid var(--border-clr);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.atr-pub-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 58, 94, 0.15);
}
body.dark-mode .atr-pub-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.atr-pub-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent #d72027 transparent transparent;
}

.atr-pub-thumb {
  flex-shrink: 0;
  width: 100px;
}
.atr-pub-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.atr-pub-info {
  padding: 14px 16px;
  display: flex;
  align-items: center;
}

.pub-card-label {
  font-size: 14px;
  font-weight: 700;
  color: #003a5e;
  line-height: 1.35;
  display: block;
}
body.dark-mode .pub-card-label {
  color: #a8c7e5;
}

.atr-fls {
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid var(--border-clr);
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .atr-hero-section {
    padding: 40px 0px 36px;
  }
  .atr-hero-section .atr-main-title {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .atr-hero-section .atr-intro-text {
    font-size: 16px;
  }
  .atr-hero-section .atr-hero-img {
    margin-top: 28px;
  }
  .atr-rc-dates {
    gap: 10px !important;
  }
  .atr-rc-month {
    font-size: 22px !important;
  }
  .atr-frameworks-section,
  .atr-scope-section,
  .atr-additional-section {
    padding: 40px 0px;
  }
  .atr-publications {
    position: static;
    margin-top: 32px;
  }
  .dark-mode-toggle .toggle-label {
    display: none;
  }
  .dark-mode-toggle {
    padding: 6px 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .atr-hero-section .atr-main-title {
    font-size: 50px;
  }
  .atr-publications {
    position: static;
    margin-top: 32px;
  }
  .dark-mode-toggle .toggle-label {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .atr-hero-section .atr-main-title {
    font-size: 58px;
  }
}
.fyh-page-wrp {
  padding: 60px 0 50px;
}
body.dark-mode .fyh-page-wrp {
  background-color: #05111a;
}

.fyh-page-title {
  margin-bottom: 28px;
}
.fyh-page-title h1 {
  font-size: 52px;
  font-weight: 700;
  color: #111;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin: 0;
}
body.dark-mode .fyh-page-title h1 {
  color: #e0e6ed;
}

.fyh-block {
  display: flex;
  border: 1px solid #dde1e5;
  overflow: hidden;
}
body.dark-mode .fyh-block {
  border-color: rgba(255, 255, 255, 0.1);
}

.fyh-label-col {
  width: 48px;
  min-width: 48px;
  display: flex;
  align-items: stretch;
}

.fyh-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px 13px;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 1;
}

.fyh-label-op {
  background-color: #003a5e;
  background-image: url(../images/high-desg-1_03.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.fyh-label-fin {
  background-color: #0b2e4d;
  background-image: url(../images/high-desg-2_06.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.fyh-label-sus {
  background-color: #004f3c;
  background-image: url(../images/high-desg-3_06.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.fyh-content-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.fyh-hero-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.fyh-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.fyh-sus-photos {
  padding: 10px 10px 0;
}

.fyh-sus-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.fyh-stats-row {
  flex: 1;
  border-top: 1px solid #dde1e5;
}
.fyh-stats-row.operation-row {
  background-color: #e9f7fe;
}
.fyh-stats-row.operation-row .fyh-stat-desc {
  color: #0093d0;
}
.fyh-stats-row.operation-row .fyh-stat-subdesc {
  color: #0093d0;
}
body.dark-mode .fyh-stats-row.operation-row {
  background-color: rgba(58, 172, 219, 0.1);
}
body.dark-mode .fyh-stats-row.operation-row .fyh-stat-desc {
  color: #5bbfe6;
}
body.dark-mode .fyh-stats-row.operation-row .fyh-stat-subdesc {
  color: #5bbfe6;
}
.fyh-stats-row.fin-row {
  background-color: #f4eae8;
}
.fyh-stats-row.fin-row .fyh-stat-desc {
  color: #3c77ae;
}
.fyh-stats-row.fin-row .fyh-stat-subdesc {
  color: #3c77ae;
}
body.dark-mode .fyh-stats-row.fin-row {
  background-color: rgba(60, 119, 174, 0.12);
}
body.dark-mode .fyh-stats-row.fin-row .fyh-stat-desc {
  color: #7fb0d8;
}
body.dark-mode .fyh-stats-row.fin-row .fyh-stat-subdesc {
  color: #7fb0d8;
}
.fyh-stats-row.sus-row {
  background-color: #fff5ec;
}
.fyh-stats-row.sus-row .fyh-stat-desc {
  color: #00a36a;
}
.fyh-stats-row.sus-row .fyh-stat-subdesc {
  color: #00a36a;
}
body.dark-mode .fyh-stats-row.sus-row {
  background-color: rgba(0, 163, 106, 0.1);
}
body.dark-mode .fyh-stats-row.sus-row .fyh-stat-desc {
  color: #33c48c;
}
body.dark-mode .fyh-stats-row.sus-row .fyh-stat-subdesc {
  color: #33c48c;
}
body.dark-mode .fyh-stats-row {
  border-color: rgba(255, 255, 255, 0.08);
}

.fyh-sus-stats {
  border-top: none;
}

.fyh-stats-col {
  padding: 16px 14px;
  border-right: 1px solid #dde1e5;
}
.fyh-stats-col:last-child {
  border-right: none;
}
body.dark-mode .fyh-stats-col {
  border-color: rgba(255, 255, 255, 0.08);
}

.fyh-fin-left {
  background-color: #fff0ee;
  position: relative;
}
body.dark-mode .fyh-fin-left {
  background-color: rgba(215, 32, 39, 0.07);
}

.fyh-fin-right {
  position: relative;
  display: flex;
  flex-direction: column;
}

.fyh-fin-design-el {
  margin-top: auto;
  padding-top: 10px;
  opacity: 0.85;
}
.fyh-fin-design-el img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.fyh-sus-content {
  background-color: #f8fdfc;
}
body.dark-mode .fyh-sus-content {
  background-color: rgba(20, 90, 50, 0.06);
}

.fyh-stat-item {
  margin-bottom: 18px;
}
.fyh-stat-item.mb-0 {
  margin-bottom: 0;
}

.fyh-stat-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}

.fyh-stat-number {
  font-size: 34px;
  font-weight: 700;
  color: #3aacdb;
  line-height: 1.1;
  display: block;
  margin-bottom: 4px;
}
body.dark-mode .fyh-stat-number {
  color: #5cc6e8;
}

.fyh-fin-number {
  font-size: 34px;
  color: #3c77ae;
}
body.dark-mode .fyh-fin-number {
  color: #7fb0d8;
}

.fyh-sus-number {
  font-size: 34px;
  color: #00a36a;
}
body.dark-mode .fyh-sus-number {
  color: #33c48c;
}

.fyh-badge {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  line-height: 1.6;
  white-space: nowrap;
}

.fyh-badge-green {
  color: #ffffff;
  background-color: #2e8b57;
}

.fyh-stat-desc {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
body.dark-mode .fyh-stat-desc {
  color: #a0aab4;
}

.fyh-stat-subdesc {
  font-size: 11px;
  margin: 4px 0 0;
  line-height: 1.3;
}
body.dark-mode .fyh-stat-subdesc {
  color: #666;
}

.fyh-award-row {
  padding: 10px 10px 10px;
  border-top: 1px solid #dde1e5;
  margin-top: auto;
  background-color: #fff5ec;
}
body.dark-mode .fyh-award-row {
  background-color: rgba(0, 163, 106, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
}

.fyh-award-card {
  overflow: hidden;
  height: 100%;
  text-align: center;
}
body.dark-mode .fyh-award-card {
  background: #0c1f2e;
  border-color: rgba(255, 255, 255, 0.1);
}

.fyh-award-img {
  height: 200px;
  display: block;
  margin: 20px auto;
}

.fyh-award-caption {
  font-size: 16px;
  color: #000;
  line-height: 1.45;
  margin: 0;
  padding: 8px 10px 10px;
}
body.dark-mode .fyh-award-caption {
  color: #8a9aaa;
}

.fyh-footnotes {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.fyh-footnote-text {
  font-size: 11px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}
body.dark-mode .fyh-footnote-text {
  color: #7a8a99;
}

.fyh-yoy-badge {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background-color: #2e8b57;
  padding: 5px 18px;
  border-radius: 20px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .fyh-page-title h1 {
    font-size: 36px;
  }
  .fyh-stat-number {
    font-size: 22px;
  }
  .fyh-fin-number {
    font-size: 17px;
  }
  .fyh-sus-number {
    font-size: 22px;
  }
  .fyh-hero-image {
    height: 180px;
  }
  .fyh-sus-img {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .fyh-page-wrp {
    padding: 40px 0 36px;
  }
  .fyh-page-title h1 {
    font-size: 28px;
    letter-spacing: 0;
  }
  .fyh-label-col {
    width: 34px;
    min-width: 34px;
  }
  .fyh-label {
    font-size: 10px;
    letter-spacing: 2px;
  }
  .fyh-hero-image {
    height: 150px;
  }
  .fyh-sus-img {
    height: 120px;
  }
  .fyh-stat-number {
    font-size: 19px;
  }
  .fyh-fin-number {
    font-size: 15px;
  }
  .fyh-sus-number {
    font-size: 19px;
  }
  .fyh-stats-col {
    padding: 10px 10px;
  }
  .fyh-stat-item {
    margin-bottom: 14px;
  }
  .fyh-fin-design-el {
    display: none;
  }
  .fyh-footnotes {
    flex-direction: column;
    gap: 10px;
  }
}
.chm-page-wrp {
  padding: 60px 0 70px;
}
body.dark-mode .chm-page-wrp {
  background-color: #05111a;
}

.chm-hero-title {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 3px solid #00b6bd;
}
.chm-hero-title h1 {
  font-size: 68px;
  font-weight: 700;
  color: #003a5e;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0;
}
body.dark-mode .chm-hero-title h1 {
  color: #e0e6ed;
}

.chm-portrait-col {
  padding-right: 0;
}

.chm-portrait-wrap {
  position: sticky;
  top: 90px;
}

.chm-portrait-img-area {
  position: relative;
  line-height: 0;
}
.chm-portrait-img-area .chm-portrait-img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

.chm-identity {
  padding-top: 18px;
}

.chm-identity-rule {
  width: 36px;
  height: 2px;
  background-color: #003a5e;
  margin-bottom: 10px;
}
body.dark-mode .chm-identity-rule {
  background-color: #00b6bd;
}

.chm-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #003a5e;
  line-height: 1.3;
}
body.dark-mode .chm-name {
  color: #e0e6ed;
}

.chm-designation {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 1.4;
  margin-top: 3px;
}
body.dark-mode .chm-designation {
  color: #8a9aaa;
}

.chm-intro-text {
  padding-left: 63px;
}
.chm-intro-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 16px;
}
body.dark-mode .chm-intro-text p {
  color: #a0aab4;
}
.chm-intro-text p:last-child {
  margin-bottom: 0;
}

.chm-salutation {
  font-size: 24px;
  font-weight: 700;
  color: #003a5e;
  margin-bottom: 22px;
  line-height: 1.3;
}
body.dark-mode .chm-salutation {
  color: #00b6bd;
}

.chm-inline-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 30px 0 18px;
  line-height: 1.3;
}
body.dark-mode .chm-inline-title {
  color: #e0e6ed;
}

.chm-section-heading {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 14px;
  margin-top: 22px;
  line-height: 1.35;
}
.chm-section-heading:first-child {
  margin-top: 0;
}
body.dark-mode .chm-section-heading {
  color: #00b6bd;
}

.chm-intro-text .chm-section-heading {
  margin-top: 28px;
}

.chm-body-sections {
  margin-top: 64px;
  padding-top: 54px;
  border-top: 1px solid #dde1e5;
}
body.dark-mode .chm-body-sections {
  border-color: rgba(255, 255, 255, 0.1);
}

.chm-section-block p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 14px;
}
body.dark-mode .chm-section-block p {
  color: #a0aab4;
}
.chm-section-block p:last-child {
  margin-bottom: 0;
}

.chm-closing-line {
  font-style: italic;
  font-weight: 500;
  color: #003a5e !important;
  margin-top: 6px;
}
body.dark-mode .chm-closing-line {
  color: #00b6bd !important;
}

body.dark-mode .chm-closing-sig {
  border-color: rgba(255, 255, 255, 0.1);
}

.chm-sig-regards {
  font-size: 16px;
  color: #666;
  margin: 0 0 8px;
}
body.dark-mode .chm-sig-regards {
  color: #8a9aaa;
}

.chm-sig-name-lg {
  font-size: 20px;
  font-weight: 700;
  color: #003a5e;
  margin: 0 0 4px;
}
body.dark-mode .chm-sig-name-lg {
  color: #e0e6ed;
}

.chm-sig-title-lg {
  font-size: 16px;
  color: #666;
  margin: 0;
}
body.dark-mode .chm-sig-title-lg {
  color: #8a9aaa;
}

@media (max-width: 1199px) {
  .chm-hero-title h1 {
    font-size: 58px;
  }
}
@media (max-width: 991px) {
  .chm-hero-title h1 {
    font-size: 44px;
  }
  .chm-portrait-col {
    padding-right: 20px;
  }
  .chm-intro-text {
    padding-left: 20px;
  }
  .chm-portrait-wrap {
    position: static;
  }
}
@media (max-width: 767px) {
  .chm-page-wrp {
    padding: 40px 0 50px;
  }
  .chm-hero-title {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom-width: 2px;
  }
  .chm-hero-title h1 {
    font-size: 32px;
    letter-spacing: -0.3px;
  }
  .chm-portrait-col {
    padding-right: 0;
    margin-bottom: 28px;
  }
  .chm-intro-text {
    padding-left: 0;
  }
  .chm-salutation {
    font-size: 20px;
  }
  .chm-inline-title {
    font-size: 18px;
  }
  .chm-body-sections {
    margin-top: 40px;
    padding-top: 36px;
  }
}
.hero-title {
  font-size: 68px;
  font-weight: 700;
  color: #003a5e;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 48px;
  padding-bottom: 32px;
  border-bottom: 3px solid #00b6bd;
}
body.dark-mode .hero-title {
  color: #e0e6ed;
}

@media (max-width: 1199px) {
  .hero-title {
    font-size: 58px;
  }
}
@media (max-width: 991px) {
  .hero-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .hero-title {
    font-size: 32px;
    letter-spacing: -0.3px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom-width: 2px;
  }
}
.integrated_wrp {
  padding: 70px 0px;
}

.ipf-page-wrp {
  background-color: #f5f0e3;
  padding: 70px 0 70px;
}
body.dark-mode .ipf-page-wrp {
  background-color: #0d1a27;
}

.ipf-strategic-section {
  border-top: 5px solid #00b6bd;
  margin-bottom: 0;
}

.ipf-strategic-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px 18px;
  border-bottom: 1px solid rgba(0, 58, 94, 0.12);
}
body.dark-mode .ipf-strategic-hdr {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.ipf-strategic-title {
  font-size: 24px;
  font-weight: 700;
  color: #003a5e;
  margin: 0;
}
body.dark-mode .ipf-strategic-title {
  color: #e0e6ed;
}

.ipf-hdr-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.ipf-row-separator {
  height: 8px;
  background-color: #00b6bd;
  width: 100%;
}
body.dark-mode .ipf-row-separator {
  background-color: #006f74;
}

.ipf-asp-item {
  padding: 28px 28px 24px;
  border-top: 3px solid #00b6bd;
  border-right: 1px solid rgba(0, 58, 94, 0.12);
}
.ipf-asp-item:nth-child(3n) {
  border-right: none;
}
body.dark-mode .ipf-asp-item {
  border-top-color: #00b6bd;
  border-right-color: rgba(255, 255, 255, 0.07);
}

.ipf-asp-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 16px;
  display: block;
}

.ipf-asp-title {
  font-size: 28px;
  font-weight: 700;
  color: #003a5e;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
body.dark-mode .ipf-asp-title {
  color: #e0e6ed;
}

.ipf-asp-desc {
  font-size: 14px;
  font-weight: 700;
  color: #003a5e;
  margin-bottom: 20px;
  min-height: 44px;
  line-height: 1.5;
}
body.dark-mode .ipf-asp-desc {
  color: #8a9aaa;
}

.ipf-asp-divider {
  height: 2px;
  background-color: #00b6bd;
  margin-bottom: 18px;
  width: 100%;
}

.ipf-asp-stat {
  font-size: 36px;
  font-weight: 700;
  color: #003a5e;
  margin-bottom: 6px;
  line-height: 1.1;
}
body.dark-mode .ipf-asp-stat {
  color: #e0e6ed;
}

.ipf-asp-stat-desc {
  font-size: 13px;
  color: #003a5e;
  margin: 0;
  line-height: 1.5;
}
body.dark-mode .ipf-asp-stat-desc {
  color: #8a9aaa;
}

.ipf-asp-footnote {
  padding: 10px 24px;
  font-size: 13px;
  color: #666;
  border-top: 1px solid rgba(0, 58, 94, 0.12);
}
body.dark-mode .ipf-asp-footnote {
  color: #8a9aaa;
  border-top-color: rgba(255, 255, 255, 0.07);
}

.ipf-framework-section {
  border-top: 5px solid #00b6bd;
  margin-top: 50px;
  padding-top: 0px;
}

.ipf-col {
  border-right: 1px solid rgba(0, 58, 94, 0.12);
}
.ipf-col:last-child {
  border-right: none;
}
body.dark-mode .ipf-col {
  border-right-color: rgba(255, 255, 255, 0.07);
}

.ipf-col-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  min-height: 64px;
  border-bottom: 1px solid rgba(0, 58, 94, 0.12);
}
body.dark-mode .ipf-col-hdr {
  border-bottom-color: rgba(255, 255, 255, 0.07);
}

.ipf-col-title {
  font-size: 18px;
  font-weight: 700;
  color: #003a5e;
  margin: 0;
}
body.dark-mode .ipf-col-title {
  color: #e0e6ed;
}

.ipf-col-hdr-icons {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}
.ipf-col-hdr-icons img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.ipf-col-hdr-single-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex-shrink: 0;
}

.ipf-driven-content {
  padding: 24px;
}

.ipf-vm-block {
  margin-bottom: 26px;
}
.ipf-vm-block:last-child {
  margin-bottom: 0;
}

.ipf-vm-label {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #000000;
  margin-bottom: 10px;
}
body.dark-mode .ipf-vm-label {
  color: #8a9aaa;
  opacity: 1;
}

.ipf-vm-body {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.ipf-vm-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 2px;
}

.ipf-vm-text {
  font-size: 20px;
  font-weight: 700;
  color: #003a5e;
  margin: 0;
  line-height: 1.55;
}
body.dark-mode .ipf-vm-text {
  color: #e0e6ed;
}

.ipf-driven-diagram {
  margin-top: 24px;
  text-align: center;
}
.ipf-driven-diagram img {
  max-width: 100%;
  height: auto;
}

.ipf-values-content {
  padding: 24px;
}

.ipf-value-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 58, 94, 0.12);
}
.ipf-value-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
body.dark-mode .ipf-value-block {
  border-bottom-color: rgba(255, 255, 255, 0.07);
}

.ipf-value-name {
  font-size: 20px;
  font-weight: 700;
  color: #003a5e;
  margin-bottom: 10px;
}
body.dark-mode .ipf-value-name {
  color: #00b6bd;
}

.ipf-value-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ipf-value-list li {
  font-size: 16px;
  color: #4a4a4a;
  padding: 3px 0 3px 18px;
  position: relative;
  line-height: 1.55;
}
.ipf-value-list li::before {
  content: "▪";
  position: absolute;
  left: 0;
  color: #003a5e;
  font-size: 15px;
  top: 5px;
}
body.dark-mode .ipf-value-list li {
  color: #b0bec8;
}
body.dark-mode .ipf-value-list li::before {
  color: #00b6bd;
}

.ipf-impact-content {
  padding: 24px;
}

.ipf-impact-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #003a5e;
  margin: 0 0 12px;
}
.ipf-impact-section-title + .ipf-impact-section-title {
  margin-top: 24px;
}
body.dark-mode .ipf-impact-section-title {
  color: #e0e6ed;
}

.ipf-stakeholder-list {
  list-style: none;
  padding: 0;
  margin: 0 0 4px;
}
.ipf-stakeholder-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #003a5e;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 58, 94, 0.12);
}
.ipf-stakeholder-list li:last-child {
  border-bottom: none;
}
.ipf-stakeholder-list li strong {
  font-weight: 700;
}
body.dark-mode .ipf-stakeholder-list li {
  color: #e0e6ed;
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.ipf-list-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.ipf-material-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ipf-material-list li {
  font-size: 16px;
  color: #4a4a4a;
  padding: 3px 0 3px 22px;
  position: relative;
  line-height: 1.55;
}
.ipf-material-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
body.dark-mode .ipf-material-list li {
  color: #b0bec8;
}
.ipf-material-list.ipf-mt-green::before,
.ipf-material-list li.ipf-mt-green::before {
  background-color: #00a36a;
}
.ipf-material-list.ipf-mt-red::before,
.ipf-material-list li.ipf-mt-red::before {
  background-color: #d72027;
}
.ipf-material-list.ipf-mt-blue::before,
.ipf-material-list li.ipf-mt-blue::before {
  background-color: #3c77ae;
}
.ipf-material-list.ipf-mt-grey::before,
.ipf-material-list li.ipf-mt-grey::before {
  background-color: #8a9aaa;
}

li.ipf-mt-green::before {
  background-color: #00a36a;
}

li.ipf-mt-red::before {
  background-color: #d72027;
}

li.ipf-mt-blue::before {
  background-color: #3c77ae;
}

li.ipf-mt-grey::before {
  background-color: #8a9aaa;
}

@media (max-width: 991px) {
  .ipf-asp-item {
    padding: 20px 18px;
  }
  .ipf-asp-item:nth-child(3n) {
    border-right: 1px solid rgba(0, 58, 94, 0.12);
  }
  .ipf-asp-item:nth-child(2n) {
    border-right: none;
  }
  .ipf-asp-desc {
    min-height: auto;
  }
  .ipf-col {
    border-right: none;
    border-bottom: 1px solid rgba(0, 58, 94, 0.12);
  }
  .ipf-col:last-child {
    border-bottom: none;
  }
  body.dark-mode .ipf-col {
    border-bottom-color: rgba(255, 255, 255, 0.07);
  }
}
@media (max-width: 767px) {
  .ipf-page-wrp {
    padding: 0 0 50px;
  }
  .ipf-strategic-hdr {
    padding: 14px 16px;
  }
  .ipf-strategic-title {
    font-size: 20px;
  }
  .ipf-asp-item {
    padding: 16px 14px;
    border-right: 1px solid rgba(0, 58, 94, 0.12);
  }
  .ipf-asp-item:nth-child(2n) {
    border-right: none;
  }
  .ipf-asp-item:nth-child(3n) {
    border-right: 1px solid rgba(0, 58, 94, 0.12);
  }
  .ipf-asp-item:nth-child(6n), .ipf-asp-item:nth-child(3n):last-child {
    border-right: none;
  }
  .ipf-asp-title {
    font-size: 20px;
  }
  .ipf-asp-stat {
    font-size: 24px;
  }
  .ipf-asp-icon {
    width: 36px;
    height: 36px;
  }
  .ipf-asp-desc {
    font-size: 12px;
  }
  .ipf-col-hdr {
    padding: 12px 16px;
  }
  .ipf-driven-content,
  .ipf-values-content,
  .ipf-impact-content {
    padding: 16px;
  }
}
.how_we_create {
  padding: 70px 0px;
}
.how_we_create .bm-slider .bm-slide1 {
  width: 439px;
}
.how_we_create .bm-slider .bm-slide2 {
  width: 521px;
}
.how_we_create .bm-slider .bm-slide3 {
  width: 495px;
}
.how_we_create .bm-slider .bm-slide4 {
  width: 465px;
}
.how_we_create .bm-slider .swiper-button-next::after,
.how_we_create .bm-slider .swiper-button-prev::after {
  color: #000000;
}
.how_we_create .inter_caps_wrp {
  margin-top: 50px;
}
.how_we_create .inter_caps_wrp .ttle {
  color: #000000;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 20px 10px;
  min-height: 85px;
  display: flex;
  align-items: center;
  margin: 0px;
}
.how_we_create .inter_caps_wrp .ttle.dark_blue_bx {
  background-color: #eaeff2;
}
.how_we_create .inter_caps_wrp .ttle.light_blue_bx {
  background-color: #c7eafb;
}
.how_we_create .inter_caps_wrp .caps_bx {
  width: 100%;
  padding: 14px 12px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid rgba(0, 58, 94, 0.12);
}
.how_we_create .inter_caps_wrp .caps_bx.blu_bx {
  background-color: #ffffff;
}
.how_we_create .inter_caps_wrp .caps_bx.grey_bx {
  background-color: #f0f5f8;
}
.how_we_create .inter_caps_wrp .caps_bx .caps_title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 1.35;
  margin-bottom: 6px;
  display: block;
}
.how_we_create .inter_caps_wrp .caps_bx .caps_desc {
  font-size: 12px;
  font-weight: 400;
  color: #444;
  line-height: 1.55;
  margin: 0;
}
body.dark-mode .how_we_create .inter_caps_wrp .caps_bx {
  border-color: rgba(255, 255, 255, 0.07);
}
body.dark-mode .how_we_create .inter_caps_wrp .caps_bx.blu_bx {
  background-color: #1a2a38;
}
body.dark-mode .how_we_create .inter_caps_wrp .caps_bx.grey_bx {
  background-color: #152230;
}
body.dark-mode .how_we_create .inter_caps_wrp .caps_bx .caps_title {
  color: #c8d8e8;
}
body.dark-mode .how_we_create .inter_caps_wrp .caps_bx .caps_desc {
  color: #8a9aaa;
}
.how_we_create .inter_caps_wrp .pic_bx {
  border: 1px solid rgba(0, 58, 94, 0.12);
  position: relative;
  min-height: 200px;
}
.how_we_create .inter_caps_wrp .pic_bx img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
body.dark-mode .how_we_create .inter_caps_wrp .pic_bx {
  border-color: rgba(255, 255, 255, 0.07);
}
body.dark-mode .how_we_create .inter_caps_wrp .ttle {
  color: #e0e6ed;
}
body.dark-mode .how_we_create .inter_caps_wrp .ttle.dark_blue_bx {
  background-color: #1a2a38;
}
body.dark-mode .how_we_create .inter_caps_wrp .ttle.light_blue_bx {
  background-color: #0e2233;
}
.how_we_create .inter_caps_wrp .row.g-0 {
  position: relative;
  padding-left: 35px;
}
.how_we_create .inter_caps_wrp .row-labels-col {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.how_we_create .inter_caps_wrp .row-label-spacer {
  flex-shrink: 0;
}
.how_we_create .inter_caps_wrp .row-label {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.how_we_create .inter_caps_wrp .row-label span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;
  font-family: inherit;
}
body.dark-mode .how_we_create .inter_caps_wrp .row-label span {
  color: #fff;
}
.how_we_create .inter_caps_wrp .row-label.rl-financial, .how_we_create .inter_caps_wrp .row-label.rl-intellectual, .how_we_create .inter_caps_wrp .row-label.rl-social {
  background-color: #eaeff2;
}
.how_we_create .inter_caps_wrp .row-label.rl-manufactured, .how_we_create .inter_caps_wrp .row-label.rl-human, .how_we_create .inter_caps_wrp .row-label.rl-natural {
  background-color: #c7eafb;
}
body.dark-mode .how_we_create .inter_caps_wrp .row-label.rl-financial, body.dark-mode .how_we_create .inter_caps_wrp .row-label.rl-intellectual, body.dark-mode .how_we_create .inter_caps_wrp .row-label.rl-social {
  background-color: #1a2a38;
}
body.dark-mode .how_we_create .inter_caps_wrp .row-label.rl-manufactured, body.dark-mode .how_we_create .inter_caps_wrp .row-label.rl-human, body.dark-mode .how_we_create .inter_caps_wrp .row-label.rl-natural {
  background-color: #0e2233;
}
body.dark-mode .how_we_create {
  background-color: #0d1a27;
}

@media (max-width: 991px) {
  .how_we_create .inter_caps_wrp .caps_bx {
    min-height: 120px;
  }
  .how_we_create .inter_caps_wrp .ttle {
    font-size: 14px;
    min-height: 70px;
    padding: 14px 8px;
  }
  .how_we_create .inter_caps_wrp .row.g-0 {
    padding-left: 28px;
  }
  .how_we_create .inter_caps_wrp .row-labels-col {
    width: 28px;
  }
  .how_we_create .inter_caps_wrp .row-label span {
    font-size: 7.5px;
    letter-spacing: 0.07em;
  }
}
@media (max-width: 767px) {
  .how_we_create .inter_caps_wrp .caps_bx {
    min-height: auto;
    padding: 12px 10px;
  }
  .how_we_create .inter_caps_wrp .ttle {
    font-size: 13px;
    min-height: 60px;
    padding: 12px 8px;
  }
  .how_we_create .inter_caps_wrp .caps_bx .caps_title {
    font-size: 12px;
  }
  .how_we_create .inter_caps_wrp .caps_bx .caps_desc {
    font-size: 11px;
  }
  .how_we_create .inter_caps_wrp .row.g-0 {
    padding-left: 22px;
  }
  .how_we_create .inter_caps_wrp .row-labels-col {
    width: 22px;
  }
  .how_we_create .inter_caps_wrp .row-label span {
    font-size: 6px;
    letter-spacing: 0.05em;
  }
}
.op-page-wrp {
  padding-bottom: 70px;
}
body.dark-mode .op-page-wrp {
  background-color: #0d1a27;
}

.op-hero-title {
  padding: 48px 0 40px;
}
.op-hero-title h1 {
  font-size: 72px;
  font-weight: 700;
  color: #003a5e;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0;
}
body.dark-mode .op-hero-title h1 {
  color: #e0e6ed;
}

.op-hero-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0px;
}
.op-hero-img img {
  width: 100%;
  height: auto;
  display: block;
}

.op-mf-section {
  background-color: #ebf6f1;
  padding: 40px;
}
body.dark-mode .op-mf-section {
  background-color: #0d2318;
}

.op-mf-hdr {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
}

.op-mf-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

.op-mf-heading {
  font-size: 24px;
  font-weight: 700;
  color: #006B3C;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
body.dark-mode .op-mf-heading {
  color: #4caf82;
}

.op-mf-col {
  padding-right: 48px;
}
.op-mf-col:last-child {
  padding-right: 0;
}

.op-facility-item {
  padding-bottom: 28px;
}

.op-facility-name {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
  line-height: 1.3;
}
body.dark-mode .op-facility-name {
  color: #e0e6ed;
}

.op-facility-products {
  font-size: 14px;
  color: #000;
  margin-bottom: 14px;
  line-height: 1.55;
}
body.dark-mode .op-facility-products {
  color: #8a9aaa;
}

.op-facility-capacity {
  font-size: 36px;
  font-weight: 700;
  color: #00a36a;
  line-height: 1.1;
  margin-bottom: 4px;
}
body.dark-mode .op-facility-capacity {
  color: #4caf82;
}

.op-facility-cap-label {
  font-size: 13px;
  color: #000;
  margin: 0;
}
body.dark-mode .op-facility-cap-label {
  color: #8a9aaa;
}

.op-facility-divider {
  height: 1px;
  background-color: rgba(0, 58, 94, 0.15);
  margin-bottom: 28px;
}
body.dark-mode .op-facility-divider {
  background-color: rgba(255, 255, 255, 0.1);
}

.op-footnotes {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 58, 94, 0.15);
}
.op-footnotes p {
  font-size: 12px;
  color: #666;
  line-height: 1.55;
  margin-bottom: 8px;
}
.op-footnotes p:last-child {
  margin-bottom: 0;
}
body.dark-mode .op-footnotes {
  border-top-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .op-footnotes p {
  color: #8a9aaa;
}

.op-ds-section {
  background-color: #e9f7fe;
  padding: 40px;
}
body.dark-mode .op-ds-section {
  background-color: #0d1e2b;
}

.op-ds-heading {
  font-size: 24px;
  font-weight: 700;
  color: #003a5e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
body.dark-mode .op-ds-heading {
  color: #00d4dc;
}

.op-ds-capacity {
  font-size: 24px;
  font-weight: 700;
  color: #0093d0;
  line-height: 1.25;
  margin-bottom: 2px;
}
.op-ds-capacity:last-of-type {
  margin-bottom: 4px;
}
body.dark-mode .op-ds-capacity {
  color: #00d4dc;
}

.op-mines-section {
  background-color: #fdf0ed;
  padding: 40px;
  height: auto;
}
body.dark-mode .op-mines-section {
  background-color: #2a1515;
}

.op-mines-heading {
  font-size: 24px;
  font-weight: 700;
  color: #f15b5b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1.2;
}
body.dark-mode .op-mines-heading {
  color: #f07060;
}

.op-mines-stat {
  padding-bottom: 8px;
}

.op-mines-value {
  font-size: 24px;
  font-weight: 700;
  color: #f15b5b;
  line-height: 1.1;
  margin-bottom: 4px;
}
body.dark-mode .op-mines-value {
  color: #f07060;
}

.op-intl-section {
  background-color: #e8f5f7;
  padding: 40px;
  height: auto;
}
body.dark-mode .op-intl-section {
  background-color: #0d1e2b;
}

.op-intl-heading {
  font-size: 24px;
  font-weight: 700;
  color: #00b6bd;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
body.dark-mode .op-intl-heading {
  color: #00d4dc;
}

.op-intl-col {
  padding-right: 40px;
}
.op-intl-col:last-child {
  padding-right: 0;
}

.op-intl-company {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.3;
}
body.dark-mode .op-intl-company {
  color: #e0e6ed;
}

.op-ds-capacity {
  color: #00b6bd;
}

.op-ds-capacity-g {
  color: #0093d0;
}

.op-intl-plant {
  margin-bottom: 8px;
}

.op-intl-location {
  font-size: 16px;
  font-weight: 700;
  color: #003a5e;
  margin-bottom: 6px;
}
body.dark-mode .op-intl-location {
  color: #c0ccd8;
}

.op-intl-label {
  font-size: 13px;
  font-weight: 700;
  color: #003a5e;
  margin-bottom: 6px;
  margin-top: 8px;
}
body.dark-mode .op-intl-label {
  color: #c0ccd8;
}

@media (max-width: 1199px) {
  .op-hero-title h1 {
    font-size: 56px;
  }
  .op-mf-col {
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .op-hero-title h1 {
    font-size: 44px;
  }
  .op-mf-col {
    padding-right: 24px;
  }
  .op-facility-capacity {
    font-size: 28px;
  }
  .op-ds-capacity {
    font-size: 20px;
  }
  .op-mines-value {
    font-size: 28px;
  }
  .op-intl-col {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .op-hero-title {
    padding: 32px 0 28px;
  }
  .op-hero-title h1 {
    font-size: 32px;
    letter-spacing: -0.5px;
  }
  .op-hero-img {
    margin-bottom: 32px;
  }
  .op-mf-col {
    padding-right: 0;
    margin-bottom: 8px;
  }
  .op-mf-heading {
    font-size: 20px;
  }
  .op-facility-name {
    font-size: 16px;
  }
  .op-facility-capacity {
    font-size: 24px;
  }
  .op-mf-grid .col-sm-12 + .col-sm-12 {
    margin-top: 8px;
  }
  .op-ds-heading {
    font-size: 20px;
  }
  .op-ds-capacity {
    font-size: 18px;
  }
  .op-mines-section,
  .op-intl-section {
    padding: 28px 20px;
  }
  .op-mines-heading,
  .op-intl-heading {
    font-size: 20px;
  }
  .op-mines-value {
    font-size: 24px;
  }
  .op-intl-col {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.ps-page-wrp {
  padding-bottom: 80px;
}
body.dark-mode .ps-page-wrp {
  background-color: #0d1a27;
}

.ps-hero-title {
  padding: 48px 0 36px;
}
.ps-hero-title h1 {
  font-size: 72px;
  font-weight: 700;
  color: #003a5e;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0;
}
body.dark-mode .ps-hero-title h1 {
  color: #e0e6ed;
}

.ps-strip-img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.ps-products-row {
  border-top: 3px solid #003a5e;
}
body.dark-mode .ps-products-row {
  border-top-color: #3a5a7a;
}

.ps-cat-col {
  padding: 28px 20px;
  border-right: 1px solid rgba(0, 58, 94, 0.15);
}
.ps-cat-col:first-child {
  padding-left: 0;
}
.ps-cat-col:last-child {
  border-right: none;
  padding-right: 0;
}
body.dark-mode .ps-cat-col {
  border-right-color: rgba(255, 255, 255, 0.08);
}

.ps-cat-title {
  font-size: 22px;
  font-weight: 700;
  color: #0093d0;
  line-height: 1.3;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(0, 58, 94, 0.2);
}
body.dark-mode .ps-cat-title {
  color: #e0e6ed;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.ps-subcol {
  padding-right: 12px;
}

.ps-subcol-right {
  padding-right: 0;
  padding-left: 12px;
  border-left: 1px solid rgba(0, 58, 94, 0.12);
}
body.dark-mode .ps-subcol-right {
  border-left-color: rgba(255, 255, 255, 0.08);
}

.ps-product {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 58, 94, 0.08);
}
.ps-product:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
body.dark-mode .ps-product {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.ps-product-logo {
  max-height: 30px;
  width: auto;
  max-width: 100%;
  display: block;
  margin-bottom: 7px;
  object-fit: contain;
}

.ps-product-brand-text {
  font-size: 14px;
  font-weight: 700;
  color: #003a5e;
  margin-bottom: 7px;
}
body.dark-mode .ps-product-brand-text {
  color: #00d4dc;
}

.ps-product-desc {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  margin: 0;
}
body.dark-mode .ps-product-desc {
  color: #8a9aaa;
}

.ps-sub-heading {
  font-size: 22px;
  font-weight: 700;
  color: #0093d0;
  text-transform: none;
  letter-spacing: 0;
  padding-top: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-top: 1px solid rgba(0, 58, 94, 0.12);
}
body.dark-mode .ps-sub-heading {
  color: #00d4dc;
  border-top-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1199px) {
  .ps-hero-title h1 {
    font-size: 56px;
  }
  .ps-strip-img {
    height: 220px;
  }
  .ps-cat-col {
    padding: 24px 14px;
  }
  .ps-cat-col:first-child {
    padding-left: 0;
  }
  .ps-cat-col:last-child {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .ps-hero-title h1 {
    font-size: 44px;
  }
  .ps-strip-img {
    height: 180px;
  }
  .ps-products-row {
    border-top-width: 2px;
  }
  .ps-cat-col {
    padding: 24px 0;
    border-right: none;
    border-bottom: 1px solid rgba(0, 58, 94, 0.12);
  }
  .ps-cat-col:last-child {
    border-bottom: none;
  }
  body.dark-mode .ps-cat-col {
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }
  .ps-cat-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ps-hero-title {
    padding: 32px 0 28px;
  }
  .ps-hero-title h1 {
    font-size: 32px;
    letter-spacing: -0.5px;
  }
  .ps-strip-img {
    height: 140px;
  }
  .ps-subcol,
  .ps-subcol-right {
    padding: 0;
    border-left: none;
  }
  .ps-subcol-right {
    margin-top: 8px;
  }
}
.invest-case-sr-wrp {
  padding-bottom: 80px;
}
body.dark-mode .invest-case-sr-wrp {
  background-color: #0d1a27;
}

.isr-page-title {
  padding: 48px 0 24px;
}
.isr-page-title h1 {
  font-size: 72px;
  font-weight: 700;
  color: #003a5e;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0;
}
body.dark-mode .isr-page-title h1 {
  color: #e0e6ed;
}

.isr-intro {
  font-size: 18px;
  color: #444;
  line-height: 1.65;
  max-width: 900px;
  margin-bottom: 36px;
}
body.dark-mode .isr-intro {
  color: #a0b0be;
}

.isr-top-row {
  margin-bottom: 2px;
}
body.dark-mode .isr-top-row {
  border-top-color: #3a5a7a;
}

.isr-sidebar {
  padding: 24px 20px;
  background-color: #dff0f9;
}
body.dark-mode .isr-sidebar {
  background-color: #0d2030;
}

.isr-why-label {
  font-size: 20px;
  font-weight: 700;
  color: #003a5e;
  line-height: 1.3;
  margin-bottom: 16px;
}
body.dark-mode .isr-why-label {
  color: #c8d8e8;
}

.isr-why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: why-counter;
}
.isr-why-list li {
  counter-increment: why-counter;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  padding: 8px 0 8px 30px;
  position: relative;
  border-bottom: 1px solid rgba(0, 149, 217, 0.2);
}
.isr-why-list li::before {
  content: counter(why-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #000;
}
.isr-why-list li:last-child {
  border-bottom: none;
}
body.dark-mode .isr-why-list li {
  color: #02b5fa;
  border-bottom-color: rgba(2, 181, 250, 0.15);
}
body.dark-mode .isr-why-list li::before {
  color: #02b5fa;
}

.isr-sec-hdr {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.isr-sec-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 2px;
}

.isr-sec-title {
  font-size: 24px;
  font-weight: 700;
  color: #003a5e;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.3;
  margin: 0;
}
body.dark-mode .isr-sec-title {
  color: #c8d8e8;
}

.isr-sec-body {
  padding: 20px 18px;
}

.isr-sec01 {
  border-right: 1px solid rgba(0, 58, 94, 0.12);
}
body.dark-mode .isr-sec01 {
  border-right-color: rgba(255, 255, 255, 0.07);
}

.isr-sec02 {
  flex: 1;
}
body.dark-mode .isr-sec02 {
  border-bottom-color: rgba(255, 255, 255, 0.07);
}

.isr-sec03 {
  flex: 1;
}

.isr-body-text {
  font-size: 16px;
  color: #444;
  line-height: 1.65;
  margin-bottom: 12px;
}
body.dark-mode .isr-body-text {
  color: #8a9aaa;
}

.isr-stat-card {
  margin-bottom: 14px;
}
.isr-stat-card .isr-stat-value {
  color: #003a5e;
}
body.dark-mode .isr-stat-card .isr-stat-value {
  color: #02b5fa;
}
.isr-stat-card .isr-stat-label {
  color: #555;
}
body.dark-mode .isr-stat-card .isr-stat-label {
  color: #7a8a98;
}

.isr-stat-value {
  font-size: 24px;
  font-weight: 700;
  display: block;
  line-height: 1.2;
  margin-bottom: 4px;
}

.isr-stat-label {
  font-size: 16px;
  line-height: 1.45;
  display: block;
}

.isr-mtpa-bars {
  margin: 16px 0 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.isr-mtpa-card {
  text-align: center;
  padding: 14px 20px;
  margin: 0 auto;
}
.isr-mtpa-card.isr-mtpa-card--1 {
  width: 100%;
  background-color: #c5dff0;
}
body.dark-mode .isr-mtpa-card.isr-mtpa-card--1 {
  background-color: #0d2a3e;
}
.isr-mtpa-card.isr-mtpa-card--2 {
  width: 88%;
  background-color: #ffffff;
  border: 1px solid #b8d4e8;
}
body.dark-mode .isr-mtpa-card.isr-mtpa-card--2 {
  background-color: #0d1e2b;
  border-color: #1e3a50;
}
.isr-mtpa-card.isr-mtpa-card--3 {
  width: 76%;
  background-color: #e8f2f9;
  border: 1px solid #b8d4e8;
}
body.dark-mode .isr-mtpa-card.isr-mtpa-card--3 {
  background-color: #091828;
  border-color: #1e3a50;
}

.isr-mtpa-value {
  font-size: 28px;
  font-weight: 700;
  color: #003a5e;
  line-height: 1.2;
  margin-bottom: 4px;
}
body.dark-mode .isr-mtpa-value {
  color: #c8d8e8;
}

.isr-mtpa-desc {
  font-size: 13px;
  font-weight: 700;
  color: #003a5e;
  line-height: 1.3;
  margin-bottom: 2px;
}
body.dark-mode .isr-mtpa-desc {
  color: #8a9aaa;
}

.isr-mtpa-yr {
  font-size: 13px;
  font-weight: 400;
  color: #003a5e;
  margin: 0;
}
body.dark-mode .isr-mtpa-yr {
  color: #8a9aaa;
}

.isr-bar-note {
  font-size: 11px;
  color: #888;
  margin: 8px 0 0;
  line-height: 1.4;
}
body.dark-mode .isr-bar-note {
  color: #5a6a78;
}

.isr-sec02-text-col {
  padding-right: 14px;
}

.isr-crgo-col {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.isr-crgo-box {
  padding: 14px 12px;
  border-radius: 2px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.isr-crgo-box.isr-crgo-box--blue {
  background-color: #c7eafb;
}
.isr-crgo-box.isr-crgo-box--blue .isr-crgo-val {
  color: #003a5e;
}
.isr-crgo-box.isr-crgo-box--blue .isr-crgo-lbl {
  color: #003a5e;
}
.isr-crgo-box.isr-crgo-box--white {
  background-color: #e9f7fe;
  border: 1px solid rgba(0, 58, 94, 0.15);
}
.isr-crgo-box.isr-crgo-box--white .isr-crgo-val {
  color: #003a5e;
}
.isr-crgo-box.isr-crgo-box--white .isr-crgo-lbl {
  color: #003a5e;
}
body.dark-mode .isr-crgo-box.isr-crgo-box--white {
  background-color: #0d2030;
  border-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .isr-crgo-box.isr-crgo-box--white .isr-crgo-val {
  color: #003a5e;
}
body.dark-mode .isr-crgo-box.isr-crgo-box--white .isr-crgo-lbl {
  color: #7a8a98;
}

.isr-crgo-val {
  font-size: 24px;
  font-weight: 500;
  display: block;
  line-height: 1.2;
  margin-bottom: 5px;
}

.isr-crgo-lbl {
  font-size: 16px;
  color: #003a5e;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

body.dark-mode .isr-bottom-row {
  border-top-color: #3a5a7a;
}

.isr-bot-sec {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.dark-mode .isr-bot-sec {
  border-right-color: rgba(255, 255, 255, 0.07);
}

.isr-bot-col:last-child .isr-bot-sec {
  border-right: none;
}

.isr-bot-hdr {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.isr-bot-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 3px;
}

.isr-bot-title {
  font-size: 24px;
  font-weight: 700;
  color: #003a5e;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.35;
  margin: 0;
}
body.dark-mode .isr-bot-title {
  color: #c8d8e8;
}

.isr-bot-body {
  padding: 18px 16px;
  background-color: #ffffff;
  flex: 1;
}
body.dark-mode .isr-bot-body {
  background-color: #0d1a27;
}
.isr-bot-body .isr-body-text {
  font-size: 16px;
}

.isr-bot-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

.isr-ratings {
  margin-top: 14px;
  padding: 20px;
  background-color: #e9f7fe;
}

.isr-ratings-col {
  padding-right: 16px;
}
.isr-ratings-col:last-child {
  padding-right: 0;
  padding-left: 16px;
  border-left: 1px solid rgba(0, 58, 94, 0.12);
}
body.dark-mode .isr-ratings-col:last-child {
  border-left-color: rgba(255, 255, 255, 0.08);
}

.isr-ratings-heading {
  font-size: 20px;
  font-weight: 700;
  color: #003a5e;
  margin-bottom: 10px;
}
body.dark-mode .isr-ratings-heading {
  color: #003a5e !important;
}

.isr-rating-item {
  margin-bottom: 6px;
}

.isr-rating-row {
  display: flex;
  align-items: baseline;
  gap: 5px;
  flex-wrap: wrap;
}

.isr-rating-value {
  font-size: 28px;
  font-weight: 700;
  color: #0093d0;
  line-height: 1.1;
}
body.dark-mode .isr-rating-value {
  color: #0093d0 !important;
}

.isr-rating-qualifier {
  font-size: 12px;
  color: #444;
  line-height: 1.3;
}

.isr-rating-agency {
  font-size: 12px;
  font-weight: 700;
  color: #003a5e;
  margin: 2px 0 0;
  line-height: 1.4;
}
body.dark-mode .isr-rating-agency {
  color: #003a5e !important;
}

.isr-rating-divider {
  border: none;
  border-top: 1.5px solid #0095D9;
  margin: 8px 0;
  opacity: 1;
}
body.dark-mode .isr-rating-divider {
  border-top-color: #02b5fa;
}

.isr-tsr {
  padding: 12px;
  background-color: #f0f6fb;
  border-radius: 2px;
}
body.dark-mode .isr-tsr {
  background-color: #0d2030;
}

.isr-tsr-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.isr-tsr-row:last-of-type {
  margin-bottom: 6px;
}

.isr-tsr-label {
  font-size: 13px;
  font-weight: 500;
  color: #333;
}
body.dark-mode .isr-tsr-label {
  color: #a0b0be;
}

.isr-tsr-val {
  font-size: 20px;
  font-weight: 700;
  color: #003a5e;
}
.isr-tsr-val.isr-tsr-val--grey {
  color: #888;
}
body.dark-mode .isr-tsr-val.isr-tsr-val--grey {
  color: #5a6a78;
}
body.dark-mode .isr-tsr-val {
  color: #02b5fa;
}

.isr-tsr-source {
  font-size: 11px;
  color: #888;
  margin: 0;
  text-align: right;
}
body.dark-mode .isr-tsr-source {
  color: #5a6a78;
}

@media (max-width: 1199px) {
  .isr-page-title h1 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .isr-page-title h1 {
    font-size: 44px;
  }
  .isr-sidebar {
    padding: 20px;
  }
  .isr-sec01 {
    border-right: none;
    border-bottom: 1px solid rgba(0, 58, 94, 0.12);
  }
  .isr-bot-sec {
    border-right: none;
    border-bottom: 1px solid rgba(0, 58, 94, 0.12);
  }
  .isr-bot-col:last-child .isr-bot-sec {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .isr-page-title {
    padding: 32px 0 18px;
  }
  .isr-page-title h1 {
    font-size: 30px;
    letter-spacing: -0.5px;
  }
  .isr-intro {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .isr-sec-body {
    padding: 16px 14px;
  }
  .isr-sec02-text-col {
    padding-right: 8px;
  }
  .isr-crgo-col {
    padding-left: 6px;
  }
  .isr-crgo-val {
    font-size: 16px;
  }
  .isr-bot-body {
    padding: 14px;
  }
  .isr-stat-value {
    font-size: 20px;
  }
  .isr-tsr-val {
    font-size: 18px;
  }
}
.project-high_full-wrp {
  background-color: #002d40;
  padding-bottom: 0;
}
body.dark-mode .project-high_full-wrp {
  background-color: #001a26;
}

.ph-title {
  font-size: 72px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.05;
  padding: 48px 0 36px;
  margin: 0;
}

.ph-cols {
  padding-bottom: 48px;
}

.ph-col {
  padding: 24px 24px 24px 0;
}
.ph-col:first-child {
  padding-left: 0;
}
.ph-col:last-child {
  padding-right: 0;
  border-right: none;
}

.ph-intro-text {
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 1.7;
  margin: 0;
}

.ph-col-title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 10px;
}

.ph-col-sub {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  line-height: 1.45;
  margin-bottom: 14px;
  display: block;
}

.ph-col-body {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  margin-bottom: 16px;
}

.ph-badge {
  display: inline-block;
  background-color: rgba(0, 149, 217, 0.25);
  border: 1px solid rgba(0, 149, 217, 0.5);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 2px;
  letter-spacing: 0.2px;
}

.ph-hero-img-wrp {
  width: 100%;
  line-height: 0;
}

.ph-hero-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .ph-title {
    font-size: 56px;
  }
  .ph-col {
    padding: 20px 18px 20px 0;
  }
}
@media (max-width: 991px) {
  .ph-title {
    font-size: 44px;
    padding: 36px 0 28px;
  }
  .ph-col {
    padding: 20px 16px 20px 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .ph-col:last-child {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .ph-title {
    font-size: 30px;
    letter-spacing: -0.5px;
    padding: 28px 0 20px;
  }
  .ph-cols {
    padding-bottom: 32px;
  }
  .ph-col {
    padding: 18px 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .ph-col:last-child {
    border-bottom: none;
  }
  .ph-col-title {
    font-size: 16px;
  }
}
.fin-perform-full-wrp {
  padding: 80px 0;
  background: var(--section-alt-bg);
}
.fin-perform-full-wrp .fpr-head {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 56px;
}
.fin-perform-full-wrp .fpr-tag {
  flex: 0 0 auto;
  display: inline-block;
  background-color: var(--card-bg);
  border: 1px solid var(--border-clr);
  padding: 14px 11px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #14324e;
  margin-top: 8px;
}
body.dark-mode .fin-perform-full-wrp .fpr-tag {
  color: #a8c7e5;
}
.fin-perform-full-wrp .fpr-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  color: #14324e;
  margin: 0;
}
body.dark-mode .fin-perform-full-wrp .fpr-title {
  color: #a8c7e5;
}
.fin-perform-full-wrp .fpr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.fin-perform-full-wrp .fpr-card {
  background: var(--card-bg);
  border: 1px solid var(--border-clr);
  padding: 22px 18px 18px;
  display: flex;
  flex-direction: column;
}
.fin-perform-full-wrp .fpr-section-lbl {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.1px;
  color: #0093d0;
  margin-bottom: 12px;
  align-self: flex-start;
}
.fin-perform-full-wrp .fpr-section-lbl span {
  color: #000;
}
body.dark-mode .fin-perform-full-wrp .fpr-section-lbl {
  color: #6db3e8;
  background: rgba(109, 179, 232, 0.12);
}
.fin-perform-full-wrp .fpr-chart {
  display: flex;
  flex-direction: column;
}
.fin-perform-full-wrp .fpr-chart + .fpr-chart {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--border-clr);
}
.fin-perform-full-wrp .fpr-chart-title {
  font-size: 14px;
  font-weight: 500;
  color: #14406b;
  margin: 0 0 10px;
  line-height: 1.4;
}
body.dark-mode .fin-perform-full-wrp .fpr-chart-title {
  color: #a8c7e5;
}
.fin-perform-full-wrp .fpr-cagr {
  display: inline-block;
  background: #B8E0D3;
  color: #003A5E;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 14px;
  min-height: 26px;
  width: fit-content;
}
body.dark-mode .fin-perform-full-wrp .fpr-cagr {
  background: #1c3a52;
  color: #cfe8f8;
}
.fin-perform-full-wrp .fpr-cagr.fpr-cagr-empty {
  background: transparent !important;
  border: none;
}
.fin-perform-full-wrp .fpr-nums {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.fin-perform-full-wrp .fpr-big strong {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #14324e;
  line-height: 1.05;
}
body.dark-mode .fin-perform-full-wrp .fpr-big strong {
  color: #e0e6ed;
}
.fin-perform-full-wrp .fpr-big span {
  font-size: 12px;
  color: var(--text-muted);
}
.fin-perform-full-wrp .fpr-growth strong {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 26px;
  font-weight: 500;
  color: #00A369;
  line-height: 1.05;
}
.fin-perform-full-wrp .fpr-growth strong span {
  font-size: 13px;
  color: #00A369;
}
.fin-perform-full-wrp .fpr-growth span {
  font-size: 11px;
  color: var(--text-muted);
}
.fin-perform-full-wrp .fpr-bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 250px;
  border-top: 1px solid var(--border-clr);
  border-bottom: 1px solid var(--border-clr);
  margin-bottom: 14px;
  overflow: hidden;
}
.fin-perform-full-wrp .fpr-bar-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  min-width: 0;
}
.fin-perform-full-wrp .fpr-bar-col:last-child .fpr-bar-val {
  color: #01395D;
}
body.dark-mode .fin-perform-full-wrp .fpr-bar-col:last-child .fpr-bar-val {
  color: #6db3e8;
}
.fin-perform-full-wrp .fpr-bar-col::before {
  content: "";
  align-self: center;
  width: 1px;
  height: 10px;
  background: var(--text-muted);
  opacity: 0.5;
  flex-shrink: 0;
}
.fin-perform-full-wrp .fpr-bar-val {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 13px;
  color: var(--text-muted);
  align-self: center;
  padding-bottom: 4px;
  margin-top: 2px;
  max-height: 60px;
  overflow: hidden;
  flex-shrink: 0;
}
.fin-perform-full-wrp .fpr-bar {
  position: relative;
  margin-top: auto;
  background: #9fb1bd;
  min-height: 6px;
}
body.dark-mode .fin-perform-full-wrp .fpr-bar {
  background: #46586a;
}
.fin-perform-full-wrp .fpr-bar-last {
  background: #0e3c5f !important;
}
body.dark-mode .fin-perform-full-wrp .fpr-bar-last {
  background: #2380c4 !important;
}
.fin-perform-full-wrp .fpr-bar-fy {
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-size: 8px;
  color: #fff;
  max-height: 100%;
  overflow: hidden;
}
.fin-perform-full-wrp .fpr-cap {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
  flex: 1;
}
.fin-perform-full-wrp .fpr-footnotes {
  margin-top: 32px;
  border-top: 1px solid var(--border-clr);
  padding-top: 20px;
}
.fin-perform-full-wrp .fpr-footnotes p {
  font-size: 12px;
  color: var(--text-muted);
  margin: 0 0 6px;
  line-height: 1.6;
}
.fin-perform-full-wrp .fpr-footnotes p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .fin-perform-full-wrp {
    padding: 60px 0;
  }
  .fin-perform-full-wrp .fpr-head {
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 36px;
  }
  .fin-perform-full-wrp .fpr-title {
    font-size: 36px;
  }
  .fin-perform-full-wrp .fpr-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .fin-perform-full-wrp .fpr-card:nth-child(5),
  .fin-perform-full-wrp .fpr-card:nth-child(6) {
    grid-column: span 1;
  }
}
@media (max-width: 767px) {
  .fin-perform-full-wrp {
    padding: 44px 0;
  }
  .fin-perform-full-wrp .fpr-head {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
  }
  .fin-perform-full-wrp .fpr-title {
    font-size: 28px;
  }
  .fin-perform-full-wrp .fpr-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .fin-perform-full-wrp .fpr-bars {
    height: 150px;
  }
  .fin-perform-full-wrp .fpr-big strong {
    font-size: 24px;
  }
  .fin-perform-full-wrp .fpr-growth strong {
    font-size: 20px;
  }
  .fin-perform-full-wrp .fpr-card {
    padding: 18px 14px 14px;
  }
}
.diff-mettle-inx-wrp {
  padding: 60px 0 80px;
  background: var(--page-bg);
}
.diff-mettle-inx-wrp .dm-accordion .accordion-item {
  border: none;
  border-radius: 0;
  background: transparent;
  margin-bottom: 4px;
}
.diff-mettle-inx-wrp .dm-accordion .accordion-button {
  background: #003a5e;
  color: #fff;
  border-radius: 0 !important;
  padding: 28px 40px;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: background 0.3s ease;
}
.diff-mettle-inx-wrp .dm-accordion .accordion-button::after {
  display: none;
}
.diff-mettle-inx-wrp .dm-accordion .accordion-button:focus {
  box-shadow: none !important;
  outline: none;
}
.diff-mettle-inx-wrp .dm-accordion .accordion-button:not(.collapsed) {
  background: #002f4d;
  box-shadow: none !important;
}
body.dark-mode .diff-mettle-inx-wrp .dm-accordion .accordion-button {
  background: #0d2236;
}
body.dark-mode .diff-mettle-inx-wrp .dm-accordion .accordion-button:not(.collapsed) {
  background: #081a2a;
}
.diff-mettle-inx-wrp .dm-accordion .accordion-body {
  padding: 0;
}
.diff-mettle-inx-wrp .dm-btn-inner {
  flex: 1;
  min-width: 0;
}
.diff-mettle-inx-wrp .dm-item-tag {
  display: none;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 8px;
}
.diff-mettle-inx-wrp .dm-item-title {
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.15;
  color: #fff;
}
.diff-mettle-inx-wrp .dm-toggle {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.diff-mettle-inx-wrp .dm-toggle svg {
  width: 14px;
  height: 14px;
  stroke: #fff;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  transition: transform 0.35s ease;
}
.diff-mettle-inx-wrp .accordion-button:not(.collapsed) .dm-toggle {
  background: rgba(255, 255, 255, 0.1);
}
.diff-mettle-inx-wrp .accordion-button:not(.collapsed) .dm-toggle svg {
  transform: rotate(45deg);
}
.diff-mettle-inx-wrp .dm-inner {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}
.diff-mettle-inx-wrp .dm-inner.dm-theme-2 {
  display: flex;
  justify-content: flex-end;
}
.diff-mettle-inx-wrp .dm-inner.dm-theme-4 {
  display: flex;
  justify-content: flex-end;
}
.diff-mettle-inx-wrp .dm-img {
  position: absolute;
  inset: 0;
}
.diff-mettle-inx-wrp .dm-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.diff-mettle-inx-wrp .dm-content {
  position: relative;
  z-index: 1;
  margin: 48px 52px;
  padding: 40px 48px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(2px);
  max-width: 860px;
}
body.dark-mode .diff-mettle-inx-wrp .dm-content {
  background: rgba(10, 24, 40, 0.88);
}
.diff-mettle-inx-wrp .dm-quote {
  font-size: 18px;
  line-height: 1.65;
  color: #14324e;
  border-left: 3px solid #003a5e;
  padding-left: 22px;
  margin: 0 0 28px;
}
body.dark-mode .diff-mettle-inx-wrp .dm-quote {
  color: #a8c7e5;
  border-left-color: #2380c4;
}
.diff-mettle-inx-wrp .dm-quote strong {
  font-weight: 600;
  color: #003a5e;
}
body.dark-mode .diff-mettle-inx-wrp .dm-quote strong {
  color: #6db3e8;
}
.diff-mettle-inx-wrp .dm-text {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-body);
}
.diff-mettle-inx-wrp .dm-text p {
  margin: 0 0 16px;
}
.diff-mettle-inx-wrp .dm-text p.sub-ttle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
}
.diff-mettle-inx-wrp .dm-text p:last-child {
  margin-bottom: 0;
}
.diff-mettle-inx-wrp .dm-text p strong {
  font-weight: 600;
}
.diff-mettle-inx-wrp .dm-stats {
  display: flex;
  border: 1px solid var(--border-clr);
  margin: 28px 0;
}
.diff-mettle-inx-wrp .dm-stat-item {
  flex: 1;
  padding: 20px 22px;
  border-right: 1px solid var(--border-clr);
}
.diff-mettle-inx-wrp .dm-stat-item:last-child {
  border-right: none;
}
.diff-mettle-inx-wrp .dm-stat-item strong {
  display: block;
  font-size: 34px;
  font-weight: 500;
  color: #003a5e;
  line-height: 1.05;
  margin-bottom: 6px;
}
body.dark-mode .diff-mettle-inx-wrp .dm-stat-item strong {
  color: #6db3e8;
}
.diff-mettle-inx-wrp .dm-stat-item span {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
  display: block;
}
.diff-mettle-inx-wrp .dm-key-stat {
  margin: 24px 0 6px;
}
.diff-mettle-inx-wrp .dm-key-stat strong {
  display: block;
  font-size: 48px;
  font-weight: 500;
  color: #003a5e;
  line-height: 1;
  margin-bottom: 6px;
}
body.dark-mode .diff-mettle-inx-wrp .dm-key-stat strong {
  color: #6db3e8;
}
.diff-mettle-inx-wrp .dm-key-stat span {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
}
.diff-mettle-inx-wrp .dm-pt-wrap {
  border: 1px solid var(--border-clr);
  margin: 28px 0;
}
.diff-mettle-inx-wrp .dm-pt-head {
  background: #003a5e;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 18px;
  letter-spacing: 0.5px;
}
body.dark-mode .diff-mettle-inx-wrp .dm-pt-head {
  background: #0d2236;
}
.diff-mettle-inx-wrp .dm-pt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.diff-mettle-inx-wrp .dm-pt-cell {
  padding: 18px 20px;
  border-right: 1px solid var(--border-clr);
  border-bottom: 1px solid var(--border-clr);
}
.diff-mettle-inx-wrp .dm-pt-cell:nth-child(2n) {
  border-right: none;
}
.diff-mettle-inx-wrp .dm-pt-cell:nth-last-child(-n+2) {
  border-bottom: none;
}
.diff-mettle-inx-wrp .dm-pt-cell strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #003a5e;
  margin-bottom: 4px;
  line-height: 1.3;
}
body.dark-mode .diff-mettle-inx-wrp .dm-pt-cell strong {
  color: #6db3e8;
}
.diff-mettle-inx-wrp .dm-pt-cell span {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}
.diff-mettle-inx-wrp .dm-highlights {
  margin-top: 28px;
  border-top: 1px solid var(--border-clr);
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.diff-mettle-inx-wrp .dm-highlight {
  display: block;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border-clr);
}
.diff-mettle-inx-wrp .dm-highlight:first-child {
  padding-top: 0;
}
.diff-mettle-inx-wrp .dm-highlight:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.diff-mettle-inx-wrp .dm-hl-num {
  flex-shrink: 0;
  min-width: 100px;
}
.diff-mettle-inx-wrp .dm-hl-num strong {
  display: block;
  font-size: 26px;
  font-weight: 500;
  color: #003a5e;
  line-height: 1.1;
}
body.dark-mode .diff-mettle-inx-wrp .dm-hl-num strong {
  color: #6db3e8;
}
.diff-mettle-inx-wrp .dm-hl-info strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-body);
  margin-bottom: 4px;
  line-height: 1.4;
}
.diff-mettle-inx-wrp .dm-hl-info span {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}
.diff-mettle-inx-wrp .dm-nav-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border-clr);
  border-left: 1px solid var(--border-clr);
  margin-top: 32px;
}
.diff-mettle-inx-wrp .dm-nav-card {
  padding: 16px 18px;
  border-right: 1px solid var(--border-clr);
  border-bottom: 1px solid var(--border-clr);
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-decoration: none;
  transition: background 0.25s ease;
}
.diff-mettle-inx-wrp .dm-nav-card:hover {
  background: var(--section-alt-bg);
}
.diff-mettle-inx-wrp .dm-nc-pg {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background: #003a5e;
  padding: 3px 8px;
  align-self: flex-start;
  margin-bottom: 3px;
}
body.dark-mode .diff-mettle-inx-wrp .dm-nc-pg {
  background: #1a3a5e;
}
.diff-mettle-inx-wrp .dm-nc-title {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #003a5e;
}
body.dark-mode .diff-mettle-inx-wrp .dm-nc-title {
  color: #6db3e8;
}
.diff-mettle-inx-wrp .dm-nc-desc {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.4;
}
.diff-mettle-inx-wrp .mettle-tag {
  display: inline-block;
  border: 1px solid rgba(20, 40, 70, 0.3);
  padding: 9px 13px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #14324e;
  margin-bottom: 22px;
  display: none;
}
body.dark-mode .diff-mettle-inx-wrp .mettle-tag {
  border-color: rgba(255, 255, 255, 0.2);
  color: #a8c7e5;
}
.diff-mettle-inx-wrp .mettle-title {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.05;
  color: #14324e;
  margin: 0 0 32px;
}
body.dark-mode .diff-mettle-inx-wrp .mettle-title {
  color: #ddeaf8;
}
.diff-mettle-inx-wrp .mettle-arw {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  margin-top: 12px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 14px solid #003a5e;
}
.diff-mettle-inx-wrp .dm-theme-1 .mettle-arw {
  border-left-color: #003a5e;
}
.diff-mettle-inx-wrp .dm-theme-2 .mettle-arw {
  border-left-color: #0094d0;
}
.diff-mettle-inx-wrp .dm-theme-3 .mettle-arw {
  border-left-color: #df8167;
}
.diff-mettle-inx-wrp .dm-theme-4 .mettle-arw {
  border-left-color: #00b6bd;
}

@media (max-width: 1024px) {
  .diff-mettle-inx-wrp {
    padding: 44px 0 60px;
  }
  .diff-mettle-inx-wrp .dm-accordion .accordion-button {
    padding: 22px 28px;
  }
  .diff-mettle-inx-wrp .dm-item-title {
    font-size: 24px;
  }
  .diff-mettle-inx-wrp .dm-inner {
    min-height: 440px;
  }
  .diff-mettle-inx-wrp .mettle-title {
    font-size: 34px;
  }
  .diff-mettle-inx-wrp .dm-content {
    margin: 28px 28px;
    padding: 28px 28px;
    max-width: 100%;
  }
  .diff-mettle-inx-wrp .dm-nav-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .diff-mettle-inx-wrp .dm-stats {
    flex-wrap: wrap;
  }
  .diff-mettle-inx-wrp .dm-stat-item {
    flex: 0 0 50%;
    border-bottom: 1px solid var(--border-clr);
  }
  .diff-mettle-inx-wrp .dm-stat-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .diff-mettle-inx-wrp .dm-stat-item:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .diff-mettle-inx-wrp {
    padding: 28px 0 44px;
  }
  .diff-mettle-inx-wrp .dm-accordion .accordion-button {
    padding: 16px 18px;
    gap: 12px;
  }
  .diff-mettle-inx-wrp .dm-item-tag {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .diff-mettle-inx-wrp .dm-item-title {
    font-size: 17px;
  }
  .diff-mettle-inx-wrp .dm-toggle {
    width: 28px;
    height: 28px;
  }
  .diff-mettle-inx-wrp .dm-toggle svg {
    width: 11px;
    height: 11px;
  }
  .diff-mettle-inx-wrp .dm-inner {
    min-height: 320px;
  }
  .diff-mettle-inx-wrp .dm-content {
    margin: 16px 16px;
    padding: 20px 18px;
    max-width: 100%;
  }
  .diff-mettle-inx-wrp .mettle-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .diff-mettle-inx-wrp .mettle-arw {
    margin-top: 6px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 11px;
  }
  .diff-mettle-inx-wrp .dm-quote {
    font-size: 15px;
  }
  .diff-mettle-inx-wrp .dm-nav-cards {
    grid-template-columns: 1fr;
  }
  .diff-mettle-inx-wrp .dm-stats {
    flex-direction: column;
  }
  .diff-mettle-inx-wrp .dm-stat-item {
    flex: 0 0 auto;
    border-right: none;
    border-bottom: 1px solid var(--border-clr);
  }
  .diff-mettle-inx-wrp .dm-stat-item:last-child {
    border-bottom: none;
  }
  .diff-mettle-inx-wrp .dm-stat-item:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--border-clr);
  }
  .diff-mettle-inx-wrp .dm-stat-item:last-child {
    border-bottom: none;
  }
  .diff-mettle-inx-wrp .dm-pt-grid {
    grid-template-columns: 1fr;
  }
  .diff-mettle-inx-wrp .dm-pt-cell {
    border-right: none !important;
  }
  .diff-mettle-inx-wrp .dm-pt-cell:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--border-clr);
  }
  .diff-mettle-inx-wrp .dm-pt-cell:last-child {
    border-bottom: none;
  }
  .diff-mettle-inx-wrp .dm-key-stat strong {
    font-size: 36px;
  }
  .diff-mettle-inx-wrp .dm-hl-num {
    min-width: 70px;
  }
  .diff-mettle-inx-wrp .dm-hl-num strong {
    font-size: 20px;
  }
}
.operating-contxt-wrpx {
  padding: 60px 0 70px;
}
body.dark-mode .operating-contxt-wrpx {
  background-color: #05111a;
}

.opt-intro-block {
  margin-bottom: 48px;
  padding-bottom: 40px;
  border-bottom: 3px solid #00b6bd;
}

.opt-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.opt-intro-lhs {
  display: flex;
  gap: 24px;
  width: 100%;
  height: 100%;
}

.opt-sidebar {
  position: relative;
  top: 0px;
  background-color: var(--section-alt-bg, #f4f6f9);
  padding: 24px 20px;
  width: 100%;
  height: 100%;
}
body.dark-mode .opt-sidebar {
  background-color: #111d27;
  border-left-color: #00b6bd;
}

.opt-sidebar-heading {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #003a5e;
  margin-bottom: 16px;
  line-height: 1.4;
}
body.dark-mode .opt-sidebar-heading {
  color: #00b6bd;
}

.opt-topic-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.opt-topic-nav li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.4;
  color: var(--text-body, #333);
  border-bottom: 1px solid var(--border-clr, #e5e5e5);
}
.opt-topic-nav li:last-child {
  border-bottom: none;
}
body.dark-mode .opt-topic-nav li {
  color: #a0aab4;
  border-color: rgba(255, 255, 255, 0.08);
}

.opt-num {
  font-size: 16px;
  font-weight: 700;
  color: #003a5e;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 22px;
}
body.dark-mode .opt-num {
  color: #00b6bd;
}

.opt-main-title {
  font-size: 52px;
  font-weight: 700;
  color: #003a5e;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}
body.dark-mode .opt-main-title {
  color: #e0e6ed;
}

.opt-intro-body {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-body, #333);
  margin-bottom: 28px;
}
body.dark-mode .opt-intro-body {
  color: #a0aab4;
}

.opt-hero-content {
  overflow: hidden;
  border-radius: 4px;
}

.opt-hero-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}

.opt-topics-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
.opt-topics-row.opt-topics-row--two {
  grid-template-columns: repeat(1, 1fr);
}

.opt-pic-divider {
  margin: 32px 0;
  overflow: hidden;
  border-radius: 6px;
  max-height: 320px;
  line-height: 0;
}
.opt-pic-divider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.opt-topic-card {
  background-color: var(--card-bg, #fff);
  border: 1px solid var(--border-clr, #e5e5e5);
  border-top: 3px solid #003a5e;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.opt-topic-card.opt-topic-card--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
body.dark-mode .opt-topic-card {
  background-color: #1c2333;
  border-color: rgba(255, 255, 255, 0.08);
  border-top-color: #00b6bd;
}
.opt-topic-card > p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-body, #333);
  margin: 0;
  flex-grow: 1;
}
body.dark-mode .opt-topic-card > p {
  color: #a0aab4;
}

.opt-topic-icn-row {
  display: flex;
  align-items: center;
}

.opt-topic-icn {
  width: auto;
  display: block;
}
body.dark-mode .opt-topic-icn {
  filter: brightness(0) invert(1);
}

.opt-topic-title {
  font-size: 24px;
  font-weight: 700;
  color: #003a5e;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin: 0;
  line-height: 1.3;
}
body.dark-mode .opt-topic-title {
  color: #a8c7e5;
}

.opt-stat-block {
  background-color: #eef2f7;
  padding: 16px 20px;
}
body.dark-mode .opt-stat-block {
  background-color: #0a1e30;
}
.opt-stat-block strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #003a5e;
  line-height: 1.2;
}
body.dark-mode .opt-stat-block strong {
  color: #a8c7e5;
}
.opt-stat-block span {
  display: block;
  font-size: 16px;
  color: var(--text-muted, #666);
  margin-top: 4px;
  line-height: 1.4;
}
body.dark-mode .opt-stat-block span {
  color: #7a8a99;
}

.opt-stat-two {
  display: flex;
  gap: 20px;
}
.opt-stat-two .opt-stat-item {
  flex: 1;
}
.opt-stat-two .opt-stat-item strong {
  font-size: 30px;
}

.opt-stat-label strong {
  font-size: 30px;
}

.opt-response-block {
  border-top: 4px solid #3c77ae;
  padding-top: 14px;
}
body.dark-mode .opt-response-block {
  border-color: rgba(255, 255, 255, 0.08);
}
.opt-response-block p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-body, #333);
  margin: 0;
}
body.dark-mode .opt-response-block p {
  color: #8a9aaa;
}

.opt-response-label {
  font-size: 20px;
  font-weight: 700;
  color: #3c77ae;
  margin-bottom: 8px;
  margin-top: 0;
}

.opt-topics-row--two .opt-topic-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}

.opt-card-lhs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.opt-card-lhs p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--text-body, #333);
}
body.dark-mode .opt-card-lhs p {
  color: #6a7a8a;
}

.opt-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.opt-footnotes {
  padding-top: 24px;
  border-top: 1px solid var(--border-clr, #e5e5e5);
  margin-top: 8px;
}
body.dark-mode .opt-footnotes {
  border-color: rgba(255, 255, 255, 0.08);
}
.opt-footnotes p {
  font-size: 12px;
  color: var(--text-muted, #666);
  margin: 0 0 4px;
  line-height: 1.5;
}
body.dark-mode .opt-footnotes p {
  color: #6a7a8a;
}

@media (max-width: 1199px) {
  .opt-main-title {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .opt-intro-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .opt-sidebar {
    position: static;
    border-left: none;
  }
  body.dark-mode .opt-sidebar {
    border-top-color: #00b6bd;
    border-left: none;
  }
  .opt-topics-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .opt-topics-row.opt-topics-row--two {
    grid-template-columns: repeat(2, 1fr);
  }
  .opt-pic-divider {
    max-height: 240px;
  }
}
@media (max-width: 767px) {
  .operating-contxt-wrpx {
    padding: 40px 0 50px;
  }
  .opt-main-title {
    font-size: 30px;
  }
  .opt-intro-block {
    margin-bottom: 32px;
    padding-bottom: 28px;
  }
  .opt-topics-row {
    grid-template-columns: 1fr;
  }
  .opt-topics-row.opt-topics-row--two {
    grid-template-columns: 1fr;
  }
  .opt-topics-row--two .opt-topic-card {
    grid-template-columns: 1fr;
  }
  .opt-pic-divider {
    max-height: 180px;
    margin: 20px 0;
  }
  .opt-stat-block strong {
    font-size: 20px;
  }
  .opt-stat-two {
    flex-direction: column;
    gap: 12px;
  }
  .opt-topic-card.opt-topic-card--split {
    display: block;
  }
  .opt-card-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    display: block;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .opt-main-title {
    font-size: 26px;
  }
  .opt-topic-card {
    padding: 18px;
  }
}
.materiality-sqr-wrpx {
  padding: 60px 0 80px;
}

.mat-hero {
  margin-bottom: 36px;
}

.mat-main-title {
  font-size: 52px;
  font-weight: 900;
  color: var(--text-heading, #111);
  line-height: 1.05;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
body.dark-mode .mat-main-title {
  color: #e0e8f0;
}

.mat-hero-intro-grid {
  display: grid;
  gap: 40px;
  align-items: start;
}

.mat-intro-body {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--text-body, #333);
}
body.dark-mode .mat-intro-body {
  color: #a0aab4;
}

.mat-double-title {
  font-size: 20px;
  font-weight: 700;
  color: #003a5e;
  text-transform: uppercase;
  margin-bottom: 12px;
}
body.dark-mode .mat-double-title {
  color: #a8c7e5;
}

.mat-double-block p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-body, #333);
  margin-bottom: 10px;
}
body.dark-mode .mat-double-block p {
  color: #a0aab4;
}

.mat-content-grid {
  display: grid;
  gap: 20px;
  align-items: start;
}

.mat-process-wrap {
  border: 1px solid var(--border-clr, #ddd);
}
body.dark-mode .mat-process-wrap {
  border-color: rgba(255, 255, 255, 0.1);
}

.mat-process-hdr-bar {
  background-color: #f0e8e4;
  color: #003a5e;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
}
body.dark-mode .mat-process-hdr-bar {
  background-color: #0d1f30;
  color: #7a9db8;
  border-color: rgba(255, 255, 255, 0.1);
}

.mat-process-body {
  display: flex;
  flex-direction: column;
}

.mat-phase {
  display: flex;
  align-items: stretch;
  border-top: 2px dashed var(--border-clr, #ddd);
}
.mat-phase:first-child {
  border-top: none;
}
body.dark-mode .mat-phase {
  border-color: rgba(255, 255, 255, 0.08);
}

.mat-phase-lbl {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 16px 8px;
  text-align: center;
  flex-shrink: 0;
  min-width: 28px;
}

.mat-phase--1 .mat-phase-lbl {
  background-color: #003a5e;
}

.mat-phase--2 .mat-phase-lbl {
  background-color: #3b6faa;
}

.mat-phase-inner {
  flex: 1;
  display: flex;
  align-items: stretch;
}

.mat-nums-col {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.mat-num-sq {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mat-num-sq:last-child {
  border-bottom: none;
}

.mat-phase--1 .mat-num-sq {
  background-color: #003a5e;
}

.mat-phase--2 .mat-num-sq {
  background-color: #3b6faa;
}

.mat-num-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  flex-shrink: 0;
}

.mat-phase--1 .mat-num-circle {
  color: #003a5e;
}

.mat-phase--2 .mat-num-circle {
  color: #3b6faa;
}

.mat-texts-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--border-clr, #e5e5e5);
}
body.dark-mode .mat-texts-col {
  border-color: rgba(255, 255, 255, 0.08);
}

.mat-text-row {
  flex: 1;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid var(--border-clr, #e5e5e5);
}
.mat-text-row:last-child {
  border-bottom: none;
}
.mat-text-row strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #003a5e;
  line-height: 1.4;
  margin-bottom: 6px;
}
body.dark-mode .mat-text-row strong {
  color: #a8c7e5;
}
.mat-text-row p {
  font-size: 16px;
  color: var(--text-muted, #555);
  margin: 0;
  line-height: 1.5;
}
body.dark-mode .mat-text-row p {
  color: #7a8a99;
}
body.dark-mode .mat-text-row {
  border-color: rgba(255, 255, 255, 0.08);
}
.mat-text-row--filled {
  background-color: #3b6faa;
  justify-content: center;
}
.mat-text-row--filled strong {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
body.dark-mode .mat-text-row--filled strong {
  color: #fff;
}

.mat-text-blue {
  color: #3b6faa !important;
}

.mat-aside-col {
  width: 140px;
  flex-shrink: 0;
  border-left: 1px solid var(--border-clr, #e5e5e5);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
body.dark-mode .mat-aside-col {
  border-color: rgba(255, 255, 255, 0.08);
}

.mat-aside-mid {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 8px;
}

.mat-aside-top {
  flex: 1;
  display: flex;
  align-items: flex-start;
  padding: 8px;
}

.mat-aside-box {
  background-color: #f0e8e4;
  border: 1px solid #ddd;
  padding: 10px 12px;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  width: 100%;
}
body.dark-mode .mat-aside-box {
  background-color: #1c2a38;
  border-color: rgba(255, 255, 255, 0.1);
  color: #a0aab4;
}

.mat-center-wrap .mat-topics-identified {
  display: grid;
  grid-template-columns: 25fr 25fr;
  gap: 0px 25px;
}

.mat-center-img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.mat-topics-title {
  font-size: 24px;
  font-weight: 500;
  color: #003a5e;
  line-height: 1.2;
  margin-bottom: 12px;
}
body.dark-mode .mat-topics-title {
  color: #a8c7e5;
}

.mat-topic-cat {
  display: flex;
  align-items: stretch;
  border-top: 1px solid var(--border-clr, #e5e5e5);
}
.mat-topic-cat:first-child {
  border-top: none;
}
body.dark-mode .mat-topic-cat {
  border-color: rgba(255, 255, 255, 0.08);
}

.mat-topic-cat-bar {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  min-width: 20px;
  flex-shrink: 0;
}

.mat-topic-cat--env .mat-topic-cat-bar {
  background-color: #3eb878;
}

.mat-topic-cat--soc .mat-topic-cat-bar {
  background-color: #e85252;
}

.mat-topic-cat--gov .mat-topic-cat-bar {
  background-color: #1b8bd4;
}

.mat-topic-cat--eco .mat-topic-cat-bar {
  background-color: #003a5e;
}

.mat-topic-list {
  margin: 0;
  padding: 8px 8px 8px 35px;
  list-style: decimal;
}
.mat-topic-list li {
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-body, #333);
  padding: 2px 0;
}
body.dark-mode .mat-topic-list li {
  color: #a0aab4;
}

.mat-topic-cat--env .mat-topic-list li::marker {
  color: #3eb878;
}

.mat-topic-cat--soc .mat-topic-list li::marker {
  color: #e85252;
}

.mat-topic-cat--gov .mat-topic-list li::marker {
  color: #1b8bd4;
}

.mat-topic-cat--eco .mat-topic-list li::marker {
  color: #003a5e;
}

.mat-iro-title {
  font-size: 24px;
  font-weight: 700;
  color: #003a5e;
  margin-bottom: 16px;
  text-align: center;
}
body.dark-mode .mat-iro-title {
  color: #a8c7e5;
}

.mat-iro-block {
  border: 1px solid #c8d4dc;
}
body.dark-mode .mat-iro-block {
  border-color: rgba(255, 255, 255, 0.1);
}

.mat-iro-connector {
  display: none;
  height: 64px;
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #a8bad0 calc(50% - 1px), #a8bad0 calc(50% + 1px), transparent calc(50% + 1px)) 0 0/50% 50% no-repeat, linear-gradient(to bottom left, transparent calc(50% - 1px), #a8bad0 calc(50% - 1px), #a8bad0 calc(50% + 1px), transparent calc(50% + 1px)) 100% 0/50% 50% no-repeat, linear-gradient(to top right, transparent calc(50% - 1px), #a8bad0 calc(50% - 1px), #a8bad0 calc(50% + 1px), transparent calc(50% + 1px)) 0 100%/50% 50% no-repeat, linear-gradient(to top left, transparent calc(50% - 1px), #a8bad0 calc(50% - 1px), #a8bad0 calc(50% + 1px), transparent calc(50% + 1px)) 100% 100%/50% 50% no-repeat;
}
body.dark-mode .mat-iro-connector {
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), #2e4a60 calc(50% - 1px), #2e4a60 calc(50% + 1px), transparent calc(50% + 1px)) 0 0/50% 50% no-repeat, linear-gradient(to bottom left, transparent calc(50% - 1px), #2e4a60 calc(50% - 1px), #2e4a60 calc(50% + 1px), transparent calc(50% + 1px)) 100% 0/50% 50% no-repeat, linear-gradient(to top right, transparent calc(50% - 1px), #2e4a60 calc(50% - 1px), #2e4a60 calc(50% + 1px), transparent calc(50% + 1px)) 0 100%/50% 50% no-repeat, linear-gradient(to top left, transparent calc(50% - 1px), #2e4a60 calc(50% - 1px), #2e4a60 calc(50% + 1px), transparent calc(50% + 1px)) 100% 100%/50% 50% no-repeat;
}

.mat-iro-hdr {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #fff;
  padding: 10px 14px;
  text-align: center;
}

.mat-iro-hdr--upstream {
  background-color: #607d96;
}

.mat-iro-hdr--own {
  background-color: #2d6baa;
}

.mat-iro-hdr--down {
  background-color: #003a5e;
}

.mat-iro-body {
  padding: 14px 16px;
  background-color: #f5ece8;
}
body.dark-mode .mat-iro-body {
  background-color: #0d1f2e;
}

.mat-iro-hr {
  border: none;
  border-top: 1px solid #d0c0ba;
  margin: 10px 0;
}
body.dark-mode .mat-iro-hr {
  border-color: rgba(255, 255, 255, 0.1);
}

.mat-iro-act {
  font-size: 16px;
  color: var(--text-body, #333);
  margin-bottom: 0;
}
.mat-iro-act strong {
  font-weight: 700;
  color: #222;
}
body.dark-mode .mat-iro-act strong {
  color: #e0e8f0;
}
body.dark-mode .mat-iro-act {
  color: #a0aab4;
}

.mat-iro-sub {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
}
body.dark-mode .mat-iro-sub {
  color: #c0d4e8;
}

.mat-iro-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mat-iro-list li {
  font-size: 16px;
  color: var(--text-body, #333);
  padding: 3px 0 3px 16px;
  position: relative;
  line-height: 1.4;
}
.mat-iro-list li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
  font-weight: 600;
}
body.dark-mode .mat-iro-list li::before {
  color: #a0aab4;
}
body.dark-mode .mat-iro-list li {
  color: #a0aab4;
}

.mat-iro-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 4px;
}

.mat-iro-stat-num {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: #003a5e;
  line-height: 1.1;
  margin-bottom: 4px;
}
body.dark-mode .mat-iro-stat-num {
  color: #a8c7e5;
}

.mat-iro-stat-lbl {
  display: block;
  font-size: 16px;
  color: var(--text-body, #444);
  line-height: 1.35;
}
body.dark-mode .mat-iro-stat-lbl {
  color: #7a8a99;
}

.mat-iro-footnote {
  font-size: 11px;
  color: var(--text-muted, #666);
  margin-top: 8px;
}
body.dark-mode .mat-iro-footnote {
  color: #7a8a99;
}

@media (max-width: 1199px) {
  .mat-main-title {
    font-size: 42px;
  }
  .mat-iro-wrap {
    grid-column: 1/-1;
  }
}
@media (max-width: 991px) {
  .mat-hero-intro-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .mat-content-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .mat-iro-wrap {
    grid-column: auto;
  }
}
@media (max-width: 767px) {
  .materiality-sqr-wrpx {
    padding: 40px 0 50px;
  }
  .mat-main-title {
    font-size: 30px;
  }
  .mat-iro-stats {
    grid-template-columns: 1fr;
  }
  .mat-text-row strong {
    font-size: 16px;
  }
  .mat-aside-box {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .mat-main-title {
    font-size: 26px;
  }
  .mat-phase-label {
    font-size: 7px;
    min-width: 20px;
    padding: 12px 5px;
  }
}
.stakeholder-eng-wrpx {
  padding: 60px 0 70px;
}
body.dark-mode .stakeholder-eng-wrpx {
  background-color: #05111a;
}

.sth-hero {
  margin-bottom: 48px;
  padding-bottom: 40px;
}

.sth-hero-grid {
  display: grid;
  gap: 40px;
  align-items: start;
}

.sth-hero-lhs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sth-main-title {
  font-size: 52px;
  font-weight: 700;
  color: #003a5e;
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: -0.5px;
  margin: 0;
}
body.dark-mode .sth-main-title {
  color: #e0e6ed;
}

.sth-intro-body {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-body, #333);
  margin: 0;
}
body.dark-mode .sth-intro-body {
  color: #a0aab4;
}

.sth-hero-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sth-pic {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.sth-grid {
  display: grid;
  gap: 24px;
  margin-bottom: 32px;
}

.sth-card {
  background-color: var(--card-bg, #fff);
  border: 1px solid var(--border-clr, #e5e5e5);
  border-top: 3px solid #3c77ae;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body.dark-mode .sth-card {
  background-color: #1c2333;
  border-color: rgba(255, 255, 255, 0.08);
  border-top-color: #3c77ae;
}

.sth-card--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.sth-card--split .sth-card-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sth-card--split .sth-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.sth-card-name {
  font-size: 24px;
  font-weight: 700;
  color: #3c77ae;
  margin: 0;
  line-height: 1.2;
}

.sth-card-intro {
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-body, #333);
  margin: 0;
}
body.dark-mode .sth-card-intro {
  color: #a0aab4;
}

.sth-priorities {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 16px;
}
.sth-priorities li {
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-body, #333);
  padding: 3px 0 3px 14px;
  position: relative;
  break-inside: avoid;
}
.sth-priorities li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background-color: #00b6bd;
  border-radius: 50%;
}
body.dark-mode .sth-priorities li {
  color: #a0aab4;
}

.sth-dialogue {
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-body, #333);
  margin: 0;
  border-top: 1px solid var(--border-clr, #e5e5e5);
  padding-top: 12px;
}
.sth-dialogue strong {
  color: #003a5e;
  font-weight: 700;
}
body.dark-mode .sth-dialogue strong {
  color: #a8c7e5;
}
body.dark-mode .sth-dialogue {
  color: #8a9aaa;
  border-color: rgba(255, 255, 255, 0.08);
}

.sth-value-block {
  background-color: #eef2f7;
  padding: 14px 18px;
  margin-top: auto;
}
body.dark-mode .sth-value-block {
  background-color: #0a1e30;
}

.sth-value-label {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #3c77ae;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.sth-value-stat {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #003a5e;
  line-height: 1.1;
}
body.dark-mode .sth-value-stat {
  color: #a8c7e5;
}

.sth-value-desc {
  display: block;
  font-size: 13px;
  color: var(--text-muted, #666);
  margin-top: 4px;
}
body.dark-mode .sth-value-desc {
  color: #7a8a99;
}

.sth-priorities-footer {
  border-top: 1px solid var(--border-clr, #e5e5e5);
  padding-top: 20px;
  margin-top: 8px;
}
body.dark-mode .sth-priorities-footer {
  border-color: rgba(255, 255, 255, 0.08);
}
.sth-priorities-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.sth-priorities-footer li {
  font-size: 14px;
  color: var(--text-body, #333);
  padding-left: 16px;
  position: relative;
}
.sth-priorities-footer li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.sth-priorities-footer li:nth-child(1)::before {
  background-color: #3eb878;
}
.sth-priorities-footer li:nth-child(2)::before {
  background-color: #e85252;
}
.sth-priorities-footer li:nth-child(3)::before {
  background-color: #1b8bd4;
}
body.dark-mode .sth-priorities-footer li {
  color: #a0aab4;
}

.sth-card--suppliers .sth-priorities li:nth-child(1)::before,
.sth-card--suppliers .sth-priorities li:nth-child(2)::before,
.sth-card--suppliers .sth-priorities li:nth-child(3)::before {
  background-color: #3eb878;
}
.sth-card--suppliers .sth-priorities li:nth-child(4)::before,
.sth-card--suppliers .sth-priorities li:nth-child(5)::before,
.sth-card--suppliers .sth-priorities li:nth-child(6)::before {
  background-color: #e85252;
}
.sth-card--suppliers .sth-priorities li:nth-child(7)::before,
.sth-card--suppliers .sth-priorities li:nth-child(8)::before,
.sth-card--suppliers .sth-priorities li:nth-child(9)::before {
  background-color: #1b8bd4;
}

.sth-card--investors .sth-priorities li:nth-child(1)::before,
.sth-card--investors .sth-priorities li:nth-child(2)::before {
  background-color: #3eb878;
}
.sth-card--investors .sth-priorities li:nth-child(3)::before,
.sth-card--investors .sth-priorities li:nth-child(4)::before {
  background-color: #e85252;
}
.sth-card--investors .sth-priorities li:nth-child(5)::before,
.sth-card--investors .sth-priorities li:nth-child(6)::before {
  background-color: #1b8bd4;
}

.sth-card--institutions .sth-priorities li:nth-child(1)::before,
.sth-card--institutions .sth-priorities li:nth-child(2)::before {
  background-color: #3eb878;
}
.sth-card--institutions .sth-priorities li:nth-child(3)::before,
.sth-card--institutions .sth-priorities li:nth-child(4)::before {
  background-color: #e85252;
}
.sth-card--institutions .sth-priorities li:nth-child(5)::before,
.sth-card--institutions .sth-priorities li:nth-child(6)::before {
  background-color: #1b8bd4;
}

.sth-card--regulators .sth-priorities li:nth-child(1)::before,
.sth-card--regulators .sth-priorities li:nth-child(2)::before {
  background-color: #3eb878;
}
.sth-card--regulators .sth-priorities li:nth-child(3)::before,
.sth-card--regulators .sth-priorities li:nth-child(4)::before {
  background-color: #e85252;
}
.sth-card--regulators .sth-priorities li:nth-child(5)::before,
.sth-card--regulators .sth-priorities li:nth-child(6)::before {
  background-color: #1b8bd4;
}

.sth-card--community .sth-priorities li:nth-child(1)::before,
.sth-card--community .sth-priorities li:nth-child(2)::before {
  background-color: #3eb878;
}
.sth-card--community .sth-priorities li:nth-child(3)::before,
.sth-card--community .sth-priorities li:nth-child(4)::before {
  background-color: #e85252;
}
.sth-card--community .sth-priorities li:nth-child(5)::before,
.sth-card--community .sth-priorities li:nth-child(6)::before {
  background-color: #1b8bd4;
}

.sth-card--employees .sth-priorities li:nth-child(1)::before,
.sth-card--employees .sth-priorities li:nth-child(2)::before {
  background-color: #3eb878;
}
.sth-card--employees .sth-priorities li:nth-child(3)::before,
.sth-card--employees .sth-priorities li:nth-child(4)::before,
.sth-card--employees .sth-priorities li:nth-child(5)::before {
  background-color: #e85252;
}
.sth-card--employees .sth-priorities li:nth-child(6)::before,
.sth-card--employees .sth-priorities li:nth-child(7)::before {
  background-color: #1b8bd4;
}

.sth-card--customers .sth-priorities li:nth-child(1)::before,
.sth-card--customers .sth-priorities li:nth-child(2)::before {
  background-color: #3eb878;
}
.sth-card--customers .sth-priorities li:nth-child(3)::before,
.sth-card--customers .sth-priorities li:nth-child(4)::before {
  background-color: #e85252;
}
.sth-card--customers .sth-priorities li:nth-child(5)::before,
.sth-card--customers .sth-priorities li:nth-child(6)::before {
  background-color: #1b8bd4;
}

@media (max-width: 1199px) {
  .sth-main-title {
    font-size: 42px;
  }
  .sth-pic {
    height: 240px;
  }
}
@media (max-width: 991px) {
  .sth-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .sth-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sth-pic {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .stakeholder-eng-wrpx {
    padding: 40px 0 50px;
  }
  .sth-main-title {
    font-size: 30px;
  }
  .sth-hero {
    margin-bottom: 32px;
    padding-bottom: 28px;
  }
  .sth-grid {
    grid-template-columns: 1fr;
  }
  .sth-priorities {
    columns: 1;
  }
  .sth-card--split {
    grid-template-columns: 1fr;
  }
  .sth-hero-images {
    grid-template-columns: 1fr;
  }
  .sth-pic {
    height: 200px;
  }
  .sth-priorities-footer ul {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .sth-main-title {
    font-size: 26px;
  }
  .sth-card {
    padding: 18px;
  }
  .sth-value-stat {
    font-size: 22px;
  }
}
.risk-management-sqr-wrpx {
  padding: 60px 0 80px;
}
body.dark-mode .risk-management-sqr-wrpx {
  background-color: #05111a;
}

.rm-layout {
  display: grid;
  gap: 48px;
  align-items: start;
}

.rm-sidebar {
  position: relative;
  top: 0px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-right: 0px;
}
body.dark-mode .rm-sidebar {
  border-right-color: #1a3a52;
}

.rm-main-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  color: #003a5e;
  text-transform: uppercase;
}
body.dark-mode .rm-main-title {
  color: #e8f0f7;
}

.rm-intro {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}
body.dark-mode .rm-intro {
  color: #b0c4d4;
}

.rm-approach-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rm-approach-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
}
body.dark-mode .rm-approach-title {
  color: #00b6bd;
}

.rm-approach-body {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}
body.dark-mode .rm-approach-body {
  color: #b0c4d4;
}

.rm-approach-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rm-approach-list li {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  padding-left: 18px;
  position: relative;
}
.rm-approach-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #003a5e;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
}
body.dark-mode .rm-approach-list li {
  color: #b0c4d4;
}
body.dark-mode .rm-approach-list li::before {
  color: #00b6bd;
}

.rm-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.rm-strategic-hdr {
  padding-bottom: 12px;
  border-bottom: 3px solid #00b6bd;
}

.rm-strategic-title {
  font-size: 26px;
  font-weight: 700;
  color: #00b6bd;
  letter-spacing: 0.06em;
  margin: 0;
}
body.dark-mode .rm-strategic-title {
  color: #e8f0f7;
}

.rm-cards-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.rm-card {
  border: 1px solid #d0dce8;
  border-radius: 4px;
  overflow: hidden;
}
body.dark-mode .rm-card {
  border-color: #1a3a52;
}

.rm-card-hdr {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background-color: #fff;
}
body.dark-mode .rm-card-hdr {
  background-color: #001f36;
}

.rm-card-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  color: #00b6bd;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.rm-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #00b6bd;
  margin: 0;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.rm-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: #fff;
}
.rm-card-body .split-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
body.dark-mode .rm-card-body {
  background-color: #071e2e;
}

.rm-section {
  padding: 16px 0;
  border-bottom: 1px solid #e4edf4;
}
.rm-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.rm-section:first-child {
  padding-top: 0;
}
body.dark-mode .rm-section {
  border-bottom-color: #1a3a52;
}
.rm-section p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin: 0 0 10px;
}
body.dark-mode .rm-section p {
  color: #b0c4d4;
}

.rm-section-lbl {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #000;
  margin: 0 0 10px;
}
body.dark-mode .rm-section-lbl {
  color: #fff;
}

.rm-bullet-list {
  margin: 8px 0 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rm-bullet-list li {
  font-size: 16px;
  line-height: 1.65;
  color: #444;
  padding-left: 16px;
  position: relative;
}
.rm-bullet-list li::before {
  content: "•";
  position: absolute;
  left: 2px;
  top: 0;
  color: #003a5e;
  font-size: 14px;
  line-height: 1.55;
}
.rm-bullet-list li strong {
  color: #003a5e;
  font-weight: 700;
}
body.dark-mode .rm-bullet-list li {
  color: #b0c4d4;
}
body.dark-mode .rm-bullet-list li strong {
  color: #e8f0f7;
}
body.dark-mode .rm-bullet-list li::before {
  color: #00b6bd;
}

.rm-sub-section {
  margin-top: 12px;
}
.rm-sub-section:first-child {
  margin-top: 0;
}

.rm-sub-title {
  font-size: 13px;
  font-weight: 700;
  color: #003a5e;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
body.dark-mode .rm-sub-title {
  color: #e8f0f7;
}

@media (max-width: 1199px) {
  .rm-layout {
    grid-template-columns: 30fr 70fr;
    gap: 36px;
  }
  .rm-main-title {
    font-size: 30px;
  }
  .rm-sidebar {
    padding-right: 24px;
  }
}
@media (max-width: 991px) {
  .rm-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .rm-sidebar {
    position: static;
    padding-right: 0;
    border-right: none;
    border-bottom: 2px solid #e0e8ef;
    padding-bottom: 32px;
  }
  body.dark-mode .rm-sidebar {
    border-bottom-color: #1a3a52;
    border-right: none;
  }
  .rm-main-title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .risk-management-sqr-wrpx {
    padding: 40px 0 50px;
  }
  .rm-main-title {
    font-size: 28px;
  }
  .rm-strategic-title {
    font-size: 20px;
  }
  .rm-card-hdr {
    gap: 12px;
    padding: 12px 16px;
  }
  .rm-card-title {
    font-size: 14px;
  }
  .rm-card-body {
    padding: 16px;
  }
}
@media (max-width: 575px) {
  .rm-main-title {
    font-size: 24px;
  }
  .rm-card-num {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.rm-bottom-wrap {
  display: grid;
  gap: 28px;
  align-items: start;
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid #d8e6f0;
}
body.dark-mode .rm-bottom-wrap {
  border-top-color: #1a3a52;
}

.rm-cat-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rm-cat-hdr-bar {
  padding-bottom: 10px;
  border-bottom: 3px solid #00b6bd;
}
.rm-cat-hdr-bar.fin-risk-title {
  border-bottom: 3px solid #263d8d;
}
.rm-cat-hdr-bar.fin-risk-title .rm-cat-title {
  color: #263d8d;
}
.rm-cat-hdr-bar.opr-risk-title {
  border-bottom: 3px solid #3c77ae;
}
.rm-cat-hdr-bar.opr-risk-title .rm-cat-title {
  color: #3c77ae;
}
.rm-cat-hdr-bar.repu-risk-title {
  border-bottom: 3px solid #f15b5b;
}
.rm-cat-hdr-bar.repu-risk-title .rm-cat-title {
  color: #f15b5b;
}
.rm-cat-hdr-bar.regu-risk-title {
  border-bottom: 3px solid #0093d0;
}
.rm-cat-hdr-bar.regu-risk-title .rm-cat-title {
  color: #0093d0;
}
.rm-cat-hdr-bar.info-risk-title {
  border-bottom: 3px solid #004a80;
}
.rm-cat-hdr-bar.info-risk-title .rm-cat-title {
  color: #004a80;
}
.rm-cat-hdr-bar.sus-risk-title {
  border-bottom: 3px solid #00a36a;
}
.rm-cat-hdr-bar.sus-risk-title .rm-cat-title {
  color: #00a36a;
}

.rm-cat-title {
  font-size: 20px;
  font-weight: 700;
  color: #003a5e;
  letter-spacing: 0.06em;
  margin: 0;
}
body.dark-mode .rm-cat-title {
  color: #e8f0f7;
}

.rm-r4r5-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}

.rm-flat-card {
  border: 1px solid #d0dce8;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
}
.rm-flat-card.fin-flat-card .rm-flat-card-ttl .rm-flat-num {
  color: #263d8d;
}
.rm-flat-card.fin-flat-card .rm-flat-card-ttl .rm-flat-card-name {
  color: #263d8d;
}
.rm-flat-card.opr-flat-card .rm-flat-card-ttl .rm-flat-num {
  color: #3c77ae;
}
.rm-flat-card.opr-flat-card .rm-flat-card-ttl .rm-flat-card-name {
  color: #3c77ae;
}
.rm-flat-card.repu-flat-card .rm-flat-card-ttl .rm-flat-num {
  color: #f15b5b;
}
.rm-flat-card.repu-flat-card .rm-flat-card-ttl .rm-flat-card-name {
  color: #f15b5b;
}
.rm-flat-card.regu-flat-card .rm-flat-card-ttl .rm-flat-num {
  color: #0093d0;
}
.rm-flat-card.regu-flat-card .rm-flat-card-ttl .rm-flat-card-name {
  color: #0093d0;
}
.rm-flat-card.info-risk-card .rm-flat-card-ttl .rm-flat-num {
  color: #004a80;
}
.rm-flat-card.info-risk-card .rm-flat-card-ttl .rm-flat-card-name {
  color: #004a80;
}
.rm-flat-card.sus-risk-card .rm-flat-card-ttl .rm-flat-num {
  color: #00a36a;
}
.rm-flat-card.sus-risk-card .rm-flat-card-ttl .rm-flat-card-name {
  color: #00a36a;
}
body.dark-mode .rm-flat-card {
  border-color: #1a3a52;
  background-color: #071e2e;
}

.rm-flat-card-ttl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  background-color: #fff;
  border-bottom: 1px solid #d0dce8;
}
body.dark-mode .rm-flat-card-ttl {
  background-color: #0a2236;
  border-bottom-color: #1a3a52;
}

.rm-flat-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 1px;
}

.rm-flat-card-name {
  font-size: 20px;
  font-weight: 700;
  color: #00b6bd;
  margin: 0;
  line-height: 1.4;
}

.rm-flat-card-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rm-flat-lbl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #222;
  margin: 10px 0 4px;
}
.rm-flat-lbl:first-child {
  margin-top: 0;
}
body.dark-mode .rm-flat-lbl {
  color: #e8f0f7;
}

.rm-flat-card-body p {
  font-size: 16px;
  line-height: 1.65;
  color: #444;
  margin: 0;
}
body.dark-mode .rm-flat-card-body p {
  color: #b0c4d4;
}

.rm-flat-list {
  margin: 4px 0 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.rm-flat-list li {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  padding-left: 14px;
  position: relative;
}
.rm-flat-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #003a5e;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
}
body.dark-mode .rm-flat-list li {
  color: #b0c4d4;
}
body.dark-mode .rm-flat-list li::before {
  color: #00b6bd;
}

.rm-flat-sub {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 6px;
}

.rm-flat-sub-ttl {
  font-size: 12px;
  font-weight: 700;
  color: #003a5e;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin: 0 0 2px;
}
body.dark-mode .rm-flat-sub-ttl {
  color: #e8f0f7;
}

@media (max-width: 1199px) {
  .rm-bottom-wrap {
    grid-template-columns: 50fr 25fr 25fr;
    gap: 20px;
  }
  .rm-cat-title {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .rm-bottom-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}
@media (max-width: 767px) {
  .rm-bottom-wrap {
    grid-template-columns: 1fr;
  }
  .rm-cat-wrap:first-child {
    grid-column: auto;
  }
  .rm-r4r5-grid {
    grid-template-columns: 1fr;
  }
}
.rm-lower-wrap {
  display: grid;
  gap: 28px;
  align-items: start;
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid #d8e6f0;
}
body.dark-mode .rm-lower-wrap {
  border-top-color: #1a3a52;
}

.rm-lower-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.rm-cat-hdr-bar--red {
  border-bottom-color: #d93535;
}

.rm-cat-hdr-bar--navy {
  border-bottom-color: #003a5e;
}
body.dark-mode .rm-cat-hdr-bar--navy {
  border-bottom-color: #1b5e93;
}

.rm-cat-hdr-bar--green {
  border-bottom-color: #3eb878;
}

.rm-flat-list--nested {
  margin-top: 4px;
  padding-left: 14px;
}
.rm-flat-list--nested li::before {
  content: "›";
  color: #607d96;
}
body.dark-mode .rm-flat-list--nested li::before {
  color: #5a9fd4;
}

.rm-flat-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}

@media (max-width: 1199px) {
  .rm-lower-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .rm-lower-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .rm-lower-left {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .rm-flat-2col {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .rm-lower-wrap {
    grid-template-columns: 1fr;
  }
  .rm-lower-left {
    grid-column: auto;
    display: flex;
    flex-direction: column;
  }
  .rm-flat-2col {
    grid-template-columns: 1fr;
  }
}
.sof-section {
  padding: 60px 0 90px;
}

.sof-grid {
  position: relative;
}
.sof-grid::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background-color: #00b6bd;
}

.sof-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sof-row + .sof-row {
  border-top: 1px solid #ccd9dc;
}
.sof-row + .sof-row::before, .sof-row + .sof-row::after {
  content: "";
  position: absolute;
  top: -1px;
  width: 12px;
  height: 12px;
  background-color: #00b6bd;
}
.sof-row + .sof-row::before {
  left: 0;
}
.sof-row + .sof-row::after {
  right: 0;
}
body.dark-mode .sof-row + .sof-row {
  border-top-color: rgba(255, 255, 255, 0.09);
}

.sof-pair {
  position: relative;
  display: grid;
}

.sof-pair--left {
  grid-template-columns: 0.375fr 0.625fr;
}

.sof-pair--right {
  grid-template-columns: 0.625fr 0.375fr;
}
.sof-row + .sof-row .sof-pair--right::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #00b6bd;
  z-index: 1;
}

.sof-pair--left > *,
.sof-pair--right > .sof-content {
  border-right: 1px solid #ccd9dc;
}
body.dark-mode .sof-pair--left > *,
body.dark-mode .sof-pair--right > .sof-content {
  border-right-color: rgba(255, 255, 255, 0.09);
}

.sof-label {
  background-color: #e3f0f2;
  display: flex;
  flex-direction: column;
  padding: 26px 24px 30px;
}
body.dark-mode .sof-label {
  background-color: #16242a;
}

.sof-pair--right .sof-label {
  text-align: right;
}

.sof-label-ttle {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #0d4f59;
  margin: 0;
}
body.dark-mode .sof-label-ttle {
  color: #e0e6ed;
}

.sof-label-desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #0d4f59;
  margin: auto 0 0;
  padding-top: 40px;
}
body.dark-mode .sof-label-desc {
  color: #c6d0d8;
}

.sof-content {
  display: flex;
  flex-direction: column;
  padding: 26px 30px 34px;
}

.sof-icon {
  display: block;
  margin-bottom: 30px;
}
.sof-icon svg {
  display: block;
  width: 40px;
  height: 40px;
  fill: #0d4f59;
}
body.dark-mode .sof-icon svg {
  fill: #7fd3d8;
}

.sof-stats {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: auto;
}

.sof-stat-val {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.05;
  color: #0d4f59;
  margin: 0 0 6px;
}
body.dark-mode .sof-stat-val {
  color: #e0e6ed;
}

.sof-stat-val--lg {
  line-height: 1.02;
}

.sof-stat-lbl {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  color: #1a1a1a;
  margin: 0;
}
body.dark-mode .sof-stat-lbl {
  color: #b9c2cb;
}

.sof-ratings {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  margin-top: 8px;
}

.sof-rating {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
}
.sof-rating:nth-child(-n+2) {
  border-bottom: 1px solid #ccd9dc;
}
body.dark-mode .sof-rating:nth-child(-n+2) {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.sof-rating-lbl,
.sof-rating-val {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #0d4f59;
}
body.dark-mode .sof-rating-lbl,
body.dark-mode .sof-rating-val {
  color: #d6dee4;
}

.next-prev-common-wrp {
  padding: 40px 0px;
}
.next-prev-common-wrp .container-1360-wrp .next-prev-grid-wrp {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.next-prev-common-wrp .container-1360-wrp .next-prev-grid-wrp .cvr span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
.next-prev-common-wrp .container-1360-wrp .next-prev-grid-wrp .cvr.right-txt {
  text-align: right;
}
.next-prev-common-wrp .container-1360-wrp .next-prev-grid-wrp .cvr a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}
body.dark-mode .next-prev-common-wrp .container-1360-wrp .next-prev-grid-wrp .cvr a {
  color: #fff;
}
.next-prev-common-wrp .container-1360-wrp .next-prev-grid-wrp .cvr a.prev_page_link {
  text-align: left;
  padding-left: 20px;
}
.next-prev-common-wrp .container-1360-wrp .next-prev-grid-wrp .cvr a.prev_page_link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg) translate(0%, -50%);
  position: absolute;
  left: 0px;
  top: 50%;
}
body.dark-mode .next-prev-common-wrp .container-1360-wrp .next-prev-grid-wrp .cvr a.prev_page_link::before {
  border-color: #fff;
}
.next-prev-common-wrp .container-1360-wrp .next-prev-grid-wrp .cvr a.next_page_link {
  text-align: right;
  padding-right: 20px;
}
.next-prev-common-wrp .container-1360-wrp .next-prev-grid-wrp .cvr a.next_page_link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(320deg) translate(0%, -50%);
  position: absolute;
  right: 0px;
  top: 50%;
}
body.dark-mode .next-prev-common-wrp .container-1360-wrp .next-prev-grid-wrp .cvr a.next_page_link::before {
  border-color: #fff;
}

@media (max-width: 1199px) {
  .sof-label-ttle {
    font-size: 32px;
  }
  .sof-label-desc {
    font-size: 18px;
    padding-top: 28px;
  }
  .sof-stat-val {
    font-size: 36px;
  }
  .sof-stat-lbl {
    font-size: 16px;
  }
  .sof-content {
    padding: 22px 22px 28px;
  }
  .sof-label {
    padding: 22px 20px 26px;
  }
  .sof-icon {
    margin-bottom: 24px;
  }
  .sof-icon svg {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 991px) {
  .sof-section {
    padding: 40px 0 60px;
  }
  .sof-row {
    grid-template-columns: 1fr;
  }
  .sof-pair + .sof-pair {
    border-top: 1px solid #ccd9dc;
  }
  body.dark-mode .sof-pair + .sof-pair {
    border-top-color: rgba(255, 255, 255, 0.09);
  }
  .sof-row + .sof-row .sof-pair--right::before {
    display: none;
  }
  .sof-pair--left > .sof-content {
    border-right: none;
  }
  .sof-stats {
    gap: 22px;
  }
}
@media (max-width: 767px) {
  .sof-section {
    padding: 30px 0 50px;
  }
  .sof-pair {
    grid-template-columns: 1fr;
  }
  .sof-pair--right {
    display: flex;
    flex-direction: column-reverse;
  }
  .sof-pair--left > *,
  .sof-pair--right > .sof-content {
    border-right: none;
  }
  .sof-content {
    border-top: 1px solid #ccd9dc;
    padding: 20px 16px 26px;
  }
  body.dark-mode .sof-content {
    border-top-color: rgba(255, 255, 255, 0.09);
  }
  .sof-label,
  .sof-pair--right .sof-label {
    padding: 18px 16px 20px;
    text-align: left;
  }
  .sof-label-ttle {
    font-size: 28px;
  }
  .sof-label-desc {
    font-size: 17px;
    padding-top: 10px;
  }
  .sof-icon {
    margin-bottom: 18px;
  }
  .sof-icon svg {
    width: 30px;
    height: 30px;
  }
  .sof-stats {
    gap: 20px;
    margin-top: 0;
  }
  .sof-stat-val {
    font-size: 30px;
  }
  .sof-stat-lbl {
    font-size: 15px;
  }
  .sof-ratings {
    column-gap: 18px;
  }
  .sof-rating-lbl,
  .sof-rating-val {
    font-size: 14px;
  }
  .sof-grid::after,
  .sof-row + .sof-row::before,
  .sof-row + .sof-row::after {
    width: 9px;
    height: 9px;
  }
  .home-footer {
    background: #003A5E;
    padding: 10px 0;
  }
  .next-prev-common-wrp .container-1360-wrp .next-prev-grid-wrp {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .next-prev-common-wrp .container-1360-wrp .next-prev-grid-wrp .cvr {
    border-bottom: 1px solid #000;
    padding: 10px 0px;
  }
  body.dark-mode .next-prev-common-wrp .container-1360-wrp .next-prev-grid-wrp .cvr {
    border-color: #fff;
  }
  .how_we_create .inter_caps_wrp .row-labels-col {
    display: none;
  }
  .how_we_create .inter_caps_wrp .row.g-0 {
    padding-left: 0px;
  }
  .common-ttle {
    font-size: 34px;
  }
  .home-hdr .home-hdr-rhs {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .home-hdr .home-logo img {
    height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .how_we_create .inter_caps_wrp .caps_bx {
    min-height: 250px;
  }
  .how_we_create .inter_caps_wrp .pic_bx {
    min-height: 250px;
  }
}
.fyh-mdablock {
  display: flex;
  border: 1px solid #dde1e5;
  overflow: hidden;
}
body.dark-mode .fyh-mdablock {
  border-color: rgba(255, 255, 255, 0.1);
}

.fyh-label-mdacol {
  width: 48px;
  min-width: 48px;
  display: flex;
  align-items: stretch;
}

.fyh-mdalabel {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px 13px;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 1;
}

.fyh-label-mdaop {
  background-color: #00224b;
  background-image: url(../images/mdabg1.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.fyh-label-mdaeco {
  background-color: #00224b;
  background-image: url(../images/mdabg2.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.fyh-label-mdaico {
  background-color: #00224b;
  background-image: url(../images/mdabg3.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.fyh-label-mdabr {
  background-color: #00224b;
  background-image: url(../images/mdabg4.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.fyh-label-mdaoo {
  background-color: #00224b;
  background-image: url(../images/mdabg5.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.fyh-label-mdafp {
  background-color: #00224b;
  background-image: url(../images/mdabg6.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.whitebg {
  background-color: #fff;
}

.mda-tit {
  color: #00224b;
  font-size: 38px;
}
body.dark-mode .mda-tit {
  color: #fff;
}

.orgbg1 {
  background-color: #fff8f3;
}

.greybg1 {
  background-color: #eaeff2;
}

body.dark-mode .orgbg1 {
  background-color: #0d1a27;
}

body.dark-mode .greybg1 {
  background-color: #0d1a27;
}

.blackclr {
  color: #000 !important;
}

.blueclr {
  color: #00224b;
}

.greenclr1 {
  color: #17a46a;
}

.grey {
  color: #8d8d8d;
  font-weight: 400;
}

.note {
  font-size: 12px;
}

.mdaclr {
  color: #00224b !important;
  font-weight: 500;
}
body.dark-mode .mdaclr {
  color: #fff !important;
}

.mdasubclr {
  color: #004a7f;
  font-weight: 500;
}
body.dark-mode .mdasubclr {
  color: #fff;
}

.subtitinn {
  color: #00224b;
  font-size: 28px;
  font-weight: 500;
  line-height: initial;
  margin-bottom: 15px;
}
body.dark-mode .subtitinn {
  color: #fff;
}

.subtitinneco {
  color: #00244c;
  font-size: 34px;
  font-weight: 700;
  line-height: initial;
  margin-bottom: 15px;
}
body.dark-mode .subtitinneco {
  color: #fff;
}

.orgclr {
  color: #df7f66 !important;
  font-weight: 500;
}

.fyh-content-mdacol {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.fyh-stat-desc {
  color: #00224b;
  font-weight: 500;
}

.bl2 {
  width: 100%;
  height: 8px;
  background-color: #004a80;
}

.blue2 {
  color: #004a80;
  font-weight: 500;
}

.bluelinethin {
  width: 100%;
  height: 2px;
  background-color: #00224b;
}

.dgreenline {
  width: 100%;
  height: 8px;
  background-color: #004f3c;
}

.greenline {
  width: 100%;
  height: 8px;
  background-color: #00a36a;
}

.blueline1 {
  width: 100%;
  height: 8px;
  background-color: #004a80;
}

.blueline {
  width: 100%;
  height: 8px;
  background-color: #00224b;
}

.dblueline {
  width: 100%;
  height: 8px;
  background-color: #00244c;
}

.greenline {
  width: 100%;
  height: 8px;
  background-color: #16a369;
}

.orgline {
  width: 100%;
  height: 8px;
  background-color: #df8067;
}

.dbline {
  width: 100%;
  height: 8px;
  background-color: #00404a;
}

.dbline2 {
  width: 100%;
  height: 8px;
  background-color: #00b6bd;
}

.bclr {
  color: #00404a;
}
body.dark-mode .bclr {
  color: #fff;
}

.bclr2 {
  color: #231f20;
}

.gsubtit {
  color: #00404a;
  font-size: 24px;
  text-decoration: underline;
  padding: 10px 0;
}
body.dark-mode .gsubtit {
  color: #fff;
}

.outlook {
  color: #00404a;
  font-size: 36px;
  font-weight: 600;
}
body.dark-mode .outlook {
  color: #fff;
}

.bclr1 {
  color: #00404a;
  font-size: 24px;
  font-weight: 600;
}
body.dark-mode .bclr1 {
  color: #fff;
}

.bclr4 {
  color: #00b6bd;
  font-size: 24px;
  font-weight: 600;
}
body.dark-mode .bclr4 {
  color: #fff;
}

.bclr3 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}

body.dark-mode .txtcomm {
  color: #fff !important;
}

.greend {
  color: #00414a;
}
body.dark-mode .greend {
  color: #fff !important;
}

.enhbxgreen {
  background-color: #00414a;
  padding: 20px;
  color: #fff !important;
}
body.dark-mode .enhbxgreen .whiteclr {
  color: #fff !important;
}

.enhbxwhite {
  background-color: #ffffff;
  padding: 20px;
  color: #00414a;
}

.envclr3 {
  color: #00414a;
  font-size: 24px;
  font-weight: 600;
}

.perbx1 {
  background-color: #00b6bd;
  color: #fff;
  padding: 30px 20px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.perbx2 {
  background-color: #003740;
  color: #fff;
  padding: 15px;
  margin: 15px 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.untxt {
  text-decoration: underline;
  font-size: 20px;
}

.greenclr2 {
  color: #00a36a;
  font-size: 22px;
  line-height: 1.2;
}

.dgreenclr {
  color: #004f3c;
  font-size: 22px;
  font-weight: 600;
}
body.dark-mode .dgreenclr {
  color: #fff;
}

.engreenbg {
  background-color: #ebf6f1;
}

.dgreenclr1 {
  color: #004f3c !important;
}
body.dark-mode .dgreenclr1 {
  color: #fff !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fyh-mdastats-row {
  flex: 1;
  border-top: 1px solid #dde1e5;
}
.fyh-mdastats-row.mdaoperation-row {
  background-color: #eaf2fa;
  padding: 20px 30px;
}
.fyh-mdastats-row.mdaoperation-row .fyh-stat-desc {
  color: #00224b;
  font-weight: 500;
}
.fyh-mdastats-row.mdaoperation-row .fyh-stat-subdesc {
  color: #0093d0;
}
body.dark-mode .fyh-mdastats-row.mdaoperation-row {
  background-color: rgba(58, 172, 219, 0.1);
}
body.dark-mode .fyh-mdastats-row.mdaoperation-row .fyh-stat-desc {
  color: #fff;
}
body.dark-mode .fyh-mdastats-row.mdaoperation-row .fyh-stat-subdesc {
  color: #fff;
}
body.dark-mode .fyh-mdastats-row {
  border-color: rgba(255, 255, 255, 0.08);
}

.fyh-sus-stats {
  border-top: none;
}

.fyh-mdastats-col {
  padding: 16px 14px;
  border-right: 1px solid #dde1e5;
}
.fyh-mdastats-col:last-child {
  border-right: none;
}
body.dark-mode .fyh-mdastats-col {
  border-color: rgba(255, 255, 255, 0.08);
}

.fyh-mdastat-item {
  margin-bottom: 18px;
  border-bottom: 1px solid #c3d2da;
  padding-bottom: 8px;
}
.fyh-mdastat-item.mb-0 {
  margin-bottom: 0;
}

.fyh-mdastat-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}

.fyh-mdastat-number {
  font-size: 34px;
  font-weight: 700;
  color: #00224b;
  line-height: 1.1;
  display: block;
  margin-bottom: 4px;
}
body.dark-mode .fyh-mdastat-number {
  color: #fff;
}

.fyh-mdastat-greennumber {
  font-size: 34px;
  font-weight: 700;
  color: #16a369;
  line-height: 1.1;
  display: block;
  margin-bottom: 4px;
}
body.dark-mode .fyh-mdastat-greennumber {
  color: #fff;
}

.fyh-mdabadge {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 0;
  line-height: 1.6;
  white-space: nowrap;
}

.fyh-mdabadge-green {
  color: #00224b;
  background-color: #b7e0d3;
}

.fyh-mdabadge-grey {
  color: #00224b;
  background-color: #bacad3;
}

.fyh-stat-desc {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
body.dark-mode .fyh-stat-desc {
  color: #a0aab4;
}

.mda-section-heading {
  font-size: 24px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  margin-bottom: 14px;
  margin-top: 22px;
  line-height: 1.35;
}
body.dark-mode .mda-section-heading {
  color: #fff;
}

.imgbg {
  padding: 10px;
}
body.dark-mode .imgbg {
  background-color: #fff;
}

.gbg {
  background-color: #17a46a !important;
  padding: 12px;
  position: relative;
  left: -4px;
}

.social-tag {
  position: relative;
  display: inline-block;
  padding: 8px 14px;
  color: #7d1f1f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
body.dark-mode .social-tag {
  color: #ff4d4d;
}

.social-tag::before,
.social-tag::after,
.social-tag span::before,
.social-tag span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: #ff4d4d;
  border-style: solid;
}

/* Top Left */
.social-tag::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}

/* Top Right */
.social-tag::after {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
}

/* Bottom Left */
.social-tag span::before {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px;
}

/* Bottom Right */
.social-tag span::after {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}

.environment-tag {
  position: relative;
  display: inline-block;
  padding: 8px 14px;
  color: #0a6a5b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
body.dark-mode .environment-tag {
  color: #18b28c;
}

.environment-tag::before,
.environment-tag::after,
.environment-tag span::before,
.environment-tag span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-color: #18b28c;
  border-style: solid;
}

/* Top Left */
.environment-tag::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}

/* Top Right */
.environment-tag::after {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
}

/* Bottom Left */
.environment-tag span::before {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px;
}

/* Bottom Right */
.environment-tag span::after {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}

.fs20 {
  font-size: 20px;
}

.arrow-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.arrow-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.arrow-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 4px;
  color: #1d2f5f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
body.dark-mode .arrow-list li::before {
  color: #fff;
}

.orgbg {
  background-color: #df8067;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding: 0px 15px;
  text-align: center;
}

.tbot {
  border-bottom: 1px solid #004a7f;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}
.table-responsive::-webkit-scrollbar {
  height: 6px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #0d5b94;
  border-radius: 10px;
}

.bgt {
  background-color: #eaf2fb !important;
}

.borbot {
  border-bottom: 1px solid #8d8d8d;
}

.growth-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  margin: 0;
}
.growth-table th,
.growth-table td {
  padding: 7px;
  border-bottom: 2px solid #fff;
}
.growth-table th:first-child,
.growth-table td:first-child {
  text-align: left;
}
.growth-table th:not(:first-child),
.growth-table td:not(:first-child) {
  text-align: right;
}
.growth-table thead th {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.growth-table thead th:first-child {
  text-align: left;
  width: 48%;
}
.growth-table thead th.active {
  background: #082d57;
  color: #fff;
}
.growth-table thead th:first-child {
  color: #000;
}
.growth-table thead th:nth-child(3) {
  color: #fff;
  background-color: #00244c;
}
.growth-table thead th:nth-child(4), .growth-table thead th:nth-child(5) {
  color: #fff;
  background-color: #004b80;
}
.growth-table tbody td {
  font-size: 18px;
}
.growth-table tbody td:first-child {
  text-align: left;
  white-space: nowrap;
}
.growth-table tbody td:not(:first-child) {
  text-align: right;
}
.growth-table tbody td strong {
  font-weight: 700;
}
@media (min-width: 320px) and (max-width: 767px) {
  .growth-table {
    min-width: 750px;
  }
  .growth-table th,
  .growth-table td {
    padding: 14px;
    font-size: 16px;
  }
  .growth-table thead th {
    font-size: 16px;
  }
}

.growth-table tbody tr:nth-child(odd) td {
  background-color: #eaf2fb;
}

.keybx {
  background-color: #fef6f6;
  padding: 0;
}
.keybx .info {
  padding: 20px;
  background-color: #eaf2fb;
}
body.dark-mode .keybx .info {
  color: #000;
}
.keybx .info .arrow-list li {
  color: #1d2f5f;
}
body.dark-mode .keybx .mdaclr {
  color: #000;
}
body.dark-mode .keybx .arrow-list li::before {
  color: #000;
}

.csr-focus {
  max-width: 1100px;
  width: 100%;
  margin: 50px auto;
}

.csr-title {
  font-size: 28px;
  color: #ef6c3e;
  margin-bottom: 25px;
}

.csr-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.csr-card {
  padding: 30px;
  min-height: 260px;
  border-top: 1px solid #d7d7d7;
}

.csr-card:nth-child(odd) {
  border-right: 1px solid #d7d7d7;
}

/* Dummy icon colors */
.health .icon {
  background: #ef4d3c;
}

.waste .icon {
  background: #7cb342;
}

.culture .icon {
  background: #f7b500;
}

.education .icon {
  background: #6a5acd;
}

.skills .icon {
  background: #ff8c26;
}

.agriculture .icon {
  background: #0d8b4d;
}

.water .icon {
  background: #009fe3;
}

.sports .icon {
  background: #005daa;
}

.csr-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 700;
}

.health h3,
.health .nos,
.health small {
  color: #ef4d3c;
}

.waste h3,
.waste .nos,
.waste small {
  color: #7cb342;
}

.culture h3,
.culture .nos,
.culture small {
  color: #f7b500;
}

.education h3,
.education .nos,
.education small {
  color: #6a5acd;
}

.skills h3,
.skills .nos,
.skills small {
  color: #ff8c26;
}

.agriculture h3,
.agriculture .nos,
.agriculture small {
  color: #0d8b4d;
}

.water h3,
.water .nos,
.water small {
  color: #009fe3;
}

.sports h3,
.sports .nos,
.sports small,
.readmorelink {
  color: #005daa;
}

.csr-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}
body.dark-mode .csr-card p {
  color: #fff;
}

.nos {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: inherit;
}

.csr-grid small {
  font-size: 17px;
  font-weight: 600;
  display: block;
}

.readmorelink {
  font-size: 16px;
  font-weight: 500;
}

.bl2bg {
  background-color: #e9f0f9 !important;
}

.blbg {
  background-color: #004a80 !important;
  color: #fff !important;
}

.bdbg {
  background-color: #00244c !important;
  color: #fff !important;
}

.bbg1 {
  background-color: #fef4f3 !important;
}

body.dark-mode h3.blue2,
body.dark-mode h4.blue2 {
  color: #fff;
}

.growth-table1 {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  margin: 0;
}
body.dark-mode .growth-table1 {
  background-color: #fff;
}
.growth-table1 th {
  background-color: transparent;
  border-bottom: 1px solid #dde1e5;
  padding: 7px;
}
.growth-table1 td {
  padding: 7px;
  border-bottom: 2px solid #fff;
}
.growth-table1 thead th {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.growth-table1 thead th:first-child {
  text-align: left;
  width: 48%;
}
.growth-table1 thead th:not(:first-child) {
  text-align: right;
}
.growth-table1 tbody td {
  font-size: 18px;
}
.growth-table1 tbody td:first-child {
  text-align: left;
  white-space: nowrap;
}
.growth-table1 tbody td:not(:first-child) {
  text-align: right;
}
.growth-table1 tbody td strong {
  font-weight: 700;
}
@media (min-width: 320px) and (max-width: 767px) {
  .growth-table1 {
    min-width: 750px;
  }
  .growth-table1 th,
  .growth-table1 td {
    padding: 14px;
    font-size: 16px;
  }
  .growth-table1 thead th {
    font-size: 16px;
  }
}

.growth-table1 tbody tr:nth-child(odd) td {
  background-color: #eaf2fb;
}

.growth-table2 {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  margin: 0;
}
body.dark-mode .growth-table2 {
  background-color: #fff;
}
.growth-table2 th {
  background-color: transparent;
  border-bottom: 1px solid #dde1e5;
  padding: 7px;
}
.growth-table2 td {
  padding: 7px;
  border-bottom: 2px solid #fff;
}
.growth-table2 thead th {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.growth-table2 thead th:first-child {
  text-align: left;
  width: 30%;
}
.growth-table2 thead th:not(:first-child) {
  text-align: left;
}
.growth-table2 tbody td {
  font-size: 18px;
  vertical-align: middle;
}
.growth-table2 tbody td:nth-child(1) {
  text-align: left;
  width: 30%;
}
.growth-table2 tbody td:nth-child(2), .growth-table2 tbody td:nth-child(3), .growth-table2 tbody td:nth-child(4), .growth-table2 tbody td:nth-child(5) {
  text-align: right;
}
.growth-table2 tbody td:nth-child(6) {
  text-align: left;
  width: 30%;
}
.growth-table2 tbody td strong {
  font-weight: 700;
}
@media (min-width: 320px) and (max-width: 767px) {
  .growth-table2 {
    min-width: 750px;
  }
  .growth-table2 th,
  .growth-table2 td {
    padding: 14px;
    font-size: 16px;
  }
  .growth-table2 thead th {
    font-size: 16px;
  }
}

.growth-table2 tbody tr:nth-child(odd) td {
  background-color: #eaf2fb;
}

.growth-section {
  width: 100%;
  overflow: hidden;
}

.growth-grid {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 520px;
}

.growth-left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
}

.growth-card {
  padding: 30px 20px;
  border-right: 1px solid #d9d9d9;
  border-top: 10px solid #00508c;
  display: flex;
  flex-direction: column;
}
.growth-card:last-child {
  border-right: 0;
}
.growth-card .number {
  font-size: 72px;
  font-weight: 300;
  color: #7d8f9f;
  line-height: 1;
  font-family: "BREUERTEXT";
  margin-bottom: 30px;
}
.growth-card h3 {
  font-size: 26px;
  font-weight: 700;
  color: #00508c;
  line-height: 1.2;
  margin-bottom: 18px;
  height: 90px;
}
.growth-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #111;
}

.growth-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Reverse Layout */
.growth-section.reverse .growth-grid {
  grid-template-columns: 55% 45%;
}
.growth-section.reverse .growth-image {
  order: 1;
}
.growth-section.reverse .growth-left {
  order: 2;
}

@media (max-width: 991px) {
  .growth-grid,
  .growth-section.reverse .growth-grid {
    grid-template-columns: 1fr;
  }
  .growth-image,
  .growth-section.reverse .growth-image {
    order: -1;
    height: 420px;
  }
  .growth-left,
  .growth-section.reverse .growth-left {
    order: 2;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .growth-left,
  .growth-section.reverse .growth-left {
    grid-template-columns: 1fr;
  }
  .growth-image,
  .growth-section.reverse .growth-image {
    height: 260px;
  }
}
/* Tablet */
@media (max-width: 991px) {
  .growth-grid {
    grid-template-columns: 1fr;
  }
  .growth-image {
    order: -1;
    height: 420px;
  }
  .growth-left {
    grid-template-columns: 1fr 1fr;
  }
  .growth-card .number {
    font-size: 56px;
    margin-bottom: 30px;
  }
  .growth-card h3 {
    font-size: 26px;
  }
  .growth-card p {
    font-size: 15px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .growth-left {
    grid-template-columns: 1fr;
  }
  .growth-card {
    border-right: 0;
    border-bottom: 1px solid #d9d9d9;
    padding: 25px 20px;
  }
  .growth-card:last-child {
    border-bottom: 0;
  }
  .growth-card .number {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .growth-card h3 {
    font-size: 22px;
  }
  .growth-card p {
    font-size: 14px;
    line-height: 1.6;
  }
  .growth-image {
    height: 260px;
  }
}
.h-auto {
  height: auto !important;
}

.litbbg {
  background-color: #eaf2fb;
  padding: 40px 0;
}
body.dark-mode .litbbg .subtitinn {
  color: #00224b;
}
body.dark-mode .litbbg .mdasubclr {
  color: #004a7f;
}
body.dark-mode .litbbg p {
  color: #000;
}

.whitebx {
  padding: 20px;
  background-color: #fff;
  height: 430px;
}

.litbbx {
  background-color: #e9f0f9;
  padding: 15px;
  position: relative;
  height: 650px;
}
body.dark-mode .litbbx h5,
body.dark-mode .litbbx p,
body.dark-mode .litbbx .arrow-list li,
body.dark-mode .litbbx .arrow-list li::before {
  color: #000;
}
.litbbx img {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.litbbx2 {
  background-color: #e9f0f9;
  padding: 15px;
  position: relative;
  height: 100%;
}
body.dark-mode .litbbx2 h5,
body.dark-mode .litbbx2 .arrow-list li,
body.dark-mode .litbbx2 .arrow-list li::before {
  color: #000;
}
.litbbx2 img {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 300px;
}

.orgpatch {
  color: #fff;
  background-color: #df7f66;
  display: inline;
  padding: 5px 7px;
  font-size: 16px;
}

.works-section {
  position: relative;
  border: 1px solid #e3b5a7;
  overflow: hidden;
  padding-right: 0;
  padding-left: 55px;
}
.works-section::before {
  content: attr(data-section);
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 100%;
  background: #d97b5d;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 20px 0;
  box-sizing: border-box;
}
.works-section .works-content {
  padding: 0;
}
.works-section .works-content h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 25px;
}
.works-section .works-content p {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.works-section .works-content .works-img {
  display: block;
  width: 100%;
  height: auto;
}
.works-section .highlight-panel {
  border-left: 1px solid #e3b5a7;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fef4f3;
}
.works-section .highlight-panel .highlight-title {
  padding: 25px;
  border-bottom: 1px solid #d7d7d7;
}
.works-section .highlight-panel .highlight-title h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
body.dark-mode .works-section .highlight-panel .highlight-title h3 {
  color: #000;
}
body.dark-mode .works-section .highlight-panel .highlight-title .whiteclr {
  color: #fff;
}
.works-section .highlight-panel .highlight-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  flex: 1;
}
.works-section .highlight-panel .highlight-item:last-child {
  border-bottom: none;
}
.works-section .highlight-panel .highlight-item .icon {
  border-right: 1px solid #d7d7d7;
  text-align: right;
  padding: 0px 0;
}
.works-section .highlight-panel .highlight-item .icon img {
  max-width: 75px;
}
.works-section .highlight-panel .highlight-item .text {
  padding: 25px;
}
.works-section .highlight-panel .highlight-item .text h4 {
  font-size: 34px;
  color: #002b5b;
  font-weight: 500;
  margin-bottom: 10px;
}
.works-section .highlight-panel .highlight-item .text p {
  font-size: 18px;
  color: #002b5b;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
}
.works-section .highlight-panel .highlight-item1 {
  width: 100%;
}
.works-section .highlight-panel .highlight-item1 .text {
  padding: 15px 25px;
}
.works-section .highlight-panel .highlight-item1 .text h4 {
  font-size: 34px;
  color: #002b5b;
  font-weight: 500;
  margin-bottom: 10px;
}
.works-section .highlight-panel .highlight-item1 .text .tringle {
  color: #00a36a;
  font-size: 18px;
}
.works-section .highlight-panel .highlight-item1 .text p {
  font-size: 18px;
  color: #002b5b;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
}
.works-section .highlight-panel .highlight-item2 {
  width: 100%;
}
.works-section .highlight-panel .highlight-item2 .text {
  padding: 15px 25px;
}
.works-section .highlight-panel .highlight-item2 .text h4 {
  font-size: 34px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
body.dark-mode .works-section .highlight-panel .highlight-item2 .text h4 {
  color: #fff;
}
.works-section .highlight-panel .highlight-item2 .text p {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
}

/* Tablet */
@media (max-width: 991px) {
  .works-section .works-content {
    padding: 35px;
  }
  .works-section .works-content h2 {
    font-size: 36px;
  }
  .works-section .works-content p {
    font-size: 18px;
  }
  .works-section .highlight-panel .highlight-title {
    padding: 25px;
  }
  .works-section .highlight-panel .highlight-title h3 {
    font-size: 28px;
  }
  .works-section .highlight-panel .highlight-item {
    grid-template-columns: 90px 1fr;
  }
  .works-section .highlight-panel .highlight-item .icon img {
    max-width: 55px;
  }
  .works-section .highlight-panel .highlight-item .text h4 {
    font-size: 42px;
  }
  .works-section .highlight-panel .highlight-item .text p {
    font-size: 18px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .works-section {
    padding-left: 0;
    padding-top: 50px;
  }
  .works-section::before {
    width: 100%;
    height: 50px;
    writing-mode: horizontal-tb;
    transform: none;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .works-section .row {
    flex-direction: column;
  }
  .works-section .side-label {
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
  }
  .works-section .side-label span {
    writing-mode: horizontal-tb;
    transform: none;
    padding: 0;
    font-size: 22px;
  }
  .works-section .works-content {
    padding: 20px;
  }
  .works-section .works-content h2 {
    font-size: 28px;
  }
  .works-section .works-content p {
    font-size: 16px;
  }
  .works-section .highlight-panel {
    border-left: none;
    border-top: 1px solid #ddd;
  }
  .works-section .highlight-panel .highlight-title {
    padding: 20px;
  }
  .works-section .highlight-panel .highlight-title h3 {
    font-size: 24px;
  }
  .works-section .highlight-panel .highlight-item {
    grid-template-columns: 70px 1fr;
  }
  .works-section .highlight-panel .highlight-item .icon {
    padding: 15px;
  }
  .works-section .highlight-panel .highlight-item .icon img {
    max-width: 45px;
  }
  .works-section .highlight-panel .highlight-item .text {
    padding: 15px;
  }
  .works-section .highlight-panel .highlight-item .text h4 {
    font-size: 32px;
  }
  .works-section .highlight-panel .highlight-item .text p {
    font-size: 16px;
  }
}
.priority-card {
  position: relative;
  background: #f8f2f2;
  border-left: 2px solid #df8067;
}
.priority-card .priority-header {
  display: flex;
  align-items: center;
}
.priority-card .priority-header h3 {
  flex: 1;
  margin: 0;
  padding: 12px 18px;
  background: #07224b;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.priority-card .priority-header h4 {
  flex: 1;
  margin: 0;
  padding: 12px 18px;
  background: #e9f0f9;
  color: #07224b;
  font-size: 24px;
  font-weight: 500;
}
.priority-card .priority-header .priority-icon {
  width: 44px;
  height: 53px;
  background: #df8067;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.priority-card .priority-header .priority-icon span {
  width: 14px;
  height: 2px;
  background: #fff;
}
.priority-card .priority-header .priority-icon span:nth-child(2) {
  width: 10px;
}
.priority-card .priority-header .priority-icon span:nth-child(3) {
  width: 14px;
}
.priority-card .priority-body {
  padding: 20px 22px;
}
.priority-card .priority-body ul {
  margin: 0;
  padding-left: 18px;
}
.priority-card .priority-body ul li {
  color: #082b5b;
  margin-bottom: 10px;
}
.priority-card .priority-body ul li::marker {
  color: #f38a6d;
  font-size: 18px;
}
.priority-card .priority-body ul li:last-child {
  margin-bottom: 0;
}
body.dark-mode .priority-card .priority-body p {
  color: #000;
}

.priority-card-blue {
  position: relative;
  background: #e9f0f9;
  border-left: 2px solid #004a80;
}
.priority-card-blue .priority-header {
  display: flex;
  align-items: center;
}
.priority-card-blue .priority-header h3 {
  flex: 1;
  margin: 0;
  padding: 12px 18px;
  background: #df8067;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.priority-card-blue .priority-header .priority-icon {
  width: 44px;
  height: 53px;
  background: #004a80;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.priority-card-blue .priority-header .priority-icon img {
  width: 40px;
}
.priority-card-blue .priority-header .priority-icon span {
  width: 14px;
  height: 2px;
  background: #fff;
}
.priority-card-blue .priority-header .priority-icon span:nth-child(2) {
  width: 10px;
}
.priority-card-blue .priority-header .priority-icon span:nth-child(3) {
  width: 14px;
}
.priority-card-blue .priority-body {
  padding: 20px 22px;
}
.priority-card-blue .priority-body ul {
  margin: 0;
  padding-left: 12px;
}
.priority-card-blue .priority-body ul li {
  color: #082b5b;
  margin-bottom: 10px;
}
.priority-card-blue .priority-body ul li::marker {
  color: #004a80;
  font-size: 18px;
}
.priority-card-blue .priority-body ul li:last-child {
  margin-bottom: 0;
}
body.dark-mode .priority-card-blue .priority-body .arrow-list li::before {
  color: #1d2f5f;
}

.priority-card-blue-or {
  position: relative;
  background: #fef4f3;
  border-left: 2px solid #004a80;
}
.priority-card-blue-or .priority-header {
  display: flex;
  align-items: center;
}
.priority-card-blue-or .priority-header h3 {
  flex: 1;
  margin: 0;
  padding: 12px 18px;
  background: #df8067;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.priority-card-blue-or .priority-header .priority-icon {
  width: 44px;
  height: 53px;
  background: #004a80;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.priority-card-blue-or .priority-header .priority-icon img {
  width: 40px;
}
.priority-card-blue-or .priority-header .priority-icon span {
  width: 14px;
  height: 2px;
  background: #fff;
}
.priority-card-blue-or .priority-header .priority-icon span:nth-child(2) {
  width: 10px;
}
.priority-card-blue-or .priority-header .priority-icon span:nth-child(3) {
  width: 14px;
}
.priority-card-blue-or .priority-body {
  padding: 20px 22px;
}
.priority-card-blue-or .priority-body ul {
  margin: 0;
  padding-left: 18px;
}
.priority-card-blue-or .priority-body ul li {
  color: #000;
  margin-bottom: 10px;
}
.priority-card-blue-or .priority-body ul li::marker {
  color: #df8067;
  font-size: 18px;
}
.priority-card-blue-or .priority-body ul li:last-child {
  margin-bottom: 0;
}
body.dark-mode .priority-card-blue-or .priority-body h5,
body.dark-mode .priority-card-blue-or .priority-body .fs18 {
  color: #000;
}

.priority-card-blue-li {
  position: relative;
  background: #e9f0f9;
}
.priority-card-blue-li .priority-header {
  display: flex;
  align-items: center;
}
.priority-card-blue-li .priority-header h3 {
  flex: 1;
  margin: 0;
  padding: 12px 18px;
  background: #fef4f3;
  color: #004a80;
  font-size: 24px;
  font-weight: 500;
}
.priority-card-blue-li .priority-header .priority-icon {
  width: 44px;
  height: 53px;
  background: #004a80;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.priority-card-blue-li .priority-header .priority-icon img {
  width: 40px;
}
.priority-card-blue-li .priority-body {
  padding: 20px 22px;
}
.priority-card-blue-li .priority-body ul {
  margin: 0;
  padding-left: 18px;
}
.priority-card-blue-li .priority-body ul li {
  color: #000;
  margin-bottom: 10px;
}
.priority-card-blue-li .priority-body ul li::marker {
  color: #df8067;
  font-size: 18px;
}
.priority-card-blue-li .priority-body ul li:last-child {
  margin-bottom: 0;
}
body.dark-mode .priority-card-blue-li .priority-body p {
  color: #000;
}

.works-section-blue {
  position: relative;
  border: 1px solid #004a80;
  overflow: hidden;
  padding-right: 0;
  padding-left: 55px;
}
.works-section-blue::before {
  content: attr(data-section);
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 100%;
  background: #004a80;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 20px 0;
  box-sizing: border-box;
}
.works-section-blue .works-content {
  padding: 0;
}
.works-section-blue .works-content h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 25px;
}
.works-section-blue .works-content p {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.works-section-blue .works-content .works-img {
  display: block;
  width: 100%;
  height: auto;
}
.works-section-blue .highlight-panel {
  border-left: 1px solid #004a80;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #e9f0f9;
}
.works-section-blue .highlight-panel .highlight-title {
  padding: 25px;
  border-bottom: 1px solid #d7d7d7;
}
.works-section-blue .highlight-panel .highlight-title h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
body.dark-mode .works-section-blue .highlight-panel .highlight-title h3 {
  color: #000;
}
body.dark-mode .works-section-blue .highlight-panel .highlight-title .whiteclr {
  color: #fff;
}
.works-section-blue .highlight-panel .highlight-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  flex: 1;
}
.works-section-blue .highlight-panel .highlight-item:last-child {
  border-bottom: none;
}
.works-section-blue .highlight-panel .highlight-item .icon {
  border-right: 1px solid #d7d7d7;
  text-align: right;
  padding: 0px 0;
}
.works-section-blue .highlight-panel .highlight-item .icon img {
  max-width: 75px;
}
.works-section-blue .highlight-panel .highlight-item .text {
  padding: 25px;
}
.works-section-blue .highlight-panel .highlight-item .text h4 {
  font-size: 34px;
  color: #002b5b;
  font-weight: 500;
  margin-bottom: 10px;
}
.works-section-blue .highlight-panel .highlight-item .text p {
  font-size: 18px;
  color: #002b5b;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
}
.works-section-blue .highlight-panel .highlight-item2 {
  width: 100%;
}
.works-section-blue .highlight-panel .highlight-item2 .text {
  padding: 15px 25px;
}
.works-section-blue .highlight-panel .highlight-item2 .text h4 {
  font-size: 34px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
.works-section-blue .highlight-panel .highlight-item2 .text p {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
}

/* Tablet */
@media (max-width: 991px) {
  .works-section-blue .works-content {
    padding: 35px;
  }
  .works-section-blue .works-content h2 {
    font-size: 36px;
  }
  .works-section-blue .works-content p {
    font-size: 18px;
  }
  .works-section-blue .highlight-panel .highlight-title {
    padding: 25px;
  }
  .works-section-blue .highlight-panel .highlight-title h3 {
    font-size: 28px;
  }
  .works-section-blue .highlight-panel .highlight-item {
    grid-template-columns: 90px 1fr;
  }
  .works-section-blue .highlight-panel .highlight-item .icon img {
    max-width: 55px;
  }
  .works-section-blue .highlight-panel .highlight-item .text h4 {
    font-size: 42px;
  }
  .works-section-blue .highlight-panel .highlight-item .text p {
    font-size: 18px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .works-section-blue {
    padding-left: 0;
    padding-top: 50px;
  }
  .works-section-blue::before {
    width: 100%;
    height: 50px;
    writing-mode: horizontal-tb;
    transform: none;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .works-section-blue .row {
    flex-direction: column;
  }
  .works-section-blue .side-label {
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
  }
  .works-section-blue .side-label span {
    writing-mode: horizontal-tb;
    transform: none;
    padding: 0;
    font-size: 22px;
  }
  .works-section-blue .works-content {
    padding: 20px;
  }
  .works-section-blue .works-content h2 {
    font-size: 28px;
  }
  .works-section-blue .works-content p {
    font-size: 16px;
  }
  .works-section-blue .highlight-panel {
    border-left: none;
    border-top: 1px solid #ddd;
  }
  .works-section-blue .highlight-panel .highlight-title {
    padding: 20px;
  }
  .works-section-blue .highlight-panel .highlight-title h3 {
    font-size: 24px;
  }
  .works-section-blue .highlight-panel .highlight-item {
    grid-template-columns: 70px 1fr;
  }
  .works-section-blue .highlight-panel .highlight-item .icon {
    padding: 15px;
  }
  .works-section-blue .highlight-panel .highlight-item .icon img {
    max-width: 45px;
  }
  .works-section-blue .highlight-panel .highlight-item .text {
    padding: 15px;
  }
  .works-section-blue .highlight-panel .highlight-item .text h4 {
    font-size: 32px;
  }
  .works-section-blue .highlight-panel .highlight-item .text p {
    font-size: 16px;
  }
}
.dorgbg {
  background-color: #df8067 !important;
}

.dbluebg {
  background-color: rgb(0, 74, 128) !important;
}

.whiteclr {
  color: #fff;
}

ol.list1 li {
  margin-bottom: 10px;
}

.litblebgbx {
  background: #e9f0f9;
  padding: 15px;
}
body.dark-mode .litblebgbx {
  color: #000;
}
body.dark-mode .litblebgbx .arrow-list li::before {
  color: #000;
}

body.dark-mode .mgraph {
  background-color: #fff;
  padding: 5px;
}

.chart-legend {
  list-style: none;
  padding: 0;
  margin: 7px 0;
}
.chart-legend li {
  display: flex;
  align-items: start;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0;
}
.chart-legend li:last-child {
  margin-bottom: 0;
}
.chart-legend .legend-color {
  width: 10px;
  height: 10px;
  display: inline-block;
  flex-shrink: 0;
  margin-top: 6px;
}
.chart-legend .legend-color.grey {
  background: #6f8696;
}
.chart-legend .legend-color.orange {
  background: #e37b67;
}
.chart-legend .legend-color.blue {
  background: #0b4d89;
}
.chart-legend .legend-color.black {
  background: #000000;
}

.mgraph {
  width: 90%;
}

.side-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: inline-flex;
  align-items: center;
}
.side-label span {
  font-size: 36px;
  line-height: 26px;
  text-transform: uppercase;
}
.side-label .social {
  color: #f15b5b;
  font-weight: 500;
}
.side-label .employees {
  color: #550f0d;
  font-weight: 400;
}
body.dark-mode .side-label .employees {
  color: #fff;
}
.side-label .other {
  color: #000;
  font-weight: 400;
}
body.dark-mode .side-label .other {
  color: #fff;
}

.innerpage {
  padding: 80px 0;
}
.innerpage .otherwrp {
  color: #000;
}
body.dark-mode .innerpage .otherwrp {
  color: #fff;
}
.innerpage .otherwrp h2 {
  color: #000;
  font-weight: 700;
}
body.dark-mode .innerpage .otherwrp h2 {
  color: #fff;
}
.innerpage .otherwrp .subinfo {
  font-size: 26px;
  line-height: 1.2;
}
.innerpage .otherwrp .txt {
  font-size: 16px;
}
.innerpage .socialwrp {
  color: #550f0d;
}
.innerpage .socialwrp h2 {
  color: #550f0d;
  font-weight: 700;
}
body.dark-mode .innerpage .socialwrp h2 {
  color: #fff;
}
.innerpage .socialwrp .subinfo {
  font-size: 26px;
  line-height: 1.2;
}
body.dark-mode .innerpage .socialwrp .subinfo {
  color: #fff;
}
.innerpage .socialwrp .txt {
  font-size: 16px;
}
body.dark-mode .innerpage .socialwrp .txt {
  color: #fff;
}
.innerpage .soctit {
  color: #f15b5b;
  font-weight: 500;
  font-size: 22px;
}
.innerpage .socclr {
  color: #550f0d !important;
  font-weight: 500;
}
body.dark-mode .innerpage .socclr {
  color: #fff !important;
}
.innerpage .socbor {
  border-bottom: 3px solid #550f0d;
  padding: 8px 0 0 0;
  margin-bottom: 8px;
}

.black-number {
  font-size: 36px;
  font-weight: 500;
  color: #000;
  line-height: 1.1;
  display: block;
  margin-bottom: 4px;
}
body.dark-mode .black-number {
  color: #fff;
}

.gov-number {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  display: block;
  margin-bottom: 4px;
}
body.dark-mode .gov-number {
  color: #fff;
}

.env-number {
  font-size: 28px;
  font-weight: 500;
  color: #004f3c;
  line-height: 1.1;
  display: block;
  margin-bottom: 4px;
}
body.dark-mode .env-number {
  color: #fff;
}

.social-number {
  font-size: 28px;
  font-weight: 500;
  color: #550f0d;
  line-height: 1.1;
  display: block;
  margin-bottom: 4px;
}
body.dark-mode .social-number {
  color: #fff;
}

.social-number1 {
  font-size: 36px;
  font-weight: 500;
  color: #f15b5b;
  line-height: 1.1;
  display: block;
  margin-bottom: 4px;
}

.grow-number {
  font-size: 28px;
  font-weight: 500;
  color: #00b6bd;
  line-height: 1.1;
  display: block;
  margin-bottom: 4px;
}
body.dark-mode .grow-number {
  color: #fff;
}

.borbotline {
  border-bottom: 1px solid #00b6bd;
}

.growdark-number {
  font-size: 28px;
  font-weight: 500;
  color: #00414a;
  line-height: 1.1;
  display: block;
  margin-bottom: 4px;
}
body.dark-mode .growdark-number {
  color: #fff;
}

.target-card {
  color: #fff;
}
.target-card__year {
  margin: 0 0 5px 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  color: #18b57d;
}
.target-card__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.envbx {
  background-color: #004f3c;
  color: #fff;
  padding: 20px;
}

.socbx {
  background-color: #550f0d;
  color: #fff;
  padding: 20px;
}

.capitalbx {
  background-color: #eaeff2;
  color: #000;
  padding: 20px;
}

.alpha-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background: #eef1f4;
}
.alpha-nav li {
  margin: 0;
  padding: 0;
}
.alpha-nav li a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #f26a63;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.alpha-nav li a:hover, .alpha-nav li a.active {
  background: #ef5b57;
  color: #fff;
  opacity: 1;
}

.alpha-nav-blue {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background: #eef1f4;
}
.alpha-nav-blue li {
  margin: 0;
  padding: 0;
}
.alpha-nav-blue li a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #c7e1f5;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.alpha-nav-blue li a:hover, .alpha-nav-blue li a.active {
  background: #0095da;
  color: #fff;
  opacity: 1;
}

.alpha-nav-green {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background: #eaeff2;
}
.alpha-nav-green li {
  margin: 0;
  padding: 0;
}
.alpha-nav-green li a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #a6e6d0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.alpha-nav-green li a:hover, .alpha-nav-green li a.active {
  background: #00a36a;
  color: #fff;
  opacity: 1;
}

.iiot-list {
  margin: 0;
  padding-left: 22px;
}
.iiot-list li {
  margin-bottom: 8px;
  color: #004f63;
  font-size: 20px;
  line-height: 1.45;
}
body.dark-mode .iiot-list li {
  color: #fff;
}
.iiot-list li strong {
  font-weight: 700;
  color: #004f63;
}
body.dark-mode .iiot-list li strong {
  color: #fff;
}
.iiot-list li::marker {
  color: #000;
  font-size: 16px;
}
body.dark-mode .iiot-list li::marker {
  color: #fff;
}
.iiot-list li:last-child {
  margin-bottom: 0;
}

.custom-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
body.dark-mode .custom-list li {
  color: #fff;
}
.custom-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 2px;
  color: #003b71;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
body.dark-mode .custom-list li::before {
  color: #fff;
}

.custom-list-white {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-list-white li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
.custom-list-white li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 2px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.red-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.red-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #550f0d;
}
body.dark-mode .red-list li {
  color: #fff;
}
.red-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 2px;
  color: #550f0d;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
body.dark-mode .red-list li::before {
  color: #fff;
}

.list1 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list1 li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
body.dark-mode .list1 li {
  color: #fff;
}
.list1 li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 4px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
body.dark-mode .list1 li::before {
  color: #fff;
}

.socdark {
  color: #550f0d !important;
}
body.dark-mode .socdark {
  color: #fff !important;
}

.socdarkbor {
  border-bottom: 1px solid #550f0d;
}
body.dark-mode .socdarkbor {
  border-bottom: 1px solid #ffffff !important;
}

.socclr2 {
  color: #550f0d;
  font-weight: 500;
  font-size: 30px;
}
body.dark-mode .socclr2 {
  color: #fff;
}

.envclr2 {
  color: #004f3c;
  font-weight: 500;
}
body.dark-mode .envclr2 {
  color: #fff;
}

.soctit2 {
  color: #550f0d;
  font-weight: 700;
  font-size: 22px;
}
body.dark-mode .soctit2 {
  color: #fff;
}

.socline {
  width: 100%;
  height: 8px;
  background-color: #550f0d;
}
body.dark-mode .socline {
  background-color: #fff;
}

.socline1 {
  width: 100%;
  height: 8px;
  background-color: #f15b5b;
}

.txtwrp {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #ef5350;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.line {
  width: 8px;
  height: 100%;
  background: #ef5350;
  margin-right: 20px;
}

.programmes {
  padding: 0 0;
  background: #fff;
  overflow: hidden;
}
.programmes .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 70px;
  align-items: start;
}
.programmes .left-section h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #111;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.programmes .left-section .image-wrapper img {
  width: 100%;
  display: block;
  margin-left: 20px;
}
.programmes .right-section {
  position: relative;
}
.programmes .right-section .timeline {
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ef5b57;
}
.programmes .right-section .programme {
  position: relative;
  display: flex;
  gap: 35px;
  padding-bottom: 20px;
}
.programmes .right-section .programme:last-child {
  padding-bottom: 0;
}
.programmes .right-section .programme .number {
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ef5b57;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
.programmes .right-section .programme .content h3 {
  margin: 0 0 10px;
  color: #6f1b12;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.programmes .right-section .programme .content p {
  margin: 0 0 18px;
  color: #222;
  font-size: 18px;
  line-height: 1.7;
}
.programmes .right-section .programme .content p:last-child {
  margin-bottom: 0;
}

.common-ttle {
  font-size: 36px;
}
body.dark-mode .common-ttle {
  color: #fff;
}

.mda {
  padding: 40px 0px;
}
.mda .accordion-button {
  font-size: 30px;
  font-weight: 500;
  color: #f15b5b;
  padding: 22px 20px;
  text-transform: uppercase;
}
.mda .accordion-button .num {
  margin-right: 20px;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  padding-right: 20px;
}
.mda .accordion-item .accordion-button {
  background-color: #003a5e;
}
body.dark-mode .mda .accordion-item p,
body.dark-mode .mda .accordion-item .note,
body.dark-mode .mda .accordion-item .arrow-list li {
  color: #fff;
}
body.dark-mode .mda .accordion-item .arrow-list li::before {
  color: #fff;
}
.mda .accordion-button::after {
  background-image: url('data:image/svg+xml,%3Csvg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M4 12H20M12 4V20" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  transition: all 0.5s;
}
.mda .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,%3Csvg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6 12L18 12" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
}
.mda .accordion-button::after {
  transition: all 0.5s;
}
.mda .accordion-button:focus {
  box-shadow: none;
}

.number-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.number-list li {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f6b3a4;
  color: #550f0d;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.number-list-blue {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.number-list-blue li {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #c7e1f5;
  color: #003150;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.number-list-green {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.number-list-green li {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #b7e0d3;
  color: #004f3c;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.govblue {
  color: #0095da;
}

.objective-card {
  background: #550f0d;
  padding: 26px;
  color: #fff;
  max-width: 100%;
  height: 100%;
  position: relative;
}
.objective-card .objective-item {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.objective-card .objective-item .content h4 {
  margin: 0 0 6px;
  color: #ed5b5b;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.objective-card .objective-item .content h2 {
  margin: 8px 0 4px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.objective-card .objective-item .content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.objective-card-blue {
  background: #003150;
  padding: 26px;
  color: #fff;
  max-width: 100%;
  height: 100%;
  position: relative;
}
.objective-card-blue .objective-item {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.objective-card-blue .objective-item .content h4 {
  margin: 0 0 6px;
  color: #0095da;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.objective-card-blue .objective-item .content h2 {
  margin: 8px 0 4px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.objective-card-blue .objective-item .content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.orgbx {
  background-color: #fff;
  border: 2px solid #ed5b5b;
}

.health-section {
  background: #f7e8df;
}
.health-section .health-header {
  display: flex;
  align-items: stretch;
  min-height: 88px;
  background: #d81f12;
  overflow: hidden;
}
.health-section .health-header .health-icon {
  width: 75px;
  flex-shrink: 0;
  background: #ff4b33;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.health-section .health-header .health-icon img {
  width: 74px;
  height: auto;
  display: block;
}
.health-section .health-header .health-title {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  background-image: url("../images/red-texture.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.health-section .health-header .health-title h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.health-section .health-content {
  padding: 20px;
  margin-left: 75px;
}
.health-section .health-content p {
  margin: 0;
  color: #ef4d38;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
}

.edu-section {
  background: #eeebf3;
}
.edu-section .edu-header {
  display: flex;
  align-items: stretch;
  min-height: 88px;
  background: #665092;
  overflow: hidden;
}
.edu-section .edu-header .edu-icon {
  width: 75px;
  flex-shrink: 0;
  background: #665092;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.edu-section .edu-header .edu-icon img {
  width: 74px;
  height: auto;
  display: block;
}
.edu-section .edu-header .edu-title {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  background-image: url("../images/edu-texture.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.edu-section .edu-header .edu-title h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.edu-section .edu-content {
  padding: 20px;
  margin-left: 75px;
}
.edu-section .edu-content p {
  margin: 0;
  color: #665092;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
}

.water-section {
  background: #edf2f7;
}
.water-section .water-header {
  display: flex;
  align-items: stretch;
  min-height: 88px;
  background: #0094c0;
  overflow: hidden;
}
.water-section .water-header .water-icon {
  width: 75px;
  flex-shrink: 0;
  background: #0094c0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.water-section .water-header .water-icon img {
  width: 74px;
  height: auto;
  display: block;
}
.water-section .water-header .water-title {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  background-image: url("../images/water-texture.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.water-section .water-header .water-title h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.water-section .water-content {
  padding: 20px;
  margin-left: 75px;
}
.water-section .water-content p {
  margin: 0;
  color: #0094c0;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
}

.waterclr {
  color: #003a5e !important;
}

.wasteclr {
  color: #8dc741 !important;
}

.waste-section {
  background: #f4f9ee;
}
.waste-section .waste-header {
  display: flex;
  align-items: stretch;
  min-height: 88px;
  background: #8dc741;
  overflow: hidden;
}
.waste-section .waste-header .waste-icon {
  width: 75px;
  flex-shrink: 0;
  background: #8dc741;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.waste-section .waste-header .waste-icon img {
  width: 74px;
  height: auto;
  display: block;
}
.waste-section .waste-header .waste-title {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  background-image: url("../images/waste-texture.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.waste-section .waste-header .waste-title h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.waste-section .waste-content {
  padding: 20px;
  margin-left: 75px;
}
.waste-section .waste-content p {
  margin: 0;
  color: #095542;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
}

.skill-section {
  background: #fff3e8;
}
.skill-section .skill-header {
  display: flex;
  align-items: stretch;
  min-height: 88px;
  background: #f58220;
  overflow: hidden;
}
.skill-section .skill-header .skill-icon {
  width: 75px;
  flex-shrink: 0;
  background: #f58220;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.skill-section .skill-header .skill-icon img {
  width: 74px;
  height: auto;
  display: block;
}
.skill-section .skill-header .skill-title {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  background-image: url("../images/skill-texture.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.skill-section .skill-header .skill-title h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.skill-section .skill-content {
  padding: 20px;
  margin-left: 75px;
}
.skill-section .skill-content p {
  margin: 0;
  color: #f58220;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
}

.agri-section {
  background: #edf3ec;
}
.agri-section .agri-header {
  display: flex;
  align-items: stretch;
  min-height: 88px;
  background: #009c4c;
  overflow: hidden;
}
.agri-section .agri-header .agri-icon {
  width: 75px;
  flex-shrink: 0;
  background: #009c4c;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.agri-section .agri-header .agri-icon img {
  width: 74px;
  height: auto;
  display: block;
}
.agri-section .agri-header .agri-title {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  background-image: url("../images/agri-texture.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.agri-section .agri-header .agri-title h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.agri-section .agri-content {
  padding: 20px;
  margin-left: 75px;
}
.agri-section .agri-content p {
  margin: 0;
  color: #009c4c;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
}

.art-section {
  background: #f4f9ee;
}
.art-section .art-header {
  display: flex;
  align-items: stretch;
  min-height: 88px;
  background: #fac116;
  overflow: hidden;
}
.art-section .art-header .art-icon {
  width: 75px;
  flex-shrink: 0;
  background: #fac116;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.art-section .art-header .art-icon img {
  width: 74px;
  height: auto;
  display: block;
}
.art-section .art-header .art-title {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  background-image: url("../images/art-texture.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.art-section .art-header .art-title h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.art-section .art-content {
  padding: 20px;
  margin-left: 75px;
}
.art-section .art-content p {
  margin: 0;
  color: #907101;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
}

.sport-section {
  background: #e9f7fe;
}
.sport-section .sport-header {
  display: flex;
  align-items: stretch;
  min-height: 88px;
  background: #005aa4;
  overflow: hidden;
}
.sport-section .sport-header .sport-icon {
  width: 75px;
  flex-shrink: 0;
  background: #005aa4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sport-section .sport-header .sport-icon img {
  width: 74px;
  height: auto;
  display: block;
}
.sport-section .sport-header .sport-title {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  background-image: url("../images/sport-texture.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sport-section .sport-header .sport-title h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.sport-section .sport-content {
  padding: 20px;
  margin-left: 75px;
}
.sport-section .sport-content p {
  margin: 0;
  color: #005aa4;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
}

body.dark-mode .clr {
  color: #000 !important;
}

.linksoc {
  text-decoration: underline;
  color: #000;
}
body.dark-mode .linksoc {
  color: #fff;
}

@media (max-width: 767px) {
  .health-section .health-header {
    min-height: 70px;
  }
  .health-section .health-header .health-icon {
    width: 60px;
  }
  .health-section .health-header .health-icon img {
    width: 58px;
  }
  .health-section .health-header .health-title {
    padding: 0 15px;
  }
  .health-section .health-header .health-title h2 {
    font-size: 18px;
  }
  .health-section .health-header .health-title::after {
    width: 180px;
    height: 70px;
    right: -60px;
  }
  .health-section .health-content {
    padding: 16px;
    margin-left: 55px;
  }
  .health-section .health-content p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.dy {
  color: #907101 !important;
}

.health-card {
  display: flex;
  align-items: stretch;
  max-width: 900px;
  background: #fff;
}
.health-card__count {
  width: 70px;
  border-right: 4px solid #f04a2a;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  padding: 0 0;
}
.health-card__count span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #f04a2a;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.health-card__content {
  flex: 1;
  padding: 0 20px 12px 20px;
}
.health-card__content h2 {
  margin: 0 0 14px;
  color: #f04a2a;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
}
.health-card__content p {
  margin: 0 0 14px;
  color: #444;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
}

.edu-card {
  display: flex;
  align-items: stretch;
  max-width: 900px;
  background: #fff;
}
.edu-card__count {
  width: 70px;
  border-right: 4px solid #665092;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  padding: 0 0;
}
.edu-card__count span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #665092;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.edu-card__content {
  flex: 1;
  padding: 0 20px 12px 20px;
}
.edu-card__content h2 {
  margin: 0 0 14px;
  color: #665092;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
}
.edu-card__content p {
  margin: 0 0 14px;
  color: #444;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
}

.water-card {
  display: flex;
  align-items: stretch;
  max-width: 900px;
  background: #fff;
}
.water-card__count {
  width: 70px;
  border-right: 4px solid #0094c0;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  padding: 0 0;
}
.water-card__count span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #0094c0;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}
.water-card__content {
  flex: 1;
  padding: 0 20px 12px 20px;
}
.water-card__content h2 {
  margin: 0 0 14px;
  color: #0094c0;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
}
.water-card__content p {
  margin: 0 0 14px;
  color: #444;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
}

.waste-card {
  display: flex;
  align-items: stretch;
  max-width: 900px;
  background: #fff;
}
.waste-card__count {
  width: 70px;
  border-right: 4px solid #095542;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  padding: 0 0;
}
.waste-card__count span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #095542;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.waste-card__content {
  flex: 1;
  padding: 0 20px 12px 20px;
}
.waste-card__content h2 {
  margin: 0 0 14px;
  color: #095542;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
}
.waste-card__content p {
  margin: 0 0 14px;
  color: #444;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
}
body.dark-mode .waste-card__content p {
  color: #fff;
}

.skill-card {
  display: flex;
  align-items: stretch;
  max-width: 100%;
  background: #fff;
}
.skill-card__count {
  width: 70px;
  border-right: 4px solid #f58220;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  padding: 0 0;
}
.skill-card__count span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #f58220;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.skill-card__content {
  flex: 1;
  padding: 0 20px 12px 20px;
}
.skill-card__content h2 {
  margin: 0 0 14px;
  color: #f58220;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
}
.skill-card__content p {
  margin: 0 0 14px;
  color: #444;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
}

.agri-card {
  display: flex;
  align-items: stretch;
  max-width: 100%;
  background: #fff;
}
.agri-card__count {
  width: 70px;
  border-right: 4px solid #009c4c;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  padding: 0 0;
}
.agri-card__count span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #009c4c;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.agri-card__content {
  flex: 1;
  padding: 0 20px 12px 20px;
}
.agri-card__content h2 {
  margin: 0 0 14px;
  color: #009c4c;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
}
.agri-card__content p {
  margin: 0 0 14px;
  color: #444;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
}

.art-card {
  display: flex;
  align-items: stretch;
  max-width: 100%;
  background: #fff;
}
.art-card__count {
  width: 70px;
  border-right: 4px solid #fac116;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  padding: 0 0;
}
.art-card__count span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fac116;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.art-card__content {
  flex: 1;
  padding: 0 20px 12px 20px;
}
.art-card__content h2 {
  margin: 0 0 14px;
  color: #fac116;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
}
.art-card__content p {
  margin: 0 0 14px;
  color: #444;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
}

.sport-card {
  display: flex;
  align-items: stretch;
  max-width: 100%;
  background: #fff;
}
.sport-card__count {
  width: 70px;
  border-right: 4px solid #005aa4;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  padding: 0 0;
}
.sport-card__count span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #005aa4;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.sport-card__content {
  flex: 1;
  padding: 0 20px 12px 20px;
}
.sport-card__content h2 {
  margin: 0 0 14px;
  color: #005aa4;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
}
.sport-card__content p {
  margin: 0 0 14px;
  color: #444;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
}

@media (max-width: 768px) {
  .health-card__count {
    width: 55px;
  }
  .health-card__count span {
    font-size: 1.4rem;
  }
  .health-card__content {
    padding: 0 16px;
  }
  .health-card__content h2 {
    font-size: 1.5rem;
  }
  .health-card__content p {
    font-size: 0.9rem;
  }
}
body.dark-mode .socclr .social-number,
body.dark-mode .socclr .socdark {
  color: #550f0d !important;
}

.litorgbgbx {
  background-color: #fef2ef;
  padding: 25px;
}
body.dark-mode .litorgbgbx {
  background-color: transparent;
}

.extra-card {
  display: flex;
  align-items: stretch;
  max-width: 100%;
}
.extra-card__count {
  border-right: 4px solid #550f0d;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  padding: 0 0;
}
body.dark-mode .extra-card__count {
  border-right: 4px solid #fff;
}
.extra-card__count span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #550f0d;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
body.dark-mode .extra-card__count span {
  color: #fff;
}
.extra-card__content {
  flex: 1;
  padding: 0 20px 12px 20px;
}
.extra-card__content h2 {
  margin: 0 0 14px;
  color: #550f0d;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
}
body.dark-mode .extra-card__content h2 {
  color: #fff;
}
.extra-card__content p {
  margin: 0 0 14px;
  color: #444;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
}
body.dark-mode .extra-card__content p {
  color: #fff;
}

.gov-card {
  display: flex;
  align-items: stretch;
  max-width: 100%;
}
.gov-card__count {
  border-right: 4px solid #004f3c;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  padding: 0 0;
}
body.dark-mode .gov-card__count {
  border-right: 4px solid #fff;
}
.gov-card__count span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #004f3c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}
body.dark-mode .gov-card__count span {
  color: #fff;
}
.gov-card__content {
  flex: 1;
  padding: 0 20px 12px 20px;
}
.gov-card__content h2 {
  margin: 0 0 14px;
  color: #004f3c;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
}
body.dark-mode .gov-card__content h2 {
  color: #fff;
}
.gov-card__content p {
  margin: 0 0 14px;
  color: #004f3c;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
}
body.dark-mode .gov-card__content p {
  color: #fff;
}

.grow-card {
  display: flex;
  align-items: stretch;
  max-width: 100%;
}
.grow-card__count {
  border-right: 6px solid #00404a;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  padding: 0 0;
}
body.dark-mode .grow-card__count {
  border-right: 4px solid #fff;
}
.grow-card__count span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #00404a;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
body.dark-mode .grow-card__count span {
  color: #fff;
}
.grow-card__content {
  flex: 1;
  padding: 0 20px 12px 20px;
}
.grow-card__content h2 {
  margin: 0 0 14px;
  color: #550f0d;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
}
body.dark-mode .grow-card__content h2 {
  color: #fff;
}
.grow-card__content p {
  margin: 0 0 14px;
  color: #00404a;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
}
body.dark-mode .grow-card__content p {
  color: #fff;
}

.govbx {
  background-color: #003150;
  padding: 15px;
}
.govbx .title {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}
.govbx .govnos {
  min-height: 170px;
  margin-top: 20px;
}
.govbx .govnos p {
  font-size: 17px;
  line-height: 1.4;
}

.membership-table {
  border: 1px solid #0b4a72;
  overflow: hidden;
}
.membership-table .row:not(:last-child) .member-box {
  border-bottom: 1px solid #0b4a72;
}
.membership-table .row .col-md-6:first-child .member-box {
  border-right: 1px solid #0b4a72;
}
.membership-table .member-box {
  min-height: 100px;
  padding: 7px 18px;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 400;
  color: #111;
}
.membership-table .bg-grey {
  background: #edf3f8;
}
.membership-table .bg-white {
  background: #fff;
}
@media (max-width: 767.98px) {
  .membership-table .row .col-md-6:first-child .member-box {
    border-right: 0;
  }
  .membership-table .member-box {
    min-height: auto;
    padding: 20px 15px;
    font-size: 20px;
  }
}

.standards-section {
  padding: 40px 15px;
}
.standards-section .standards-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #00395b;
}
.standards-section .standards-grid .box {
  position: relative;
  padding: 30px;
  min-height: 280px;
}
.standards-section .standards-grid .box.white {
  background: #fff;
}
.standards-section .standards-grid .box.grey {
  background: #edf2f5;
}
.standards-section .standards-grid .box h3 {
  margin-bottom: 10px;
  color: #1097db;
  font-size: 22px;
  font-weight: 600;
}
.standards-section .standards-grid .box p {
  max-width: 520px;
  color: #111;
  font-size: 20px;
  line-height: 1.3;
}
.standards-section .standards-grid .box:nth-child(1), .standards-section .standards-grid .box:nth-child(2) {
  border-bottom: 1px solid #00395b;
}
.standards-section .standards-grid .box:nth-child(1), .standards-section .standards-grid .box:nth-child(3) {
  border-right: 1px solid #00395b;
}
.standards-section .standards-grid .box::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background: #1097db;
}
.standards-section .standards-grid .box:nth-child(1)::before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.standards-section .standards-grid .box:nth-child(2)::before {
  top: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}
.standards-section .standards-grid .box:nth-child(3)::before {
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.standards-section .standards-grid .box:nth-child(4)::before {
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.standards-section .standards-grid .center-diamond {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 54px;
  height: 54px;
  background: #00395b;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}
.standards-section .standards-grid .center-diamond::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.standards-section .standards-grid .policy-btn {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  padding: 12px 20px;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.standards-section .standards-grid .policy-btn::before, .standards-section .standards-grid .policy-btn::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 4px solid #1097db;
}
.standards-section .standards-grid .policy-btn::before {
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
}
.standards-section .standards-grid .policy-btn::after {
  right: 0;
  bottom: 0;
  border-top: 0;
  border-left: 0;
}

@media (max-width: 991px) {
  .standards-section .standards-grid {
    grid-template-columns: 1fr;
  }
  .standards-section .standards-grid .box {
    padding: 40px 30px;
    min-height: auto;
    border-right: 0 !important;
    border-bottom: 1px solid #00395b;
  }
  .standards-section .standards-grid .box:last-child {
    border-bottom: 0;
  }
  .standards-section .standards-grid .box h3 {
    font-size: 32px;
  }
  .standards-section .standards-grid .box p {
    font-size: 18px;
  }
  .standards-section .standards-grid .center-diamond {
    display: none;
  }
}
@media (max-width: 575px) {
  .standards-section .standards-grid .box {
    padding: 30px 20px;
  }
  .standards-section .standards-grid .box h3 {
    font-size: 26px;
  }
  .standards-section .standards-grid .box p {
    font-size: 16px;
    line-height: 1.5;
  }
}
body.dark-mode .governance-framework {
  background-color: #fff;
  padding: 5px;
}
.governance-framework {
  color: #123d63;
}
.governance-framework .main-title {
  background: #0a3b5e;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  padding: 14px;
  margin-bottom: 50px;
}
.governance-framework .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.governance-framework .section-title span {
  flex: 1;
  height: 8px;
  background: #d8ebfa;
}
.governance-framework .section-title h2 {
  margin: 0;
  color: #0a3b5e;
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap;
}
.governance-framework .board-text {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.governance-framework .flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.governance-framework .board-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.governance-framework .board-boxes .board-box {
  border: 1px solid #0a3b5e;
  background: #eef6ff;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
}
.governance-framework .content-box {
  border: 1px solid #0a3b5e;
  margin-top: 20px;
}
.governance-framework .committee-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.governance-framework .committee-grid > div {
  border: 1px solid #cbd7e2;
  min-height: 90px;
  padding: 18px;
  font-size: 16px;
  line-height: 1.4;
}
.governance-framework .committee-grid.functions > div {
  min-height: 60px;
}
.governance-framework .note {
  border-top: 1px solid #cbd7e2;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  color: #7d8d99;
}
.governance-framework .description {
  border-top: 1px solid #cbd7e2;
  text-align: center;
  padding: 25px;
  font-size: 18px;
  line-height: 1.3;
}
.governance-framework .management-box {
  border-top: 1px solid #0a3b5e;
  border-bottom: 1px solid #0a3b5e;
  padding: 16px;
  text-align: center;
  font-size: 18px;
}
.governance-framework .management-box span {
  margin: 0 25px;
}
@media (max-width: 991px) {
  .governance-framework .main-title {
    font-size: 28px;
  }
  .governance-framework .section-title h2 {
    font-size: 24px;
  }
  .governance-framework .board-text {
    font-size: 18px;
  }
  .governance-framework .board-boxes {
    grid-template-columns: 1fr;
  }
  .governance-framework .board-boxes .board-box {
    padding: 35px 20px;
    font-size: 18px;
  }
  .governance-framework .committee-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .governance-framework .management-box {
    font-size: 18px;
    line-height: 1.6;
  }
  .governance-framework .management-box span {
    display: block;
    margin: 10px 0;
  }
  .governance-framework .description {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .governance-framework .section-title {
    gap: 10px;
  }
  .governance-framework .section-title h2 {
    font-size: 20px;
  }
  .governance-framework .section-title span {
    height: 5px;
  }
  .governance-framework .committee-grid {
    grid-template-columns: 1fr;
  }
  .governance-framework .main-title {
    font-size: 22px;
    padding: 18px;
  }
  .governance-framework .board-text,
  .governance-framework .description,
  .governance-framework .management-box {
    font-size: 16px;
  }
}

.bodwrp {
  border-bottom: 2px solid #003150;
}
.bodwrp .bodpic .bodline {
  height: 8px;
  background-color: #003150;
}
.bodwrp .bodpic img {
  padding: 10px 0;
}
.bodwrp .bodpic .bodname {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.bodwrp .bodpic .bodname .designation {
  display: block;
  font-weight: 400;
  font-size: 20px;
}
.bodwrp .bodinfo {
  padding-bottom: 30px;
}

.shortcut-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 520px;
}

.shortcut {
  width: 38px;
  height: 30px;
  border: none;
  border-radius: 4px;
  background: #e9eef5;
  color: #0b3557;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-bottom: 8px;
}
.shortcut:hover {
  background: #dfe7f0;
}
.shortcut--active {
  background: #0b3557;
  color: #fff;
}
.shortcut--active:hover {
  background: #0a2f4c;
}

.committee-card .top-line {
  width: 100%;
  height: 8px;
  background: #0b8fd3;
  margin-bottom: 12px;
}
.committee-card h2 {
  margin: 0 0 18px;
  color: #0b8fd3;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  height: 44px;
}
.committee-card .cardbx p {
  margin: 0 0 18px;
  color: #333;
  font-size: 18px;
  line-height: 1.4;
}
body.dark-mode .committee-card .cardbx p {
  color: #fff;
}
.committee-card .stats {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.committee-card .stat .number {
  display: block;
  color: #0d2f5a;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}
body.dark-mode .committee-card .stat .number {
  color: #0b8fd3;
}
.committee-card .stat .label {
  display: block;
  color: #0d2f5a;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
body.dark-mode .committee-card .stat .label {
  color: #0b8fd3;
}

.govbluebx {
  background-color: #e7f2fb;
  padding: 20px;
  color: #00244c;
  font-weight: 500;
}

.enhanceltbx {
  background-color: #e8f5f7;
  color: #fff;
  padding: 0 25px 25px 25px;
  color: #2e3b42;
}
.enhanceltbx .line {
  background-color: #00b6be;
  height: 12px;
  width: 50px;
}

.enhancebx {
  background-color: #00414a;
  color: #fff;
  padding: 0 25px 25px 25px;
}
.enhancebx .line {
  background-color: #00b6bd;
  height: 12px;
  width: 50px;
}

.enhanceprodbx {
  background-color: #e8f5f7;
  border-top: 8px solid #00b6bd;
  padding: 10px;
  height: 500px;
  margin-bottom: 15px;
}
.enhanceprodbx img {
  width: 80%;
}
body.dark-mode .enhanceprodbx {
  color: #000;
}

.whitebgbx {
  background-color: #ffffff;
  border-top: 3px solid #00414a;
  padding: 20px;
  color: #00414a;
  font-weight: 500;
}
body.dark-mode .whitebgbx {
  color: #000;
}

.entitle {
  font-size: 40px;
}
body.dark-mode .entitle {
  color: #000;
}

.enbg {
  background-color: #e8f5f7;
  padding: 20px;
}

.envgreenbx {
  background-color: #004f3c;
  color: #fff;
  padding: 0 25px 25px 25px;
}
.envgreenbx p {
  text-decoration: underline;
  text-decoration-color: #004f3c;
  color: #fff;
}
.envgreenbx .readmorelink {
  text-decoration-color: #004f3c;
}
.envgreenbx .line {
  background-color: #00a36a;
  height: 8px;
  width: 50px;
}
.envgreenbx {
  font-size: 16px;
}

.intervention-table {
  width: 100%;
  border: 1px solid #d7d7d7;
  font-size: 14px;
  overflow: hidden;
  background-color: #fff;
}
.intervention-table .table-header {
  display: grid;
  grid-template-columns: 70% 30%;
  background: #006b55;
  color: #fff;
  font-weight: 700;
}
.intervention-table .table-header > div {
  padding: 12px 16px;
  font-size: 22px;
}
.intervention-table .table-header > div:last-child {
  background: #00a86b;
}
.intervention-table .section-title {
  background: #c7e5dc;
  color: #006b55;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 16px;
  font-size: 15px;
  font-size: 20px;
}
.intervention-table .table-row {
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: center;
  min-height: 50px;
}
.intervention-table .table-row.alt {
  background: #edf2f4;
}
.intervention-table .table-row .content,
.intervention-table .table-row .outcome {
  padding: 14px 16px;
  line-height: 1.4;
  font-size: 18px;
}
.intervention-table .table-row .content {
  color: #222;
}
.intervention-table .table-row .outcome {
  color: #006b55;
  font-weight: 600;
}
.intervention-table .table-row .outcome strong {
  font-weight: 700;
}

.alternate-fuel {
  width: 340px;
  background: #f4ece5;
  padding: 18px 20px;
  color: #222;
}
.alternate-fuel .title {
  color: #009245;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.1;
}
.alternate-fuel .section {
  margin-bottom: 22px;
}
.alternate-fuel .section h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0d5b3d;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.alternate-fuel .section .marker {
  width: 10px;
  height: 10px;
  background: #0d5b3d;
  display: inline-block;
}
.alternate-fuel .section .subtitle {
  margin: 2px 0 12px 20px;
  font-size: 15px;
  color: #555;
  font-style: italic;
}
.alternate-fuel .section ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}
.alternate-fuel .section ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 16px;
  line-height: 1.55;
  font-size: 16px;
}
.alternate-fuel .section ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #b88045;
  font-size: 18px;
  font-weight: bold;
}

.certifications {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  background: #fff;
}
.certifications .cert-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  text-align: center;
  position: relative;
}
.certifications .cert-item:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}
.certifications .cert-item .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.certifications .cert-item .logos img {
  max-height: 82px;
  width: auto;
  object-fit: contain;
}
.certifications .cert-item p {
  margin: 0;
  font-size: 13px;
  color: #111;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .certifications {
    grid-template-columns: 1fr 1fr;
  }
  .certifications .cert-item:nth-child(2) {
    border-right: none;
  }
}
@media (max-width: 576px) {
  .certifications {
    grid-template-columns: 1fr;
  }
  .certifications .cert-item {
    border-right: none !important;
    border-bottom: 1px solid #d9d9d9;
  }
  .certifications .cert-item:last-child {
    border-bottom: none;
  }
  .certifications .cert-item .logos {
    gap: 12px;
  }
  .certifications .cert-item .logos img {
    max-height: 60px;
  }
  .certifications .cert-item p {
    font-size: 12px;
  }
}
.litblueclr {
  color: #05c6e0;
}

.borleft {
  border-left: 1px solid #ddd;
  padding: 0;
}

.ggrid {
  background: #f7f2ea;
}

.esg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 36px 28px;
  padding: 20px;
  background: #f7f2ea;
}
.esg-grid .esg-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  cursor: pointer;
}
.esg-grid .esg-item .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.esg-grid .esg-item .icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.esg-grid .esg-item span {
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  font-weight: 400;
  word-break: break-word;
}
.esg-grid .esg-item:hover .icon img {
  transform: scale(1.08);
  transition: 0.25s ease;
}
.esg-grid .esg-item:hover span {
  color: #243b82;
}

@media (max-width: 992px) {
  .esg-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .esg-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 20px;
  }
  .esg-grid .esg-item span {
    font-size: 16px;
  }
  .esg-grid .esg-item .icon {
    width: 50px;
    height: 50px;
  }
  .esg-grid .esg-item .icon img {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 480px) {
  .esg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.roadmap-section {
  background-color: #fff;
}
.roadmap-section .roadmap-title {
  background: #005b4d;
  color: #fff;
  padding: 12px 24px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.roadmap-section .roadmap-wrapper {
  display: grid;
  grid-template-columns: 42px 1fr 30px 1fr 42px;
  min-height: 420px;
}
.roadmap-section .phase-label {
  border-right: 1px solid #0d8d66;
  display: flex;
  justify-content: center;
  align-items: center;
}
.roadmap-section .phase-label span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 12px;
  font-weight: 700;
  color: #00895d;
  font-size: 18px;
}
.roadmap-section .phase-label.right {
  border-left: 1px solid #0d8d66;
  border-right: 0;
}
.roadmap-section .roadmap-card {
  padding: 22px 28px;
}
.roadmap-section .roadmap-card .year {
  font-size: 30px;
  font-weight: 700;
  color: #004b44;
  margin-bottom: 16px;
}
.roadmap-section .roadmap-card .year.green {
  color: #00a870;
}
.roadmap-section .roadmap-card p {
  font-size: 20px;
  line-height: 1.5;
  color: #004f3c;
  margin-bottom: 18px;
}
.roadmap-section .roadmap-card h4 {
  color: #008b60;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.roadmap-section .roadmap-card .list2 ul {
  margin: 0;
  padding-left: 20px;
}
.roadmap-section .roadmap-card .list2 ul li {
  margin-bottom: 7px;
  line-height: 1.3;
  color: #004f3c;
}
.roadmap-section .roadmap-card .list2 li::marker {
  color: #004f3c;
}
.roadmap-section .roadmap-card ul {
  margin: 0;
  padding-left: 20px;
}
.roadmap-section .roadmap-card ul li {
  margin-bottom: 7px;
  line-height: 1.3;
  color: #004f3c;
}
.roadmap-section .roadmap-card ul li::marker {
  color: #00a870;
}
.roadmap-section .roadmap-divider {
  position: relative;
  border-left: 1px solid #0d8d66;
}
.roadmap-section .roadmap-divider .circle {
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #00a870;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .roadmap-section .roadmap-wrapper {
    grid-template-columns: 1fr;
  }
  .roadmap-section .phase-label,
  .roadmap-section .roadmap-divider {
    display: none;
  }
  .roadmap-section .roadmap-card {
    border-bottom: 1px solid #d7e6df;
  }
  .roadmap-section .roadmap-card:last-child {
    border-bottom: 0;
  }
}

.progress-card {
  background: #f5ede3;
  padding: 20px 24px;
  color: #222;
}
.progress-card h2 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #0b8f61;
  line-height: 1.2;
}
.progress-card .subtitle {
  margin: -6px 0 16px;
  font-size: 16px;
  color: #555;
  font-style: italic;
}
.progress-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.progress-card ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.3;
}
.progress-card ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}
.progress-card ul li strong {
  font-weight: 700;
}
.progress-card .roadmap-section {
  margin-top: 18px;
  background-color: transparent;
}

.seed-pillars {
  max-width: 600px;
  padding: 24px;
  background: #00584f;
  color: #fff;
}
.seed-pillars .title {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.seed-pillars .pillar {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  padding-bottom: 24px;
}
.seed-pillars .pillar:last-child {
  padding-bottom: 0;
}
.seed-pillars .pillar::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  bottom: -5px;
  width: 2px;
  background: rgba(255, 255, 255, 0.45);
}
.seed-pillars .pillar .number {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: #18c7a1;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: 5px;
}
.seed-pillars .pillar .content h3 {
  margin: 0;
  display: inline;
  font-size: 18px;
  font-weight: 700;
}
.seed-pillars .pillar .content p {
  display: inline;
  margin: 0;
  font-weight: 400;
}

.risk-pillars {
  padding: 24px;
  background: #fff;
}
.risk-pillars .title {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
}
.risk-pillars .pillar {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  padding-bottom: 24px;
}
.risk-pillars .pillar:last-child {
  padding-bottom: 0;
}
.risk-pillars .pillar:last-child::before {
  display: none;
}
.risk-pillars .pillar::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  bottom: -5px;
  width: 2px;
  background: #ced9e0;
}
.risk-pillars .pillar .number {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: #004f3c;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: 5px;
}
.risk-pillars .pillar .content h3 {
  margin: 0;
  display: inline;
  font-size: 20px;
}
body.dark-mode .risk-pillars .pillar .content h3 {
  color: #000;
}
.risk-pillars .pillar .content p {
  display: inline;
  margin: 0;
  font-weight: 400;
}
body.dark-mode .risk-pillars .pillar .content p {
  color: #000;
}

.energy-table {
  width: 100%;
  overflow-x: auto;
  background: #fff;
}
.energy-table table {
  width: 100%;
  min-width: 1200px;
  border-collapse: collapse;
  text-align: center;
  color: #006b5c;
  font-size: 15px;
  text-align: end;
}
.energy-table th,
.energy-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #d9e4df;
  font-weight: 600;
}
.energy-table .bg1 {
  background: #fff !important;
}
.energy-table .nobor {
  border-top: 2px solid transparent !important;
  border-bottom: 2px solid transparent !important;
}
.energy-table thead th {
  background: #f6f2ec;
  color: #005f56;
}
.energy-table .section-title th {
  background: #dfeee8;
  color: #006b5c;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  padding: 16px;
  border-top: 2px solid #2b9b87;
  border-bottom: 2px solid #2b9b87;
}
.energy-table .units td {
  background: #f8faf9;
  font-size: 13px;
  font-style: italic;
  color: #5b7b73;
  font-weight: 500;
}
.energy-table tbody tr:nth-child(even):not(.section-title):not(.units) {
  background: #f7efe9;
}
.energy-table .indicator {
  width: 28px;
  padding: 0;
}
.energy-table .indicator.dark {
  background: #00563d;
}
.energy-table .indicator.medium {
  background: #0aa36d;
}
.energy-table .indicator.light {
  background: #9fd3b8;
}
.energy-table td:first-child,
.energy-table th:first-child {
  width: 28px;
}
@media (max-width: 992px) {
  .energy-table table {
    font-size: 14px;
  }
  .energy-table th,
  .energy-table td {
    padding: 12px 10px;
  }
}
@media (max-width: 768px) {
  .energy-table table {
    min-width: 1000px;
  }
}

.waste-table {
  width: 100%;
  border-collapse: collapse;
  color: #184b4a;
  background-color: #fff;
}
.waste-table .table-header,
.waste-table .table-row {
  display: grid;
  grid-template-columns: 28% 38% 34%;
}
.waste-table .table-header {
  font-weight: 700;
  color: #fff;
}
.waste-table .table-header > div {
  padding: 14px 16px;
  font-size: 20px;
  line-height: 1.2;
}
.waste-table .table-header > div:nth-child(1) {
  background: #00563f;
}
.waste-table .table-header > div:nth-child(2) {
  background: #00a36c;
}
.waste-table .table-header > div:nth-child(3) {
  background: #9fcdb6;
}
.waste-table .table-row {
  border-bottom: 10px solid #fff;
}
.waste-table .table-row.alt {
  background: #eef4f6;
}
.waste-table .table-row .col {
  padding: 14px 16px;
  font-size: 1rem;
  line-height: 1.45;
  display: flex;
  align-items: flex-start;
}
.waste-table .table-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.waste-table .table-row li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}
.waste-table .table-row li:last-child {
  margin-bottom: 0;
}
.waste-table .table-row li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #1eaa68;
  font-weight: 700;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .waste-table .table-header {
    display: none;
  }
  .waste-table .table-row {
    display: block;
    margin-bottom: 1.5rem;
    border: 1px solid #ddd;
  }
  .waste-table .table-row .col {
    display: block;
    padding: 12px 16px;
  }
  .waste-table .table-row .col:first-child {
    font-weight: 700;
    background: #f8f8f8;
  }
}

.year-tabs {
  display: inline-flex;
  gap: 2px;
}
.year-tabs .tab {
  border: none;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #0b7d66;
  border-radius: 2px;
  line-height: 1.2;
  transition: background 0.2s ease;
}
.year-tabs .tab:hover:not(.active):not(.disabled) {
  background: #00a36a;
}
.year-tabs .tab.active {
  background: #004f3c;
}
.year-tabs .tab.disabled {
  background: #93c9aa;
  color: #fff;
  cursor: default;
}

.status-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  margin: 0;
}
.status-table .bg {
  background: #eef2f5;
}
.status-table thead th {
  padding: 16px 18px;
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #fff;
  vertical-align: middle;
}
.status-table thead .indicator {
  background: #045740;
  width: 34%;
}
.status-table thead .baseline {
  background: #08a96d;
  width: 22%;
}
.status-table thead .current {
  background: #9ccfb6;
  width: 23%;
  color: #fff;
}
.status-table thead .status-head {
  background: #fff;
  color: #08a96d;
  width: 21%;
}
.status-table tbody tr:nth-child(even) {
  background: #edf0f2;
}
.status-table tbody td {
  padding: 16px 18px;
  font-size: 15px;
  color: #000;
  vertical-align: top;
}
.status-table tbody .status {
  color: #fff;
  font-weight: 500;
}
.status-table tbody .status-light {
  background: #b8dccc;
  color: #045740;
}
.status-table tbody .status-green {
  background: #08a96d;
}
.status-table tbody .status-dark {
  background: #045740;
}
@media (max-width: 767px) {
  .status-table thead th {
    font-size: 15px;
    padding: 12px;
  }
  .status-table tbody td {
    font-size: 14px;
    padding: 12px;
  }
}

.indicator-table {
  width: 100%;
  overflow-x: auto;
  background-color: #fff;
}
.indicator-table .table-header,
.indicator-table .table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.indicator-table .table-header {
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
}
.indicator-table .table-header > div {
  padding: 18px;
  display: flex;
  align-items: center;
}
.indicator-table .table-header > div:nth-child(1) {
  background: #01553d;
}
.indicator-table .table-header > div:nth-child(2) {
  background: #1eaa68;
}
.indicator-table .table-header > div:nth-child(3) {
  background: #98c9ab;
}
.indicator-table .table-header > div:nth-child(4) {
  background: #fff;
  color: #1eaa68;
}
.indicator-table .table-row {
  color: #444;
  font-size: 1rem;
}
.indicator-table .table-row:nth-child(odd) {
  background: #eef2f5;
}
.indicator-table .table-row > div {
  padding: 14px;
  display: flex;
  align-items: center;
  border-top: 1px solid #d8d8d8;
}
.indicator-table .table-row .indicator {
  line-height: 1.4;
}
.indicator-table .table-row .status {
  color: #fff;
  font-weight: 500;
}
.indicator-table .table-row .status-light {
  background: #b4d8cb;
  color: #01553d;
}
.indicator-table .table-row .status-green {
  background: #1eaa68;
}
.indicator-table .table-row .status-dark {
  background: #01553d;
}

@media (max-width: 600px) {
  .indicator-table .table-row {
    border-bottom: 1px solid #d8d8d8;
  }
  .indicator-table .table-row > div {
    display: flex;
    justify-content: space-between;
    padding: 16px;
  }
  .indicator-table .table-row .status {
    justify-content: center;
  }
}
.biodiversity {
  max-width: 1400px;
  margin: 2rem auto;
  border: 1px solid #4fc3aa;
  background: #fff;
}
.biodiversity__header {
  background: #16a765;
  color: #fff;
  padding: 1.25rem 1.5rem;
}
.biodiversity__header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.biodiversity__content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
}
.biodiversity .card {
  padding: 4rem 2rem;
  color: #222;
}
.biodiversity .card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}
.biodiversity .card h4 {
  margin: 0.25rem 0 1.5rem;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.biodiversity .card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.biodiversity .card ul li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
.biodiversity .card ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #666;
}
.biodiversity .divider {
  position: absolute;
  background: #4fc3aa;
}
.biodiversity .divider--vertical {
  width: 2px;
  height: calc(100% - 60px);
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}
.biodiversity .divider--horizontal {
  height: 2px;
  width: calc(100% - 70px);
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.biodiversity .arrow {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #16a765;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  z-index: 5;
}
.biodiversity .arrow--top {
  top: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.biodiversity .arrow--right {
  top: 48%;
  right: 20%;
  transform: translate(50%, -50%);
}
.biodiversity .arrow--bottom {
  bottom: 22%;
  left: 50%;
  transform: translate(-50%, 50%);
}
.biodiversity .arrow--left {
  top: 48%;
  left: 20%;
  transform: translate(-50%, -50%);
}

@media (max-width: 900px) {
  .biodiversity__content {
    grid-template-columns: 1fr;
  }
  .biodiversity .divider,
  .arrow {
    display: none;
  }
  .biodiversity .card {
    padding: 2rem;
    border-bottom: 1px solid #e5e5e5;
  }
}
.pathways {
  border: 1px solid #7fd1b3;
  background: #fff;
  color: #333;
}
.pathways__header {
  background: #16a765;
  padding: 18px 24px;
}
.pathways__header h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.pathways__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 900px) {
  .pathways__grid {
    grid-template-columns: 1fr;
  }
}
.pathways .card {
  padding: 26px 28px;
  border-right: 1px solid #7fd1b3;
  border-bottom: 1px solid #7fd1b3;
  border-radius: 0;
}
.pathways .card:nth-child(2n) {
  border-right: 0;
}
.pathways .card:nth-last-child(-n+2) {
  border-bottom: 0;
}
@media (max-width: 900px) {
  .pathways .card {
    border-right: 0;
  }
  .pathways .card:last-child {
    border-bottom: 0;
  }
}
.pathways .card h3 {
  margin: 0 0 16px;
  font-size: 2rem;
  font-weight: 700;
  color: #222;
}
.pathways .card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pathways .card li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 18px;
  line-height: 1.65;
  font-size: 1rem;
}
body.dark-mode .pathways .card li {
  color: #000;
}
.pathways .card li:last-child {
  margin-bottom: 0;
}
.pathways .card li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 1px;
  color: #555;
  font-size: 1.2rem;
  font-weight: 700;
}
body.dark-mode .pathways .card li::before {
  color: #000;
}
.pathways .card li strong {
  font-weight: 700;
  color: #333;
}

.dash-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.dash-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}
.dash-list li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}

.numlist {
  padding-left: 18px;
}
.numlist li {
  padding-left: 7px;
  margin-bottom: 8px;
}

.mining-phase-section {
  border: 1px solid #18b07c;
  overflow: hidden;
}
.mining-phase-section .phase-col {
  position: relative;
  border-right: 2px solid #26c08b;
  display: flex;
  flex-direction: column;
  min-height: 510px;
}
.mining-phase-section .phase-col:last-child {
  border-right: 0;
}
.mining-phase-section .phase-header {
  padding: 22px 34px;
}
.mining-phase-section .phase-header h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.mining-phase-section .phase-header.light-green {
  background: #1ea86a;
}
.mining-phase-section .phase-header.dark-green {
  background: #00543f;
}
.mining-phase-section .phase-body {
  flex: 1;
  padding: 24px;
}
.mining-phase-section .phase-body.bg-light-green {
  background: #edf7f3;
}
.mining-phase-section .phase-body.bg-white {
  background: #fff;
}
.mining-phase-section .phase-body h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #2f2f2f;
  margin-bottom: 30px;
}
.mining-phase-section .phase-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mining-phase-section .phase-body ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
}
.mining-phase-section .phase-body ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 1.75rem;
  color: #444;
}
.mining-phase-section .diamond {
  position: absolute;
  right: -18px;
  top: 50%;
  width: 36px;
  height: 36px;
  background: #18b07c;
  transform: translateY(-50%) rotate(45deg);
  z-index: 5;
}
.mining-phase-section .diamond::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.mining-phase-section .phase-col:last-child .diamond {
  display: none;
}
@media (max-width: 991px) {
  .mining-phase-section .phase-col {
    min-height: auto;
    border-right: 0;
    border-bottom: 2px solid #18b07c;
  }
  .mining-phase-section .phase-col:last-child {
    border-bottom: 0;
  }
  .mining-phase-section .diamond {
    display: none;
  }
  .mining-phase-section .phase-header {
    padding: 18px 20px;
  }
  .mining-phase-section .phase-header h3 {
    font-size: 1.6rem;
  }
  .mining-phase-section .phase-body {
    padding: 22px 20px;
  }
  .mining-phase-section .phase-body h4 {
    font-size: 1.35rem;
  }
  .mining-phase-section .phase-body ul li {
    font-size: 1.1rem;
  }
}

.litgreenbg {
  background-color: #ebf6f1;
  padding: 50px 0;
  margin-top: 50px;
}

.ecir {
  border-radius: 50px;
  background-color: #00a36a;
  color: #fff;
  display: inline;
  padding: 1px 8px;
}

.awardtit {
  color: #004f3c;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.awardhead {
  color: #00a36a;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 7px;
  font-weight: 600;
}

body.dark-mode .link {
  color: #fff !important;
}

.performancebg {
  background-color: #00414a;
  padding: 80px 0;
}

.gborleft {
  border-left: 1px solid #00b6bd;
}

.perinfo {
  padding: 0 40px;
}

.leader-section {
  padding: 0 0 20px 0;
  border-bottom: 5px solid #fff;
}
.leader-section .leader-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.leader-section .leader-image {
  flex: 0 0 200px;
  display: flex;
  justify-content: center;
}
.leader-section .leader-image .image-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.leader-section .leader-image .image-circle img {
  width: 82%;
  height: auto;
  display: block;
}
.leader-section .leader-content {
  flex: 1;
  color: #fff;
}
.leader-section .leader-content h2 {
  margin: 0 0 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
}
.leader-section .leader-content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .leader-section .leader-wrapper {
    gap: 10px;
  }
  .leader-section .leader-image {
    flex: 0 0 360px;
  }
  .leader-section .leader-image .image-circle {
    width: 340px;
    height: 340px;
  }
  .leader-section .leader-content h2 {
    font-size: 30px;
  }
  .leader-section .leader-content h3 {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .leader-section {
    padding: 60px 0;
  }
  .leader-section .leader-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .leader-section .leader-image {
    flex: auto;
  }
  .leader-section .leader-image .image-circle {
    width: 300px;
    height: 300px;
  }
  .leader-section .leader-content h2 {
    font-size: 24px;
  }
  .leader-section .leader-content h3 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .leader-section .leader-image .image-circle {
    width: 240px;
    height: 240px;
  }
  .leader-section .leader-content h2 {
    font-size: 1.75rem;
  }
  .leader-section .leader-content h3 {
    font-size: 1.25rem;
  }
}

.f400 {
  font-weight: 400;
}

.grow-section {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  padding: 0;
}
.grow-section .vertical-title {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.grow-section .vertical-title h2 {
  margin: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 4px;
  text-transform: uppercase;
}
.grow-section .vertical-title.t2 {
  left: 70px;
}
.grow-section .vertical-title.t3 {
  left: 112px;
}
.grow-section .vertical-title.t4 {
  left: 156px;
}
.grow-section .vertical-title.t5 {
  left: 200px;
}
.grow-section .vertical-title.t6 {
  left: 245px;
}
.grow-section .top-icons {
  position: absolute;
  top: 16px;
  left: 32px;
  right: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grow-section .top-icons .icon {
  position: relative;
  width: 40px;
  height: 40px;
}
.grow-section .grow-content {
  position: relative;
  z-index: 2;
  margin-top: 120px;
}
@media (max-width: 991px) {
  .grow-section {
    padding: 80px 20px 20px 80px;
  }
  .grow-section .vertical-title {
    left: 15px;
  }
  .grow-section .vertical-title h2 {
    font-size: 45px;
  }
  .grow-section .top-icons .icon {
    width: 40px;
    height: 40px;
  }
}

.bg22 {
  background-color: #e6f3f5;
}

.capexprog {
  background-color: #e9f6fa;
  padding: 40px;
  border-radius: 10px;
}
body.dark-mode .capexprog .growdark-number,
body.dark-mode .capexprog p {
  color: #000 !important;
}
body.dark-mode .capexprog p {
  color: #000;
}

.capitals-card {
  color: #fff;
  padding: 0;
  margin-top: 70px;
}

.capital-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.capital-row .title {
  min-width: 200px;
  font-size: 18px;
  font-weight: 700;
}

.badges {
  display: flex;
  gap: 12px;
}

.badge {
  width: 28px;
  height: 28px;
  background: rgba(18, 78, 90, 0.9);
  color: #0b6471;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50%;
}
.badge.active {
  background: #bfe8f3;
  color: #0a3e47;
}

.divider {
  height: 2px;
  background: #0cb5c9;
  margin: 18px 0 20px;
}

.issues h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}
.issues ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  line-height: 1.5;
}
.issues li {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
}
.issues li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8fd0dc;
  transform: translateY(-50%);
}

.gcapbx {
  margin-bottom: 15px;
}
.gcapbx .head {
  background-color: #00404a;
  color: #fff;
  font-weight: 600;
  padding: 10px;
}
.gcapbx .imgwrp {
  background-color: #05505a;
}
.gcapbx .capex-card {
  background: #004f59;
  padding: 30px;
}
.gcapbx .capex-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}
.gcapbx .capex-list li {
  counter-increment: item;
  position: relative;
  padding-left: 38px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
.gcapbx .capex-list li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #14c5d8;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.gcapbx .capex-list li:last-child {
  margin-bottom: 0;
}
.gcapbx .capex-list li.highlight {
  font-weight: 700;
}
.gcapbx .capex-list li.highlight::before {
  background: #fff;
  color: #004f59;
}
.gcapbx .capex-list sup {
  font-size: 60%;
}

ul.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.feature-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.9rem;
  line-height: 1.5;
}
ul.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #00b8c8;
  transform: translateY(-50%);
}

ul.feature-list1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.feature-list1 li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
  line-height: 1.5;
}
ul.feature-list1 li::before, ul.feature-list1 li::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 11px;
  height: 11px;
  background: #00b7c7;
  border-radius: 50%;
}
ul.feature-list1 li::before {
  left: 0;
}
ul.feature-list1 li::after {
  left: 15px;
}

.volcard {
  background: #e9f2f5;
  padding: 42px;
  color: #003f4d;
  position: relative;
}
.volcard .intro {
  font-size: 18px;
  color: #2f2f2f;
  margin-bottom: 36px;
  line-height: 1.5;
}
.volcard h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1f2328;
  margin-bottom: 20px;
}
.volcard .stats {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.volcard .stat {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.volcard .content h3 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #004d5b;
  margin-bottom: 0;
}
.volcard .content p {
  font-size: 22px;
  color: #004d5b;
}
.volcard .badge,
.volcard .legend {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #bde6dc;
  color: #0f3460;
  padding: 12px 18px;
  font-size: 20px;
}
.volcard .badge {
  min-width: 120px;
  justify-content: center;
  border-radius: 0;
}
.volcard .arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #1ca56b;
}
.volcard .legend {
  position: absolute;
  left: 42px;
  bottom: 42px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .volcard {
    width: 100%;
    padding: 24px;
    min-height: auto;
  }
  .volcard h2 {
    font-size: 32px;
  }
  .volcard .content h3 {
    font-size: 40px;
  }
  .volcard .content p {
    font-size: 22px;
  }
  .volcard .stat {
    gap: 20px;
    align-items: center;
  }
  .volcard .badge {
    min-width: 100px;
    font-size: 18px;
  }
  .volcard .legend {
    position: static;
    margin-top: 50px;
    display: inline-flex;
  }
}
.ticonbx {
  background-color: #e8f5f7;
  padding: 15px;
  height: 100%;
}
.ticonbx .tit {
  font-weight: 600;
  font-size: 24px;
  color: #00b6bd;
}
.ticonbx p {
  margin-bottom: 0;
}
body.dark-mode .ticonbx p {
  color: #000;
}

@media (min-width: 320px) and (max-width: 767px) {
  .fyh-mdastats-row.mdaoperation-row {
    padding: 20px;
  }
  .mda-tit {
    font-size: 26px;
  }
  .csr-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .csr-card:nth-child(odd) {
    border-right: none;
  }
  .growth-card h3,
  .whitebx,
  .litbbx {
    height: auto;
  }
  .litbbx img {
    position: relative;
  }
  .programmes .right-section .programme .content {
    width: 90%;
  }
  .programmes .right-section .programme {
    gap: 10px;
  }
  .governance-framework .committee-grid > div {
    min-height: auto;
  }
  .govbx .title {
    margin-bottom: 10px;
  }
  .govbx .govnos {
    min-height: auto;
  }
  .innerpage {
    padding: 40px 10px;
  }
  .borleft {
    padding-left: 10px;
  }
  .biodiversity .arrow--top,
  .biodiversity .arrow--right,
  .biodiversity .arrow--bottom,
  .biodiversity .arrow--left {
    display: none;
  }
  .awardtit {
    line-height: 1.1;
  }
  .perinfo {
    padding: 40px 20px;
  }
  .capital-row {
    display: block;
  }
  .capital-row .title {
    margin-bottom: 10px;
  }
  .capexprog {
    padding: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .works-section .highlight-panel .highlight-item {
    grid-template-columns: 80px 1fr;
  }
}