[x-cloak] {
    display: none !important;
}

:root {
    --jmapam-blue: #005a9c;
    --jmapam-blue-dark: #003b70;
    --jmapam-blue-light: #0077b6;
    --jmapam-green: #2f9e44;
    --morena-guinda: #611232;
    --morena-guinda-light: #9b2247;
    --morena-gold: #bc955c;
    --morena-gold-light: #ddc39a;
    --jmapam-ink: #243746;
    --jmapam-muted: #6f7276;
    --jmapam-surface: #f6f4f1;
    --jmapam-water: #eef7f3;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

a {
    text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(188, 149, 92, 0.55);
    outline-offset: 3px;
}

.text-dif-arena {
    color: var(--morena-gold-light) !important;
}

.bg-dif-arena {
    background-color: var(--morena-gold) !important;
}

.site-shell {
    position: relative;
}

.hero-fullbleed {
    padding-top: 0;
}

.hero-panel {
    background: rgba(246,244,241, 0.4);
    color: #041c32;
    -webkit-backdrop-filter: blur(24px) saturate(140%);
    backdrop-filter: blur(24px) saturate(140%);
    box-shadow: 0 28px 80px rgba(4,28,50, 0.34);
}

.hero-quick-link {
    min-height: 100%;
}

.site-header {
    padding: 0.85rem 0 0;
}

.front-home .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.site-header-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: min(1280px, calc(100% - 1.5rem));
    padding: 0.45rem 0;
    margin: 0 auto;
    border: 1px solid rgba(0,90,156, 0.1);
    border-radius: 999px;
    background: rgba(246,244,241, 0.92);
    box-shadow: 0 18px 50px rgba(36,55,70, 0.12);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    transition: padding 180ms ease, margin-top 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, border-radius 180ms ease, backdrop-filter 180ms ease;
}

.site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.site-header.is-scrolled {
    padding-top: 0;
}

.site-header.is-scrolled .site-header-card {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: rgba(246,244,241, 0.94);
    box-shadow: 0 16px 40px rgba(36,55,70, 0.08);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.site-header.is-scrolled .site-header-inner {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.desktop-nav {
    gap: 0.05rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.nav-item {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 0;
}

.nav-link {
    position: relative;
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    gap: 0.4rem;
    border-radius: 999px;
    padding: 0.64rem 0.68rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #4b5563;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-link::after {
    display: none;
}

.nav-item:hover > .nav-link,
.nav-item:focus-within > .nav-link,
.nav-item.is-active > .nav-link {
    color: #005a9c;
    background: rgba(0,90,156, 0.08);
}

.nav-item:hover > .nav-link::after,
.nav-item:focus-within > .nav-link::after,
.nav-item.is-active > .nav-link::after {
    transform: scaleX(1);
}

.nav-dropdown {
    position: absolute;
    top: calc(100% - 0.28rem);
    left: 0;
    z-index: 30;
    min-width: 256px;
    max-width: 288px;
    padding: 0.65rem 0.22rem 0.22rem;
    border-radius: 1rem;
    border: 1px solid rgba(0,90,156, 0.08);
    background: rgba(255, 252, 248, 0.99);
    box-shadow: 0 24px 60px rgba(36,55,70, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 260ms ease, transform 260ms ease, visibility 260ms ease;
    transition-delay: 0s, 0s, 0s;
}

.nav-dropdown::before {
    content: '';
    position: absolute;
    top: -0.7rem;
    left: 0;
    right: 0;
    height: 0.7rem;
}

.nav-dropdown.level-2,
.nav-dropdown.level-3,
.nav-dropdown.level-4,
.nav-dropdown.level-5 {
    top: -0.8rem;
    left: calc(100% - 0.15rem);
    padding-top: 0.85rem;
}

.nav-dropdown.level-2::before,
.nav-dropdown.level-3::before,
.nav-dropdown.level-4::before,
.nav-dropdown.level-5::before {
    content: '';
    position: absolute;
    top: 0;
    left: -0.6rem;
    width: 0.6rem;
    height: 100%;
}

.nav-dropdown.level-2::after,
.nav-dropdown.level-3::after,
.nav-dropdown.level-4::after,
.nav-dropdown.level-5::after {
    content: '';
    position: absolute;
    top: -0.6rem;
    left: -0.6rem;
    right: 0;
    height: 0.6rem;
}

.nav-dropdown .nav-item {
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
}

.nav-dropdown .nav-link {
    width: 100%;
    justify-content: space-between;
    border-radius: 0.7rem;
    padding: 0.36rem 0.68rem;
    color: #44403c;
    font-size: 0.69rem;
    font-weight: 600;
    line-height: 1.08;
    text-align: left;
}

.nav-dropdown .nav-link::after {
    display: none;
}

.nav-item:hover > .nav-dropdown,
.nav-item:focus-within > .nav-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s, 0s, 0s;
}

.nav-item:not(:hover):not(:focus-within) > .nav-dropdown {
    transition-delay: 0s, 0s, 140ms;
}

.directorio-chip.is-active {
    box-shadow: 0 10px 28px rgba(0,90,156, 0.18);
}

.directorio-name,
.directorio-role,
.directorio-contact,
.directorio-email {
    min-width: 0;
}

.directorio-name,
.directorio-role {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.directorio-name {
    -webkit-line-clamp: 2;
    line-height: 1.15;
}

.directorio-role {
    -webkit-line-clamp: 2;
    line-height: 1.25;
}

.directorio-contact,
.directorio-email {
    width: 100%;
}

.directorio-contact span,
.directorio-email span {
    min-width: 0;
}

.directorio-photo {
    overflow: hidden;
}

.directorio-photo__img {
    display: block;
    background: #f6f4f1;
}

.cms-prose {
    color: #374151;
    line-height: 1.85;
    font-size: 1rem;
    font-family: Inter, system-ui, sans-serif;
}

.cms-prose > :first-child {
    margin-top: 0;
}

.cms-prose > :last-child {
    margin-bottom: 0;
}

.cms-prose h1,
.cms-prose h2,
.cms-prose h3,
.cms-prose h4,
.cms-prose h5,
.cms-prose h6 {
    margin-top: 1.8em;
    margin-bottom: 0.7em;
    color: #611232;
    font-family: inherit;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.18;
}

.cms-prose h1 {
    font-size: 2.4rem;
}

.cms-prose h2 {
    font-size: 2rem;
}

.cms-prose h3 {
    font-size: 1.6rem;
}

.cms-prose p,
.cms-prose ul,
.cms-prose ol,
.cms-prose blockquote,
.cms-prose table,
.cms-prose figure {
    margin: 1rem 0 1.25rem;
}

.cms-prose ul,
.cms-prose ol {
    padding-left: 1.4rem;
}

.cms-prose li + li {
    margin-top: 0.45rem;
}

.cms-prose a {
    color: #005a9c;
    font-weight: 600;
}

.cms-prose a:hover {
    color: #611232;
}

.cms-prose strong {
    color: #1f2937;
}

.cms-prose blockquote {
    padding: 1rem 1.25rem;
    border-left: 4px solid #bc955c;
    border-radius: 0 1rem 1rem 0;
    background: #f6f4f1;
    color: #57534e;
}

.cms-prose img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.5rem auto;
    border-radius: 1.2rem;
    box-shadow: 0 16px 40px rgba(36,55,70, 0.12);
}

.cms-prose table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(0,90,156, 0.1);
}

.cms-prose th,
.cms-prose td {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid rgba(0,90,156, 0.08);
    text-align: left;
}

.cms-prose th {
    background: #f6f4f1;
    color: #611232;
    font-weight: 700;
}

.cms-prose iframe {
    width: 100%;
    max-width: 100%;
    border: 0;
    border-radius: 1.2rem;
}

.article-readable {
    color: #243746;
}

.front-article .article-prose {
    font-family: Tahoma, Verdana, Segoe UI, sans-serif;
    color: #2f3f4b;
    font-size: 1.08rem;
    line-height: 1.9;
}

.front-article .article-prose p,
.front-article .article-prose ul,
.front-article .article-prose ol,
.front-article .article-prose blockquote,
.front-article .article-prose table,
.front-article .article-prose figure {
    margin: 0 0 1.15rem;
}

.front-article .article-prose h1,
.front-article .article-prose h2,
.front-article .article-prose h3,
.front-article .article-prose h4,
.front-article .article-prose h5,
.front-article .article-prose h6 {
    margin-top: 1.45em;
    margin-bottom: 0.5em;
    letter-spacing: 0;
}

.front-article .article-prose img {
    box-shadow: none;
}

.front-portfolio-item .cms-prose {
    line-height: 1.7;
    font-family: Inter, system-ui, sans-serif;
}

.front-portfolio-item .cms-prose h1,
.front-portfolio-item .cms-prose h2,
.front-portfolio-item .cms-prose h3,
.front-portfolio-item .cms-prose h4,
.front-portfolio-item .cms-prose h5,
.front-portfolio-item .cms-prose h6 {
    margin-top: 1.2em;
    margin-bottom: 0.45em;
}

.front-portfolio-item .cms-prose p,
.front-portfolio-item .cms-prose ul,
.front-portfolio-item .cms-prose ol,
.front-portfolio-item .cms-prose blockquote,
.front-portfolio-item .cms-prose table,
.front-portfolio-item .cms-prose figure {
    margin: 0.7rem 0 0.95rem;
}

.front-portfolio-item .cms-prose img {
    margin: 1rem auto;
}

.front-page main {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(246, 244, 241, 0.9)),
        radial-gradient(circle at 12% 8%, rgba(0, 90, 156, 0.08), transparent 28%);
}

.page-shell {
    width: min(1180px, calc(100% - 1.5rem));
    margin-inline: auto;
}

.page-hero-section {
    padding: 3.5rem 0 0.75rem;
}

.page-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 2rem;
    align-items: stretch;
    overflow: hidden;
    border-top: 1px solid rgba(0, 90, 156, 0.14);
    border-bottom: 1px solid rgba(0, 90, 156, 0.14);
    padding: 2.4rem 0;
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 0.42rem;
    background: linear-gradient(180deg, var(--jmapam-blue), var(--morena-guinda), var(--morena-gold));
}

.page-hero__content {
    padding: 0.25rem 0 0.25rem 1.5rem;
}

.page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--jmapam-blue);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.page-kicker span {
    display: inline-block;
    width: 2.4rem;
    height: 2px;
    background: var(--morena-gold);
}

.page-hero h1 {
    max-width: 820px;
    margin: 1.2rem 0 0;
    color: var(--morena-guinda);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.35rem, 5vw, 5.1rem);
    font-weight: 700;
    line-height: 0.98;
}

.page-hero p {
    max-width: 760px;
    margin: 1.35rem 0 0;
    color: var(--jmapam-ink);
    font-size: 1.03rem;
    line-height: 1.85;
}

.page-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.page-meta-row span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 1px solid rgba(0, 90, 156, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    padding: 0.55rem 0.85rem;
    color: var(--jmapam-muted);
    font-size: 0.78rem;
    font-weight: 800;
}

.page-meta-row i {
    color: var(--jmapam-blue);
}

.page-hero__media,
.page-hero__mark {
    width: 280px;
    height: 280px;
    min-height: 0;
    border-radius: 0.35rem;
}

.page-hero__media {
    overflow: hidden;
    border: 1px solid rgba(0, 90, 156, 0.12);
}

.page-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-hero__mark {
    display: grid;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(0, 90, 156, 0.1), rgba(47, 158, 68, 0.08)),
        #ffffff;
    color: rgba(0, 90, 156, 0.22);
    font-size: 7rem;
}

.page-content-section {
    padding: 0.25rem 0 4.5rem;
}

.page-prose {
    border: 1px solid rgba(0, 90, 156, 0.1);
    border-radius: 0.45rem;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 20px 60px rgba(36, 55, 70, 0.09);
}

.page-prose__inner {
    padding: clamp(1.1rem, 2.2vw, 2rem) clamp(1rem, 2vw, 1.6rem);
}

.front-page .page-prose {
    color: #263949;
    font-family: Inter, 'Segoe UI', Arial, sans-serif;
    font-size: 1.16rem;
    line-height: 1.78;
}

.front-page .page-prose h1,
.front-page .page-prose h2,
.front-page .page-prose h3,
.front-page .page-prose h4,
.front-page .page-prose h5,
.front-page .page-prose h6 {
    color: var(--morena-guinda);
    font-family: Inter, system-ui, sans-serif;
    letter-spacing: 0;
}

.front-page .page-prose h2 {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 1.55rem;
}

.front-page .page-prose h2::before {
    content: '';
    flex: 0 0 0.72rem;
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    background: var(--morena-gold);
}

.front-page .page-prose p,
.front-page .page-prose li {
    color: #263949;
}

.front-page .page-prose a {
    color: var(--jmapam-blue);
    text-decoration: underline;
    text-decoration-color: rgba(188, 149, 92, 0.55);
    text-underline-offset: 0.22em;
}

.front-page .page-prose img {
    border-radius: 0.35rem;
    box-shadow: 0 16px 45px rgba(36, 55, 70, 0.14);
}

.front-page .page-prose--enhanced {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 247, 243, 0.72)),
        #ffffff;
}

.front-page .page-prose--enhanced .page-prose__inner {
    display: grid;
    gap: 1rem;
}

.front-page .page-prose--enhanced .page-prose__inner > p,
.front-page .page-prose--enhanced .page-prose__inner > ul,
.front-page .page-prose--enhanced .page-prose__inner > ol,
.front-page .page-prose--enhanced .page-prose__inner > figure {
    margin: 0;
    border: 1px solid rgba(0, 90, 156, 0.1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.86);
    padding: 1rem 1.1rem;
    box-shadow: 0 12px 34px rgba(36, 55, 70, 0.07);
}

.front-page .page-prose--enhanced .page-prose__inner > h2,
.front-page .page-prose--enhanced .page-prose__inner > h3 {
    margin: 1.15rem 0 0.15rem;
    border-bottom: 1px solid rgba(188, 149, 92, 0.35);
    padding-bottom: 0.65rem;
}

.front-page .page-prose--enhanced .page-prose__inner > h2:first-child,
.front-page .page-prose--enhanced .page-prose__inner > h3:first-child {
    margin-top: 0;
}

.front-page .page-prose--enhanced figure img,
.front-page .page-prose--enhanced p img {
    margin: 0 auto;
}

#tblNoticias_wrapper .dt-layout-row:first-child,
#tblNoticias_wrapper .dt-layout-row:last-child {
    gap: 1rem;
    padding: 0.4rem 0;
}

#tblNoticias_wrapper .dt-input {
    border: 1px solid rgba(0,90,156, 0.14);
    border-radius: 999px;
    padding: 0.65rem 0.95rem;
    background: #fff;
}

#tblNoticias_wrapper .dt-paging .dt-paging-button {
    border-radius: 999px !important;
    border: 0 !important;
    background: #f6f4f1 !important;
    color: #005a9c !important;
}

#tblNoticias_wrapper .dt-paging .dt-paging-button.current,
#tblNoticias_wrapper .dt-paging .dt-paging-button:hover {
    background: #005a9c !important;
    color: #fff !important;
}

.office-preview-shell {
    overflow: hidden;
    border: 1px solid rgba(0,90,156, 0.08);
    border-radius: 1rem;
    background: #fff;
}

.office-preview-loading,
.office-preview-error {
    padding: 1.4rem;
    text-align: center;
    color: #57534e;
    font-size: 0.95rem;
}

.office-preview-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.9rem 0.9rem 0 0.9rem;
    border-bottom: 1px solid rgba(0,90,156, 0.08);
    background: #ffffff;
}

.office-preview-tab {
    border: 0;
    cursor: pointer;
    border-radius: 999px;
    padding: 0.55rem 0.9rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #005a9c;
    background: #eef7f3;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.office-preview-tab:hover {
    transform: translateY(-1px);
    background: #e8f2f7;
}

.office-preview-tab.is-active {
    color: #fff;
    background: #005a9c;
}

.office-preview-body {
    overflow: auto;
    max-height: 760px;
    padding: 0.9rem;
}

.office-preview-table-wrap table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    font-size: 0.9rem;
    color: #374151;
}

.office-preview-table-wrap td,
.office-preview-table-wrap th {
    border: 1px solid rgba(0,90,156, 0.08);
    padding: 0.65rem 0.75rem;
    vertical-align: top;
}

.office-preview-table-wrap tr:nth-child(odd) td {
    background: rgba(246,244,241, 0.38);
}

.cms-image-viewer {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: none;
}

.cms-image-viewer.is-open {
    display: block;
}

.cms-image-viewer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 28, 50, 0.82);
    backdrop-filter: blur(10px);
}

.cms-image-viewer__panel {
    position: relative;
    display: flex;
    flex-direction: column;
    width: min(96vw, 1400px);
    height: min(92vh, 1000px);
    margin: 4vh auto 0;
    overflow: hidden;
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.cms-image-viewer__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid rgba(0,90,156, 0.08);
    background: #f6f4f1;
}

.cms-image-viewer__title {
    min-width: 0;
    font-size: 0.95rem;
    font-weight: 800;
    color: #611232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cms-image-viewer__actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.cms-image-viewer__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border: 0;
    border-radius: 999px;
    background: #eef7f3;
    color: #005a9c;
    transition: background 160ms ease, transform 160ms ease;
}

.cms-image-viewer__btn:hover {
    transform: translateY(-1px);
    background: #ddc39a;
}

.cms-image-viewer__btn--close {
    background: #005a9c;
    color: #fff;
}

.cms-image-viewer__btn--close:hover {
    background: #611232;
}

.cms-image-viewer__body {
    flex: 1;
    overflow: auto;
    padding: 1rem;
    background: #f6f4f1;
}

.cms-image-viewer__stage {
    display: grid;
    place-items: center;
    min-height: 100%;
}

.cms-image-viewer__stage img {
    display: block;
    max-width: none;
    max-height: none;
    transform-origin: center center;
    transition: transform 120ms ease;
    border-radius: 1rem;
    box-shadow: 0 18px 55px rgba(36,55,70, 0.18);
}

.cms-image-viewer__stage.is-zoomed {
    align-items: start;
}

html.overflow-hidden {
    overflow: hidden;
}

.cms-accessibility {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 80;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
}

.cms-accessibility-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    height: 2.85rem;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #005a9c, #0077b6);
    box-shadow: 0 12px 28px rgba(36,55,70, 0.24);
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cms-accessibility-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(36,55,70, 0.3);
}

.cms-accessibility-toggle i {
    font-size: 1.05rem;
}

.cms-accessibility-panel {
    width: min(24rem, calc(100vw - 1.5rem));
    border: 1px solid rgba(0,90,156, 0.12);
    border-radius: 1.4rem;
    background: rgba(255, 252, 248, 0.98);
    box-shadow: 0 26px 70px rgba(36,55,70, 0.18);
    padding: 1rem;
    display: none;
}

.cms-accessibility.is-open .cms-accessibility-panel {
    display: block;
}

.cms-accessibility-panel__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.cms-accessibility-panel__eyebrow {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #005a9c;
}

.cms-accessibility-panel__title {
    display: block;
    margin-top: 0.25rem;
    font-size: 1.05rem;
    color: #243746;
}

.cms-accessibility-panel__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 999px;
    color: #005a9c;
    background: #eef7f3;
    cursor: pointer;
}

.cms-accessibility-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
}

.cms-accessibility-action {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    border: 1px solid rgba(0,90,156, 0.12);
    border-radius: 999px;
    padding: 0.78rem 0.9rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: #611232;
    background: #fff;
    cursor: pointer;
    transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.cms-accessibility-action:hover {
    transform: translateY(-1px);
    background: #eef7f3;
    border-color: rgba(0,90,156, 0.2);
}

.cms-accessibility-action.is-active {
    color: #fff;
    background: #005a9c;
    border-color: #005a9c;
}

.cms-accessibility-action--secondary {
    grid-column: 1 / -1;
    justify-content: center;
}

.cms-chat {
    position: fixed;
    right: 4.35rem;
    bottom: 1rem;
    z-index: 79;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 0.75rem;
}

.cms-chat-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    height: 2.85rem;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #611232, #005a9c);
    box-shadow: 0 12px 28px rgba(36,55,70, 0.24);
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cms-chat-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(36,55,70, 0.3);
}

.cms-chat-toggle i {
    font-size: 1.05rem;
}

.cms-chat-panel {
    display: none;
    width: min(25rem, calc(100vw - 1.5rem));
    overflow: hidden;
    border: 1px solid rgba(0,90,156, 0.12);
    border-radius: 1.5rem;
    background: rgba(255, 252, 248, 0.98);
    box-shadow: 0 26px 70px rgba(36,55,70, 0.18);
    backdrop-filter: blur(12px);
}

.cms-chat.is-open .cms-chat-panel {
    display: block;
}

.cms-chat-panel__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1rem 0.85rem;
    border-bottom: 1px solid rgba(0,90,156, 0.08);
}

.cms-chat-panel__eyebrow {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #005a9c;
}

.cms-chat-panel__title {
    display: block;
    margin-top: 0.25rem;
    font-size: 1rem;
    color: #243746;
}

.cms-chat-panel__description {
    margin-top: 0.35rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #6f7276;
}

.cms-chat-modes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.8rem;
}

.cms-chat-service-options {
    display: none;
    gap: 0.45rem;
    margin-top: 0.8rem;
}

.cms-chat-service-option {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    border: 1px solid rgba(0,90,156, 0.14);
    border-radius: 0.9rem;
    padding: 0.65rem 0.75rem;
    color: #243746;
    background: #fff;
    text-align: left;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.25;
    cursor: pointer;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.cms-chat-service-option:hover {
    transform: translateY(-1px);
    border-color: rgba(188, 149, 92, 0.55);
    color: #611232;
    background: #f6f4f1;
}

.cms-chat-service-option i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    flex: none;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #005a9c, #611232);
    font-size: 0.85rem;
}

.cms-chat-mode {
    border: 1px solid rgba(0,90,156, 0.14);
    border-radius: 999px;
    padding: 0.4rem 0.7rem;
    font-size: 0.74rem;
    font-weight: 800;
    color: #6f7276;
    background: #fff;
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.cms-chat-mode:hover {
    transform: translateY(-1px);
    border-color: rgba(0,90,156, 0.28);
}

.cms-chat-mode.is-active {
    color: #fff;
    border-color: #005a9c;
    background: linear-gradient(135deg, #005a9c, #0077b6);
}

.cms-chat-panel__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 999px;
    color: #005a9c;
    background: #eef7f3;
    cursor: pointer;
}

.cms-chat-messages {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    max-height: 18rem;
    overflow-y: auto;
    padding: 1rem;
}

.cms-chat-message {
    max-width: 92%;
    border-radius: 1rem;
    padding: 0.85rem 0.95rem;
    font-size: 0.9rem;
    line-height: 1.55;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.cms-chat-message--assistant {
    align-self: flex-start;
    color: #243746;
    background: #eef7f3;
}

.cms-chat-message--user {
    align-self: flex-end;
    color: #fff;
    background: linear-gradient(135deg, #005a9c, #611232);
}

.cms-chat-message--system {
    align-self: center;
    max-width: 100%;
    color: #6f7276;
    background: transparent;
    text-align: center;
    font-size: 0.82rem;
    padding: 0.25rem 0;
}

.cms-chat-sources {
    display: grid;
    gap: 0.45rem;
    margin-top: 0.6rem;
}

.cms-chat-source {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    padding: 0.45rem 0.7rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #005a9c;
    background: #eef7f3;
}

.cms-chat-source i {
    font-size: 0.8rem;
}

.cms-chat-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.7rem;
}

.cms-chat-action {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid rgba(0,90,156, 0.16);
    border-radius: 999px;
    padding: 0.48rem 0.72rem;
    font-size: 0.78rem;
    font-weight: 800;
    color: #005a9c;
    background: #fff;
    box-shadow: 0 0.45rem 1.1rem rgba(0, 90, 156, 0.08);
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.cms-chat-action:hover {
    transform: translateY(-1px);
    color: #fff;
    background: #005a9c;
}

.cms-chat-action i {
    font-size: 0.9rem;
}

.cms-chat-form {
    border-top: 1px solid rgba(0,90,156, 0.08);
    padding: 0.95rem 1rem 1rem;
}

.cms-chat-input {
    width: 100%;
    min-height: 4.5rem;
    resize: vertical;
    border: 1px solid rgba(0,90,156, 0.14);
    border-radius: 1rem;
    padding: 0.8rem 0.9rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #243746;
    background: #fff;
    outline: none;
}

.cms-chat-input:focus {
    border-color: rgba(0,90,156, 0.35);
    box-shadow: 0 0 0 4px rgba(0,90,156, 0.08);
}

.cms-chat-form__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.cms-chat-send,
.cms-chat-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border: 0;
    border-radius: 999px;
    padding: 0.72rem 1rem;
    font-size: 0.85rem;
    font-weight: 800;
    cursor: pointer;
}

.cms-chat-send {
    color: #fff;
    background: linear-gradient(135deg, #005a9c, #0077b6);
}

.cms-chat-reset {
    color: #611232;
    background: #eef7f3;
}

body.cms-a11y-contrast {
    background: #fff !important;
}

body.cms-a11y-contrast .desktop-nav,
body.cms-a11y-contrast header,
body.cms-a11y-contrast footer,
body.cms-a11y-contrast .cms-accessibility-panel,
body.cms-a11y-contrast .office-preview-shell {
    border-color: #000 !important;
}

body.cms-a11y-contrast .nav-link,
body.cms-a11y-contrast .cms-prose,
body.cms-a11y-contrast .cms-prose p,
body.cms-a11y-contrast .cms-prose li,
body.cms-a11y-contrast .cms-prose td,
body.cms-a11y-contrast .cms-prose th {
    color: #000 !important;
}

body.cms-a11y-contrast .nav-item:hover > .nav-link,
body.cms-a11y-contrast .nav-item:focus-within > .nav-link,
body.cms-a11y-contrast .nav-item.is-active > .nav-link {
    background: #000 !important;
    color: #fff !important;
}

body.cms-a11y-contrast .cms-prose a {
    color: #0000ee !important;
    text-decoration: underline;
}

html.cms-a11y-text-sm {
    font-size: 15px;
}

html.cms-a11y-text-lg {
    font-size: 17px;
}

html.cms-a11y-text-xl {
    font-size: 18px;
}

body.cms-a11y-reading main > * {
    max-width: min(900px, calc(100vw - 1.5rem));
    margin-left: auto;
    margin-right: auto;
}

body.cms-a11y-reading .cms-prose {
    line-height: 2;
    font-size: 1.08em;
}

body.cms-a11y-reading .desktop-nav,
body.cms-a11y-reading header,
body.cms-a11y-reading footer {
    backdrop-filter: none;
}

body.cms-a11y-motion *,
body.cms-a11y-motion *::before,
body.cms-a11y-motion *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
}

body.cms-a11y-links a {
    outline: 2px solid transparent;
    outline-offset: 2px;
    text-decoration: underline !important;
}

body.cms-a11y-links a:hover,
body.cms-a11y-links a:focus {
    outline-color: #bc955c;
}

@media (max-width: 1023px) {
    .desktop-nav {
        display: none;
    }

    .site-header-card {
        padding: 0.3rem 0;
    }

    .site-header.is-scrolled .site-header-card {
        padding: 0.6rem 0;
        margin-top: 0;
        border-radius: 0;
    }

    .page-hero {
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }

    .page-hero__media,
    .page-hero__mark {
        width: min(280px, 100%);
        margin-left: 1.25rem;
    }

    .page-hero__content {
        padding-left: 1.25rem;
    }

}

@media (max-width: 767px) {
    .hero-fullbleed {
        padding-top: 0;
    }

    .hero-panel {
        border-radius: 1.5rem;
        padding: 1.05rem;
    }

    .page-hero-section {
        padding: 2.25rem 0 1.25rem;
    }

    .page-hero {
        padding: 1.55rem 0;
    }

    .page-hero h1 {
        font-size: 2.25rem;
        line-height: 1.02;
    }

    .page-hero p {
        font-size: 0.94rem;
        line-height: 1.7;
    }

    .page-hero__media,
    .page-hero__mark,
    .page-hero__media img {
        height: min(280px, calc(100vw - 3rem));
        min-height: 0;
    }

    .front-page .page-prose {
        font-size: 1rem;
        line-height: 1.78;
    }

    .front-page .page-prose h2 {
        align-items: flex-start;
        font-size: 1.28rem;
    }

    .hero-panel h1 {
        font-size: 2.1rem;
        line-height: 1.08;
    }

    .cms-prose {
        font-size: 0.97rem;
    }

    .cms-prose h1 {
        font-size: 2rem;
    }

    .cms-prose h2 {
        font-size: 1.7rem;
    }

    .cms-prose h3 {
        font-size: 1.4rem;
    }

    .cms-accessibility {
        right: 0.75rem;
        bottom: 0.75rem;
    }

    .cms-accessibility-panel {
        width: min(21rem, calc(100vw - 1.25rem));
    }

    .cms-accessibility-actions {
        grid-template-columns: 1fr;
    }

    .cms-chat {
        right: 4.1rem;
        bottom: 0.75rem;
    }

    .cms-chat-panel {
        width: min(21rem, calc(100vw - 1.25rem));
    }
}
