.v6-site-header{--v6-navy: #174a72;--v6-ink: #173247;--v6-muted: #607486;--v6-line: #dce6ef;--v6-soft: #f4f8fc;--v6-blue: #0b6dcc;--v6-blue-dark: #075fbd;--v6-shadow: 0 12px 32px rgba(23, 74, 114, .1);position:sticky;z-index:50;top:0;border-bottom:1px solid var(--v6-line);color:var(--v6-ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}.v6-site-header *,.v6-site-header *:before,.v6-site-header *:after{box-sizing:border-box}.v6-site-header a{color:inherit;text-decoration:none}.v6-site-header button{font:inherit}.v6-site-header .v6-container,.v6-site-header .site-strap .container{width:min(1180px,calc(100% - 40px));margin:0 auto}.v6-site-header .site-strap{display:block;color:#d9e8f4;background:var(--v6-navy);font-size:11px}.v6-site-header .site-strap .container{display:flex;min-height:28px;align-items:center;justify-content:space-between;gap:20px}.v6-site-header .site-strap a{color:#fff;font-weight:700}.v6-site-header .nav-wrap{display:flex;min-height:74px;align-items:center;justify-content:space-between;gap:12px}.v6-site-header .brand{display:inline-flex;min-width:145px;align-items:center;gap:6px;color:var(--v6-navy)}.v6-site-header .brand .brand-mark{display:block;flex:0 0 22px;width:22px;height:22px;object-fit:contain}.v6-site-header .brand span{display:flex;flex-direction:column;gap:2px}.v6-site-header .brand b{font-size:12px;line-height:1;letter-spacing:1.65px}.v6-site-header .brand small{color:#738596;font-size:4.5px;font-weight:760;line-height:1;letter-spacing:.8px}.v6-site-header .main-nav{display:flex;align-items:center;gap:2px}.v6-site-header .nav-item{position:relative}.v6-site-header .nav-link{display:flex;min-height:74px;align-items:center;gap:6px;padding:0 8px;color:#263746;font-size:12.5px;font-weight:680;white-space:nowrap}.v6-site-header .nav-link:hover,.v6-site-header .nav-link:focus-visible,.v6-site-header .nav-link.active{color:var(--v6-blue)}.v6-site-header .chev{width:7px;height:7px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg) translateY(-2px)}.v6-site-header .dropdown{position:absolute;top:calc(100% - 6px);left:0;display:grid;visibility:hidden;min-width:270px;padding:10px;border:1px solid var(--v6-line);border-radius:7px;background:#fff;box-shadow:var(--v6-shadow);opacity:0;transform:translateY(8px);transition:.18s ease}.v6-site-header .dropdown.wide{grid-template-columns:1fr 1fr;min-width:520px}.v6-site-header .dropdown a{padding:11px 12px;border-radius:9px;color:#344756;font-size:13px;font-weight:650}.v6-site-header .dropdown a:hover{color:var(--v6-blue);background:var(--v6-soft)}.v6-site-header .nav-item:hover .dropdown,.v6-site-header .nav-item:focus-within .dropdown{visibility:visible;opacity:1;transform:translateY(0)}.v6-site-header .quote-link{display:inline-flex;min-height:46px;flex:0 0 auto;align-items:center;justify-content:center;padding:0 16px;border:1px solid transparent;border-radius:6px;color:#fff;background:var(--v6-blue);font-size:14px;font-weight:760;white-space:nowrap;transition:.2s ease}.v6-site-header .quote-link:hover{background:var(--v6-blue-dark);transform:translateY(-1px)}.v6-site-header .lang-switch{display:inline-flex;min-width:98px;min-height:40px;flex:0 0 auto;align-items:center;justify-content:center;gap:8px;padding:4px 5px 4px 9px;border:1px solid #c9dce9;border-radius:999px;color:var(--v6-navy);background:linear-gradient(180deg,#fff,#f5f9fc);box-shadow:0 5px 14px #174a7214;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.v6-site-header .lang-switch-icon{width:16px;height:16px;flex:0 0 16px;fill:none;stroke:var(--v6-blue);stroke-width:1.7}.v6-site-header .lang-switch-options{display:grid;grid-template-columns:1fr 1fr;gap:2px;padding:2px;border-radius:999px;background:#e8f1f8}.v6-site-header .lang-switch-options b{display:grid;min-width:27px;height:25px;place-items:center;border-radius:999px;color:#718696;font-size:10px;font-weight:850;line-height:1;letter-spacing:.25px}.v6-site-header .lang-switch-options b.active{color:#fff;background:var(--v6-blue);box-shadow:0 2px 7px #0b6dcc47}.v6-site-header .lang-switch:hover{border-color:#7fb5df;box-shadow:0 8px 18px #174a7224;transform:translateY(-1px)}.v6-site-header .menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--v6-line);border-radius:6px;background:#fff;color:var(--v6-ink)}.v6-site-header .menu-toggle span,.v6-site-header .menu-toggle:before,.v6-site-header .menu-toggle:after{content:"";display:block;width:18px;height:2px;margin:4px auto;background:currentColor}.v6-site-header .dropdown-overview,.v6-site-header .mobile-quote-link{display:none}.v6-site-header a:focus-visible,.v6-site-header button:focus-visible{outline:3px solid #fff;outline-offset:2px;box-shadow:0 0 0 5px var(--v6-blue-dark)}.skip-link{position:fixed;z-index:100;top:10px;left:10px;padding:10px 14px;color:#fff;background:var(--v6-navy, #174a72);text-decoration:none;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}@media(max-width:1180px){.v6-site-header .menu-toggle{display:block}.v6-site-header .quote-link{display:none}.v6-site-header .main-nav{position:fixed;top:102px;right:0;left:0;display:none;max-height:calc(100vh - 102px);padding:14px 20px 28px;overflow-y:auto;border-top:1px solid var(--v6-line);background:#fff}.v6-site-header .main-nav.open{display:block}.v6-site-header .nav-link{min-height:48px;padding:0;border-bottom:1px solid var(--v6-line)}.v6-site-header .dropdown,.v6-site-header .dropdown.wide{position:static;display:none;visibility:visible;grid-template-columns:1fr;min-width:0;padding:6px 0 10px 14px;border:0;box-shadow:none;opacity:1;transform:none}.v6-site-header .nav-item.open .dropdown{display:grid}.v6-site-header .dropdown-overview{display:block;color:var(--v6-blue);font-weight:800}.v6-site-header .mobile-quote-link{display:flex;width:100%;min-height:46px;margin-top:18px;align-items:center;justify-content:center;border-radius:6px;color:#fff;background:var(--v6-blue);font-weight:760}.v6-site-header .brand{margin-right:auto}.v6-site-header .lang-switch{min-height:42px}}@media(max-width:720px){.v6-site-header .v6-container,.v6-site-header .site-strap .container{width:min(100% - 28px,1180px)}.v6-site-header .site-strap .container{justify-content:center}.v6-site-header .site-strap a{display:none}}.v6-site-footer{box-sizing:border-box;padding:55px 0 24px;color:#c8d5dc;background:#123f63;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}.v6-site-footer *,.v6-site-footer *:before,.v6-site-footer *:after{box-sizing:border-box}.v6-site-footer a{color:inherit;text-decoration:none}.v6-site-footer .v6-footer-container{width:min(1180px,calc(100% - 40px));margin:0 auto}.v6-site-footer .footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:36px}.v6-site-footer .footer-brand-logo{display:inline-flex;margin-bottom:17px;align-items:center;gap:10px;color:#fff}.v6-site-footer .footer-brand-logo img{width:42px;height:42px}.v6-site-footer .footer-brand-logo span{display:flex;flex-direction:column;gap:4px}.v6-site-footer .footer-brand-logo b{margin:0;font-size:19px;line-height:1;letter-spacing:2.7px}.v6-site-footer .footer-brand-logo small{color:#9eb0ba;font-size:7px;font-weight:760;line-height:1;letter-spacing:1.35px}.v6-site-footer .footer-brand p{max-width:320px;margin:0;color:#9eb0ba;font-size:13px}.v6-site-footer .footer-col h3{margin:0;color:#fff;font-size:13px}.v6-site-footer .footer-col a{display:block;margin:8px 0;color:#aebdc6;font-size:12px}.v6-site-footer .footer-col a:hover{color:#fff}.v6-site-footer .footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.13);color:#aebdc6;font-size:11px}@media(max-width:720px){.v6-site-footer .v6-footer-container{width:min(100% - 28px,1180px)}.v6-site-footer .footer-grid{grid-template-columns:1fr 1fr}.v6-site-footer .footer-brand{grid-column:1 / -1}.v6-site-footer .footer-bottom{display:block}.v6-site-footer .footer-bottom span{display:block;margin-top:7px}}@media(max-width:440px){.v6-site-footer .footer-grid{grid-template-columns:1fr}.v6-site-footer .footer-brand{grid-column:auto}}.contact-widget{--contact-cookie-offset: 0px;position:fixed;z-index:85;right:max(22px,env(safe-area-inset-right));bottom:calc(62px + var(--contact-cookie-offset) + env(safe-area-inset-bottom));display:grid;justify-items:end;color:#173247;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.contact-widget *,.contact-widget *:before,.contact-widget *:after{box-sizing:border-box}.contact-widget__trigger{display:inline-flex;min-height:50px;align-items:center;gap:9px;padding:0 16px 0 13px;border:1px solid rgba(255,255,255,.55);border-radius:999px;color:#fff;background:linear-gradient(135deg,#174a72,#0b6dcc 72%);box-shadow:0 12px 28px #174a7247,inset 0 1px #ffffff38;font:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.contact-widget__trigger svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75}.contact-widget__trigger:hover{transform:translateY(-2px);box-shadow:0 16px 34px #174a7257,inset 0 1px #ffffff38}.contact-widget__card{position:absolute;right:0;bottom:62px;visibility:hidden;width:min(320px,calc(100vw - 28px));overflow:hidden;border:1px solid #d5e2ec;border-radius:16px;background:#fffffffa;box-shadow:0 24px 58px #1235503d;opacity:0;transform:translateY(10px) scale(.97);transform-origin:right bottom;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.contact-widget.is-open .contact-widget__card{visibility:visible;opacity:1;transform:none;pointer-events:auto}.contact-widget__head{display:grid;grid-template-columns:40px 1fr 30px;align-items:center;gap:11px;padding:17px 16px;color:#fff;background:linear-gradient(135deg,#123f63,#176aa8)}.contact-widget__brand{display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:11px;background:#fff;box-shadow:0 7px 18px #00000021}.contact-widget__brand img{display:block;width:27px;height:27px}.contact-widget__head small{display:block;margin-bottom:3px;color:#a9d9f6;font-size:9px;font-weight:850;line-height:1;letter-spacing:.16em}.contact-widget__head strong{display:block;font-size:17px;line-height:1.25}.contact-widget__close{display:grid;width:30px;height:30px;place-items:center;padding:0;border:0;border-radius:8px;color:#d9effc;background:#ffffff1a;font:inherit;font-size:23px;line-height:1;cursor:pointer}.contact-widget__close:hover{color:#fff;background:#fff3}.contact-widget__details{display:grid;gap:0;margin:0;padding:7px 17px 10px}.contact-widget__details>div{padding:12px 0;border-bottom:1px solid #e5edf3}.contact-widget__details>div:last-child{border-bottom:0}.contact-widget__details dt{display:flex;align-items:center;gap:8px;margin:0 0 5px;color:#6a7f90;font-size:10px;font-weight:850;line-height:1.2;letter-spacing:.09em;text-transform:uppercase}.contact-widget__details dt svg{width:16px;height:16px;flex:0 0 16px;fill:none;stroke:#0b6dcc;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.contact-widget__details dd{margin:0 0 0 24px;color:#173247;font-size:14px;font-weight:700;line-height:1.45;overflow-wrap:anywhere}.contact-widget__trigger:focus-visible,.contact-widget__close:focus-visible{outline:3px solid #75c7ff;outline-offset:3px}@media(hover:hover)and (pointer:fine){.contact-widget:hover .contact-widget__card,.contact-widget:focus-within .contact-widget__card{visibility:visible;opacity:1;transform:none;pointer-events:auto}}@media(max-width:600px){.contact-widget{right:14px;bottom:calc(20px + var(--contact-cookie-offset) + env(safe-area-inset-bottom))}.contact-widget__trigger{width:50px;padding:0;justify-content:center}.contact-widget__trigger span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.contact-widget__card{bottom:60px}}@media(prefers-reduced-motion:reduce){.contact-widget__trigger,.contact-widget__card{transition:none}}
