:root{
  --er-header-height:76px;
  --er-header-brand:#2f3b52;
  --er-header-brand-dark:#222b3c;
  --er-header-ink:#253044;
  --er-header-line:#e1e5eb;
}
.er-skip-link:focus{clip:auto!important;width:auto;height:auto;left:16px;top:16px;z-index:10020;padding:10px 14px;border:2px solid var(--er-header-brand);border-radius:6px;background:#fff;color:#111}
.er-site-header--international{position:sticky;top:0;z-index:980;width:100%;height:var(--er-header-height);min-height:var(--er-header-height);border-top:4px solid var(--er-header-brand);border-bottom:1px solid var(--er-header-line);background:rgba(255,255,255,.98);box-shadow:0 1px 0 rgba(47,59,82,.04)}
.er-header__inner{width:min(1380px,calc(100% - 40px));height:72px;margin:auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(18px,2.5vw,40px)}
.er-header__brand{width:234px;height:40px;display:flex;align-items:center;flex:0 0 auto}
.er-header__logo-image,.er-header__brand img{display:block;width:234px;height:40px;max-width:100%;object-fit:contain;object-position:left center}
.er-header__categories,.er-header__categories ul,.er-header__categories li{height:72px}
.er-header__categories{min-width:0;overflow:hidden}
.er-header__categories ul{margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:clamp(12px,1.35vw,22px);list-style:none}
.er-header__categories li{display:flex;align-items:center;min-width:0}
.er-header__categories a{position:relative;height:72px;display:flex;align-items:center;color:var(--er-header-ink);font-size:12px;font-weight:750;letter-spacing:.015em;text-transform:uppercase;white-space:nowrap}
.er-header__categories a:after{content:"";position:absolute;right:0;bottom:15px;left:0;height:2px;background:var(--er-header-brand);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}
.er-header__categories a:hover,.er-header__categories a:focus-visible,.er-header__categories a[aria-current=page]{color:var(--er-header-brand)}
.er-header__categories a:hover:after,.er-header__categories a:focus-visible:after,.er-header__categories a[aria-current=page]:after{transform:scaleX(1)}
.er-header__actions{position:relative;height:72px;display:flex;align-items:center;gap:8px}
.er-header__support{min-height:36px;padding:0 18px;display:flex;align-items:center;justify-content:center;border:1px solid var(--er-header-brand);border-radius:999px;background:var(--er-header-brand);color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:0 6px 16px rgba(47,59,82,.16);font-size:13px;font-weight:800;line-height:1;white-space:nowrap}
.er-header__support:hover,.er-header__support:focus-visible{border-color:var(--er-header-brand-dark);background:var(--er-header-brand-dark);color:#fff!important}
.er-header__support span{position:relative;z-index:1;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:inherit!important;line-height:1!important;opacity:1!important;visibility:visible!important;text-indent:0!important}
.er-header__support-short{display:none}
.er-header__icon-button{width:42px;height:42px;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:50%;background:#fff;color:var(--er-header-ink);cursor:pointer}
.er-header__icon-button:hover,.er-header__icon-button:focus-visible,.er-header__icon-button[aria-expanded=true]{border-color:#cbd2dc;background:#f3f5f8;color:var(--er-header-brand)}
.er-header__icon-button svg{width:20px;height:20px;fill:currentColor}
.er-header-search{position:relative}
.er-header-search__panel{position:absolute;top:52px;right:0;width:min(440px,calc(100vw - 32px));min-height:62px;padding:10px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;border:1px solid #d6dce4;border-radius:10px;background:#fff;box-shadow:0 20px 50px rgba(47,59,82,.18)}
.er-header-search__panel[hidden]{display:none}
.er-header-search__panel input{width:100%;height:42px;min-width:0;padding:0 12px;border:1px solid #cbd2dc;border-radius:7px;outline:0}
.er-header-search__panel input:focus{border-color:var(--er-header-brand);box-shadow:0 0 0 3px rgba(47,59,82,.12)}
.er-header-search__submit{height:42px;padding:0 14px;border:0;border-radius:7px;background:var(--er-header-brand);color:#fff;font-weight:800;cursor:pointer}
.er-header-search__submit:hover{background:var(--er-header-brand-dark)}
.er-header-search__close{width:38px;height:38px;padding:0;border:0;border-radius:50%;background:#edf0f4;color:#536070;font-size:27px;cursor:pointer}
.er-header__menu{display:flex}
.er-header__menu span,.er-header__menu span:before,.er-header__menu span:after{width:20px;height:2px;display:block;background:currentColor}
.er-header__menu span{position:relative}
.er-header__menu span:before,.er-header__menu span:after{content:"";position:absolute;left:0}
.er-header__menu span:before{top:-6px}.er-header__menu span:after{top:6px}
.er-header-backdrop{position:fixed;inset:0;z-index:990;background:rgba(20,27,39,.58)}
.er-header-drawer{position:fixed;top:0;right:0;z-index:1000;width:min(420px,92vw);height:100dvh;padding:22px 24px 28px;overflow:auto;background:#fff;box-shadow:-24px 0 60px rgba(20,27,39,.24);transform:translateX(104%);visibility:hidden;transition:transform .22s ease,visibility .22s ease}
.er-header-drawer.is-open{transform:translateX(0);visibility:visible}
.er-header-drawer__top{min-height:56px;padding-bottom:16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--er-header-line)}
.er-header-drawer__brand{width:185px;height:40px;display:flex}
.er-header-drawer__brand img{width:185px;height:40px;object-fit:contain}
.er-header-drawer__close{width:42px;height:42px;border:1px solid #d6dce4;border-radius:50%;background:#fff;color:var(--er-header-brand);font-size:29px;cursor:pointer}
.er-header-drawer__nav{padding:22px 0 10px}
.er-header-drawer__nav strong{display:block;margin:0 0 8px;color:#727c8c;font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.er-header-drawer__nav strong:not(:first-child){margin-top:26px}
.er-header-drawer__nav ul{margin:0;padding:0;list-style:none;border-top:1px solid #edf0f4}
.er-header-drawer__nav li{border-bottom:1px solid #edf0f4}
.er-header-drawer__nav a{min-height:48px;display:flex;align-items:center;justify-content:space-between;color:var(--er-header-ink);font-size:16px;font-weight:750}
.er-header-drawer__nav a:after{content:"›";color:#87909d;font-size:24px}
.er-header-drawer__support{min-height:48px;margin-top:18px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--er-header-brand);color:#fff!important;font-weight:800}
.er-header-drawer__support:hover{background:var(--er-header-brand-dark)}
.er-header-ui-open{overflow:hidden}
@media(max-width:1180px){.er-header__inner{gap:16px}.er-header__brand,.er-header__logo-image,.er-header__brand img{width:196px}.er-header__categories ul{gap:12px}.er-header__categories a{font-size:11px}.er-header__support{padding-inline:14px}}
@media(max-width:960px){:root{--er-header-height:68px}.er-header__inner{width:calc(100% - 24px);height:64px;grid-template-columns:minmax(0,1fr) auto;gap:8px}.er-header__brand,.er-header__logo-image,.er-header__brand img{width:min(185px,43vw);height:40px}.er-header__categories{display:none}.er-header__actions{height:64px;gap:4px}.er-header__support{min-height:34px;padding:0 12px;font-size:12px;box-shadow:none}.er-header__support-full{display:none}.er-header__support-short{display:inline}.er-header__icon-button{width:40px;height:40px}.er-header-search__panel{position:fixed;top:76px;right:12px;left:12px;width:auto}}
@media(max-width:420px){.er-header__inner{width:calc(100% - 18px)}.er-header__brand,.er-header__logo-image,.er-header__brand img{width:min(145px,40vw)}.er-header-search__panel{grid-template-columns:minmax(0,1fr) auto}.er-header-search__submit{display:none}}
@media(prefers-reduced-motion:reduce){.er-header-drawer,.er-header__categories a:after{transition:none}}
