.site-header{position:relative;top:auto;z-index:110;overflow:visible;background:var(--page-bg);transition:transform var(--header-motion-duration,0.4s) var(--header-motion-easing,ease),padding var(--header-motion-duration,0.4s) var(--header-motion-easing,ease),box-shadow var(--header-motion-duration,0.4s) var(--header-motion-easing,ease);padding:var(--header-desktop-pad-y,14px) 0}body.shell-header-hidden:not(.shell-drawer-open) .site-header-chrome.is-header-hidden{transform:translate3d(0,-100%,0);pointer-events:none}body.shell-drawer-open .site-header-chrome.is-header-hidden{transform:none;pointer-events:auto}body.admin-bar .site-header{top:var(--wp-admin--admin-bar--height,32px)}@media screen and (max-width:600px){body.admin-bar .site-header{top:0}}.header-inner{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;column-gap:30px;justify-items:stretch;transition:height var(--header-motion-duration,0.4s) var(--header-motion-easing,ease),min-height var(--header-motion-duration,0.4s) var(--header-motion-easing,ease),padding var(--header-motion-duration,0.4s) var(--header-motion-easing,ease),opacity var(--header-motion-duration,0.4s) var(--header-motion-easing,ease)}.header-mobile-lead{display:none;align-items:center;justify-content:flex-start}.header-mobile-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;margin:0;border:1px solid var(--color-border-light);background:var(--surface-page-alt);color:var(--color-text-strong);cursor:pointer;transition:border-color var(--t-fast),color var(--t-fast),transform var(--t-fast),box-shadow var(--t-fast)}.header-mobile-toggle:active{transform:scale(.96)}.header-mobile-toggle:hover,.header-mobile-toggle:focus-visible{border-color:var(--accent-primary);color:var(--accent-primary);outline:none}.header-burger-icon{display:block;width:18px;height:2px;background:currentColor;box-shadow:0 6px 0 currentColor,0 -6px 0 currentColor}.header-actions{display:none}.header-mobile-util .lang-switcher{margin-left:0}.shell-mobile-drawer{display:none;position:fixed;inset:0;z-index:100000;pointer-events:none;visibility:hidden}.shell-mobile-drawer.is-open{display:block;pointer-events:auto;visibility:visible}.shell-mobile-drawer__backdrop{position:absolute;inset:0;background:rgb(10 21 23 / .45);opacity:0;transition:opacity var(--t-medium)}.shell-mobile-drawer.is-open .shell-mobile-drawer__backdrop{opacity:1}.shell-mobile-drawer__panel{position:absolute;top:0;right:0;width:min(400px, 92vw);height:100%;background:rgb(245 245 240 / .97);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-left:1px solid var(--color-border-light);box-shadow:-8px 0 40px rgb(0 0 0 / .12);transform:translateX(100%);transition:transform var(--t-medium);display:flex;flex-direction:column;overflow:hidden}.shell-mobile-drawer.is-open .shell-mobile-drawer__panel{transform:translateX(0)}.shell-mobile-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--color-border-light);flex-shrink:0}.shell-mobile-drawer__title{font-family:'Inter',system-ui,sans-serif;font-size:11px;letter-spacing:3px;text-transform:uppercase;font-weight:600;color:var(--color-text-strong);margin:0}.shell-mobile-drawer__close{width:40px;height:40px;border:0;background:#fff0;color:var(--color-text-strong);cursor:pointer;font-size:22px;line-height:1;border-radius:4px;transition:color var(--t-fast),transform var(--t-fast),background-color var(--t-fast)}.shell-mobile-drawer__close:active{transform:scale(.92)}.shell-mobile-drawer__close:hover,.shell-mobile-drawer__close:focus-visible{color:var(--accent-primary);background-color:var(--accent-primary-soft);outline:none}.shell-mobile-drawer__scroll{flex:1;overflow-y:auto;padding:16px 20px 32px;-webkit-overflow-scrolling:touch}.shell-mobile-drawer__nav .shell-mobile-drawer__list{list-style:none;margin:0;padding:0}.shell-mobile-drawer__nav>.shell-mobile-drawer__list>li{border-bottom:1px solid var(--color-border-light);opacity:0;transform:translateY(12px);transition:opacity 0.4s ease,transform 0.4s ease}.shell-mobile-drawer.is-open .shell-mobile-drawer__nav>.shell-mobile-drawer__list>li{opacity:1;transform:translateY(0)}.shell-mobile-drawer.is-open .shell-mobile-drawer__nav>.shell-mobile-drawer__list>li:nth-child(1){transition-delay:0.04s}.shell-mobile-drawer.is-open .shell-mobile-drawer__nav>.shell-mobile-drawer__list>li:nth-child(2){transition-delay:0.08s}.shell-mobile-drawer.is-open .shell-mobile-drawer__nav>.shell-mobile-drawer__list>li:nth-child(3){transition-delay:0.12s}.shell-mobile-drawer.is-open .shell-mobile-drawer__nav>.shell-mobile-drawer__list>li:nth-child(4){transition-delay:0.16s}.shell-mobile-drawer.is-open .shell-mobile-drawer__nav>.shell-mobile-drawer__list>li:nth-child(5){transition-delay:0.2s}.shell-mobile-drawer.is-open .shell-mobile-drawer__nav>.shell-mobile-drawer__list>li:nth-child(6){transition-delay:0.24s}.shell-mobile-drawer.is-open .shell-mobile-drawer__nav>.shell-mobile-drawer__list>li:nth-child(7){transition-delay:0.28s}.shell-mobile-drawer.is-open .shell-mobile-drawer__nav>.shell-mobile-drawer__list>li:nth-child(8){transition-delay:0.32s}.shell-mobile-drawer.is-open .shell-mobile-drawer__nav>.shell-mobile-drawer__list>li:nth-child(9){transition-delay:0.36s}.shell-mobile-drawer.is-open .shell-mobile-drawer__nav>.shell-mobile-drawer__list>li:nth-child(10){transition-delay:0.4s}.shell-mobile-drawer__link{position:relative;display:block;padding:14px 4px;font-family:'Inter',system-ui,sans-serif;font-size:11px;letter-spacing:2.5px;text-transform:uppercase;font-weight:400;text-decoration:none!important;border-radius:2px}.shell-mobile-drawer__link:not(.shell-mobile-drawer__link--search){color:var(--color-text-strong);transition:color var(--t-fast),background-color var(--t-fast),transform var(--t-fast)}.shell-mobile-drawer__link:not(.shell-mobile-drawer__link--search):hover,.shell-mobile-drawer__link:not(.shell-mobile-drawer__link--search):focus-visible{color:var(--accent-primary);background-color:var(--accent-primary-soft);transform:translateX(5px)}.shell-mobile-drawer__link--search,.shell-mobile-drawer__link--search:hover,.shell-mobile-drawer__link--search:focus-visible{color:var(--color-text-strong)}.shell-mobile-drawer__link:active{background-color:rgb(138 95 31 / .12)}.shell-mobile-drawer__link:focus-visible{outline:none;box-shadow:0 0 0 3px var(--accent-ring)}button.shell-mobile-drawer__link{width:100%;border:0;background:#fff0;cursor:pointer;text-align:left}.shell-mobile-drawer__link--search{display:flex;align-items:center;gap:10px;font-family:'Inter',system-ui,sans-serif;font-size:11px;letter-spacing:2.5px;text-transform:uppercase;font-weight:400}.shell-mobile-drawer__link--search::before{content:'';flex-shrink:0;width:16px;height:16px;background-color:currentColor;mask:url(/wp-content/themes/chaimtal/assets/svg/component-library/icon-search.svg) center / contain no-repeat;-webkit-mask:url(/wp-content/themes/chaimtal/assets/svg/component-library/icon-search.svg) center / contain no-repeat}.shell-mobile-drawer__sub{list-style:none;margin:10px 0 12px;padding:8px 0;background:rgb(245 245 240 / .97);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgb(0 0 0 / .06);border-radius:6px;box-shadow:0 8px 24px rgb(0 0 0 / .1)}.shell-mobile-drawer__sub .shell-mobile-drawer__link{padding:9px 14px;font-size:10px;letter-spacing:2px;color:var(--color-text-strong);font-weight:500;transition:color var(--t-fast),background-color var(--t-fast),transform var(--t-fast)}.shell-mobile-drawer__sub .shell-mobile-drawer__link:hover{background:rgb(184 137 58 / .1);color:var(--accent-primary);transform:translateX(4px)}.shell-mobile-drawer__details summary{cursor:pointer;list-style:none;padding:14px 4px;font-family:'Inter',system-ui,sans-serif;font-size:11px;letter-spacing:2.5px;text-transform:uppercase;font-weight:500;color:var(--color-text-strong);text-decoration:none!important;position:relative;border-radius:2px;transition:color var(--t-fast),background-color var(--t-fast),transform var(--t-fast)}.shell-mobile-drawer__details summary::-webkit-details-marker{display:none}.shell-mobile-drawer__details summary:hover{color:var(--accent-primary);background-color:var(--accent-primary-soft)}.shell-mobile-drawer__details summary::after{content:'+';float:right;font-weight:300;font-size:16px;line-height:1;opacity:.45;transition:transform var(--t-medium),opacity var(--t-fast)}.shell-mobile-drawer__details[open] summary::after{transform:rotate(45deg);opacity:.85}.shell-mobile-drawer__details summary:focus-visible{outline:none;box-shadow:0 0 0 3px var(--accent-ring)}.shell-mobile-drawer__foot{padding:20px;border-top:1px solid var(--color-border-light);flex-shrink:0}.shell-mobile-drawer__foot .lang-switcher{margin-left:0}body.chaimtal-site-home.shell-drawer-open,body.chaimtal-site-shell-inner.shell-drawer-open{overflow:hidden}@media (prefers-reduced-motion:reduce){.site-header,body.chaimtal-site-shell-inner #wrapper>.site-header-chrome,body.chaimtal-site-home .site-home>.site-header-chrome,.header-inner,.site-header__brand,.site-header__emblem,.header-nav-left,.header-trail,.header-actions{transition-duration:0.01ms!important}body.shell-header-hidden:not(.shell-drawer-open) .site-header-chrome.is-header-hidden{transform:translate3d(0,-100%,0);transition:none}.shell-mobile-drawer__nav>.shell-mobile-drawer__list>li{opacity:1;transform:none;transition:none}.shell-mobile-drawer.is-open .shell-mobile-drawer__nav>.shell-mobile-drawer__list>li{transition-delay:0s!important}.shell-mobile-drawer__panel{transition-duration:0.01ms}}.header-nav-left,.header-nav-right{display:flex;align-items:center;position:relative;z-index:2;min-width:0;gap:clamp(14px, 1.6vw, 28px)}.header-trail{position:relative;z-index:2}.header-trail{grid-column:2;grid-row:1;display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;column-gap:clamp(14px, 1.8vw, 40px);width:100%;min-width:0;padding-inline-start:var(--header-emblem-zone-half,58px)}.header-nav-left{grid-column:1;grid-row:1;justify-content:flex-start;padding-inline-end:var(--header-emblem-zone-half,58px)}@media (min-width:1281px){.header-inner{grid-template-columns:1fr 1fr}.header-nav-left{justify-content:flex-end}.header-nav-right{justify-content:flex-start}.site-header{padding:var(--header-desktop-pad-y,14px) 0}.header-inner{min-height:var(--header-desktop-nav-row-h,64px)}.site-header.is-condensed{padding:var(--header-desktop-pad-y-condensed,8px) 0;box-shadow:0 4px 20px rgb(0 0 0 / .06)}.site-header.is-condensed .header-inner{min-height:var(--header-desktop-nav-row-h,64px)}.site-header.is-condensed .header-nav-left{padding-inline-end:var(--header-emblem-zone-half-condensed,48px)}.site-header.is-condensed .header-trail{padding-inline-start:var(--header-emblem-zone-half-condensed,48px)}.header-nav-left{transition:padding-inline-end var(--header-motion-duration,0.4s) var(--header-motion-easing,ease)}.header-trail{transition:padding-inline-start var(--header-motion-duration,0.4s) var(--header-motion-easing,ease)}}@media (min-width:1481px){.header-nav-left,.header-trail{column-gap:clamp(14px, 1.8vw, 40px)}}.header-nav-right{justify-content:flex-start;flex:0 0 auto;min-width:0}.header-nav-util{display:flex;align-items:center;gap:clamp(12px, 1.4vw, 24px);flex:0 0 auto;flex-shrink:0;margin:0;margin-inline-start:auto;padding:0}.header-nav-util .lang-switcher{margin-left:0}.header-nav-item{position:relative;display:flex;align-items:center;flex-shrink:0}#site-header .header-nav-link,#site-header .header-nav-link:link,#site-header .header-nav-link:visited,#inner-wrap #site-header .header-nav-link,#inner-wrap #site-header .header-nav-link:link,#inner-wrap #site-header .header-nav-link:visited{color:var(--color-text-strong);-webkit-text-fill-color:currentColor}#site-header .header-nav-link:hover,#site-header .header-nav-link:focus-visible,#site-header .header-nav-link:visited:hover,#site-header .header-nav-link:visited:focus-visible,#inner-wrap #site-header .header-nav-link:hover,#inner-wrap #site-header .header-nav-link:focus-visible,#inner-wrap #site-header .header-nav-link:visited:hover,#inner-wrap #site-header .header-nav-link:visited:focus-visible,#inner-wrap #site-header a.header-nav-link:hover,#inner-wrap #site-header a.header-nav-link:focus-visible,#inner-wrap #site-header a.header-nav-link:visited:hover,#inner-wrap #site-header a.header-nav-link:visited:focus-visible{color:var(--accent-primary);-webkit-text-fill-color:currentColor}.header-nav-link{position:relative;font-family:'Inter',system-ui,sans-serif;font-size:var(--type-cta,clamp(0.625rem, 0.48rem + 0.28vw, 0.6875rem));letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-strong);font-weight:500;padding:8px 0;line-height:1;transition:color var(--t-fast);display:inline-flex;align-items:center;text-decoration:none!important}.header-nav-link::before,.shell-mobile-drawer__link:not(.shell-mobile-drawer__link--search)::before,.shell-mobile-drawer__details summary::before{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background-color:var(--accent-primary);transform:scaleX(0);transform-origin:left;transition:transform var(--t-slow);pointer-events:none;z-index:1}.header-nav-link:hover,.header-nav-link:focus-visible,.shell-mobile-drawer__link:not(.shell-mobile-drawer__link--search):hover,.shell-mobile-drawer__link:not(.shell-mobile-drawer__link--search):focus-visible,.shell-mobile-drawer__details summary:hover,.shell-mobile-drawer__details summary:focus-visible{color:var(--accent-primary)}.header-nav-link:hover::before,.header-nav-link:focus-visible::before,.shell-mobile-drawer__link:not(.shell-mobile-drawer__link--search):hover::before,.shell-mobile-drawer__link:not(.shell-mobile-drawer__link--search):focus-visible::before,.shell-mobile-drawer__details summary:hover::before,.shell-mobile-drawer__details summary:focus-visible::before{transform:scaleX(1)}.header-nav-link:focus-visible,.header-search-toggle:focus-visible{outline:0;border-radius:2px;box-shadow:0 0 0 3px var(--accent-ring)}.header-nav-link--has-sub{gap:6px}.header-nav-link--has-sub::after{content:'▾';flex:0 0 auto;font-size:8px;line-height:1;align-self:center;transition:transform var(--t-fast)}.header-nav-item:hover .header-nav-link--has-sub::after{transform:rotate(180deg)}.header-submenu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(-10px);min-width:200px;background:rgb(245 245 240 / .97);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:12px 0;box-shadow:0 12px 32px rgb(0 0 0 / .25);opacity:0;visibility:hidden;transition:opacity var(--t-medium),visibility var(--t-medium),transform var(--t-medium)}.header-nav-item:hover .header-submenu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.header-submenu a{display:flex;align-items:center;justify-content:space-between;padding:9px 18px;font-family:'Inter',system-ui,sans-serif;font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--color-text-strong);font-weight:500;transition:background var(--t-fast),color var(--t-fast),opacity var(--t-fast),transform var(--t-fast);opacity:0;transform:translateX(-4px);text-decoration:none!important}.header-submenu a::after{content:'→';opacity:0;font-size:11px;transition:opacity var(--t-fast);color:var(--accent-primary)}.header-nav-item:hover .header-submenu a{opacity:1;transform:translateX(0)}.header-nav-item:hover .header-submenu a:nth-child(1){transition-delay:60ms}.header-nav-item:hover .header-submenu a:nth-child(2){transition-delay:130ms}.header-nav-item:hover .header-submenu a:nth-child(3){transition-delay:200ms}.header-nav-item:hover .header-submenu a:nth-child(4){transition-delay:270ms}.header-nav-item:hover .header-submenu a:nth-child(5){transition-delay:340ms}.header-submenu a:hover{background:rgb(184 137 58 / .1);color:var(--accent-primary)}.header-submenu a:hover::after{opacity:1}.site-header__brand{display:inline-flex;align-items:center;justify-content:center;margin-left:0;transition:top var(--header-motion-duration,0.4s) var(--header-motion-easing,ease),opacity var(--header-motion-duration,0.4s) var(--header-motion-easing,ease);text-decoration:none!important;border:0;box-shadow:none}@media (min-width:1281px) and (max-width:1439px){.header-inner{column-gap:18px}.header-nav-left,.header-nav-right{gap:14px}.header-trail{column-gap:16px;--header-emblem-nav-gap:18px;--header-emblem-zone-half:calc(
      var(--header-desktop-emblem-size) / 2 + var(--header-emblem-nav-gap)
    )}.header-nav-left{--header-emblem-nav-gap:18px;--header-emblem-zone-half:calc(
      var(--header-desktop-emblem-size) / 2 + var(--header-emblem-nav-gap)
    )}.header-nav-util{gap:14px}}@media (min-width:1440px){.header-nav-left,.header-trail{--header-emblem-nav-gap:40px;--header-emblem-zone-half:calc(
      var(--header-desktop-emblem-size) / 2 + var(--header-emblem-nav-gap)
    )}}@media (min-width:1440px) and (max-width:1919px){.header-nav-util{gap:10px;padding-inline-end:64px}.header-nav-util .lang-switcher--dropdown{margin-left:0}}@media (min-width:1281px){.site-header{position:relative}.header-mobile-lead{display:none}.site-header__brand{position:absolute;left:50%;top:0;bottom:0;z-index:1;transform:translateX(-50%);pointer-events:auto}}.site-header__brand:hover,.site-header__brand:focus-visible{text-decoration:none!important;outline:none}.site-header__emblem{width:var(--header-emblem-size-mobile,52px);height:var(--header-emblem-size-mobile,52px);object-fit:contain;object-position:center;display:block;image-rendering:auto}@media (min-width:769px) and (max-width:1280px){.site-header__emblem{width:var(--header-emblem-size-tablet,56px);height:var(--header-emblem-size-tablet,56px)}}@media (min-width:1281px){.site-header__emblem{width:var(--header-desktop-emblem-size);height:var(--header-desktop-emblem-size);transition:width var(--header-motion-duration,0.4s) var(--header-motion-easing,ease),height var(--header-motion-duration,0.4s) var(--header-motion-easing,ease)}.site-header.is-condensed .site-header__emblem{width:var(--header-desktop-emblem-size-condensed);height:var(--header-desktop-emblem-size-condensed)}}.header-nav-util .lang-switcher--dropdown{position:relative;margin-left:16px}.header-nav-util .lang-switcher__trigger{padding:8px 0}.header-search-toggle{position:relative;display:inline-flex;align-items:center;gap:6px;font-family:'Inter',system-ui,sans-serif;font-size:var(--type-cta,clamp(0.625rem, 0.48rem + 0.28vw, 0.6875rem));letter-spacing:.15em;text-transform:uppercase;font-weight:500;color:var(--color-text-strong);line-height:1;padding:8px 0;transition:color var(--t-fast);text-decoration:none!important;border:0;border-radius:0;background:#fff0;background-color:#fff0;cursor:pointer;appearance:none;box-shadow:none}.header-nav-util .lang-switcher,.header-mobile-util .lang-switcher{font-size:var(--type-cta,clamp(0.625rem, 0.48rem + 0.28vw, 0.6875rem));letter-spacing:.15em}.header-search-toggle:focus,.header-search-toggle:active{background:#fff0;background-color:#fff0;box-shadow:none}.header-search-toggle::before{content:'';flex-shrink:0;width:14px;height:14px;background-color:currentColor;mask:url(/wp-content/themes/chaimtal/assets/svg/component-library/icon-search.svg) center / contain no-repeat;-webkit-mask:url(/wp-content/themes/chaimtal/assets/svg/component-library/icon-search.svg) center / contain no-repeat}body.chaimtal-site-home .header-nav-util .header-search-toggle,body.chaimtal-site-shell-inner .header-nav-util .header-search-toggle,body.chaimtal-site-home .header-nav-util .header-search-toggle:focus,body.chaimtal-site-shell-inner .header-nav-util .header-search-toggle:focus,body.chaimtal-site-home .header-nav-util .header-search-toggle[aria-expanded='false'],body.chaimtal-site-shell-inner .header-nav-util .header-search-toggle[aria-expanded='false'],body.chaimtal-site-home .header-nav-util .header-search-toggle:hover,body.chaimtal-site-shell-inner .header-nav-util .header-search-toggle:hover,body.chaimtal-site-home .header-nav-util .header-search-toggle[aria-expanded='true'],body.chaimtal-site-shell-inner .header-nav-util .header-search-toggle[aria-expanded='true']{color:var(--color-text-strong)!important;-webkit-text-fill-color:currentColor!important;background:transparent!important;background-color:transparent!important;box-shadow:none!important}@media (max-width:1280px){body.chaimtal-site-home .site-home,body.chaimtal-site-home .site-home>.site-header-chrome,body.chaimtal-site-shell-inner #wrapper>.site-header-chrome{overflow:visible}.site-header{position:relative;top:auto;z-index:1;overflow:visible;padding:0;border-bottom:0;box-shadow:none}.site-header.is-condensed{padding:0;box-shadow:none}.header-inner{position:relative;display:flex;align-items:flex-start;justify-content:flex-end;gap:8px;height:var(--header-mobile-bar-h,68px);min-height:var(--header-mobile-bar-h,68px);max-height:var(--header-mobile-bar-h,68px);padding:var(--header-mobile-align-top,21px) 15px 0;overflow:visible;box-sizing:border-box;transition:height var(--header-motion-duration,0.4s) var(--header-motion-easing,ease),min-height var(--header-motion-duration,0.4s) var(--header-motion-easing,ease)}.header-mobile-lead{display:none}.site-header__brand{position:absolute;left:50%;top:calc(var(--header-mobile-align-top) + var(--header-mobile-emblem-optical-nudge-y, -5px));z-index:2;transform:translateX(-50%);justify-self:auto;pointer-events:auto}.header-actions{display:flex;align-items:flex-start;justify-content:flex-end;gap:4px;flex-shrink:0;position:relative;z-index:120;height:auto;min-height:0;max-height:none;overflow:visible}.header-mobile-toggle{display:inline-flex;flex-shrink:0;align-items:flex-start;justify-content:center;width:36px;min-width:36px;height:calc(var(--header-mobile-burger-stack-h, 14px) + var(--header-mobile-burger-line-gap, 6px));min-height:0;padding:var(--header-mobile-burger-line-gap,6px) 0 0;border:0!important;background:transparent!important;background-color:transparent!important;color:var(--color-text-strong)!important;box-shadow:none!important;-webkit-appearance:none;appearance:none}body.shell-header-hidden:not(.shell-drawer-open) .site-header-chrome.is-header-hidden{overflow:hidden}.site-header .site-header__brand .site-header__emblem,.site-header.is-condensed .site-header__brand .site-header__emblem{display:block;width:var(--header-emblem-size-mobile,52px);height:var(--header-emblem-size-mobile,52px);max-width:var(--header-emblem-size-mobile,52px);max-height:var(--header-emblem-size-mobile,52px);object-fit:contain;object-position:top center;border-radius:0;box-shadow:none}@media (min-width:769px){.site-header .site-header__brand .site-header__emblem,.site-header.is-condensed .site-header__brand .site-header__emblem{width:var(--header-emblem-size-tablet,56px);height:var(--header-emblem-size-tablet,56px);max-width:var(--header-emblem-size-tablet,56px);max-height:var(--header-emblem-size-tablet,56px)}}.site-header.is-condensed .header-inner{height:var(--header-mobile-bar-h,68px);min-height:var(--header-mobile-bar-h,68px);max-height:var(--header-mobile-bar-h,68px)}.site-home .site-home__hero{position:relative;z-index:1}.header-mobile-util{display:flex;align-items:flex-start}.header-mobile-util .lang-switcher--dropdown{display:block;position:relative}.header-mobile-util .lang-switcher__trigger{display:inline-flex;align-items:center;padding:0 2px;margin-top:var(--header-mobile-lang-align-nudge);line-height:1;font-size:11px;letter-spacing:2px}.header-mobile-util .lang-switcher__panel{padding-top:2px}.header-mobile-toggle:hover,.header-mobile-toggle:focus-visible{border:0!important;background:transparent!important;background-color:transparent!important;color:var(--accent-primary)!important;box-shadow:none!important}.header-mobile-toggle:focus-visible{outline:2px solid var(--accent-primary)!important;outline-offset:2px}.shell-mobile-drawer__close{background:transparent!important;background-color:transparent!important;color:var(--color-text-strong)!important;border:0!important;box-shadow:none!important}.shell-mobile-drawer__close:hover,.shell-mobile-drawer__close:focus-visible{background-color:var(--accent-primary-soft)!important;color:var(--accent-primary)!important}.header-nav-left,.header-trail{display:none}.shell-mobile-drawer__foot .lang-switcher{display:none}}