img,svg,video,iframe{max-width:100%}
body{overflow-x:hidden}
[data-nep-fluid]{width:100%!important;max-width:100%!important}
[data-nep-burger]{display:none}
@media(max-width:1024px){
[data-nep-grid="stack"]{grid-template-columns:minmax(0,1fr)!important;gap:var(--space-40,40px)!important}
[data-nep-grid]>*{min-width:0}
[data-nep-sticky]{position:static!important;top:auto!important}
}
@media(max-width:900px){
[data-nep-grid="footer"]{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:var(--space-32,32px)!important}
[data-nep-pad]{padding:28px 22px!important}
[data-nep-nav],[data-nep-navextra]{display:none!important}
[data-nep-burger]{display:inline-flex!important}
[data-nep-navbar]{justify-content:space-between!important;gap:14px!important}
[data-nep-topbar]{gap:16px!important;font-size:12px!important;padding-top:9px!important;padding-bottom:9px!important}
}
@media(max-width:900px){
#root h1,#root h2,#root h3,#root h4,#root a,#root p,#root li{overflow-wrap:break-word;hyphens:auto}
#root [style*="display: flex"]{min-width:0;flex-wrap:wrap}
#root [style*="letter-spacing: var(--tracking-display)"]{letter-spacing:.04em!important}
}
@media(max-width:680px){
[data-nep-grid="footer"]{grid-template-columns:minmax(0,1fr)!important}
[data-nep-topbar]>*:nth-child(3){display:none!important}
[data-nep-pad]{padding:24px 18px!important}
}
@media(max-width:520px){
[data-nep-topbar]>*:nth-child(2){display:none!important}
}
[data-nep-panel]{position:fixed;inset:0;z-index:80;background:var(--brand-teal-900,#0F3C3A);display:none;flex-direction:column;padding:22px var(--gutter-inline,20px) 40px;overflow-y:auto}
[data-nep-panel][data-open]{display:flex}
[data-nep-panel] [data-nep-panel-head]{display:flex;justify-content:flex-end;margin-bottom:18px}
[data-nep-panel] a{font-family:var(--font-sans);font-size:16px;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:#fff!important;text-decoration:none;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.14);display:flex;align-items:center;gap:12px}
[data-nep-panel] a:hover{color:var(--brand-gold-300,#F0A22A)!important}
[data-nep-panel] [data-nep-panel-cta]{margin-top:26px;display:flex;flex-direction:column;gap:12px}
[data-nep-panel] [data-nep-panel-cta] a{justify-content:center;border:1px solid rgba(255,255,255,.35);border-radius:var(--radius-sm,3px);padding:16px 20px}
[data-nep-burger],[data-nep-panel-close]{background:none;border:1px solid rgba(255,255,255,.35);border-radius:var(--radius-sm,3px);color:#fff;width:44px;height:44px;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto;padding:0}
[data-nep-panel-close]{display:inline-flex}
[data-nep-burger] span,[data-nep-panel-close] span{display:block;width:18px;height:1.5px;background:currentColor;position:relative}
[data-nep-burger] span::before,[data-nep-burger] span::after{content:"";position:absolute;left:0;width:18px;height:1.5px;background:currentColor}
[data-nep-burger] span::before{top:-6px}
[data-nep-burger] span::after{top:6px}
[data-nep-panel-close] span{transform:rotate(45deg)}
[data-nep-panel-close] span::after{content:"";position:absolute;left:0;top:0;width:18px;height:1.5px;background:currentColor;transform:rotate(90deg)}
