.Navbar-module__pSp8Ga__navbar{padding:0 5%;position:relative}.Navbar-module__pSp8Ga__navbarPlan{padding:0 48px}.Navbar-module__pSp8Ga__inner{padding:var(--space-3) 0;max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navbar-module__pSp8Ga__innerPlan{max-width:none;margin:0}.Navbar-module__pSp8Ga__logo{width:auto;display:block}.Navbar-module__pSp8Ga__logoFull{height:48px}.Navbar-module__pSp8Ga__logoIcon{height:40px;display:none}.Navbar-module__pSp8Ga__logoLink{border:none;text-decoration:none;display:inline-flex}.Navbar-module__pSp8Ga__logoLink:hover{text-decoration:none}.Navbar-module__pSp8Ga__navbar .btn-primary{padding:12px 16px}.Navbar-module__pSp8Ga__right{margin-left:var(--space-4);border-left:2px solid var(--color-border);padding-left:var(--space-4);flex:1;justify-content:space-between;align-items:center;display:flex}.Navbar-module__pSp8Ga__links{align-items:center;gap:var(--space-1);display:flex}.Navbar-module__pSp8Ga__actions{align-items:center;gap:8px;display:flex}.Navbar-module__pSp8Ga__mobileActions{align-items:center;gap:var(--space-1);display:none}.Navbar-module__pSp8Ga__hamburger{color:var(--color-text);padding:10px}.Navbar-module__pSp8Ga__userWrapper{position:relative}.Navbar-module__pSp8Ga__userBtn{padding:12px!important}.Navbar-module__pSp8Ga__userBtnAvatar{width:52px;height:52px;overflow:hidden;border-radius:50%!important;padding:0!important}.Navbar-module__pSp8Ga__userBtnOpen{background-color:var(--color-bg-secondary);border-color:var(--color-border)!important}.Navbar-module__pSp8Ga__userAvatar{object-fit:cover;border-radius:50%;width:48px;height:48px;display:block}.Navbar-module__pSp8Ga__userInitials{background-color:var(--color-primary-light);width:48px;height:48px;color:var(--color-white);font-family:var(--font-family);letter-spacing:.5px;background-image:linear-gradient(#a7ac9db3,#a7ac9db3),url(/map.png);background-position:50%;background-size:auto,500%;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.Navbar-module__pSp8Ga__userIcon{filter:brightness(0)}.Navbar-module__pSp8Ga__userDropdown{background-color:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-sm);z-index:100;flex-direction:column;gap:4px;min-width:200px;padding:8px;animation:.2s cubic-bezier(.16,1,.3,1) Navbar-module__pSp8Ga__userDropdownIn;display:flex;position:absolute;top:calc(100% + 32px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 24px #00000014}@keyframes Navbar-module__pSp8Ga__userDropdownIn{0%{opacity:0;transform:translate(-50%)translateY(-6px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.Navbar-module__pSp8Ga__userDropdownName{font-size:var(--text-sm);color:var(--color-text);align-items:center;gap:8px;padding:8px 16px;font-weight:600;display:flex}.Navbar-module__pSp8Ga__userDropdownItem{width:100%;font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-text-secondary);text-align:left;cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:12px 16px;text-decoration:none;transition:background-color .15s,color .15s;display:block}.Navbar-module__pSp8Ga__userDropdownItem:hover,.Navbar-module__pSp8Ga__userDropdownItemActive{background-color:var(--color-bg-secondary);color:var(--color-text)}.Navbar-module__pSp8Ga__userDropdownLogout,.Navbar-module__pSp8Ga__userDropdownLogout:hover{color:#c0392b}.Navbar-module__pSp8Ga__dropdownWrapper{position:static}.Navbar-module__pSp8Ga__dropdown{background-color:var(--color-white);z-index:100;width:100%;animation:.6s cubic-bezier(.16,1,.3,1) Navbar-module__pSp8Ga__slideDown;position:absolute;top:100%;left:0;right:0;box-shadow:0 16px 24px -4px #0000001a}.Navbar-module__pSp8Ga__dropdownInner{max-width:var(--max-width);align-items:stretch;gap:var(--space-4);padding:var(--space-3) 0;flex-direction:row;margin:0 auto;display:flex}@keyframes Navbar-module__pSp8Ga__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__pSp8Ga__regionCard{text-align:left;border-radius:var(--radius-sm);flex-direction:column;flex:1;align-items:flex-start;padding:16px;text-decoration:none;transition:background-color .15s;display:flex}.Navbar-module__pSp8Ga__regionCard:hover,.Navbar-module__pSp8Ga__regionCardActive{background-color:var(--color-bg-secondary);text-decoration:none}.Navbar-module__pSp8Ga__regionImage{width:96px;height:auto;margin-bottom:var(--space-2)}.Navbar-module__pSp8Ga__dropdownFooter{background-color:var(--color-bg-secondary);border-bottom:1px solid var(--color-border);padding:var(--space-1) 0;justify-content:center;display:flex}.Navbar-module__pSp8Ga__regionName{margin-bottom:var(--space-1);color:var(--color-text)}.Navbar-module__pSp8Ga__regionDescription{font-size:var(--text-sm);line-height:var(--leading-sm);color:var(--color-text-secondary)}.Navbar-module__pSp8Ga__backdrop{z-index:150;background-color:#0000004d;animation:.2s Navbar-module__pSp8Ga__fadeIn;position:fixed;inset:0}@keyframes Navbar-module__pSp8Ga__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Navbar-module__pSp8Ga__fadeOut{0%{opacity:1}to{opacity:0}}.Navbar-module__pSp8Ga__backdropClosing{animation:.3s forwards Navbar-module__pSp8Ga__fadeOut}.Navbar-module__pSp8Ga__mobileMenu{background-color:var(--color-white);z-index:200;width:100%;max-width:380px;padding:var(--space-3) var(--space-4);flex-direction:column;justify-content:space-between;animation:.35s cubic-bezier(.16,1,.3,1) Navbar-module__pSp8Ga__slideInRight;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto}@keyframes Navbar-module__pSp8Ga__slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes Navbar-module__pSp8Ga__slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}.Navbar-module__pSp8Ga__mobileMenuClosing{animation:.35s cubic-bezier(.16,1,.3,1) forwards Navbar-module__pSp8Ga__slideOutRight}.Navbar-module__pSp8Ga__mobileTop{flex-direction:column;display:flex}.Navbar-module__pSp8Ga__mobileTopBar{justify-content:space-between;align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);display:flex;overflow:hidden}.Navbar-module__pSp8Ga__mobileClose{color:var(--color-text);flex-shrink:0;background-color:var(--color-bg-secondary)!important;border-color:var(--color-border)!important}.Navbar-module__pSp8Ga__mobileLinks{gap:var(--space-1);flex-direction:column;display:flex}.Navbar-module__pSp8Ga__mobileNavLink{width:100%}.Navbar-module__pSp8Ga__mobileNavLink.nav-link{justify-content:space-between}.Navbar-module__pSp8Ga__mobileRegions{gap:var(--space-1);padding:var(--space-1) 0 var(--space-1) var(--space-2);flex-direction:column;display:flex}.Navbar-module__pSp8Ga__mobileRegionItem{align-items:center;gap:var(--space-2);padding:12px var(--space-2);border-radius:var(--radius-lg);color:var(--color-text);text-decoration:none;transition:background-color .15s;animation:.3s both Navbar-module__pSp8Ga__regionItemIn;display:flex}@keyframes Navbar-module__pSp8Ga__regionItemIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.Navbar-module__pSp8Ga__mobileRegionItem:hover{background-color:var(--color-bg-secondary);color:var(--color-text);text-decoration:none}.Navbar-module__pSp8Ga__mobileRegionText{flex-direction:column;gap:3px;display:flex}.Navbar-module__pSp8Ga__mobileRegionName{font-size:var(--text-base);color:var(--color-text);font-weight:600}.Navbar-module__pSp8Ga__mobileRegionDesc{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:var(--leading-sm)}.Navbar-module__pSp8Ga__mobileBottom{padding-top:var(--space-4);border-top:1px solid var(--color-border);flex-direction:column;align-items:center;display:flex}.Navbar-module__pSp8Ga__mobileBottomButtons{gap:var(--space-2);flex-direction:column;width:100%;display:flex}@media (max-width:1024px){.Navbar-module__pSp8Ga__right{display:none}.Navbar-module__pSp8Ga__mobileActions{display:flex}}@media (max-width:767px){.Navbar-module__pSp8Ga__logoFull{height:44px}.Navbar-module__pSp8Ga__navbarPlan{padding:0 5%}.Navbar-module__pSp8Ga__innerPlan{max-width:var(--max-width);margin:0 auto}.Navbar-module__pSp8Ga__mobileMenu{max-width:100%}.Navbar-module__pSp8Ga__userWrapper{position:static}.Navbar-module__pSp8Ga__userDropdown{animation:.2s cubic-bezier(.16,1,.3,1) Navbar-module__pSp8Ga__userDropdownInRight;top:calc(100% + 8px);left:auto;right:5%;transform:none}}@keyframes Navbar-module__pSp8Ga__userDropdownInRight{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
.LanguageSwitcher-module__Mq00sq__wrapper{position:relative}.LanguageSwitcher-module__Mq00sq__wrapper .icon-btn{padding:14px}.LanguageSwitcher-module__Mq00sq__active{background-color:var(--color-bg-secondary);border-color:var(--color-border)!important}.LanguageSwitcher-module__Mq00sq__dropdown{background-color:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-sm);z-index:200;flex-direction:column;gap:4px;width:max-content;padding:8px;animation:.2s cubic-bezier(.16,1,.3,1) LanguageSwitcher-module__Mq00sq__fadeSlideIn;display:flex;position:absolute;top:calc(100% + 32px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px -4px #0000001a}@keyframes LanguageSwitcher-module__Mq00sq__fadeSlideIn{0%{opacity:0;transform:translate(-50%)translateY(-6px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (max-width:1024px){.LanguageSwitcher-module__Mq00sq__dropdown{animation:.2s cubic-bezier(.16,1,.3,1) LanguageSwitcher-module__Mq00sq__fadeSlideIn;left:50%;right:auto;transform:translate(-50%)}}.LanguageSwitcher-module__Mq00sq__option{align-items:center;gap:var(--space-2);cursor:pointer;width:100%;font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text);text-align:left;border-radius:var(--radius-sm);background:0 0;border:none;padding:12px 16px;font-weight:500;transition:background-color .15s;display:flex}.LanguageSwitcher-module__Mq00sq__option:hover{background-color:var(--color-bg-secondary)}.LanguageSwitcher-module__Mq00sq__optionActive{color:var(--color-primary);font-weight:600}.LanguageSwitcher-module__Mq00sq__badge{border:1px solid var(--color-border);background-color:var(--color-bg-secondary);letter-spacing:.04em;min-width:28px;height:20px;color:var(--color-text-secondary);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:0 5px;font-size:11px;font-weight:700;display:inline-flex}.LanguageSwitcher-module__Mq00sq__badgeActive{border-color:var(--color-primary);background-color:color-mix(in srgb, var(--color-primary) 10%, transparent);color:var(--color-primary)}
.Footer-module__nhiC3q__footer{background-color:var(--color-primary-dark);position:relative}.Footer-module__nhiC3q__elevationWrap{pointer-events:none;line-height:0;position:absolute;bottom:100%;left:0;right:0}.Footer-module__nhiC3q__elevationSvg{width:100%;height:40px;display:block;overflow:visible}.Footer-module__nhiC3q__elevationPath{fill:var(--color-primary-dark)}@media (max-width:767px){.Footer-module__nhiC3q__elevationSvg{width:130%;margin-left:-15%}}.Footer-module__nhiC3q__footer:before{content:"";opacity:.03;pointer-events:none;z-index:0;background-image:url(/map.png);background-position:bottom;background-repeat:no-repeat;background-size:cover;background-attachment:scroll;position:absolute;inset:-48px 0 0}.Footer-module__nhiC3q__elevationTexture{opacity:.03;background-image:url(/map.png);background-position:bottom;background-repeat:no-repeat;background-size:cover;background-attachment:scroll;width:100vw;height:100%}.Footer-module__nhiC3q__content,.Footer-module__nhiC3q__credit{z-index:1;position:relative}.Footer-module__nhiC3q__content{text-align:center;align-items:center;gap:var(--space-3);flex-direction:column;padding:80px 5%;display:flex}.Footer-module__nhiC3q__description{max-width:520px;font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-base);color:var(--color-white);opacity:.7;margin:0}.Footer-module__nhiC3q__socials{align-items:center;gap:16px;display:flex}.Footer-module__nhiC3q__socialLink{color:#ffffffb3;width:48px;height:48px;text-decoration:none;border-color:#0000!important;padding:0!important;transition:color .15s,background-color .15s!important}.Footer-module__nhiC3q__socialLink:hover{text-decoration:none;color:var(--color-secondary)!important;background-color:#fff!important}.Footer-module__nhiC3q__credit{max-width:var(--max-width);border-top:1px solid #ffffff26;justify-content:space-between;align-items:center;width:90%;margin:0 auto;padding:24px 0;display:flex}.Footer-module__nhiC3q__creditText{font-family:var(--font-body);font-size:var(--text-sm);color:#ffffffb3;margin:0}.Footer-module__nhiC3q__creditLinks{align-items:center;gap:var(--space-3);display:flex}.Footer-module__nhiC3q__creditLink{font-family:var(--font-body);font-size:var(--text-sm);text-underline-offset:3px;transition:color .15s,text-decoration-color .15s;color:#ffffffb3!important;-webkit-text-decoration:underline #ffffff4d!important;text-decoration:underline #ffffff4d!important}.Footer-module__nhiC3q__creditLink:hover{color:var(--color-white)!important;text-decoration-color:#ffffffb3!important}.Footer-module__nhiC3q__madeByLink{color:#ffffffb3;text-underline-offset:3px;font-size:14px;-webkit-text-decoration:underline #fff6;text-decoration:underline #fff6;transition:color .15s,text-decoration-color .15s}.Footer-module__nhiC3q__madeByLink:hover{color:var(--color-white);-webkit-text-decoration-color:var(--color-white);text-decoration-color:var(--color-white)}@media (max-width:767px){.Footer-module__nhiC3q__credit{gap:var(--space-2);text-align:center;flex-direction:column}}
.GoogleSubscribeBanner-module__RZIrbW__banner{background-color:var(--color-bg-secondary);border:1px solid var(--color-border);z-index:999;border-radius:12px;align-items:center;gap:16px;width:calc(100vw - 48px);max-width:560px;padding:16px 20px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 24px #00000014}.GoogleSubscribeBanner-module__RZIrbW__content{flex-direction:column;flex:1;gap:4px;display:flex}.GoogleSubscribeBanner-module__RZIrbW__title{font-size:var(--text-sm);color:var(--color-text);margin:0;font-weight:600}.GoogleSubscribeBanner-module__RZIrbW__text{font-size:var(--text-sm);color:var(--color-text-secondary);margin:0;line-height:1.5}.GoogleSubscribeBanner-module__RZIrbW__dismiss{white-space:nowrap;flex-shrink:0}
