:root{--nav-h:74px}html{scroll-behavior:smooth}body{background:var(--paper,#f4f5f3);margin:0}#jra-home{--navy:#202e44;--navy-2:#2a3a57;--navy-deep:#161e30;--peri:#5a72a0;--peri-lt:#9cabc6;--gold:#b8965a;--gold-lt:#d4af76;--gold-deep:#9c7b38;--gold-hi:#e8ce86;--gold-grad:linear-gradient(120deg,#9c7b38 0%,#c9a463 28%,#e8ce86 50%,#c9a463 72%,#9c7b38 100%);--gold-grad-soft:linear-gradient(120deg,#8a6a2e 0%,#a8863f 34%,#be9b57 52%,#9c7b38 78%,#8a6a2e 100%);--ink:#33373d;--soft:#5b626c;--paper:#f4f5f3;--cool:#ecf0f5;--line:#202e4424;--bronze:#8a6a2e;--bronze-hover:#73591f;--head:"Newsreader",Georgia,serif;--body:"Inter",system-ui,sans-serif;font-family:var(--body);color:var(--ink);letter-spacing:-.011em;-webkit-font-smoothing:antialiased;background:var(--paper);line-height:1.6}#jra-home *{box-sizing:border-box;margin:0;padding:0}#jra-home .jh-wrap{max-width:1240px;margin:0 auto;padding:0 40px}#jra-home h1,#jra-home h2,#jra-home h3{font-family:var(--head)}#jra-home .jh-skip{z-index:200;background:var(--navy);color:#fff;padding:12px 20px;font-size:.9rem;font-weight:600;position:absolute;top:0;left:-9999px}#jra-home .jh-skip:focus{top:12px;left:12px}#jra-home a:focus-visible,#jra-home button:focus-visible,#jra-home input:focus-visible,#jra-home select:focus-visible,#jra-home textarea:focus-visible{outline:2px solid var(--gold);outline-offset:3px}#jra-home .jra-nav{z-index:50;backdrop-filter:blur(10px);background:#f4f5f3db;border-bottom:1px solid #b8965ab3;transition:background .3s,border-color .3s;position:sticky;top:0}#jra-home .jra-nav-in{max-width:1240px;height:var(--nav-h);justify-content:space-between;align-items:center;gap:24px;margin:0 auto;padding:0 40px;display:flex}#jra-home .jra-logo{align-items:center;display:flex}#jra-home .jra-logo img{width:auto;height:34px;transition:filter .3s;display:block}#jra-home .jra-links{align-items:center;gap:30px;display:flex}#jra-home .jra-links a{color:var(--navy);letter-spacing:.01em;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .25s}#jra-home .jra-links a:hover,#jra-home .jra-links a[aria-current=page]{color:var(--peri)}#jra-home .jra-nav-cta{background:var(--navy);padding:10px 20px;transition:background .25s,transform .2s,border-color .25s;color:#fff!important}#jra-home .jra-nav-cta:hover{background:var(--navy-2);transform:translateY(-1px)}#jra-home[data-stage=dark] .jra-nav.nav-over-hero{background:#161e30d1;border-bottom-color:#d4af7699}#jra-home[data-stage=dark] .jra-nav.nav-over-hero .jra-links a{color:#ffffffe6}#jra-home[data-stage=dark] .jra-nav.nav-over-hero .jra-links a:hover{color:var(--gold-lt)}#jra-home[data-stage=dark] .jra-nav.nav-over-hero .jra-logo img{filter:brightness(0)invert()}#jra-home[data-stage=dark] .jra-nav.nav-over-hero .jra-burger{color:#fff}#jra-home[data-stage=dark] .jra-nav.nav-over-hero .jra-nav-cta{background:0 0;border:1px solid #ffffff6b}#jra-home[data-stage=dark] .jra-nav.nav-over-hero .jra-nav-cta:hover{border-color:var(--gold-lt);background:#ffffff1a}#jra-home .jra-burger{cursor:pointer;width:44px;height:44px;color:var(--navy);background:0 0;border:0;flex:none;margin-right:-11px;padding:0;transition:color .3s;display:none;position:relative}#jra-home .jra-burger-b{background:currentColor;width:22px;height:1.5px;transition:transform .32s cubic-bezier(.4,0,.2,1);position:absolute;left:11px}#jra-home .jra-burger-b:first-child{top:19px}#jra-home .jra-burger-b:nth-child(2){top:25px}#jra-home .jra-nav.menu-open .jra-burger-b:first-child{transform:translateY(3px)rotate(45deg)}#jra-home .jra-nav.menu-open .jra-burger-b:nth-child(2){transform:translateY(-3px)rotate(-45deg)}#jra-home .jra-nav.menu-open{background:var(--navy-deep);backdrop-filter:none;border-bottom-color:#0000}#jra-home .jra-nav.menu-open .jra-logo img{filter:brightness(0)invert()}#jra-home .jra-nav.menu-open .jra-burger{color:#fff}#jra-home .jra-menu{left:0;right:0;top:var(--nav-h);z-index:45;padding:clamp(20px,6vh,48px) 22px calc(env(safe-area-inset-bottom,0px) + 26px);background:var(--navy-deep);opacity:0;visibility:hidden;flex-direction:column;justify-content:space-between;gap:32px;transition:opacity .34s,visibility .34s;display:none;position:fixed;bottom:0;overflow-y:auto}#jra-home .jra-menu.is-open{opacity:1;visibility:visible}#jra-home .jra-menu-nav{flex-direction:column;display:flex}#jra-home .jra-menu-nav a{font-family:var(--head);letter-spacing:-.02em;color:#fff;opacity:0;border-bottom:1px solid #d4af7638;align-items:baseline;gap:16px;padding:17px 0;font-size:clamp(1.5rem,7vw,2.05rem);font-weight:400;line-height:1.15;text-decoration:none;transition:opacity .4s,transform .4s,color .25s;display:flex;transform:translateY(10px)}#jra-home .jra-menu-nav a:first-child{border-top:1px solid #d4af7638}#jra-home .jra-menu-nav a[aria-current=page]{color:var(--gold-lt)}#jra-home .jra-menu-n{min-width:2.1em;font-family:var(--body);letter-spacing:.18em;color:var(--gold);flex:none;font-size:.68rem;font-weight:600}#jra-home .jra-menu.is-open .jra-menu-nav a{opacity:1;transform:none}#jra-home .jra-menu.is-open .jra-menu-nav a:first-child{transition-delay:50ms}#jra-home .jra-menu.is-open .jra-menu-nav a:nth-child(2){transition-delay:.1s}#jra-home .jra-menu.is-open .jra-menu-nav a:nth-child(3){transition-delay:.15s}#jra-home .jra-menu.is-open .jra-menu-nav a:nth-child(4){transition-delay:.2s}#jra-home .jra-menu.is-open .jra-menu-nav a:nth-child(5){transition-delay:.25s}#jra-home .jra-menu-cta{color:var(--navy);text-align:center;font-family:var(--body);letter-spacing:.02em;background:#fff;flex:none;padding:18px 24px;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .25s;display:block}#jra-home .jra-menu-cta:hover{background:var(--gold-hi)}html:has(body.jra-nav-open),body.jra-nav-open{overflow:hidden}body.jra-nav-open #jhConsent{display:none}#jra-home .jh-btn{font-family:var(--body);letter-spacing:.02em;cursor:pointer;border:1px solid #0000;border-radius:0;align-items:center;gap:.55em;padding:15px 30px;font-size:.92rem;font-weight:500;text-decoration:none;transition:transform .2s,background .25s,border-color .25s,box-shadow .25s,color .25s;display:inline-flex}#jra-home .jh-ar{transition:transform .25s;display:inline-block}#jra-home .jh-btn:hover .jh-ar{transform:translate(4px)}#jra-home .jh-solid{background:var(--navy);color:#fff}#jra-home .jh-solid:hover{background:var(--navy-2);transform:translateY(-2px);box-shadow:0 14px 30px -16px #202e44b3}#jra-home .jh-ghost{color:var(--navy);border-color:var(--line);background:0 0}#jra-home .jh-ghost:hover{background:var(--navy);color:#fff;border-color:var(--navy);transform:translateY(-2px)}#jra-home .jh-light{color:var(--navy);background:#fff}#jra-home .jh-light:hover{transform:translateY(-2px);box-shadow:0 16px 34px -18px #00000073}#jra-home .ci-gold{background:var(--navy);color:#fff}#jra-home .ci-gold:hover{background:var(--navy-2);transform:translateY(-2px);box-shadow:0 14px 30px -16px #202e448c}#jra-home .ci-ghost{color:#fff;background:0 0;border-color:#fff6}#jra-home .ci-ghost:hover{border-color:var(--gold-lt);color:var(--gold-lt)}#jra-home .jh-cta{background:var(--navy);color:#fff;text-align:center;padding-top:88px;padding-bottom:88px}#jra-home .jh-cta-h{color:#fff;margin-bottom:30px;font-size:clamp(2rem,3.6vw,2.9rem);font-weight:600}#jra-home .jh-cta-sub{color:#ffffffd1;max-width:46ch;margin:0 auto 30px;font-size:1.12rem;font-weight:300}#jra-home .jh-kicker{text-transform:uppercase;letter-spacing:.2em;color:var(--peri);margin-bottom:12px;font-size:.72rem;font-weight:600;display:inline-block}#jra-home .jh-kicker-gold{background:var(--gold-grad-soft);color:#0000;background-clip:text}#jra-home .jra-foot{background:var(--navy-deep);padding:46px 0}#jra-home .jra-foot-in{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;max-width:1240px;margin:0 auto;padding:0 40px;display:flex}#jra-home .jra-foot-logo{filter:brightness(0)invert();opacity:.92;width:auto;height:40px}#jra-home .jra-foot-meta{flex-wrap:wrap;align-items:center;gap:26px;display:flex}#jra-home .jra-foot-meta a{color:var(--gold-lt);font-size:.92rem;font-weight:500;text-decoration:none;transition:color .2s}#jra-home .jra-foot-meta a:hover{color:var(--gold-hi)}#jra-home .jra-foot-c{color:#fff6;font-size:.82rem}#jra-home .jra-foot-tm{color:#fff6;flex-basis:100%;margin-top:6px;font-size:.78rem}@media (width<=980px){#jra-home .jra-links{display:none}#jra-home .jra-burger{display:block}#jra-home .jra-menu{display:flex}}@media (width<=880px){#jra-home .jh-wrap,#jra-home .jra-nav-in,#jra-home .jra-foot-in{padding:0 22px}}@media (prefers-reduced-motion:reduce){#jra-home *{scroll-behavior:auto!important;transition-duration:.001ms!important;transition-delay:0s!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.jh-consent[data-astro-cid-u6s5b3h2]{z-index:120;background:var(--navy-deep,#161e30);color:#fff;border:1px solid #d4af7680;flex-direction:column;gap:14px;max-width:620px;margin:0 auto;padding:22px 24px;display:flex;position:fixed;bottom:16px;left:16px;right:16px;box-shadow:0 24px 60px -24px #0009}.jh-consent[data-astro-cid-u6s5b3h2][hidden]{display:none}.jh-consent-h[data-astro-cid-u6s5b3h2]{font-family:var(--head,Georgia,serif);color:#fff;margin:0;font-size:1.12rem;font-weight:500}.jh-consent-txt[data-astro-cid-u6s5b3h2]{color:#ffffffdb;margin:0;font-size:.9rem;line-height:1.55}.jh-consent-txt[data-astro-cid-u6s5b3h2] a[data-astro-cid-u6s5b3h2]{color:var(--gold-lt,#d4af76);text-decoration:underline}.jh-consent-opts[data-astro-cid-u6s5b3h2]{border-top:1px solid #ffffff2e;border-bottom:1px solid #ffffff2e;flex-direction:column;gap:12px;padding:16px 0;display:flex}.jh-consent-opts[data-astro-cid-u6s5b3h2][hidden]{display:none}.jh-consent-opt[data-astro-cid-u6s5b3h2]{color:#fffc;cursor:pointer;align-items:flex-start;gap:11px;font-size:.85rem;line-height:1.5;display:flex}.jh-consent-opt[data-astro-cid-u6s5b3h2] input[data-astro-cid-u6s5b3h2]{accent-color:#d4af76;cursor:pointer;flex:none;width:15px;height:15px;margin-top:.25em}.jh-consent-opt[data-astro-cid-u6s5b3h2] b[data-astro-cid-u6s5b3h2],.jh-consent-req[data-astro-cid-u6s5b3h2] b[data-astro-cid-u6s5b3h2]{color:#fff;margin-bottom:1px;font-size:.87rem;font-weight:600;display:block}.jh-consent-req[data-astro-cid-u6s5b3h2]{color:#ffffff9e;margin:0;padding-left:26px;font-size:.85rem;line-height:1.5}.jh-consent-row[data-astro-cid-u6s5b3h2]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.jh-consent-btns[data-astro-cid-u6s5b3h2]{gap:10px;margin-left:auto;display:flex}.jh-consent[data-astro-cid-u6s5b3h2] .jh-btn[data-astro-cid-u6s5b3h2]{padding:11px 20px;font-size:.85rem}.jh-consent-more[data-astro-cid-u6s5b3h2]{color:#ffffffb8;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:.83rem;text-decoration:underline}.jh-consent-more[data-astro-cid-u6s5b3h2]:hover{color:#fff}.jh-consent-more[data-astro-cid-u6s5b3h2][hidden]{display:none}@media (width<=600px){.jh-consent-row[data-astro-cid-u6s5b3h2]{flex-direction:column;align-items:stretch}.jh-consent-btns[data-astro-cid-u6s5b3h2]{flex-wrap:wrap;margin-left:0}.jh-consent[data-astro-cid-u6s5b3h2] .jh-btn[data-astro-cid-u6s5b3h2]{flex:1;justify-content:center}}
