.elementor-9109 .elementor-element.elementor-element-5aa9057d{--display:flex;}.elementor-9109 .elementor-element.elementor-element-c760fc9{--display:flex;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS */<style>
  .nsdg,
  .nsdg * {
    box-sizing: border-box;
  }

  .nsdg {
    --navy: #12243a;
    --navy-2: #1b3657;
    --ink: #182536;
    --muted: #526174;
    --cream: #f7f1e8;
    --sand: #eadcc9;
    --white: #ffffff;
    --terracotta: #b4543c;
    --terracotta-dark: #843724;
    --blue: #dce9f5;
    --blue-dark: #274f73;
    --gold: #dda84a;
    --border: rgba(18, 36, 58, 0.16);
    position: relative;
    width: 100%;
    padding: clamp(56px, 7vw, 96px) 22px;
    overflow: hidden;
    background: var(--white);
    color: var(--ink);
    font-family: inherit;
    font-size: 17px;
    line-height: 1.75;
  }

  .nsdg__container {
    position: relative;
    z-index: 2;
    width: min(1120px, 100%);
    margin: 0 auto;
  }

  .nsdg__narrow {
    width: min(820px, 100%);
    margin-inline: auto;
  }

  .nsdg h1,
  .nsdg h2,
  .nsdg h3,
  .nsdg h4,
  .nsdg p,
  .nsdg ul,
  .nsdg ol,
  .nsdg blockquote {
    margin-top: 0;
  }

  .nsdg h1,
  .nsdg h2,
  .nsdg h3,
  .nsdg h4 {
    color: inherit !important;
    font-family: inherit;
    font-style: normal;
    letter-spacing: -0.025em;
    text-transform: none;
  }

  .nsdg h1 {
    max-width: 980px;
    margin-bottom: 24px;
    font-size: clamp(42px, 6.2vw, 78px);
    font-weight: 900 !important;
    line-height: 1.02;
  }

  .nsdg h2 {
    max-width: 850px;
    margin-bottom: 20px;
    font-size: clamp(32px, 4.2vw, 52px);
    font-weight: 900 !important;
    line-height: 1.08;
  }

  .nsdg h3 {
    margin-bottom: 12px;
    font-size: clamp(21px, 2.3vw, 28px);
    font-weight: 800 !important;
    line-height: 1.2;
  }

  .nsdg h4 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 800 !important;
    line-height: 1.3;
  }

  .nsdg p,
  .nsdg li,
  .nsdg a,
  .nsdg span,
  .nsdg button {
    font-weight: 520;
  }

  .nsdg p,
  .nsdg li {
    font-weight: 550 !important;
  }

  .nsdg p:last-child,
  .nsdg ul:last-child,
  .nsdg ol:last-child {
    margin-bottom: 0;
  }

  .nsdg ul,
  .nsdg ol {
    padding-left: 1.25em;
    margin-bottom: 0;
  }

  .nsdg li + li {
    margin-top: 9px;
  }

  .nsdg a:not(.nsdg__button):not(.nsdg__share) {
    color: #1d527e !important;
    font-weight: 750;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
  }

  .nsdg--navy a:not(.nsdg__button):not(.nsdg__share),
  .nsdg--terracotta a:not(.nsdg__button):not(.nsdg__share) {
    color: #ffffff !important;
  }

  .nsdg__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: var(--terracotta-dark) !important;
    font-size: 13px;
    font-weight: 850 !important;
    letter-spacing: 0.14em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .nsdg__eyebrow::before {
    width: 34px;
    height: 3px;
    background: currentColor;
    content: "";
  }

  .nsdg--navy .nsdg__eyebrow,
  .nsdg--terracotta .nsdg__eyebrow {
    color: #f6c96d !important;
  }

  .nsdg__lead {
    max-width: 820px;
    margin-bottom: 28px;
    color: inherit !important;
    font-size: clamp(20px, 2.4vw, 27px);
    font-weight: 620 !important;
    line-height: 1.55;
  }

  .nsdg__intro {
    max-width: 780px;
    color: var(--muted) !important;
    font-size: 18px;
  }

  .nsdg--navy .nsdg__intro,
  .nsdg--terracotta .nsdg__intro {
    color: rgba(255, 255, 255, 0.84) !important;
  }

  .nsdg--cream { background: var(--cream); }
  .nsdg--blue { background: var(--blue); }
  .nsdg--navy { background: var(--navy); color: var(--white); }
  .nsdg--terracotta { background: var(--terracotta-dark); color: var(--white); }

  .nsdg__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }

  .nsdg__col-3 { grid-column: span 3; }
  .nsdg__col-4 { grid-column: span 4; }
  .nsdg__col-5 { grid-column: span 5; }
  .nsdg__col-6 { grid-column: span 6; }
  .nsdg__col-7 { grid-column: span 7; }
  .nsdg__col-8 { grid-column: span 8; }
  .nsdg__col-12 { grid-column: span 12; }

  .nsdg__card {
    height: 100%;
    padding: clamp(24px, 3.2vw, 36px);
    border: 1px solid var(--border);
    border-radius: 22px;
    background: var(--white);
    color: var(--ink) !important;
    box-shadow: 0 14px 40px rgba(18, 36, 58, 0.08);
  }

  .nsdg__card--navy {
    border-color: transparent;
    background: var(--navy-2);
    color: var(--white) !important;
  }

  .nsdg__card--terracotta {
    border-color: transparent;
    background: var(--terracotta);
    color: var(--white) !important;
  }

  .nsdg__card--sand {
    background: #f1e5d5;
    color: var(--ink) !important;
  }

  .nsdg__card p,
  .nsdg__card li,
  .nsdg__card span,
  .nsdg__card strong {
    color: inherit !important;
  }

  .nsdg__number {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--terracotta);
    color: var(--white) !important;
    font-size: 15px;
    font-weight: 850 !important;
  }

  .nsdg__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 14px;
    background: var(--blue);
    color: var(--navy) !important;
    font-size: 20px;
    font-weight: 900 !important;
  }

  .nsdg__checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    padding: 0;
    margin-top: 28px;
    list-style: none;
  }

  .nsdg__checklist li {
    position: relative;
    min-height: 32px;
    padding-left: 34px;
  }

  .nsdg__checklist li::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    border-radius: 50%;
    background: var(--terracotta);
    color: #fff;
    content: "✓";
    font-size: 13px;
    font-weight: 900;
  }

  .nsdg__note {
    margin-top: 30px;
    padding: 24px 26px;
    border-left: 5px solid var(--terracotta);
    border-radius: 0 16px 16px 0;
    background: rgba(255, 255, 255, 0.78);
    color: var(--ink) !important;
  }

  .nsdg--navy .nsdg__note,
  .nsdg--terracotta .nsdg__note {
    border-left-color: var(--gold);
    background: rgba(255, 255, 255, 0.1);
    color: var(--white) !important;
  }

  .nsdg__note p,
  .nsdg__note strong {
    color: inherit !important;
  }

  .nsdg__quote {
    max-width: 900px;
    margin: 36px 0 0;
    padding: 0 0 0 26px;
    border-left: 6px solid var(--gold);
    color: inherit !important;
    font-size: clamp(25px, 3.2vw, 39px);
    font-weight: 800 !important;
    line-height: 1.28;
  }

  .nsdg__meta {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: var(--border);
  }

  .nsdg__meta-item {
    min-height: 108px;
    padding: 22px;
    background: var(--white);
    color: var(--ink) !important;
  }

  .nsdg__meta-label {
    display: block;
    margin-bottom: 5px;
    color: var(--terracotta-dark) !important;
    font-size: 11px;
    font-weight: 850 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .nsdg__meta-value {
    display: block;
    color: var(--ink) !important;
    font-size: 15px;
    font-weight: 750 !important;
    line-height: 1.4;
  }

  .nsdg__steps {
    padding: 0;
    margin-top: 36px;
    counter-reset: nsdg-step;
    list-style: none;
  }

  .nsdg__steps li {
    position: relative;
    min-height: 68px;
    padding: 5px 0 26px 78px;
    counter-increment: nsdg-step;
  }

  .nsdg__steps li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 16px;
    background: var(--navy);
    color: var(--white);
    content: counter(nsdg-step, decimal-leading-zero);
    font-size: 14px;
    font-weight: 850;
  }

  .nsdg__steps li:not(:last-child)::after {
    position: absolute;
    top: 56px;
    bottom: 4px;
    left: 25px;
    width: 2px;
    background: var(--border);
    content: "";
  }

  .nsdg__button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
  }

  .nsdg__button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 21px;
    border: 2px solid transparent;
    border-radius: 999px;
    background: var(--terracotta);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800 !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.2s ease, background 0.2s ease;
  }

  .nsdg__button:hover,
  .nsdg__button:focus-visible {
    background: var(--terracotta-dark);
    color: #ffffff !important;
    transform: translateY(-2px);
  }

  .nsdg__button--light {
    border-color: rgba(255,255,255,.55);
    background: #ffffff;
    color: var(--navy) !important;
  }

  .nsdg__button--light:hover,
  .nsdg__button--light:focus-visible {
    background: #f4e9d9;
    color: var(--navy) !important;
  }

  .nsdg__faq {
    display: grid;
    gap: 12px;
    margin-top: 32px;
  }

  .nsdg__faq details {
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--white);
    color: var(--ink) !important;
  }

  .nsdg__faq summary {
    position: relative;
    padding: 22px 58px 22px 24px;
    color: var(--ink) !important;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800 !important;
    line-height: 1.4;
    list-style: none;
  }

  .nsdg__faq summary::-webkit-details-marker { display: none; }

  .nsdg__faq summary::after {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    content: "+";
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
    text-align: center;
    transform: translateY(-50%);
  }

  .nsdg__faq details[open] summary::after { content: "−"; }

  .nsdg__faq-answer {
    padding: 0 24px 24px;
    color: var(--muted) !important;
  }

  .nsdg__share-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
  }

  .nsdg__share {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border: 2px solid rgba(255,255,255,.7);
    border-radius: 999px;
    background: #ffffff;
    color: var(--navy) !important;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 850 !important;
    line-height: 1.2;
    text-decoration: none !important;
  }

  .nsdg__share:hover,
  .nsdg__share:focus-visible {
    border-color: var(--gold);
    background: var(--gold);
    color: var(--navy) !important;
  }

  /* Block 27: keep the letter markers dark against their pale-blue tiles. */
  #complete-workstation .nsdg__icon {
    border: 2px solid rgba(18, 36, 58, 0.18);
    background: #dce9f5 !important;
    color: #12243a !important;
  }

  /* Block 31: prevent the navy section link colour from carrying into the white source card. */
  #sources-and-share .nsdg__card:not(.nsdg__card--terracotta) {
    background: #ffffff !important;
    color: #182536 !important;
  }

  #sources-and-share .nsdg__card:not(.nsdg__card--terracotta) p,
  #sources-and-share .nsdg__card:not(.nsdg__card--terracotta) li,
  #sources-and-share .nsdg__card:not(.nsdg__card--terracotta) strong {
    color: #182536 !important;
  }

  #sources-and-share .nsdg__card:not(.nsdg__card--terracotta) a:not(.nsdg__button):not(.nsdg__share) {
    color: #174f7a !important;
    font-weight: 800 !important;
    text-decoration-color: #b4543c;
  }

  #sources-and-share .nsdg__card--terracotta {
    background: #843724 !important;
    color: #ffffff !important;
  }

  @media (max-width: 900px) {
    .nsdg__col-3,
    .nsdg__col-4,
    .nsdg__col-5,
    .nsdg__col-7,
    .nsdg__col-8 { grid-column: span 6; }
    .nsdg__meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  }

  @media (max-width: 640px) {
    .nsdg { padding: 52px 18px; font-size: 16px; }
    .nsdg__grid { gap: 14px; }
    .nsdg__col-3,
    .nsdg__col-4,
    .nsdg__col-5,
    .nsdg__col-6,
    .nsdg__col-7,
    .nsdg__col-8,
    .nsdg__col-12 { grid-column: 1 / -1; }
    .nsdg__checklist { grid-template-columns: 1fr; }
    .nsdg__meta { grid-template-columns: 1fr; }
    .nsdg__meta-item { min-height: auto; }
    .nsdg__button,
    .nsdg__share { width: 100%; }
  }

  @media (prefers-reduced-motion: reduce) {
    .nsdg__button { transition: none; }
  }
</style>/* End custom CSS */