.site-header{--site-navy:#17244f;--site-red:#cc2438;--site-gold:#ffca08;z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff2;border-bottom:1px solid #e1e5ed;justify-content:space-between;align-items:center;height:94px;padding:0 clamp(1rem,5vw,5rem);transition:height .3s,box-shadow .3s;display:flex;position:fixed;inset:0 0 auto;box-shadow:0 10px 35px #17244f12}.site-header.compact{height:80px;box-shadow:0 14px 38px #17244f1c}.site-header *{box-sizing:border-box}.site-header a{text-decoration:none}.site-progress{background:linear-gradient(90deg,var(--site-gold),var(--site-red));height:4px;transition:width 80ms linear;position:absolute;inset:0 0 auto}.site-brand{color:var(--site-navy);align-items:center;gap:.8rem;display:flex}.site-brand img{object-fit:contain;width:68px;height:68px;transition:width .3s,height .3s}.compact .site-brand img{width:58px;height:58px}.site-brand b,.site-brand small{display:block}.site-brand b{color:var(--site-red);font:700 1.15rem Georgia,serif}.site-brand small{letter-spacing:.15em;text-transform:uppercase;margin-top:.18rem;font-size:.58rem;font-weight:900}.site-desktop{align-items:center;gap:clamp(1rem,2vw,2rem);display:flex}.site-desktop a{color:var(--site-navy);padding:.75rem 0;font-size:.82rem;font-weight:900;position:relative}.site-desktop a:after{content:"";background:var(--site-gold);width:0;height:3px;transition:all .25s;position:absolute;inset:auto 50% 0}.site-desktop a:hover:after,.site-desktop a.current:after{width:100%;inset-inline-start:0}.site-desktop a.current{color:var(--site-red)}.site-actions{align-items:center;gap:.5rem;display:flex}.site-language{position:relative}.site-language>button,.site-menu{min-width:48px;height:46px;color:var(--site-navy);cursor:pointer;background:#fff;border:1px solid #dce1ea;border-radius:12px;justify-content:center;align-items:center;gap:.3rem;font-weight:900;display:flex;box-shadow:0 8px 25px #17244f0b}.site-language>div{top:54px;background:#fff;border:1px solid #e0e4ec;border-radius:11px;width:84px;padding:.35rem;position:absolute;inset-inline-end:0;box-shadow:0 20px 50px #17244f28}.site-language>div button{width:100%;color:var(--site-navy);cursor:pointer;background:#fff;border:0;border-radius:7px;padding:.55rem;font-weight:800}.site-language>div button.active{background:var(--site-navy);color:#fff}.site-menu,.site-mobile{display:none}.site-header a:focus-visible,.site-header button:focus-visible{outline:3px solid var(--site-gold);outline-offset:3px}@media (width<=1180px){.site-desktop{display:none}.site-menu{place-items:center;display:grid}.site-mobile{border-top:4px solid var(--site-gold);background:#fff;border-radius:0 0 14px 14px;padding:.55rem;display:grid;position:fixed;top:94px;left:1rem;right:1rem;box-shadow:0 24px 60px #17244f35}.compact .site-mobile{top:80px}.site-mobile a{color:var(--site-navy);border-bottom:1px solid #e7eaf0;padding:1rem;font-size:.9rem;font-weight:900}.site-mobile a.current{color:var(--site-red);background:#cc243808}}@media (width<=620px){.site-header,.site-header.compact{height:78px;padding-inline:.75rem}.site-brand img,.compact .site-brand img{width:56px;height:56px}.site-brand b{font-size:.95rem}.site-brand small{font-size:.46rem}.site-language>button,.site-menu{min-width:42px;height:42px}.site-mobile,.compact .site-mobile{top:78px}.site-progress{height:3px}}@media (width<=410px){.site-brand span{display:none}}@media (prefers-reduced-motion:reduce){.site-header,.site-brand img,.site-progress{transition:none}}.site-language>button{border-radius:999px;gap:.5rem;min-width:132px;padding:0 .9rem}.site-language>button>svg:first-child{color:var(--site-red)}.site-language>button>svg:last-child{margin-inline-start:auto;transition:transform .2s}.site-language>button>svg.open{transform:rotate(180deg)}.site-language>div{border-radius:15px;width:210px;padding:.5rem;top:56px;box-shadow:0 24px 60px #17244f2b}.site-language>div button{text-align:start;border-radius:10px;grid-template-columns:1fr auto 18px;align-items:center;gap:.65rem;min-height:46px;padding:.6rem .7rem;transition:background .2s,color .2s;display:grid}.site-language>div button small{color:#8991a4;letter-spacing:.08em;font-size:.64rem}.site-language>div button:hover{background:#f2f4f8}.site-language>div button.active small,.site-language>div button.active svg{color:var(--site-gold)}@media (width<=620px){.site-language>button{width:42px;min-width:42px;padding:0}.site-language>button span,.site-language>button>svg:last-child{display:none}.site-language>div{width:190px;top:50px}}.site-quote-link{background:var(--site-red);white-space:nowrap;border-radius:999px;padding:.82rem 1.05rem;font-size:.75rem;font-weight:900;transition:transform .2s,background .2s;color:#fff!important}.site-quote-link:hover{background:var(--site-navy);transform:translateY(-2px)}@media (width<=1320px){.site-desktop{display:none}.site-menu{place-items:center;display:grid}.site-mobile{border-top:4px solid var(--site-gold);background:#fff;border-radius:0 0 14px 14px;padding:.55rem;display:grid;position:fixed;top:94px;left:1rem;right:1rem;box-shadow:0 24px 60px #17244f35}.compact .site-mobile{top:80px}.site-mobile a{color:var(--site-navy);border-bottom:1px solid #e7eaf0;padding:1rem;font-size:.9rem;font-weight:900}.site-mobile a.current{color:var(--site-red);background:#cc243808}}@media (width<=620px){.site-quote-link{display:none}}.global-footer{--footer-navy:#101b3e;--footer-blue:#17244f;--footer-red:#cc2438;--footer-gold:#ffca08;text-align:start;background:var(--footer-navy);color:#fff;min-height:0;padding:0;display:block}.global-footer *{box-sizing:border-box}.global-footer-main{grid-template-columns:1.15fr .7fr 1fr .75fr;align-items:start;gap:clamp(2.5rem,6vw,7rem);padding:clamp(4.5rem,7vw,7rem) clamp(1rem,7vw,8rem);display:grid}.global-footer-main>*{min-width:0}.global-footer-brand img{object-fit:contain;filter:drop-shadow(0 12px 25px #0003);width:92px;height:92px}.global-footer-brand h2{color:#fff;margin:1rem 0 .8rem;font:600 1.8rem Georgia,serif}.global-footer-brand p{color:#aeb8cf;max-width:420px;margin:0;line-height:1.75}.global-footer-column h3{color:var(--footer-gold);letter-spacing:.13em;text-transform:uppercase;margin:0 0 1.3rem;font-size:.76rem;font-weight:900}.global-footer-column nav{flex-direction:column;align-items:flex-start;gap:.9rem;display:flex}.global-footer-column a{color:#dce2ef;text-decoration:none;transition:color .2s}.global-footer-column a:hover{color:var(--footer-gold)}.global-footer-email{overflow-wrap:anywhere;align-items:center;gap:.7rem;display:flex}.global-footer-email svg,.branch-line svg{width:18px;color:var(--footer-red);flex:none}.global-footer-column .branch-title{margin-top:2.2rem}.branch-line{color:#aeb8cf;overflow-wrap:anywhere;align-items:flex-start;gap:.7rem;margin:0;display:flex}.global-socials{gap:.65rem;display:flex}.global-socials span{color:#fff;background:#ffffff08;border:1px solid #ffffff20;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.global-socials svg{width:19px}.global-footer-column small{color:#7f8ba6;margin-top:1rem;line-height:1.5;display:block}.global-footer-bottom{color:#8895b0;text-align:start;background:#0b1432;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:2rem;min-height:72px;padding:1rem clamp(1rem,7vw,8rem);font-size:.75rem;display:flex}.global-footer-bottom>a{color:#aab4ca;align-items:center;gap:.7rem;text-decoration:none;display:flex}.global-footer-bottom img{object-fit:contain;filter:brightness(0)invert();opacity:.9;width:112px;height:38px}@media (width<=1180px){.global-footer-main{grid-template-columns:minmax(0,1.1fr) minmax(220px,.9fr);gap:2.5rem 3rem;padding:3.4rem clamp(1.5rem,4vw,3rem)}.global-footer-brand img{width:76px;height:76px}.global-footer-brand h2{margin:.8rem 0 .55rem;font-size:1.55rem}.global-footer-brand p{font-size:.9rem;line-height:1.65}.global-footer-column h3{margin-bottom:1rem;font-size:.84rem}.global-footer-column nav{gap:.68rem}.global-footer-column a,.branch-line{font-size:.9rem}.global-footer-column .branch-title{margin-top:1.45rem}.global-footer-column small{margin-top:.7rem;font-size:.82rem}.global-footer-bottom{padding-inline:clamp(1.5rem,4vw,3rem)}}@media (width<=820px){.global-footer-main{grid-template-columns:minmax(0,1.15fr) minmax(210px,.85fr);gap:2.2rem 3rem;padding-block:3rem}.global-footer-brand{grid-template-rows:auto auto;grid-template-columns:72px minmax(0,1fr);align-content:start;column-gap:1rem;display:grid}.global-footer-brand img{grid-row:1/3;width:72px;height:72px}.global-footer-brand h2{grid-column:2;margin:.1rem 0 .5rem}.global-footer-brand p{grid-column:2}}@media (width<=700px){.global-footer-main{grid-template-columns:1fr;gap:2.5rem;padding-block:3.5rem}.global-footer-brand{grid-template-columns:68px minmax(0,1fr)}.global-footer-brand img{width:68px;height:68px}.global-footer-brand h2{font-size:1.45rem}.global-footer-bottom{flex-direction:column;align-items:flex-start}.global-footer-bottom>a{justify-content:space-between;width:100%}}@media (width<=420px){.global-footer-brand{display:block}.global-footer-brand img{width:72px;height:72px}.global-footer-brand h2{margin-top:1rem}.global-footer-bottom img{width:100px}}.global-socials a{color:#fff;background:#ffffff08;border:1px solid #ffffff20;border-radius:50%;place-items:center;width:44px;height:44px;transition:transform .2s,border-color .2s;display:grid}.global-socials a:hover{border-color:var(--footer-gold);transform:translateY(-2px)}
