/* Knowledge Center — article-first editorial archive. */
.knowledge-page {
  background: #fff;
  overflow: clip;
}
.knowledge-page--hero-background {
  --knowledge-header-overlap: 80px;
  margin-top: calc(-1 * var(--knowledge-header-overlap));
}
.knowledge-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 77% 18%,
      rgba(0, 194, 168, 0.36),
      transparent 34%
    ),
    linear-gradient(120deg, #071b34 0%, #0b3d91 58%, #087791 100%);
}
.knowledge-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.19;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.65) 1px,
    transparent 1px
  );
  background-size: 24px 24px;
  pointer-events: none;
}
.knowledge-hero__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(40px, 5vw, 72px);
  padding-top: calc(clamp(72px, 7vw, 104px) + var(--knowledge-header-overlap));
  padding-bottom: clamp(72px, 7vw, 104px);
}
.knowledge-hero--archive .knowledge-hero__layout {
  grid-template-columns: 1fr;
  padding-bottom: 72px;
}
.knowledge-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 22px;
  color: #cfdef0;
  font-size: 0.77rem;
  font-weight: 600;
}
.knowledge-breadcrumb a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.knowledge-hero h1 {
  margin: 0 0 19px;
  color: #fff;
  font-size: clamp(2.5rem, 3.8vw, 3rem);
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.knowledge-hero__intro {
  max-width: 490px;
  color: #cfe4f3;
  font-size: 1.02rem;
  line-height: 1.65;
}
.knowledge-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}
.knowledge-hero__stats span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--radius-control);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.76rem;
  font-weight: 600;
}
.knowledge-hero__feature {
  position: relative;
  display: block;
  min-height: 345px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius-md);
  background: #092b62;
  box-shadow: 0 18px 55px rgba(7, 27, 59, 0.1);
}
.knowledge-hero__feature > img,
.knowledge-hero__feature > .knowledge-cover-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.knowledge-hero__feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(2, 17, 39, 0.05) 15%,
    rgba(2, 17, 39, 0.84) 100%
  );
}
.knowledge-hero__feature-content {
  position: absolute;
  z-index: 1;
  inset: auto 26px 26px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 13px;
  color: #fff;
}
.knowledge-hero__feature-label,
.knowledge-post-card__category {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 5px 10px;
  border-radius: var(--radius-control);
  font-size: 0.67rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.045em;
}
.knowledge-post-card__category {
  color: #0b3d91;
  background: #e8f6f3;
}
.knowledge-hero__feature-label {
  color: #dffaf4;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(7, 27, 59, 0.35);
}
.knowledge-hero__feature-content strong {
  max-width: 510px;
  font-size: clamp(1.35rem, 2.1vw, 1.8rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.knowledge-hero__feature-meta {
  color: #d9e7f5;
  font-size: 0.8rem;
  font-weight: 600;
}
.knowledge-hero__feature:hover img {
  transform: scale(1.04);
}
.knowledge-hero__feature img {
  transition: transform 0.3s ease;
}
.knowledge-categories {
  position: sticky;
  z-index: 80;
  top: 92px;
  border-bottom: 1px solid #dce5ef;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(14px);
}
.knowledge-categories__inner {
  display: flex;
  align-items: stretch;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.knowledge-categories__inner::-webkit-scrollbar {
  display: none;
}
.knowledge-categories a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: none;
  min-height: 58px;
  padding: 14px 16px;
  border-bottom: 2px solid transparent;
  color: #4a5d76;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
}
.knowledge-categories a:hover,
.knowledge-categories a.is-current {
  color: #0b3d91;
  border-color: #00c2a8;
}
.knowledge-categories a span {
  display: grid;
  place-items: center;
  min-width: 23px;
  height: 23px;
  padding-inline: 6px;
  border-radius: var(--radius-control);
  color: #0b3d91;
  background: #e6f6f2;
  font-size: 0.68rem;
  font-weight: 700;
}
.knowledge-page .home-section {
  padding-block: clamp(72px, 7vw, 104px);
}
.knowledge-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}
.knowledge-section-head .home-kicker {
  margin-bottom: 16px;
}
.knowledge-section-head h2 {
  margin: 0;
  color: #071b3b;
  font-size: var(--font-section-title);
  line-height: 1.27;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.knowledge-latest__panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid #dce5ef;
  border-radius: var(--radius-md);
  background: #fff;
}
.knowledge-latest__lead {
  position: relative;
  min-width: 0;
  border-right: 1px solid #dce5ef;
}
.knowledge-latest__lead-media {
  display: block;
  aspect-ratio: 1.8;
  overflow: hidden;
  background: #eaf5fb;
}
.knowledge-latest__lead-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.knowledge-latest__lead-body {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 26px 28px 28px;
}
.knowledge-latest__lead h3 {
  margin: 17px 0 12px;
  color: #071b3b;
  font-size: clamp(1.4rem, 2.2vw, 1.75rem);
  line-height: 1.35;
  font-weight: 600;
  text-wrap: balance;
}
.knowledge-latest h3 a {
  display: block;
}
.knowledge-latest__lead h3 a::after,
.knowledge-latest__side h3 a::after,
.knowledge-post-card h3 a::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
}
.knowledge-latest__lead-media,
.knowledge-latest .knowledge-post-card__category,
.knowledge-post-card__media,
.knowledge-post-card__category {
  position: relative;
  z-index: 2;
}
.knowledge-latest__lead h3 a:hover,
.knowledge-latest__side h3 a:hover,
.knowledge-post-card h3 a:hover {
  color: #0b3d91;
}
.knowledge-latest__lead-body > p {
  margin-bottom: 20px;
  color: #52647d;
  font-size: 0.92rem;
  line-height: 1.65;
}
.knowledge-latest__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin-top: auto;
  color: #667b92;
  font-size: 0.75rem;
}
.knowledge-latest__meta > span {
  color: #0b3d91;
  font-weight: 700;
}
.knowledge-latest__side {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.knowledge-latest__side article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 11px;
  min-height: 130px;
  padding: 20px 24px;
  border-bottom: 1px solid #dce5ef;
  transition: background-color 0.22s ease;
}
.knowledge-latest__side article:last-child {
  border-bottom: 0;
}
.knowledge-latest__side article:hover {
  background: #f7fafc;
}
.knowledge-latest__side h3 {
  margin: 0;
  color: #071b3b;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}
.knowledge-search {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.knowledge-search label {
  color: #071b3b;
  font-size: 0.82rem;
  font-weight: 600;
}
.knowledge-search > div {
  display: flex;
  width: min(100%, 350px);
  height: 52px;
  overflow: hidden;
  border: 1px solid #b9c9d9;
  border-radius: var(--radius-sm);
  background: #fff;
}
.knowledge-search input[type="search"] {
  width: 100%;
  min-width: 0;
  padding: 10px 14px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 0.83rem;
}
.knowledge-search button {
  flex: none;
  min-width: 80px;
  border: 0;
  color: #fff;
  background: #0b3d91;
  font-size: 0.78rem;
  font-weight: 600;
}
.knowledge-search button:hover {
  background: #073276;
}
.knowledge-search > div:focus-within {
  outline: 3px solid #00c2a8;
  outline-offset: 3px;
}
.knowledge-latest + .closing-cta {
  padding-block: 42px;
}
.knowledge-latest + .closing-cta h2 {
  color: #fff;
  font-size: clamp(1.625rem, 2.35vw, 2rem);
}
.knowledge-latest + .closing-cta h2 em {
  color: #b8f8e9;
}
.knowledge-category-section {
  border-bottom: 1px solid #e8eef5;
}
.knowledge-category-section:nth-of-type(even) {
  background: #f7fafc;
}
.knowledge-category-section .knowledge-section-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #dce5ef;
}
.knowledge-category-section .text-link {
  margin-bottom: 5px;
}
.knowledge-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.knowledge-post-grid--listing {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.knowledge-post-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce5ef;
  border-radius: var(--radius-md);
  background: #fff;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease;
}
.knowledge-post-card:hover {
  border-color: #b9cfe3;
  transform: translateY(-4px);
}
.knowledge-post-card:focus-within,
.knowledge-latest__lead:focus-within,
.knowledge-latest__side article:focus-within {
  outline: 3px solid #00c2a8;
  outline-offset: 3px;
}
.knowledge-post-card__media {
  display: block;
  aspect-ratio: 1.65;
  overflow: hidden;
  background: #e9f3fa;
}
.knowledge-post-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.knowledge-post-card:hover .knowledge-post-card__media img {
  transform: scale(1.04);
}
.knowledge-post-card__body {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex: 1;
  min-height: 200px;
  padding: 20px 22px 22px;
}
.knowledge-post-card h3 {
  width: 100%;
  margin: 16px 0 0px;
  color: #071b3b;
  font-size: 1.15rem;
  line-height: 1.45;
  font-weight: 600;
}
.knowledge-post-card h3 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.knowledge-post-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #e7edf4;
  color: #667b92;
  font-size: 0.75rem;
}
.knowledge-post-card__footer > span {
  color: #0b3d91;
  font-weight: 700;
}
.knowledge-cover-fallback {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(0, 194, 168, 0.4), transparent 35%),
    linear-gradient(135deg, #082e68, #0b3d91);
}
.knowledge-cover-fallback > span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.knowledge-cover-fallback__art {
  position: relative;
  display: block;
  align-self: center;
  width: min(74%, 300px);
  height: 58%;
  min-height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 18px 19px 0 rgba(0, 194, 168, 0.16);
  transform: rotate(-4deg);
}
.knowledge-cover-fallback__art::before {
  content: "";
  display: block;
  height: 24px;
  border-bottom: 1px solid #dce5ef;
  background:
    radial-gradient(circle at 16px 12px, #9fc2d9 2px, transparent 3px),
    radial-gradient(circle at 28px 12px, #9fc2d9 2px, transparent 3px),
    radial-gradient(circle at 40px 12px, #9fc2d9 2px, transparent 3px);
}
.knowledge-cover-fallback__art i {
  display: block;
  height: 9px;
  margin: 14px 15px 0;
  border-radius: var(--radius-control);
  background: #dcebf7;
}
.knowledge-cover-fallback__art i:nth-child(1) {
  width: 56%;
  height: 22px;
  background: #0b3d91;
}
.knowledge-cover-fallback__art i:nth-child(2) {
  width: 78%;
}
.knowledge-cover-fallback__art i:nth-child(3) {
  width: 62%;
}
.knowledge-results .knowledge-search {
  margin-bottom: 28px;
}
.knowledge-results .knowledge-search > div {
  width: min(100%, 420px);
  height: 52px;
}
.knowledge-results .knowledge-search button {
  min-width: 105px;
}
.knowledge-empty {
  padding: 36px;
  border: 1px solid #dce5ef;
  border-radius: var(--radius-md);
  background: #f4f8fc;
}
.knowledge-empty h3 {
  margin: 0 0 10px;
  color: #071b3b;
  font-size: 1.5rem;
  font-weight: 600;
}
.knowledge-empty p {
  color: #52647d;
}
.knowledge-empty .text-link {
  margin-top: 22px;
}
.knowledge-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.knowledge-pagination .page-numbers {
  display: grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  padding: 9px 13px;
  border: 1px solid #d1dfed;
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  font-weight: 600;
}
.knowledge-pagination .current,
.knowledge-pagination .page-numbers:hover {
  color: #fff;
  border-color: #0b3d91;
  background: #0b3d91;
}
.knowledge-single__hero {
  position: relative;
  padding-top: calc(clamp(72px, 7vw, 70px) + var(--knowledge-header-overlap));
  padding-bottom: 90px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 12%, rgba(0, 194, 168, 0.3), transparent 32%),
    linear-gradient(120deg, #071b34, #0b3d91 65%, #087791);
}
.knowledge-single__hero .container {
  max-width: 1100px;
}
.knowledge-single .knowledge-breadcrumb {
  flex-wrap: nowrap;
  overflow: hidden;
}
.knowledge-single .knowledge-breadcrumb a,
.knowledge-single .knowledge-breadcrumb > span[aria-hidden="true"] {
  flex: none;
}
.knowledge-single .knowledge-breadcrumb > span[aria-current="page"] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.knowledge-single__category {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius-control);
  color: #d3f6ef;
  font-size: 0.74rem;
  font-weight: 700;
}
.knowledge-single__category:hover {
  background: rgba(255, 255, 255, 0.13);
}
.knowledge-single h1 {
  max-width: 980px;
  margin: 22px 0;
  color: #fff;
  font-size: clamp(2.5rem, 4.1vw, 2.5rem);
  line-height: 1.22;
  font-weight: 600;
}
.knowledge-single__lead {
  max-width: 830px;
  color: #d3e4f2;
  font-size: 1.08rem;
  line-height: 1.7;
}
.knowledge-single__meta {
  margin-top: 24px;
  color: #bcd5e9;
  font-size: 0.8rem;
  font-weight: 600;
}
.knowledge-single__main {
  max-width: 1200px;
}
.knowledge-single__cover {
  position: relative;
  max-width: 1000px;
  height: clamp(320px, 40vw, 480px);
  margin: -48px auto 56px;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: var(--radius-md);
  background: #eaf2f9;
  box-shadow: 0 18px 55px rgba(7, 27, 59, 0.1);
}
.knowledge-single__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.knowledge-single__cover .knowledge-cover-fallback {
  height: 100%;
}
.knowledge-single__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 300px);
  align-items: start;
  gap: clamp(36px, 4vw, 48px);
}
.knowledge-single__article {
  min-width: 0;
}
.knowledge-single__content {
  max-width: none;
  margin: 0;
  padding-bottom: 20px;
  color: #344a66;
  font-size: 1.05rem;
  line-height: 1.85;
}
.knowledge-single__content h2 {
  margin-top: 2.2em;
  color: #071b3b;
  font-size: clamp(1.65rem, 2.3vw, 2rem);
  font-weight: 600;
  line-height: 1.35;
}
.knowledge-single__content h3 {
  margin-top: 1.8em;
  color: #12345d;
  font-size: clamp(1.25rem, 1.8vw, 1.45rem);
  font-weight: 600;
  line-height: 1.45;
}
.knowledge-single__content :is(h2, h3)[id] {
  scroll-margin-top: 126px;
}
.knowledge-single__content li {
  margin-bottom: 12px;
}
.knowledge-single__content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.knowledge-single__content table {
  width: 100%;
  border-collapse: collapse;
}
.knowledge-single__content th,
.knowledge-single__content td {
  padding: 12px 14px;
  border: 1px solid #dce5ef;
  text-align: left;
  vertical-align: top;
}
.knowledge-single__content blockquote {
  margin: 28px 0;
  padding: 20px 22px;
  border-left: 4px solid #00c2a8;
  border-radius: 0 10px 10px 0;
  color: #213f61;
  background: #f4f8fc;
}
.knowledge-single__back {
  display: inline-flex;
  margin: 28px 0 88px;
}
.knowledge-single__rail {
  position: sticky;
  top: 112px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-height: calc(100vh - 128px);
  overflow-y: auto;
  padding: 3px;
  margin: -3px;
  scrollbar-width: thin;
}
.knowledge-toc {
  border: 1px solid #dce5ef;
  border-radius: var(--radius-md);
  color: #071b3b;
  background: #f4f8fc;
}
.knowledge-toc--desktop {
  padding: 22px 22px 12px;
}
.knowledge-toc--mobile {
  display: none;
}
.knowledge-toc__kicker,
.knowledge-contact-card__kicker {
  margin: 0 0 8px;
  color: #0b3d91;
  font-size: 0.67rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.knowledge-toc h2 {
  margin: 0 0 15px;
  color: #071b3b;
  font-size: 1.18rem;
  line-height: 1.4;
  font-weight: 600;
}
.knowledge-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.knowledge-toc__item {
  border-top: 1px solid #dce5ef;
}
.knowledge-toc__item a {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  min-height: 44px;
  padding: 11px 0;
  color: #3f5571;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.5;
}
.knowledge-toc__item a > span {
  color: #0b3d91;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.knowledge-toc__item a:hover {
  color: #0b3d91;
}
.knowledge-toc__item--h3 a {
  padding-left: 14px;
  color: #60738a;
  font-size: 0.73rem;
}
.knowledge-toc__item--h3 a > span {
  color: #00a990;
}
.knowledge-contact-card {
  overflow: hidden;
  border: 1px solid #dce5ef;
  border-radius: var(--radius-md);
  background: #fff;
}
.knowledge-contact-card__body {
  padding: 21px 22px 14px;
}
.knowledge-contact-card h2 {
  margin: 0;
  color: #071b3b;
  font-size: 1.24rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.025em;
  white-space: nowrap;
}
.knowledge-contact-card__body > p:not(.knowledge-contact-card__kicker) {
  margin: 10px 0 0;
  color: #52647d;
  font-size: 0.83rem;
  line-height: 1.65;
}
.knowledge-contact-card img {
  display: block;
  width: 100%;
  height: 166px;
  margin: 8px 0 0;
  object-fit: contain;
}
.knowledge-contact-card__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
  padding-inline: 22px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: linear-gradient(125deg, #0b3d91 0%, #0876c0 48%, #00c2a8 100%);
}
.knowledge-contact-card__button span {
  transition: transform 0.2s ease;
}
.knowledge-contact-card__button:hover span {
  transform: translate(3px, -3px);
}
.knowledge-related {
  background: #f4f8fc;
}
.knowledge-related .knowledge-section-head .text-link {
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .knowledge-post-grid--listing {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }
  .knowledge-post-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1099px) {
  .knowledge-single__layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .knowledge-single__rail {
    position: static;
    max-height: none;
    overflow: visible;
    padding: 0;
    margin: 0;
  }
  .knowledge-toc--desktop {
    display: none;
  }
  .knowledge-toc--mobile {
    display: block;
    margin-bottom: 34px;
    overflow: hidden;
  }
  .knowledge-toc--mobile summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 56px;
    padding: 14px 18px;
    color: #071b3b;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
  }
  .knowledge-toc--mobile summary::-webkit-details-marker {
    display: none;
  }
  .knowledge-toc--mobile summary span {
    display: grid;
    place-items: center;
    flex: none;
    width: 30px;
    height: 30px;
    border: 1px solid #b8cbe0;
    border-radius: 50%;
    color: #0b3d91;
    font-size: 1.15rem;
    transition: transform 0.2s ease;
  }
  .knowledge-toc--mobile[open] summary span {
    transform: rotate(45deg);
  }
  .knowledge-toc--mobile ol {
    padding: 0 18px 10px;
  }
  .knowledge-contact-card {
    width: min(100%, 540px);
    margin-inline: auto;
  }
  .knowledge-contact-card img {
    height: 210px;
  }
}
@media (max-width: 959px) {
  .knowledge-page--hero-background {
    --knowledge-header-overlap: 74px;
  }
  .knowledge-hero__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .knowledge-hero__feature {
    min-height: 310px;
  }
  .knowledge-categories {
    top: 84px;
  }
  .knowledge-latest__panel {
    grid-template-columns: 1fr;
  }
  .knowledge-latest__lead {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-right: 0;
    border-bottom: 1px solid #dce5ef;
  }
  .knowledge-latest__lead-media {
    height: 100%;
    min-height: 265px;
    aspect-ratio: auto;
  }
  .knowledge-latest__side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .knowledge-latest__side article:nth-child(odd) {
    border-right: 1px solid #dce5ef;
  }
  .knowledge-latest__side article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .knowledge-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .knowledge-post-grid--listing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  .knowledge-page--hero-background {
    --knowledge-header-overlap: 70px;
  }
  .knowledge-page .home-section {
    padding-block: 64px;
  }
  .knowledge-hero__layout {
    padding-top: calc(64px + var(--knowledge-header-overlap));
    padding-bottom: 64px;
    gap: 30px;
  }
  .knowledge-hero h1 {
    font-size: clamp(1.875rem, 7.5vw, 2.5rem);
  }
  .knowledge-hero__feature {
    min-height: 250px;
    border-radius: 12px;
  }
  .knowledge-hero__feature-content {
    inset: auto 20px 20px;
  }
  .knowledge-hero__feature-content strong {
    font-size: 1.24rem;
  }
  .knowledge-categories {
    top: 76px;
  }
  .knowledge-categories__inner {
    width: 100%;
    padding-inline: 20px;
  }
  .knowledge-categories a {
    min-height: 52px;
    padding: 12px;
  }
  .knowledge-section-head {
    display: block;
    margin-bottom: 28px;
  }
  .knowledge-section-head h2 {
    font-size: var(--font-section-title);
  }
  .knowledge-section-head .knowledge-search {
    margin-top: 22px;
  }
  .knowledge-section-head .knowledge-search > div {
    width: 100%;
  }
  .knowledge-latest__lead {
    display: block;
  }
  .knowledge-latest__lead-media {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.6;
  }
  .knowledge-latest__lead-body {
    padding: 24px;
  }
  .knowledge-latest__side {
    grid-template-columns: 1fr;
  }
  .knowledge-latest__side article,
  .knowledge-latest__side article:nth-child(odd),
  .knowledge-latest__side article:nth-last-child(-n + 2) {
    min-height: 0;
    padding: 22px 24px;
    border-right: 0;
    border-bottom: 1px solid #dce5ef;
  }
  .knowledge-latest__side article:last-child {
    border-bottom: 0;
  }
  .knowledge-latest + .closing-cta {
    padding-block: 42px;
  }
  .knowledge-category-section .knowledge-section-head .text-link {
    margin-top: 20px;
  }
  .knowledge-post-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .knowledge-post-grid--listing {
    grid-template-columns: 1fr;
  }
  .knowledge-post-card__media {
    aspect-ratio: 1.7;
  }
  .knowledge-post-card__body {
    min-height: 0;
  }
  .knowledge-single__hero {
    padding-top: calc(64px + var(--knowledge-header-overlap));
    padding-bottom: 80px;
  }
  .knowledge-single h1 {
    font-size: clamp(1.875rem, 7.5vw, 2.5rem);
  }
  .knowledge-single__cover {
    height: 230px;
    margin-top: -38px;
    margin-bottom: 36px;
    border-width: 3px;
    border-radius: 12px;
  }
  .knowledge-single__content {
    font-size: 1rem;
  }
  .knowledge-single__content h2 {
    margin-top: 1.9em;
  }
  .knowledge-single__back {
    margin-bottom: 64px;
  }
  .knowledge-single__layout {
    gap: 34px;
  }
  .knowledge-toc--mobile {
    margin-bottom: 28px;
  }
  .knowledge-contact-card__body {
    padding: 20px 20px 14px;
  }
  .knowledge-contact-card img {
    height: 180px;
  }
  .knowledge-related .knowledge-section-head .text-link {
    display: inline-flex;
    margin-top: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .knowledge-hero__feature img,
  .knowledge-post-card,
  .knowledge-post-card__media img,
  .knowledge-toc--mobile summary span,
  .knowledge-contact-card__button span {
    transition: none;
  }
  .knowledge-hero__feature:hover img,
  .knowledge-post-card:hover,
  .knowledge-post-card:hover .knowledge-post-card__media img,
  .knowledge-toc--mobile[open] summary span,
  .knowledge-contact-card__button:hover span {
    transform: none;
  }
}
