.Header-module__hBw1pG__header{z-index:100;border-bottom:1px solid var(--border-light);height:76px;transition:all var(--transition-normal);background:#fff;align-items:center;display:flex;position:sticky;top:0;box-shadow:0 4px 12px #07132605}.Header-module__hBw1pG__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__hBw1pG__logoContainer{align-items:center;gap:10px;display:flex}.Header-module__hBw1pG__logo{object-fit:contain;width:auto;height:56px;transition:transform var(--transition-fast)}.Header-module__hBw1pG__logoContainer:hover .Header-module__hBw1pG__logo{transform:scale(1.04)}.Header-module__hBw1pG__brandName{font-family:var(--font-title);color:var(--primary-navy);letter-spacing:-.5px;font-size:1.35rem;font-weight:800}.Header-module__hBw1pG__navigation{align-items:center;gap:28px;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-muted);transition:color var(--transition-fast);padding:8px 0;font-size:.9rem;font-weight:500;position:relative}.Header-module__hBw1pG__navLink:hover,.Header-module__hBw1pG__navLinkActive{color:var(--primary-navy);font-weight:600}.Header-module__hBw1pG__navLink:after{content:"";background:var(--accent-gradient);width:0;height:2px;transition:width var(--transition-fast);position:absolute;bottom:0;left:0}.Header-module__hBw1pG__navLink:hover:after,.Header-module__hBw1pG__navLinkActive:after{width:100%}.Header-module__hBw1pG__rightSection{align-items:center;gap:16px;display:flex}.Header-module__hBw1pG__languageDropdownWrapper{display:inline-block;position:relative}.Header-module__hBw1pG__dropdownToggle{border:1px solid var(--border-light);border-radius:var(--radius-xl);color:var(--text-main);cursor:pointer;box-shadow:var(--shadow-sm);transition:all var(--transition-fast);background:#fff;outline:none;align-items:center;gap:8px;padding:6px 14px;font-size:.85rem;font-weight:600;display:flex}.Header-module__hBw1pG__dropdownToggle:hover{border-color:var(--accent-teal);box-shadow:0 4px 10px #29d3a714}.Header-module__hBw1pG__activeFlag{margin-top:-1px}.Header-module__hBw1pG__activeLocaleName{font-family:var(--font-main)}.Header-module__hBw1pG__chevron{color:var(--text-muted);transition:transform var(--transition-fast)}.Header-module__hBw1pG__chevronOpen{transform:rotate(180deg)}.Header-module__hBw1pG__dropdownMenu{z-index:150;border:1px solid var(--border-light);border-radius:var(--radius-md);background:#fff;min-width:160px;margin:0;padding:6px 0;list-style:none;animation:.15s ease-out Header-module__hBw1pG__slideDown;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 25px #00000014}@keyframes Header-module__hBw1pG__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Header-module__hBw1pG__dropdownItem{color:var(--text-main);cursor:pointer;transition:background var(--transition-fast);justify-content:space-between;align-items:center;padding:8px 16px;font-size:.85rem;font-weight:500;display:flex}.Header-module__hBw1pG__dropdownItemLeft{align-items:center;gap:10px;display:flex}.Header-module__hBw1pG__localeName{font-family:var(--font-main)}.Header-module__hBw1pG__dropdownItem:hover{background:var(--bg-primary);color:var(--primary-navy)}.Header-module__hBw1pG__dropdownItemActive{color:var(--accent-teal);background:#29d3a70f;font-weight:600}.Header-module__hBw1pG__checkIcon{color:var(--accent-teal)}@media (max-width:900px){.Header-module__hBw1pG__navigation{display:none}}.Header-module__hBw1pG__activeFlag,.Header-module__hBw1pG__dropdownFlag{vertical-align:middle;border-radius:2px;display:inline-block;width:21px!important;height:14px!important}@media (max-width:900px){.Header-module__hBw1pG__activeFlag,.Header-module__hBw1pG__dropdownFlag{width:23px!important;height:15.33px!important}}.Header-module__hBw1pG__navCta{background:var(--accent-gradient);border-radius:var(--radius-xl);align-items:center;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 10px #27c7d826;color:#fff!important;transition:all var(--transition-fast)!important;padding:8px 16px!important}.Header-module__hBw1pG__navCta:hover{background:var(--primary-navy);box-shadow:var(--shadow-sm);transform:translateY(-1px);color:#fff!important}.Header-module__hBw1pG__navCtaActive{background:var(--primary-navy);box-shadow:inset 0 2px 4px #0000001a;color:#fff!important}
.Footer-module__S6Hkya__footer{background-color:var(--footer-navy);color:#a3b3c2;border-top:1px solid #ffffff0d;padding:40px 0 30px;font-size:.9rem}.Footer-module__S6Hkya__topSection{flex-wrap:wrap;justify-content:space-between;gap:30px;margin-bottom:30px;display:flex}.Footer-module__S6Hkya__brandCol{flex-direction:column;flex:300px;gap:20px;display:flex}.Footer-module__S6Hkya__logoContainer{align-items:center;gap:10px;display:flex}.Footer-module__S6Hkya__logo{object-fit:contain;width:auto;height:52px}.Footer-module__S6Hkya__brandName{font-family:var(--font-title);color:#fff;font-size:1.3rem;font-weight:800}.Footer-module__S6Hkya__aboutDesc{color:#8fa0b0;font-size:.85rem;line-height:1.6}.Footer-module__S6Hkya__linksCol{flex-direction:column;flex:0 140px;gap:12px;display:flex}.Footer-module__S6Hkya__linksTitle{text-transform:uppercase;color:#fff;letter-spacing:.8px;margin-bottom:8px;font-size:.78rem;font-weight:700}.Footer-module__S6Hkya__footerLink{color:#8fa0b0;transition:color var(--transition-fast)}.Footer-module__S6Hkya__footerLink:hover{color:var(--accent-teal)}.Footer-module__S6Hkya__subscribeCol{flex-direction:column;flex:260px;gap:12px;display:flex}.Footer-module__S6Hkya__subscribeForm{gap:8px;margin-top:8px;display:flex}.Footer-module__S6Hkya__inputEmail{color:#fff;border-radius:var(--radius-sm);background:#ffffff0d;border:1px solid #ffffff1a;outline:none;flex-grow:1;padding:10px 16px;font-size:.85rem}.Footer-module__S6Hkya__inputEmail:focus{border-color:var(--accent-teal)}.Footer-module__S6Hkya__btnSubscribe{background:var(--accent-gradient);color:#fff;border-radius:var(--radius-sm);transition:all var(--transition-fast);padding:10px 20px;font-size:.85rem;font-weight:700}.Footer-module__S6Hkya__btnSubscribe:hover{transform:translateY(-1px)}.Footer-module__S6Hkya__socialRow{gap:12px;margin-top:16px;display:flex}.Footer-module__S6Hkya__socialLink{color:#8fa0b0;width:32px;height:32px;transition:all var(--transition-fast);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;display:flex}.Footer-module__S6Hkya__socialLink:hover{background:var(--accent-gradient);color:#fff}.Footer-module__S6Hkya__bottomSection{border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:32px;font-size:.8rem;display:flex}.Footer-module__S6Hkya__copy{color:#6a7c8c}.Footer-module__S6Hkya__bottomLinks{gap:24px;display:flex}@media (max-width:768px){.Footer-module__S6Hkya__topSection{flex-direction:column;gap:24px}}@media (max-width:480px){.Footer-module__S6Hkya__subscribeForm{flex-direction:column;width:100%}.Footer-module__S6Hkya__inputEmail,.Footer-module__S6Hkya__btnSubscribe{width:100%}}
.AppMarquee-module__-vbk-a__marqueeContainer{border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);background:#fff;align-items:center;width:100%;height:44px;display:flex;position:relative;overflow:hidden}.AppMarquee-module__-vbk-a__marqueeContainer:before,.AppMarquee-module__-vbk-a__marqueeContainer:after{content:"";z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.AppMarquee-module__-vbk-a__marqueeContainer:before{background:linear-gradient(90deg,#f5fafc 0%,#0000 100%);left:0}.AppMarquee-module__-vbk-a__marqueeContainer:after{background:linear-gradient(-90deg,#f5fafc 0%,#0000 100%);right:0}.AppMarquee-module__-vbk-a__track{align-items:center;gap:32px;width:max-content;animation:45s linear infinite AppMarquee-module__-vbk-a__scrollMarquee;display:flex}.AppMarquee-module__-vbk-a__item{color:var(--text-main);white-space:nowrap;align-items:center;gap:12px;font-size:.85rem;font-weight:700;display:flex}.AppMarquee-module__-vbk-a__dot{background:var(--accent-gradient);border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #27c7d866}@keyframes AppMarquee-module__-vbk-a__scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.AppMarquee-module__-vbk-a__track{flex-wrap:wrap;justify-content:space-around;gap:16px;width:100%;padding:0 24px;animation:none;overflow-x:auto}.AppMarquee-module__-vbk-a__dot{display:none}}@media (max-width:768px){.AppMarquee-module__-vbk-a__marqueeContainer{height:38px}}
