body.cnps-static-page {
  min-width: 320px;
  margin: 0;
  background: #fff;
  color: #0b1f33;
  font: 400 15px/1.65 "Poppins", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.cnps-static-page *,
body.cnps-static-page *::before,
body.cnps-static-page *::after { box-sizing: border-box; }

body.cnps-static-page img { max-width: 100%; height: auto; }

body.cnps-legacy-language-page {
  min-width: 320px;
  margin: 0;
  background: #f3f6f8;
  color: #10233a;
  font-family: "Poppins", Arial, sans-serif;
}

body.cnps-legacy-language-page *,
body.cnps-legacy-language-page *::before,
body.cnps-legacy-language-page *::after { box-sizing: border-box; }

body.cnps-legacy-language-page img { max-width: 100%; height: auto; }

body.cnps-static-page.cnps-legacy-language-page .site-content > .ast-container {
  display: block;
  width: min(100% - 48px, 960px);
  margin-inline: auto;
}

body.cnps-static-page.cnps-legacy-language-page #primary {
  float: none;
  width: 100%;
  margin: 56px 0 80px;
}

body.cnps-static-page.cnps-legacy-language-page article.ast-article-single {
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid #d8e1e7;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(13, 39, 61, .08);
}

body.cnps-static-page.cnps-legacy-language-page .entry-title {
  color: #102f52;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

body.cnps-static-page.cnps-legacy-language-page .entry-meta {
  margin-top: 14px;
  color: #617181;
  font-size: 12px;
  line-height: 1.6;
}

body.cnps-static-page.cnps-legacy-language-page .entry-content {
  color: #24394d;
  font-size: 16px;
  line-height: 1.78;
}

body.cnps-static-page.cnps-legacy-language-page .entry-content p { margin: 0 0 1.25em; }

body.cnps-static-page.cnps-legacy-language-page .entry-content h2,
body.cnps-static-page.cnps-legacy-language-page .entry-content h3 {
  margin: 1.7em 0 .65em;
  color: #102f52;
  line-height: 1.3;
}

body.cnps-static-page.cnps-legacy-language-page .entry-content h2 { font-size: clamp(24px, 3.2vw, 34px); }
body.cnps-static-page.cnps-legacy-language-page .entry-content h3 { font-size: clamp(20px, 2.7vw, 27px); }

body.cnps-static-page.cnps-legacy-language-page .entry-content a {
  color: #145c96;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.cnps-static-page.cnps-legacy-language-page .entry-content figure,
body.cnps-static-page.cnps-legacy-language-page .post-thumb {
  margin: 30px 0;
}

body.cnps-static-page.cnps-legacy-language-page .entry-content ul,
body.cnps-static-page.cnps-legacy-language-page .entry-content ol { padding-left: 1.4em; }

.cnps-legacy-language {
  padding: clamp(22px, 4vw, 34px);
  margin: 0 0 clamp(32px, 5vw, 52px);
  border: 1px solid #b9cedb;
  border-left: 5px solid #174b88;
  border-radius: 4px;
  background: #f4f9fc;
  color: #183148;
}

.cnps-legacy-language__eyebrow {
  margin: 0 0 8px;
  color: #a52335;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cnps-legacy-language h2 {
  margin: 0;
  color: #102f52;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
}

.cnps-legacy-language > p:not(.cnps-legacy-language__eyebrow) {
  max-width: 760px;
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.cnps-legacy-language__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.cnps-legacy-language__actions a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid #174b88;
  border-radius: 3px;
  color: #174b88;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.cnps-legacy-language__actions a:hover { background: #e8f1f7; }

.cnps-legacy-language__actions a:focus-visible {
  outline: 3px solid #f0a400;
  outline-offset: 3px;
}

.cnps-legacy-language__actions .cnps-legacy-language__primary {
  border-color: #bd1732;
  background: #bd1732;
  color: #fff;
}

.cnps-legacy-language__actions .cnps-legacy-language__primary:hover { background: #991327; }

@media (max-width: 600px) {
  body.cnps-static-page.cnps-legacy-language-page .site-content > .ast-container { width: min(100% - 24px, 960px); }
  body.cnps-static-page.cnps-legacy-language-page #primary { margin: 28px 0 56px; }
  body.cnps-static-page.cnps-legacy-language-page article.ast-article-single { padding: 22px 18px 30px; }
  body.cnps-static-page.cnps-legacy-language-page .entry-title { font-size: clamp(27px, 9vw, 38px); }
  .cnps-legacy-language { padding: 20px 16px; border-left-width: 4px; }
  .cnps-legacy-language__actions { display: grid; }
  .cnps-legacy-language__actions a { width: 100%; }
}

body.cnps-static-page button,
body.cnps-static-page input,
body.cnps-static-page select,
body.cnps-static-page textarea { font: inherit; }

body.cnps-static-page .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

body.cnps-static-page .screen-reader-text:focus {
  position: fixed !important;
  top: 8px;
  left: 8px;
  z-index: 10000;
  width: auto;
  height: auto;
  padding: 12px 16px;
  margin: 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  background: #fff;
  color: #0b1f33;
  box-shadow: 0 4px 18px rgba(9, 34, 53, .2);
  font-weight: 650;
}

body.cnps-static-page #page { min-height: 100vh; }

body.cnps-static-page .site-content,
body.cnps-static-page #content,
body.cnps-static-page .site-content > .ast-container,
body.cnps-static-page #primary,
body.cnps-static-page .site-main,
body.cnps-static-page article.ast-article-single,
body.cnps-static-page .entry-content {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

body.cnps-static-page .site-content > .ast-container { display: block; }
body.cnps-static-page #primary { float: none; }

html.cnps-search-open,
html.cnps-search-open body {
  overflow: hidden;
}

html.cnps-global-menu-open,
html.cnps-global-menu-open body {
  overflow: hidden;
}

.cnps-global-header {
  --cnps-header-ink: #10233a;
  --cnps-header-navy: #0a2237;
  --cnps-header-blue: #174b88;
  --cnps-header-red: #bd1732;
  --cnps-header-line: #dce4ea;
  position: relative;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid var(--cnps-header-line);
  background: #fff;
  color: var(--cnps-header-ink);
  font-family: "Poppins", Arial, sans-serif;
}

.cnps-global-header *,
.cnps-global-header *::before,
.cnps-global-header *::after { box-sizing: border-box; }

.cnps-global-header a { text-decoration: none; }

.cnps-global-header__utility {
  min-height: 36px;
  background: var(--cnps-header-navy);
  color: #dce8f1;
}

.cnps-global-header__utility-inner,
.cnps-global-header__main {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

.cnps-global-header__utility-inner {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
}

.cnps-global-header__utility p {
  display: flex;
  gap: 22px;
  align-items: center;
  margin: 0;
  font-size: 10px;
  letter-spacing: .02em;
}

.cnps-global-header__utility strong {
  color: #fff;
  font-weight: 650;
}

.cnps-global-header__utility p span {
  position: relative;
  color: #a9bdcc;
}

.cnps-global-header__utility p span::before {
  position: absolute;
  top: 50%;
  left: -13px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #70a5c8;
  content: "";
  transform: translateY(-50%);
}

.cnps-global-header__utility a {
  color: #fff;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .03em;
}

.cnps-global-header__utility a:hover,
.cnps-global-header__utility a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }

.cnps-global-header__main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(26px, 3.3vw, 54px);
  align-items: center;
  min-height: 78px;
}

.cnps-global-header__logo {
  display: flex;
  width: 176px;
  min-height: 44px;
  align-items: center;
  line-height: 0;
}

.cnps-global-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.cnps-global-header__nav { justify-self: end; }

.cnps-global-header__nav ul {
  display: flex;
  gap: clamp(18px, 2vw, 32px);
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cnps-global-header__nav li { padding: 0; margin: 0; }
.cnps-global-header__nav li::before { content: none; }
.cnps-global-header__nav-search { display: none; }

.cnps-global-header__nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--cnps-header-ink);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.cnps-global-header__nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--cnps-header-red);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}

.cnps-global-header__nav a:hover::after,
.cnps-global-header__nav a:focus-visible::after,
.cnps-global-header__nav a[aria-current="page"]::after { transform: scaleX(1); }

.cnps-global-header__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cnps-global-header__search {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 44px;
  padding-inline: 7px;
  color: #42566a;
  font-size: 10px;
  font-weight: 600;
}

.cnps-global-header__search svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.cnps-global-header__search:hover,
.cnps-global-header__search:focus-visible { color: var(--cnps-header-blue); }

.cnps-global-header__inquiry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding-inline: 18px;
  border: 1px solid var(--cnps-header-red);
  background: var(--cnps-header-red);
  color: #fff !important;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  transition: background .18s ease, border-color .18s ease;
}

.cnps-global-header__inquiry:hover,
.cnps-global-header__inquiry:focus-visible { border-color: #991027; background: #991027; }

.cnps-global-header__inquiry-mobile { display: none; }

.cnps-global-header__toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--cnps-header-line);
  border-radius: 0;
  background: #fff;
  color: var(--cnps-header-ink);
  cursor: pointer;
}

.cnps-global-header__toggle span,
.cnps-global-header__toggle span::before,
.cnps-global-header__toggle span::after {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 2px;
  background: currentColor;
  content: "";
  transform: translateX(-50%);
  transition: transform .18s ease, top .18s ease, opacity .18s ease;
}

.cnps-global-header__toggle span { top: 21px; }
.cnps-global-header__toggle span::before { top: -6px; }
.cnps-global-header__toggle span::after { top: 6px; }

.cnps-global-header__toggle[aria-expanded="true"] span { background: transparent; }
.cnps-global-header__toggle[aria-expanded="true"] span::before { top: 0; transform: translateX(-50%) rotate(45deg); }
.cnps-global-header__toggle[aria-expanded="true"] span::after { top: 0; transform: translateX(-50%) rotate(-45deg); }

.cnps-global-header :focus-visible {
  outline: 3px solid #e7a72b;
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .cnps-global-header__utility-inner,
  .cnps-global-header__main { width: min(100% - 40px, 1040px); }
  .cnps-global-header__main { gap: 24px; }
  .cnps-global-header__nav ul { gap: 18px; }
  .cnps-global-header__nav a { font-size: 10px; }
  .cnps-global-header__search span { display: none; }
}

@media (max-width: 980px) {
  .cnps-global-header__main {
    position: relative;
    grid-template-columns: auto 1fr;
    min-height: 72px;
  }
  .cnps-global-header__logo { width: 158px; }
  .cnps-global-header__actions { justify-self: end; }
  .cnps-global-header__toggle { display: inline-block; }
  .cnps-global-header__nav {
    position: absolute;
    z-index: 4;
    top: 100%;
    right: -20px;
    left: -20px;
    grid-column: 1 / -1;
    display: none;
    width: auto;
    max-height: calc(100vh - 108px);
    padding: 8px 20px 20px;
    overflow: auto;
    border-top: 1px solid var(--cnps-header-line);
    border-bottom: 1px solid var(--cnps-header-line);
    background: #fff;
    box-shadow: 0 18px 36px rgba(11, 34, 55, .16);
    justify-self: stretch;
  }
  .cnps-global-header.cnps-menu-open .cnps-global-header__nav { display: block; }
  .cnps-global-header__nav ul { display: grid; gap: 0; }
  .cnps-global-header__nav li { border-bottom: 1px solid var(--cnps-header-line); }
  .cnps-global-header__nav a {
    display: flex;
    justify-content: space-between;
    min-height: 52px;
    font-size: 13px;
  }
  .cnps-global-header__nav a::before {
    order: 2;
    width: 8px;
    height: 8px;
    margin-right: 4px;
    border-top: 1.5px solid #7190a5;
    border-right: 1.5px solid #7190a5;
    content: "";
    transform: rotate(45deg);
  }
  .cnps-global-header__nav a::after { bottom: -1px; }
}

@media (max-width: 680px) {
  .cnps-global-header__utility { display: none; }
  .cnps-global-header__main { width: calc(100% - 32px); }
  .cnps-global-header__nav { right: -16px; left: -16px; max-height: calc(100vh - 72px); padding-inline: 16px; }
}

@media (max-width: 520px) {
  .cnps-global-header__main { gap: 12px; }
  .cnps-global-header__logo { width: 144px; }
  .cnps-global-header__search { display: none; }
  .cnps-global-header__nav-search { display: block; }
  .cnps-global-header__inquiry { min-height: 44px; padding-inline: 13px; }
  .cnps-global-header__inquiry-desktop { display: none; }
  .cnps-global-header__inquiry-mobile { display: inline; }
}

@media (max-width: 350px) {
  .cnps-global-header__logo { width: 128px; }
  .cnps-global-header__inquiry { padding-inline: 10px; }
}

.cnps-footer-copyright {
  margin: 0;
  text-align: center;
}

.cnps-global-footer {
  --cnps-footer-ink: #edf4f8;
  --cnps-footer-muted: #aab9c5;
  --cnps-footer-line: rgba(255, 255, 255, 0.14);
  position: relative;
  overflow: hidden;
  background: #0a2237;
  color: var(--cnps-footer-ink);
  font-family: "Poppins", Arial, sans-serif;
}

.cnps-global-footer::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(58, 120, 161, 0.26), transparent 38%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.025), transparent 42%);
  content: "";
  pointer-events: none;
}

.cnps-global-footer__main,
.cnps-global-footer__bar {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

.cnps-global-footer__main { padding-block: 72px 64px; }

.cnps-global-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(210px, .72fr) minmax(260px, .88fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: start;
}

.cnps-global-footer h2 {
  margin: 0;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 650;
  letter-spacing: -.02em;
  line-height: 1.25;
}

.cnps-global-footer__brand h2 { max-width: 470px; font-size: clamp(24px, 2.2vw, 34px); }

.cnps-global-footer__logo {
  display: inline-flex;
  width: min(210px, 70%);
  min-height: 44px;
  align-items: center;
  margin-bottom: 30px;
}

.cnps-global-footer__logo img { display: block; width: 100%; height: auto; }

.cnps-global-footer__eyebrow {
  margin: 0 0 12px;
  color: #83b9dc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cnps-global-footer__brand > p:last-child {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--cnps-footer-muted);
  font-size: 13px;
  line-height: 1.75;
}

.cnps-global-footer__nav h2,
.cnps-global-footer__contact h2 { padding-bottom: 16px; border-bottom: 1px solid var(--cnps-footer-line); font-size: 15px; }

.cnps-global-footer__nav ul { padding: 0; margin: 12px 0 0; list-style: none; }
.cnps-global-footer__nav li { margin: 0; border-bottom: 1px solid var(--cnps-footer-line); }
.cnps-global-footer__nav li::before { content: none; }
.cnps-global-footer__nav a {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  color: var(--cnps-footer-ink);
  font-size: 12px;
  text-decoration: none;
}
.cnps-global-footer__nav a b { color: #83b9dc; font-weight: 500; transition: transform .2s ease; }
.cnps-global-footer__nav a:hover b { transform: translateX(4px); }

.cnps-global-footer__contact address {
  display: grid;
  gap: 4px;
  margin: 18px 0 20px;
  color: var(--cnps-footer-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.65;
}

.cnps-global-footer__contact dl { display: grid; gap: 10px; margin: 0; }
.cnps-global-footer__contact dl > div { display: grid; grid-template-columns: 62px 1fr; gap: 12px; }
.cnps-global-footer__contact dt { color: #83b9dc; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cnps-global-footer__contact dd { margin: 0; font-size: 12px; }
.cnps-global-footer__contact a { color: #fff; text-decoration: none; }
.cnps-global-footer__contact dd a { display: inline-flex; align-items: center; min-height: 44px; }

.cnps-global-footer__inquiry {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  margin-top: 28px;
  background: #c21c36;
  color: #fff !important;
  font-size: 11px;
  font-weight: 700;
}

.cnps-global-footer__bar {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  border-top: 1px solid var(--cnps-footer-line);
}

.cnps-global-footer__bar p { margin: 0; color: var(--cnps-footer-muted); font-size: 10px; }
.cnps-global-footer__bar nav { display: flex; flex-wrap: wrap; gap: 22px; }
.cnps-global-footer__bar a { display: inline-flex; align-items: center; min-height: 44px; color: var(--cnps-footer-ink); font-size: 10px; text-decoration: none; }
.cnps-global-footer__bar a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.cnps-global-footer__bar .cnps-consent-settings {
  position: static;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--cnps-footer-ink);
  font: 400 10px/1.4 "Poppins", Arial, sans-serif;
}
.cnps-global-footer__bar .cnps-consent-settings:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) {
  .cnps-global-footer__main,
  .cnps-global-footer__bar { width: min(100% - 40px, 720px); }
  .cnps-global-footer__grid { grid-template-columns: 1fr 1fr; }
  .cnps-global-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .cnps-global-footer__main { padding-block: 56px 44px; }
  .cnps-global-footer__grid { grid-template-columns: 1fr; gap: 44px; }
  .cnps-global-footer__brand { grid-column: auto; }
  .cnps-global-footer__logo { width: 180px; margin-bottom: 24px; }
  .cnps-global-footer__bar { display: grid; gap: 14px; padding-block: 20px; }
  .cnps-global-footer__bar nav { gap: 10px 18px; }
}

@media (max-width: 1024px) {
  html.cnps-runtime-ready .elementor-widget-nav-menu .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container {
    display: none !important;
  }

  html.cnps-runtime-ready .elementor-widget-nav-menu .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
    display: block !important;
    position: fixed;
    z-index: 9997;
    top: var(--cnps-menu-top, 96px);
    right: 16px;
    left: 16px;
    width: auto;
    margin: 0;
    border: 1px solid rgba(17, 54, 119, 0.14);
    border-radius: 10px;
    box-shadow: 0 18px 48px rgba(15, 31, 55, 0.2);
  }

  html.cnps-runtime-ready .elementor-nav-menu--dropdown a {
    min-height: 48px;
  }

  html.cnps-runtime-ready .elementor-nav-menu--dropdown .dropdown-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    margin: -12px -12px -12px auto;
    font-size: 18px;
  }

  html.cnps-runtime-ready .elementor-nav-menu--dropdown .dropdown-menu-toggle::after {
    content: "+";
  }

  html.cnps-runtime-ready .elementor-nav-menu--dropdown li.cnps-submenu-open > a > .dropdown-menu-toggle::after {
    content: "\2212";
  }

  html.cnps-runtime-ready .elementor-nav-menu--dropdown > ul > li.contact-navs > a {
    margin: 8px;
    border-radius: 6px;
    background: #c8102e;
    color: #fff;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  html.cnps-runtime-ready .cnps-cert-strip,
  html.cnps-runtime-ready .elementor-location-header [data-id="48f40a2"] {
    display: none !important;
  }

  html.cnps-runtime-ready .elementor-location-header [data-id="2504f21"] {
    min-height: 78px;
  }
}
