.hsd-section-nav{--hsd-section-nav-gap:clamp(1.1rem,2vw,1.5rem);--hsd-section-nav-radius:1.7rem;--hsd-section-nav-ink-rgb:17,31,52;--hsd-section-nav-accent-rgb:161,77,36;--hsd-section-nav-surface:#fff;--hsd-section-nav-surface-soft:#f7f8fa;--hsd-section-nav-border:rgba(var(--hsd-section-nav-ink-rgb),0.1);--hsd-section-nav-shadow:0 20px 45px rgba(17,24,39,.08);--hsd-section-nav-shadow-hover:0 28px 64px rgba(17,24,39,.18);--hsd-section-nav-card-bg:var(--hsd-section-nav-surface);--hsd-section-nav-overlay-flat:rgba(17,31,52,.78);--hsd-section-nav-label:rgba(255,236,196,.96);--hsd-section-nav-title:var(--primary-color);--hsd-section-nav-copy:var(--grey);--hsd-section-nav-link:var(--primary-color);--hsd-section-nav-overlay:linear-gradient(180deg,rgba(var(--hsd-section-nav-ink-rgb),0.16) 0%,rgba(var(--hsd-section-nav-ink-rgb),0.64) 50%,var(--hsd-section-nav-overlay-flat) 100%);--hsd-section-nav-card-title:#f8fafc;--hsd-section-nav-card-copy:rgba(241,245,249,.9);--hsd-section-nav-card-link:rgba(255,236,196,.98);--hsd-section-nav-card-title-size:clamp(1.85rem,3vw,2.45rem);--hsd-section-nav-card-title-line:0.98}.hsd-section-nav__inner{margin:0 auto;width:min(100%,1200px)}.hsd-section-nav__header{margin-bottom:clamp(1.4rem,2.2vw,2rem);max-width:48rem}.hsd-section-nav--header-center .hsd-section-nav__header{margin-left:auto;margin-right:auto;max-width:64rem;text-align:center}.hsd-section-nav--header-center .hsd-section-nav__intro{margin-left:auto;margin-right:auto}.hsd-section-nav__heading{color:var(--hsd-section-nav-title);font-size:clamp(1.8rem,2.8vw,2.55rem);line-height:1.05;margin:0 0 .7rem}.hsd-section-nav__intro{color:var(--hsd-section-nav-copy);font-size:1rem;line-height:1.65}.hsd-section-nav__intro p:last-child{margin-bottom:0}.hsd-section-nav__grid{display:grid;gap:var(--hsd-section-nav-gap);grid-template-columns:repeat(var(--hsd-section-nav-columns),minmax(0,1fr))}.hsd-section-nav__card{background:var(--hsd-section-nav-card-bg);border:1px solid var(--hsd-section-nav-border);border-radius:var(--hsd-section-nav-radius);box-shadow:var(--hsd-section-nav-shadow);cursor:pointer;display:flex;flex-direction:column;isolation:isolate;min-height:clamp(19rem,34vw,25rem);overflow:hidden;position:relative;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hsd-section-nav__card:focus-within,.hsd-section-nav__card:hover{border-color:rgba(15,118,110,.18);box-shadow:var(--hsd-section-nav-shadow-hover);transform:translateY(-6px)}.hsd-section-nav--plain .hsd-section-nav__card{background:transparent;border:0;box-shadow:none}.hsd-section-nav--outline .hsd-section-nav__card{background:var(--hsd-section-nav-surface);box-shadow:none}.hsd-section-nav__media-link{background:var(--hsd-section-nav-surface-soft);border-radius:inherit;display:block;inset:0;position:absolute;z-index:0}.hsd-section-nav__media-link:after{background:var(--hsd-section-nav-overlay);content:"";inset:0;position:absolute}.hsd-section-nav__media-image{display:block;height:100%;object-fit:cover;transition:transform .36s ease;width:100%}.hsd-section-nav__card:focus-within .hsd-section-nav__media-image,.hsd-section-nav__card:hover .hsd-section-nav__media-image{transform:scale(1.045)}.hsd-section-nav__content{display:flex;flex-direction:column;gap:.85rem;justify-content:flex-end;min-height:100%;padding:clamp(1.2rem,2vw,1.55rem);position:relative;text-shadow:0 2px 14px rgba(8,18,28,.34);z-index:2}.hsd-section-nav__card-link{border-radius:inherit;color:inherit;display:flex;flex-direction:column;min-height:100%;text-decoration:none}.hsd-section-nav__card-link:focus-visible{outline:2px solid rgba(255,236,196,.88);outline-offset:-6px}.hsd-section-nav__card--without-image{background:radial-gradient(circle at top right,rgba(var(--hsd-section-nav-accent-rgb),.16),transparent 42%),linear-gradient(180deg,#f9f8f6 0,#f3f1ec 100%)}.hsd-section-nav__card--without-image .hsd-section-nav__content{justify-content:space-between}.hsd-section-nav__label{color:var(--hsd-section-nav-label);font-size:.77rem;font-weight:700;letter-spacing:.12em;margin:0;text-shadow:0 1px 8px rgba(8,18,28,.22);text-transform:uppercase}.hsd-section-nav__title{color:var(--hsd-section-nav-card-title);font-size:clamp(1.55rem,2.4vw,2rem);line-height:1.02;margin:0;text-wrap:balance}.hsd-section-nav__card--with-image .hsd-section-nav__title{font-size:var(--hsd-section-nav-card-title-size);line-height:var(--hsd-section-nav-card-title-line)}.hsd-section-nav--title-m .hsd-section-nav__card--with-image .hsd-section-nav__title{--hsd-section-nav-card-title-size:clamp(1.55rem,2.35vw,2rem);--hsd-section-nav-card-title-line:1.02}.hsd-section-nav--title-s .hsd-section-nav__card--with-image .hsd-section-nav__title{--hsd-section-nav-card-title-size:clamp(1.3rem,1.95vw,1.65rem);--hsd-section-nav-card-title-line:1.08}.hsd-section-nav--title-l .hsd-section-nav__card--with-image .hsd-section-nav__title{--hsd-section-nav-card-title-size:clamp(1.85rem,3vw,2.45rem);--hsd-section-nav-card-title-line:0.98}.hsd-section-nav--title-xl .hsd-section-nav__card--with-image .hsd-section-nav__title{--hsd-section-nav-card-title-size:clamp(2.1rem,3.6vw,2.95rem);--hsd-section-nav-card-title-line:0.94}.hsd-section-nav__description{color:hsla(0,0%,100%,.96);font-size:1rem;line-height:1.58;margin:0;max-width:30ch}.hsd-section-nav__card--without-image .hsd-section-nav__label{color:rgba(var(--hsd-section-nav-accent-rgb),.96);text-shadow:none}.hsd-section-nav__card--without-image .hsd-section-nav__title{color:var(--hsd-section-nav-title)}.hsd-section-nav__card--without-image .hsd-section-nav__description{color:var(--hsd-section-nav-copy);text-shadow:none}@media (max-width:980px){.hsd-section-nav__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.hsd-section-nav__grid{grid-template-columns:minmax(0,1fr)}.hsd-section-nav__content{padding:1rem}.hsd-section-nav__card{min-height:20rem}.hsd-section-nav__description{max-width:none}.hsd-section-nav__card--with-image .hsd-section-nav__title{font-size:var(--hsd-section-nav-card-title-size);line-height:var(--hsd-section-nav-card-title-line)}.hsd-section-nav--title-s .hsd-section-nav__card--with-image .hsd-section-nav__title{--hsd-section-nav-card-title-size:clamp(1.2rem,5.2vw,1.45rem);--hsd-section-nav-card-title-line:1.08}.hsd-section-nav--title-m .hsd-section-nav__card--with-image .hsd-section-nav__title{--hsd-section-nav-card-title-size:clamp(1.45rem,6vw,1.8rem);--hsd-section-nav-card-title-line:1.02}.hsd-section-nav--title-l .hsd-section-nav__card--with-image .hsd-section-nav__title{--hsd-section-nav-card-title-size:clamp(1.65rem,7vw,2rem);--hsd-section-nav-card-title-line:1.02}.hsd-section-nav--title-xl .hsd-section-nav__card--with-image .hsd-section-nav__title{--hsd-section-nav-card-title-size:clamp(1.85rem,8vw,2.2rem);--hsd-section-nav-card-title-line:0.98}}