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%;
}

.experience {
  padding: 72px 0;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: start;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .experience {
    padding: 44px 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.experience .exp-header {
  max-width: 640px;
}
@media (max-width: 575px) {
  .experience .exp-header {
    max-width: 100%;
  }
}
.experience .exp-header .exp-title {
  margin: 0 0 18px;
  font-size: 72px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: #0b1220;
  position: relative;
  /* underline accent */
}
@media (max-width: 575px) {
  .experience .exp-header .exp-title {
    font-size: 40px;
    margin-bottom: 14px;
  }
}
@media (max-width: 575px) {
  .experience .exp-header .exp-title br {
    display: none;
  }
}
.experience .exp-header .exp-title::after {
  content: "";
  display: block;
  width: 92px;
  height: 4px;
  background: #2d7deb;
  border-radius: 2px;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .experience .exp-header .exp-title::after {
    width: 68px;
    height: 3px;
    margin-top: 10px;
  }
}
.experience .exp-header .exp-desc {
  margin: 0;
  font-size: 20px;
  line-height: 1.8;
  color: #5a6678;
}
@media (max-width: 575px) {
  .experience .exp-header .exp-desc {
    font-size: 16px;
    line-height: 1.7;
  }
}
.experience .exp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media (max-width: 575px) {
  .experience .exp-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.experience .exp-grid .exp-card {
  background: #fff;
  border: 1px solid #e8eef7;
  border-radius: 18px;
  padding: 34px 28px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  /* notched corners vibe */
}
@media (max-width: 575px) {
  .experience .exp-grid .exp-card {
    padding: 24px 20px;
  }
}
.experience .exp-grid .exp-card::before, .experience .exp-grid .exp-card::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  border: 1px solid #e8eef7;
  border-radius: 16px;
  transform: rotate(45deg);
  opacity: 0.6;
  pointer-events: none;
}
.experience .exp-grid .exp-card::before {
  top: -46px;
  right: -46px;
}
.experience .exp-grid .exp-card::after {
  bottom: -46px;
  left: -46px;
}
.experience .exp-grid .exp-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.experience .exp-grid .exp-card .exp-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #e6f0ff;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(45, 125, 235, 0.08);
}
@media (max-width: 575px) {
  .experience .exp-grid .exp-card .exp-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }
}
.experience .exp-grid .exp-card .exp-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}
@media (max-width: 575px) {
  .experience .exp-grid .exp-card .exp-icon img {
    width: 22px;
    height: 22px;
  }
}
.experience .exp-grid .exp-card .exp-value {
  margin: 0 0 8px;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 800;
  color: #0b1220;
  letter-spacing: -0.01em;
}
@media (max-width: 575px) {
  .experience .exp-grid .exp-card .exp-value {
    font-size: 32px;
    margin-bottom: 6px;
  }
}
.experience .exp-grid .exp-card .exp-label {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #6a778c;
}
@media (max-width: 575px) {
  .experience .exp-grid .exp-card .exp-label {
    font-size: 14px;
  }
}

.leadership-team {
  background: #0f1b2a;
  padding: 72px 0;
}
@media (max-width: 575px) {
  .leadership-team {
    padding: 44px 0;
  }
}
.leadership-team .team-header {
  max-width: 1200px;
  margin: 0 auto 28px;
  padding: 0 24px;
  text-align: center;
}
@media (max-width: 575px) {
  .leadership-team .team-header {
    margin-bottom: 18px;
    padding: 0 18px;
  }
}
.leadership-team .team-header .team-title {
  margin: 0;
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  color: #e9f1ff;
  letter-spacing: -0.01em;
  position: relative;
  display: inline-block;
}
@media (max-width: 575px) {
  .leadership-team .team-header .team-title {
    font-size: 34px;
  }
}
.leadership-team .team-header .team-title::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background: #2d7deb;
  border-radius: 2px;
  margin: 14px auto 0;
}
@media (max-width: 575px) {
  .leadership-team .team-header .team-title::after {
    width: 80px;
    height: 3px;
    margin-top: 10px;
  }
}
.leadership-team .team-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 575px) {
  .leadership-team .team-grid {
    grid-template-columns: 1fr;
    padding: 0 18px;
    gap: 16px;
  }
}
.leadership-team .team-grid .team-card {
  background: #152238;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 22px 22px 20px;
  color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 24px rgba(8, 12, 20, 0.35);
  position: relative;
}
@media (max-width: 575px) {
  .leadership-team .team-grid .team-card {
    padding: 18px;
  }
}
.leadership-team .team-grid .team-card .team-profile {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}
@media (max-width: 575px) {
  .leadership-team .team-grid .team-card .team-profile {
    grid-template-columns: 56px 1fr;
    gap: 12px;
  }
}
.leadership-team .team-grid .team-card .team-profile .team-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #2d7deb;
  box-shadow: 0 0 0 6px rgba(45, 125, 235, 0.18);
}
@media (max-width: 575px) {
  .leadership-team .team-grid .team-card .team-profile .team-photo {
    width: 56px;
    height: 56px;
    box-shadow: 0 0 0 5px rgba(45, 125, 235, 0.18);
  }
}
.leadership-team .team-grid .team-card .team-profile .team-info .team-name {
  margin: 0 0 2px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
}
@media (max-width: 575px) {
  .leadership-team .team-grid .team-card .team-profile .team-info .team-name {
    font-size: 20px;
  }
}
.leadership-team .team-grid .team-card .team-profile .team-info .team-role {
  margin: 0 0 4px;
  font-size: 15px;
  color: #b7c4d8;
}
@media (max-width: 575px) {
  .leadership-team .team-grid .team-card .team-profile .team-info .team-role {
    font-size: 14px;
  }
}
.leadership-team .team-grid .team-card .team-profile .team-info .team-edu {
  display: inline-block;
  font-size: 14px;
  color: #7fb0ff;
  text-decoration: none;
}
@media (max-width: 575px) {
  .leadership-team .team-grid .team-card .team-profile .team-info .team-edu {
    font-size: 13px;
  }
}
.leadership-team .team-grid .team-card .team-profile .team-info .team-edu:hover {
  text-decoration: underline;
}
.leadership-team .team-grid .team-card .team-details {
  margin: 0 0 16px;
  padding: 0 0 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  list-style: disc;
  color: #c9d5e6;
}
@media (max-width: 575px) {
  .leadership-team .team-grid .team-card .team-details {
    padding: 0 0 14px 16px;
    margin-bottom: 14px;
    font-size: 14px;
  }
}
.leadership-team .team-grid .team-card .team-details li {
  margin: 0;
  line-height: 1.8;
}
@media (max-width: 575px) {
  .leadership-team .team-grid .team-card .team-details li {
    line-height: 1.7;
  }
}
.leadership-team .team-grid .team-card .team-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
@media (max-width: 575px) {
  .leadership-team .team-grid .team-card .team-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
.leadership-team .team-grid .team-card .team-logos img {
  width: 100%;
  height: 38px;
  object-fit: contain;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  padding: 8px 10px;
  filter: grayscale(1) brightness(1.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.15s ease, filter 0.15s ease;
}
@media (max-width: 575px) {
  .leadership-team .team-grid .team-card .team-logos img {
    height: 34px;
    padding: 6px 8px;
  }
}
.leadership-team .team-grid .team-card .team-logos img:hover {
  transform: translateY(-2px);
  filter: grayscale(0) brightness(1.15);
}
.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;
  }
}