@charset "UTF-8";html,body{background-color:#e8ebf0;color:#152e60;font-family:Montserrat;font-weight:400}p,a{font-size:clamp(11px,20px,25px)}h1{font-size:clamp(20px,29px,34px);font-weight:600}.language-switcher{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:transparent;border:2px solid rgb(21,46,96);border-radius:8px;color:#152e60;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease}.language-switcher:hover{background:#152e60;color:#e8ebf0;transform:translateY(-2px)}.language-switcher:focus{outline:none;box-shadow:0 0 0 3px #152e6033}.language-switcher .lang-icon{font-size:1.1rem;line-height:1}.language-switcher .lang-code{font-size:.85rem;letter-spacing:.5px}@media (max-width: 640px){.language-switcher{padding:6px 10px;gap:4px}.language-switcher .lang-icon{font-size:1rem}.language-switcher .lang-code{font-size:.8rem}}nav{display:flex;justify-content:space-between;align-content:center;align-items:center;width:100%;max-width:100%;height:100px;position:fixed;top:0;left:0;right:0;border-bottom:2px solid rgb(96,115,149);background-color:#e8ebf0;box-sizing:border-box;padding:0 50px;z-index:1000}nav .logo-container{width:150px;height:100%;flex-shrink:0}nav .logo-container img{width:100%;height:100%;object-fit:contain}nav .nav-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}nav .nav-actions .contact-link{text-decoration:none;color:#152e60;font-weight:500;transition:opacity .2s ease}nav .nav-actions .contact-link:hover{opacity:.7}nav a{text-decoration:none;color:#152e60}@media (max-width: 1024px){nav{padding:0 1.5rem;height:80px}nav .logo-container{width:120px}nav .nav-actions{gap:12px}}@media (max-width: 640px){nav{padding:0 1rem;height:70px}nav .logo-container{width:100px}nav .nav-actions{gap:8px}nav .nav-actions .contact-link{font-size:.9rem}}.site-footer{margin:2.5rem auto 0;padding:2rem 1rem;max-width:1200px;border-top:1px solid rgba(0,0,0,.06);display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem 2rem;align-items:start}.site-footer .footer-col{display:flex;flex-direction:column;gap:.5rem;min-width:0}.site-footer .footer-col strong{margin:0 0 .35rem;font-weight:700;font-size:.95rem;color:#0f2c5a}.site-footer .footer-col a{color:#263144;text-decoration:none;opacity:.9;transition:color .12s ease,opacity .12s ease,text-decoration-color .12s ease}.site-footer .footer-col a:hover{opacity:1;color:#0f2c5a;text-decoration:underline;text-decoration-color:#0f2c5a59}.site-footer .footer-col a:focus-visible{outline:none;box-shadow:0 0 0 3px #0f2c5a33;border-radius:6px}.site-footer .footer-col.brand{align-items:flex-start;text-align:left}.site-footer .footer-col.brand .footer-logo{display:inline-flex;align-items:center;justify-content:center}.site-footer .footer-col.brand .footer-logo img{display:block;height:34px;width:auto;object-fit:contain}.site-footer .footer-col.brand small{margin-top:.5rem;color:#5b6575;opacity:.9}@media (max-width: 900px){.site-footer{grid-template-columns:1fr;text-align:left}.site-footer .footer-col.brand{align-items:flex-start;text-align:left}}
