@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility animation-duration-*{--tw-animation-duration: calc(--value(number)*1ms) ; --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms) ; animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);}@utility delay-*{animation-delay: calc(--value(number)*1ms) ; animation-delay: --value(--animation-delay-*,[duration],"initial",[*]); --tw-animation-delay: calc(--value(number)*1ms) ; --tw-animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]); --tw-animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);}@utility direction-*{animation-direction: --value(--animation-direction-*,"initial",[*]); --tw-animation-direction: --value(--animation-direction-*,"initial",[*]);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]); --tw-animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility play-state-*{animation-play-state: --value("initial",[*]);}@utility blur-in{--tw-enter-blur: 20px;}@utility blur-in-*{--tw-enter-blur: calc(--value(number)*1px) ; --tw-enter-blur: --value(--blur-*,[*]);}@utility blur-out{--tw-exit-blur: 20px;}@utility blur-out-*{--tw-exit-blur: calc(--value(number)*1px) ; --tw-exit-blur: --value(--blur-*,[*]);}@utility fade-in{--tw-enter-opacity: 0;}@utility fade-in-*{--tw-enter-opacity: calc(--value(number)*.01) ; --tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: calc(--value(number)*.01) ; --tw-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--tw-enter-scale: 0;}@utility zoom-in-*{--tw-enter-scale: calc(--value(number)*1%) ; --tw-enter-scale: --value(ratio) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility -zoom-in-*{--tw-enter-scale: calc(--value(number)*-1%) ; --tw-enter-scale: calc(--value(ratio)*-1) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility zoom-out{--tw-exit-scale: 0;}@utility zoom-out-*{--tw-exit-scale: calc(--value(number)*1%) ; --tw-exit-scale: --value(ratio) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility -zoom-out-*{--tw-exit-scale: calc(--value(number)*-1%) ; --tw-exit-scale: calc(--value(ratio)*-1) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility spin-in{--tw-enter-rotate: 30deg;}@utility spin-in-*{--tw-enter-rotate: calc(--value(number)*1deg) ; --tw-enter-rotate: calc(--value(ratio)*360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility -spin-in{--tw-enter-rotate: -30deg;}@utility -spin-in-*{--tw-enter-rotate: calc(--value(number)*-1deg) ; --tw-enter-rotate: calc(--value(ratio)*-360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility spin-out{--tw-exit-rotate: 30deg;}@utility spin-out-*{--tw-exit-rotate: calc(--value(number)*1deg) ; --tw-exit-rotate: calc(--value(ratio)*360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility -spin-out{--tw-exit-rotate: -30deg;}@utility -spin-out-*{--tw-exit-rotate: calc(--value(number)*-1deg) ; --tw-exit-rotate: calc(--value(ratio)*-360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility slide-in-from-top{--tw-enter-translate-y: -100%;}@utility slide-in-from-top-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-y: calc(--value(ratio)*-100%) ; --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-bottom{--tw-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-y: calc(--value(ratio)*100%) ; --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--tw-enter-translate-x: -100%;}@utility slide-in-from-left-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-right{--tw-enter-translate-x: 100%;}@utility slide-in-from-right-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-start{&:dir(ltr){ --tw-enter-translate-x: -100%; }&:dir(rtl){ --tw-enter-translate-x: 100%; }}@utility slide-in-from-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-in-from-end{&:dir(ltr){ --tw-enter-translate-x: 100%; }&:dir(rtl){ --tw-enter-translate-x: -100%; }}@utility slide-in-from-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@utility slide-out-to-top{--tw-exit-translate-y: -100%;}@utility slide-out-to-top-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-y: calc(--value(ratio)*-100%) ; --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-bottom{--tw-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-y: calc(--value(ratio)*100%) ; --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--tw-exit-translate-x: -100%;}@utility slide-out-to-left-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-right{--tw-exit-translate-x: 100%;}@utility slide-out-to-right-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-start{&:dir(ltr){ --tw-exit-translate-x: -100%; }&:dir(rtl){ --tw-exit-translate-x: 100%; }}@utility slide-out-to-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-out-to-end{&:dir(ltr){ --tw-exit-translate-x: 100%; }&:dir(rtl){ --tw-exit-translate-x: -100%; }}@utility slide-out-to-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@custom-variant dark (&:is(.dark *));@theme inline{ --radius-sm: .15rem; --radius-md: .25rem; --radius-lg: .5rem; --radius-xl: .75rem; --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-border: var(--border); --color-ring: var(--ring); --font-sans: "Source Sans 3", Arial, sans-serif; }:root{--ink: #0c4c91;--deep-blue: #073b78;--night-blue: #082e5e;--sky-blue: #307aba;--pale-blue: #eaf3fa;--paper: #fdfdfb;--cool-paper: #f4f8fb;--slate: #33536f;--body: #1e3449;--red: #e30613;--yellow: #ffcb05;--line: #cbdae7;--shadow: 0 16px 36px rgb(7 59 120 / 10%);--background: #fdfdfb;--foreground: #1e3449;--card: #ffffff;--card-foreground: #1e3449;--primary: #0c4c91;--primary-foreground: #ffffff;--muted: #f4f8fb;--muted-foreground: #52708b;--border: #cbdae7;--ring: #e30613;--ease-out: cubic-bezier(.23, 1, .32, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5.8rem}body{margin:0;min-width:320px;background:var(--paper);color:var(--body);font-family:"Source Sans 3",Arial,sans-serif;font-size:16px;line-height:1.62}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--red);outline-offset:3px}.content-width{width:min(100% - 2.5rem,1180px);margin:0 auto}.skip-link{position:fixed;z-index:1000;top:.75rem;left:.75rem;transform:translateY(-200%);padding:.7rem .9rem;background:var(--red);color:#fff;font-weight:700;transition:transform .16s var(--ease-out)}.skip-link:focus{transform:translateY(0)}.eyebrow{display:inline-flex;align-items:center;gap:.55rem;margin:0 0 1rem;color:var(--ink);font-size:.72rem;font-weight:800;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.eyebrow:before{width:1rem;height:1rem;flex:0 0 auto;content:"";background:url(/manus-storage/campaign-symbol_5b41b5c9.png) center / contain no-repeat}.eyebrow--light{color:#fff}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--deep-blue);font-weight:800;letter-spacing:-.035em;line-height:.98}h1{max-width:13ch;margin-bottom:1.55rem;color:#fff;font-size:clamp(3rem,7.1vw,6.1rem)}h2{margin-bottom:1.25rem;font-size:clamp(2.35rem,4.9vw,4.35rem)}h3{margin-bottom:.9rem;font-size:clamp(1.45rem,2.5vw,2.05rem)}.section{padding:clamp(5rem,10vw,8.5rem) 0}.section-intro{max-width:46rem}.section-intro p{margin-bottom:1rem;font-size:1.1rem}.heading-lockup{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.45rem}.heading-lockup img{width:clamp(1.8rem,3.5vw,2.65rem);height:auto;margin-top:.15rem}.heading-lockup h2{max-width:15ch;margin:0}.site-header{position:sticky;z-index:100;top:0;border-bottom:1px solid rgb(12 76 145 / 12%);background:#fdfdfbf5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header__inner{display:flex;min-height:5.3rem;align-items:center;justify-content:space-between;width:min(100% - 2rem,1300px);margin:0 auto;gap:1rem}.site-header__brand{display:flex;min-width:0;align-items:center;gap:.9rem}.hdz-link{display:block;flex:0 0 auto;width:4.6rem}.hdz-link img{width:100%;height:auto}.campaign-header-mark{width:2.35rem;height:2.35rem;object-fit:contain}.site-nav{display:none}.site-nav a{color:var(--slate);font-size:.91rem;font-weight:700;transition:color .16s var(--ease-out)}.site-nav a:hover,.site-nav .nav--featured,.site-footer .nav--featured,.site-nav .nav--featured:hover,.site-footer .nav--featured:hover{color:var(--red)}.menu-button{display:inline-flex;width:44px;min-width:44px;min-height:44px;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:var(--deep-blue)}.site-nav--open{position:absolute;top:calc(100% + 1px);right:0;left:0;display:grid;padding:1.25rem max(1rem,calc((100vw - 1180px)/2));border-bottom:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow)}.site-nav--open a{display:block;padding:.7rem 0}.hero{position:relative;min-height:min(780px,calc(100svh - 5.3rem));overflow:hidden;background:var(--night-blue)}.hero__media,.hero__overlay{position:absolute;inset:0}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:58% 30%}.hero__overlay{background:linear-gradient(90deg,#031d3ced,#031d3cc2 45%,#031d3c33)}.hero:after{position:absolute;inset:auto -2rem 0;height:7rem;content:"";background:var(--paper);clip-path:polygon(0 90%,100% 0,100% 100%,0 100%)}.hero__content{position:relative;z-index:2;display:grid;min-height:inherit;align-items:center;padding:5.75rem 0 7rem}.hero__copy{max-width:44rem;color:#fff}.hero__red-dot{display:inline-block;width:.18em;height:.18em;margin-left:.08em;overflow:hidden;background:var(--red);color:transparent;text-indent:-9999px;vertical-align:-.015em}.hero__subline{display:flex;align-items:center;gap:.75rem;margin:-.55rem 0 1.7rem;color:#fff;font-size:30px;font-weight:800;letter-spacing:.045em;line-height:1.15}.hero__subline img{width:1.35rem;height:1.35rem;object-fit:contain}.hero__subline p{margin:0}.hero__lead{max-width:38rem;font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.55}.hero__lead p{margin-bottom:1rem}.hero__signature{margin-top:1.9rem;color:#fff;font-size:1rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero__hand-signature{display:none;width:min(100%,19rem);margin-left:auto;filter:drop-shadow(0 4px 12px rgb(0 0 0 / 15%))}.fact-section{position:relative;z-index:3;margin-top:-1.2rem;background:var(--paper)}.fact-grid{display:grid;grid-template-columns:1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.fact-grid article{min-width:0;padding:1.4rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.fact-grid h2{margin-bottom:.8rem;color:var(--deep-blue);font-size:clamp(1.4rem,2.4vw,2rem)}.fact-grid p,.fact-grid ul{margin:0;color:var(--slate);font-size:.88rem;line-height:1.45}.fact-grid ul{padding-left:1.1rem}.fact-grid li+li{margin-top:.25rem}.section--path{background:var(--paper)}.timeline{position:relative;margin-top:clamp(3rem,8vw,6.5rem)}.timeline:before{position:absolute;top:0;bottom:0;left:.55rem;width:1px;content:"";background:var(--line)}.timeline__item{position:relative;display:grid;grid-template-columns:2rem minmax(0,1fr);gap:1.05rem;padding-bottom:3rem}.timeline__item:last-child{padding-bottom:0}.timeline__mark{position:relative;z-index:1;display:grid;width:1.15rem;height:1.15rem;place-items:center;margin-top:.4rem;overflow:hidden;background:var(--red);color:transparent;font-size:.01rem}.timeline__content{max-width:46rem}.timeline__content p{margin-bottom:.85rem}.timeline blockquote{max-width:36rem;margin:1.35rem 0 0;padding-left:1.05rem;border-left:3px solid var(--yellow);color:var(--ink);font-family:Newsreader,Georgia,serif;font-size:clamp(1.35rem,2.6vw,1.8rem);font-weight:600;line-height:1.2}.section--results{background:var(--cool-paper)}.results-lede{max-width:39rem;color:var(--deep-blue);font-family:Newsreader,Georgia,serif;font-size:clamp(1.35rem,2.5vw,1.8rem)!important;font-weight:600;line-height:1.25}.municipal-grid{display:grid;gap:.75rem;margin-top:clamp(2.7rem,6vw,4.5rem)}.municipal-grid--single{grid-template-columns:1fr;margin-top:clamp(2.25rem,4vw,3.25rem)}.municipal-card{position:relative;min-height:23rem;overflow:hidden;isolation:isolate;background:var(--night-blue);color:#fff}.municipal-grid--single .municipal-card{min-height:clamp(23rem,36vw,29rem)}.municipal-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .3s var(--ease-out)}.municipal-card__overlay{position:absolute;z-index:1;inset:0;background:linear-gradient(155deg,#03254ff0 7%,#073b78c2 52%,#073b7861);transition:background .26s var(--ease-out)}.municipal-card__content{position:relative;z-index:2;display:flex;height:100%;min-height:inherit;flex-direction:column;justify-content:flex-start;padding:1.5rem}.municipal-grid--single .municipal-card__content{max-width:45rem}.municipal-card h3{margin-bottom:1.1rem;color:#fff;font-size:clamp(2rem,3.6vw,2.75rem)}.municipal-card ul{display:grid;gap:.55rem;margin:0;padding:0;list-style:none;font-size:.92rem;font-weight:700;line-height:1.35}.municipal-card li{display:flex;gap:.55rem}.municipal-card li:before{width:.4rem;height:.4rem;flex:0 0 auto;margin-top:.42rem;content:"";background:var(--yellow)}.municipal-card:hover>img{transform:scale(1.06)}.municipal-card:hover .municipal-card__overlay{background:linear-gradient(155deg,#03254ff5 7%,#073b78d6 52%,#073b7873)}.federal-section{position:relative;overflow:hidden;min-height:43rem;background:var(--night-blue);color:#fff}.federal-section__media,.federal-section__shade{position:absolute;inset:0}.federal-section__media img{width:100%;height:100%;object-fit:cover;object-position:58% center}.federal-section__shade{background:linear-gradient(90deg,#072f5cf2,#072f5cdb 43%,#072f5c61)}.federal-section__content{position:relative;z-index:1;padding-top:clamp(5rem,9vw,8.75rem);padding-bottom:clamp(5rem,9vw,8.75rem)}.federal-section h2{max-width:11ch;color:#fff}.federal-section__content>div{max-width:43rem;font-size:1.1rem}.section--priorities{background:var(--paper)}.priorities-intro{max-width:17ch;color:var(--deep-blue);font-family:Newsreader,Georgia,serif;font-size:clamp(1.55rem,3vw,2.2rem)!important;font-weight:600;line-height:1.1}.priorities-grid{display:grid;margin-top:clamp(3rem,7vw,5rem);border-top:1px solid var(--line)}.priorities-grid article{position:relative;padding:2rem 0 2rem 2.9rem;border-bottom:1px solid var(--line)}.priorities-grid span{position:absolute;top:2.25rem;left:0;color:var(--red);font-size:.8rem;font-weight:800}.priorities-grid h3{max-width:20ch;font-size:clamp(1.5rem,3vw,2.15rem)}.priorities-grid p{max-width:36rem;margin-bottom:.85rem}.priorities-grid p:last-child{margin-bottom:0}.priorities-closing{display:grid;gap:.9rem;margin-top:3rem;padding:1.5rem;border-left:5px solid var(--red);background:var(--pale-blue)}.priorities-closing p{margin:0;color:var(--deep-blue);font-family:Newsreader,Georgia,serif;font-size:2rem;font-weight:600;line-height:1}.priorities-closing span{max-width:40rem;color:var(--ink);font-size:1rem;font-weight:700}.priorities-closing strong{color:var(--red);font-size:.72rem;letter-spacing:.1em}.final-statement{position:relative;overflow:hidden;padding:clamp(5rem,10vw,8.5rem) 0;background:var(--deep-blue);color:#fff}.final-statement:after{position:absolute;right:-4rem;bottom:-5rem;width:25rem;height:25rem;content:"";border:1px solid rgb(255 255 255 / 17%);transform:rotate(45deg)}.final-statement__inner{position:relative;z-index:1;display:grid;gap:3rem}.final-statement h2{max-width:11ch;color:#fff}.final-statement__copy{max-width:41rem;font-size:1.1rem}.final-statement__portrait{width:min(100%,23rem);height:30rem;margin-left:auto;object-fit:cover;object-position:center top;box-shadow:var(--shadow)}.section--follow{border-top:1px solid var(--line);background:var(--cool-paper)}.social-follow{display:grid;gap:2.25rem;align-items:end}.social-follow__copy{max-width:43rem}.social-follow__copy h3{color:var(--deep-blue)}.social-follow__copy p{max-width:39rem;margin-bottom:0;font-size:clamp(1.08rem,2vw,1.3rem)}.social-follow__links{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.social-follow__links a{display:flex;min-height:6.5rem;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:1rem;background:var(--deep-blue);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:background .16s var(--ease-out),transform .16s var(--ease-out)}.social-follow__links a:hover{background:var(--red);transform:translateY(-3px)}.social-follow__links a:active{transform:scale(.97)}.x-brand-mark,.tiktok-brand-mark{width:1.42rem;height:1.42rem}.site-footer{padding:3.5rem 0 1.25rem;background:#061f40;color:#ffffffd1}.site-footer__grid{display:grid;gap:2.5rem}.footer-name{display:inline-flex;margin-bottom:.95rem;color:#fff;font-size:1.3rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.site-footer p{margin-bottom:.25rem}.footer-label{color:var(--yellow);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.site-footer nav{display:grid;gap:.45rem}.site-footer nav a{color:#fff;font-weight:600}.site-footer nav a:hover{color:var(--yellow)}.footer-logos{display:flex;width:min(100%,25rem);align-items:center;justify-content:flex-start;gap:2rem}.footer-hdz,.footer-hns,.footer-epp{display:flex;height:3.25rem;align-items:center;justify-content:center}.footer-hdz{width:6.3rem}.footer-hns{width:3.8rem;transform:translate(.35rem)}.footer-epp{width:7rem}.footer-hdz img,.footer-hns img,.footer-epp img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.site-footer__bottom{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:3.5rem;padding-top:1rem;border-top:1px solid rgb(255 255 255 / 16%);color:#ffffff9e;font-size:.8rem}.news-page{min-height:100vh;display:flex;flex-direction:column}.news-page main{flex:1}.news-hero{padding:clamp(3rem,7vw,5rem) 0 clamp(2.75rem,5vw,4rem);background:var(--deep-blue);color:#fff}.news-hero h1{margin-bottom:1rem}.news-hero p:last-child{max-width:37rem;margin:0;font-size:1.18rem}.placeholder-note{max-width:46rem;margin:0 0 2.25rem;padding:.75rem 0 .75rem 1rem;border-left:3px solid var(--yellow);color:var(--slate);font-size:.9rem;font-weight:700}.news-index{background:var(--cool-paper)}.news-grid{display:grid;gap:1rem}.news-card{overflow:hidden;background:#fff;box-shadow:0 8px 22px #073b7814;transition:transform .18s var(--ease-out),box-shadow .18s var(--ease-out)}.news-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.news-card img{width:100%;height:14rem;object-fit:cover}.news-card__content{padding:1.25rem}.news-card__content p{margin-bottom:.65rem;color:var(--red);font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.news-card h2{margin-bottom:.75rem;font-size:1.55rem}.news-card span{color:var(--slate);font-size:.94rem;line-height:1.45}.news-pagination{display:flex;gap:.5rem;justify-content:center;margin-top:3rem}.news-pagination a{display:grid;width:2.5rem;height:2.5rem;place-items:center;border:1px solid var(--line);color:var(--deep-blue);font-weight:800}.news-pagination a[aria-current=page],.news-pagination a:hover{border-color:var(--red);background:var(--red);color:#fff}.article-page{padding:clamp(4rem,9vw,7rem) 0}.article-layout{max-width:52rem}.article-layout h1{max-width:13ch;color:var(--deep-blue)}.back-link{display:inline-flex;margin-bottom:2rem;color:var(--red);font-size:.83rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.article-image{width:100%;height:min(30rem,54vw);margin:2rem 0;object-fit:cover}.article-copy{max-width:42rem;font-size:1.16rem}@media (min-width: 640px){.content-width{width:min(100% - 3.5rem,1180px)}.fact-grid{grid-template-columns:1fr 1fr}.timeline__item{grid-template-columns:3.4rem minmax(0,1fr);gap:1.5rem}.timeline:before{left:1rem}.timeline__mark{width:2.05rem;height:2.05rem;margin-top:.2rem;color:#fff;font-size:.67rem;font-weight:800}.municipal-grid,.news-grid{grid-template-columns:1fr 1fr}.municipal-grid.municipal-grid--single{grid-template-columns:1fr}.municipal-card{min-height:25rem}.final-statement__inner{grid-template-columns:minmax(0,1fr) minmax(15rem,.6fr);align-items:center}.social-follow__links{grid-template-columns:repeat(4,1fr)}}@media (min-width: 900px){.site-header__inner{min-height:5.75rem}.menu-button{display:none}.site-nav{display:flex;align-items:center;gap:clamp(1rem,1.7vw,1.55rem)}.hero{min-height:min(820px,calc(100svh - 5.75rem))}.hero__media img{object-position:58% 24%}.hero__content{grid-template-columns:minmax(0,1fr) minmax(10rem,.42fr);gap:1rem}.hero__hand-signature{display:block;align-self:end;margin-bottom:4rem}.fact-section{margin-top:-2rem}.fact-grid{grid-template-columns:1.05fr 1.35fr .85fr 1.2fr}.fact-grid article{min-height:14.5rem}.timeline{width:min(100%,67rem);margin-left:auto}.municipal-grid{grid-template-columns:repeat(3,1fr)}.municipal-grid.municipal-grid--single{grid-template-columns:1fr}.municipal-card{min-height:26.5rem}.municipal-card__content{padding:1.5rem}.municipal-card ul{font-size:.88rem}.federal-section__content{margin-left:max(1.75rem,calc((100vw - 1180px)/2))}.priorities-grid{grid-template-columns:1fr 1fr}.priorities-grid article:nth-child(odd){padding-right:3rem;border-right:1px solid var(--line)}.priorities-grid article:nth-child(2n){padding-left:4.9rem}.priorities-grid article:nth-child(2n) span{left:2rem}.site-footer__grid{grid-template-columns:1.25fr .7fr minmax(15rem,1fr);align-items:start;gap:2rem}.footer-logos{align-self:center;justify-self:end;justify-content:flex-end}.social-follow{grid-template-columns:minmax(0,1.2fr) minmax(24rem,.8fr);gap:5rem}.news-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1200px){.content-width{width:min(100% - 5rem,1180px)}.section--path:before{position:absolute;top:12rem;bottom:12rem;left:4.2vw;width:1px;content:"";background:var(--ink);opacity:.33}.site-header__inner{width:min(100% - 4rem,1300px)}}@media (min-width: 1500px){.hero__media img{object-position:58% 17%}}@media (min-width: 2100px){.hero__media img{object-position:58% 12%}}@media (prefers-reduced-motion: no-preference){.municipal-card>img,.municipal-card__overlay,.news-card{transition-duration:.22s}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.site-footer__bottom{align-items:center;justify-content:space-between}.footer-cookie-settings{padding:0;border:0;background:transparent;color:#fff;cursor:pointer;font-size:.8rem;font-weight:700;text-decoration:underline;text-underline-offset:.22rem}.cookie-banner{position:fixed;z-index:400;right:1rem;bottom:1rem;left:1rem;display:grid;gap:1.25rem;width:min(calc(100% - 2rem),48rem);margin:0 auto;padding:1.3rem;border:1px solid var(--line);border-left:5px solid var(--red);background:var(--paper);box-shadow:0 20px 50px #031e3d47}.cookie-banner__copy h2{margin-bottom:.55rem;font-size:clamp(1.55rem,4vw,2rem)}.cookie-banner__copy p{margin:0;color:var(--slate);font-size:.95rem;line-height:1.52}.cookie-banner__actions,.cookie-dialog__actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.cookie-button{min-height:2.75rem;padding:.65rem .9rem;border:1px solid var(--deep-blue);cursor:pointer;font-size:.85rem;font-weight:800;line-height:1.2;transition:transform .16s var(--ease-out),background .16s var(--ease-out),color .16s var(--ease-out)}.cookie-button:active{transform:scale(.97)}.cookie-button--primary{border-color:var(--red);background:var(--red);color:#fff}.cookie-button--primary:hover{border-color:#bd0510;background:#bd0510}.cookie-button--secondary{background:#fff;color:var(--deep-blue)}.cookie-button--secondary:hover{background:var(--pale-blue)}.cookie-text-button{min-height:2.5rem;padding:.25rem;border:0;background:transparent;color:var(--deep-blue);cursor:pointer;font-size:.85rem;font-weight:800;text-decoration:underline;text-underline-offset:.22rem}.cookie-dialog{max-width:min(calc(100% - 2rem),43rem)!important;padding:clamp(1.25rem,4vw,2rem)!important;color:var(--body)}.cookie-dialog__close{position:absolute;top:.75rem;right:.75rem;display:grid;width:2.2rem;height:2.2rem;place-items:center;border:0;background:transparent;color:var(--deep-blue);cursor:pointer;font-size:1.75rem;line-height:1}.cookie-dialog__header{text-align:left}.cookie-dialog__header [data-slot=dialog-title]{color:var(--deep-blue);font-size:clamp(1.65rem,4vw,2.25rem)}.cookie-dialog__header [data-slot=dialog-description]{color:var(--slate);font-size:.98rem;line-height:1.5}.cookie-category{display:flex;gap:1rem;align-items:flex-start;justify-content:space-between;padding:1.1rem 0;border-top:1px solid var(--line)}.cookie-category h3{margin-bottom:.45rem;color:var(--deep-blue);font-size:1.18rem;letter-spacing:-.015em}.cookie-category p{max-width:31rem;margin:0;color:var(--slate);font-size:.9rem;line-height:1.48}.cookie-category__status{display:inline-flex;flex:0 0 auto;margin-top:.15rem;padding:.3rem .5rem;background:var(--pale-blue);color:var(--deep-blue);font-size:.7rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.cookie-switch{position:relative;display:inline-flex;flex:0 0 auto;width:3rem;height:1.7rem;margin-top:.2rem;cursor:pointer}.cookie-switch input{position:absolute;width:1px;height:1px;opacity:0}.cookie-switch>span[aria-hidden=true]{position:relative;display:block;width:100%;height:100%;border:1px solid var(--line);border-radius:999px;background:#dce8f1;transition:background .16s var(--ease-out),border-color .16s var(--ease-out)}.cookie-switch>span[aria-hidden=true]:after{position:absolute;top:.18rem;left:.18rem;width:1.2rem;height:1.2rem;content:"";border-radius:50%;background:#fff;box-shadow:0 1px 4px #031e3d40;transition:transform .16s var(--ease-out)}.cookie-switch input:checked+span[aria-hidden=true]{border-color:var(--red);background:var(--red)}.cookie-switch input:checked+span[aria-hidden=true]:after{transform:translate(1.28rem)}.cookie-switch input:focus-visible+span[aria-hidden=true]{outline:3px solid var(--red);outline-offset:3px}.cookie-dialog__actions{justify-content:flex-start;padding-top:.3rem}@media (min-width: 640px){.cookie-banner{grid-template-columns:minmax(0,1fr) auto;align-items:end}.cookie-banner__actions{justify-content:flex-end}}
