quirk-ui 0.1.111 → 0.1.113
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/NavLink-CaWX-AXn.js +159 -0
- package/dist/NavLink-jxzO9Z90.cjs +1 -0
- package/dist/NavLink.css +1 -1
- package/dist/core/components/NavBar/NavLink.cjs +1 -1
- package/dist/core/components/NavBar/NavLink.mjs +1 -1
- package/dist/core/components/NavBar/index.cjs +3 -3
- package/dist/core/components/NavBar/index.mjs +256 -243
- package/dist/core.d.ts +13 -15
- package/dist/main.d.ts +13 -15
- package/package.json +3 -10
- package/dist/NavLink-C643yH7n.cjs +0 -1
- package/dist/NavLink-C7jlTfri.js +0 -159
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
import { jsxs as r, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as g, useEffect as h } from "react";
|
|
3
|
+
import { E as k } from "./external-link-BOPobeQJ.js";
|
|
4
|
+
import { C as v } from "./chevron-down-DSUzBz9F.js";
|
|
5
|
+
import './NavLink.css';const f = "_navbar_1dwl0_1", C = "_sticky_1dwl0_15", I = "_left_1dwl0_31", M = "_container_1dwl0_32", y = "_logo_1dwl0_36", T = "_nav_1dwl0_1", N = "_center_1dwl0_51", S = "_hidden_1dwl0_59", W = "_visible_1dwl0_66", x = "_right_1dwl0_81", E = "_title_1dwl0_88", D = "_linkWrapper_1dwl0_98", $ = "_parent_1dwl0_98", F = "_linkItem_1dwl0_105", L = "_link_1dwl0_98", B = "_search_1dwl0_111", R = "_locale_1dwl0_112", j = "_themeToggle_1dwl0_113", z = "_sublinkToggle_1dwl0_114", q = "_standard_1dwl0_165", A = "_triangle_1dwl0_173", G = "_twoColumn_1dwl0_202", H = "_mobileButtons_1dwl0_211", J = "_menuToggle_1dwl0_289", K = "_utilityMobile_1dwl0_307", Q = "_utility_1dwl0_307", U = "_navInner_1dwl0_335", V = "_grid_1dwl0_346", X = "_searchModal_1dwl0_369", Y = "_localeModal_1dwl0_370", Z = "_separator_1dwl0_390", O = "_newTabIcon_1dwl0_432", P = "_sublinksDescription_1dwl0_445", nn = "_linkContent_1dwl0_448", en = "_open_1dwl0_461", ln = "_back_1dwl0_485", on = "_sublinks_1dwl0_445", tn = "_show_1dwl0_534", sn = "_primaryColumn_1dwl0_583", _n = "_secondaryColumn_1dwl0_592", rn = "_spotlightColumn_1dwl0_596", an = "_sublinksInner_1dwl0_600", cn = "_sublinksColumn_1dwl0_619", dn = "_chevron_1dwl0_629", un = "_menubar_1dwl0_641", wn = "_toolbar_1dwl0_645", mn = "_advanced_1dwl0_846", bn = "_subtitle_1dwl0_855", pn = "_withSpotlight_1dwl0_897", gn = "_withoutSpotlight_1dwl0_901", hn = "_transparent_1dwl0_939", kn = "_groupDivider_1dwl0_1071", vn = "_searchWrapper_1dwl0_1079", fn = "_mobileMenu_1dwl0_1086", Cn = "_mobileMenuSlide_1dwl0_1087", In = "_mobileMenuItem_1dwl0_1097", Mn = "_fadeInFromLeft_1dwl0_1101", yn = "_fadeInFromRight_1dwl0_1105", Tn = "_spotlight_1dwl0_596", Nn = "_imageWrapper_1dwl0_1115", Sn = "_content_1dwl0_1137", Wn = "_description_1dwl0_1152", xn = "_actions_1dwl0_1156", e = {
|
|
6
|
+
navbar: f,
|
|
7
|
+
sticky: C,
|
|
8
|
+
left: I,
|
|
9
|
+
container: M,
|
|
10
|
+
logo: y,
|
|
11
|
+
nav: T,
|
|
12
|
+
center: N,
|
|
13
|
+
hidden: S,
|
|
14
|
+
visible: W,
|
|
15
|
+
right: x,
|
|
16
|
+
title: E,
|
|
17
|
+
linkWrapper: D,
|
|
18
|
+
parent: $,
|
|
19
|
+
linkItem: F,
|
|
20
|
+
link: L,
|
|
21
|
+
search: B,
|
|
22
|
+
locale: R,
|
|
23
|
+
themeToggle: j,
|
|
24
|
+
sublinkToggle: z,
|
|
25
|
+
standard: q,
|
|
26
|
+
triangle: A,
|
|
27
|
+
twoColumn: G,
|
|
28
|
+
mobileButtons: H,
|
|
29
|
+
menuToggle: J,
|
|
30
|
+
utilityMobile: K,
|
|
31
|
+
utility: Q,
|
|
32
|
+
navInner: U,
|
|
33
|
+
grid: V,
|
|
34
|
+
searchModal: X,
|
|
35
|
+
localeModal: Y,
|
|
36
|
+
separator: Z,
|
|
37
|
+
newTabIcon: O,
|
|
38
|
+
sublinksDescription: P,
|
|
39
|
+
linkContent: nn,
|
|
40
|
+
open: en,
|
|
41
|
+
back: ln,
|
|
42
|
+
sublinks: on,
|
|
43
|
+
show: tn,
|
|
44
|
+
primaryColumn: sn,
|
|
45
|
+
secondaryColumn: _n,
|
|
46
|
+
spotlightColumn: rn,
|
|
47
|
+
sublinksInner: an,
|
|
48
|
+
sublinksColumn: cn,
|
|
49
|
+
chevron: dn,
|
|
50
|
+
menubar: un,
|
|
51
|
+
toolbar: wn,
|
|
52
|
+
default: "_default_1dwl0_773",
|
|
53
|
+
advanced: mn,
|
|
54
|
+
subtitle: bn,
|
|
55
|
+
withSpotlight: pn,
|
|
56
|
+
withoutSpotlight: gn,
|
|
57
|
+
transparent: hn,
|
|
58
|
+
groupDivider: kn,
|
|
59
|
+
searchWrapper: vn,
|
|
60
|
+
mobileMenu: fn,
|
|
61
|
+
mobileMenuSlide: Cn,
|
|
62
|
+
mobileMenuItem: In,
|
|
63
|
+
fadeInFromLeft: Mn,
|
|
64
|
+
fadeInFromRight: yn,
|
|
65
|
+
spotlight: Tn,
|
|
66
|
+
imageWrapper: Nn,
|
|
67
|
+
content: Sn,
|
|
68
|
+
description: Wn,
|
|
69
|
+
actions: xn
|
|
70
|
+
};
|
|
71
|
+
function Ln({
|
|
72
|
+
link: n,
|
|
73
|
+
path: l,
|
|
74
|
+
parentPath: a,
|
|
75
|
+
openPath: m,
|
|
76
|
+
togglePath: c,
|
|
77
|
+
updateTriangleIndicator: b,
|
|
78
|
+
setOpenPath: s,
|
|
79
|
+
renderLinks: p,
|
|
80
|
+
buttonRefs: _
|
|
81
|
+
}) {
|
|
82
|
+
var u;
|
|
83
|
+
const i = m === l, t = !!((u = n.sublinks) != null && u.length), d = g(null);
|
|
84
|
+
return h(() => (_.current.set(l, d.current), () => {
|
|
85
|
+
_.current.delete(l);
|
|
86
|
+
}), [l, _]), /* @__PURE__ */ r(
|
|
87
|
+
"div",
|
|
88
|
+
{
|
|
89
|
+
role: "menuitem",
|
|
90
|
+
className: `${e.linkWrapper} ${a ? "" : e.parent}`,
|
|
91
|
+
children: [
|
|
92
|
+
/* @__PURE__ */ o("div", { className: e.linkItem, children: n.href ? /* @__PURE__ */ r(
|
|
93
|
+
"a",
|
|
94
|
+
{
|
|
95
|
+
href: n.href,
|
|
96
|
+
className: e.link,
|
|
97
|
+
target: n.isExternal ? "_blank" : "_self",
|
|
98
|
+
rel: n.isExternal ? "noopener noreferrer" : void 0,
|
|
99
|
+
onClick: () => {
|
|
100
|
+
var w;
|
|
101
|
+
s(null), (w = n.onClick) == null || w.call(n);
|
|
102
|
+
},
|
|
103
|
+
onMouseEnter: () => {
|
|
104
|
+
a || s(null);
|
|
105
|
+
},
|
|
106
|
+
children: [
|
|
107
|
+
n.label,
|
|
108
|
+
n.isExternal && /* @__PURE__ */ o(
|
|
109
|
+
k,
|
|
110
|
+
{
|
|
111
|
+
className: e.newTabIcon,
|
|
112
|
+
size: 16,
|
|
113
|
+
"aria-hidden": "true"
|
|
114
|
+
}
|
|
115
|
+
)
|
|
116
|
+
]
|
|
117
|
+
}
|
|
118
|
+
) : /* @__PURE__ */ r(
|
|
119
|
+
"button",
|
|
120
|
+
{
|
|
121
|
+
ref: d,
|
|
122
|
+
"aria-haspopup": t ? !0 : void 0,
|
|
123
|
+
"aria-expanded": t ? i : void 0,
|
|
124
|
+
className: `${e.sublinkToggle} ${i ? e.open : ""}`,
|
|
125
|
+
onClick: () => c(l),
|
|
126
|
+
onMouseEnter: () => {
|
|
127
|
+
b(l), s(l);
|
|
128
|
+
},
|
|
129
|
+
children: [
|
|
130
|
+
n.label,
|
|
131
|
+
t && /* @__PURE__ */ o(
|
|
132
|
+
v,
|
|
133
|
+
{
|
|
134
|
+
size: 18,
|
|
135
|
+
className: e.chevron,
|
|
136
|
+
"aria-hidden": "true"
|
|
137
|
+
}
|
|
138
|
+
)
|
|
139
|
+
]
|
|
140
|
+
}
|
|
141
|
+
) }),
|
|
142
|
+
t && /* @__PURE__ */ o(
|
|
143
|
+
"div",
|
|
144
|
+
{
|
|
145
|
+
className: `${e.sublinks} ${i ? e.show : ""}`,
|
|
146
|
+
onMouseLeave: () => c(l),
|
|
147
|
+
role: "menu",
|
|
148
|
+
"aria-label": `${n.label} submenu`,
|
|
149
|
+
children: /* @__PURE__ */ o("div", { children: /* @__PURE__ */ o("div", { className: e.sublinksInner, children: /* @__PURE__ */ o("div", { className: e.sublinksColumn, children: p(n.sublinks, l) }) }) })
|
|
150
|
+
}
|
|
151
|
+
)
|
|
152
|
+
]
|
|
153
|
+
}
|
|
154
|
+
);
|
|
155
|
+
}
|
|
156
|
+
export {
|
|
157
|
+
Ln as N,
|
|
158
|
+
e as s
|
|
159
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";require('./NavLink.css');const l=require("react/jsx-runtime"),w=require("react"),h=require("./external-link-DDShu-48.cjs"),p=require("./chevron-down-DfK1XBl3.cjs"),k="_navbar_1dwl0_1",v="_sticky_1dwl0_15",f="_left_1dwl0_31",I="_container_1dwl0_32",C="_logo_1dwl0_36",M="_nav_1dwl0_1",y="_center_1dwl0_51",x="_hidden_1dwl0_59",T="_visible_1dwl0_66",N="_right_1dwl0_81",j="_title_1dwl0_88",S="_linkWrapper_1dwl0_98",W="_parent_1dwl0_98",$="_linkItem_1dwl0_105",D="_link_1dwl0_98",L="_search_1dwl0_111",E="_locale_1dwl0_112",F="_themeToggle_1dwl0_113",q="_sublinkToggle_1dwl0_114",R="_standard_1dwl0_165",B="_triangle_1dwl0_173",z="_twoColumn_1dwl0_202",A="_mobileButtons_1dwl0_211",G="_menuToggle_1dwl0_289",H="_utilityMobile_1dwl0_307",J="_utility_1dwl0_307",K="_navInner_1dwl0_335",Q="_grid_1dwl0_346",U="_searchModal_1dwl0_369",V="_localeModal_1dwl0_370",X="_separator_1dwl0_390",Y="_newTabIcon_1dwl0_432",Z="_sublinksDescription_1dwl0_445",O="_linkContent_1dwl0_448",P="_open_1dwl0_461",nn="_back_1dwl0_485",en="_sublinks_1dwl0_445",ln="_show_1dwl0_534",on="_primaryColumn_1dwl0_583",tn="_secondaryColumn_1dwl0_592",sn="_spotlightColumn_1dwl0_596",_n="_sublinksInner_1dwl0_600",rn="_sublinksColumn_1dwl0_619",cn="_chevron_1dwl0_629",an="_menubar_1dwl0_641",dn="_toolbar_1dwl0_645",un="_advanced_1dwl0_846",wn="_subtitle_1dwl0_855",mn="_withSpotlight_1dwl0_897",bn="_withoutSpotlight_1dwl0_901",gn="_transparent_1dwl0_939",hn="_groupDivider_1dwl0_1071",pn="_searchWrapper_1dwl0_1079",kn="_mobileMenu_1dwl0_1086",vn="_mobileMenuSlide_1dwl0_1087",fn="_mobileMenuItem_1dwl0_1097",In="_fadeInFromLeft_1dwl0_1101",Cn="_fadeInFromRight_1dwl0_1105",Mn="_spotlight_1dwl0_596",yn="_imageWrapper_1dwl0_1115",xn="_content_1dwl0_1137",Tn="_description_1dwl0_1152",Nn="_actions_1dwl0_1156",e={navbar:k,sticky:v,left:f,container:I,logo:C,nav:M,center:y,hidden:x,visible:T,right:N,title:j,linkWrapper:S,parent:W,linkItem:$,link:D,search:L,locale:E,themeToggle:F,sublinkToggle:q,standard:R,triangle:B,twoColumn:z,mobileButtons:A,menuToggle:G,utilityMobile:H,utility:J,navInner:K,grid:Q,searchModal:U,localeModal:V,separator:X,newTabIcon:Y,sublinksDescription:Z,linkContent:O,open:P,back:nn,sublinks:en,show:ln,primaryColumn:on,secondaryColumn:tn,spotlightColumn:sn,sublinksInner:_n,sublinksColumn:rn,chevron:cn,menubar:an,toolbar:dn,default:"_default_1dwl0_773",advanced:un,subtitle:wn,withSpotlight:mn,withoutSpotlight:bn,transparent:gn,groupDivider:hn,searchWrapper:pn,mobileMenu:kn,mobileMenuSlide:vn,mobileMenuItem:fn,fadeInFromLeft:In,fadeInFromRight:Cn,spotlight:Mn,imageWrapper:yn,content:xn,description:Tn,actions:Nn};function jn({link:n,path:o,parentPath:r,openPath:m,togglePath:c,updateTriangleIndicator:b,setOpenPath:s,renderLinks:g,buttonRefs:_}){var d;const i=m===o,t=!!((d=n.sublinks)!=null&&d.length),a=w.useRef(null);return w.useEffect(()=>(_.current.set(o,a.current),()=>{_.current.delete(o)}),[o,_]),l.jsxs("div",{role:"menuitem",className:`${e.linkWrapper} ${r?"":e.parent}`,children:[l.jsx("div",{className:e.linkItem,children:n.href?l.jsxs("a",{href:n.href,className:e.link,target:n.isExternal?"_blank":"_self",rel:n.isExternal?"noopener noreferrer":void 0,onClick:()=>{var u;s(null),(u=n.onClick)==null||u.call(n)},onMouseEnter:()=>{r||s(null)},children:[n.label,n.isExternal&&l.jsx(h.ExternalLink,{className:e.newTabIcon,size:16,"aria-hidden":"true"})]}):l.jsxs("button",{ref:a,"aria-haspopup":t?!0:void 0,"aria-expanded":t?i:void 0,className:`${e.sublinkToggle} ${i?e.open:""}`,onClick:()=>c(o),onMouseEnter:()=>{b(o),s(o)},children:[n.label,t&&l.jsx(p.ChevronDown,{size:18,className:e.chevron,"aria-hidden":"true"})]})}),t&&l.jsx("div",{className:`${e.sublinks} ${i?e.show:""}`,onMouseLeave:()=>c(o),role:"menu","aria-label":`${n.label} submenu`,children:l.jsx("div",{children:l.jsx("div",{className:e.sublinksInner,children:l.jsx("div",{className:e.sublinksColumn,children:g(n.sublinks,o)})})})})]})}exports.NavLink=jn;exports.styles=e;
|
package/dist/NavLink.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._navbar_rle6b_1{position:relative;z-index:1000}._sticky_rle6b_15{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%}._left_rle6b_31 ._container_rle6b_32{justify-content:flex-start}._left_rle6b_31 ._logo_rle6b_36{flex:unset}._left_rle6b_31 ._nav_rle6b_1{flex:1}@media (max-width: 767px){._left_rle6b_31 ._logo_rle6b_36{flex:1}}._center_rle6b_51 ._nav_rle6b_1{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_rle6b_51 ._nav_rle6b_1._hidden_rle6b_59{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_rle6b_51 ._nav_rle6b_1._visible_rle6b_66{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_rle6b_51 ._logo_rle6b_36{flex:1}}._right_rle6b_81 ._container_rle6b_32{justify-content:flex-end}@media (max-width: 767px){._right_rle6b_81 ._logo_rle6b_36,._right_rle6b_81 ._title_rle6b_88{flex:1}}._right_rle6b_81 ._nav_rle6b_1{flex:1}._linkWrapper_rle6b_98._parent_rle6b_98{overflow:visible;position:relative}@media (min-width: 768px){._linkWrapper_rle6b_98._parent_rle6b_98:first-of-type>._linkItem_rle6b_105{border-top-left-radius:var(--radius-full);border-bottom-left-radius:var(--radius-full);overflow:hidden}._linkWrapper_rle6b_98._parent_rle6b_98:first-of-type>._linkItem_rle6b_105 ._link_rle6b_98,._linkWrapper_rle6b_98._parent_rle6b_98:first-of-type>._linkItem_rle6b_105 ._search_rle6b_111,._linkWrapper_rle6b_98._parent_rle6b_98:first-of-type>._linkItem_rle6b_105 ._locale_rle6b_112,._linkWrapper_rle6b_98._parent_rle6b_98:first-of-type>._linkItem_rle6b_105._themeToggle_rle6b_113 button,._linkWrapper_rle6b_98._parent_rle6b_98:first-of-type>._linkItem_rle6b_105 ._sublinkToggle_rle6b_114{padding-left:var(--spacing-md)}}@media (min-width: 768px){._linkWrapper_rle6b_98._parent_rle6b_98:last-of-type>._linkItem_rle6b_105{border-top-right-radius:var(--radius-full);border-bottom-right-radius:var(--radius-full);overflow:hidden}._linkWrapper_rle6b_98._parent_rle6b_98:last-of-type>._linkItem_rle6b_105 ._link_rle6b_98,._linkWrapper_rle6b_98._parent_rle6b_98:last-of-type>._linkItem_rle6b_105 ._search_rle6b_111,._linkWrapper_rle6b_98._parent_rle6b_98:last-of-type>._linkItem_rle6b_105 ._locale_rle6b_112,._linkWrapper_rle6b_98._parent_rle6b_98:last-of-type>._linkItem_rle6b_105._themeToggle_rle6b_113 button,._linkWrapper_rle6b_98._parent_rle6b_98:last-of-type>._linkItem_rle6b_105 ._sublinkToggle_rle6b_114{padding-right:var(--spacing-md)}}._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._sublinkToggle_rle6b_114,._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._link_rle6b_98{height:40px}@media (min-width: 768px){._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._link_rle6b_98,._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._search_rle6b_111,._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._locale_rle6b_112,._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105._themeToggle_rle6b_113 button,._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._sublinkToggle_rle6b_114{opacity:1;visibility:visible;transition:background-color .3s ease-in-out;color:var(--color-secondary-100)}._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._link_rle6b_98:hover,._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._search_rle6b_111:hover,._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._locale_rle6b_112:hover,._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105._themeToggle_rle6b_113 button:hover,._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._sublinkToggle_rle6b_114:hover{color:var(--color-secondary-100);background-color:rgba(var(--color-primary-rgb),.25)}}._standard_rle6b_165{left:0;background-color:var(--color-background)}._standard_rle6b_165 ._linkWrapper_rle6b_98{position:relative}._standard_rle6b_165 ._triangle_rle6b_173{display:none}._container_rle6b_32{display:grid;align-items:center;grid-template-areas:"first second third";grid-template-columns:minmax(auto,1fr) auto minmax(auto,1fr);grid-gap:var(--spacing-md);width:100%;max-width:var(--layout-width);height:100%;min-height:50px;margin:0 auto;padding:var(--spacing-md) var(--spacing-lg);position:relative}@media (max-width: 767px){._container_rle6b_32{grid-template-columns:1fr max-content max-content max-content;grid-template-areas:"first third fourth fifth";grid-gap:var(--spacing-sm)}}._container_rle6b_32._twoColumn_rle6b_202{grid-template-columns:minmax(auto,1fr) auto;grid-template-areas:"first second"}@media (max-width: 767px){._container_rle6b_32._twoColumn_rle6b_202{display:flex}}._mobileButtons_rle6b_211{display:none}@media (max-width: 767px){._mobileButtons_rle6b_211{display:flex;align-items:center;gap:var(--spacing-lg);grid-area:fifth}._mobileButtons_rle6b_211 ._linkWrapper_rle6b_98{padding:0}}._mobileButtons_rle6b_211 ._search_rle6b_111{padding:0;width:unset}._title_rle6b_88{grid-area:first;color:var(--color-text-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);z-index:1005}._logo_rle6b_36{grid-area:first;font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary-100);display:flex;align-items:center;justify-content:flex-start;position:relative;z-index:1005}._logo_rle6b_36 a{display:flex;align-items:center;justify-content:flex-start}._logo_rle6b_36 img{height:auto;width:auto}@media (max-width: 767px){._logo_rle6b_36 img{max-width:120px}}._search_rle6b_111,._locale_rle6b_112,._themeToggle_rle6b_113 button{background:none;border:none;cursor:pointer;display:none;color:var(--color-secondary-100);z-index:1100;position:relative;width:40px}._search_rle6b_111 svg,._locale_rle6b_112 svg,._themeToggle_rle6b_113 button svg{position:relative;z-index:5}._menuToggle_rle6b_289{grid-area:fifth;background:none;border:none;cursor:pointer;display:none;color:var(--color-secondary-100);z-index:1100;position:relative}._menuToggle_rle6b_289 svg{position:relative;z-index:5}._utilityMobile_rle6b_307{display:none;grid-area:third;justify-content:flex-end}._utility_rle6b_307{grid-area:third;display:flex;justify-content:flex-end}._utility_rle6b_307 a{font-size:var(--font-size-sm)}._nav_rle6b_1{grid-area:second;display:grid;grid-template-columns:minmax(auto,1fr) auto;transition:transform .3s ease}@media (max-width: 767px){._nav_rle6b_1{height:100vh}}._navInner_rle6b_335{position:relative}@media (max-width: 767px){._navInner_rle6b_335{padding:0 var(--spacing-md);margin:var(--spacing-xl) auto 0;max-width:400px;width:100%}}._grid_rle6b_346{display:grid;align-items:center;grid-auto-flow:column}@media (max-width: 767px){._grid_rle6b_346{display:flex;flex-direction:column}._grid_rle6b_346 ._linkWrapper_rle6b_98{padding:var(--spacing-sm) 0}}._linkItem_rle6b_105{display:flex;align-items:center;box-sizing:border-box}.modalContentContainer:has(._searchModal_rle6b_369),.modalContentContainer:has(._localeModal_rle6b_370){align-self:flex-start;top:2rem}._searchModal_rle6b_369,._localeModal_rle6b_370{padding:0!important;max-height:80dvh;overflow:hidden}._searchModal_rle6b_369 .modalClose,._localeModal_rle6b_370 .modalClose{display:none}._searchModal_rle6b_369 .modalContent,._localeModal_rle6b_370 .modalContent{margin-top:0}._separator_rle6b_390{display:flex;align-items:center;justify-content:center;height:1px;width:100%;max-width:300px;background:var(--color-border)}@media (min-width: 768px){._separator_rle6b_390{display:flex;align-items:center;justify-content:center;width:unset;height:45%;border-left:1px solid var(--color-border)}}._navTitle_rle6b_409,._sublinkToggle_rle6b_114,._search_rle6b_111,._locale_rle6b_112,._themeToggle_rle6b_113 button,._link_rle6b_98{text-decoration:none;color:var(--color-secondary-100);background-color:transparent;border:none;padding:var(--spacing-sm);transition:color .3s ease-in-out;font-family:inherit;font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);box-sizing:border-box;cursor:pointer;display:flex;align-items:center;gap:var(--spacing-xs)}._navTitle_rle6b_409 ._newTabIcon_rle6b_432,._sublinkToggle_rle6b_114 ._newTabIcon_rle6b_432,._search_rle6b_111 ._newTabIcon_rle6b_432,._locale_rle6b_112 ._newTabIcon_rle6b_432,._themeToggle_rle6b_113 button ._newTabIcon_rle6b_432,._link_rle6b_98 ._newTabIcon_rle6b_432{color:var(--color-secondary-75);transition:color .3s ease-in-out}._search_rle6b_111,._locale_rle6b_112,._themeToggle_rle6b_113 button{justify-content:center}@media (min-width: 768px){._navTitle_rle6b_409,._sublinksDescription_rle6b_445,._link_rle6b_98,._sublinkToggle_rle6b_114,._link_rle6b_98 ._linkContent_rle6b_448,._sublinkToggle_rle6b_114 ._linkContent_rle6b_448{opacity:0;visibility:hidden;transition:color .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out}}._link_rle6b_98:hover,._link_rle6b_98._open_rle6b_461,._search_rle6b_111:hover,._sublinkToggle_rle6b_114:hover,._sublinkToggle_rle6b_114._open_rle6b_461,._link_rle6b_98:hover ._newTabIcon_rle6b_432,._link_rle6b_98._open_rle6b_461 ._newTabIcon_rle6b_432,._search_rle6b_111:hover ._newTabIcon_rle6b_432,._sublinkToggle_rle6b_114:hover ._newTabIcon_rle6b_432,._sublinkToggle_rle6b_114._open_rle6b_461 ._newTabIcon_rle6b_432{color:var(--color-primary-100)}@media (max-width: 767px){._link_rle6b_98:hover,._link_rle6b_98._open_rle6b_461,._search_rle6b_111:hover,._sublinkToggle_rle6b_114:hover,._sublinkToggle_rle6b_114._open_rle6b_461{color:var(--color-secondary-100)}._link_rle6b_98:hover ._newTabIcon_rle6b_432,._link_rle6b_98._open_rle6b_461 ._newTabIcon_rle6b_432,._search_rle6b_111:hover ._newTabIcon_rle6b_432,._sublinkToggle_rle6b_114:hover ._newTabIcon_rle6b_432,._sublinkToggle_rle6b_114._open_rle6b_461 ._newTabIcon_rle6b_432{color:var(--color-secondary-100)}}._navItem_rle6b_480:hover{color:var(--color-primary-100)}._sublinkToggle_rle6b_114,._back_rle6b_485{background:none;border:none;display:flex;align-items:center;cursor:pointer;color:var(--color-secondary-100)}._sublinkToggle_rle6b_114:hover,._sublinkToggle_rle6b_114._open_rle6b_461,._back_rle6b_485:hover,._back_rle6b_485._open_rle6b_461{color:var(--color-primary-100)}._sublinks_rle6b_445{display:flex;justify-content:center;opacity:0;visibility:hidden;z-index:1000;transition:transform .3s ease-in-out,max-height .3s ease}._sublinks_rle6b_445._show_rle6b_534{max-height:500px;opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}._sublinks_rle6b_445._show_rle6b_534 ._navTitle_rle6b_409,._sublinks_rle6b_445._show_rle6b_534 ._sublinksDescription_rle6b_445,._sublinks_rle6b_445._show_rle6b_534 ._link_rle6b_98,._sublinks_rle6b_445._show_rle6b_534 ._sublinkToggle_rle6b_114,._sublinks_rle6b_445._show_rle6b_534 ._link_rle6b_98 ._linkContent_rle6b_448,._sublinks_rle6b_445._show_rle6b_534 ._sublinkToggle_rle6b_114 ._linkContent_rle6b_448{opacity:1;visibility:visible}._triangle_rle6b_173{visibility:hidden;opacity:0;position:absolute;top:calc(100% + .5rem);transform:translate(-50%);z-index:10;pointer-events:none;transition:top .3s ease-in-out,left .3s ease-in-out,visbility .3s ease-in-out,opacity .3s ease-in-out}._triangle_rle6b_173._show_rle6b_534{top:calc(100% + .3rem);opacity:1;visibility:visible}._triangle_rle6b_173 polygon{stroke:var(--color-border);stroke-width:1px}._primaryColumn_rle6b_583{border-right:1px solid var(--color-border)}._primaryColumn_rle6b_583 ._sublinkToggle_rle6b_114:hover,._primaryColumn_rle6b_583 ._sublinkToggle_rle6b_114._open_rle6b_461{color:var(--color-primary-100)}._secondaryColumn_rle6b_592{background-color:var(--color-secondary-10)}._spotlightColumn_rle6b_596{background-color:var(--color-secondary-75)}._sublinksInner_rle6b_600{background-color:var(--color-background);border-radius:var(--radius-md);border:1px solid var(--color-border);overflow:hidden}@media (max-width: 767px){._sublinksInner_rle6b_600{display:flex;flex-direction:column;width:unset;max-width:unset;min-height:unset;background-color:unset;box-shadow:unset;border-radius:unset;border:unset}}._sublinksColumn_rle6b_619{display:flex;flex-direction:column;padding:var(--spacing-md)}@media (max-width: 767px){._sublinksColumn_rle6b_619{padding:0}}._chevron_rle6b_629{transition:transform .3s ease;display:flex;align-items:center;justify-content:center;margin-top:2px}._sublinkToggle_rle6b_114._open_rle6b_461 ._chevron_rle6b_629{transform:rotate(180deg)}._menubar_rle6b_641{display:contents}._toolbar_rle6b_645{display:flex;gap:var(--spacing-md);padding:var(--spacing-md) 0;width:100%}._toolbar_rle6b_645 ._linkWrapper_rle6b_98._parent_rle6b_98{border:none;flex:1}@media (min-width: 768px){._toolbar_rle6b_645{gap:0;padding:0}}@media (max-width: 767px){._logo_rle6b_36{flex:1}._menuToggle_rle6b_289,._search_rle6b_111{display:flex;align-items:center;justify-content:center}._utility_rle6b_307 a:not(._utility_rle6b_307 a:first-of-type){display:none}._utilityMobile_rle6b_307{display:block;transform:translateY(100px);position:fixed;bottom:1rem;left:0;right:0;margin:0 auto;width:calc(100% - 2rem);z-index:1001;transition:transform .3s ease-in-out}._utilityMobile_rle6b_307._open_rle6b_461{transform:translateY(0)}._nav_rle6b_1{position:fixed;top:calc(var(--nav-height) - 1px);left:0;width:100%;height:100%;background-color:var(--color-background);display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-md);padding:var(--spacing-md);z-index:1000;overflow-y:auto;transform:translate(100%);opacity:0;pointer-events:none;transition:transform .3s ease-in-out}._nav_rle6b_1._open_rle6b_461{transform:translate(0);opacity:1;pointer-events:auto}._linkWrapper_rle6b_98{flex-direction:column;width:100%;max-width:300px;margin:0 auto;padding:var(--spacing-sm) 0}._linkWrapper_rle6b_98._parent_rle6b_98{border-bottom:1px solid var(--color-border)}._linkWrapper_rle6b_98._parent_rle6b_98:last-of-type{border:none}._linkItem_rle6b_105{width:100%}._chevron_rle6b_629{display:none}._sublinks_rle6b_445{position:relative;top:0;box-shadow:none;max-height:fit-content;opacity:1;visibility:visible;align-items:flex-start;justify-content:flex-start;padding:var(--spacing-sm);gap:0;pointer-events:auto}._sublinkToggle_rle6b_114{cursor:pointer;pointer-events:none;color:var(--color-secondary-75)}}._default_rle6b_773 ._container_rle6b_32{padding:var(--spacing-md)}@media (max-width: 767px){._default_rle6b_773 ._container_rle6b_32{padding:var(--spacing-sm) var(--spacing-md)}}._default_rle6b_773 ._sublinks_rle6b_445{position:absolute;right:0;width:auto}@media (max-width: 767px){._default_rle6b_773 ._sublinks_rle6b_445{position:relative;justify-content:center;align-items:center}}._default_rle6b_773 ._linkItem_rle6b_105{justify-content:flex-end}@media (max-width: 767px){._default_rle6b_773 ._linkItem_rle6b_105{justify-content:center;align-items:center}}._default_rle6b_773 ._sublinksInner_rle6b_600{display:flex;flex-direction:column;min-width:125px;justify-content:flex-end;align-items:flex-end}@media (max-width: 767px){._default_rle6b_773 ._sublinksInner_rle6b_600{justify-content:center;align-items:center}}._default_rle6b_773 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._sublinkToggle_rle6b_114,._default_rle6b_773 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._link_rle6b_98{height:40px}@media (min-width: 768px){._default_rle6b_773 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._link_rle6b_98,._default_rle6b_773 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._search_rle6b_111,._default_rle6b_773 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._locale_rle6b_112,._default_rle6b_773 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105._themeToggle_rle6b_113 button,._default_rle6b_773 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._sublinkToggle_rle6b_114{opacity:1;visibility:visible;transition:color .3s ease-in-out,.3s ease-in-out;color:var(--color-secondary-100)}._default_rle6b_773 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._link_rle6b_98:hover,._default_rle6b_773 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._search_rle6b_111:hover,._default_rle6b_773 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._locale_rle6b_112:hover,._default_rle6b_773 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105._themeToggle_rle6b_113 button:hover,._default_rle6b_773 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._sublinkToggle_rle6b_114:hover{color:var(--color-primary-100);background-color:transparent}}._advanced_rle6b_846 ._linkContent_rle6b_448{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:var(--spacing-sm)}._advanced_rle6b_846 ._subtitle_rle6b_855{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);text-align:left}._advanced_rle6b_846 ._sublinksDescription_rle6b_445,._advanced_rle6b_846 ._sublinksDescription_rle6b_445 div p{color:var(--color-text-primary);line-height:var(--line-height-normal);font-size:var(--font-size-sm);margin-bottom:var(--spacing-sm)}._advanced_rle6b_846 ._sublinks_rle6b_445{position:fixed;padding-top:var(--spacing-md);right:0;left:0;width:100%}@media (max-width: 767px){._advanced_rle6b_846 ._sublinks_rle6b_445{position:relative;justify-content:center;align-items:center}}._advanced_rle6b_846 ._linkItem_rle6b_105{justify-content:flex-start}._advanced_rle6b_846 ._sublinksInner_rle6b_600{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:calc(100vw - 4rem);width:78rem;min-height:24rem}._advanced_rle6b_846 ._sublinksInner_rle6b_600._withSpotlight_rle6b_897{grid-template-columns:repeat(4,minmax(0,1fr))}._advanced_rle6b_846 ._sublinksInner_rle6b_600._withoutSpotlight_rle6b_901{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 767px){._advanced_rle6b_846 ._sublinksInner_rle6b_600{grid-template-columns:1fr;width:auto;min-height:unset}}._advanced_rle6b_846 ._sublinkToggle_rle6b_114{pointer-events:all;color:var(--color-secondary-100);width:fit-content;transition:color .3s ease-in-out}._advanced_rle6b_846 ._sublinkToggle_rle6b_114:hover,._advanced_rle6b_846 ._sublinkToggle_rle6b_114._open_rle6b_461{color:var(--color-primary-100)}._advanced_rle6b_846 ._back_rle6b_485{margin-bottom:var(--spacing-lg);transition:color .3s ease-in-out}._advanced_rle6b_846 ._back_rle6b_485:hover{color:var(--color-primary-100)}._transparent_rle6b_939{background-color:transparent}._transparent_rle6b_939 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._sublinkToggle_rle6b_114,._transparent_rle6b_939 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._link_rle6b_98{height:40px}@media (min-width: 768px){._transparent_rle6b_939 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._link_rle6b_98,._transparent_rle6b_939 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._search_rle6b_111,._transparent_rle6b_939 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._locale_rle6b_112,._transparent_rle6b_939 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105._themeToggle_rle6b_113 button,._transparent_rle6b_939 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._sublinkToggle_rle6b_114{opacity:1;visibility:visible;transition:color .3s ease-in-out,.3s ease-in-out;color:var(--color-navigation-transparent-links)}._transparent_rle6b_939 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._link_rle6b_98:hover,._transparent_rle6b_939 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._search_rle6b_111:hover,._transparent_rle6b_939 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._locale_rle6b_112:hover,._transparent_rle6b_939 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105._themeToggle_rle6b_113 button:hover,._transparent_rle6b_939 ._linkWrapper_rle6b_98._parent_rle6b_98>._linkItem_rle6b_105 ._sublinkToggle_rle6b_114:hover{color:var(--color-navigation-transparent-linksHover);background-color:transparent}}@media (max-width: 767px){._transparent_rle6b_939:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(var(--color-backgroundRgb),.5);backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem)}}._transparent_rle6b_939 ._nav_rle6b_1{height:auto;border-radius:var(--radius-full);padding:0;z-index:1001;background:rgba(var(--color-backgroundRgb),.3);backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem)}@media (max-width: 767px){._transparent_rle6b_939 ._nav_rle6b_1{padding:var(--nav-height) 0 0;background:rgba(var(--color-backgroundRgb),.95);border-radius:0;top:0!important;left:0!important;height:100vh}._transparent_rle6b_939 ._nav_rle6b_1:before{border-radius:0}}@media (max-width: 767px){._transparent_rle6b_939 ._utility_rle6b_307 a,._transparent_rle6b_939 ._utility_rle6b_307 button{-webkit-backdrop-filter:unset;backdrop-filter:unset}._transparent_rle6b_939 ._utility_rle6b_307 a>span,._transparent_rle6b_939 ._utility_rle6b_307 button>span{background-color:transparent;padding:0}._transparent_rle6b_939 ._utility_rle6b_307 a:hover>span,._transparent_rle6b_939 ._utility_rle6b_307 button:hover>span{background-color:transparent;padding:0;color:var(--color-primary-100)}}@media (max-width: 767px){._transparent_rle6b_939 ._menuToggle_rle6b_289,._transparent_rle6b_939 ._search_rle6b_111{width:unset}}._groupDivider_rle6b_1050{border:0;height:0;border-top:none;border-bottom:1px solid var(--color-border);padding:var(--spacing-sm) 0}@media (max-width: 767px){._searchWrapper_rle6b_1058{grid-area:fourth;width:auto}}._mobileMenu_rle6b_1065,._mobileMenuSlide_rle6b_1066{display:flex;flex-direction:column;gap:var(--spacing-md)}._mobileMenuItem_rle6b_1076{opacity:0}._fadeInFromLeft_rle6b_1080{animation:_fadeInFromLeft_rle6b_1080 .3s ease-in-out forwards}._fadeInFromRight_rle6b_1084{animation:_fadeInFromRight_rle6b_1084 .3s ease-in-out forwards}._spotlight_rle6b_596{display:flex;flex-direction:column;gap:var(--spacing-md)}._spotlight_rle6b_596 ._imageWrapper_rle6b_1094{width:100%;height:150px;position:relative;overflow:hidden;border-radius:var(--radius-md);line-height:0}._spotlight_rle6b_596 ._imageWrapper_rle6b_1094 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}._spotlight_rle6b_596 ._image_rle6b_1094{width:100%;height:auto;object-fit:cover}._spotlight_rle6b_596 ._content_rle6b_1116{display:flex;flex-direction:column;gap:var(--spacing-sm);color:#fff}._spotlight_rle6b_596 ._title_rle6b_88{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-lg);color:#fff}._spotlight_rle6b_596 ._description_rle6b_1131{color:#fff}._spotlight_rle6b_596 ._actions_rle6b_1135{display:flex;flex-direction:column;align-items:flex-start}@keyframes _fadeInFromLeft_rle6b_1080{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _fadeInFromRight_rle6b_1084{0%{transform:translate(10px);opacity:0}to{transform:translate(0);opacity:1}}
|
|
1
|
+
._navbar_1dwl0_1{position:relative;z-index:1000}._sticky_1dwl0_15{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%}._left_1dwl0_31 ._container_1dwl0_32{justify-content:flex-start}._left_1dwl0_31 ._logo_1dwl0_36{flex:unset}._left_1dwl0_31 ._nav_1dwl0_1{flex:1}@media (max-width: 767px){._left_1dwl0_31 ._logo_1dwl0_36{flex:1}}._center_1dwl0_51 ._nav_1dwl0_1{transition:transform .3s ease-in-out,opacity .3s ease-in-out;will-change:transform,opacity}._center_1dwl0_51 ._nav_1dwl0_1._hidden_1dwl0_59{transform:translateY(-100%);opacity:0;pointer-events:none}@media (min-width: 768px){._center_1dwl0_51 ._nav_1dwl0_1._visible_1dwl0_66{transform:translateY(0);opacity:1;pointer-events:auto}}@media (max-width: 767px){._center_1dwl0_51 ._logo_1dwl0_36{flex:1}}._right_1dwl0_81 ._container_1dwl0_32{justify-content:flex-end}@media (max-width: 767px){._right_1dwl0_81 ._logo_1dwl0_36,._right_1dwl0_81 ._title_1dwl0_88{flex:1}}._right_1dwl0_81 ._nav_1dwl0_1{flex:1}._linkWrapper_1dwl0_98._parent_1dwl0_98{overflow:visible;position:relative}@media (min-width: 768px){._linkWrapper_1dwl0_98._parent_1dwl0_98:first-of-type>._linkItem_1dwl0_105{border-top-left-radius:var(--radius-full);border-bottom-left-radius:var(--radius-full);overflow:hidden}._linkWrapper_1dwl0_98._parent_1dwl0_98:first-of-type>._linkItem_1dwl0_105 ._link_1dwl0_98,._linkWrapper_1dwl0_98._parent_1dwl0_98:first-of-type>._linkItem_1dwl0_105 ._search_1dwl0_111,._linkWrapper_1dwl0_98._parent_1dwl0_98:first-of-type>._linkItem_1dwl0_105 ._locale_1dwl0_112,._linkWrapper_1dwl0_98._parent_1dwl0_98:first-of-type>._linkItem_1dwl0_105._themeToggle_1dwl0_113 button,._linkWrapper_1dwl0_98._parent_1dwl0_98:first-of-type>._linkItem_1dwl0_105 ._sublinkToggle_1dwl0_114{padding-left:var(--spacing-md)}}@media (min-width: 768px){._linkWrapper_1dwl0_98._parent_1dwl0_98:last-of-type>._linkItem_1dwl0_105{border-top-right-radius:var(--radius-full);border-bottom-right-radius:var(--radius-full);overflow:hidden}._linkWrapper_1dwl0_98._parent_1dwl0_98:last-of-type>._linkItem_1dwl0_105 ._link_1dwl0_98,._linkWrapper_1dwl0_98._parent_1dwl0_98:last-of-type>._linkItem_1dwl0_105 ._search_1dwl0_111,._linkWrapper_1dwl0_98._parent_1dwl0_98:last-of-type>._linkItem_1dwl0_105 ._locale_1dwl0_112,._linkWrapper_1dwl0_98._parent_1dwl0_98:last-of-type>._linkItem_1dwl0_105._themeToggle_1dwl0_113 button,._linkWrapper_1dwl0_98._parent_1dwl0_98:last-of-type>._linkItem_1dwl0_105 ._sublinkToggle_1dwl0_114{padding-right:var(--spacing-md)}}._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._sublinkToggle_1dwl0_114,._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._link_1dwl0_98{height:40px}@media (min-width: 768px){._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._link_1dwl0_98,._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._search_1dwl0_111,._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._locale_1dwl0_112,._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105._themeToggle_1dwl0_113 button,._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._sublinkToggle_1dwl0_114{opacity:1;visibility:visible;transition:background-color .3s ease-in-out;color:var(--color-secondary-100)}._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._link_1dwl0_98:hover,._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._search_1dwl0_111:hover,._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._locale_1dwl0_112:hover,._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105._themeToggle_1dwl0_113 button:hover,._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._sublinkToggle_1dwl0_114:hover{color:var(--color-secondary-100);background-color:rgba(var(--color-primary-rgb),.25)}}._standard_1dwl0_165{left:0;background-color:var(--color-background)}._standard_1dwl0_165 ._linkWrapper_1dwl0_98{position:relative}._standard_1dwl0_165 ._triangle_1dwl0_173{display:none}._container_1dwl0_32{display:grid;align-items:center;grid-template-areas:"first second third";grid-template-columns:minmax(auto,1fr) auto minmax(auto,1fr);grid-gap:var(--spacing-md);width:100%;max-width:var(--layout-width);height:100%;min-height:50px;margin:0 auto;padding:var(--spacing-md) var(--spacing-lg);position:relative}@media (max-width: 767px){._container_1dwl0_32{grid-template-columns:1fr max-content max-content max-content;grid-template-areas:"first third fourth fifth";grid-gap:var(--spacing-sm)}}._container_1dwl0_32._twoColumn_1dwl0_202{grid-template-columns:minmax(auto,1fr) auto;grid-template-areas:"first second"}@media (max-width: 767px){._container_1dwl0_32._twoColumn_1dwl0_202{display:flex}}._mobileButtons_1dwl0_211{display:none}@media (max-width: 767px){._mobileButtons_1dwl0_211{display:flex;align-items:center;gap:var(--spacing-lg);grid-area:fifth}._mobileButtons_1dwl0_211 ._linkWrapper_1dwl0_98{padding:0}}._mobileButtons_1dwl0_211 ._search_1dwl0_111{padding:0;width:unset}._title_1dwl0_88{grid-area:first;color:var(--color-text-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);z-index:1005}._logo_1dwl0_36{grid-area:first;font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary-100);display:flex;align-items:center;justify-content:flex-start;position:relative;z-index:1005}._logo_1dwl0_36 a{display:flex;align-items:center;justify-content:flex-start}._logo_1dwl0_36 img{height:auto;width:auto}@media (max-width: 767px){._logo_1dwl0_36 img{max-width:120px}}._search_1dwl0_111,._locale_1dwl0_112,._themeToggle_1dwl0_113 button{background:none;border:none;cursor:pointer;display:none;color:var(--color-secondary-100);z-index:1100;position:relative;width:40px}._search_1dwl0_111 svg,._locale_1dwl0_112 svg,._themeToggle_1dwl0_113 button svg{position:relative;z-index:5}._menuToggle_1dwl0_289{grid-area:fifth;background:none;border:none;cursor:pointer;display:none;color:var(--color-secondary-100);z-index:1100;position:relative}._menuToggle_1dwl0_289 svg{position:relative;z-index:5}._utilityMobile_1dwl0_307{display:none;grid-area:third;justify-content:flex-end}._utility_1dwl0_307{grid-area:third;display:flex;justify-content:flex-end}._utility_1dwl0_307 a{font-size:var(--font-size-sm)}._nav_1dwl0_1{grid-area:second;display:grid;grid-template-columns:minmax(auto,1fr) auto;transition:transform .3s ease}@media (max-width: 767px){._nav_1dwl0_1{height:100vh}}._navInner_1dwl0_335{position:relative}@media (max-width: 767px){._navInner_1dwl0_335{padding:0 var(--spacing-md);margin:var(--spacing-xl) auto 0;max-width:400px;width:100%}}._grid_1dwl0_346{display:grid;align-items:center;grid-auto-flow:column}@media (max-width: 767px){._grid_1dwl0_346{display:flex;flex-direction:column}._grid_1dwl0_346 ._linkWrapper_1dwl0_98{padding:var(--spacing-sm) 0}}._linkItem_1dwl0_105{display:flex;align-items:center;box-sizing:border-box}.modalContentContainer:has(._searchModal_1dwl0_369),.modalContentContainer:has(._localeModal_1dwl0_370){align-self:flex-start;top:2rem}._searchModal_1dwl0_369,._localeModal_1dwl0_370{padding:0!important;max-height:80dvh;overflow:hidden}._searchModal_1dwl0_369 .modalClose,._localeModal_1dwl0_370 .modalClose{display:none}._searchModal_1dwl0_369 .modalContent,._localeModal_1dwl0_370 .modalContent{margin-top:0}._separator_1dwl0_390{display:flex;align-items:center;justify-content:center;height:1px;width:100%;max-width:300px;background:var(--color-border)}@media (min-width: 768px){._separator_1dwl0_390{display:flex;align-items:center;justify-content:center;width:unset;height:45%;border-left:1px solid var(--color-border)}}._navTitle_1dwl0_409,._sublinkToggle_1dwl0_114,._search_1dwl0_111,._locale_1dwl0_112,._themeToggle_1dwl0_113 button,._link_1dwl0_98{text-decoration:none;color:var(--color-secondary-100);background-color:transparent;border:none;padding:var(--spacing-sm);transition:color .3s ease-in-out;font-family:inherit;font-weight:var(--font-weight-semibold);font-size:var(--font-size-sm);box-sizing:border-box;cursor:pointer;display:flex;align-items:center;gap:var(--spacing-xs)}._navTitle_1dwl0_409 ._newTabIcon_1dwl0_432,._sublinkToggle_1dwl0_114 ._newTabIcon_1dwl0_432,._search_1dwl0_111 ._newTabIcon_1dwl0_432,._locale_1dwl0_112 ._newTabIcon_1dwl0_432,._themeToggle_1dwl0_113 button ._newTabIcon_1dwl0_432,._link_1dwl0_98 ._newTabIcon_1dwl0_432{color:var(--color-secondary-75);transition:color .3s ease-in-out}._search_1dwl0_111,._locale_1dwl0_112,._themeToggle_1dwl0_113 button{justify-content:center}@media (min-width: 768px){._navTitle_1dwl0_409,._sublinksDescription_1dwl0_445,._link_1dwl0_98,._sublinkToggle_1dwl0_114,._link_1dwl0_98 ._linkContent_1dwl0_448,._sublinkToggle_1dwl0_114 ._linkContent_1dwl0_448{opacity:0;visibility:hidden;transition:color .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out}}._link_1dwl0_98:hover,._link_1dwl0_98._open_1dwl0_461,._search_1dwl0_111:hover,._sublinkToggle_1dwl0_114:hover,._sublinkToggle_1dwl0_114._open_1dwl0_461,._link_1dwl0_98:hover ._newTabIcon_1dwl0_432,._link_1dwl0_98._open_1dwl0_461 ._newTabIcon_1dwl0_432,._search_1dwl0_111:hover ._newTabIcon_1dwl0_432,._sublinkToggle_1dwl0_114:hover ._newTabIcon_1dwl0_432,._sublinkToggle_1dwl0_114._open_1dwl0_461 ._newTabIcon_1dwl0_432{color:var(--color-primary-100)}@media (max-width: 767px){._link_1dwl0_98:hover,._link_1dwl0_98._open_1dwl0_461,._search_1dwl0_111:hover,._sublinkToggle_1dwl0_114:hover,._sublinkToggle_1dwl0_114._open_1dwl0_461{color:var(--color-secondary-100)}._link_1dwl0_98:hover ._newTabIcon_1dwl0_432,._link_1dwl0_98._open_1dwl0_461 ._newTabIcon_1dwl0_432,._search_1dwl0_111:hover ._newTabIcon_1dwl0_432,._sublinkToggle_1dwl0_114:hover ._newTabIcon_1dwl0_432,._sublinkToggle_1dwl0_114._open_1dwl0_461 ._newTabIcon_1dwl0_432{color:var(--color-secondary-100)}}._navItem_1dwl0_480:hover{color:var(--color-primary-100)}._sublinkToggle_1dwl0_114,._back_1dwl0_485{background:none;border:none;display:flex;align-items:center;cursor:pointer;color:var(--color-secondary-100)}._sublinkToggle_1dwl0_114:hover,._sublinkToggle_1dwl0_114._open_1dwl0_461,._back_1dwl0_485:hover,._back_1dwl0_485._open_1dwl0_461{color:var(--color-primary-100)}._sublinks_1dwl0_445{display:flex;justify-content:center;opacity:0;visibility:hidden;z-index:1000;transition:transform .3s ease-in-out,max-height .3s ease}._sublinks_1dwl0_445._show_1dwl0_534{max-height:500px;opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}._sublinks_1dwl0_445._show_1dwl0_534 ._navTitle_1dwl0_409,._sublinks_1dwl0_445._show_1dwl0_534 ._sublinksDescription_1dwl0_445,._sublinks_1dwl0_445._show_1dwl0_534 ._link_1dwl0_98,._sublinks_1dwl0_445._show_1dwl0_534 ._sublinkToggle_1dwl0_114,._sublinks_1dwl0_445._show_1dwl0_534 ._link_1dwl0_98 ._linkContent_1dwl0_448,._sublinks_1dwl0_445._show_1dwl0_534 ._sublinkToggle_1dwl0_114 ._linkContent_1dwl0_448{opacity:1;visibility:visible}._triangle_1dwl0_173{visibility:hidden;opacity:0;position:absolute;top:calc(100% + .5rem);transform:translate(-50%);z-index:10;pointer-events:none;transition:top .3s ease-in-out,left .3s ease-in-out,visbility .3s ease-in-out,opacity .3s ease-in-out}._triangle_1dwl0_173._show_1dwl0_534{top:calc(100% + .3rem);opacity:1;visibility:visible}._triangle_1dwl0_173 polygon{stroke:var(--color-border);stroke-width:1px}._primaryColumn_1dwl0_583{border-right:1px solid var(--color-border)}._primaryColumn_1dwl0_583 ._sublinkToggle_1dwl0_114:hover,._primaryColumn_1dwl0_583 ._sublinkToggle_1dwl0_114._open_1dwl0_461{color:var(--color-primary-100)}._secondaryColumn_1dwl0_592{background-color:var(--color-secondary-10)}._spotlightColumn_1dwl0_596{background-color:var(--color-secondary-75)}._sublinksInner_1dwl0_600{background-color:var(--color-background);border-radius:var(--radius-md);border:1px solid var(--color-border);overflow:hidden}@media (max-width: 767px){._sublinksInner_1dwl0_600{display:flex;flex-direction:column;width:unset;max-width:unset;min-height:unset;background-color:unset;box-shadow:unset;border-radius:unset;border:unset}}._sublinksColumn_1dwl0_619{display:flex;flex-direction:column;padding:var(--spacing-md)}@media (max-width: 767px){._sublinksColumn_1dwl0_619{padding:0}}._chevron_1dwl0_629{transition:transform .3s ease;display:flex;align-items:center;justify-content:center;margin-top:2px}._sublinkToggle_1dwl0_114._open_1dwl0_461 ._chevron_1dwl0_629{transform:rotate(180deg)}._menubar_1dwl0_641{display:contents}._toolbar_1dwl0_645{display:flex;gap:var(--spacing-md);padding:var(--spacing-md) 0;width:100%}._toolbar_1dwl0_645 ._linkWrapper_1dwl0_98._parent_1dwl0_98{border:none;flex:1}@media (min-width: 768px){._toolbar_1dwl0_645{gap:0;padding:0}}@media (max-width: 767px){._logo_1dwl0_36{flex:1}._menuToggle_1dwl0_289,._search_1dwl0_111{display:flex;align-items:center;justify-content:center}._utility_1dwl0_307 a:not(._utility_1dwl0_307 a:first-of-type){display:none}._utilityMobile_1dwl0_307{display:block;transform:translateY(100px);position:fixed;bottom:1rem;left:0;right:0;margin:0 auto;width:calc(100% - 2rem);z-index:1001;transition:transform .3s ease-in-out}._utilityMobile_1dwl0_307._open_1dwl0_461{transform:translateY(0)}._nav_1dwl0_1{position:fixed;top:calc(var(--nav-height) - 1px);left:0;width:100%;height:100%;background-color:var(--color-background);display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-md);padding:var(--spacing-md);z-index:1000;overflow-y:auto;transform:translate(100%);opacity:0;pointer-events:none;transition:transform .3s ease-in-out}._nav_1dwl0_1._open_1dwl0_461{transform:translate(0);opacity:1;pointer-events:auto}._linkWrapper_1dwl0_98{flex-direction:column;width:100%;max-width:300px;margin:0 auto;padding:var(--spacing-sm) 0}._linkWrapper_1dwl0_98._parent_1dwl0_98{border-bottom:1px solid var(--color-border)}._linkWrapper_1dwl0_98._parent_1dwl0_98:last-of-type{border:none}._linkItem_1dwl0_105{width:100%}._chevron_1dwl0_629{display:none}._sublinks_1dwl0_445{position:relative;top:0;box-shadow:none;max-height:fit-content;opacity:1;visibility:visible;align-items:flex-start;justify-content:flex-start;padding:var(--spacing-sm);gap:0;pointer-events:auto}._sublinkToggle_1dwl0_114{cursor:pointer;pointer-events:none;color:var(--color-secondary-75)}}._default_1dwl0_773 ._container_1dwl0_32{padding:var(--spacing-md)}@media (max-width: 767px){._default_1dwl0_773 ._container_1dwl0_32{padding:var(--spacing-sm) var(--spacing-md)}}._default_1dwl0_773 ._sublinks_1dwl0_445{position:absolute;right:0;width:auto}@media (max-width: 767px){._default_1dwl0_773 ._sublinks_1dwl0_445{position:relative;justify-content:center;align-items:center}}._default_1dwl0_773 ._linkItem_1dwl0_105{justify-content:flex-end}@media (max-width: 767px){._default_1dwl0_773 ._linkItem_1dwl0_105{justify-content:center;align-items:center}}._default_1dwl0_773 ._sublinksInner_1dwl0_600{display:flex;flex-direction:column;min-width:125px;justify-content:flex-end;align-items:flex-end}@media (max-width: 767px){._default_1dwl0_773 ._sublinksInner_1dwl0_600{justify-content:center;align-items:center}}._default_1dwl0_773 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._sublinkToggle_1dwl0_114,._default_1dwl0_773 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._link_1dwl0_98{height:40px}@media (min-width: 768px){._default_1dwl0_773 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._link_1dwl0_98,._default_1dwl0_773 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._search_1dwl0_111,._default_1dwl0_773 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._locale_1dwl0_112,._default_1dwl0_773 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105._themeToggle_1dwl0_113 button,._default_1dwl0_773 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._sublinkToggle_1dwl0_114{opacity:1;visibility:visible;transition:color .3s ease-in-out,.3s ease-in-out;color:var(--color-secondary-100)}._default_1dwl0_773 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._link_1dwl0_98:hover,._default_1dwl0_773 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._search_1dwl0_111:hover,._default_1dwl0_773 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._locale_1dwl0_112:hover,._default_1dwl0_773 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105._themeToggle_1dwl0_113 button:hover,._default_1dwl0_773 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._sublinkToggle_1dwl0_114:hover{color:var(--color-primary-100);background-color:transparent}}._advanced_1dwl0_846 ._linkContent_1dwl0_448{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:var(--spacing-sm)}._advanced_1dwl0_846 ._subtitle_1dwl0_855{font-size:var(--font-size-sm);font-weight:var(--font-weight-normal);text-align:left}._advanced_1dwl0_846 ._sublinksDescription_1dwl0_445,._advanced_1dwl0_846 ._sublinksDescription_1dwl0_445 div p{color:var(--color-text-primary);line-height:var(--line-height-normal);font-size:var(--font-size-sm);margin-bottom:var(--spacing-sm)}._advanced_1dwl0_846 ._sublinks_1dwl0_445{position:fixed;padding-top:var(--spacing-md);right:0;left:0;width:100%}@media (max-width: 767px){._advanced_1dwl0_846 ._sublinks_1dwl0_445{position:relative;justify-content:center;align-items:center}}._advanced_1dwl0_846 ._linkItem_1dwl0_105{justify-content:flex-start}._advanced_1dwl0_846 ._sublinksInner_1dwl0_600{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:calc(100vw - 4rem);width:78rem;min-height:24rem}._advanced_1dwl0_846 ._sublinksInner_1dwl0_600._withSpotlight_1dwl0_897{grid-template-columns:repeat(4,minmax(0,1fr))}._advanced_1dwl0_846 ._sublinksInner_1dwl0_600._withoutSpotlight_1dwl0_901{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 767px){._advanced_1dwl0_846 ._sublinksInner_1dwl0_600{grid-template-columns:1fr;width:auto;min-height:unset}}._advanced_1dwl0_846 ._sublinkToggle_1dwl0_114{pointer-events:all;color:var(--color-secondary-100);width:fit-content;transition:color .3s ease-in-out}._advanced_1dwl0_846 ._sublinkToggle_1dwl0_114:hover,._advanced_1dwl0_846 ._sublinkToggle_1dwl0_114._open_1dwl0_461{color:var(--color-primary-100)}._advanced_1dwl0_846 ._back_1dwl0_485{margin-bottom:var(--spacing-lg);transition:color .3s ease-in-out}._advanced_1dwl0_846 ._back_1dwl0_485:hover{color:var(--color-primary-100)}._transparent_1dwl0_939{background-color:transparent}._transparent_1dwl0_939 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._sublinkToggle_1dwl0_114,._transparent_1dwl0_939 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._link_1dwl0_98{height:40px}@media (min-width: 768px){._transparent_1dwl0_939 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._link_1dwl0_98,._transparent_1dwl0_939 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._search_1dwl0_111,._transparent_1dwl0_939 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._locale_1dwl0_112,._transparent_1dwl0_939 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105._themeToggle_1dwl0_113 button,._transparent_1dwl0_939 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._sublinkToggle_1dwl0_114{opacity:1;visibility:visible;transition:color .3s ease-in-out,.3s ease-in-out;color:var(--color-navigation-transparent-links)}._transparent_1dwl0_939 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._link_1dwl0_98:hover,._transparent_1dwl0_939 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._search_1dwl0_111:hover,._transparent_1dwl0_939 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._locale_1dwl0_112:hover,._transparent_1dwl0_939 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105._themeToggle_1dwl0_113 button:hover,._transparent_1dwl0_939 ._linkWrapper_1dwl0_98._parent_1dwl0_98>._linkItem_1dwl0_105 ._sublinkToggle_1dwl0_114:hover{color:var(--color-navigation-transparent-linksHover);background-color:transparent}}@media (max-width: 767px){._transparent_1dwl0_939:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(var(--color-backgroundRgb),.5);backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem)}}._transparent_1dwl0_939 ._nav_1dwl0_1{height:auto;border-radius:var(--radius-full);padding:0;z-index:1001;background:rgba(var(--color-backgroundRgb),.3);backdrop-filter:saturate(1.1) blur(1rem);-webkit-backdrop-filter:saturate(1.1) blur(1rem)}@media (max-width: 767px){._transparent_1dwl0_939 ._nav_1dwl0_1{padding:var(--nav-height) 0 0;background:rgba(var(--color-backgroundRgb),.95);border-radius:0;top:0!important;left:0!important;height:100vh}._transparent_1dwl0_939 ._nav_1dwl0_1:before{border-radius:0}}@media (max-width: 767px){._transparent_1dwl0_939 ._utility_1dwl0_307 a,._transparent_1dwl0_939 ._utility_1dwl0_307 button{-webkit-backdrop-filter:unset;backdrop-filter:unset}._transparent_1dwl0_939 ._utility_1dwl0_307 a>span,._transparent_1dwl0_939 ._utility_1dwl0_307 button>span{background-color:transparent;padding:0}._transparent_1dwl0_939 ._utility_1dwl0_307 a:hover>span,._transparent_1dwl0_939 ._utility_1dwl0_307 button:hover>span{background-color:transparent;padding:0;color:var(--color-primary-100)}}@media (max-width: 767px){._transparent_1dwl0_939 ._menuToggle_1dwl0_289,._transparent_1dwl0_939 ._search_1dwl0_111{width:unset}}._utilityScrolled_1dwl0_1056{background-color:red;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:var(--radius-full);padding-inline:var(--spacing-md);transition:background-color .2s ease,color .2s ease}._utilityScrolled_1dwl0_1056:hover{background-color:red}._groupDivider_1dwl0_1071{border:0;height:0;border-top:none;border-bottom:1px solid var(--color-border);padding:var(--spacing-sm) 0}@media (max-width: 767px){._searchWrapper_1dwl0_1079{grid-area:fourth;width:auto}}._mobileMenu_1dwl0_1086,._mobileMenuSlide_1dwl0_1087{display:flex;flex-direction:column;gap:var(--spacing-md)}._mobileMenuItem_1dwl0_1097{opacity:0}._fadeInFromLeft_1dwl0_1101{animation:_fadeInFromLeft_1dwl0_1101 .3s ease-in-out forwards}._fadeInFromRight_1dwl0_1105{animation:_fadeInFromRight_1dwl0_1105 .3s ease-in-out forwards}._spotlight_1dwl0_596{display:flex;flex-direction:column;gap:var(--spacing-md)}._spotlight_1dwl0_596 ._imageWrapper_1dwl0_1115{width:100%;height:150px;position:relative;overflow:hidden;border-radius:var(--radius-md);line-height:0}._spotlight_1dwl0_596 ._imageWrapper_1dwl0_1115 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}._spotlight_1dwl0_596 ._image_1dwl0_1115{width:100%;height:auto;object-fit:cover}._spotlight_1dwl0_596 ._content_1dwl0_1137{display:flex;flex-direction:column;gap:var(--spacing-sm);color:#fff}._spotlight_1dwl0_596 ._title_1dwl0_88{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-lg);color:#fff}._spotlight_1dwl0_596 ._description_1dwl0_1152{color:#fff}._spotlight_1dwl0_596 ._actions_1dwl0_1156{display:flex;flex-direction:column;align-items:flex-start}@keyframes _fadeInFromLeft_1dwl0_1101{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _fadeInFromRight_1dwl0_1105{0%{transform:translate(10px);opacity:0}to{transform:translate(0);opacity:1}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");require("react");const e=require("../../../NavLink-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");require("react");const e=require("../../../NavLink-jxzO9Z90.cjs");require("../../../external-link-DDShu-48.cjs");require("../../../chevron-down-DfK1XBl3.cjs");exports.NavLink=e.NavLink;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),t=require("react"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),t=require("react"),te=require("../Modal/index.cjs"),A=require("../../../index-D0ylyll7.cjs"),ae=require("../ButtonGroup/index.cjs"),e=require("../../../NavLink-jxzO9Z90.cjs"),V=require("../../utils/NoScroll/noScroll.cjs"),Ee=require("../../../chevron-right-motlyADs.cjs"),H=require("../../../external-link-DDShu-48.cjs"),_e=require("../../../x-Dft9NVe_.cjs"),ie=require("../../../createLucideIcon-DpotSgUx.cjs"),Le=require("../../../chevron-down-DfK1XBl3.cjs");/**
|
|
2
2
|
* @license lucide-react v0.488.0 - ISC
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the ISC license.
|
|
5
5
|
* See the LICENSE file in the root directory of this source tree.
|
|
6
|
-
*/const
|
|
6
|
+
*/const Me=[["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54",key:"1djwo0"}],["path",{d:"M7 3.34V5a3 3 0 0 0 3 3a2 2 0 0 1 2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1.9-2 2-2h3.17",key:"1tzkfa"}],["path",{d:"M11 21.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05",key:"14pb5j"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],Ie=ie.createLucideIcon("earth",Me);/**
|
|
7
7
|
* @license lucide-react v0.488.0 - ISC
|
|
8
8
|
*
|
|
9
9
|
* This source code is licensed under the ISC license.
|
|
10
10
|
* See the LICENSE file in the root directory of this source tree.
|
|
11
|
-
*/const Me=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]],Ie=ae.createLucideIcon("search",Me),Re={standard:e.styles.standard,transparent:e.styles.transparent},Be={left:e.styles.left,center:e.styles.center,right:e.styles.right},ze=({spotlight:r,renderText:x})=>{var h,E,p,g,N,L;const o=r.callToAction;if(!o)return null;const k=((h=o.linkOptions)==null?void 0:h.linkType)==="external";let y="#";return k&&((E=o.linkOptions)!=null&&E.externalUrl)?y=o.linkOptions.externalUrl:((p=o.linkOptions)==null?void 0:p.linkType)==="internal"&&((N=(g=o.linkOptions)==null?void 0:g.internalUrl)!=null&&N.slug.current)&&(y=`/${o.linkOptions.internalUrl.slug.current}`),s.jsxs("div",{className:e.styles.spotlight,children:[r.image&&s.jsx("div",{className:e.styles.imageWrapper,children:s.jsx("img",{src:((L=r.image.imageUrls)==null?void 0:L.medium)??"",alt:r.image.asset.altText||r.image.asset.description||"Content image",width:600,height:400})}),s.jsxs("div",{className:e.styles.content,children:[r.title&&s.jsx("div",{className:e.styles.title,children:x==null?void 0:x(r.title,e.styles.title)}),r.description&&s.jsx("div",{className:e.styles.description,children:x==null?void 0:x(r.description,e.styles.description)})]}),o.linkOptions&&s.jsx("div",{className:e.styles.actions,children:s.jsx(A.Button,{as:"a",variant:o.variant??"primary",href:y,target:k?"_blank":"_self",rel:k?"noopener noreferrer":void 0,"aria-label":o.ariaLabel||o.label,children:o.label})})]})};function qe({renderText:r,title:x,logo:o,items:k,groups:y,utilityItems:h,isSticky:E=!1,showSearch:p=!0,showLocaleSelect:g=!0,showThemeToggle:N=!0,themeToggleComponent:L,alignment:O="right",variant:ie="standard",navigationType:M="default",searchComponent:re,localeSelectComponent:ce,className:oe,style:de,...ue}){const[m,H]=t.useState(!1),[X,v]=t.useState(null),[ye,he]=t.useState(0),[me,be]=t.useState(!1),[fe,xe]=t.useState(null),[d,w]=t.useState([]),[I,W]=t.useState(0),[pe,J]=t.useState(null),[C,ve]=t.useState(!1),[R,B]=t.useState("forward"),D=t.useRef(null),j=t.useRef(null),Q=t.useRef(null),F=t.useRef(new Map),T=()=>s.jsx("div",{className:`${e.styles.linkWrapper} ${e.styles.parent}`,role:"presentation",children:s.jsx("div",{className:`${e.styles.linkItem} ${e.styles.themeToggle}`,role:"presentation",children:L})}),U=()=>s.jsx("div",{className:`${e.styles.linkWrapper} ${e.styles.parent} ${e.styles.searchWrapper}`,children:s.jsx("div",{className:e.styles.linkItem,children:s.jsx(le.Modal,{size:"lg",className:e.styles.searchModal,trigger:s.jsx("button",{title:"Search","aria-label":"Search",className:e.styles.search,children:s.jsx(Ie,{size:16,"aria-hidden":"true"})}),content:re})})}),Y=()=>s.jsx("div",{className:`${e.styles.linkWrapper} ${e.styles.parent}`,children:s.jsx("div",{className:e.styles.linkItem,children:s.jsx(le.Modal,{className:e.styles.localeModal,trigger:s.jsx("button",{title:"Locale Select","aria-label":"Locale Select",className:e.styles.locale,children:s.jsx(Le,{size:16,"aria-hidden":"true"})}),content:ce})})}),z=t.useCallback(()=>{j.current&&he(j.current.getBoundingClientRect().width)},[]),Z=()=>{H(n=>{const l=!n;return l||(w([]),B("forward"),v(null)),l})},ee=t.useCallback(n=>{const l=F.current.get(n);if(l&&j.current){const c=l.getBoundingClientRect(),i=j.current.getBoundingClientRect();xe(c.left-i.left+c.width/2)}},[]),je=t.useCallback(n=>{v(l=>l===n?null:n)},[]),G=t.useCallback(n=>{D.current&&!D.current.contains(n.target)&&v(null)},[]),P=t.useCallback(()=>{z(),typeof window<"u"&&window.innerWidth>768&&(H(!1),v(null))},[z]),ke=()=>w([]),ge=n=>{B("forward"),w([{title:n.title,primary:n.primaryItems??[],secondary:n.secondaryItems??[],description:""}])},se=n=>{B("forward"),w(l=>[...l,{title:n.label,primary:n.sublinks??[],secondary:[],description:n.description}])},Ne=()=>{B("backward"),w(n=>n.slice(0,-1))};t.useEffect(()=>{if(typeof window>"u")return;const n=()=>ve(window.innerWidth<768);return n(),window.addEventListener("resize",n),()=>window.removeEventListener("resize",n)},[]),t.useEffect(()=>{const n=typeof window<"u",l=typeof document<"u";return n&&window.addEventListener("resize",P),l&&document.addEventListener("click",G),z(),be(!0),()=>{n&&window.removeEventListener("resize",P),l&&document.removeEventListener("click",G)}},[P,G,z]),t.useEffect(()=>{if(!(typeof document>"u"))return m?setTimeout(()=>K.lockScroll(),0):K.unlockScroll(),()=>K.unlockScroll()},[m]),t.useEffect(()=>{var c;if(!m)return;if(typeof window<"u"&&typeof window.matchMedia=="function"&&window.matchMedia("(pointer: fine)").matches){const i=(c=j.current)==null?void 0:c.querySelector('a[href], button:not([disabled]), input, select, textarea, [tabindex]:not([tabindex="-1"])');i==null||i.focus()}const l=i=>{var _;if(i.key==="Escape"){Z(),(_=Q.current)==null||_.focus();return}if(i.key!=="Tab"||!j.current)return;const f=Array.from(j.current.querySelectorAll('a[href], button:not([disabled]), input, select, textarea, [tabindex]:not([tabindex="-1"])')).filter(a=>!a.closest("[aria-hidden=true]"));if(f.length===0)return;const b=f[0],S=f[f.length-1];i.shiftKey?document.activeElement===b&&(i.preventDefault(),S.focus()):document.activeElement===S&&(i.preventDefault(),b.focus())};return document.addEventListener("keydown",l),()=>document.removeEventListener("keydown",l)},[m]);const q=(n,l="")=>n.map((c,i)=>{const f=`${l}/${c._key??c.label}-${i}`;return s.jsx(e.NavLink,{link:c,path:f,parentPath:l,openPath:X,togglePath:je,updateTriangleIndicator:ee,setOpenPath:v,renderLinks:q,buttonRefs:F},f)}),$e=n=>n.map((l,c)=>{var S,_;const i=`group-${c}`,f=pe===c,b=(S=l.primaryItems)==null?void 0:S[I??0];return s.jsxs("div",{className:`${e.styles.linkWrapper} ${e.styles.parent}`,onMouseEnter:()=>{J(c),v(i),ee(i)},children:[s.jsx("div",{className:e.styles.linkItem,children:s.jsxs("button",{ref:a=>{F.current.set(i,a)},"aria-haspopup":!0,"aria-expanded":f,"aria-controls":`submenu-${c}`,className:`${e.styles.sublinkToggle} ${f?e.styles.open:""}`,children:[l.title,s.jsx(_e.ChevronDown,{size:18,className:e.styles.chevron,"aria-hidden":"true"})]})}),s.jsx("div",{id:`submenu-${c}`,className:`${e.styles.sublinks} ${f?e.styles.show:""}`,role:"menu","aria-label":`${l.title} submenu`,onMouseLeave:()=>{J(null),W(0),v(null)},children:s.jsx("div",{children:s.jsxs("div",{className:`${e.styles.sublinksInner} ${l.spotlight?e.styles.withSpotlight:e.styles.withoutSpotlight}`,children:[s.jsxs("div",{className:`${e.styles.sublinksColumn} ${e.styles.primaryColumn}`,children:[s.jsx("div",{className:e.styles.linkItem}),(_=l.primaryItems)==null?void 0:_.map((a,$)=>a.href?s.jsx("div",{role:"menuitem",children:s.jsxs("a",{href:a.href,className:`${e.styles.link} ${I===$?e.styles.open:""}`,target:a.isExternal?"_blank":"_self",rel:a.isExternal?"noopener noreferrer":void 0,onClick:()=>{var ne;v(null),(ne=a.onClick)==null||ne.call(a)},onMouseEnter:()=>W($),children:[s.jsxs("span",{className:e.styles.linkContent,children:[a.label,a.subtitle&&s.jsx("span",{className:e.styles.subtitle,children:a.subtitle})]}),a.isExternal&&s.jsx(V.ExternalLink,{className:e.styles.newTabIcon,size:16,"aria-hidden":"true"})]})},a._key??$):s.jsx("div",{role:"menuitem",children:s.jsx("button",{className:`${e.styles.sublinkToggle} ${I===$?e.styles.open:""}`,onMouseEnter:()=>W($),children:s.jsxs("span",{className:e.styles.linkContent,children:[a.label,a.subtitle&&s.jsx("span",{className:e.styles.subtitle,children:a.subtitle})]})})},a._key??$))]}),(b==null?void 0:b.sublinks)&&b.sublinks.length>0&&s.jsxs("div",{className:`${e.styles.sublinksColumn} ${e.styles.fadeInFromLeft}`,children:[b.description&&s.jsx("div",{className:e.styles.sublinksDescription,children:r==null?void 0:r(b.description)}),q(b.sublinks,`${i}-${I}`)]},`${b.label}-${b.sublinks.length}`),l.secondaryItems&&l.secondaryItems.length>0&&s.jsx("div",{className:`${e.styles.sublinksColumn} ${e.styles.secondaryColumn}`,children:q(l.secondaryItems,`${i}-secondary`)}),l.spotlight&&s.jsx("div",{className:`${e.styles.sublinksColumn} ${e.styles.spotlightColumn}`,children:s.jsx(ze,{spotlight:l.spotlight,renderText:r})})]})})})]},l._key??`group-${c}`)}),we=[e.styles.navbar,Be[O],Re[ie],E?e.styles.sticky:"",y!=null&&y.length?e.styles.advanced:e.styles.default,oe??""].filter(Boolean).join(" "),u=h&&h.length>0?h[Math.min(1,h.length-1)]:null;return s.jsx("header",{ref:D,className:we,style:de,"aria-label":"Site header",...ue,children:s.jsxs("div",{className:`${e.styles.container} ${(!h||h.length===0)&&O!=="center"?e.styles.twoColumn:""}`,children:[o?s.jsx("div",{className:e.styles.logo,children:o}):x?s.jsx("div",{className:e.styles.title,children:x}):null,s.jsx("nav",{ref:j,style:{left:O==="center"?`calc(50% - ${ye/2}px)`:"0"},"aria-modal":m?"true":void 0,className:`${e.styles.nav} ${m?e.styles.open:""} ${me?e.styles.visible:e.styles.hidden}`,id:"main-menu","aria-label":"Primary navigation",children:s.jsxs("div",{className:e.styles.navInner,children:[s.jsx("svg",{style:{left:`${fe}px`},className:`${e.styles.triangle} ${X?e.styles.show:""}`,width:16,height:12,viewBox:"0 0 100 75",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:s.jsx("polygon",{points:"50,5 95,70 5,70",strokeLinejoin:"round",fill:"white",stroke:"white"})}),M==="default"&&k&&s.jsxs("div",{className:e.styles.grid,children:[k.length>0&&s.jsx("div",{role:"menubar",className:e.styles.menubar,children:q(k)}),(p||g||N)&&s.jsxs(s.Fragment,{children:[s.jsx("span",{className:e.styles.separator,"aria-hidden":"true"}),s.jsxs("div",{role:"toolbar","aria-label":"Site controls",className:e.styles.toolbar,children:[N&&s.jsx(T,{}),p&&!C&&s.jsx(U,{}),g&&s.jsx(Y,{})]})]})]}),!C&&M==="advanced"&&y&&s.jsxs("div",{className:e.styles.grid,children:[y.length>0&&s.jsx("div",{role:"menubar",className:e.styles.menubar,children:$e(y)}),(p||g||N)&&s.jsxs(s.Fragment,{children:[s.jsx("span",{className:e.styles.separator,"aria-hidden":"true"}),s.jsxs("div",{role:"toolbar","aria-label":"Site controls",className:e.styles.toolbar,children:[N&&s.jsx(T,{}),p&&s.jsx(U,{}),g&&s.jsx(Y,{})]})]})]}),C&&M==="advanced"&&m&&d.length===0&&y&&s.jsx("div",{className:e.styles.mobileMenu,children:y.map((n,l)=>s.jsx("div",{className:`${e.styles.mobileMenuItem} ${R==="forward"?e.styles.fadeInFromLeft:e.styles.fadeInFromRight}`,children:s.jsx("button",{className:e.styles.sublinkToggle,onClick:()=>ge(n),children:n.title})},n._key??l))}),C&&M==="advanced"&&m&&d.length>0&&s.jsxs("div",{className:e.styles.mobileMenuSlide,children:[s.jsx("button",{className:e.styles.back,"aria-label":"Go back",onClick:d.length===1?ke:Ne,children:s.jsx(Ce.ChevronLeft,{size:18,"aria-hidden":"true"})}),d[d.length-1].description&&s.jsx("div",{className:`${e.styles.sublinksDescription} ${R==="forward"?e.styles.fadeInFromLeft:e.styles.fadeInFromRight}`,children:r==null?void 0:r(d[d.length-1].description)}),d[d.length-1].primary.map((n,l)=>s.jsx("div",{role:"menuitem",className:`${e.styles.mobileMenuItem} ${R==="forward"?e.styles.fadeInFromLeft:e.styles.fadeInFromRight}`,children:n.sublinks?s.jsx("button",{className:e.styles.sublinkToggle,onClick:()=>se(n),children:s.jsxs("span",{className:e.styles.linkContent,children:[n.label,n.subtitle&&s.jsx("span",{className:e.styles.subtitle,children:n.subtitle})]})}):s.jsxs("a",{href:n.href,className:e.styles.link,target:n.isExternal?"_blank":"_self",rel:n.isExternal?"noopener noreferrer":void 0,children:[s.jsxs("span",{className:e.styles.linkContent,children:[n.label,n.subtitle&&s.jsx("span",{className:e.styles.subtitle,children:n.subtitle})]}),n.isExternal&&s.jsx(V.ExternalLink,{className:e.styles.newTabIcon,size:16,"aria-hidden":"true"})]})},n._key??`primary-${l}`)),d[d.length-1].secondary.length>0&&s.jsx("hr",{className:e.styles.groupDivider}),d[d.length-1].secondary.map((n,l)=>s.jsx("div",{role:"menuitem",className:`${e.styles.mobileMenuItem} ${R==="forward"?e.styles.fadeInFromLeft:e.styles.fadeInFromRight}`,children:n.sublinks?s.jsx("button",{className:e.styles.sublinkToggle,onClick:()=>se(n),children:n.label}):s.jsxs("a",{href:n.href,className:e.styles.link,target:n.isExternal?"_blank":"_self",rel:n.isExternal?"noopener noreferrer":void 0,children:[n.label,n.isExternal&&s.jsx(V.ExternalLink,{className:e.styles.newTabIcon,size:16,"aria-hidden":"true"})]})},n._key??`secondary-${l}`))]},`stack-${d.length}`)]})}),h&&h.length>0&&s.jsx("nav",{className:e.styles.utility,"aria-label":"Utility navigation",children:s.jsx(te.ButtonGroup,{children:h.map((n,l)=>s.jsx(A.Button,{as:"a",size:"sm",href:n.href??"/",variant:n.variant??"primary",displayType:n.displayType??"text",imageSrc:n.imageSrc,imageAlt:n.imageAlt,"aria-label":n.ariaLabel,icon:n.icon,iconAlignment:n.iconAlignment,children:n.imageSrc?s.jsx("img",{src:n.imageSrc,alt:n.imageAlt??n.ariaLabel}):n.label},n._key??l))})}),u&&s.jsx("nav",{"aria-label":"Utility navigation",className:`${e.styles.utilityMobile} ${m?e.styles.open:""}`,children:s.jsx(te.ButtonGroup,{alignment:"center",children:s.jsx(A.Button,{as:"a",size:"sm",href:u.href??"/",variant:u.variant??"primary",displayType:u.displayType??"text",imageSrc:u.imageSrc,imageAlt:u.imageAlt,"aria-label":u.ariaLabel,icon:u.icon,iconAlignment:u.iconAlignment,children:u.imageSrc?s.jsx("img",{src:u.imageSrc,alt:u.imageAlt??u.ariaLabel}):u.label})})}),s.jsxs("div",{className:e.styles.mobileButtons,children:[C&&p&&s.jsx(U,{}),s.jsx("button",{ref:Q,className:e.styles.menuToggle,onClick:Z,"aria-label":m?"Close menu":"Open menu","aria-expanded":m,"aria-controls":"main-menu",children:m?s.jsx(Se.X,{size:24,"aria-hidden":"true"}):s.jsx(A.Menu,{size:24,"aria-hidden":"true"})})]})]})})}exports.Navbar=qe;
|
|
11
|
+
*/const Re=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]],Be=ie.createLucideIcon("search",Re),ze={standard:e.styles.standard,transparent:e.styles.transparent},qe={left:e.styles.left,center:e.styles.center,right:e.styles.right},Ae=({spotlight:r,renderText:x})=>{var h,_,p,g,N,L;const o=r.callToAction;if(!o)return null;const k=((h=o.linkOptions)==null?void 0:h.linkType)==="external";let y="#";return k&&((_=o.linkOptions)!=null&&_.externalUrl)?y=o.linkOptions.externalUrl:((p=o.linkOptions)==null?void 0:p.linkType)==="internal"&&((N=(g=o.linkOptions)==null?void 0:g.internalUrl)!=null&&N.slug.current)&&(y=`/${o.linkOptions.internalUrl.slug.current}`),s.jsxs("div",{className:e.styles.spotlight,children:[r.image&&s.jsx("div",{className:e.styles.imageWrapper,children:s.jsx("img",{src:((L=r.image.imageUrls)==null?void 0:L.medium)??"",alt:r.image.asset.altText||r.image.asset.description||"Content image",width:600,height:400})}),s.jsxs("div",{className:e.styles.content,children:[r.title&&s.jsx("div",{className:e.styles.title,children:x==null?void 0:x(r.title,e.styles.title)}),r.description&&s.jsx("div",{className:e.styles.description,children:x==null?void 0:x(r.description,e.styles.description)})]}),o.linkOptions&&s.jsx("div",{className:e.styles.actions,children:s.jsx(A.Button,{as:"a",variant:o.variant??"primary",href:y,target:k?"_blank":"_self",rel:k?"noopener noreferrer":void 0,"aria-label":o.ariaLabel||o.label,children:o.label})})]})};function Oe({renderText:r,title:x,logo:o,items:k,groups:y,utilityItems:h,isSticky:_=!1,showSearch:p=!0,showLocaleSelect:g=!0,showThemeToggle:N=!0,themeToggleComponent:L,alignment:O="right",variant:re="standard",navigationType:M="default",searchComponent:ce,localeSelectComponent:oe,className:de,style:ue,...ye}){const[m,X]=t.useState(!1),[Y,v]=t.useState(null),[he,me]=t.useState(0),[fe,be]=t.useState(!1),[W,xe]=t.useState(!1),[pe,ve]=t.useState(null),[d,w]=t.useState([]),[I,D]=t.useState(0),[je,J]=t.useState(null),[S,ke]=t.useState(!1),[R,B]=t.useState("forward"),F=t.useRef(null),j=t.useRef(null),Q=t.useRef(null),U=t.useRef(new Map),T=()=>s.jsx("div",{className:`${e.styles.linkWrapper} ${e.styles.parent}`,role:"presentation",children:s.jsx("div",{className:`${e.styles.linkItem} ${e.styles.themeToggle}`,role:"presentation",children:L})}),G=()=>s.jsx("div",{className:`${e.styles.linkWrapper} ${e.styles.parent} ${e.styles.searchWrapper}`,children:s.jsx("div",{className:e.styles.linkItem,children:s.jsx(te.Modal,{size:"lg",className:e.styles.searchModal,trigger:s.jsx("button",{title:"Search","aria-label":"Search",className:e.styles.search,children:s.jsx(Be,{size:16,"aria-hidden":"true"})}),content:ce})})}),Z=()=>s.jsx("div",{className:`${e.styles.linkWrapper} ${e.styles.parent}`,children:s.jsx("div",{className:e.styles.linkItem,children:s.jsx(te.Modal,{className:e.styles.localeModal,trigger:s.jsx("button",{title:"Locale Select","aria-label":"Locale Select",className:e.styles.locale,children:s.jsx(Ie,{size:16,"aria-hidden":"true"})}),content:oe})})}),z=t.useCallback(()=>{j.current&&me(j.current.getBoundingClientRect().width)},[]),ee=()=>{X(n=>{const l=!n;return l||(w([]),B("forward"),v(null)),l})},se=t.useCallback(n=>{const l=U.current.get(n);if(l&&j.current){const c=l.getBoundingClientRect(),i=j.current.getBoundingClientRect();ve(c.left-i.left+c.width/2)}},[]),ge=t.useCallback(n=>{v(l=>l===n?null:n)},[]),P=t.useCallback(n=>{F.current&&!F.current.contains(n.target)&&v(null)},[]),K=t.useCallback(()=>{z(),typeof window<"u"&&window.innerWidth>768&&(X(!1),v(null))},[z]),Ne=()=>w([]),$e=n=>{B("forward"),w([{title:n.title,primary:n.primaryItems??[],secondary:n.secondaryItems??[],description:""}])},ne=n=>{B("forward"),w(l=>[...l,{title:n.label,primary:n.sublinks??[],secondary:[],description:n.description}])},we=()=>{B("backward"),w(n=>n.slice(0,-1))};t.useEffect(()=>{if(typeof window>"u")return;const n=()=>ke(window.innerWidth<768);return n(),window.addEventListener("resize",n),()=>window.removeEventListener("resize",n)},[]),t.useEffect(()=>{if(typeof window>"u")return;const n=()=>xe(window.scrollY>10);return n(),window.addEventListener("scroll",n,{passive:!0}),()=>window.removeEventListener("scroll",n)},[]),t.useEffect(()=>{const n=typeof window<"u",l=typeof document<"u";return n&&window.addEventListener("resize",K),l&&document.addEventListener("click",P),z(),be(!0),()=>{n&&window.removeEventListener("resize",K),l&&document.removeEventListener("click",P)}},[K,P,z]),t.useEffect(()=>{if(!(typeof document>"u"))return m?setTimeout(()=>V.lockScroll(),0):V.unlockScroll(),()=>V.unlockScroll()},[m]),t.useEffect(()=>{var c;if(!m)return;if(typeof window<"u"&&typeof window.matchMedia=="function"&&window.matchMedia("(pointer: fine)").matches){const i=(c=j.current)==null?void 0:c.querySelector('a[href], button:not([disabled]), input, select, textarea, [tabindex]:not([tabindex="-1"])');i==null||i.focus()}const l=i=>{var E;if(i.key==="Escape"){ee(),(E=Q.current)==null||E.focus();return}if(i.key!=="Tab"||!j.current)return;const b=Array.from(j.current.querySelectorAll('a[href], button:not([disabled]), input, select, textarea, [tabindex]:not([tabindex="-1"])')).filter(a=>!a.closest("[aria-hidden=true]"));if(b.length===0)return;const f=b[0],C=b[b.length-1];i.shiftKey?document.activeElement===f&&(i.preventDefault(),C.focus()):document.activeElement===C&&(i.preventDefault(),f.focus())};return document.addEventListener("keydown",l),()=>document.removeEventListener("keydown",l)},[m]);const q=(n,l="")=>n.map((c,i)=>{const b=`${l}/${c._key??c.label}-${i}`;return s.jsx(e.NavLink,{link:c,path:b,parentPath:l,openPath:Y,togglePath:ge,updateTriangleIndicator:se,setOpenPath:v,renderLinks:q,buttonRefs:U},b)}),Se=n=>n.map((l,c)=>{var C,E;const i=`group-${c}`,b=je===c,f=(C=l.primaryItems)==null?void 0:C[I??0];return s.jsxs("div",{className:`${e.styles.linkWrapper} ${e.styles.parent}`,onMouseEnter:()=>{J(c),v(i),se(i)},children:[s.jsx("div",{className:e.styles.linkItem,children:s.jsxs("button",{ref:a=>{U.current.set(i,a)},"aria-haspopup":!0,"aria-expanded":b,"aria-controls":`submenu-${c}`,className:`${e.styles.sublinkToggle} ${b?e.styles.open:""}`,children:[l.title,s.jsx(Le.ChevronDown,{size:18,className:e.styles.chevron,"aria-hidden":"true"})]})}),s.jsx("div",{id:`submenu-${c}`,className:`${e.styles.sublinks} ${b?e.styles.show:""}`,role:"menu","aria-label":`${l.title} submenu`,onMouseLeave:()=>{J(null),D(0),v(null)},children:s.jsx("div",{children:s.jsxs("div",{className:`${e.styles.sublinksInner} ${l.spotlight?e.styles.withSpotlight:e.styles.withoutSpotlight}`,children:[s.jsxs("div",{className:`${e.styles.sublinksColumn} ${e.styles.primaryColumn}`,children:[s.jsx("div",{className:e.styles.linkItem}),(E=l.primaryItems)==null?void 0:E.map((a,$)=>a.href?s.jsx("div",{role:"menuitem",children:s.jsxs("a",{href:a.href,className:`${e.styles.link} ${I===$?e.styles.open:""}`,target:a.isExternal?"_blank":"_self",rel:a.isExternal?"noopener noreferrer":void 0,onClick:()=>{var le;v(null),(le=a.onClick)==null||le.call(a)},onMouseEnter:()=>D($),children:[s.jsxs("span",{className:e.styles.linkContent,children:[a.label,a.subtitle&&s.jsx("span",{className:e.styles.subtitle,children:a.subtitle})]}),a.isExternal&&s.jsx(H.ExternalLink,{className:e.styles.newTabIcon,size:16,"aria-hidden":"true"})]})},a._key??$):s.jsx("div",{role:"menuitem",children:s.jsx("button",{className:`${e.styles.sublinkToggle} ${I===$?e.styles.open:""}`,onMouseEnter:()=>D($),children:s.jsxs("span",{className:e.styles.linkContent,children:[a.label,a.subtitle&&s.jsx("span",{className:e.styles.subtitle,children:a.subtitle})]})})},a._key??$))]}),(f==null?void 0:f.sublinks)&&f.sublinks.length>0&&s.jsxs("div",{className:`${e.styles.sublinksColumn} ${e.styles.fadeInFromLeft}`,children:[f.description&&s.jsx("div",{className:e.styles.sublinksDescription,children:r==null?void 0:r(f.description)}),q(f.sublinks,`${i}-${I}`)]},`${f.label}-${f.sublinks.length}`),l.secondaryItems&&l.secondaryItems.length>0&&s.jsx("div",{className:`${e.styles.sublinksColumn} ${e.styles.secondaryColumn}`,children:q(l.secondaryItems,`${i}-secondary`)}),l.spotlight&&s.jsx("div",{className:`${e.styles.sublinksColumn} ${e.styles.spotlightColumn}`,children:s.jsx(Ae,{spotlight:l.spotlight,renderText:r})})]})})})]},l._key??`group-${c}`)}),Ce=[e.styles.navbar,qe[O],ze[re],_?e.styles.sticky:"",W?e.styles.scrolled:"",y!=null&&y.length?e.styles.advanced:e.styles.default,de??""].filter(Boolean).join(" "),u=h&&h.length>0?h[Math.min(1,h.length-1)]:null;return s.jsx("header",{ref:F,className:Ce,style:ue,"aria-label":"Site header",...ye,children:s.jsxs("div",{className:`${e.styles.container} ${(!h||h.length===0)&&O!=="center"?e.styles.twoColumn:""}`,children:[o?s.jsx("div",{className:e.styles.logo,children:o}):x?s.jsx("div",{className:e.styles.title,children:x}):null,s.jsx("nav",{ref:j,style:{left:O==="center"?`calc(50% - ${he/2}px)`:"0"},"aria-modal":m?"true":void 0,className:`${e.styles.nav} ${m?e.styles.open:""} ${fe?e.styles.visible:e.styles.hidden}`,id:"main-menu","aria-label":"Primary navigation",children:s.jsxs("div",{className:e.styles.navInner,children:[s.jsx("svg",{style:{left:`${pe}px`},className:`${e.styles.triangle} ${Y?e.styles.show:""}`,width:16,height:12,viewBox:"0 0 100 75",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:s.jsx("polygon",{points:"50,5 95,70 5,70",strokeLinejoin:"round",fill:"white",stroke:"white"})}),M==="default"&&k&&s.jsxs("div",{className:e.styles.grid,children:[k.length>0&&s.jsx("div",{role:"menubar",className:e.styles.menubar,children:q(k)}),(p||g||N)&&s.jsxs(s.Fragment,{children:[s.jsx("span",{className:e.styles.separator,"aria-hidden":"true"}),s.jsxs("div",{role:"toolbar","aria-label":"Site controls",className:e.styles.toolbar,children:[N&&s.jsx(T,{}),p&&!S&&s.jsx(G,{}),g&&s.jsx(Z,{})]})]})]}),!S&&M==="advanced"&&y&&s.jsxs("div",{className:e.styles.grid,children:[y.length>0&&s.jsx("div",{role:"menubar",className:e.styles.menubar,children:Se(y)}),(p||g||N)&&s.jsxs(s.Fragment,{children:[s.jsx("span",{className:e.styles.separator,"aria-hidden":"true"}),s.jsxs("div",{role:"toolbar","aria-label":"Site controls",className:e.styles.toolbar,children:[N&&s.jsx(T,{}),p&&s.jsx(G,{}),g&&s.jsx(Z,{})]})]})]}),S&&M==="advanced"&&m&&d.length===0&&y&&s.jsx("div",{className:e.styles.mobileMenu,children:y.map((n,l)=>s.jsx("div",{className:`${e.styles.mobileMenuItem} ${R==="forward"?e.styles.fadeInFromLeft:e.styles.fadeInFromRight}`,children:s.jsx("button",{className:e.styles.sublinkToggle,onClick:()=>$e(n),children:n.title})},n._key??l))}),S&&M==="advanced"&&m&&d.length>0&&s.jsxs("div",{className:e.styles.mobileMenuSlide,children:[s.jsx("button",{className:e.styles.back,"aria-label":"Go back",onClick:d.length===1?Ne:we,children:s.jsx(Ee.ChevronLeft,{size:18,"aria-hidden":"true"})}),d[d.length-1].description&&s.jsx("div",{className:`${e.styles.sublinksDescription} ${R==="forward"?e.styles.fadeInFromLeft:e.styles.fadeInFromRight}`,children:r==null?void 0:r(d[d.length-1].description)}),d[d.length-1].primary.map((n,l)=>s.jsx("div",{role:"menuitem",className:`${e.styles.mobileMenuItem} ${R==="forward"?e.styles.fadeInFromLeft:e.styles.fadeInFromRight}`,children:n.sublinks?s.jsx("button",{className:e.styles.sublinkToggle,onClick:()=>ne(n),children:s.jsxs("span",{className:e.styles.linkContent,children:[n.label,n.subtitle&&s.jsx("span",{className:e.styles.subtitle,children:n.subtitle})]})}):s.jsxs("a",{href:n.href,className:e.styles.link,target:n.isExternal?"_blank":"_self",rel:n.isExternal?"noopener noreferrer":void 0,children:[s.jsxs("span",{className:e.styles.linkContent,children:[n.label,n.subtitle&&s.jsx("span",{className:e.styles.subtitle,children:n.subtitle})]}),n.isExternal&&s.jsx(H.ExternalLink,{className:e.styles.newTabIcon,size:16,"aria-hidden":"true"})]})},n._key??`primary-${l}`)),d[d.length-1].secondary.length>0&&s.jsx("hr",{className:e.styles.groupDivider}),d[d.length-1].secondary.map((n,l)=>s.jsx("div",{role:"menuitem",className:`${e.styles.mobileMenuItem} ${R==="forward"?e.styles.fadeInFromLeft:e.styles.fadeInFromRight}`,children:n.sublinks?s.jsx("button",{className:e.styles.sublinkToggle,onClick:()=>ne(n),children:n.label}):s.jsxs("a",{href:n.href,className:e.styles.link,target:n.isExternal?"_blank":"_self",rel:n.isExternal?"noopener noreferrer":void 0,children:[n.label,n.isExternal&&s.jsx(H.ExternalLink,{className:e.styles.newTabIcon,size:16,"aria-hidden":"true"})]})},n._key??`secondary-${l}`))]},`stack-${d.length}`)]})}),h&&h.length>0&&s.jsx("nav",{className:e.styles.utility,"data-scrolled":W,"aria-label":"Utility navigation",children:s.jsx(ae.ButtonGroup,{children:h.map((n,l)=>s.jsx(A.Button,{as:"a",size:"sm",href:n.href??"/",variant:n.variant==="link"&&W?"blurred":n.variant??"primary",displayType:n.displayType??"text",imageSrc:n.imageSrc,imageAlt:n.imageAlt,"aria-label":n.ariaLabel,icon:n.icon,iconAlignment:n.iconAlignment,children:n.imageSrc?s.jsx("img",{src:n.imageSrc,alt:n.imageAlt??n.ariaLabel}):n.label},n._key??l))})}),u&&s.jsx("nav",{"aria-label":"Utility navigation",className:`${e.styles.utilityMobile} ${m?e.styles.open:""}`,children:s.jsx(ae.ButtonGroup,{alignment:"center",children:s.jsx(A.Button,{as:"a",size:"sm",href:u.href??"/",variant:u.variant??"primary",displayType:u.displayType??"text",imageSrc:u.imageSrc,imageAlt:u.imageAlt,"aria-label":u.ariaLabel,icon:u.icon,iconAlignment:u.iconAlignment,children:u.imageSrc?s.jsx("img",{src:u.imageSrc,alt:u.imageAlt??u.ariaLabel}):u.label})})}),s.jsxs("div",{className:e.styles.mobileButtons,children:[S&&p&&s.jsx(G,{}),s.jsx("button",{ref:Q,className:e.styles.menuToggle,onClick:ee,"aria-label":m?"Close menu":"Open menu","aria-expanded":m,"aria-controls":"main-menu",children:m?s.jsx(_e.X,{size:24,"aria-hidden":"true"}):s.jsx(A.Menu,{size:24,"aria-hidden":"true"})})]})]})})}exports.Navbar=Oe;
|