.abcdt-header{
  --gh-ink:      var(--ink, #06060A);
  --gh-text:     var(--text, #E8E8F0);
  --gh-text-2:   var(--text-2, #B8B8C4);
  --gh-text-3:   var(--text-3, #9A9AB4);
  --gh-line:     var(--line, rgba(232,232,240,.12));
  --gh-line-2:   var(--line-2, rgba(232,232,240,.26));
  --gh-blue:     var(--blue, #1A6FFF);
  --gh-blue-up:  var(--blue-lift, #4A8CFF);
  --gh-ffd:      var(--ff-d, 'Syne', system-ui, sans-serif);
  --gh-ffb:      var(--ff-b, 'DM Sans', system-ui, sans-serif);
  --gh-e:        var(--e, cubic-bezier(.16,1,.3,1));
  --gh-gut:      var(--gut, 1.25rem);
  --gh-maxw:     var(--maxw, 1360px);
  --gh-h: 54px;          
  --gh-pad: 10px;        
  --gh-r: 999px;         
  --gh-in-pad: 1rem;     
  --gh-gap: .5rem;
  --gh-pill-bg:   #0A0A10;
  --gh-cta-bg:    #12121A;
  --gh-cta-bg-h:  #171722;
  --gh-core-bg:   rgba(26,111,255,.20);
  --gh-core-bg-h: rgba(26,111,255,.42);
  position:fixed; inset:0 0 auto 0; z-index:220;
  font-family:var(--gh-ffb);
  padding-top:env(safe-area-inset-top,0px);
  transform:translate3d(0,0,0);
  transition:transform .34s var(--gh-e);
  will-change:transform;
}
.abcdt-header[data-state="hidden"]{ transform:translate3d(0,-100%,0) }
@media (prefers-reduced-motion:reduce){
  .abcdt-header{ transition:none }
  .abcdt-header[data-state="hidden"]{ transform:none }
}
.abcdt-header .gh__bar{
  position:relative;
  padding:var(--gh-pad) max(var(--gh-gut), env(safe-area-inset-left,0px));
  transition:padding .34s var(--gh-e);
}
.abcdt-header .gh__pill{
  position:relative; z-index:1;
  max-width:var(--gh-maxw); margin:0 auto;
  height:var(--gh-h);
  background:var(--gh-pill-bg);
  border:1px solid var(--gh-line);
  border-radius:var(--gh-r);
  box-shadow:0 1px 0 rgba(0,0,0,.5);
  transition:height .34s var(--gh-e), border-radius .3s var(--gh-e),
             background .3s var(--gh-e), border-color .3s var(--gh-e);
}
.abcdt-header[data-state="open"] .gh__pill{
  border-bottom-left-radius:0; border-bottom-right-radius:0;
  border-bottom-color:transparent;
}
.abcdt-header .gh__in{
  position:relative; height:100%;
  padding:0 var(--gh-in-pad);
  display:flex; align-items:center; gap:var(--gh-gap);
}
.abcdt-header .gh__logo{
  display:flex; align-items:center; flex:0 0 auto;
  text-decoration:none; border-radius:2px;
}
.abcdt-header .gh__logo img{
  display:block; width:auto; height:20px; max-width:none;
  transition:opacity .25s var(--gh-e), height .34s var(--gh-e);
}
.abcdt-header .gh__logo:hover img{ opacity:.72 }
.abcdt-header .gh__rule{
  display:none; flex:0 0 auto; width:1px; height:20px;
  background:var(--gh-line);
  transition:height .34s var(--gh-e), background .3s var(--gh-e);
}
.abcdt-header .gh__rule--cta{ margin-left:auto }
.abcdt-header .gh__nav{ display:none }
.abcdt-header .gh__l{ display:flex; align-items:center; gap:0; list-style:none; margin:0; padding:0 }
.abcdt-header .gh__i{ position:relative }
.abcdt-header .gh__lk,
.abcdt-header .gh__t{
  position:relative; display:inline-flex; align-items:center; gap:.45rem;
  margin:0; padding:.5rem .85rem; border:0; background:none; cursor:pointer;
  font-family:var(--gh-ffb); font-size:.8rem; font-weight:400;
  letter-spacing:.045em; text-transform:uppercase; line-height:1;
  color:var(--gh-text-3); text-decoration:none;
  transition:color .24s var(--gh-e), letter-spacing .34s var(--gh-e),
             padding .34s var(--gh-e);
}
.abcdt-header .gh__lk:hover,
.abcdt-header .gh__t:hover,
.abcdt-header .gh__t[aria-expanded="true"]{ color:var(--gh-text) }
.abcdt-header .gh__roll{
  position:relative; display:block; overflow:hidden;
  height:1.15em;
}
.abcdt-header .gh__r1,
.abcdt-header .gh__r2{
  display:block; white-space:nowrap; height:1.15em; line-height:1.15;
  transition:transform .42s var(--gh-e);
}
.abcdt-header .gh__r2{ position:absolute; left:0; top:100% }
.abcdt-header .gh__lk:hover .gh__r1,
.abcdt-header .gh__lk:hover .gh__r2,
.abcdt-header .gh__t:hover .gh__r1,
.abcdt-header .gh__t:hover .gh__r2,
.abcdt-header .gh__lk:focus-visible .gh__r1,
.abcdt-header .gh__lk:focus-visible .gh__r2,
.abcdt-header .gh__t:focus-visible .gh__r1,
.abcdt-header .gh__t:focus-visible .gh__r2{ transform:translateY(-100%) }
.abcdt-header .gh__tk{
  display:block; width:3px; height:3px; flex:0 0 auto;
  background:currentColor; opacity:.45;
  transition:transform .42s var(--gh-e), opacity .24s var(--gh-e),
             background .24s var(--gh-e);
}
.abcdt-header .gh__t:hover .gh__tk{ opacity:1 }
.abcdt-header .gh__t[aria-expanded="true"] .gh__tk{
  transform:rotate(45deg) scale(1.35); opacity:1; background:var(--gh-blue);
}
.abcdt-header .gh__lk[aria-current="page"],
.abcdt-header .gh__t[data-current="true"]{ color:var(--gh-text) }
.abcdt-header .gh__lk[aria-current="page"]::before,
.abcdt-header .gh__t[data-current="true"]::before{
  content:''; position:absolute; left:.34rem; top:50%;
  width:5px; height:11px; margin-top:-9px;
  border-left:1px solid var(--gh-blue);
  border-top:1px solid var(--gh-blue);
}
.abcdt-header .gh__lk[aria-current="page"],
.abcdt-header .gh__t[data-current="true"]{ padding-left:1.15rem }
.abcdt-header .gh__cta{
  position:relative; display:none; align-items:center; gap:.6rem;
  flex:0 0 auto; padding:.44rem .44rem .44rem 1rem;
  border:1px solid var(--gh-line-2); border-radius:999px;
  background:var(--gh-cta-bg);
  font-family:var(--gh-ffb); font-size:.84rem; font-weight:500;
  letter-spacing:-.004em; line-height:1;
  color:var(--gh-text); text-decoration:none; white-space:nowrap;
  overflow:hidden;
  transform:translate3d(var(--gh-mx,0px), var(--gh-my,0px), 0);
  transition:border-color .26s var(--gh-e), background .26s var(--gh-e),
             transform .18s var(--gh-e);
}
.abcdt-header .gh__ctaRoll{ position:relative; z-index:1 }
.abcdt-header .gh__core{
  position:relative; z-index:1;
  display:inline-flex; align-items:center; justify-content:center;
  width:26px; height:26px; flex:0 0 auto; border-radius:999px;
  background:var(--gh-core-bg); color:var(--gh-blue-up);
  transition:background .28s var(--gh-e), transform .3s var(--gh-e),
             color .28s var(--gh-e);
}
.abcdt-header .gh__core svg{ width:11px; height:11px; display:block;
  transition:transform .3s var(--gh-e) }
.abcdt-header .gh__ctaSweep{
  position:absolute; inset:0; z-index:0; pointer-events:none;
  background:linear-gradient(105deg, transparent 34%,
              rgba(232,232,240,.10) 48%, rgba(26,111,255,.14) 54%, transparent 68%);
  transform:translateX(-115%);
}
.abcdt-header .gh__cta:hover,
.abcdt-header .gh__cta:focus-visible{
  border-color:var(--gh-line-2); background:var(--gh-cta-bg-h);
}
.abcdt-header .gh__cta:hover .gh__core,
.abcdt-header .gh__cta:focus-visible .gh__core{
  background:var(--gh-core-bg-h); color:#EAF1FF; transform:scale(1.08);
}
.abcdt-header .gh__cta:hover .gh__core svg,
.abcdt-header .gh__cta:focus-visible .gh__core svg{ transform:translate(2px,-2px) }
.abcdt-header .gh__cta:hover .gh__ctaSweep,
.abcdt-header .gh__cta:focus-visible .gh__ctaSweep{
  animation:abcdtg_sweepcta .62s var(--gh-e) 1;
}
@keyframes abcdtg_sweepcta{
  from{ transform:translateX(-115%) } to{ transform:translateX(115%) }
}
.abcdt-header .gh__cta:focus-visible{
  outline:none;
  box-shadow:0 0 0 2px var(--gh-ink), 0 0 0 4px var(--gh-blue-up);
}
@media (hover:none), (pointer:coarse){
  .abcdt-header .gh__cta{ transform:none }
}
@media (prefers-reduced-motion:reduce){
  .abcdt-header .gh__cta{ transform:none; transition:border-color .01ms, background .01ms }
  .abcdt-header .gh__core,
  .abcdt-header .gh__core svg{ transition:none; transform:none }
  .abcdt-header .gh__cta:hover .gh__core,
  .abcdt-header .gh__cta:focus-visible .gh__core{ transform:none }
  .abcdt-header .gh__cta:hover .gh__core svg,
  .abcdt-header .gh__cta:focus-visible .gh__core svg{ transform:none }
  .abcdt-header .gh__ctaSweep{ display:none }
  .abcdt-header .gh__ctaRoll .gh__r1,
  .abcdt-header .gh__ctaRoll .gh__r2{ transition:none }
  .abcdt-header .gh__cta:hover .gh__ctaRoll .gh__r1,
  .abcdt-header .gh__cta:hover .gh__ctaRoll .gh__r2{ transform:none }
}
.abcdt-header .gh__burger{
  display:inline-flex; align-items:center; gap:.55rem; flex:0 0 auto;
  margin:0 0 0 auto; padding:.5rem .2rem; border:0; background:none; cursor:pointer;
  font-family:var(--gh-ffb); font-size:.72rem; font-weight:500;
  letter-spacing:.16em; text-transform:uppercase; color:var(--gh-text);
  min-height:44px;
}
.abcdt-header .gh__blines{
  position:relative; display:block; width:22px; height:12px; flex:0 0 auto;
}
.abcdt-header .gh__blines i{
  position:absolute; left:0; width:100%; height:1px; background:currentColor;
  transition:transform .32s var(--gh-e), opacity .18s var(--gh-e);
}
.abcdt-header .gh__blines i:nth-child(1){ top:0 }
.abcdt-header .gh__blines i:nth-child(2){ top:50%; margin-top:-.5px }
.abcdt-header .gh__blines i:nth-child(3){ bottom:0 }
.abcdt-header .gh__burger[aria-expanded="true"] .gh__blines i:nth-child(1){ transform:translateY(5.5px) rotate(45deg) }
.abcdt-header .gh__burger[aria-expanded="true"] .gh__blines i:nth-child(2){ opacity:0; transform:scaleX(.2) }
.abcdt-header .gh__burger[aria-expanded="true"] .gh__blines i:nth-child(3){ transform:translateY(-5.5px) rotate(-45deg) }
.abcdt-header .gh__blabel{ display:none }
@media (prefers-reduced-motion:reduce){
  .abcdt-header .gh__blines i,
  .abcdt-header .gh__tk,
  .abcdt-header .gh__r1,
  .abcdt-header .gh__r2,
  .abcdt-header .gh__cta,
  .abcdt-header .gh__cta::before,
  .abcdt-header .gh__cta::after,
  .abcdt-header .gh__cta svg,
  .abcdt-header .gh__rule,
  .abcdt-header .gh__logo img{ transition-duration:.01ms }
}
.abcdt-header .gh__scrim{
  display:none; position:fixed; left:0; right:0; top:0; height:100dvh;
  z-index:0; pointer-events:none; opacity:0;
  background:linear-gradient(180deg, rgba(6,6,10,.96) 0%, rgba(6,6,10,.88) 46%, rgba(6,6,10,.72) 100%);
  transition:opacity .42s var(--gh-e);
}
.abcdt-header[data-state="open"] .gh__scrim{ opacity:1 }
.abcdt-header .gh__panel{
  display:none; position:absolute; z-index:1;
  left:max(var(--gh-gut), env(safe-area-inset-left,0px));
  right:max(var(--gh-gut), env(safe-area-inset-right,0px));
  top:calc(100% - var(--gh-pad) - 1px);
  max-width:var(--gh-maxw); margin:0 auto;
  background:var(--gh-pill-bg);
  border:1px solid var(--gh-line); border-top:0;
  border-radius:0 0 22px 22px;
  max-height:calc(100dvh - var(--gh-h) - var(--gh-pad) * 2 - env(safe-area-inset-top,0px));
  overflow:hidden auto; overscroll-behavior:contain;
  clip-path:inset(0 0 100% 0);
  transition:clip-path .42s var(--gh-e);
}
.abcdt-header .gh__panel[hidden]{ display:none }
.abcdt-header[data-state="open"] .gh__panel{ clip-path:inset(0 0 0 0) }
@media (prefers-reduced-motion:reduce){
  .abcdt-header .gh__panel{ transition:none; clip-path:none }
}
.abcdt-header .gh__pgrid{
  position:absolute; inset:0; pointer-events:none; border-radius:inherit; overflow:hidden;
  background:
    linear-gradient(180deg, var(--gh-line), transparent 58%) var(--gh-x1, -10px) 0 / 1px 100% no-repeat,
    linear-gradient(180deg, var(--gh-line), transparent 42%) var(--gh-x2, -10px) 0 / 1px 100% no-repeat;
}
.abcdt-header .gh__sheet[hidden]{ display:none }
.abcdt-header .gh__pin{
  position:relative;
  padding:2.8rem var(--gh-in-pad) 2rem;
  display:grid; grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr); gap:0 5rem;
}
.abcdt-header .gh__pk{
  margin:0 0 2.2rem; font-family:var(--gh-ffb); font-size:.62rem; font-weight:500;
  letter-spacing:.26em; text-transform:uppercase; color:var(--gh-text-3);
}
.abcdt-header .gh__e{ list-style:none; margin:0; padding:0 }
.abcdt-header .gh__el{
  position:relative; display:flex; align-items:baseline; gap:1.15rem;
  padding:.5rem 0; text-decoration:none; color:inherit;
  transition:opacity .34s var(--gh-e), transform .42s var(--gh-e);
}
.abcdt-header .gh__e:hover .gh__el,
.abcdt-header .gh__e:focus-within .gh__el{ opacity:.26 }
.abcdt-header .gh__e .gh__el:hover,
.abcdt-header .gh__e .gh__el:focus-visible{ opacity:1; transform:translateX(14px) }
.abcdt-header .gh__en{
  flex:0 0 auto; width:1.6rem;
  font-family:var(--gh-ffd); font-size:.62rem; font-weight:600;
  letter-spacing:.1em; color:var(--gh-text-3);
  font-variant-numeric:tabular-nums;
  transition:color .3s var(--gh-e);
}
.abcdt-header .gh__el:hover .gh__en,
.abcdt-header .gh__el:focus-visible .gh__en{ color:var(--gh-blue) }
.abcdt-header .gh__eh{
  font-family:var(--gh-ffd); font-weight:600;
  font-size:clamp(1.32rem, 2.05vw, 1.95rem); line-height:1.1; letter-spacing:-.028em;
  color:var(--gh-text);
}
.abcdt-header .gh__el[aria-current="page"] .gh__en{ color:var(--gh-blue) }
.abcdt-header .gh__pside{ position:relative; display:flex; flex-direction:column; justify-content:center }
.abcdt-header .gh__stage{ position:relative; z-index:1 }
.abcdt-header .gh__sn{
  display:block; margin-bottom:.9rem;
  font-family:var(--gh-ffd); font-size:.68rem; font-weight:600; letter-spacing:.22em;
  color:var(--gh-blue); font-variant-numeric:tabular-nums;
}
.abcdt-header .gh__sl{
  margin:0 0 .7rem; font-family:var(--gh-ffd); font-weight:700;
  font-size:clamp(1.5rem, 2.5vw, 2.3rem); line-height:1.04; letter-spacing:-.035em;
  color:var(--gh-text); text-wrap:balance; max-width:14ch;
}
.abcdt-header .gh__sd{
  margin:0; max-width:32ch; font-size:.92rem; line-height:1.55; color:var(--gh-text-3);
}
.abcdt-header .gh__stage.is-in .gh__sn,
.abcdt-header .gh__stage.is-in .gh__sl,
.abcdt-header .gh__stage.is-in .gh__sd{ animation:abcdtg_rise .5s var(--gh-e) both }
.abcdt-header .gh__stage.is-in .gh__sl{ animation-delay:.04s }
.abcdt-header .gh__stage.is-in .gh__sd{ animation-delay:.08s }
@keyframes abcdtg_rise{ from{ opacity:0; transform:translateY(10px) } to{ opacity:1; transform:none } }
@media (prefers-reduced-motion:reduce){
  .abcdt-header .gh__stage.is-in .gh__sn,
  .abcdt-header .gh__stage.is-in .gh__sl,
  .abcdt-header .gh__stage.is-in .gh__sd{ animation:none }
  .abcdt-header .gh__el{ transition:none }
}
.abcdt-header .gh__field{
  position:absolute; z-index:0; pointer-events:none;
  left:-10rem; right:-6rem; bottom:0; height:min(340px, 100%);
  -webkit-mask-image:radial-gradient(70% 76% at 64% 84%, #000 0%, rgba(0,0,0,.42) 44%, transparent 76%);
          mask-image:radial-gradient(70% 76% at 64% 84%, #000 0%, rgba(0,0,0,.42) 44%, transparent 76%);
}
.abcdt-header .gh__field svg{
  position:absolute; inset:0; width:100%; height:100%; opacity:.5;
  transform:translate3d(0, calc(var(--gh-i, 3) * -5px), 0) scale(1.08);
  transition:transform .6s var(--gh-e);
}
@media (prefers-reduced-motion:reduce){ .abcdt-header .gh__field svg{ transition:none } }
.abcdt-header .gh__ask{
  grid-column:1 / -1;
  margin:2.4rem 0 0; padding-top:1.3rem;
  border-top:1px solid var(--gh-line);
  font-size:.86rem; color:var(--gh-text-3);
}
.abcdt-header .gh__ask a{
  position:relative; margin-left:.4rem;
  color:var(--gh-text); text-decoration:none;
  border-bottom:1px solid var(--gh-line-2);
  transition:color .24s var(--gh-e), border-color .24s var(--gh-e);
}
.abcdt-header .gh__ask a:hover{ color:var(--gh-blue-up); border-bottom-color:var(--gh-blue) }
.abcdt-header .gh__pin--ind{ display:block; padding-bottom:2rem }
.abcdt-header .gh__ind{ list-style:none; margin:0; padding:0; max-width:34ch }
.abcdt-header .gh__il{
  position:relative; display:block; padding:.34rem 0;
  text-decoration:none; color:inherit;
  transition:opacity .34s var(--gh-e), transform .42s var(--gh-e);
}
.abcdt-header .gh__ind:hover .gh__il,
.abcdt-header .gh__ind:focus-within .gh__il{ opacity:.2 }
.abcdt-header .gh__ind .gh__il:hover,
.abcdt-header .gh__ind .gh__il:focus-visible{ opacity:1; transform:translateX(18px) }
.abcdt-header .gh__ih{
  display:block; font-family:var(--gh-ffd); font-weight:700;
  font-size:clamp(1.9rem, 3.1vw, 2.9rem); line-height:1.02; letter-spacing:-.042em;
  color:var(--gh-text);
}
.abcdt-header .gh__id{
  display:block; max-height:0; overflow:hidden; opacity:0;
  font-size:.86rem; line-height:1.5; color:var(--gh-text-3);
  transition:max-height .38s var(--gh-e), opacity .3s var(--gh-e), margin .38s var(--gh-e);
}
.abcdt-header .gh__il:hover .gh__id,
.abcdt-header .gh__il:focus-visible .gh__id{ max-height:3rem; opacity:1; margin-top:.35rem }
.abcdt-header .gh__il[aria-current="page"] .gh__ih{ color:var(--gh-text) }
.abcdt-header .gh__il[aria-current="page"]::before{
  content:''; position:absolute; left:-1.15rem; top:.9rem;
  width:5px; height:11px;
  border-left:1px solid var(--gh-blue); border-top:1px solid var(--gh-blue);
}
@media (prefers-reduced-motion:reduce){
  .abcdt-header .gh__il,
  .abcdt-header .gh__id{ transition:none }
}
.abcdt-header .gh__drawer{
  position:fixed; left:0; right:0;
  top:calc(var(--gh-h) + env(safe-area-inset-top,0px));
  height:calc(100dvh - var(--gh-h) - env(safe-area-inset-top,0px));
  background:var(--gh-ink);
  overflow-y:auto; overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  opacity:0; transform:translate3d(0,-10px,0);
  transition:opacity .22s var(--gh-e), transform .24s var(--gh-e);
}
.abcdt-header .gh__drawer[hidden]{ display:none }
.abcdt-header .gh__drawer.is-open{ opacity:1; transform:none }
@media (prefers-reduced-motion:reduce){
  .abcdt-header .gh__drawer{ transition:none; transform:none }
}
.abcdt-header .gh__din{
  min-height:100%; display:flex; flex-direction:column;
  padding:1.6rem max(var(--gh-gut), env(safe-area-inset-right,0px)) 0
          max(var(--gh-gut), env(safe-area-inset-left,0px));
}
.abcdt-header .gh__dl{ list-style:none; margin:0 0 2rem; padding:0 }
.abcdt-header .gh__dlk{
  display:block; padding:.5rem 0;
  font-family:var(--gh-ffd); font-weight:700;
  font-size:clamp(1.9rem, 8.4vw, 2.6rem); line-height:1.06; letter-spacing:-.035em;
  color:var(--gh-text); text-decoration:none;
  transition:color .2s var(--gh-e);
}
.abcdt-header .gh__dlk:active{ color:var(--gh-blue-up) }
.abcdt-header .gh__dlk[aria-current="page"]{ color:var(--gh-text) }
.abcdt-header .gh__dlk[aria-current="page"]::after{
  content:''; display:block; width:1.6rem; height:1px; margin-top:.3rem; background:var(--gh-blue);
}
.abcdt-header .gh__dsec{ margin-bottom:1.9rem }
.abcdt-header .gh__dt{
  margin:0 0 .5rem; padding-top:1.1rem; border-top:1px solid var(--gh-line);
  font-size:.66rem; font-weight:500; letter-spacing:.22em;
  text-transform:uppercase; color:var(--gh-text-3);
}
.abcdt-header .gh__de,
.abcdt-header .gh__ds{ list-style:none; margin:0; padding:0 }
.abcdt-header .gh__de a{
  display:flex; align-items:baseline; gap:.7rem; min-height:44px;
  padding:.34rem 0; font-size:1.02rem; line-height:1.3;
  color:var(--gh-text-2); text-decoration:none;
}
.abcdt-header .gh__de a i{
  font-style:normal; font-family:var(--gh-ffd); font-size:.68rem; font-weight:600;
  letter-spacing:.08em; color:var(--gh-text-3); font-variant-numeric:tabular-nums;
  flex:0 0 auto;
}
.abcdt-header .gh__de a[aria-current="page"],
.abcdt-header .gh__ds a[aria-current="page"]{ color:var(--gh-text) }
.abcdt-header .gh__de a[aria-current="page"] i{ color:var(--gh-blue) }
.abcdt-header .gh__ds{ display:flex; flex-wrap:wrap; gap:.4rem .5rem }
.abcdt-header .gh__ds a{
  display:inline-flex; align-items:center; min-height:44px; padding:.3rem .8rem;
  border:1px solid var(--gh-line); font-size:.86rem;
  color:var(--gh-text-2); text-decoration:none;
}
.abcdt-header .gh__dfoot{
  position:sticky; bottom:0; z-index:2; margin-top:auto;
  padding-top:1.1rem;
  padding-bottom:calc(.4rem + env(safe-area-inset-bottom,0px));
  border-top:1px solid var(--gh-line);
  background:var(--gh-ink);
}
.abcdt-header .gh__dco{
  display:flex; flex-wrap:wrap; align-items:center; gap:0 1.2rem; margin:0;
}
.abcdt-header .gh__dco a{
  min-height:44px; display:flex; align-items:center;
  font-size:.86rem; color:var(--gh-text-3); text-decoration:none;
}
.abcdt-header a:focus-visible,
.abcdt-header button:focus-visible{
  outline:2px solid var(--gh-blue-up); outline-offset:3px; border-radius:2px;
}
@media (min-width:380px){
  .abcdt-header .gh__blabel{ display:inline }
}
@media (min-width:560px){
  .abcdt-header{ --gh-h:56px; --gh-in-pad:1.15rem }
  .abcdt-header .gh__logo img{ height:22px }
}
@media (min-width:768px){
  .abcdt-header{ --gh-h:60px; --gh-pad:12px; --gh-in-pad:1.4rem }
  .abcdt-header .gh__logo img{ height:24px }
  .abcdt-header .gh__din{ padding-top:2.4rem }
  .abcdt-header .gh__dl{ margin-bottom:2.6rem }
  .abcdt-header .gh__dlk{ font-size:clamp(2.4rem, 5.6vw, 3.4rem) }
  .abcdt-header .gh__de{ display:grid; grid-template-columns:1fr 1fr; gap:0 2.5rem }
}
@media (min-width:1000px){
  .abcdt-header{ --gh-in-pad:1.5rem; --gh-gap:.35rem }
  .abcdt-header .gh__nav{ display:block; flex:0 0 auto }
  .abcdt-header .gh__rule{ display:block }
  .abcdt-header .gh__burger{ display:none }
  .abcdt-header .gh__panel{ display:block }
  .abcdt-header .gh__scrim{ display:block }
  .abcdt-header .gh__drawer{ display:none !important }
  .abcdt-header .gh__nav--menus{ margin-left:.35rem; margin-right:.35rem }
  .abcdt-header .gh__nav--ed{ margin-left:.35rem }
  .abcdt-header .gh__nav--menus .gh__l{ gap:.1rem }
  .abcdt-header .gh__nav--ed .gh__l{ gap:0 }
  .abcdt-header .gh__nav--ed .gh__lk{ font-size:.74rem; color:var(--gh-text-3); padding:.5rem .62rem }
  .abcdt-header .gh__logo img{ height:28px }
  .abcdt-header .gh__cta{ display:inline-flex; font-size:.82rem }
}
@media (min-width:1000px) and (max-width:1179.98px){
  .abcdt-header{ --gh-in-pad:1rem; --gh-gap:.15rem }
  .abcdt-header .gh__nav{ flex:0 0 auto }
  .abcdt-header .gh__nav--menus{ margin-left:.15rem; margin-right:.15rem }
  .abcdt-header .gh__nav--ed{ margin-left:.15rem }
  .abcdt-header .gh__t,
  .abcdt-header .gh__lk{ padding-left:.55rem; padding-right:.55rem; letter-spacing:.028em }
  .abcdt-header .gh__nav--ed .gh__lk{ font-size:.7rem; padding-left:.44rem; padding-right:.44rem }
  .abcdt-header .gh__lk[aria-current="page"],
  .abcdt-header .gh__t[data-current="true"]{ padding-left:.9rem }
  .abcdt-header .gh__logo img{ height:26px }
  .abcdt-header .gh__cta{ padding-left:.85rem; font-size:.8rem }
  .abcdt-header .gh__core{ width:24px; height:24px }
}
@media (min-width:1180px){
  .abcdt-header{ --gh-h:60px; --gh-in-pad:1.8rem; --gh-gap:.5rem }
  .abcdt-header .gh__nav--menus{ margin-left:.7rem; margin-right:.7rem }
  .abcdt-header .gh__nav--ed{ margin-left:.7rem }
  .abcdt-header .gh__nav--ed .gh__lk{ font-size:.76rem; padding:.5rem .78rem }
  .abcdt-header .gh__logo img{ height:30px }
  .abcdt-header .gh__cta{ font-size:.86rem }
}
@media (min-width:1366px){
  .abcdt-header{ --gh-h:64px; --gh-pad:14px; --gh-in-pad:2rem; --gh-gap:.7rem }
  .abcdt-header .gh__logo img{ height:32px }
  .abcdt-header .gh__lk,
  .abcdt-header .gh__t{ font-size:.82rem; padding:.5rem .9rem }
  .abcdt-header .gh__nav--ed .gh__lk{ font-size:.78rem; padding:.5rem .85rem }
  .abcdt-header .gh__rule{ height:22px }
}
@media (min-width:1000px){
  .abcdt-header[data-state="dense"]{
    --gh-h:50px; --gh-pad:8px; --gh-in-pad:1.3rem; --gh-gap:.3rem;
  }
  .abcdt-header[data-state="dense"] .gh__logo img{ height:24px }
  .abcdt-header[data-state="dense"] .gh__lk,
  .abcdt-header[data-state="dense"] .gh__t{ letter-spacing:.012em; padding-left:.62rem; padding-right:.62rem }
  .abcdt-header[data-state="dense"] .gh__lk[aria-current="page"],
  .abcdt-header[data-state="dense"] .gh__t[data-current="true"]{ padding-left:.95rem }
  .abcdt-header[data-state="dense"] .gh__rule{ height:15px }
  .abcdt-header[data-state="dense"] .gh__nav--menus,
  .abcdt-header[data-state="dense"] .gh__nav--ed{ margin-left:.35rem; margin-right:.35rem }
  .abcdt-header[data-state="dense"] .gh__pill{
    border-color:var(--gh-line-2);
  }
}
@media (min-width:1000px) and (max-height:820px){
  .abcdt-header .gh__pin{ padding-top:2.1rem; padding-bottom:1.6rem }
  .abcdt-header .gh__pk{ margin-bottom:1.4rem }
  .abcdt-header .gh__el{ padding:.3rem 0 }
  .abcdt-header .gh__eh{ font-size:clamp(1.18rem, 1.75vw, 1.6rem) }
  .abcdt-header .gh__sl{ font-size:clamp(1.3rem, 2vw, 1.85rem) }
  .abcdt-header .gh__ih{ font-size:clamp(1.6rem, 2.5vw, 2.3rem) }
}
@media (min-width:1536px){
  .abcdt-header .gh__pin{ grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr) }
}
