.nkn-v3-subpage {
  background: #f7f6f1;
  color: #07162c;
}

.nkn-v3-subpage :where(p, h1, h2, h3, h4, dd, th, td) {
  line-break: strict;
  overflow-wrap: normal;
  text-wrap: pretty;
  word-break: auto-phrase;
}

.nkn-v3-subpage .nkn-v3-header {
  position: sticky;
}

.nkn-v3-subpage .nkn-v3-sub-hero {
  color: #fff;
  background:
    radial-gradient(circle at 82% 32%, rgba(92, 204, 239, 0.42), transparent 34%),
    linear-gradient(122deg, #0c3978 0%, #176bb2 58%, #61c9e5 100%);
}

.nkn-v3-subpage .nkn-v3-sub-hero .ark-block-section__bodyInner {
  position: relative;
  overflow: hidden;
}

.nkn-v3-subpage .nkn-v3-sub-hero .ark-block-section__bodyInner::after {
  position: absolute;
  top: 7%;
  right: -8%;
  width: min(44vw, 38rem);
  aspect-ratio: 1;
  border: 1px solid rgba(189, 241, 255, 0.28);
  border-radius: 50%;
  box-shadow:
    0 0 0 4rem rgba(189, 241, 255, 0.05),
    0 0 0 8rem rgba(189, 241, 255, 0.04);
  content: "";
  pointer-events: none;
}

.nkn-v3-subpage .nkn-v3-sub-hero .ark-block-container__inner {
  display: grid;
  min-height: clamp(23rem, 39vw, 35rem);
  align-content: space-between;
  padding-block: clamp(2rem, 5vw, 4.5rem) clamp(4rem, 9vw, 7.5rem);
}

.nkn-v3-breadcrumb {
  position: relative;
  z-index: 1;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
}

.nkn-v3-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nkn-v3-breadcrumb li:not(:last-child)::after {
  margin-left: 0.6rem;
  color: rgba(255, 255, 255, 0.55);
  content: "/";
}

.nkn-v3-breadcrumb a {
  color: inherit;
}

.nkn-v3-sub-hero-copy {
  position: relative;
  z-index: 1;
  width: min(50rem, 100%);
}

.nkn-v3-subpage .nkn-v3-sub-hero-copy .nkn-v3-section-label {
  color: #bdeeff;
}

.nkn-v3-sub-hero-copy h1 {
  margin: clamp(1rem, 2vw, 1.8rem) 0 0;
  font-family: var(--font-serif);
  font-size: clamp(3.4rem, 8.4vw, 7.6rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.92;
}

.nkn-v3-sub-hero-ja {
  margin: 0.9rem 0 0;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  letter-spacing: 0.18em;
}

.nkn-v3-sub-hero-lead {
  max-width: 43rem;
  margin: clamp(1.5rem, 3vw, 2.6rem) 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.86rem, 1.15vw, 1rem);
  line-height: 2;
}

.nkn-v3-local-nav {
  border-bottom: 1px solid rgba(11, 74, 129, 0.16);
  background: #fff;
}

.nkn-v3-local-nav .ark-block-container__inner {
  padding-block: 1.1rem;
}

.nkn-v3-local-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nkn-v3-local-nav a {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0.7rem 0.9rem;
  color: #0b4d84;
  border: 1px solid rgba(11, 77, 132, 0.2);
  font-size: 0.78rem;
}

.nkn-v3-local-nav small {
  color: #49a9ce;
  font-family: var(--font-sans);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
}

.nkn-v3-sub-section {
  background: #f7f6f1;
}

.nkn-v3-sub-section--pale {
  background: #eaf6fa;
}

.nkn-v3-sub-section--blue {
  color: #fff;
  background:
    radial-gradient(circle at 100% 25%, rgba(74, 202, 235, 0.28), transparent 38%),
    linear-gradient(112deg, #0c3977, #1466a9 68%, #1e89c4);
}

.nkn-v3-sub-section .ark-block-section__bodyInner {
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.nkn-v3-sub-section-heading {
  display: grid;
  grid-template-columns: minmax(11rem, 0.6fr) minmax(18rem, 1.15fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: start;
  margin-bottom: clamp(2.8rem, 6vw, 5rem);
}

.nkn-v3-sub-section-heading .nkn-v3-section-label {
  grid-column: 1;
}

.nkn-v3-sub-section-heading h2 {
  grid-column: 2;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 4.25rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.3;
}

.nkn-v3-sub-section-lead {
  grid-column: 2;
  max-width: 48rem;
  margin-top: -2rem;
  color: #5a6675;
  font-size: 0.95rem;
  line-height: 2;
}

.nkn-v3-sub-section--blue .nkn-v3-section-label,
.nkn-v3-sub-section--blue .nkn-v3-sub-section-lead {
  color: #b9efff;
}

.nkn-v3-sub-section--blue .nkn-v3-sub-section-lead {
  color: rgba(255, 255, 255, 0.75);
}

.nkn-v3-copy-grid,
.nkn-v3-feature-grid,
.nkn-v3-card-grid,
.nkn-v3-product-grid,
.nkn-v3-work-grid,
.nkn-v3-library-grid {
  display: grid;
  gap: clamp(1rem, 2.4vw, 2rem);
}

.nkn-v3-copy-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nkn-v3-copy-grid--single {
  grid-template-columns: minmax(0, 1fr);
  width: min(100%, 64rem);
}

.nkn-v3-copy-grid--aligned {
  align-items: start;
  grid-auto-rows: 1fr;
}

.nkn-v3-copy-grid--aligned > *,
.nkn-v3-copy-grid--aligned > .wp-block-group__inner-container > * {
  align-self: stretch;
  height: 100%;
  margin: 0 !important;
  margin-block: 0 !important;
}

.nkn-v3-copy-grid--stacked {
  grid-template-columns: 1fr;
  gap: 1rem;
  width: min(61.75%, 48rem);
  margin-left: auto;
}

.nkn-v3-copy-grid--stacked > *,
.nkn-v3-copy-grid--stacked > .wp-block-group__inner-container > * {
  height: auto;
  margin: 0 !important;
  margin-block: 0 !important;
}

#overview .nkn-v3-sub-section-heading {
  margin-bottom: clamp(1.6rem, 3vw, 2.5rem);
}

#capability-title {
  font-size: clamp(1.65rem, 3.6vw, 3.75rem);
}

.nkn-v3-heading-nowrap {
  white-space: nowrap;
}

.nkn-v3-copy-grid--right {
  grid-template-columns: 1fr;
  gap: 1rem;
  width: min(72%, 56rem);
  margin-left: auto;
}

.nkn-v3-copy-grid p {
  margin: 0;
  color: #4e5f72;
  line-height: 2.1;
  line-break: strict;
  overflow-wrap: normal;
  text-wrap: pretty;
}

.nkn-v3-sub-section--blue .nkn-v3-copy-grid p {
  color: rgba(255, 255, 255, 0.78);
}

.nkn-v3-card-grid,
.nkn-v3-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nkn-v3-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nkn-v3-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nkn-v3-card-grid > *,
.nkn-v3-feature-grid > *,
.nkn-v3-product-grid > *,
.nkn-v3-work-grid > *,
.nkn-v3-library-grid > * {
  box-sizing: border-box;
  align-self: stretch;
  height: 100%;
  margin: 0 !important;
}

.nkn-v3-subpage .nkn-v3-card-grid > *,
.nkn-v3-subpage .nkn-v3-feature-grid > *,
.nkn-v3-subpage .nkn-v3-product-grid > *,
.nkn-v3-subpage .nkn-v3-work-grid > *,
.nkn-v3-subpage .nkn-v3-library-grid > * {
  margin: 0 !important;
}

.nkn-v3-card-grid > .wp-block-group__inner-container > *,
.nkn-v3-feature-grid > .wp-block-group__inner-container > *,
.nkn-v3-product-grid > .wp-block-group__inner-container > *,
.nkn-v3-work-grid > .wp-block-group__inner-container > *,
.nkn-v3-library-grid > .wp-block-group__inner-container > * {
  box-sizing: border-box;
  align-self: stretch;
  height: 100%;
  margin: 0 !important;
  margin-block: 0 !important;
}

body.nkn-v3-active
  .nkn-v3-card-grid
  > .wp-block-group__inner-container
  > :not(:first-child),
body.nkn-v3-active
  .nkn-v3-feature-grid
  > .wp-block-group__inner-container
  > :not(:first-child),
body.nkn-v3-active
  .nkn-v3-product-grid
  > .wp-block-group__inner-container
  > :not(:first-child),
body.nkn-v3-active
  .nkn-v3-work-grid
  > .wp-block-group__inner-container
  > :not(:first-child),
body.nkn-v3-active
  .nkn-v3-library-grid
  > .wp-block-group__inner-container
  > :not(:first-child) {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

.nkn-v3-info-card,
.nkn-v3-index-card,
.nkn-v3-library-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.35rem, 2.4vw, 2.1rem);
  border: 1px solid rgba(37, 117, 163, 0.25);
  background: rgba(255, 255, 255, 0.68);
}

.nkn-v3-sub-section--blue .nkn-v3-info-card,
.nkn-v3-sub-section--blue .nkn-v3-index-card {
  border-color: rgba(177, 236, 255, 0.34);
  background: rgba(7, 42, 91, 0.26);
}

.nkn-v3-card-index,
.nkn-v3-card-kicker {
  margin: 0 0 1.3rem;
  color: #278bb6;
  font-family: var(--font-sans);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nkn-v3-sub-section--blue .nkn-v3-card-index,
.nkn-v3-sub-section--blue .nkn-v3-card-kicker {
  color: #92e6ff;
}

.nkn-v3-info-card h3,
.nkn-v3-index-card h3,
.nkn-v3-library-card h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 400;
  line-height: 1.55;
}

.nkn-v3-info-card p,
.nkn-v3-index-card p,
.nkn-v3-library-card p {
  margin: 1.15rem 0 0;
  color: #596a7b;
  font-size: 0.86rem;
  line-height: 1.9;
}

.nkn-v3-info-card ol {
  padding-left: 1.25rem;
  margin: 1.2rem 0 0;
  color: #596a7b;
  font-size: 0.82rem;
  line-height: 1.85;
}

.nkn-v3-sub-section--blue .nkn-v3-info-card p,
.nkn-v3-sub-section--blue .nkn-v3-index-card p {
  color: rgba(255, 255, 255, 0.72);
}

.nkn-v3-sub-section--blue .nkn-v3-info-card ol {
  color: rgba(255, 255, 255, 0.72);
}

.nkn-v3-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0;
  margin: 1.4rem 0 0;
  list-style: none;
}

.nkn-v3-chip-list li {
  padding: 0.45rem 0.65rem;
  color: #0b5f96;
  border: 1px solid rgba(39, 139, 182, 0.3);
  font-size: 0.7rem;
}

.nkn-v3-sub-section--blue .nkn-v3-chip-list li {
  color: #b9efff;
  border-color: rgba(185, 239, 255, 0.32);
}

.nkn-v3-sub-section--blue .nkn-v3-product-card .nkn-v3-chip-list li {
  color: #084f7c;
  border-color: rgba(8, 79, 124, 0.28);
  background: #e8f7fb;
  font-weight: 700;
}

.nkn-v3-index-list,
.nkn-v3-timeline,
.nkn-v3-news-archive,
.nkn-v3-facts,
.nkn-v3-policy-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nkn-v3-index-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(34, 113, 158, 0.25);
}

.nkn-v3-index-list li {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(34, 113, 158, 0.25);
}

.nkn-v3-index-list li:nth-child(odd) {
  padding-right: clamp(1rem, 3vw, 2.5rem);
}

.nkn-v3-index-list li:nth-child(even) {
  padding-left: clamp(1rem, 3vw, 2.5rem);
  border-left: 1px solid rgba(34, 113, 158, 0.25);
}

.nkn-v3-index-list li span {
  color: #2c97c0;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.nkn-v3-index-list h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 400;
}

.nkn-v3-index-list p {
  margin: 0.65rem 0 0;
  color: #607080;
  font-size: 0.82rem;
  line-height: 1.8;
}

.nkn-v3-sub-section--blue .nkn-v3-index-list,
.nkn-v3-sub-section--blue .nkn-v3-index-list li {
  border-color: rgba(185, 239, 255, 0.24);
}

.nkn-v3-sub-section--blue .nkn-v3-index-list h3 {
  color: #fff;
}

.nkn-v3-sub-section--blue .nkn-v3-index-list p {
  color: rgba(255, 255, 255, 0.7);
}

.nkn-v3-media-split .ark-block-columns__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.nkn-v3-media-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(64, 165, 205, 0.45);
  background: #092e61;
}

.nkn-v3-media-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: contain;
}

.nkn-v3-media-copy h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  font-weight: 400;
  line-height: 1.4;
}

.nkn-v3-media-copy p {
  margin: 1.4rem 0 0;
  color: #59697a;
  line-height: 2;
}

.nkn-v3-sub-section--blue .nkn-v3-media-copy p {
  color: rgba(255, 255, 255, 0.75);
}

.nkn-v3-table-wrap {
  overflow-x: auto;
  border-top: 1px solid rgba(39, 125, 168, 0.32);
}

.nkn-v3-table {
  width: 100%;
  min-width: 42rem;
  border-collapse: collapse;
}

.nkn-v3-table th,
.nkn-v3-table td {
  padding: 1.05rem;
  border-bottom: 1px solid rgba(39, 125, 168, 0.22);
  line-break: strict;
  overflow-wrap: normal;
  text-align: left;
  text-wrap: pretty;
  vertical-align: top;
}

.nkn-v3-table th {
  width: 22%;
  color: #fff;
  background: #0b5f96;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.nkn-v3-table td {
  color: #24384b;
  background: rgba(255, 255, 255, 0.48);
}

.nkn-v3-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.72);
}

.nkn-v3-definition-list {
  margin: 0;
  border-top: 1px solid rgba(39, 125, 168, 0.3);
}

.nkn-v3-definition-list div {
  display: grid;
  grid-template-columns: minmax(8rem, 0.32fr) 1fr;
  gap: 1.5rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(39, 125, 168, 0.23);
}

.nkn-v3-definition-list dt {
  color: #0f6799;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nkn-v3-definition-list dd {
  margin: 0;
  color: #435466;
  line-height: 1.85;
}

.nkn-v3-timeline li {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 1.5rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(39, 125, 168, 0.22);
}

.nkn-v3-timeline time {
  color: #1981af;
  font-family: var(--font-serif);
  font-size: 1.35rem;
}

.nkn-v3-map {
  width: 100%;
  min-height: 28rem;
  border: 1px solid rgba(39, 125, 168, 0.25);
}

.nkn-v3-policy-list {
  counter-reset: policy;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(185, 239, 255, 0.28);
}

.nkn-v3-policy-list li {
  counter-increment: policy;
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1.3rem;
  border-right: 1px solid rgba(185, 239, 255, 0.22);
  border-bottom: 1px solid rgba(185, 239, 255, 0.22);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

.nkn-v3-policy-list li::before {
  color: #7ee4ff;
  content: counter(policy, decimal-leading-zero);
  font-family: var(--font-sans);
  font-size: 0.72rem;
}

.nkn-v3-product-grid,
.nkn-v3-library-grid,
.nkn-v3-work-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nkn-v3-product-card,
.nkn-v3-work-card {
  overflow: hidden;
  border: 1px solid rgba(37, 117, 163, 0.24);
  background: #fff;
}

.nkn-v3-product-card figure,
.nkn-v3-work-card figure {
  margin: 0;
  background: #092e61;
}

.nkn-v3-product-card img,
.nkn-v3-work-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: contain;
}

.nkn-v3-product-card-copy,
.nkn-v3-work-card-copy {
  padding: clamp(1.2rem, 2.3vw, 2rem);
}

.nkn-v3-product-card h3,
.nkn-v3-work-card h3 {
  margin: 0.5rem 0 0;
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 400;
}

.nkn-v3-product-card p,
.nkn-v3-work-card p {
  margin: 0.9rem 0 0;
  color: #5e6d7c;
  font-size: 0.84rem;
  line-height: 1.85;
}

.nkn-v3-card-link {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  margin-top: 1.35rem;
  color: #0c79a7;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nkn-v3-news-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 2rem;
}

.nkn-v3-news-filters button {
  appearance: none;
  padding: 0.65rem 0.9rem;
  color: #0c6797;
  border: 1px solid rgba(37, 117, 163, 0.25);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
}

.nkn-v3-news-filters button[aria-pressed="true"] {
  color: #fff;
  background: #0c6797;
}

.nkn-v3-news-archive-list {
  margin-top: clamp(2rem, 4vw, 3rem);
}

.nkn-v3-news-archive-list .p-postList__item[hidden] {
  display: none !important;
}

.nkn-v3-news-archive {
  border-top: 1px solid rgba(37, 117, 163, 0.3);
}

.nkn-v3-news-archive a {
  display: grid;
  grid-template-columns: 7.5rem 7.5rem 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.45rem 0;
  border-bottom: 1px solid rgba(37, 117, 163, 0.22);
}

.nkn-v3-news-archive time,
.nkn-v3-news-archive small {
  color: #5f7889;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.nkn-v3-news-archive h3 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.7;
}

.nkn-v3-news-archive i {
  color: #1a94bc;
  font-style: normal;
}

.nkn-v3-article {
  width: min(52rem, 100%);
  margin-inline: auto;
}

.nkn-v3-article-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: #227fa6;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.nkn-v3-article h2 {
  margin: 1.5rem 0 0;
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 4.4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.45;
}

.nkn-v3-article-body {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  color: #485a6c;
  line-height: 2.05;
}

.nkn-v3-article-body h3 {
  margin: 2.4rem 0 1rem;
  color: #092e61;
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 400;
}

.nkn-v3-article-body ul {
  padding-left: 1.25rem;
}

.nkn-v3-resource-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}

.nkn-v3-resource-list a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  color: #0c6797;
  border: 1px solid rgba(37, 117, 163, 0.28);
}

.nkn-v3-form {
  display: grid;
  gap: 1.1rem;
}

.nkn-v3-form-row {
  display: grid;
  grid-template-columns: minmax(10rem, 0.34fr) 1fr;
  gap: 1.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(37, 117, 163, 0.2);
}

.nkn-v3-form-label {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding-top: 0.8rem;
  font-weight: 700;
}

.nkn-v3-required {
  padding: 0.2rem 0.4rem;
  color: #fff;
  background: #0e77a6;
  font-size: 0.58rem;
}

.nkn-v3-form-control {
  width: 100%;
  padding: 0.85rem 1rem;
  color: #07162c;
  border: 1px solid rgba(24, 106, 153, 0.3);
  border-radius: 0;
  background: #fff;
  font: inherit;
}

textarea.nkn-v3-form-control {
  min-height: 11rem;
  resize: vertical;
}

.nkn-v3-form-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  padding-top: 0.75rem;
}

.nkn-v3-form-note {
  color: #647382;
  font-size: 0.78rem;
  line-height: 1.75;
}

.nkn-v3-form-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
}

.nkn-v3-related-links {
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  margin-top: clamp(1.8rem, 3vw, 2.5rem);
}

.nkn-v3-related-links > .nkn-v3-card-link,
.nkn-v3-related-links > .wp-block-group__inner-container > .nkn-v3-card-link {
  align-items: center;
  min-height: 2rem;
  margin: 0 !important;
  margin-block: 0 !important;
  line-height: 1.5;
}

.nkn-v3-form-button {
  min-width: min(100%, 20rem);
  padding: 1rem 1.4rem;
  color: #fff;
  border: 1px solid #0d79a8;
  background: #0d79a8;
  font: inherit;
  cursor: pointer;
}

.nkn-v3-form-button--secondary {
  color: #0d79a8;
  background: transparent;
}

.nkn-v3-form-status {
  padding: 1rem 1.2rem;
  color: #6b5226;
  border: 1px solid rgba(159, 111, 30, 0.28);
  background: #fff8e8;
  font-size: 0.82rem;
  line-height: 1.7;
}

.nkn-v3-privacy {
  padding: clamp(1.2rem, 2.5vw, 2rem);
  border: 1px solid rgba(37, 117, 163, 0.25);
  background: #fff;
}

.nkn-v3-privacy summary {
  color: #0c6797;
  cursor: pointer;
  font-weight: 700;
}

.nkn-v3-privacy-body {
  margin-top: 1.3rem;
  color: #566779;
  font-size: 0.85rem;
  line-height: 1.9;
}

@media (max-width: 1024px) {
  .nkn-v3-sub-section-heading {
    grid-template-columns: 1fr;
  }

  .nkn-v3-sub-section-heading .nkn-v3-section-label,
  .nkn-v3-sub-section-heading h2,
  .nkn-v3-sub-section-lead {
    grid-column: 1;
  }

  .nkn-v3-sub-section-lead {
    margin-top: -1.25rem;
  }

  .nkn-v3-card-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nkn-v3-copy-grid--right {
    width: 100%;
  }

  .nkn-v3-copy-grid--stacked {
    width: 100%;
  }

  .nkn-v3-media-split .ark-block-columns__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .nkn-v3-subpage .nkn-v3-sub-hero .ark-block-container__inner {
    min-height: 27rem;
  }

  .nkn-v3-card-grid,
  .nkn-v3-feature-grid,
  .nkn-v3-product-grid,
  .nkn-v3-work-grid,
  .nkn-v3-library-grid,
  .nkn-v3-copy-grid,
  .nkn-v3-policy-list {
    grid-template-columns: 1fr;
  }

  .nkn-v3-index-list {
    grid-template-columns: 1fr;
  }

  .nkn-v3-index-list li:nth-child(odd),
  .nkn-v3-index-list li:nth-child(even) {
    padding-inline: 0;
    border-left: 0;
  }

  .nkn-v3-news-archive a {
    grid-template-columns: 1fr auto;
  }

  .nkn-v3-news-archive h3 {
    grid-column: 1 / -1;
  }

  .nkn-v3-form-row {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .nkn-v3-definition-list div {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

@media (max-width: 520px) {
  .nkn-v3-subpage .nkn-v3-sub-hero .ark-block-container__inner {
    min-height: 24rem;
    padding-block: 1.5rem 3.7rem;
  }

  .nkn-v3-subpage .nkn-v3-sub-hero .ark-block-section__bodyInner::after {
    top: 36%;
    right: -35%;
    width: 28rem;
  }

  .nkn-v3-sub-hero-copy h1 {
    font-size: clamp(3.1rem, 17vw, 4.8rem);
  }

  .nkn-v3-local-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nkn-v3-local-nav a {
    height: 100%;
  }

  .nkn-v3-card-grid--four {
    grid-template-columns: 1fr;
  }

  .nkn-v3-index-list li {
    grid-template-columns: 2.8rem 1fr;
  }

  .nkn-v3-timeline li {
    grid-template-columns: 4.5rem 1fr;
    gap: 0.8rem;
  }

  .nkn-v3-map {
    min-height: 22rem;
  }

  .nkn-v3-form-actions {
    align-items: stretch;
    flex-direction: column;
  }
}
