@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: 10px;
}
.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;
  }
  .breadcrumb-full-wrp {
    margin-top: 68px;
  }
}
@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;
  }
}