.burger-btn{background:none;border:none;cursor:pointer;padding:10px;z-index:1000}.mobile-nav{margin-right:1.5%}.burger-line{display:block;width:25px;height:3px;background:white;margin:5px 0;transition:transform .3s,opacity .3s}.burger-btn.open .burger-line:first-child{transform:translateY(8px) rotate(45deg)}.burger-btn.open .burger-line:nth-child(2){opacity:0}.burger-btn.open .burger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:-100%;width:20%;height:100vh;background:var(--main-bg-color);padding:20px 20px 80px;transition:right .3s ease;z-index:999;flex-direction:column}.mobile-menu-header{display:flex;justify-content:flex-end;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:40px}.close-menu-btn{background:none;border:none;color:white;font-size:24px;cursor:pointer;padding:8px 12px;border-radius:4px;transition:all .2s;line-height:1}.close-menu-btn:hover{background:rgba(255,255,255,.1);color:var(--secundery-color)}@media (max-width:720px){.mobile-menu{width:70%}}.mobile-menu.active{right:0}.mobile-links{display:flex;flex-direction:column;gap:1.5rem}.burger-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:997}.nav-link{color:white;text-decoration:none;font-size:1.1rem;transition:color .2s}.nav-link:hover{color:var(--secundery-color)}@media (max-width:767px){.burger-btn{padding:12px;display:block}.burger-line{width:28px;height:3px;margin:6px 0}.mobile-menu{width:85%;padding:15px 15px 70px;font-size:large}.mobile-links{gap:2rem}.nav-link{font-size:1.3rem;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1)}}@media (min-width:768px) and (max-width:1023px){.mobile-menu{width:40%;padding:20px 25px 80px}.nav-link{font-size:1.2rem}}@media (min-width:1024px){.mobile-menu{width:25%;padding:20px 20px 80px}.nav-link{font-size:1.1rem}}@media (min-width:1440px){.mobile-menu{width:20%;padding:20px 30px 90px}}.appHeader{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:62px;padding:0 28px;background:linear-gradient(90deg,#00315d,#073d72 56%,#00315d);color:white;font-family:var(--font-family-primary);box-shadow:0 2px 8px rgba(0,28,58,.16);flex-shrink:0}.appHeader .svg-inline--fa{width:1em;height:1em;min-width:1em;max-width:1em;max-height:1em;flex:0 0 auto}.headerBrand{display:flex;align-items:center;gap:24px;min-width:0}.logo{width:158px;height:48px;object-fit:contain;display:block}.headerDivider{width:1px;height:30px;background:rgba(255,255,255,.72);flex:0 0 auto}.headerTitle{font-size:20px;line-height:1;font-weight:var(--font-weight-demibold);white-space:nowrap}.headerOptions{display:flex;align-items:center;justify-content:flex-end;gap:28px;min-width:0}.headerAction,.languageSelectorWrap{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:40px;color:white;background:transparent;border:0;font:inherit;font-size:16px;font-weight:var(--font-weight-demibold);line-height:1.1;text-align:center}.headerAction{display:grid;grid-template-columns:18px minmax(0,1fr) 18px;align-items:center;justify-items:center;grid-column-gap:8px;column-gap:8px;min-width:124px;padding:0 12px;cursor:pointer}.headerAction>span{grid-column:2;text-align:center}.headerAction .button-icon{grid-column:1;justify-self:center;pointer-events:none}.headerAction:hover,.languageSelectorWrap:hover{color:#8edcff}.languageSelectorWrap{position:relative}.languageSelector{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:40px;padding:0 22px 0 0;border:0;background:transparent;color:white;font-family:var(--font-family-primary);font-size:16px;font-weight:var(--font-weight-demibold);cursor:pointer}.languageSelector:focus{outline:2px solid rgba(142,220,255,.75);outline-offset:4px}.languageSelector option{color:#10233d}.languageChevron{position:absolute;right:0;pointer-events:none;font-size:12px}@media (max-width:767px){.appHeader{min-height:58px;padding:0 14px;gap:12px}.headerBrand{gap:12px}.logo{width:128px;height:42px}.headerAction span,.headerDivider,.headerTitle{display:none}.headerOptions{gap:12px}.headerAction,.languageSelector,.languageSelectorWrap{font-size:14px}.languageSelector{max-width:96px}}