@charset "UTF-8";
blade,
advice,
medium,
brink,
adjust,
kidney,
absolute,
boom,
morale,
wealth,
basis,
winner,
knock,
worth,
month,
proof,
kitchen,
poison,
beef,
prevent {
  display: block;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}

a {
  text-decoration: none;
}

@media (max-width: 575px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 575px) {
  .mobile-only {
    display: block;
  }
}

label, input, select, textarea {
  width: 100%;
}

.ncp-data {
  background: #ffffff;
  padding: 72px 0;
}
@media (max-width: 575px) {
  .ncp-data {
    padding: 44px 0;
  }
}
.ncp-data .data-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 575px) {
  .ncp-data .data-wrap {
    grid-template-columns: 1fr;
    padding: 0 18px;
    gap: 22px;
  }
}
.ncp-data .data-wrap .data-text .data-intro {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.9;
  color: #5a6678;
}
@media (max-width: 575px) {
  .ncp-data .data-wrap .data-text .data-intro {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 14px;
  }
}
.ncp-data .data-wrap .data-text .data-note {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.9;
  color: #5a6678;
}
@media (max-width: 575px) {
  .ncp-data .data-wrap .data-text .data-note {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 18px;
  }
}
.ncp-data .data-wrap .data-text .data-title {
  margin: 0 0 14px;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 800;
  color: #0b1220;
  letter-spacing: -0.01em;
  position: relative;
}
@media (max-width: 575px) {
  .ncp-data .data-wrap .data-text .data-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
.ncp-data .data-wrap .data-text .data-title::after {
  content: "";
  display: block;
  width: 92px;
  height: 4px;
  background: #2d7deb;
  border-radius: 2px;
  margin-top: 12px;
}
@media (max-width: 575px) {
  .ncp-data .data-wrap .data-text .data-title::after {
    width: 72px;
    height: 3px;
    margin-top: 10px;
  }
}
.ncp-data .data-wrap .data-text .data-desc {
  margin: 0;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.9;
  color: #5a6678;
}
@media (max-width: 575px) {
  .ncp-data .data-wrap .data-text .data-desc {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.75;
  }
}
.ncp-data .data-wrap .data-img {
  margin: 0;
  position: relative;
  border-radius: 16px 16px 24px 16px;
  overflow: hidden;
}
.ncp-data .data-wrap .data-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.invapp {
  background: #f4f8fd;
  padding: 72px 0;
}
@media (max-width: 575px) {
  .invapp {
    padding: 44px 0;
  }
}
.invapp .invapp-hd {
  margin: 0 0 32px;
  text-align: left;
  padding: 0 24px;
}
@media (max-width: 575px) {
  .invapp .invapp-hd {
    margin: 0 0 22px;
    padding: 0 18px;
  }
}
.invapp .invapp-hd .invapp-title {
  margin: 0;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 800;
  color: #0b1220;
  letter-spacing: -0.01em;
  position: relative;
}
@media (max-width: 575px) {
  .invapp .invapp-hd .invapp-title {
    font-size: 32px;
  }
}
.invapp .invapp-hd .invapp-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  background: #2d7deb;
  border-radius: 2px;
  margin-top: 12px;
}
@media (max-width: 575px) {
  .invapp .invapp-hd .invapp-title::after {
    width: 56px;
    height: 3px;
    margin-top: 10px;
  }
}
.invapp .invapp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0 24px;
}
@media (max-width: 575px) {
  .invapp .invapp-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 18px;
  }
}
.invapp .invapp-grid .invapp-card {
  background: #fff;
  border: 1px solid #d9e3f0;
  border-radius: 10px;
  padding: 28px 24px;
  transition: all 0.2s ease;
  position: relative;
}
@media (max-width: 575px) {
  .invapp .invapp-grid .invapp-card {
    padding: 20px 18px;
  }
}
.invapp .invapp-grid .invapp-card:hover {
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}
.invapp .invapp-grid .invapp-card .invapp-num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #2d7deb;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
@media (max-width: 575px) {
  .invapp .invapp-grid .invapp-card .invapp-num {
    width: 34px;
    height: 34px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.invapp .invapp-grid .invapp-card .invapp-card-title {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 800;
  color: #0b1220;
  letter-spacing: -0.01em;
}
@media (max-width: 575px) {
  .invapp .invapp-grid .invapp-card .invapp-card-title {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
.invapp .invapp-grid .invapp-card .invapp-card-desc {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.7;
  color: #3a4658;
}
@media (max-width: 575px) {
  .invapp .invapp-grid .invapp-card .invapp-card-desc {
    font-size: 14.5px;
  }
}

.esg-impact {
  background: #ffffff;
  padding: 72px 0;
}
@media (max-width: 575px) {
  .esg-impact {
    padding: 44px 0;
  }
}
.esg-impact .esg-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 575px) {
  .esg-impact .esg-container {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0 18px;
  }
}
.esg-impact .esg-container .esg-image {
  margin: 0;
  position: relative;
  border-radius: 16px 16px 24px 16px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .esg-impact .esg-container .esg-image {
    border-radius: 14px;
  }
}
.esg-impact .esg-container .esg-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.esg-impact .esg-container .esg-content .esg-title {
  margin: 0 0 14px;
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  color: #0b1220;
  letter-spacing: -0.01em;
}
@media (max-width: 575px) {
  .esg-impact .esg-container .esg-content .esg-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .esg-impact .esg-container .esg-content .esg-title br {
    display: none;
  }
}
.esg-impact .esg-container .esg-content .esg-title span {
  display: inline-block;
  position: relative;
  /* blue underline accent under second line */
}
.esg-impact .esg-container .esg-content .esg-title span::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  border-radius: 2px;
  background: #2d7deb;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .esg-impact .esg-container .esg-content .esg-title span::after {
    width: 72px;
    height: 3px;
    margin-top: 8px;
  }
}
.esg-impact .esg-container .esg-content .esg-text {
  margin: 0 0 18px;
  max-width: 640px;
  font-size: 18px;
  line-height: 1.9;
  color: #5a6678;
}
@media (max-width: 575px) {
  .esg-impact .esg-container .esg-content .esg-text {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 16px;
  }
}
.esg-impact .esg-container .esg-content .esg-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}
@media (max-width: 575px) {
  .esg-impact .esg-container .esg-content .esg-stats {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.esg-impact .esg-container .esg-content .esg-stats .esg-stat {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
}
@media (max-width: 575px) {
  .esg-impact .esg-container .esg-content .esg-stats .esg-stat {
    grid-template-columns: 44px 1fr;
    gap: 10px;
  }
}
.esg-impact .esg-container .esg-content .esg-stats .esg-stat .esg-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e9f2ff;
  display: grid;
  place-items: center;
  font-size: 20px;
  box-shadow: inset 0 0 0 1px rgba(45, 125, 235, 0.08);
}
@media (max-width: 575px) {
  .esg-impact .esg-container .esg-content .esg-stats .esg-stat .esg-icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}
.esg-impact .esg-container .esg-content .esg-stats .esg-stat .esg-value {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  color: #0b1220;
}
@media (max-width: 575px) {
  .esg-impact .esg-container .esg-content .esg-stats .esg-stat .esg-value {
    font-size: 24px;
  }
}
.esg-impact .esg-container .esg-content .esg-stats .esg-stat .esg-label {
  grid-column: 2/-1;
  margin: 6px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #2361c6;
}
@media (max-width: 575px) {
  .esg-impact .esg-container .esg-content .esg-stats .esg-stat .esg-label {
    margin-top: 4px;
    font-size: 13px;
  }
}

.esg-metrics {
  background: #eef6ff;
  padding: 64px 0;
}
@media (max-width: 575px) {
  .esg-metrics {
    padding: 40px 0;
  }
}
.esg-metrics .esg-metrics-header {
  margin: 0 0 18px;
  padding: 0 24px;
}
@media (max-width: 575px) {
  .esg-metrics .esg-metrics-header {
    margin: 0 0 12px;
    padding: 0 18px;
  }
}
.esg-metrics .esg-metrics-header .esg-metrics-title {
  margin: 0;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 800;
  color: #0b1220;
  letter-spacing: -0.01em;
  /* blue underline accent */
}
@media (max-width: 575px) {
  .esg-metrics .esg-metrics-header .esg-metrics-title {
    font-size: 32px;
  }
}
.esg-metrics .esg-metrics-header .esg-metrics-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  background: #2d7deb;
  border-radius: 2px;
  margin-top: 12px;
}
@media (max-width: 575px) {
  .esg-metrics .esg-metrics-header .esg-metrics-title::after {
    width: 56px;
    height: 3px;
    margin-top: 10px;
  }
}
.esg-metrics .esg-metrics-image {
  margin: 0 24px 22px;
  position: relative;
  border-radius: 16px 16px 24px 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  /* soft “notch” bottom-right */
}
@media (max-width: 575px) {
  .esg-metrics .esg-metrics-image {
    margin: 0 18px 16px;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  }
}
.esg-metrics .esg-metrics-image::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 160px;
  height: 160px;
  background: #eef6ff;
  border-radius: 24px;
  box-shadow: 0 0 0 1px rgba(230, 235, 242, 0.9);
  transform: rotate(45deg);
}
@media (max-width: 575px) {
  .esg-metrics .esg-metrics-image::after {
    width: 120px;
    height: 120px;
    right: -30px;
    bottom: -30px;
  }
}
.esg-metrics .esg-metrics-image img {
  width: 100%;
  height: auto;
  display: block;
}
.esg-metrics .esg-metrics-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 6px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media (max-width: 575px) {
  .esg-metrics .esg-metrics-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 18px 4px;
  }
}
.esg-metrics .esg-metrics-grid .esg-metrics-card {
  background: #ffffff;
  border: 1px solid #e6ebf2;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
}
@media (max-width: 575px) {
  .esg-metrics .esg-metrics-grid .esg-metrics-card {
    padding: 16px;
  }
}
.esg-metrics .esg-metrics-grid .esg-metrics-card .esg-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e9f2ff;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  box-shadow: inset 0 0 0 1px rgba(45, 125, 235, 0.08);
}
@media (max-width: 575px) {
  .esg-metrics .esg-metrics-grid .esg-metrics-card .esg-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
}
.esg-metrics .esg-metrics-grid .esg-metrics-card .esg-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}
@media (max-width: 575px) {
  .esg-metrics .esg-metrics-grid .esg-metrics-card .esg-icon img {
    width: 18px;
    height: 18px;
  }
}
.esg-metrics .esg-metrics-grid .esg-metrics-card .esg-metrics-card-title {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 800;
  color: #0b1220;
}
@media (max-width: 575px) {
  .esg-metrics .esg-metrics-grid .esg-metrics-card .esg-metrics-card-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.esg-metrics .esg-metrics-grid .esg-metrics-card .esg-progress-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .esg-metrics .esg-metrics-grid .esg-metrics-card .esg-progress-item {
    margin-bottom: 12px;
    gap: 8px;
  }
}
.esg-metrics .esg-metrics-grid .esg-metrics-card .esg-progress-item .esg-progress-label {
  margin: 0;
  font-size: 13.5px;
  font-weight: 700;
  color: #0f1b2a;
}
@media (max-width: 575px) {
  .esg-metrics .esg-metrics-grid .esg-metrics-card .esg-progress-item .esg-progress-label {
    font-size: 13px;
  }
}
.esg-metrics .esg-metrics-grid .esg-metrics-card .esg-progress-item .esg-progress-bar {
  grid-column: 1/-1;
  height: 8px;
  background: #e9f1ff;
  border-radius: 999px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .esg-metrics .esg-metrics-grid .esg-metrics-card .esg-progress-item .esg-progress-bar {
    height: 7px;
  }
}
.esg-metrics .esg-metrics-grid .esg-metrics-card .esg-progress-item .esg-progress-bar span {
  display: block;
  height: 100%;
  background: #2d7deb;
  border-radius: inherit;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}
.esg-metrics .esg-metrics-grid .esg-metrics-card .esg-progress-item .esg-progress-value {
  position: absolute;
  right: 0;
  top: -2px;
  font-size: 13px;
  font-weight: 700;
  color: #2d7deb;
}
@media (max-width: 575px) {
  .esg-metrics .esg-metrics-grid .esg-metrics-card .esg-progress-item .esg-progress-value {
    font-size: 12px;
  }
}

.impact-sec {
  background: #0f1b2a;
  padding: 72px 0;
}
@media (max-width: 575px) {
  .impact-sec {
    padding: 44px 0;
  }
}
.impact-sec .impact-header {
  max-width: 1200px;
  margin: 0 auto 28px;
  padding: 0 24px;
}
@media (max-width: 575px) {
  .impact-sec .impact-header {
    margin-bottom: 20px;
    padding: 0 18px;
  }
}
.impact-sec .impact-header .impact-title {
  margin: 0;
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  color: #e8f1ff;
  letter-spacing: -0.01em;
}
@media (max-width: 575px) {
  .impact-sec .impact-header .impact-title {
    font-size: 34px;
  }
}
.impact-sec .impact-header .impact-title::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  background: #2d7deb;
  border-radius: 2px;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .impact-sec .impact-header .impact-title::after {
    width: 72px;
    height: 3px;
    margin-top: 10px;
  }
}
.impact-sec .impact-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 575px) {
  .impact-sec .impact-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 18px;
  }
}
.impact-sec .impact-grid .impact-card {
  position: relative;
  border-radius: 14px;
  padding: 26px 24px 24px;
  color: #e7f0ff;
  /* subtle royal-blue gradient */
  background: linear-gradient(145deg, #1f4e9a 0%, #2d7deb 100%);
}
@media (max-width: 575px) {
  .impact-sec .impact-grid .impact-card {
    padding: 20px 18px;
  }
}
.impact-sec .impact-grid .impact-card .impact-icon {
  width: 68px;
  height: 68px;
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14), 0 6px 18px rgba(0, 0, 0, 0.22);
}
@media (max-width: 575px) {
  .impact-sec .impact-grid .impact-card .impact-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }
}
.impact-sec .impact-grid .impact-card .impact-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(100) saturate(0%) invert(1);
  opacity: 0.95;
}
@media (max-width: 575px) {
  .impact-sec .impact-grid .impact-card .impact-icon img {
    width: 24px;
    height: 24px;
  }
}
.impact-sec .impact-grid .impact-card .impact-card-title {
  margin: 0 0 12px;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
}
@media (max-width: 575px) {
  .impact-sec .impact-grid .impact-card .impact-card-title {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
.impact-sec .impact-grid .impact-card .impact-desc {
  margin: 0 0 18px;
  font-size: 16.5px;
  line-height: 1.8;
  color: rgba(231, 240, 255, 0.82);
}
@media (max-width: 575px) {
  .impact-sec .impact-grid .impact-card .impact-desc {
    font-size: 15px;
    margin-bottom: 14px;
  }
}
.impact-sec .impact-grid .impact-card .impact-value {
  margin: 0 0 6px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  color: #ffffff;
}
@media (max-width: 575px) {
  .impact-sec .impact-grid .impact-card .impact-value {
    font-size: 28px;
    margin-bottom: 4px;
  }
}
.impact-sec .impact-grid .impact-card .impact-note {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(231, 240, 255, 0.8);
}
@media (max-width: 575px) {
  .impact-sec .impact-grid .impact-card .impact-note {
    font-size: 14px;
  }
}

.esg-frame {
  background: #ffffff;
  padding: 72px 0;
}
@media (max-width: 575px) {
  .esg-frame {
    padding: 44px 0;
  }
}
.esg-frame .esg-head {
  max-width: 1200px;
  margin: 0 auto 22px;
  padding: 0 24px;
}
@media (max-width: 575px) {
  .esg-frame .esg-head {
    margin-bottom: 16px;
    padding: 0 18px;
  }
}
.esg-frame .esg-head .esg-title {
  margin: 0;
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  color: #0b1220;
  letter-spacing: -0.01em;
  position: relative;
}
@media (max-width: 575px) {
  .esg-frame .esg-head .esg-title {
    font-size: 36px;
  }
}
.esg-frame .esg-head .esg-title::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  background: #2d7deb;
  border-radius: 2px;
  margin-top: 12px;
}
@media (max-width: 575px) {
  .esg-frame .esg-head .esg-title::after {
    width: 72px;
    height: 3px;
    margin-top: 10px;
  }
}
.esg-frame .esg-flex {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.05fr 1.2fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 575px) {
  .esg-frame .esg-flex {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 18px;
  }
}
.esg-frame .esg-flex .esg-list {
  display: grid;
  gap: 28px;
}
@media (max-width: 575px) {
  .esg-frame .esg-flex .esg-list {
    gap: 18px;
  }
}
.esg-frame .esg-flex .esg-list .esg-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 14px;
  align-items: start;
}
@media (max-width: 575px) {
  .esg-frame .esg-flex .esg-list .esg-item {
    grid-template-columns: 40px 1fr;
    column-gap: 12px;
  }
}
.esg-frame .esg-flex .esg-list .esg-item .esg-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #2d7deb;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 10px rgba(45, 125, 235, 0.25);
}
@media (max-width: 575px) {
  .esg-frame .esg-flex .esg-list .esg-item .esg-num {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.esg-frame .esg-flex .esg-list .esg-item .esg-cat {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 800;
  color: #0b1220;
  grid-column: 2/-1;
}
@media (max-width: 575px) {
  .esg-frame .esg-flex .esg-list .esg-item .esg-cat {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
.esg-frame .esg-flex .esg-list .esg-item .esg-points {
  grid-column: 2/-1;
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 12px;
  color: #5a6678;
  font-size: 17px;
  line-height: 1.8;
  list-style: disc;
}
@media (max-width: 575px) {
  .esg-frame .esg-flex .esg-list .esg-item .esg-points {
    font-size: 15.5px;
    gap: 10px;
    line-height: 1.7;
  }
}
.esg-frame .esg-flex .esg-list .esg-item .esg-points li {
  margin: 0;
}
.esg-frame .esg-flex .esg-img {
  margin: 0;
  position: relative;
  border-radius: 16px 16px 24px 16px;
  overflow: hidden;
}
.esg-frame .esg-flex .esg-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.menu {
  padding: 24px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
@media (max-width: 575px) {
  .menu {
    padding: 15px;
    padding-left: 0;
  }
}
.menu .container {
  display: flex;
  justify-content: space-between;
}
.menu .container .lin {
  display: flex;
  gap: 32px;
}
@media (max-width: 575px) {
  .menu .container .lin {
    display: none;
  }
}
.menu .container .lin .lin-item a {
  color: white;
}
.menu .container .lin .lin-item a.contact {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  padding: 10px 22px;
  border-radius: 5px;
  font-weight: 500;
}

.header {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  width: 100%;
  background: transparent;
  text-align: right;
  overflow: hidden;
  transition: all 0.5s ease-out, background 1s ease-out;
  transition-delay: 0.2s;
  z-index: 999999999;
}
@media (max-width: 575px) {
  .header {
    display: block;
  }
}
.header .burger-container {
  position: relative;
  display: inline-block;
  height: 37px;
  z-index: 1000000000000000000;
  width: 43px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #95C8F6;
  top: 16px;
  right: 14px;
}
.header .burger-container #burger {
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}
.header .burger-container #burger .bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #FFF;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
}
.header .burger-container #burger .bar.topBar {
  transform: translateY(0px) rotate(0deg);
}
.header .burger-container #burger .bar.btmBar {
  transform: translateY(6px) rotate(0deg);
}
.header .icon {
  display: inline-block;
  position: absolute;
  height: 100%;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.header .icon.icon-bag {
  right: 0;
  top: 0;
  left: auto;
  transform: translateX(0px);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.65s;
}
.header ul.menu {
  position: relative;
  display: block;
  padding: 0px 48px 0;
  list-style: none;
}
.header ul.menu li.menu-item {
  border-bottom: 1px solid #18315A;
  margin-top: 5px;
  transform: scale(1.15) translateY(-30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.header ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.49s;
}
.header ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.42s;
}
.header ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.35s;
}
.header ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.28s;
}
.header ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.21s;
}
.header ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.14s;
}
.header ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.07s;
}
.header ul.menu li.menu-item a {
  display: block;
  position: relative;
  color: #18315A;
  font-family: "Ek Mukta", sans-serif;
  font-weight: 100;
  text-decoration: none;
  font-size: 22px;
  line-height: 2.35;
  font-weight: 300;
  width: 100%;
  text-align: left;
}
.header.menu-opened {
  height: 100%;
  background-color: #95C8F6;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  transition-delay: 0.25s;
}
.header.menu-opened .burger-container {
  transform: rotate(90deg);
}
.header.menu-opened .burger-container #burger .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s;
}
.header.menu-opened .burger-container #burger .bar.topBar {
  transform: translateY(4px) rotate(45deg);
}
.header.menu-opened .burger-container #burger .bar.btmBar {
  transform: translateY(3px) rotate(-45deg);
}
.header.menu-opened ul.menu li.menu-item {
  transform: scale(1) translateY(0px);
  opacity: 1;
}
.header.menu-opened ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.27s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.34s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.41s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.48s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.55s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.62s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.69s;
}
.header.menu-opened .icon.icon-bag {
  transform: translateX(75px);
  transition-delay: 0.3s;
}

.ncp-reg {
  background: #2d7deb;
  padding: 64px 0;
}
@media (max-width: 575px) {
  .ncp-reg {
    padding: 48px 0;
  }
}
.ncp-reg .reg-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 575px) {
  .ncp-reg .reg-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.ncp-reg .reg-wrap .reg-text {
  max-width: 760px;
}
@media (max-width: 575px) {
  .ncp-reg .reg-wrap .reg-text {
    max-width: 100%;
  }
}
.ncp-reg .reg-wrap .reg-text .reg-title {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
}
@media (max-width: 575px) {
  .ncp-reg .reg-wrap .reg-text .reg-title {
    font-size: 28px;
  }
}
.ncp-reg .reg-wrap .reg-text .reg-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 575px) {
  .ncp-reg .reg-wrap .reg-text .reg-desc {
    font-size: 13.5px;
  }
}
.ncp-reg .reg-wrap .reg-text .reg-desc br {
  content: "";
}
.ncp-reg .reg-wrap .reg-btn-box {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .ncp-reg .reg-wrap .reg-btn-box {
    width: 100%;
    margin-top: 12px;
  }
}
.ncp-reg .reg-wrap .reg-btn-box .reg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 9999px;
  background: #eaf2ff;
  color: #0e2f5a;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(10, 18, 31, 0.04), 0 2px 8px rgba(10, 18, 31, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}
.ncp-reg .reg-wrap .reg-btn-box .reg-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(10, 18, 31, 0.12);
}
.ncp-reg .reg-wrap .reg-btn-box .reg-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(10, 18, 31, 0.1);
}
.ncp-reg .reg-wrap .reg-btn-box .reg-btn:focus-visible {
  outline: 2px solid #bcd6ff;
  outline-offset: 2px;
}
@media (max-width: 575px) {
  .ncp-reg .reg-wrap .reg-btn-box .reg-btn {
    width: auto;
    padding: 12px 20px;
    font-size: 15px;
  }
}

.ncp-who {
  position: relative;
}
.ncp-who .who-bg {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ncp-who .who-bg.contact-header {
  background-image: url(../images/headers/contact-header.png);
}
.ncp-who .who-bg.insights-header {
  background-image: url(../images/headers/insights-header.png);
}
.ncp-who .who-bg.team-header {
  background-image: url(../images/headers/team-header.png);
}
.ncp-who .who-bg.sectors-header {
  background-image: url(../images/headers/sectors-header.png);
}
.ncp-who .who-bg.strategy-header {
  background-image: url(../images/headers/strategy-header.png);
}
.ncp-who .who-bg.about-header {
  background-image: url(../images/headers/who-header.png);
}
.ncp-who .who-bg.track-header {
  background-image: url(../images/headers/track-header.png);
}
@media (max-width: 575px) {
  .ncp-who .who-bg {
    min-height: 180px;
  }
}
.ncp-who .who-bg .who-content {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
  padding: 164px 0;
  padding-top: 170px;
}
@media (max-width: 575px) {
  .ncp-who .who-bg .who-content {
    padding: 28px 18px 36px;
  }
}
.ncp-who .who-bg .who-content .who-title {
  margin: 0 0 14px;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  /* small underline accent */
}
.ncp-who .who-bg .who-content .who-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
}
@media (max-width: 575px) {
  .ncp-who .who-bg .who-content .who-title {
    font-size: 32px;
  }
  .ncp-who .who-bg .who-content .who-title::after {
    width: 54px;
    height: 3px;
    margin-top: 10px;
  }
}
.ncp-who .who-bg .who-content .who-desc {
  margin: 0;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}
@media (max-width: 575px) {
  .ncp-who .who-bg .who-content .who-desc {
    font-size: 15px;
    max-width: 100%;
  }
}

.ncp-ft {
  background: #0f1b2a;
  color: rgba(255, 255, 255, 0.7);
  padding: 48px 0 24px;
}
@media (max-width: 575px) {
  .ncp-ft {
    padding: 36px 0 20px;
  }
}
.ncp-ft .ft-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1.2fr 1.2fr;
  gap: 48px;
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0 18px;
  }
}
.ncp-ft .ft-grid .ft-brand .ft-logo {
  display: block;
  width: 180px;
  height: auto;
  margin-bottom: 14px;
  filter: brightness(0) invert(1) opacity(0.95);
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-brand .ft-logo {
    width: 160px;
  }
}
.ncp-ft .ft-grid .ft-brand .ft-h2 {
  margin: 0 0 12px;
  font-size: 0; /* purely decorative, hidden */
  line-height: 1;
  color: #fff;
}
.ncp-ft .ft-grid .ft-brand .ft-blurb {
  margin: 0;
  max-width: 280px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-brand .ft-blurb {
    max-width: 100%;
    font-size: 14px;
  }
}
.ncp-ft .ft-grid .ft-links .ft-h3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-links .ft-h3 {
    margin-bottom: 10px;
  }
}
.ncp-ft .ft-grid .ft-links .ft-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-links .ft-list {
    gap: 8px;
  }
}
.ncp-ft .ft-grid .ft-links .ft-list .ft-item .ft-link {
  display: inline-block;
  padding: 6px 0;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  transition: color 0.15s ease, transform 0.15s ease;
}
.ncp-ft .ft-grid .ft-links .ft-list .ft-item .ft-link:hover {
  color: #d4e1ff;
  transform: translateX(2px);
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-links .ft-list .ft-item .ft-link {
    font-size: 15px;
  }
}
.ncp-ft .ft-grid .ft-ctc .ft-h3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.ncp-ft .ft-grid .ft-ctc .ft-row {
  margin: 0 0 10px;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-ctc .ft-row {
    font-size: 14px;
  }
}
.ncp-ft .ft-grid .ft-ctc .ft-row .ft-ic {
  width: 18px;
  height: 18px;
  opacity: 0.85;
  filter: brightness(0) invert(1);
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-ctc .ft-row .ft-ic {
    width: 17px;
    height: 17px;
  }
}
.ncp-ft .ft-grid .ft-ctc .ft-row .ft-tel {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.15s ease;
}
.ncp-ft .ft-grid .ft-ctc .ft-row .ft-tel:hover {
  color: #d4e1ff;
}
.ncp-ft .ft-grid .ft-ctc .ft-addr {
  font-style: normal;
  margin-top: 8px;
}
.ncp-ft .ft-grid .ft-ctc .ft-addr .ft-row {
  margin: 0;
  grid-template-columns: 20px 1fr;
}
.ncp-ft .ft-grid .ft-ctc .ft-addr .ft-row span {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
}
.ncp-ft .ft-grid .ft-mail .ft-h3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.ncp-ft .ft-grid .ft-mail .ft-mail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-mail .ft-mail-list {
    gap: 10px;
  }
}
.ncp-ft .ft-grid .ft-mail .ft-mail-list .ft-mail-item {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
}
.ncp-ft .ft-grid .ft-mail .ft-mail-list .ft-mail-item .ft-ic {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-mail .ft-mail-list .ft-mail-item .ft-ic {
    width: 17px;
    height: 17px;
  }
}
.ncp-ft .ft-grid .ft-mail .ft-mail-list .ft-mail-item .ft-email {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.15s ease;
}
.ncp-ft .ft-grid .ft-mail .ft-mail-list .ft-mail-item .ft-email:hover {
  color: #d4e1ff;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-mail .ft-mail-list .ft-mail-item .ft-email {
    font-size: 14px;
    word-break: break-all;
  }
}
.ncp-ft .ft-hr {
  max-width: 1200px;
  margin: 28px auto 18px;
  border: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.04));
}
@media (max-width: 575px) {
  .ncp-ft .ft-hr {
    margin: 24px auto 14px;
  }
}
.ncp-ft .ft-copy {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: left;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
}
@media (max-width: 575px) {
  .ncp-ft .ft-copy {
    padding: 0 18px;
    text-align: left;
    font-size: 13px;
  }
}