unleash-server 7.6.1 → 7.6.2
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/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.d.ts.map +1 -1
- package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.js +29 -17
- package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.js.map +1 -1
- package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.test.js +99 -0
- package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.test.js.map +1 -1
- package/dist/lib/features/feature-search/feature.search.e2e.test.js +1 -1
- package/dist/lib/features/feature-search/feature.search.e2e.test.js.map +1 -1
- package/dist/lib/openapi/spec/feature-search-query-parameters.d.ts +1 -1
- package/dist/lib/openapi/spec/feature-search-query-parameters.d.ts.map +1 -1
- package/dist/lib/openapi/spec/feature-search-query-parameters.js.map +1 -1
- package/dist/lib/routes/logout.d.ts +0 -1
- package/dist/lib/routes/logout.d.ts.map +1 -1
- package/dist/lib/routes/logout.js +1 -5
- package/dist/lib/routes/logout.js.map +1 -1
- package/dist/lib/routes/logout.test.js +4 -4
- package/dist/lib/routes/logout.test.js.map +1 -1
- package/dist/lib/services/user-service.d.ts.map +1 -1
- package/dist/lib/services/user-service.js +0 -4
- package/dist/lib/services/user-service.js.map +1 -1
- package/dist/lib/types/experimental.d.ts +1 -1
- package/dist/lib/types/experimental.d.ts.map +1 -1
- package/dist/lib/types/experimental.js +2 -4
- package/dist/lib/types/experimental.js.map +1 -1
- package/dist/server-dev.js +1 -1
- package/dist/server-dev.js.map +1 -1
- package/frontend/build/index.html +1 -1
- package/frontend/build/static/{AdvancedPlayground-CJ7eG--B.js → AdvancedPlayground-BTPrG6RW.js} +1 -1
- package/frontend/build/static/{BackendConnections-C9C9tzVe.js → BackendConnections-CRh8Vxoe.js} +1 -1
- package/frontend/build/static/{CreateProject-C2o4HAPI.js → CreateProject-DEMalH1j.js} +1 -1
- package/frontend/build/static/{EnterpriseEdge-wEksSFXY.js → EnterpriseEdge-Cp-pGMa0.js} +1 -1
- package/frontend/build/static/{FeatureMetricsChart-Dg3LuBck.js → FeatureMetricsChart-DQOE71LA.js} +2 -2
- package/frontend/build/static/FeatureStaleDialog-B6BfnDiQ.js +689 -0
- package/frontend/build/static/{FeatureViewLazyExport-0rEqFrgo.js → FeatureViewLazyExport-BkNTNFqK.js} +3 -3
- package/frontend/build/static/{FlagMetricsChart-DbKM-kaT.js → FlagMetricsChart-zYDF9bet.js} +1 -1
- package/frontend/build/static/FrontendNetworkTrafficUsage-CbxdFXH7.js +1 -0
- package/frontend/build/static/GridLayoutWrapper-Cq6Bzm36.js +3 -0
- package/frontend/build/static/{ImpactMetricsPage-BDLs7Gss.js → ImpactMetricsPage-CFYXYXPb.js} +1 -1
- package/frontend/build/static/LazyAdminExport-ByTh4iFa.js +38 -0
- package/frontend/build/static/{LazyProjectExport-B5ifELrF.js → LazyProjectExport-K12Xy3w9.js} +19 -701
- package/frontend/build/static/{LifecycleChartComponent-CJWEy-Ub.js → LifecycleChartComponent-DHvlFNd2.js} +1 -1
- package/frontend/build/static/LineChartComponent-BlhKm3cw.js +1 -0
- package/frontend/build/static/{MarkCompletedDialogue-C86IfCH-.js → MarkCompletedDialogue-apmlFjVY.js} +1 -1
- package/frontend/build/static/{NetworkOverview-Cjz8v1WC.js → NetworkOverview-BiLOuQ4c.js} +1 -1
- package/frontend/build/static/{NetworkPrometheusAPIWarning-qXY7ao0F.js → NetworkPrometheusAPIWarning-CYo3j2Tj.js} +1 -1
- package/frontend/build/static/{NetworkTraffic-BBEsgALR.js → NetworkTraffic-DONL5oIx.js} +1 -1
- package/frontend/build/static/{NetworkTrafficUsage-a6syIscc.js → NetworkTrafficUsage-DjQiYq0S.js} +1 -1
- package/frontend/build/static/{PercentageDonut-CC9h07JZ.js → PercentageDonut-CA9hYg3v.js} +1 -1
- package/frontend/build/static/{ReactJSONEditor-B-T6_DlA.js → ReactJSONEditor-9cJL1vJY.js} +1 -1
- package/frontend/build/static/{RoleCell-4trKLU2Y.js → RoleCell-ZzU5Oqy8.js} +1 -1
- package/frontend/build/static/Safeguard-DY1N4aPz.js +1 -0
- package/frontend/build/static/{aggregateFeatureMetrics-CAg4DbsF.js → aggregateFeatureMetrics-D6bHft_C.js} +1 -1
- package/frontend/build/static/{formatTickValue-BxmGFWwJ.js → formatTickValue-BcLsqREh.js} +1 -1
- package/frontend/build/static/{index-Cikp5fMR.js → index-CoLhlfXP.js} +131 -135
- package/frontend/build/static/{networkTrafficUsageHighlightPlugin-mvUd1fv5.js → networkTrafficUsageHighlightPlugin-CqEM-cK_.js} +1 -1
- package/frontend/build/static/{useApiTokens-BHKIbW5c.js → useApiTokens-ClWvohC9.js} +1 -1
- package/frontend/package.json +2 -2
- package/package.json +3 -3
- package/frontend/build/static/FeatureStaleDialog-DmUpnOZe.js +0 -7
- package/frontend/build/static/FrontendNetworkTrafficUsage-DkvZ1uov.js +0 -1
- package/frontend/build/static/GridLayoutWrapper-Dwn6EwoE.js +0 -3
- package/frontend/build/static/LazyAdminExport-CE3juyvl.js +0 -38
- package/frontend/build/static/LineChartComponent-tPwau2Yw.js +0 -1
- package/frontend/build/static/Safeguard-DArPoSLG.js +0 -1
package/frontend/build/static/{LazyProjectExport-B5ifELrF.js → LazyProjectExport-K12Xy3w9.js}
RENAMED
|
@@ -1,717 +1,35 @@
|
|
|
1
|
-
import{fM as z,fN as c1,fO as Z3,fP as B3,fQ as X3,fR as L1,fS as U6,fT as k3,fU as A2,fV as a4,fW as I2,fX as e2,fY as n4,fZ as D2,f_ as _e,f$ as E3,g0 as c4,g1 as V3,g2 as W6,e9 as E0,ea as H6,g3 as q6,g4 as Y6,g5 as K6,g6 as G6,g7 as R1,g8 as J6,g9 as $2,ga as o1,e6 as Pe,gb as s4,gc as zt,gd as Q6,ge as X6,gf as e8,gg as i4,gh as t8,fm as G3,gi as a8,cu as n8,gj as h0,gk as u0,gl as k2,gm as r4,gn as Ut,go as Wt,gp as Ht,gq as qt,gr as Fe,gs as Yt,gt as s0,e7 as c8,gu as $e,gv as Ve,gw as s8,gx as i8,gy as r8,gz as A0,gA as o8,gB as l8,gC as Me,gD as d8,gE as Kt,gF as p8,gG as h8,gH as u8,gI as m8,gJ as o4,gK as Gt,gL as Le,gM as v8,gN as g8,gO as f8,gP as x8,gQ as Jt,gR as Qt,gS as Xt,gT as ea,gU as ta,gV as aa,gW as na,gX as ca,gY as sa,gZ as ia,g_ as ra,g$ as oa,h0 as la,h1 as da,h2 as pa,h3 as ha,h4 as ua,e8 as ma,h5 as va,h6 as ga,h7 as fa,h8 as xa,h9 as ja,ha as ya,hb as ba,hc as Sa,hd as Ca,he as wa,hf as Za,hg as ka,hh as j8,hi as Ta,hj as Ea,hk as Aa,hl as Ia,hm as Da,hn as Ra,ho as Oa,hp as _a,bt as Pa,hq as Fa,hr as $a,hs as Va,ht as Ma,hu as La,hv as Ba,hw as Na,hx as za,hy as Ua,hz as Wa,hA as Ha,hB as qa,hC as Ya,hD as Ka,hE as Ga,hF as Ja,hG as Qa,hH as Xa,r as d,s as l,hI as en,d6 as m0,E as B1,j as t,F as N1,f as f1,w as O1,x as x1,aV as l4,J as V2,aW as M2,aX as q1,hJ as M3,aY as a3,d as s2,hK as y8,a_ as Y1,T,hL as n3,d9 as I0,L as d1,cw as D0,be as R0,B as S,d2 as b8,de as y3,hM as tn,m as L2,hN as an,hO as nn,aA as b3,ao as u1,i as J,hP as A3,hQ as cn,C as D,h as h1,bb as sn,aU as X1,cK as G1,bc as d4,aQ as B2,aT as N2,aR as O0,G as i2,Q as j1,hR as S8,c9 as t2,fu as rn,an as _0,dl as p4,dm as h4,b6 as I1,hS as C8,cg as r2,bh as w8,hT as on,hU as ln,b as m1,ai as V1,av as H1,hV as Z8,hW as k8,dh as j3,dk as J3,hX as dn,hY as pn,hZ as x5,h_ as T8,h$ as x3,dj as hn,c$ as E8,i0 as A8,i1 as I8,cp as o2,b8 as e3,u as P0,K as l2,i2 as Be,cM as D8,i3 as _3,i4 as un,i5 as mn,i6 as vn,i7 as gn,i8 as fn,i9 as xn,ia as jn,ib as yn,ic as bn,id as Sn,ie as Cn,ig as wn,ih as Zn,ii as kn,ij as Tn,fz as R2,ik as N3,il as En,im as R8,aM as T3,c0 as z1,b9 as r1,io as v0,aB as An,c8 as u4,da as In,ip as Dn,iq as Rn,U as On,aw as m4,bq as U1,cq as O2,ir as _n,is as Pn,it as O8,v as v4,iu as Fn,bG as I3,iv as $n,iw as Vn,ix as _8,bM as P8,iy as j5,iz as Mn,ap as F0,aN as q,iA as Ln,bf as D3,eH as $0,iB as g4,H as V0,c2 as M1,iC as F8,iD as Bn,iE as Nn,a$ as z3,aD as d2,aE as U3,aH as p2,_ as h2,a as E1,aI as u2,aK as m2,aJ as M0,iF as zn,iG as i1,bZ as Un,iH as Wn,iI as Hn,d5 as f4,iJ as qn,l as J1,b5 as W3,iK as Yn,c as g0,cQ as $8,iL as V8,iM as Kn,cD as c3,b_ as Gn,D as v2,cW as a2,iN as Jn,cb as Qn,aq as H3,aC as g1,iO as Xn,at as u3,d3 as e9,iP as t9,eg as M8,iQ as a9,iR as n9,iS as c9,iT as s9,iU as L8,iV as B8,az as w1,iW as i9,au as g2,iX as N8,iY as z8,fC as r9,iZ as i3,cy as t3,i_ as o9,aP as l9,eF as L0,i$ as d9,j0 as p9,b4 as _2,j1 as h9,j2 as U8,j3 as u9,j4 as m9,bp as f2,db as v9,V as W8,W as x4,aZ as x2,j5 as g9,j6 as H8,j7 as z2,j8 as f9,j9 as x9,ja as j9,jb as y9,bg as S3,jc as q8,jd as b9,z as S9,je as C9,jf as j4,jg as w9,cP as Y8,jh as Z9,ji as k9,eC as K8,eE as L3,n as y4,o as b4,jj as T9,jk as E9,jl as A9,jm as G8,ex as S4,ah as S1,ey as f0,jn as C4,dc as P2,jo as I9,eO as x0,aj as B0,jp as D9,jq as R9,as as w4,jr as O9,a9 as D1,aa as U2,al as N0,ac as z0,ad as U0,ae as W0,af as H0,ab as q0,js as J8,e1 as W2,ba as _9,am as Z4,A as Y0,dS as P9,jt as F9,ej as i0,ju as $9,jv as V9,t as Q8,jw as M9,jx as L9,dQ as K1,ar as H2,dM as k4,jy as pe,jz as B9,jA as N9,cB as q3,cC as s1,jB as z9,jC as U9,jD as W9,y as Y3,jE as H9,jF as X8,jG as q9,fL as e7,jH as Ne,jI as y5,jJ as Y9,dP as K9,dR as G9,jK as b5,jL as J9,jM as Q9,jN as X9,jO as ec,jP as tc,jQ as ac,jR as nc,cc,bm as t7,cd as T4,jS as sc,cn as E4,co as A4,c3 as ic,c4 as rc,c5 as q2,jT as oc,jU as lc,bu as dc,bv as pc,I as S5,ft as hc,cO as uc,cG as mc,jV as vc,jW as a7,jX as gc,jY as fc,jZ as xc,b7 as I4,j_ as jc,j$ as yc,b0 as Y2,k0 as ze,k1 as bc,k2 as D4,k3 as K0,k4 as R4,k5 as O4,ck as n7,fE as Sc,k6 as c7,k7 as Cc,e_ as wc,k8 as Zc,k9 as Ue,ka as kc,kb as Tc,d_ as Ec,d$ as Ac,dY as Ic,kc as s7,kd as i7,ke as r7,kf as Dc,kg as o7,kh as Rc,ki as Oc,kj as _c,fD as Pc,kk as Fc,fH as $c,dE as Vc,dH as C5,kl as Mc,km as Lc,kn as Bc,d4 as l7,ko as We,kp as Nc,e3 as d7,kq as zc,kr as Uc,di as w5,ks as Wc,kt as Hc,ku as qc,kv as y2,ce as p7,kw as Yc,kx as Kc,ky as Gc,kz as Jc,kA as Qc,fx as Xc,bz as es,kB as ts,kC as as,kD as ns,kE as cs}from"./index-Cikp5fMR.js";import{F as h7,M as ss}from"./MarkCompletedDialogue-C86IfCH-.js";import{a as is,u as u7,T as rs,b as os,F as ls,h as ds,f as ps,g as hs,e as us,d as ms,E as vs}from"./FeatureStaleDialog-DmUpnOZe.js";import{m as gs,i as Z5,b as fs,c as xs,d as js,e as ys,E as bs,f as Ss,u as Cs,a as ws,R as Zs,A as ks,C as Ts,g as m7,j as Es}from"./RoleCell-4trKLU2Y.js";import"./useApiTokens-BHKIbW5c.js";function v7(e,a){return z(e,a==null?void 0:a.in).getDay()===6}function g7(e,a){return z(e,a==null?void 0:a.in).getDay()===0}function Q3(e,a){const n=z(e,a==null?void 0:a.in).getDay();return n===0||n===6}function f7(e,a,n){const c=z(e,n==null?void 0:n.in),s=Q3(c,n);if(isNaN(a))return c1(n==null?void 0:n.in,NaN);const i=c.getHours(),r=a<0?-1:1,o=Math.trunc(a/5);c.setDate(c.getDate()+o*7);let p=Math.abs(a%5);for(;p>0;)c.setDate(c.getDate()+r),Q3(c,n)||(p-=1);return s&&Q3(c,n)&&a!==0&&(v7(c,n)&&c.setDate(c.getDate()+(r<0?2:-1)),g7(c,n)&&c.setDate(c.getDate()+(r<0?1:-2))),c.setHours(i),c}function x7(e,a,n){let c=z(e,n==null?void 0:n.in);const s=Z3(c,B3(c,n)),i=c1((n==null?void 0:n.in)||e,0);return i.setFullYear(a,0,4),i.setHours(0,0,0,0),c=B3(i),c.setDate(c.getDate()+s),c}function j7(e,a,n){return x7(e,X3(e,n)+a,n)}function As(e,a,n){const[c,s]=[+z(e.start,n==null?void 0:n.in),+z(e.end,n==null?void 0:n.in)].sort((o,p)=>o-p),[i,r]=[+z(a.start,n==null?void 0:n.in),+z(a.end,n==null?void 0:n.in)].sort((o,p)=>o-p);return n!=null&&n.inclusive?c<=r&&i<=s:c<r&&i<s}function y7(e,a){let n,c=a==null?void 0:a.in;return e.forEach(s=>{!c&&typeof s=="object"&&(c=c1.bind(null,s));const i=z(s,c);(!n||n<i||isNaN(+i))&&(n=i)}),c1(c,n||NaN)}function b7(e,a){let n,c=a==null?void 0:a.in;return e.forEach(s=>{!c&&typeof s=="object"&&(c=c1.bind(null,s));const i=z(s,c);(!n||n>i||isNaN(+i))&&(n=i)}),c1(c,n||NaN)}function Is(e,a,n){const[c,s,i]=L1(n==null?void 0:n.in,e,a.start,a.end);return b7([y7([c,s],n),i],n)}function S7(e,a){const n=+z(e);if(isNaN(n))return NaN;let c,s;return a.forEach((i,r)=>{const o=z(i);if(isNaN(+o)){c=NaN,s=NaN;return}const p=Math.abs(n-+o);(c==null||p<s)&&(c=r,s=p)}),c}function Ds(e,a,n){const[c,...s]=L1(n==null?void 0:n.in,e,...a),i=S7(c,s);if(typeof i=="number"&&isNaN(i))return c1(c,NaN);if(i!==void 0)return s[i]}function Rs(e,a){const n=+z(e)-+z(a);return n>0?-1:n<0?1:n}function Os(e){const a=Math.trunc(e/U6);return a===0?0:a}function _s(e,a,n){const[c,s]=L1(n==null?void 0:n.in,e,a);if(!k3(c)||!k3(s))return NaN;const i=Z3(c,s),r=i<0?-1:1,o=Math.trunc(i/7);let p=o*5,h=A2(s,o*7);for(;!a4(c,h);)p+=Q3(h,n)?0:r,h=A2(h,r);return p===0?0:p}function C7(e,a,n){const[c,s]=L1(n==null?void 0:n.in,e,a);return X3(c,n)-X3(s,n)}function Ps(e,a,n){const[c,s]=L1(n==null?void 0:n.in,e,a),i=I2(c),r=I2(s),o=+i-e2(i),p=+r-e2(r);return Math.round((o-p)/n4)}function He(e,a){const n=z(e,a==null?void 0:a.in);return Math.trunc(n.getMonth()/3)+1}function r0(e,a,n){const[c,s]=L1(n==null?void 0:n.in,e,a),i=c.getFullYear()-s.getFullYear(),r=He(c)-He(s);return i*4+r}function j0(e,a,n){const[c,s]=L1(n==null?void 0:n.in,e,a),i=D2(c,n),r=D2(s,n),o=+i-e2(i),p=+r-e2(r);return Math.round((o-p)/n4)}function w7(e,a,n){return j7(e,-a,n)}function Fs(e,a,n){const[c,s]=L1(n==null?void 0:n.in,e,a),i=_e(c,s),r=Math.abs(C7(c,s,n)),o=w7(c,i*r,n),p=+(_e(o,s)===-i),h=i*(r-p);return h===0?0:h}function Z7(e,a){const{start:n,end:c}=E3(a==null?void 0:a.in,e);let s=+n>+c;const i=s?+n:+c,r=s?c:n;r.setHours(0,0,0,0);let o=(a==null?void 0:a.step)??1;if(!o)return[];o<0&&(o=-o,s=!s);const p=[];for(;+r<=i;)p.push(c1(n,r)),r.setDate(r.getDate()+o),r.setHours(0,0,0,0);return s?p.reverse():p}function $s(e,a){const{start:n,end:c}=E3(a==null?void 0:a.in,e);let s=+n>+c;const i=s?+n:+c,r=s?c:n;r.setMinutes(0,0,0);let o=(a==null?void 0:a.step)??1;if(!o)return[];o<0&&(o=-o,s=!s);const p=[];for(;+r<=i;)p.push(c1(n,r)),r.setHours(r.getHours()+o);return s?p.reverse():p}function Vs(e,a){const{start:n,end:c}=E3(a==null?void 0:a.in,e);n.setSeconds(0,0);let s=+n>+c;const i=s?+n:+c;let r=s?c:n,o=(a==null?void 0:a.step)??1;if(!o)return[];o<0&&(o=-o,s=!s);const p=[];for(;+r<=i;)p.push(c1(n,r)),r=c4(r,o);return s?p.reverse():p}function Ms(e,a){const{start:n,end:c}=E3(a==null?void 0:a.in,e);let s=+n>+c;const i=s?+n:+c,r=s?c:n;r.setHours(0,0,0,0),r.setDate(1);let o=(a==null?void 0:a.step)??1;if(!o)return[];o<0&&(o=-o,s=!s);const p=[];for(;+r<=i;)p.push(c1(n,r)),r.setMonth(r.getMonth()+o);return s?p.reverse():p}function Ls(e,a){const{start:n,end:c}=E3(a==null?void 0:a.in,e);let s=+n>+c;const i=s?+V3(n):+V3(c);let r=s?V3(c):V3(n),o=(a==null?void 0:a.step)??1;if(!o)return[];o<0&&(o=-o,s=!s);const p=[];for(;+r<=i;)p.push(c1(n,r)),r=W6(r,o);return s?p.reverse():p}function _4(e,a){const{start:n,end:c}=E3(a==null?void 0:a.in,e),s=Z7({start:n,end:c},a),i=[];let r=0;for(;r<s.length;){const o=s[r++];Q3(o)&&i.push(c1(n,o))}return i}function Bs(e,a){const n=E0(e,a),c=H6(e,a);return _4({start:n,end:c},a)}function Ns(e,a){const n=q6(e,a),c=Y6(e,a);return _4({start:n,end:c},a)}function zs(e,a){const{start:n,end:c}=E3(a==null?void 0:a.in,e);let s=+n>+c;const i=s?+n:+c,r=s?c:n;r.setHours(0,0,0,0),r.setMonth(0,1);let o=(a==null?void 0:a.step)??1;if(!o)return[];o<0&&(o=-o,s=!s);const p=[];for(;+r<=i;)p.push(c1(n,r)),r.setFullYear(r.getFullYear()+o);return s?p.reverse():p}function Us(e,a){const n=z(e,a==null?void 0:a.in),c=n.getFullYear(),s=9+Math.floor(c/10)*10;return n.setFullYear(s,11,31),n.setHours(23,59,59,999),n}function Ws(e,a){return K6(e,{...a,weekStartsOn:1})}function Hs(e,a){const n=X3(e,a),c=c1((a==null?void 0:a.in)||e,0);c.setFullYear(n+1,0,4),c.setHours(0,0,0,0);const s=I2(c,a);return s.setMilliseconds(s.getMilliseconds()-1),s}function qs(e){return G6(Date.now(),e)}function Ys(e){const a=R1(e==null?void 0:e.in),n=a.getFullYear(),c=a.getMonth(),s=a.getDate(),i=R1(e==null?void 0:e.in);return i.setFullYear(n,c,s+1),i.setHours(23,59,59,999),e!=null&&e.in?e.in(i):i}function Ks(e){const a=R1(e==null?void 0:e.in),n=c1(e==null?void 0:e.in,0);return n.setFullYear(a.getFullYear(),a.getMonth(),a.getDate()-1),n.setHours(23,59,59,999),n}const Gs=["years","months","weeks","days","hours","minutes","seconds"];function Js(e,a){const n=$2(),c=(a==null?void 0:a.locale)??n.locale??J6,s=(a==null?void 0:a.format)??Gs,i=(a==null?void 0:a.zero)??!1,r=(a==null?void 0:a.delimiter)??" ";return c.formatDistance?s.reduce((p,h)=>{const u=`x${h.replace(/(^.)/,m=>m.toUpperCase())}`,v=e[h];return v!==void 0&&(i||e[h])?p.concat(c.formatDistance(u,v)):p},[]).join(r):""}function k7(e,a){const n=z(e,a==null?void 0:a.in);if(isNaN(+n))throw new RangeError("Invalid time value");const c=(a==null?void 0:a.format)??"extended",s=(a==null?void 0:a.representation)??"complete";let i="",r="";const o=c==="extended"?"-":"",p=c==="extended"?":":"";if(s!=="time"){const h=o1(n.getDate(),2),u=o1(n.getMonth()+1,2);i=`${o1(n.getFullYear(),4)}${o}${u}${o}${h}`}if(s!=="date"){const h=n.getTimezoneOffset();if(h!==0){const j=Math.abs(h),b=o1(Math.trunc(j/60),2),x=o1(j%60,2);r=`${h<0?"+":"-"}${b}:${x}`}else r="Z";const u=o1(n.getHours(),2),v=o1(n.getMinutes(),2),m=o1(n.getSeconds(),2),g=i===""?"":"T",f=[u,v,m].join(p);i=`${i}${g}${f}${r}`}return i}function Qs(e,a){const n=z(e,a==null?void 0:a.in);if(!k3(n))throw new RangeError("Invalid time value");const c=(a==null?void 0:a.format)??"extended",s=(a==null?void 0:a.representation)??"complete";let i="";const r=c==="extended"?"-":"",o=c==="extended"?":":"";if(s!=="time"){const p=o1(n.getDate(),2),h=o1(n.getMonth()+1,2);i=`${o1(n.getFullYear(),4)}${r}${h}${r}${p}`}if(s!=="date"){const p=o1(n.getHours(),2),h=o1(n.getMinutes(),2),u=o1(n.getSeconds(),2);i=`${i}${i===""?"":" "}${p}${o}${h}${o}${u}`}return i}function Xs(e){const{years:a=0,months:n=0,days:c=0,hours:s=0,minutes:i=0,seconds:r=0}=e;return`P${a}Y${n}M${c}DT${s}H${i}M${r}S`}function ei(e,a){const n=z(e,a==null?void 0:a.in);if(!k3(n))throw new RangeError("Invalid time value");const c=(a==null?void 0:a.fractionDigits)??0,s=o1(n.getDate(),2),i=o1(n.getMonth()+1,2),r=n.getFullYear(),o=o1(n.getHours(),2),p=o1(n.getMinutes(),2),h=o1(n.getSeconds(),2);let u="";if(c>0){const g=n.getMilliseconds(),f=Math.trunc(g*Math.pow(10,c-3));u="."+o1(f,c)}let v="";const m=n.getTimezoneOffset();if(m!==0){const g=Math.abs(m),f=o1(Math.trunc(g/60),2),j=o1(g%60,2);v=`${m<0?"+":"-"}${f}:${j}`}else v="Z";return`${r}-${i}-${s}T${o}:${p}:${h}${u}${v}`}const ti=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],ai=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function ni(e){const a=z(e);if(!k3(a))throw new RangeError("Invalid time value");const n=ti[a.getUTCDay()],c=o1(a.getUTCDate(),2),s=ai[a.getUTCMonth()],i=a.getUTCFullYear(),r=o1(a.getUTCHours(),2),o=o1(a.getUTCMinutes(),2),p=o1(a.getUTCSeconds(),2);return`${n}, ${c} ${s} ${i} ${r}:${o}:${p} GMT`}function ci(e,a,n){var v,m,g,f;const[c,s]=L1(n==null?void 0:n.in,e,a),i=$2(),r=(n==null?void 0:n.locale)??i.locale??J6,o=(n==null?void 0:n.weekStartsOn)??((m=(v=n==null?void 0:n.locale)==null?void 0:v.options)==null?void 0:m.weekStartsOn)??i.weekStartsOn??((f=(g=i.locale)==null?void 0:g.options)==null?void 0:f.weekStartsOn)??0,p=Z3(c,s);if(isNaN(p))throw new RangeError("Invalid time value");let h;p<-6?h="other":p<-1?h="lastWeek":p<0?h="yesterday":p<1?h="today":p<2?h="tomorrow":p<7?h="nextWeek":h="other";const u=r.formatRelative(h,c,s,{locale:r,weekStartsOn:o});return Pe(c,u,{locale:r,weekStartsOn:o})}function G0(e,a){return z(e,a==null?void 0:a.in).getDay()}function T7(e,a){const c=z(e,a==null?void 0:a.in).getFullYear();return c%400===0||c%4===0&&c%100!==0}function si(e,a){const n=z(e,a==null?void 0:a.in);return Number.isNaN(+n)?NaN:T7(n)?366:365}function ii(e,a){const c=z(e,a==null?void 0:a.in).getFullYear();return Math.floor(c/10)*10}function ri(e,a){const n=B3(e,a),s=+B3(s4(n,60))-+n;return Math.round(s/n4)}function oi(e,a){const[n,c]=[+z(e.start),+z(e.end)].sort((v,m)=>v-m),[s,i]=[+z(a.start),+z(a.end)].sort((v,m)=>v-m);if(!(n<i&&s<c))return 0;const o=s<n?n:s,p=o-e2(o),h=i>c?c:i,u=h-e2(h);return Math.ceil((u-p)/zt)}function li(e){return+z(e)}function di(e){return Math.trunc(+z(e)/1e3)}function pi(e,a){var p,h,u,v;const n=$2(),c=(a==null?void 0:a.weekStartsOn)??((h=(p=a==null?void 0:a.locale)==null?void 0:p.options)==null?void 0:h.weekStartsOn)??n.weekStartsOn??((v=(u=n.locale)==null?void 0:u.options)==null?void 0:v.weekStartsOn)??0,s=Q6(z(e,a==null?void 0:a.in));if(isNaN(s))return NaN;const i=G0(E0(e,a));let r=c-i;r<=0&&(r+=7);const o=s-r;return Math.ceil(o/7)+1}function E7(e,a){const n=z(e,a==null?void 0:a.in),c=n.getMonth();return n.setFullYear(n.getFullYear(),c+1,0),n.setHours(0,0,0,0),z(n,a==null?void 0:a.in)}function hi(e,a){const n=z(e,a==null?void 0:a.in);return j0(E7(n,a),E0(n,a),a)+1}function ui(e){return Math.trunc(e*X6)}function mi(e){return Math.trunc(e*e8)}function vi(e){return Math.trunc(e*i4)}function gi(e,a,n){const[c,s]=L1(n==null?void 0:n.in,e,a);if(isNaN(+c))throw new TypeError("Start date is invalid");if(isNaN(+s))throw new TypeError("End date is invalid");if(n!=null&&n.assertPositive&&+c>+s)throw new TypeError("End date must be after start date");return{start:c,end:s}}function fi(e,a){const{start:n,end:c}=E3(a==null?void 0:a.in,e),s={},i=t8(c,n);i&&(s.years=i);const r=G3(n,{years:s.years}),o=a8(c,r);o&&(s.months=o);const p=G3(r,{months:s.months}),h=n8(c,p);h&&(s.days=h);const u=G3(p,{days:s.days}),v=h0(c,u);v&&(s.hours=v);const m=G3(u,{hours:s.hours}),g=u0(c,m);g&&(s.minutes=g);const f=G3(m,{minutes:s.minutes}),j=k2(c,f);return j&&(s.seconds=j),s}function xi(e,a,n){let c;return ji(a)?c=a:n=a,new Intl.DateTimeFormat(n==null?void 0:n.locale,c).format(z(e))}function ji(e){return e!==void 0&&!("locale"in e)}function yi(e,a,n){let c=0,s;const[i,r]=L1(n==null?void 0:n.in,e,a);if(n!=null&&n.unit)s=n==null?void 0:n.unit,s==="second"?c=k2(i,r):s==="minute"?c=u0(i,r):s==="hour"?c=h0(i,r):s==="day"?c=Z3(i,r):s==="week"?c=j0(i,r):s==="month"?c=Fe(i,r):s==="quarter"?c=r0(i,r):s==="year"&&(c=s0(i,r));else{const p=k2(i,r);Math.abs(p)<r4?(c=k2(i,r),s="second"):Math.abs(p)<i4?(c=u0(i,r),s="minute"):Math.abs(p)<Ut&&Math.abs(Z3(i,r))<1?(c=h0(i,r),s="hour"):Math.abs(p)<Wt&&(c=Z3(i,r))&&Math.abs(c)<7?s="day":Math.abs(p)<Ht?(c=j0(i,r),s="week"):Math.abs(p)<qt?(c=Fe(i,r),s="month"):Math.abs(p)<Yt?r0(i,r)<4?(c=r0(i,r),s="quarter"):(c=s0(i,r),s="year"):(c=s0(i,r),s="year")}return new Intl.RelativeTimeFormat(n==null?void 0:n.locale,{numeric:"auto",...n}).format(c,s)}function bi(e,a,n){const c=new Date(e,a,n);return c.getFullYear()===e&&c.getMonth()===a&&c.getDate()===n}function Si(e,a){return z(e,a==null?void 0:a.in).getDate()===1}function Ci(e,a){return z(e,a==null?void 0:a.in).getDay()===5}function wi(e){return+z(e)>Date.now()}function Zi(e,a,n){return k3(c8(e,a,new Date,n))}function ki(e,a){return z(e,a==null?void 0:a.in).getDay()===1}function P4(e,a,n){const[c,s]=L1(n==null?void 0:n.in,e,a);return+D2(c,n)==+D2(s,n)}function A7(e,a,n){return P4(e,a,{...n,weekStartsOn:1})}function Ti(e,a,n){const[c,s]=L1(n==null?void 0:n.in,e,a);return+B3(c)==+B3(s)}function I7(e,a){return+$e(e)==+$e(a)}function D7(e,a,n){const[c,s]=L1(n==null?void 0:n.in,e,a);return+V3(c)==+V3(s)}function R7(e,a){return+Ve(e)==+Ve(a)}function Ei(e,a){return s8(z(e,a==null?void 0:a.in),R1((a==null?void 0:a.in)||e))}function Ai(e,a){return A7(c1((a==null?void 0:a.in)||e,e),R1((a==null?void 0:a.in)||e))}function Ii(e){return I7(e,R1(e))}function Di(e,a){return i8(c1((a==null?void 0:a.in)||e,e),R1((a==null?void 0:a.in)||e))}function Ri(e,a){return D7(c1((a==null?void 0:a.in)||e,e),R1((a==null?void 0:a.in)||e))}function Oi(e){return R7(e,R1(e))}function _i(e,a){return P4(c1((a==null?void 0:a.in)||e,e),R1((a==null?void 0:a.in)||e),a)}function Pi(e,a){return r8(c1((a==null?void 0:a.in)||e,e),R1((a==null?void 0:a.in)||e))}function Fi(e,a){return z(e,a==null?void 0:a.in).getDay()===4}function $i(e,a){return z(e,a==null?void 0:a.in).getDay()===2}function Vi(e,a){return z(e,a==null?void 0:a.in).getDay()===3}function Mi(e,a){return a4(c1((a==null?void 0:a.in)||e,e),A0(R1((a==null?void 0:a.in)||e),1))}function Li(e,a){const n=z(e,a==null?void 0:a.in),c=n.getFullYear(),s=9+Math.floor(c/10)*10;return n.setFullYear(s+1,0,0),n.setHours(0,0,0,0),z(n,a==null?void 0:a.in)}function Bi(e,a){return o8(e,{...a,weekStartsOn:1})}function Ni(e,a){const n=X3(e,a),c=c1((a==null?void 0:a.in)||e,0);c.setFullYear(n+1,0,4),c.setHours(0,0,0,0);const s=I2(c,a);return s.setDate(s.getDate()-1),s}function zi(e,a){const n=z(e,a==null?void 0:a.in),c=n.getMonth(),s=c-c%3+3;return n.setMonth(s,0),n.setHours(0,0,0,0),n}function Ui(e,a){const n=z(e,a==null?void 0:a.in),c=n.getFullYear();return n.setFullYear(c+1,0,0),n.setHours(0,0,0,0),n}const Wi=/(\w)\1*|''|'(''|[^'])+('|$)|./g,Hi=/^'([^]*?)'?$/,qi=/''/g,Yi=/[a-zA-Z]/;function Ki(e,a){const n=z(e);if(!k3(n))throw new RangeError("Invalid time value");const c=a.match(Wi);return c?c.map(i=>{if(i==="''")return"'";const r=i[0];if(r==="'")return Gi(i);const o=l8[r];if(o)return o(n,i);if(r.match(Yi))throw new RangeError("Format string contains an unescaped latin alphabet character `"+r+"`");return i}).join(""):""}function Gi(e){const a=e.match(Hi);return a?a[1].replace(qi,"'"):e}function Ji({years:e,months:a,weeks:n,days:c,hours:s,minutes:i,seconds:r}){let o=0;e&&(o+=e*Me),a&&(o+=a*(Me/12)),n&&(o+=n*7),c&&(o+=c);let p=o*24*60*60;return s&&(p+=s*60*60),i&&(p+=i*60),r&&(p+=r),Math.trunc(p*1e3)}function Qi(e){const a=e/X6;return Math.trunc(a)}function Xi(e){const a=e/d8;return Math.trunc(a)}function er(e){const a=e/Kt;return Math.trunc(a)}function tr(e){const a=e/e8;return Math.trunc(a)}function ar(e){return Math.trunc(e*d8)}function nr(e){return Math.trunc(e*r4)}function cr(e){const a=e/p8;return Math.trunc(a)}function sr(e){const a=e/h8;return Math.trunc(a)}function R3(e,a,n){let c=a-G0(e,n);return c<=0&&(c+=7),A2(e,c,n)}function ir(e,a){return R3(e,5,a)}function rr(e,a){return R3(e,1,a)}function or(e,a){return R3(e,6,a)}function lr(e,a){return R3(e,0,a)}function dr(e,a){return R3(e,4,a)}function pr(e,a){return R3(e,2,a)}function hr(e,a){return R3(e,3,a)}function ur(e,a){const n=e.match(/(\d{4})-(\d{2})-(\d{2})[T ](\d{2}):(\d{2}):(\d{2})(?:\.(\d{0,7}))?(?:Z|(.)(\d{2}):?(\d{2})?)?/);return n?z(Date.UTC(+n[1],+n[2]-1,+n[3],+n[4]-(+n[9]||0)*(n[8]=="-"?-1:1),+n[5]-(+n[10]||0)*(n[8]=="-"?-1:1),+n[6],+((n[7]||"0")+"00").substring(0,3)),a==null?void 0:a.in):z(NaN,a==null?void 0:a.in)}function O3(e,a,n){let c=G0(e,n)-a;return c<=0&&(c+=7),A0(e,c,n)}function mr(e,a){return O3(e,5,a)}function vr(e,a){return O3(e,1,a)}function gr(e,a){return O3(e,6,a)}function fr(e,a){return O3(e,0,a)}function xr(e,a){return O3(e,4,a)}function jr(e,a){return O3(e,2,a)}function yr(e,a){return O3(e,3,a)}function br(e){return Math.trunc(e*p8)}function Sr(e){const a=e/u8;return Math.trunc(a)}function Cr(e,a){const n=(a==null?void 0:a.nearestTo)??1;if(n<1||n>12)return c1((a==null?void 0:a.in)||e,NaN);const c=z(e,a==null?void 0:a.in),s=c.getMinutes()/60,i=c.getSeconds()/60/60,r=c.getMilliseconds()/1e3/60/60,o=c.getHours()+s+i+r,p=(a==null?void 0:a.roundingMethod)??"round",u=m8(p)(o/n)*n;return c.setHours(u,0,0,0),c}function wr(e,a){const n=(a==null?void 0:a.nearestTo)??1;if(n<1||n>30)return c1(e,NaN);const c=z(e,a==null?void 0:a.in),s=c.getSeconds()/60,i=c.getMilliseconds()/1e3/60,r=c.getMinutes()+s+i,o=(a==null?void 0:a.roundingMethod)??"round",h=m8(o)(r/n)*n;return c.setMinutes(h,0,0),c}function Zr(e){const a=e/i4;return Math.trunc(a)}function kr(e){const a=e/r4;return Math.trunc(a)}function Tr(e,a,n){let c=z(e,n==null?void 0:n.in);return isNaN(+c)?c1((n==null?void 0:n.in)||e,NaN):(a.year!=null&&c.setFullYear(a.year),a.month!=null&&(c=o4(c,a.month)),a.date!=null&&c.setDate(a.date),a.hours!=null&&c.setHours(a.hours),a.minutes!=null&&c.setMinutes(a.minutes),a.seconds!=null&&c.setSeconds(a.seconds),a.milliseconds!=null&&c.setMilliseconds(a.milliseconds),c)}function Er(e,a,n){const c=z(e,n==null?void 0:n.in);return c.setMonth(0),c.setDate(a),c}function Ar(e){const a={},n=$2();for(const c in n)Object.prototype.hasOwnProperty.call(n,c)&&(a[c]=n[c]);for(const c in e)Object.prototype.hasOwnProperty.call(e,c)&&(e[c]===void 0?delete a[c]:a[c]=e[c]);Gt(a)}function Ir(e,a,n){const c=z(e,n==null?void 0:n.in),s=Math.trunc(c.getMonth()/3)+1,i=a-s;return o4(c,c.getMonth()+i*3)}function Dr(e,a,n){var p,h,u,v;const c=$2(),s=(n==null?void 0:n.firstWeekContainsDate)??((h=(p=n==null?void 0:n.locale)==null?void 0:p.options)==null?void 0:h.firstWeekContainsDate)??c.firstWeekContainsDate??((v=(u=c.locale)==null?void 0:u.options)==null?void 0:v.firstWeekContainsDate)??1,i=Z3(z(e,n==null?void 0:n.in),Le(e,n),n),r=c1((n==null?void 0:n.in)||e,0);r.setFullYear(a,0,s),r.setHours(0,0,0,0);const o=Le(r,n);return o.setDate(o.getDate()+i),o}function Rr(e,a){const n=z(e,a==null?void 0:a.in),c=n.getFullYear(),s=Math.floor(c/10)*10;return n.setFullYear(s,0,1),n.setHours(0,0,0,0),n}function Or(e){return v8(Date.now(),e)}function _r(e){const a=R1(e==null?void 0:e.in),n=a.getFullYear(),c=a.getMonth(),s=a.getDate(),i=c1(e==null?void 0:e.in,0);return i.setFullYear(n,c,s+1),i.setHours(0,0,0,0),i}function Pr(e){const a=R1(e==null?void 0:e.in),n=a.getFullYear(),c=a.getMonth(),s=a.getDate(),i=R1(e==null?void 0:e.in);return i.setFullYear(n,c,s-1),i.setHours(0,0,0,0),i}function Fr(e,a,n){return f7(e,-a,n)}function $r(e,a,n){return g8(e,-a,n)}function Vr(e,a,n){return f8(e,-a,n)}function Mr(e,a,n){return c4(e,-a,n)}function Lr(e,a,n){return x8(e,-a,n)}function Br(e,a,n){return s4(e,-a,n)}function Nr(e){return Math.trunc(e*U6)}function zr(e){return Math.trunc(e*Me)}function Ur(e){return Math.trunc(e*h8)}function Wr(e){return Math.trunc(e*u8)}const Hr=Object.freeze(Object.defineProperty({__proto__:null,add:G3,addBusinessDays:f7,addDays:A2,addHours:g8,addISOWeekYears:j7,addMilliseconds:f8,addMinutes:c4,addMonths:Jt,addQuarters:W6,addSeconds:x8,addWeeks:s4,addYears:Qt,areIntervalsOverlapping:As,clamp:Is,closestIndexTo:S7,closestTo:Ds,compareAsc:_e,compareDesc:Rs,constructFrom:c1,constructNow:R1,daysToWeeks:Os,differenceInBusinessDays:_s,differenceInCalendarDays:Z3,differenceInCalendarISOWeekYears:C7,differenceInCalendarISOWeeks:Ps,differenceInCalendarMonths:Fe,differenceInCalendarQuarters:r0,differenceInCalendarWeeks:j0,differenceInCalendarYears:s0,differenceInDays:n8,differenceInHours:h0,differenceInISOWeekYears:Fs,differenceInMilliseconds:Xt,differenceInMinutes:u0,differenceInMonths:a8,differenceInQuarters:ea,differenceInSeconds:k2,differenceInWeeks:ta,differenceInYears:t8,eachDayOfInterval:Z7,eachHourOfInterval:$s,eachMinuteOfInterval:Vs,eachMonthOfInterval:Ms,eachQuarterOfInterval:Ls,eachWeekOfInterval:aa,eachWeekendOfInterval:_4,eachWeekendOfMonth:Bs,eachWeekendOfYear:Ns,eachYearOfInterval:zs,endOfDay:G6,endOfDecade:Us,endOfHour:na,endOfISOWeek:Ws,endOfISOWeekYear:Hs,endOfMinute:ca,endOfMonth:H6,endOfQuarter:sa,endOfSecond:ia,endOfToday:qs,endOfTomorrow:Ys,endOfWeek:K6,endOfYear:Y6,endOfYesterday:Ks,format:Pe,formatDate:Pe,formatDistance:ra,formatDistanceStrict:oa,formatDistanceToNow:la,formatDistanceToNowStrict:da,formatDuration:Js,formatISO:k7,formatISO9075:Qs,formatISODuration:Xs,formatRFC3339:ei,formatRFC7231:ni,formatRelative:ci,formatters:pa,fromUnixTime:ha,getDate:Q6,getDay:G0,getDayOfYear:ua,getDaysInMonth:ma,getDaysInYear:si,getDecade:ii,getDefaultOptions:va,getHours:ga,getISODay:fa,getISOWeek:xa,getISOWeekYear:X3,getISOWeeksInYear:ri,getMilliseconds:ja,getMinutes:ya,getMonth:ba,getOverlappingDaysInIntervals:oi,getQuarter:He,getSeconds:Sa,getTime:li,getUnixTime:di,getWeek:Ca,getWeekOfMonth:pi,getWeekYear:wa,getWeeksInMonth:hi,getYear:Za,hoursToMilliseconds:ui,hoursToMinutes:mi,hoursToSeconds:vi,interval:gi,intervalToDuration:fi,intlFormat:xi,intlFormatDistance:yi,isAfter:ka,isBefore:j8,isDate:Ta,isEqual:Ea,isExists:bi,isFirstDayOfMonth:Si,isFriday:Ci,isFuture:wi,isLastDayOfMonth:Aa,isLeapYear:T7,isMatch:Zi,isMonday:ki,isPast:Ia,isSameDay:a4,isSameHour:s8,isSameISOWeek:A7,isSameISOWeekYear:Ti,isSameMinute:I7,isSameMonth:i8,isSameQuarter:D7,isSameSecond:R7,isSameWeek:P4,isSameYear:r8,isSaturday:v7,isSunday:g7,isThisHour:Ei,isThisISOWeek:Ai,isThisMinute:Ii,isThisMonth:Di,isThisQuarter:Ri,isThisSecond:Oi,isThisWeek:_i,isThisYear:Pi,isThursday:Fi,isToday:Da,isTomorrow:Ra,isTuesday:$i,isValid:k3,isWednesday:Vi,isWeekend:Q3,isWithinInterval:Oa,isYesterday:Mi,lastDayOfDecade:Li,lastDayOfISOWeek:Bi,lastDayOfISOWeekYear:Ni,lastDayOfMonth:E7,lastDayOfQuarter:zi,lastDayOfWeek:o8,lastDayOfYear:Ui,lightFormat:Ki,lightFormatters:l8,longFormatters:_a,max:y7,milliseconds:Ji,millisecondsToHours:Qi,millisecondsToMinutes:Xi,millisecondsToSeconds:er,min:b7,minutesToHours:tr,minutesToMilliseconds:ar,minutesToSeconds:nr,monthsToQuarters:cr,monthsToYears:sr,nextDay:R3,nextFriday:ir,nextMonday:rr,nextSaturday:or,nextSunday:lr,nextThursday:dr,nextTuesday:pr,nextWednesday:hr,parse:c8,parseISO:Pa,parseJSON:ur,parsers:Fa,previousDay:O3,previousFriday:mr,previousMonday:vr,previousSaturday:gr,previousSunday:fr,previousThursday:xr,previousTuesday:jr,previousWednesday:yr,quartersToMonths:br,quartersToYears:Sr,roundToNearestHours:Cr,roundToNearestMinutes:wr,secondsToHours:Zr,secondsToMilliseconds:$a,secondsToMinutes:kr,set:Tr,setDate:Va,setDay:Ma,setDayOfYear:Er,setDefaultOptions:Ar,setHours:La,setISODay:Ba,setISOWeek:Na,setISOWeekYear:x7,setMilliseconds:za,setMinutes:Ua,setMonth:o4,setQuarter:Ir,setSeconds:Wa,setWeek:Ha,setWeekYear:Dr,setYear:qa,startOfDay:v8,startOfDecade:Rr,startOfHour:Ya,startOfISOWeek:I2,startOfISOWeekYear:B3,startOfMinute:$e,startOfMonth:E0,startOfQuarter:V3,startOfSecond:Ve,startOfToday:Or,startOfTomorrow:_r,startOfWeek:D2,startOfWeekYear:Le,startOfYear:q6,startOfYesterday:Pr,sub:Ka,subBusinessDays:Fr,subDays:A0,subHours:$r,subISOWeekYears:w7,subMilliseconds:Vr,subMinutes:Mr,subMonths:Ga,subQuarters:Ja,subSeconds:Lr,subWeeks:Br,subYears:Qa,toDate:z,transpose:Xa,weeksToDays:Nr,yearsToDays:zr,yearsToMonths:Ur,yearsToQuarters:Wr},Symbol.toStringTag,{value:"Module"})),O7=e=>d.createElement("svg",{width:20,height:18,viewBox:"0 0 20 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},d.createElement("path",{d:"M14.125 0C15.7917 0 17.1875 0.616667 18.3125 1.85C19.4375 3.08333 20 4.55 20 6.25C20 6.55 19.9833 6.84583 19.95 7.1375C19.9167 7.42917 19.8583 7.71667 19.775 8H13.525L11.825 5.45C11.7417 5.31667 11.625 5.20833 11.475 5.125C11.325 5.04167 11.1667 5 11 5C10.7833 5 10.5875 5.06667 10.4125 5.2C10.2375 5.33333 10.1167 5.5 10.05 5.7L8.7 9.75L7.825 8.45C7.74167 8.31667 7.625 8.20833 7.475 8.125C7.325 8.04167 7.16667 8 7 8H0.225C0.141667 7.71667 0.0833333 7.42917 0.05 7.1375C0.0166667 6.84583 0 6.55833 0 6.275C0 4.55833 0.558333 3.08333 1.675 1.85C2.79167 0.616667 4.18333 0 5.85 0C6.65 0 7.40417 0.158333 8.1125 0.475C8.82083 0.791667 9.45 1.23333 10 1.8C10.5333 1.23333 11.1542 0.791667 11.8625 0.475C12.5708 0.158333 13.325 0 14.125 0ZM10 18C9.7 18 9.4125 17.9458 9.1375 17.8375C8.8625 17.7292 8.61667 17.5667 8.4 17.35L1.7 10.625C1.6 10.525 1.50833 10.425 1.425 10.325C1.34167 10.225 1.25833 10.1167 1.175 10H6.45L8.15 12.55C8.23333 12.6833 8.35 12.7917 8.5 12.875C8.65 12.9583 8.80833 13 8.975 13C9.19167 13 9.39167 12.9333 9.575 12.8C9.75833 12.6667 9.88333 12.5 9.95 12.3L11.3 8.25L12.15 9.55C12.25 9.68333 12.375 9.79167 12.525 9.875C12.675 9.95833 12.8333 10 13 10H18.8L18.55 10.3L18.3 10.6L11.575 17.35C11.3583 17.5667 11.1167 17.7292 10.85 17.8375C10.5833 17.9458 10.3 18 10 18Z"})),k5=l("div")(()=>({display:"flex"})),qr=l("div")(()=>({display:"grid",gridTemplateColumns:"minmax(0, 1fr) auto",width:"100%"}));l("div")(()=>({display:"flex",flexDirection:"column"}));const Yr=l("span")(({theme:e})=>({textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"})),Kr=l("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,fontWeight:"normal"}));l(Kr)(({theme:e})=>({color:e.palette.neutral.dark}));const Gr=l(en)(({theme:e})=>({marginLeft:e.spacing(-1.5)})),Jr=l("div")(({theme:e})=>({backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadiusLarge,marginBottom:e.spacing(2)})),Qr=l("div")(({theme:e})=>({padding:e.spacing(2.5,5),display:"flex",flexDirection:"column",alignItems:"start"})),Xr=l("h1")(({theme:e})=>({margin:0,width:"100%",fontSize:e.typography.h1.fontSize,fontWeight:"bold",display:"flex",alignItems:"center",gap:e.spacing(2),overflow:"hidden",lineHeight:1.5})),eo=l("div")(({theme:e})=>({width:"100%",backgroundColor:e.palette.divider,height:"1px"})),to=l("div")(({theme:e})=>({padding:e.spacing(0,4)})),ao=l(m0)(({theme:e})=>({textTransform:"none",flexBasis:0,[e.breakpoints.down("md")]:{paddingLeft:e.spacing(1),paddingRight:e.spacing(1),minWidth:170},[e.breakpoints.up("md")]:{minWidth:170}}));var F4={},no=N1;Object.defineProperty(F4,"__esModule",{value:!0});var _7=F4.default=void 0,co=no(B1()),so=t,io=(0,co.default)((0,so.jsx)("path",{d:"M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 9h-4v4h-2v-4H9V9h4V5h2v4h4v2z"}),"LibraryAdd");_7=F4.default=io;var $4={},ro=N1;Object.defineProperty($4,"__esModule",{value:!0});var P7=$4.default=void 0,oo=ro(B1()),lo=t,po=(0,oo.default)((0,lo.jsx)("path",{d:"m20.54 5.23-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.16.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.48-.17-.93-.46-1.27zM12 17.5 6.5 12H10v-2h4v2h3.5L12 17.5zM5.12 5l.81-1h12l.94 1H5.12z"}),"Archive");P7=$4.default=po;var V4={},ho=N1;Object.defineProperty(V4,"__esModule",{value:!0});var y0=V4.default=void 0,uo=ho(B1()),mo=t,vo=(0,uo.default)((0,mo.jsx)("path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"}),"WatchLater");y0=V4.default=vo;const go=l(S)(({theme:e})=>({display:"flex",justifyContent:"center",paddingRight:e.spacing(2)})),fo=({projectId:e,row:a,onOpenArchiveDialog:n,onOpenStaleDialog:c})=>{const[s,i]=d.useState(null),[r,o]=d.useState(!1),{setToastData:p}=f1(),{original:{name:h,stale:u}}=a,v=!!s,m=x=>{i(x.currentTarget)},g=()=>{i(null)},f=`feature-${h}-actions`,j=`${f}-menu`,b=()=>{try{b8(h),o(!0),setTimeout(()=>{g(),o(!1)},1e3)}catch{p({type:"error",text:"Could not copy feature name"})}};return t.jsxs(go,{children:[t.jsx(O1,{title:"Feature flag actions",arrow:!0,describeChild:!0,children:t.jsx(x1,{id:f,"data-loading":!0,"aria-controls":v?j:void 0,"aria-haspopup":"true","aria-expanded":v?"true":void 0,onClick:m,type:"button",children:t.jsx(l4,{})})}),t.jsx(V2,{id:j,anchorEl:s,open:v,onClose:g,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:"right",vertical:"bottom"},disableScrollLock:!0,PaperProps:{sx:x=>({borderRadius:`${x.shape.borderRadius}px`,padding:x.spacing(1,1.5)})},children:t.jsxs(M2,{"aria-labelledby":f,children:[t.jsxs(q1,{sx:M3,onClick:b,children:[t.jsx(a3,{children:r?t.jsx(s2,{}):t.jsx(y8,{})}),t.jsx(Y1,{children:t.jsx(T,{variant:"body2",children:r?"Copied!":"Copy Name"})})]}),t.jsx(n3,{projectId:e,permission:I0,children:({hasAccess:x})=>t.jsxs(q1,{sx:M3,onClick:g,disabled:!x,component:d1,to:`/projects/${e}/features/${h}/copy`,children:[t.jsx(a3,{children:t.jsx(_7,{})}),t.jsx(Y1,{children:t.jsx(T,{variant:"body2",children:"Clone"})})]})}),t.jsx(n3,{projectId:e,permission:D0,children:({hasAccess:x})=>t.jsxs(q1,{sx:M3,onClick:()=>{n(h),g()},disabled:!x,children:[t.jsx(a3,{children:t.jsx(P7,{})}),t.jsx(Y1,{children:t.jsx(T,{variant:"body2",children:"Archive"})})]})}),t.jsx(n3,{projectId:e,permission:R0,children:({hasAccess:x})=>t.jsxs(q1,{sx:M3,onClick:()=>{g(),c({featureId:h,stale:u===!0})},disabled:!x,children:[t.jsx(a3,{children:t.jsx(y0,{})}),t.jsx(Y1,{children:t.jsxs(T,{variant:"body2",children:[u?"Un-mark":"Mark"," as stale"]})})]})})]})})]})},xo=l(S)(({theme:e})=>({display:"flex",justifyContent:"center",marginRight:e.spacing(-2)})),jo=({onChange:e,checked:a,title:n})=>t.jsx(xo,{"data-testid":tn,children:t.jsx(L2,{onChange:e,title:n,checked:a,"data-loading":!0})}),T5=y3.memo(jo),yo=l("div")(({theme:e})=>({position:"sticky",bottom:50,zIndex:e.zIndex.fab,pointerEvents:"none"})),bo=l(S)(({theme:e})=>({display:"flex",justifyContent:"center",width:"100%",flexWrap:"wrap",paddingBottom:e.spacing(2)})),So=l(b3)(({theme:e})=>({display:"flex",alignItems:"center",justifyContent:"flex-end",marginTop:e.spacing(2),marginLeft:"auto",marginRight:"auto",padding:e.spacing(2,3),backgroundColor:e.palette.background.paper,border:`1px solid ${e.palette.background.alternative}`,borderRadius:e.shape.borderRadiusLarge,gap:e.spacing(1),flexWrap:"wrap",pointerEvents:"auto"})),Co=l("span")(({theme:e})=>({background:e.palette.background.alternative,color:e.palette.common.white,padding:e.spacing(.5,1),borderRadius:e.shape.borderRadius})),wo=l(T)(({theme:e})=>({paddingRight:e.spacing(2),marginRight:"auto"})),Zo=({count:e,children:a})=>e===0?null:t.jsx(yo,{"data-testid":an,children:t.jsx(bo,{children:t.jsxs(So,{elevation:4,children:[t.jsxs(wo,{children:[t.jsx(Co,{"data-testid":nn,children:e})," selected"]}),a]})})}),ko=e=>{const a=A2(new Date,-7);return!!(e!=null&&e.lastSeenAt&&j8(new Date(e.lastSeenAt),a))},To=({projectId:e,featureIds:a,features:n,onConfirm:c})=>{const[s,i]=d.useState(!1),{trackEvent:r}=u1(),o=d.useMemo(()=>a.filter(h=>{const u=n.find(v=>v.name===h);return ko(u)}),[JSON.stringify(n),a]),p=async()=>{i(!1),c==null||c(),r("batch_operations",{props:{eventType:"features archived"}})};return t.jsxs(t.Fragment,{children:[t.jsx(n3,{projectId:e,permission:D0,children:({hasAccess:h})=>t.jsx("span",{children:t.jsx(J,{disabled:!h||s,variant:"outlined",size:"small",onClick:()=>i(!0),children:"Archive"})})}),t.jsx(h7,{projectId:e,featureIds:a,featuresWithUsage:o,onConfirm:p,isOpen:s,onClose:()=>i(!1)})]})},Q2="selection-actions-menu",Eo=({projectId:e,data:a,onChange:n})=>{const[c,s]=d.useState(null),{staleFeatures:i}=A3(),{setToastData:r,setToastApiError:o}=f1(),{trackEvent:p}=u1(),h=!!c,u=a.map(({name:x})=>x),v=x=>{s(x.currentTarget)},m=()=>{s(null)},g=a.some(({stale:x})=>x===!0),f=a.some(({stale:x})=>x===!1),j=async()=>{try{m(),await i(e,u),n==null||n(),r({text:"Feature flags marked as stale",type:"success"}),p("batch_operations",{props:{eventType:"features staled"}})}catch(x){o(h1(x))}},b=async()=>{try{m(),await i(e,u,!1),n==null||n(),r({text:"Feature flags unmarked as stale",type:"success"}),p("batch_operations",{props:{eventType:"features unstaled"}})}catch(x){o(h1(x))}};return t.jsxs(t.Fragment,{children:[t.jsx(O1,{title:"More bulk actions",arrow:!0,describeChild:!0,children:t.jsx(x1,{id:Q2,"aria-controls":h?Q2:void 0,"aria-haspopup":"true","aria-expanded":h?"true":void 0,onClick:v,type:"button","data-testid":cn,children:t.jsx(l4,{})})}),t.jsx(V2,{id:`${Q2}-menu`,anchorEl:c,open:h,onClose:m,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:"right",vertical:"bottom"},disableScrollLock:!0,PaperProps:{sx:x=>({borderRadius:`${x.shape.borderRadius}px`,padding:x.spacing(1,1.5)})},children:t.jsx(M2,{"aria-labelledby":`${Q2}-menu`,children:t.jsx(n3,{projectId:e,permission:R0,children:({hasAccess:x})=>t.jsxs(t.Fragment,{children:[t.jsx(D,{condition:f,show:()=>t.jsxs(q1,{onClick:j,disabled:!x,sx:{borderRadius:C=>`${C.shape.borderRadius}px`},children:[t.jsx(a3,{children:t.jsx(y0,{})}),t.jsx(Y1,{children:t.jsx(T,{variant:"body2",children:"Mark as stale"})})]})}),t.jsx(D,{condition:g,show:()=>t.jsxs(q1,{onClick:b,disabled:!x,sx:{borderRadius:C=>`${C.shape.borderRadius}px`},children:[t.jsx(a3,{children:t.jsx(y0,{})}),t.jsx(Y1,{children:t.jsx(T,{variant:"body2",children:"Un-mark as stale"})})]})})]})})})})]})},Ao=l("section")(({theme:e})=>({"& > *":{margin:e.spacing(1,0)}})),E5="manage-tags-form",A5=(e,a)=>[...e,...e.some(n=>n.value===a.value&&n.type===a.type)?[]:[a]],I5=(e,a)=>e.filter(n=>!(n.value===a.value&&n.type===a.type)),Io=(e,a)=>{switch(a.type){case"add":return{...e,addedTags:A5(e.addedTags,a.payload),removedTags:I5(e.removedTags,a.payload)};case"remove":return{...e,addedTags:I5(e.addedTags,a.payload),removedTags:A5(e.removedTags,a.payload)};case"clear":return{addedTags:[],removedTags:a.payload};case"reset":return{addedTags:[],removedTags:[]};default:return e}},D5={name:"",description:"",icon:""},Do=({open:e,initialValues:a,initialIndeterminateValues:n,onCancel:c,onSubmit:s})=>{const{tagTypes:i,loading:r}=sn(),[o,p]=d.useState(D5),[h,u]=d.useState([]),[v,m]=d.useState([]),{tags:g,refetch:f}=is(o.name),{createTag:j}=u7(),b=g.map(({value:$})=>({title:$})),[x,C]=d.useReducer(Io,{addedTags:[],removedTags:[]}),E=()=>{s(x),C({type:"reset"})},M=($=i.length>0?i[0]:D5)=>{p($);const F=n.filter(({type:R})=>R===$.name);u(a.filter(({type:R})=>R===$.name).filter(({type:R,value:N})=>!F.some(H=>H.value===N&&H.type===R)).map(({value:R})=>({title:R}))),m(F.map(({value:R})=>({title:R}))),C({type:"clear",payload:[]})};d.useEffect(()=>{i.length>0&&M()},[r]);const k=($,F)=>{F!=null&&typeof F!="string"&&($.preventDefault(),M(F))},L=($,F)=>j({value:$,type:F}).then(async()=>{f(),u(R=>[...R,{title:$}]),C({type:"add",payload:{value:$,type:F}})}),Z=($,F,R,N)=>{R==="selectOption"?F.forEach(H=>{typeof H!="string"&&typeof H.inputValue=="string"&&H.inputValue&&H.title.startsWith("Create new value")&&L(H.inputValue,o.name),u(F),m(I=>I.filter(({title:U})=>U!==H.title)),N!=null&&N.option&&C({type:"add",payload:{value:N.option.title,type:o.name}})}):R==="clear"?(u([]),C({type:"clear",payload:a})):R==="removeOption"&&(u(F),N!=null&&N.option&&C({type:"remove",payload:{value:N.option.title,type:o.name}}))},_=()=>{M(),c()};return t.jsxs(X1,{open:e,secondaryButtonText:"Cancel",primaryButtonText:"Save tags",title:"Update feature flag tags",onClick:E,disabledPrimaryButton:x.addedTags.length===0&&x.removedTags.length===0,onClose:_,formId:E5,children:[t.jsx(T,{paragraph:!0,sx:{marginBottom:$=>$.spacing(2.5)},children:"Tags allow you to group features together"}),t.jsx("form",{id:E5,onSubmit:E,children:t.jsxs(Ao,{children:[t.jsx(rs,{options:i,disabled:r||i.length===0,value:o,onChange:k},r?"loading":i.length),t.jsx(D,{condition:!r&&i.length===0,show:t.jsxs(T,{variant:"body1",children:["No"," ",t.jsx(G1,{component:d1,to:"/tag-types",children:"tag types"})," ","available."]}),elseShow:t.jsx(os,{disabled:r,options:b,existingTags:a,indeterminateOptions:v,tagType:o,selectedOptions:h,onChange:Z})})]})})]})},Ro=({projectId:e,data:a,onChange:n})=>{const{bulkUpdateTags:c}=u7(),{setToastData:s,setToastApiError:i}=f1(),{trackEvent:r}=u1(),[o,p]=d.useState(!1),[h,u]=d.useMemo(()=>{const m=a.flatMap(({tags:f})=>f||[]).reduce((f,j)=>[...f,...f.some(b=>b.type===j.type&&b.value===j.value)?[]:[j]],[]),g=m.filter(f=>!a.every(({tags:j})=>j==null?void 0:j.some(b=>b.type===f.type&&b.value===f.value)));return[m,g]},[a]),v=async({addedTags:m,removedTags:g})=>{const j={features:a.map(({name:b})=>b),tags:{addedTags:m,removedTags:g}};try{const b=[m.length>0&&`added ${m.length} tag${m.length>1?"s":""}`,g.length>0&&`removed ${g.length} tag${g.length>1?"s":""}`].filter(Boolean).join(" and ");await c(j,e),s({text:b,type:"success",autoHideDuration:12e3}),r("batch_operations",{props:{eventType:"tags updated"}})}catch(b){i(h1(b))}n==null||n(),p(!1)};return t.jsxs(t.Fragment,{children:[t.jsx(n3,{projectId:e,permission:R0,children:({hasAccess:m})=>t.jsx("span",{children:t.jsx(J,{disabled:!m||o,variant:"outlined",size:"small",onClick:()=>p(!0),children:"Tags"})})}),t.jsx(Do,{open:o,onCancel:()=>p(!1),onSubmit:v,initialValues:h,initialIndeterminateValues:u},a.length)]})},Oo=l(i2)(({theme:e})=>({minWidth:"450px",marginTop:e.spacing(2),marginBottom:e.spacing(1.5)})),R5=l(j1)(({theme:e})=>({marginBottom:e.spacing(1.5)})),_o=({showExportDialog:e,data:a,onClose:n,onConfirm:c,environments:s,projectId:i})=>{const[r,o]=d.useState(s[0]),{bulkToggleFeaturesEnvironmentOff:p}=d4(),{addChange:h}=B2(),{setToastApiError:u,setToastData:v}=f1(),{isChangeRequestConfigured:m}=N2(i),{refetch:g}=O0(i),f=a.filter(C=>{var E,M;return((M=(E=C.environments)==null?void 0:E.find(k=>r===k.name))==null?void 0:M.enabled)===!1}).length,j=()=>s.map(C=>({key:C,label:C})),b=async()=>{try{m(r)?(await h(i,r,a.map(C=>({action:"updateEnabled",feature:C.name,payload:{enabled:!1}}))),g(),v({type:"success",text:"Changes added to draft"})):(await p(i,a.map(C=>C.name),r),v({type:"success",text:"Feature flags disabled"})),n(),c==null||c()}catch(C){u(h1(C))}},x=m(r)?"Add to change request":"Disable flags";return t.jsx(X1,{open:e,title:"Disable feature flags",onClose:n,onClick:b,primaryButtonText:x,secondaryButtonText:"Cancel",children:t.jsxs(S,{children:["You have selected ",t.jsx("b",{children:a.length})," feature flags to disable.",t.jsx("br",{}),t.jsx("br",{}),t.jsx(T,{children:"Select which environment to disable the features for:"}),t.jsx(Oo,{options:j(),value:r,onChange:C=>o(C)}),t.jsx(D,{condition:m(r),show:t.jsx(R5,{severity:"warning",children:"Change requests are enabled for this environment."})}),t.jsx(D,{condition:f>0,show:t.jsxs(R5,{severity:"info",children:[f," feature"," ",f>1?"flags are ":"flag is ","already disabled."]})})]})})},Po=l(i2)(({theme:e})=>({minWidth:"450px",marginTop:e.spacing(2),marginBottom:e.spacing(1.5)})),O5=l(j1)(({theme:e})=>({marginBottom:e.spacing(1.5)})),Fo=({showExportDialog:e,data:a,onClose:n,onConfirm:c,environments:s,projectId:i})=>{const[r,o]=d.useState(s[0]),{bulkToggleFeaturesEnvironmentOn:p}=d4(),{addChange:h}=B2(),{setToastApiError:u,setToastData:v}=f1(),{isChangeRequestConfigured:m}=N2(i),{refetch:g}=O0(i),f=a.filter(C=>{var E,M;return((M=(E=C.environments)==null?void 0:E.find(k=>r===k.name))==null?void 0:M.enabled)===!0}).length,j=()=>s.map(C=>({key:C,label:C})),b=async()=>{try{m(r)?(await h(i,r,a.map(C=>({action:"updateEnabled",feature:C.name,payload:{enabled:!0}}))),g(),v({type:"success",text:"Changes added to draft"})):(await p(i,a.map(C=>C.name),r),v({type:"success",text:"Feature flags enabled"})),n(),c==null||c()}catch(C){u(h1(C))}},x=m(r)?"Add to change request":"Enable flags";return t.jsx(X1,{open:e,title:"Enable feature flags",onClose:n,onClick:b,primaryButtonText:x,secondaryButtonText:"Cancel",children:t.jsxs(S,{children:["You have selected ",t.jsx("b",{children:a.length})," feature flags to enable.",t.jsx("br",{}),t.jsx("br",{}),t.jsx(T,{children:"Select which environment to enable the features for:"}),t.jsx(Po,{options:j(),value:r,onChange:C=>o(C)}),t.jsx(D,{condition:m(r),show:t.jsx(O5,{severity:"warning",children:"Change requests are enabled for this environment."})}),t.jsx(D,{condition:f>0,show:t.jsxs(O5,{severity:"info",children:[f," feature"," ",f>1?"flags are ":"flag is ","already enabled."]})})]})})},$o=({selectedIds:e,data:a,projectId:n,onResetSelection:c,onChange:s})=>{const[i,r]=d.useState(!1),[o,p]=d.useState(!1),[h,u]=d.useState(!1),{trackEvent:v}=u1(),m=d.useMemo(()=>a.filter(C=>e.includes(C.name)),[a,e]),g=d.useMemo(()=>{const C=m.flatMap(E=>E.environments).map(E=>E==null?void 0:E.name).filter(E=>E!==void 0);return Array.from(new Set(C))},[m]),f=()=>{s==null||s(),v("batch_operations",{props:{eventType:"features exported"}})},j=()=>{s==null||s(),v("batch_operations",{props:{eventType:"features enabled"}})},b=()=>{s==null||s(),v("batch_operations",{props:{eventType:"features disabled"}})},x=()=>{s==null||s(),c()};return t.jsxs(t.Fragment,{children:[t.jsx(J,{variant:"outlined",size:"small",onClick:()=>p(!0),children:"Enable"}),t.jsx(J,{variant:"outlined",size:"small",onClick:()=>u(!0),children:"Disable"}),t.jsx(To,{projectId:n,featureIds:e,features:a,onConfirm:x}),t.jsx(J,{variant:"outlined",size:"small",onClick:()=>r(!0),children:"Export"}),t.jsx(Ro,{projectId:n,data:m,onChange:s}),t.jsx(Eo,{projectId:n,data:m,onChange:s}),t.jsx(S8,{showExportDialog:i,data:m,onClose:()=>r(!1),environments:g,onConfirm:f}),t.jsx(Fo,{showExportDialog:o,data:m,onClose:()=>p(!1),environments:g,projectId:n,onConfirm:j}),t.jsx(_o,{showExportDialog:h,data:m,onClose:()=>u(!1),environments:g,projectId:n,onConfirm:b})]})},Vo=l(rn)(({theme:e})=>({color:e.palette.warning.main,fontSize:e.fontSizes.bodySize})),Mo=()=>t.jsx(t2,{arrow:!0,title:t.jsxs(t.Fragment,{children:["This environment has no variants enabled. If you check this feature's variants in this environment, you will get the"," ",t.jsx("a",{href:"https://docs.getunleash.io/concepts/feature-flag-variants#the-disabled-variant",target:"_blank",rel:"noreferrer",children:"disabled variant"}),"."]}),children:t.jsx(Vo,{})}),F7=l("div",{shouldForwardProp:e=>e!=="hasWarning"})(({theme:e,hasWarning:a})=>({flexGrow:0,..._0,justifyContent:"center",...a&&{"::before":{content:'""',display:"block",width:e.spacing(2)}}})),Lo=l("div")(({theme:e})=>({flexGrow:0,..._0,justifyContent:"center"})),Bo=({value:e,featureId:a,projectId:n,environment:c,isChangeRequestEnabled:s,someEnabledEnvironmentHasVariants:i,refetch:r,onFeatureToggleSwitch:o})=>{const p=d.useMemo(()=>i&&(c==null?void 0:c.variantCount)===0&&(c==null?void 0:c.enabled),[i,c]),h=(u,v)=>{var m;o(u,{projectId:n,featureId:a,environmentName:(c==null?void 0:c.name)||"",environmentType:c==null?void 0:c.type,hasStrategies:c==null?void 0:c.hasStrategies,hasReleasePlans:!!((m=c==null?void 0:c.releasePlans)!=null&&m.length),hasEnabledStrategies:c==null?void 0:c.hasEnabledStrategies,isChangeRequestEnabled:s,onRollback:v,onSuccess:r})};return t.jsxs(F7,{hasWarning:p,children:[t.jsx(ls,{projectId:n,value:e,featureId:a,environmentName:(c==null?void 0:c.name)||"",onToggle:h}),t.jsx(D,{condition:p||!1,show:t.jsx(Mo,{})})]})},No=y3.memo(Bo),zo=()=>t.jsx(F7,{children:t.jsx("div",{"data-loading":!0,children:"toggle"})}),Uo=()=>t.jsx(Lo,{"aria-hidden":"true",children:"-"}),Wo=e=>{const a=`api/admin/projects/${e}/flag-creators`,{data:n,refetch:c,error:s}=p4(I1(a),()=>h4(I1(a),"Flag creators"));return{flagCreators:n||[],refetch:c,error:s}},Ho=l(on)({padding:0}),_5=({state:e,onChange:a,project:n})=>{const{tags:c}=C8(),{flagCreators:s}=Wo(n),[i,r]=d.useState([]),o=r2("filterFavorites"),{trackEvent:p}=u1(),h=u=>{u.favorite!==e.favorite&&p("favorite",{props:{action:u.favorite?"filter-enabled":"filter-disabled"}}),a(u)};return d.useEffect(()=>{const u=(c||[]).map(f=>{const j=w8(f);return{label:j,value:j}}),v=s.map(f=>({label:f.name,value:String(f.id)})),g=[{label:"State",icon:"hexagon",options:[{label:"Active",value:"active"},{label:"Stale",value:"stale"},{label:"Potentially stale",value:"potentially-stale"}],filterKey:"state",singularOperators:["IS","IS_NOT"],pluralOperators:["IS_ANY_OF","IS_NONE_OF"]},{label:"Tags",icon:"label",options:u,filterKey:"tag",singularOperators:["INCLUDE","DO_NOT_INCLUDE"],pluralOperators:["INCLUDE_ALL_OF","INCLUDE_ANY_OF","EXCLUDE_IF_ANY_OF","EXCLUDE_ALL"]},{label:"Created date",icon:"today",options:[],filterKey:"createdAt",dateOperators:["IS_ON_OR_AFTER","IS_BEFORE"]},{label:"Last seen",icon:"monitor_heart",options:[],filterKey:"lastSeenAt",dateOperators:["IS_ON_OR_AFTER","IS_BEFORE"]},{label:"Flag type",icon:"flag",options:[{label:"Release",value:"release"},{label:"Experiment",value:"experiment"},{label:"Operational",value:"operational"},{label:"Kill switch",value:"kill-switch"},{label:"Permission",value:"permission"}],filterKey:"type",singularOperators:["IS","IS_NOT"],pluralOperators:["IS_ANY_OF","IS_NONE_OF"]},{label:"Created by",icon:"person",options:v,filterKey:"createdBy",singularOperators:["IS","IS_NOT"],pluralOperators:["IS_ANY_OF","IS_NONE_OF"]},...o?[{label:"Favorite",icon:"star",options:[{label:"True",value:"true"},{label:"False",value:"false"}],filterKey:"favorite",singularOperators:["IS"],pluralOperators:["IS_ANY_OF"]}]:[]];r(g)},[JSON.stringify(c),JSON.stringify(s),o]),t.jsx(Ho,{availableFilters:i,state:e,onChange:h})},qo=e=>`api/admin/projects/${e}/status`,Yo={activityCountByDate:[],resources:{members:0,apiTokens:0,segments:0},health:{current:0},technicalDebt:{current:0},lifecycleSummary:{initial:{currentFlags:0,averageDays:null},preLive:{currentFlags:0,averageDays:null},live:{currentFlags:0,averageDays:null},completed:{currentFlags:0,averageDays:null},archived:{currentFlags:0,last30Days:0}},staleFlags:{total:0}},K2=e=>{const a=I1(qo(e)),{data:n,refetch:c,loading:s,error:i}=p4(a,()=>h4(a,"Project Status"));return{data:n||Yo,refetch:c,loading:s,error:i}},Ko=({projectId:e,state:a,onChange:n,children:c})=>{var o,p;const{data:s}=K2(e),i=Object.entries((s==null?void 0:s.lifecycleSummary)||{}).reduce((h,[u,v])=>(h[u==="preLive"?"pre-live":u]=v.currentFlags||0,h),{}),r=(p=(o=a.archived)==null?void 0:o.values)==null?void 0:p.includes("true");return d.useEffect(()=>{r&&a.lifecycle&&n({...a,lifecycle:null})},[r,a,n]),r?null:t.jsx(S,{sx:{marginRight:"auto"},children:t.jsx(ln,{state:a,onChange:n,countData:i,children:c})})},X2=["select","actions","name","favorite"],e0=(e,a)=>e.reduce((n,c)=>({...n,[c]:a.includes(c)}),{}),Go=e=>{const a=m1(),n=V1(a.breakpoints.down("sm")),c=V1(a.breakpoints.down("md")),s=V1(a.breakpoints.down("lg")),i=d.useCallback((r=0)=>e.filter(o=>o.startsWith("environment:")),[e]);return n?e0(e,[...X2,"createdAt"]):c?e0(e,[...X2,"createdAt",...i(1)]):s?e0(e,[...X2,"createdAt","type",...i(1)]):e0(e,[...X2,"lastSeenAt","lifecycle","createdAt","createdBy","type","tags",...i(3)])},Jo=({query:e})=>{var a;return((a=e||"")==null?void 0:a.length)>0?t.jsx(S,{sx:n=>({padding:n.spacing(3)}),children:t.jsxs(H1,{children:["No feature flags found matching “",e,"”"]})}):t.jsx(S,{sx:n=>({padding:n.spacing(3)}),children:t.jsx(H1,{children:"No feature flags available."})})},Qo=(e,a,n)=>{const[c,s]=d.useState(),[i,r]=d.useState({}),[o,p]=d.useState({featureId:"default",open:!1}),[h,u]=d.useState({featureId:"default",open:!1}),[v,m]=d.useState({featureId:"default",open:!1});return{rowActionsDialogs:t.jsxs(t.Fragment,{children:[t.jsx(ds,{isStale:!!i.stale,isOpen:!!i.featureId,onClose:()=>{r({}),e()},featureId:i.featureId||"",projectId:a}),t.jsx(h7,{isOpen:!!c,onConfirm:()=>{e(),n==null||n()},onClose:()=>{s(void 0)},featureIds:[c||""],projectId:a}),t.jsx(ss,{isOpen:o.open,setIsOpen:f=>{p({...o,open:f})},projectId:a,featureId:o.featureId,onComplete:e}),t.jsx(Z8,{deletedFeatures:[v.featureId],projectId:a,open:v.open,setOpen:f=>{m(j=>({...j,open:f}))},refetch:e}),t.jsx(k8,{revivedFeatures:[h.featureId],projectId:a,open:h.open,setOpen:f=>{u(j=>({...j,open:f}))},refetch:()=>{u(f=>({...f,open:!1})),e()}})]}),setFeatureArchiveState:s,setFeatureStaleDialogState:r,setShowMarkCompletedDialogue:p,setShowFeatureReviveDialogue:u,setShowFeatureDeleteDialogue:m}},Xo=(e,a)=>{const[n,c]=d.useState([]);return d.useEffect(()=>{c(s=>{const i=[...e];return s.forEach(r=>{i.find(o=>o.name===r.name)||i.push(r)}),i.filter(r=>a[r.name])})},[e,a]),n},$7=(e,a="project-overview-v2",n=15*1e3)=>{const c={offset:j3(x5,0),limit:j3(x5,pn),query:J3,favoritesFirst:j3(dn,!0),sortBy:j3(J3,"createdAt"),sortOrder:j3(J3,"desc"),columns:hn,tag:x3,state:x3,createdAt:x3,lastSeenAt:x3,type:x3,createdBy:x3,archived:x3,lifecycle:x3,favorite:x3},[s,i]=T8(`${a}-${e}`,c),r=s,{features:o,total:p,refetch:h,loading:u,initialLoad:v}=E8(A8({...I8(c,r),project:`IS:${e}`},m=>m?`${m}`:void 0),{refreshInterval:n});return{features:o,total:p,refetch:h,loading:u,initialLoad:v,tableState:s,setTableState:i}},el=(e,a)=>{const n=(r,o)=>{const p=e[r.key];p&&p.values.length>0&&!p.values.includes(o)?a({[r.key]:{operator:p.operator,values:[...p.values,o]}}):p||a({[r.key]:{operator:r.operator,values:[o]}})};return{onFlagTypeClick:r=>n({key:"type",operator:"IS"},r),onTagClick:r=>n({key:"tag",operator:"INCLUDE"},r),onAvatarClick:r=>n({key:"createdBy",operator:"IS"},r.toString())}},M4=(e,a={})=>{const n=I1(`api/admin/projects/${e}/api-tokens`),{data:c,error:s,mutate:i}=o2(n,tl,a),r=d.useMemo(()=>c??[],[c]),o=d.useCallback(()=>{i().catch(console.warn)},[i]);return{tokens:r,error:s,loading:!s&&!c,refetch:o}},tl=async e=>(await(await fetch(e).then(e3("Project Api tokens"))).json()).tokens,L4=()=>{const{makeRequest:e,createRequest:a,errors:n,loading:c}=P0({propagateErrors:!0});return{deleteToken:async(r,o)=>{const p=`api/admin/projects/${o}/api-tokens/${r}`,h=a(p,{method:"DELETE"});return e(h.caller,h.id)},createToken:async(r,o)=>{const p=`api/admin/projects/${o}/api-tokens`,h=a(p,{method:"POST",body:JSON.stringify(r)});return e(h.caller,h.id)},errors:n,loading:c}},al=e=>{if(!e)return null;const[a,n]=e.split(":",2);if(!n)return null;const[c,s,...i]=n.split(".");return a&&c&&s&&i.length===0?{project:a,environment:c,secret:s}:null},n2=l("div")(({theme:e})=>({fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(1),fontSize:e.typography.body1.fontSize})),J0=l("div")(({theme:e})=>({display:"flex",alignItems:"center",justifyContent:"space-between",marginTop:e.spacing(2)})),nl=l("div")(({theme:e})=>({display:"flex",gap:e.spacing(1)})),cl=l("div")(({theme:e})=>({background:e.palette.background.application,borderRadius:e.shape.borderRadius,width:e.spacing(7),height:e.spacing(1)})),sl=l("div")(({theme:e})=>({background:e.palette.background.sidebar,borderRadius:e.shape.borderRadius,width:e.spacing(7),height:e.spacing(1)})),Q0=({active:e,steps:a})=>t.jsx(nl,{children:Array.from({length:a},(n,c)=>c===e?t.jsx(sl,{},c):t.jsx(cl,{},c))}),il=({environments:e,onSelect:a,currentEnvironment:n})=>{const c=Math.max(...e.map(s=>s.length));return t.jsx(Be,{tooltip:{header:""},description:"Select the environment where the API key will be created",options:e.map(s=>({label:s,value:s})),onChange:s=>{a(s)},button:{label:n,icon:t.jsx(D8,{}),labelWidth:`${c+5}ch`},search:{label:"Filter project mode options",placeholder:"Select project mode"}})},rl=l("div")(({theme:e})=>({backgroundColor:e.palette.background.elevation1,borderRadius:e.shape.borderRadius,padding:e.spacing(3),display:"flex",flexDirection:"column",alignItems:"center"})),he=l("div")(({theme:e})=>({backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadius,padding:e.spacing(2),flex:1,color:e.palette.text.secondary,fontSize:e.typography.body2.fontSize})),ol=l(S)(({theme:e})=>({display:"flex",gap:e.spacing(2),alignItems:"flex-start",marginTop:e.spacing(8),flexWrap:"wrap"})),ue=l("p")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.typography.body2.fontSize,marginBottom:e.spacing(2)})),ll=l("div")(({theme:e})=>({padding:e.spacing(5,8,3,8),display:"flex",flexDirection:"column",gap:e.spacing(3)})),dl=({project:e,environment:a,secret:n})=>{const c=m1(),s=V1(c.breakpoints.up("lg"));return t.jsx(_3.ArcherContainer,{strokeColor:c.palette.secondary.border,endMarker:!1,lineStyle:"curve",children:t.jsxs(rl,{children:[t.jsxs(S,{sx:{wordBreak:"break-all"},children:[t.jsx(_3.ArcherElement,{id:"project",children:t.jsx("span",{children:e})}),":",t.jsx(_3.ArcherElement,{id:"environment",children:t.jsx("span",{children:a})}),".",t.jsx(_3.ArcherElement,{id:"secret",children:t.jsx("span",{children:n})})]}),s?t.jsxs(ol,{children:[t.jsx(_3.ArcherElement,{id:"project-description",relations:[{targetId:"project",targetAnchor:"bottom",sourceAnchor:"top"}],children:t.jsx(he,{children:"The project this API key can retrieve feature flags from"})}),t.jsx(_3.ArcherElement,{id:"environment-description",relations:[{targetId:"environment",targetAnchor:"bottom",sourceAnchor:"top"}],children:t.jsx(he,{children:"The environment this API key can retrieve feature flag configuration from"})}),t.jsx(_3.ArcherElement,{id:"secret-description",relations:[{targetId:"secret",targetAnchor:"right",sourceAnchor:"top"}],children:t.jsx(he,{children:"The API key secret"})})]}):null]})})},pl=({environments:e,environment:a,project:n,sdkType:c,onEnvSelect:s,onApiKey:i})=>{const{trackEvent:r}=u1(),{tokens:o,refetch:p}=M4(n),{createToken:h,loading:u}=L4(),v=o.find(b=>b.environment===a&&b.type===c);d.useEffect(()=>{i((v==null?void 0:v.secret)||null)},[v]);const m=al(v==null?void 0:v.secret),{setToastApiError:g}=f1(),f=async()=>{try{await h({environment:a,type:c,projects:[n],tokenName:`api-key-${n}-${a}`},n),p(),j()}catch(b){g(h1(b))}},j=()=>{r("onboarding",{props:{eventType:"api-key-generated"}})};return t.jsxs(ll,{children:[t.jsx(T,{variant:"h2",children:"Connect an SDK to Unleash"}),t.jsxs(J0,{children:[t.jsx(Q0,{active:1,steps:3}),t.jsx(l2,{color:"secondary",children:"2/3 - Generate API Key"})]}),t.jsxs(S,{sx:{mt:2},children:[t.jsx(n2,{children:"Environment"}),t.jsx(ue,{children:"The environment the SDK connects to to retrieve configuration."}),e.length>0?t.jsx(il,{environments:e,currentEnvironment:a,onSelect:s}):null]}),t.jsxs(S,{sx:{mt:3},children:[t.jsx(n2,{children:"API Key"}),m?t.jsxs(ue,{children:["Here is your generated API key. We will use it to connect to the ",t.jsx("b",{children:m.project})," project in the ",t.jsx("b",{children:m.environment})," environment."]}):t.jsx(ue,{children:"You currently have no active API keys for this project/environment combination. Generate an API key to proceed with connecting your SDK."}),m?t.jsx(dl,{project:m.project,environment:m.environment,secret:m.secret}):t.jsx(J,{variant:"contained",disabled:u,onClick:f,children:"Generate API Key"})]})]})},V7=[{name:"Node.js",icon:un},{name:"Go",icon:mn},{name:"Ruby",icon:vn},{name:"PHP",icon:gn},{name:"Rust",icon:fn},{name:".NET",icon:xn},{name:"Java",icon:jn},{name:"Python",icon:yn}],M7=[{name:"JavaScript",icon:bn},{name:"React",icon:Sn},{name:"Vue",icon:Cn},{name:"Svelte",icon:wn},{name:"Swift",icon:Zn},{name:"Android",icon:kn},{name:"Flutter",icon:Tn}],L7=[...V7,...M7],hl=l("div")(({theme:e})=>({padding:e.spacing(5,8,8,8),display:"flex",flexDirection:"column",gap:e.spacing(3)})),P5=l("div")(({theme:e})=>({marginTop:e.spacing(4),marginBottom:e.spacing(2),fontSize:e.typography.body1.fontSize})),F5=l("div")(({theme:e})=>({backgroundColor:e.palette.background.elevation1,borderRadius:e.shape.borderRadius,padding:e.spacing(6),display:"flex",columnGap:e.spacing(2),rowGap:e.spacing(5),alignItems:"center",justifyContent:"flex-start",flexWrap:"wrap"})),$5=l("div")(({theme:e})=>({fontSize:e.typography.body2.fontSize,backgroundColor:e.palette.background.default,borderRadius:e.shape.borderRadius,padding:e.spacing(2,3),width:"170px",position:"relative"})),V5=l("div")(()=>({display:"flex",justifyContent:"space-between"})),M5=l(N3)(({theme:e})=>({position:"absolute",width:e.spacing(4),height:e.spacing(4),top:e.spacing(-2.75),left:e.spacing(2),boxShadow:e.shadows[2]})),ul=({onSelect:e})=>t.jsxs(hl,{children:[t.jsx(T,{variant:"h2",children:"Connect an SDK to Unleash"}),t.jsxs(J0,{children:[t.jsx(Q0,{active:0,steps:3}),t.jsx(l2,{color:"secondary",children:"1/3 - Choose SDK"})]}),t.jsxs(S,{sx:{mt:2},children:[t.jsx(n2,{children:"Select SDK"}),t.jsx(P5,{children:"Server side SDKs"}),t.jsx(F5,{children:V7.map(a=>t.jsxs($5,{children:[t.jsx(M5,{src:R2(a.icon)}),t.jsxs(V5,{children:[t.jsx("b",{children:a.name})," ",t.jsx(G1,{onClick:()=>e({name:a.name,type:"client"}),component:"button",children:"Select"})]})]},a.name))}),t.jsx(P5,{children:"Client side SDKs"}),t.jsx(F5,{children:M7.map(a=>t.jsxs($5,{children:[t.jsx(M5,{src:R2(a.icon)}),t.jsxs(V5,{children:[t.jsx("b",{children:a.name})," ",t.jsx(G1,{onClick:()=>e({name:a.name,type:"frontend"}),component:"button",children:"Select"})]})]},a.name))})]})]}),B7=l("div")(({theme:e})=>({backgroundColor:e.palette.background.sidebar,padding:e.spacing(12,6,6,6),flex:0,minWidth:"400px"})),o0=l("p")(({theme:e})=>({color:e.palette.primary.contrastText,fontSize:e.typography.caption.fontSize,marginBottom:e.spacing(2)})),B4=({theme:e})=>({color:e.palette.primary.contrastText,fontSize:e.typography.body2.fontSize,marginTop:e.spacing(.5)}),ml=l(R8)(B4),vl=l(D8)(B4),N7=l(En)(B4),l0=l("div")(({theme:e})=>({display:"flex",gap:e.spacing(1.5),alignItems:"flex-start",marginTop:e.spacing(3)})),d0=l("div")(({theme:e})=>({color:e.palette.primary.contrastText,fontSize:e.typography.body2.fontSize,fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(2)})),gl=()=>t.jsxs(B7,{children:[t.jsxs(l0,{children:[t.jsx(ml,{}),t.jsxs(S,{children:[t.jsx(d0,{children:"Flags live in projects"}),t.jsx(o0,{children:"Projects are containers for feature flags. Each flag belongs to the project where you create it."})]})]}),t.jsxs(l0,{children:[t.jsx(vl,{}),t.jsxs(S,{children:[t.jsx(d0,{children:"Flags have configuration in environments"}),t.jsx(o0,{children:"You can have multiple environments, and each feature flag has a different configuration per environment."})]})]}),t.jsxs(l0,{children:[t.jsx(N7,{}),t.jsxs(S,{children:[t.jsx(d0,{children:"SDKs connect to Unleash to retrieve configuration"}),t.jsx(o0,{children:"When you connect an SDK to Unleash, it uses the API key to identify which feature flags and configuration to retrieve from each environment."})]})]})]}),fl=()=>t.jsx(B7,{children:t.jsxs(l0,{children:[t.jsx(N7,{}),t.jsxs(S,{children:[t.jsx(d0,{children:"SDKs and Unleash"}),t.jsx(o0,{children:"SDKs serve to bind your application to Unleash. The SDK can connect to Unleash via HTTP and retrieve feature flag configuration that is then cached in your application. Making sure none of your application data ever leaves your servers."})]})]})}),z7=l(N3,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:a})=>({transition:"background-color 0.5s ease",color:e.palette.common.white,backgroundColor:a?e.palette.primary.main:e.palette.divider,"@keyframes pulse":{"0%":{boxShadow:`0 0 0 0px ${T3(e.palette.primary.main,.7)}`},"100%":{boxShadow:`0 0 0 20px ${T3(e.palette.primary.main,0)}`}},animation:a?"pulse 2s infinite":""})),xl=l(N3,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:a})=>({transition:"background-color 0.5s ease",color:e.palette.primary.main,backgroundColor:a?e.palette.background.default:e.palette.divider,"@keyframes pulse":{"0%":{boxShadow:`0 0 0 0px ${T3(e.palette.background.default,.7)}`},"100%":{boxShadow:`0 0 0 20px ${T3(e.palette.background.default,0)}`}},animation:a?"pulse 2s infinite":""}));var N4={},jl=N1;Object.defineProperty(N4,"__esModule",{value:!0});var X0=N4.default=void 0,yl=jl(B1()),bl=t,Sl=(0,yl.default)((0,bl.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"}),"Pending");X0=N4.default=Sl;const Cl=l("div")(({theme:e})=>({backgroundColor:e.palette.background.sidebar,padding:e.spacing(6,9,6,9),minWidth:"400px",display:"flex",flexDirection:"column",color:e.palette.primary.contrastText})),wl=l(T)(({theme:e})=>({display:"flex",alignItems:"center",justifyContent:"center",fontWeight:e.typography.fontWeightBold})),Zl=l("div")(({theme:e})=>({display:"flex",flexDirection:"row",padding:e.spacing(4,0,12,0),justifyContent:"space-between",fontSize:e.spacing(1)})),L5=l("div")(({theme:e})=>({display:"flex",gap:e.spacing(1),flexDirection:"column"})),B5=l("div")(({theme:e})=>({alignItems:"center",justifyContent:"center",display:"flex",gap:e.spacing(2),flexDirection:"column",fontSize:e.fontSizes.smallBody})),kl=l(s2)(({theme:e})=>({color:e.palette.primary.main,backgroundColor:e.palette.background.paper,borderRadius:"50%",padding:e.spacing(1),width:"80px",height:"80px"})),Tl=({projectId:e,sdk:a,environment:n})=>{const c=m1(),{project:s}=z1(e,{refreshInterval:1e3}),i=s.onboardingStatus.status==="onboarded";return t.jsxs(Cl,{children:[t.jsx(wl,{children:"Connection information"}),t.jsxs(Zl,{children:[t.jsxs(L5,{children:[t.jsx(T,{fontWeight:"bold",variant:"body2",children:"Environment"}),t.jsx(T,{variant:"body2",children:n})]}),t.jsxs(L5,{children:[t.jsx(T,{fontWeight:"bold",variant:"body2",children:"SDK"}),t.jsx(T,{variant:"body2",children:a})]})]}),i?t.jsxs(B5,{children:[t.jsx(T,{fontWeight:"bold",variant:"body2",children:"Connection status"}),t.jsx(T,{sx:{mb:c.spacing(4)},variant:"body2",children:"Connected"}),t.jsx(kl,{}),t.jsx(T,{sx:{mb:c.spacing(4)},variant:"body2",children:"We received metrics from your application!"})]}):t.jsxs(B5,{children:[t.jsx(T,{fontWeight:"bold",variant:"body2",children:"Connection status"}),t.jsx(T,{sx:{mb:c.spacing(4)},variant:"body2",children:"Waiting for SDK data..."}),t.jsx(xl,{sx:{width:80,height:80},active:!0,children:t.jsx(X0,{fontSize:"large"})})]})]})},El=`1\\. Install the SDK
|
|
2
|
-
|
|
3
|
-
\`\`\`gradle
|
|
4
|
-
implementation("io.getunleash:unleash-android:1")
|
|
5
|
-
\`\`\`
|
|
6
|
-
|
|
7
|
-
2\\. Enable required [permissions](https://developer.android.com/guide/topics/manifest/uses-permission-element)
|
|
8
|
-
|
|
9
|
-
\`\`\`xml
|
|
10
|
-
<uses-permission android:name="android.permission.INTERNET" />
|
|
11
|
-
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
12
|
-
\`\`\`
|
|
13
|
-
|
|
14
|
-
2\\. Initialize Unleash in your application
|
|
15
|
-
|
|
16
|
-
\`\`\`kotlin
|
|
17
|
-
class MyApplication: Application() {
|
|
18
|
-
val unleash: Unleash by lazy {
|
|
19
|
-
val instance = DefaultUnleash(
|
|
20
|
-
androidContext = this,
|
|
21
|
-
unleashConfig = UnleashConfig.newBuilder(appName = "unleash-onboarding-android")
|
|
22
|
-
.proxyUrl("<YOUR_API_URL>")
|
|
23
|
-
.clientKey("<YOUR_API_TOKEN>")
|
|
24
|
-
.build()
|
|
25
|
-
)
|
|
26
|
-
instance.start()
|
|
27
|
-
instance
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
override fun onTerminate() {
|
|
31
|
-
super.onTerminate()
|
|
32
|
-
unleash.close()
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
\`\`\`
|
|
36
|
-
|
|
37
|
-
3\\. Check flag status
|
|
38
|
-
|
|
39
|
-
\`\`\`kotlin
|
|
40
|
-
class MainActivity : ComponentActivity() {
|
|
41
|
-
override fun onCreate(savedInstanceState: Bundle?) {
|
|
42
|
-
super.onCreate(savedInstanceState)
|
|
43
|
-
val unleashInstance = (application as MyApplication).unleash
|
|
44
|
-
|
|
45
|
-
setContent {
|
|
46
|
-
var flagStatus by remember { mutableStateOf("loading") }
|
|
47
|
-
LaunchedEffect(Unit) {
|
|
48
|
-
while (isActive) {
|
|
49
|
-
val isFlagEnabled = unleashInstance.isEnabled("<YOUR_FLAG>")
|
|
50
|
-
flagStatus = if (isFlagEnabled) "enabled" else "disabled"
|
|
51
|
-
delay(3000L)
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
Text(text = "Flag is $flagStatus!")
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
\`\`\`
|
|
61
|
-
ℹ️ **Info:** The Android SDK takes at least 60 seconds to post metrics to Unleash.
|
|
62
|
-
|
|
63
|
-
---
|
|
64
|
-
---
|
|
65
|
-
- [SDK repository with documentation and example](https://github.com/Unleash/unleash-android)
|
|
66
|
-
- [Android SDK basic example](hhttps://github.com/Unleash/unleash-sdk-examples/tree/main/Android)
|
|
67
|
-
`,Al=`1\\. Install the SDK
|
|
68
|
-
\`\`\`sh
|
|
69
|
-
go get github.com/Unleash/unleash-client-go/v4
|
|
70
|
-
\`\`\`
|
|
71
|
-
|
|
72
|
-
2\\. Run Unleash
|
|
73
|
-
\`\`\`go
|
|
74
|
-
package main
|
|
75
|
-
|
|
76
|
-
import (
|
|
77
|
-
"github.com/Unleash/unleash-client-go/v4"
|
|
78
|
-
"net/http"
|
|
79
|
-
"time"
|
|
80
|
-
)
|
|
81
|
-
|
|
82
|
-
func init() {
|
|
83
|
-
unleash.Initialize(
|
|
84
|
-
unleash.WithListener(&unleash.DebugListener{}),
|
|
85
|
-
unleash.WithAppName("unleash-onboarding-golang"),
|
|
86
|
-
unleash.WithUrl("<YOUR_API_URL>"),
|
|
87
|
-
unleash.WithCustomHeaders(http.Header{"Authorization": {"<YOUR_API_TOKEN>"}}), // in production use environment variable
|
|
88
|
-
)
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
func main() {
|
|
92
|
-
for {
|
|
93
|
-
unleash.IsEnabled("<YOUR_FLAG>")
|
|
94
|
-
time.Sleep(time.Second)
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
\`\`\`
|
|
98
|
-
|
|
99
|
-
---
|
|
100
|
-
\`\`\`go
|
|
101
|
-
func init() {
|
|
102
|
-
unleash.Initialize(
|
|
103
|
-
unleash.WithListener(&unleash.DebugListener{}),
|
|
104
|
-
unleash.WithAppName("unleash-onboarding-golang"),
|
|
105
|
-
unleash.WithUrl("<YOUR_API_URL>"),
|
|
106
|
-
unleash.WithCustomHeaders(http.Header{
|
|
107
|
-
"Authorization": {os.Getenv("UNLEASH_API_KEY")},
|
|
108
|
-
})
|
|
109
|
-
)
|
|
110
|
-
}
|
|
111
|
-
\`\`\`
|
|
112
|
-
|
|
113
|
-
---
|
|
114
|
-
- [SDK repository with documentation](https://github.com/Unleash/unleash-client-go)
|
|
115
|
-
- [Go SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Go)
|
|
116
|
-
`,Il=`1\\. Install the SDK
|
|
117
|
-
\`\`\`sh
|
|
118
|
-
npm install unleash-proxy-client
|
|
119
|
-
\`\`\`
|
|
120
|
-
|
|
121
|
-
2\\. Run Unleash
|
|
122
|
-
\`\`\`js
|
|
123
|
-
const { UnleashClient } = require('unleash-proxy-client');
|
|
124
|
-
|
|
125
|
-
const unleash = new UnleashClient({
|
|
126
|
-
url: '<YOUR_API_URL>',
|
|
127
|
-
clientKey: '<YOUR_API_TOKEN>', // in production use environment variable
|
|
128
|
-
appName: 'unleash-onboarding-javascript',
|
|
129
|
-
});
|
|
130
|
-
|
|
131
|
-
unleash.start();
|
|
132
|
-
|
|
133
|
-
setInterval(() => {
|
|
134
|
-
console.log('Is enabled', unleash.isEnabled('<YOUR_FLAG>'));
|
|
135
|
-
}, 1000);
|
|
136
|
-
\`\`\`
|
|
137
|
-
---
|
|
138
|
-
\`\`\`js
|
|
139
|
-
const unleash = new UnleashClient({
|
|
140
|
-
url: '<YOUR_API_URL>',
|
|
141
|
-
clientKey: process.env.UNLEASH_API_TOKEN,
|
|
142
|
-
appName: 'unleash-onboarding-javascript',
|
|
143
|
-
});
|
|
144
|
-
unleash.start();
|
|
145
|
-
\`\`\`
|
|
146
|
-
|
|
147
|
-
---
|
|
148
|
-
- [SDK repository with documentation](https://github.com/Unleash/unleash-proxy-client-js)
|
|
149
|
-
- [JavaScript SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/JavaScript)
|
|
150
|
-
`,Dl=`1\\. Install the SDK
|
|
151
|
-
\`\`\`sh
|
|
152
|
-
npm install unleash-client
|
|
153
|
-
\`\`\`
|
|
154
|
-
|
|
155
|
-
2\\. Run Unleash
|
|
156
|
-
\`\`\`js
|
|
157
|
-
const { initialize } = require('unleash-client');
|
|
158
|
-
|
|
159
|
-
const unleash = initialize({
|
|
160
|
-
url: '<YOUR_API_URL>',
|
|
161
|
-
appName: 'unleash-onboarding-node',
|
|
162
|
-
customHeaders: {
|
|
163
|
-
Authorization: '<YOUR_API_TOKEN>' // in production use environment variable
|
|
164
|
-
},
|
|
165
|
-
});
|
|
166
|
-
|
|
167
|
-
setInterval(() => {
|
|
168
|
-
console.log('Is enabled', unleash.isEnabled('<YOUR_FLAG>'));
|
|
169
|
-
}, 1000);
|
|
170
|
-
\`\`\`
|
|
171
|
-
|
|
172
|
-
---
|
|
173
|
-
\`\`\`js
|
|
174
|
-
const { initialize } = require('unleash-client');
|
|
175
|
-
|
|
176
|
-
const unleash = initialize({
|
|
177
|
-
url: '<YOUR_API_URL>',
|
|
178
|
-
appName: 'unleash-onboarding-node',
|
|
179
|
-
customHeaders: { Authorization: process.env.UNLEASH_API_KEY },
|
|
180
|
-
});
|
|
181
|
-
\`\`\`
|
|
182
|
-
|
|
183
|
-
---
|
|
184
|
-
- [SDK repository with documentation](https://github.com/Unleash/unleash-client-node)
|
|
185
|
-
- [Node.js SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Node.js)
|
|
186
|
-
- [Node.js SDK tutorial](https://dev.to/reeshee/how-to-implement-feature-flags-in-nodejs-using-unleash-3907)
|
|
187
|
-
`,Rl=`1\\. Install the SDK
|
|
188
|
-
\`\`\`sh
|
|
189
|
-
pip install UnleashClient
|
|
190
|
-
\`\`\`
|
|
191
|
-
|
|
192
|
-
2\\. Run Unleash
|
|
193
|
-
\`\`\`python
|
|
194
|
-
from UnleashClient import UnleashClient
|
|
195
|
-
import asyncio
|
|
196
|
-
|
|
197
|
-
client = UnleashClient(
|
|
198
|
-
url="<YOUR_API_URL>",
|
|
199
|
-
app_name="unleash-onboarding-python",
|
|
200
|
-
custom_headers={'Authorization': '<YOUR_API_TOKEN>'}) # in production use environment variable
|
|
201
|
-
|
|
202
|
-
client.initialize_client()
|
|
203
|
-
|
|
204
|
-
while True:
|
|
205
|
-
print(client.is_enabled("<YOUR_FLAG>"))
|
|
206
|
-
asyncio.run(asyncio.sleep(1))
|
|
207
|
-
\`\`\`
|
|
208
|
-
---
|
|
209
|
-
\`\`\`python
|
|
210
|
-
from UnleashClient import UnleashClient
|
|
211
|
-
import asyncio
|
|
212
|
-
import os
|
|
213
|
-
|
|
214
|
-
client = UnleashClient(
|
|
215
|
-
url="<YOUR_API_URL>",
|
|
216
|
-
app_name="unleash-onboarding-python",
|
|
217
|
-
custom_headers={'Authorization': os.getenv('UNLEASH_API_TOKEN')}
|
|
218
|
-
\`\`\`
|
|
219
|
-
|
|
220
|
-
---
|
|
221
|
-
- [SDK repository with documentation](https://github.com/Unleash/unleash-client-python)
|
|
222
|
-
- [Python SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Python)
|
|
223
|
-
- [How to Implement Feature Flags in Python](https://docs.getunleash.io/feature-flag-tutorials/python)
|
|
224
|
-
`,Ol=`1\\. Install the SDK
|
|
225
|
-
\`\`\`sh
|
|
226
|
-
gem install unleash
|
|
227
|
-
\`\`\`
|
|
228
|
-
|
|
229
|
-
2\\. Run Unleash
|
|
230
|
-
\`\`\`rb
|
|
231
|
-
require 'unleash'
|
|
232
|
-
|
|
233
|
-
@unleash = Unleash::Client.new(
|
|
234
|
-
url: "<YOUR_API_URL>",
|
|
235
|
-
custom_http_headers: { 'Authorization': "<YOUR_API_TOKEN>" }, # in production use environment variable
|
|
236
|
-
app_name: 'unleash-onboarding-ruby',
|
|
237
|
-
instance_id: 'unleash-onboarding-ruby',
|
|
238
|
-
)
|
|
239
|
-
|
|
240
|
-
while true
|
|
241
|
-
if @unleash.is_enabled?("<YOUR_FLAG>")
|
|
242
|
-
puts "Flag is enabled"
|
|
243
|
-
else
|
|
244
|
-
puts "Flag is not enabled"
|
|
245
|
-
end
|
|
246
|
-
sleep 3
|
|
247
|
-
end
|
|
248
|
-
|
|
249
|
-
\`\`\`
|
|
250
|
-
---
|
|
251
|
-
\`\`\`rb
|
|
252
|
-
@unleash = Unleash::Client.new(
|
|
253
|
-
url: "<YOUR_API_URL>",
|
|
254
|
-
custom_http_headers: { 'Authorization': ENV['UNLEASH_API_TOKEN'] },
|
|
255
|
-
app_name: 'unleash-onboarding-ruby',
|
|
256
|
-
instance_id: 'unleash-onboarding-ruby',
|
|
257
|
-
)
|
|
258
|
-
\`\`\`
|
|
259
|
-
|
|
260
|
-
---
|
|
261
|
-
- [SDK repository with documentation](https://github.com/Unleash/unleash-client-ruby)
|
|
262
|
-
- [Ruby example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Ruby)
|
|
263
|
-
- [How to Implement Feature Flags in Ruby](https://docs.getunleash.io/feature-flag-tutorials/ruby)
|
|
264
|
-
`,_l=`1\\. Install the SDK
|
|
265
|
-
\`\`\`sh
|
|
266
|
-
npm install @unleash/proxy-client-svelte
|
|
267
|
-
\`\`\`
|
|
268
|
-
|
|
269
|
-
2\\. Initialize Unleash
|
|
270
|
-
\`\`\`svelte
|
|
271
|
-
<script>
|
|
272
|
-
import { FlagProvider } from '@unleash/proxy-client-svelte';
|
|
273
|
-
|
|
274
|
-
const config = {
|
|
275
|
-
url: '<YOUR_API_URL>',
|
|
276
|
-
clientKey: '<YOUR_API_TOKEN>', // in production use environment variable
|
|
277
|
-
appName: 'unleash-onboarding-svelte',
|
|
278
|
-
};
|
|
279
|
-
<\/script>
|
|
280
|
-
|
|
281
|
-
<div class="app">
|
|
282
|
-
<FlagProvider {config}>
|
|
283
|
-
<main>
|
|
284
|
-
<slot />
|
|
285
|
-
</main>
|
|
286
|
-
</FlagProvider>
|
|
287
|
-
</div>
|
|
288
|
-
\`\`\`
|
|
289
|
-
|
|
290
|
-
3\\. Check feature flag status
|
|
291
|
-
\`\`\`svelte
|
|
292
|
-
<script lang="ts">
|
|
293
|
-
import { useFlag } from '@unleash/proxy-client-svelte';
|
|
294
|
-
const enabled = useFlag('<YOUR_FLAG>');
|
|
295
|
-
<\/script>
|
|
296
|
-
|
|
297
|
-
<section>
|
|
298
|
-
<p>
|
|
299
|
-
{$enabled ? 'Feature is enabled!' : 'Feature is disabled!'}
|
|
300
|
-
</p>
|
|
301
|
-
</section>
|
|
302
|
-
\`\`\`
|
|
303
|
-
---
|
|
304
|
-
\`\`\`svelte
|
|
305
|
-
const config = {
|
|
306
|
-
url: '<YOUR_API_URL>',
|
|
307
|
-
clientKey: import.meta.env.VITE_UNLEASH_API_TOKEN,
|
|
308
|
-
appName: 'unleash-onboarding-svelte',
|
|
309
|
-
};
|
|
310
|
-
\`\`\`
|
|
311
|
-
|
|
312
|
-
---
|
|
313
|
-
- [SDK repository with documentation](https://github.com/Unleash/proxy-client-svelte)
|
|
314
|
-
- [Svelte example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Svelte)
|
|
315
|
-
- [How to Implement Feature Flags in SvelteKit](https://docs.getunleash.io/feature-flag-tutorials/sveltekit)
|
|
316
|
-
`,Pl=`1\\. Install the SDK
|
|
317
|
-
\`\`\`sh
|
|
318
|
-
npm install @unleash/proxy-client-vue
|
|
319
|
-
\`\`\`
|
|
320
|
-
|
|
321
|
-
2\\. Initialize Unleash
|
|
322
|
-
\`\`\`vue
|
|
323
|
-
<script setup lang="ts">
|
|
324
|
-
import { FlagProvider } from '@unleash/proxy-client-vue'
|
|
325
|
-
|
|
326
|
-
const config = {
|
|
327
|
-
url: '<YOUR_API_URL>',
|
|
328
|
-
clientKey: '<YOUR_API_TOKEN>', // in production use environment variable
|
|
329
|
-
appName: 'unleash-onboarding-vue',
|
|
330
|
-
}
|
|
331
|
-
<\/script>
|
|
332
|
-
|
|
333
|
-
<template>
|
|
334
|
-
<FlagProvider :config="config">
|
|
335
|
-
<!-- <YourComponent /> -->
|
|
336
|
-
</FlagProvider>
|
|
337
|
-
</template>
|
|
338
|
-
\`\`\`
|
|
339
|
-
|
|
340
|
-
3\\. Check feature flag status
|
|
341
|
-
\`\`\`vue
|
|
342
|
-
<script setup lang="ts">
|
|
343
|
-
import { useFlag } from '@unleash/proxy-client-vue'
|
|
344
|
-
const enabled = useFlag('<YOUR_FLAG>')
|
|
345
|
-
<\/script>
|
|
346
|
-
|
|
347
|
-
<template>
|
|
348
|
-
<div>
|
|
349
|
-
{{ enabled ? 'Feature is enabled!' : 'Feature is disabled!' }}
|
|
350
|
-
</div>
|
|
351
|
-
</template>
|
|
352
|
-
\`\`\`
|
|
353
|
-
---
|
|
354
|
-
\`\`\`svelte
|
|
355
|
-
const config = {
|
|
356
|
-
url: '<YOUR_API_URL>',
|
|
357
|
-
clientKey: import.meta.env.VITE_UNLEASH_API_TOKEN,
|
|
358
|
-
appName: 'unleash-onboarding-vue',
|
|
359
|
-
}
|
|
360
|
-
\`\`\`
|
|
361
|
-
|
|
362
|
-
---
|
|
363
|
-
- [SDK repository with documentation](https://github.com/Unleash/proxy-client-vue)
|
|
364
|
-
- [Vue example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Vue)
|
|
365
|
-
`,Fl=`1\\. Install the SDK
|
|
366
|
-
\`\`\`sh
|
|
367
|
-
flutter pub add unleash_proxy_client_flutter
|
|
368
|
-
\`\`\`
|
|
369
|
-
|
|
370
|
-
2\\. Run Unleash
|
|
371
|
-
\`\`\`dart
|
|
372
|
-
import 'package:unleash_proxy_client_flutter/unleash_proxy_client_flutter.dart';
|
|
373
|
-
import 'dart:async';
|
|
374
|
-
|
|
375
|
-
final unleash = UnleashClient(
|
|
376
|
-
url: Uri.parse('<YOUR_API_URL>'),
|
|
377
|
-
clientKey: '<YOUR_API_TOKEN>', // in production use environment variable
|
|
378
|
-
appName: 'unleash-onboarding-flutter');
|
|
379
|
-
|
|
380
|
-
unleash.start();
|
|
381
|
-
|
|
382
|
-
Timer.periodic(Duration(seconds: 1), (Timer timer) {
|
|
383
|
-
final flagStatus = unleash.isEnabled('<YOUR_FLAG>');
|
|
384
|
-
print('Flag is \${unleash.isEnabled("<YOUR_FLAG>") ? "enabled" : "disabled"}');
|
|
385
|
-
});
|
|
386
|
-
\`\`\`
|
|
387
|
-
---
|
|
388
|
-
\`\`\`dart
|
|
389
|
-
import 'package:unleash_proxy_client_flutter/unleash_proxy_client_flutter.dart';
|
|
390
|
-
import 'dart:async';
|
|
391
|
-
import 'dart:io';
|
|
392
|
-
|
|
393
|
-
final unleash = UnleashClient(
|
|
394
|
-
url: Uri.parse('<YOUR_API_URL>'),
|
|
395
|
-
clientKey: Platform.environment['UNLEASH_CLIENT_KEY']!,
|
|
396
|
-
appName: 'unleash-onboarding-flutter');
|
|
397
|
-
|
|
398
|
-
unleash.start();
|
|
399
|
-
\`\`\`
|
|
400
|
-
|
|
401
|
-
---
|
|
402
|
-
- [SDK repository with documentation](https://github.com/Unleash/unleash_proxy_client_flutter)
|
|
403
|
-
- [Flutter example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Flutter)
|
|
404
|
-
- [A/B Testing in Flutter using Unleash and Mixpanel](https://docs.getunleash.io/feature-flag-tutorials/flutter/a-b-testing)
|
|
405
|
-
`,$l=`1\\. Install the SDK
|
|
406
|
-
\`\`\`xml
|
|
407
|
-
<dependency>
|
|
408
|
-
<groupId>io.getunleash</groupId>
|
|
409
|
-
<artifactId>unleash-client-java</artifactId>
|
|
410
|
-
<version>LATEST</version>
|
|
411
|
-
</dependency>
|
|
412
|
-
\`\`\`
|
|
413
|
-
|
|
414
|
-
2\\. Run Unleash
|
|
415
|
-
\`\`\`java
|
|
416
|
-
UnleashConfig config = UnleashConfig.builder()
|
|
417
|
-
.appName("unleash-onboarding-java")
|
|
418
|
-
.instanceId("unleash-onboarding-instance")
|
|
419
|
-
.unleashAPI("<YOUR_API_URL>")
|
|
420
|
-
.apiKey("<YOUR_API_TOKEN>") // in production use environment variable
|
|
421
|
-
.build();
|
|
422
|
-
|
|
423
|
-
Unleash unleash = new DefaultUnleash(config);
|
|
424
|
-
|
|
425
|
-
while (true) {
|
|
426
|
-
boolean featureEnabled = unleash.isEnabled("<YOUR_FLAG>");
|
|
427
|
-
System.out.println("Feature enabled: " + featureEnabled);
|
|
428
|
-
Thread.sleep(1000);
|
|
429
|
-
}
|
|
430
|
-
\`\`\`
|
|
431
|
-
|
|
432
|
-
---
|
|
433
|
-
\`\`\`java
|
|
434
|
-
UnleashConfig config = UnleashConfig.builder()
|
|
435
|
-
.appName("unleash-onboarding-java")
|
|
436
|
-
.instanceId("unleash-onboarding-instance")
|
|
437
|
-
.unleashAPI("<YOUR_API_URL>")
|
|
438
|
-
.apiKey(System.getenv("UNLEASH_API_KEY"))
|
|
439
|
-
.build();
|
|
440
|
-
\`\`\`
|
|
441
|
-
|
|
442
|
-
---
|
|
443
|
-
- [SDK repository with documentation](https://github.com/Unleash/unleash-client-java)
|
|
444
|
-
- [Java SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Java)
|
|
445
|
-
- [How to Implement Feature Flags in Java](https://docs.getunleash.io/feature-flag-tutorials/java)
|
|
446
|
-
`,Vl=`1\\. Install the SDK
|
|
447
|
-
\`\`\`sh
|
|
448
|
-
dotnet add package unleash.client
|
|
449
|
-
// If you do not have a json library in your project:
|
|
450
|
-
dotnet add package Newtonsoft.Json
|
|
451
|
-
\`\`\`
|
|
452
|
-
|
|
453
|
-
2\\. Initialize Unleash
|
|
454
|
-
\`\`\`csharp
|
|
455
|
-
using Unleash;
|
|
456
|
-
using Unleash.ClientFactory;
|
|
457
|
-
|
|
458
|
-
public class Program
|
|
459
|
-
{
|
|
460
|
-
public static async Task Main()
|
|
461
|
-
{
|
|
462
|
-
var settings = new UnleashSettings()
|
|
463
|
-
{
|
|
464
|
-
AppName = "unleash-onboarding-dotnet",
|
|
465
|
-
UnleashApi = new Uri("<YOUR_API_URL>"),
|
|
466
|
-
CustomHttpHeaders = new Dictionary<string, string>()
|
|
467
|
-
{
|
|
468
|
-
{"Authorization","<YOUR_API_TOKEN>"} // in production use environment variable
|
|
469
|
-
}
|
|
470
|
-
};
|
|
471
|
-
|
|
472
|
-
var unleash = new DefaultUnleash(settings);
|
|
473
|
-
|
|
474
|
-
while (true) {
|
|
475
|
-
Console.WriteLine($"Flag is enabled: {unleash.IsEnabled("<YOUR_FLAG>")}");
|
|
476
|
-
await Task.Delay(1000);
|
|
477
|
-
}
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
\`\`\`
|
|
482
|
-
|
|
483
|
-
---
|
|
484
|
-
\`\`\`csharp
|
|
485
|
-
var settings = new UnleashSettings()
|
|
486
|
-
{
|
|
487
|
-
AppName = "unleash-onboarding-dotnet",
|
|
488
|
-
UnleashApi = new Uri("<YOUR_API_URL>"),
|
|
489
|
-
CustomHttpHeaders = new Dictionary<string, string>()
|
|
490
|
-
{
|
|
491
|
-
{"Authorization",Environment.GetEnvironmentVariable("UNLEASH_API_KEY")}
|
|
492
|
-
}
|
|
493
|
-
};
|
|
494
|
-
\`\`\`
|
|
495
|
-
|
|
496
|
-
---
|
|
497
|
-
- [SDK repository with documentation](https://github.com/Unleash/unleash-client-dotnet)
|
|
498
|
-
- [.NET/C# SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Csharp)
|
|
499
|
-
`,Ml=`1\\. Install the SDK
|
|
500
|
-
\`\`\`sh
|
|
501
|
-
composer require unleash/client
|
|
502
|
-
\`\`\`
|
|
503
|
-
|
|
504
|
-
2\\. Initialize Unleash
|
|
505
|
-
\`\`\`php
|
|
506
|
-
<?php
|
|
507
|
-
|
|
508
|
-
use Unleash\\\\Client\\\\UnleashBuilder;
|
|
509
|
-
|
|
510
|
-
require 'vendor/autoload.php';
|
|
511
|
-
|
|
512
|
-
$unleash = UnleashBuilder::create()
|
|
513
|
-
->withAppName('unleash-onboarding-php')
|
|
514
|
-
->withAppUrl('<YOUR_API_URL>')
|
|
515
|
-
->withHeader('Authorization', '<YOUR_API_TOKEN>') // in production use environment variable
|
|
516
|
-
->withInstanceId('unleash-onboarding-instance')
|
|
517
|
-
->build();
|
|
518
|
-
|
|
519
|
-
while (true) {
|
|
520
|
-
echo 'Feature flag is: ' . $unleash->isEnabled('<YOUR_FLAG>') . PHP_EOL;
|
|
521
|
-
sleep(1);
|
|
522
|
-
}
|
|
523
|
-
\`\`\`
|
|
524
|
-
---
|
|
525
|
-
\`\`\`php
|
|
526
|
-
$unleash = UnleashBuilder::create()
|
|
527
|
-
->withAppName('unleash-onboarding-php')
|
|
528
|
-
->withAppUrl('<YOUR_API_URL>')
|
|
529
|
-
->withHeader('Authorization', getenv('UNLEASH_API_TOKEN'))
|
|
530
|
-
->withInstanceId('unleash-onboarding-instance')
|
|
531
|
-
->build();
|
|
532
|
-
\`\`\`
|
|
533
|
-
|
|
534
|
-
---
|
|
535
|
-
- [SDK repository with documentation](https://github.com/Unleash/unleash-client-php)
|
|
536
|
-
- [PHP SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/PHP)
|
|
537
|
-
`,Ll=`1\\. Install the SDK
|
|
538
|
-
\`\`\`sh
|
|
539
|
-
npm install @unleash/proxy-client-react unleash-proxy-client
|
|
540
|
-
\`\`\`
|
|
541
|
-
|
|
542
|
-
2\\. Initialize Unleash
|
|
543
|
-
\`\`\`jsx
|
|
544
|
-
import { createRoot } from 'react-dom/client';
|
|
545
|
-
import { FlagProvider } from '@unleash/proxy-client-react';
|
|
546
|
-
|
|
547
|
-
const config = {
|
|
548
|
-
url: '<YOUR_API_URL>',
|
|
549
|
-
clientKey: '<YOUR_API_TOKEN>', // in production use environment variable
|
|
550
|
-
appName: 'unleash-onboarding-react',
|
|
551
|
-
};
|
|
552
|
-
|
|
553
|
-
const root = createRoot(document.getElementById('root'));
|
|
554
|
-
|
|
555
|
-
root.render(
|
|
556
|
-
<React.StrictMode>
|
|
557
|
-
<FlagProvider config={config}>
|
|
558
|
-
<App />
|
|
559
|
-
</FlagProvider>
|
|
560
|
-
</React.StrictMode>
|
|
561
|
-
);
|
|
562
|
-
\`\`\`
|
|
563
|
-
|
|
564
|
-
3\\. Check feature flag status
|
|
565
|
-
\`\`\`jsx
|
|
566
|
-
import { useFlag } from '@unleash/proxy-client-react';
|
|
567
|
-
|
|
568
|
-
const TestComponent = () => {
|
|
569
|
-
const enabled = useFlag('<YOUR_FLAG>');
|
|
570
|
-
|
|
571
|
-
return enabled ? 'Flag is enabled' : 'Flag is disabled'
|
|
572
|
-
};
|
|
573
|
-
\`\`\`
|
|
574
|
-
---
|
|
575
|
-
\`\`\`jsx
|
|
576
|
-
const config = {
|
|
577
|
-
url: '<YOUR_API_URL>',
|
|
578
|
-
clientKey: process.env.UNLEASH_API_TOKEN,
|
|
579
|
-
appName: 'unleash-onboarding-react',
|
|
580
|
-
};
|
|
581
|
-
\`\`\`
|
|
582
|
-
|
|
583
|
-
---
|
|
584
|
-
- [SDK repository with documentation](https://github.com/Unleash/proxy-client-react)
|
|
585
|
-
- [React SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/React)
|
|
586
|
-
- [https://docs.getunleash.io/feature-flag-tutorials/react](https://docs.getunleash.io/feature-flag-tutorials/react)
|
|
587
|
-
|
|
588
|
-
`,Bl=`1\\. Install the SDK
|
|
589
|
-
\`\`\`sh
|
|
590
|
-
cargo add unleash-api-client --features async-std,reqwest,surf
|
|
591
|
-
cargo add serde --features derive
|
|
592
|
-
cargo add serde reqwest --features json
|
|
593
|
-
cargo add serde tokio --features full
|
|
594
|
-
cargo add serde anyhow cfg cfg-if enum-map@~2.0.0 surf
|
|
595
|
-
\`\`\`
|
|
596
|
-
|
|
597
|
-
2\\. Run Unleash
|
|
598
|
-
\`\`\`rust
|
|
599
|
-
use enum_map::Enum;
|
|
600
|
-
use serde::{Deserialize, Serialize};
|
|
601
|
-
use std::error::Error;
|
|
602
|
-
use std::time::Duration;
|
|
603
|
-
use tokio::time::sleep;
|
|
604
|
-
use unleash_api_client::client::ClientBuilder;
|
|
605
|
-
use unleash_api_client::Client;
|
|
606
|
-
|
|
607
|
-
#[derive(Debug, Deserialize, Serialize, Enum, Clone)]
|
|
608
|
-
enum Flags {
|
|
609
|
-
#[serde(rename = "<YOUR_FLAG>")]
|
|
610
|
-
TestFlag,
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
#[tokio::main]
|
|
614
|
-
async fn main() -> Result<(), Box<dyn Error + Send + Sync>> {
|
|
615
|
-
let client: Client<Flags, reqwest::Client> = ClientBuilder::default()
|
|
616
|
-
.into_client(
|
|
617
|
-
"<YOUR_API_URL>",
|
|
618
|
-
"unleash-onboarding-rust",
|
|
619
|
-
"unleash-onboarding-instance",
|
|
620
|
-
Some("<YOUR_API_TOKEN>".to_owned()), // in production use environment variable
|
|
621
|
-
)?;
|
|
622
|
-
client.register().await?;
|
|
623
|
-
|
|
624
|
-
let (_, _) = tokio::join!(client.poll_for_updates(), async {
|
|
625
|
-
sleep(Duration::from_millis(1000)).await;
|
|
626
|
-
|
|
627
|
-
let is_enabled = client.is_enabled(Flags::TestFlag, None, true);
|
|
628
|
-
println!("\\nIs flag enabled: {}\\n", is_enabled);
|
|
629
|
-
|
|
630
|
-
sleep(Duration::from_millis(5000)).await;
|
|
631
|
-
|
|
632
|
-
client.stop_poll().await;
|
|
633
|
-
Ok::<(), Box<dyn Error + Send + Sync>>(())
|
|
634
|
-
});
|
|
635
|
-
|
|
636
|
-
Ok(())
|
|
637
|
-
}
|
|
638
|
-
\`\`\`
|
|
639
|
-
---
|
|
640
|
-
\`\`\`rust
|
|
641
|
-
let api_token = env::var("UNLEASH_API_TOKEN").expect("UNLEASH_API_TOKEN environment variable not set");
|
|
642
|
-
|
|
643
|
-
let client: Client<Flags, reqwest::Client> = ClientBuilder::default()
|
|
644
|
-
.into_client(
|
|
645
|
-
"<YOUR_API_URL>",
|
|
646
|
-
"unleash-onboarding-rust",
|
|
647
|
-
"unleash-onboarding-instance",
|
|
648
|
-
Some(api_token.to_owned()),
|
|
649
|
-
)?;
|
|
650
|
-
client.register().await?;
|
|
651
|
-
\`\`\`
|
|
652
|
-
|
|
653
|
-
---
|
|
654
|
-
- [SDK repository with documentation](https://github.com/Unleash/unleash-client-rust)
|
|
655
|
-
- [Rust example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Rust)
|
|
656
|
-
- [How to Implement Feature Flags in Rust](https://docs.getunleash.io/feature-flag-tutorials/rust)
|
|
657
|
-
`,Nl=`1\\. Install the SDK
|
|
658
|
-
\`\`\`sh
|
|
659
|
-
// Instructions to add the Swift SDK can be found at the provided URL:
|
|
660
|
-
https://github.com/Unleash/unleash-proxy-client-swift.git
|
|
661
|
-
\`\`\`
|
|
662
|
-
|
|
663
|
-
2\\. Run Unleash
|
|
664
|
-
\`\`\`swift
|
|
665
|
-
import Foundation
|
|
666
|
-
import UnleashProxyClientSwift
|
|
667
|
-
|
|
668
|
-
var unleash = UnleashProxyClientSwift.UnleashClient(
|
|
669
|
-
unleashUrl: "<YOUR_API_URL>",
|
|
670
|
-
clientKey: "<YOUR_API_TOKEN>", // in production use environment variable
|
|
671
|
-
appName: "unleash-onboarding-swift",
|
|
672
|
-
context: [:])
|
|
673
|
-
|
|
674
|
-
unleash.start()
|
|
675
|
-
|
|
676
|
-
Timer.scheduledTimer(withTimeInterval: 1.0, repeats: true) { _ in
|
|
677
|
-
print("Is enabled", unleash.isEnabled(name: "<YOUR_FLAG>"))
|
|
678
|
-
}
|
|
679
|
-
\`\`\`
|
|
680
|
-
ℹ️ **Info:** The Swift SDK takes at least 60 seconds to post metrics to Unleash.
|
|
681
|
-
`,U7={Android:El,Go:Al,JavaScript:Il,"Node.js":Dl,Python:Rl,Ruby:Ol,Svelte:_l,Vue:Pl,Flutter:Fl,Java:$l,".NET":Vl,PHP:Ml,React:Ll,Rust:Bl,Swift:Nl},zl=l("pre")(({theme:e})=>({backgroundColor:e.palette.background.elevation1,padding:e.spacing(2),borderRadius:e.shape.borderRadius,overflow:"auto",fontSize:e.typography.body2.fontSize,wordBreak:"break-all",whiteSpace:"pre-wrap",position:"relative",maxHeight:e.spacing(34)})),Ul=l(O1)(({theme:e})=>({position:"absolute",top:e.spacing(1),right:e.spacing(1)})),Wl=({title:e,code:a})=>{const n=s=>()=>{b8(s),c({type:"success",text:"Copied to clipboard"})},{setToastData:c}=f1();return t.jsxs(zl,{children:[a,t.jsx(Ul,{title:e,arrow:!0,children:t.jsx(x1,{onClick:n(a),size:"small",children:t.jsx(y8,{})})})]})},qe=({inline:e=!1,children:a})=>!e&&typeof(a==null?void 0:a[0])=="string"?t.jsx(Wl,{code:a[0],title:"Copy code"}):t.jsx("code",{children:a}),Hl=l("div")(({theme:e})=>({padding:e.spacing(5,8,2,8),display:"flex",flexDirection:"column",gap:e.spacing(3)})),ql=l("div")(({theme:e})=>({display:"inline-flex",gap:e.spacing(3),padding:e.spacing(1,2),border:`1px solid ${e.palette.divider}`,borderRadius:e.shape.borderRadius,marginBottom:e.spacing(3)})),Yl=({sdk:e,apiKey:a,feature:n,onSdkChange:c})=>{var g;const{uiConfig:s}=r1(),i=(g=L7.find(f=>f.name===e.name))==null?void 0:g.icon,r=`${s.unleashUrl}/api/`,o=`${s.unleashUrl}/api/frontend/`,p=e.type==="client"?r:o,h=(U7[e.name]||"").replace("<YOUR_API_TOKEN>",a).replace("<YOUR_API_URL>",p).replaceAll("<YOUR_FLAG>",n),[u,v,m]=h.split(`---
|
|
682
|
-
`);return t.jsxs(Hl,{children:[t.jsx(T,{variant:"h2",children:"Connect an SDK to Unleash"}),t.jsxs(J0,{children:[t.jsx(Q0,{active:2,steps:3}),t.jsx(l2,{color:"secondary",children:"3/3 - Test connection"})]}),t.jsxs(S,{sx:{mt:2},children:[t.jsxs(ql,{children:[i?t.jsx(N3,{variant:"circular",src:R2(i),alt:e.name}):null,t.jsx(G1,{onClick:c,component:"button",children:"Change SDK"})]}),t.jsx(n2,{children:"Setup the SDK"}),t.jsx(v0,{components:{code:qe},children:u})]})]})},Kl=l("div")(({theme:e})=>({padding:e.spacing(5,8,2,8),display:"flex",flexDirection:"column",gap:e.spacing(3),fontSize:e.typography.body2.fontSize})),Gl=({sdk:e})=>{const{uiConfig:a}=r1(),n=`${a.unleashUrl}/api/`,c=`${a.unleashUrl}/api/frontend/`,s=e.type==="client"?n:c,i=(U7[e.name]||"").replaceAll("<YOUR_API_URL>",s),[r,o,p]=i.split(`---
|
|
683
|
-
`);return t.jsxs(Kl,{children:[t.jsx(T,{variant:"h2",children:"Connect an SDK to Unleash"}),t.jsxs(J0,{children:[t.jsx(Q0,{active:2,steps:3}),t.jsx(l2,{color:"secondary",children:"3/3 - Test connection"})]}),o!=null&&o.trim()?t.jsxs(S,{sx:{mt:2},children:[t.jsx(n2,{children:"Production settings"}),t.jsx(T,{variant:"body2",children:"You have successfully connected your SDK. In the previous code example, the settings were optimized for development. We recommend the following setup for production."}),t.jsx(v0,{components:{code:qe},children:o})]}):null,p!=null&&p.trim()?t.jsxs(S,{children:[t.jsx(n2,{children:"Additional resources"}),t.jsx(T,{variant:"body2",children:"Now that we’ve validated the connection, you might want to look into more advanced use cases and examples:"}),t.jsx(v0,{components:{code:qe},children:p})]}):null]})},Jl=({sdk:e,apiKey:a,feature:n,onSdkChange:c})=>t.jsx(d.Suspense,{fallback:t.jsx(An,{}),children:n?t.jsx(Yl,{sdk:e,apiKey:a,feature:n,onSdkChange:c}):t.jsx(Gl,{sdk:e})}),Ql=l("main")(({theme:e})=>({backgroundColor:e.palette.background.paper,display:"flex",flexDirection:"column",flex:1})),Xl=l(u4)(({theme:e})=>({"& .MuiDialog-paper":{borderRadius:e.shape.borderRadiusLarge,maxWidth:e.spacing(170),width:"100%",backgroundColor:"transparent"},padding:0,"& .MuiPaper-root > section":{overflowX:"hidden"}})),N5=l("div")(({theme:e})=>({borderTop:`1px solid ${e.palette.divider}}`,display:"flex",justifyContent:"flex-end",gap:e.spacing(4),alignItems:"center",padding:e.spacing(3,8,3,8)})),z5=l("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",gap:e.spacing(4),alignItems:"center",padding:e.spacing(3,8,3,8)})),ed=({onClose:e,onFinish:a,environments:n,project:c,feature:s})=>{const i=m1(),r=V1(i.breakpoints.up("lg")),[o,p]=d.useState(null),[h,u]=d.useState(null),[v,m]=d.useState(null),[g,f]=d.useState("select-sdk"),{project:j}=z1(c,{refreshInterval:1e3}),b=g==="select-sdk",x=g==="generate-api-key"&&o&&h,C=g==="test-connection"&&o&&h&&v,E=j.onboardingStatus.status==="onboarded";return d.useEffect(()=>{n.length>0&&u(n[0])},[JSON.stringify(n)]),t.jsx(Xl,{open:!0,onClose:e,children:t.jsxs(S,{sx:{display:"flex"},children:[t.jsxs(Ql,{children:[b?t.jsx(ul,{onSelect:M=>{p(M),f("generate-api-key")}}):null,x?t.jsx(pl,{environments:n,environment:h,project:c,sdkType:o.type,onEnvSelect:u,onApiKey:m}):null,C?t.jsx(Jl,{apiKey:v,sdk:o,feature:s,onSdkChange:()=>{f("select-sdk")}}):null,g==="generate-api-key"?t.jsx(N5,{children:t.jsxs(z5,{children:[t.jsx(J,{variant:"text",color:"inherit",onClick:()=>{f("select-sdk")},children:"Back"}),t.jsx(J,{variant:"contained",disabled:!v,onClick:()=>{f("test-connection")},children:"Next"})]})}):null,C?t.jsx(N5,{children:t.jsxs(z5,{children:[E?null:t.jsx(J,{variant:"text",color:"inherit",onClick:()=>{f("generate-api-key")},children:"Back"}),t.jsx(J,{variant:"contained",onClick:()=>{a(o.name)},children:"Complete"})]})}):null]}),r&&b?t.jsx(fl,{}):null,r&&x?t.jsx(gl,{}):null,r&&C?t.jsx(Tl,{projectId:c,sdk:o.name,environment:h}):null]})})},td=({open:e,...a})=>e?t.jsx(ed,{...a}):null;var z4={},ad=N1;Object.defineProperty(z4,"__esModule",{value:!0});var W7=z4.default=void 0,nd=ad(B1()),cd=t,sd=(0,nd.default)((0,cd.jsx)("path",{d:"m9.78 11.16-1.42 1.42c-.68-.69-1.34-1.58-1.79-2.94l1.94-.49c.32.89.77 1.5 1.27 2.01zM11 6 7 2 3 6h3.02c.02.81.08 1.54.19 2.17l1.94-.49C8.08 7.2 8.03 6.63 8.02 6H11zm10 0-4-4-4 4h2.99c-.1 3.68-1.28 4.75-2.54 5.88-.5.44-1.01.92-1.45 1.55-.34-.49-.73-.88-1.13-1.24L9.46 13.6c.93.85 1.54 1.54 1.54 3.4v5h2v-5c0-2.02.71-2.66 1.79-3.63 1.38-1.24 3.08-2.78 3.2-7.37H21z"}),"AltRoute");W7=z4.default=sd;function id({onClick:e,currentValue:a,label:n,icon:c,labelWidth:s,tooltip:i}){return t.jsx(In,{titleComponent:t.jsxs(Rn,{children:[t.jsx("h3",{children:i.header}),t.jsx("p",{children:i.description}),i.additionalContent]}),variant:"custom",children:t.jsx(J,{role:"switch","aria-checked":a,variant:a?"contained":"outlined",color:"primary",startIcon:c,onClick:e,disableElevation:!0,children:t.jsx(Dn,{labelWidth:s,children:n})})})}const rd=({global:e,project:a})=>{const{limitReached:n,limitMessage:c}=od(e.limit,e.count),s=ld(a.limit,a.count);return{limitMessage:n?c:s?`You have reached the project limit of ${a.limit} feature flags.`:void 0,globalFlagLimitReached:n,projectFlagLimitReached:s}},od=(e,a)=>{const n=a>=e;return{limitReached:n,limitMessage:n?`You have reached the instance-wide limit of ${e} feature flags.`:void 0}},ld=(e,a)=>e!=null&&e<=a,dd=()=>{const{setShowFeedback:e}=d.useContext(On);return d.useCallback(()=>{const{value:a,setValue:n}=m4("flagsCreated","0"),c=Number.parseInt(a,10)+1;n(`${c}`),c>1&&e(!0)},[e])},pd=l(u4)(({theme:e})=>({"& .MuiDialog-paper":{borderRadius:e.shape.borderRadiusLarge,maxWidth:e.spacing(170),width:"100%",backgroundColor:"transparent"},padding:0,"& .MuiPaper-root > section":{overflowX:"hidden"}})),C3={project:{icon:t.jsx(R8,{}),text:"Projects allow you to group feature flags together in the Unleash admin UI and in SDK payloads."},tags:{icon:t.jsx(_8,{}),text:"Tags are used to label flags in Unleash. They can be used when filtering flags in the UI. Additionally, they are used by some integrations."},type:{text:"A flag's type conveys its purpose. All types have the same capabilities, but choosing the right type signals what kind of flag it is. You can change this at any time."},impressionData:{text:"Impression data is used to track how your flag is performing. When enabled, you can subscribe to 'impression events' in the SDK and process them according to your needs."}},hd=({open:e,onClose:a,onSuccess:n,skipNavigationOnComplete:c})=>{if(e)return t.jsx(ud,{open:e,onClose:a,skipNavigationOnComplete:c,onSuccess:n})},ud=({open:e,onClose:a,skipNavigationOnComplete:n,onSuccess:c})=>{var o3,l3,m3;const{setToastData:s,setToastApiError:i}=f1(),{uiConfig:r,isOss:o}=r1(),p=U1(),h=dd(),[u,v]=O2("flag-creation-dialog",{},60*60*1e3),m=u,{type:g,setType:f,tags:j,setTags:b,name:x,setName:C,project:E,setProject:M,description:k,setDescription:L,validateToggleName:Z,impressionData:_,setImpressionData:$,getTogglePayload:F,clearErrors:R,errors:N}=_n(m),{createFeatureToggle:H,loading:I}=d4(),U={icon:t.jsx(j5,{}),text:"Feature flags are at the core of Unleash. Use them to control your feature rollouts.",link:{url:"https://docs.getunleash.io/concepts/feature-flags",label:"Feature flags documentation"}},[V,P]=d.useState(U),w=()=>P(U),y=F(),A=()=>`curl --location --request POST '${r.unleashUrl}/api/admin/projects/${E}/features' \\
|
|
1
|
+
import{fN as N,fO as c1,fP as Z3,fQ as M3,fR as J3,fS as M1,fT as g6,fU as k3,fV as S2,fW as M4,fX as w2,fY as K3,fZ as B4,f_ as C2,f$ as j4,g0 as T3,g1 as L4,g2 as P3,g3 as f6,ea as j0,eb as x6,g4 as j6,g5 as y6,g6 as b6,g7 as S6,g8 as I1,g9 as w6,ga as A2,gb as r1,e7 as y4,gc as z4,gd as pt,ge as C6,gf as Z6,gg as k6,gh as N4,gi as T6,fn as U3,gj as E6,cu as A6,gk as n0,gl as c0,gm as j2,gn as W4,go as ht,gp as ut,gq as mt,gr as vt,gs as b4,gt,gu as X2,e8 as D6,gv as S4,gw as w4,gx as I6,gy as R6,gz as O6,gA as y0,gB as F6,gC as $6,gD as C4,gE as P6,gF as ft,gG as V6,gH as _6,gI as M6,gJ as B6,gK as H4,gL as xt,gM as Z4,gN as L6,gO as z6,gP as N6,gQ as W6,gR as jt,gS as yt,gT as bt,gU as St,gV as wt,gW as Ct,gX as Zt,gY as kt,gZ as Tt,g_ as Et,g$ as At,h0 as Dt,h1 as It,h2 as Rt,h3 as Ot,h4 as Ft,h5 as $t,e9 as Pt,h6 as Vt,h7 as _t,h8 as Mt,h9 as Bt,ha as Lt,hb as zt,hc as Nt,hd as Wt,he as Ht,hf as qt,hg as Ut,hh as Yt,hi as H6,hj as Gt,hk as Jt,hl as Kt,hm as Qt,hn as Xt,ho as ea,hp as ta,hq as aa,bt as na,hr as ca,hs as sa,ht as ia,hu as ra,hv as oa,hw as la,hx as da,hy as pa,hz as ha,hA as ua,hB as ma,hC as va,hD as ga,hE as fa,hF as xa,hG as ja,hH as ya,hI as ba,r as l,s as d,hJ as Sa,d7 as s0,E as N1,j as t,F as W1,f as b1,w as P1,x as j1,aV as q4,J as D2,aW as I2,aX as H1,hK as V3,aY as e3,d as R2,hL as wa,a_ as q1,T as $,hM as t3,da as b0,L as l1,cw as S0,be as w0,B as Z,d3 as Ca,df as j3,hN as Za,m as O2,hO as ka,hP as Ta,aA as y3,ao as v1,i as Q,hQ as E3,hR as Ea,C as D,h as u1,bb as Aa,aU as K1,cL as b3,bc as U4,aQ as F2,aT as $2,aR as C0,G as t2,Q as g1,hS as q6,c9 as Q3,fv as Da,an as Z0,dm as Y4,dn as G4,b6 as R1,hT as U6,cg as a2,bh as Y6,hU as Ia,hV as Ra,b as S1,ai as Y1,av as z1,hW as G6,hX as J6,di as x3,dl as Y3,hY as Oa,hZ as Fa,h_ as Qe,h$ as K6,i0 as f3,dk as $a,d0 as Q6,i1 as X6,i2 as e8,db as Pa,i3 as Va,i4 as _a,U as Ma,aw as J4,b9 as d1,bq as B1,cq as Z2,i5 as Ba,i6 as La,c0 as Q1,i7 as t8,v as K4,i8 as za,bG as A3,i9 as Na,ia as Xe,ib as Wa,ic as a8,bM as n8,id as e5,c8,ie as Ha,ig as qa,ap as k0,aN as U,ih as Ua,bf as D3,eI as T0,ii as Q4,H as E0,c2 as _1,ij as s8,ik as Ya,il as Ga,a$ as B3,aD as n2,aE as L3,aH as c2,_ as s2,a as E1,aI as i2,aK as r2,aJ as A0,im as Ja,aM as i0,io as i1,bZ as Ka,ip as Qa,iq as Xa,d6 as X4,ir as e9,l as G1,u as ee,b5 as z3,is as t9,c as r0,cR as i8,it as te,iu as r8,iv as a9,cE as a3,b_ as n9,D as o2,cX as X3,iw as c9,cb as s9,aq as N3,aC as m1,ix as i9,at as h3,d4 as r9,iy as o9,eh as o8,iz as l9,iA as d9,iB as p9,iC as h9,iD as l8,iE as d8,az as C1,iF as u9,au as l2,iG as p8,iH as h8,fD as m9,iI as c3,cz as X1,iJ as v9,aP as g9,cp as P2,b8 as s3,eG as D0,iK as f9,iL as x9,b4 as k2,iM as j9,iN as u8,iO as y9,iP as b9,bp as d2,dc as S9,V as m8,W as ae,aZ as p2,iQ as w9,iR as v8,iS as V2,iT as C9,iU as Z9,iV as k9,iW as T9,bg as S3,iX as g8,iY as E9,z as A9,iZ as D9,i_ as I9,i$ as ne,j0 as R9,cQ as f8,j1 as O9,j2 as F9,eD as x8,eF as _3,n as ce,o as se,j3 as $9,j4 as P9,j5 as V9,j6 as j8,ey as ie,ah as y1,ez as o0,j7 as re,dd as T2,j8 as _9,eP as l0,aj as I0,j9 as M9,ja as B9,as as oe,jb as L9,a9 as D1,aa as _2,al as R0,ac as O0,ad as F0,ae as $0,af as P0,ab as V0,jc as y8,e2 as M2,ba as z9,am as le,A as _0,dT as N9,jd as W9,ek as e0,je as H9,jf as q9,t as b8,jg as U9,jh as Y9,dR as U1,ar as B2,dN as de,ji as Q0,jj as G9,jk as J9,cC as W3,cD as s1,jl as K9,jm as Q9,jn as X9,y as H3,fA as S8,jo as en,jp as w8,jq as tn,fM as C8,jr as k4,js as t5,jt as an,dQ as nn,dS as cn,ju as a5,jv as sn,jw as rn,jx as on,jy as ln,jz as dn,jA as pn,jB as hn,cc as un,bm as Z8,cd as pe,jC as mn,cn as he,co as ue,c3 as vn,c4 as gn,c5 as L2,jD as fn,jE as xn,bu as jn,bv as yn,I as n5,fu as bn,cP as Sn,cH as wn,jF as Cn,jG as k8,jH as Zn,jI as kn,jJ as Tn,b7 as me,jK as En,jL as An,b0 as z2,jM as T4,jN as Dn,jO as ve,jP as M0,jQ as ge,jR as fe,ck as T8,fF as In,jS as E8,jT as Rn,e$ as On,jU as Fn,jV as E4,jW as $n,jX as Pn,d$ as Vn,e0 as _n,dZ as Mn,jY as A8,jZ as D8,j_ as I8,j$ as Bn,k0 as R8,k1 as Ln,K as O8,k2 as zn,k3 as Nn,fE as Wn,k4 as Hn,fI as qn,dF as Un,dI as c5,k5 as Yn,k6 as Gn,k7 as Jn,d5 as F8,k8 as A4,k9 as Kn,e4 as $8,ka as Qn,kb as Xn,dj as s5,kc as ec,kd as tc,ke as ac,kf as u2,ce as P8,kg as nc,kh as cc,ki as sc,kj as ic,kk as rc,fy as oc,bz as lc,kl as dc,km as pc,kn as hc,ko as uc}from"./index-CoLhlfXP.js";import{F as V8,M as mc}from"./MarkCompletedDialogue-apmlFjVY.js";import{a as vc,u as _8,T as gc,b as fc,F as xc,h as jc,i as yc,P as M8,j as B8,f as bc,g as Sc,e as wc,C as Cc,d as Zc,k as L8,l as z8,E as kc}from"./FeatureStaleDialog-B6BfnDiQ.js";import{m as Tc,i as i5,b as Ec,c as Ac,d as Dc,e as Ic,E as Rc,f as Oc,u as Fc,a as $c,R as Pc,A as Vc,C as _c,g as N8,j as Mc}from"./RoleCell-ZzU5Oqy8.js";import"./useApiTokens-ClWvohC9.js";function W8(e,a){return N(e,a==null?void 0:a.in).getDay()===6}function H8(e,a){return N(e,a==null?void 0:a.in).getDay()===0}function G3(e,a){const n=N(e,a==null?void 0:a.in).getDay();return n===0||n===6}function q8(e,a,n){const c=N(e,n==null?void 0:n.in),s=G3(c,n);if(isNaN(a))return c1(n==null?void 0:n.in,NaN);const i=c.getHours(),r=a<0?-1:1,o=Math.trunc(a/5);c.setDate(c.getDate()+o*7);let p=Math.abs(a%5);for(;p>0;)c.setDate(c.getDate()+r),G3(c,n)||(p-=1);return s&&G3(c,n)&&a!==0&&(W8(c,n)&&c.setDate(c.getDate()+(r<0?2:-1)),H8(c,n)&&c.setDate(c.getDate()+(r<0?1:-2))),c.setHours(i),c}function U8(e,a,n){let c=N(e,n==null?void 0:n.in);const s=Z3(c,M3(c,n)),i=c1((n==null?void 0:n.in)||e,0);return i.setFullYear(a,0,4),i.setHours(0,0,0,0),c=M3(i),c.setDate(c.getDate()+s),c}function Y8(e,a,n){return U8(e,J3(e,n)+a,n)}function Bc(e,a,n){const[c,s]=[+N(e.start,n==null?void 0:n.in),+N(e.end,n==null?void 0:n.in)].sort((o,p)=>o-p),[i,r]=[+N(a.start,n==null?void 0:n.in),+N(a.end,n==null?void 0:n.in)].sort((o,p)=>o-p);return n!=null&&n.inclusive?c<=r&&i<=s:c<r&&i<s}function G8(e,a){let n,c=a==null?void 0:a.in;return e.forEach(s=>{!c&&typeof s=="object"&&(c=c1.bind(null,s));const i=N(s,c);(!n||n<i||isNaN(+i))&&(n=i)}),c1(c,n||NaN)}function J8(e,a){let n,c=a==null?void 0:a.in;return e.forEach(s=>{!c&&typeof s=="object"&&(c=c1.bind(null,s));const i=N(s,c);(!n||n>i||isNaN(+i))&&(n=i)}),c1(c,n||NaN)}function Lc(e,a,n){const[c,s,i]=M1(n==null?void 0:n.in,e,a.start,a.end);return J8([G8([c,s],n),i],n)}function K8(e,a){const n=+N(e);if(isNaN(n))return NaN;let c,s;return a.forEach((i,r)=>{const o=N(i);if(isNaN(+o)){c=NaN,s=NaN;return}const p=Math.abs(n-+o);(c==null||p<s)&&(c=r,s=p)}),c}function zc(e,a,n){const[c,...s]=M1(n==null?void 0:n.in,e,...a),i=K8(c,s);if(typeof i=="number"&&isNaN(i))return c1(c,NaN);if(i!==void 0)return s[i]}function Nc(e,a){const n=+N(e)-+N(a);return n>0?-1:n<0?1:n}function Wc(e){const a=Math.trunc(e/g6);return a===0?0:a}function Hc(e,a,n){const[c,s]=M1(n==null?void 0:n.in,e,a);if(!k3(c)||!k3(s))return NaN;const i=Z3(c,s),r=i<0?-1:1,o=Math.trunc(i/7);let p=o*5,h=S2(s,o*7);for(;!M4(c,h);)p+=G3(h,n)?0:r,h=S2(h,r);return p===0?0:p}function Q8(e,a,n){const[c,s]=M1(n==null?void 0:n.in,e,a);return J3(c,n)-J3(s,n)}function qc(e,a,n){const[c,s]=M1(n==null?void 0:n.in,e,a),i=w2(c),r=w2(s),o=+i-K3(i),p=+r-K3(r);return Math.round((o-p)/B4)}function D4(e,a){const n=N(e,a==null?void 0:a.in);return Math.trunc(n.getMonth()/3)+1}function t0(e,a,n){const[c,s]=M1(n==null?void 0:n.in,e,a),i=c.getFullYear()-s.getFullYear(),r=D4(c)-D4(s);return i*4+r}function d0(e,a,n){const[c,s]=M1(n==null?void 0:n.in,e,a),i=C2(c,n),r=C2(s,n),o=+i-K3(i),p=+r-K3(r);return Math.round((o-p)/B4)}function X8(e,a,n){return Y8(e,-a,n)}function Uc(e,a,n){const[c,s]=M1(n==null?void 0:n.in,e,a),i=j4(c,s),r=Math.abs(Q8(c,s,n)),o=X8(c,i*r,n),p=+(j4(o,s)===-i),h=i*(r-p);return h===0?0:h}function e7(e,a){const{start:n,end:c}=T3(a==null?void 0:a.in,e);let s=+n>+c;const i=s?+n:+c,r=s?c:n;r.setHours(0,0,0,0);let o=(a==null?void 0:a.step)??1;if(!o)return[];o<0&&(o=-o,s=!s);const p=[];for(;+r<=i;)p.push(c1(n,r)),r.setDate(r.getDate()+o),r.setHours(0,0,0,0);return s?p.reverse():p}function Yc(e,a){const{start:n,end:c}=T3(a==null?void 0:a.in,e);let s=+n>+c;const i=s?+n:+c,r=s?c:n;r.setMinutes(0,0,0);let o=(a==null?void 0:a.step)??1;if(!o)return[];o<0&&(o=-o,s=!s);const p=[];for(;+r<=i;)p.push(c1(n,r)),r.setHours(r.getHours()+o);return s?p.reverse():p}function Gc(e,a){const{start:n,end:c}=T3(a==null?void 0:a.in,e);n.setSeconds(0,0);let s=+n>+c;const i=s?+n:+c;let r=s?c:n,o=(a==null?void 0:a.step)??1;if(!o)return[];o<0&&(o=-o,s=!s);const p=[];for(;+r<=i;)p.push(c1(n,r)),r=L4(r,o);return s?p.reverse():p}function Jc(e,a){const{start:n,end:c}=T3(a==null?void 0:a.in,e);let s=+n>+c;const i=s?+n:+c,r=s?c:n;r.setHours(0,0,0,0),r.setDate(1);let o=(a==null?void 0:a.step)??1;if(!o)return[];o<0&&(o=-o,s=!s);const p=[];for(;+r<=i;)p.push(c1(n,r)),r.setMonth(r.getMonth()+o);return s?p.reverse():p}function Kc(e,a){const{start:n,end:c}=T3(a==null?void 0:a.in,e);let s=+n>+c;const i=s?+P3(n):+P3(c);let r=s?P3(c):P3(n),o=(a==null?void 0:a.step)??1;if(!o)return[];o<0&&(o=-o,s=!s);const p=[];for(;+r<=i;)p.push(c1(n,r)),r=f6(r,o);return s?p.reverse():p}function xe(e,a){const{start:n,end:c}=T3(a==null?void 0:a.in,e),s=e7({start:n,end:c},a),i=[];let r=0;for(;r<s.length;){const o=s[r++];G3(o)&&i.push(c1(n,o))}return i}function Qc(e,a){const n=j0(e,a),c=x6(e,a);return xe({start:n,end:c},a)}function Xc(e,a){const n=j6(e,a),c=y6(e,a);return xe({start:n,end:c},a)}function es(e,a){const{start:n,end:c}=T3(a==null?void 0:a.in,e);let s=+n>+c;const i=s?+n:+c,r=s?c:n;r.setHours(0,0,0,0),r.setMonth(0,1);let o=(a==null?void 0:a.step)??1;if(!o)return[];o<0&&(o=-o,s=!s);const p=[];for(;+r<=i;)p.push(c1(n,r)),r.setFullYear(r.getFullYear()+o);return s?p.reverse():p}function ts(e,a){const n=N(e,a==null?void 0:a.in),c=n.getFullYear(),s=9+Math.floor(c/10)*10;return n.setFullYear(s,11,31),n.setHours(23,59,59,999),n}function as(e,a){return b6(e,{...a,weekStartsOn:1})}function ns(e,a){const n=J3(e,a),c=c1((a==null?void 0:a.in)||e,0);c.setFullYear(n+1,0,4),c.setHours(0,0,0,0);const s=w2(c,a);return s.setMilliseconds(s.getMilliseconds()-1),s}function cs(e){return S6(Date.now(),e)}function ss(e){const a=I1(e==null?void 0:e.in),n=a.getFullYear(),c=a.getMonth(),s=a.getDate(),i=I1(e==null?void 0:e.in);return i.setFullYear(n,c,s+1),i.setHours(23,59,59,999),e!=null&&e.in?e.in(i):i}function is(e){const a=I1(e==null?void 0:e.in),n=c1(e==null?void 0:e.in,0);return n.setFullYear(a.getFullYear(),a.getMonth(),a.getDate()-1),n.setHours(23,59,59,999),n}const rs=["years","months","weeks","days","hours","minutes","seconds"];function os(e,a){const n=A2(),c=(a==null?void 0:a.locale)??n.locale??w6,s=(a==null?void 0:a.format)??rs,i=(a==null?void 0:a.zero)??!1,r=(a==null?void 0:a.delimiter)??" ";return c.formatDistance?s.reduce((p,h)=>{const u=`x${h.replace(/(^.)/,m=>m.toUpperCase())}`,g=e[h];return g!==void 0&&(i||e[h])?p.concat(c.formatDistance(u,g)):p},[]).join(r):""}function t7(e,a){const n=N(e,a==null?void 0:a.in);if(isNaN(+n))throw new RangeError("Invalid time value");const c=(a==null?void 0:a.format)??"extended",s=(a==null?void 0:a.representation)??"complete";let i="",r="";const o=c==="extended"?"-":"",p=c==="extended"?":":"";if(s!=="time"){const h=r1(n.getDate(),2),u=r1(n.getMonth()+1,2);i=`${r1(n.getFullYear(),4)}${o}${u}${o}${h}`}if(s!=="date"){const h=n.getTimezoneOffset();if(h!==0){const j=Math.abs(h),b=r1(Math.trunc(j/60),2),x=r1(j%60,2);r=`${h<0?"+":"-"}${b}:${x}`}else r="Z";const u=r1(n.getHours(),2),g=r1(n.getMinutes(),2),m=r1(n.getSeconds(),2),v=i===""?"":"T",f=[u,g,m].join(p);i=`${i}${v}${f}${r}`}return i}function ls(e,a){const n=N(e,a==null?void 0:a.in);if(!k3(n))throw new RangeError("Invalid time value");const c=(a==null?void 0:a.format)??"extended",s=(a==null?void 0:a.representation)??"complete";let i="";const r=c==="extended"?"-":"",o=c==="extended"?":":"";if(s!=="time"){const p=r1(n.getDate(),2),h=r1(n.getMonth()+1,2);i=`${r1(n.getFullYear(),4)}${r}${h}${r}${p}`}if(s!=="date"){const p=r1(n.getHours(),2),h=r1(n.getMinutes(),2),u=r1(n.getSeconds(),2);i=`${i}${i===""?"":" "}${p}${o}${h}${o}${u}`}return i}function ds(e){const{years:a=0,months:n=0,days:c=0,hours:s=0,minutes:i=0,seconds:r=0}=e;return`P${a}Y${n}M${c}DT${s}H${i}M${r}S`}function ps(e,a){const n=N(e,a==null?void 0:a.in);if(!k3(n))throw new RangeError("Invalid time value");const c=(a==null?void 0:a.fractionDigits)??0,s=r1(n.getDate(),2),i=r1(n.getMonth()+1,2),r=n.getFullYear(),o=r1(n.getHours(),2),p=r1(n.getMinutes(),2),h=r1(n.getSeconds(),2);let u="";if(c>0){const v=n.getMilliseconds(),f=Math.trunc(v*Math.pow(10,c-3));u="."+r1(f,c)}let g="";const m=n.getTimezoneOffset();if(m!==0){const v=Math.abs(m),f=r1(Math.trunc(v/60),2),j=r1(v%60,2);g=`${m<0?"+":"-"}${f}:${j}`}else g="Z";return`${r}-${i}-${s}T${o}:${p}:${h}${u}${g}`}const hs=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],us=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function ms(e){const a=N(e);if(!k3(a))throw new RangeError("Invalid time value");const n=hs[a.getUTCDay()],c=r1(a.getUTCDate(),2),s=us[a.getUTCMonth()],i=a.getUTCFullYear(),r=r1(a.getUTCHours(),2),o=r1(a.getUTCMinutes(),2),p=r1(a.getUTCSeconds(),2);return`${n}, ${c} ${s} ${i} ${r}:${o}:${p} GMT`}function vs(e,a,n){var g,m,v,f;const[c,s]=M1(n==null?void 0:n.in,e,a),i=A2(),r=(n==null?void 0:n.locale)??i.locale??w6,o=(n==null?void 0:n.weekStartsOn)??((m=(g=n==null?void 0:n.locale)==null?void 0:g.options)==null?void 0:m.weekStartsOn)??i.weekStartsOn??((f=(v=i.locale)==null?void 0:v.options)==null?void 0:f.weekStartsOn)??0,p=Z3(c,s);if(isNaN(p))throw new RangeError("Invalid time value");let h;p<-6?h="other":p<-1?h="lastWeek":p<0?h="yesterday":p<1?h="today":p<2?h="tomorrow":p<7?h="nextWeek":h="other";const u=r.formatRelative(h,c,s,{locale:r,weekStartsOn:o});return y4(c,u,{locale:r,weekStartsOn:o})}function B0(e,a){return N(e,a==null?void 0:a.in).getDay()}function a7(e,a){const c=N(e,a==null?void 0:a.in).getFullYear();return c%400===0||c%4===0&&c%100!==0}function gs(e,a){const n=N(e,a==null?void 0:a.in);return Number.isNaN(+n)?NaN:a7(n)?366:365}function fs(e,a){const c=N(e,a==null?void 0:a.in).getFullYear();return Math.floor(c/10)*10}function xs(e,a){const n=M3(e,a),s=+M3(z4(n,60))-+n;return Math.round(s/B4)}function js(e,a){const[n,c]=[+N(e.start),+N(e.end)].sort((g,m)=>g-m),[s,i]=[+N(a.start),+N(a.end)].sort((g,m)=>g-m);if(!(n<i&&s<c))return 0;const o=s<n?n:s,p=o-K3(o),h=i>c?c:i,u=h-K3(h);return Math.ceil((u-p)/pt)}function ys(e){return+N(e)}function bs(e){return Math.trunc(+N(e)/1e3)}function Ss(e,a){var p,h,u,g;const n=A2(),c=(a==null?void 0:a.weekStartsOn)??((h=(p=a==null?void 0:a.locale)==null?void 0:p.options)==null?void 0:h.weekStartsOn)??n.weekStartsOn??((g=(u=n.locale)==null?void 0:u.options)==null?void 0:g.weekStartsOn)??0,s=C6(N(e,a==null?void 0:a.in));if(isNaN(s))return NaN;const i=B0(j0(e,a));let r=c-i;r<=0&&(r+=7);const o=s-r;return Math.ceil(o/7)+1}function n7(e,a){const n=N(e,a==null?void 0:a.in),c=n.getMonth();return n.setFullYear(n.getFullYear(),c+1,0),n.setHours(0,0,0,0),N(n,a==null?void 0:a.in)}function ws(e,a){const n=N(e,a==null?void 0:a.in);return d0(n7(n,a),j0(n,a),a)+1}function Cs(e){return Math.trunc(e*Z6)}function Zs(e){return Math.trunc(e*k6)}function ks(e){return Math.trunc(e*N4)}function Ts(e,a,n){const[c,s]=M1(n==null?void 0:n.in,e,a);if(isNaN(+c))throw new TypeError("Start date is invalid");if(isNaN(+s))throw new TypeError("End date is invalid");if(n!=null&&n.assertPositive&&+c>+s)throw new TypeError("End date must be after start date");return{start:c,end:s}}function Es(e,a){const{start:n,end:c}=T3(a==null?void 0:a.in,e),s={},i=T6(c,n);i&&(s.years=i);const r=U3(n,{years:s.years}),o=E6(c,r);o&&(s.months=o);const p=U3(r,{months:s.months}),h=A6(c,p);h&&(s.days=h);const u=U3(p,{days:s.days}),g=n0(c,u);g&&(s.hours=g);const m=U3(u,{hours:s.hours}),v=c0(c,m);v&&(s.minutes=v);const f=U3(m,{minutes:s.minutes}),j=j2(c,f);return j&&(s.seconds=j),s}function As(e,a,n){let c;return Ds(a)?c=a:n=a,new Intl.DateTimeFormat(n==null?void 0:n.locale,c).format(N(e))}function Ds(e){return e!==void 0&&!("locale"in e)}function Is(e,a,n){let c=0,s;const[i,r]=M1(n==null?void 0:n.in,e,a);if(n!=null&&n.unit)s=n==null?void 0:n.unit,s==="second"?c=j2(i,r):s==="minute"?c=c0(i,r):s==="hour"?c=n0(i,r):s==="day"?c=Z3(i,r):s==="week"?c=d0(i,r):s==="month"?c=b4(i,r):s==="quarter"?c=t0(i,r):s==="year"&&(c=X2(i,r));else{const p=j2(i,r);Math.abs(p)<W4?(c=j2(i,r),s="second"):Math.abs(p)<N4?(c=c0(i,r),s="minute"):Math.abs(p)<ht&&Math.abs(Z3(i,r))<1?(c=n0(i,r),s="hour"):Math.abs(p)<ut&&(c=Z3(i,r))&&Math.abs(c)<7?s="day":Math.abs(p)<mt?(c=d0(i,r),s="week"):Math.abs(p)<vt?(c=b4(i,r),s="month"):Math.abs(p)<gt?t0(i,r)<4?(c=t0(i,r),s="quarter"):(c=X2(i,r),s="year"):(c=X2(i,r),s="year")}return new Intl.RelativeTimeFormat(n==null?void 0:n.locale,{numeric:"auto",...n}).format(c,s)}function Rs(e,a,n){const c=new Date(e,a,n);return c.getFullYear()===e&&c.getMonth()===a&&c.getDate()===n}function Os(e,a){return N(e,a==null?void 0:a.in).getDate()===1}function Fs(e,a){return N(e,a==null?void 0:a.in).getDay()===5}function $s(e){return+N(e)>Date.now()}function Ps(e,a,n){return k3(D6(e,a,new Date,n))}function Vs(e,a){return N(e,a==null?void 0:a.in).getDay()===1}function je(e,a,n){const[c,s]=M1(n==null?void 0:n.in,e,a);return+C2(c,n)==+C2(s,n)}function c7(e,a,n){return je(e,a,{...n,weekStartsOn:1})}function _s(e,a,n){const[c,s]=M1(n==null?void 0:n.in,e,a);return+M3(c)==+M3(s)}function s7(e,a){return+S4(e)==+S4(a)}function i7(e,a,n){const[c,s]=M1(n==null?void 0:n.in,e,a);return+P3(c)==+P3(s)}function r7(e,a){return+w4(e)==+w4(a)}function Ms(e,a){return I6(N(e,a==null?void 0:a.in),I1((a==null?void 0:a.in)||e))}function Bs(e,a){return c7(c1((a==null?void 0:a.in)||e,e),I1((a==null?void 0:a.in)||e))}function Ls(e){return s7(e,I1(e))}function zs(e,a){return R6(c1((a==null?void 0:a.in)||e,e),I1((a==null?void 0:a.in)||e))}function Ns(e,a){return i7(c1((a==null?void 0:a.in)||e,e),I1((a==null?void 0:a.in)||e))}function Ws(e){return r7(e,I1(e))}function Hs(e,a){return je(c1((a==null?void 0:a.in)||e,e),I1((a==null?void 0:a.in)||e),a)}function qs(e,a){return O6(c1((a==null?void 0:a.in)||e,e),I1((a==null?void 0:a.in)||e))}function Us(e,a){return N(e,a==null?void 0:a.in).getDay()===4}function Ys(e,a){return N(e,a==null?void 0:a.in).getDay()===2}function Gs(e,a){return N(e,a==null?void 0:a.in).getDay()===3}function Js(e,a){return M4(c1((a==null?void 0:a.in)||e,e),y0(I1((a==null?void 0:a.in)||e),1))}function Ks(e,a){const n=N(e,a==null?void 0:a.in),c=n.getFullYear(),s=9+Math.floor(c/10)*10;return n.setFullYear(s+1,0,0),n.setHours(0,0,0,0),N(n,a==null?void 0:a.in)}function Qs(e,a){return F6(e,{...a,weekStartsOn:1})}function Xs(e,a){const n=J3(e,a),c=c1((a==null?void 0:a.in)||e,0);c.setFullYear(n+1,0,4),c.setHours(0,0,0,0);const s=w2(c,a);return s.setDate(s.getDate()-1),s}function ei(e,a){const n=N(e,a==null?void 0:a.in),c=n.getMonth(),s=c-c%3+3;return n.setMonth(s,0),n.setHours(0,0,0,0),n}function ti(e,a){const n=N(e,a==null?void 0:a.in),c=n.getFullYear();return n.setFullYear(c+1,0,0),n.setHours(0,0,0,0),n}const ai=/(\w)\1*|''|'(''|[^'])+('|$)|./g,ni=/^'([^]*?)'?$/,ci=/''/g,si=/[a-zA-Z]/;function ii(e,a){const n=N(e);if(!k3(n))throw new RangeError("Invalid time value");const c=a.match(ai);return c?c.map(i=>{if(i==="''")return"'";const r=i[0];if(r==="'")return ri(i);const o=$6[r];if(o)return o(n,i);if(r.match(si))throw new RangeError("Format string contains an unescaped latin alphabet character `"+r+"`");return i}).join(""):""}function ri(e){const a=e.match(ni);return a?a[1].replace(ci,"'"):e}function oi({years:e,months:a,weeks:n,days:c,hours:s,minutes:i,seconds:r}){let o=0;e&&(o+=e*C4),a&&(o+=a*(C4/12)),n&&(o+=n*7),c&&(o+=c);let p=o*24*60*60;return s&&(p+=s*60*60),i&&(p+=i*60),r&&(p+=r),Math.trunc(p*1e3)}function li(e){const a=e/Z6;return Math.trunc(a)}function di(e){const a=e/P6;return Math.trunc(a)}function pi(e){const a=e/ft;return Math.trunc(a)}function hi(e){const a=e/k6;return Math.trunc(a)}function ui(e){return Math.trunc(e*P6)}function mi(e){return Math.trunc(e*W4)}function vi(e){const a=e/V6;return Math.trunc(a)}function gi(e){const a=e/_6;return Math.trunc(a)}function I3(e,a,n){let c=a-B0(e,n);return c<=0&&(c+=7),S2(e,c,n)}function fi(e,a){return I3(e,5,a)}function xi(e,a){return I3(e,1,a)}function ji(e,a){return I3(e,6,a)}function yi(e,a){return I3(e,0,a)}function bi(e,a){return I3(e,4,a)}function Si(e,a){return I3(e,2,a)}function wi(e,a){return I3(e,3,a)}function Ci(e,a){const n=e.match(/(\d{4})-(\d{2})-(\d{2})[T ](\d{2}):(\d{2}):(\d{2})(?:\.(\d{0,7}))?(?:Z|(.)(\d{2}):?(\d{2})?)?/);return n?N(Date.UTC(+n[1],+n[2]-1,+n[3],+n[4]-(+n[9]||0)*(n[8]=="-"?-1:1),+n[5]-(+n[10]||0)*(n[8]=="-"?-1:1),+n[6],+((n[7]||"0")+"00").substring(0,3)),a==null?void 0:a.in):N(NaN,a==null?void 0:a.in)}function R3(e,a,n){let c=B0(e,n)-a;return c<=0&&(c+=7),y0(e,c,n)}function Zi(e,a){return R3(e,5,a)}function ki(e,a){return R3(e,1,a)}function Ti(e,a){return R3(e,6,a)}function Ei(e,a){return R3(e,0,a)}function Ai(e,a){return R3(e,4,a)}function Di(e,a){return R3(e,2,a)}function Ii(e,a){return R3(e,3,a)}function Ri(e){return Math.trunc(e*V6)}function Oi(e){const a=e/M6;return Math.trunc(a)}function Fi(e,a){const n=(a==null?void 0:a.nearestTo)??1;if(n<1||n>12)return c1((a==null?void 0:a.in)||e,NaN);const c=N(e,a==null?void 0:a.in),s=c.getMinutes()/60,i=c.getSeconds()/60/60,r=c.getMilliseconds()/1e3/60/60,o=c.getHours()+s+i+r,p=(a==null?void 0:a.roundingMethod)??"round",u=B6(p)(o/n)*n;return c.setHours(u,0,0,0),c}function $i(e,a){const n=(a==null?void 0:a.nearestTo)??1;if(n<1||n>30)return c1(e,NaN);const c=N(e,a==null?void 0:a.in),s=c.getSeconds()/60,i=c.getMilliseconds()/1e3/60,r=c.getMinutes()+s+i,o=(a==null?void 0:a.roundingMethod)??"round",h=B6(o)(r/n)*n;return c.setMinutes(h,0,0),c}function Pi(e){const a=e/N4;return Math.trunc(a)}function Vi(e){const a=e/W4;return Math.trunc(a)}function _i(e,a,n){let c=N(e,n==null?void 0:n.in);return isNaN(+c)?c1((n==null?void 0:n.in)||e,NaN):(a.year!=null&&c.setFullYear(a.year),a.month!=null&&(c=H4(c,a.month)),a.date!=null&&c.setDate(a.date),a.hours!=null&&c.setHours(a.hours),a.minutes!=null&&c.setMinutes(a.minutes),a.seconds!=null&&c.setSeconds(a.seconds),a.milliseconds!=null&&c.setMilliseconds(a.milliseconds),c)}function Mi(e,a,n){const c=N(e,n==null?void 0:n.in);return c.setMonth(0),c.setDate(a),c}function Bi(e){const a={},n=A2();for(const c in n)Object.prototype.hasOwnProperty.call(n,c)&&(a[c]=n[c]);for(const c in e)Object.prototype.hasOwnProperty.call(e,c)&&(e[c]===void 0?delete a[c]:a[c]=e[c]);xt(a)}function Li(e,a,n){const c=N(e,n==null?void 0:n.in),s=Math.trunc(c.getMonth()/3)+1,i=a-s;return H4(c,c.getMonth()+i*3)}function zi(e,a,n){var p,h,u,g;const c=A2(),s=(n==null?void 0:n.firstWeekContainsDate)??((h=(p=n==null?void 0:n.locale)==null?void 0:p.options)==null?void 0:h.firstWeekContainsDate)??c.firstWeekContainsDate??((g=(u=c.locale)==null?void 0:u.options)==null?void 0:g.firstWeekContainsDate)??1,i=Z3(N(e,n==null?void 0:n.in),Z4(e,n),n),r=c1((n==null?void 0:n.in)||e,0);r.setFullYear(a,0,s),r.setHours(0,0,0,0);const o=Z4(r,n);return o.setDate(o.getDate()+i),o}function Ni(e,a){const n=N(e,a==null?void 0:a.in),c=n.getFullYear(),s=Math.floor(c/10)*10;return n.setFullYear(s,0,1),n.setHours(0,0,0,0),n}function Wi(e){return L6(Date.now(),e)}function Hi(e){const a=I1(e==null?void 0:e.in),n=a.getFullYear(),c=a.getMonth(),s=a.getDate(),i=c1(e==null?void 0:e.in,0);return i.setFullYear(n,c,s+1),i.setHours(0,0,0,0),i}function qi(e){const a=I1(e==null?void 0:e.in),n=a.getFullYear(),c=a.getMonth(),s=a.getDate(),i=I1(e==null?void 0:e.in);return i.setFullYear(n,c,s-1),i.setHours(0,0,0,0),i}function Ui(e,a,n){return q8(e,-a,n)}function Yi(e,a,n){return z6(e,-a,n)}function Gi(e,a,n){return N6(e,-a,n)}function Ji(e,a,n){return L4(e,-a,n)}function Ki(e,a,n){return W6(e,-a,n)}function Qi(e,a,n){return z4(e,-a,n)}function Xi(e){return Math.trunc(e*g6)}function er(e){return Math.trunc(e*C4)}function tr(e){return Math.trunc(e*_6)}function ar(e){return Math.trunc(e*M6)}const nr=Object.freeze(Object.defineProperty({__proto__:null,add:U3,addBusinessDays:q8,addDays:S2,addHours:z6,addISOWeekYears:Y8,addMilliseconds:N6,addMinutes:L4,addMonths:jt,addQuarters:f6,addSeconds:W6,addWeeks:z4,addYears:yt,areIntervalsOverlapping:Bc,clamp:Lc,closestIndexTo:K8,closestTo:zc,compareAsc:j4,compareDesc:Nc,constructFrom:c1,constructNow:I1,daysToWeeks:Wc,differenceInBusinessDays:Hc,differenceInCalendarDays:Z3,differenceInCalendarISOWeekYears:Q8,differenceInCalendarISOWeeks:qc,differenceInCalendarMonths:b4,differenceInCalendarQuarters:t0,differenceInCalendarWeeks:d0,differenceInCalendarYears:X2,differenceInDays:A6,differenceInHours:n0,differenceInISOWeekYears:Uc,differenceInMilliseconds:bt,differenceInMinutes:c0,differenceInMonths:E6,differenceInQuarters:St,differenceInSeconds:j2,differenceInWeeks:wt,differenceInYears:T6,eachDayOfInterval:e7,eachHourOfInterval:Yc,eachMinuteOfInterval:Gc,eachMonthOfInterval:Jc,eachQuarterOfInterval:Kc,eachWeekOfInterval:Ct,eachWeekendOfInterval:xe,eachWeekendOfMonth:Qc,eachWeekendOfYear:Xc,eachYearOfInterval:es,endOfDay:S6,endOfDecade:ts,endOfHour:Zt,endOfISOWeek:as,endOfISOWeekYear:ns,endOfMinute:kt,endOfMonth:x6,endOfQuarter:Tt,endOfSecond:Et,endOfToday:cs,endOfTomorrow:ss,endOfWeek:b6,endOfYear:y6,endOfYesterday:is,format:y4,formatDate:y4,formatDistance:At,formatDistanceStrict:Dt,formatDistanceToNow:It,formatDistanceToNowStrict:Rt,formatDuration:os,formatISO:t7,formatISO9075:ls,formatISODuration:ds,formatRFC3339:ps,formatRFC7231:ms,formatRelative:vs,formatters:Ot,fromUnixTime:Ft,getDate:C6,getDay:B0,getDayOfYear:$t,getDaysInMonth:Pt,getDaysInYear:gs,getDecade:fs,getDefaultOptions:Vt,getHours:_t,getISODay:Mt,getISOWeek:Bt,getISOWeekYear:J3,getISOWeeksInYear:xs,getMilliseconds:Lt,getMinutes:zt,getMonth:Nt,getOverlappingDaysInIntervals:js,getQuarter:D4,getSeconds:Wt,getTime:ys,getUnixTime:bs,getWeek:Ht,getWeekOfMonth:Ss,getWeekYear:qt,getWeeksInMonth:ws,getYear:Ut,hoursToMilliseconds:Cs,hoursToMinutes:Zs,hoursToSeconds:ks,interval:Ts,intervalToDuration:Es,intlFormat:As,intlFormatDistance:Is,isAfter:Yt,isBefore:H6,isDate:Gt,isEqual:Jt,isExists:Rs,isFirstDayOfMonth:Os,isFriday:Fs,isFuture:$s,isLastDayOfMonth:Kt,isLeapYear:a7,isMatch:Ps,isMonday:Vs,isPast:Qt,isSameDay:M4,isSameHour:I6,isSameISOWeek:c7,isSameISOWeekYear:_s,isSameMinute:s7,isSameMonth:R6,isSameQuarter:i7,isSameSecond:r7,isSameWeek:je,isSameYear:O6,isSaturday:W8,isSunday:H8,isThisHour:Ms,isThisISOWeek:Bs,isThisMinute:Ls,isThisMonth:zs,isThisQuarter:Ns,isThisSecond:Ws,isThisWeek:Hs,isThisYear:qs,isThursday:Us,isToday:Xt,isTomorrow:ea,isTuesday:Ys,isValid:k3,isWednesday:Gs,isWeekend:G3,isWithinInterval:ta,isYesterday:Js,lastDayOfDecade:Ks,lastDayOfISOWeek:Qs,lastDayOfISOWeekYear:Xs,lastDayOfMonth:n7,lastDayOfQuarter:ei,lastDayOfWeek:F6,lastDayOfYear:ti,lightFormat:ii,lightFormatters:$6,longFormatters:aa,max:G8,milliseconds:oi,millisecondsToHours:li,millisecondsToMinutes:di,millisecondsToSeconds:pi,min:J8,minutesToHours:hi,minutesToMilliseconds:ui,minutesToSeconds:mi,monthsToQuarters:vi,monthsToYears:gi,nextDay:I3,nextFriday:fi,nextMonday:xi,nextSaturday:ji,nextSunday:yi,nextThursday:bi,nextTuesday:Si,nextWednesday:wi,parse:D6,parseISO:na,parseJSON:Ci,parsers:ca,previousDay:R3,previousFriday:Zi,previousMonday:ki,previousSaturday:Ti,previousSunday:Ei,previousThursday:Ai,previousTuesday:Di,previousWednesday:Ii,quartersToMonths:Ri,quartersToYears:Oi,roundToNearestHours:Fi,roundToNearestMinutes:$i,secondsToHours:Pi,secondsToMilliseconds:sa,secondsToMinutes:Vi,set:_i,setDate:ia,setDay:ra,setDayOfYear:Mi,setDefaultOptions:Bi,setHours:oa,setISODay:la,setISOWeek:da,setISOWeekYear:U8,setMilliseconds:pa,setMinutes:ha,setMonth:H4,setQuarter:Li,setSeconds:ua,setWeek:ma,setWeekYear:zi,setYear:va,startOfDay:L6,startOfDecade:Ni,startOfHour:ga,startOfISOWeek:w2,startOfISOWeekYear:M3,startOfMinute:S4,startOfMonth:j0,startOfQuarter:P3,startOfSecond:w4,startOfToday:Wi,startOfTomorrow:Hi,startOfWeek:C2,startOfWeekYear:Z4,startOfYear:j6,startOfYesterday:qi,sub:fa,subBusinessDays:Ui,subDays:y0,subHours:Yi,subISOWeekYears:X8,subMilliseconds:Gi,subMinutes:Ji,subMonths:xa,subQuarters:ja,subSeconds:Ki,subWeeks:Qi,subYears:ya,toDate:N,transpose:ba,weeksToDays:Xi,yearsToDays:er,yearsToMonths:tr,yearsToQuarters:ar},Symbol.toStringTag,{value:"Module"})),o7=e=>l.createElement("svg",{width:20,height:18,viewBox:"0 0 20 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},l.createElement("path",{d:"M14.125 0C15.7917 0 17.1875 0.616667 18.3125 1.85C19.4375 3.08333 20 4.55 20 6.25C20 6.55 19.9833 6.84583 19.95 7.1375C19.9167 7.42917 19.8583 7.71667 19.775 8H13.525L11.825 5.45C11.7417 5.31667 11.625 5.20833 11.475 5.125C11.325 5.04167 11.1667 5 11 5C10.7833 5 10.5875 5.06667 10.4125 5.2C10.2375 5.33333 10.1167 5.5 10.05 5.7L8.7 9.75L7.825 8.45C7.74167 8.31667 7.625 8.20833 7.475 8.125C7.325 8.04167 7.16667 8 7 8H0.225C0.141667 7.71667 0.0833333 7.42917 0.05 7.1375C0.0166667 6.84583 0 6.55833 0 6.275C0 4.55833 0.558333 3.08333 1.675 1.85C2.79167 0.616667 4.18333 0 5.85 0C6.65 0 7.40417 0.158333 8.1125 0.475C8.82083 0.791667 9.45 1.23333 10 1.8C10.5333 1.23333 11.1542 0.791667 11.8625 0.475C12.5708 0.158333 13.325 0 14.125 0ZM10 18C9.7 18 9.4125 17.9458 9.1375 17.8375C8.8625 17.7292 8.61667 17.5667 8.4 17.35L1.7 10.625C1.6 10.525 1.50833 10.425 1.425 10.325C1.34167 10.225 1.25833 10.1167 1.175 10H6.45L8.15 12.55C8.23333 12.6833 8.35 12.7917 8.5 12.875C8.65 12.9583 8.80833 13 8.975 13C9.19167 13 9.39167 12.9333 9.575 12.8C9.75833 12.6667 9.88333 12.5 9.95 12.3L11.3 8.25L12.15 9.55C12.25 9.68333 12.375 9.79167 12.525 9.875C12.675 9.95833 12.8333 10 13 10H18.8L18.55 10.3L18.3 10.6L11.575 17.35C11.3583 17.5667 11.1167 17.7292 10.85 17.8375C10.5833 17.9458 10.3 18 10 18Z"})),r5=d("div")(()=>({display:"flex"})),cr=d("div")(()=>({display:"grid",gridTemplateColumns:"minmax(0, 1fr) auto",width:"100%"}));d("div")(()=>({display:"flex",flexDirection:"column"}));const sr=d("span")(({theme:e})=>({textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"})),ir=d("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,fontWeight:"normal"}));d(ir)(({theme:e})=>({color:e.palette.neutral.dark}));const rr=d(Sa)(({theme:e})=>({marginLeft:e.spacing(-1.5)})),or=d("div")(({theme:e})=>({backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadiusLarge,marginBottom:e.spacing(2)})),lr=d("div")(({theme:e})=>({padding:e.spacing(2.5,5),display:"flex",flexDirection:"column",alignItems:"start"})),dr=d("h1")(({theme:e})=>({margin:0,width:"100%",fontSize:e.typography.h1.fontSize,fontWeight:"bold",display:"flex",alignItems:"center",gap:e.spacing(2),overflow:"hidden",lineHeight:1.5})),pr=d("div")(({theme:e})=>({width:"100%",backgroundColor:e.palette.divider,height:"1px"})),hr=d("div")(({theme:e})=>({padding:e.spacing(0,4)})),ur=d(s0)(({theme:e})=>({textTransform:"none",flexBasis:0,[e.breakpoints.down("md")]:{paddingLeft:e.spacing(1),paddingRight:e.spacing(1),minWidth:170},[e.breakpoints.up("md")]:{minWidth:170}}));var ye={},mr=W1;Object.defineProperty(ye,"__esModule",{value:!0});var l7=ye.default=void 0,vr=mr(N1()),gr=t,fr=(0,vr.default)((0,gr.jsx)("path",{d:"M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 9h-4v4h-2v-4H9V9h4V5h2v4h4v2z"}),"LibraryAdd");l7=ye.default=fr;var be={},xr=W1;Object.defineProperty(be,"__esModule",{value:!0});var d7=be.default=void 0,jr=xr(N1()),yr=t,br=(0,jr.default)((0,yr.jsx)("path",{d:"m20.54 5.23-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.16.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.48-.17-.93-.46-1.27zM12 17.5 6.5 12H10v-2h4v2h3.5L12 17.5zM5.12 5l.81-1h12l.94 1H5.12z"}),"Archive");d7=be.default=br;var Se={},Sr=W1;Object.defineProperty(Se,"__esModule",{value:!0});var p0=Se.default=void 0,wr=Sr(N1()),Cr=t,Zr=(0,wr.default)((0,Cr.jsx)("path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"}),"WatchLater");p0=Se.default=Zr;const kr=d(Z)(({theme:e})=>({display:"flex",justifyContent:"center",paddingRight:e.spacing(2)})),Tr=({projectId:e,row:a,onOpenArchiveDialog:n,onOpenStaleDialog:c})=>{const[s,i]=l.useState(null),[r,o]=l.useState(!1),{setToastData:p}=b1(),{original:{name:h,stale:u}}=a,g=!!s,m=x=>{i(x.currentTarget)},v=()=>{i(null)},f=`feature-${h}-actions`,j=`${f}-menu`,b=()=>{try{Ca(h),o(!0),setTimeout(()=>{v(),o(!1)},1e3)}catch{p({type:"error",text:"Could not copy feature name"})}};return t.jsxs(kr,{children:[t.jsx(P1,{title:"Feature flag actions",arrow:!0,describeChild:!0,children:t.jsx(j1,{id:f,"data-loading":!0,"aria-controls":g?j:void 0,"aria-haspopup":"true","aria-expanded":g?"true":void 0,onClick:m,type:"button",children:t.jsx(q4,{})})}),t.jsx(D2,{id:j,anchorEl:s,open:g,onClose:v,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:"right",vertical:"bottom"},disableScrollLock:!0,PaperProps:{sx:x=>({borderRadius:`${x.shape.borderRadius}px`,padding:x.spacing(1,1.5)})},children:t.jsxs(I2,{"aria-labelledby":f,children:[t.jsxs(H1,{sx:V3,onClick:b,children:[t.jsx(e3,{children:r?t.jsx(R2,{}):t.jsx(wa,{})}),t.jsx(q1,{children:t.jsx($,{variant:"body2",children:r?"Copied!":"Copy Name"})})]}),t.jsx(t3,{projectId:e,permission:b0,children:({hasAccess:x})=>t.jsxs(H1,{sx:V3,onClick:v,disabled:!x,component:l1,to:`/projects/${e}/features/${h}/copy`,children:[t.jsx(e3,{children:t.jsx(l7,{})}),t.jsx(q1,{children:t.jsx($,{variant:"body2",children:"Clone"})})]})}),t.jsx(t3,{projectId:e,permission:S0,children:({hasAccess:x})=>t.jsxs(H1,{sx:V3,onClick:()=>{n(h),v()},disabled:!x,children:[t.jsx(e3,{children:t.jsx(d7,{})}),t.jsx(q1,{children:t.jsx($,{variant:"body2",children:"Archive"})})]})}),t.jsx(t3,{projectId:e,permission:w0,children:({hasAccess:x})=>t.jsxs(H1,{sx:V3,onClick:()=>{v(),c({featureId:h,stale:u===!0})},disabled:!x,children:[t.jsx(e3,{children:t.jsx(p0,{})}),t.jsx(q1,{children:t.jsxs($,{variant:"body2",children:[u?"Un-mark":"Mark"," as stale"]})})]})})]})})]})},Er=d(Z)(({theme:e})=>({display:"flex",justifyContent:"center",marginRight:e.spacing(-2)})),Ar=({onChange:e,checked:a,title:n})=>t.jsx(Er,{"data-testid":Za,children:t.jsx(O2,{onChange:e,title:n,checked:a,"data-loading":!0})}),o5=j3.memo(Ar),Dr=d("div")(({theme:e})=>({position:"sticky",bottom:50,zIndex:e.zIndex.fab,pointerEvents:"none"})),Ir=d(Z)(({theme:e})=>({display:"flex",justifyContent:"center",width:"100%",flexWrap:"wrap",paddingBottom:e.spacing(2)})),Rr=d(y3)(({theme:e})=>({display:"flex",alignItems:"center",justifyContent:"flex-end",marginTop:e.spacing(2),marginLeft:"auto",marginRight:"auto",padding:e.spacing(2,3),backgroundColor:e.palette.background.paper,border:`1px solid ${e.palette.background.alternative}`,borderRadius:e.shape.borderRadiusLarge,gap:e.spacing(1),flexWrap:"wrap",pointerEvents:"auto"})),Or=d("span")(({theme:e})=>({background:e.palette.background.alternative,color:e.palette.common.white,padding:e.spacing(.5,1),borderRadius:e.shape.borderRadius})),Fr=d($)(({theme:e})=>({paddingRight:e.spacing(2),marginRight:"auto"})),$r=({count:e,children:a})=>e===0?null:t.jsx(Dr,{"data-testid":ka,children:t.jsx(Ir,{children:t.jsxs(Rr,{elevation:4,children:[t.jsxs(Fr,{children:[t.jsx(Or,{"data-testid":Ta,children:e})," selected"]}),a]})})}),Pr=e=>{const a=S2(new Date,-7);return!!(e!=null&&e.lastSeenAt&&H6(new Date(e.lastSeenAt),a))},Vr=({projectId:e,featureIds:a,features:n,onConfirm:c})=>{const[s,i]=l.useState(!1),{trackEvent:r}=v1(),o=l.useMemo(()=>a.filter(h=>{const u=n.find(g=>g.name===h);return Pr(u)}),[JSON.stringify(n),a]),p=async()=>{i(!1),c==null||c(),r("batch_operations",{props:{eventType:"features archived"}})};return t.jsxs(t.Fragment,{children:[t.jsx(t3,{projectId:e,permission:S0,children:({hasAccess:h})=>t.jsx("span",{children:t.jsx(Q,{disabled:!h||s,variant:"outlined",size:"small",onClick:()=>i(!0),children:"Archive"})})}),t.jsx(V8,{projectId:e,featureIds:a,featuresWithUsage:o,onConfirm:p,isOpen:s,onClose:()=>i(!1)})]})},q2="selection-actions-menu",_r=({projectId:e,data:a,onChange:n})=>{const[c,s]=l.useState(null),{staleFeatures:i}=E3(),{setToastData:r,setToastApiError:o}=b1(),{trackEvent:p}=v1(),h=!!c,u=a.map(({name:x})=>x),g=x=>{s(x.currentTarget)},m=()=>{s(null)},v=a.some(({stale:x})=>x===!0),f=a.some(({stale:x})=>x===!1),j=async()=>{try{m(),await i(e,u),n==null||n(),r({text:"Feature flags marked as stale",type:"success"}),p("batch_operations",{props:{eventType:"features staled"}})}catch(x){o(u1(x))}},b=async()=>{try{m(),await i(e,u,!1),n==null||n(),r({text:"Feature flags unmarked as stale",type:"success"}),p("batch_operations",{props:{eventType:"features unstaled"}})}catch(x){o(u1(x))}};return t.jsxs(t.Fragment,{children:[t.jsx(P1,{title:"More bulk actions",arrow:!0,describeChild:!0,children:t.jsx(j1,{id:q2,"aria-controls":h?q2:void 0,"aria-haspopup":"true","aria-expanded":h?"true":void 0,onClick:g,type:"button","data-testid":Ea,children:t.jsx(q4,{})})}),t.jsx(D2,{id:`${q2}-menu`,anchorEl:c,open:h,onClose:m,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:"right",vertical:"bottom"},disableScrollLock:!0,PaperProps:{sx:x=>({borderRadius:`${x.shape.borderRadius}px`,padding:x.spacing(1,1.5)})},children:t.jsx(I2,{"aria-labelledby":`${q2}-menu`,children:t.jsx(t3,{projectId:e,permission:w0,children:({hasAccess:x})=>t.jsxs(t.Fragment,{children:[t.jsx(D,{condition:f,show:()=>t.jsxs(H1,{onClick:j,disabled:!x,sx:{borderRadius:C=>`${C.shape.borderRadius}px`},children:[t.jsx(e3,{children:t.jsx(p0,{})}),t.jsx(q1,{children:t.jsx($,{variant:"body2",children:"Mark as stale"})})]})}),t.jsx(D,{condition:v,show:()=>t.jsxs(H1,{onClick:b,disabled:!x,sx:{borderRadius:C=>`${C.shape.borderRadius}px`},children:[t.jsx(e3,{children:t.jsx(p0,{})}),t.jsx(q1,{children:t.jsx($,{variant:"body2",children:"Un-mark as stale"})})]})})]})})})})]})},Mr=d("section")(({theme:e})=>({"& > *":{margin:e.spacing(1,0)}})),l5="manage-tags-form",d5=(e,a)=>[...e,...e.some(n=>n.value===a.value&&n.type===a.type)?[]:[a]],p5=(e,a)=>e.filter(n=>!(n.value===a.value&&n.type===a.type)),Br=(e,a)=>{switch(a.type){case"add":return{...e,addedTags:d5(e.addedTags,a.payload),removedTags:p5(e.removedTags,a.payload)};case"remove":return{...e,addedTags:p5(e.addedTags,a.payload),removedTags:d5(e.removedTags,a.payload)};case"clear":return{addedTags:[],removedTags:a.payload};case"reset":return{addedTags:[],removedTags:[]};default:return e}},h5={name:"",description:"",icon:""},Lr=({open:e,initialValues:a,initialIndeterminateValues:n,onCancel:c,onSubmit:s})=>{const{tagTypes:i,loading:r}=Aa(),[o,p]=l.useState(h5),[h,u]=l.useState([]),[g,m]=l.useState([]),{tags:v,refetch:f}=vc(o.name),{createTag:j}=_8(),b=v.map(({value:V})=>({title:V})),[x,C]=l.useReducer(Br,{addedTags:[],removedTags:[]}),A=()=>{s(x),C({type:"reset"})},M=(V=i.length>0?i[0]:h5)=>{p(V);const P=n.filter(({type:I})=>I===V.name);u(a.filter(({type:I})=>I===V.name).filter(({type:I,value:z})=>!P.some(q=>q.value===z&&q.type===I)).map(({value:I})=>({title:I}))),m(P.map(({value:I})=>({title:I}))),C({type:"clear",payload:[]})};l.useEffect(()=>{i.length>0&&M()},[r]);const k=(V,P)=>{P!=null&&typeof P!="string"&&(V.preventDefault(),M(P))},B=(V,P)=>j({value:V,type:P}).then(async()=>{f(),u(I=>[...I,{title:V}]),C({type:"add",payload:{value:V,type:P}})}),w=(V,P,I,z)=>{I==="selectOption"?P.forEach(q=>{typeof q!="string"&&typeof q.inputValue=="string"&&q.inputValue&&q.title.startsWith("Create new value")&&B(q.inputValue,o.name),u(P),m(E=>E.filter(({title:W})=>W!==q.title)),z!=null&&z.option&&C({type:"add",payload:{value:z.option.title,type:o.name}})}):I==="clear"?(u([]),C({type:"clear",payload:a})):I==="removeOption"&&(u(P),z!=null&&z.option&&C({type:"remove",payload:{value:z.option.title,type:o.name}}))},O=()=>{M(),c()};return t.jsxs(K1,{open:e,secondaryButtonText:"Cancel",primaryButtonText:"Save tags",title:"Update feature flag tags",onClick:A,disabledPrimaryButton:x.addedTags.length===0&&x.removedTags.length===0,onClose:O,formId:l5,children:[t.jsx($,{paragraph:!0,sx:{marginBottom:V=>V.spacing(2.5)},children:"Tags allow you to group features together"}),t.jsx("form",{id:l5,onSubmit:A,children:t.jsxs(Mr,{children:[t.jsx(gc,{options:i,disabled:r||i.length===0,value:o,onChange:k},r?"loading":i.length),t.jsx(D,{condition:!r&&i.length===0,show:t.jsxs($,{variant:"body1",children:["No"," ",t.jsx(b3,{component:l1,to:"/tag-types",children:"tag types"})," ","available."]}),elseShow:t.jsx(fc,{disabled:r,options:b,existingTags:a,indeterminateOptions:g,tagType:o,selectedOptions:h,onChange:w})})]})})]})},zr=({projectId:e,data:a,onChange:n})=>{const{bulkUpdateTags:c}=_8(),{setToastData:s,setToastApiError:i}=b1(),{trackEvent:r}=v1(),[o,p]=l.useState(!1),[h,u]=l.useMemo(()=>{const m=a.flatMap(({tags:f})=>f||[]).reduce((f,j)=>[...f,...f.some(b=>b.type===j.type&&b.value===j.value)?[]:[j]],[]),v=m.filter(f=>!a.every(({tags:j})=>j==null?void 0:j.some(b=>b.type===f.type&&b.value===f.value)));return[m,v]},[a]),g=async({addedTags:m,removedTags:v})=>{const j={features:a.map(({name:b})=>b),tags:{addedTags:m,removedTags:v}};try{const b=[m.length>0&&`added ${m.length} tag${m.length>1?"s":""}`,v.length>0&&`removed ${v.length} tag${v.length>1?"s":""}`].filter(Boolean).join(" and ");await c(j,e),s({text:b,type:"success",autoHideDuration:12e3}),r("batch_operations",{props:{eventType:"tags updated"}})}catch(b){i(u1(b))}n==null||n(),p(!1)};return t.jsxs(t.Fragment,{children:[t.jsx(t3,{projectId:e,permission:w0,children:({hasAccess:m})=>t.jsx("span",{children:t.jsx(Q,{disabled:!m||o,variant:"outlined",size:"small",onClick:()=>p(!0),children:"Tags"})})}),t.jsx(Lr,{open:o,onCancel:()=>p(!1),onSubmit:g,initialValues:h,initialIndeterminateValues:u},a.length)]})},Nr=d(t2)(({theme:e})=>({minWidth:"450px",marginTop:e.spacing(2),marginBottom:e.spacing(1.5)})),u5=d(g1)(({theme:e})=>({marginBottom:e.spacing(1.5)})),Wr=({showExportDialog:e,data:a,onClose:n,onConfirm:c,environments:s,projectId:i})=>{const[r,o]=l.useState(s[0]),{bulkToggleFeaturesEnvironmentOff:p}=U4(),{addChange:h}=F2(),{setToastApiError:u,setToastData:g}=b1(),{isChangeRequestConfigured:m}=$2(i),{refetch:v}=C0(i),f=a.filter(C=>{var A,M;return((M=(A=C.environments)==null?void 0:A.find(k=>r===k.name))==null?void 0:M.enabled)===!1}).length,j=()=>s.map(C=>({key:C,label:C})),b=async()=>{try{m(r)?(await h(i,r,a.map(C=>({action:"updateEnabled",feature:C.name,payload:{enabled:!1}}))),v(),g({type:"success",text:"Changes added to draft"})):(await p(i,a.map(C=>C.name),r),g({type:"success",text:"Feature flags disabled"})),n(),c==null||c()}catch(C){u(u1(C))}},x=m(r)?"Add to change request":"Disable flags";return t.jsx(K1,{open:e,title:"Disable feature flags",onClose:n,onClick:b,primaryButtonText:x,secondaryButtonText:"Cancel",children:t.jsxs(Z,{children:["You have selected ",t.jsx("b",{children:a.length})," feature flags to disable.",t.jsx("br",{}),t.jsx("br",{}),t.jsx($,{children:"Select which environment to disable the features for:"}),t.jsx(Nr,{options:j(),value:r,onChange:C=>o(C)}),t.jsx(D,{condition:m(r),show:t.jsx(u5,{severity:"warning",children:"Change requests are enabled for this environment."})}),t.jsx(D,{condition:f>0,show:t.jsxs(u5,{severity:"info",children:[f," feature"," ",f>1?"flags are ":"flag is ","already disabled."]})})]})})},Hr=d(t2)(({theme:e})=>({minWidth:"450px",marginTop:e.spacing(2),marginBottom:e.spacing(1.5)})),m5=d(g1)(({theme:e})=>({marginBottom:e.spacing(1.5)})),qr=({showExportDialog:e,data:a,onClose:n,onConfirm:c,environments:s,projectId:i})=>{const[r,o]=l.useState(s[0]),{bulkToggleFeaturesEnvironmentOn:p}=U4(),{addChange:h}=F2(),{setToastApiError:u,setToastData:g}=b1(),{isChangeRequestConfigured:m}=$2(i),{refetch:v}=C0(i),f=a.filter(C=>{var A,M;return((M=(A=C.environments)==null?void 0:A.find(k=>r===k.name))==null?void 0:M.enabled)===!0}).length,j=()=>s.map(C=>({key:C,label:C})),b=async()=>{try{m(r)?(await h(i,r,a.map(C=>({action:"updateEnabled",feature:C.name,payload:{enabled:!0}}))),v(),g({type:"success",text:"Changes added to draft"})):(await p(i,a.map(C=>C.name),r),g({type:"success",text:"Feature flags enabled"})),n(),c==null||c()}catch(C){u(u1(C))}},x=m(r)?"Add to change request":"Enable flags";return t.jsx(K1,{open:e,title:"Enable feature flags",onClose:n,onClick:b,primaryButtonText:x,secondaryButtonText:"Cancel",children:t.jsxs(Z,{children:["You have selected ",t.jsx("b",{children:a.length})," feature flags to enable.",t.jsx("br",{}),t.jsx("br",{}),t.jsx($,{children:"Select which environment to enable the features for:"}),t.jsx(Hr,{options:j(),value:r,onChange:C=>o(C)}),t.jsx(D,{condition:m(r),show:t.jsx(m5,{severity:"warning",children:"Change requests are enabled for this environment."})}),t.jsx(D,{condition:f>0,show:t.jsxs(m5,{severity:"info",children:[f," feature"," ",f>1?"flags are ":"flag is ","already enabled."]})})]})})},Ur=({selectedIds:e,data:a,projectId:n,onResetSelection:c,onChange:s})=>{const[i,r]=l.useState(!1),[o,p]=l.useState(!1),[h,u]=l.useState(!1),{trackEvent:g}=v1(),m=l.useMemo(()=>a.filter(C=>e.includes(C.name)),[a,e]),v=l.useMemo(()=>{const C=m.flatMap(A=>A.environments).map(A=>A==null?void 0:A.name).filter(A=>A!==void 0);return Array.from(new Set(C))},[m]),f=()=>{s==null||s(),g("batch_operations",{props:{eventType:"features exported"}})},j=()=>{s==null||s(),g("batch_operations",{props:{eventType:"features enabled"}})},b=()=>{s==null||s(),g("batch_operations",{props:{eventType:"features disabled"}})},x=()=>{s==null||s(),c()};return t.jsxs(t.Fragment,{children:[t.jsx(Q,{variant:"outlined",size:"small",onClick:()=>p(!0),children:"Enable"}),t.jsx(Q,{variant:"outlined",size:"small",onClick:()=>u(!0),children:"Disable"}),t.jsx(Vr,{projectId:n,featureIds:e,features:a,onConfirm:x}),t.jsx(Q,{variant:"outlined",size:"small",onClick:()=>r(!0),children:"Export"}),t.jsx(zr,{projectId:n,data:m,onChange:s}),t.jsx(_r,{projectId:n,data:m,onChange:s}),t.jsx(q6,{showExportDialog:i,data:m,onClose:()=>r(!1),environments:v,onConfirm:f}),t.jsx(qr,{showExportDialog:o,data:m,onClose:()=>p(!1),environments:v,projectId:n,onConfirm:j}),t.jsx(Wr,{showExportDialog:h,data:m,onClose:()=>u(!1),environments:v,projectId:n,onConfirm:b})]})},Yr=d(Da)(({theme:e})=>({color:e.palette.warning.main,fontSize:e.fontSizes.bodySize})),Gr=()=>t.jsx(Q3,{arrow:!0,title:t.jsxs(t.Fragment,{children:["This environment has no variants enabled. If you check this feature's variants in this environment, you will get the"," ",t.jsx("a",{href:"https://docs.getunleash.io/concepts/feature-flag-variants#the-disabled-variant",target:"_blank",rel:"noreferrer",children:"disabled variant"}),"."]}),children:t.jsx(Yr,{})}),p7=d("div",{shouldForwardProp:e=>e!=="hasWarning"})(({theme:e,hasWarning:a})=>({flexGrow:0,...Z0,justifyContent:"center",...a&&{"::before":{content:'""',display:"block",width:e.spacing(2)}}})),Jr=d("div")(({theme:e})=>({flexGrow:0,...Z0,justifyContent:"center"})),Kr=({value:e,featureId:a,projectId:n,environment:c,isChangeRequestEnabled:s,someEnabledEnvironmentHasVariants:i,refetch:r,onFeatureToggleSwitch:o})=>{const p=l.useMemo(()=>i&&(c==null?void 0:c.variantCount)===0&&(c==null?void 0:c.enabled),[i,c]),h=(u,g)=>{var m;o(u,{projectId:n,featureId:a,environmentName:(c==null?void 0:c.name)||"",environmentType:c==null?void 0:c.type,hasStrategies:c==null?void 0:c.hasStrategies,hasReleasePlans:!!((m=c==null?void 0:c.releasePlans)!=null&&m.length),hasEnabledStrategies:c==null?void 0:c.hasEnabledStrategies,isChangeRequestEnabled:s,onRollback:g,onSuccess:r})};return t.jsxs(p7,{hasWarning:p,children:[t.jsx(xc,{projectId:n,value:e,featureId:a,environmentName:(c==null?void 0:c.name)||"",onToggle:h}),t.jsx(D,{condition:p||!1,show:t.jsx(Gr,{})})]})},Qr=j3.memo(Kr),Xr=()=>t.jsx(p7,{children:t.jsx("div",{"data-loading":!0,children:"toggle"})}),eo=()=>t.jsx(Jr,{"aria-hidden":"true",children:"-"}),to=e=>{const a=`api/admin/projects/${e}/flag-creators`,{data:n,refetch:c,error:s}=Y4(R1(a),()=>G4(R1(a),"Flag creators"));return{flagCreators:n||[],refetch:c,error:s}},ao=d(Ia)({padding:0}),v5=({state:e,onChange:a,project:n})=>{const{tags:c}=U6(),{flagCreators:s}=to(n),[i,r]=l.useState([]),o=a2("filterFavorites"),{trackEvent:p}=v1(),h=u=>{u.favorite!==e.favorite&&p("favorite",{props:{action:u.favorite?"filter-enabled":"filter-disabled"}}),a(u)};return l.useEffect(()=>{const u=(c||[]).map(f=>{const j=Y6(f);return{label:j,value:j}}),g=s.map(f=>({label:f.name,value:String(f.id)})),v=[{label:"State",icon:"hexagon",options:[{label:"Active",value:"active"},{label:"Stale",value:"stale"},{label:"Potentially stale",value:"potentially-stale"}],filterKey:"state",singularOperators:["IS","IS_NOT"],pluralOperators:["IS_ANY_OF","IS_NONE_OF"]},{label:"Tags",icon:"label",options:u,filterKey:"tag",singularOperators:["INCLUDE","DO_NOT_INCLUDE"],pluralOperators:["INCLUDE_ALL_OF","INCLUDE_ANY_OF","EXCLUDE_IF_ANY_OF","EXCLUDE_ALL"]},{label:"Created date",icon:"today",options:[],filterKey:"createdAt",dateOperators:["IS_ON_OR_AFTER","IS_BEFORE"]},{label:"Last seen",icon:"monitor_heart",options:[],filterKey:"lastSeenAt",dateOperators:["IS_ON_OR_AFTER","IS_BEFORE"]},{label:"Flag type",icon:"flag",options:[{label:"Release",value:"release"},{label:"Experiment",value:"experiment"},{label:"Operational",value:"operational"},{label:"Kill switch",value:"kill-switch"},{label:"Permission",value:"permission"}],filterKey:"type",singularOperators:["IS","IS_NOT"],pluralOperators:["IS_ANY_OF","IS_NONE_OF"]},{label:"Created by",icon:"person",options:g,filterKey:"createdBy",singularOperators:["IS","IS_NOT"],pluralOperators:["IS_ANY_OF","IS_NONE_OF"]},...o?[{label:"Favorite",icon:"star",options:[{label:"True",value:"true"},{label:"False",value:"false"}],filterKey:"favorite",singularOperators:["IS"],pluralOperators:["IS_ANY_OF"]}]:[]];r(v)},[JSON.stringify(c),JSON.stringify(s),o]),t.jsx(ao,{availableFilters:i,state:e,onChange:h})},no=e=>`api/admin/projects/${e}/status`,co={activityCountByDate:[],resources:{members:0,apiTokens:0,segments:0},health:{current:0},technicalDebt:{current:0},lifecycleSummary:{initial:{currentFlags:0,averageDays:null},preLive:{currentFlags:0,averageDays:null},live:{currentFlags:0,averageDays:null},completed:{currentFlags:0,averageDays:null},archived:{currentFlags:0,last30Days:0}},staleFlags:{total:0}},N2=e=>{const a=R1(no(e)),{data:n,refetch:c,loading:s,error:i}=Y4(a,()=>G4(a,"Project Status"));return{data:n||co,refetch:c,loading:s,error:i}},so=({projectId:e,state:a,onChange:n,children:c})=>{var o,p;const{data:s}=N2(e),i=Object.entries((s==null?void 0:s.lifecycleSummary)||{}).reduce((h,[u,g])=>(h[u==="preLive"?"pre-live":u]=g.currentFlags||0,h),{}),r=(p=(o=a.archived)==null?void 0:o.values)==null?void 0:p.includes("true");return l.useEffect(()=>{r&&a.lifecycle&&n({...a,lifecycle:null})},[r,a,n]),r?null:t.jsx(Z,{sx:{marginRight:"auto"},children:t.jsx(Ra,{state:a,onChange:n,countData:i,children:c})})},U2=["select","actions","name","favorite"],Y2=(e,a)=>e.reduce((n,c)=>({...n,[c]:a.includes(c)}),{}),io=e=>{const a=S1(),n=Y1(a.breakpoints.down("sm")),c=Y1(a.breakpoints.down("md")),s=Y1(a.breakpoints.down("lg")),i=l.useCallback((r=0)=>e.filter(o=>o.startsWith("environment:")),[e]);return n?Y2(e,[...U2,"createdAt"]):c?Y2(e,[...U2,"createdAt",...i(1)]):s?Y2(e,[...U2,"createdAt","type",...i(1)]):Y2(e,[...U2,"lastSeenAt","lifecycle","createdAt","createdBy","type","tags",...i(3)])},ro=({query:e})=>{var a;return((a=e||"")==null?void 0:a.length)>0?t.jsx(Z,{sx:n=>({padding:n.spacing(3)}),children:t.jsxs(z1,{children:["No feature flags found matching “",e,"”"]})}):t.jsx(Z,{sx:n=>({padding:n.spacing(3)}),children:t.jsx(z1,{children:"No feature flags available."})})},oo=(e,a,n)=>{const[c,s]=l.useState(),[i,r]=l.useState({}),[o,p]=l.useState({featureId:"default",open:!1}),[h,u]=l.useState({featureId:"default",open:!1}),[g,m]=l.useState({featureId:"default",open:!1});return{rowActionsDialogs:t.jsxs(t.Fragment,{children:[t.jsx(jc,{isStale:!!i.stale,isOpen:!!i.featureId,onClose:()=>{r({}),e()},featureId:i.featureId||"",projectId:a}),t.jsx(V8,{isOpen:!!c,onConfirm:()=>{e(),n==null||n()},onClose:()=>{s(void 0)},featureIds:[c||""],projectId:a}),t.jsx(mc,{isOpen:o.open,setIsOpen:f=>{p({...o,open:f})},projectId:a,featureId:o.featureId,onComplete:e}),t.jsx(G6,{deletedFeatures:[g.featureId],projectId:a,open:g.open,setOpen:f=>{m(j=>({...j,open:f}))},refetch:e}),t.jsx(J6,{revivedFeatures:[h.featureId],projectId:a,open:h.open,setOpen:f=>{u(j=>({...j,open:f}))},refetch:()=>{u(f=>({...f,open:!1})),e()}})]}),setFeatureArchiveState:s,setFeatureStaleDialogState:r,setShowMarkCompletedDialogue:p,setShowFeatureReviveDialogue:u,setShowFeatureDeleteDialogue:m}},lo=(e,a)=>{const[n,c]=l.useState([]);return l.useEffect(()=>{c(s=>{const i=[...e];return s.forEach(r=>{i.find(o=>o.name===r.name)||i.push(r)}),i.filter(r=>a[r.name])})},[e,a]),n},h7=(e,a="project-overview-v2",n=15*1e3)=>{const c={offset:x3(Qe,0),limit:x3(Qe,Fa),query:Y3,favoritesFirst:x3(Oa,!0),sortBy:x3(Y3,"createdAt"),sortOrder:x3(Y3,"desc"),columns:$a,tag:f3,state:f3,createdAt:f3,lastSeenAt:f3,type:f3,createdBy:f3,archived:f3,lifecycle:f3,favorite:f3},[s,i]=K6(`${a}-${e}`,c),r=s,{features:o,total:p,refetch:h,loading:u,initialLoad:g}=Q6(X6({...e8(c,r),project:`IS:${e}`},m=>m?`${m}`:void 0),{refreshInterval:n});return{features:o,total:p,refetch:h,loading:u,initialLoad:g,tableState:s,setTableState:i}},po=(e,a)=>{const n=(r,o)=>{const p=e[r.key];p&&p.values.length>0&&!p.values.includes(o)?a({[r.key]:{operator:p.operator,values:[...p.values,o]}}):p||a({[r.key]:{operator:r.operator,values:[o]}})};return{onFlagTypeClick:r=>n({key:"type",operator:"IS"},r),onTagClick:r=>n({key:"tag",operator:"INCLUDE"},r),onAvatarClick:r=>n({key:"createdBy",operator:"IS"},r.toString())}};var we={},ho=W1;Object.defineProperty(we,"__esModule",{value:!0});var u7=we.default=void 0,uo=ho(N1()),mo=t,vo=(0,uo.default)((0,mo.jsx)("path",{d:"m9.78 11.16-1.42 1.42c-.68-.69-1.34-1.58-1.79-2.94l1.94-.49c.32.89.77 1.5 1.27 2.01zM11 6 7 2 3 6h3.02c.02.81.08 1.54.19 2.17l1.94-.49C8.08 7.2 8.03 6.63 8.02 6H11zm10 0-4-4-4 4h2.99c-.1 3.68-1.28 4.75-2.54 5.88-.5.44-1.01.92-1.45 1.55-.34-.49-.73-.88-1.13-1.24L9.46 13.6c.93.85 1.54 1.54 1.54 3.4v5h2v-5c0-2.02.71-2.66 1.79-3.63 1.38-1.24 3.08-2.78 3.2-7.37H21z"}),"AltRoute");u7=we.default=vo;function go({onClick:e,currentValue:a,label:n,icon:c,labelWidth:s,tooltip:i}){return t.jsx(Pa,{titleComponent:t.jsxs(_a,{children:[t.jsx("h3",{children:i.header}),t.jsx("p",{children:i.description}),i.additionalContent]}),variant:"custom",children:t.jsx(Q,{role:"switch","aria-checked":a,variant:a?"contained":"outlined",color:"primary",startIcon:c,onClick:e,disableElevation:!0,children:t.jsx(Va,{labelWidth:s,children:n})})})}const fo=({global:e,project:a})=>{const{limitReached:n,limitMessage:c}=xo(e.limit,e.count),s=jo(a.limit,a.count);return{limitMessage:n?c:s?`You have reached the project limit of ${a.limit} feature flags.`:void 0,globalFlagLimitReached:n,projectFlagLimitReached:s}},xo=(e,a)=>{const n=a>=e;return{limitReached:n,limitMessage:n?`You have reached the instance-wide limit of ${e} feature flags.`:void 0}},jo=(e,a)=>e!=null&&e<=a,yo=()=>{const{setShowFeedback:e}=l.useContext(Ma);return l.useCallback(()=>{const{value:a,setValue:n}=J4("flagsCreated","0"),c=Number.parseInt(a,10)+1;n(`${c}`),c>1&&e(!0)},[e])},bo=d(c8)(({theme:e})=>({"& .MuiDialog-paper":{borderRadius:e.shape.borderRadiusLarge,maxWidth:e.spacing(170),width:"100%",backgroundColor:"transparent"},padding:0,"& .MuiPaper-root > section":{overflowX:"hidden"}})),w3={project:{icon:t.jsx(Ha,{}),text:"Projects allow you to group feature flags together in the Unleash admin UI and in SDK payloads."},tags:{icon:t.jsx(a8,{}),text:"Tags are used to label flags in Unleash. They can be used when filtering flags in the UI. Additionally, they are used by some integrations."},type:{text:"A flag's type conveys its purpose. All types have the same capabilities, but choosing the right type signals what kind of flag it is. You can change this at any time."},impressionData:{text:"Impression data is used to track how your flag is performing. When enabled, you can subscribe to 'impression events' in the SDK and process them according to your needs."}},So=({open:e,onClose:a,onSuccess:n,skipNavigationOnComplete:c})=>{if(e)return t.jsx(wo,{open:e,onClose:a,skipNavigationOnComplete:c,onSuccess:n})},wo=({open:e,onClose:a,skipNavigationOnComplete:n,onSuccess:c})=>{var r3,o3,u3;const{setToastData:s,setToastApiError:i}=b1(),{uiConfig:r,isOss:o}=d1(),p=B1(),h=yo(),[u,g]=Z2("flag-creation-dialog",{},60*60*1e3),m=u,{type:v,setType:f,tags:j,setTags:b,name:x,setName:C,project:A,setProject:M,description:k,setDescription:B,validateToggleName:w,impressionData:O,setImpressionData:V,getTogglePayload:P,clearErrors:I,errors:z}=Ba(m),{createFeatureToggle:q,loading:E}=U4(),W={icon:t.jsx(e5,{}),text:"Feature flags are at the core of Unleash. Use them to control your feature rollouts.",link:{url:"https://docs.getunleash.io/concepts/feature-flags",label:"Feature flags documentation"}},[_,F]=l.useState(W),S=()=>F(W),y=P(),T=()=>`curl --location --request POST '${r.unleashUrl}/api/admin/projects/${A}/features' \\
|
|
684
2
|
--header 'Authorization: INSERT_API_KEY' \\
|
|
685
3
|
--header 'Content-Type: application/json' \\
|
|
686
|
-
--data-raw '${JSON.stringify(y,void 0,2)}'`,Y=async Q=>{if(Q.preventDefault(),R(),await Z()){const B=F();try{await H(E,B),n||p(`/projects/${E}/features/${x}`),s({text:"Flag created successfully",type:"success"}),a(),c==null||c(),v({}),h()}catch(F1){i(h1(F1))}}},{total:K,loading:G}=Pn(1),{project:p1}=z1(E),{tags:y1}=C8(),{globalFlagLimitReached:Z1,projectFlagLimitReached:n1,limitMessage:X}=rd({global:{limit:r.resourceLimits.featureFlags,count:K??0},project:{limit:p1.featureLimit||void 0,count:O8(p1)??0}}),{projects:e1}=v4(),{featureTypes:_1}=Fn(),k1=Mn(g),P1=_1.reduce((Q,$1)=>Q>=$1.name.length?Q:$1.name.length,0),t1=d.useMemo(()=>{const Q=e1.find($1=>$1.id===E);return Q==null?void 0:Q.name},[E,e1]),r3=()=>{v({name:x,tags:j,impressionData:_,type:g,description:k}),a()};return t.jsx(pd,{open:e,onClose:r3,children:t.jsx(I3,{compact:!0,disablePadding:!0,description:V.text,documentationIcon:V.icon,documentationLink:(o3=V.link)==null?void 0:o3.url,documentationLinkLabel:(l3=V.link)==null?void 0:l3.label,formatApiCode:A,useFixedSidebar:!0,children:t.jsx($n,{createButtonProps:{projectId:E,disabled:I||G||Z1||n1,permission:I0,tooltipProps:{title:X,arrow:!0}},description:k,namingPattern:p1.featureNaming,errors:N,handleSubmit:Y,Icon:t.jsx(j5,{}),validateName:Z,Limit:t.jsx(P8,{name:"feature flags",limit:r.resourceLimits.featureFlags,currentValue:K??0}),name:x,onClose:a,resource:"feature flag",setDescription:L,setName:C,configButtons:t.jsxs(t.Fragment,{children:[t.jsx(D,{condition:!o(),show:t.jsx(Be,{tooltip:{header:"Select a project for the flag"},description:C3.project.text,options:e1.map(Q=>({label:Q.name,value:Q.id})),onChange:Q=>{M(Q)},button:{label:t1??E,icon:C3.project.icon,labelWidth:"20ch"},search:{label:"Filter projects",placeholder:"Select project"},onOpen:()=>P(C3.project),onClose:w})}),t.jsx(Vn,{tooltip:{header:"Select tags"},description:C3.tags.text,selectedOptions:new Set(Array.from(j).map(Q=>`${Q.type}:${Q.value}`)),options:y1.map(Q=>({label:w8(Q),value:`${Q.type}:${Q.value}`})),onChange:Q=>{const $1=Array.from(Q).map(B=>{const[F1,W1]=B.split(":");return{type:F1,value:W1}});b(new Set($1))},button:{label:j.size>0?`${j.size} selected`:"Tags",labelWidth:"11ch",icon:t.jsx(_8,{})},search:{label:"Filter tags",placeholder:"Select tags"},onOpen:()=>P(C3.tags),onClose:w}),t.jsx(Be,{tooltip:{header:"Select a flag type"},description:C3.type.text,options:_1.map(Q=>({label:Q.name,value:Q.id})),onChange:Q=>{f(Q)},button:{label:((m3=_1.find(Q=>Q.id===g))==null?void 0:m3.name)||"Select flag type",icon:t.jsx(k1,{}),labelWidth:`${P1}ch`},search:{label:"Filter flag types",placeholder:"Select flag type"},onOpen:()=>P({text:C3.type.text,icon:t.jsx(k1,{})}),onClose:w}),t.jsx(id,{tooltip:{header:"Enable or disable impression data",description:C3.impressionData.text},currentValue:_,onClick:()=>$(!_),label:`Impression data ${_?"on":"off"}`,icon:t.jsx(W7,{}),labelWidth:"19ch"})]})})})})},md=l($0)(()=>({whiteSpace:"nowrap"})),H7=({variant:e,text:a="New feature flag",skipNavigationOnComplete:n,isLoading:c,onSuccess:s})=>{const{loading:i}=r1(),[r]=F0(),o=q("projectId"),p=!!r.get("create"),[h,u]=d.useState(p);return t.jsxs(t.Fragment,{children:[t.jsx(md,{onClick:()=>u(!0),maxWidth:"960px",Icon:D3,projectId:o,disabled:i||c,variant:e,permission:I0,"data-testid":i||c?"":Ln,children:a}),t.jsx(hd,{open:h,onClose:()=>u(!1),skipNavigationOnComplete:n,onSuccess:s})]})},vd=l("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),gd=l(J)({fontWeight:"bold",textDecoration:"none"}),fd=l(S)(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),xd="https://github.com/Unleash/unleash-sdk-examples/tree/main",jd=()=>{const{trackEvent:e}=u1(),a=L7.map(r=>({key:r.name,label:r.name})),[n,c]=O2("onboarding-sdk-example",a[0].key),s=r=>{c(r.target.value)},i=()=>{e("onboarding",{props:{eventType:"sdk-example-opened",sdk:n}})};return t.jsxs(t.Fragment,{children:[t.jsx(vd,{children:"View SDK Example"}),t.jsx(T,{children:"Choose your preferred SDK to view an example."}),t.jsxs(fd,{children:[t.jsx(g4,{id:"sdk-select",name:"sdk",options:a,value:n,onChange:s,style:{width:"60%"}}),t.jsx(S,{children:t.jsx(gd,{to:`${xd}/${n}`,target:"_blank",component:d1,variant:"text",color:"primary",onClick:i,children:"Go to example"})})]})]})},yd=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.paper,flexBasis:"70%",borderRadius:e.shape.borderRadiusLarge})),bd=l("div")(({theme:e})=>({padding:e.spacing(2,2.5,2,5),borderBottom:"1px solid",borderColor:e.palette.divider,minHeight:"80px"})),Sd=l("div")(({theme:e})=>({display:"flex",flexGrow:1,padding:e.spacing(0,1),[e.breakpoints.down("md")]:{flexDirection:"column",padding:e.spacing(0)}})),me=l("div")(({theme:e})=>({flexBasis:"50%",display:"flex",gap:e.spacing(3),flexDirection:"column",borderRight:`1px solid ${e.palette.divider}`,padding:e.spacing(4),[e.breakpoints.down("md")]:{borderRight:0,borderBottom:`1px solid ${e.palette.divider}`},"&:last-child":{borderWidth:0}})),U4=l("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),W4=l("span")(({theme:e})=>({width:"28px",height:"28px",display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:e.palette.neutral.border,borderRadius:"50%"})),Cd=l(W4)(({theme:e})=>({backgroundColor:e.palette.primary.main,color:e.palette.background.paper})),wd=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(3),height:"100%"})),Zd=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",fontSize:e.spacing(1.75),fontWeight:"bold",backgroundColor:e.palette.success.light,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(2,2,2,2)})),kd=l("div")(({theme:e})=>({display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center"})),Td=({projectId:e,setConnectSdkOpen:a,setOnboardingFlow:n,refetchFeatures:c})=>{var o,p;const{project:s}=z1(e),i=((o=s.onboardingStatus)==null?void 0:o.status)==="first-flag-created",r=()=>{n("closed")};return t.jsxs(yd,{children:[t.jsxs(bd,{children:[t.jsxs(kd,{children:[t.jsx(T,{fontWeight:"bold",children:"Welcome to your project"}),t.jsx(O1,{title:"Close",arrow:!0,children:t.jsx(x1,{onClick:r,size:"small",children:t.jsx(V0,{})})})]}),t.jsx(T,{variant:"body2",children:"Complete the steps below to start working with this project"})]}),t.jsxs(Sd,{children:[t.jsx(me,{children:((p=s.onboardingStatus)==null?void 0:p.status)==="first-flag-created"?t.jsx(Ad,{}):t.jsx(Ed,{projectId:e,refetchFeatures:c})}),t.jsxs(me,{children:[t.jsxs(U4,{children:[t.jsx(W4,{children:"2"}),"Connect an SDK"]}),t.jsx(T,{children:"Your project is not yet connected to any SDK. To start using your feature flag, connect an SDK to the project."}),t.jsx($0,{onClick:()=>{a(!0)},maxWidth:"200px",projectId:e,Icon:D3,disabled:!i,permission:[M1,F8],children:"Connect SDK"})]}),t.jsx(me,{children:t.jsx(jd,{})})]})]})},Ed=({projectId:e,refetchFeatures:a})=>{const{refetch:n}=z1(e);return t.jsxs(t.Fragment,{children:[t.jsxs(U4,{children:[t.jsx(W4,{children:"1"}),"Create a feature flag"]}),t.jsx(T,{children:"The project currently holds no feature flags. Create one to get started."}),t.jsx(H7,{text:"Create flag",skipNavigationOnComplete:!0,onSuccess:()=>{n(),a()}})]})},Ad=()=>t.jsxs(wd,{children:[t.jsxs(U4,{children:[t.jsx(Cd,{children:"✓"}),"Create a feature flag"]}),t.jsxs(Zd,{children:[t.jsx(T,{fontWeight:"bold",variant:"body2",children:"Congratulations, your first flag is ready!"}),t.jsx(T,{variant:"body2",children:"You can open it to customize further."})]})]});var H4={},Id=N1;Object.defineProperty(H4,"__esModule",{value:!0});var q7=H4.default=void 0,Dd=Id(B1()),U5=t,Rd=(0,Dd.default)([(0,U5.jsx)("path",{d:"M21 5c-1.11-.35-2.33-.5-3.5-.5-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v14.65c0 .25.25.5.5.5.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1zm0 13.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5V8c1.35-.85 3.8-1.5 5.5-1.5 1.2 0 2.4.15 3.5.5v11.5z"},"0"),(0,U5.jsx)("path",{d:"M17.5 10.5c.88 0 1.73.09 2.5.26V9.24c-.79-.15-1.64-.24-2.5-.24-1.7 0-3.24.29-4.5.83v1.66c1.13-.64 2.7-.99 4.5-.99zM13 12.49v1.66c1.13-.64 2.7-.99 4.5-.99.88 0 1.73.09 2.5.26V11.9c-.79-.15-1.64-.24-2.5-.24-1.7 0-3.24.3-4.5.83zm4.5 1.84c-1.7 0-3.24.29-4.5.83v1.66c1.13-.64 2.7-.99 4.5-.99.88 0 1.73.09 2.5.26v-1.52c-.79-.16-1.64-.24-2.5-.24z"},"1")],"MenuBookOutlined");q7=H4.default=Rd;var q4={},Od=N1;Object.defineProperty(q4,"__esModule",{value:!0});var Y7=q4.default=void 0,_d=Od(B1()),Pd=t,Fd=(0,_d.default)((0,Pd.jsx)("path",{d:"M9 13.75c-2.34 0-7 1.17-7 3.5V19h14v-1.75c0-2.33-4.66-3.5-7-3.5zM4.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25H4.34zM9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5 5.5 6.57 5.5 8.5 7.07 12 9 12zm0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7zm7.04 6.81c1.16.84 1.96 1.96 1.96 3.44V19h4v-1.75c0-2.02-3.5-3.17-5.96-3.44zM15 12c1.93 0 3.5-1.57 3.5-3.5S16.93 5 15 5c-.54 0-1.04.13-1.5.35.63.89 1 1.98 1 3.15s-.37 2.26-1 3.15c.46.22.96.35 1.5.35z"}),"PeopleOutlined");Y7=q4.default=Fd;const $d=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.paper,flexBasis:"70%",borderRadius:e.shape.borderRadiusLarge})),Vd=l("div")(({theme:e})=>({padding:e.spacing(2,4,2,7),borderBottom:"1px solid",borderColor:e.palette.divider,display:"flex",flexDirection:"row",justifyContent:"flex-start",gap:e.spacing(3),alignItems:"center"})),Md=l("div")(({theme:e})=>({display:"flex",flexGrow:1})),ve=l("div")(({theme:e})=>({flexBasis:"50%",padding:e.spacing(3,2,6,8),display:"flex",gap:e.spacing(3),flexDirection:"column"})),ge=l("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),Ld=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"space-between"})),Bd=l(s2)(({theme:e})=>({backgroundColor:e.palette.primary.main,color:e.palette.background.paper,borderRadius:"50%",padding:e.spacing(.5),width:"28px",height:"28px"})),Nd=l(Bn)(({theme:e})=>({color:e.palette.primary.main})),zd=l(Y7)(({theme:e})=>({color:e.palette.primary.main})),Ud=l(q7)(({theme:e})=>({color:e.palette.primary.main})),Wd=({projectId:e,onClose:a})=>t.jsxs($d,{children:[t.jsxs(Vd,{children:[t.jsx(Bd,{}),t.jsxs(Ld,{children:[t.jsx(T,{fontWeight:"bold",children:"Setup completed"}),t.jsx(T,{variant:"body2",children:"Next steps"})]}),t.jsx(O1,{title:"Close",arrow:!0,sx:{ml:"auto"},children:t.jsx(x1,{onClick:a,size:"small",children:t.jsx(V0,{})})})]}),t.jsxs(Md,{children:[t.jsxs(ve,{children:[t.jsxs(ge,{children:[t.jsx(Nd,{}),"Expose your feature flag to users"]}),t.jsxs(T,{children:["You can have fine grained control over who is exposed to your feature flag by leveraging"," ",t.jsx(d1,{className:"unleash-action-button",to:"https://docs.getunleash.io/concepts/activation-strategies",target:"_blank",rel:"noopener noreferrer",children:"strategies"}),". Visit the feature flag page to start adding strategies to control exposure."]})]}),t.jsxs(ve,{children:[t.jsxs(ge,{children:[t.jsx(zd,{}),"Add members to your project"]}),t.jsxs(T,{children:["Unleash is best when collaborating with your co-workers."," ",t.jsx(d1,{className:"unleash-action-button",to:`/projects/${e}/settings/access`,children:"Add your co-workers to the project"}),"."]})]}),t.jsxs(ve,{children:[t.jsxs(ge,{children:[t.jsx(Ud,{}),"Learn about Unleash"]}),t.jsxs(T,{children:["Take a deep dive through our documentation,"," ",t.jsx(d1,{className:"unleash-action-button",to:"https://docs.getunleash.io/unleash-academy/foundational",target:"_blank",rel:"noopener noreferrer",children:"starting with the foundations of Unleash"}),"."]})]})]})]}),Hd=({selectedIds:e,projectId:a,onConfirm:n})=>{const[c,s]=d.useState(!1),[i,r]=d.useState(!1),{trackEvent:o}=u1(),p=async()=>{r(!0)},h=async()=>{s(!0)};return t.jsxs(t.Fragment,{children:[t.jsx(n3,{projectId:a,permission:R0,children:({hasAccess:u})=>t.jsx(J,{disabled:!u,startIcon:t.jsx(Nn,{}),variant:"outlined",size:"small",onClick:p,"date-testid":"batch_revive",children:"Revive"})}),t.jsx(n3,{projectId:a,permission:D0,children:({hasAccess:u})=>t.jsx(J,{disabled:!u,startIcon:t.jsx(z3,{}),variant:"outlined",size:"small",onClick:h,children:"Delete"})}),t.jsx(Z8,{deletedFeatures:e,projectId:a,open:c,setOpen:s,refetch:()=>{n==null||n(),o("batch_operations",{props:{eventType:"features deleted"}})}}),t.jsx(k8,{revivedFeatures:e,projectId:a,open:i,setOpen:r,refetch:()=>{n==null||n(),o("batch_operations",{props:{eventType:"features revived"}})}})]})};function qd(e){return d2("MuiTimelineSeparator",e)}U3("MuiTimelineSeparator",["root"]);const Yd=["className"],Kd=e=>{const{classes:a}=e;return m2({root:["root"]},qd,a)},Gd=l("div",{name:"MuiTimelineSeparator",slot:"Root",overridesResolver:(e,a)=>a.root})({display:"flex",flexDirection:"column",flex:0,alignItems:"center"}),T2=d.forwardRef(function(a,n){const c=p2({props:a,name:"MuiTimelineSeparator"}),{className:s}=c,i=h2(c,Yd),r=c,o=Kd(r);return t.jsx(Gd,E1({className:u2(o.root,s),ownerState:r,ref:n},i))}),b0=d.createContext({});function Jd(e){return d2("MuiTimelineContent",e)}const Qd=U3("MuiTimelineContent",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);function j2(e){return e==="alternate-reverse"?"positionAlternateReverse":`position${M0(e)}`}const Xd=["className"],ep=e=>{const{position:a,classes:n}=e,c={root:["root",j2(a)]};return m2(c,Jd,n)},tp=l(T,{name:"MuiTimelineContent",slot:"Root",overridesResolver:(e,a)=>{const{ownerState:n}=e;return[a.root,a[j2(n.position)]]}})(({ownerState:e})=>E1({flex:1,padding:"6px 16px",textAlign:"left"},e.position==="left"&&{textAlign:"right"})),K7=d.forwardRef(function(a,n){const c=p2({props:a,name:"MuiTimelineContent"}),{className:s}=c,i=h2(c,Xd),{position:r}=d.useContext(b0),o=E1({},c,{position:r||"right"}),p=ep(o);return t.jsx(tp,E1({component:"div",className:u2(p.root,s),ownerState:o,ref:n},i))}),ap=U3("MuiTimelineOppositeContent",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);function np(e){return d2("MuiTimelineItem",e)}const G7=U3("MuiTimelineItem",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse","missingOppositeContent"]),cp=["position","className"],sp=e=>{const{position:a,classes:n,hasOppositeContent:c}=e,s={root:["root",j2(a),!c&&"missingOppositeContent"]};return m2(s,np,n)},ip=l("li",{name:"MuiTimelineItem",slot:"Root",overridesResolver:(e,a)=>{const{ownerState:n}=e;return[a.root,a[j2(n.position)]]}})(({ownerState:e})=>E1({listStyle:"none",display:"flex",position:"relative",minHeight:70},e.position==="left"&&{flexDirection:"row-reverse"},(e.position==="alternate"||e.position==="alternate-reverse")&&{[`&:nth-of-type(${e.position==="alternate"?"even":"odd"})`]:{flexDirection:"row-reverse",[`& .${Qd.root}`]:{textAlign:"right"},[`& .${ap.root}`]:{textAlign:"left"}}},!e.hasOppositeContent&&{"&::before":{content:'""',flex:1,padding:"6px 16px"}})),E2=d.forwardRef(function(a,n){const c=p2({props:a,name:"MuiTimelineItem"}),{position:s,className:i}=c,r=h2(c,cp),{position:o}=d.useContext(b0);let p=!1;d.Children.forEach(c.children,m=>{zn(m,["TimelineOppositeContent"])&&(p=!0)});const h=E1({},c,{position:s||o||"right",hasOppositeContent:p}),u=sp(h),v=d.useMemo(()=>({position:h.position}),[h.position]);return t.jsx(b0.Provider,{value:v,children:t.jsx(ip,E1({className:u2(u.root,i),ownerState:h,ref:n},r))})});function rp(e){return d2("MuiTimelineConnector",e)}U3("MuiTimelineConnector",["root"]);const op=["className"],lp=e=>{const{classes:a}=e;return m2({root:["root"]},rp,a)},dp=l("span",{name:"MuiTimelineConnector",slot:"Root",overridesResolver:(e,a)=>a.root})(({theme:e})=>({width:2,backgroundColor:(e.vars||e).palette.grey[400],flexGrow:1})),Y4=d.forwardRef(function(a,n){const c=p2({props:a,name:"MuiTimelineConnector"}),{className:s}=c,i=h2(c,op),r=c,o=lp(r);return t.jsx(dp,E1({className:u2(o.root,s),ownerState:r,ref:n},i))});function pp(e){return d2("MuiTimelineDot",e)}U3("MuiTimelineDot",["root","filled","outlined","filledGrey","outlinedGrey","filledPrimary","outlinedPrimary","filledSecondary","outlinedSecondary"]);const hp=["className","color","variant"],up=e=>{const{color:a,variant:n,classes:c}=e,s={root:["root",n,a!=="inherit"&&`${n}${M0(a)}`]};return m2(s,pp,c)},mp=l("span",{name:"MuiTimelineDot",slot:"Root",overridesResolver:(e,a)=>{const{ownerState:n}=e;return[a.root,a[n.color!=="inherit"&&`${n.variant}${M0(n.color)}`],a[n.variant]]}})(({ownerState:e,theme:a})=>E1({display:"flex",alignSelf:"baseline",borderStyle:"solid",borderWidth:2,padding:4,borderRadius:"50%",boxShadow:(a.vars||a).shadows[1],margin:"11.5px 0"},e.variant==="filled"&&E1({borderColor:"transparent"},e.color!=="inherit"&&E1({},e.color==="grey"?{color:(a.vars||a).palette.grey[50],backgroundColor:(a.vars||a).palette.grey[400]}:{color:(a.vars||a).palette[e.color].contrastText,backgroundColor:(a.vars||a).palette[e.color].main})),e.variant==="outlined"&&E1({boxShadow:"none",backgroundColor:"transparent"},e.color!=="inherit"&&E1({},e.color==="grey"?{borderColor:(a.vars||a).palette.grey[400]}:{borderColor:(a.vars||a).palette[e.color].main})))),K4=d.forwardRef(function(a,n){const c=p2({props:a,name:"MuiTimelineDot"}),{className:s,color:i="grey",variant:r="filled"}=c,o=h2(c,hp),p=E1({},c,{color:i,variant:r}),h=up(p);return t.jsx(mp,E1({className:u2(h.root,s),ownerState:p,ref:n},o))});function vp(e){return d2("MuiTimeline",e)}U3("MuiTimeline",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);const gp=["position","className"],fp=e=>{const{position:a,classes:n}=e,c={root:["root",a&&j2(a)]};return m2(c,vp,n)},xp=l("ul",{name:"MuiTimeline",slot:"Root",overridesResolver:(e,a)=>{const{ownerState:n}=e;return[a.root,n.position&&a[j2(n.position)]]}})({display:"flex",flexDirection:"column",padding:"6px 16px",flexGrow:1}),J7=d.forwardRef(function(a,n){const c=p2({props:a,name:"MuiTimeline"}),{position:s="right",className:i}=c,r=h2(c,gp),o=E1({},c,{position:s}),p=fp(o),h=d.useMemo(()=>({position:s}),[s]);return t.jsx(b0.Provider,{value:h,children:t.jsx(xp,E1({className:u2(p.root,i),ownerState:o,ref:n},r))})}),jp=l(J7)(()=>({padding:0,margin:0,[`& .${G7.root}:before`]:{flex:0,padding:0}})),W5=l(Y4,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:a})=>({width:"1px",backgroundColor:a?e.palette.common.white:`${T3(e.palette.common.white,.5)}`})),fe=l(K4,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:a})=>({color:a?e.palette.background.sidebar:`${T3(e.palette.common.white,.8)}`,backgroundColor:a?e.palette.common.white:"initial",fontWeight:a?e.fontWeight.bold:"normal",borderColor:a?e.palette.common.white:`${T3(e.palette.common.white,.8)}`,width:e.spacing(5),height:e.spacing(5),lineHeight:e.spacing(5),borderWidth:"1px",display:"flex",alignItems:"center",justifyContent:"center",margin:e.spacing(1,0)})),xe=l(K7,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:a})=>({padding:e.spacing(2,2,6,2),color:a?e.palette.common.white:`${T3(e.palette.common.white,.8)}`})),je=l(S,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:a})=>({fontWeight:a?e.fontWeight.bold:"normal",fontSize:e.fontSizes.bodySize})),ye=l(S)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),yp=({stage:e})=>t.jsxs(jp,{children:[t.jsxs(E2,{children:[t.jsxs(T2,{children:[t.jsx(fe,{variant:"outlined",active:e==="configure",children:"1"}),t.jsx(W5,{active:e==="configure"})]}),t.jsxs(xe,{active:e==="configure",children:[t.jsx(je,{active:e==="configure",children:"Import file"}),t.jsx(ye,{children:"Import previously exported flag configuration from another Unleash instance as a JSON file"})]})]}),t.jsxs(E2,{children:[t.jsxs(T2,{children:[t.jsx(fe,{variant:"outlined",active:e==="validate",children:"2"}),t.jsx(W5,{active:e==="validate"})]}),t.jsxs(xe,{active:e==="validate",children:[t.jsx(je,{active:e==="validate",children:"Validate configuration"}),t.jsx(ye,{children:"Check the errors and warnings from the import process"})]})]}),t.jsxs(E2,{children:[t.jsx(T2,{children:t.jsx(fe,{variant:"outlined",active:e==="import",children:"3"})}),t.jsxs(xe,{active:e==="import",children:[t.jsx(je,{active:e==="import",children:"Finish import"}),t.jsx(ye,{children:"Feature flag configuration will be imported to your new Unleash instance"})]})]})]});function K3(e,a,n,c){function s(i){return i instanceof n?i:new n(function(r){r(i)})}return new(n||(n=Promise))(function(i,r){function o(u){try{h(c.next(u))}catch(v){r(v)}}function p(u){try{h(c.throw(u))}catch(v){r(v)}}function h(u){u.done?i(u.value):s(u.value).then(o,p)}h((c=c.apply(e,a||[])).next())})}const bp=new Map([["1km","application/vnd.1000minds.decision-model+xml"],["3dml","text/vnd.in3d.3dml"],["3ds","image/x-3ds"],["3g2","video/3gpp2"],["3gp","video/3gp"],["3gpp","video/3gpp"],["3mf","model/3mf"],["7z","application/x-7z-compressed"],["7zip","application/x-7z-compressed"],["123","application/vnd.lotus-1-2-3"],["aab","application/x-authorware-bin"],["aac","audio/x-acc"],["aam","application/x-authorware-map"],["aas","application/x-authorware-seg"],["abw","application/x-abiword"],["ac","application/vnd.nokia.n-gage.ac+xml"],["ac3","audio/ac3"],["acc","application/vnd.americandynamics.acc"],["ace","application/x-ace-compressed"],["acu","application/vnd.acucobol"],["acutc","application/vnd.acucorp"],["adp","audio/adpcm"],["aep","application/vnd.audiograph"],["afm","application/x-font-type1"],["afp","application/vnd.ibm.modcap"],["ahead","application/vnd.ahead.space"],["ai","application/pdf"],["aif","audio/x-aiff"],["aifc","audio/x-aiff"],["aiff","audio/x-aiff"],["air","application/vnd.adobe.air-application-installer-package+zip"],["ait","application/vnd.dvb.ait"],["ami","application/vnd.amiga.ami"],["amr","audio/amr"],["apk","application/vnd.android.package-archive"],["apng","image/apng"],["appcache","text/cache-manifest"],["application","application/x-ms-application"],["apr","application/vnd.lotus-approach"],["arc","application/x-freearc"],["arj","application/x-arj"],["asc","application/pgp-signature"],["asf","video/x-ms-asf"],["asm","text/x-asm"],["aso","application/vnd.accpac.simply.aso"],["asx","video/x-ms-asf"],["atc","application/vnd.acucorp"],["atom","application/atom+xml"],["atomcat","application/atomcat+xml"],["atomdeleted","application/atomdeleted+xml"],["atomsvc","application/atomsvc+xml"],["atx","application/vnd.antix.game-component"],["au","audio/x-au"],["avi","video/x-msvideo"],["avif","image/avif"],["aw","application/applixware"],["azf","application/vnd.airzip.filesecure.azf"],["azs","application/vnd.airzip.filesecure.azs"],["azv","image/vnd.airzip.accelerator.azv"],["azw","application/vnd.amazon.ebook"],["b16","image/vnd.pco.b16"],["bat","application/x-msdownload"],["bcpio","application/x-bcpio"],["bdf","application/x-font-bdf"],["bdm","application/vnd.syncml.dm+wbxml"],["bdoc","application/x-bdoc"],["bed","application/vnd.realvnc.bed"],["bh2","application/vnd.fujitsu.oasysprs"],["bin","application/octet-stream"],["blb","application/x-blorb"],["blorb","application/x-blorb"],["bmi","application/vnd.bmi"],["bmml","application/vnd.balsamiq.bmml+xml"],["bmp","image/bmp"],["book","application/vnd.framemaker"],["box","application/vnd.previewsystems.box"],["boz","application/x-bzip2"],["bpk","application/octet-stream"],["bpmn","application/octet-stream"],["bsp","model/vnd.valve.source.compiled-map"],["btif","image/prs.btif"],["buffer","application/octet-stream"],["bz","application/x-bzip"],["bz2","application/x-bzip2"],["c","text/x-c"],["c4d","application/vnd.clonk.c4group"],["c4f","application/vnd.clonk.c4group"],["c4g","application/vnd.clonk.c4group"],["c4p","application/vnd.clonk.c4group"],["c4u","application/vnd.clonk.c4group"],["c11amc","application/vnd.cluetrust.cartomobile-config"],["c11amz","application/vnd.cluetrust.cartomobile-config-pkg"],["cab","application/vnd.ms-cab-compressed"],["caf","audio/x-caf"],["cap","application/vnd.tcpdump.pcap"],["car","application/vnd.curl.car"],["cat","application/vnd.ms-pki.seccat"],["cb7","application/x-cbr"],["cba","application/x-cbr"],["cbr","application/x-cbr"],["cbt","application/x-cbr"],["cbz","application/x-cbr"],["cc","text/x-c"],["cco","application/x-cocoa"],["cct","application/x-director"],["ccxml","application/ccxml+xml"],["cdbcmsg","application/vnd.contact.cmsg"],["cda","application/x-cdf"],["cdf","application/x-netcdf"],["cdfx","application/cdfx+xml"],["cdkey","application/vnd.mediastation.cdkey"],["cdmia","application/cdmi-capability"],["cdmic","application/cdmi-container"],["cdmid","application/cdmi-domain"],["cdmio","application/cdmi-object"],["cdmiq","application/cdmi-queue"],["cdr","application/cdr"],["cdx","chemical/x-cdx"],["cdxml","application/vnd.chemdraw+xml"],["cdy","application/vnd.cinderella"],["cer","application/pkix-cert"],["cfs","application/x-cfs-compressed"],["cgm","image/cgm"],["chat","application/x-chat"],["chm","application/vnd.ms-htmlhelp"],["chrt","application/vnd.kde.kchart"],["cif","chemical/x-cif"],["cii","application/vnd.anser-web-certificate-issue-initiation"],["cil","application/vnd.ms-artgalry"],["cjs","application/node"],["cla","application/vnd.claymore"],["class","application/octet-stream"],["clkk","application/vnd.crick.clicker.keyboard"],["clkp","application/vnd.crick.clicker.palette"],["clkt","application/vnd.crick.clicker.template"],["clkw","application/vnd.crick.clicker.wordbank"],["clkx","application/vnd.crick.clicker"],["clp","application/x-msclip"],["cmc","application/vnd.cosmocaller"],["cmdf","chemical/x-cmdf"],["cml","chemical/x-cml"],["cmp","application/vnd.yellowriver-custom-menu"],["cmx","image/x-cmx"],["cod","application/vnd.rim.cod"],["coffee","text/coffeescript"],["com","application/x-msdownload"],["conf","text/plain"],["cpio","application/x-cpio"],["cpp","text/x-c"],["cpt","application/mac-compactpro"],["crd","application/x-mscardfile"],["crl","application/pkix-crl"],["crt","application/x-x509-ca-cert"],["crx","application/x-chrome-extension"],["cryptonote","application/vnd.rig.cryptonote"],["csh","application/x-csh"],["csl","application/vnd.citationstyles.style+xml"],["csml","chemical/x-csml"],["csp","application/vnd.commonspace"],["csr","application/octet-stream"],["css","text/css"],["cst","application/x-director"],["csv","text/csv"],["cu","application/cu-seeme"],["curl","text/vnd.curl"],["cww","application/prs.cww"],["cxt","application/x-director"],["cxx","text/x-c"],["dae","model/vnd.collada+xml"],["daf","application/vnd.mobius.daf"],["dart","application/vnd.dart"],["dataless","application/vnd.fdsn.seed"],["davmount","application/davmount+xml"],["dbf","application/vnd.dbf"],["dbk","application/docbook+xml"],["dcr","application/x-director"],["dcurl","text/vnd.curl.dcurl"],["dd2","application/vnd.oma.dd2+xml"],["ddd","application/vnd.fujixerox.ddd"],["ddf","application/vnd.syncml.dmddf+xml"],["dds","image/vnd.ms-dds"],["deb","application/x-debian-package"],["def","text/plain"],["deploy","application/octet-stream"],["der","application/x-x509-ca-cert"],["dfac","application/vnd.dreamfactory"],["dgc","application/x-dgc-compressed"],["dic","text/x-c"],["dir","application/x-director"],["dis","application/vnd.mobius.dis"],["disposition-notification","message/disposition-notification"],["dist","application/octet-stream"],["distz","application/octet-stream"],["djv","image/vnd.djvu"],["djvu","image/vnd.djvu"],["dll","application/octet-stream"],["dmg","application/x-apple-diskimage"],["dmn","application/octet-stream"],["dmp","application/vnd.tcpdump.pcap"],["dms","application/octet-stream"],["dna","application/vnd.dna"],["doc","application/msword"],["docm","application/vnd.ms-word.template.macroEnabled.12"],["docx","application/vnd.openxmlformats-officedocument.wordprocessingml.document"],["dot","application/msword"],["dotm","application/vnd.ms-word.template.macroEnabled.12"],["dotx","application/vnd.openxmlformats-officedocument.wordprocessingml.template"],["dp","application/vnd.osgi.dp"],["dpg","application/vnd.dpgraph"],["dra","audio/vnd.dra"],["drle","image/dicom-rle"],["dsc","text/prs.lines.tag"],["dssc","application/dssc+der"],["dtb","application/x-dtbook+xml"],["dtd","application/xml-dtd"],["dts","audio/vnd.dts"],["dtshd","audio/vnd.dts.hd"],["dump","application/octet-stream"],["dvb","video/vnd.dvb.file"],["dvi","application/x-dvi"],["dwd","application/atsc-dwd+xml"],["dwf","model/vnd.dwf"],["dwg","image/vnd.dwg"],["dxf","image/vnd.dxf"],["dxp","application/vnd.spotfire.dxp"],["dxr","application/x-director"],["ear","application/java-archive"],["ecelp4800","audio/vnd.nuera.ecelp4800"],["ecelp7470","audio/vnd.nuera.ecelp7470"],["ecelp9600","audio/vnd.nuera.ecelp9600"],["ecma","application/ecmascript"],["edm","application/vnd.novadigm.edm"],["edx","application/vnd.novadigm.edx"],["efif","application/vnd.picsel"],["ei6","application/vnd.pg.osasli"],["elc","application/octet-stream"],["emf","image/emf"],["eml","message/rfc822"],["emma","application/emma+xml"],["emotionml","application/emotionml+xml"],["emz","application/x-msmetafile"],["eol","audio/vnd.digital-winds"],["eot","application/vnd.ms-fontobject"],["eps","application/postscript"],["epub","application/epub+zip"],["es","application/ecmascript"],["es3","application/vnd.eszigno3+xml"],["esa","application/vnd.osgi.subsystem"],["esf","application/vnd.epson.esf"],["et3","application/vnd.eszigno3+xml"],["etx","text/x-setext"],["eva","application/x-eva"],["evy","application/x-envoy"],["exe","application/octet-stream"],["exi","application/exi"],["exp","application/express"],["exr","image/aces"],["ext","application/vnd.novadigm.ext"],["ez","application/andrew-inset"],["ez2","application/vnd.ezpix-album"],["ez3","application/vnd.ezpix-package"],["f","text/x-fortran"],["f4v","video/mp4"],["f77","text/x-fortran"],["f90","text/x-fortran"],["fbs","image/vnd.fastbidsheet"],["fcdt","application/vnd.adobe.formscentral.fcdt"],["fcs","application/vnd.isac.fcs"],["fdf","application/vnd.fdf"],["fdt","application/fdt+xml"],["fe_launch","application/vnd.denovo.fcselayout-link"],["fg5","application/vnd.fujitsu.oasysgp"],["fgd","application/x-director"],["fh","image/x-freehand"],["fh4","image/x-freehand"],["fh5","image/x-freehand"],["fh7","image/x-freehand"],["fhc","image/x-freehand"],["fig","application/x-xfig"],["fits","image/fits"],["flac","audio/x-flac"],["fli","video/x-fli"],["flo","application/vnd.micrografx.flo"],["flv","video/x-flv"],["flw","application/vnd.kde.kivio"],["flx","text/vnd.fmi.flexstor"],["fly","text/vnd.fly"],["fm","application/vnd.framemaker"],["fnc","application/vnd.frogans.fnc"],["fo","application/vnd.software602.filler.form+xml"],["for","text/x-fortran"],["fpx","image/vnd.fpx"],["frame","application/vnd.framemaker"],["fsc","application/vnd.fsc.weblaunch"],["fst","image/vnd.fst"],["ftc","application/vnd.fluxtime.clip"],["fti","application/vnd.anser-web-funds-transfer-initiation"],["fvt","video/vnd.fvt"],["fxp","application/vnd.adobe.fxp"],["fxpl","application/vnd.adobe.fxp"],["fzs","application/vnd.fuzzysheet"],["g2w","application/vnd.geoplan"],["g3","image/g3fax"],["g3w","application/vnd.geospace"],["gac","application/vnd.groove-account"],["gam","application/x-tads"],["gbr","application/rpki-ghostbusters"],["gca","application/x-gca-compressed"],["gdl","model/vnd.gdl"],["gdoc","application/vnd.google-apps.document"],["geo","application/vnd.dynageo"],["geojson","application/geo+json"],["gex","application/vnd.geometry-explorer"],["ggb","application/vnd.geogebra.file"],["ggt","application/vnd.geogebra.tool"],["ghf","application/vnd.groove-help"],["gif","image/gif"],["gim","application/vnd.groove-identity-message"],["glb","model/gltf-binary"],["gltf","model/gltf+json"],["gml","application/gml+xml"],["gmx","application/vnd.gmx"],["gnumeric","application/x-gnumeric"],["gpg","application/gpg-keys"],["gph","application/vnd.flographit"],["gpx","application/gpx+xml"],["gqf","application/vnd.grafeq"],["gqs","application/vnd.grafeq"],["gram","application/srgs"],["gramps","application/x-gramps-xml"],["gre","application/vnd.geometry-explorer"],["grv","application/vnd.groove-injector"],["grxml","application/srgs+xml"],["gsf","application/x-font-ghostscript"],["gsheet","application/vnd.google-apps.spreadsheet"],["gslides","application/vnd.google-apps.presentation"],["gtar","application/x-gtar"],["gtm","application/vnd.groove-tool-message"],["gtw","model/vnd.gtw"],["gv","text/vnd.graphviz"],["gxf","application/gxf"],["gxt","application/vnd.geonext"],["gz","application/gzip"],["gzip","application/gzip"],["h","text/x-c"],["h261","video/h261"],["h263","video/h263"],["h264","video/h264"],["hal","application/vnd.hal+xml"],["hbci","application/vnd.hbci"],["hbs","text/x-handlebars-template"],["hdd","application/x-virtualbox-hdd"],["hdf","application/x-hdf"],["heic","image/heic"],["heics","image/heic-sequence"],["heif","image/heif"],["heifs","image/heif-sequence"],["hej2","image/hej2k"],["held","application/atsc-held+xml"],["hh","text/x-c"],["hjson","application/hjson"],["hlp","application/winhlp"],["hpgl","application/vnd.hp-hpgl"],["hpid","application/vnd.hp-hpid"],["hps","application/vnd.hp-hps"],["hqx","application/mac-binhex40"],["hsj2","image/hsj2"],["htc","text/x-component"],["htke","application/vnd.kenameaapp"],["htm","text/html"],["html","text/html"],["hvd","application/vnd.yamaha.hv-dic"],["hvp","application/vnd.yamaha.hv-voice"],["hvs","application/vnd.yamaha.hv-script"],["i2g","application/vnd.intergeo"],["icc","application/vnd.iccprofile"],["ice","x-conference/x-cooltalk"],["icm","application/vnd.iccprofile"],["ico","image/x-icon"],["ics","text/calendar"],["ief","image/ief"],["ifb","text/calendar"],["ifm","application/vnd.shana.informed.formdata"],["iges","model/iges"],["igl","application/vnd.igloader"],["igm","application/vnd.insors.igm"],["igs","model/iges"],["igx","application/vnd.micrografx.igx"],["iif","application/vnd.shana.informed.interchange"],["img","application/octet-stream"],["imp","application/vnd.accpac.simply.imp"],["ims","application/vnd.ms-ims"],["in","text/plain"],["ini","text/plain"],["ink","application/inkml+xml"],["inkml","application/inkml+xml"],["install","application/x-install-instructions"],["iota","application/vnd.astraea-software.iota"],["ipfix","application/ipfix"],["ipk","application/vnd.shana.informed.package"],["irm","application/vnd.ibm.rights-management"],["irp","application/vnd.irepository.package+xml"],["iso","application/x-iso9660-image"],["itp","application/vnd.shana.informed.formtemplate"],["its","application/its+xml"],["ivp","application/vnd.immervision-ivp"],["ivu","application/vnd.immervision-ivu"],["jad","text/vnd.sun.j2me.app-descriptor"],["jade","text/jade"],["jam","application/vnd.jam"],["jar","application/java-archive"],["jardiff","application/x-java-archive-diff"],["java","text/x-java-source"],["jhc","image/jphc"],["jisp","application/vnd.jisp"],["jls","image/jls"],["jlt","application/vnd.hp-jlyt"],["jng","image/x-jng"],["jnlp","application/x-java-jnlp-file"],["joda","application/vnd.joost.joda-archive"],["jp2","image/jp2"],["jpe","image/jpeg"],["jpeg","image/jpeg"],["jpf","image/jpx"],["jpg","image/jpeg"],["jpg2","image/jp2"],["jpgm","video/jpm"],["jpgv","video/jpeg"],["jph","image/jph"],["jpm","video/jpm"],["jpx","image/jpx"],["js","application/javascript"],["json","application/json"],["json5","application/json5"],["jsonld","application/ld+json"],["jsonl","application/jsonl"],["jsonml","application/jsonml+json"],["jsx","text/jsx"],["jxr","image/jxr"],["jxra","image/jxra"],["jxrs","image/jxrs"],["jxs","image/jxs"],["jxsc","image/jxsc"],["jxsi","image/jxsi"],["jxss","image/jxss"],["kar","audio/midi"],["karbon","application/vnd.kde.karbon"],["kdb","application/octet-stream"],["kdbx","application/x-keepass2"],["key","application/x-iwork-keynote-sffkey"],["kfo","application/vnd.kde.kformula"],["kia","application/vnd.kidspiration"],["kml","application/vnd.google-earth.kml+xml"],["kmz","application/vnd.google-earth.kmz"],["kne","application/vnd.kinar"],["knp","application/vnd.kinar"],["kon","application/vnd.kde.kontour"],["kpr","application/vnd.kde.kpresenter"],["kpt","application/vnd.kde.kpresenter"],["kpxx","application/vnd.ds-keypoint"],["ksp","application/vnd.kde.kspread"],["ktr","application/vnd.kahootz"],["ktx","image/ktx"],["ktx2","image/ktx2"],["ktz","application/vnd.kahootz"],["kwd","application/vnd.kde.kword"],["kwt","application/vnd.kde.kword"],["lasxml","application/vnd.las.las+xml"],["latex","application/x-latex"],["lbd","application/vnd.llamagraphics.life-balance.desktop"],["lbe","application/vnd.llamagraphics.life-balance.exchange+xml"],["les","application/vnd.hhe.lesson-player"],["less","text/less"],["lgr","application/lgr+xml"],["lha","application/octet-stream"],["link66","application/vnd.route66.link66+xml"],["list","text/plain"],["list3820","application/vnd.ibm.modcap"],["listafp","application/vnd.ibm.modcap"],["litcoffee","text/coffeescript"],["lnk","application/x-ms-shortcut"],["log","text/plain"],["lostxml","application/lost+xml"],["lrf","application/octet-stream"],["lrm","application/vnd.ms-lrm"],["ltf","application/vnd.frogans.ltf"],["lua","text/x-lua"],["luac","application/x-lua-bytecode"],["lvp","audio/vnd.lucent.voice"],["lwp","application/vnd.lotus-wordpro"],["lzh","application/octet-stream"],["m1v","video/mpeg"],["m2a","audio/mpeg"],["m2v","video/mpeg"],["m3a","audio/mpeg"],["m3u","text/plain"],["m3u8","application/vnd.apple.mpegurl"],["m4a","audio/x-m4a"],["m4p","application/mp4"],["m4s","video/iso.segment"],["m4u","application/vnd.mpegurl"],["m4v","video/x-m4v"],["m13","application/x-msmediaview"],["m14","application/x-msmediaview"],["m21","application/mp21"],["ma","application/mathematica"],["mads","application/mads+xml"],["maei","application/mmt-aei+xml"],["mag","application/vnd.ecowin.chart"],["maker","application/vnd.framemaker"],["man","text/troff"],["manifest","text/cache-manifest"],["map","application/json"],["mar","application/octet-stream"],["markdown","text/markdown"],["mathml","application/mathml+xml"],["mb","application/mathematica"],["mbk","application/vnd.mobius.mbk"],["mbox","application/mbox"],["mc1","application/vnd.medcalcdata"],["mcd","application/vnd.mcd"],["mcurl","text/vnd.curl.mcurl"],["md","text/markdown"],["mdb","application/x-msaccess"],["mdi","image/vnd.ms-modi"],["mdx","text/mdx"],["me","text/troff"],["mesh","model/mesh"],["meta4","application/metalink4+xml"],["metalink","application/metalink+xml"],["mets","application/mets+xml"],["mfm","application/vnd.mfmp"],["mft","application/rpki-manifest"],["mgp","application/vnd.osgeo.mapguide.package"],["mgz","application/vnd.proteus.magazine"],["mid","audio/midi"],["midi","audio/midi"],["mie","application/x-mie"],["mif","application/vnd.mif"],["mime","message/rfc822"],["mj2","video/mj2"],["mjp2","video/mj2"],["mjs","application/javascript"],["mk3d","video/x-matroska"],["mka","audio/x-matroska"],["mkd","text/x-markdown"],["mks","video/x-matroska"],["mkv","video/x-matroska"],["mlp","application/vnd.dolby.mlp"],["mmd","application/vnd.chipnuts.karaoke-mmd"],["mmf","application/vnd.smaf"],["mml","text/mathml"],["mmr","image/vnd.fujixerox.edmics-mmr"],["mng","video/x-mng"],["mny","application/x-msmoney"],["mobi","application/x-mobipocket-ebook"],["mods","application/mods+xml"],["mov","video/quicktime"],["movie","video/x-sgi-movie"],["mp2","audio/mpeg"],["mp2a","audio/mpeg"],["mp3","audio/mpeg"],["mp4","video/mp4"],["mp4a","audio/mp4"],["mp4s","application/mp4"],["mp4v","video/mp4"],["mp21","application/mp21"],["mpc","application/vnd.mophun.certificate"],["mpd","application/dash+xml"],["mpe","video/mpeg"],["mpeg","video/mpeg"],["mpg","video/mpeg"],["mpg4","video/mp4"],["mpga","audio/mpeg"],["mpkg","application/vnd.apple.installer+xml"],["mpm","application/vnd.blueice.multipass"],["mpn","application/vnd.mophun.application"],["mpp","application/vnd.ms-project"],["mpt","application/vnd.ms-project"],["mpy","application/vnd.ibm.minipay"],["mqy","application/vnd.mobius.mqy"],["mrc","application/marc"],["mrcx","application/marcxml+xml"],["ms","text/troff"],["mscml","application/mediaservercontrol+xml"],["mseed","application/vnd.fdsn.mseed"],["mseq","application/vnd.mseq"],["msf","application/vnd.epson.msf"],["msg","application/vnd.ms-outlook"],["msh","model/mesh"],["msi","application/x-msdownload"],["msl","application/vnd.mobius.msl"],["msm","application/octet-stream"],["msp","application/octet-stream"],["msty","application/vnd.muvee.style"],["mtl","model/mtl"],["mts","model/vnd.mts"],["mus","application/vnd.musician"],["musd","application/mmt-usd+xml"],["musicxml","application/vnd.recordare.musicxml+xml"],["mvb","application/x-msmediaview"],["mvt","application/vnd.mapbox-vector-tile"],["mwf","application/vnd.mfer"],["mxf","application/mxf"],["mxl","application/vnd.recordare.musicxml"],["mxmf","audio/mobile-xmf"],["mxml","application/xv+xml"],["mxs","application/vnd.triscape.mxs"],["mxu","video/vnd.mpegurl"],["n-gage","application/vnd.nokia.n-gage.symbian.install"],["n3","text/n3"],["nb","application/mathematica"],["nbp","application/vnd.wolfram.player"],["nc","application/x-netcdf"],["ncx","application/x-dtbncx+xml"],["nfo","text/x-nfo"],["ngdat","application/vnd.nokia.n-gage.data"],["nitf","application/vnd.nitf"],["nlu","application/vnd.neurolanguage.nlu"],["nml","application/vnd.enliven"],["nnd","application/vnd.noblenet-directory"],["nns","application/vnd.noblenet-sealer"],["nnw","application/vnd.noblenet-web"],["npx","image/vnd.net-fpx"],["nq","application/n-quads"],["nsc","application/x-conference"],["nsf","application/vnd.lotus-notes"],["nt","application/n-triples"],["ntf","application/vnd.nitf"],["numbers","application/x-iwork-numbers-sffnumbers"],["nzb","application/x-nzb"],["oa2","application/vnd.fujitsu.oasys2"],["oa3","application/vnd.fujitsu.oasys3"],["oas","application/vnd.fujitsu.oasys"],["obd","application/x-msbinder"],["obgx","application/vnd.openblox.game+xml"],["obj","model/obj"],["oda","application/oda"],["odb","application/vnd.oasis.opendocument.database"],["odc","application/vnd.oasis.opendocument.chart"],["odf","application/vnd.oasis.opendocument.formula"],["odft","application/vnd.oasis.opendocument.formula-template"],["odg","application/vnd.oasis.opendocument.graphics"],["odi","application/vnd.oasis.opendocument.image"],["odm","application/vnd.oasis.opendocument.text-master"],["odp","application/vnd.oasis.opendocument.presentation"],["ods","application/vnd.oasis.opendocument.spreadsheet"],["odt","application/vnd.oasis.opendocument.text"],["oga","audio/ogg"],["ogex","model/vnd.opengex"],["ogg","audio/ogg"],["ogv","video/ogg"],["ogx","application/ogg"],["omdoc","application/omdoc+xml"],["onepkg","application/onenote"],["onetmp","application/onenote"],["onetoc","application/onenote"],["onetoc2","application/onenote"],["opf","application/oebps-package+xml"],["opml","text/x-opml"],["oprc","application/vnd.palm"],["opus","audio/ogg"],["org","text/x-org"],["osf","application/vnd.yamaha.openscoreformat"],["osfpvg","application/vnd.yamaha.openscoreformat.osfpvg+xml"],["osm","application/vnd.openstreetmap.data+xml"],["otc","application/vnd.oasis.opendocument.chart-template"],["otf","font/otf"],["otg","application/vnd.oasis.opendocument.graphics-template"],["oth","application/vnd.oasis.opendocument.text-web"],["oti","application/vnd.oasis.opendocument.image-template"],["otp","application/vnd.oasis.opendocument.presentation-template"],["ots","application/vnd.oasis.opendocument.spreadsheet-template"],["ott","application/vnd.oasis.opendocument.text-template"],["ova","application/x-virtualbox-ova"],["ovf","application/x-virtualbox-ovf"],["owl","application/rdf+xml"],["oxps","application/oxps"],["oxt","application/vnd.openofficeorg.extension"],["p","text/x-pascal"],["p7a","application/x-pkcs7-signature"],["p7b","application/x-pkcs7-certificates"],["p7c","application/pkcs7-mime"],["p7m","application/pkcs7-mime"],["p7r","application/x-pkcs7-certreqresp"],["p7s","application/pkcs7-signature"],["p8","application/pkcs8"],["p10","application/x-pkcs10"],["p12","application/x-pkcs12"],["pac","application/x-ns-proxy-autoconfig"],["pages","application/x-iwork-pages-sffpages"],["pas","text/x-pascal"],["paw","application/vnd.pawaafile"],["pbd","application/vnd.powerbuilder6"],["pbm","image/x-portable-bitmap"],["pcap","application/vnd.tcpdump.pcap"],["pcf","application/x-font-pcf"],["pcl","application/vnd.hp-pcl"],["pclxl","application/vnd.hp-pclxl"],["pct","image/x-pict"],["pcurl","application/vnd.curl.pcurl"],["pcx","image/x-pcx"],["pdb","application/x-pilot"],["pde","text/x-processing"],["pdf","application/pdf"],["pem","application/x-x509-user-cert"],["pfa","application/x-font-type1"],["pfb","application/x-font-type1"],["pfm","application/x-font-type1"],["pfr","application/font-tdpfr"],["pfx","application/x-pkcs12"],["pgm","image/x-portable-graymap"],["pgn","application/x-chess-pgn"],["pgp","application/pgp"],["php","application/x-httpd-php"],["php3","application/x-httpd-php"],["php4","application/x-httpd-php"],["phps","application/x-httpd-php-source"],["phtml","application/x-httpd-php"],["pic","image/x-pict"],["pkg","application/octet-stream"],["pki","application/pkixcmp"],["pkipath","application/pkix-pkipath"],["pkpass","application/vnd.apple.pkpass"],["pl","application/x-perl"],["plb","application/vnd.3gpp.pic-bw-large"],["plc","application/vnd.mobius.plc"],["plf","application/vnd.pocketlearn"],["pls","application/pls+xml"],["pm","application/x-perl"],["pml","application/vnd.ctc-posml"],["png","image/png"],["pnm","image/x-portable-anymap"],["portpkg","application/vnd.macports.portpkg"],["pot","application/vnd.ms-powerpoint"],["potm","application/vnd.ms-powerpoint.presentation.macroEnabled.12"],["potx","application/vnd.openxmlformats-officedocument.presentationml.template"],["ppa","application/vnd.ms-powerpoint"],["ppam","application/vnd.ms-powerpoint.addin.macroEnabled.12"],["ppd","application/vnd.cups-ppd"],["ppm","image/x-portable-pixmap"],["pps","application/vnd.ms-powerpoint"],["ppsm","application/vnd.ms-powerpoint.slideshow.macroEnabled.12"],["ppsx","application/vnd.openxmlformats-officedocument.presentationml.slideshow"],["ppt","application/powerpoint"],["pptm","application/vnd.ms-powerpoint.presentation.macroEnabled.12"],["pptx","application/vnd.openxmlformats-officedocument.presentationml.presentation"],["pqa","application/vnd.palm"],["prc","application/x-pilot"],["pre","application/vnd.lotus-freelance"],["prf","application/pics-rules"],["provx","application/provenance+xml"],["ps","application/postscript"],["psb","application/vnd.3gpp.pic-bw-small"],["psd","application/x-photoshop"],["psf","application/x-font-linux-psf"],["pskcxml","application/pskc+xml"],["pti","image/prs.pti"],["ptid","application/vnd.pvi.ptid1"],["pub","application/x-mspublisher"],["pvb","application/vnd.3gpp.pic-bw-var"],["pwn","application/vnd.3m.post-it-notes"],["pya","audio/vnd.ms-playready.media.pya"],["pyv","video/vnd.ms-playready.media.pyv"],["qam","application/vnd.epson.quickanime"],["qbo","application/vnd.intu.qbo"],["qfx","application/vnd.intu.qfx"],["qps","application/vnd.publishare-delta-tree"],["qt","video/quicktime"],["qwd","application/vnd.quark.quarkxpress"],["qwt","application/vnd.quark.quarkxpress"],["qxb","application/vnd.quark.quarkxpress"],["qxd","application/vnd.quark.quarkxpress"],["qxl","application/vnd.quark.quarkxpress"],["qxt","application/vnd.quark.quarkxpress"],["ra","audio/x-realaudio"],["ram","audio/x-pn-realaudio"],["raml","application/raml+yaml"],["rapd","application/route-apd+xml"],["rar","application/x-rar"],["ras","image/x-cmu-raster"],["rcprofile","application/vnd.ipunplugged.rcprofile"],["rdf","application/rdf+xml"],["rdz","application/vnd.data-vision.rdz"],["relo","application/p2p-overlay+xml"],["rep","application/vnd.businessobjects"],["res","application/x-dtbresource+xml"],["rgb","image/x-rgb"],["rif","application/reginfo+xml"],["rip","audio/vnd.rip"],["ris","application/x-research-info-systems"],["rl","application/resource-lists+xml"],["rlc","image/vnd.fujixerox.edmics-rlc"],["rld","application/resource-lists-diff+xml"],["rm","audio/x-pn-realaudio"],["rmi","audio/midi"],["rmp","audio/x-pn-realaudio-plugin"],["rms","application/vnd.jcp.javame.midlet-rms"],["rmvb","application/vnd.rn-realmedia-vbr"],["rnc","application/relax-ng-compact-syntax"],["rng","application/xml"],["roa","application/rpki-roa"],["roff","text/troff"],["rp9","application/vnd.cloanto.rp9"],["rpm","audio/x-pn-realaudio-plugin"],["rpss","application/vnd.nokia.radio-presets"],["rpst","application/vnd.nokia.radio-preset"],["rq","application/sparql-query"],["rs","application/rls-services+xml"],["rsa","application/x-pkcs7"],["rsat","application/atsc-rsat+xml"],["rsd","application/rsd+xml"],["rsheet","application/urc-ressheet+xml"],["rss","application/rss+xml"],["rtf","text/rtf"],["rtx","text/richtext"],["run","application/x-makeself"],["rusd","application/route-usd+xml"],["rv","video/vnd.rn-realvideo"],["s","text/x-asm"],["s3m","audio/s3m"],["saf","application/vnd.yamaha.smaf-audio"],["sass","text/x-sass"],["sbml","application/sbml+xml"],["sc","application/vnd.ibm.secure-container"],["scd","application/x-msschedule"],["scm","application/vnd.lotus-screencam"],["scq","application/scvp-cv-request"],["scs","application/scvp-cv-response"],["scss","text/x-scss"],["scurl","text/vnd.curl.scurl"],["sda","application/vnd.stardivision.draw"],["sdc","application/vnd.stardivision.calc"],["sdd","application/vnd.stardivision.impress"],["sdkd","application/vnd.solent.sdkm+xml"],["sdkm","application/vnd.solent.sdkm+xml"],["sdp","application/sdp"],["sdw","application/vnd.stardivision.writer"],["sea","application/octet-stream"],["see","application/vnd.seemail"],["seed","application/vnd.fdsn.seed"],["sema","application/vnd.sema"],["semd","application/vnd.semd"],["semf","application/vnd.semf"],["senmlx","application/senml+xml"],["sensmlx","application/sensml+xml"],["ser","application/java-serialized-object"],["setpay","application/set-payment-initiation"],["setreg","application/set-registration-initiation"],["sfd-hdstx","application/vnd.hydrostatix.sof-data"],["sfs","application/vnd.spotfire.sfs"],["sfv","text/x-sfv"],["sgi","image/sgi"],["sgl","application/vnd.stardivision.writer-global"],["sgm","text/sgml"],["sgml","text/sgml"],["sh","application/x-sh"],["shar","application/x-shar"],["shex","text/shex"],["shf","application/shf+xml"],["shtml","text/html"],["sid","image/x-mrsid-image"],["sieve","application/sieve"],["sig","application/pgp-signature"],["sil","audio/silk"],["silo","model/mesh"],["sis","application/vnd.symbian.install"],["sisx","application/vnd.symbian.install"],["sit","application/x-stuffit"],["sitx","application/x-stuffitx"],["siv","application/sieve"],["skd","application/vnd.koan"],["skm","application/vnd.koan"],["skp","application/vnd.koan"],["skt","application/vnd.koan"],["sldm","application/vnd.ms-powerpoint.slide.macroenabled.12"],["sldx","application/vnd.openxmlformats-officedocument.presentationml.slide"],["slim","text/slim"],["slm","text/slim"],["sls","application/route-s-tsid+xml"],["slt","application/vnd.epson.salt"],["sm","application/vnd.stepmania.stepchart"],["smf","application/vnd.stardivision.math"],["smi","application/smil"],["smil","application/smil"],["smv","video/x-smv"],["smzip","application/vnd.stepmania.package"],["snd","audio/basic"],["snf","application/x-font-snf"],["so","application/octet-stream"],["spc","application/x-pkcs7-certificates"],["spdx","text/spdx"],["spf","application/vnd.yamaha.smaf-phrase"],["spl","application/x-futuresplash"],["spot","text/vnd.in3d.spot"],["spp","application/scvp-vp-response"],["spq","application/scvp-vp-request"],["spx","audio/ogg"],["sql","application/x-sql"],["src","application/x-wais-source"],["srt","application/x-subrip"],["sru","application/sru+xml"],["srx","application/sparql-results+xml"],["ssdl","application/ssdl+xml"],["sse","application/vnd.kodak-descriptor"],["ssf","application/vnd.epson.ssf"],["ssml","application/ssml+xml"],["sst","application/octet-stream"],["st","application/vnd.sailingtracker.track"],["stc","application/vnd.sun.xml.calc.template"],["std","application/vnd.sun.xml.draw.template"],["stf","application/vnd.wt.stf"],["sti","application/vnd.sun.xml.impress.template"],["stk","application/hyperstudio"],["stl","model/stl"],["stpx","model/step+xml"],["stpxz","model/step-xml+zip"],["stpz","model/step+zip"],["str","application/vnd.pg.format"],["stw","application/vnd.sun.xml.writer.template"],["styl","text/stylus"],["stylus","text/stylus"],["sub","text/vnd.dvb.subtitle"],["sus","application/vnd.sus-calendar"],["susp","application/vnd.sus-calendar"],["sv4cpio","application/x-sv4cpio"],["sv4crc","application/x-sv4crc"],["svc","application/vnd.dvb.service"],["svd","application/vnd.svd"],["svg","image/svg+xml"],["svgz","image/svg+xml"],["swa","application/x-director"],["swf","application/x-shockwave-flash"],["swi","application/vnd.aristanetworks.swi"],["swidtag","application/swid+xml"],["sxc","application/vnd.sun.xml.calc"],["sxd","application/vnd.sun.xml.draw"],["sxg","application/vnd.sun.xml.writer.global"],["sxi","application/vnd.sun.xml.impress"],["sxm","application/vnd.sun.xml.math"],["sxw","application/vnd.sun.xml.writer"],["t","text/troff"],["t3","application/x-t3vm-image"],["t38","image/t38"],["taglet","application/vnd.mynfc"],["tao","application/vnd.tao.intent-module-archive"],["tap","image/vnd.tencent.tap"],["tar","application/x-tar"],["tcap","application/vnd.3gpp2.tcap"],["tcl","application/x-tcl"],["td","application/urc-targetdesc+xml"],["teacher","application/vnd.smart.teacher"],["tei","application/tei+xml"],["teicorpus","application/tei+xml"],["tex","application/x-tex"],["texi","application/x-texinfo"],["texinfo","application/x-texinfo"],["text","text/plain"],["tfi","application/thraud+xml"],["tfm","application/x-tex-tfm"],["tfx","image/tiff-fx"],["tga","image/x-tga"],["tgz","application/x-tar"],["thmx","application/vnd.ms-officetheme"],["tif","image/tiff"],["tiff","image/tiff"],["tk","application/x-tcl"],["tmo","application/vnd.tmobile-livetv"],["toml","application/toml"],["torrent","application/x-bittorrent"],["tpl","application/vnd.groove-tool-template"],["tpt","application/vnd.trid.tpt"],["tr","text/troff"],["tra","application/vnd.trueapp"],["trig","application/trig"],["trm","application/x-msterminal"],["ts","video/mp2t"],["tsd","application/timestamped-data"],["tsv","text/tab-separated-values"],["ttc","font/collection"],["ttf","font/ttf"],["ttl","text/turtle"],["ttml","application/ttml+xml"],["twd","application/vnd.simtech-mindmapper"],["twds","application/vnd.simtech-mindmapper"],["txd","application/vnd.genomatix.tuxedo"],["txf","application/vnd.mobius.txf"],["txt","text/plain"],["u8dsn","message/global-delivery-status"],["u8hdr","message/global-headers"],["u8mdn","message/global-disposition-notification"],["u8msg","message/global"],["u32","application/x-authorware-bin"],["ubj","application/ubjson"],["udeb","application/x-debian-package"],["ufd","application/vnd.ufdl"],["ufdl","application/vnd.ufdl"],["ulx","application/x-glulx"],["umj","application/vnd.umajin"],["unityweb","application/vnd.unity"],["uoml","application/vnd.uoml+xml"],["uri","text/uri-list"],["uris","text/uri-list"],["urls","text/uri-list"],["usdz","model/vnd.usdz+zip"],["ustar","application/x-ustar"],["utz","application/vnd.uiq.theme"],["uu","text/x-uuencode"],["uva","audio/vnd.dece.audio"],["uvd","application/vnd.dece.data"],["uvf","application/vnd.dece.data"],["uvg","image/vnd.dece.graphic"],["uvh","video/vnd.dece.hd"],["uvi","image/vnd.dece.graphic"],["uvm","video/vnd.dece.mobile"],["uvp","video/vnd.dece.pd"],["uvs","video/vnd.dece.sd"],["uvt","application/vnd.dece.ttml+xml"],["uvu","video/vnd.uvvu.mp4"],["uvv","video/vnd.dece.video"],["uvva","audio/vnd.dece.audio"],["uvvd","application/vnd.dece.data"],["uvvf","application/vnd.dece.data"],["uvvg","image/vnd.dece.graphic"],["uvvh","video/vnd.dece.hd"],["uvvi","image/vnd.dece.graphic"],["uvvm","video/vnd.dece.mobile"],["uvvp","video/vnd.dece.pd"],["uvvs","video/vnd.dece.sd"],["uvvt","application/vnd.dece.ttml+xml"],["uvvu","video/vnd.uvvu.mp4"],["uvvv","video/vnd.dece.video"],["uvvx","application/vnd.dece.unspecified"],["uvvz","application/vnd.dece.zip"],["uvx","application/vnd.dece.unspecified"],["uvz","application/vnd.dece.zip"],["vbox","application/x-virtualbox-vbox"],["vbox-extpack","application/x-virtualbox-vbox-extpack"],["vcard","text/vcard"],["vcd","application/x-cdlink"],["vcf","text/x-vcard"],["vcg","application/vnd.groove-vcard"],["vcs","text/x-vcalendar"],["vcx","application/vnd.vcx"],["vdi","application/x-virtualbox-vdi"],["vds","model/vnd.sap.vds"],["vhd","application/x-virtualbox-vhd"],["vis","application/vnd.visionary"],["viv","video/vnd.vivo"],["vlc","application/videolan"],["vmdk","application/x-virtualbox-vmdk"],["vob","video/x-ms-vob"],["vor","application/vnd.stardivision.writer"],["vox","application/x-authorware-bin"],["vrml","model/vrml"],["vsd","application/vnd.visio"],["vsf","application/vnd.vsf"],["vss","application/vnd.visio"],["vst","application/vnd.visio"],["vsw","application/vnd.visio"],["vtf","image/vnd.valve.source.texture"],["vtt","text/vtt"],["vtu","model/vnd.vtu"],["vxml","application/voicexml+xml"],["w3d","application/x-director"],["wad","application/x-doom"],["wadl","application/vnd.sun.wadl+xml"],["war","application/java-archive"],["wasm","application/wasm"],["wav","audio/x-wav"],["wax","audio/x-ms-wax"],["wbmp","image/vnd.wap.wbmp"],["wbs","application/vnd.criticaltools.wbs+xml"],["wbxml","application/wbxml"],["wcm","application/vnd.ms-works"],["wdb","application/vnd.ms-works"],["wdp","image/vnd.ms-photo"],["weba","audio/webm"],["webapp","application/x-web-app-manifest+json"],["webm","video/webm"],["webmanifest","application/manifest+json"],["webp","image/webp"],["wg","application/vnd.pmi.widget"],["wgt","application/widget"],["wks","application/vnd.ms-works"],["wm","video/x-ms-wm"],["wma","audio/x-ms-wma"],["wmd","application/x-ms-wmd"],["wmf","image/wmf"],["wml","text/vnd.wap.wml"],["wmlc","application/wmlc"],["wmls","text/vnd.wap.wmlscript"],["wmlsc","application/vnd.wap.wmlscriptc"],["wmv","video/x-ms-wmv"],["wmx","video/x-ms-wmx"],["wmz","application/x-msmetafile"],["woff","font/woff"],["woff2","font/woff2"],["word","application/msword"],["wpd","application/vnd.wordperfect"],["wpl","application/vnd.ms-wpl"],["wps","application/vnd.ms-works"],["wqd","application/vnd.wqd"],["wri","application/x-mswrite"],["wrl","model/vrml"],["wsc","message/vnd.wfa.wsc"],["wsdl","application/wsdl+xml"],["wspolicy","application/wspolicy+xml"],["wtb","application/vnd.webturbo"],["wvx","video/x-ms-wvx"],["x3d","model/x3d+xml"],["x3db","model/x3d+fastinfoset"],["x3dbz","model/x3d+binary"],["x3dv","model/x3d-vrml"],["x3dvz","model/x3d+vrml"],["x3dz","model/x3d+xml"],["x32","application/x-authorware-bin"],["x_b","model/vnd.parasolid.transmit.binary"],["x_t","model/vnd.parasolid.transmit.text"],["xaml","application/xaml+xml"],["xap","application/x-silverlight-app"],["xar","application/vnd.xara"],["xav","application/xcap-att+xml"],["xbap","application/x-ms-xbap"],["xbd","application/vnd.fujixerox.docuworks.binder"],["xbm","image/x-xbitmap"],["xca","application/xcap-caps+xml"],["xcs","application/calendar+xml"],["xdf","application/xcap-diff+xml"],["xdm","application/vnd.syncml.dm+xml"],["xdp","application/vnd.adobe.xdp+xml"],["xdssc","application/dssc+xml"],["xdw","application/vnd.fujixerox.docuworks"],["xel","application/xcap-el+xml"],["xenc","application/xenc+xml"],["xer","application/patch-ops-error+xml"],["xfdf","application/vnd.adobe.xfdf"],["xfdl","application/vnd.xfdl"],["xht","application/xhtml+xml"],["xhtml","application/xhtml+xml"],["xhvml","application/xv+xml"],["xif","image/vnd.xiff"],["xl","application/excel"],["xla","application/vnd.ms-excel"],["xlam","application/vnd.ms-excel.addin.macroEnabled.12"],["xlc","application/vnd.ms-excel"],["xlf","application/xliff+xml"],["xlm","application/vnd.ms-excel"],["xls","application/vnd.ms-excel"],["xlsb","application/vnd.ms-excel.sheet.binary.macroEnabled.12"],["xlsm","application/vnd.ms-excel.sheet.macroEnabled.12"],["xlsx","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],["xlt","application/vnd.ms-excel"],["xltm","application/vnd.ms-excel.template.macroEnabled.12"],["xltx","application/vnd.openxmlformats-officedocument.spreadsheetml.template"],["xlw","application/vnd.ms-excel"],["xm","audio/xm"],["xml","application/xml"],["xns","application/xcap-ns+xml"],["xo","application/vnd.olpc-sugar"],["xop","application/xop+xml"],["xpi","application/x-xpinstall"],["xpl","application/xproc+xml"],["xpm","image/x-xpixmap"],["xpr","application/vnd.is-xpr"],["xps","application/vnd.ms-xpsdocument"],["xpw","application/vnd.intercon.formnet"],["xpx","application/vnd.intercon.formnet"],["xsd","application/xml"],["xsl","application/xml"],["xslt","application/xslt+xml"],["xsm","application/vnd.syncml+xml"],["xspf","application/xspf+xml"],["xul","application/vnd.mozilla.xul+xml"],["xvm","application/xv+xml"],["xvml","application/xv+xml"],["xwd","image/x-xwindowdump"],["xyz","chemical/x-xyz"],["xz","application/x-xz"],["yaml","text/yaml"],["yang","application/yang"],["yin","application/yin+xml"],["yml","text/yaml"],["ymp","text/x-suse-ymp"],["z","application/x-compress"],["z1","application/x-zmachine"],["z2","application/x-zmachine"],["z3","application/x-zmachine"],["z4","application/x-zmachine"],["z5","application/x-zmachine"],["z6","application/x-zmachine"],["z7","application/x-zmachine"],["z8","application/x-zmachine"],["zaz","application/vnd.zzazz.deck+xml"],["zip","application/zip"],["zir","application/vnd.zul"],["zirz","application/vnd.zul"],["zmm","application/vnd.handheld-entertainment+xml"],["zsh","text/x-scriptzsh"]]);function c2(e,a,n){const c=Sp(e),{webkitRelativePath:s}=e,i=typeof a=="string"?a:typeof s=="string"&&s.length>0?s:`./${e.name}`;return typeof c.path!="string"&&H5(c,"path",i),H5(c,"relativePath",i),c}function Sp(e){const{name:a}=e;if(a&&a.lastIndexOf(".")!==-1&&!e.type){const c=a.split(".").pop().toLowerCase(),s=bp.get(c);s&&Object.defineProperty(e,"type",{value:s,writable:!1,configurable:!1,enumerable:!0})}return e}function H5(e,a,n){Object.defineProperty(e,a,{value:n,writable:!1,configurable:!1,enumerable:!0})}const Cp=[".DS_Store","Thumbs.db"];function wp(e){return K3(this,void 0,void 0,function*(){return S0(e)&&Zp(e.dataTransfer)?Ap(e.dataTransfer,e.type):kp(e)?Tp(e):Array.isArray(e)&&e.every(a=>"getFile"in a&&typeof a.getFile=="function")?Ep(e):[]})}function Zp(e){return S0(e)}function kp(e){return S0(e)&&S0(e.target)}function S0(e){return typeof e=="object"&&e!==null}function Tp(e){return Ye(e.target.files).map(a=>c2(a))}function Ep(e){return K3(this,void 0,void 0,function*(){return(yield Promise.all(e.map(n=>n.getFile()))).map(n=>c2(n))})}function Ap(e,a){return K3(this,void 0,void 0,function*(){if(e.items){const n=Ye(e.items).filter(s=>s.kind==="file");if(a!=="drop")return n;const c=yield Promise.all(n.map(Ip));return q5(Q7(c))}return q5(Ye(e.files).map(n=>c2(n)))})}function q5(e){return e.filter(a=>Cp.indexOf(a.name)===-1)}function Ye(e){if(e===null)return[];const a=[];for(let n=0;n<e.length;n++){const c=e[n];a.push(c)}return a}function Ip(e){if(typeof e.webkitGetAsEntry!="function")return Y5(e);const a=e.webkitGetAsEntry();return a&&a.isDirectory?X7(a):Y5(e,a)}function Q7(e){return e.reduce((a,n)=>[...a,...Array.isArray(n)?Q7(n):[n]],[])}function Y5(e,a){return K3(this,void 0,void 0,function*(){var n;if(globalThis.isSecureContext&&typeof e.getAsFileSystemHandle=="function"){const i=yield e.getAsFileSystemHandle();if(i===null)throw new Error(`${e} is not a File`);if(i!==void 0){const r=yield i.getFile();return r.handle=i,c2(r)}}const c=e.getAsFile();if(!c)throw new Error(`${e} is not a File`);return c2(c,(n=a==null?void 0:a.fullPath)!==null&&n!==void 0?n:void 0)})}function Dp(e){return K3(this,void 0,void 0,function*(){return e.isDirectory?X7(e):Rp(e)})}function X7(e){const a=e.createReader();return new Promise((n,c)=>{const s=[];function i(){a.readEntries(r=>K3(this,void 0,void 0,function*(){if(r.length){const o=Promise.all(r.map(Dp));s.push(o),i()}else try{const o=yield Promise.all(s);n(o)}catch(o){c(o)}}),r=>{c(r)})}i()})}function Rp(e){return K3(this,void 0,void 0,function*(){return new Promise((a,n)=>{e.file(c=>{const s=c2(c,e.fullPath);a(s)},c=>{n(c)})})})}var be=function(e,a){if(e&&a){var n=Array.isArray(a)?a:a.split(",");if(n.length===0)return!0;var c=e.name||"",s=(e.type||"").toLowerCase(),i=s.replace(/\/.*$/,"");return n.some(function(r){var o=r.trim().toLowerCase();return o.charAt(0)==="."?c.toLowerCase().endsWith(o):o.endsWith("/*")?i===o.replace(/\/.*$/,""):s===o})}return!0};function K5(e){return Pp(e)||_p(e)||tt(e)||Op()}function Op(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
687
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
688
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
689
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
690
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function it(e,a){if(e){if(typeof e=="string")return Ge(e,a);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ge(e,a)}}function Ge(e,a){(a==null||a>e.length)&&(a=e.length);for(var n=0,c=new Array(a);n<a;n++)c[n]=e[n];return c}function dh(e,a){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var c=[],s=!0,i=!1,r,o;try{for(n=n.call(e);!(s=(r=n.next()).done)&&(c.push(r.value),!(a&&c.length===a));s=!0);}catch(p){i=!0,o=p}finally{try{!s&&n.return!=null&&n.return()}finally{if(i)throw o}}return c}}function ph(e){if(Array.isArray(e))return e}function a6(e,a){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);a&&(c=c.filter(function(s){return Object.getOwnPropertyDescriptor(e,s).enumerable})),n.push.apply(n,c)}return n}function l1(e){for(var a=1;a<arguments.length;a++){var n=arguments[a]!=null?arguments[a]:{};a%2?a6(Object(n),!0).forEach(function(c){Je(e,c,n[c])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):a6(Object(n)).forEach(function(c){Object.defineProperty(e,c,Object.getOwnPropertyDescriptor(n,c))})}return e}function Je(e,a,n){return a in e?Object.defineProperty(e,a,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[a]=n,e}function w0(e,a){if(e==null)return{};var n=hh(e,a),c,s;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(s=0;s<i.length;s++)c=i[s],!(a.indexOf(c)>=0)&&Object.prototype.propertyIsEnumerable.call(e,c)&&(n[c]=e[c])}return n}function hh(e,a){if(e==null)return{};var n={},c=Object.keys(e),s,i;for(i=0;i<c.length;i++)s=c[i],!(a.indexOf(s)>=0)&&(n[s]=e[s]);return n}var G4=d.forwardRef(function(e,a){var n=e.children,c=w0(e,ah),s=ot(c),i=s.open,r=w0(s,nh);return d.useImperativeHandle(a,function(){return{open:i}},[i]),y3.createElement(d.Fragment,null,n(l1(l1({},r),{},{open:i})))});G4.displayName="Dropzone";var rt={disabled:!1,getFilesFromEvent:wp,maxSize:1/0,minSize:0,multiple:!0,maxFiles:0,preventDropOnDocument:!0,noClick:!1,noKeyboard:!1,noDrag:!1,noDragEventsBubbling:!1,validator:null,useFsAccessApi:!1,autoFocus:!1};G4.defaultProps=rt;G4.propTypes={children:i1.func,accept:i1.objectOf(i1.arrayOf(i1.string)),multiple:i1.bool,preventDropOnDocument:i1.bool,noClick:i1.bool,noKeyboard:i1.bool,noDrag:i1.bool,noDragEventsBubbling:i1.bool,minSize:i1.number,maxSize:i1.number,maxFiles:i1.number,disabled:i1.bool,getFilesFromEvent:i1.func,onFileDialogCancel:i1.func,onFileDialogOpen:i1.func,useFsAccessApi:i1.bool,autoFocus:i1.bool,onDragEnter:i1.func,onDragLeave:i1.func,onDragOver:i1.func,onDrop:i1.func,onDropAccepted:i1.func,onDropRejected:i1.func,onError:i1.func,validator:i1.func};var Qe={isFocused:!1,isFileDialogActive:!1,isDragActive:!1,isDragAccept:!1,isDragReject:!1,isDragGlobal:!1,acceptedFiles:[],fileRejections:[]};function ot(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},a=l1(l1({},rt),e),n=a.accept,c=a.disabled,s=a.getFilesFromEvent,i=a.maxSize,r=a.minSize,o=a.multiple,p=a.maxFiles,h=a.onDragEnter,u=a.onDragLeave,v=a.onDragOver,m=a.onDrop,g=a.onDropAccepted,f=a.onDropRejected,j=a.onFileDialogCancel,b=a.onFileDialogOpen,x=a.useFsAccessApi,C=a.autoFocus,E=a.preventDropOnDocument,M=a.noClick,k=a.noKeyboard,L=a.noDrag,Z=a.noDragEventsBubbling,_=a.onError,$=a.validator,F=d.useMemo(function(){return Xp(n)},[n]),R=d.useMemo(function(){return Qp(n)},[n]),N=d.useMemo(function(){return typeof b=="function"?b:n6},[b]),H=d.useMemo(function(){return typeof j=="function"?j:n6},[j]),I=d.useRef(null),U=d.useRef(null),V=d.useReducer(uh,Qe),P=Se(V,2),w=P[0],y=P[1],A=w.isFocused,Y=w.isFileDialogActive,K=d.useRef(typeof window<"u"&&window.isSecureContext&&x&&Jp()),G=function(){!K.current&&Y&&setTimeout(function(){if(U.current){var W=U.current.files;W.length||(y({type:"closeDialog"}),H())}},300)};d.useEffect(function(){return window.addEventListener("focus",G,!1),function(){window.removeEventListener("focus",G,!1)}},[U,Y,H,K]);var p1=d.useRef([]),y1=d.useRef([]),Z1=function(W){I.current&&I.current.contains(W.target)||(W.preventDefault(),p1.current=[])};d.useEffect(function(){return E&&(document.addEventListener("dragover",e6,!1),document.addEventListener("drop",Z1,!1)),function(){E&&(document.removeEventListener("dragover",e6),document.removeEventListener("drop",Z1))}},[I,E]),d.useEffect(function(){var O=function(d3){y1.current=[].concat(t6(y1.current),[d3.target]),b2(d3)&&y({isDragGlobal:!0,type:"setDragGlobal"})},W=function(d3){y1.current=y1.current.filter(function(f3){return f3!==d3.target&&f3!==null}),!(y1.current.length>0)&&y({isDragGlobal:!1,type:"setDragGlobal"})},v1=function(){y1.current=[],y({isDragGlobal:!1,type:"setDragGlobal"})},b1=function(){y1.current=[],y({isDragGlobal:!1,type:"setDragGlobal"})};return document.addEventListener("dragenter",O,!1),document.addEventListener("dragleave",W,!1),document.addEventListener("dragend",v1,!1),document.addEventListener("drop",b1,!1),function(){document.removeEventListener("dragenter",O),document.removeEventListener("dragleave",W),document.removeEventListener("dragend",v1),document.removeEventListener("drop",b1)}},[I]),d.useEffect(function(){return!c&&C&&I.current&&I.current.focus(),function(){}},[I,C,c]);var n1=d.useCallback(function(O){_?_(O):console.error(O)},[_]),X=d.useCallback(function(O){O.preventDefault(),O.persist(),F1(O),p1.current=[].concat(t6(p1.current),[O.target]),b2(O)&&Promise.resolve(s(O)).then(function(W){if(!(C0(O)&&!Z)){var v1=W.length,b1=v1>0&&qp({files:W,accept:F,minSize:r,maxSize:i,multiple:o,maxFiles:p,validator:$}),T1=v1>0&&!b1;y({isDragAccept:b1,isDragReject:T1,isDragActive:!0,type:"setDraggedFiles"}),h&&h(O)}}).catch(function(W){return n1(W)})},[s,h,n1,Z,F,r,i,o,p,$]),e1=d.useCallback(function(O){O.preventDefault(),O.persist(),F1(O);var W=b2(O);if(W&&O.dataTransfer)try{O.dataTransfer.dropEffect="copy"}catch{}return W&&v&&v(O),!1},[v,Z]),_1=d.useCallback(function(O){O.preventDefault(),O.persist(),F1(O);var W=p1.current.filter(function(b1){return I.current&&I.current.contains(b1)}),v1=W.indexOf(O.target);v1!==-1&&W.splice(v1,1),p1.current=W,!(W.length>0)&&(y({type:"setDraggedFiles",isDragActive:!1,isDragAccept:!1,isDragReject:!1}),b2(O)&&u&&u(O))},[I,u,Z]),k1=d.useCallback(function(O,W){var v1=[],b1=[];O.forEach(function(T1){var d3=at(T1,F),f3=Se(d3,2),ce=f3[0],se=f3[1],ie=nt(T1,r,i),J2=Se(ie,2),re=J2[0],oe=J2[1],le=$?$(T1):null;if(ce&&re&&!le)v1.push(T1);else{var de=[se,oe];le&&(de=de.concat(le)),b1.push({file:T1,errors:de.filter(function(Nt){return Nt})})}}),(!o&&v1.length>1||o&&p>=1&&v1.length>p)&&(v1.forEach(function(T1){b1.push({file:T1,errors:[Wp]})}),v1.splice(0)),y({acceptedFiles:v1,fileRejections:b1,isDragReject:b1.length>0,type:"setFiles"}),m&&m(v1,b1,W),b1.length>0&&f&&f(b1,W),v1.length>0&&g&&g(v1,W)},[y,o,F,r,i,p,m,g,f,$]),P1=d.useCallback(function(O){O.preventDefault(),O.persist(),F1(O),p1.current=[],b2(O)&&Promise.resolve(s(O)).then(function(W){C0(O)&&!Z||k1(W,O)}).catch(function(W){return n1(W)}),y({type:"reset"})},[s,k1,n1,Z]),t1=d.useCallback(function(){if(K.current){y({type:"openDialog"}),N();var O={multiple:o,types:R};window.showOpenFilePicker(O).then(function(W){return s(W)}).then(function(W){k1(W,null),y({type:"closeDialog"})}).catch(function(W){eh(W)?(H(W),y({type:"closeDialog"})):th(W)?(K.current=!1,U.current?(U.current.value=null,U.current.click()):n1(new Error("Cannot open the file picker because the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API is not supported and no <input> was provided."))):n1(W)});return}U.current&&(y({type:"openDialog"}),N(),U.current.value=null,U.current.click())},[y,N,H,x,k1,n1,R,o]),r3=d.useCallback(function(O){!I.current||!I.current.isEqualNode(O.target)||(O.key===" "||O.key==="Enter"||O.keyCode===32||O.keyCode===13)&&(O.preventDefault(),t1())},[I,t1]),o3=d.useCallback(function(){y({type:"focus"})},[]),l3=d.useCallback(function(){y({type:"blur"})},[]),m3=d.useCallback(function(){M||(Gp()?setTimeout(t1,0):t1())},[M,t1]),Q=function(W){return c?null:W},$1=function(W){return k?null:Q(W)},B=function(W){return L?null:Q(W)},F1=function(W){Z&&W.stopPropagation()},W1=d.useMemo(function(){return function(){var O=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},W=O.refKey,v1=W===void 0?"ref":W,b1=O.role,T1=O.onKeyDown,d3=O.onFocus,f3=O.onBlur,ce=O.onClick,se=O.onDragEnter,ie=O.onDragOver,J2=O.onDragLeave,re=O.onDrop,oe=w0(O,ch);return l1(l1(Je({onKeyDown:$1(p3(T1,r3)),onFocus:$1(p3(d3,o3)),onBlur:$1(p3(f3,l3)),onClick:Q(p3(ce,m3)),onDragEnter:B(p3(se,X)),onDragOver:B(p3(ie,e1)),onDragLeave:B(p3(J2,_1)),onDrop:B(p3(re,P1)),role:typeof b1=="string"&&b1!==""?b1:"presentation"},v1,I),!c&&!k?{tabIndex:0}:{}),oe)}},[I,r3,o3,l3,m3,X,e1,_1,P1,k,L,c]),v3=d.useCallback(function(O){O.stopPropagation()},[]),g3=d.useMemo(function(){return function(){var O=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},W=O.refKey,v1=W===void 0?"ref":W,b1=O.onChange,T1=O.onClick,d3=w0(O,sh),f3=Je({accept:F,multiple:o,type:"file",style:{border:0,clip:"rect(0, 0, 0, 0)",clipPath:"inset(50%)",height:"1px",margin:"0 -1px -1px 0",overflow:"hidden",padding:0,position:"absolute",width:"1px",whiteSpace:"nowrap"},onChange:Q(p3(b1,P1)),onClick:Q(p3(T1,v3)),tabIndex:-1},v1,U);return l1(l1({},f3),d3)}},[U,n,o,P1,c]);return l1(l1({},w),{},{isFocused:A&&!c,getRootProps:W1,getInputProps:g3,rootRef:I,inputRef:U,open:Q(t1)})}function uh(e,a){switch(a.type){case"focus":return l1(l1({},e),{},{isFocused:!0});case"blur":return l1(l1({},e),{},{isFocused:!1});case"openDialog":return l1(l1({},Qe),{},{isFileDialogActive:!0});case"closeDialog":return l1(l1({},e),{},{isFileDialogActive:!1});case"setDraggedFiles":return l1(l1({},e),{},{isDragActive:a.isDragActive,isDragAccept:a.isDragAccept,isDragReject:a.isDragReject});case"setFiles":return l1(l1({},e),{},{acceptedFiles:a.acceptedFiles,fileRejections:a.fileRejections,isDragReject:a.isDragReject});case"setDragGlobal":return l1(l1({},e),{},{isDragGlobal:a.isDragGlobal});case"reset":return l1({},Qe);default:return e}}function n6(){}const mh=e=>JSON.stringify(JSON.parse(e),null,4),vh=({onSuccess:e,onError:a})=>n=>{var s;const c=(s=n==null?void 0:n.target)==null?void 0:s.result;if(typeof c=="string")try{const i=mh(c);e(i)}catch{a("Cannot format as valid JSON")}else a("Unsupported format")},gh=({onSuccess:e,onError:a,children:n,onDragStatusChange:c,...s})=>{const i=d.useCallback(([h])=>{const u=new FileReader;u.onload=vh({onSuccess:e,onError:a}),u.readAsText(h)},[]),{getRootProps:r,getInputProps:o,isDragActive:p}=ot({onDrop:i,accept:{"application/json":[".json"]},maxFiles:1});return d.useEffect(()=>{c(p)},[p]),t.jsxs(S,{...r(),...s,children:[t.jsx("input",{"data-testid":"import-file",...o()}),n]})},fh=l(gh)(({theme:e})=>({padding:e.spacing(4,2,2,2),border:`1px dashed ${e.palette.secondary.border}`,borderRadius:e.shape.borderRadiusLarge,display:"flex",flexDirection:"column",alignItems:"center"}));var J4={},xh=N1;Object.defineProperty(J4,"__esModule",{value:!0});var lt=J4.default=void 0,jh=xh(B1()),yh=t,bh=(0,jh.default)((0,yh.jsx)("path",{d:"m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"}),"ArrowUpward");lt=J4.default=bh;const Sh=l(S)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),Ce=l(T)(({theme:e})=>({marginBottom:e.spacing(.5)})),t0=l(S)(({theme:e})=>({marginBottom:e.spacing(3),color:e.palette.text.secondary,fontSize:e.fontSizes.smallBody})),Ch=()=>{const{templates:e}=Un(),a=!!e.length;return t.jsxs(Sh,{children:[t.jsx(Ce,{children:"What is being imported?"}),t.jsxs(t0,{children:["Feature flags will be imported with full configuration:",t.jsxs("ul",{children:[t.jsx("li",{children:"strategies"}),t.jsx("li",{children:"context fields"}),t.jsx("li",{children:"variants"}),t.jsx("li",{children:"tags"}),t.jsx("li",{children:"feature flag status"}),t.jsx("li",{children:"feature dependencies"}),t.jsx("li",{children:"feature links"})]})]}),t.jsx(Ce,{children:"Exceptions?"}),t.jsx(t0,{children:"If the feature flag already exists in the new instance, it will be overwritten"}),t.jsx(Ce,{children:"What is not imported?"}),t.jsx(t0,{sx:{marginBottom:0},children:"If we detect segments or custom strategies in your imported file, we will stop the import. You need to create them first in the new instance and run the import again"}),a&&t.jsx(t0,{sx:{marginTop:2},children:"Release plans are not included in the import. You may need to set up new release plans for the imported feature flags"})]})},Q4=l("div")(({theme:e})=>({backgroundColor:e.palette.background.paper,padding:e.spacing(5,8,3,8),display:"flex",flexDirection:"column",gap:e.spacing(3),flexBasis:"70%"})),X4=l(S)(({theme:e})=>({width:"100%",borderTop:`1px solid ${e.palette.divider}`,marginTop:"auto",paddingTop:e.spacing(3),display:"flex",justifyContent:"flex-end"})),wh=l(J1)(({theme:e})=>({width:"100%"})),Zh=l(T)(({theme:e})=>({marginTop:e.spacing(4),fontSize:e.fontSizes.mainHeader})),kh=l(T)(({theme:e})=>({marginTop:e.spacing(2),marginBottom:e.spacing(1.5),color:e.palette.text.secondary})),Th=l(T)(({theme:e})=>({marginTop:e.spacing(4),color:e.palette.text.secondary})),Eh=({activeTab:e,setActiveTab:a})=>t.jsx(S,{sx:{borderBottom:1,borderColor:"divider"},children:t.jsxs(f4,{value:e,children:[t.jsx(m0,{label:"Upload file",value:"file",onClick:()=>a("file")}),t.jsx(m0,{label:"Code editor",value:"code","data-testid":qn,onClick:()=>a("code")})]})}),Ah=({activeTab:e,setActiveTab:a,importPayload:n,setImportPayload:c})=>{const[s,i]=d.useState(!1),{setToastData:r}=f1();return t.jsx(D,{condition:e==="file",show:t.jsxs(fh,{onSuccess:o=>{c(o),a("code"),r({type:"success",text:"File uploaded"})},onError:o=>{c(""),r({type:"error",text:o})},onDragStatusChange:i,children:[t.jsx(z7,{sx:{width:80,height:80},active:s,children:t.jsx(lt,{fontSize:"large"})}),t.jsx(Zh,{children:s?"Drop your file to upload":"Drop your file here"}),t.jsx(kh,{children:"or select a file from your device"}),t.jsx(J,{variant:"outlined",children:"Select file"}),t.jsx(Th,{children:"JSON format: max 500 kB"})]}),elseShow:t.jsx(wh,{label:"Exported feature flags",variant:"outlined",onChange:o=>c(o.target.value),value:n,"data-testid":Hn,multiline:!0,minRows:13,maxRows:13})})},Ih=({onSubmit:e,onClose:a,disabled:n})=>t.jsxs(X4,{children:[t.jsx(J,{sx:{position:"static"},variant:"contained",type:"submit",onClick:e,"data-testid":Wn,disabled:n,children:"Validate"}),t.jsx(J,{sx:{position:"static",ml:2},variant:"outlined",type:"submit",onClick:a,children:"Cancel import"})]}),Dh=({tabs:e,importOptions:a,importArea:n,actions:c})=>t.jsxs(Q4,{children:[e,a,n,t.jsx(Ch,{}),c]}),Rh=()=>{const{makeRequest:e,createRequest:a,errors:n,loading:c}=P0({propagateErrors:!0});return{loading:c,errors:n,validateImport:async i=>{const o=a("api/admin/features-batch/validate",{method:"POST",body:JSON.stringify(i)});return(await e(o.caller,o.id)).json()}}},Oh=l(S)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),c6=l("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,color:e.palette.text.secondary})),s6=l("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,color:e.palette.text.primary,fontWeight:e.fontWeight.bold})),i6=l(S)(({theme:e})=>({border:`1px solid ${e.palette.error.border}`,borderRadius:e.shape.borderRadiusLarge,paddingBottom:e.spacing(2)})),_h=l(S)(({theme:e})=>({border:`1px solid ${e.palette.warning.border}`,borderRadius:e.shape.borderRadiusLarge,paddingBottom:e.spacing(2)})),r6=l(S)(({theme:e})=>({color:e.palette.error.dark,backgroundColor:e.palette.error.light,fontSize:e.fontSizes.smallBody,borderBottom:`1px solid ${e.palette.error.border}`,borderTopLeftRadius:e.shape.borderRadiusLarge,borderTopRightRadius:e.shape.borderRadiusLarge,padding:e.spacing(2)})),Ph=l(S)(({theme:e})=>({color:e.palette.warning.dark,backgroundColor:e.palette.warning.light,fontSize:e.fontSizes.smallBody,borderBottom:`1px solid ${e.palette.warning.border}`,borderTopLeftRadius:e.shape.borderRadiusLarge,borderTopRightRadius:e.shape.borderRadiusLarge,padding:e.spacing(2)})),o6=l(S)(({theme:e})=>({color:e.palette.error.dark,fontSize:e.fontSizes.smallBody})),Fh=l(S)(({theme:e})=>({color:e.palette.warning.dark,fontSize:e.fontSizes.smallBody})),we=l("ul")(({theme:e})=>({marginTop:e.spacing(1),marginBottom:e.spacing(0),paddingLeft:e.spacing(3),paddingBottom:e.spacing(3),borderBottom:`1px dashed ${e.palette.neutral.border}`})),Ze=l("li")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),$h=({environment:e,project:a,payload:n,onClose:c,onBack:s,onSubmit:i})=>{const{validateImport:r}=Rh(),{setToastData:o}=f1(),{trackEvent:p}=u1(),[h,u]=d.useState({errors:[],warnings:[],permissions:[]}),[v,m]=d.useState(!0),g=f=>{f.errors.length>0||f.permissions.length>0?p("export_import",{props:{eventType:"validation fail"}}):p("export_import",{props:{eventType:"validation success"}}),u(f)};return d.useEffect(()=>{r({environment:e,project:a,data:JSON.parse(n)}).then(g).catch(f=>{m(!1),o({type:"error",text:h1(f)})})},[]),t.jsxs(Q4,{children:[t.jsxs(Oh,{children:[t.jsx(T,{sx:{mb:1.5},children:"You are importing this configuration in:"}),t.jsxs(S,{sx:{display:"flex",gap:3},children:[t.jsxs("span",{children:[t.jsx(c6,{children:"Environment: "}),t.jsx(s6,{children:e})]}),t.jsxs("span",{children:[t.jsx(c6,{children:"Project: "}),t.jsx(s6,{children:a})]})]})]}),t.jsx(D,{condition:h.permissions.length>0,show:t.jsxs(i6,{children:[t.jsxs(r6,{children:[t.jsx("strong",{children:"Missing permissions!"})," There are some permissions that you need to be granted before importing this configuration"]}),h.permissions.map(f=>t.jsxs(S,{sx:{p:2},children:[t.jsx(o6,{children:f.message}),t.jsx(we,{children:f.affectedItems.map(j=>t.jsx(Ze,{children:j},j))})]},f.message))]})}),t.jsx(D,{condition:h.errors.length>0,show:t.jsxs(i6,{children:[t.jsxs(r6,{children:[t.jsx("strong",{children:"Conflict!"})," There are some errors that need to be fixed before the import."]}),h.errors.map(f=>t.jsxs(S,{sx:{p:2},children:[t.jsx(o6,{children:f.message}),t.jsx(we,{children:f.affectedItems.map(j=>t.jsx(Ze,{children:j},j))})]},f.message))]})}),t.jsx(D,{condition:h.warnings.length>0,show:t.jsxs(_h,{children:[t.jsxs(Ph,{children:[t.jsx("strong",{children:"Warning!"})," It is recommended to verify the following information before importing."]}),h.warnings.map(f=>t.jsxs(S,{sx:{p:2},children:[t.jsx(Fh,{children:f.message}),t.jsx(we,{children:f.affectedItems.map(j=>t.jsx(Ze,{children:j},j))})]},f.message))]})}),t.jsxs(X4,{children:[t.jsx(J,{sx:{position:"static",mr:"auto"},variant:"outlined",type:"submit",onClick:s,children:"Back"}),t.jsx(W3,{permission:I0,projectId:a,sx:{position:"static"},variant:"contained",type:"submit",onClick:i,"data-testid":Yn,disabled:h.errors.length>0||h.permissions.length>0||!v,children:"Import configuration"}),t.jsx(J,{sx:{position:"static",ml:2},variant:"outlined",type:"submit",onClick:c,children:"Cancel import"})]})]})},Vh=()=>{const{makeRequest:e,createRequest:a,errors:n,loading:c}=P0({propagateErrors:!0}),{trackEvent:s}=u1();return{loading:c,errors:n,createImport:async r=>{const p=a("api/admin/features-batch/import",{method:"POST",body:JSON.stringify(r)});try{const h=await e(p.caller,p.id);return s("export_import",{props:{eventType:"features imported"}}),h}catch(h){throw s("export_import",{props:{eventType:"features import failed"}}),h}}}},Mh=l($8)(({theme:e})=>({padding:e.spacing(4,2,2,2),display:"flex",flexDirection:"column",alignItems:"center",gap:e.spacing(8)})),Lh=l(T)(({theme:e})=>({fontSize:e.fontSizes.mainHeader})),Bh=l(N3)(({theme:e})=>({backgroundColor:e.palette.primary.main})),Nh=l(N3)(({theme:e})=>({backgroundColor:e.palette.error.main})),zh=l($8)(({theme:e})=>({border:`1px solid ${e.palette.info.border}`,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(2),color:e.palette.info.dark,backgroundColor:e.palette.info.light,fontSize:e.fontSizes.smallBody})),Uh=(e,a)=>e?{status:"loading"}:Object.keys(a).length>0?{status:"error",errors:a}:{status:"success"},Wh=({environment:e,project:a,payload:n,onClose:c})=>{const{createImport:s,loading:i,errors:r}=Vh(),{refetch:o}=$7(a),{refetch:p}=O0(a),{setToastData:h}=f1(),{isChangeRequestConfigured:u}=N2(a);d.useEffect(()=>{s({environment:e,project:a,data:JSON.parse(n)}).then(()=>{o(),p()}).catch(g=>{h({type:"error",text:h1(g)})})},[]);const v=Uh(i,r),m=u(e)&&v.status==="success";return t.jsxs(Q4,{children:[t.jsxs(Mh,{children:[t.jsx(D,{condition:v.status==="loading",show:t.jsx(z7,{sx:{width:80,height:80},active:!0,children:t.jsx(X0,{fontSize:"large"})})}),t.jsx(D,{condition:v.status==="success",show:t.jsx(Bh,{sx:{width:80,height:80},children:t.jsx(s2,{fontSize:"large"})})}),t.jsx(D,{condition:v.status==="error",show:t.jsx(Nh,{sx:{width:80,height:80},children:t.jsx(g0,{fontSize:"large"})})}),t.jsxs(Lh,{children:[t.jsx(D,{condition:v.status==="loading",show:"Importing..."}),t.jsx(D,{condition:v.status==="success",show:"Import completed"}),t.jsx(D,{condition:v.status==="error",show:"Import failed"})]})]}),t.jsx(D,{condition:m,show:t.jsxs(zh,{children:["For this environment ",t.jsx("strong",{children:"Change request"})," is enabled. This means that the import has generated a change request which needs to be approved before the configuration will be visible in the instance."]})}),t.jsx(X4,{children:t.jsx(J,{sx:{position:"static"},variant:"contained",type:"submit",onClick:c,children:"Close"})})]})},Hh=l(S)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),qh=l(T)(({theme:e})=>({marginBottom:e.spacing(3),fontWeight:e.fontWeight.bold})),Yh=l(T)(({theme:e})=>({marginBottom:e.spacing(1.5)})),Kh=({project:e,environment:a,onChange:n})=>{var i;const{project:c}=z1(e),s=(i=c.environments)==null?void 0:i.map(({environment:r})=>({key:r,label:r,title:r}));return d.useEffect(()=>{a===""&&(s!=null&&s[0])&&n(s[0].key)},[JSON.stringify(s)]),t.jsxs(Hh,{children:[t.jsx(qh,{children:"Import options"}),t.jsx(Yh,{children:"Choose the environment to import the configuration for"}),t.jsx(i2,{sx:{width:"180px"},options:s||[],onChange:n,label:"Environment",value:a,"data-testid":Kn,IconComponent:V8,fullWidth:!0})]})},Gh=l("div")(({theme:e})=>({minHeight:"100vh",display:"flex"})),Jh=l("div")(({theme:e})=>({backgroundColor:e.palette.background.sidebar,padding:e.spacing(8),flexBasis:"30%"})),Qh=l("div")(({theme:e})=>({textTransform:"uppercase",fontSize:e.fontSizes.smallBody,color:e.palette.common.white,fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(3)})),Xh=e=>{try{return JSON.parse(e),!0}catch{return!1}},e5=({open:e,setOpen:a,project:n})=>{const[c,s]=d.useState("configure"),[i,r]=d.useState(""),[o,p]=d.useState(""),[h,u]=d.useState("file"),v=()=>{a(!1)};d.useEffect(()=>{e===!0&&m()},[e]);const m=()=>{s("configure"),r(""),p(""),u("file")};return t.jsx(c3,{open:e,onClose:v,label:"Import flags",children:t.jsxs(Gh,{children:[t.jsxs(Jh,{children:[t.jsx(Qh,{children:"Process"}),t.jsx(yp,{stage:c})]}),t.jsx(D,{condition:c==="configure",show:t.jsx(Dh,{tabs:t.jsx(Eh,{activeTab:h,setActiveTab:u}),importOptions:t.jsx(Kh,{project:n,environment:i,onChange:r}),importArea:t.jsx(Ah,{activeTab:h,setActiveTab:u,importPayload:o,setImportPayload:p}),actions:t.jsx(Ih,{disabled:!Xh(o),onSubmit:()=>s("validate"),onClose:v})})}),t.jsx(D,{condition:c==="validate",show:t.jsx($h,{project:n,environment:i,payload:o,onBack:()=>s("configure"),onSubmit:()=>s("import"),onClose:v})}),t.jsx(D,{condition:c==="import",show:t.jsx(Wh,{project:n,environment:i,payload:o,onClose:v})})]})})},eu=l(S)(({theme:e})=>({display:"flex",gap:e.spacing(1),alignItems:"center"})),tu=7,au=60*1e3,nu=7,cu=e=>{const a=A0(new Date,tu),n=k7(a,{representation:"date"});return{project:`IS:${e}`,lifecycle:"IS:completed",lastSeenAt:`IS_BEFORE:${n}`}},su=({projectId:e})=>{const a=U1(),{shouldShowReminder:n,snoozeReminder:c}=ps(),s=Gn(D0,e),{trackEvent:i}=u1(),r=`project-cleanup-${e}`,o=cu(e),{total:p,loading:h}=E8(o,{refreshInterval:au});if(!s||!n(r)||h||!p)return null;const u=()=>{i("project-cleanup",{props:{eventType:"view flags clicked"}}),a(`/projects/${e}/features?${new URLSearchParams(o).toString()}`)},v=()=>{i("project-cleanup",{props:{eventType:"remind me later"}}),c(r,nu)};return t.jsxs(j1,{severity:"warning",icon:t.jsx(hs,{}),action:t.jsxs(eu,{children:[t.jsx(J,{size:"medium",onClick:v,children:"Remind me later"}),t.jsx(J,{variant:"contained",size:"medium",onClick:u,children:"View flags"})]}),children:[t.jsx("b",{children:"Time to clean up technical debt?"}),t.jsxs("p",{children:["We haven't observed any metrics for ",p," of the flags lately. Can ",p>1?"they":"it"," be archived?"]})]})},Xe=e=>`environment:${e}`;var t5={},iu=N1;Object.defineProperty(t5,"__esModule",{value:!0});var dt=t5.default=void 0,ru=iu(B1()),ou=t,lu=(0,ru.default)((0,ou.jsx)("path",{d:"M5.33 20H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h1.33c1.1 0 2 .9 2 2v12c0 1.1-.89 2-2 2zM22 18V6c0-1.1-.9-2-2-2h-1.33c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2H20c1.11 0 2-.9 2-2zm-7.33 0V6c0-1.1-.9-2-2-2h-1.33c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h1.33c1.1 0 2-.9 2-2z"}),"ViewWeek");dt=t5.default=lu;const du=l(S)(()=>({..._0,justifyContent:"center"})),pu=l(x1)(({theme:e})=>({margin:e.spacing(-1,0)})),hu=l(S)(({theme:e})=>({..._0,justifyContent:"space-between",padding:e.spacing(1,1,0,4)})),uu=l(q1)(({theme:e})=>({padding:e.spacing(0,2),margin:e.spacing(0,2),borderRadius:e.shape.borderRadius})),mu=l(v2)(({theme:e})=>({"&.MuiDivider-root.MuiDivider-fullWidth":{margin:e.spacing(.75,0)}})),vu=l(L2)(({theme:e})=>({padding:e.spacing(.75,1)})),gu=({columns:e,onToggle:a})=>{const[n,c]=d.useState(null),s=h=>{c(h.currentTarget)},i=()=>{c(null)},r=!!n,o="columns-menu",p=`columns-menu-list-${o}`;return t.jsxs(du,{children:[t.jsx(O1,{title:"Select columns",arrow:!0,describeChild:!0,children:t.jsx(pu,{id:o,"aria-controls":r?p:void 0,"aria-haspopup":"true","aria-expanded":r?"true":void 0,onClick:s,type:"button",size:"large","data-loading":!0,children:t.jsx(dt,{})})}),t.jsxs(V2,{id:p,open:r,anchorEl:n,onClose:i,anchorOrigin:{vertical:"top",horizontal:"right"},transformOrigin:{vertical:"top",horizontal:"right"},disableScrollLock:!0,PaperProps:{sx:h=>({borderRadius:h.shape.borderRadius,paddingBottom:h.spacing(2)})},children:[t.jsxs(hu,{children:[t.jsx(T,{variant:"body2",children:t.jsx("strong",{children:"Columns"})}),t.jsx(x1,{onClick:i,children:t.jsx(V0,{})})]}),t.jsx(M2,{children:e.map(h=>h.id==="divider"?t.jsx(mu,{},"divider"):t.jsxs(uu,{onClick:()=>{a==null||a(h.id)},disabled:h.isStatic===!0&&h.isVisible===!0,children:[t.jsx(a3,{children:t.jsx(vu,{edge:"start",checked:h.isVisible,disableRipple:!0,inputProps:{"aria-labelledby":h.id},size:"medium"})}),t.jsx(Y1,{id:h.id,primary:t.jsx(T,{variant:"body2",children:h.header})})]},h.id))})]})]})},fu=({columnVisibility:e,environments:a,onToggle:n})=>t.jsx(S,{sx:c=>({marginLeft:c.spacing(1)}),children:t.jsx(gu,{columns:[{header:"Name",id:"name",isVisible:e.name,isStatic:!0},{header:"Created",id:"createdAt",isVisible:e.createdAt},{header:"By",id:"createdBy",isVisible:e.createdBy},{header:"Last seen",id:"lastSeenAt",isVisible:e.lastSeenAt},{header:"Lifecycle",id:"lifecycle",isVisible:e.lifecycle},{id:"divider"},...a.map(c=>({header:c,id:Xe(c),isVisible:e[Xe(c)]}))],onToggle:n})}),xu=e=>d.createElement("svg",{width:24,height:24,viewBox:"0 0 16 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.58 10.08L12 11.5L8 15.5L4 11.5L5.42 10.08L7.01 11.67V0.5H8.99V11.67L10.58 10.08ZM16 19V8C16 6.89 15.1 6 14 6H11V8H14V19H2V8H5V6H2C0.889999 6 0 6.89 0 8V19C0 20.1 0.889999 21 2 21H14C15.1 21 16 20.1 16 19Z",fill:"currentColor"})),ju=()=>{const e=q("projectId"),[a,n]=d.useState(!1);return t.jsxs(t.Fragment,{children:[t.jsx(a2,{permission:Qn,projectId:e,onClick:()=>n(!0),tooltipProps:{title:"Import"},"data-testid":Jn,"data-loading-project":!0,children:t.jsx(xu,{})}),t.jsx(e5,{open:a,setOpen:n,project:e})]})},yu=l(x1)(({theme:e})=>({padding:e.spacing(1.5)})),bu=({isLoading:e,totalItems:a,environmentsToExport:n,actions:c,title:s="Feature flags"})=>{const i=q("projectId"),r=H3(e||!1),[o,p]=d.useState(!1);return t.jsx(S,{ref:r,"aria-busy":e,"aria-live":"polite",children:t.jsx(g1,{titleElement:`${s} ${a!==void 0?`(${a})`:""}`,actions:t.jsxs(t.Fragment,{children:[c,t.jsx(O1,{title:"Export all project flags",arrow:!0,children:t.jsx(yu,{"data-loading":!0,onClick:()=>p(!0),children:t.jsx(Xn,{})})}),t.jsx(ju,{}),e?null:t.jsx(S8,{showExportDialog:o,project:i,data:[],onClose:()=>p(!1),environments:n||[]}),t.jsx(S,{children:t.jsx(H7,{isLoading:e})})]})})})},l6=({isLoading:e,searchQuery:a,onChangeSearchQuery:n})=>{const c=H3(e||!1),{trackEvent:s}=u1(),i=r=>{n==null||n(r),s("search-bar",{props:{screen:"project",length:r.length}})};return t.jsx(S,{ref:c,"aria-busy":e,"aria-live":"polite",children:t.jsx(u3,{placeholder:"Search",expandable:!0,initialValue:a||"",onChange:i,hasFilters:!0,id:"projectFeatureFlags"})})},w3=z8(),Su=e=>e.name,Cu=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),wu=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1),padding:e.spacing(2,3,2),[e.breakpoints.down("md")]:{padding:e.spacing(2,2)}})),d6=l("div")({display:"flex",alignItems:"center"}),Zu=l("button")(({theme:e})=>({background:"none",border:"none",padding:0,margin:e.spacing(0,1.5),marginLeft:"auto",cursor:"pointer",color:e.palette.primary.main,textDecoration:"underline",fontSize:e.typography.body2.fontSize,fontWeight:e.typography.fontWeightMedium,display:"inline-flex",alignItems:"center","&:hover":{textDecoration:"none"}})),ku=({environments:e})=>{const{trackEvent:a}=u1(),n=q("projectId"),{project:c}=z1(n),[s,i]=d.useState(!1),[r,o]=d.useState(!1),p=m1(),h=V1(p.breakpoints.down("xl")),{features:u,total:v,refetch:m,loading:g,initialLoad:f,tableState:j,setTableState:b}=$7(n),{onFlagTypeClick:x,onTagClick:C,onAvatarClick:E}=el(j,b),M={tag:j.tag,createdAt:j.createdAt,type:j.type,state:j.state,createdBy:j.createdBy,archived:j.archived,lifecycle:j.lifecycle,lastSeenAt:j.lastSeenAt,favorite:j.favorite},{favorite:k,unfavorite:L}=e9(),Z=d.useCallback(async B=>{B!=null&&B.favorite?await L(n,B.name):await k(n,B.name),m()},[n,m]),_=(B="archived flag")=>{a("project-cleanup",{props:{eventType:B,showCleanupReminder:y1}})},{isChangeRequestConfigured:$}=N2(n),{onToggle:F,modals:R}=us(n),{rowActionsDialogs:N,setFeatureArchiveState:H,setFeatureStaleDialogState:I,setShowMarkCompletedDialogue:U,setShowFeatureReviveDialogue:V,setShowFeatureDeleteDialogue:P}=Qo(m,n,_),w=!!(f||g),[y,A]=O2(`onboarding-flow:v1-${n}`,"visible"),[Y,K]=O2(`onboarding-state:v1-${n}`,"hide-setup"),G=c.onboardingStatus.status!=="onboarded"&&y==="visible",p1=B=>{G||a("onboarding",{props:{eventType:"onboarding-finished",onboardedSdk:B}})},y1=!j.lastSeenAt&&!j.lifecycle,Z1=!!j.archived,n1=()=>{b(Z1?{archived:void 0}:{archived:{operator:"IS",values:["true"]},lifecycle:void 0})},X=Z1?[]:e,e1=d.useMemo(()=>[w3.display({id:"select",header:({table:B})=>t.jsx(T5,{title:"Select all rows",checked:B==null?void 0:B.getIsAllRowsSelected(),onChange:B==null?void 0:B.getToggleAllRowsSelectedHandler()}),cell:({row:B})=>t.jsx(T5,{title:"Select row",checked:B==null?void 0:B.getIsSelected(),onChange:B==null?void 0:B.getToggleSelectedHandler()}),meta:{width:"1%"},enableHiding:!1}),w3.accessor("name",{id:"name",header:"Name",cell:t9(C,x,Z),enableHiding:!1}),w3.accessor("createdAt",{id:"createdAt",header:"Created",cell:M8,meta:{width:"1%"}}),w3.accessor("createdBy",{id:"createdBy",header:()=>t.jsx("span",{title:"Created by",children:"By"}),cell:a9(E),enableSorting:!1,meta:{width:"1%",align:"center"}}),w3.accessor("lastSeenAt",{id:"lastSeenAt",header:"Last seen",cell:({row:{original:B}})=>t.jsx(n9,{feature:B,"data-loading":!0}),size:50,meta:{align:"center",width:"1%"}}),w3.accessor("lifecycle",{id:"lifecycle",header:"Lifecycle",cell:({row:{original:B}})=>t.jsx(c9,{feature:B,onComplete:()=>{U({featureId:B.name,open:!0})},onUncomplete:m,onArchive:()=>H(B.name),"data-loading":!0}),enableSorting:!1,size:50,meta:{align:"center",width:"1%"}}),...X.map(B=>{const F1=$(B);return w3.accessor(W1=>{var v3,g3;return{archived:W1.archivedAt!==null,featureId:W1.name,environment:(v3=W1.environments)==null?void 0:v3.find(O=>O.name===B),someEnabledEnvironmentHasVariants:((g3=W1.environments)==null?void 0:g3.some(O=>O.variantCount&&O.variantCount>0&&O.enabled))||!1}},{id:Xe(B),header:B,meta:{align:"center",width:90},cell:({getValue:W1})=>{const{featureId:v3,environment:g3,someEnabledEnvironmentHasVariants:O,archived:W}=W1();return w?t.jsx(zo,{}):W?t.jsx(Uo,{}):t.jsx(No,{value:(g3==null?void 0:g3.enabled)||!1,featureId:v3,someEnabledEnvironmentHasVariants:O,environment:g3,projectId:n,environmentName:B,isChangeRequestEnabled:F1,refetch:m,onFeatureToggleSwitch:F})}})}),w3.display({id:"actions",header:"",cell:({row:B})=>j.archived?t.jsx(s9,{project:n,onRevive:()=>{V({featureId:B.id,open:!0})},onDelete:()=>{P({featureId:B.id,open:!0})}}):t.jsx(fo,{row:B,projectId:n,onOpenArchiveDialog:H,onOpenStaleDialog:I}),enableSorting:!1,enableHiding:!1,meta:{align:"right",width:"1%"}})],[n,X,j.favoritesFirst,m,w]),_1=d.useMemo(()=>Array(j.limit).fill(null).map((B,F1)=>({id:F1,type:"-",name:`Feature name ${F1}`,description:"",createdAt:new Date().toISOString(),createdBy:{id:0,name:"",imageUrl:""},dependencyType:null,favorite:!1,impressionData:!1,project:"project",segments:[],stale:!1,archivedAt:null,environments:[{name:"development",enabled:!1,type:"development"},{name:"production",enabled:!1,type:"production"}]})),[j.limit]),k1=H3(w),P1=d.useMemo(()=>w?_1:u,[w,JSON.stringify(u)]),t1=d.useMemo(()=>e1.map(B=>B.id).filter(Boolean),[e1]),r3=Go(t1),o3=L8(B8(j,b,{columns:e1,data:P1,enableRowSelection:!0,state:{columnVisibility:r3},getRowId:Su})),{columnVisibility:l3,rowSelection:m3}=o3.getState(),Q=d.useCallback(B=>{const F1=l3[B],W1={...l3,[B]:!F1};b({columns:Object.keys(W1).filter(v3=>W1[v3]&&!v3.includes(","))})},[l3,b]),$1=Xo(u,m3);return t.jsxs(Cu,{children:[t.jsx(D,{condition:G,show:t.jsx(Td,{projectId:n,setConnectSdkOpen:i,setOnboardingFlow:A,refetchFeatures:m})}),Y==="show-setup"&&!G?t.jsx(Wd,{projectId:n,onClose:()=>{K("hide-setup")}}):null,y1?t.jsx(su,{projectId:n}):null,t.jsx(w1,{disableLoading:!0,header:t.jsx(bu,{isLoading:f,totalItems:v,environmentsToExport:X,actions:t.jsx(Zu,{type:"button",onClick:n1,children:Z1?"View active flags":"View archived flags"}),title:Z1?"Archived feature flags":"Feature flags"}),bodyClass:"noop",style:{cursor:"inherit"},children:t.jsxs("div",{ref:k1,"aria-busy":w,"aria-live":"polite",children:[t.jsxs(wu,{children:[t.jsxs(d6,{children:[Z1?t.jsx(S,{sx:{marginRight:"auto"},children:t.jsx(_5,{project:n,onChange:b,state:M})}):t.jsx(Ko,{projectId:n,state:M,onChange:b,total:g?void 0:v}),h?null:t.jsx(l6,{searchQuery:j.query||"",onChangeSearchQuery:B=>{b({query:B})},isLoading:g}),t.jsx(fu,{columnVisibility:l3,environments:X,onToggle:Q})]}),Z1?null:t.jsxs(S,{sx:{display:"flex",alignItems:"center"},children:[t.jsx(d6,{children:t.jsx(_5,{project:n,onChange:b,state:M})}),t.jsx(i9,{isActive:j.favoritesFirst,onClick:()=>b({favoritesFirst:!j.favoritesFirst})})]}),h?t.jsx(l6,{searchQuery:j.query||"",onChangeSearchQuery:B=>{b({query:B})},isLoading:g}):null]}),t.jsx(g2,{value:j.query||"",children:t.jsx(N8,{tableInstance:o3,totalItems:v})}),t.jsx(D,{condition:!P1.length&&!w,show:t.jsx(Jo,{query:j.query||""})}),N,R]})}),t.jsx(td,{open:s,onClose:()=>{i(!1)},onFinish:B=>{i(!1),K("show-setup"),p1(B)},project:n,environments:X,feature:"feature"in c.onboardingStatus?c.onboardingStatus.feature:void 0}),t.jsx(Zo,{count:$1.length,children:j.archived?t.jsx(Hd,{selectedIds:Object.keys(m3),projectId:n,onConfirm:()=>{m(),o3.resetRowSelection(),_("bulk archived")}}):t.jsx($o,{selectedIds:Object.keys(m3),data:$1,projectId:n,onResetSelection:o3.resetRowSelection,onChange:m})}),t.jsx(e5,{open:r,setOpen:o,project:n})]})},Tu=e=>{const a=`api/admin/projects/${e}/sdks/outdated`,{data:n,refetch:c,error:s}=p4(I1(a),()=>h4(I1(a),"Outdated SDKs"),{refreshInterval:60*1e3});return{data:n||{sdks:[]},refetch:c,error:s}},Eu=l("ul")({margin:0}),Au=({project:e})=>{const{data:{sdks:a}}=Tu(e),{trackEvent:n}=u1(),c=r=>{n("sdk-banner",{props:{eventType:"banner application clicked",sdkVersion:r}})},s=()=>{n("sdk-banner",{props:{eventType:"banner clicked"}})},i={message:`We noticed that an outdated SDK version is connected to ${e} project.`,variant:"warning",link:"dialog",linkText:"Please update those versions",linkClicked:s,dialogTitle:"Outdated SDKs",dialog:t.jsx(t.Fragment,{children:a.map(r=>t.jsxs("div",{children:[t.jsx("span",{children:r.sdkVersion}),t.jsx(Eu,{children:r.applications.map(o=>t.jsx("li",{onClick:()=>{c(r.sdkVersion)},onKeyDown:()=>{c(r.sdkVersion)},children:t.jsx(d1,{to:`/applications/${o}`,children:o})},o))})]},r.sdkVersion))})};return t.jsx(t.Fragment,{children:t.jsx(D,{condition:a.length>0,show:t.jsx(r9,{banner:i,inline:!0})})})},Iu=15*1e3,Du=l("div")(({theme:e})=>({display:"flex",gap:e.spacing(2),[e.breakpoints.down("md")]:{flexDirection:"column"}})),Ru=l("div")(()=>({width:"100%",minWidth:0})),Ou=l(S)(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),width:"100%",minWidth:0})),_u=()=>{var i;const e=q("projectId"),a=i3(e),n=r2("outdatedSdksBanner"),{project:c}=z1(e,{refreshInterval:Iu});t3(`Project overview – ${a}`);const{setLastViewed:s}=o9();return d.useEffect(()=>{s(e)},[e,s]),t.jsx(Du,{children:t.jsxs(Ou,{children:[t.jsx(D,{condition:n,show:t.jsx(Au,{project:e})}),t.jsx(Ru,{children:t.jsx(ku,{environments:((i=c.environments)==null?void 0:i.map(r=>r.environment))||[]})})]})},e)},Pu=()=>{const e=q("projectId");return t.jsx(l9,{title:"Event Log",project:e})},a5=(e,a)=>{const{data:n,error:c,mutate:s}=o2(I1(`api/admin/projects/${e}/change-requests/${a}`),Fu,{refreshInterval:15e3});return{data:n,loading:!c&&!n,refetchChangeRequest:()=>s(),error:c}},Fu=e=>fetch(e).then(e3("Request changes")).then(a=>a.json()),$u=l(b3)(({theme:e})=>({padding:e.spacing(3,4),borderRadius:`${e.shape.borderRadiusLarge}px`}));l(S)(({theme:e})=>({display:"flex",alignItems:"center",marginBottom:e.spacing(2)}));const Vu=l(S)(({theme:e})=>({display:"flex",alignItems:"center"})),Mu=l(T)(({theme:e})=>({display:"flex",alignItems:"center",marginRight:e.spacing(1),fontSize:e.fontSizes.mainHeader})),Lu=l(d9)(({theme:e})=>({padding:e.spacing(.75,1.5),backgroundColor:e.palette.background.elevation2})),ee=l(L0)(({theme:e})=>({height:"24px",width:"24px",marginInline:0})),Bu=({changeRequest:e})=>{var c,s;const[a,n]=d.useState(e.title);return t.jsxs($u,{elevation:0,children:[t.jsx(p9,{environmentChangeRequest:e,title:a,setTitle:n,children:t.jsx(Mu,{variant:"h1",component:"h2",sx:{mr:1.5},children:t.jsx(_2,{lines:3,children:a})})}),t.jsxs(Vu,{children:[t.jsx(h9,{changeRequest:e}),t.jsxs(T,{variant:"body2",sx:i=>({margin:i.spacing("auto",0,"auto",2)}),children:["Created ",t.jsx(U8,{date:e.createdAt})," by"]}),t.jsx(S,{sx:i=>({marginLeft:i.spacing(1)}),children:t.jsx(O1,{title:(c=e==null?void 0:e.createdBy)==null?void 0:c.username,children:t.jsx(ee,{user:e==null?void 0:e.createdBy})})}),t.jsx(T,{variant:"body2",sx:i=>({marginLeft:i.spacing(.5)}),children:(s=e==null?void 0:e.createdBy)==null?void 0:s.username}),t.jsx(S,{sx:i=>({marginLeft:i.spacing(1.5)}),children:t.jsx(Lu,{variant:"outlined",children:t.jsxs(T,{variant:"body2",sx:{lineHeight:1},children:["Environment:"," ",t.jsx(T,{display:"inline",fontWeight:"bold",variant:"body2",component:"span",children:e==null?void 0:e.environment})," ",t.jsx(u9,{}),"Updates:",t.jsx(m9,{featuresCount:e.features.length,segmentsCount:e.segments.length})]})})})]})]})},p6=(e,a)=>["Draft","In review",...["Approved","Applied","Cancelled","Scheduled","Rejected"].filter(c=>e.hasOwnProperty(c)||c===a)],Nu=["Draft","In review","Approved","Applied"],zu=["Draft","In review","Rejected"],Uu=["Draft","In review","Approved","Cancelled"],Wu=["Draft","In review","Approved","Scheduled","Applied"],pt=l(K7)(({theme:e})=>({display:"flex",flexDirection:"column"})),Hu=l(b3)(({theme:e})=>({marginTop:e.spacing(2),borderRadius:`${e.shape.borderRadiusLarge}px`})),qu=l(S)(({theme:e})=>({padding:e.spacing(2),marginBottom:`-${e.spacing(4)}`})),Yu=l(S)(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"flex-end",columnGap:"1ch"})),Ku=l(J7)(()=>({[`& .${G7.root}:before`]:{flex:0,padding:0}})),Gu=(e,a,n,c)=>e==="Cancelled"?"grey":e==="Rejected"?n==="Rejected"?"error":"success":a!==-1&&a>=c?"success":a+1===c?"primary":"grey",Ju=({state:e,schedule:a,timestamps:n})=>{let c;switch(e){case"Rejected":n?c=p6(n,"Rejected"):c=zu;break;case"Scheduled":c=Wu;break;case"Cancelled":n?c=p6(n,"Cancelled"):c=Uu;break;default:c=Nu}const s=c.indexOf(e);return t.jsx(Hu,{elevation:0,children:t.jsx(qu,{children:t.jsx(Ku,{children:c.map((i,r)=>{const o=r<=s&&(n!=null&&n[i])?t.jsx(T,{component:"span",color:"textSecondary",children:t.jsx(ht,{dateTime:n==null?void 0:n[i]})}):void 0;if(a&&i==="Scheduled")return t.jsx(em,{schedule:a,timestamp:o},i);const p=Gu(e,s,i,r);let h={};return s+1===r&&!(e==="Cancelled"&&i==="Draft")&&(h={variant:"outlined"}),t.jsx(Qu,{color:p,title:i,shouldConnectToNextItem:r<c.length-1,timestamp:o,timelineDotProps:h},i)})})})})},ht=({dateTime:e,...a})=>{const{locationSettings:n}=f2(),c=v9(new Date(e||""),n.locale);return t.jsx("time",{...a,dateTime:e,children:c})},Qu=({color:e,title:a,shouldConnectToNextItem:n,timestamp:c,timelineDotProps:s={}})=>t.jsxs(E2,{children:[t.jsxs(T2,{children:[t.jsx(K4,{color:e,...s}),n&&t.jsx(Y4,{})]}),t.jsxs(pt,{children:[a,c]})]},a),Xu=e=>{const a=({prefix:n})=>t.jsxs(T,{component:"span",children:[n," ",t.jsx(ht,{dateTime:e.scheduledAt})]});switch(e.status){case"suspended":return{title:"Schedule suspended",timeInfo:t.jsx(a,{prefix:"was"}),color:"grey",reason:t.jsx(t2,{title:e.reason,arrow:!0,children:t.jsx(g0,{color:"disabled",fontSize:"small"})})};case"failed":return{title:"Schedule failed",timeInfo:t.jsx(a,{prefix:"at"}),color:"error",reason:t.jsx(t2,{title:`Schedule failed because of ${e.reason||e.failureReason}`,arrow:!0,children:t.jsx(g0,{color:"error",fontSize:"small"})})};default:return{title:"Scheduled",timeInfo:t.jsx(a,{prefix:"for"}),color:"warning",reason:null}}},em=({schedule:e,timestamp:a})=>{const{title:n,timeInfo:c,color:s,reason:i}=Xu(e);return t.jsxs(E2,{children:[t.jsxs(T2,{children:[t.jsx(K4,{color:s}),t.jsx(Y4,{})]}),t.jsxs(pt,{children:[n,t.jsxs(Yu,{children:[c,i]}),a]})]},n)};var n5={},tm=N1;Object.defineProperty(n5,"__esModule",{value:!0});var ut=n5.default=void 0,am=tm(B1()),h6=t,nm=(0,am.default)([(0,h6.jsx)("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"},"0"),(0,h6.jsx)("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"},"1")],"Schedule");ut=n5.default=nm;const c5=()=>e=>e!=="color"&&e!=="sx"&&e!=="approved"&&e!=="border"&&e!=="bgColor"&&e!=="svgColor",s3=l(S)(({theme:e})=>({display:"flex",alignItems:"center"})),mt=l(x4)(({theme:e})=>({color:e.palette.error.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),u6=l(x4)(({theme:e})=>({color:e.palette.warning.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),Z0=l(W8)(({theme:e})=>({color:e.palette.success.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),cm=l(ut)(({theme:e})=>({color:e.palette.warning.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),sm=l(g0)(({theme:e})=>({color:e.palette.error.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),im=l(g9)(({theme:e})=>({color:e.palette.text.secondary,height:"35px",width:"35px",marginRight:e.spacing(1)})),rm=l(x2)(({theme:e})=>({color:e.palette.text.secondary,height:"24px",width:"24px"})),om=l(S)(({theme:e})=>({display:"flex",marginTop:e.spacing(2)})),lm=l(S,{shouldForwardProp:c5()})(({theme:e,bgColor:a,svgColor:n})=>({borderRadius:`${e.shape.borderRadiusMedium}px`,backgroundColor:a,padding:e.spacing(1,2),marginRight:e.spacing(2),height:"45px",width:"45px",display:"flex",alignItems:"center",justifyContent:"center",svg:{color:n}})),s5=l(v2)(({theme:e})=>({margin:e.spacing(2.5,0)})),dm=l(S,{shouldForwardProp:c5()})(({theme:e,border:a})=>({borderRadius:`${e.shape.borderRadiusLarge}px`,border:a,padding:e.spacing(3),width:"100%"})),Q1=l(T,{shouldForwardProp:c5()})(({theme:e,color:a})=>({fontWeight:"bold",color:a})),pm=l(S)({display:"flex",flexDirection:"row",justifyContent:"space-between",width:"100%"}),te=()=>Intl.DateTimeFormat().resolvedOptions().timeZone,hm=(e,a)=>e==="Approved"||e==="Scheduled"?`2px solid ${a.palette.success.main}`:e==="Applied"?`2px solid ${a.palette.primary.main}`:`1px solid ${a.palette.divider}`,um=(e,a)=>e==="Approved"?{bgColor:a.palette.success.main,svgColor:a.palette.background.paper}:e==="Applied"?{bgColor:a.palette.primary.main,svgColor:a.palette.background.paper}:{bgColor:a.palette.background.elevation2,svgColor:a.palette.neutral.main},mm=({changeRequest:e,onEditClick:a})=>{const n=m1();return t.jsxs(om,{children:[t.jsx(lm,{...um(e.state,n),children:t.jsx(H8,{})}),t.jsx(dm,{sx:{backgroundColor:e.state==="In review"?n.palette.warning.light:"initial"},border:hm(e.state,n),children:t.jsx(vm,{changeRequest:e,onEditClick:a})})]})},vm=({changeRequest:e,onEditClick:a})=>{const{state:n}=e;if(!n)return null;if(n==="Approved")return t.jsx(gm,{});if(n==="Applied")return t.jsx(xm,{});if(n==="Cancelled")return t.jsx(wm,{});if(n==="Rejected")return t.jsx(Zm,{});if(n==="Scheduled"){const{schedule:c}=e;return t.jsx(ym,{schedule:c,onEditClick:a})}return t.jsx(fm,{minApprovals:e.minApprovals})},gm=()=>{const e=m1();return t.jsxs(t.Fragment,{children:[t.jsxs(s3,{children:[t.jsx(Z0,{}),t.jsxs(S,{children:[t.jsx(Q1,{color:e.palette.success.dark,children:"Changes approved"}),t.jsx(T,{children:"One approving review from requested approvers"})]})]}),t.jsx(s5,{}),t.jsxs(s3,{children:[t.jsx(Z0,{}),t.jsx(S,{children:t.jsx(Q1,{color:e.palette.success.dark,children:"Changes are ready to be applied"})})]})]})},fm=({minApprovals:e})=>{const a=m1();return t.jsxs(t.Fragment,{children:[t.jsxs(s3,{children:[t.jsx(u6,{}),t.jsxs(S,{children:[t.jsx(Q1,{color:a.palette.warning.dark,children:"Review required"}),t.jsxs(T,{children:["At least ",e," approval(s) must be submitted before changes can be applied"]})]})]}),t.jsx(s5,{}),t.jsxs(s3,{children:[t.jsx(u6,{}),t.jsx(Q1,{color:a.palette.warning.dark,children:"Apply changes is blocked"})]})]})},xm=()=>{const e=m1();return t.jsx(t.Fragment,{children:t.jsxs(s3,{children:[t.jsx(Z0,{sx:{color:e.palette.primary.main}}),t.jsx(S,{children:t.jsx(Q1,{color:e.palette.primary.main,children:"Changes applied"})})]})})},jm=l(x1)({maxWidth:"32px",maxHeight:"32px"}),ym=({schedule:e,onEditClick:a})=>{const n=m1();if(!e)return null;const c=(()=>{switch(e.status){case"pending":return t.jsx(Cm,{schedule:e});case"failed":return t.jsx(bm,{schedule:e});case"suspended":return t.jsx(Sm,{schedule:e});default:return null}})();return t.jsxs(t.Fragment,{children:[t.jsxs(s3,{children:[t.jsx(Z0,{}),t.jsxs(S,{children:[t.jsx(Q1,{color:n.palette.success.dark,children:"Changes approved"}),t.jsx(T,{children:"One approving review from requested approvers"})]})]}),t.jsx(s5,{}),t.jsxs(pm,{children:[c,t.jsx(jm,{onClick:a,children:t.jsx(rm,{})})]})]})},bm=({schedule:e})=>{const a=m1(),n=te(),{locationSettings:c}=f2(),s=z2(new Date(e==null?void 0:e.scheduledAt),c==null?void 0:c.locale);return t.jsxs(s3,{children:[t.jsx(sm,{}),t.jsxs(S,{children:[t.jsxs(Q1,{color:a.palette.error.main,children:["Changes failed to be applied on ",s," because of"," ",e.reason??e.failureReason]}),t.jsxs(T,{children:["Your timezone is ",n]})]})]})},Sm=({schedule:e})=>{const a=m1(),n=te(),{locationSettings:c}=f2(),s=z2(new Date(e==null?void 0:e.scheduledAt),c==null?void 0:c.locale);return t.jsxs(s3,{children:[t.jsx(im,{}),t.jsxs(S,{children:[t.jsxs(Q1,{color:a.palette.text.secondary,children:["The change request is suspended for the following reason:"," ",e.reason]}),t.jsxs(Q1,{color:a.palette.text.secondary,children:["It will not be applied on ",s,"."]}),t.jsxs(T,{children:["Your timezone is ",n]})]})]})},Cm=({schedule:e})=>{const a=m1(),n=te(),{locationSettings:c}=f2(),s=z2(new Date(e==null?void 0:e.scheduledAt),c==null?void 0:c.locale);return t.jsxs(s3,{children:[t.jsx(cm,{}),t.jsxs(S,{children:[t.jsxs(Q1,{color:a.palette.warning.dark,children:["Changes are scheduled to be applied on: ",s]}),t.jsxs(T,{children:["Your timezone is ",n]})]})]})},wm=()=>{const e=m1();return t.jsx(t.Fragment,{children:t.jsxs(s3,{children:[t.jsx(mt,{}),t.jsx(S,{children:t.jsx(Q1,{color:e.palette.error.main,children:"Changes cancelled"})})]})})},Zm=()=>{const e=m1();return t.jsx(t.Fragment,{children:t.jsxs(s3,{children:[t.jsx(mt,{}),t.jsx(S,{children:t.jsx(Q1,{color:e.palette.error.main,children:"Changes rejected"})})]})})},vt=({disabled:e,children:a,actions:n,permission:c,projectId:s,ariaLabel:i,environmentId:r})=>{const[o,p]=y3.useState(!1),h=y3.useRef(null),u=()=>{p(g=>!g)},v=g=>{var f;(f=h.current)!=null&&f.contains(g.target)||p(!1)},m=h.current?h.current.offsetWidth:null;return t.jsxs(y3.Fragment,{children:[t.jsx(W3,{variant:"contained",disabled:e,"aria-controls":o?"review-options-menu":void 0,"aria-expanded":o?"true":void 0,"aria-label":i,"aria-haspopup":"menu",onClick:u,ref:h,endIcon:t.jsx(f9,{}),permission:c,projectId:s,environmentId:r,children:a}),t.jsx(x9,{sx:{zIndex:1,width:m},open:o,anchorEl:h.current,transition:!0,disablePortal:!0,children:({TransitionProps:g,placement:f})=>t.jsx(j9,{...g,style:{transformOrigin:f==="bottom"?"center top":"center bottom"},children:t.jsx(b3,{className:"dropdown-outline",children:t.jsx(y9,{onClickAway:v,children:t.jsx(M2,{id:"review-options-menu",autoFocusItem:!0,children:n.map(({label:j,onSelect:b,icon:x})=>t.jsxs(q1,{disabled:e,onClick:b,children:[t.jsx(a3,{children:x}),t.jsx(Y1,{children:j})]},`MenuItem-${j}`))})})})})})]})},km=({disabled:e,onReject:a,onApprove:n,children:c})=>{const{isAdmin:s}=d.useContext(S3),i=q("projectId"),r=q("id"),{user:o}=q8(),{data:p}=a5(i,r),h=(p==null?void 0:p.createdBy.id)===(o==null?void 0:o.id),u=e||h&&!s;return t.jsx(vt,{permission:b9,disabled:u,actions:[{label:"Approve",onSelect:n,icon:t.jsx(s2,{fontSize:"small"})},{label:"Reject",onSelect:a,icon:t.jsx(S9,{fontSize:"small"})}],environmentId:p==null?void 0:p.environment,projectId:i,ariaLabel:"review or reject changes",children:c})},Tm=l(S)(({theme:e})=>({display:"flex",marginTop:e.spacing(2)})),Em=l(b3)(({theme:e})=>({width:"100%",padding:e.spacing(1.5,3,2.5,3),backgroundColor:e.palette.neutral.light,borderRadius:e.shape.borderRadiusLarge,borderColor:e.palette.divider})),Am=l(S)(({theme:e})=>({display:"flex",borderBottom:"1px solid",borderColor:e.palette.divider,paddingBottom:e.spacing(1.5)})),Im=({comment:e})=>t.jsxs(Tm,{children:[t.jsx(C9,{user:e.createdBy}),t.jsxs(Em,{variant:"outlined",children:[t.jsx(Am,{children:t.jsxs(S,{children:[t.jsx("strong",{children:e.createdBy.username})," ",t.jsxs(T,{color:"text.secondary",component:"span",children:["commented ",t.jsx(U8,{date:e.createdAt})]})]})}),t.jsx(S,{sx:{paddingTop:2.5},children:t.jsx(v0,{children:e.text})})]})]}),Dm=({open:e,onConfirm:a,onClose:n,disabled:c=!1})=>{const[s,i]=d.useState("");return t.jsxs(X1,{open:e,primaryButtonText:"Reject changes",secondaryButtonText:"Cancel",onClick:()=>a(s),disabledPrimaryButton:c,onClose:n,title:"Reject changes",fullWidth:!0,children:[t.jsx(S,{children:"Add an optional comment why you reject those changes"}),t.jsx(J1,{sx:{mt:1},variant:"outlined",placeholder:"Add your comment here",fullWidth:!0,multiline:!0,minRows:2,onChange:r=>i(r.target.value),value:s})]})};var i5={},Rm=N1;Object.defineProperty(i5,"__esModule",{value:!0});var gt=i5.default=void 0,Om=Rm(B1()),_m=t,Pm=(0,Om.default)((0,_m.jsx)("path",{d:"M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"}),"Today");gt=i5.default=Pm;const m6=({disabled:e,onSchedule:a,onApply:n,variant:c="create",children:s})=>{const i=q("projectId"),r=q("id"),{data:o}=a5(i,r);return t.jsx(vt,{permission:j4,disabled:e,actions:[{label:"Apply changes",onSelect:n,icon:t.jsx(s2,{fontSize:"small"})},{label:c==="create"?"Schedule changes":"Update schedule",onSelect:a,icon:t.jsx(gt,{fontSize:"small"})}],environmentId:o==null?void 0:o.environment,projectId:i,ariaLabel:"apply or schedule changes",children:s})},Fm=l(j1)(({theme:e})=>({marginBottom:e.spacing(2),backgroundColor:`${e.palette.neutral.light}!important`,color:`${e.palette.text.primary}!important`,borderColor:`${e.palette.neutral.light}!important`})),ft=({open:e,onConfirm:a,onClose:n,title:c,primaryButtonText:s,disabled:i,message:r,scheduledTime:o,permissionButton:p})=>o?t.jsxs(X1,{title:c,primaryButtonText:s,disabledPrimaryButton:i,secondaryButtonText:"Cancel",open:e,onClose:n,onClick:()=>a(),permissionButton:p,fullWidth:!0,children:[t.jsxs(Fm,{icon:!1,children:["There is a scheduled time to apply these changes set for"," ",t.jsxs("strong",{children:[t.jsx("br",{}),`${new Date(o).toLocaleString()}`]})]}),t.jsx(T,{variant:"body1",children:r})]}):null,$m=({projectId:e,environment:a,disabled:n,onConfirm:c,...s})=>t.jsx(ft,{message:"Applying the changes now means the scheduled time will be ignored",title:"Apply changes",primaryButtonText:"Apply changes now",onConfirm:c,permissionButton:t.jsx(W3,{variant:"contained",onClick:()=>c(),projectId:e,permission:j4,environmentId:a,disabled:n,children:"Apply changes now"}),...s}),Vm=({...e})=>t.jsx(ft,{message:"Rejecting this change request will delete its schedule and it can no longer be rescheduled or applied.",title:"Reject changes",primaryButtonText:"Reject changes",...e}),Mm=l(S)(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",gap:e.spacing(2)})),Lm=({open:e,onConfirm:a,onClose:n,title:c,primaryButtonText:s,projectId:i,environment:r,disabled:o,scheduledAt:p})=>{const[h,u]=d.useState(p?new Date(p):new Date),[v,m]=d.useState(void 0),g=te();return t.jsxs(X1,{title:c,primaryButtonText:s,disabledPrimaryButton:o,secondaryButtonText:"Cancel",open:e,onClose:()=>n(),onClick:()=>a(h),permissionButton:t.jsx(W3,{variant:"contained",onClick:()=>a(h),projectId:i,permission:j4,environmentId:r,disabled:o,children:s}),fullWidth:!0,children:[t.jsx(j1,{severity:"info",sx:{mb:f=>f.spacing(2)},children:"The time shown below is based on your browser's time zone."}),t.jsx(T,{variant:"body1",sx:{mb:f=>f.spacing(4)},children:"Select the date and time when these changes should be applied. If you change your mind later, you can reschedule the changes or apply them immediately."}),t.jsxs(Mm,{children:[t.jsx(w9,{label:"Date",value:h,onChange:f=>{m(void 0),f<new Date&&m(`The time you provided (${f.toLocaleString()}) is not valid because it's in the past. Please select a time in the future.`),u(f)},min:new Date,error:!!v,errorText:v,required:!0}),t.jsxs(T,{variant:"body2",children:["Your browser's time zone is ",g]})]})]})},xt=e=>{const{data:a,mutate:n}=Y8({total:0},I1(`api/admin/projects/${e}/change-requests/actionable`),Bm);return{total:a==null?void 0:a.total,refetch:n}},Bm=e=>fetch(e).then(e3("Actionable change requests")).then(a=>a.json()),Nm=(e,a)=>{const{data:n,error:c,mutate:s}=o2(I1(`api/admin/projects/${e}/change-requests/${a}/approvers`),zm);return d.useMemo(()=>({reviewers:(n==null?void 0:n.reviewers)||[],loading:!c&&!n,refetchReviewers:()=>s(),error:c}),[n,c,s])},zm=e=>fetch(e).then(e3("Requested Approvers")).then(a=>a.json()),r5=l(S)(({theme:e})=>({display:"flex",alignItems:"center",flexWrap:"wrap",marginTop:e.spacing(1.5),gap:e.spacing(1)})),Um=l(W8)(({theme:e})=>({color:e.palette.success.main,marginLeft:"auto"})),Wm=l(x4)(({theme:e})=>({color:e.palette.error.main,marginLeft:"auto"})),Hm=l(X0)(({theme:e})=>({color:e.palette.neutral.main,marginLeft:"auto"})),o5=l(T)({maxWidth:"170px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",color:"text.primary"}),qm=({name:e,imageUrl:a})=>t.jsxs(r5,{title:"Approved",children:[t.jsx(ee,{user:{name:e,imageUrl:a}}),t.jsx(o5,{variant:"body1",children:e}),t.jsx(Um,{})]}),Ym=({name:e,imageUrl:a})=>t.jsxs(r5,{title:"Rejected",children:[t.jsx(ee,{user:{name:e,imageUrl:a}}),t.jsx(o5,{variant:"body1",children:e}),t.jsx(Wm,{})]}),Km=({name:e,imageUrl:a})=>t.jsxs(r5,{title:"Pending",children:[t.jsx(ee,{user:{name:e,imageUrl:a}}),t.jsx(o5,{variant:"body1",children:e}),t.jsx(Hm,{})]}),Gm=l("span")(({theme:e})=>({display:"flex",alignItems:"center",marginRight:e.spacing(1),fontSize:e.fontSizes.bodySize})),jt=l(S)(({theme:e})=>({display:"flex",flexDirection:"row",width:"100%","& > div":{width:"100%"},justifyContent:"space-between",marginBottom:e.spacing(2),marginRight:e.spacing(-2)})),v6=l(x1)(({theme:e})=>({marginRight:e.spacing(-1)})),Jm=l("li")({width:"100%"}),Qm=l("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:first-of-type":{color:e.palette.text.secondary}})),Xm=l("div")(({theme:e})=>({paddingLeft:e.spacing(1)})),ev=(e,a,{selected:n})=>d.createElement(Jm,{...e,key:a.id},t.jsx(L2,{icon:t.jsx(b4,{fontSize:"small"}),checkedIcon:t.jsx(y4,{fontSize:"small"}),style:{marginRight:8},checked:n}),t.jsxs(Qm,{children:[t.jsx("span",{children:a.name||a.username}),t.jsx("span",{children:a.name&&a.username?a.username:a.email})]})),tv=e=>t.jsx(Xm,{children:e.length>1?`${e.length} reviewers`:e[0].name||e[0].username||e[0].email}),av=({canShowAddReviewers:e,showAddReviewers:a,actualApprovals:n,minApprovals:c,setShowAddReviewers:s})=>t.jsx(t.Fragment,{children:t.jsxs(jt,{sx:{mb:1},children:[t.jsxs(Gm,{children:["Reviewers",t.jsxs(T,{component:"span",color:"text.secondary",sx:{ml:1},children:["(",n,"/",c," required)"]})]}),e&&(a?t.jsx(v6,{title:"Close",onClick:()=>{s(!1)},children:t.jsx(Z9,{})}):t.jsx(v6,{title:"Request approvals",onClick:()=>{s(!0)},children:t.jsx(D3,{})}))]})}),nv=({changeRequest:e,saveClicked:a,existingReviewers:n})=>{const c=m1(),[s,i]=d.useState([]),r=[...n,...s],{reviewers:o,loading:p}=k9(e.project,e.environment),h=o.filter(m=>!n.some(g=>g.id===m.id)),u=(m,g,f)=>{m.type==="keydown"&&m.key==="Backspace"&&f==="removeOption"||i(g)},v=(m,{inputValue:g})=>m.filter(({name:f,username:j,email:b})=>L3(g,b)||L3(g,f)||L3(g,j));return t.jsxs(jt,{sx:{mb:4},children:[t.jsx(K8,{sx:{ml:"auto",width:c.spacing(40)},size:"small",limitTags:3,openOnFocus:!0,multiple:!0,disableCloseOnSelect:!0,value:s,onChange:u,options:h,renderOption:ev,filterOptions:v,freeSolo:r.length>=10?!1:void 0,getOptionDisabled:m=>r.length>=10&&!s.find(g=>g.id===m.id),isOptionEqualToValue:(m,g)=>m.id===g.id,getOptionLabel:m=>m.email||m.name||m.username||"",renderInput:m=>t.jsx(J1,{...m,label:`Reviewers (${s.length})`}),renderTags:m=>tv(m),noOptionsText:p?"Loading…":"No options"}),t.jsx(J,{sx:{ml:2},variant:"contained",color:"primary",disabled:!1,onClick:()=>a(s),children:"Save"})]})},cv=({changeRequest:e})=>{const[a,n]=d.useState(!1),{reviewers:c,refetchReviewers:s}=Nm(e.project,e.id),{updateRequestedApprovers:i}=B2(),r=(e.state==="Draft"||e.state==="In review")&&e.minApprovals>0;let o=c.map(h=>{const u=e.approvals.find(m=>m.createdBy.id===h.id),v=e.rejections.find(m=>m.createdBy.id===h.id);return{id:h.id,name:h.username||h.name||"Unknown user",imageUrl:h.imageUrl,status:u?"approved":v?"rejected":"pending"}});o=[...o,...e.approvals.filter(h=>!o.find(u=>u.name===h.createdBy.username)).map(h=>({id:h.createdBy.id,name:h.createdBy.username||"Unknown user",imageUrl:h.createdBy.imageUrl,status:"approved"})),...e.rejections.filter(h=>!o.find(u=>u.name===h.createdBy.username)).map(h=>({id:h.createdBy.id,name:h.createdBy.username||"Unknown user",imageUrl:h.createdBy.imageUrl,status:"rejected"}))];const p=async h=>{if(h.length>0){const u=[...o.map(v=>v.id),...h.map(v=>v.id)];await i(e.project,e.id,u)}s(),n(!1)};return t.jsxs(b3,{elevation:0,sx:h=>({marginTop:h.spacing(2),padding:h.spacing(4),paddingTop:h.spacing(2),borderRadius:u=>`${u.shape.borderRadiusLarge}px`}),children:[t.jsx(av,{canShowAddReviewers:r,showAddReviewers:a,minApprovals:e.minApprovals,actualApprovals:e.approvals.length,setShowAddReviewers:n}),r&&a&&t.jsx(nv,{changeRequest:e,existingReviewers:o,saveClicked:p}),o.map(h=>{const u=h.id,v={name:h.name||"Unknown user",imageUrl:h.imageUrl};switch(h.status){case"approved":return t.jsx(qm,{...v},u);case"rejected":return t.jsx(Ym,{...v},u);case"pending":return t.jsx(Km,{...v},u);default:return null}})]})},l5="md",sv=l(S)(({theme:e})=>({width:"30%",display:"flex",flexDirection:"column",[e.breakpoints.down(l5)]:{width:"100%"}})),iv=l(b3)(({theme:e})=>({padding:e.spacing(1,2),borderRadius:e.shape.borderRadiusLarge})),rv=l(b3)(({theme:e})=>({padding:e.spacing(1,2),borderRadius:e.shape.borderRadiusLarge,marginTop:e.spacing(2)})),ov=l("div")(({theme:e})=>({marginTop:e.spacing(2),width:"70%",borderRadius:e.shape.borderRadiusLarge,[e.breakpoints.down(l5)]:{width:"100%"}})),lv=l(S)(({theme:e})=>({marginTop:e.spacing(3),display:"flex",justifyContent:"flex-end"})),dv=l(S)(({theme:e})=>({padding:e.spacing(2)})),pv=l(S)(({theme:e})=>({paddingBottom:e.spacing(1.5)})),hv=l(S)(({theme:e})=>({display:"flex",marginTop:e.spacing(2)})),ke=l(J)(({theme:e})=>({marginLeft:e.spacing(2)})),uv=l(S)(({theme:e})=>({display:"flex",columnGap:e.spacing(2),[e.breakpoints.down(l5)]:{flexDirection:"column"}})),mv=l(S)(({theme:e})=>({display:"flex",flexDirection:"row",justifyContent:"flex-end",width:"100%"})),vv=l(S)(({theme:e})=>({width:"100%"})),gv=l(T)(({theme:e})=>({fontWeight:"bold"})),fv=l(S)(({theme:e})=>({borderRadius:`${e.shape.borderRadiusMedium}px`,backgroundColor:e.palette.primary.main,padding:e.spacing(1,2),marginRight:e.spacing(2),height:"45px",width:"45px",display:"flex",alignItems:"center",justifyContent:"center",svg:{color:e.palette.background.paper}})),xv=()=>{var k1,P1;const e=q("projectId"),[a,n]=d.useState(!1),[c,s]=d.useState(!1),[i,r]=d.useState(!1),[o,p]=d.useState(!1),[h,u]=d.useState(!1),{user:v}=q8(),{isAdmin:m}=d.useContext(S3),[g,f]=d.useState(""),{refetch:j}=xt(e),b=q("id"),{data:x,refetchChangeRequest:C}=a5(e,b),{changeState:E,addComment:M}=B2(),{refetch:k}=O0(e),{setToastData:L,setToastApiError:Z}=f1(),{isChangeRequestConfiguredForReview:_}=N2(e),[$,F]=d.useState(!1),R=U1();if(m1(),!x)return null;const N=_(x.environment),H=()=>{switch(x.state){case"Scheduled":return`${x.state} ${x.schedule.status}`;default:return x.state}},I=async()=>{try{F(!0),await E(e,Number(b),H(),{state:"Applied"}),p(!1),await C(),k(),j(),L({type:"success",text:"Changes applied"})}catch(t1){Z(h1(t1))}finally{F(!1)}},U=async t1=>{try{F(!0),await E(e,Number(b),H(),{state:"Scheduled",scheduledAt:t1.toISOString()}),r(!1),C(),k(),j(),L({type:"success",text:"Changes scheduled"})}catch(r3){Z(h1(r3))}finally{F(!1)}},V=async()=>{try{F(!0),await M(e,b,g),f(""),await C(),L({type:"success",text:"Comment added"})}catch(t1){Z(h1(t1))}finally{F(!1)}},P=async()=>{try{F(!0),await E(e,Number(b),H(),{state:"Cancelled"}),n(!1),await C(),k(),j(),L({type:"success",text:"Changes cancelled"})}catch(t1){Z(h1(t1))}finally{F(!1)}},w=async t1=>{try{F(!0),await E(e,Number(b),H(),{state:"Rejected",comment:t1}),s(!1),await C(),L({type:"success",text:"Changes rejected"}),k(),j()}catch(r3){Z(h1(r3))}finally{F(!1)}},y=async()=>{try{F(!0),await E(e,Number(b),H(),{state:"Approved"}),await C(),j(),k(),L({type:"success",text:"Changes approved"})}catch(t1){Z(h1(t1))}finally{F(!1)}},A=()=>n(!0),Y=()=>n(!1),K=()=>s(!1),G=()=>p(!1),p1=()=>r(!1),y1=()=>u(!1),Z1=(x==null?void 0:x.createdBy.id)===(v==null?void 0:v.id)&&x.state==="In review"&&!m,n1=(k1=x.approvals)==null?void 0:k1.some(t1=>t1.createdBy.id===(v==null?void 0:v.id)),X=T9(x),e1="schedule"in x?x.schedule.scheduledAt:void 0,_1=x.state==="Scheduled"?{state:"Scheduled",schedule:x.schedule}:{state:x.state,schedule:void 0};return t.jsxs(t.Fragment,{children:[t.jsx(Bu,{changeRequest:x}),t.jsxs(uv,{children:[t.jsxs(sv,{children:[t.jsx(Ju,{..._1,timestamps:x.stateTimestamps}),t.jsx(cv,{changeRequest:x})]}),t.jsxs(ov,{children:[t.jsx(iv,{elevation:0,children:t.jsxs(dv,{children:["Requested Changes (",X,")",t.jsx(E9,{changeRequest:x,onRefetch:C}),(P1=x.comments)==null?void 0:P1.map(t1=>t.jsx(Im,{comment:t1},t1.id)),t.jsx(A9,{user:v,commentText:g,onTypeComment:f,children:t.jsx(J,{variant:"outlined",onClick:V,disabled:!N||g.trim().length===0||g.trim().length>1e3||$,children:"Comment"})}),t.jsx(D,{condition:Z1,show:t.jsx(j1,{sx:t1=>({marginTop:t1.spacing(1.5)}),severity:"info",children:"You can not approve your own change request"})}),t.jsx(mm,{changeRequest:x,onEditClick:()=>r(!0)}),t.jsxs(lv,{children:[t.jsx(D,{condition:x.state==="In review"&&!n1,show:t.jsxs(km,{onReject:()=>s(!0),onApprove:y,disabled:!N||$,children:["Review changes (",X,")"]})}),t.jsx(D,{condition:x.state==="Scheduled",show:t.jsx(m6,{onApply:()=>p(!0),disabled:!N||$,onSchedule:()=>r(!0),variant:"update",children:"Apply or schedule changes"})}),t.jsx(D,{condition:x.state==="In review"||x.state==="Approved"||x.state==="Scheduled",show:t.jsx(ke,{variant:"outlined",onClick:()=>{R(`/playground?changeRequest=${x.id}&projects=${e}&environments=${x.environment}`)},children:"Preview changes"})}),t.jsx(D,{condition:!G8(x.state)&&(x.createdBy.id===(v==null?void 0:v.id)||m),show:t.jsx(D,{condition:!!e1,show:t.jsx(ke,{variant:"outlined",onClick:()=>u(!0),disabled:$,children:"Reject changes"}),elseShow:t.jsx(ke,{variant:"outlined",onClick:A,disabled:$,children:"Cancel changes"})})})]})]})}),t.jsx(D,{condition:x.state==="Approved",show:t.jsx(rv,{elevation:0,children:t.jsx(pv,{children:t.jsxs(hv,{children:[t.jsx(fv,{children:t.jsx(H8,{})}),t.jsxs(vv,{children:[t.jsx(gv,{children:"Apply changes"}),t.jsx(T,{children:"The change request has been reviewed and approved"})]}),t.jsx(mv,{children:t.jsx(m6,{onApply:I,disabled:!N||$,onSchedule:()=>r(!0),children:"Apply or schedule changes"})})]})})})})]}),t.jsxs(X1,{open:a,onClick:P,onClose:Y,title:"Cancel change request",children:[t.jsx(T,{sx:{marginBottom:2},children:"You are about to cancel this change request"}),t.jsx(T,{variant:"body2",sx:t1=>({color:t1.palette.neutral.dark}),children:"The change request will be moved to closed, and it can't be applied anymore. Once cancelled, the change request can't be reopened."})]}),t.jsx(Dm,{open:c,onConfirm:w,onClose:K,disabled:$}),t.jsxs(t.Fragment,{children:[t.jsx(Lm,{open:i,onConfirm:U,onClose:p1,disabled:!N||$,projectId:e,environment:x.environment,primaryButtonText:x.state==="Scheduled"?"Update scheduled time":"Schedule changes",title:x.state==="Scheduled"?"Update schedule":"Schedule changes",scheduledAt:e1}),t.jsx($m,{open:o,onConfirm:I,onClose:G,scheduledTime:e1,disabled:!N||$,projectId:e,environment:x.environment}),t.jsx(Vm,{open:h,onConfirm:w,onClose:y1,scheduledTime:e1,disabled:$})]})]})]})},jv=l("div")(({theme:e})=>({display:"flex",flexDirection:"row",margin:0})),yv=({value:e,row:{original:a}})=>{const{searchQuery:n}=S4(),c=q("projectId"),{id:s,title:i,features:r,segments:o}=a,p=(r||[]).length+(o||[]).length,h=`/projects/${c}/change-requests/${s}`;return e?t.jsxs(S1,{sx:{minWidth:"200px"},children:[t.jsx(jv,{children:t.jsx(T,{variant:"body2",children:t.jsx(G1,{component:d1,underline:"hover",to:h,sx:u=>({paddingTop:u.spacing(.2),marginRight:u.spacing(1),"&:hover":{textDecoration:"underline"}}),children:t.jsx(_2,{title:i,children:t.jsx(f0,{search:n,children:i})})})})}),t.jsxs("span",{children:[`${p}`," ",p<=1?"update":"updates"]})]}):t.jsx(S1,{})},bv=C4()(e=>({header:{padding:e.spacing(0,4)},bodyClass:{padding:e.spacing(2,4,4,4),overflowX:"auto"}})),Sv={id:"createdAt",desc:!0},Cv=l("div")({paddingLeft:0,paddingBottom:0}),wv=l(m0)(({theme:e})=>({textTransform:"none",width:"auto",fontSize:e.typography.body2.fontSize,[e.breakpoints.up("md")]:{minWidth:160}})),Zv=l(S)(({theme:e})=>({textAlign:"right",paddingBottom:e.spacing(2),fontSize:e.fontSizes.smallBody})),kv=l(q0)(()=>({th:{whiteSpace:"nowrap"},td:{verticalAlign:"top",maxWidth:"250px"}})),Tv=({changeRequests:e=[],placeholder:a,loading:n,projectId:c})=>{const{classes:s}=bv(),i=V1(P2.breakpoints.down("md")),[r,o]=F0(),[p,h]=d.useState(r.get("search")||""),{value:u,setValue:v}=m4(`${c}:ProjectChangeRequest`,Sv),m=r.get("type")||u.type,[g,f]=d.useState(m==="closed"?"closed":"open"),{openChangeRequests:j=[],closedChangeRequests:b=[]}=d.useMemo(()=>Object.groupBy(e,({state:V})=>G8(V)?"closedChangeRequests":"openChangeRequests"),[e]),x=[{title:"Open",data:j,type:"open"},{title:"Closed",data:b,type:"closed"}],C=x.find(V=>V.type===g)||x[0],E=d.useMemo(()=>[{id:"Title",Header:"Title",canSort:!0,accessor:"title",searchable:!0,Cell:yv},{id:"Updated feature flags",Header:"Updated feature flags",canSort:!1,accessor:"features",searchable:!0,filterName:"feature",filterParsing:V=>(V==null?void 0:V.map(({name:P})=>P).join(`
|
|
691
|
-
`))||"",filterBy:(V,P)=>V.features.find(w=>P.map(y=>y.toLowerCase()).includes(w.name.toLowerCase())),Cell:({value:V,row:{original:{title:P}}})=>t.jsx(R9,{project:c,value:V},P)},{Header:"By",accessor:"createdBy",width:"10%",canSort:!1,Cell:I9,align:"left",searchable:!0,filterName:"by",filterParsing:V=>(V==null?void 0:V.username)||""},{Header:"Submitted",accessor:"createdAt",maxWidth:100,width:"5%",Cell:x0},{Header:"Environment",accessor:"environment",searchable:!0,width:"10%",Cell:B0,filterName:"environment"},{Header:"Status",accessor:"state",searchable:!0,maxWidth:"170px",width:"10%",Cell:D9,filterName:"status"}],[c]),{data:M,getSearchText:k,getSearchContext:L}=w4(E,p,C==null?void 0:C.data),Z=d.useMemo(()=>n?O9:M,[M,n]),[_]=d.useState(()=>({sortBy:[{id:r.get("sort")||u.id,desc:r.has("order")?r.get("order")==="desc":u.desc}],hiddenColumns:[]})),{headerGroups:$,rows:F,state:{sortBy:R},prepareRow:N,setHiddenColumns:H,getTableProps:I,getTableBodyProps:U}=D1.useTable({columns:E,data:Z,initialState:_,sortTypes:U2,autoResetHiddenColumns:!1,disableSortRemove:!0,autoResetSortBy:!1,defaultColumn:{Cell:S1}},D1.useSortBy);return N0([{condition:i,columns:["createdBy"]}],H,E),d.useEffect(()=>{if(n)return;const V={};V.sort=R[0].id,R[0].desc&&(V.order="desc"),p&&(V.search=p),V.type=g,o(V,{replace:!0}),v(P=>({...P,id:R[0].id,desc:R[0].desc||!1,type:g}))},[n,R,p,o,g]),t.jsxs(w1,{isLoading:n,bodyClass:s.bodyClass,headerClass:s.header,header:t.jsx(g1,{titleElement:t.jsx(Cv,{children:t.jsx(f4,{value:C==null?void 0:C.title,indicatorColor:"primary",textColor:"primary",variant:"scrollable",allowScrollButtonsMobile:!0,children:x.map(V=>t.jsx(wv,{label:`${V.title} (${V.data.length})`,value:V.title,onClick:()=>f(V.type)},V.title))})}),actions:t.jsx(u3,{placeholder:"Search and Filter",expandable:!0,initialValue:p,onChange:h,hasFilters:!0,getSearchContext:L,id:"changeRequestList"})}),children:[t.jsx(Zv,{children:t.jsx(d1,{to:`/projects/${c}/settings/change-requests`,children:"Change request configuration"})}),t.jsx(g2,{value:k(p),children:t.jsxs(kv,{...I(),children:[t.jsx(z0,{headerGroups:$}),t.jsx(U0,{...U(),children:F.map(V=>{N(V);const{key:P,...w}=V.getRowProps();return t.jsx(W0,{hover:!0,...w,children:V.cells.map(y=>{const{key:A,...Y}=y.getCellProps();return t.jsx(H0,{...Y,children:y.render("Cell")},A)})},P)})})]})}),t.jsx(D,{condition:F.length===0,show:()=>t.jsx(D,{condition:(p==null?void 0:p.length)>0,show:t.jsxs(H1,{children:["No changes found matching “",p,"”"]}),elseShow:t.jsx(H1,{children:a||"None of the changes were submitted yet."})})})]})},Ev=e=>fetch(e).then(e3("ChangeRequest")).then(a=>a.json()),Av=e=>{const{data:a,error:n,mutate:c}=Y8([],I1(`api/admin/projects/${e}/change-requests`),Ev);return d.useMemo(()=>({changeRequests:a,loading:!n&&!a,refetch:c,error:n}),[a,n,c])},Iv=()=>{const e=q("projectId"),a=i3(e),{isOss:n,isPro:c}=r1();t3(`Change requests – ${a}`);const{changeRequests:s,loading:i}=Av(e),{data:r,loading:o}=J8(e),p=r.some(h=>h.changeRequestEnabled);return n()||c()?t.jsx(w1,{sx:{justifyContent:"center"},children:t.jsx(W2,{feature:"change-requests"})}):t.jsx(Tv,{changeRequests:s,projectId:e,loading:i,placeholder:!o&&!p?t.jsxs("p",{children:["Change requests are not configured for this project.",t.jsx("br",{}),t.jsx(d1,{to:`/projects/${e}/settings/change-requests`,children:"Configure change requests"})]}):void 0})};var a1=(e=>(e.USER="USERS",e.GROUP="GROUPS",e.SERVICE_ACCOUNT="SERVICE ACCOUNTS",e))(a1||{});const G2=(e,a={})=>{const n=I1(`api/admin/projects/${e}/access`),c=()=>fetch(n,{method:"GET"}).then(e3("project access")).then(v=>v.json()),s=`api/admin/projects/${e}/users`,{data:i,error:r}=o2(s,c,a),[o,p]=d.useState(!r&&!i),h=()=>{_9(s)};return d.useEffect(()=>{p(!r&&!i)},[i,r]),{access:d.useMemo(()=>{if(i)return Dv({roles:i.roles,users:i.users.filter(({accountType:v})=>!v||v==="User"),serviceAccounts:i.users.filter(({accountType:v})=>v==="Service Account"),groups:(i==null?void 0:i.groups.map(v=>({...v,users:gs(v.users??[])})))??[]})},[i]),error:r,loading:o,refetchProjectAccess:h}},Dv=e=>{const a=e.users||[],n=e.serviceAccounts||[],c=e.groups||[];return{...e,rows:[...a.map(s=>({entity:s,type:"USERS"})),...n.map(s=>({entity:s,type:"SERVICE ACCOUNTS"})),...c.map(s=>({entity:s,type:"GROUPS"}))]}},Rv=l(w1)(({theme:e})=>({height:"100vh",overflow:"auto",padding:e.spacing(7.5,6),[e.breakpoints.down("md")]:{padding:e.spacing(4,2)},"& .header":{padding:e.spacing(0,0,2,0)},"& .body":{padding:e.spacing(3,0,0,0)},borderRadius:`${e.spacing(1.5,0,0,1.5)} !important`})),Ov=l("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span":{display:"flex",alignItems:"center",color:e.palette.text.secondary,fontSize:e.fontSizes.bodySize}})),g6={id:"joinedAt",desc:!0},Te=[{Header:"Avatar",accessor:"imageUrl",Cell:({row:{original:e}})=>t.jsx(S1,{children:t.jsx(L0,{user:e})}),maxWidth:85,disableSortBy:!0},{id:"name",Header:"Name",accessor:e=>e.name||"",Cell:({value:e,row:{original:a}})=>t.jsx(B0,{value:e,subtitle:a.email||a.username}),minWidth:100,searchable:!0},{id:"joined",Header:"Joined",accessor:"joinedAt",Cell:M8,maxWidth:150},{id:"lastLogin",Header:"Last login",accessor:"seenAt",Cell:x0,maxWidth:150},{accessor:e=>e.username||"",Header:"Username",searchable:!0},{accessor:e=>e.email||"",Header:"Email",searchable:!0}],_v=["imageUrl","name","joined","lastLogin"],Pv=({open:e,setOpen:a,group:n,projectId:c,subtitle:s,onEdit:i,onRemove:r})=>{const o=m1(),p=V1(o.breakpoints.down("md")),[h]=d.useState(()=>({sortBy:[{id:g6.id,desc:g6.desc}],hiddenColumns:["Username","Email"]})),[u,v]=d.useState(""),{data:m,getSearchText:g,getSearchContext:f}=w4(Te,u,(n==null?void 0:n.users)??[]),{headerGroups:j,rows:b,prepareRow:x,setHiddenColumns:C}=D1.useTable({columns:Te,data:m,initialState:h,sortTypes:U2,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0},D1.useSortBy,D1.useFlexLayout);return N0([{condition:p,columns:_v}],C,Te),t.jsx(c3,{open:e,onClose:()=>{a(!1)},label:(n==null?void 0:n.name)||"Group",children:t.jsxs(Rv,{header:t.jsx(g1,{secondary:!0,titleElement:t.jsxs(Ov,{children:[n==null?void 0:n.name," (",b.length<m.length?`${b.length} of ${m.length}`:m.length,")",t.jsx("span",{children:s})]}),actions:t.jsxs(t.Fragment,{children:[t.jsx(D,{condition:!p,show:t.jsxs(t.Fragment,{children:[t.jsx(u3,{initialValue:u,onChange:v,hasFilters:!0,getSearchContext:f}),t.jsx(g1.Divider,{})]})}),t.jsx(a2,{permission:M1,projectId:c,tooltipProps:{title:"Edit group access"},onClick:i,children:t.jsx(x2,{})}),t.jsx(a2,{permission:M1,projectId:c,tooltipProps:{title:"Remove group access"},onClick:r,children:t.jsx(z3,{})})]}),children:t.jsx(D,{condition:p,show:t.jsx(u3,{initialValue:u,onChange:v,hasFilters:!0,getSearchContext:f})})}),children:[t.jsx(g2,{value:g(u),children:t.jsx(Z4,{rows:b,headerGroups:j,prepareRow:x})}),t.jsx(D,{condition:b.length===0,show:t.jsx(D,{condition:(u==null?void 0:u.length)>0,show:t.jsxs(H1,{children:["No users found matching “",u,"” in this group."]}),elseShow:t.jsx(H1,{children:"This group is empty. Get started by adding a user to the group."})})})]})})},Fv=l("div")(({theme:e})=>({paddingTop:e.spacing(.75),display:"flex",flexDirection:"column","& > span:last-of-type":{fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary}}));function $v(e){return e.sort((a,n)=>a.type!==n.type?a.type==="project"?-1:1:a.type==="custom"?a.name.localeCompare(n.name):0)}const Vv=l("li")(({theme:e})=>({display:"flex",gap:e.spacing(.5)})),Mv=({roles:e,value:a,setValue:n,required:c,...s})=>{const i=(o,p,h)=>d.createElement(Vv,{...o,key:p.id},t.jsx(L2,{icon:t.jsx(b4,{fontSize:"small"}),checkedIcon:t.jsx(y4,{fontSize:"small"}),checked:h.selected}),t.jsxs(Fv,{children:[t.jsx("span",{children:p.name}),t.jsx("span",{children:p.description})]})),r=$v(e);return t.jsxs(t.Fragment,{children:[t.jsx(Y0,{slotProps:{paper:{sx:{"& .MuiAutocomplete-listbox":{"& .MuiAutocomplete-option":{paddingLeft:o=>o.spacing(.5),alignItems:"flex-start"}}}}},multiple:!0,disableCloseOnSelect:!0,openOnFocus:!0,size:"small",value:a,groupBy:o=>o.type==="project"?"Predefined project roles":"Custom project roles",onChange:(o,p)=>n(p),options:r,renderOption:i,getOptionLabel:o=>o.name,renderInput:o=>t.jsx(J1,{...o,label:"Role",required:c}),...s}),t.jsx(D,{condition:a.length>0,show:()=>t.jsx(t.Fragment,{children:a.map(({id:o})=>t.jsx(P9,{sx:{marginTop:1},roleId:o},o))})})]})},Lv=l("form")(()=>({display:"flex",flexDirection:"column",height:"100%"})),f6=l("p")(({theme:e})=>({color:e.palette.text.secondary,marginBottom:e.spacing(1)})),x6=l("div")(({theme:e})=>({"& > div:first-of-type":{width:"100%",maxWidth:e.spacing(50),marginBottom:e.spacing(2)}})),Bv=l("div")(({theme:e})=>({marginTop:e.spacing(6),display:"flex",justifyContent:"flex-end"})),Nv=l(J)(({theme:e})=>({marginLeft:e.spacing(3)})),zv=l("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:last-of-type":{color:e.palette.text.secondary}})),Uv=l("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:first-of-type":{color:e.palette.text.secondary}})),j6=e=>{if(e.type===a1.USER||e.type===a1.SERVICE_ACCOUNT){const a=e.entity;return a.email||a.name||a.username||""}else return e.entity.name},d5=({selected:e,accesses:a,users:n,serviceAccounts:c,groups:s,roles:i,userRoles:r})=>{const{uiConfig:o}=r1(),{flags:p}=o,h=p.UG?"user / group":"user",u=q("projectId"),{refetchProjectAccess:v}=G2(u),{addAccessToProject:m,setUserRoles:g,setGroupRoles:f,loading:j}=A3(),b=!!e,x=F9(u),{setToastData:C,setToastApiError:E}=f1(),M=U1(),k=[...s.filter(w=>b||!a.some(({entity:{id:y},type:A})=>w.id===y&&A===a1.GROUP)).map(w=>({id:w.id,entity:w,type:a1.GROUP})),...n.filter(w=>b||!a.some(({entity:{id:y},type:A})=>w.id===y&&A===a1.USER)).sort((w,y)=>{const A=w.name||w.username||"",Y=y.name||y.username||"";return A.localeCompare(Y)}).map(w=>({id:w.id,entity:w,type:a1.USER})),...c.filter(w=>b||!a.some(({entity:{id:y},type:A})=>w.id===y&&A===a1.SERVICE_ACCOUNT)).sort((w,y)=>{const A=w.name||w.username||"",Y=y.name||y.username||"";return A.localeCompare(Y)}).map(w=>({id:w.id,entity:w,type:a1.SERVICE_ACCOUNT}))],[L,Z]=d.useState(()=>k.filter(({id:w,type:y})=>w===(e==null?void 0:e.entity.id)&&y===(e==null?void 0:e.type))),[_,$]=d.useState(i.filter(({id:w})=>{var y,A;return(A=(y=e==null?void 0:e.entity)==null?void 0:y.roles)==null?void 0:A.includes(w)})),F={roles:_.map(({id:w})=>w),groups:L==null?void 0:L.filter(({type:w})=>w===a1.GROUP).map(({id:w})=>w),users:L==null?void 0:L.filter(({type:w})=>w===a1.USER||w===a1.SERVICE_ACCOUNT).map(({id:w})=>w)},R=async w=>{if(w.preventDefault(),!!I)try{b?(e==null?void 0:e.type)===a1.USER||(e==null?void 0:e.type)===a1.SERVICE_ACCOUNT?await g(u,_.map(({id:y})=>y),e.entity.id):(e==null?void 0:e.type)===a1.GROUP&&await f(u,_.map(({id:y})=>y),e.entity.id):await m(u,F),v(),M(K1),C({text:`${L.length} ${L.length===1?"access":"accesses"} ${b?"edited":"assigned"} successfully`,type:"success"})}catch(y){E(h1(y))}},N=()=>b?`curl --location --request PUT '${o.unleashUrl}/api/admin/projects/${u}/${(e==null?void 0:e.type)===a1.USER||(e==null?void 0:e.type)===a1.SERVICE_ACCOUNT?"users":"groups"}/${e==null?void 0:e.entity.id}/roles' \\
|
|
4
|
+
--data-raw '${JSON.stringify(y,void 0,2)}'`,Y=async K=>{if(K.preventDefault(),I(),await w()){const L=P();try{await q(A,L),n||p(`/projects/${A}/features/${x}`),s({text:"Flag created successfully",type:"success"}),a(),c==null||c(),g({}),h()}catch($1){i(u1($1))}}},{total:G,loading:J}=La(1),{project:p1}=Q1(A),{tags:f1}=U6(),{globalFlagLimitReached:Z1,projectFlagLimitReached:n1,limitMessage:X}=fo({global:{limit:r.resourceLimits.featureFlags,count:G??0},project:{limit:p1.featureLimit||void 0,count:t8(p1)??0}}),{projects:e1}=K4(),{featureTypes:O1}=za(),k1=qa(v),F1=O1.reduce((K,V1)=>K>=V1.name.length?K:V1.name.length,0),t1=l.useMemo(()=>{const K=e1.find(V1=>V1.id===A);return K==null?void 0:K.name},[A,e1]),i3=()=>{g({name:x,tags:j,impressionData:O,type:v,description:k}),a()};return t.jsx(bo,{open:e,onClose:i3,children:t.jsx(A3,{compact:!0,disablePadding:!0,description:_.text,documentationIcon:_.icon,documentationLink:(r3=_.link)==null?void 0:r3.url,documentationLinkLabel:(o3=_.link)==null?void 0:o3.label,formatApiCode:T,useFixedSidebar:!0,children:t.jsx(Na,{createButtonProps:{projectId:A,disabled:E||J||Z1||n1,permission:b0,tooltipProps:{title:X,arrow:!0}},description:k,namingPattern:p1.featureNaming,errors:z,handleSubmit:Y,Icon:t.jsx(e5,{}),validateName:w,Limit:t.jsx(n8,{name:"feature flags",limit:r.resourceLimits.featureFlags,currentValue:G??0}),name:x,onClose:a,resource:"feature flag",setDescription:B,setName:C,configButtons:t.jsxs(t.Fragment,{children:[t.jsx(D,{condition:!o(),show:t.jsx(Xe,{tooltip:{header:"Select a project for the flag"},description:w3.project.text,options:e1.map(K=>({label:K.name,value:K.id})),onChange:K=>{M(K)},button:{label:t1??A,icon:w3.project.icon,labelWidth:"20ch"},search:{label:"Filter projects",placeholder:"Select project"},onOpen:()=>F(w3.project),onClose:S})}),t.jsx(Wa,{tooltip:{header:"Select tags"},description:w3.tags.text,selectedOptions:new Set(Array.from(j).map(K=>`${K.type}:${K.value}`)),options:f1.map(K=>({label:Y6(K),value:`${K.type}:${K.value}`})),onChange:K=>{const V1=Array.from(K).map(L=>{const[$1,L1]=L.split(":");return{type:$1,value:L1}});b(new Set(V1))},button:{label:j.size>0?`${j.size} selected`:"Tags",labelWidth:"11ch",icon:t.jsx(a8,{})},search:{label:"Filter tags",placeholder:"Select tags"},onOpen:()=>F(w3.tags),onClose:S}),t.jsx(Xe,{tooltip:{header:"Select a flag type"},description:w3.type.text,options:O1.map(K=>({label:K.name,value:K.id})),onChange:K=>{f(K)},button:{label:((u3=O1.find(K=>K.id===v))==null?void 0:u3.name)||"Select flag type",icon:t.jsx(k1,{}),labelWidth:`${F1}ch`},search:{label:"Filter flag types",placeholder:"Select flag type"},onOpen:()=>F({text:w3.type.text,icon:t.jsx(k1,{})}),onClose:S}),t.jsx(go,{tooltip:{header:"Enable or disable impression data",description:w3.impressionData.text},currentValue:O,onClick:()=>V(!O),label:`Impression data ${O?"on":"off"}`,icon:t.jsx(u7,{}),labelWidth:"19ch"})]})})})})},Co=d(T0)(()=>({whiteSpace:"nowrap"})),m7=({variant:e,text:a="New feature flag",skipNavigationOnComplete:n,isLoading:c,onSuccess:s})=>{const{loading:i}=d1(),[r]=k0(),o=U("projectId"),p=!!r.get("create"),[h,u]=l.useState(p);return t.jsxs(t.Fragment,{children:[t.jsx(Co,{onClick:()=>u(!0),maxWidth:"960px",Icon:D3,projectId:o,disabled:i||c,variant:e,permission:b0,"data-testid":i||c?"":Ua,children:a}),t.jsx(So,{open:h,onClose:()=>u(!1),skipNavigationOnComplete:n,onSuccess:s})]})},Zo=d("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),ko=d(Q)({fontWeight:"bold",textDecoration:"none"}),To=d(Z)(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),Eo="https://github.com/Unleash/unleash-sdk-examples/tree/main",Ao=()=>{const{trackEvent:e}=v1(),a=yc.map(r=>({key:r.name,label:r.name})),[n,c]=Z2("onboarding-sdk-example",a[0].key),s=r=>{c(r.target.value)},i=()=>{e("onboarding",{props:{eventType:"sdk-example-opened",sdk:n}})};return t.jsxs(t.Fragment,{children:[t.jsx(Zo,{children:"View SDK Example"}),t.jsx($,{children:"Choose your preferred SDK to view an example."}),t.jsxs(To,{children:[t.jsx(Q4,{id:"sdk-select",name:"sdk",options:a,value:n,onChange:s,style:{width:"60%"}}),t.jsx(Z,{children:t.jsx(ko,{to:`${Eo}/${n}`,target:"_blank",component:l1,variant:"text",color:"primary",onClick:i,children:"Go to example"})})]})]})},Do=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.paper,flexBasis:"70%",borderRadius:e.shape.borderRadiusLarge})),Io=d("div")(({theme:e})=>({padding:e.spacing(2,2.5,2,5),borderBottom:"1px solid",borderColor:e.palette.divider,minHeight:"80px"})),Ro=d("div")(({theme:e})=>({display:"flex",flexGrow:1,padding:e.spacing(0,1),[e.breakpoints.down("md")]:{flexDirection:"column",padding:e.spacing(0)}})),X0=d("div")(({theme:e})=>({flexBasis:"50%",display:"flex",gap:e.spacing(3),flexDirection:"column",borderRight:`1px solid ${e.palette.divider}`,padding:e.spacing(4),[e.breakpoints.down("md")]:{borderRight:0,borderBottom:`1px solid ${e.palette.divider}`},"&:last-child":{borderWidth:0}})),Ce=d("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),Ze=d("span")(({theme:e})=>({width:"28px",height:"28px",display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:e.palette.neutral.border,borderRadius:"50%"})),Oo=d(Ze)(({theme:e})=>({backgroundColor:e.palette.primary.main,color:e.palette.background.paper})),Fo=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(3),height:"100%"})),$o=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",fontSize:e.spacing(1.75),fontWeight:"bold",backgroundColor:e.palette.success.light,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(2,2,2,2)})),Po=d("div")(({theme:e})=>({display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center"})),Vo=({projectId:e,setConnectSdkOpen:a,setOnboardingFlow:n,refetchFeatures:c})=>{var o,p;const{project:s}=Q1(e),i=((o=s.onboardingStatus)==null?void 0:o.status)==="first-flag-created",r=()=>{n("closed")};return t.jsxs(Do,{children:[t.jsxs(Io,{children:[t.jsxs(Po,{children:[t.jsx($,{fontWeight:"bold",children:"Welcome to your project"}),t.jsx(P1,{title:"Close",arrow:!0,children:t.jsx(j1,{onClick:r,size:"small",children:t.jsx(E0,{})})})]}),t.jsx($,{variant:"body2",children:"Complete the steps below to start working with this project"})]}),t.jsxs(Ro,{children:[t.jsx(X0,{children:((p=s.onboardingStatus)==null?void 0:p.status)==="first-flag-created"?t.jsx(Mo,{}):t.jsx(_o,{projectId:e,refetchFeatures:c})}),t.jsxs(X0,{children:[t.jsxs(Ce,{children:[t.jsx(Ze,{children:"2"}),"Connect an SDK"]}),t.jsx($,{children:"Your project is not yet connected to any SDK. To start using your feature flag, connect an SDK to the project."}),t.jsx(T0,{onClick:()=>{a(!0)},maxWidth:"200px",projectId:e,Icon:D3,disabled:!i,permission:[_1,s8],children:"Connect SDK"})]}),t.jsx(X0,{children:t.jsx(Ao,{})})]})]})},_o=({projectId:e,refetchFeatures:a})=>{const{refetch:n}=Q1(e);return t.jsxs(t.Fragment,{children:[t.jsxs(Ce,{children:[t.jsx(Ze,{children:"1"}),"Create a feature flag"]}),t.jsx($,{children:"The project currently holds no feature flags. Create one to get started."}),t.jsx(m7,{text:"Create flag",skipNavigationOnComplete:!0,onSuccess:()=>{n(),a()}})]})},Mo=()=>t.jsxs(Fo,{children:[t.jsxs(Ce,{children:[t.jsx(Oo,{children:"✓"}),"Create a feature flag"]}),t.jsxs($o,{children:[t.jsx($,{fontWeight:"bold",variant:"body2",children:"Congratulations, your first flag is ready!"}),t.jsx($,{variant:"body2",children:"You can open it to customize further."})]})]});var ke={},Bo=W1;Object.defineProperty(ke,"__esModule",{value:!0});var v7=ke.default=void 0,Lo=Bo(N1()),g5=t,zo=(0,Lo.default)([(0,g5.jsx)("path",{d:"M21 5c-1.11-.35-2.33-.5-3.5-.5-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v14.65c0 .25.25.5.5.5.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1zm0 13.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5V8c1.35-.85 3.8-1.5 5.5-1.5 1.2 0 2.4.15 3.5.5v11.5z"},"0"),(0,g5.jsx)("path",{d:"M17.5 10.5c.88 0 1.73.09 2.5.26V9.24c-.79-.15-1.64-.24-2.5-.24-1.7 0-3.24.29-4.5.83v1.66c1.13-.64 2.7-.99 4.5-.99zM13 12.49v1.66c1.13-.64 2.7-.99 4.5-.99.88 0 1.73.09 2.5.26V11.9c-.79-.15-1.64-.24-2.5-.24-1.7 0-3.24.3-4.5.83zm4.5 1.84c-1.7 0-3.24.29-4.5.83v1.66c1.13-.64 2.7-.99 4.5-.99.88 0 1.73.09 2.5.26v-1.52c-.79-.16-1.64-.24-2.5-.24z"},"1")],"MenuBookOutlined");v7=ke.default=zo;var Te={},No=W1;Object.defineProperty(Te,"__esModule",{value:!0});var g7=Te.default=void 0,Wo=No(N1()),Ho=t,qo=(0,Wo.default)((0,Ho.jsx)("path",{d:"M9 13.75c-2.34 0-7 1.17-7 3.5V19h14v-1.75c0-2.33-4.66-3.5-7-3.5zM4.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25H4.34zM9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5 5.5 6.57 5.5 8.5 7.07 12 9 12zm0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7zm7.04 6.81c1.16.84 1.96 1.96 1.96 3.44V19h4v-1.75c0-2.02-3.5-3.17-5.96-3.44zM15 12c1.93 0 3.5-1.57 3.5-3.5S16.93 5 15 5c-.54 0-1.04.13-1.5.35.63.89 1 1.98 1 3.15s-.37 2.26-1 3.15c.46.22.96.35 1.5.35z"}),"PeopleOutlined");g7=Te.default=qo;const Uo=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.paper,flexBasis:"70%",borderRadius:e.shape.borderRadiusLarge})),Yo=d("div")(({theme:e})=>({padding:e.spacing(2,4,2,7),borderBottom:"1px solid",borderColor:e.palette.divider,display:"flex",flexDirection:"row",justifyContent:"flex-start",gap:e.spacing(3),alignItems:"center"})),Go=d("div")(({theme:e})=>({display:"flex",flexGrow:1})),e4=d("div")(({theme:e})=>({flexBasis:"50%",padding:e.spacing(3,2,6,8),display:"flex",gap:e.spacing(3),flexDirection:"column"})),t4=d("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),Jo=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"space-between"})),Ko=d(R2)(({theme:e})=>({backgroundColor:e.palette.primary.main,color:e.palette.background.paper,borderRadius:"50%",padding:e.spacing(.5),width:"28px",height:"28px"})),Qo=d(Ya)(({theme:e})=>({color:e.palette.primary.main})),Xo=d(g7)(({theme:e})=>({color:e.palette.primary.main})),el=d(v7)(({theme:e})=>({color:e.palette.primary.main})),tl=({projectId:e,onClose:a})=>t.jsxs(Uo,{children:[t.jsxs(Yo,{children:[t.jsx(Ko,{}),t.jsxs(Jo,{children:[t.jsx($,{fontWeight:"bold",children:"Setup completed"}),t.jsx($,{variant:"body2",children:"Next steps"})]}),t.jsx(P1,{title:"Close",arrow:!0,sx:{ml:"auto"},children:t.jsx(j1,{onClick:a,size:"small",children:t.jsx(E0,{})})})]}),t.jsxs(Go,{children:[t.jsxs(e4,{children:[t.jsxs(t4,{children:[t.jsx(Qo,{}),"Expose your feature flag to users"]}),t.jsxs($,{children:["You can have fine grained control over who is exposed to your feature flag by leveraging"," ",t.jsx(l1,{className:"unleash-action-button",to:"https://docs.getunleash.io/concepts/activation-strategies",target:"_blank",rel:"noopener noreferrer",children:"strategies"}),". Visit the feature flag page to start adding strategies to control exposure."]})]}),t.jsxs(e4,{children:[t.jsxs(t4,{children:[t.jsx(Xo,{}),"Add members to your project"]}),t.jsxs($,{children:["Unleash is best when collaborating with your co-workers."," ",t.jsx(l1,{className:"unleash-action-button",to:`/projects/${e}/settings/access`,children:"Add your co-workers to the project"}),"."]})]}),t.jsxs(e4,{children:[t.jsxs(t4,{children:[t.jsx(el,{}),"Learn about Unleash"]}),t.jsxs($,{children:["Take a deep dive through our documentation,"," ",t.jsx(l1,{className:"unleash-action-button",to:"https://docs.getunleash.io/unleash-academy/foundational",target:"_blank",rel:"noopener noreferrer",children:"starting with the foundations of Unleash"}),"."]})]})]})]}),al=({selectedIds:e,projectId:a,onConfirm:n})=>{const[c,s]=l.useState(!1),[i,r]=l.useState(!1),{trackEvent:o}=v1(),p=async()=>{r(!0)},h=async()=>{s(!0)};return t.jsxs(t.Fragment,{children:[t.jsx(t3,{projectId:a,permission:w0,children:({hasAccess:u})=>t.jsx(Q,{disabled:!u,startIcon:t.jsx(Ga,{}),variant:"outlined",size:"small",onClick:p,"date-testid":"batch_revive",children:"Revive"})}),t.jsx(t3,{projectId:a,permission:S0,children:({hasAccess:u})=>t.jsx(Q,{disabled:!u,startIcon:t.jsx(B3,{}),variant:"outlined",size:"small",onClick:h,children:"Delete"})}),t.jsx(G6,{deletedFeatures:e,projectId:a,open:c,setOpen:s,refetch:()=>{n==null||n(),o("batch_operations",{props:{eventType:"features deleted"}})}}),t.jsx(J6,{revivedFeatures:e,projectId:a,open:i,setOpen:r,refetch:()=>{n==null||n(),o("batch_operations",{props:{eventType:"features revived"}})}})]})};function nl(e){return n2("MuiTimelineSeparator",e)}L3("MuiTimelineSeparator",["root"]);const cl=["className"],sl=e=>{const{classes:a}=e;return r2({root:["root"]},nl,a)},il=d("div",{name:"MuiTimelineSeparator",slot:"Root",overridesResolver:(e,a)=>a.root})({display:"flex",flexDirection:"column",flex:0,alignItems:"center"}),y2=l.forwardRef(function(a,n){const c=c2({props:a,name:"MuiTimelineSeparator"}),{className:s}=c,i=s2(c,cl),r=c,o=sl(r);return t.jsx(il,E1({className:i2(o.root,s),ownerState:r,ref:n},i))}),h0=l.createContext({});function rl(e){return n2("MuiTimelineContent",e)}const ol=L3("MuiTimelineContent",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);function h2(e){return e==="alternate-reverse"?"positionAlternateReverse":`position${A0(e)}`}const ll=["className"],dl=e=>{const{position:a,classes:n}=e,c={root:["root",h2(a)]};return r2(c,rl,n)},pl=d($,{name:"MuiTimelineContent",slot:"Root",overridesResolver:(e,a)=>{const{ownerState:n}=e;return[a.root,a[h2(n.position)]]}})(({ownerState:e})=>E1({flex:1,padding:"6px 16px",textAlign:"left"},e.position==="left"&&{textAlign:"right"})),f7=l.forwardRef(function(a,n){const c=c2({props:a,name:"MuiTimelineContent"}),{className:s}=c,i=s2(c,ll),{position:r}=l.useContext(h0),o=E1({},c,{position:r||"right"}),p=dl(o);return t.jsx(pl,E1({component:"div",className:i2(p.root,s),ownerState:o,ref:n},i))}),hl=L3("MuiTimelineOppositeContent",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);function ul(e){return n2("MuiTimelineItem",e)}const x7=L3("MuiTimelineItem",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse","missingOppositeContent"]),ml=["position","className"],vl=e=>{const{position:a,classes:n,hasOppositeContent:c}=e,s={root:["root",h2(a),!c&&"missingOppositeContent"]};return r2(s,ul,n)},gl=d("li",{name:"MuiTimelineItem",slot:"Root",overridesResolver:(e,a)=>{const{ownerState:n}=e;return[a.root,a[h2(n.position)]]}})(({ownerState:e})=>E1({listStyle:"none",display:"flex",position:"relative",minHeight:70},e.position==="left"&&{flexDirection:"row-reverse"},(e.position==="alternate"||e.position==="alternate-reverse")&&{[`&:nth-of-type(${e.position==="alternate"?"even":"odd"})`]:{flexDirection:"row-reverse",[`& .${ol.root}`]:{textAlign:"right"},[`& .${hl.root}`]:{textAlign:"left"}}},!e.hasOppositeContent&&{"&::before":{content:'""',flex:1,padding:"6px 16px"}})),b2=l.forwardRef(function(a,n){const c=c2({props:a,name:"MuiTimelineItem"}),{position:s,className:i}=c,r=s2(c,ml),{position:o}=l.useContext(h0);let p=!1;l.Children.forEach(c.children,m=>{Ja(m,["TimelineOppositeContent"])&&(p=!0)});const h=E1({},c,{position:s||o||"right",hasOppositeContent:p}),u=vl(h),g=l.useMemo(()=>({position:h.position}),[h.position]);return t.jsx(h0.Provider,{value:g,children:t.jsx(gl,E1({className:i2(u.root,i),ownerState:h,ref:n},r))})});function fl(e){return n2("MuiTimelineConnector",e)}L3("MuiTimelineConnector",["root"]);const xl=["className"],jl=e=>{const{classes:a}=e;return r2({root:["root"]},fl,a)},yl=d("span",{name:"MuiTimelineConnector",slot:"Root",overridesResolver:(e,a)=>a.root})(({theme:e})=>({width:2,backgroundColor:(e.vars||e).palette.grey[400],flexGrow:1})),Ee=l.forwardRef(function(a,n){const c=c2({props:a,name:"MuiTimelineConnector"}),{className:s}=c,i=s2(c,xl),r=c,o=jl(r);return t.jsx(yl,E1({className:i2(o.root,s),ownerState:r,ref:n},i))});function bl(e){return n2("MuiTimelineDot",e)}L3("MuiTimelineDot",["root","filled","outlined","filledGrey","outlinedGrey","filledPrimary","outlinedPrimary","filledSecondary","outlinedSecondary"]);const Sl=["className","color","variant"],wl=e=>{const{color:a,variant:n,classes:c}=e,s={root:["root",n,a!=="inherit"&&`${n}${A0(a)}`]};return r2(s,bl,c)},Cl=d("span",{name:"MuiTimelineDot",slot:"Root",overridesResolver:(e,a)=>{const{ownerState:n}=e;return[a.root,a[n.color!=="inherit"&&`${n.variant}${A0(n.color)}`],a[n.variant]]}})(({ownerState:e,theme:a})=>E1({display:"flex",alignSelf:"baseline",borderStyle:"solid",borderWidth:2,padding:4,borderRadius:"50%",boxShadow:(a.vars||a).shadows[1],margin:"11.5px 0"},e.variant==="filled"&&E1({borderColor:"transparent"},e.color!=="inherit"&&E1({},e.color==="grey"?{color:(a.vars||a).palette.grey[50],backgroundColor:(a.vars||a).palette.grey[400]}:{color:(a.vars||a).palette[e.color].contrastText,backgroundColor:(a.vars||a).palette[e.color].main})),e.variant==="outlined"&&E1({boxShadow:"none",backgroundColor:"transparent"},e.color!=="inherit"&&E1({},e.color==="grey"?{borderColor:(a.vars||a).palette.grey[400]}:{borderColor:(a.vars||a).palette[e.color].main})))),Ae=l.forwardRef(function(a,n){const c=c2({props:a,name:"MuiTimelineDot"}),{className:s,color:i="grey",variant:r="filled"}=c,o=s2(c,Sl),p=E1({},c,{color:i,variant:r}),h=wl(p);return t.jsx(Cl,E1({className:i2(h.root,s),ownerState:p,ref:n},o))});function Zl(e){return n2("MuiTimeline",e)}L3("MuiTimeline",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);const kl=["position","className"],Tl=e=>{const{position:a,classes:n}=e,c={root:["root",a&&h2(a)]};return r2(c,Zl,n)},El=d("ul",{name:"MuiTimeline",slot:"Root",overridesResolver:(e,a)=>{const{ownerState:n}=e;return[a.root,n.position&&a[h2(n.position)]]}})({display:"flex",flexDirection:"column",padding:"6px 16px",flexGrow:1}),j7=l.forwardRef(function(a,n){const c=c2({props:a,name:"MuiTimeline"}),{position:s="right",className:i}=c,r=s2(c,kl),o=E1({},c,{position:s}),p=Tl(o),h=l.useMemo(()=>({position:s}),[s]);return t.jsx(h0.Provider,{value:h,children:t.jsx(El,E1({className:i2(p.root,i),ownerState:o,ref:n},r))})}),Al=d(j7)(()=>({padding:0,margin:0,[`& .${x7.root}:before`]:{flex:0,padding:0}})),f5=d(Ee,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:a})=>({width:"1px",backgroundColor:a?e.palette.common.white:`${i0(e.palette.common.white,.5)}`})),a4=d(Ae,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:a})=>({color:a?e.palette.background.sidebar:`${i0(e.palette.common.white,.8)}`,backgroundColor:a?e.palette.common.white:"initial",fontWeight:a?e.fontWeight.bold:"normal",borderColor:a?e.palette.common.white:`${i0(e.palette.common.white,.8)}`,width:e.spacing(5),height:e.spacing(5),lineHeight:e.spacing(5),borderWidth:"1px",display:"flex",alignItems:"center",justifyContent:"center",margin:e.spacing(1,0)})),n4=d(f7,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:a})=>({padding:e.spacing(2,2,6,2),color:a?e.palette.common.white:`${i0(e.palette.common.white,.8)}`})),c4=d(Z,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:a})=>({fontWeight:a?e.fontWeight.bold:"normal",fontSize:e.fontSizes.bodySize})),s4=d(Z)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),Dl=({stage:e})=>t.jsxs(Al,{children:[t.jsxs(b2,{children:[t.jsxs(y2,{children:[t.jsx(a4,{variant:"outlined",active:e==="configure",children:"1"}),t.jsx(f5,{active:e==="configure"})]}),t.jsxs(n4,{active:e==="configure",children:[t.jsx(c4,{active:e==="configure",children:"Import file"}),t.jsx(s4,{children:"Import previously exported flag configuration from another Unleash instance as a JSON file"})]})]}),t.jsxs(b2,{children:[t.jsxs(y2,{children:[t.jsx(a4,{variant:"outlined",active:e==="validate",children:"2"}),t.jsx(f5,{active:e==="validate"})]}),t.jsxs(n4,{active:e==="validate",children:[t.jsx(c4,{active:e==="validate",children:"Validate configuration"}),t.jsx(s4,{children:"Check the errors and warnings from the import process"})]})]}),t.jsxs(b2,{children:[t.jsx(y2,{children:t.jsx(a4,{variant:"outlined",active:e==="import",children:"3"})}),t.jsxs(n4,{active:e==="import",children:[t.jsx(c4,{active:e==="import",children:"Finish import"}),t.jsx(s4,{children:"Feature flag configuration will be imported to your new Unleash instance"})]})]})]});function q3(e,a,n,c){function s(i){return i instanceof n?i:new n(function(r){r(i)})}return new(n||(n=Promise))(function(i,r){function o(u){try{h(c.next(u))}catch(g){r(g)}}function p(u){try{h(c.throw(u))}catch(g){r(g)}}function h(u){u.done?i(u.value):s(u.value).then(o,p)}h((c=c.apply(e,a||[])).next())})}const Il=new Map([["1km","application/vnd.1000minds.decision-model+xml"],["3dml","text/vnd.in3d.3dml"],["3ds","image/x-3ds"],["3g2","video/3gpp2"],["3gp","video/3gp"],["3gpp","video/3gpp"],["3mf","model/3mf"],["7z","application/x-7z-compressed"],["7zip","application/x-7z-compressed"],["123","application/vnd.lotus-1-2-3"],["aab","application/x-authorware-bin"],["aac","audio/x-acc"],["aam","application/x-authorware-map"],["aas","application/x-authorware-seg"],["abw","application/x-abiword"],["ac","application/vnd.nokia.n-gage.ac+xml"],["ac3","audio/ac3"],["acc","application/vnd.americandynamics.acc"],["ace","application/x-ace-compressed"],["acu","application/vnd.acucobol"],["acutc","application/vnd.acucorp"],["adp","audio/adpcm"],["aep","application/vnd.audiograph"],["afm","application/x-font-type1"],["afp","application/vnd.ibm.modcap"],["ahead","application/vnd.ahead.space"],["ai","application/pdf"],["aif","audio/x-aiff"],["aifc","audio/x-aiff"],["aiff","audio/x-aiff"],["air","application/vnd.adobe.air-application-installer-package+zip"],["ait","application/vnd.dvb.ait"],["ami","application/vnd.amiga.ami"],["amr","audio/amr"],["apk","application/vnd.android.package-archive"],["apng","image/apng"],["appcache","text/cache-manifest"],["application","application/x-ms-application"],["apr","application/vnd.lotus-approach"],["arc","application/x-freearc"],["arj","application/x-arj"],["asc","application/pgp-signature"],["asf","video/x-ms-asf"],["asm","text/x-asm"],["aso","application/vnd.accpac.simply.aso"],["asx","video/x-ms-asf"],["atc","application/vnd.acucorp"],["atom","application/atom+xml"],["atomcat","application/atomcat+xml"],["atomdeleted","application/atomdeleted+xml"],["atomsvc","application/atomsvc+xml"],["atx","application/vnd.antix.game-component"],["au","audio/x-au"],["avi","video/x-msvideo"],["avif","image/avif"],["aw","application/applixware"],["azf","application/vnd.airzip.filesecure.azf"],["azs","application/vnd.airzip.filesecure.azs"],["azv","image/vnd.airzip.accelerator.azv"],["azw","application/vnd.amazon.ebook"],["b16","image/vnd.pco.b16"],["bat","application/x-msdownload"],["bcpio","application/x-bcpio"],["bdf","application/x-font-bdf"],["bdm","application/vnd.syncml.dm+wbxml"],["bdoc","application/x-bdoc"],["bed","application/vnd.realvnc.bed"],["bh2","application/vnd.fujitsu.oasysprs"],["bin","application/octet-stream"],["blb","application/x-blorb"],["blorb","application/x-blorb"],["bmi","application/vnd.bmi"],["bmml","application/vnd.balsamiq.bmml+xml"],["bmp","image/bmp"],["book","application/vnd.framemaker"],["box","application/vnd.previewsystems.box"],["boz","application/x-bzip2"],["bpk","application/octet-stream"],["bpmn","application/octet-stream"],["bsp","model/vnd.valve.source.compiled-map"],["btif","image/prs.btif"],["buffer","application/octet-stream"],["bz","application/x-bzip"],["bz2","application/x-bzip2"],["c","text/x-c"],["c4d","application/vnd.clonk.c4group"],["c4f","application/vnd.clonk.c4group"],["c4g","application/vnd.clonk.c4group"],["c4p","application/vnd.clonk.c4group"],["c4u","application/vnd.clonk.c4group"],["c11amc","application/vnd.cluetrust.cartomobile-config"],["c11amz","application/vnd.cluetrust.cartomobile-config-pkg"],["cab","application/vnd.ms-cab-compressed"],["caf","audio/x-caf"],["cap","application/vnd.tcpdump.pcap"],["car","application/vnd.curl.car"],["cat","application/vnd.ms-pki.seccat"],["cb7","application/x-cbr"],["cba","application/x-cbr"],["cbr","application/x-cbr"],["cbt","application/x-cbr"],["cbz","application/x-cbr"],["cc","text/x-c"],["cco","application/x-cocoa"],["cct","application/x-director"],["ccxml","application/ccxml+xml"],["cdbcmsg","application/vnd.contact.cmsg"],["cda","application/x-cdf"],["cdf","application/x-netcdf"],["cdfx","application/cdfx+xml"],["cdkey","application/vnd.mediastation.cdkey"],["cdmia","application/cdmi-capability"],["cdmic","application/cdmi-container"],["cdmid","application/cdmi-domain"],["cdmio","application/cdmi-object"],["cdmiq","application/cdmi-queue"],["cdr","application/cdr"],["cdx","chemical/x-cdx"],["cdxml","application/vnd.chemdraw+xml"],["cdy","application/vnd.cinderella"],["cer","application/pkix-cert"],["cfs","application/x-cfs-compressed"],["cgm","image/cgm"],["chat","application/x-chat"],["chm","application/vnd.ms-htmlhelp"],["chrt","application/vnd.kde.kchart"],["cif","chemical/x-cif"],["cii","application/vnd.anser-web-certificate-issue-initiation"],["cil","application/vnd.ms-artgalry"],["cjs","application/node"],["cla","application/vnd.claymore"],["class","application/octet-stream"],["clkk","application/vnd.crick.clicker.keyboard"],["clkp","application/vnd.crick.clicker.palette"],["clkt","application/vnd.crick.clicker.template"],["clkw","application/vnd.crick.clicker.wordbank"],["clkx","application/vnd.crick.clicker"],["clp","application/x-msclip"],["cmc","application/vnd.cosmocaller"],["cmdf","chemical/x-cmdf"],["cml","chemical/x-cml"],["cmp","application/vnd.yellowriver-custom-menu"],["cmx","image/x-cmx"],["cod","application/vnd.rim.cod"],["coffee","text/coffeescript"],["com","application/x-msdownload"],["conf","text/plain"],["cpio","application/x-cpio"],["cpp","text/x-c"],["cpt","application/mac-compactpro"],["crd","application/x-mscardfile"],["crl","application/pkix-crl"],["crt","application/x-x509-ca-cert"],["crx","application/x-chrome-extension"],["cryptonote","application/vnd.rig.cryptonote"],["csh","application/x-csh"],["csl","application/vnd.citationstyles.style+xml"],["csml","chemical/x-csml"],["csp","application/vnd.commonspace"],["csr","application/octet-stream"],["css","text/css"],["cst","application/x-director"],["csv","text/csv"],["cu","application/cu-seeme"],["curl","text/vnd.curl"],["cww","application/prs.cww"],["cxt","application/x-director"],["cxx","text/x-c"],["dae","model/vnd.collada+xml"],["daf","application/vnd.mobius.daf"],["dart","application/vnd.dart"],["dataless","application/vnd.fdsn.seed"],["davmount","application/davmount+xml"],["dbf","application/vnd.dbf"],["dbk","application/docbook+xml"],["dcr","application/x-director"],["dcurl","text/vnd.curl.dcurl"],["dd2","application/vnd.oma.dd2+xml"],["ddd","application/vnd.fujixerox.ddd"],["ddf","application/vnd.syncml.dmddf+xml"],["dds","image/vnd.ms-dds"],["deb","application/x-debian-package"],["def","text/plain"],["deploy","application/octet-stream"],["der","application/x-x509-ca-cert"],["dfac","application/vnd.dreamfactory"],["dgc","application/x-dgc-compressed"],["dic","text/x-c"],["dir","application/x-director"],["dis","application/vnd.mobius.dis"],["disposition-notification","message/disposition-notification"],["dist","application/octet-stream"],["distz","application/octet-stream"],["djv","image/vnd.djvu"],["djvu","image/vnd.djvu"],["dll","application/octet-stream"],["dmg","application/x-apple-diskimage"],["dmn","application/octet-stream"],["dmp","application/vnd.tcpdump.pcap"],["dms","application/octet-stream"],["dna","application/vnd.dna"],["doc","application/msword"],["docm","application/vnd.ms-word.template.macroEnabled.12"],["docx","application/vnd.openxmlformats-officedocument.wordprocessingml.document"],["dot","application/msword"],["dotm","application/vnd.ms-word.template.macroEnabled.12"],["dotx","application/vnd.openxmlformats-officedocument.wordprocessingml.template"],["dp","application/vnd.osgi.dp"],["dpg","application/vnd.dpgraph"],["dra","audio/vnd.dra"],["drle","image/dicom-rle"],["dsc","text/prs.lines.tag"],["dssc","application/dssc+der"],["dtb","application/x-dtbook+xml"],["dtd","application/xml-dtd"],["dts","audio/vnd.dts"],["dtshd","audio/vnd.dts.hd"],["dump","application/octet-stream"],["dvb","video/vnd.dvb.file"],["dvi","application/x-dvi"],["dwd","application/atsc-dwd+xml"],["dwf","model/vnd.dwf"],["dwg","image/vnd.dwg"],["dxf","image/vnd.dxf"],["dxp","application/vnd.spotfire.dxp"],["dxr","application/x-director"],["ear","application/java-archive"],["ecelp4800","audio/vnd.nuera.ecelp4800"],["ecelp7470","audio/vnd.nuera.ecelp7470"],["ecelp9600","audio/vnd.nuera.ecelp9600"],["ecma","application/ecmascript"],["edm","application/vnd.novadigm.edm"],["edx","application/vnd.novadigm.edx"],["efif","application/vnd.picsel"],["ei6","application/vnd.pg.osasli"],["elc","application/octet-stream"],["emf","image/emf"],["eml","message/rfc822"],["emma","application/emma+xml"],["emotionml","application/emotionml+xml"],["emz","application/x-msmetafile"],["eol","audio/vnd.digital-winds"],["eot","application/vnd.ms-fontobject"],["eps","application/postscript"],["epub","application/epub+zip"],["es","application/ecmascript"],["es3","application/vnd.eszigno3+xml"],["esa","application/vnd.osgi.subsystem"],["esf","application/vnd.epson.esf"],["et3","application/vnd.eszigno3+xml"],["etx","text/x-setext"],["eva","application/x-eva"],["evy","application/x-envoy"],["exe","application/octet-stream"],["exi","application/exi"],["exp","application/express"],["exr","image/aces"],["ext","application/vnd.novadigm.ext"],["ez","application/andrew-inset"],["ez2","application/vnd.ezpix-album"],["ez3","application/vnd.ezpix-package"],["f","text/x-fortran"],["f4v","video/mp4"],["f77","text/x-fortran"],["f90","text/x-fortran"],["fbs","image/vnd.fastbidsheet"],["fcdt","application/vnd.adobe.formscentral.fcdt"],["fcs","application/vnd.isac.fcs"],["fdf","application/vnd.fdf"],["fdt","application/fdt+xml"],["fe_launch","application/vnd.denovo.fcselayout-link"],["fg5","application/vnd.fujitsu.oasysgp"],["fgd","application/x-director"],["fh","image/x-freehand"],["fh4","image/x-freehand"],["fh5","image/x-freehand"],["fh7","image/x-freehand"],["fhc","image/x-freehand"],["fig","application/x-xfig"],["fits","image/fits"],["flac","audio/x-flac"],["fli","video/x-fli"],["flo","application/vnd.micrografx.flo"],["flv","video/x-flv"],["flw","application/vnd.kde.kivio"],["flx","text/vnd.fmi.flexstor"],["fly","text/vnd.fly"],["fm","application/vnd.framemaker"],["fnc","application/vnd.frogans.fnc"],["fo","application/vnd.software602.filler.form+xml"],["for","text/x-fortran"],["fpx","image/vnd.fpx"],["frame","application/vnd.framemaker"],["fsc","application/vnd.fsc.weblaunch"],["fst","image/vnd.fst"],["ftc","application/vnd.fluxtime.clip"],["fti","application/vnd.anser-web-funds-transfer-initiation"],["fvt","video/vnd.fvt"],["fxp","application/vnd.adobe.fxp"],["fxpl","application/vnd.adobe.fxp"],["fzs","application/vnd.fuzzysheet"],["g2w","application/vnd.geoplan"],["g3","image/g3fax"],["g3w","application/vnd.geospace"],["gac","application/vnd.groove-account"],["gam","application/x-tads"],["gbr","application/rpki-ghostbusters"],["gca","application/x-gca-compressed"],["gdl","model/vnd.gdl"],["gdoc","application/vnd.google-apps.document"],["geo","application/vnd.dynageo"],["geojson","application/geo+json"],["gex","application/vnd.geometry-explorer"],["ggb","application/vnd.geogebra.file"],["ggt","application/vnd.geogebra.tool"],["ghf","application/vnd.groove-help"],["gif","image/gif"],["gim","application/vnd.groove-identity-message"],["glb","model/gltf-binary"],["gltf","model/gltf+json"],["gml","application/gml+xml"],["gmx","application/vnd.gmx"],["gnumeric","application/x-gnumeric"],["gpg","application/gpg-keys"],["gph","application/vnd.flographit"],["gpx","application/gpx+xml"],["gqf","application/vnd.grafeq"],["gqs","application/vnd.grafeq"],["gram","application/srgs"],["gramps","application/x-gramps-xml"],["gre","application/vnd.geometry-explorer"],["grv","application/vnd.groove-injector"],["grxml","application/srgs+xml"],["gsf","application/x-font-ghostscript"],["gsheet","application/vnd.google-apps.spreadsheet"],["gslides","application/vnd.google-apps.presentation"],["gtar","application/x-gtar"],["gtm","application/vnd.groove-tool-message"],["gtw","model/vnd.gtw"],["gv","text/vnd.graphviz"],["gxf","application/gxf"],["gxt","application/vnd.geonext"],["gz","application/gzip"],["gzip","application/gzip"],["h","text/x-c"],["h261","video/h261"],["h263","video/h263"],["h264","video/h264"],["hal","application/vnd.hal+xml"],["hbci","application/vnd.hbci"],["hbs","text/x-handlebars-template"],["hdd","application/x-virtualbox-hdd"],["hdf","application/x-hdf"],["heic","image/heic"],["heics","image/heic-sequence"],["heif","image/heif"],["heifs","image/heif-sequence"],["hej2","image/hej2k"],["held","application/atsc-held+xml"],["hh","text/x-c"],["hjson","application/hjson"],["hlp","application/winhlp"],["hpgl","application/vnd.hp-hpgl"],["hpid","application/vnd.hp-hpid"],["hps","application/vnd.hp-hps"],["hqx","application/mac-binhex40"],["hsj2","image/hsj2"],["htc","text/x-component"],["htke","application/vnd.kenameaapp"],["htm","text/html"],["html","text/html"],["hvd","application/vnd.yamaha.hv-dic"],["hvp","application/vnd.yamaha.hv-voice"],["hvs","application/vnd.yamaha.hv-script"],["i2g","application/vnd.intergeo"],["icc","application/vnd.iccprofile"],["ice","x-conference/x-cooltalk"],["icm","application/vnd.iccprofile"],["ico","image/x-icon"],["ics","text/calendar"],["ief","image/ief"],["ifb","text/calendar"],["ifm","application/vnd.shana.informed.formdata"],["iges","model/iges"],["igl","application/vnd.igloader"],["igm","application/vnd.insors.igm"],["igs","model/iges"],["igx","application/vnd.micrografx.igx"],["iif","application/vnd.shana.informed.interchange"],["img","application/octet-stream"],["imp","application/vnd.accpac.simply.imp"],["ims","application/vnd.ms-ims"],["in","text/plain"],["ini","text/plain"],["ink","application/inkml+xml"],["inkml","application/inkml+xml"],["install","application/x-install-instructions"],["iota","application/vnd.astraea-software.iota"],["ipfix","application/ipfix"],["ipk","application/vnd.shana.informed.package"],["irm","application/vnd.ibm.rights-management"],["irp","application/vnd.irepository.package+xml"],["iso","application/x-iso9660-image"],["itp","application/vnd.shana.informed.formtemplate"],["its","application/its+xml"],["ivp","application/vnd.immervision-ivp"],["ivu","application/vnd.immervision-ivu"],["jad","text/vnd.sun.j2me.app-descriptor"],["jade","text/jade"],["jam","application/vnd.jam"],["jar","application/java-archive"],["jardiff","application/x-java-archive-diff"],["java","text/x-java-source"],["jhc","image/jphc"],["jisp","application/vnd.jisp"],["jls","image/jls"],["jlt","application/vnd.hp-jlyt"],["jng","image/x-jng"],["jnlp","application/x-java-jnlp-file"],["joda","application/vnd.joost.joda-archive"],["jp2","image/jp2"],["jpe","image/jpeg"],["jpeg","image/jpeg"],["jpf","image/jpx"],["jpg","image/jpeg"],["jpg2","image/jp2"],["jpgm","video/jpm"],["jpgv","video/jpeg"],["jph","image/jph"],["jpm","video/jpm"],["jpx","image/jpx"],["js","application/javascript"],["json","application/json"],["json5","application/json5"],["jsonld","application/ld+json"],["jsonl","application/jsonl"],["jsonml","application/jsonml+json"],["jsx","text/jsx"],["jxr","image/jxr"],["jxra","image/jxra"],["jxrs","image/jxrs"],["jxs","image/jxs"],["jxsc","image/jxsc"],["jxsi","image/jxsi"],["jxss","image/jxss"],["kar","audio/midi"],["karbon","application/vnd.kde.karbon"],["kdb","application/octet-stream"],["kdbx","application/x-keepass2"],["key","application/x-iwork-keynote-sffkey"],["kfo","application/vnd.kde.kformula"],["kia","application/vnd.kidspiration"],["kml","application/vnd.google-earth.kml+xml"],["kmz","application/vnd.google-earth.kmz"],["kne","application/vnd.kinar"],["knp","application/vnd.kinar"],["kon","application/vnd.kde.kontour"],["kpr","application/vnd.kde.kpresenter"],["kpt","application/vnd.kde.kpresenter"],["kpxx","application/vnd.ds-keypoint"],["ksp","application/vnd.kde.kspread"],["ktr","application/vnd.kahootz"],["ktx","image/ktx"],["ktx2","image/ktx2"],["ktz","application/vnd.kahootz"],["kwd","application/vnd.kde.kword"],["kwt","application/vnd.kde.kword"],["lasxml","application/vnd.las.las+xml"],["latex","application/x-latex"],["lbd","application/vnd.llamagraphics.life-balance.desktop"],["lbe","application/vnd.llamagraphics.life-balance.exchange+xml"],["les","application/vnd.hhe.lesson-player"],["less","text/less"],["lgr","application/lgr+xml"],["lha","application/octet-stream"],["link66","application/vnd.route66.link66+xml"],["list","text/plain"],["list3820","application/vnd.ibm.modcap"],["listafp","application/vnd.ibm.modcap"],["litcoffee","text/coffeescript"],["lnk","application/x-ms-shortcut"],["log","text/plain"],["lostxml","application/lost+xml"],["lrf","application/octet-stream"],["lrm","application/vnd.ms-lrm"],["ltf","application/vnd.frogans.ltf"],["lua","text/x-lua"],["luac","application/x-lua-bytecode"],["lvp","audio/vnd.lucent.voice"],["lwp","application/vnd.lotus-wordpro"],["lzh","application/octet-stream"],["m1v","video/mpeg"],["m2a","audio/mpeg"],["m2v","video/mpeg"],["m3a","audio/mpeg"],["m3u","text/plain"],["m3u8","application/vnd.apple.mpegurl"],["m4a","audio/x-m4a"],["m4p","application/mp4"],["m4s","video/iso.segment"],["m4u","application/vnd.mpegurl"],["m4v","video/x-m4v"],["m13","application/x-msmediaview"],["m14","application/x-msmediaview"],["m21","application/mp21"],["ma","application/mathematica"],["mads","application/mads+xml"],["maei","application/mmt-aei+xml"],["mag","application/vnd.ecowin.chart"],["maker","application/vnd.framemaker"],["man","text/troff"],["manifest","text/cache-manifest"],["map","application/json"],["mar","application/octet-stream"],["markdown","text/markdown"],["mathml","application/mathml+xml"],["mb","application/mathematica"],["mbk","application/vnd.mobius.mbk"],["mbox","application/mbox"],["mc1","application/vnd.medcalcdata"],["mcd","application/vnd.mcd"],["mcurl","text/vnd.curl.mcurl"],["md","text/markdown"],["mdb","application/x-msaccess"],["mdi","image/vnd.ms-modi"],["mdx","text/mdx"],["me","text/troff"],["mesh","model/mesh"],["meta4","application/metalink4+xml"],["metalink","application/metalink+xml"],["mets","application/mets+xml"],["mfm","application/vnd.mfmp"],["mft","application/rpki-manifest"],["mgp","application/vnd.osgeo.mapguide.package"],["mgz","application/vnd.proteus.magazine"],["mid","audio/midi"],["midi","audio/midi"],["mie","application/x-mie"],["mif","application/vnd.mif"],["mime","message/rfc822"],["mj2","video/mj2"],["mjp2","video/mj2"],["mjs","application/javascript"],["mk3d","video/x-matroska"],["mka","audio/x-matroska"],["mkd","text/x-markdown"],["mks","video/x-matroska"],["mkv","video/x-matroska"],["mlp","application/vnd.dolby.mlp"],["mmd","application/vnd.chipnuts.karaoke-mmd"],["mmf","application/vnd.smaf"],["mml","text/mathml"],["mmr","image/vnd.fujixerox.edmics-mmr"],["mng","video/x-mng"],["mny","application/x-msmoney"],["mobi","application/x-mobipocket-ebook"],["mods","application/mods+xml"],["mov","video/quicktime"],["movie","video/x-sgi-movie"],["mp2","audio/mpeg"],["mp2a","audio/mpeg"],["mp3","audio/mpeg"],["mp4","video/mp4"],["mp4a","audio/mp4"],["mp4s","application/mp4"],["mp4v","video/mp4"],["mp21","application/mp21"],["mpc","application/vnd.mophun.certificate"],["mpd","application/dash+xml"],["mpe","video/mpeg"],["mpeg","video/mpeg"],["mpg","video/mpeg"],["mpg4","video/mp4"],["mpga","audio/mpeg"],["mpkg","application/vnd.apple.installer+xml"],["mpm","application/vnd.blueice.multipass"],["mpn","application/vnd.mophun.application"],["mpp","application/vnd.ms-project"],["mpt","application/vnd.ms-project"],["mpy","application/vnd.ibm.minipay"],["mqy","application/vnd.mobius.mqy"],["mrc","application/marc"],["mrcx","application/marcxml+xml"],["ms","text/troff"],["mscml","application/mediaservercontrol+xml"],["mseed","application/vnd.fdsn.mseed"],["mseq","application/vnd.mseq"],["msf","application/vnd.epson.msf"],["msg","application/vnd.ms-outlook"],["msh","model/mesh"],["msi","application/x-msdownload"],["msl","application/vnd.mobius.msl"],["msm","application/octet-stream"],["msp","application/octet-stream"],["msty","application/vnd.muvee.style"],["mtl","model/mtl"],["mts","model/vnd.mts"],["mus","application/vnd.musician"],["musd","application/mmt-usd+xml"],["musicxml","application/vnd.recordare.musicxml+xml"],["mvb","application/x-msmediaview"],["mvt","application/vnd.mapbox-vector-tile"],["mwf","application/vnd.mfer"],["mxf","application/mxf"],["mxl","application/vnd.recordare.musicxml"],["mxmf","audio/mobile-xmf"],["mxml","application/xv+xml"],["mxs","application/vnd.triscape.mxs"],["mxu","video/vnd.mpegurl"],["n-gage","application/vnd.nokia.n-gage.symbian.install"],["n3","text/n3"],["nb","application/mathematica"],["nbp","application/vnd.wolfram.player"],["nc","application/x-netcdf"],["ncx","application/x-dtbncx+xml"],["nfo","text/x-nfo"],["ngdat","application/vnd.nokia.n-gage.data"],["nitf","application/vnd.nitf"],["nlu","application/vnd.neurolanguage.nlu"],["nml","application/vnd.enliven"],["nnd","application/vnd.noblenet-directory"],["nns","application/vnd.noblenet-sealer"],["nnw","application/vnd.noblenet-web"],["npx","image/vnd.net-fpx"],["nq","application/n-quads"],["nsc","application/x-conference"],["nsf","application/vnd.lotus-notes"],["nt","application/n-triples"],["ntf","application/vnd.nitf"],["numbers","application/x-iwork-numbers-sffnumbers"],["nzb","application/x-nzb"],["oa2","application/vnd.fujitsu.oasys2"],["oa3","application/vnd.fujitsu.oasys3"],["oas","application/vnd.fujitsu.oasys"],["obd","application/x-msbinder"],["obgx","application/vnd.openblox.game+xml"],["obj","model/obj"],["oda","application/oda"],["odb","application/vnd.oasis.opendocument.database"],["odc","application/vnd.oasis.opendocument.chart"],["odf","application/vnd.oasis.opendocument.formula"],["odft","application/vnd.oasis.opendocument.formula-template"],["odg","application/vnd.oasis.opendocument.graphics"],["odi","application/vnd.oasis.opendocument.image"],["odm","application/vnd.oasis.opendocument.text-master"],["odp","application/vnd.oasis.opendocument.presentation"],["ods","application/vnd.oasis.opendocument.spreadsheet"],["odt","application/vnd.oasis.opendocument.text"],["oga","audio/ogg"],["ogex","model/vnd.opengex"],["ogg","audio/ogg"],["ogv","video/ogg"],["ogx","application/ogg"],["omdoc","application/omdoc+xml"],["onepkg","application/onenote"],["onetmp","application/onenote"],["onetoc","application/onenote"],["onetoc2","application/onenote"],["opf","application/oebps-package+xml"],["opml","text/x-opml"],["oprc","application/vnd.palm"],["opus","audio/ogg"],["org","text/x-org"],["osf","application/vnd.yamaha.openscoreformat"],["osfpvg","application/vnd.yamaha.openscoreformat.osfpvg+xml"],["osm","application/vnd.openstreetmap.data+xml"],["otc","application/vnd.oasis.opendocument.chart-template"],["otf","font/otf"],["otg","application/vnd.oasis.opendocument.graphics-template"],["oth","application/vnd.oasis.opendocument.text-web"],["oti","application/vnd.oasis.opendocument.image-template"],["otp","application/vnd.oasis.opendocument.presentation-template"],["ots","application/vnd.oasis.opendocument.spreadsheet-template"],["ott","application/vnd.oasis.opendocument.text-template"],["ova","application/x-virtualbox-ova"],["ovf","application/x-virtualbox-ovf"],["owl","application/rdf+xml"],["oxps","application/oxps"],["oxt","application/vnd.openofficeorg.extension"],["p","text/x-pascal"],["p7a","application/x-pkcs7-signature"],["p7b","application/x-pkcs7-certificates"],["p7c","application/pkcs7-mime"],["p7m","application/pkcs7-mime"],["p7r","application/x-pkcs7-certreqresp"],["p7s","application/pkcs7-signature"],["p8","application/pkcs8"],["p10","application/x-pkcs10"],["p12","application/x-pkcs12"],["pac","application/x-ns-proxy-autoconfig"],["pages","application/x-iwork-pages-sffpages"],["pas","text/x-pascal"],["paw","application/vnd.pawaafile"],["pbd","application/vnd.powerbuilder6"],["pbm","image/x-portable-bitmap"],["pcap","application/vnd.tcpdump.pcap"],["pcf","application/x-font-pcf"],["pcl","application/vnd.hp-pcl"],["pclxl","application/vnd.hp-pclxl"],["pct","image/x-pict"],["pcurl","application/vnd.curl.pcurl"],["pcx","image/x-pcx"],["pdb","application/x-pilot"],["pde","text/x-processing"],["pdf","application/pdf"],["pem","application/x-x509-user-cert"],["pfa","application/x-font-type1"],["pfb","application/x-font-type1"],["pfm","application/x-font-type1"],["pfr","application/font-tdpfr"],["pfx","application/x-pkcs12"],["pgm","image/x-portable-graymap"],["pgn","application/x-chess-pgn"],["pgp","application/pgp"],["php","application/x-httpd-php"],["php3","application/x-httpd-php"],["php4","application/x-httpd-php"],["phps","application/x-httpd-php-source"],["phtml","application/x-httpd-php"],["pic","image/x-pict"],["pkg","application/octet-stream"],["pki","application/pkixcmp"],["pkipath","application/pkix-pkipath"],["pkpass","application/vnd.apple.pkpass"],["pl","application/x-perl"],["plb","application/vnd.3gpp.pic-bw-large"],["plc","application/vnd.mobius.plc"],["plf","application/vnd.pocketlearn"],["pls","application/pls+xml"],["pm","application/x-perl"],["pml","application/vnd.ctc-posml"],["png","image/png"],["pnm","image/x-portable-anymap"],["portpkg","application/vnd.macports.portpkg"],["pot","application/vnd.ms-powerpoint"],["potm","application/vnd.ms-powerpoint.presentation.macroEnabled.12"],["potx","application/vnd.openxmlformats-officedocument.presentationml.template"],["ppa","application/vnd.ms-powerpoint"],["ppam","application/vnd.ms-powerpoint.addin.macroEnabled.12"],["ppd","application/vnd.cups-ppd"],["ppm","image/x-portable-pixmap"],["pps","application/vnd.ms-powerpoint"],["ppsm","application/vnd.ms-powerpoint.slideshow.macroEnabled.12"],["ppsx","application/vnd.openxmlformats-officedocument.presentationml.slideshow"],["ppt","application/powerpoint"],["pptm","application/vnd.ms-powerpoint.presentation.macroEnabled.12"],["pptx","application/vnd.openxmlformats-officedocument.presentationml.presentation"],["pqa","application/vnd.palm"],["prc","application/x-pilot"],["pre","application/vnd.lotus-freelance"],["prf","application/pics-rules"],["provx","application/provenance+xml"],["ps","application/postscript"],["psb","application/vnd.3gpp.pic-bw-small"],["psd","application/x-photoshop"],["psf","application/x-font-linux-psf"],["pskcxml","application/pskc+xml"],["pti","image/prs.pti"],["ptid","application/vnd.pvi.ptid1"],["pub","application/x-mspublisher"],["pvb","application/vnd.3gpp.pic-bw-var"],["pwn","application/vnd.3m.post-it-notes"],["pya","audio/vnd.ms-playready.media.pya"],["pyv","video/vnd.ms-playready.media.pyv"],["qam","application/vnd.epson.quickanime"],["qbo","application/vnd.intu.qbo"],["qfx","application/vnd.intu.qfx"],["qps","application/vnd.publishare-delta-tree"],["qt","video/quicktime"],["qwd","application/vnd.quark.quarkxpress"],["qwt","application/vnd.quark.quarkxpress"],["qxb","application/vnd.quark.quarkxpress"],["qxd","application/vnd.quark.quarkxpress"],["qxl","application/vnd.quark.quarkxpress"],["qxt","application/vnd.quark.quarkxpress"],["ra","audio/x-realaudio"],["ram","audio/x-pn-realaudio"],["raml","application/raml+yaml"],["rapd","application/route-apd+xml"],["rar","application/x-rar"],["ras","image/x-cmu-raster"],["rcprofile","application/vnd.ipunplugged.rcprofile"],["rdf","application/rdf+xml"],["rdz","application/vnd.data-vision.rdz"],["relo","application/p2p-overlay+xml"],["rep","application/vnd.businessobjects"],["res","application/x-dtbresource+xml"],["rgb","image/x-rgb"],["rif","application/reginfo+xml"],["rip","audio/vnd.rip"],["ris","application/x-research-info-systems"],["rl","application/resource-lists+xml"],["rlc","image/vnd.fujixerox.edmics-rlc"],["rld","application/resource-lists-diff+xml"],["rm","audio/x-pn-realaudio"],["rmi","audio/midi"],["rmp","audio/x-pn-realaudio-plugin"],["rms","application/vnd.jcp.javame.midlet-rms"],["rmvb","application/vnd.rn-realmedia-vbr"],["rnc","application/relax-ng-compact-syntax"],["rng","application/xml"],["roa","application/rpki-roa"],["roff","text/troff"],["rp9","application/vnd.cloanto.rp9"],["rpm","audio/x-pn-realaudio-plugin"],["rpss","application/vnd.nokia.radio-presets"],["rpst","application/vnd.nokia.radio-preset"],["rq","application/sparql-query"],["rs","application/rls-services+xml"],["rsa","application/x-pkcs7"],["rsat","application/atsc-rsat+xml"],["rsd","application/rsd+xml"],["rsheet","application/urc-ressheet+xml"],["rss","application/rss+xml"],["rtf","text/rtf"],["rtx","text/richtext"],["run","application/x-makeself"],["rusd","application/route-usd+xml"],["rv","video/vnd.rn-realvideo"],["s","text/x-asm"],["s3m","audio/s3m"],["saf","application/vnd.yamaha.smaf-audio"],["sass","text/x-sass"],["sbml","application/sbml+xml"],["sc","application/vnd.ibm.secure-container"],["scd","application/x-msschedule"],["scm","application/vnd.lotus-screencam"],["scq","application/scvp-cv-request"],["scs","application/scvp-cv-response"],["scss","text/x-scss"],["scurl","text/vnd.curl.scurl"],["sda","application/vnd.stardivision.draw"],["sdc","application/vnd.stardivision.calc"],["sdd","application/vnd.stardivision.impress"],["sdkd","application/vnd.solent.sdkm+xml"],["sdkm","application/vnd.solent.sdkm+xml"],["sdp","application/sdp"],["sdw","application/vnd.stardivision.writer"],["sea","application/octet-stream"],["see","application/vnd.seemail"],["seed","application/vnd.fdsn.seed"],["sema","application/vnd.sema"],["semd","application/vnd.semd"],["semf","application/vnd.semf"],["senmlx","application/senml+xml"],["sensmlx","application/sensml+xml"],["ser","application/java-serialized-object"],["setpay","application/set-payment-initiation"],["setreg","application/set-registration-initiation"],["sfd-hdstx","application/vnd.hydrostatix.sof-data"],["sfs","application/vnd.spotfire.sfs"],["sfv","text/x-sfv"],["sgi","image/sgi"],["sgl","application/vnd.stardivision.writer-global"],["sgm","text/sgml"],["sgml","text/sgml"],["sh","application/x-sh"],["shar","application/x-shar"],["shex","text/shex"],["shf","application/shf+xml"],["shtml","text/html"],["sid","image/x-mrsid-image"],["sieve","application/sieve"],["sig","application/pgp-signature"],["sil","audio/silk"],["silo","model/mesh"],["sis","application/vnd.symbian.install"],["sisx","application/vnd.symbian.install"],["sit","application/x-stuffit"],["sitx","application/x-stuffitx"],["siv","application/sieve"],["skd","application/vnd.koan"],["skm","application/vnd.koan"],["skp","application/vnd.koan"],["skt","application/vnd.koan"],["sldm","application/vnd.ms-powerpoint.slide.macroenabled.12"],["sldx","application/vnd.openxmlformats-officedocument.presentationml.slide"],["slim","text/slim"],["slm","text/slim"],["sls","application/route-s-tsid+xml"],["slt","application/vnd.epson.salt"],["sm","application/vnd.stepmania.stepchart"],["smf","application/vnd.stardivision.math"],["smi","application/smil"],["smil","application/smil"],["smv","video/x-smv"],["smzip","application/vnd.stepmania.package"],["snd","audio/basic"],["snf","application/x-font-snf"],["so","application/octet-stream"],["spc","application/x-pkcs7-certificates"],["spdx","text/spdx"],["spf","application/vnd.yamaha.smaf-phrase"],["spl","application/x-futuresplash"],["spot","text/vnd.in3d.spot"],["spp","application/scvp-vp-response"],["spq","application/scvp-vp-request"],["spx","audio/ogg"],["sql","application/x-sql"],["src","application/x-wais-source"],["srt","application/x-subrip"],["sru","application/sru+xml"],["srx","application/sparql-results+xml"],["ssdl","application/ssdl+xml"],["sse","application/vnd.kodak-descriptor"],["ssf","application/vnd.epson.ssf"],["ssml","application/ssml+xml"],["sst","application/octet-stream"],["st","application/vnd.sailingtracker.track"],["stc","application/vnd.sun.xml.calc.template"],["std","application/vnd.sun.xml.draw.template"],["stf","application/vnd.wt.stf"],["sti","application/vnd.sun.xml.impress.template"],["stk","application/hyperstudio"],["stl","model/stl"],["stpx","model/step+xml"],["stpxz","model/step-xml+zip"],["stpz","model/step+zip"],["str","application/vnd.pg.format"],["stw","application/vnd.sun.xml.writer.template"],["styl","text/stylus"],["stylus","text/stylus"],["sub","text/vnd.dvb.subtitle"],["sus","application/vnd.sus-calendar"],["susp","application/vnd.sus-calendar"],["sv4cpio","application/x-sv4cpio"],["sv4crc","application/x-sv4crc"],["svc","application/vnd.dvb.service"],["svd","application/vnd.svd"],["svg","image/svg+xml"],["svgz","image/svg+xml"],["swa","application/x-director"],["swf","application/x-shockwave-flash"],["swi","application/vnd.aristanetworks.swi"],["swidtag","application/swid+xml"],["sxc","application/vnd.sun.xml.calc"],["sxd","application/vnd.sun.xml.draw"],["sxg","application/vnd.sun.xml.writer.global"],["sxi","application/vnd.sun.xml.impress"],["sxm","application/vnd.sun.xml.math"],["sxw","application/vnd.sun.xml.writer"],["t","text/troff"],["t3","application/x-t3vm-image"],["t38","image/t38"],["taglet","application/vnd.mynfc"],["tao","application/vnd.tao.intent-module-archive"],["tap","image/vnd.tencent.tap"],["tar","application/x-tar"],["tcap","application/vnd.3gpp2.tcap"],["tcl","application/x-tcl"],["td","application/urc-targetdesc+xml"],["teacher","application/vnd.smart.teacher"],["tei","application/tei+xml"],["teicorpus","application/tei+xml"],["tex","application/x-tex"],["texi","application/x-texinfo"],["texinfo","application/x-texinfo"],["text","text/plain"],["tfi","application/thraud+xml"],["tfm","application/x-tex-tfm"],["tfx","image/tiff-fx"],["tga","image/x-tga"],["tgz","application/x-tar"],["thmx","application/vnd.ms-officetheme"],["tif","image/tiff"],["tiff","image/tiff"],["tk","application/x-tcl"],["tmo","application/vnd.tmobile-livetv"],["toml","application/toml"],["torrent","application/x-bittorrent"],["tpl","application/vnd.groove-tool-template"],["tpt","application/vnd.trid.tpt"],["tr","text/troff"],["tra","application/vnd.trueapp"],["trig","application/trig"],["trm","application/x-msterminal"],["ts","video/mp2t"],["tsd","application/timestamped-data"],["tsv","text/tab-separated-values"],["ttc","font/collection"],["ttf","font/ttf"],["ttl","text/turtle"],["ttml","application/ttml+xml"],["twd","application/vnd.simtech-mindmapper"],["twds","application/vnd.simtech-mindmapper"],["txd","application/vnd.genomatix.tuxedo"],["txf","application/vnd.mobius.txf"],["txt","text/plain"],["u8dsn","message/global-delivery-status"],["u8hdr","message/global-headers"],["u8mdn","message/global-disposition-notification"],["u8msg","message/global"],["u32","application/x-authorware-bin"],["ubj","application/ubjson"],["udeb","application/x-debian-package"],["ufd","application/vnd.ufdl"],["ufdl","application/vnd.ufdl"],["ulx","application/x-glulx"],["umj","application/vnd.umajin"],["unityweb","application/vnd.unity"],["uoml","application/vnd.uoml+xml"],["uri","text/uri-list"],["uris","text/uri-list"],["urls","text/uri-list"],["usdz","model/vnd.usdz+zip"],["ustar","application/x-ustar"],["utz","application/vnd.uiq.theme"],["uu","text/x-uuencode"],["uva","audio/vnd.dece.audio"],["uvd","application/vnd.dece.data"],["uvf","application/vnd.dece.data"],["uvg","image/vnd.dece.graphic"],["uvh","video/vnd.dece.hd"],["uvi","image/vnd.dece.graphic"],["uvm","video/vnd.dece.mobile"],["uvp","video/vnd.dece.pd"],["uvs","video/vnd.dece.sd"],["uvt","application/vnd.dece.ttml+xml"],["uvu","video/vnd.uvvu.mp4"],["uvv","video/vnd.dece.video"],["uvva","audio/vnd.dece.audio"],["uvvd","application/vnd.dece.data"],["uvvf","application/vnd.dece.data"],["uvvg","image/vnd.dece.graphic"],["uvvh","video/vnd.dece.hd"],["uvvi","image/vnd.dece.graphic"],["uvvm","video/vnd.dece.mobile"],["uvvp","video/vnd.dece.pd"],["uvvs","video/vnd.dece.sd"],["uvvt","application/vnd.dece.ttml+xml"],["uvvu","video/vnd.uvvu.mp4"],["uvvv","video/vnd.dece.video"],["uvvx","application/vnd.dece.unspecified"],["uvvz","application/vnd.dece.zip"],["uvx","application/vnd.dece.unspecified"],["uvz","application/vnd.dece.zip"],["vbox","application/x-virtualbox-vbox"],["vbox-extpack","application/x-virtualbox-vbox-extpack"],["vcard","text/vcard"],["vcd","application/x-cdlink"],["vcf","text/x-vcard"],["vcg","application/vnd.groove-vcard"],["vcs","text/x-vcalendar"],["vcx","application/vnd.vcx"],["vdi","application/x-virtualbox-vdi"],["vds","model/vnd.sap.vds"],["vhd","application/x-virtualbox-vhd"],["vis","application/vnd.visionary"],["viv","video/vnd.vivo"],["vlc","application/videolan"],["vmdk","application/x-virtualbox-vmdk"],["vob","video/x-ms-vob"],["vor","application/vnd.stardivision.writer"],["vox","application/x-authorware-bin"],["vrml","model/vrml"],["vsd","application/vnd.visio"],["vsf","application/vnd.vsf"],["vss","application/vnd.visio"],["vst","application/vnd.visio"],["vsw","application/vnd.visio"],["vtf","image/vnd.valve.source.texture"],["vtt","text/vtt"],["vtu","model/vnd.vtu"],["vxml","application/voicexml+xml"],["w3d","application/x-director"],["wad","application/x-doom"],["wadl","application/vnd.sun.wadl+xml"],["war","application/java-archive"],["wasm","application/wasm"],["wav","audio/x-wav"],["wax","audio/x-ms-wax"],["wbmp","image/vnd.wap.wbmp"],["wbs","application/vnd.criticaltools.wbs+xml"],["wbxml","application/wbxml"],["wcm","application/vnd.ms-works"],["wdb","application/vnd.ms-works"],["wdp","image/vnd.ms-photo"],["weba","audio/webm"],["webapp","application/x-web-app-manifest+json"],["webm","video/webm"],["webmanifest","application/manifest+json"],["webp","image/webp"],["wg","application/vnd.pmi.widget"],["wgt","application/widget"],["wks","application/vnd.ms-works"],["wm","video/x-ms-wm"],["wma","audio/x-ms-wma"],["wmd","application/x-ms-wmd"],["wmf","image/wmf"],["wml","text/vnd.wap.wml"],["wmlc","application/wmlc"],["wmls","text/vnd.wap.wmlscript"],["wmlsc","application/vnd.wap.wmlscriptc"],["wmv","video/x-ms-wmv"],["wmx","video/x-ms-wmx"],["wmz","application/x-msmetafile"],["woff","font/woff"],["woff2","font/woff2"],["word","application/msword"],["wpd","application/vnd.wordperfect"],["wpl","application/vnd.ms-wpl"],["wps","application/vnd.ms-works"],["wqd","application/vnd.wqd"],["wri","application/x-mswrite"],["wrl","model/vrml"],["wsc","message/vnd.wfa.wsc"],["wsdl","application/wsdl+xml"],["wspolicy","application/wspolicy+xml"],["wtb","application/vnd.webturbo"],["wvx","video/x-ms-wvx"],["x3d","model/x3d+xml"],["x3db","model/x3d+fastinfoset"],["x3dbz","model/x3d+binary"],["x3dv","model/x3d-vrml"],["x3dvz","model/x3d+vrml"],["x3dz","model/x3d+xml"],["x32","application/x-authorware-bin"],["x_b","model/vnd.parasolid.transmit.binary"],["x_t","model/vnd.parasolid.transmit.text"],["xaml","application/xaml+xml"],["xap","application/x-silverlight-app"],["xar","application/vnd.xara"],["xav","application/xcap-att+xml"],["xbap","application/x-ms-xbap"],["xbd","application/vnd.fujixerox.docuworks.binder"],["xbm","image/x-xbitmap"],["xca","application/xcap-caps+xml"],["xcs","application/calendar+xml"],["xdf","application/xcap-diff+xml"],["xdm","application/vnd.syncml.dm+xml"],["xdp","application/vnd.adobe.xdp+xml"],["xdssc","application/dssc+xml"],["xdw","application/vnd.fujixerox.docuworks"],["xel","application/xcap-el+xml"],["xenc","application/xenc+xml"],["xer","application/patch-ops-error+xml"],["xfdf","application/vnd.adobe.xfdf"],["xfdl","application/vnd.xfdl"],["xht","application/xhtml+xml"],["xhtml","application/xhtml+xml"],["xhvml","application/xv+xml"],["xif","image/vnd.xiff"],["xl","application/excel"],["xla","application/vnd.ms-excel"],["xlam","application/vnd.ms-excel.addin.macroEnabled.12"],["xlc","application/vnd.ms-excel"],["xlf","application/xliff+xml"],["xlm","application/vnd.ms-excel"],["xls","application/vnd.ms-excel"],["xlsb","application/vnd.ms-excel.sheet.binary.macroEnabled.12"],["xlsm","application/vnd.ms-excel.sheet.macroEnabled.12"],["xlsx","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],["xlt","application/vnd.ms-excel"],["xltm","application/vnd.ms-excel.template.macroEnabled.12"],["xltx","application/vnd.openxmlformats-officedocument.spreadsheetml.template"],["xlw","application/vnd.ms-excel"],["xm","audio/xm"],["xml","application/xml"],["xns","application/xcap-ns+xml"],["xo","application/vnd.olpc-sugar"],["xop","application/xop+xml"],["xpi","application/x-xpinstall"],["xpl","application/xproc+xml"],["xpm","image/x-xpixmap"],["xpr","application/vnd.is-xpr"],["xps","application/vnd.ms-xpsdocument"],["xpw","application/vnd.intercon.formnet"],["xpx","application/vnd.intercon.formnet"],["xsd","application/xml"],["xsl","application/xml"],["xslt","application/xslt+xml"],["xsm","application/vnd.syncml+xml"],["xspf","application/xspf+xml"],["xul","application/vnd.mozilla.xul+xml"],["xvm","application/xv+xml"],["xvml","application/xv+xml"],["xwd","image/x-xwindowdump"],["xyz","chemical/x-xyz"],["xz","application/x-xz"],["yaml","text/yaml"],["yang","application/yang"],["yin","application/yin+xml"],["yml","text/yaml"],["ymp","text/x-suse-ymp"],["z","application/x-compress"],["z1","application/x-zmachine"],["z2","application/x-zmachine"],["z3","application/x-zmachine"],["z4","application/x-zmachine"],["z5","application/x-zmachine"],["z6","application/x-zmachine"],["z7","application/x-zmachine"],["z8","application/x-zmachine"],["zaz","application/vnd.zzazz.deck+xml"],["zip","application/zip"],["zir","application/vnd.zul"],["zirz","application/vnd.zul"],["zmm","application/vnd.handheld-entertainment+xml"],["zsh","text/x-scriptzsh"]]);function e2(e,a,n){const c=Rl(e),{webkitRelativePath:s}=e,i=typeof a=="string"?a:typeof s=="string"&&s.length>0?s:`./${e.name}`;return typeof c.path!="string"&&x5(c,"path",i),x5(c,"relativePath",i),c}function Rl(e){const{name:a}=e;if(a&&a.lastIndexOf(".")!==-1&&!e.type){const c=a.split(".").pop().toLowerCase(),s=Il.get(c);s&&Object.defineProperty(e,"type",{value:s,writable:!1,configurable:!1,enumerable:!0})}return e}function x5(e,a,n){Object.defineProperty(e,a,{value:n,writable:!1,configurable:!1,enumerable:!0})}const Ol=[".DS_Store","Thumbs.db"];function Fl(e){return q3(this,void 0,void 0,function*(){return u0(e)&&$l(e.dataTransfer)?Ml(e.dataTransfer,e.type):Pl(e)?Vl(e):Array.isArray(e)&&e.every(a=>"getFile"in a&&typeof a.getFile=="function")?_l(e):[]})}function $l(e){return u0(e)}function Pl(e){return u0(e)&&u0(e.target)}function u0(e){return typeof e=="object"&&e!==null}function Vl(e){return I4(e.target.files).map(a=>e2(a))}function _l(e){return q3(this,void 0,void 0,function*(){return(yield Promise.all(e.map(n=>n.getFile()))).map(n=>e2(n))})}function Ml(e,a){return q3(this,void 0,void 0,function*(){if(e.items){const n=I4(e.items).filter(s=>s.kind==="file");if(a!=="drop")return n;const c=yield Promise.all(n.map(Bl));return j5(y7(c))}return j5(I4(e.files).map(n=>e2(n)))})}function j5(e){return e.filter(a=>Ol.indexOf(a.name)===-1)}function I4(e){if(e===null)return[];const a=[];for(let n=0;n<e.length;n++){const c=e[n];a.push(c)}return a}function Bl(e){if(typeof e.webkitGetAsEntry!="function")return y5(e);const a=e.webkitGetAsEntry();return a&&a.isDirectory?b7(a):y5(e,a)}function y7(e){return e.reduce((a,n)=>[...a,...Array.isArray(n)?y7(n):[n]],[])}function y5(e,a){return q3(this,void 0,void 0,function*(){var n;if(globalThis.isSecureContext&&typeof e.getAsFileSystemHandle=="function"){const i=yield e.getAsFileSystemHandle();if(i===null)throw new Error(`${e} is not a File`);if(i!==void 0){const r=yield i.getFile();return r.handle=i,e2(r)}}const c=e.getAsFile();if(!c)throw new Error(`${e} is not a File`);return e2(c,(n=a==null?void 0:a.fullPath)!==null&&n!==void 0?n:void 0)})}function Ll(e){return q3(this,void 0,void 0,function*(){return e.isDirectory?b7(e):zl(e)})}function b7(e){const a=e.createReader();return new Promise((n,c)=>{const s=[];function i(){a.readEntries(r=>q3(this,void 0,void 0,function*(){if(r.length){const o=Promise.all(r.map(Ll));s.push(o),i()}else try{const o=yield Promise.all(s);n(o)}catch(o){c(o)}}),r=>{c(r)})}i()})}function zl(e){return q3(this,void 0,void 0,function*(){return new Promise((a,n)=>{e.file(c=>{const s=e2(c,e.fullPath);a(s)},c=>{n(c)})})})}var i4=function(e,a){if(e&&a){var n=Array.isArray(a)?a:a.split(",");if(n.length===0)return!0;var c=e.name||"",s=(e.type||"").toLowerCase(),i=s.replace(/\/.*$/,"");return n.some(function(r){var o=r.trim().toLowerCase();return o.charAt(0)==="."?c.toLowerCase().endsWith(o):o.endsWith("/*")?i===o.replace(/\/.*$/,""):s===o})}return!0};function b5(e){return Hl(e)||Wl(e)||w7(e)||Nl()}function Nl(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
5
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Wl(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Hl(e){if(Array.isArray(e))return R4(e)}function S5(e,a){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);a&&(c=c.filter(function(s){return Object.getOwnPropertyDescriptor(e,s).enumerable})),n.push.apply(n,c)}return n}function w5(e){for(var a=1;a<arguments.length;a++){var n=arguments[a]!=null?arguments[a]:{};a%2?S5(Object(n),!0).forEach(function(c){S7(e,c,n[c])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):S5(Object(n)).forEach(function(c){Object.defineProperty(e,c,Object.getOwnPropertyDescriptor(n,c))})}return e}function S7(e,a,n){return a in e?Object.defineProperty(e,a,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[a]=n,e}function E2(e,a){return Yl(e)||Ul(e,a)||w7(e,a)||ql()}function ql(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
6
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function w7(e,a){if(e){if(typeof e=="string")return R4(e,a);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return R4(e,a)}}function R4(e,a){(a==null||a>e.length)&&(a=e.length);for(var n=0,c=new Array(a);n<a;n++)c[n]=e[n];return c}function Ul(e,a){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var c=[],s=!0,i=!1,r,o;try{for(n=n.call(e);!(s=(r=n.next()).done)&&(c.push(r.value),!(a&&c.length===a));s=!0);}catch(p){i=!0,o=p}finally{try{!s&&n.return!=null&&n.return()}finally{if(i)throw o}}return c}}function Yl(e){if(Array.isArray(e))return e}var Gl=typeof i4=="function"?i4:i4.default,Jl="file-invalid-type",Kl="file-too-large",Ql="file-too-small",Xl="too-many-files",ed=function(){var a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",n=a.split(","),c=n.length>1?"one of ".concat(n.join(", ")):n[0];return{code:Jl,message:"File type must be ".concat(c)}},C5=function(a){return{code:Kl,message:"File is larger than ".concat(a," ").concat(a===1?"byte":"bytes")}},Z5=function(a){return{code:Ql,message:"File is smaller than ".concat(a," ").concat(a===1?"byte":"bytes")}},td={code:Xl,message:"Too many files"};function ad(e){return e.type===""&&typeof e.getAsFile=="function"}function C7(e,a){var n=e.type==="application/x-moz-file"||Gl(e,a)||ad(e);return[n,n?null:ed(a)]}function Z7(e,a,n){if($3(e.size))if($3(a)&&$3(n)){if(e.size>n)return[!1,C5(n)];if(e.size<a)return[!1,Z5(a)]}else{if($3(a)&&e.size<a)return[!1,Z5(a)];if($3(n)&&e.size>n)return[!1,C5(n)]}return[!0,null]}function $3(e){return e!=null}function nd(e){var a=e.files,n=e.accept,c=e.minSize,s=e.maxSize,i=e.multiple,r=e.maxFiles,o=e.validator;return!i&&a.length>1||i&&r>=1&&a.length>r?!1:a.every(function(p){var h=C7(p,n),u=E2(h,1),g=u[0],m=Z7(p,c,s),v=E2(m,1),f=v[0],j=o?o(p):null;return g&&f&&!j})}function m0(e){return typeof e.isPropagationStopped=="function"?e.isPropagationStopped():typeof e.cancelBubble<"u"?e.cancelBubble:!1}function m2(e){return e.dataTransfer?Array.prototype.some.call(e.dataTransfer.types,function(a){return a==="Files"||a==="application/x-moz-file"}):!!e.target&&!!e.target.files}function k5(e){e.preventDefault()}function cd(e){return e.indexOf("MSIE")!==-1||e.indexOf("Trident/")!==-1}function sd(e){return e.indexOf("Edge/")!==-1}function id(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:window.navigator.userAgent;return cd(e)||sd(e)}function d3(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];return function(c){for(var s=arguments.length,i=new Array(s>1?s-1:0),r=1;r<s;r++)i[r-1]=arguments[r];return a.some(function(o){return!m0(c)&&o&&o.apply(void 0,[c].concat(i)),m0(c)})}}function rd(){return"showOpenFilePicker"in window}function od(e){if($3(e)){var a=Object.entries(e).filter(function(n){var c=E2(n,2),s=c[0],i=c[1],r=!0;return k7(s)||(console.warn('Skipped "'.concat(s,'" because it is not a valid MIME type. Check https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types for a list of valid MIME types.')),r=!1),(!Array.isArray(i)||!i.every(T7))&&(console.warn('Skipped "'.concat(s,'" because an invalid file extension was provided.')),r=!1),r}).reduce(function(n,c){var s=E2(c,2),i=s[0],r=s[1];return w5(w5({},n),{},S7({},i,r))},{});return[{description:"Files",accept:a}]}return e}function ld(e){if($3(e))return Object.entries(e).reduce(function(a,n){var c=E2(n,2),s=c[0],i=c[1];return[].concat(b5(a),[s],b5(i))},[]).filter(function(a){return k7(a)||T7(a)}).join(",")}function dd(e){return e instanceof DOMException&&(e.name==="AbortError"||e.code===e.ABORT_ERR)}function pd(e){return e instanceof DOMException&&(e.name==="SecurityError"||e.code===e.SECURITY_ERR)}function k7(e){return e==="audio/*"||e==="video/*"||e==="image/*"||e==="text/*"||e==="application/*"||/\w+\/[-+.\w]+/g.test(e)}function T7(e){return/^.*\.[\w]+$/.test(e)}var hd=["children"],ud=["open"],md=["refKey","role","onKeyDown","onFocus","onBlur","onClick","onDragEnter","onDragOver","onDragLeave","onDrop"],vd=["refKey","onChange","onClick"];function T5(e){return xd(e)||fd(e)||E7(e)||gd()}function gd(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
7
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function fd(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function xd(e){if(Array.isArray(e))return O4(e)}function r4(e,a){return bd(e)||yd(e,a)||E7(e,a)||jd()}function jd(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
8
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function E7(e,a){if(e){if(typeof e=="string")return O4(e,a);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return O4(e,a)}}function O4(e,a){(a==null||a>e.length)&&(a=e.length);for(var n=0,c=new Array(a);n<a;n++)c[n]=e[n];return c}function yd(e,a){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var c=[],s=!0,i=!1,r,o;try{for(n=n.call(e);!(s=(r=n.next()).done)&&(c.push(r.value),!(a&&c.length===a));s=!0);}catch(p){i=!0,o=p}finally{try{!s&&n.return!=null&&n.return()}finally{if(i)throw o}}return c}}function bd(e){if(Array.isArray(e))return e}function E5(e,a){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var c=Object.getOwnPropertySymbols(e);a&&(c=c.filter(function(s){return Object.getOwnPropertyDescriptor(e,s).enumerable})),n.push.apply(n,c)}return n}function o1(e){for(var a=1;a<arguments.length;a++){var n=arguments[a]!=null?arguments[a]:{};a%2?E5(Object(n),!0).forEach(function(c){F4(e,c,n[c])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):E5(Object(n)).forEach(function(c){Object.defineProperty(e,c,Object.getOwnPropertyDescriptor(n,c))})}return e}function F4(e,a,n){return a in e?Object.defineProperty(e,a,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[a]=n,e}function v0(e,a){if(e==null)return{};var n=Sd(e,a),c,s;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(s=0;s<i.length;s++)c=i[s],!(a.indexOf(c)>=0)&&Object.prototype.propertyIsEnumerable.call(e,c)&&(n[c]=e[c])}return n}function Sd(e,a){if(e==null)return{};var n={},c=Object.keys(e),s,i;for(i=0;i<c.length;i++)s=c[i],!(a.indexOf(s)>=0)&&(n[s]=e[s]);return n}var De=l.forwardRef(function(e,a){var n=e.children,c=v0(e,hd),s=D7(c),i=s.open,r=v0(s,ud);return l.useImperativeHandle(a,function(){return{open:i}},[i]),j3.createElement(l.Fragment,null,n(o1(o1({},r),{},{open:i})))});De.displayName="Dropzone";var A7={disabled:!1,getFilesFromEvent:Fl,maxSize:1/0,minSize:0,multiple:!0,maxFiles:0,preventDropOnDocument:!0,noClick:!1,noKeyboard:!1,noDrag:!1,noDragEventsBubbling:!1,validator:null,useFsAccessApi:!1,autoFocus:!1};De.defaultProps=A7;De.propTypes={children:i1.func,accept:i1.objectOf(i1.arrayOf(i1.string)),multiple:i1.bool,preventDropOnDocument:i1.bool,noClick:i1.bool,noKeyboard:i1.bool,noDrag:i1.bool,noDragEventsBubbling:i1.bool,minSize:i1.number,maxSize:i1.number,maxFiles:i1.number,disabled:i1.bool,getFilesFromEvent:i1.func,onFileDialogCancel:i1.func,onFileDialogOpen:i1.func,useFsAccessApi:i1.bool,autoFocus:i1.bool,onDragEnter:i1.func,onDragLeave:i1.func,onDragOver:i1.func,onDrop:i1.func,onDropAccepted:i1.func,onDropRejected:i1.func,onError:i1.func,validator:i1.func};var $4={isFocused:!1,isFileDialogActive:!1,isDragActive:!1,isDragAccept:!1,isDragReject:!1,isDragGlobal:!1,acceptedFiles:[],fileRejections:[]};function D7(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},a=o1(o1({},A7),e),n=a.accept,c=a.disabled,s=a.getFilesFromEvent,i=a.maxSize,r=a.minSize,o=a.multiple,p=a.maxFiles,h=a.onDragEnter,u=a.onDragLeave,g=a.onDragOver,m=a.onDrop,v=a.onDropAccepted,f=a.onDropRejected,j=a.onFileDialogCancel,b=a.onFileDialogOpen,x=a.useFsAccessApi,C=a.autoFocus,A=a.preventDropOnDocument,M=a.noClick,k=a.noKeyboard,B=a.noDrag,w=a.noDragEventsBubbling,O=a.onError,V=a.validator,P=l.useMemo(function(){return ld(n)},[n]),I=l.useMemo(function(){return od(n)},[n]),z=l.useMemo(function(){return typeof b=="function"?b:A5},[b]),q=l.useMemo(function(){return typeof j=="function"?j:A5},[j]),E=l.useRef(null),W=l.useRef(null),_=l.useReducer(wd,$4),F=r4(_,2),S=F[0],y=F[1],T=S.isFocused,Y=S.isFileDialogActive,G=l.useRef(typeof window<"u"&&window.isSecureContext&&x&&rd()),J=function(){!G.current&&Y&&setTimeout(function(){if(W.current){var H=W.current.files;H.length||(y({type:"closeDialog"}),q())}},300)};l.useEffect(function(){return window.addEventListener("focus",J,!1),function(){window.removeEventListener("focus",J,!1)}},[W,Y,q,G]);var p1=l.useRef([]),f1=l.useRef([]),Z1=function(H){E.current&&E.current.contains(H.target)||(H.preventDefault(),p1.current=[])};l.useEffect(function(){return A&&(document.addEventListener("dragover",k5,!1),document.addEventListener("drop",Z1,!1)),function(){A&&(document.removeEventListener("dragover",k5),document.removeEventListener("drop",Z1))}},[E,A]),l.useEffect(function(){var R=function(l3){f1.current=[].concat(T5(f1.current),[l3.target]),m2(l3)&&y({isDragGlobal:!0,type:"setDragGlobal"})},H=function(l3){f1.current=f1.current.filter(function(g3){return g3!==l3.target&&g3!==null}),!(f1.current.length>0)&&y({isDragGlobal:!1,type:"setDragGlobal"})},h1=function(){f1.current=[],y({isDragGlobal:!1,type:"setDragGlobal"})},x1=function(){f1.current=[],y({isDragGlobal:!1,type:"setDragGlobal"})};return document.addEventListener("dragenter",R,!1),document.addEventListener("dragleave",H,!1),document.addEventListener("dragend",h1,!1),document.addEventListener("drop",x1,!1),function(){document.removeEventListener("dragenter",R),document.removeEventListener("dragleave",H),document.removeEventListener("dragend",h1),document.removeEventListener("drop",x1)}},[E]),l.useEffect(function(){return!c&&C&&E.current&&E.current.focus(),function(){}},[E,C,c]);var n1=l.useCallback(function(R){O?O(R):console.error(R)},[O]),X=l.useCallback(function(R){R.preventDefault(),R.persist(),$1(R),p1.current=[].concat(T5(p1.current),[R.target]),m2(R)&&Promise.resolve(s(R)).then(function(H){if(!(m0(R)&&!w)){var h1=H.length,x1=h1>0&&nd({files:H,accept:P,minSize:r,maxSize:i,multiple:o,maxFiles:p,validator:V}),T1=h1>0&&!x1;y({isDragAccept:x1,isDragReject:T1,isDragActive:!0,type:"setDraggedFiles"}),h&&h(R)}}).catch(function(H){return n1(H)})},[s,h,n1,w,P,r,i,o,p,V]),e1=l.useCallback(function(R){R.preventDefault(),R.persist(),$1(R);var H=m2(R);if(H&&R.dataTransfer)try{R.dataTransfer.dropEffect="copy"}catch{}return H&&g&&g(R),!1},[g,w]),O1=l.useCallback(function(R){R.preventDefault(),R.persist(),$1(R);var H=p1.current.filter(function(x1){return E.current&&E.current.contains(x1)}),h1=H.indexOf(R.target);h1!==-1&&H.splice(h1,1),p1.current=H,!(H.length>0)&&(y({type:"setDraggedFiles",isDragActive:!1,isDragAccept:!1,isDragReject:!1}),m2(R)&&u&&u(R))},[E,u,w]),k1=l.useCallback(function(R,H){var h1=[],x1=[];R.forEach(function(T1){var l3=C7(T1,P),g3=r4(l3,2),H0=g3[0],q0=g3[1],U0=Z7(T1,r,i),H2=r4(U0,2),Y0=H2[0],G0=H2[1],J0=V?V(T1):null;if(H0&&Y0&&!J0)h1.push(T1);else{var K0=[q0,G0];J0&&(K0=K0.concat(J0)),x1.push({file:T1,errors:K0.filter(function(dt){return dt})})}}),(!o&&h1.length>1||o&&p>=1&&h1.length>p)&&(h1.forEach(function(T1){x1.push({file:T1,errors:[td]})}),h1.splice(0)),y({acceptedFiles:h1,fileRejections:x1,isDragReject:x1.length>0,type:"setFiles"}),m&&m(h1,x1,H),x1.length>0&&f&&f(x1,H),h1.length>0&&v&&v(h1,H)},[y,o,P,r,i,p,m,v,f,V]),F1=l.useCallback(function(R){R.preventDefault(),R.persist(),$1(R),p1.current=[],m2(R)&&Promise.resolve(s(R)).then(function(H){m0(R)&&!w||k1(H,R)}).catch(function(H){return n1(H)}),y({type:"reset"})},[s,k1,n1,w]),t1=l.useCallback(function(){if(G.current){y({type:"openDialog"}),z();var R={multiple:o,types:I};window.showOpenFilePicker(R).then(function(H){return s(H)}).then(function(H){k1(H,null),y({type:"closeDialog"})}).catch(function(H){dd(H)?(q(H),y({type:"closeDialog"})):pd(H)?(G.current=!1,W.current?(W.current.value=null,W.current.click()):n1(new Error("Cannot open the file picker because the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API is not supported and no <input> was provided."))):n1(H)});return}W.current&&(y({type:"openDialog"}),z(),W.current.value=null,W.current.click())},[y,z,q,x,k1,n1,I,o]),i3=l.useCallback(function(R){!E.current||!E.current.isEqualNode(R.target)||(R.key===" "||R.key==="Enter"||R.keyCode===32||R.keyCode===13)&&(R.preventDefault(),t1())},[E,t1]),r3=l.useCallback(function(){y({type:"focus"})},[]),o3=l.useCallback(function(){y({type:"blur"})},[]),u3=l.useCallback(function(){M||(id()?setTimeout(t1,0):t1())},[M,t1]),K=function(H){return c?null:H},V1=function(H){return k?null:K(H)},L=function(H){return B?null:K(H)},$1=function(H){w&&H.stopPropagation()},L1=l.useMemo(function(){return function(){var R=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},H=R.refKey,h1=H===void 0?"ref":H,x1=R.role,T1=R.onKeyDown,l3=R.onFocus,g3=R.onBlur,H0=R.onClick,q0=R.onDragEnter,U0=R.onDragOver,H2=R.onDragLeave,Y0=R.onDrop,G0=v0(R,md);return o1(o1(F4({onKeyDown:V1(d3(T1,i3)),onFocus:V1(d3(l3,r3)),onBlur:V1(d3(g3,o3)),onClick:K(d3(H0,u3)),onDragEnter:L(d3(q0,X)),onDragOver:L(d3(U0,e1)),onDragLeave:L(d3(H2,O1)),onDrop:L(d3(Y0,F1)),role:typeof x1=="string"&&x1!==""?x1:"presentation"},h1,E),!c&&!k?{tabIndex:0}:{}),G0)}},[E,i3,r3,o3,u3,X,e1,O1,F1,k,B,c]),m3=l.useCallback(function(R){R.stopPropagation()},[]),v3=l.useMemo(function(){return function(){var R=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},H=R.refKey,h1=H===void 0?"ref":H,x1=R.onChange,T1=R.onClick,l3=v0(R,vd),g3=F4({accept:P,multiple:o,type:"file",style:{border:0,clip:"rect(0, 0, 0, 0)",clipPath:"inset(50%)",height:"1px",margin:"0 -1px -1px 0",overflow:"hidden",padding:0,position:"absolute",width:"1px",whiteSpace:"nowrap"},onChange:K(d3(x1,F1)),onClick:K(d3(T1,m3)),tabIndex:-1},h1,W);return o1(o1({},g3),l3)}},[W,n,o,F1,c]);return o1(o1({},S),{},{isFocused:T&&!c,getRootProps:L1,getInputProps:v3,rootRef:E,inputRef:W,open:K(t1)})}function wd(e,a){switch(a.type){case"focus":return o1(o1({},e),{},{isFocused:!0});case"blur":return o1(o1({},e),{},{isFocused:!1});case"openDialog":return o1(o1({},$4),{},{isFileDialogActive:!0});case"closeDialog":return o1(o1({},e),{},{isFileDialogActive:!1});case"setDraggedFiles":return o1(o1({},e),{},{isDragActive:a.isDragActive,isDragAccept:a.isDragAccept,isDragReject:a.isDragReject});case"setFiles":return o1(o1({},e),{},{acceptedFiles:a.acceptedFiles,fileRejections:a.fileRejections,isDragReject:a.isDragReject});case"setDragGlobal":return o1(o1({},e),{},{isDragGlobal:a.isDragGlobal});case"reset":return o1({},$4);default:return e}}function A5(){}const Cd=e=>JSON.stringify(JSON.parse(e),null,4),Zd=({onSuccess:e,onError:a})=>n=>{var s;const c=(s=n==null?void 0:n.target)==null?void 0:s.result;if(typeof c=="string")try{const i=Cd(c);e(i)}catch{a("Cannot format as valid JSON")}else a("Unsupported format")},kd=({onSuccess:e,onError:a,children:n,onDragStatusChange:c,...s})=>{const i=l.useCallback(([h])=>{const u=new FileReader;u.onload=Zd({onSuccess:e,onError:a}),u.readAsText(h)},[]),{getRootProps:r,getInputProps:o,isDragActive:p}=D7({onDrop:i,accept:{"application/json":[".json"]},maxFiles:1});return l.useEffect(()=>{c(p)},[p]),t.jsxs(Z,{...r(),...s,children:[t.jsx("input",{"data-testid":"import-file",...o()}),n]})},Td=d(kd)(({theme:e})=>({padding:e.spacing(4,2,2,2),border:`1px dashed ${e.palette.secondary.border}`,borderRadius:e.shape.borderRadiusLarge,display:"flex",flexDirection:"column",alignItems:"center"}));var Ie={},Ed=W1;Object.defineProperty(Ie,"__esModule",{value:!0});var I7=Ie.default=void 0,Ad=Ed(N1()),Dd=t,Id=(0,Ad.default)((0,Dd.jsx)("path",{d:"m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"}),"ArrowUpward");I7=Ie.default=Id;const Rd=d(Z)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),o4=d($)(({theme:e})=>({marginBottom:e.spacing(.5)})),G2=d(Z)(({theme:e})=>({marginBottom:e.spacing(3),color:e.palette.text.secondary,fontSize:e.fontSizes.smallBody})),Od=()=>{const{templates:e}=Ka(),a=!!e.length;return t.jsxs(Rd,{children:[t.jsx(o4,{children:"What is being imported?"}),t.jsxs(G2,{children:["Feature flags will be imported with full configuration:",t.jsxs("ul",{children:[t.jsx("li",{children:"strategies"}),t.jsx("li",{children:"context fields"}),t.jsx("li",{children:"variants"}),t.jsx("li",{children:"tags"}),t.jsx("li",{children:"feature flag status"}),t.jsx("li",{children:"feature dependencies"}),t.jsx("li",{children:"feature links"})]})]}),t.jsx(o4,{children:"Exceptions?"}),t.jsx(G2,{children:"If the feature flag already exists in the new instance, it will be overwritten"}),t.jsx(o4,{children:"What is not imported?"}),t.jsx(G2,{sx:{marginBottom:0},children:"If we detect segments or custom strategies in your imported file, we will stop the import. You need to create them first in the new instance and run the import again"}),a&&t.jsx(G2,{sx:{marginTop:2},children:"Release plans are not included in the import. You may need to set up new release plans for the imported feature flags"})]})},Re=d("div")(({theme:e})=>({backgroundColor:e.palette.background.paper,padding:e.spacing(5,8,3,8),display:"flex",flexDirection:"column",gap:e.spacing(3),flexBasis:"70%"})),Oe=d(Z)(({theme:e})=>({width:"100%",borderTop:`1px solid ${e.palette.divider}`,marginTop:"auto",paddingTop:e.spacing(3),display:"flex",justifyContent:"flex-end"})),Fd=d(G1)(({theme:e})=>({width:"100%"})),$d=d($)(({theme:e})=>({marginTop:e.spacing(4),fontSize:e.fontSizes.mainHeader})),Pd=d($)(({theme:e})=>({marginTop:e.spacing(2),marginBottom:e.spacing(1.5),color:e.palette.text.secondary})),Vd=d($)(({theme:e})=>({marginTop:e.spacing(4),color:e.palette.text.secondary})),_d=({activeTab:e,setActiveTab:a})=>t.jsx(Z,{sx:{borderBottom:1,borderColor:"divider"},children:t.jsxs(X4,{value:e,children:[t.jsx(s0,{label:"Upload file",value:"file",onClick:()=>a("file")}),t.jsx(s0,{label:"Code editor",value:"code","data-testid":e9,onClick:()=>a("code")})]})}),Md=({activeTab:e,setActiveTab:a,importPayload:n,setImportPayload:c})=>{const[s,i]=l.useState(!1),{setToastData:r}=b1();return t.jsx(D,{condition:e==="file",show:t.jsxs(Td,{onSuccess:o=>{c(o),a("code"),r({type:"success",text:"File uploaded"})},onError:o=>{c(""),r({type:"error",text:o})},onDragStatusChange:i,children:[t.jsx(M8,{sx:{width:80,height:80},active:s,children:t.jsx(I7,{fontSize:"large"})}),t.jsx($d,{children:s?"Drop your file to upload":"Drop your file here"}),t.jsx(Pd,{children:"or select a file from your device"}),t.jsx(Q,{variant:"outlined",children:"Select file"}),t.jsx(Vd,{children:"JSON format: max 500 kB"})]}),elseShow:t.jsx(Fd,{label:"Exported feature flags",variant:"outlined",onChange:o=>c(o.target.value),value:n,"data-testid":Xa,multiline:!0,minRows:13,maxRows:13})})},Bd=({onSubmit:e,onClose:a,disabled:n})=>t.jsxs(Oe,{children:[t.jsx(Q,{sx:{position:"static"},variant:"contained",type:"submit",onClick:e,"data-testid":Qa,disabled:n,children:"Validate"}),t.jsx(Q,{sx:{position:"static",ml:2},variant:"outlined",type:"submit",onClick:a,children:"Cancel import"})]}),Ld=({tabs:e,importOptions:a,importArea:n,actions:c})=>t.jsxs(Re,{children:[e,a,n,t.jsx(Od,{}),c]}),zd=()=>{const{makeRequest:e,createRequest:a,errors:n,loading:c}=ee({propagateErrors:!0});return{loading:c,errors:n,validateImport:async i=>{const o=a("api/admin/features-batch/validate",{method:"POST",body:JSON.stringify(i)});return(await e(o.caller,o.id)).json()}}},Nd=d(Z)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),D5=d("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,color:e.palette.text.secondary})),I5=d("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,color:e.palette.text.primary,fontWeight:e.fontWeight.bold})),R5=d(Z)(({theme:e})=>({border:`1px solid ${e.palette.error.border}`,borderRadius:e.shape.borderRadiusLarge,paddingBottom:e.spacing(2)})),Wd=d(Z)(({theme:e})=>({border:`1px solid ${e.palette.warning.border}`,borderRadius:e.shape.borderRadiusLarge,paddingBottom:e.spacing(2)})),O5=d(Z)(({theme:e})=>({color:e.palette.error.dark,backgroundColor:e.palette.error.light,fontSize:e.fontSizes.smallBody,borderBottom:`1px solid ${e.palette.error.border}`,borderTopLeftRadius:e.shape.borderRadiusLarge,borderTopRightRadius:e.shape.borderRadiusLarge,padding:e.spacing(2)})),Hd=d(Z)(({theme:e})=>({color:e.palette.warning.dark,backgroundColor:e.palette.warning.light,fontSize:e.fontSizes.smallBody,borderBottom:`1px solid ${e.palette.warning.border}`,borderTopLeftRadius:e.shape.borderRadiusLarge,borderTopRightRadius:e.shape.borderRadiusLarge,padding:e.spacing(2)})),F5=d(Z)(({theme:e})=>({color:e.palette.error.dark,fontSize:e.fontSizes.smallBody})),qd=d(Z)(({theme:e})=>({color:e.palette.warning.dark,fontSize:e.fontSizes.smallBody})),l4=d("ul")(({theme:e})=>({marginTop:e.spacing(1),marginBottom:e.spacing(0),paddingLeft:e.spacing(3),paddingBottom:e.spacing(3),borderBottom:`1px dashed ${e.palette.neutral.border}`})),d4=d("li")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),Ud=({environment:e,project:a,payload:n,onClose:c,onBack:s,onSubmit:i})=>{const{validateImport:r}=zd(),{setToastData:o}=b1(),{trackEvent:p}=v1(),[h,u]=l.useState({errors:[],warnings:[],permissions:[]}),[g,m]=l.useState(!0),v=f=>{f.errors.length>0||f.permissions.length>0?p("export_import",{props:{eventType:"validation fail"}}):p("export_import",{props:{eventType:"validation success"}}),u(f)};return l.useEffect(()=>{r({environment:e,project:a,data:JSON.parse(n)}).then(v).catch(f=>{m(!1),o({type:"error",text:u1(f)})})},[]),t.jsxs(Re,{children:[t.jsxs(Nd,{children:[t.jsx($,{sx:{mb:1.5},children:"You are importing this configuration in:"}),t.jsxs(Z,{sx:{display:"flex",gap:3},children:[t.jsxs("span",{children:[t.jsx(D5,{children:"Environment: "}),t.jsx(I5,{children:e})]}),t.jsxs("span",{children:[t.jsx(D5,{children:"Project: "}),t.jsx(I5,{children:a})]})]})]}),t.jsx(D,{condition:h.permissions.length>0,show:t.jsxs(R5,{children:[t.jsxs(O5,{children:[t.jsx("strong",{children:"Missing permissions!"})," There are some permissions that you need to be granted before importing this configuration"]}),h.permissions.map(f=>t.jsxs(Z,{sx:{p:2},children:[t.jsx(F5,{children:f.message}),t.jsx(l4,{children:f.affectedItems.map(j=>t.jsx(d4,{children:j},j))})]},f.message))]})}),t.jsx(D,{condition:h.errors.length>0,show:t.jsxs(R5,{children:[t.jsxs(O5,{children:[t.jsx("strong",{children:"Conflict!"})," There are some errors that need to be fixed before the import."]}),h.errors.map(f=>t.jsxs(Z,{sx:{p:2},children:[t.jsx(F5,{children:f.message}),t.jsx(l4,{children:f.affectedItems.map(j=>t.jsx(d4,{children:j},j))})]},f.message))]})}),t.jsx(D,{condition:h.warnings.length>0,show:t.jsxs(Wd,{children:[t.jsxs(Hd,{children:[t.jsx("strong",{children:"Warning!"})," It is recommended to verify the following information before importing."]}),h.warnings.map(f=>t.jsxs(Z,{sx:{p:2},children:[t.jsx(qd,{children:f.message}),t.jsx(l4,{children:f.affectedItems.map(j=>t.jsx(d4,{children:j},j))})]},f.message))]})}),t.jsxs(Oe,{children:[t.jsx(Q,{sx:{position:"static",mr:"auto"},variant:"outlined",type:"submit",onClick:s,children:"Back"}),t.jsx(z3,{permission:b0,projectId:a,sx:{position:"static"},variant:"contained",type:"submit",onClick:i,"data-testid":t9,disabled:h.errors.length>0||h.permissions.length>0||!g,children:"Import configuration"}),t.jsx(Q,{sx:{position:"static",ml:2},variant:"outlined",type:"submit",onClick:c,children:"Cancel import"})]})]})},Yd=()=>{const{makeRequest:e,createRequest:a,errors:n,loading:c}=ee({propagateErrors:!0}),{trackEvent:s}=v1();return{loading:c,errors:n,createImport:async r=>{const p=a("api/admin/features-batch/import",{method:"POST",body:JSON.stringify(r)});try{const h=await e(p.caller,p.id);return s("export_import",{props:{eventType:"features imported"}}),h}catch(h){throw s("export_import",{props:{eventType:"features import failed"}}),h}}}},Gd=d(i8)(({theme:e})=>({padding:e.spacing(4,2,2,2),display:"flex",flexDirection:"column",alignItems:"center",gap:e.spacing(8)})),Jd=d($)(({theme:e})=>({fontSize:e.fontSizes.mainHeader})),Kd=d(te)(({theme:e})=>({backgroundColor:e.palette.primary.main})),Qd=d(te)(({theme:e})=>({backgroundColor:e.palette.error.main})),Xd=d(i8)(({theme:e})=>({border:`1px solid ${e.palette.info.border}`,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(2),color:e.palette.info.dark,backgroundColor:e.palette.info.light,fontSize:e.fontSizes.smallBody})),ep=(e,a)=>e?{status:"loading"}:Object.keys(a).length>0?{status:"error",errors:a}:{status:"success"},tp=({environment:e,project:a,payload:n,onClose:c})=>{const{createImport:s,loading:i,errors:r}=Yd(),{refetch:o}=h7(a),{refetch:p}=C0(a),{setToastData:h}=b1(),{isChangeRequestConfigured:u}=$2(a);l.useEffect(()=>{s({environment:e,project:a,data:JSON.parse(n)}).then(()=>{o(),p()}).catch(v=>{h({type:"error",text:u1(v)})})},[]);const g=ep(i,r),m=u(e)&&g.status==="success";return t.jsxs(Re,{children:[t.jsxs(Gd,{children:[t.jsx(D,{condition:g.status==="loading",show:t.jsx(M8,{sx:{width:80,height:80},active:!0,children:t.jsx(B8,{fontSize:"large"})})}),t.jsx(D,{condition:g.status==="success",show:t.jsx(Kd,{sx:{width:80,height:80},children:t.jsx(R2,{fontSize:"large"})})}),t.jsx(D,{condition:g.status==="error",show:t.jsx(Qd,{sx:{width:80,height:80},children:t.jsx(r0,{fontSize:"large"})})}),t.jsxs(Jd,{children:[t.jsx(D,{condition:g.status==="loading",show:"Importing..."}),t.jsx(D,{condition:g.status==="success",show:"Import completed"}),t.jsx(D,{condition:g.status==="error",show:"Import failed"})]})]}),t.jsx(D,{condition:m,show:t.jsxs(Xd,{children:["For this environment ",t.jsx("strong",{children:"Change request"})," is enabled. This means that the import has generated a change request which needs to be approved before the configuration will be visible in the instance."]})}),t.jsx(Oe,{children:t.jsx(Q,{sx:{position:"static"},variant:"contained",type:"submit",onClick:c,children:"Close"})})]})},ap=d(Z)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),np=d($)(({theme:e})=>({marginBottom:e.spacing(3),fontWeight:e.fontWeight.bold})),cp=d($)(({theme:e})=>({marginBottom:e.spacing(1.5)})),sp=({project:e,environment:a,onChange:n})=>{var i;const{project:c}=Q1(e),s=(i=c.environments)==null?void 0:i.map(({environment:r})=>({key:r,label:r,title:r}));return l.useEffect(()=>{a===""&&(s!=null&&s[0])&&n(s[0].key)},[JSON.stringify(s)]),t.jsxs(ap,{children:[t.jsx(np,{children:"Import options"}),t.jsx(cp,{children:"Choose the environment to import the configuration for"}),t.jsx(t2,{sx:{width:"180px"},options:s||[],onChange:n,label:"Environment",value:a,"data-testid":a9,IconComponent:r8,fullWidth:!0})]})},ip=d("div")(({theme:e})=>({minHeight:"100vh",display:"flex"})),rp=d("div")(({theme:e})=>({backgroundColor:e.palette.background.sidebar,padding:e.spacing(8),flexBasis:"30%"})),op=d("div")(({theme:e})=>({textTransform:"uppercase",fontSize:e.fontSizes.smallBody,color:e.palette.common.white,fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(3)})),lp=e=>{try{return JSON.parse(e),!0}catch{return!1}},Fe=({open:e,setOpen:a,project:n})=>{const[c,s]=l.useState("configure"),[i,r]=l.useState(""),[o,p]=l.useState(""),[h,u]=l.useState("file"),g=()=>{a(!1)};l.useEffect(()=>{e===!0&&m()},[e]);const m=()=>{s("configure"),r(""),p(""),u("file")};return t.jsx(a3,{open:e,onClose:g,label:"Import flags",children:t.jsxs(ip,{children:[t.jsxs(rp,{children:[t.jsx(op,{children:"Process"}),t.jsx(Dl,{stage:c})]}),t.jsx(D,{condition:c==="configure",show:t.jsx(Ld,{tabs:t.jsx(_d,{activeTab:h,setActiveTab:u}),importOptions:t.jsx(sp,{project:n,environment:i,onChange:r}),importArea:t.jsx(Md,{activeTab:h,setActiveTab:u,importPayload:o,setImportPayload:p}),actions:t.jsx(Bd,{disabled:!lp(o),onSubmit:()=>s("validate"),onClose:g})})}),t.jsx(D,{condition:c==="validate",show:t.jsx(Ud,{project:n,environment:i,payload:o,onBack:()=>s("configure"),onSubmit:()=>s("import"),onClose:g})}),t.jsx(D,{condition:c==="import",show:t.jsx(tp,{project:n,environment:i,payload:o,onClose:g})})]})})},dp=d(Z)(({theme:e})=>({display:"flex",gap:e.spacing(1),alignItems:"center"})),pp=7,hp=60*1e3,up=7,mp=e=>{const a=y0(new Date,pp),n=t7(a,{representation:"date"});return{project:`IS:${e}`,lifecycle:"IS:completed",lastSeenAt:`IS_BEFORE:${n}`}},vp=({projectId:e})=>{const a=B1(),{shouldShowReminder:n,snoozeReminder:c}=bc(),s=n9(S0,e),{trackEvent:i}=v1(),r=`project-cleanup-${e}`,o=mp(e),{total:p,loading:h}=Q6(o,{refreshInterval:hp});if(!s||!n(r)||h||!p)return null;const u=()=>{i("project-cleanup",{props:{eventType:"view flags clicked"}}),a(`/projects/${e}/features?${new URLSearchParams(o).toString()}`)},g=()=>{i("project-cleanup",{props:{eventType:"remind me later"}}),c(r,up)};return t.jsxs(g1,{severity:"warning",icon:t.jsx(Sc,{}),action:t.jsxs(dp,{children:[t.jsx(Q,{size:"medium",onClick:g,children:"Remind me later"}),t.jsx(Q,{variant:"contained",size:"medium",onClick:u,children:"View flags"})]}),children:[t.jsx("b",{children:"Time to clean up technical debt?"}),t.jsxs("p",{children:["We haven't observed any metrics for ",p," of the flags lately. Can ",p>1?"they":"it"," be archived?"]})]})},P4=e=>`environment:${e}`;var $e={},gp=W1;Object.defineProperty($e,"__esModule",{value:!0});var R7=$e.default=void 0,fp=gp(N1()),xp=t,jp=(0,fp.default)((0,xp.jsx)("path",{d:"M5.33 20H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h1.33c1.1 0 2 .9 2 2v12c0 1.1-.89 2-2 2zM22 18V6c0-1.1-.9-2-2-2h-1.33c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2H20c1.11 0 2-.9 2-2zm-7.33 0V6c0-1.1-.9-2-2-2h-1.33c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h1.33c1.1 0 2-.9 2-2z"}),"ViewWeek");R7=$e.default=jp;const yp=d(Z)(()=>({...Z0,justifyContent:"center"})),bp=d(j1)(({theme:e})=>({margin:e.spacing(-1,0)})),Sp=d(Z)(({theme:e})=>({...Z0,justifyContent:"space-between",padding:e.spacing(1,1,0,4)})),wp=d(H1)(({theme:e})=>({padding:e.spacing(0,2),margin:e.spacing(0,2),borderRadius:e.shape.borderRadius})),Cp=d(o2)(({theme:e})=>({"&.MuiDivider-root.MuiDivider-fullWidth":{margin:e.spacing(.75,0)}})),Zp=d(O2)(({theme:e})=>({padding:e.spacing(.75,1)})),kp=({columns:e,onToggle:a})=>{const[n,c]=l.useState(null),s=h=>{c(h.currentTarget)},i=()=>{c(null)},r=!!n,o="columns-menu",p=`columns-menu-list-${o}`;return t.jsxs(yp,{children:[t.jsx(P1,{title:"Select columns",arrow:!0,describeChild:!0,children:t.jsx(bp,{id:o,"aria-controls":r?p:void 0,"aria-haspopup":"true","aria-expanded":r?"true":void 0,onClick:s,type:"button",size:"large","data-loading":!0,children:t.jsx(R7,{})})}),t.jsxs(D2,{id:p,open:r,anchorEl:n,onClose:i,anchorOrigin:{vertical:"top",horizontal:"right"},transformOrigin:{vertical:"top",horizontal:"right"},disableScrollLock:!0,PaperProps:{sx:h=>({borderRadius:h.shape.borderRadius,paddingBottom:h.spacing(2)})},children:[t.jsxs(Sp,{children:[t.jsx($,{variant:"body2",children:t.jsx("strong",{children:"Columns"})}),t.jsx(j1,{onClick:i,children:t.jsx(E0,{})})]}),t.jsx(I2,{children:e.map(h=>h.id==="divider"?t.jsx(Cp,{},"divider"):t.jsxs(wp,{onClick:()=>{a==null||a(h.id)},disabled:h.isStatic===!0&&h.isVisible===!0,children:[t.jsx(e3,{children:t.jsx(Zp,{edge:"start",checked:h.isVisible,disableRipple:!0,inputProps:{"aria-labelledby":h.id},size:"medium"})}),t.jsx(q1,{id:h.id,primary:t.jsx($,{variant:"body2",children:h.header})})]},h.id))})]})]})},Tp=({columnVisibility:e,environments:a,onToggle:n})=>t.jsx(Z,{sx:c=>({marginLeft:c.spacing(1)}),children:t.jsx(kp,{columns:[{header:"Name",id:"name",isVisible:e.name,isStatic:!0},{header:"Created",id:"createdAt",isVisible:e.createdAt},{header:"By",id:"createdBy",isVisible:e.createdBy},{header:"Last seen",id:"lastSeenAt",isVisible:e.lastSeenAt},{header:"Lifecycle",id:"lifecycle",isVisible:e.lifecycle},{id:"divider"},...a.map(c=>({header:c,id:P4(c),isVisible:e[P4(c)]}))],onToggle:n})}),Ep=e=>l.createElement("svg",{width:24,height:24,viewBox:"0 0 16 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.58 10.08L12 11.5L8 15.5L4 11.5L5.42 10.08L7.01 11.67V0.5H8.99V11.67L10.58 10.08ZM16 19V8C16 6.89 15.1 6 14 6H11V8H14V19H2V8H5V6H2C0.889999 6 0 6.89 0 8V19C0 20.1 0.889999 21 2 21H14C15.1 21 16 20.1 16 19Z",fill:"currentColor"})),Ap=()=>{const e=U("projectId"),[a,n]=l.useState(!1);return t.jsxs(t.Fragment,{children:[t.jsx(X3,{permission:s9,projectId:e,onClick:()=>n(!0),tooltipProps:{title:"Import"},"data-testid":c9,"data-loading-project":!0,children:t.jsx(Ep,{})}),t.jsx(Fe,{open:a,setOpen:n,project:e})]})},Dp=d(j1)(({theme:e})=>({padding:e.spacing(1.5)})),Ip=({isLoading:e,totalItems:a,environmentsToExport:n,actions:c,title:s="Feature flags"})=>{const i=U("projectId"),r=N3(e||!1),[o,p]=l.useState(!1);return t.jsx(Z,{ref:r,"aria-busy":e,"aria-live":"polite",children:t.jsx(m1,{titleElement:`${s} ${a!==void 0?`(${a})`:""}`,actions:t.jsxs(t.Fragment,{children:[c,t.jsx(P1,{title:"Export all project flags",arrow:!0,children:t.jsx(Dp,{"data-loading":!0,onClick:()=>p(!0),children:t.jsx(i9,{})})}),t.jsx(Ap,{}),e?null:t.jsx(q6,{showExportDialog:o,project:i,data:[],onClose:()=>p(!1),environments:n||[]}),t.jsx(Z,{children:t.jsx(m7,{isLoading:e})})]})})})},$5=({isLoading:e,searchQuery:a,onChangeSearchQuery:n})=>{const c=N3(e||!1),{trackEvent:s}=v1(),i=r=>{n==null||n(r),s("search-bar",{props:{screen:"project",length:r.length}})};return t.jsx(Z,{ref:c,"aria-busy":e,"aria-live":"polite",children:t.jsx(h3,{placeholder:"Search",expandable:!0,initialValue:a||"",onChange:i,hasFilters:!0,id:"projectFeatureFlags"})})},C3=h8(),Rp=e=>e.name,Op=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),Fp=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1),padding:e.spacing(2,3,2),[e.breakpoints.down("md")]:{padding:e.spacing(2,2)}})),P5=d("div")({display:"flex",alignItems:"center"}),$p=d("button")(({theme:e})=>({background:"none",border:"none",padding:0,margin:e.spacing(0,1.5),marginLeft:"auto",cursor:"pointer",color:e.palette.primary.main,textDecoration:"underline",fontSize:e.typography.body2.fontSize,fontWeight:e.typography.fontWeightMedium,display:"inline-flex",alignItems:"center","&:hover":{textDecoration:"none"}})),Pp=({environments:e})=>{const{trackEvent:a}=v1(),n=U("projectId"),{project:c}=Q1(n),[s,i]=l.useState(!1),[r,o]=l.useState(!1),p=S1(),h=Y1(p.breakpoints.down("xl")),{features:u,total:g,refetch:m,loading:v,initialLoad:f,tableState:j,setTableState:b}=h7(n),{onFlagTypeClick:x,onTagClick:C,onAvatarClick:A}=po(j,b),M={tag:j.tag,createdAt:j.createdAt,type:j.type,state:j.state,createdBy:j.createdBy,archived:j.archived,lifecycle:j.lifecycle,lastSeenAt:j.lastSeenAt,favorite:j.favorite},{favorite:k,unfavorite:B}=r9(),w=l.useCallback(async L=>{L!=null&&L.favorite?await B(n,L.name):await k(n,L.name),m()},[n,m]),O=(L="archived flag")=>{a("project-cleanup",{props:{eventType:L,showCleanupReminder:f1}})},{isChangeRequestConfigured:V}=$2(n),{onToggle:P,modals:I}=wc(n),{rowActionsDialogs:z,setFeatureArchiveState:q,setFeatureStaleDialogState:E,setShowMarkCompletedDialogue:W,setShowFeatureReviveDialogue:_,setShowFeatureDeleteDialogue:F}=oo(m,n,O),S=!!(f||v),[y,T]=Z2(`onboarding-flow:v1-${n}`,"visible"),[Y,G]=Z2(`onboarding-state:v1-${n}`,"hide-setup"),J=c.onboardingStatus.status!=="onboarded"&&y==="visible",p1=L=>{J||a("onboarding",{props:{eventType:"onboarding-finished",onboardedSdk:L}})},f1=!j.lastSeenAt&&!j.lifecycle,Z1=!!j.archived,n1=()=>{b(Z1?{archived:void 0}:{archived:{operator:"IS",values:["true"]},lifecycle:void 0})},X=Z1?[]:e,e1=l.useMemo(()=>[C3.display({id:"select",header:({table:L})=>t.jsx(o5,{title:"Select all rows",checked:L==null?void 0:L.getIsAllRowsSelected(),onChange:L==null?void 0:L.getToggleAllRowsSelectedHandler()}),cell:({row:L})=>t.jsx(o5,{title:"Select row",checked:L==null?void 0:L.getIsSelected(),onChange:L==null?void 0:L.getToggleSelectedHandler()}),meta:{width:"1%"},enableHiding:!1}),C3.accessor("name",{id:"name",header:"Name",cell:o9(C,x,w),enableHiding:!1}),C3.accessor("createdAt",{id:"createdAt",header:"Created",cell:o8,meta:{width:"1%"}}),C3.accessor("createdBy",{id:"createdBy",header:()=>t.jsx("span",{title:"Created by",children:"By"}),cell:l9(A),enableSorting:!1,meta:{width:"1%",align:"center"}}),C3.accessor("lastSeenAt",{id:"lastSeenAt",header:"Last seen",cell:({row:{original:L}})=>t.jsx(d9,{feature:L,"data-loading":!0}),size:50,meta:{align:"center",width:"1%"}}),C3.accessor("lifecycle",{id:"lifecycle",header:"Lifecycle",cell:({row:{original:L}})=>t.jsx(p9,{feature:L,onComplete:()=>{W({featureId:L.name,open:!0})},onUncomplete:m,onArchive:()=>q(L.name),"data-loading":!0}),enableSorting:!1,size:50,meta:{align:"center",width:"1%"}}),...X.map(L=>{const $1=V(L);return C3.accessor(L1=>{var m3,v3;return{archived:L1.archivedAt!==null,featureId:L1.name,environment:(m3=L1.environments)==null?void 0:m3.find(R=>R.name===L),someEnabledEnvironmentHasVariants:((v3=L1.environments)==null?void 0:v3.some(R=>R.variantCount&&R.variantCount>0&&R.enabled))||!1}},{id:P4(L),header:L,meta:{align:"center",width:90},cell:({getValue:L1})=>{const{featureId:m3,environment:v3,someEnabledEnvironmentHasVariants:R,archived:H}=L1();return S?t.jsx(Xr,{}):H?t.jsx(eo,{}):t.jsx(Qr,{value:(v3==null?void 0:v3.enabled)||!1,featureId:m3,someEnabledEnvironmentHasVariants:R,environment:v3,projectId:n,environmentName:L,isChangeRequestEnabled:$1,refetch:m,onFeatureToggleSwitch:P})}})}),C3.display({id:"actions",header:"",cell:({row:L})=>j.archived?t.jsx(h9,{project:n,onRevive:()=>{_({featureId:L.id,open:!0})},onDelete:()=>{F({featureId:L.id,open:!0})}}):t.jsx(Tr,{row:L,projectId:n,onOpenArchiveDialog:q,onOpenStaleDialog:E}),enableSorting:!1,enableHiding:!1,meta:{align:"right",width:"1%"}})],[n,X,j.favoritesFirst,m,S]),O1=l.useMemo(()=>Array(j.limit).fill(null).map((L,$1)=>({id:$1,type:"-",name:`Feature name ${$1}`,description:"",createdAt:new Date().toISOString(),createdBy:{id:0,name:"",imageUrl:""},dependencyType:null,favorite:!1,impressionData:!1,project:"project",segments:[],stale:!1,archivedAt:null,environments:[{name:"development",enabled:!1,type:"development"},{name:"production",enabled:!1,type:"production"}]})),[j.limit]),k1=N3(S),F1=l.useMemo(()=>S?O1:u,[S,JSON.stringify(u)]),t1=l.useMemo(()=>e1.map(L=>L.id).filter(Boolean),[e1]),i3=io(t1),r3=l8(d8(j,b,{columns:e1,data:F1,enableRowSelection:!0,state:{columnVisibility:i3},getRowId:Rp})),{columnVisibility:o3,rowSelection:u3}=r3.getState(),K=l.useCallback(L=>{const $1=o3[L],L1={...o3,[L]:!$1};b({columns:Object.keys(L1).filter(m3=>L1[m3]&&!m3.includes(","))})},[o3,b]),V1=lo(u,u3);return t.jsxs(Op,{children:[t.jsx(D,{condition:J,show:t.jsx(Vo,{projectId:n,setConnectSdkOpen:i,setOnboardingFlow:T,refetchFeatures:m})}),Y==="show-setup"&&!J?t.jsx(tl,{projectId:n,onClose:()=>{G("hide-setup")}}):null,f1?t.jsx(vp,{projectId:n}):null,t.jsx(C1,{disableLoading:!0,header:t.jsx(Ip,{isLoading:f,totalItems:g,environmentsToExport:X,actions:t.jsx($p,{type:"button",onClick:n1,children:Z1?"View active flags":"View archived flags"}),title:Z1?"Archived feature flags":"Feature flags"}),bodyClass:"noop",style:{cursor:"inherit"},children:t.jsxs("div",{ref:k1,"aria-busy":S,"aria-live":"polite",children:[t.jsxs(Fp,{children:[t.jsxs(P5,{children:[Z1?t.jsx(Z,{sx:{marginRight:"auto"},children:t.jsx(v5,{project:n,onChange:b,state:M})}):t.jsx(so,{projectId:n,state:M,onChange:b,total:v?void 0:g}),h?null:t.jsx($5,{searchQuery:j.query||"",onChangeSearchQuery:L=>{b({query:L})},isLoading:v}),t.jsx(Tp,{columnVisibility:o3,environments:X,onToggle:K})]}),Z1?null:t.jsxs(Z,{sx:{display:"flex",alignItems:"center"},children:[t.jsx(P5,{children:t.jsx(v5,{project:n,onChange:b,state:M})}),t.jsx(u9,{isActive:j.favoritesFirst,onClick:()=>b({favoritesFirst:!j.favoritesFirst})})]}),h?t.jsx($5,{searchQuery:j.query||"",onChangeSearchQuery:L=>{b({query:L})},isLoading:v}):null]}),t.jsx(l2,{value:j.query||"",children:t.jsx(p8,{tableInstance:r3,totalItems:g})}),t.jsx(D,{condition:!F1.length&&!S,show:t.jsx(ro,{query:j.query||""})}),z,I]})}),t.jsx(Cc,{open:s,onClose:()=>{i(!1)},onFinish:L=>{i(!1),G("show-setup"),p1(L)},project:n,environments:X,feature:"feature"in c.onboardingStatus?c.onboardingStatus.feature:void 0}),t.jsx($r,{count:V1.length,children:j.archived?t.jsx(al,{selectedIds:Object.keys(u3),projectId:n,onConfirm:()=>{m(),r3.resetRowSelection(),O("bulk archived")}}):t.jsx(Ur,{selectedIds:Object.keys(u3),data:V1,projectId:n,onResetSelection:r3.resetRowSelection,onChange:m})}),t.jsx(Fe,{open:r,setOpen:o,project:n})]})},Vp=e=>{const a=`api/admin/projects/${e}/sdks/outdated`,{data:n,refetch:c,error:s}=Y4(R1(a),()=>G4(R1(a),"Outdated SDKs"),{refreshInterval:60*1e3});return{data:n||{sdks:[]},refetch:c,error:s}},_p=d("ul")({margin:0}),Mp=({project:e})=>{const{data:{sdks:a}}=Vp(e),{trackEvent:n}=v1(),c=r=>{n("sdk-banner",{props:{eventType:"banner application clicked",sdkVersion:r}})},s=()=>{n("sdk-banner",{props:{eventType:"banner clicked"}})},i={message:`We noticed that an outdated SDK version is connected to ${e} project.`,variant:"warning",link:"dialog",linkText:"Please update those versions",linkClicked:s,dialogTitle:"Outdated SDKs",dialog:t.jsx(t.Fragment,{children:a.map(r=>t.jsxs("div",{children:[t.jsx("span",{children:r.sdkVersion}),t.jsx(_p,{children:r.applications.map(o=>t.jsx("li",{onClick:()=>{c(r.sdkVersion)},onKeyDown:()=>{c(r.sdkVersion)},children:t.jsx(l1,{to:`/applications/${o}`,children:o})},o))})]},r.sdkVersion))})};return t.jsx(t.Fragment,{children:t.jsx(D,{condition:a.length>0,show:t.jsx(m9,{banner:i,inline:!0})})})},Bp=15*1e3,Lp=d("div")(({theme:e})=>({display:"flex",gap:e.spacing(2),[e.breakpoints.down("md")]:{flexDirection:"column"}})),zp=d("div")(()=>({width:"100%",minWidth:0})),Np=d(Z)(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),width:"100%",minWidth:0})),Wp=()=>{var i;const e=U("projectId"),a=c3(e),n=a2("outdatedSdksBanner"),{project:c}=Q1(e,{refreshInterval:Bp});X1(`Project overview – ${a}`);const{setLastViewed:s}=v9();return l.useEffect(()=>{s(e)},[e,s]),t.jsx(Lp,{children:t.jsxs(Np,{children:[t.jsx(D,{condition:n,show:t.jsx(Mp,{project:e})}),t.jsx(zp,{children:t.jsx(Pp,{environments:((i=c.environments)==null?void 0:i.map(r=>r.environment))||[]})})]})},e)},Hp=()=>{const e=U("projectId");return t.jsx(g9,{title:"Event Log",project:e})},Pe=(e,a)=>{const{data:n,error:c,mutate:s}=P2(R1(`api/admin/projects/${e}/change-requests/${a}`),qp,{refreshInterval:15e3});return{data:n,loading:!c&&!n,refetchChangeRequest:()=>s(),error:c}},qp=e=>fetch(e).then(s3("Request changes")).then(a=>a.json()),Up=d(y3)(({theme:e})=>({padding:e.spacing(3,4),borderRadius:`${e.shape.borderRadiusLarge}px`}));d(Z)(({theme:e})=>({display:"flex",alignItems:"center",marginBottom:e.spacing(2)}));const Yp=d(Z)(({theme:e})=>({display:"flex",alignItems:"center"})),Gp=d($)(({theme:e})=>({display:"flex",alignItems:"center",marginRight:e.spacing(1),fontSize:e.fontSizes.mainHeader})),Jp=d(f9)(({theme:e})=>({padding:e.spacing(.75,1.5),backgroundColor:e.palette.background.elevation2})),L0=d(D0)(({theme:e})=>({height:"24px",width:"24px",marginInline:0})),Kp=({changeRequest:e})=>{var c,s;const[a,n]=l.useState(e.title);return t.jsxs(Up,{elevation:0,children:[t.jsx(x9,{environmentChangeRequest:e,title:a,setTitle:n,children:t.jsx(Gp,{variant:"h1",component:"h2",sx:{mr:1.5},children:t.jsx(k2,{lines:3,children:a})})}),t.jsxs(Yp,{children:[t.jsx(j9,{changeRequest:e}),t.jsxs($,{variant:"body2",sx:i=>({margin:i.spacing("auto",0,"auto",2)}),children:["Created ",t.jsx(u8,{date:e.createdAt})," by"]}),t.jsx(Z,{sx:i=>({marginLeft:i.spacing(1)}),children:t.jsx(P1,{title:(c=e==null?void 0:e.createdBy)==null?void 0:c.username,children:t.jsx(L0,{user:e==null?void 0:e.createdBy})})}),t.jsx($,{variant:"body2",sx:i=>({marginLeft:i.spacing(.5)}),children:(s=e==null?void 0:e.createdBy)==null?void 0:s.username}),t.jsx(Z,{sx:i=>({marginLeft:i.spacing(1.5)}),children:t.jsx(Jp,{variant:"outlined",children:t.jsxs($,{variant:"body2",sx:{lineHeight:1},children:["Environment:"," ",t.jsx($,{display:"inline",fontWeight:"bold",variant:"body2",component:"span",children:e==null?void 0:e.environment})," ",t.jsx(y9,{}),"Updates:",t.jsx(b9,{featuresCount:e.features.length,segmentsCount:e.segments.length})]})})})]})]})},V5=(e,a)=>["Draft","In review",...["Approved","Applied","Cancelled","Scheduled","Rejected"].filter(c=>e.hasOwnProperty(c)||c===a)],Qp=["Draft","In review","Approved","Applied"],Xp=["Draft","In review","Rejected"],eh=["Draft","In review","Approved","Cancelled"],th=["Draft","In review","Approved","Scheduled","Applied"],O7=d(f7)(({theme:e})=>({display:"flex",flexDirection:"column"})),ah=d(y3)(({theme:e})=>({marginTop:e.spacing(2),borderRadius:`${e.shape.borderRadiusLarge}px`})),nh=d(Z)(({theme:e})=>({padding:e.spacing(2),marginBottom:`-${e.spacing(4)}`})),ch=d(Z)(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"flex-end",columnGap:"1ch"})),sh=d(j7)(()=>({[`& .${x7.root}:before`]:{flex:0,padding:0}})),ih=(e,a,n,c)=>e==="Cancelled"?"grey":e==="Rejected"?n==="Rejected"?"error":"success":a!==-1&&a>=c?"success":a+1===c?"primary":"grey",rh=({state:e,schedule:a,timestamps:n})=>{let c;switch(e){case"Rejected":n?c=V5(n,"Rejected"):c=Xp;break;case"Scheduled":c=th;break;case"Cancelled":n?c=V5(n,"Cancelled"):c=eh;break;default:c=Qp}const s=c.indexOf(e);return t.jsx(ah,{elevation:0,children:t.jsx(nh,{children:t.jsx(sh,{children:c.map((i,r)=>{const o=r<=s&&(n!=null&&n[i])?t.jsx($,{component:"span",color:"textSecondary",children:t.jsx(F7,{dateTime:n==null?void 0:n[i]})}):void 0;if(a&&i==="Scheduled")return t.jsx(dh,{schedule:a,timestamp:o},i);const p=ih(e,s,i,r);let h={};return s+1===r&&!(e==="Cancelled"&&i==="Draft")&&(h={variant:"outlined"}),t.jsx(oh,{color:p,title:i,shouldConnectToNextItem:r<c.length-1,timestamp:o,timelineDotProps:h},i)})})})})},F7=({dateTime:e,...a})=>{const{locationSettings:n}=d2(),c=S9(new Date(e||""),n.locale);return t.jsx("time",{...a,dateTime:e,children:c})},oh=({color:e,title:a,shouldConnectToNextItem:n,timestamp:c,timelineDotProps:s={}})=>t.jsxs(b2,{children:[t.jsxs(y2,{children:[t.jsx(Ae,{color:e,...s}),n&&t.jsx(Ee,{})]}),t.jsxs(O7,{children:[a,c]})]},a),lh=e=>{const a=({prefix:n})=>t.jsxs($,{component:"span",children:[n," ",t.jsx(F7,{dateTime:e.scheduledAt})]});switch(e.status){case"suspended":return{title:"Schedule suspended",timeInfo:t.jsx(a,{prefix:"was"}),color:"grey",reason:t.jsx(Q3,{title:e.reason,arrow:!0,children:t.jsx(r0,{color:"disabled",fontSize:"small"})})};case"failed":return{title:"Schedule failed",timeInfo:t.jsx(a,{prefix:"at"}),color:"error",reason:t.jsx(Q3,{title:`Schedule failed because of ${e.reason||e.failureReason}`,arrow:!0,children:t.jsx(r0,{color:"error",fontSize:"small"})})};default:return{title:"Scheduled",timeInfo:t.jsx(a,{prefix:"for"}),color:"warning",reason:null}}},dh=({schedule:e,timestamp:a})=>{const{title:n,timeInfo:c,color:s,reason:i}=lh(e);return t.jsxs(b2,{children:[t.jsxs(y2,{children:[t.jsx(Ae,{color:s}),t.jsx(Ee,{})]}),t.jsxs(O7,{children:[n,t.jsxs(ch,{children:[c,i]}),a]})]},n)};var Ve={},ph=W1;Object.defineProperty(Ve,"__esModule",{value:!0});var $7=Ve.default=void 0,hh=ph(N1()),_5=t,uh=(0,hh.default)([(0,_5.jsx)("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"},"0"),(0,_5.jsx)("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"},"1")],"Schedule");$7=Ve.default=uh;const _e=()=>e=>e!=="color"&&e!=="sx"&&e!=="approved"&&e!=="border"&&e!=="bgColor"&&e!=="svgColor",n3=d(Z)(({theme:e})=>({display:"flex",alignItems:"center"})),P7=d(ae)(({theme:e})=>({color:e.palette.error.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),M5=d(ae)(({theme:e})=>({color:e.palette.warning.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),g0=d(m8)(({theme:e})=>({color:e.palette.success.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),mh=d($7)(({theme:e})=>({color:e.palette.warning.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),vh=d(r0)(({theme:e})=>({color:e.palette.error.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),gh=d(w9)(({theme:e})=>({color:e.palette.text.secondary,height:"35px",width:"35px",marginRight:e.spacing(1)})),fh=d(p2)(({theme:e})=>({color:e.palette.text.secondary,height:"24px",width:"24px"})),xh=d(Z)(({theme:e})=>({display:"flex",marginTop:e.spacing(2)})),jh=d(Z,{shouldForwardProp:_e()})(({theme:e,bgColor:a,svgColor:n})=>({borderRadius:`${e.shape.borderRadiusMedium}px`,backgroundColor:a,padding:e.spacing(1,2),marginRight:e.spacing(2),height:"45px",width:"45px",display:"flex",alignItems:"center",justifyContent:"center",svg:{color:n}})),Me=d(o2)(({theme:e})=>({margin:e.spacing(2.5,0)})),yh=d(Z,{shouldForwardProp:_e()})(({theme:e,border:a})=>({borderRadius:`${e.shape.borderRadiusLarge}px`,border:a,padding:e.spacing(3),width:"100%"})),J1=d($,{shouldForwardProp:_e()})(({theme:e,color:a})=>({fontWeight:"bold",color:a})),bh=d(Z)({display:"flex",flexDirection:"row",justifyContent:"space-between",width:"100%"}),z0=()=>Intl.DateTimeFormat().resolvedOptions().timeZone,Sh=(e,a)=>e==="Approved"||e==="Scheduled"?`2px solid ${a.palette.success.main}`:e==="Applied"?`2px solid ${a.palette.primary.main}`:`1px solid ${a.palette.divider}`,wh=(e,a)=>e==="Approved"?{bgColor:a.palette.success.main,svgColor:a.palette.background.paper}:e==="Applied"?{bgColor:a.palette.primary.main,svgColor:a.palette.background.paper}:{bgColor:a.palette.background.elevation2,svgColor:a.palette.neutral.main},Ch=({changeRequest:e,onEditClick:a})=>{const n=S1();return t.jsxs(xh,{children:[t.jsx(jh,{...wh(e.state,n),children:t.jsx(v8,{})}),t.jsx(yh,{sx:{backgroundColor:e.state==="In review"?n.palette.warning.light:"initial"},border:Sh(e.state,n),children:t.jsx(Zh,{changeRequest:e,onEditClick:a})})]})},Zh=({changeRequest:e,onEditClick:a})=>{const{state:n}=e;if(!n)return null;if(n==="Approved")return t.jsx(kh,{});if(n==="Applied")return t.jsx(Eh,{});if(n==="Cancelled")return t.jsx(Fh,{});if(n==="Rejected")return t.jsx($h,{});if(n==="Scheduled"){const{schedule:c}=e;return t.jsx(Dh,{schedule:c,onEditClick:a})}return t.jsx(Th,{minApprovals:e.minApprovals})},kh=()=>{const e=S1();return t.jsxs(t.Fragment,{children:[t.jsxs(n3,{children:[t.jsx(g0,{}),t.jsxs(Z,{children:[t.jsx(J1,{color:e.palette.success.dark,children:"Changes approved"}),t.jsx($,{children:"One approving review from requested approvers"})]})]}),t.jsx(Me,{}),t.jsxs(n3,{children:[t.jsx(g0,{}),t.jsx(Z,{children:t.jsx(J1,{color:e.palette.success.dark,children:"Changes are ready to be applied"})})]})]})},Th=({minApprovals:e})=>{const a=S1();return t.jsxs(t.Fragment,{children:[t.jsxs(n3,{children:[t.jsx(M5,{}),t.jsxs(Z,{children:[t.jsx(J1,{color:a.palette.warning.dark,children:"Review required"}),t.jsxs($,{children:["At least ",e," approval(s) must be submitted before changes can be applied"]})]})]}),t.jsx(Me,{}),t.jsxs(n3,{children:[t.jsx(M5,{}),t.jsx(J1,{color:a.palette.warning.dark,children:"Apply changes is blocked"})]})]})},Eh=()=>{const e=S1();return t.jsx(t.Fragment,{children:t.jsxs(n3,{children:[t.jsx(g0,{sx:{color:e.palette.primary.main}}),t.jsx(Z,{children:t.jsx(J1,{color:e.palette.primary.main,children:"Changes applied"})})]})})},Ah=d(j1)({maxWidth:"32px",maxHeight:"32px"}),Dh=({schedule:e,onEditClick:a})=>{const n=S1();if(!e)return null;const c=(()=>{switch(e.status){case"pending":return t.jsx(Oh,{schedule:e});case"failed":return t.jsx(Ih,{schedule:e});case"suspended":return t.jsx(Rh,{schedule:e});default:return null}})();return t.jsxs(t.Fragment,{children:[t.jsxs(n3,{children:[t.jsx(g0,{}),t.jsxs(Z,{children:[t.jsx(J1,{color:n.palette.success.dark,children:"Changes approved"}),t.jsx($,{children:"One approving review from requested approvers"})]})]}),t.jsx(Me,{}),t.jsxs(bh,{children:[c,t.jsx(Ah,{onClick:a,children:t.jsx(fh,{})})]})]})},Ih=({schedule:e})=>{const a=S1(),n=z0(),{locationSettings:c}=d2(),s=V2(new Date(e==null?void 0:e.scheduledAt),c==null?void 0:c.locale);return t.jsxs(n3,{children:[t.jsx(vh,{}),t.jsxs(Z,{children:[t.jsxs(J1,{color:a.palette.error.main,children:["Changes failed to be applied on ",s," because of"," ",e.reason??e.failureReason]}),t.jsxs($,{children:["Your timezone is ",n]})]})]})},Rh=({schedule:e})=>{const a=S1(),n=z0(),{locationSettings:c}=d2(),s=V2(new Date(e==null?void 0:e.scheduledAt),c==null?void 0:c.locale);return t.jsxs(n3,{children:[t.jsx(gh,{}),t.jsxs(Z,{children:[t.jsxs(J1,{color:a.palette.text.secondary,children:["The change request is suspended for the following reason:"," ",e.reason]}),t.jsxs(J1,{color:a.palette.text.secondary,children:["It will not be applied on ",s,"."]}),t.jsxs($,{children:["Your timezone is ",n]})]})]})},Oh=({schedule:e})=>{const a=S1(),n=z0(),{locationSettings:c}=d2(),s=V2(new Date(e==null?void 0:e.scheduledAt),c==null?void 0:c.locale);return t.jsxs(n3,{children:[t.jsx(mh,{}),t.jsxs(Z,{children:[t.jsxs(J1,{color:a.palette.warning.dark,children:["Changes are scheduled to be applied on: ",s]}),t.jsxs($,{children:["Your timezone is ",n]})]})]})},Fh=()=>{const e=S1();return t.jsx(t.Fragment,{children:t.jsxs(n3,{children:[t.jsx(P7,{}),t.jsx(Z,{children:t.jsx(J1,{color:e.palette.error.main,children:"Changes cancelled"})})]})})},$h=()=>{const e=S1();return t.jsx(t.Fragment,{children:t.jsxs(n3,{children:[t.jsx(P7,{}),t.jsx(Z,{children:t.jsx(J1,{color:e.palette.error.main,children:"Changes rejected"})})]})})},V7=({disabled:e,children:a,actions:n,permission:c,projectId:s,ariaLabel:i,environmentId:r})=>{const[o,p]=j3.useState(!1),h=j3.useRef(null),u=()=>{p(v=>!v)},g=v=>{var f;(f=h.current)!=null&&f.contains(v.target)||p(!1)},m=h.current?h.current.offsetWidth:null;return t.jsxs(j3.Fragment,{children:[t.jsx(z3,{variant:"contained",disabled:e,"aria-controls":o?"review-options-menu":void 0,"aria-expanded":o?"true":void 0,"aria-label":i,"aria-haspopup":"menu",onClick:u,ref:h,endIcon:t.jsx(C9,{}),permission:c,projectId:s,environmentId:r,children:a}),t.jsx(Z9,{sx:{zIndex:1,width:m},open:o,anchorEl:h.current,transition:!0,disablePortal:!0,children:({TransitionProps:v,placement:f})=>t.jsx(k9,{...v,style:{transformOrigin:f==="bottom"?"center top":"center bottom"},children:t.jsx(y3,{className:"dropdown-outline",children:t.jsx(T9,{onClickAway:g,children:t.jsx(I2,{id:"review-options-menu",autoFocusItem:!0,children:n.map(({label:j,onSelect:b,icon:x})=>t.jsxs(H1,{disabled:e,onClick:b,children:[t.jsx(e3,{children:x}),t.jsx(q1,{children:j})]},`MenuItem-${j}`))})})})})})]})},Ph=({disabled:e,onReject:a,onApprove:n,children:c})=>{const{isAdmin:s}=l.useContext(S3),i=U("projectId"),r=U("id"),{user:o}=g8(),{data:p}=Pe(i,r),h=(p==null?void 0:p.createdBy.id)===(o==null?void 0:o.id),u=e||h&&!s;return t.jsx(V7,{permission:E9,disabled:u,actions:[{label:"Approve",onSelect:n,icon:t.jsx(R2,{fontSize:"small"})},{label:"Reject",onSelect:a,icon:t.jsx(A9,{fontSize:"small"})}],environmentId:p==null?void 0:p.environment,projectId:i,ariaLabel:"review or reject changes",children:c})},Vh=d(Z)(({theme:e})=>({display:"flex",marginTop:e.spacing(2)})),_h=d(y3)(({theme:e})=>({width:"100%",padding:e.spacing(1.5,3,2.5,3),backgroundColor:e.palette.neutral.light,borderRadius:e.shape.borderRadiusLarge,borderColor:e.palette.divider})),Mh=d(Z)(({theme:e})=>({display:"flex",borderBottom:"1px solid",borderColor:e.palette.divider,paddingBottom:e.spacing(1.5)})),Bh=({comment:e})=>t.jsxs(Vh,{children:[t.jsx(D9,{user:e.createdBy}),t.jsxs(_h,{variant:"outlined",children:[t.jsx(Mh,{children:t.jsxs(Z,{children:[t.jsx("strong",{children:e.createdBy.username})," ",t.jsxs($,{color:"text.secondary",component:"span",children:["commented ",t.jsx(u8,{date:e.createdAt})]})]})}),t.jsx(Z,{sx:{paddingTop:2.5},children:t.jsx(I9,{children:e.text})})]})]}),Lh=({open:e,onConfirm:a,onClose:n,disabled:c=!1})=>{const[s,i]=l.useState("");return t.jsxs(K1,{open:e,primaryButtonText:"Reject changes",secondaryButtonText:"Cancel",onClick:()=>a(s),disabledPrimaryButton:c,onClose:n,title:"Reject changes",fullWidth:!0,children:[t.jsx(Z,{children:"Add an optional comment why you reject those changes"}),t.jsx(G1,{sx:{mt:1},variant:"outlined",placeholder:"Add your comment here",fullWidth:!0,multiline:!0,minRows:2,onChange:r=>i(r.target.value),value:s})]})};var Be={},zh=W1;Object.defineProperty(Be,"__esModule",{value:!0});var _7=Be.default=void 0,Nh=zh(N1()),Wh=t,Hh=(0,Nh.default)((0,Wh.jsx)("path",{d:"M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"}),"Today");_7=Be.default=Hh;const B5=({disabled:e,onSchedule:a,onApply:n,variant:c="create",children:s})=>{const i=U("projectId"),r=U("id"),{data:o}=Pe(i,r);return t.jsx(V7,{permission:ne,disabled:e,actions:[{label:"Apply changes",onSelect:n,icon:t.jsx(R2,{fontSize:"small"})},{label:c==="create"?"Schedule changes":"Update schedule",onSelect:a,icon:t.jsx(_7,{fontSize:"small"})}],environmentId:o==null?void 0:o.environment,projectId:i,ariaLabel:"apply or schedule changes",children:s})},qh=d(g1)(({theme:e})=>({marginBottom:e.spacing(2),backgroundColor:`${e.palette.neutral.light}!important`,color:`${e.palette.text.primary}!important`,borderColor:`${e.palette.neutral.light}!important`})),M7=({open:e,onConfirm:a,onClose:n,title:c,primaryButtonText:s,disabled:i,message:r,scheduledTime:o,permissionButton:p})=>o?t.jsxs(K1,{title:c,primaryButtonText:s,disabledPrimaryButton:i,secondaryButtonText:"Cancel",open:e,onClose:n,onClick:()=>a(),permissionButton:p,fullWidth:!0,children:[t.jsxs(qh,{icon:!1,children:["There is a scheduled time to apply these changes set for"," ",t.jsxs("strong",{children:[t.jsx("br",{}),`${new Date(o).toLocaleString()}`]})]}),t.jsx($,{variant:"body1",children:r})]}):null,Uh=({projectId:e,environment:a,disabled:n,onConfirm:c,...s})=>t.jsx(M7,{message:"Applying the changes now means the scheduled time will be ignored",title:"Apply changes",primaryButtonText:"Apply changes now",onConfirm:c,permissionButton:t.jsx(z3,{variant:"contained",onClick:()=>c(),projectId:e,permission:ne,environmentId:a,disabled:n,children:"Apply changes now"}),...s}),Yh=({...e})=>t.jsx(M7,{message:"Rejecting this change request will delete its schedule and it can no longer be rescheduled or applied.",title:"Reject changes",primaryButtonText:"Reject changes",...e}),Gh=d(Z)(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",gap:e.spacing(2)})),Jh=({open:e,onConfirm:a,onClose:n,title:c,primaryButtonText:s,projectId:i,environment:r,disabled:o,scheduledAt:p})=>{const[h,u]=l.useState(p?new Date(p):new Date),[g,m]=l.useState(void 0),v=z0();return t.jsxs(K1,{title:c,primaryButtonText:s,disabledPrimaryButton:o,secondaryButtonText:"Cancel",open:e,onClose:()=>n(),onClick:()=>a(h),permissionButton:t.jsx(z3,{variant:"contained",onClick:()=>a(h),projectId:i,permission:ne,environmentId:r,disabled:o,children:s}),fullWidth:!0,children:[t.jsx(g1,{severity:"info",sx:{mb:f=>f.spacing(2)},children:"The time shown below is based on your browser's time zone."}),t.jsx($,{variant:"body1",sx:{mb:f=>f.spacing(4)},children:"Select the date and time when these changes should be applied. If you change your mind later, you can reschedule the changes or apply them immediately."}),t.jsxs(Gh,{children:[t.jsx(R9,{label:"Date",value:h,onChange:f=>{m(void 0),f<new Date&&m(`The time you provided (${f.toLocaleString()}) is not valid because it's in the past. Please select a time in the future.`),u(f)},min:new Date,error:!!g,errorText:g,required:!0}),t.jsxs($,{variant:"body2",children:["Your browser's time zone is ",v]})]})]})},B7=e=>{const{data:a,mutate:n}=f8({total:0},R1(`api/admin/projects/${e}/change-requests/actionable`),Kh);return{total:a==null?void 0:a.total,refetch:n}},Kh=e=>fetch(e).then(s3("Actionable change requests")).then(a=>a.json()),Qh=(e,a)=>{const{data:n,error:c,mutate:s}=P2(R1(`api/admin/projects/${e}/change-requests/${a}/approvers`),Xh);return l.useMemo(()=>({reviewers:(n==null?void 0:n.reviewers)||[],loading:!c&&!n,refetchReviewers:()=>s(),error:c}),[n,c,s])},Xh=e=>fetch(e).then(s3("Requested Approvers")).then(a=>a.json()),Le=d(Z)(({theme:e})=>({display:"flex",alignItems:"center",flexWrap:"wrap",marginTop:e.spacing(1.5),gap:e.spacing(1)})),eu=d(m8)(({theme:e})=>({color:e.palette.success.main,marginLeft:"auto"})),tu=d(ae)(({theme:e})=>({color:e.palette.error.main,marginLeft:"auto"})),au=d(B8)(({theme:e})=>({color:e.palette.neutral.main,marginLeft:"auto"})),ze=d($)({maxWidth:"170px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",color:"text.primary"}),nu=({name:e,imageUrl:a})=>t.jsxs(Le,{title:"Approved",children:[t.jsx(L0,{user:{name:e,imageUrl:a}}),t.jsx(ze,{variant:"body1",children:e}),t.jsx(eu,{})]}),cu=({name:e,imageUrl:a})=>t.jsxs(Le,{title:"Rejected",children:[t.jsx(L0,{user:{name:e,imageUrl:a}}),t.jsx(ze,{variant:"body1",children:e}),t.jsx(tu,{})]}),su=({name:e,imageUrl:a})=>t.jsxs(Le,{title:"Pending",children:[t.jsx(L0,{user:{name:e,imageUrl:a}}),t.jsx(ze,{variant:"body1",children:e}),t.jsx(au,{})]}),iu=d("span")(({theme:e})=>({display:"flex",alignItems:"center",marginRight:e.spacing(1),fontSize:e.fontSizes.bodySize})),L7=d(Z)(({theme:e})=>({display:"flex",flexDirection:"row",width:"100%","& > div":{width:"100%"},justifyContent:"space-between",marginBottom:e.spacing(2),marginRight:e.spacing(-2)})),L5=d(j1)(({theme:e})=>({marginRight:e.spacing(-1)})),ru=d("li")({width:"100%"}),ou=d("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:first-of-type":{color:e.palette.text.secondary}})),lu=d("div")(({theme:e})=>({paddingLeft:e.spacing(1)})),du=(e,a,{selected:n})=>l.createElement(ru,{...e,key:a.id},t.jsx(O2,{icon:t.jsx(se,{fontSize:"small"}),checkedIcon:t.jsx(ce,{fontSize:"small"}),style:{marginRight:8},checked:n}),t.jsxs(ou,{children:[t.jsx("span",{children:a.name||a.username}),t.jsx("span",{children:a.name&&a.username?a.username:a.email})]})),pu=e=>t.jsx(lu,{children:e.length>1?`${e.length} reviewers`:e[0].name||e[0].username||e[0].email}),hu=({canShowAddReviewers:e,showAddReviewers:a,actualApprovals:n,minApprovals:c,setShowAddReviewers:s})=>t.jsx(t.Fragment,{children:t.jsxs(L7,{sx:{mb:1},children:[t.jsxs(iu,{children:["Reviewers",t.jsxs($,{component:"span",color:"text.secondary",sx:{ml:1},children:["(",n,"/",c," required)"]})]}),e&&(a?t.jsx(L5,{title:"Close",onClick:()=>{s(!1)},children:t.jsx(O9,{})}):t.jsx(L5,{title:"Request approvals",onClick:()=>{s(!0)},children:t.jsx(D3,{})}))]})}),uu=({changeRequest:e,saveClicked:a,existingReviewers:n})=>{const c=S1(),[s,i]=l.useState([]),r=[...n,...s],{reviewers:o,loading:p}=F9(e.project,e.environment),h=o.filter(m=>!n.some(v=>v.id===m.id)),u=(m,v,f)=>{m.type==="keydown"&&m.key==="Backspace"&&f==="removeOption"||i(v)},g=(m,{inputValue:v})=>m.filter(({name:f,username:j,email:b})=>_3(v,b)||_3(v,f)||_3(v,j));return t.jsxs(L7,{sx:{mb:4},children:[t.jsx(x8,{sx:{ml:"auto",width:c.spacing(40)},size:"small",limitTags:3,openOnFocus:!0,multiple:!0,disableCloseOnSelect:!0,value:s,onChange:u,options:h,renderOption:du,filterOptions:g,freeSolo:r.length>=10?!1:void 0,getOptionDisabled:m=>r.length>=10&&!s.find(v=>v.id===m.id),isOptionEqualToValue:(m,v)=>m.id===v.id,getOptionLabel:m=>m.email||m.name||m.username||"",renderInput:m=>t.jsx(G1,{...m,label:`Reviewers (${s.length})`}),renderTags:m=>pu(m),noOptionsText:p?"Loading…":"No options"}),t.jsx(Q,{sx:{ml:2},variant:"contained",color:"primary",disabled:!1,onClick:()=>a(s),children:"Save"})]})},mu=({changeRequest:e})=>{const[a,n]=l.useState(!1),{reviewers:c,refetchReviewers:s}=Qh(e.project,e.id),{updateRequestedApprovers:i}=F2(),r=(e.state==="Draft"||e.state==="In review")&&e.minApprovals>0;let o=c.map(h=>{const u=e.approvals.find(m=>m.createdBy.id===h.id),g=e.rejections.find(m=>m.createdBy.id===h.id);return{id:h.id,name:h.username||h.name||"Unknown user",imageUrl:h.imageUrl,status:u?"approved":g?"rejected":"pending"}});o=[...o,...e.approvals.filter(h=>!o.find(u=>u.name===h.createdBy.username)).map(h=>({id:h.createdBy.id,name:h.createdBy.username||"Unknown user",imageUrl:h.createdBy.imageUrl,status:"approved"})),...e.rejections.filter(h=>!o.find(u=>u.name===h.createdBy.username)).map(h=>({id:h.createdBy.id,name:h.createdBy.username||"Unknown user",imageUrl:h.createdBy.imageUrl,status:"rejected"}))];const p=async h=>{if(h.length>0){const u=[...o.map(g=>g.id),...h.map(g=>g.id)];await i(e.project,e.id,u)}s(),n(!1)};return t.jsxs(y3,{elevation:0,sx:h=>({marginTop:h.spacing(2),padding:h.spacing(4),paddingTop:h.spacing(2),borderRadius:u=>`${u.shape.borderRadiusLarge}px`}),children:[t.jsx(hu,{canShowAddReviewers:r,showAddReviewers:a,minApprovals:e.minApprovals,actualApprovals:e.approvals.length,setShowAddReviewers:n}),r&&a&&t.jsx(uu,{changeRequest:e,existingReviewers:o,saveClicked:p}),o.map(h=>{const u=h.id,g={name:h.name||"Unknown user",imageUrl:h.imageUrl};switch(h.status){case"approved":return t.jsx(nu,{...g},u);case"rejected":return t.jsx(cu,{...g},u);case"pending":return t.jsx(su,{...g},u);default:return null}})]})},Ne="md",vu=d(Z)(({theme:e})=>({width:"30%",display:"flex",flexDirection:"column",[e.breakpoints.down(Ne)]:{width:"100%"}})),gu=d(y3)(({theme:e})=>({padding:e.spacing(1,2),borderRadius:e.shape.borderRadiusLarge})),fu=d(y3)(({theme:e})=>({padding:e.spacing(1,2),borderRadius:e.shape.borderRadiusLarge,marginTop:e.spacing(2)})),xu=d("div")(({theme:e})=>({marginTop:e.spacing(2),width:"70%",borderRadius:e.shape.borderRadiusLarge,[e.breakpoints.down(Ne)]:{width:"100%"}})),ju=d(Z)(({theme:e})=>({marginTop:e.spacing(3),display:"flex",justifyContent:"flex-end"})),yu=d(Z)(({theme:e})=>({padding:e.spacing(2)})),bu=d(Z)(({theme:e})=>({paddingBottom:e.spacing(1.5)})),Su=d(Z)(({theme:e})=>({display:"flex",marginTop:e.spacing(2)})),p4=d(Q)(({theme:e})=>({marginLeft:e.spacing(2)})),wu=d(Z)(({theme:e})=>({display:"flex",columnGap:e.spacing(2),[e.breakpoints.down(Ne)]:{flexDirection:"column"}})),Cu=d(Z)(({theme:e})=>({display:"flex",flexDirection:"row",justifyContent:"flex-end",width:"100%"})),Zu=d(Z)(({theme:e})=>({width:"100%"})),ku=d($)(({theme:e})=>({fontWeight:"bold"})),Tu=d(Z)(({theme:e})=>({borderRadius:`${e.shape.borderRadiusMedium}px`,backgroundColor:e.palette.primary.main,padding:e.spacing(1,2),marginRight:e.spacing(2),height:"45px",width:"45px",display:"flex",alignItems:"center",justifyContent:"center",svg:{color:e.palette.background.paper}})),Eu=()=>{var k1,F1;const e=U("projectId"),[a,n]=l.useState(!1),[c,s]=l.useState(!1),[i,r]=l.useState(!1),[o,p]=l.useState(!1),[h,u]=l.useState(!1),{user:g}=g8(),{isAdmin:m}=l.useContext(S3),[v,f]=l.useState(""),{refetch:j}=B7(e),b=U("id"),{data:x,refetchChangeRequest:C}=Pe(e,b),{changeState:A,addComment:M}=F2(),{refetch:k}=C0(e),{setToastData:B,setToastApiError:w}=b1(),{isChangeRequestConfiguredForReview:O}=$2(e),[V,P]=l.useState(!1),I=B1();if(S1(),!x)return null;const z=O(x.environment),q=()=>{switch(x.state){case"Scheduled":return`${x.state} ${x.schedule.status}`;default:return x.state}},E=async()=>{try{P(!0),await A(e,Number(b),q(),{state:"Applied"}),p(!1),await C(),k(),j(),B({type:"success",text:"Changes applied"})}catch(t1){w(u1(t1))}finally{P(!1)}},W=async t1=>{try{P(!0),await A(e,Number(b),q(),{state:"Scheduled",scheduledAt:t1.toISOString()}),r(!1),C(),k(),j(),B({type:"success",text:"Changes scheduled"})}catch(i3){w(u1(i3))}finally{P(!1)}},_=async()=>{try{P(!0),await M(e,b,v),f(""),await C(),B({type:"success",text:"Comment added"})}catch(t1){w(u1(t1))}finally{P(!1)}},F=async()=>{try{P(!0),await A(e,Number(b),q(),{state:"Cancelled"}),n(!1),await C(),k(),j(),B({type:"success",text:"Changes cancelled"})}catch(t1){w(u1(t1))}finally{P(!1)}},S=async t1=>{try{P(!0),await A(e,Number(b),q(),{state:"Rejected",comment:t1}),s(!1),await C(),B({type:"success",text:"Changes rejected"}),k(),j()}catch(i3){w(u1(i3))}finally{P(!1)}},y=async()=>{try{P(!0),await A(e,Number(b),q(),{state:"Approved"}),await C(),j(),k(),B({type:"success",text:"Changes approved"})}catch(t1){w(u1(t1))}finally{P(!1)}},T=()=>n(!0),Y=()=>n(!1),G=()=>s(!1),J=()=>p(!1),p1=()=>r(!1),f1=()=>u(!1),Z1=(x==null?void 0:x.createdBy.id)===(g==null?void 0:g.id)&&x.state==="In review"&&!m,n1=(k1=x.approvals)==null?void 0:k1.some(t1=>t1.createdBy.id===(g==null?void 0:g.id)),X=$9(x),e1="schedule"in x?x.schedule.scheduledAt:void 0,O1=x.state==="Scheduled"?{state:"Scheduled",schedule:x.schedule}:{state:x.state,schedule:void 0};return t.jsxs(t.Fragment,{children:[t.jsx(Kp,{changeRequest:x}),t.jsxs(wu,{children:[t.jsxs(vu,{children:[t.jsx(rh,{...O1,timestamps:x.stateTimestamps}),t.jsx(mu,{changeRequest:x})]}),t.jsxs(xu,{children:[t.jsx(gu,{elevation:0,children:t.jsxs(yu,{children:["Requested Changes (",X,")",t.jsx(P9,{changeRequest:x,onRefetch:C}),(F1=x.comments)==null?void 0:F1.map(t1=>t.jsx(Bh,{comment:t1},t1.id)),t.jsx(V9,{user:g,commentText:v,onTypeComment:f,children:t.jsx(Q,{variant:"outlined",onClick:_,disabled:!z||v.trim().length===0||v.trim().length>1e3||V,children:"Comment"})}),t.jsx(D,{condition:Z1,show:t.jsx(g1,{sx:t1=>({marginTop:t1.spacing(1.5)}),severity:"info",children:"You can not approve your own change request"})}),t.jsx(Ch,{changeRequest:x,onEditClick:()=>r(!0)}),t.jsxs(ju,{children:[t.jsx(D,{condition:x.state==="In review"&&!n1,show:t.jsxs(Ph,{onReject:()=>s(!0),onApprove:y,disabled:!z||V,children:["Review changes (",X,")"]})}),t.jsx(D,{condition:x.state==="Scheduled",show:t.jsx(B5,{onApply:()=>p(!0),disabled:!z||V,onSchedule:()=>r(!0),variant:"update",children:"Apply or schedule changes"})}),t.jsx(D,{condition:x.state==="In review"||x.state==="Approved"||x.state==="Scheduled",show:t.jsx(p4,{variant:"outlined",onClick:()=>{I(`/playground?changeRequest=${x.id}&projects=${e}&environments=${x.environment}`)},children:"Preview changes"})}),t.jsx(D,{condition:!j8(x.state)&&(x.createdBy.id===(g==null?void 0:g.id)||m),show:t.jsx(D,{condition:!!e1,show:t.jsx(p4,{variant:"outlined",onClick:()=>u(!0),disabled:V,children:"Reject changes"}),elseShow:t.jsx(p4,{variant:"outlined",onClick:T,disabled:V,children:"Cancel changes"})})})]})]})}),t.jsx(D,{condition:x.state==="Approved",show:t.jsx(fu,{elevation:0,children:t.jsx(bu,{children:t.jsxs(Su,{children:[t.jsx(Tu,{children:t.jsx(v8,{})}),t.jsxs(Zu,{children:[t.jsx(ku,{children:"Apply changes"}),t.jsx($,{children:"The change request has been reviewed and approved"})]}),t.jsx(Cu,{children:t.jsx(B5,{onApply:E,disabled:!z||V,onSchedule:()=>r(!0),children:"Apply or schedule changes"})})]})})})})]}),t.jsxs(K1,{open:a,onClick:F,onClose:Y,title:"Cancel change request",children:[t.jsx($,{sx:{marginBottom:2},children:"You are about to cancel this change request"}),t.jsx($,{variant:"body2",sx:t1=>({color:t1.palette.neutral.dark}),children:"The change request will be moved to closed, and it can't be applied anymore. Once cancelled, the change request can't be reopened."})]}),t.jsx(Lh,{open:c,onConfirm:S,onClose:G,disabled:V}),t.jsxs(t.Fragment,{children:[t.jsx(Jh,{open:i,onConfirm:W,onClose:p1,disabled:!z||V,projectId:e,environment:x.environment,primaryButtonText:x.state==="Scheduled"?"Update scheduled time":"Schedule changes",title:x.state==="Scheduled"?"Update schedule":"Schedule changes",scheduledAt:e1}),t.jsx(Uh,{open:o,onConfirm:E,onClose:J,scheduledTime:e1,disabled:!z||V,projectId:e,environment:x.environment}),t.jsx(Yh,{open:h,onConfirm:S,onClose:f1,scheduledTime:e1,disabled:V})]})]})]})},Au=d("div")(({theme:e})=>({display:"flex",flexDirection:"row",margin:0})),Du=({value:e,row:{original:a}})=>{const{searchQuery:n}=ie(),c=U("projectId"),{id:s,title:i,features:r,segments:o}=a,p=(r||[]).length+(o||[]).length,h=`/projects/${c}/change-requests/${s}`;return e?t.jsxs(y1,{sx:{minWidth:"200px"},children:[t.jsx(Au,{children:t.jsx($,{variant:"body2",children:t.jsx(b3,{component:l1,underline:"hover",to:h,sx:u=>({paddingTop:u.spacing(.2),marginRight:u.spacing(1),"&:hover":{textDecoration:"underline"}}),children:t.jsx(k2,{title:i,children:t.jsx(o0,{search:n,children:i})})})})}),t.jsxs("span",{children:[`${p}`," ",p<=1?"update":"updates"]})]}):t.jsx(y1,{})},Iu=re()(e=>({header:{padding:e.spacing(0,4)},bodyClass:{padding:e.spacing(2,4,4,4),overflowX:"auto"}})),Ru={id:"createdAt",desc:!0},Ou=d("div")({paddingLeft:0,paddingBottom:0}),Fu=d(s0)(({theme:e})=>({textTransform:"none",width:"auto",fontSize:e.typography.body2.fontSize,[e.breakpoints.up("md")]:{minWidth:160}})),$u=d(Z)(({theme:e})=>({textAlign:"right",paddingBottom:e.spacing(2),fontSize:e.fontSizes.smallBody})),Pu=d(V0)(()=>({th:{whiteSpace:"nowrap"},td:{verticalAlign:"top",maxWidth:"250px"}})),Vu=({changeRequests:e=[],placeholder:a,loading:n,projectId:c})=>{const{classes:s}=Iu(),i=Y1(T2.breakpoints.down("md")),[r,o]=k0(),[p,h]=l.useState(r.get("search")||""),{value:u,setValue:g}=J4(`${c}:ProjectChangeRequest`,Ru),m=r.get("type")||u.type,[v,f]=l.useState(m==="closed"?"closed":"open"),{openChangeRequests:j=[],closedChangeRequests:b=[]}=l.useMemo(()=>Object.groupBy(e,({state:_})=>j8(_)?"closedChangeRequests":"openChangeRequests"),[e]),x=[{title:"Open",data:j,type:"open"},{title:"Closed",data:b,type:"closed"}],C=x.find(_=>_.type===v)||x[0],A=l.useMemo(()=>[{id:"Title",Header:"Title",canSort:!0,accessor:"title",searchable:!0,Cell:Du},{id:"Updated feature flags",Header:"Updated feature flags",canSort:!1,accessor:"features",searchable:!0,filterName:"feature",filterParsing:_=>(_==null?void 0:_.map(({name:F})=>F).join(`
|
|
9
|
+
`))||"",filterBy:(_,F)=>_.features.find(S=>F.map(y=>y.toLowerCase()).includes(S.name.toLowerCase())),Cell:({value:_,row:{original:{title:F}}})=>t.jsx(B9,{project:c,value:_},F)},{Header:"By",accessor:"createdBy",width:"10%",canSort:!1,Cell:_9,align:"left",searchable:!0,filterName:"by",filterParsing:_=>(_==null?void 0:_.username)||""},{Header:"Submitted",accessor:"createdAt",maxWidth:100,width:"5%",Cell:l0},{Header:"Environment",accessor:"environment",searchable:!0,width:"10%",Cell:I0,filterName:"environment"},{Header:"Status",accessor:"state",searchable:!0,maxWidth:"170px",width:"10%",Cell:M9,filterName:"status"}],[c]),{data:M,getSearchText:k,getSearchContext:B}=oe(A,p,C==null?void 0:C.data),w=l.useMemo(()=>n?L9:M,[M,n]),[O]=l.useState(()=>({sortBy:[{id:r.get("sort")||u.id,desc:r.has("order")?r.get("order")==="desc":u.desc}],hiddenColumns:[]})),{headerGroups:V,rows:P,state:{sortBy:I},prepareRow:z,setHiddenColumns:q,getTableProps:E,getTableBodyProps:W}=D1.useTable({columns:A,data:w,initialState:O,sortTypes:_2,autoResetHiddenColumns:!1,disableSortRemove:!0,autoResetSortBy:!1,defaultColumn:{Cell:y1}},D1.useSortBy);return R0([{condition:i,columns:["createdBy"]}],q,A),l.useEffect(()=>{if(n)return;const _={};_.sort=I[0].id,I[0].desc&&(_.order="desc"),p&&(_.search=p),_.type=v,o(_,{replace:!0}),g(F=>({...F,id:I[0].id,desc:I[0].desc||!1,type:v}))},[n,I,p,o,v]),t.jsxs(C1,{isLoading:n,bodyClass:s.bodyClass,headerClass:s.header,header:t.jsx(m1,{titleElement:t.jsx(Ou,{children:t.jsx(X4,{value:C==null?void 0:C.title,indicatorColor:"primary",textColor:"primary",variant:"scrollable",allowScrollButtonsMobile:!0,children:x.map(_=>t.jsx(Fu,{label:`${_.title} (${_.data.length})`,value:_.title,onClick:()=>f(_.type)},_.title))})}),actions:t.jsx(h3,{placeholder:"Search and Filter",expandable:!0,initialValue:p,onChange:h,hasFilters:!0,getSearchContext:B,id:"changeRequestList"})}),children:[t.jsx($u,{children:t.jsx(l1,{to:`/projects/${c}/settings/change-requests`,children:"Change request configuration"})}),t.jsx(l2,{value:k(p),children:t.jsxs(Pu,{...E(),children:[t.jsx(O0,{headerGroups:V}),t.jsx(F0,{...W(),children:P.map(_=>{z(_);const{key:F,...S}=_.getRowProps();return t.jsx($0,{hover:!0,...S,children:_.cells.map(y=>{const{key:T,...Y}=y.getCellProps();return t.jsx(P0,{...Y,children:y.render("Cell")},T)})},F)})})]})}),t.jsx(D,{condition:P.length===0,show:()=>t.jsx(D,{condition:(p==null?void 0:p.length)>0,show:t.jsxs(z1,{children:["No changes found matching “",p,"”"]}),elseShow:t.jsx(z1,{children:a||"None of the changes were submitted yet."})})})]})},_u=e=>fetch(e).then(s3("ChangeRequest")).then(a=>a.json()),Mu=e=>{const{data:a,error:n,mutate:c}=f8([],R1(`api/admin/projects/${e}/change-requests`),_u);return l.useMemo(()=>({changeRequests:a,loading:!n&&!a,refetch:c,error:n}),[a,n,c])},Bu=()=>{const e=U("projectId"),a=c3(e),{isOss:n,isPro:c}=d1();X1(`Change requests – ${a}`);const{changeRequests:s,loading:i}=Mu(e),{data:r,loading:o}=y8(e),p=r.some(h=>h.changeRequestEnabled);return n()||c()?t.jsx(C1,{sx:{justifyContent:"center"},children:t.jsx(M2,{feature:"change-requests"})}):t.jsx(Vu,{changeRequests:s,projectId:e,loading:i,placeholder:!o&&!p?t.jsxs("p",{children:["Change requests are not configured for this project.",t.jsx("br",{}),t.jsx(l1,{to:`/projects/${e}/settings/change-requests`,children:"Configure change requests"})]}):void 0})};var a1=(e=>(e.USER="USERS",e.GROUP="GROUPS",e.SERVICE_ACCOUNT="SERVICE ACCOUNTS",e))(a1||{});const W2=(e,a={})=>{const n=R1(`api/admin/projects/${e}/access`),c=()=>fetch(n,{method:"GET"}).then(s3("project access")).then(g=>g.json()),s=`api/admin/projects/${e}/users`,{data:i,error:r}=P2(s,c,a),[o,p]=l.useState(!r&&!i),h=()=>{z9(s)};return l.useEffect(()=>{p(!r&&!i)},[i,r]),{access:l.useMemo(()=>{if(i)return Lu({roles:i.roles,users:i.users.filter(({accountType:g})=>!g||g==="User"),serviceAccounts:i.users.filter(({accountType:g})=>g==="Service Account"),groups:(i==null?void 0:i.groups.map(g=>({...g,users:Tc(g.users??[])})))??[]})},[i]),error:r,loading:o,refetchProjectAccess:h}},Lu=e=>{const a=e.users||[],n=e.serviceAccounts||[],c=e.groups||[];return{...e,rows:[...a.map(s=>({entity:s,type:"USERS"})),...n.map(s=>({entity:s,type:"SERVICE ACCOUNTS"})),...c.map(s=>({entity:s,type:"GROUPS"}))]}},zu=d(C1)(({theme:e})=>({height:"100vh",overflow:"auto",padding:e.spacing(7.5,6),[e.breakpoints.down("md")]:{padding:e.spacing(4,2)},"& .header":{padding:e.spacing(0,0,2,0)},"& .body":{padding:e.spacing(3,0,0,0)},borderRadius:`${e.spacing(1.5,0,0,1.5)} !important`})),Nu=d("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span":{display:"flex",alignItems:"center",color:e.palette.text.secondary,fontSize:e.fontSizes.bodySize}})),z5={id:"joinedAt",desc:!0},h4=[{Header:"Avatar",accessor:"imageUrl",Cell:({row:{original:e}})=>t.jsx(y1,{children:t.jsx(D0,{user:e})}),maxWidth:85,disableSortBy:!0},{id:"name",Header:"Name",accessor:e=>e.name||"",Cell:({value:e,row:{original:a}})=>t.jsx(I0,{value:e,subtitle:a.email||a.username}),minWidth:100,searchable:!0},{id:"joined",Header:"Joined",accessor:"joinedAt",Cell:o8,maxWidth:150},{id:"lastLogin",Header:"Last login",accessor:"seenAt",Cell:l0,maxWidth:150},{accessor:e=>e.username||"",Header:"Username",searchable:!0},{accessor:e=>e.email||"",Header:"Email",searchable:!0}],Wu=["imageUrl","name","joined","lastLogin"],Hu=({open:e,setOpen:a,group:n,projectId:c,subtitle:s,onEdit:i,onRemove:r})=>{const o=S1(),p=Y1(o.breakpoints.down("md")),[h]=l.useState(()=>({sortBy:[{id:z5.id,desc:z5.desc}],hiddenColumns:["Username","Email"]})),[u,g]=l.useState(""),{data:m,getSearchText:v,getSearchContext:f}=oe(h4,u,(n==null?void 0:n.users)??[]),{headerGroups:j,rows:b,prepareRow:x,setHiddenColumns:C}=D1.useTable({columns:h4,data:m,initialState:h,sortTypes:_2,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0},D1.useSortBy,D1.useFlexLayout);return R0([{condition:p,columns:Wu}],C,h4),t.jsx(a3,{open:e,onClose:()=>{a(!1)},label:(n==null?void 0:n.name)||"Group",children:t.jsxs(zu,{header:t.jsx(m1,{secondary:!0,titleElement:t.jsxs(Nu,{children:[n==null?void 0:n.name," (",b.length<m.length?`${b.length} of ${m.length}`:m.length,")",t.jsx("span",{children:s})]}),actions:t.jsxs(t.Fragment,{children:[t.jsx(D,{condition:!p,show:t.jsxs(t.Fragment,{children:[t.jsx(h3,{initialValue:u,onChange:g,hasFilters:!0,getSearchContext:f}),t.jsx(m1.Divider,{})]})}),t.jsx(X3,{permission:_1,projectId:c,tooltipProps:{title:"Edit group access"},onClick:i,children:t.jsx(p2,{})}),t.jsx(X3,{permission:_1,projectId:c,tooltipProps:{title:"Remove group access"},onClick:r,children:t.jsx(B3,{})})]}),children:t.jsx(D,{condition:p,show:t.jsx(h3,{initialValue:u,onChange:g,hasFilters:!0,getSearchContext:f})})}),children:[t.jsx(l2,{value:v(u),children:t.jsx(le,{rows:b,headerGroups:j,prepareRow:x})}),t.jsx(D,{condition:b.length===0,show:t.jsx(D,{condition:(u==null?void 0:u.length)>0,show:t.jsxs(z1,{children:["No users found matching “",u,"” in this group."]}),elseShow:t.jsx(z1,{children:"This group is empty. Get started by adding a user to the group."})})})]})})},qu=d("div")(({theme:e})=>({paddingTop:e.spacing(.75),display:"flex",flexDirection:"column","& > span:last-of-type":{fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary}}));function Uu(e){return e.sort((a,n)=>a.type!==n.type?a.type==="project"?-1:1:a.type==="custom"?a.name.localeCompare(n.name):0)}const Yu=d("li")(({theme:e})=>({display:"flex",gap:e.spacing(.5)})),Gu=({roles:e,value:a,setValue:n,required:c,...s})=>{const i=(o,p,h)=>l.createElement(Yu,{...o,key:p.id},t.jsx(O2,{icon:t.jsx(se,{fontSize:"small"}),checkedIcon:t.jsx(ce,{fontSize:"small"}),checked:h.selected}),t.jsxs(qu,{children:[t.jsx("span",{children:p.name}),t.jsx("span",{children:p.description})]})),r=Uu(e);return t.jsxs(t.Fragment,{children:[t.jsx(_0,{slotProps:{paper:{sx:{"& .MuiAutocomplete-listbox":{"& .MuiAutocomplete-option":{paddingLeft:o=>o.spacing(.5),alignItems:"flex-start"}}}}},multiple:!0,disableCloseOnSelect:!0,openOnFocus:!0,size:"small",value:a,groupBy:o=>o.type==="project"?"Predefined project roles":"Custom project roles",onChange:(o,p)=>n(p),options:r,renderOption:i,getOptionLabel:o=>o.name,renderInput:o=>t.jsx(G1,{...o,label:"Role",required:c}),...s}),t.jsx(D,{condition:a.length>0,show:()=>t.jsx(t.Fragment,{children:a.map(({id:o})=>t.jsx(N9,{sx:{marginTop:1},roleId:o},o))})})]})},Ju=d("form")(()=>({display:"flex",flexDirection:"column",height:"100%"})),N5=d("p")(({theme:e})=>({color:e.palette.text.secondary,marginBottom:e.spacing(1)})),W5=d("div")(({theme:e})=>({"& > div:first-of-type":{width:"100%",maxWidth:e.spacing(50),marginBottom:e.spacing(2)}})),Ku=d("div")(({theme:e})=>({marginTop:e.spacing(6),display:"flex",justifyContent:"flex-end"})),Qu=d(Q)(({theme:e})=>({marginLeft:e.spacing(3)})),Xu=d("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:last-of-type":{color:e.palette.text.secondary}})),em=d("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:first-of-type":{color:e.palette.text.secondary}})),H5=e=>{if(e.type===a1.USER||e.type===a1.SERVICE_ACCOUNT){const a=e.entity;return a.email||a.name||a.username||""}else return e.entity.name},We=({selected:e,accesses:a,users:n,serviceAccounts:c,groups:s,roles:i,userRoles:r})=>{const{uiConfig:o}=d1(),{flags:p}=o,h=p.UG?"user / group":"user",u=U("projectId"),{refetchProjectAccess:g}=W2(u),{addAccessToProject:m,setUserRoles:v,setGroupRoles:f,loading:j}=E3(),b=!!e,x=W9(u),{setToastData:C,setToastApiError:A}=b1(),M=B1(),k=[...s.filter(S=>b||!a.some(({entity:{id:y},type:T})=>S.id===y&&T===a1.GROUP)).map(S=>({id:S.id,entity:S,type:a1.GROUP})),...n.filter(S=>b||!a.some(({entity:{id:y},type:T})=>S.id===y&&T===a1.USER)).sort((S,y)=>{const T=S.name||S.username||"",Y=y.name||y.username||"";return T.localeCompare(Y)}).map(S=>({id:S.id,entity:S,type:a1.USER})),...c.filter(S=>b||!a.some(({entity:{id:y},type:T})=>S.id===y&&T===a1.SERVICE_ACCOUNT)).sort((S,y)=>{const T=S.name||S.username||"",Y=y.name||y.username||"";return T.localeCompare(Y)}).map(S=>({id:S.id,entity:S,type:a1.SERVICE_ACCOUNT}))],[B,w]=l.useState(()=>k.filter(({id:S,type:y})=>S===(e==null?void 0:e.entity.id)&&y===(e==null?void 0:e.type))),[O,V]=l.useState(i.filter(({id:S})=>{var y,T;return(T=(y=e==null?void 0:e.entity)==null?void 0:y.roles)==null?void 0:T.includes(S)})),P={roles:O.map(({id:S})=>S),groups:B==null?void 0:B.filter(({type:S})=>S===a1.GROUP).map(({id:S})=>S),users:B==null?void 0:B.filter(({type:S})=>S===a1.USER||S===a1.SERVICE_ACCOUNT).map(({id:S})=>S)},I=async S=>{if(S.preventDefault(),!!E)try{b?(e==null?void 0:e.type)===a1.USER||(e==null?void 0:e.type)===a1.SERVICE_ACCOUNT?await v(u,O.map(({id:y})=>y),e.entity.id):(e==null?void 0:e.type)===a1.GROUP&&await f(u,O.map(({id:y})=>y),e.entity.id):await m(u,P),g(),M(U1),C({text:`${B.length} ${B.length===1?"access":"accesses"} ${b?"edited":"assigned"} successfully`,type:"success"})}catch(y){A(u1(y))}},z=()=>b?`curl --location --request PUT '${o.unleashUrl}/api/admin/projects/${u}/${(e==null?void 0:e.type)===a1.USER||(e==null?void 0:e.type)===a1.SERVICE_ACCOUNT?"users":"groups"}/${e==null?void 0:e.entity.id}/roles' \\
|
|
692
10
|
--header 'Authorization: INSERT_API_KEY' \\
|
|
693
11
|
--header 'Content-Type: application/json' \\
|
|
694
|
-
--data-raw '${JSON.stringify({roles:
|
|
12
|
+
--data-raw '${JSON.stringify({roles:P.roles},void 0,2)}'`:`curl --location --request POST '${o.unleashUrl}/api/admin/projects/${u}/access' \\
|
|
695
13
|
--header 'Authorization: INSERT_API_KEY' \\
|
|
696
14
|
--header 'Content-Type: application/json' \\
|
|
697
|
-
--data-raw '${JSON.stringify(F,void 0,2)}'`,H=({key:w,...y},A,Y)=>{let K,G;return A.type===a1.GROUP?K=A.entity:G=A.entity,t.jsxs("li",{...y,children:[t.jsx(L2,{icon:t.jsx(b4,{fontSize:"small"}),checkedIcon:t.jsx(y4,{fontSize:"small"}),style:{marginRight:8},checked:Y}),t.jsx(D,{condition:A.type===a1.GROUP,show:t.jsx("span",{children:t.jsxs(zv,{children:[t.jsx("span",{children:K==null?void 0:K.name}),t.jsxs("span",{children:[K==null?void 0:K.userCount," users"]})]})}),elseShow:t.jsxs(Uv,{children:[t.jsx("span",{children:(G==null?void 0:G.name)||(G==null?void 0:G.username)}),t.jsx("span",{children:G!=null&&G.name&&(G!=null&&G.username)?G==null?void 0:G.username:G==null?void 0:G.email})]})})]},w)},I=L.length>0&&_.length>0,U=x(i0)||r.length===0||r.some(w=>w.name==="Owner");let V;U?V=i:V=i.filter(w=>r.some(y=>w.id===y.id));const P="small";return t.jsx(c3,{open:!0,onClose:()=>M(K1),label:`${b?"Edit":"Assign"} ${h} access`,children:t.jsx(I3,{loading:j,modal:!0,title:`${b?"Edit":"Assign"} ${h} access`,description:"Custom project roles allow you to fine-tune access rights and permissions within your projects.",documentationLink:"https://docs.getunleash.io/concepts/rbac#create-and-assign-a-custom-project-role",documentationLinkLabel:"Project access documentation",formatApiCode:N,children:t.jsxs(Lv,{onSubmit:R,children:[t.jsxs("div",{children:[t.jsxs(f6,{"data-testid":$9,children:["Select the ",h]}),t.jsx(x6,{children:t.jsx(K8,{"data-testid":V9,size:P,multiple:!0,openOnFocus:!0,limitTags:10,disableCloseOnSelect:!0,disabled:b,value:L,onChange:(w,y,A)=>{w.type==="keydown"&&w.key==="Backspace"&&A==="removeOption"||Z(y)},options:k,groupBy:w=>w.type,renderOption:(w,y,{selected:A})=>H(w,y,A),getOptionLabel:j6,renderTags:(w,y)=>w.map((A,Y)=>d.createElement(Q8,{...y({index:Y}),size:P,key:`${A.type}:${A.id}`,label:j6(A)})),filterOptions:(w,{inputValue:y})=>w.filter(A=>{if(A.type===a1.USER||A.type===a1.SERVICE_ACCOUNT){const Y=A.entity;return L3(y,Y.email)||L3(y,Y.name)||L3(y,Y.username)}return L3(y,A.entity.name)}),isOptionEqualToValue:(w,y)=>w.type===y.type&&w.entity.id===y.entity.id,renderInput:w=>t.jsx(J1,{...w,label:M0(h)})})}),t.jsx(f6,{children:"Select the role to assign for this project"}),t.jsx(x6,{children:t.jsx(Mv,{"data-testid":M9,roles:V,value:_,setValue:$})})]}),t.jsxs(Bv,{children:[t.jsx(J,{"data-testid":L9,type:"submit",variant:"contained",color:"primary",disabled:!I,children:b?"Save":`Assign ${h}`}),t.jsx(Nv,{onClick:()=>M(K1),children:"Cancel"})]})]})})})},p5=()=>{var c,s;const{data:e,error:a,mutate:n}=o2(I1("api/admin/user-admin/access"),Wv);return{users:(c=e==null?void 0:e.users)==null?void 0:c.filter(({accountType:i})=>!i||i==="User"),serviceAccounts:(s=e==null?void 0:e.users)==null?void 0:s.filter(({accountType:i})=>i==="Service Account"),groups:e==null?void 0:e.groups,loading:!a&&!e,refetch:()=>n(),error:a}},Wv=e=>fetch(e).then(e3("Access")).then(a=>a.json()),Hv=e=>{const a=()=>{const c=I1(`api/admin/user/roles?projectId=${e}`);return fetch(c,{method:"GET"}).then(e3("User Project roles")).then(s=>s.json())},n=`api/admin/projects/${e}/roles`;return{fetcher:a,KEY:n}},h5=(e,a={})=>{const{KEY:n,fetcher:c}=Hv(e),{data:s,error:i,mutate:r}=o2(n,c,a),o=d.useCallback(()=>{r()},[r]);return{roles:(s==null?void 0:s.roles)||[],loading:!i&&!s,error:i,refetch:o}},qv=()=>{const e=q("projectId"),{roles:a}=h5(e),{access:n}=G2(e),{users:c,serviceAccounts:s,groups:i}=p5();return!n||!c||!s||!i?null:t.jsx(d5,{accesses:n.rows,users:c,serviceAccounts:s,groups:i,roles:n.roles,userRoles:a})},Yv=()=>{const e=q("projectId"),a=q("userId"),{roles:n}=h5(e),{access:c}=G2(e),{users:s,serviceAccounts:i,groups:r}=p5();if(!c||!s||!i||!r)return null;const o=c.rows.find(p=>p.entity.id===Number(a)&&p.type!==a1.GROUP);return t.jsx(d5,{accesses:c.rows,selected:o,users:s,serviceAccounts:i,groups:r,roles:c.roles,userRoles:n})},Kv=()=>{const e=q("projectId"),a=q("groupId"),{roles:n}=h5(e),{access:c}=G2(e),{users:s,serviceAccounts:i,groups:r}=p5();if(!c||!s||!i||!r)return null;const o=c.rows.find(p=>p.entity.id===Number(a)&&p.type===a1.GROUP);return t.jsx(d5,{accesses:c.rows,selected:o,users:s,serviceAccounts:i,groups:r,roles:c.roles,userRoles:n})},Gv={id:"added",desc:!0},{value:y6,setValue:Jv}=m4("ProjectAccess:v1",Gv),Qv=l("div")(({theme:e})=>({display:"inline-flex",alignItems:"center",flexWrap:"wrap",marginLeft:e.spacing(1)})),Xv=l(L0)(({theme:e})=>({marginRight:e.spacing(-3.5)})),eg=l(L0)(({theme:e})=>({outline:`${e.spacing(.25)} solid ${e.palette.background.paper}`})),tg=["imageUrl","role","added","lastLogin"],ag=["lastLogin","added"],ng=()=>{const e=q("projectId"),{uiConfig:a}=r1(),{flags:n}=a,c=n.UG?"user / group":"user",s=U1(),i=m1(),r=V1(i.breakpoints.down("md")),o=V1(i.breakpoints.down("lg")),{setToastData:p}=f1(),{access:h,refetchProjectAccess:u}=G2(e),{removeUserAccess:v,removeGroupAccess:m}=A3(),[g,f]=d.useState(!1),[j,b]=d.useState(!1),[x,C]=d.useState(),E=y=>{var A;return y.length>1?`${y.length} roles`:((A=h==null?void 0:h.roles.find(({id:Y})=>Y===y[0]))==null?void 0:A.name)||""},M=d.useMemo(()=>[{Header:"Avatar",accessor:"imageUrl",Cell:({row:{original:y}})=>{var A;return t.jsxs(Qv,{children:[t.jsx(D,{condition:y.type===a1.GROUP,show:t.jsx(Xv,{})}),t.jsx(eg,{user:y.entity,children:(A=y.entity.users)==null?void 0:A.length})]})},maxWidth:85,disableSortBy:!0},{id:"name",Header:"Name",accessor:y=>y.entity.name||"",Cell:({value:y,row:{original:A}})=>{var Y,K,G;return t.jsx(D,{condition:A.type===a1.GROUP,show:t.jsx(H2,{onClick:()=>{C(A),b(!0)},title:y,subtitle:`${(Y=A.entity.users)==null?void 0:Y.length} users`}),elseShow:t.jsx(B0,{value:y,subtitle:((K=A.entity)==null?void 0:K.email)||((G=A.entity)==null?void 0:G.username)})})},minWidth:100,searchable:!0},{id:"role",Header:"Role",accessor:y=>E(y.entity.roles),Cell:({value:y,row:{original:A}})=>t.jsx(Z5,{value:y,roles:A.entity.roles}),maxWidth:175,filterName:"role"},{id:"added",Header:"Added",accessor:"entity.addedAt",Cell:x0,maxWidth:130},{id:"lastLogin",Header:"Last login",accessor:y=>y.type!==a1.GROUP?y.entity.seenAt||"":y.entity.users.map(({seenAt:Y})=>Y).sort().reverse()[0],Cell:x0,maxWidth:130},{id:"actions",Header:"Actions",disableSortBy:!0,align:"center",maxWidth:150,Cell:({row:{original:y}})=>t.jsxs(k4,{children:[t.jsx(a2,{"data-testid":B9,component:d1,permission:[M1,pe],projectId:e,to:`edit/${y.type===a1.GROUP?"group":"user"}/${y.entity.id}`,tooltipProps:{title:"Edit access"},children:t.jsx(x2,{})}),t.jsx(a2,{"data-testid":N9,permission:[M1,pe],projectId:e,onClick:()=>{C(y),f(!0)},tooltipProps:{title:"Remove access"},children:t.jsx(z3,{})})]})},{accessor:y=>{var A;return y.type!==a1.GROUP&&((A=y.entity)==null?void 0:A.username)||""},Header:"Username",searchable:!0},{accessor:y=>{var A;return y.type!==a1.GROUP&&((A=y.entity)==null?void 0:A.email)||""},Header:"Email",searchable:!0}],[h,e]),[k,L]=F0(),[Z]=d.useState(()=>({sortBy:[{id:k.get("sort")||y6.id,desc:k.has("order")?k.get("order")==="desc":y6.desc}],hiddenColumns:["Username","Email"],globalFilter:k.get("search")||""})),[_,$]=d.useState(Z.globalFilter),{data:F,getSearchText:R,getSearchContext:N}=w4(M,_,(h==null?void 0:h.rows)??[]),{headerGroups:H,rows:I,prepareRow:U,setHiddenColumns:V,state:{sortBy:P}}=D1.useTable({columns:M,data:F,initialState:Z,sortTypes:U2,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0,defaultColumn:{Cell:S1}},D1.useSortBy,D1.useFlexLayout);N0([{condition:r,columns:tg},{condition:o,columns:ag}],V,M),d.useEffect(()=>{const y={};y.sort=P[0].id,P[0].desc&&(y.order="desc"),_&&(y.search=_),L(y,{replace:!0}),Jv({id:P[0].id,desc:P[0].desc||!1})},[P,_,L]);const w=async y=>{if(!y)return;const{id:A}=y.entity;let Y=y.entity.name;if(y.type!==a1.GROUP){const K=y.entity;Y=Y||K.email||K.username||""}try{y.type!==a1.GROUP?await v(e,A):await m(e,A),u(),p({type:"success",text:`${Y||`The ${c}`} has been removed from project`})}catch(K){p({type:"error",text:K.message||`Server problems when removing ${c}.`})}f(!1)};return t.jsxs(w1,{header:t.jsx(g1,{secondary:!0,title:`User access (${I.length<F.length?`${I.length} of ${F.length}`:F.length})`,actions:t.jsxs(t.Fragment,{children:[t.jsx(D,{condition:!r,show:t.jsxs(t.Fragment,{children:[t.jsx(u3,{initialValue:_,onChange:$,hasFilters:!0,getSearchContext:N}),t.jsx(g1.Divider,{})]})}),t.jsxs($0,{onClick:()=>s("create"),maxWidth:"700px",Icon:D3,permission:[M1,pe],projectId:e,"data-testid":z9,children:["Assign ",c]})]}),children:t.jsx(D,{condition:r,show:t.jsx(u3,{initialValue:_,onChange:$,hasFilters:!0,getSearchContext:N})})}),children:[t.jsx(g2,{value:R(_),children:t.jsx(Z4,{rows:I,headerGroups:H,prepareRow:U})}),t.jsx(D,{condition:I.length===0,show:t.jsx(D,{condition:(_==null?void 0:_.length)>0,show:t.jsxs(H1,{children:["No access found matching “",_,"”"]}),elseShow:t.jsxs(H1,{children:["No access available. Get started by assigning a"," ",c,"."]})})}),t.jsxs(q3,{children:[t.jsx(s1,{path:"create",element:t.jsx(qv,{})}),t.jsx(s1,{path:"edit/group/:groupId",element:t.jsx(Kv,{})}),t.jsx(s1,{path:"edit/user/:userId",element:t.jsx(Yv,{})})]}),t.jsx(X1,{open:g,onClick:()=>w(x),onClose:()=>{f(!1)},title:`Really remove ${c} from this project?`}),t.jsx(Pv,{open:j,setOpen:b,group:x==null?void 0:x.entity,projectId:e,subtitle:t.jsxs(t.Fragment,{children:[x&&x.entity.roles.length>1?"Roles:":"Role:",t.jsx(Z5,{value:E((x==null?void 0:x.entity.roles)||[]),roles:(x==null?void 0:x.entity.roles)||[]})]}),onEdit:()=>{s(`edit/group/${x==null?void 0:x.entity.id}`)},onRemove:()=>{b(!1),f(!0)}})]})},cg=()=>{const e=q("projectId"),a=i3(e),{hasAccess:n}=d.useContext(S3),{isOss:c}=r1();return t3(`Project access – ${a}`),c()?t.jsx(w1,{header:t.jsx(g1,{title:"User access"}),sx:{justifyContent:"center"},children:t.jsx(W2,{feature:"access"})}):n([M1,U9],e)?t.jsx(ng,{}):t.jsx(w1,{header:t.jsx(g1,{title:"User access"}),children:t.jsx(j1,{severity:"error",children:'You need project owner permissions or a custom role with "view project user permission" to access this section.'})})},sg=e=>e.reduce((a,n)=>n.enabled?a+1:a,0),ig=l(q0)(({theme:e})=>({marginTop:e.spacing(3)})),rg=l("p",{shouldForwardProp:e=>e!=="warning"})(({theme:e,warning:a})=>({color:a?e.palette.error.dark:e.palette.text.primary,textAlign:"center"})),og=({environment:e,warnEnabledToggles:a})=>{const n=d.useMemo(()=>[{id:"Icon",width:"1%",Cell:({row:{original:p}})=>t.jsx(W9,{environment:p})},{Header:"Name",accessor:"name",Cell:S1},{Header:"Type",accessor:"type",Cell:S1},{Header:"Toggles enabled",accessor:"projectEnabledToggleCount",Cell:({value:p})=>t.jsx(S1,{children:t.jsx(rg,{warning:p>0,children:p===1?"1 toggle":`${p} toggles`})}),align:"center"}],[a]),{getTableProps:c,getTableBodyProps:s,headerGroups:i,rows:r,prepareRow:o}=D1.useTable({columns:n,data:[e],disableSortBy:!0});return t.jsxs(ig,{...c(),rowHeight:"compact",children:[t.jsx(z0,{headerGroups:i}),t.jsx(U0,{...s(),children:r.map(p=>{o(p);const{key:h,...u}=p.getRowProps();return t.jsx(W0,{hover:!0,...u,children:p.cells.map(v=>{const{key:m,...g}=v.getCellProps();return t.jsx(H0,{...g,children:v.render("Cell")},m)})},h)})})]})},lg=l("p")(({theme:e})=>({marginTop:e.spacing(3),marginBottom:e.spacing(1.5)})),dg=l(Y3)(()=>({width:"100%"})),pg=({environment:e,open:a,setOpen:n,onConfirm:c})=>{const[s,i]=d.useState("");return d.useEffect(()=>{i("")},[a]),t.jsxs(X1,{title:"Hide environment and disable feature flags?",open:a,primaryButtonText:"Hide environment and disable feature flags",disabledPrimaryButton:(e==null?void 0:e.name)!==s,secondaryButtonText:"Close",onClick:c,onClose:()=>{n(!1)},children:[t.jsxs(j1,{severity:"error",children:[t.jsx("strong",{children:"Danger!"})," Hiding an environment will disable all the feature flags that are enabled in this environment and it can impact client applications connected to the environment."]}),t.jsx(og,{environment:e}),t.jsxs(lg,{children:["In order to hide this environment, please enter the id of the environment in the textfield below:"," ",t.jsx("strong",{children:e==null?void 0:e.name})]}),t.jsx(dg,{label:"Environment name",value:s,onChange:r=>i(r.target.value)})]})},hg="/static/upgradeEnvironments-DCYoh4BH.png",ug=l(S)(({theme:e})=>({marginTop:e.spacing(3),width:"100%",backgroundColor:e.palette.background.elevation1,borderRadius:e.shape.borderRadiusMedium,padding:e.spacing(2),display:"flex",justifyContent:"center",position:"relative"})),mg=l(G1)(({theme:e})=>({textDecoration:"none",fontWeight:e.typography.fontWeightBold})),vg=l("img")(({theme:e})=>({width:e.spacing(20)})),gg=l(x1)(({theme:e})=>({position:"absolute",top:e.spacing(1.25),right:e.spacing(1.5)})),fg=l(S)(({theme:e})=>({display:"flex",gap:e.spacing(3),marginTop:e.spacing(2),marginBottom:e.spacing(2)})),xg=l(S)(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"center",gap:e.spacing(1),maxWidth:e.spacing(60)})),jg=()=>{const[e,a]=O2("upgrade-environments:v1","open");return e==="closed"?null:t.jsxs(ug,{children:[t.jsxs(fg,{children:[t.jsx(vg,{src:R2(hg),alt:"Multiple environments"}),t.jsxs(xg,{children:[t.jsx("b",{children:"Need more environments?"}),t.jsx("p",{children:"You are currently using our open-source version, which allows for only two environments. With our Enterprise offering, you can have unlimited environments to better suit your organization's needs."}),t.jsx(mg,{href:"https://www.getunleash.io/upgrade-unleash?utm_source=oss&utm_medium=feature&utm_content=environments",target:"_blank",children:"View our Enterprise offering"})]})]}),t.jsx(O1,{title:"Dismiss",arrow:!0,children:t.jsx(gg,{"aria-label":"dismiss",onClick:()=>{a("closed")},size:"small",children:t.jsx(V0,{fontSize:"inherit"})})})]})},yg=l(j1)(({theme:e})=>({marginBottom:e.spacing(4)})),bg=l("div")(({theme:e})=>({display:"flex",flexWrap:"wrap",[e.breakpoints.down("sm")]:{justifyContent:"center"}})),Sg=l(q9)(({theme:e})=>({maxWidth:"400px",marginBottom:e.spacing(2)})),Cg=()=>{const e=q("projectId"),a=i3(e);t3(`Project environments – ${a}`);const{setToastData:n,setToastApiError:c}=f1(),{environments:s,loading:i,error:r,refetchEnvironments:o}=ms(e),{project:p,refetch:h}=z1(e),{removeEnvironmentFromProject:u,addEnvironmentToProject:v}=A3(),[m,g]=d.useState(),[f,j]=d.useState(!1),{isOss:b}=r1(),x=d.useMemo(()=>s.map(y=>{var A;return{...y,projectVisible:(A=p==null?void 0:p.environments)==null?void 0:A.map(Y=>Y.environment).includes(y.name)}}),[s,p==null?void 0:p.environments]),C=()=>{o(),h()},E=()=>t.jsx(Sg,{onClick:C,text:"Error fetching environments"}),M=y=>`Got an API error when trying to set the environment as ${y?"visible":"hidden"}`,k=async y=>{if(y.projectVisible){if(sg(x)>1){g(y),j(!0);return}n({text:"At least one environment must be visible in the project",type:"error"})}else try{await v(e,y.name),C(),n({text:"Environment set as visible",type:"success"})}catch{c(M(!0))}},L=async()=>{if(m)try{await u(e,m.name),C(),n({text:"Environment hidden",type:"success"})}catch{c(M(!1))}finally{j(!1)}},Z=y=>b()&&y.name==="default"||y.projectVisible&&_(),_=()=>x.filter(y=>y.projectVisible).length===1,$=y=>y.projectVisible&&_()?"Cannot disable, at least one environment must be visible in the project":y.projectVisible?"Hide environment and disable feature flags":"Make it visible",F=d.useMemo(()=>[{Header:"Name",accessor:"name",Cell:({row:{original:y}})=>t.jsx(H9,{environment:y})},{Header:"Type",accessor:"type",Cell:B0},{Header:"Project API tokens",accessor:y=>y.projectApiTokenCount===1?"1 token":`${y.projectApiTokenCount} tokens`,Cell:S1},{Header:"Visible in project",accessor:"enabled",align:"center",width:1,Cell:({row:{original:y}})=>t.jsx(k4,{children:t.jsx(X8,{tooltip:$(y),size:"medium",disabled:Z(y),projectId:e,permission:M1,checked:y.projectVisible,onChange:()=>k(y)})}),disableGlobalFilter:!0}],[x]),{getTableProps:R,getTableBodyProps:N,headerGroups:H,rows:I,prepareRow:U,state:{globalFilter:V},setGlobalFilter:P}=D1.useTable({columns:F,data:x,disableSortBy:!0},D1.useGlobalFilter),w=t.jsx(g1,{title:`Environments (${I.length})`,actions:t.jsxs(t.Fragment,{children:[t.jsx(u3,{initialValue:V,onChange:P}),b()?null:t.jsxs(t.Fragment,{children:[t.jsx(g1.Divider,{}),t.jsx(G1,{component:d1,to:"/environments",children:"Configure environments"})]})]})});return t.jsx(w1,{header:w,isLoading:i,children:t.jsxs(bg,{children:[t.jsx(D,{condition:!!r,show:E()}),t.jsxs(yg,{severity:"info",children:[t.jsx("strong",{children:"Important!"})," In order for your application to retrieve configured activation strategies for a specific environment, the application must use an environment specific API token. You can look up the environment-specific"," ",t.jsx(d1,{to:"/admin/api",children:"API tokens here"}),".",t.jsx("br",{}),t.jsx("br",{}),"Your administrator can configure an environment-specific API token to be used in the SDK. If you are an administrator you can"," ",t.jsx(d1,{to:"/admin/api",children:"create a new API token here"}),"."]}),t.jsx(g2,{value:V,children:t.jsxs(q0,{...R(),rowHeight:"compact",children:[t.jsx(z0,{headerGroups:H}),t.jsx(U0,{...N(),children:I.map(y=>{U(y);const{key:A,...Y}=y.getRowProps();return t.jsx(W0,{hover:!0,...Y,children:y.cells.map(K=>{const{key:G,...p1}=K.getCellProps();return t.jsx(H0,{...p1,children:K.render("Cell")},G)})},A)})})]})}),t.jsx(D,{condition:I.length===0,show:t.jsx(D,{condition:(V==null?void 0:V.length)>0,show:t.jsxs(H1,{children:["No environments found matching “",V,"”"]}),elseShow:t.jsx(H1,{children:"No environments available. Get started by adding one."})})}),b()?t.jsx(jg,{}):null,t.jsx(pg,{environment:m,open:f,setOpen:j,onConfirm:L})]})})},wg=e=>d.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:1386,height:512,fill:"none",viewBox:"0 0 1386 512",...e},d.createElement("rect",{width:1386,height:512,fill:"#F7F7FA",rx:12}),d.createElement("rect",{width:93,height:23,x:545.5,y:200.5,fill:"#F4FAEB",rx:3.5}),d.createElement("rect",{width:93,height:23,x:545.5,y:200.5,stroke:"#B0D182",rx:3.5}),d.createElement("g",{clipPath:"url(#clip0_20382_240644)"},d.createElement("path",{fill:"#68A611",d:"m559.75 215.128-2.603-2.603a.747.747 0 1 0-1.057 1.058l3.135 3.135a.747.747 0 0 0 1.057 0l7.935-7.935a.747.747 0 1 0-1.057-1.058l-7.41 7.403Z"})),d.createElement("path",{fill:"#3B6600",d:"m579.639 208.09 3.656 7.91h-1.91l-.598-1.465h-3.105l-.598 1.465h-1.91l3.656-7.91h.809Zm-.399 2.66-.984 2.402h1.969l-.985-2.402Zm8.473-.82c.469 0 .902.121 1.301.363.406.234.73.582.972 1.043.25.453.375 1.008.375 1.664 0 .656-.125 1.223-.375 1.699a2.675 2.675 0 0 1-.996 1.102c-.414.25-.875.375-1.383.375-.328 0-.656-.078-.984-.235a2.799 2.799 0 0 1-.809-.609v3.48h-1.488v-8.73h1.488v.996c.172-.32.422-.59.75-.808a1.97 1.97 0 0 1 1.149-.34Zm-.375 1.488c-.266 0-.516.07-.75.211a1.557 1.557 0 0 0-.574.574c-.141.25-.207.551-.2.902v.856c.211.219.438.402.68.551.25.14.52.211.809.211.304 0 .57-.082.797-.246.226-.165.402-.375.527-.633.125-.266.187-.547.187-.844 0-.445-.136-.82-.41-1.125-.265-.305-.621-.457-1.066-.457Zm7.828-1.488c.469 0 .902.121 1.301.363.406.234.73.582.972 1.043.25.453.375 1.008.375 1.664 0 .656-.125 1.223-.375 1.699a2.675 2.675 0 0 1-.996 1.102c-.414.25-.875.375-1.382.375-.329 0-.657-.078-.985-.235a2.78 2.78 0 0 1-.808-.609v3.48h-1.489v-8.73h1.489v.996c.171-.32.421-.59.75-.808.328-.227.711-.34 1.148-.34Zm-.375 1.488c-.266 0-.516.07-.75.211a1.557 1.557 0 0 0-.574.574c-.141.25-.207.551-.199.902v.856c.211.219.437.402.679.551.25.14.52.211.809.211.305 0 .57-.082.797-.246.226-.165.402-.375.527-.633a1.96 1.96 0 0 0 .188-.844c0-.445-.137-.82-.411-1.125-.265-.305-.621-.457-1.066-.457Zm8.168.328a1.576 1.576 0 0 0-.785-.211 1.16 1.16 0 0 0-.856.34 3.196 3.196 0 0 0-.597.82V216h-1.489v-5.918h1.489v1.113c.203-.351.441-.644.715-.879.281-.234.597-.351.949-.351.211 0 .402.035.574.105v1.676Zm3.902-1.816c.578 0 1.106.14 1.582.422.477.273.86.648 1.149 1.125.297.468.445.996.445 1.582 0 .586-.148 1.113-.445 1.582a3.31 3.31 0 0 1-1.149 1.125 3.125 3.125 0 0 1-1.582.41 3.17 3.17 0 0 1-1.582-.41 3.315 3.315 0 0 1-1.148-1.125 2.954 2.954 0 0 1-.434-1.582c0-.586.145-1.114.434-1.582a3.165 3.165 0 0 1 1.148-1.125 3.09 3.09 0 0 1 1.582-.422Zm0 1.441c-.281 0-.543.067-.785.199a1.539 1.539 0 0 0-.586.575c-.14.25-.211.554-.211.914 0 .359.071.664.211.914.149.25.344.441.586.574.242.125.504.187.785.187.282 0 .543-.062.785-.187.243-.133.438-.324.586-.574.149-.25.223-.555.223-.914 0-.36-.074-.664-.223-.914a1.525 1.525 0 0 0-.586-.575 1.612 1.612 0 0 0-.785-.199Zm10.067-1.289L614.127 216h-.949l-2.766-5.918h1.734l1.489 3.668 1.558-3.668h1.735Zm3.328-.152c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .821-.086 1.172-.258.352-.172.633-.347.844-.527l-.012 1.383c-.187.164-.469.332-.844.504a2.952 2.952 0 0 1-1.218.246 3.283 3.283 0 0 1-1.606-.399 3.14 3.14 0 0 1-1.148-1.089c-.282-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.071 3.071 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.469-.937a1.506 1.506 0 0 0-.925-.317Zm9.808-3.668V216h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.148.34-.477 0-.918-.121-1.325-.364-.398-.242-.718-.593-.961-1.054-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687.25-.469.582-.829.997-1.079a2.625 2.625 0 0 1 1.394-.386c.32 0 .645.074.973.222.328.149.601.348.82.598v-3.188h1.488Zm-2.976 3.833c-.313 0-.582.082-.809.246-.219.156-.39.363-.515.621-.125.25-.188.523-.188.82 0 .445.133.824.398 1.137.274.312.633.469 1.079.469.265 0 .511-.071.738-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.44 2.44 0 0 0-.691-.527 1.63 1.63 0 0 0-.797-.199Z"}),d.createElement("rect",{width:93,height:23,x:545.5,y:352.5,fill:"#FFF2F3",rx:3.5}),d.createElement("rect",{width:93,height:23,x:545.5,y:352.5,stroke:"#FEB0B7",rx:3.5}),d.createElement("path",{fill:"#D93644",d:"M566.724 359.283a.745.745 0 0 0-1.057 0l-3.668 3.66-3.667-3.668a.748.748 0 0 0-1.058 1.058l3.668 3.667-3.668 3.668a.747.747 0 1 0 1.058 1.057l3.667-3.667 3.668 3.667a.745.745 0 0 0 1.057 0 .745.745 0 0 0 0-1.057L563.057 364l3.667-3.667a.752.752 0 0 0 0-1.05Z"}),d.createElement("path",{fill:"#D11525",d:"M579.973 359.973c.492 0 .918.07 1.277.211.359.132.672.316.938.55v1.641a11.253 11.253 0 0 0-.586-.41 2.99 2.99 0 0 0-.692-.328 2.745 2.745 0 0 0-.89-.129c-.469 0-.895.113-1.278.34a2.558 2.558 0 0 0-.914.914c-.226.383-.34.82-.34 1.312 0 .485.114.922.34 1.313.227.383.531.687.914.914.383.219.809.328 1.278.328.523 0 .96-.078 1.312-.234.359-.165.684-.364.973-.598v1.582a3.048 3.048 0 0 1-.996.586c-.399.14-.844.211-1.336.211a4.347 4.347 0 0 1-1.594-.293 4.263 4.263 0 0 1-1.324-.844 4.01 4.01 0 0 1-.903-1.301 4.118 4.118 0 0 1-.328-1.664c0-.609.11-1.164.328-1.664.219-.5.52-.93.903-1.289a4.007 4.007 0 0 1 1.324-.844 4.195 4.195 0 0 1 1.594-.304Zm6.117 1.957c.32 0 .644.074.972.222.329.149.602.348.821.598v-.668h1.488V368h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386Zm.305 1.453a1.34 1.34 0 0 0-.809.246 1.606 1.606 0 0 0-.516.621 1.882 1.882 0 0 0-.187.832c0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.652 2.652 0 0 0-.692-.539 1.624 1.624 0 0 0-.796-.199Zm6.293-1.301v.844c.179-.242.421-.469.726-.68a1.862 1.862 0 0 1 1.066-.316c.602 0 1.106.203 1.512.609.406.406.61 1.016.61 1.828V368h-1.489l-.011-3.434c0-.398-.098-.695-.293-.89-.188-.196-.45-.293-.786-.293-.265 0-.515.086-.75.258a2.707 2.707 0 0 0-.585.609V368h-1.489v-5.918h1.489Zm8.32-.152c.437 0 .797.07 1.078.211.281.14.504.277.668.41v1.371a3.03 3.03 0 0 0-.692-.375c-.25-.102-.558-.152-.925-.152a1.641 1.641 0 0 0-1.43.82c-.148.25-.223.535-.223.855 0 .485.157.883.469 1.196.313.312.707.468 1.184.468.367 0 .675-.046.925-.14.258-.102.489-.227.692-.375v1.359a2.998 2.998 0 0 1-.668.41c-.281.125-.641.188-1.078.188-.602 0-1.137-.141-1.606-.422a3.257 3.257 0 0 1-1.101-1.137 3.12 3.12 0 0 1-.399-1.547c0-.414.075-.808.223-1.183.156-.375.375-.707.656-.996.281-.297.61-.532.985-.703a2.99 2.99 0 0 1 1.242-.258Zm5.66 0c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .821-.086 1.172-.258.352-.172.633-.347.844-.527l-.012 1.383c-.187.164-.468.332-.844.504a2.952 2.952 0 0 1-1.218.246 3.283 3.283 0 0 1-1.606-.399 3.14 3.14 0 0 1-1.148-1.089c-.281-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.071 3.071 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.468-.937a1.511 1.511 0 0 0-.926-.317Zm5.672-3.668V368h-1.489v-8.438h1.489Zm3.304 0V368h-1.488v-8.438h1.488Zm4.407 2.368c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.132 3.132 0 0 1-1.148-1.089c-.282-.461-.422-.989-.422-1.583 0-.578.129-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V368h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.329.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.625 1.625 0 0 0-.797-.199Z"}),d.createElement("rect",{width:93,height:23,x:545.5,y:276.5,fill:"#FFF2F3",rx:3.5}),d.createElement("rect",{width:93,height:23,x:545.5,y:276.5,stroke:"#FEB0B7",rx:3.5}),d.createElement("path",{fill:"#D93644",d:"M569.224 283.283a.745.745 0 0 0-1.057 0l-3.668 3.66-3.667-3.668a.748.748 0 0 0-1.058 1.058l3.668 3.667-3.668 3.668a.747.747 0 1 0 1.058 1.057l3.667-3.667 3.668 3.667a.745.745 0 0 0 1.057 0 .745.745 0 0 0 0-1.057L565.557 288l3.667-3.667a.752.752 0 0 0 0-1.05Z"}),d.createElement("path",{fill:"#D11525",d:"M582.193 284.148c.368 0 .727.051 1.078.153.352.101.668.258.95.469.289.21.515.476.679.796.172.313.258.688.258 1.125 0 .461-.117.86-.351 1.196a2.354 2.354 0 0 1-.903.773c-.375.18-.781.285-1.218.317L585.51 292h-2.145l-2.73-3.211V292h-1.629v-7.852h3.187Zm-1.558 1.524v1.98c.187.063.394.114.621.153.234.031.469.047.703.047.469 0 .84-.094 1.113-.282a.94.94 0 0 0 .422-.82c0-.383-.148-.656-.445-.82-.289-.172-.645-.258-1.067-.258h-1.347Zm8.355.258c.578 0 1.074.125 1.489.375.421.25.742.597.96 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.274.719.586.961.313.242.695.363 1.149.363.429 0 .82-.086 1.171-.258.352-.172.633-.347.844-.527l-.011 1.383c-.188.164-.469.332-.844.504a2.957 2.957 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.135 3.135 0 0 1-1.149-1.089c-.281-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.079 3.079 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.515.914h2.836c-.032-.422-.188-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm5.356-4.23c.273 0 .511.102.714.305a.924.924 0 0 1 .317.703.95.95 0 0 1-.317.703.978.978 0 0 1-.714.305c-.29 0-.536-.102-.739-.305a.986.986 0 0 1-.293-.703c0-.274.098-.508.293-.703.203-.203.449-.305.739-.305Zm.843 3.082v5.848c0 .804-.187 1.453-.562 1.945-.367.5-.887.871-1.559 1.113l-.656-1.3c.414-.188.73-.415.949-.68.227-.266.34-.606.34-1.02v-4.64h-.949v-1.266h2.437Zm4.512-.152c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .821-.086 1.172-.258.352-.172.633-.347.844-.527l-.012 1.383c-.187.164-.468.332-.843.504a2.96 2.96 0 0 1-1.219.246 3.283 3.283 0 0 1-1.606-.399 3.14 3.14 0 0 1-1.148-1.089c-.281-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.079 3.079 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.468-.937a1.511 1.511 0 0 0-.926-.317Zm6.879-1.3c.437 0 .797.07 1.078.211.281.14.504.277.668.41v1.371a3.03 3.03 0 0 0-.692-.375c-.25-.102-.558-.152-.925-.152a1.641 1.641 0 0 0-1.43.82c-.148.25-.223.535-.223.855 0 .485.157.883.469 1.196.313.312.707.468 1.184.468.367 0 .675-.046.925-.14.258-.102.489-.227.692-.375v1.359a2.998 2.998 0 0 1-.668.41c-.281.125-.641.188-1.078.188-.602 0-1.137-.141-1.606-.422a3.257 3.257 0 0 1-1.101-1.137 3.12 3.12 0 0 1-.399-1.547c0-.414.075-.808.223-1.183.156-.375.375-.707.656-.996.281-.297.61-.532.985-.703a2.99 2.99 0 0 1 1.242-.258Zm5.215-1.571v1.723h1.64v1.242h-1.64v2.555c0 .266.058.476.175.633.125.148.309.222.551.222a1.696 1.696 0 0 0 .973-.269v1.183a1.846 1.846 0 0 1-.563.375c-.218.102-.496.153-.832.153-.531 0-.965-.168-1.3-.504-.329-.344-.493-.813-.493-1.406v-2.942h-1.066v-.762c.375-.132.719-.382 1.031-.75.32-.367.574-.851.762-1.453h.762Zm5.754 1.571c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.585.961.313.242.696.363 1.149.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.135 3.135 0 0 1-1.149-1.089c-.281-.461-.421-.989-.421-1.583 0-.578.128-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.756 2.756 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.188-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V292h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.328.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.132.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211.234-.141.421-.336.562-.586.148-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.628 1.628 0 0 0-.797-.199Z"}),d.createElement("rect",{width:133,height:23,x:318.5,y:275.5,fill:"#F1F0FC",rx:3.5}),d.createElement("rect",{width:133,height:23,x:318.5,y:275.5,stroke:"#BEBBF3",rx:3.5}),d.createElement("path",{fill:"#6C65E5",d:"M332 281c-3.318 0-6 2.682-6 6s2.682 6 6 6 6-2.682 6-6-2.682-6-6-6Zm0 10.8a4.806 4.806 0 0 1-4.8-4.8c0-2.646 2.154-4.8 4.8-4.8s4.8 2.154 4.8 4.8-2.154 4.8-4.8 4.8Z"}),d.createElement("path",{fill:"#615BC2",d:"M346.979 282.494c.398 0 .788.055 1.168.165.381.11.724.279 1.029.508.313.229.558.516.736.863.186.339.279.745.279 1.219 0 .499-.127.931-.38 1.295a2.56 2.56 0 0 1-.978.838 3.637 3.637 0 0 1-1.32.343l3.059 3.275h-2.323l-2.958-3.479V291h-1.765v-8.506h3.453Zm-1.688 1.651v2.145c.203.068.427.123.673.165.254.034.508.051.762.051.507 0 .909-.102 1.206-.305.304-.211.457-.508.457-.889 0-.414-.161-.71-.483-.888-.313-.186-.698-.279-1.155-.279h-1.46Zm9.052.279c.626 0 1.164.135 1.612.406.457.271.804.648 1.041 1.13.246.474.368 1.024.368 1.65v.686h-4.646c.084.432.296.779.635 1.041.338.262.753.393 1.244.393.465 0 .888-.093 1.269-.279.381-.186.686-.376.914-.571l-.012 1.498c-.204.178-.508.36-.914.546a3.198 3.198 0 0 1-1.321.266 3.553 3.553 0 0 1-1.739-.431 3.405 3.405 0 0 1-1.244-1.181c-.305-.499-.457-1.071-.457-1.714 0-.626.139-1.197.419-1.714a3.328 3.328 0 0 1 1.155-1.244 2.993 2.993 0 0 1 1.676-.482Zm-.038 1.409a1.44 1.44 0 0 0-1.003.368c-.271.246-.457.576-.559.99h3.072c-.033-.457-.203-.795-.507-1.015a1.633 1.633 0 0 0-1.003-.343Zm10.727-1.244L361.998 291h-1.028l-2.996-6.411h1.879l1.612 3.973 1.688-3.973h1.879Zm2.463-3.339c.305 0 .567.11.787.33a1.048 1.048 0 0 1 0 1.524c-.22.22-.482.33-.787.33-.305 0-.567-.11-.787-.33a1.066 1.066 0 0 1-.317-.762c0-.296.105-.55.317-.762.22-.22.482-.33.787-.33Zm.94 3.339V291h-1.613v-5.04h-1.028v-1.371h2.641Zm4.836-.165c.627 0 1.164.135 1.613.406.457.271.804.648 1.041 1.13.245.474.368 1.024.368 1.65v.686h-4.647c.085.432.297.779.635 1.041.339.262.754.393 1.244.393.466 0 .889-.093 1.27-.279.381-.186.685-.376.914-.571l-.013 1.498c-.203.178-.508.36-.914.546a3.197 3.197 0 0 1-1.32.266 3.55 3.55 0 0 1-1.739-.431 3.397 3.397 0 0 1-1.244-1.181c-.305-.499-.458-1.071-.458-1.714 0-.626.14-1.197.419-1.714.28-.516.665-.931 1.156-1.244a2.992 2.992 0 0 1 1.675-.482Zm-.038 1.409c-.397 0-.732.123-1.003.368-.27.246-.457.576-.558.99h3.072c-.034-.457-.203-.795-.508-1.015a1.63 1.63 0 0 0-1.003-.343Zm13.445-1.244L384.456 291h-1.168l-1.498-4.151-1.498 4.151h-1.181l-2.209-6.411h1.752l1.181 3.796 1.384-3.796h1.155l1.371 3.796 1.181-3.796h1.752Zm8.963 1.803a1.707 1.707 0 0 0-.851-.229 1.26 1.26 0 0 0-.927.368 3.44 3.44 0 0 0-.647.889V291h-1.612v-6.411h1.612v1.206a3.63 3.63 0 0 1 .774-.952 1.566 1.566 0 0 1 1.029-.381c.228 0 .435.038.622.114v1.816Zm4.049-1.968c.627 0 1.164.135 1.613.406.457.271.804.648 1.041 1.13.245.474.368 1.024.368 1.65v.686h-4.647c.085.432.297.779.635 1.041.339.262.753.393 1.244.393.466 0 .889-.093 1.27-.279.381-.186.685-.376.914-.571l-.013 1.498c-.203.178-.508.36-.914.546a3.197 3.197 0 0 1-1.32.266 3.55 3.55 0 0 1-1.739-.431 3.407 3.407 0 0 1-1.245-1.181c-.304-.499-.457-1.071-.457-1.714 0-.626.14-1.197.419-1.714.28-.516.665-.931 1.156-1.244a2.992 2.992 0 0 1 1.675-.482Zm-.038 1.409c-.397 0-.732.123-1.003.368-.27.246-.457.576-.558.99h3.072c-.034-.457-.203-.795-.508-1.015a1.63 1.63 0 0 0-1.003-.343Zm7.072-1.409c.347 0 .698.08 1.053.241.356.161.652.377.889.647v-.723h1.612v9.458h-1.612v-4.126a2.645 2.645 0 0 1-.812.901 2.135 2.135 0 0 1-1.245.368c-.516 0-.994-.131-1.434-.393-.432-.262-.779-.643-1.041-1.143-.263-.499-.394-1.104-.394-1.815 0-.711.131-1.32.394-1.828.271-.508.63-.897 1.079-1.168.457-.28.961-.419 1.511-.419Zm.33 1.587c-.339 0-.631.089-.876.266-.237.17-.423.394-.559.673a1.965 1.965 0 0 0-.203.889c0 .482.144.893.432 1.231.296.33.685.495 1.168.495.287 0 .554-.072.799-.215a1.7 1.7 0 0 0 .61-.635c.161-.279.241-.614.241-1.003v-.914a2.606 2.606 0 0 0-.749-.571 1.763 1.763 0 0 0-.863-.216Zm10.867-1.422v3.821c0 .567-.127 1.058-.381 1.473a2.543 2.543 0 0 1-1.041.939 3.2 3.2 0 0 1-1.473.33c-.558 0-1.058-.11-1.498-.33a2.565 2.565 0 0 1-1.028-.939c-.245-.415-.368-.906-.368-1.473v-3.821h1.625l.013 3.529c0 .5.114.872.342 1.117.229.246.534.369.914.369.373 0 .673-.123.902-.369.237-.245.355-.617.355-1.117v-3.529h1.638Zm3.186-3.339c.305 0 .567.11.788.33a1.048 1.048 0 0 1 0 1.524c-.221.22-.483.33-.788.33-.304 0-.567-.11-.787-.33a1.07 1.07 0 0 1-.317-.762c0-.296.106-.55.317-.762.22-.22.483-.33.787-.33Zm.94 3.339V291h-1.612v-5.04h-1.029v-1.371h2.641Zm6.068 1.803a1.703 1.703 0 0 0-.85-.229c-.373 0-.682.123-.927.368a3.441 3.441 0 0 0-.648.889V291h-1.612v-6.411h1.612v1.206c.22-.381.479-.698.775-.952a1.564 1.564 0 0 1 1.028-.381c.229 0 .436.038.622.114v1.816Zm4.05-1.968c.626 0 1.164.135 1.612.406.457.271.804.648 1.041 1.13.246.474.369 1.024.369 1.65v.686h-4.647c.085.432.296.779.635 1.041.338.262.753.393 1.244.393a2.85 2.85 0 0 0 1.269-.279c.381-.186.686-.376.915-.571l-.013 1.498c-.203.178-.508.36-.914.546a3.198 3.198 0 0 1-1.321.266 3.556 3.556 0 0 1-1.739-.431 3.405 3.405 0 0 1-1.244-1.181c-.305-.499-.457-1.071-.457-1.714 0-.626.14-1.197.419-1.714a3.328 3.328 0 0 1 1.155-1.244 2.996 2.996 0 0 1 1.676-.482Zm-.038 1.409a1.44 1.44 0 0 0-1.003.368c-.271.246-.457.576-.559.99h3.073c-.034-.457-.203-.795-.508-1.015a1.633 1.633 0 0 0-1.003-.343Zm10.626-3.974V291h-1.612v-1.079a2.648 2.648 0 0 1-.813.901 2.13 2.13 0 0 1-1.244.368c-.516 0-.994-.131-1.435-.393-.431-.262-.778-.643-1.041-1.143-.262-.499-.393-1.104-.393-1.815 0-.711.131-1.32.393-1.828a2.946 2.946 0 0 1 1.08-1.168c.457-.28.96-.419 1.51-.419.347 0 .698.08 1.054.241.355.161.652.377.889.647v-3.453h1.612Zm-3.225 4.152c-.338 0-.63.089-.876.266-.237.17-.423.394-.558.673a1.952 1.952 0 0 0-.203.889c0 .482.144.893.431 1.231.296.339.686.508 1.168.508.288 0 .555-.076.8-.228a1.69 1.69 0 0 0 .609-.635c.161-.279.242-.614.242-1.003v-.914a2.633 2.633 0 0 0-.749-.571 1.77 1.77 0 0 0-.864-.216Z"}),d.createElement("rect",{width:88,height:23,x:141.5,y:307.5,fill:"#FFF4E5",rx:3.5}),d.createElement("rect",{width:88,height:23,x:141.5,y:307.5,stroke:"#FFC46F",rx:3.5}),d.createElement("path",{fill:"#B35300",d:"M153.692 314.291c.897 0 1.684.182 2.361.546a3.9 3.9 0 0 1 1.574 1.523c.381.652.572 1.418.572 2.298 0 .838-.178 1.6-.533 2.285a4.056 4.056 0 0 1-1.524 1.613c-.66.397-1.447.596-2.361.596a17.819 17.819 0 0 1-3.39-.33v-8.201a41.433 41.433 0 0 1 1.612-.228 13.767 13.767 0 0 1 1.689-.102Zm.038 1.65a9.506 9.506 0 0 0-1.574.14v5.281c.254.051.516.089.787.115.279.016.542.025.787.025.559 0 1.037-.119 1.435-.356.397-.245.702-.579.914-1.002.211-.424.317-.898.317-1.422 0-.542-.106-1.02-.317-1.435a2.372 2.372 0 0 0-.914-.977c-.398-.246-.876-.369-1.435-.369Zm10.067 2.451a1.7 1.7 0 0 0-.85-.229c-.373 0-.682.123-.927.368a3.44 3.44 0 0 0-.647.889V323h-1.613v-6.411h1.613v1.206a3.63 3.63 0 0 1 .774-.952 1.564 1.564 0 0 1 1.028-.381c.229 0 .436.038.622.114v1.816Zm3.784-1.968c.347 0 .698.08 1.053.241.356.161.652.377.889.647v-.723h1.612V323h-1.612v-1.079a2.638 2.638 0 0 1-.813.901 2.13 2.13 0 0 1-1.244.368c-.516 0-.994-.131-1.434-.393-.432-.262-.779-.643-1.041-1.143-.263-.499-.394-1.104-.394-1.815 0-.711.131-1.32.394-1.828.271-.508.63-.897 1.079-1.168.457-.28.96-.419 1.511-.419Zm.33 1.574a1.45 1.45 0 0 0-.876.267 1.735 1.735 0 0 0-.559.673 2.04 2.04 0 0 0-.203.901c0 .482.144.893.432 1.231.296.339.685.508 1.168.508.287 0 .554-.076.799-.228a1.7 1.7 0 0 0 .61-.635c.161-.279.241-.614.241-1.003v-.914a2.848 2.848 0 0 0-.749-.584 1.763 1.763 0 0 0-.863-.216Zm8.963-1.409v1.346h-1.664V323h-1.612v-5.065h-.977v-1.346h.977v-.571c0-.491.102-.91.305-1.257.211-.356.486-.627.825-.813a2.283 2.283 0 0 1 1.117-.279c.271 0 .508.03.711.089.203.059.381.139.533.241v1.346a1.731 1.731 0 0 0-.964-.241.985.985 0 0 0-.648.253c-.178.153-.267.407-.267.762v.47h1.664Zm3.656-1.866v1.866h1.777v1.346h-1.777v2.767c0 .288.063.516.19.686.136.161.335.241.597.241.228 0 .423-.025.584-.076.169-.051.326-.123.47-.216v1.282a2.012 2.012 0 0 1-.61.406c-.237.11-.537.165-.901.165-.576 0-1.045-.182-1.409-.545-.356-.373-.534-.881-.534-1.524v-3.186h-1.155v-.826c.406-.144.779-.414 1.117-.812.347-.398.622-.923.826-1.574h.825Zm8.912 1.866v.812c.195-.245.427-.469.698-.672.279-.204.635-.305 1.067-.305.448 0 .854.106 1.218.317.364.203.648.512.851.927.254-.347.55-.639.889-.876a1.96 1.96 0 0 1 1.18-.368c.432 0 .825.101 1.181.305.355.194.639.486.85.875.221.39.331.876.331 1.46V323h-1.613l-.012-3.72c0-.431-.115-.753-.343-.965-.22-.211-.512-.317-.876-.317-.28 0-.521.089-.724.267a3.597 3.597 0 0 0-.571.609V323h-1.612l-.013-3.72c0-.431-.114-.753-.343-.965-.22-.211-.508-.317-.863-.317a1.13 1.13 0 0 0-.724.254 3.057 3.057 0 0 0-.571.571V323h-1.612v-6.411h1.612Zm13.089-.165a3.31 3.31 0 0 1 1.714.457c.516.296.931.702 1.244 1.219.321.507.482 1.079.482 1.713 0 .635-.161 1.207-.482 1.714a3.576 3.576 0 0 1-1.244 1.219 3.388 3.388 0 0 1-1.714.444 3.43 3.43 0 0 1-1.714-.444 3.576 3.576 0 0 1-1.244-1.219 3.198 3.198 0 0 1-.47-1.714c0-.634.157-1.206.47-1.713a3.428 3.428 0 0 1 1.244-1.219 3.351 3.351 0 0 1 1.714-.457Zm0 1.561c-.305 0-.588.072-.851.216a1.662 1.662 0 0 0-.635.622c-.152.271-.228.601-.228.99 0 .39.076.72.228.991.161.271.373.478.635.622.263.135.546.203.851.203.304 0 .588-.068.85-.203.263-.144.474-.351.635-.622.161-.271.241-.601.241-.991 0-.389-.08-.719-.241-.99a1.655 1.655 0 0 0-.635-.622 1.738 1.738 0 0 0-.85-.216Zm11.057-4.126V323h-1.612v-1.079a2.645 2.645 0 0 1-.812.901 2.135 2.135 0 0 1-1.245.368c-.516 0-.994-.131-1.434-.393-.432-.262-.779-.643-1.041-1.143-.263-.499-.394-1.104-.394-1.815 0-.711.131-1.32.394-1.828.271-.508.63-.897 1.079-1.168.457-.28.961-.419 1.511-.419.347 0 .698.08 1.053.241.356.161.652.377.889.647v-3.453h1.612Zm-3.224 4.152c-.339 0-.631.089-.876.266-.237.17-.423.394-.559.673a1.965 1.965 0 0 0-.203.889c0 .482.144.893.432 1.231.296.339.685.508 1.168.508.287 0 .554-.076.799-.228.254-.153.458-.364.61-.635.161-.279.241-.614.241-1.003v-.914a2.606 2.606 0 0 0-.749-.571 1.763 1.763 0 0 0-.863-.216Zm8.011-1.587c.626 0 1.163.135 1.612.406.457.271.804.648 1.041 1.13.245.474.368 1.024.368 1.65v.686h-4.646c.084.432.296.779.634 1.041.339.262.754.393 1.244.393.466 0 .889-.093 1.27-.279.381-.186.685-.376.914-.571l-.013 1.498c-.203.178-.507.36-.914.546a3.197 3.197 0 0 1-1.32.266 3.55 3.55 0 0 1-1.739-.431 3.397 3.397 0 0 1-1.244-1.181c-.305-.499-.457-1.071-.457-1.714 0-.626.139-1.197.418-1.714.28-.516.665-.931 1.156-1.244a2.993 2.993 0 0 1 1.676-.482Zm-.039 1.409c-.397 0-.732.123-1.003.368-.27.246-.457.576-.558.99h3.072c-.034-.457-.203-.795-.508-1.015a1.63 1.63 0 0 0-1.003-.343Z"}),d.createElement("rect",{width:78,height:23,x:318.5,y:338.5,fill:"#F7F7FA",rx:3.5}),d.createElement("rect",{width:78,height:23,x:318.5,y:338.5,stroke:"#BDBDBF",rx:3.5}),d.createElement("path",{fill:"#6E6E70",d:"M330.757 345.291c.897 0 1.685.182 2.362.546a3.907 3.907 0 0 1 1.574 1.523c.381.652.571 1.418.571 2.298 0 .838-.178 1.6-.533 2.285a4.053 4.053 0 0 1-1.523 1.613c-.661.397-1.448.596-2.362.596a17.847 17.847 0 0 1-3.389-.33v-8.201a41.162 41.162 0 0 1 1.612-.228 13.75 13.75 0 0 1 1.688-.102Zm.038 1.65a9.474 9.474 0 0 0-1.574.14v5.281c.254.051.516.089.787.115.28.016.542.025.787.025.559 0 1.037-.119 1.435-.356a2.43 2.43 0 0 0 .914-1.002c.212-.424.317-.898.317-1.422 0-.542-.105-1.02-.317-1.435a2.366 2.366 0 0 0-.914-.977c-.398-.246-.876-.369-1.435-.369Zm7.376-2.691c.305 0 .567.11.787.33a1.045 1.045 0 0 1 0 1.524c-.22.22-.482.33-.787.33-.304 0-.567-.11-.787-.33a1.07 1.07 0 0 1-.317-.762c0-.296.106-.55.317-.762.22-.22.483-.33.787-.33Zm.94 3.339V354h-1.612v-5.04h-1.029v-1.371h2.641Zm4.1-.165c.398 0 .766.059 1.105.178.338.118.601.253.787.406v1.422a4.645 4.645 0 0 0-.749-.394 2.208 2.208 0 0 0-.901-.19c-.305 0-.546.067-.724.203-.178.135-.267.296-.267.482 0 .136.051.263.153.381.101.11.296.207.584.292l.723.241c.974.288 1.46.851 1.46 1.689 0 .398-.114.753-.342 1.066a2.274 2.274 0 0 1-.902.724 2.846 2.846 0 0 1-1.244.266 3.93 3.93 0 0 1-1.257-.203c-.406-.135-.715-.283-.927-.444v-1.409c.161.11.356.216.584.317.229.102.466.186.711.254.246.059.47.089.673.089.322 0 .567-.055.737-.165a.565.565 0 0 0 .266-.495.432.432 0 0 0-.216-.381 2.9 2.9 0 0 0-.634-.279l-.788-.28c-.49-.16-.829-.389-1.015-.685-.186-.296-.279-.648-.279-1.054s.101-.757.304-1.054c.212-.304.504-.541.876-.711.373-.177.8-.266 1.282-.266Zm6.462 0c.474 0 .864.076 1.168.228.305.153.546.301.724.445v1.485a3.328 3.328 0 0 0-.749-.406c-.271-.11-.605-.165-1.003-.165-.322 0-.622.08-.901.241a1.78 1.78 0 0 0-.889 1.574c0 .525.169.957.508 1.295.338.339.766.508 1.282.508.398 0 .732-.051 1.003-.152a3.33 3.33 0 0 0 .749-.407v1.473a3.27 3.27 0 0 1-.724.444c-.304.136-.694.203-1.168.203-.651 0-1.231-.152-1.739-.457a3.533 3.533 0 0 1-1.193-1.231 3.384 3.384 0 0 1-.432-1.676c0-.448.08-.876.241-1.282.17-.406.407-.766.711-1.079.305-.322.66-.576 1.067-.762a3.246 3.246 0 0 1 1.345-.279Zm5.866 0c.347 0 .698.08 1.053.241.356.161.652.377.889.647v-.723h1.612V354h-1.612v-1.079a2.638 2.638 0 0 1-.813.901 2.13 2.13 0 0 1-1.244.368c-.516 0-.994-.131-1.434-.393-.432-.262-.779-.643-1.041-1.143-.263-.499-.394-1.104-.394-1.815 0-.711.131-1.32.394-1.828.271-.508.63-.897 1.079-1.168.457-.28.96-.419 1.511-.419Zm.33 1.574a1.45 1.45 0 0 0-.876.267 1.735 1.735 0 0 0-.559.673 2.04 2.04 0 0 0-.203.901c0 .482.144.893.432 1.231.296.339.685.508 1.168.508.287 0 .554-.076.799-.228a1.7 1.7 0 0 0 .61-.635c.161-.279.241-.614.241-1.003v-.914a2.848 2.848 0 0 0-.749-.584 1.763 1.763 0 0 0-.863-.216Zm9.242.394a1.707 1.707 0 0 0-.851-.229 1.26 1.26 0 0 0-.927.368 3.44 3.44 0 0 0-.647.889V354h-1.612v-6.411h1.612v1.206a3.63 3.63 0 0 1 .774-.952 1.566 1.566 0 0 1 1.029-.381c.228 0 .436.038.622.114v1.816Zm7.338-4.533V354h-1.613v-1.079a2.645 2.645 0 0 1-.812.901c-.356.246-.77.368-1.244.368-.516 0-.995-.131-1.435-.393-.431-.262-.778-.643-1.041-1.143-.262-.499-.393-1.104-.393-1.815 0-.711.131-1.32.393-1.828a2.95 2.95 0 0 1 1.079-1.168c.457-.28.961-.419 1.511-.419.347 0 .698.08 1.054.241.355.161.651.377.888.647v-3.453h1.613Zm-3.225 4.152c-.338 0-.63.089-.876.266-.237.17-.423.394-.558.673a1.953 1.953 0 0 0-.204.889c0 .482.144.893.432 1.231.296.339.686.508 1.168.508.288 0 .554-.076.8-.228a1.69 1.69 0 0 0 .609-.635c.161-.279.241-.614.241-1.003v-.914a2.606 2.606 0 0 0-.749-.571 1.763 1.763 0 0 0-.863-.216Zm8.011-1.587c.626 0 1.164.135 1.612.406.457.271.804.648 1.041 1.13.246.474.368 1.024.368 1.65v.686h-4.646c.084.432.296.779.635 1.041.338.262.753.393 1.244.393.465 0 .888-.093 1.269-.279.381-.186.686-.376.914-.571l-.012 1.498c-.203.178-.508.36-.914.546a3.198 3.198 0 0 1-1.321.266 3.556 3.556 0 0 1-1.739-.431 3.405 3.405 0 0 1-1.244-1.181c-.305-.499-.457-1.071-.457-1.714 0-.626.14-1.197.419-1.714a3.328 3.328 0 0 1 1.155-1.244 2.996 2.996 0 0 1 1.676-.482Zm-.038 1.409a1.44 1.44 0 0 0-1.003.368c-.271.246-.457.576-.559.99h3.073c-.034-.457-.204-.795-.508-1.015a1.633 1.633 0 0 0-1.003-.343Zm10.626-3.974V354h-1.613v-1.079a2.645 2.645 0 0 1-.812.901c-.356.246-.77.368-1.244.368-.516 0-.995-.131-1.435-.393-.431-.262-.778-.643-1.041-1.143-.262-.499-.393-1.104-.393-1.815 0-.711.131-1.32.393-1.828a2.95 2.95 0 0 1 1.079-1.168c.457-.28.961-.419 1.511-.419.347 0 .698.08 1.054.241.355.161.651.377.888.647v-3.453h1.613Zm-3.225 4.152c-.338 0-.63.089-.876.266-.237.17-.423.394-.558.673a1.953 1.953 0 0 0-.204.889c0 .482.144.893.432 1.231.296.339.686.508 1.168.508.288 0 .554-.076.8-.228a1.69 1.69 0 0 0 .609-.635c.161-.279.241-.614.241-1.003v-.914a2.606 2.606 0 0 0-.749-.571 1.763 1.763 0 0 0-.863-.216Z"}),d.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M242 319h30"}),d.createElement("path",{fill:"#202021",d:"m283.501 293.407-.643-.386.643.386Zm22.984-5.428a.75.75 0 0 0 .089-1.057l-4.361-5.153a.75.75 0 1 0-1.145.969l3.876 4.58-4.58 3.876a.75.75 0 1 0 .969 1.145l5.152-4.36ZM269 319.75c3.095 0 5.328-1.166 6.97-3.066 1.61-1.863 2.622-4.395 3.406-7.092.779-2.68 1.374-5.69 2.059-8.428.696-2.786 1.499-5.353 2.709-7.372l-1.286-.771c-1.332 2.221-2.177 4.972-2.879 7.78-.714 2.856-1.27 5.714-2.043 8.372-.768 2.643-1.709 4.919-3.101 6.53-1.36 1.574-3.18 2.547-5.835 2.547v1.5Zm15.144-25.958c1.006-1.676 2.803-2.906 5.046-3.789 2.235-.881 4.835-1.386 7.331-1.664 2.491-.277 4.849-.323 6.587-.3.868.012 1.579.04 2.071.066.247.013.438.026.567.034l.146.011a.637.637 0 0 1 .036.003h.009l.002.001.062-.748.062-.747h-.001l-.003-.001h-.011l-.042-.004-.157-.011a50.879 50.879 0 0 0-.591-.036 56.858 56.858 0 0 0-2.13-.068 55.836 55.836 0 0 0-6.773.309c-2.566.286-5.31.811-7.715 1.759-2.398.945-4.538 2.34-5.782 4.414l1.286.771Z"}),d.createElement("path",{fill:"#202021",d:"m283.502 344.5-.643.386.643-.386Zm22.984 5.428a.75.75 0 0 1 .088 1.057l-4.36 5.153a.75.75 0 0 1-1.145-.969l3.875-4.58-4.58-3.876a.75.75 0 0 1 .969-1.145l5.153 4.36ZM269 318.25c3.094 0 5.326 1.159 6.969 3.05 1.61 1.854 2.623 4.375 3.407 7.06.779 2.669 1.374 5.668 2.059 8.396.697 2.778 1.499 5.34 2.71 7.358l-1.286.772c-1.332-2.22-2.177-4.966-2.879-7.765-.714-2.847-1.271-5.694-2.044-8.34-.768-2.63-1.708-4.895-3.1-6.497-1.36-1.565-3.18-2.534-5.836-2.534v-1.5Zm15.145 25.864c1.005 1.677 2.803 2.907 5.045 3.79 2.235.881 4.835 1.386 7.332 1.663 2.491.277 4.849.324 6.587.301a53.867 53.867 0 0 0 2.638-.101l.146-.01.036-.003.008-.001h.002l.062.747.062.748h-.004l-.011.001a54.48 54.48 0 0 1-2.919.119c-1.779.023-4.202-.024-6.773-.31-2.566-.285-5.31-.811-7.716-1.758-2.398-.945-4.538-2.34-5.781-4.414l1.286-.772Z"}),d.createElement("path",{fill:"#202021",d:"M108 318.25a.75.75 0 0 0 0 1.5v-1.5Zm20.53 1.28a.749.749 0 0 0 0-1.06l-4.773-4.773a.749.749 0 1 0-1.06 1.06l4.242 4.243-4.242 4.243a.749.749 0 1 0 1.06 1.06l4.773-4.773Zm-20.53.22h20v-1.5h-20v1.5Z"}),d.createElement("path",{fill:"#202021",d:"M494 286.25a.75.75 0 0 0 0 1.5v-1.5Zm39.566 1.28a.749.749 0 0 0 0-1.06l-4.773-4.773a.75.75 0 0 0-1.061 1.06l4.243 4.243-4.243 4.243a.75.75 0 0 0 1.061 1.06l4.773-4.773Zm-39.566.22h39.036v-1.5H494v1.5Z"}),d.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M463.5 287H494"}),d.createElement("path",{fill:"#202021",d:"m511.502 358.5.643-.385-.643.385Zm22.984 5.428a.75.75 0 0 1 .088 1.057l-4.36 5.153a.75.75 0 1 1-1.145-.969l3.876-4.58-4.581-3.876a.75.75 0 0 1 .969-1.145l5.153 4.36ZM492.5 286.25c1.816 0 3.308 1.246 4.531 3.054 1.236 1.828 2.32 4.403 3.289 7.448 1.942 6.099 3.488 14.291 4.827 22.701.67 4.21 1.29 8.485 1.882 12.591.592 4.109 1.157 8.046 1.716 11.59.56 3.546 1.114 6.684 1.683 9.194.577 2.54 1.15 4.342 1.717 5.287l-1.286.771c-.705-1.175-1.32-3.197-1.894-5.726-.58-2.56-1.14-5.737-1.701-9.292-.562-3.556-1.128-7.505-1.72-11.61-.592-4.107-1.21-8.372-1.878-12.57-1.339-8.405-2.871-16.499-4.775-22.481-.954-2.996-1.986-5.411-3.102-7.062-1.131-1.672-2.23-2.395-3.289-2.395v-1.5Zm19.645 71.865c1.006 1.676 2.803 2.906 5.045 3.789 2.235.881 4.835 1.386 7.332 1.664 2.491.276 4.849.323 6.587.3a53.795 53.795 0 0 0 2.638-.101l.146-.01a.637.637 0 0 0 .036-.003l.008-.001h.002l.063.748.061.747h-.004l-.011.001-.041.004-.157.011a54.48 54.48 0 0 1-2.721.104c-1.778.023-4.202-.024-6.773-.31-2.566-.285-5.31-.811-7.715-1.758-2.399-.945-4.538-2.34-5.782-4.414l1.286-.771Z"}),d.createElement("path",{fill:"#202021",d:"m511.502 216.7.643.385-.643-.385Zm22.984-5.428a.75.75 0 0 0 .088-1.057l-4.36-5.153a.75.75 0 1 0-1.145.969l3.876 4.58-4.581 3.876a.75.75 0 0 0 .969 1.145l5.153-4.36ZM492.5 287.749c1.81 0 3.301-1.218 4.527-2.997 1.238-1.795 2.322-4.324 3.292-7.313 1.942-5.988 3.489-14.03 4.828-22.29.67-4.135 1.29-8.335 1.882-12.371.592-4.039 1.156-7.91 1.716-11.398.56-3.49 1.113-6.58 1.683-9.057.576-2.506 1.149-4.291 1.717-5.238l-1.286-.771c-.704 1.173-1.319 3.175-1.893 5.673-.581 2.526-1.141 5.657-1.702 9.155-.562 3.5-1.127 7.384-1.719 11.418-.592 4.037-1.211 8.227-1.879 12.349-1.338 8.255-2.87 16.198-4.774 22.067-.953 2.939-1.984 5.306-3.1 6.925-1.127 1.635-2.226 2.348-3.292 2.348v1.5Zm19.645-70.664c1.006-1.676 2.803-2.906 5.045-3.789 2.235-.881 4.835-1.386 7.332-1.664 2.491-.277 4.849-.323 6.587-.3a53.795 53.795 0 0 1 2.638.101l.146.01a.637.637 0 0 1 .036.003l.008.001h.002l.063-.748.061-.747h-.004l-.011-.001-.041-.004-.157-.011a54.48 54.48 0 0 0-2.721-.104c-1.778-.023-4.202.024-6.773.31-2.566.285-5.31.811-7.715 1.758-2.399.945-4.538 2.34-5.782 4.414l1.286.771Z"}),d.createElement("path",{fill:"#202021",d:"M45.633 304.635c.665 0 1.207.091 1.627.273.428.182.802.419 1.12.711v1.354c-.2-.146-.428-.306-.683-.479a3.959 3.959 0 0 0-.875-.451c-.328-.137-.724-.205-1.19-.205-.683 0-1.293.155-1.831.465-.538.31-.962.738-1.272 1.285-.31.538-.465 1.148-.465 1.832 0 .684.155 1.294.465 1.832.31.538.734.966 1.272 1.285.538.31 1.148.465 1.832.465.702 0 1.299-.114 1.79-.342a6.756 6.756 0 0 0 1.231-.724v1.23c-.319.283-.738.529-1.258.738-.51.201-1.098.301-1.763.301-.693 0-1.33-.123-1.914-.369a4.952 4.952 0 0 1-1.532-1.039 4.798 4.798 0 0 1-1.025-1.518 4.89 4.89 0 0 1-.355-1.859c0-.656.118-1.272.355-1.846a4.755 4.755 0 0 1 2.557-2.556 4.71 4.71 0 0 1 1.914-.383Zm8.217 2.392a2.6 2.6 0 0 1 1.271.315c.383.2.688.51.916.929.228.411.342.93.342 1.559V314h-1.121l-.014-4.061c0-.592-.132-1.043-.396-1.353-.256-.31-.652-.465-1.19-.465-.364 0-.729.137-1.093.41a4.8 4.8 0 0 0-.944.93V314H50.5v-9.844h1.121v4.088c.146-.182.333-.364.56-.547.229-.191.484-.351.766-.478.292-.128.593-.192.903-.192Zm7.465 0c.391 0 .788.096 1.189.287.41.183.761.438 1.053.766v-.916h1.12V314h-1.12v-1.162c-.237.364-.56.683-.971.957-.401.273-.861.41-1.38.41a3.041 3.041 0 0 1-1.6-.437 3.326 3.326 0 0 1-1.163-1.245c-.282-.528-.423-1.139-.423-1.832 0-.756.14-1.408.423-1.955a3.102 3.102 0 0 1 1.19-1.257 3.204 3.204 0 0 1 1.681-.452Zm.205 1.094c-.493 0-.912.123-1.258.369a2.497 2.497 0 0 0-.807.957 2.858 2.858 0 0 0-.273 1.244c0 .438.09.844.273 1.217.182.365.438.656.766.875.337.219.724.328 1.162.328.42 0 .793-.109 1.12-.328.329-.219.589-.519.78-.902.192-.392.283-.83.274-1.313l-.014-1.312a3.525 3.525 0 0 0-.916-.834 2.033 2.033 0 0 0-1.108-.301Zm6.603-.957v1.08c.146-.182.333-.364.56-.547.228-.191.484-.351.766-.478.292-.128.593-.192.903-.192a2.6 2.6 0 0 1 1.271.315c.383.2.688.51.916.929.228.411.342.93.342 1.559V314H71.76l-.014-4.061c0-.592-.132-1.043-.396-1.353-.256-.31-.652-.465-1.19-.465-.364 0-.729.137-1.094.41-.355.265-.67.574-.943.93V314h-1.121v-6.836h1.121Zm9.693-.137c.392 0 .789.096 1.19.287.41.183.76.438 1.053.766v-.916h1.12v6.699c0 .811-.163 1.486-.492 2.024a3.092 3.092 0 0 1-1.312 1.203 4.065 4.065 0 0 1-1.791.396c-.42 0-.78-.05-1.08-.15a2.73 2.73 0 0 1-.752-.356c-.21-.136-.401-.268-.574-.396v-1.203c.136.1.314.228.533.383.228.164.497.31.807.437a2.84 2.84 0 0 0 1.066.192c.447 0 .857-.082 1.23-.247.374-.164.675-.405.903-.724.228-.319.342-.702.342-1.149v-1.435c-.237.364-.561.683-.971.957-.401.273-.861.41-1.381.41a3.042 3.042 0 0 1-1.6-.437 3.327 3.327 0 0 1-1.162-1.245c-.282-.528-.423-1.139-.423-1.832 0-.756.14-1.408.423-1.955a3.102 3.102 0 0 1 1.19-1.257 3.204 3.204 0 0 1 1.681-.452Zm.206 1.108c-.493 0-.912.123-1.258.369a2.39 2.39 0 0 0-.807.943 2.858 2.858 0 0 0-.273 1.244c0 .438.09.839.273 1.204.182.364.438.656.766.875.337.218.724.328 1.162.328.419 0 .793-.11 1.12-.328a2.29 2.29 0 0 0 .78-.903c.192-.383.283-.816.274-1.299l-.014-1.312a3.307 3.307 0 0 0-.916-.82 2.033 2.033 0 0 0-1.108-.301Zm8.298-1.108c.702 0 1.286.146 1.75.438a2.69 2.69 0 0 1 1.04 1.189c.236.502.355 1.067.355 1.696v.67h-5.25c.054.382.187.733.396 1.052.21.319.483.574.82.766.338.182.725.273 1.163.273.492 0 .952-.123 1.38-.369a5.187 5.187 0 0 0 1.08-.834l-.013 1.217a2.73 2.73 0 0 1-.574.492 3.583 3.583 0 0 1-.861.41 2.87 2.87 0 0 1-1.012.178c-.693 0-1.308-.164-1.846-.492a3.614 3.614 0 0 1-1.271-1.299 3.656 3.656 0 0 1-.452-1.791c0-.647.142-1.244.424-1.791.283-.547.67-.984 1.162-1.312a3.045 3.045 0 0 1 1.71-.493Zm0 1.094c-.565 0-1.03.191-1.394.574-.365.374-.593.83-.684 1.367h4.115c-.045-.446-.173-.811-.382-1.093a1.873 1.873 0 0 0-.739-.629 2.02 2.02 0 0 0-.916-.219Zm7.028-1.094c.4 0 .774.06 1.12.178.347.109.598.223.753.342v1.203a3.562 3.562 0 0 0-.78-.424 2.602 2.602 0 0 0-1.011-.205c-.429 0-.752.1-.971.301-.21.2-.315.41-.315.629 0 .173.06.351.178.533.128.173.347.314.656.424l1.149.41c.447.155.78.378.998.67.219.292.328.633.328 1.025 0 .383-.11.734-.328 1.053a2.23 2.23 0 0 1-.889.766c-.373.182-.806.273-1.299.273-.264 0-.542-.036-.834-.109a5.115 5.115 0 0 1-.765-.233 3.618 3.618 0 0 1-.506-.259V312.4c.128.092.305.196.533.315.237.109.488.205.752.287.264.073.51.109.739.109.428 0 .765-.095 1.011-.287.255-.191.383-.428.383-.711a.61.61 0 0 0-.26-.519c-.164-.128-.405-.251-.724-.369l-1.012-.37c-.529-.2-.88-.451-1.053-.751a2.122 2.122 0 0 1-.26-1.053c0-.584.22-1.067.657-1.449.437-.383 1.02-.575 1.75-.575Zm-49.26 17.129V334h-1.121v-1.162c-.237.364-.56.683-.97.957-.402.273-.862.41-1.382.41a3.042 3.042 0 0 1-1.6-.437 3.327 3.327 0 0 1-1.162-1.245c-.282-.528-.423-1.139-.423-1.832 0-.756.141-1.408.423-1.955a3.102 3.102 0 0 1 1.19-1.257 3.204 3.204 0 0 1 1.682-.452c.392 0 .788.096 1.19.287.41.183.76.438 1.052.766v-3.924h1.12Zm-3.158 3.992c-.492 0-.912.123-1.258.37a2.412 2.412 0 0 0-.807.929 2.858 2.858 0 0 0-.273 1.244c0 .438.09.844.273 1.217.182.365.438.656.766.875.337.219.724.328 1.162.328.42 0 .793-.109 1.121-.328.328-.219.588-.519.78-.902a2.83 2.83 0 0 0 .273-1.313l-.014-1.312a3.307 3.307 0 0 0-.916-.82 2.105 2.105 0 0 0-1.107-.288Zm8.298-1.121c.702 0 1.286.146 1.75.438a2.69 2.69 0 0 1 1.04 1.189c.237.502.355 1.067.355 1.696v.67h-5.25c.055.382.187.733.397 1.052.21.319.483.574.82.766.337.182.724.273 1.162.273.492 0 .952-.123 1.38-.369a5.187 5.187 0 0 0 1.08-.834l-.013 1.217a2.73 2.73 0 0 1-.574.492 3.583 3.583 0 0 1-.861.41 2.87 2.87 0 0 1-1.012.178c-.693 0-1.308-.164-1.846-.492a3.614 3.614 0 0 1-1.271-1.299 3.656 3.656 0 0 1-.451-1.791c0-.647.14-1.244.423-1.791.283-.547.67-.984 1.163-1.312a3.045 3.045 0 0 1 1.708-.493Zm0 1.094c-.565 0-1.03.191-1.394.574-.365.374-.593.83-.684 1.367h4.116c-.046-.446-.174-.811-.383-1.093a1.873 1.873 0 0 0-.739-.629 2.02 2.02 0 0 0-.916-.219Zm6.877-2.926v1.969h1.997v1.053h-1.996v4.006c0 .282.072.506.218.67.146.164.37.246.67.246.274 0 .501-.032.684-.096.182-.073.342-.15.478-.232v.916a2.268 2.268 0 0 1-.588.341c-.2.092-.474.137-.82.137-.583 0-1.025-.173-1.326-.519-.292-.356-.438-.825-.438-1.409v-4.06h-1.312v-.328c.447-.201.82-.529 1.121-.985.3-.465.565-1.034.793-1.709h.52Zm6.85 1.832c.702 0 1.285.146 1.75.438a2.69 2.69 0 0 1 1.04 1.189c.236.502.355 1.067.355 1.696v.67h-5.25c.054.382.186.733.396 1.052.21.319.483.574.82.766.338.182.725.273 1.162.273.493 0 .953-.123 1.381-.369a5.187 5.187 0 0 0 1.08-.834l-.013 1.217a2.73 2.73 0 0 1-.574.492 3.582 3.582 0 0 1-.862.41 2.87 2.87 0 0 1-1.011.178c-.693 0-1.308-.164-1.846-.492a3.614 3.614 0 0 1-1.272-1.299 3.656 3.656 0 0 1-.45-1.791c0-.647.14-1.244.423-1.791.282-.547.67-.984 1.162-1.312a3.045 3.045 0 0 1 1.71-.493Zm0 1.094c-.565 0-1.03.191-1.395.574-.364.374-.592.83-.683 1.367h4.115c-.045-.446-.173-.811-.383-1.093a1.873 1.873 0 0 0-.738-.629 2.02 2.02 0 0 0-.916-.219Zm8.08-1.094c.502 0 .934.082 1.299.246.365.155.615.297.752.424v1.135a4.067 4.067 0 0 0-.875-.492c-.328-.146-.72-.219-1.176-.219a2.28 2.28 0 0 0-1.271.356 2.336 2.336 0 0 0-.848.916 2.654 2.654 0 0 0-.287 1.23c0 .438.096.848.287 1.231.2.373.483.679.848.916.364.227.788.341 1.271.341.456 0 .848-.068 1.176-.205a4.47 4.47 0 0 0 .875-.506v1.135c-.137.137-.387.283-.752.438-.365.155-.797.232-1.299.232-.693 0-1.308-.164-1.846-.492a3.614 3.614 0 0 1-1.271-1.299 3.656 3.656 0 0 1-.451-1.791c0-.647.15-1.244.451-1.791a3.58 3.58 0 0 1 1.271-1.312c.538-.329 1.153-.493 1.846-.493Zm5.783-1.832v1.969h1.996v1.053h-1.996v4.006c0 .282.073.506.22.67.145.164.368.246.669.246.274 0 .501-.032.684-.096.182-.073.341-.15.478-.232v.916a2.269 2.269 0 0 1-.588.341c-.2.092-.474.137-.82.137-.583 0-1.025-.173-1.326-.519-.292-.356-.438-.825-.438-1.409v-4.06h-1.312v-.328c.446-.201.82-.529 1.12-.985.302-.465.566-1.034.794-1.709h.52Zm6.85 1.832c.702 0 1.285.146 1.75.438a2.69 2.69 0 0 1 1.039 1.189c.237.502.356 1.067.356 1.696v.67h-5.25c.054.382.186.733.396 1.052.21.319.483.574.82.766.338.182.725.273 1.162.273.493 0 .953-.123 1.381-.369a5.184 5.184 0 0 0 1.08-.834l-.013 1.217a2.73 2.73 0 0 1-.575.492 3.584 3.584 0 0 1-.86.41 2.87 2.87 0 0 1-1.013.178c-.692 0-1.308-.164-1.845-.492a3.614 3.614 0 0 1-1.272-1.299 3.656 3.656 0 0 1-.451-1.791c0-.647.141-1.244.424-1.791.282-.547.67-.984 1.162-1.312a3.044 3.044 0 0 1 1.709-.493Zm0 1.094c-.565 0-1.03.191-1.395.574-.364.374-.592.83-.683 1.367h4.115c-.046-.446-.173-.811-.383-1.093a1.873 1.873 0 0 0-.738-.629 2.02 2.02 0 0 0-.916-.219Zm11.17-3.965V334h-1.121v-1.162c-.237.364-.56.683-.97.957-.402.273-.862.41-1.382.41a3.042 3.042 0 0 1-1.6-.437 3.327 3.327 0 0 1-1.162-1.245c-.282-.528-.423-1.139-.423-1.832 0-.756.141-1.408.423-1.955a3.102 3.102 0 0 1 1.19-1.257 3.204 3.204 0 0 1 1.682-.452c.392 0 .788.096 1.19.287.41.183.76.438 1.052.766v-3.924h1.12Zm-3.158 3.992c-.493 0-.912.123-1.258.37a2.412 2.412 0 0 0-.807.929 2.858 2.858 0 0 0-.273 1.244c0 .438.09.844.273 1.217.183.365.438.656.766.875.337.219.725.328 1.162.328.42 0 .793-.109 1.121-.328.328-.219.588-.519.78-.902a2.83 2.83 0 0 0 .273-1.313l-.014-1.312a3.307 3.307 0 0 0-.916-.82 2.105 2.105 0 0 0-1.107-.288Z"}),d.createElement("path",{fill:"#615BC2",d:"m392.672 159.494 3.974 8.506h-1.372l-.888-2.031h-3.987l-.901 2.031h-1.371l3.974-8.506h.571Zm-.267 1.93-1.536 3.466h3.047l-1.511-3.466Zm14.448.228v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.08Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.338 3.338 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V168h-1.041v-6.348h1.041Zm16.085 0L436.407 168h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.664-4.456h.583l1.664 4.456 1.409-4.456h1.244Zm2.285-3.047c.246 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.783.783 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.648 3.047V168h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.414-.186.761-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V168h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V168h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm9.877-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.855 1.701c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V168h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V168h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm9.483-.889v1.27c.246-.423.542-.762.889-1.016s.703-.381 1.067-.381c.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V168h-1.041v-6.348h1.041Zm6.564-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v9.395h-1.041v-4.126c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.253 1.156c0 .406.084.778.253 1.117.17.338.407.609.711.812.314.204.673.305 1.079.305.39 0 .737-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.893 1.893 0 0 0-1.029-.279Zm10.284-.902v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.496-.72.496-1.27v-3.758h1.079Zm2.983-3.047c.245 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.785.785 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.647 3.047V168h-1.041v-5.37h-1.002v-.978h2.043Zm3.289 0v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V168h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V168h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.167.343-.322.22-.572.508-.75.863a2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.958 1.958 0 0 0-1.029-.267Zm12.125-1.041c.55 0 1.045.136 1.485.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431 2.44 2.44 0 0 1-1.117-.292 3.339 3.339 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.889-.85.38-.237.812-.356 1.295-.356Zm-.166 1.016c-.38 0-.727.097-1.041.292a2.057 2.057 0 0 0-.723.813c-.169.338-.254.736-.254 1.193l.013 1.219c.27.33.554.601.85.812.296.203.639.305 1.029.305.457 0 .846-.119 1.167-.356.322-.237.568-.541.737-.914.178-.381.266-.774.266-1.18 0-.415-.084-.783-.253-1.105a2.01 2.01 0 0 0-.711-.787c-.305-.195-.665-.292-1.08-.292Zm7.453-1.016c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm5.674-.889v1.27c.246-.423.542-.762.889-1.016s.703-.381 1.066-.381c.246 0 .466.043.661.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V168h-1.041v-6.348h1.041Zm4.99 0v.813c.203-.229.461-.44.774-.635a2.073 2.073 0 0 1 1.13-.305c.457 0 .884.11 1.282.33.398.212.703.534.914.965a5.45 5.45 0 0 1 .965-.914 2.007 2.007 0 0 1 1.219-.381c.431 0 .834.098 1.206.292.381.187.685.474.914.864.237.381.355.863.355 1.447V168h-1.041l-.012-3.771c0-.55-.144-.969-.432-1.256-.279-.288-.669-.432-1.168-.432-.364 0-.681.114-.952.343a5.728 5.728 0 0 0-.774.8V168h-1.041l-.013-3.771c0-.55-.144-.969-.432-1.256-.279-.288-.668-.432-1.168-.432-.347 0-.664.102-.952.305a4.215 4.215 0 0 0-.774.736V168h-1.041v-6.348h1.041Zm11.743-3.047c.245 0 .448.089.609.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.824.824 0 0 1 .622-.267Zm.647 3.047V168h-1.041v-5.37h-1.003v-.978h2.044Zm4.139-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm5.434 0a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.686.102.397 0 .71-.089.939-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Zm4.557-2.92c.246 0 .449.089.61.267a.816.816 0 0 1 .253.597c0 .22-.084.419-.253.596a.787.787 0 0 1-.61.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.648 3.047V168h-1.041v-5.37h-1.003v-.978h2.044Zm5.116-.127c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.219.287.508.431 1.062.431 1.663a3.32 3.32 0 0 1-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .85-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.331-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V168h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V168h-1.041v-6.348h1.041Zm8.278-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.686.102.397 0 .71-.089.939-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Zm10.219 0c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.332 3.332 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.234 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V168h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.299 3.299 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V168h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V168h-1.041v-6.348h1.041Zm-238.558 14.873c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V183h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm8.315-1.016c.55 0 1.045.136 1.486.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431c-.364 0-.737-.097-1.118-.292a3.335 3.335 0 0 1-.964-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.888-.85a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.042 2.042 0 0 0-.723.813c-.17.338-.254.736-.254 1.193l.012 1.219c.271.33.555.601.851.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm8.062-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.961 2.961 0 0 1-1.091 1.206 2.868 2.868 0 0 1-1.562.431 2.44 2.44 0 0 1-1.117-.292 3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.889-.85a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.601.85.812.297.203.639.305 1.029.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a2.01 2.01 0 0 0-.711-.787c-.305-.195-.665-.292-1.079-.292Zm5.878-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V183h-1.041v-6.348h1.041Zm6.817-.127c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.219.288.508.431 1.062.431 1.663a3.31 3.31 0 0 1-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm10.372-.889L428.016 183h-.648l-2.856-6.348h1.244l1.917 4.672 2.082-4.672h1.244Zm3.758-.127c.652 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm11.311-1.016c.644 0 1.215.153 1.714.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.714.457-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.332 3.332 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.339-.22.597-.503.774-.85.187-.356.28-.736.28-1.143a2.37 2.37 0 0 0-.28-1.142 2.076 2.076 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.069-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.782.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V183h-1.041v-6.348h1.041Zm8.798 0v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V183h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.472-3.936c.245 0 .448.089.609.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.865.865 0 0 1-.242-.596c0-.229.081-.428.242-.597a.824.824 0 0 1 .622-.267Zm.673 3.047v6.323c0 .854-.199 1.544-.597 2.069-.389.525-.918.922-1.587 1.193l-.47-.939c.559-.271.965-.571 1.219-.902.262-.33.394-.753.394-1.269v-5.497h-1.003v-.978h2.044Zm4.773-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm7.503-1.016c.465 0 .867.077 1.206.229.339.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm5.37-1.701v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm9.306 0v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V183h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V183h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm11.667-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.067 1.117.27.474.406 1.032.406 1.676 0 .694-.136 1.303-.406 1.828a2.97 2.97 0 0 1-1.092 1.206 2.868 2.868 0 0 1-1.562.431 2.44 2.44 0 0 1-1.117-.292 3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.517-.622.889-.85a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.601.851.812.296.203.639.305 1.028.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.305-.195-.664-.292-1.079-.292Zm5.878-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.782.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V183h-1.041v-6.348h1.041Zm6.817-.127c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm8.252-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.067 1.117.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.963 2.963 0 0 1-1.092 1.206 2.868 2.868 0 0 1-1.562.431c-.363 0-.736-.097-1.117-.292a3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.221-.338.517-.622.889-.85a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.555.601.851.812.296.203.639.305 1.028.305.457 0 .846-.119 1.168-.356.322-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.305-.195-.664-.292-1.079-.292Zm7.706-1.016c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.186.347.449.63.787.85.339.212.733.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.919-1.016a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V183h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-3.644h1.041Zm-2.932 3.707c-.457 0-.847.115-1.168.343-.322.22-.572.508-.749.863-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm11.768-1.041c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.729 0c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V183h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V183h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V183h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V183h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V183h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v6.221c0 .753-.153 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.724-.046-1.003-.139a2.553 2.553 0 0 1-.698-.33c-.195-.127-.373-.25-.534-.369v-1.117c.127.093.292.212.496.356.211.152.461.287.749.406.296.118.626.178.99.178.415 0 .795-.076 1.142-.229a1.98 1.98 0 0 0 .838-.673c.212-.296.318-.651.318-1.066v-1.333c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.526-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Z"}),d.createElement("circle",{cx:479,cy:286.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),d.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M479 284v-90"}),d.createElement("path",{fill:"#615BC2",d:"M439.389 393.494v1.079h-2.933v7.389h-1.143v-7.389h-2.932v-1.079h7.008Zm4.557 2.031c.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V402h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V402h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.839 2.839 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm13.635-.889v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.331-.297.496-.72.496-1.27v-3.758h1.079Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.322.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V402h-1.041v-6.348h1.041Zm16.085 0L494.067 402h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.41 4.456 1.663-4.456h.584l1.663 4.456 1.409-4.456h1.244Zm4.38-.127c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V402h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V402h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm7.185 0c.644 0 1.215.153 1.714.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.714.457-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.458 0 .851-.106 1.181-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.181-.33Zm11.706-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm4.659.127v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.782.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V402h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V402h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.842-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85c-.17.136-.351.241-.546.317-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.361 1.701c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm10.372-3.682V402h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.96 1.96 0 0 0-1.029-.267Zm10.652-2.742v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V402h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V402h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm11.311-1.016c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.729 0c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V402h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V402h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V402h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V402h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V402h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v6.221c0 .753-.153 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.724-.046-1.003-.139a2.553 2.553 0 0 1-.698-.33c-.195-.127-.373-.25-.534-.369v-1.117c.127.093.292.212.496.356.211.152.461.287.749.406.296.118.626.178.99.178.415 0 .795-.076 1.142-.229a1.98 1.98 0 0 0 .838-.673c.212-.296.318-.651.318-1.066v-1.333c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203ZM434.12 410.652v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V417h-1.041v-6.348h1.041Zm6.564-.127c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm7.249-1.016c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v9.395h-1.041v-4.126c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.177-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm10.283-.902v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.08v3.758c0 .55.16.973.482 1.27.33.287.707.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm4.583-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.526-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm5.294-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm10.422 1.701c.466 0 .868.077 1.207.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.234 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V417h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-6.348h1.041Zm13.064-.127c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.233 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V417h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.079.305.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.893 1.893 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-6.348h1.041Zm9.255-.127c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.234 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm5.674-3.682V417h-1.041v-9.141h1.041Zm7.719.965v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.312-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.728 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V417h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V417h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.76 3.76 0 0 1-1.663.368c-.389 0-.723-.046-1.003-.139a2.581 2.581 0 0 1-.698-.33c-.195-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.838-.673.211-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.847.114-1.168.342a2.225 2.225 0 0 0-.749.876c-.17.356-.254.741-.254 1.156 0 .406.084.778.254 1.117.169.338.406.609.71.812.314.204.673.305 1.08.305.389 0 .736-.101 1.041-.305.304-.203.546-.482.723-.837.178-.356.263-.758.254-1.207l-.013-1.218a3.082 3.082 0 0 0-.85-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm6.525-1.016a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Z"}),d.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M479 382v-92"}),d.createElement("circle",{cx:258,cy:319,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),d.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M258 315v-46"}),d.createElement("path",{fill:"#615BC2",d:"M180.389 234.494v1.079h-2.933v7.389h-1.143v-7.389h-2.932v-1.079h7.008Zm4.557 2.031c.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V243h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V243h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.839 2.839 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm13.635-.889v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.331-.297.496-.72.496-1.27v-3.758h1.079Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.322.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V243h-1.041v-6.348h1.041Zm10.626-.127c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.233 0c.364 0 .733.089 1.105.267.381.169.707.406.978.711v-.851h1.041V243h-1.041v-1.079a3.135 3.135 0 0 1-.902.889c-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.846.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V243h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V243h-1.041v-6.348h1.041Zm12.086-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.056.326.166.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm8.734.127v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94-.407.22-.864.33-1.371.33a2.83 2.83 0 0 1-1.371-.33 2.442 2.442 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.079v3.758c0 .55.161.973.483 1.27.33.287.706.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm5.091-.127c.584 0 1.104.14 1.561.419.466.271.83.66 1.092 1.168.271.508.406 1.113.406 1.816 0 .643-.135 1.21-.406 1.701a2.988 2.988 0 0 1-1.066 1.155c-.44.271-.935.406-1.486.406-.482 0-.914-.127-1.294-.38a3.173 3.173 0 0 1-.889-.889V243h-1.041v-9.141h1.041v3.644a2.85 2.85 0 0 1 .965-.711 2.627 2.627 0 0 1 1.117-.267Zm-.191 1.029c-.389 0-.732.093-1.028.279-.296.178-.58.432-.85.762l-.013 1.218c0 .449.084.851.254 1.207.177.355.419.634.723.837a1.87 1.87 0 0 0 1.041.305c.415 0 .775-.101 1.079-.305.305-.203.542-.474.711-.812.17-.339.254-.711.254-1.117 0-.415-.089-.8-.266-1.156a2.142 2.142 0 0 0-.737-.876c-.321-.228-.711-.342-1.168-.342Zm6.005-.902v.813c.203-.229.462-.44.775-.635a2.07 2.07 0 0 1 1.13-.305c.457 0 .884.11 1.282.33.398.212.702.534.914.965a5.45 5.45 0 0 1 .965-.914 2.007 2.007 0 0 1 1.219-.381c.431 0 .833.098 1.206.292.38.187.685.474.914.864.237.381.355.863.355 1.447V243h-1.041l-.013-3.771c0-.55-.143-.969-.431-1.256-.28-.288-.669-.432-1.168-.432-.364 0-.682.114-.952.343a5.79 5.79 0 0 0-.775.8V243h-1.041l-.012-3.771c0-.55-.144-.969-.432-1.256-.279-.288-.669-.432-1.168-.432-.347 0-.664.102-.952.305-.28.203-.538.448-.775.736V243h-1.041v-6.348h1.041Zm11.743-3.047c.246 0 .449.089.61.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.868.868 0 0 1-.241-.596.84.84 0 0 1 .241-.597.827.827 0 0 1 .622-.267Zm.648 3.047V243h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm10.423 1.701c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm6.728 0c.432 0 .826.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V243h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V243h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.521-.508a3.08 3.08 0 0 1 .71-.444c.271-.118.551-.178.838-.178Zm6.932 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V243h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.079.305.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.893 1.893 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V243h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V243h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.864 2.864 0 0 1-1.219 1.117 3.76 3.76 0 0 1-1.663.368c-.389 0-.723-.046-1.003-.139a2.581 2.581 0 0 1-.698-.33c-.194-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.838-.673.211-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.847.114-1.168.342a2.225 2.225 0 0 0-.749.876c-.17.356-.254.741-.254 1.156 0 .406.084.778.254 1.117.169.338.406.609.711.812a1.93 1.93 0 0 0 1.079.305c.389 0 .736-.101 1.041-.305.304-.203.546-.482.723-.837.178-.356.263-.758.254-1.207l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm6.525-1.016c.372 0 .72.055 1.041.165.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.322.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.699.266.245.068.473.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm9.103-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.614 1.701c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.219.287.508.431 1.062.431 1.663a3.32 3.32 0 0 1-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .85-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.331-.22-.724-.33-1.181-.33Zm11.959-1.016c.584 0 1.104.14 1.561.419.466.271.83.66 1.092 1.168.271.508.406 1.113.406 1.816 0 .643-.135 1.21-.406 1.701a2.988 2.988 0 0 1-1.066 1.155c-.44.271-.935.406-1.486.406-.482 0-.914-.127-1.294-.38a3.173 3.173 0 0 1-.889-.889V243h-1.041v-9.141h1.041v3.644a2.85 2.85 0 0 1 .965-.711 2.627 2.627 0 0 1 1.117-.267Zm-.191 1.029c-.389 0-.732.093-1.028.279-.296.178-.58.432-.85.762l-.013 1.218c0 .449.084.851.254 1.207.177.355.419.634.723.837a1.87 1.87 0 0 0 1.041.305c.415 0 .775-.101 1.08-.305.304-.203.541-.474.71-.812.17-.339.254-.711.254-1.117 0-.415-.089-.8-.266-1.156a2.142 2.142 0 0 0-.737-.876c-.321-.228-.711-.342-1.168-.342Zm7.58-1.029c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.079.254 2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm9.483-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V243h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.83 4.83 0 0 0 1.002-.774l-.012 1.13a2.584 2.584 0 0 1-.533.457 3.351 3.351 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.203 3.203 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm10.233-.889L404.689 243h-.647l-2.856-6.348h1.244l1.917 4.672 2.082-4.672h1.244Zm2.285-3.047c.245 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.785.785 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.647 3.047V243h-1.041v-5.37h-1.002v-.978h2.043Zm4.863-.127c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm12.962-.889L426.208 243h-.647l-1.74-4.481-1.739 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.663-4.456h.584l1.663 4.456 1.41-4.456h1.244Zm3.884-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.351 3.351 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm10.373-3.682V243h-1.041v-1.079a3.135 3.135 0 0 1-.902.889c-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .733.089 1.105.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.322.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.1 3.1 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm-262.806 13.959c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.338-.22.597-.503.774-.85.187-.356.28-.736.28-1.143a2.37 2.37 0 0 0-.28-1.142 2.083 2.083 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.069-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V258h-1.041v-6.348h1.041Zm9.508-1.828v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.253 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.317.863.317 1.447V258h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.015.381a4.394 4.394 0 0 0-.876.863V258h-1.041v-9.141h1.041v3.796c.135-.169.308-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.626.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm4.99-.889 2.221 4.672 2.159-4.672h1.244l-4.672 9.395h-1.206l1.815-3.428-2.805-5.967h1.244Zm13.571-.127c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.233 0c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V258h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.846.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V258h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V258h-1.041v-6.348h1.041Zm15.932-2.793V258h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-3.644h1.041Zm-2.932 3.707c-.457 0-.847.115-1.168.343-.322.22-.572.508-.749.863-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm6.106-3.961c.246 0 .449.089.61.267a.816.816 0 0 1 .253.597c0 .22-.084.419-.253.596a.787.787 0 0 1-.61.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.648 3.047V258h-1.041v-5.37h-1.003v-.978h2.044Zm4.138-.127c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.422 2.422 0 0 0-.94-.19c-.397 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978a2.07 2.07 0 0 1-.826.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.67 4.67 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.221.101.453.19.699.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm6.411 0c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.234 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V258h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V258h-1.041v-6.348h1.041Zm9.687-2.793V258h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419c.363 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.322.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm10.651-2.742v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.623.228.253 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V258h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V258h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm5.65-3.936c.245 0 .448.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.824.824 0 0 1 .622-.267Zm.647 3.047V258h-1.041v-5.37h-1.003v-.978h2.044Zm3.288 0v1.27c.246-.423.542-.762.889-1.016s.703-.381 1.067-.381c.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V258h-1.041v-6.348h1.041Zm10.626-.127c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.729 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V258h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381a4.394 4.394 0 0 0-.876.863V258h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.363 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V258h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.299 3.299 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V258h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V258h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.724-.046-1.003-.139a2.553 2.553 0 0 1-.698-.33c-.195-.127-.373-.25-.533-.369v-1.117c.127.093.292.212.495.356.211.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.837-.673.212-.296.318-.651.318-1.066v-1.333c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.17.338.406.609.711.812.313.204.673.305 1.079.305.39 0 .737-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.895 1.895 0 0 0-1.029-.279Zm7.706-1.029c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm6.526-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.056.326.166.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Z"}),d.createElement("rect",{width:93,height:23,x:733.5,y:125.5,fill:"#F4FAEB",rx:3.5}),d.createElement("rect",{width:93,height:23,x:733.5,y:125.5,stroke:"#B0D182",rx:3.5}),d.createElement("g",{clipPath:"url(#clip1_20382_240644)"},d.createElement("path",{fill:"#68A611",d:"m753.25 140.128-2.603-2.603a.747.747 0 1 0-1.057 1.058l3.135 3.135a.747.747 0 0 0 1.057 0l7.935-7.935a.747.747 0 1 0-1.057-1.058l-7.41 7.403Z"})),d.createElement("path",{fill:"#3B6600",d:"m773.211 133.09 3.656 7.91h-1.91l-.598-1.465h-3.105l-.598 1.465h-1.91l3.656-7.91h.809Zm-.399 2.66-.984 2.402h1.969l-.985-2.402Zm8.473-.82c.469 0 .903.121 1.301.363.406.234.73.582.973 1.043.25.453.375 1.008.375 1.664 0 .656-.125 1.223-.375 1.699a2.684 2.684 0 0 1-.997 1.102 2.62 2.62 0 0 1-1.382.375c-.328 0-.657-.078-.985-.235a2.78 2.78 0 0 1-.808-.609v3.48h-1.489v-8.73h1.489v.996c.172-.32.422-.59.75-.808.328-.227.711-.34 1.148-.34Zm-.375 1.488c-.265 0-.515.07-.75.211a1.557 1.557 0 0 0-.574.574c-.141.25-.207.551-.199.902v.856c.211.219.437.402.679.551.25.14.52.211.809.211.305 0 .57-.082.797-.246.226-.165.402-.375.527-.633a1.96 1.96 0 0 0 .188-.844c0-.445-.137-.82-.41-1.125-.266-.305-.622-.457-1.067-.457Zm7.828-1.488c.469 0 .903.121 1.301.363.406.234.731.582.973 1.043.25.453.375 1.008.375 1.664 0 .656-.125 1.223-.375 1.699a2.675 2.675 0 0 1-.996 1.102c-.414.25-.875.375-1.383.375-.328 0-.656-.078-.985-.235a2.794 2.794 0 0 1-.808-.609v3.48h-1.488v-8.73h1.488v.996c.172-.32.422-.59.75-.808.328-.227.711-.34 1.148-.34Zm-.375 1.488c-.265 0-.515.07-.75.211a1.564 1.564 0 0 0-.574.574c-.141.25-.207.551-.199.902v.856c.211.219.437.402.68.551.25.14.519.211.808.211.305 0 .57-.082.797-.246.227-.165.402-.375.527-.633a1.96 1.96 0 0 0 .188-.844c0-.445-.137-.82-.41-1.125-.266-.305-.621-.457-1.067-.457Zm5.93-3.856V141h-1.488v-8.438h1.488Zm3.059-.562c.281 0 .523.102.726.305a.94.94 0 0 1 .305.703c0 .265-.102.5-.305.703a.992.992 0 0 1-.726.305.992.992 0 0 1-.727-.305.986.986 0 0 1-.293-.703c0-.274.098-.508.293-.703a.992.992 0 0 1 .727-.305Zm.867 3.082V141h-1.489v-4.652h-.949v-1.266h2.438Zm4.465-.152c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.143 3.143 0 0 1-1.149-1.089c-.281-.461-.421-.989-.421-1.583 0-.578.128-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.756 2.756 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.188-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V141h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.329.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211.234-.141.421-.336.562-.586.149-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.625 1.625 0 0 0-.797-.199Z"}),d.createElement("rect",{width:93,height:23,x:733.5,y:277.5,fill:"#FFF2F3",rx:3.5}),d.createElement("rect",{width:93,height:23,x:733.5,y:277.5,stroke:"#FEB0B7",rx:3.5}),d.createElement("path",{fill:"#D93644",d:"M754.724 284.283a.745.745 0 0 0-1.057 0l-3.668 3.66-3.667-3.668a.748.748 0 0 0-1.058 1.058l3.668 3.667-3.668 3.668a.747.747 0 1 0 1.058 1.057l3.667-3.667 3.668 3.667a.745.745 0 0 0 1.057 0 .745.745 0 0 0 0-1.057L751.057 289l3.667-3.667a.752.752 0 0 0 0-1.05Z"}),d.createElement("path",{fill:"#D11525",d:"M767.973 284.973c.492 0 .918.07 1.277.211.359.132.672.316.938.55v1.641a11.253 11.253 0 0 0-.586-.41 2.99 2.99 0 0 0-.692-.328 2.745 2.745 0 0 0-.89-.129c-.469 0-.895.113-1.278.34a2.558 2.558 0 0 0-.914.914c-.226.383-.34.82-.34 1.312 0 .485.114.922.34 1.313.227.383.531.687.914.914.383.219.809.328 1.278.328.523 0 .96-.078 1.312-.234.359-.165.684-.364.973-.598v1.582a3.048 3.048 0 0 1-.996.586c-.399.14-.844.211-1.336.211a4.347 4.347 0 0 1-1.594-.293 4.263 4.263 0 0 1-1.324-.844 4.01 4.01 0 0 1-.903-1.301 4.118 4.118 0 0 1-.328-1.664c0-.609.11-1.164.328-1.664.219-.5.52-.93.903-1.289a4.007 4.007 0 0 1 1.324-.844 4.195 4.195 0 0 1 1.594-.304Zm6.117 1.957c.32 0 .644.074.972.222.329.149.602.348.821.598v-.668h1.488V293h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386Zm.305 1.453a1.34 1.34 0 0 0-.809.246 1.606 1.606 0 0 0-.516.621 1.882 1.882 0 0 0-.187.832c0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.652 2.652 0 0 0-.692-.539 1.624 1.624 0 0 0-.796-.199Zm6.293-1.301v.844c.179-.242.421-.469.726-.68a1.862 1.862 0 0 1 1.066-.316c.602 0 1.106.203 1.512.609.406.406.61 1.016.61 1.828V293h-1.489l-.011-3.434c0-.398-.098-.695-.293-.89-.188-.196-.45-.293-.786-.293-.265 0-.515.086-.75.258a2.707 2.707 0 0 0-.585.609V293h-1.489v-5.918h1.489Zm8.32-.152c.437 0 .797.07 1.078.211.281.14.504.277.668.41v1.371a3.03 3.03 0 0 0-.692-.375c-.25-.102-.558-.152-.925-.152a1.641 1.641 0 0 0-1.43.82c-.148.25-.223.535-.223.855 0 .485.157.883.469 1.196.313.312.707.468 1.184.468.367 0 .675-.046.925-.14.258-.102.489-.227.692-.375v1.359a2.998 2.998 0 0 1-.668.41c-.281.125-.641.188-1.078.188-.602 0-1.137-.141-1.606-.422a3.257 3.257 0 0 1-1.101-1.137 3.12 3.12 0 0 1-.399-1.547c0-.414.075-.808.223-1.183.156-.375.375-.707.656-.996.281-.297.61-.532.985-.703a2.99 2.99 0 0 1 1.242-.258Zm5.66 0c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .821-.086 1.172-.258.352-.172.633-.347.844-.527l-.012 1.383c-.187.164-.468.332-.844.504a2.952 2.952 0 0 1-1.218.246 3.283 3.283 0 0 1-1.606-.399 3.14 3.14 0 0 1-1.148-1.089c-.281-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.071 3.071 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.468-.937a1.511 1.511 0 0 0-.926-.317Zm5.672-3.668V293h-1.489v-8.438h1.489Zm3.304 0V293h-1.488v-8.438h1.488Zm4.407 2.368c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.132 3.132 0 0 1-1.148-1.089c-.282-.461-.422-.989-.422-1.583 0-.578.129-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V293h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.329.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.625 1.625 0 0 0-.797-.199Z"}),d.createElement("rect",{width:93,height:23,x:733.5,y:201.5,fill:"#FFF4E5",rx:3.5}),d.createElement("rect",{width:93,height:23,x:733.5,y:201.5,stroke:"#FFC46F",rx:3.5}),d.createElement("g",{clipPath:"url(#clip2_20382_240644)"},d.createElement("path",{fill:"#D76500",d:"M748.992 205.5c-4.14 0-7.492 3.36-7.492 7.5 0 4.14 3.352 7.5 7.492 7.5 4.148 0 7.508-3.36 7.508-7.5 0-4.14-3.36-7.5-7.508-7.5ZM749 219c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6Zm-.165-9.75h-.045c-.3 0-.54.24-.54.54v3.54c0 .262.135.51.367.645l3.113 1.867a.534.534 0 0 0 .735-.179.533.533 0 0 0-.187-.743l-2.903-1.725v-3.405c0-.3-.24-.54-.54-.54Z"})),d.createElement("path",{fill:"#B35300",d:"M765.359 208.996c.453 0 .868.063 1.243.188.375.125.691.269.949.433v1.606a8.927 8.927 0 0 0-.903-.481 2.566 2.566 0 0 0-1.089-.222c-.204 0-.407.031-.61.093a1.281 1.281 0 0 0-.492.282.65.65 0 0 0-.187.48.64.64 0 0 0 .339.586c.227.133.504.266.832.398l.961.399c.547.234.95.519 1.207.855.258.336.387.719.387 1.149 0 .468-.137.883-.41 1.242a2.712 2.712 0 0 1-1.078.832 3.55 3.55 0 0 1-1.488.305c-.461 0-.903-.079-1.325-.235a4.53 4.53 0 0 1-1.101-.574v-1.605c.344.25.722.461 1.136.632.415.172.856.258 1.325.258.328 0 .609-.062.843-.187.235-.133.352-.328.352-.586 0-.203-.098-.367-.293-.492a2.764 2.764 0 0 0-.621-.329l-1.207-.468c-.609-.235-1.024-.539-1.242-.914a2.58 2.58 0 0 1-.317-1.266c0-.477.129-.891.387-1.242.266-.36.609-.637 1.031-.832a3.121 3.121 0 0 1 1.371-.305Zm6.715 1.934c.438 0 .797.07 1.078.211.282.14.504.277.668.41v1.371a3.022 3.022 0 0 0-.691-.375c-.25-.102-.559-.152-.926-.152a1.644 1.644 0 0 0-1.652 1.675c0 .485.156.883.469 1.196.312.312.707.468 1.183.468.367 0 .676-.046.926-.14.258-.102.488-.227.691-.375v1.359a2.975 2.975 0 0 1-.668.41c-.281.125-.64.188-1.078.188-.601 0-1.136-.141-1.605-.422a3.269 3.269 0 0 1-1.102-1.137 3.13 3.13 0 0 1-.398-1.547c0-.414.074-.808.222-1.183.157-.375.375-.707.657-.996a2.996 2.996 0 0 1 2.226-.961Zm6.352 0c.601 0 1.105.203 1.512.609.406.406.609 1.016.609 1.828V217h-1.488l-.012-3.434c0-.398-.098-.695-.293-.89-.188-.196-.449-.293-.785-.293-.266 0-.516.086-.75.258a2.69 2.69 0 0 0-.586.609V217h-1.488v-8.438h1.488v3.364c.179-.242.422-.469.726-.68a1.863 1.863 0 0 1 1.067-.316Zm6.422 0c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.28 3.28 0 0 1-1.605-.399 3.132 3.132 0 0 1-1.148-1.089c-.282-.461-.422-.989-.422-1.583 0-.578.129-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V217h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.329.149.602.348.821.598v-3.188h1.488Zm-2.976 3.833a1.34 1.34 0 0 0-.809.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.624 1.624 0 0 0-.796-.199Zm10.031-1.313v3.527c0 .524-.117.977-.352 1.36a2.338 2.338 0 0 1-.961.867 2.95 2.95 0 0 1-1.359.305 3.05 3.05 0 0 1-1.383-.305 2.363 2.363 0 0 1-.949-.867c-.227-.383-.34-.836-.34-1.36v-3.527h1.5l.012 3.258c0 .461.105.805.316 1.031.211.227.492.34.844.34.344 0 .621-.113.832-.34.219-.226.328-.57.328-1.031v-3.258h1.512Zm3.187-2.52V217h-1.488v-8.438h1.488Zm4.407 2.368c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.585.961.313.242.696.363 1.149.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.135 3.135 0 0 1-1.149-1.089c-.281-.461-.421-.989-.421-1.583 0-.578.128-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.756 2.756 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.188-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V217h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.328.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211.234-.141.421-.336.562-.586.148-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.628 1.628 0 0 0-.797-.199Z"}),d.createElement("path",{fill:"#202021",d:"M682 211.25a.75.75 0 0 0 0 1.5v-1.5Zm39.566 1.28a.749.749 0 0 0 0-1.06l-4.773-4.773a.75.75 0 0 0-1.061 1.06l4.243 4.243-4.243 4.243a.75.75 0 0 0 1.061 1.06l4.773-4.773Zm-39.566.22h39.036v-1.5H682v1.5Z"}),d.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M651.5 212H682"}),d.createElement("path",{fill:"#202021",d:"m699.502 283.5.643-.385-.643.385Zm22.984 5.428a.75.75 0 0 1 .088 1.057l-4.36 5.153a.75.75 0 1 1-1.145-.969l3.876-4.58-4.581-3.876a.75.75 0 0 1 .969-1.145l5.153 4.36ZM680.5 211.25c1.816 0 3.308 1.246 4.531 3.054 1.236 1.828 2.32 4.403 3.289 7.448 1.942 6.099 3.488 14.291 4.827 22.701.67 4.21 1.29 8.485 1.882 12.591.592 4.109 1.157 8.046 1.716 11.59.56 3.546 1.114 6.684 1.683 9.194.577 2.54 1.15 4.342 1.717 5.287l-1.286.771c-.705-1.175-1.32-3.197-1.894-5.726-.58-2.56-1.14-5.737-1.701-9.292-.562-3.556-1.128-7.505-1.72-11.61-.592-4.107-1.21-8.372-1.878-12.57-1.339-8.405-2.871-16.499-4.775-22.481-.954-2.996-1.986-5.411-3.102-7.062-1.131-1.672-2.23-2.395-3.289-2.395v-1.5Zm19.645 71.865c1.006 1.676 2.803 2.906 5.045 3.789 2.235.881 4.835 1.386 7.332 1.664 2.491.276 4.849.323 6.587.3a53.795 53.795 0 0 0 2.638-.101l.146-.01a.637.637 0 0 0 .036-.003l.008-.001h.002l.063.748.061.747h-.004l-.011.001-.041.004-.157.011a54.48 54.48 0 0 1-2.721.104c-1.778.023-4.202-.024-6.773-.31-2.566-.285-5.31-.811-7.715-1.758-2.399-.945-4.538-2.34-5.782-4.414l1.286-.771Z"}),d.createElement("path",{fill:"#202021",d:"m699.502 141.7.643.385-.643-.385Zm22.984-5.428a.75.75 0 0 0 .088-1.057l-4.36-5.153a.75.75 0 1 0-1.145.969l3.876 4.58-4.581 3.876a.75.75 0 0 0 .969 1.145l5.153-4.36ZM680.5 212.749c1.81 0 3.301-1.218 4.527-2.997 1.238-1.795 2.322-4.324 3.292-7.313 1.942-5.988 3.489-14.03 4.828-22.29.67-4.135 1.29-8.335 1.882-12.371.592-4.039 1.156-7.91 1.716-11.398.56-3.49 1.113-6.58 1.683-9.057.576-2.506 1.149-4.291 1.717-5.238l-1.286-.771c-.704 1.173-1.319 3.175-1.893 5.673-.581 2.526-1.141 5.657-1.702 9.155-.562 3.5-1.127 7.384-1.719 11.418-.592 4.037-1.211 8.227-1.879 12.349-1.338 8.255-2.87 16.198-4.774 22.067-.953 2.939-1.984 5.306-3.1 6.925-1.127 1.635-2.226 2.348-3.292 2.348v1.5Zm19.645-70.664c1.006-1.676 2.803-2.906 5.045-3.789 2.235-.881 4.835-1.386 7.332-1.664 2.491-.277 4.849-.323 6.587-.3a53.795 53.795 0 0 1 2.638.101l.146.01a.637.637 0 0 1 .036.003l.008.001h.002l.063-.748.061-.747h-.004l-.011-.001-.041-.004-.157-.011a54.48 54.48 0 0 0-2.721-.104c-1.778-.023-4.202.024-6.773.31-2.566.285-5.31.811-7.715 1.758-2.399.945-4.538 2.34-5.782 4.414l1.286.771Z"}),d.createElement("path",{fill:"#615BC2",d:"M580.672 84.494 584.646 93h-1.372l-.888-2.031h-3.987L577.498 93h-1.371l3.974-8.506h.571Zm-.267 1.93-1.536 3.466h3.047l-1.511-3.466Zm14.448.228v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.974.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.08Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.322 3.322 0 0 0-.723-.394 2.424 2.424 0 0 0-.94-.19c-.398 0-.698.093-.901.28-.195.186-.292.38-.292.583 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.38c.414.145.723.352.926.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.057 2.057 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.245 0-.504-.033-.774-.101-.263-.06-.5-.131-.711-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.09.939-.267.237-.177.356-.398.356-.66a.57.57 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.967 1.967 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.012 1.13a2.56 2.56 0 0 1-.534.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.419-1.663c0-.6.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.753-.356-1.016a1.737 1.737 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm5.675-.889v1.27c.245-.423.542-.762.889-1.016s.702-.38 1.066-.38c.245 0 .466.042.66.126v1.206a1.578 1.578 0 0 0-.812-.24c-.432 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V93h-1.041v-6.348h1.041Zm16.085 0L624.407 93h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.664-4.456h.583l1.664 4.456 1.409-4.456h1.244Zm2.285-3.046c.246 0 .449.088.609.266.17.17.254.368.254.597 0 .22-.084.419-.254.596a.783.783 0 0 1-.609.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.266Zm.648 3.046V93h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.47.203.622.135.152.342.228.622.228.254 0 .465-.03.635-.089a3.12 3.12 0 0 0 .444-.216v.851a2.081 2.081 0 0 1-.546.318c-.186.084-.44.126-.762.126-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.414-.186.761-.49 1.041-.914.279-.431.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.38.318.863.318 1.447V93h-1.041l-.013-3.77c0-.55-.123-.97-.368-1.257-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.38-.33.246-.622.534-.876.864V93h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444a2.07 2.07 0 0 1 .838-.178Zm9.877-1.7v1.827h1.853v.978h-1.853v3.72c0 .262.068.47.203.622.136.152.343.228.622.228.254 0 .466-.03.635-.089a3.12 3.12 0 0 0 .444-.216v.851a2.081 2.081 0 0 1-.546.318c-.186.084-.44.126-.761.126-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.49 1.041-.914.28-.431.525-.96.737-1.587h.482Zm6.855 1.7c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.38.317.863.317 1.447V93h-1.041l-.013-3.77c0-.55-.122-.97-.368-1.257-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.38-.33.246-.622.534-.876.864V93h-1.041v-9.14h1.041v3.795c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.418-1.663c0-.6.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.753-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm9.483-.889v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V93h-1.041v-6.348h1.041Zm6.564-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.822c-.043-.415-.161-.753-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.09 1.104.267.381.17.707.406.978.71v-.85h1.041v9.395h-1.041V91.92a3.11 3.11 0 0 1-.901.889c-.373.254-.8.38-1.283.38a2.82 2.82 0 0 1-1.485-.406 3.085 3.085 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.891 2.891 0 0 1 1.104-1.168c.466-.279.986-.419 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.343-.321.22-.571.511-.749.875-.169.356-.253.741-.253 1.156 0 .406.084.778.253 1.117.17.338.407.61.711.812.314.204.673.305 1.079.305.39 0 .737-.102 1.041-.305.305-.203.546-.482.724-.838.178-.355.262-.757.254-1.206l-.013-1.218a3.088 3.088 0 0 0-.85-.762 1.891 1.891 0 0 0-1.029-.28Zm10.284-.902v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.974.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.496-.72.496-1.27v-3.758h1.079Zm2.983-3.046c.245 0 .449.088.609.266.17.17.254.368.254.597 0 .22-.084.419-.254.596a.785.785 0 0 1-.609.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.266Zm.647 3.046V93h-1.041v-5.37h-1.002v-.978h2.043Zm3.289 0v1.27c.245-.423.541-.762.888-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.053.456a6.607 6.607 0 0 0-.749 1.092V93h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.753-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm10.372-3.682V93h-1.041v-1.08a3.11 3.11 0 0 1-.901.89c-.373.254-.8.38-1.283.38a2.82 2.82 0 0 1-1.485-.406 3.093 3.093 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.887 2.887 0 0 1 1.105-1.168c.465-.279.986-.419 1.561-.419.364 0 .732.09 1.105.267.38.17.706.406.977.71V83.86h1.041Zm-2.933 3.707c-.457 0-.846.115-1.167.343-.322.22-.572.508-.75.863-.169.356-.253.741-.253 1.156 0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305a2.13 2.13 0 0 0 .723-.838c.178-.364.263-.77.254-1.218l-.013-1.22a3.088 3.088 0 0 0-.85-.761 1.96 1.96 0 0 0-1.029-.267Zm12.125-1.04c.55 0 1.045.135 1.485.406.448.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.953 2.953 0 0 1-1.092 1.206 2.867 2.867 0 0 1-1.561.431c-.364 0-.736-.097-1.117-.292a3.355 3.355 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.08c.22-.34.516-.623.889-.851.38-.237.812-.356 1.295-.356Zm-.166 1.015c-.38 0-.727.097-1.041.292a2.054 2.054 0 0 0-.723.813c-.169.338-.254.736-.254 1.193l.013 1.219c.27.33.554.6.85.812.296.203.639.305 1.029.305.457 0 .846-.119 1.167-.356.322-.237.568-.541.737-.914.178-.38.266-.774.266-1.18 0-.415-.084-.783-.253-1.105a2.007 2.007 0 0 0-.711-.787c-.305-.195-.665-.292-1.08-.292Zm7.453-1.016c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.71.314.17.673.255 1.08.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.55 2.55 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.161-.753-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm5.674-.889v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.066-.38c.246 0 .466.042.661.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V93h-1.041v-6.348h1.041Zm4.99 0v.813a3.49 3.49 0 0 1 .774-.635 2.072 2.072 0 0 1 1.13-.305c.457 0 .884.11 1.282.33.398.212.703.534.914.965.296-.355.618-.66.965-.914s.753-.38 1.219-.38c.431 0 .834.097 1.206.291.381.187.685.474.914.864.237.38.355.863.355 1.447V93h-1.041l-.012-3.77c0-.55-.144-.97-.432-1.257-.279-.288-.669-.432-1.168-.432a1.43 1.43 0 0 0-.952.343 5.77 5.77 0 0 0-.774.8V93h-1.041l-.013-3.77c0-.55-.144-.97-.432-1.257-.279-.288-.668-.432-1.168-.432-.347 0-.664.102-.952.305a4.23 4.23 0 0 0-.774.736V93h-1.041v-6.348h1.041Zm11.743-3.046c.245 0 .448.088.609.266.169.17.254.368.254.597 0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.824.824 0 0 1 .622-.266Zm.647 3.046V93h-1.041v-5.37h-1.003v-.978h2.044Zm4.139-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.298 3.298 0 0 0-.723-.394 2.424 2.424 0 0 0-.94-.19c-.398 0-.698.093-.901.28-.195.186-.292.38-.292.583 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.38c.414.145.723.352.926.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.057 2.057 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.245 0-.503-.033-.774-.101-.263-.06-.5-.131-.711-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.09.939-.267.237-.177.356-.398.356-.66a.57.57 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.967 1.967 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm5.434 0a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.308 3.308 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.698.093-.902.28-.194.186-.292.38-.292.583 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.38c.415.145.724.352.927.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.07 2.07 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.246 0-.504-.033-.775-.101a4.739 4.739 0 0 1-.711-.216 3.269 3.269 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.686.102.397 0 .71-.09.939-.267.237-.177.355-.398.355-.66a.567.567 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.978 1.978 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Zm4.557-2.92c.246 0 .449.09.61.267.169.17.253.368.253.597 0 .22-.084.419-.253.596a.787.787 0 0 1-.61.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.266Zm.648 3.047V93h-1.041v-5.37h-1.003v-.978h2.044Zm5.116-.127c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.22.287.507.431 1.061.431 1.662s-.144 1.155-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.14-1.155.419-1.663a3.333 3.333 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.85 2.466 2.466 0 0 0-.267 1.143c0 .406.089.787.267 1.143a2.3 2.3 0 0 0 .787.85c.339.212.732.318 1.181.318.457 0 .85-.106 1.181-.318.338-.22.596-.503.774-.85.186-.356.279-.737.279-1.143a2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.85c-.331-.221-.724-.331-1.181-.331Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.38.317.863.317 1.447V93h-1.041l-.013-3.77c0-.55-.122-.97-.368-1.257-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.38-.33.246-.622.534-.876.864V93h-1.041v-6.348h1.041Zm8.278-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.308 3.308 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.28-.194.186-.292.38-.292.583 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.38c.415.145.724.352.927.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.07 2.07 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.246 0-.504-.033-.775-.101a4.739 4.739 0 0 1-.711-.216 3.269 3.269 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.686.102.397 0 .71-.09.939-.267.237-.177.355-.398.355-.66a.567.567 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.978 1.978 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Zm10.219 0c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.748 3.748 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.17 2.17 0 0 0-.787.85 2.466 2.466 0 0 0-.267 1.143c0 .406.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.19.305-.136.576-.293.813-.47v1.053c-.127.127-.36.263-.699.407-.338.144-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.36 3.36 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.419-1.663c0-.6.139-1.155.419-1.663a3.33 3.33 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.234 0c.364 0 .732.09 1.104.267.381.17.707.406.978.71v-.85h1.041V93h-1.041v-1.08c-.22.34-.521.636-.902.89-.372.254-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.085 3.085 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.891 2.891 0 0 1 1.104-1.168c.466-.279.986-.419 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.326 2.326 0 0 0-.749.888c-.169.356-.254.741-.254 1.156 0 .406.085.783.254 1.13.169.338.406.609.711.812.313.203.673.305 1.079.305.389 0 .736-.102 1.041-.305.305-.203.546-.482.724-.838.178-.364.262-.77.254-1.218l-.013-1.22a3.28 3.28 0 0 0-.851-.774 1.89 1.89 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.38.317.863.317 1.447V93h-1.041l-.013-3.77c0-.55-.123-.97-.368-1.257-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.38-.33.246-.622.534-.876.864V93h-1.041v-6.348h1.041Zm-238.558 14.873c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V108h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm8.315-1.016c.55 0 1.045.136 1.486.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431c-.364 0-.737-.097-1.118-.292a3.335 3.335 0 0 1-.964-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.888-.85a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.042 2.042 0 0 0-.723.813c-.17.338-.254.736-.254 1.193l.012 1.219c.271.33.555.601.851.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm8.062-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.961 2.961 0 0 1-1.091 1.206 2.868 2.868 0 0 1-1.562.431 2.44 2.44 0 0 1-1.117-.292 3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.889-.85a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.601.85.812.297.203.639.305 1.029.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a2.01 2.01 0 0 0-.711-.787c-.305-.195-.665-.292-1.079-.292Zm5.878-3.682V108h-1.041v-9.14h1.041Zm2.513 2.793 2.222 4.672 2.158-4.672h1.244l-4.672 9.395h-1.206l1.816-3.428-2.806-5.967h1.244Zm13.572-.127c.643 0 1.214.153 1.713.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.713.457-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm0 1.016c-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.457 0 .85-.106 1.18-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.18-.33Zm6.068-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .465.043.66.127v1.206a1.588 1.588 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V108h-1.041v-6.348h1.041Zm9.648-.127c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.207.253-.245 0-.503-.033-.774-.101a4.67 4.67 0 0 1-.711-.216 3.308 3.308 0 0 1-.47-.241v-1.117c.119.084.284.182.496.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm6.411 0c.466 0 .868.077 1.207.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.729 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V108h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V108h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm10.372-3.682V108h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.322.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm10.283-.914v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.08v3.758c0 .55.16.973.482 1.27.33.287.707.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm3.009-2.793V108h-1.041v-9.14h1.041Zm4.774 2.666c.651 0 1.193.136 1.624.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm10.194-2.717v1.828h1.853v.978h-1.853v3.72c0 .262.068.469.203.622.135.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.953-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V108h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V108h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.839 2.839 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.058-1.016c.363 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V108h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.299 3.299 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm8.315-1.016c.551 0 1.046.136 1.486.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431 2.44 2.44 0 0 1-1.117-.292 3.339 3.339 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.889-.85.38-.237.812-.356 1.294-.356Zm-.165 1.016c-.38 0-.727.097-1.041.292a2.05 2.05 0 0 0-.723.813c-.17.338-.254.736-.254 1.193l.013 1.219c.27.33.554.601.85.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.737-.914a2.77 2.77 0 0 0 .266-1.18 2.33 2.33 0 0 0-.254-1.105 1.995 1.995 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm8.062-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.067 1.117.27.474.406 1.032.406 1.676 0 .694-.136 1.303-.406 1.828a2.97 2.97 0 0 1-1.092 1.206 2.868 2.868 0 0 1-1.562.431 2.44 2.44 0 0 1-1.117-.292 3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.517-.622.889-.85a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.601.851.812.296.203.639.305 1.028.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.305-.195-.664-.292-1.079-.292Zm5.878-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.588 1.588 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.63 6.63 0 0 0-.749 1.092V108h-1.041v-6.348h1.041Zm6.817-.127c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.338-.22.597-.503.774-.85a2.43 2.43 0 0 0 .28-1.143 2.38 2.38 0 0 0-.28-1.142 2.083 2.083 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm10.372-.889L750.548 108h-.648l-2.856-6.348h1.244l1.917 4.672 2.082-4.672h1.244Zm3.758-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V108h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.932 3.707c-.458 0-.847.115-1.168.343-.322.22-.572.508-.749.863-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.71.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.082 3.082 0 0 0-.85-.762 1.957 1.957 0 0 0-1.028-.267Zm11.768-1.041c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.186.347.449.63.787.85.339.212.733.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.729 0c.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V108h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V108h-1.041v-9.14h1.041v3.795c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V108h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.131-.889v1.003c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V108h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V108h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.042v6.221c0 .753-.153 1.38-.458 1.879-.304.499-.71.872-1.218 1.117a3.763 3.763 0 0 1-1.663.368c-.39 0-.724-.046-1.003-.139a2.574 2.574 0 0 1-.699-.33c-.194-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.462.287.749.406.297.118.627.178.991.178a2.8 2.8 0 0 0 1.142-.229 1.98 1.98 0 0 0 .838-.673c.212-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.846.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.177-.356.262-.758.253-1.207l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.525-1.016c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.207.253-.245 0-.503-.033-.774-.101a4.67 4.67 0 0 1-.711-.216 3.308 3.308 0 0 1-.47-.241v-1.117c.119.084.284.182.496.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Z"}),d.createElement("circle",{cx:667,cy:211.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),d.createElement("path",{fill:"#615BC2",d:"M629.389 318.494v1.079h-2.933v7.389h-1.143v-7.389h-2.932v-1.079h7.008Zm4.557 2.031c.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V327h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V327h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.839 2.839 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm13.635-.889v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.331-.297.496-.72.496-1.27v-3.758h1.079Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.322.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V327h-1.041v-6.348h1.041Zm16.085 0L684.067 327h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.41 4.456 1.663-4.456h.584l1.663 4.456 1.409-4.456h1.244Zm4.38-.127c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V327h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V327h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm7.185 0c.644 0 1.215.153 1.714.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.714.457-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.458 0 .851-.106 1.181-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.181-.33Zm11.706-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm4.659.127v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.782.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V327h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V327h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.842-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85c-.17.136-.351.241-.546.317-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.361 1.701c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm10.372-3.682V327h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.96 1.96 0 0 0-1.029-.267Zm10.652-2.742v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V327h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V327h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm11.311-1.016c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.729 0c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V327h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V327h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V327h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V327h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V327h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v6.221c0 .753-.153 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.724-.046-1.003-.139a2.553 2.553 0 0 1-.698-.33c-.195-.127-.373-.25-.534-.369v-1.117c.127.093.292.212.496.356.211.152.461.287.749.406.296.118.626.178.99.178.415 0 .795-.076 1.142-.229a1.98 1.98 0 0 0 .838-.673c.212-.296.318-.651.318-1.066v-1.333c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203ZM624.12 335.652v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V342h-1.041v-6.348h1.041Zm6.564-.127c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm7.249-1.016c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v9.395h-1.041v-4.126c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.177-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm10.283-.902v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.08v3.758c0 .55.16.973.482 1.27.33.287.707.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm4.583-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.526-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm5.294-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm10.422 1.701c.466 0 .868.077 1.207.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.234 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V342h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V342h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-6.348h1.041Zm13.064-.127c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.233 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V342h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.079.305.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.893 1.893 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V342h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-6.348h1.041Zm9.255-.127c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.234 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm5.674-3.682V342h-1.041v-9.141h1.041Zm7.719.965v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V342h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.312-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.728 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V342h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V342h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V342h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.76 3.76 0 0 1-1.663.368c-.389 0-.723-.046-1.003-.139a2.581 2.581 0 0 1-.698-.33c-.195-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.838-.673.211-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.847.114-1.168.342a2.225 2.225 0 0 0-.749.876c-.17.356-.254.741-.254 1.156 0 .406.084.778.254 1.117.169.338.406.609.71.812.314.204.673.305 1.08.305.389 0 .736-.101 1.041-.305.304-.203.546-.482.723-.837.178-.356.263-.758.254-1.207l-.013-1.218a3.082 3.082 0 0 0-.85-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm6.525-1.016a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Z"}),d.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M667 307v-92"}),d.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M667 209v-90"}),d.createElement("path",{fill:"black",fillOpacity:.87,d:"M938.026 269.494 942 278h-1.371l-.889-2.031h-3.986l-.901 2.031h-1.372l3.974-8.506h.571Zm-.266 1.93-1.536 3.466h3.047l-1.511-3.466Zm7.198-1.6v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm9.306 0v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V278h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V278h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm10.334-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.413 2.413 0 0 0-.939-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.622 4.622 0 0 1-.71-.216 3.2 3.2 0 0 1-.47-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.204-.99.61-1.345.406-.356.948-.534 1.625-.534Zm6.411 0c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm6.728 0c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V278h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V278h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.624.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.879c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a5.13 5.13 0 0 0 1.008-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.496.279-.801.38-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.824c-.04-.415-.16-.754-.358-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.374-3.682V278h-1.04v-1.079c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.863a2.65 2.65 0 0 0 0 2.286c.17.338.4.609.71.812.31.203.67.305 1.08.305.39 0 .73-.102 1.04-.305.3-.203.55-.482.72-.838.18-.364.27-.77.26-1.219l-.02-1.218c-.26-.33-.54-.584-.85-.762a1.935 1.935 0 0 0-1.02-.267Zm10.28-.914v3.758c0 .559-.12 1.041-.36 1.447-.23.407-.56.72-.96.94-.41.22-.86.33-1.37.33-.51 0-.97-.11-1.37-.33-.41-.22-.73-.533-.97-.94-.24-.406-.35-.888-.35-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.7.431 1.13.431.42 0 .79-.144 1.11-.431.33-.297.5-.72.5-1.27v-3.758h1.08Zm3.01-2.793V278h-1.04v-9.141h1.04Zm4.77 2.666c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.07.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm10.37-3.682V278h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419.36 0 .73.089 1.1.267.39.169.71.406.98.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.863-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.584-.85-.762-.3-.178-.64-.267-1.03-.267Zm10.65-2.742v1.828h1.86v.978h-1.86v3.72c0 .262.07.469.2.622.14.152.35.228.63.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.36.241-.55.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm4.76-1.219c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.65 3.047V278h-1.04v-5.37h-1v-.978h2.04Zm3.29 0v.813c.2-.229.46-.44.77-.635.32-.203.7-.305 1.13-.305.46 0 .89.11 1.28.33.4.212.71.534.92.965.29-.355.62-.66.96-.914a2.03 2.03 0 0 1 1.22-.381c.43 0 .84.098 1.21.292.38.187.68.474.91.864.24.381.36.863.36 1.447V278h-1.04l-.02-3.771c0-.55-.14-.969-.43-1.256-.28-.288-.67-.432-1.17-.432-.36 0-.68.114-.95.343a5.49 5.49 0 0 0-.77.8V278h-1.04l-.02-3.771c0-.55-.14-.969-.43-1.256-.28-.288-.67-.432-1.17-.432-.34 0-.66.102-.95.305a4.26 4.26 0 0 0-.77.736V278h-1.04v-6.348h1.04Zm13.34-.127c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.07.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Z"}),d.createElement("path",{fill:"black",fillOpacity:.87,d:"M1047.41 367.921V369h-4.01v-1.079h1.43v-6.348h-1.43v-1.079h4.01v1.079h-1.44v6.348h1.44Zm5.76-5.269v.978h-1.85V369h-1.04v-5.37h-1.01v-.978h1.01v-.812c0-.5.09-.906.29-1.219.19-.322.44-.559.75-.711.3-.161.61-.241.93-.241.43 0 .78.114 1.05.343v.914a1.62 1.62 0 0 0-.46-.203 1.633 1.633 0 0 0-.53-.064c-.31.009-.56.11-.74.305-.17.186-.25.516-.25.99v.698h1.85Zm6.95-1.828v1.828h1.85v.978h-1.85v3.72c0 .262.06.469.2.622.13.152.34.228.62.228.26 0 .47-.029.64-.089.17-.067.31-.139.44-.215v.85c-.17.136-.35.241-.55.317-.18.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.4-.766-.4-1.308v-3.77h-1.22v-.305c.41-.186.76-.491 1.04-.914.28-.432.52-.96.73-1.587h.49Zm6.85 1.701c.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.381.32.863.32 1.447V369h-1.04l-.01-3.771c0-.55-.13-.969-.37-1.256-.24-.288-.61-.432-1.11-.432-.33 0-.67.127-1.01.381-.33.245-.62.533-.88.863V369h-1.04v-9.141h1.04v3.796c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.66 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm5.68-.889v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.27.305-.51.669-.75 1.092V369h-1.04v-6.348h1.04Zm6.56-.127c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38a2.6 2.6 0 0 1-.93.165c-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663a3.22 3.22 0 0 1 1.07-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm9.46-3.936c.25 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.78.78 0 0 1-.61.267.815.815 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.815.815 0 0 1 .62-.267Zm.65 3.047V369h-1.04v-5.37h-1.01v-.978h2.05Zm4.14-.127c.37 0 .72.055 1.04.165.32.102.55.208.69.318v1.117a3.004 3.004 0 0 0-.72-.394 2.41 2.41 0 0 0-.94-.19c-.4 0-.7.093-.9.279-.19.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.33.292.61.394l1.07.381c.41.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.35.169-.75.253-1.21.253-.24 0-.5-.033-.77-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.49.292.22.101.46.19.7.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.24-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.41-.356.95-.534 1.63-.534Zm9.96 0c.37 0 .73.089 1.11.267.38.169.7.406.97.711v-.851h1.04V369h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.44-.279-.8-.664-1.07-1.155s-.4-1.058-.4-1.701c0-.703.13-1.308.4-1.816s.63-.897 1.1-1.168a3 3 0 0 1 1.56-.419Zm.19 1.016c-.46 0-.84.114-1.17.343-.32.228-.57.525-.75.888-.16.356-.25.741-.25 1.156 0 .406.09.783.25 1.13.17.338.41.609.72.812.31.203.67.305 1.08.305.38 0 .73-.102 1.04-.305.3-.203.54-.482.72-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.54-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm11.77-1.016c.47 0 .87.077 1.21.229.34.144.57.275.69.393v1.054c-.23-.178-.5-.33-.81-.457-.3-.135-.67-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.17.347-.26.728-.26 1.142 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.42 0 .79-.064 1.09-.191.31-.135.58-.292.81-.469v1.053c-.12.127-.35.263-.69.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663.28-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm6.49 0c.64 0 1.21.153 1.71.457.5.305.89.711 1.17 1.219.29.508.43 1.062.43 1.663s-.14 1.156-.43 1.663c-.28.5-.67.902-1.17 1.206-.5.305-1.07.457-1.71.457-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.72-.457Zm0 1.016c-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.45 0 .85-.106 1.18-.318.34-.22.6-.503.77-.85.19-.356.28-.736.28-1.143 0-.414-.09-.795-.28-1.142a2.013 2.013 0 0 0-.77-.851c-.33-.22-.73-.33-1.18-.33Zm6.07-.889v1.003c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.31.863.31 1.447V369h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V369h-1.04v-6.348h1.04Zm9.67 0v.978h-1.85V369h-1.04v-5.37h-1.01v-.978h1.01v-.812c0-.5.09-.906.29-1.219.19-.322.44-.559.75-.711.3-.161.61-.241.92-.241.43 0 .79.114 1.06.343v.914a1.62 1.62 0 0 0-.46-.203 1.666 1.666 0 0 0-.53-.064c-.32.009-.56.11-.74.305-.17.186-.25.516-.25.99v.698h1.85Zm2.42-2.793V369h-1.04v-9.141h1.04Zm3.18-.254c.24 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.794.794 0 0 1-.61.267.815.815 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.815.815 0 0 1 .62-.267Zm.65 3.047V369h-1.04v-5.37h-1.01v-.978h2.05Zm5.11-.127c.47 0 .87.077 1.21.229.34.144.57.275.7.393v1.054c-.24-.178-.51-.33-.82-.457-.3-.135-.66-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.17.347-.26.728-.26 1.142 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.43 0 .79-.064 1.09-.191.31-.135.58-.292.82-.469v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm5.37-1.701v1.828h1.86v.978h-1.86v3.72c0 .262.07.469.21.622.13.152.34.228.62.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.35.241-.55.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm4.19 6.678 1.04.355-1.14 3.39-.79-.203.89-3.542Zm-120.63 9.322v1.828h1.85v.978h-1.85v3.72c0 .262.07.469.2.622.14.152.35.228.63.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.36.241-.55.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm6.86 1.701c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V385h-1.05l-.01-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V385h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.65 0 1.19.136 1.62.407.43.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.28-.343.4-.237.74-.495 1.01-.774l-.02 1.13c-.11.143-.29.296-.53.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm11.31-1.016c.47 0 .87.077 1.21.229.33.144.57.275.69.393v1.054c-.23-.178-.5-.33-.81-.457-.3-.135-.67-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.18.347-.26.728-.26 1.142 0 .407.08.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.42 0 .79-.064 1.09-.191.31-.135.58-.292.81-.469v1.053c-.12.127-.36.263-.69.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663.28-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm6.73 0c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V385h-1.04l-.02-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V385h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.36 0 .73.089 1.1.267.39.169.71.406.98.711v-.851h1.04V385h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.525-.75.888-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm6.13-.889v1.003c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.381.32.863.32 1.447V385h-1.04l-.01-3.771c0-.55-.13-.969-.37-1.256-.24-.288-.61-.432-1.11-.432-.33 0-.67.127-1.01.381-.33.245-.62.533-.88.863V385h-1.04v-6.348h1.04Zm9-.127c.37 0 .74.089 1.11.267.38.169.7.406.98.711v-.851h1.04v6.221c0 .753-.16 1.38-.46 1.879-.31.499-.71.872-1.22 1.117a3.76 3.76 0 0 1-1.66.368c-.39 0-.73-.046-1.01-.139-.27-.085-.5-.195-.69-.33a8.92 8.92 0 0 1-.54-.369v-1.117c.13.093.29.212.5.356.21.152.46.287.75.406.29.118.62.178.99.178.41 0 .79-.076 1.14-.229.35-.152.63-.376.84-.673.21-.296.32-.651.32-1.066v-1.333c-.22.338-.53.635-.91.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.27-.491-.4-1.058-.4-1.701 0-.703.13-1.308.4-1.816s.64-.897 1.1-1.168a3 3 0 0 1 1.56-.419Zm.19 1.029c-.45 0-.84.114-1.16.342-.33.221-.58.513-.75.876a2.65 2.65 0 0 0-.26 1.156c0 .406.09.778.26 1.117.17.338.4.609.71.812.31.204.67.305 1.08.305.39 0 .73-.101 1.04-.305.3-.203.54-.482.72-.837.18-.356.26-.758.26-1.207l-.02-1.218c-.26-.33-.54-.584-.85-.762a1.882 1.882 0 0 0-1.03-.279Zm7.71-1.029c.65 0 1.19.136 1.62.407.44.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.06.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.33.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm9.48-.889v1.27c.25-.423.54-.762.89-1.016s.7-.381 1.07-.381c.24 0 .46.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.44 0-.79.153-1.06.457-.26.305-.51.669-.75 1.092V385h-1.04v-6.348h1.04Zm6.57-.127c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.17.682.37.978.19.296.45.533.76.711.31.169.67.254 1.08.254.46 0 .88-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm7.25-1.016c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-.851h1.04v9.395h-1.04v-4.126c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419Zm.19 1.029c-.46 0-.85.114-1.17.342-.32.221-.57.513-.75.876a2.65 2.65 0 0 0-.26 1.156c0 .406.09.778.26 1.117.17.338.41.609.71.812.31.204.67.305 1.08.305.39 0 .74-.101 1.04-.305.3-.203.55-.482.72-.837.18-.356.27-.758.26-1.207l-.02-1.218c-.26-.33-.54-.584-.85-.762a1.848 1.848 0 0 0-1.02-.279Zm10.28-.902v3.758c0 .559-.12 1.041-.36 1.447-.23.407-.55.72-.96.94-.41.22-.86.33-1.37.33-.51 0-.97-.11-1.37-.33-.41-.22-.73-.533-.97-.94-.24-.406-.35-.888-.35-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.7.431 1.13.431.42 0 .79-.144 1.11-.431.33-.297.5-.72.5-1.27v-3.758h1.08Zm4.58-.127c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm6.53-1.016c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.315 3.315 0 0 0-.73-.394c-.3-.127-.61-.19-.94-.19-.39 0-.69.093-.9.279-.19.187-.29.381-.29.584 0 .161.06.326.17.495.11.161.32.292.6.394l1.07.381c.42.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.34.169-.75.253-1.2.253-.25 0-.51-.033-.78-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.24-.178.36-.398.36-.66a.576.576 0 0 0-.25-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.81-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.21-.99.61-1.345.41-.356.95-.534 1.63-.534Zm5.29-1.701v1.828h1.85v.978h-1.85v3.72c0 .262.07.469.2.622.14.152.35.228.63.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.36.241-.55.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm-105.57 17.828-2.22 6.348h-.65l-1.74-4.481-1.74 4.481h-.65l-2.22-6.348h1.24l1.41 4.456 1.67-4.456h.58l1.66 4.456 1.41-4.456h1.25Zm2.28-3.047c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.65 3.047V401h-1.04v-5.37h-1v-.978h2.04Zm3.29-2.793V401h-1.04v-9.141h1.04Zm3.2 0V401h-1.04v-9.141h1.04Zm7 2.793v1.003c.14-.169.31-.338.53-.508a2.9 2.9 0 0 1 .71-.444c.27-.118.55-.178.83-.178.44 0 .83.098 1.18.292.36.187.64.474.86.864.21.381.31.863.31 1.447V401h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.24-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.88.863V401h-1.04v-6.348h1.04Zm9.26-.127c.64 0 1.21.153 1.71.457.5.305.89.711 1.17 1.219.29.508.43 1.062.43 1.663s-.14 1.156-.43 1.663c-.28.5-.67.902-1.17 1.206-.5.305-1.07.457-1.71.457-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663.28-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm0 1.016c-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.18.347-.26.728-.26 1.142 0 .407.08.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.46 0 .85-.106 1.18-.318.34-.22.6-.503.77-.85.19-.356.28-.736.28-1.143 0-.414-.09-.795-.28-1.142a2.013 2.013 0 0 0-.77-.851c-.33-.22-.72-.33-1.18-.33Zm6.53-2.717v1.828h1.85v.978h-1.85v3.72c0 .262.06.469.2.622.13.152.34.228.62.228.25 0 .47-.029.64-.089.16-.067.31-.139.44-.215v.85c-.17.136-.35.241-.55.317-.18.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.21v-.305c.41-.186.76-.491 1.04-.914.28-.432.52-.96.73-1.587h.49Zm10.67 1.701c.59 0 1.11.14 1.56.419.47.271.83.66 1.1 1.168.27.508.4 1.113.4 1.816 0 .643-.13 1.21-.4 1.701-.27.491-.62.876-1.07 1.155-.44.271-.94.406-1.49.406-.48 0-.91-.127-1.29-.38a3.217 3.217 0 0 1-.89-.889V401h-1.04v-9.141h1.04v3.644c.27-.305.59-.542.96-.711.39-.178.76-.267 1.12-.267Zm-.19 1.029c-.39 0-.73.093-1.03.279-.29.178-.58.432-.85.762l-.01 1.218c0 .449.08.851.25 1.207.18.355.42.634.73.837.31.204.66.305 1.04.305.41 0 .77-.101 1.08-.305.3-.203.54-.474.71-.812.17-.339.25-.711.25-1.117 0-.415-.09-.8-.26-1.156a2.164 2.164 0 0 0-.74-.876c-.32-.228-.71-.342-1.17-.342Zm7.58-1.029c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.07.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm11.06-1.016c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-.851h1.04V401h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.525-.75.888-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.17-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm8.31-1.016c.55 0 1.05.136 1.49.407.45.262.8.634 1.07 1.117.27.474.4 1.032.4 1.676 0 .694-.13 1.303-.4 1.828-.27.516-.63.918-1.1 1.206-.45.288-.97.431-1.56.431-.36 0-.73-.097-1.11-.292-.38-.194-.7-.444-.97-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.52-.622.89-.85.38-.237.81-.356 1.29-.356Zm-.16 1.016c-.38 0-.73.097-1.04.292-.31.195-.55.466-.73.813-.16.338-.25.736-.25 1.193l.01 1.219c.27.33.56.601.85.812.3.203.64.305 1.03.305.46 0 .85-.119 1.17-.356.32-.237.57-.541.74-.914.17-.381.26-.774.26-1.18 0-.415-.08-.783-.25-1.105-.17-.33-.41-.592-.71-.787a1.985 1.985 0 0 0-1.08-.292Zm8.06-1.016c.55 0 1.05.136 1.49.407.44.262.8.634 1.06 1.117.27.474.41 1.032.41 1.676 0 .694-.14 1.303-.41 1.828-.26.516-.62.918-1.09 1.206-.46.288-.98.431-1.56.431-.36 0-.74-.097-1.12-.292a3.344 3.344 0 0 1-.96-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.51-.622.89-.85.38-.237.81-.356 1.29-.356Zm-.16 1.016c-.39 0-.73.097-1.05.292-.3.195-.54.466-.72.813-.17.338-.25.736-.25 1.193l.01 1.219c.27.33.55.601.85.812.3.203.64.305 1.03.305.46 0 .84-.119 1.17-.356.32-.237.56-.541.73-.914.18-.381.27-.774.27-1.18 0-.415-.09-.783-.25-1.105-.17-.33-.41-.592-.72-.787-.3-.195-.66-.292-1.07-.292Zm5.87-3.682V401h-1.04v-9.141h1.04Zm3.18-.254c.24 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.794.794 0 0 1-.61.267.8.8 0 0 1-.62-.267.835.835 0 0 1-.25-.596.81.81 0 0 1 .25-.597.8.8 0 0 1 .62-.267Zm.64 3.047V401h-1.04v-5.37h-1v-.978h2.04Zm4.87-.127c.65 0 1.19.136 1.62.407.43.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.19.296.45.533.76.711.32.169.67.254 1.08.254.46 0 .89-.114 1.28-.343.4-.237.74-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.49.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm10.37-3.682V401h-1.04v-1.079c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.863-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.31.203.67.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.72-.838.18-.364.27-.77.26-1.219l-.01-1.218c-.27-.33-.55-.584-.86-.762a1.91 1.91 0 0 0-1.02-.267Z"}),d.createElement("path",{fill:"black",fillOpacity:.87,d:"M829.857 360.494 826.874 369h-.647l-2.286-6.437-2.31 6.437h-.648l-2.856-8.506h1.244l1.993 6.322 2.247-6.322.737.013 2.183 6.309 2.082-6.322h1.244Zm4.317 2.031c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V369h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V369h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V369h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V369h-1.041v-6.348h1.041Zm12.81-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V369h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm11.769-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm6.487 0c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .28-1.143 2.38 2.38 0 0 0-.28-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V369h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V369h-1.041v-6.348h1.041Zm9.674 0v.978h-1.853V369h-1.041v-5.37h-1.003v-.978h1.003v-.812c0-.5.097-.906.292-1.219.194-.322.444-.559.749-.711a1.96 1.96 0 0 1 .927-.241c.431 0 .782.114 1.053.343v.914a1.588 1.588 0 0 0-.457-.203 1.647 1.647 0 0 0-.533-.064c-.313.009-.559.11-.736.305-.17.186-.254.516-.254.99v.698h1.853Zm2.425-2.793V369h-1.041v-9.141h1.041Zm3.174-.254c.245 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.785.785 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.647 3.047V369h-1.041v-5.37h-1.003v-.978h2.044Zm5.117-.127c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.842.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm5.37-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm8.569-1.219c.246 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.783.783 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.648 3.047V369h-1.041v-5.37h-1.003v-.978h2.044Zm4.138-.127c.373 0 .72.055 1.041.165.322.102.555.208.698.318v1.117a3.29 3.29 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.397 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.609.394l1.067.381c.415.144.723.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978a2.07 2.07 0 0 1-.826.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.67 4.67 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.699.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm13.089-2.666V369h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.958 1.958 0 0 0-1.029-.267Zm7.707-1.041c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm6.385-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.187.085-.44.127-.762.127-.542 0-.952-.16-1.232-.482-.27-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.042-.914.279-.432.524-.96.736-1.587h.482Zm6.361 1.701c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm7.503-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm5.37-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.36 1.701c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V369h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.958 1.958 0 0 0-1.029-.267Zm5.536 3.936 1.041.355-1.143 3.39-.787-.203.889-3.542Zm-164.989 11.023c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V385h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V385h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381a4.42 4.42 0 0 0-.876.863V385h-1.041v-6.348h1.041Zm12.809-.127c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v.813c.203-.229.461-.44.774-.635a2.075 2.075 0 0 1 1.13-.305c.457 0 .885.11 1.283.33.397.212.702.534.914.965.296-.355.617-.66.964-.914a2.01 2.01 0 0 1 1.219-.381c.432 0 .834.098 1.206.292.381.187.686.474.914.864.237.381.356.863.356 1.447V385h-1.041l-.013-3.771c0-.55-.144-.969-.432-1.256-.279-.288-.668-.432-1.168-.432-.364 0-.681.114-.952.343a5.728 5.728 0 0 0-.774.8V385h-1.041l-.013-3.771c0-.55-.144-.969-.431-1.256-.28-.288-.669-.432-1.168-.432-.347 0-.665.102-.953.305a4.215 4.215 0 0 0-.774.736V385h-1.041v-6.348h1.041Zm13.343-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V385h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.299 3.299 0 0 0-.851-.775 1.89 1.89 0 0 0-1.028-.279Zm6.107-3.936c.245 0 .448.089.609.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.865.865 0 0 1-.242-.596c0-.229.081-.428.242-.597a.824.824 0 0 1 .622-.267Zm.647 3.047V385h-1.041v-5.37h-1.003v-.978h2.044Zm3.288-2.793V385h-1.041v-9.141h1.041Zm6.983-.254c.245 0 .448.089.609.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.865.865 0 0 1-.242-.596c0-.229.081-.428.242-.597a.824.824 0 0 1 .622-.267Zm.647 3.047V385h-1.041v-5.37h-1.003v-.978h2.044Zm4.139-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.413 2.413 0 0 0-.939-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.622 4.622 0 0 1-.71-.216 3.2 3.2 0 0 1-.47-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm9.242 0a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.338 3.338 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V385h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V385h-1.041v-6.348h1.041Zm8.138-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm9.305 0v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.623.228.253 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.615 1.701c.643 0 1.214.153 1.713.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.713.457-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm0 1.016c-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.457 0 .85-.106 1.18-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.18-.33Zm10.587-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85c-.17.136-.351.241-.546.317-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.856 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V385h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381a4.394 4.394 0 0 0-.876.863V385h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.079.254 2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm11.057-1.016c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V385h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm10.283-.889v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33c-.507 0-.964-.11-1.371-.33a2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.483 1.27.33.287.706.431 1.129.431.424 0 .796-.144 1.118-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm3.72-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.414-.186.761-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V385h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V385h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm7.186 0c.643 0 1.214.153 1.713.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.713.457-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm0 1.016c-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.457 0 .85-.106 1.18-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.18-.33Zm6.068-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .465.043.66.127v1.206a1.588 1.588 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V385h-1.041v-6.348h1.041Zm-174.764 15.873c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.338-.22.597-.503.774-.85.187-.356.28-.736.28-1.143a2.37 2.37 0 0 0-.28-1.142 2.083 2.083 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm8.316-.889v.978h-1.854V401h-1.041v-5.37h-1.003v-.978h1.003v-.812c0-.5.097-.906.292-1.219.195-.322.444-.559.749-.711.305-.161.614-.241.927-.241.432 0 .783.114 1.054.343v.914a1.6 1.6 0 0 0-.457-.203 1.657 1.657 0 0 0-.534-.064c-.313.009-.558.11-.736.305-.169.186-.254.516-.254.99v.698h1.854Zm6.944-1.828v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.855 1.701c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V401h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V401h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.312-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.842.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.728 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V401h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V401h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V401h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.135-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V401h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V401h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.723-.046-1.003-.139a2.567 2.567 0 0 1-.698-.33c-.195-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.838-.673.211-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.253 1.156c0 .406.084.778.253 1.117.17.338.407.609.711.812.314.204.673.305 1.08.305.389 0 .736-.101 1.041-.305a2.13 2.13 0 0 0 .723-.837c.178-.356.263-.758.254-1.207l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.893 1.893 0 0 0-1.029-.279Zm7.707-1.029c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm9.483-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .465.043.66.127v1.206a1.588 1.588 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V401h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.83 4.83 0 0 0 1.002-.774l-.012 1.13a2.584 2.584 0 0 1-.533.457 3.351 3.351 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm7.249-1.016c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041v9.395h-1.041v-4.126c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.847.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.177-.356.262-.758.253-1.207l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm10.283-.902v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94-.407.22-.864.33-1.371.33a2.83 2.83 0 0 1-1.371-.33 2.442 2.442 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.079v3.758c0 .55.161.973.483 1.27.33.287.706.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm4.583-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.525-1.016c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm5.294-1.701v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm10.169 1.701c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V401h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V401h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V401h-1.041v-6.348h1.041Zm12.124-2.793V401h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.322.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm-154.21 13.258v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.667-1.016c.55 0 1.045.136 1.486.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431c-.364 0-.737-.097-1.118-.292a3.335 3.335 0 0 1-.964-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.888-.85a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.253.736-.253 1.193l.012 1.219c.271.33.555.601.851.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm7.452-1.016c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V417h-1.041v-6.348h1.041Zm5.84-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.338 3.338 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.411 0c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.212-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V417h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.236-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-6.348h1.041Zm18.523 0L893.867 417h-.647l-1.74-4.481-1.739 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.663-4.456h.584l1.664 4.456 1.409-4.456h1.244Zm4.38-.127c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V417h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.448-.325.711-.444.271-.118.55-.178.838-.178Zm7.185 0c.644 0 1.215.153 1.714.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.714.457-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.332 3.332 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.339-.22.597-.503.774-.85.187-.356.28-.736.28-1.143a2.37 2.37 0 0 0-.28-1.142 2.076 2.076 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm10.728-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.413 2.413 0 0 0-.939-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.194.296-.47.533-.825.711-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.2 3.2 0 0 1-.47-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.204-.99.61-1.345.406-.356.948-.534 1.625-.534Zm6.411 0c.465 0 .867.077 1.206.229.339.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm6.728 0c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V417h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-3.644h1.041Zm-2.932 3.707c-.457 0-.847.115-1.168.343-.322.22-.572.508-.749.863-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.082 3.082 0 0 0-.85-.762 1.957 1.957 0 0 0-1.028-.267Zm10.283-.914v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33c-.507 0-.964-.11-1.371-.33a2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.331.287.707.431 1.13.431.424 0 .796-.144 1.118-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm3.009-2.793V417h-1.041v-9.141h1.041Zm4.773 2.666c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V417h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.958 1.958 0 0 0-1.029-.267Zm9.915-3.961c.246 0 .449.089.61.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.868.868 0 0 1-.241-.596.84.84 0 0 1 .241-.597.827.827 0 0 1 .622-.267Zm.648 3.047V417h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Z"}),d.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M839 211.999h30"}),d.createElement("path",{stroke:"#202021",strokeWidth:1.5,d:"M866 211.999c11.501 0 9.416-17.114 14.502-25.593 4.498-7.5 22.498-6.407 22.498-6.407"}),d.createElement("path",{fill:"#202021",d:"m907.5 277.501.47-.585-.47.585Zm159.01 15.45c.3.283.32.758.04 1.06l-4.61 4.932a.75.75 0 0 1-1.06.036.755.755 0 0 1-.04-1.06l4.1-4.384-4.38-4.096a.747.747 0 0 1-.04-1.061.75.75 0 0 1 1.06-.035l4.93 4.608ZM879.5 237.5l-.741.113.741-.113Zm28.47 39.416c3.075 2.473 7.834 4.611 13.879 6.44 6.031 1.825 13.28 3.325 21.288 4.552 16.014 2.455 34.998 3.813 53.205 4.531 18.208.718 35.608.795 48.468.694 6.43-.051 11.73-.147 15.41-.23a758.226 758.226 0 0 0 5.37-.141l.29-.009.07-.003h.02l.03.749c.03.75.02.75.02.75l-.02.001-.07.002-.29.009-1.12.034c-.98.028-2.42.066-4.27.108-3.69.083-8.99.179-15.42.229-12.88.102-30.31.025-48.547-.694-18.231-.719-37.279-2.08-53.374-4.547-8.047-1.234-15.372-2.746-21.495-4.599-6.109-1.848-11.085-4.054-14.384-6.707l.94-1.169Zm-41.969-65.667c2.696 0 4.86.948 6.59 2.56 1.712 1.595 2.973 3.815 3.946 6.336 1.941 5.025 2.827 11.5 3.704 17.242l-1.482.226c-.889-5.815-1.754-12.092-3.621-16.928-.931-2.41-2.088-4.398-3.569-5.778-1.462-1.363-3.264-2.158-5.568-2.158v-1.5Zm14.24 26.138c.89 5.823 2.027 11.008 5.802 17.067 3.79 6.082 10.268 13.089 21.927 22.462l-.94 1.169c-11.716-9.42-18.342-16.55-22.26-22.838-3.932-6.31-5.109-11.728-6.011-17.634l1.482-.226Z"}),d.createElement("path",{fill:"#202021",d:"m904 306.498.498-.56-.498.56Zm162.01 26.453c.3.283.32.757.04 1.06l-4.61 4.931a.751.751 0 0 1-1.1-1.025l4.1-4.383-4.38-4.097a.75.75 0 1 1 1.02-1.096l4.93 4.61ZM866.001 211.248c2.914 0 5.231 1.143 7.079 3.166 1.822 1.995 3.174 4.83 4.253 8.218 2.156 6.766 3.317 16.06 4.766 26.097 1.455 10.077 3.207 20.963 6.53 31.055 3.323 10.09 8.2 19.332 15.869 26.154l-.996 1.12c-7.939-7.061-12.928-16.573-16.297-26.805-3.369-10.229-5.135-21.232-6.59-31.31-1.461-10.117-2.604-19.242-4.711-25.856-1.052-3.302-2.322-5.899-3.932-7.661-1.585-1.736-3.51-2.678-5.971-2.678v-1.5Zm38.497 94.69c8.641 7.685 22.974 13.246 39.736 17.237 16.735 3.984 35.782 6.378 53.753 7.798 17.973 1.419 34.843 1.863 47.223 1.953 6.19.044 11.26 0 14.78-.055a420.632 420.632 0 0 0 5.46-.121l.02-.001.03.75c.03.749.02.749.02.749l-.02.001-.07.002-.27.009-1.07.029c-.94.023-2.31.054-4.08.081-3.53.056-8.6.1-14.81.056-12.4-.09-29.32-.535-47.331-1.958-18.01-1.423-37.142-3.825-53.983-7.834-16.814-4.003-31.454-9.632-40.384-17.576l.996-1.12Z"}),d.createElement("rect",{width:93,height:23,x:964.5,y:213.5,fill:"#FFF2F3",rx:3.5}),d.createElement("rect",{width:93,height:23,x:964.5,y:213.5,stroke:"#FEB0B7",rx:3.5}),d.createElement("path",{fill:"#D93644",d:"M988.224 220.283a.745.745 0 0 0-1.057 0l-3.668 3.66-3.667-3.668a.748.748 0 0 0-1.058 1.058l3.668 3.667-3.668 3.668a.747.747 0 1 0 1.058 1.057l3.667-3.667 3.668 3.667a.745.745 0 0 0 1.057 0 .745.745 0 0 0 0-1.057L984.557 225l3.667-3.667a.752.752 0 0 0 0-1.05Z"}),d.createElement("path",{fill:"#D11525",d:"M1001.19 221.148c.37 0 .73.051 1.08.153.35.101.67.258.95.469.29.21.52.476.68.796.17.313.26.688.26 1.125 0 .461-.12.86-.35 1.196a2.36 2.36 0 0 1-.91.773c-.37.18-.78.285-1.21.317l2.82 3.023h-2.14l-2.735-3.211V229h-1.629v-7.852h3.184Zm-1.555 1.524v1.98c.187.063.395.114.625.153.23.031.46.047.7.047.47 0 .84-.094 1.11-.282a.942.942 0 0 0 .42-.82c0-.383-.14-.656-.44-.82-.29-.172-.65-.258-1.07-.258h-1.345Zm8.355.258c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm5.35-4.23c.27 0 .51.102.72.305a.92.92 0 0 1 .31.703c0 .265-.1.5-.31.703-.21.203-.45.305-.72.305a1.02 1.02 0 0 1-1.03-1.008 1.02 1.02 0 0 1 1.03-1.008Zm.84 3.082v5.848c0 .804-.18 1.453-.56 1.945-.37.5-.88.871-1.56 1.113l-.65-1.3c.41-.188.73-.415.95-.68.22-.266.34-.606.34-1.02v-4.64h-.95v-1.266h2.43Zm4.52-.152c.57 0 1.07.125 1.48.375.43.25.75.597.97 1.043.22.437.34.945.34 1.523v.633h-4.29c.07.398.27.719.58.961.31.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.64-.347.85-.527l-.02 1.383c-.18.164-.46.332-.84.504-.37.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.12-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.37 0-.67.114-.92.34-.25.227-.43.532-.52.914h2.84c-.04-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm6.88-1.3c.44 0 .8.07 1.08.211.28.14.5.277.67.41v1.371a3.2 3.2 0 0 0-.7-.375c-.25-.102-.55-.152-.92-.152-.3 0-.58.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.15.883.47 1.196.31.312.7.468 1.18.468.37 0 .67-.046.92-.14.26-.102.49-.227.7-.375v1.359a3.19 3.19 0 0 1-.67.41c-.28.125-.64.188-1.08.188-.6 0-1.14-.141-1.61-.422a3.325 3.325 0 0 1-1.1-1.137 3.186 3.186 0 0 1-.17-2.73c.15-.375.37-.707.65-.996.28-.297.61-.532.99-.703a2.96 2.96 0 0 1 1.24-.258Zm5.21-1.571v1.723h1.65v1.242h-1.65v2.555c0 .266.06.476.18.633.13.148.31.222.55.222.21 0 .39-.023.54-.07.16-.047.3-.113.43-.199v1.183c-.14.149-.33.274-.56.375-.22.102-.49.153-.83.153-.53 0-.97-.168-1.3-.504-.33-.344-.49-.813-.49-1.406v-2.942h-1.07v-.762c.37-.132.72-.382 1.03-.75.32-.367.58-.851.76-1.453h.76Zm5.76 1.571c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.36 0-.67.114-.92.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm9.81-3.668V229h-1.49v-.996c-.17.32-.42.598-.75.832-.32.226-.71.34-1.14.34-.48 0-.92-.121-1.33-.364-.4-.242-.72-.593-.96-1.054-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.97 3.833c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.62 1.62 0 0 0-.79-.199Z"}),d.createElement("rect",{width:92,height:23,x:1256.5,y:366.5,fill:"#FFF2F3",rx:3.5}),d.createElement("rect",{width:92,height:23,x:1256.5,y:366.5,stroke:"#FEB0B7",rx:3.5}),d.createElement("path",{fill:"#D93644",d:"M1279.72 373.283a.737.737 0 0 0-1.05 0l-3.67 3.66-3.67-3.668a.75.75 0 0 0-1.06 0 .752.752 0 0 0 0 1.058l3.67 3.667-3.67 3.668a.749.749 0 0 0 1.06 1.057l3.67-3.667 3.67 3.667c.29.293.76.293 1.05 0 .3-.292.3-.765 0-1.057l-3.66-3.668 3.66-3.667a.742.742 0 0 0 0-1.05Z"}),d.createElement("path",{fill:"#D11525",d:"M1292.69 374.148c.37 0 .73.051 1.08.153.35.101.67.258.95.469.29.21.52.476.68.796.17.313.26.688.26 1.125 0 .461-.12.86-.35 1.196a2.36 2.36 0 0 1-.91.773c-.37.18-.78.285-1.21.317l2.82 3.023h-2.14l-2.74-3.211V382h-1.62v-7.852h3.18Zm-1.56 1.524v1.98c.19.063.4.114.63.153.23.031.46.047.7.047.47 0 .84-.094 1.11-.282a.942.942 0 0 0 .42-.82c0-.383-.14-.656-.44-.82-.29-.172-.65-.258-1.07-.258h-1.35Zm8.36.258c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm5.35-4.23c.27 0 .51.102.72.305a.92.92 0 0 1 .31.703c0 .265-.1.5-.31.703-.21.203-.45.305-.72.305a1.02 1.02 0 0 1-1.03-1.008 1.02 1.02 0 0 1 1.03-1.008Zm.84 3.082v5.848c0 .804-.18 1.453-.56 1.945-.37.5-.88.871-1.56 1.113l-.65-1.3c.41-.188.73-.415.95-.68.22-.266.34-.606.34-1.02v-4.64h-.95v-1.266h2.43Zm4.52-.152c.57 0 1.07.125 1.48.375.43.25.75.597.97 1.043.22.437.34.945.34 1.523v.633h-4.29c.07.398.27.719.58.961.31.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.64-.347.85-.527l-.02 1.383c-.18.164-.46.332-.84.504-.37.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.12-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.37 0-.67.114-.92.34-.25.227-.43.532-.52.914h2.84c-.04-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm6.88-1.3c.44 0 .8.07 1.08.211.28.14.5.277.67.41v1.371a3.2 3.2 0 0 0-.7-.375c-.25-.102-.55-.152-.92-.152-.3 0-.58.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.15.883.47 1.196.31.312.7.468 1.18.468.37 0 .67-.046.92-.14.26-.102.49-.227.7-.375v1.359a3.19 3.19 0 0 1-.67.41c-.28.125-.64.188-1.08.188-.6 0-1.14-.141-1.61-.422a3.325 3.325 0 0 1-1.1-1.137 3.186 3.186 0 0 1-.17-2.73c.15-.375.37-.707.65-.996.28-.297.61-.532.99-.703a2.96 2.96 0 0 1 1.24-.258Zm5.21-1.571v1.723h1.65v1.242h-1.65v2.555c0 .266.06.476.18.633.13.148.31.222.55.222.21 0 .39-.023.54-.07.16-.047.3-.113.43-.199v1.183c-.14.149-.33.274-.56.375-.22.102-.49.153-.83.153-.53 0-.97-.168-1.3-.504-.33-.344-.49-.813-.49-1.406v-2.942h-1.07v-.762c.37-.132.72-.382 1.03-.75.32-.367.58-.851.76-1.453h.76Zm5.76 1.571c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.36 0-.67.114-.92.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm9.81-3.668V382h-1.49v-.996c-.17.32-.42.598-.75.832-.32.226-.71.34-1.14.34-.48 0-.92-.121-1.33-.364-.4-.242-.72-.593-.96-1.054-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.97 3.833c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.62 1.62 0 0 0-.79-.199Z"}),d.createElement("rect",{width:93,height:23,x:965,y:169.207,fill:"#FFF4E5",rx:3.5}),d.createElement("rect",{width:93,height:23,x:965,y:169.207,stroke:"#FFC46F",rx:3.5}),d.createElement("g",{clipPath:"url(#clip3_20382_240644)"},d.createElement("path",{fill:"#D76500",d:"M980.492 173.207c-4.14 0-7.492 3.36-7.492 7.5 0 4.14 3.352 7.5 7.492 7.5 4.148 0 7.508-3.36 7.508-7.5 0-4.14-3.36-7.5-7.508-7.5Zm.008 13.5c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6Zm-.165-9.75h-.045c-.3 0-.54.24-.54.54v3.54c0 .263.135.51.367.645l3.113 1.868c.255.15.585.075.735-.18a.533.533 0 0 0-.187-.743l-2.903-1.725v-3.405c0-.3-.24-.54-.54-.54Z"})),d.createElement("path",{fill:"#B35300",d:"M996.859 176.703c.453 0 .868.063 1.243.188.375.125.691.269.949.433v1.606a8.927 8.927 0 0 0-.903-.481 2.566 2.566 0 0 0-1.089-.222c-.204 0-.407.031-.61.093a1.281 1.281 0 0 0-.492.282.65.65 0 0 0-.187.48.64.64 0 0 0 .339.586c.227.133.504.266.832.398l.961.399c.547.234.95.519 1.207.855.258.336.387.719.387 1.149 0 .469-.137.883-.41 1.242a2.712 2.712 0 0 1-1.078.832 3.55 3.55 0 0 1-1.488.305 3.77 3.77 0 0 1-1.325-.235 4.53 4.53 0 0 1-1.101-.574v-1.605c.344.25.722.461 1.136.632.415.172.856.258 1.325.258.328 0 .609-.062.843-.187.235-.133.352-.328.352-.586 0-.203-.098-.367-.293-.492a2.764 2.764 0 0 0-.621-.329l-1.207-.468c-.609-.235-1.024-.539-1.242-.914a2.58 2.58 0 0 1-.317-1.266c0-.477.129-.891.387-1.242.266-.36.609-.637 1.031-.832a3.121 3.121 0 0 1 1.371-.305Zm6.711 1.934c.44 0 .8.07 1.08.211.28.14.51.277.67.41v1.371c-.2-.149-.43-.274-.69-.375-.25-.102-.56-.152-.93-.152-.29 0-.57.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.16.883.47 1.196.31.312.71.468 1.18.468.37 0 .68-.046.93-.14.26-.102.49-.227.69-.375v1.359c-.16.141-.39.277-.67.41-.28.125-.64.188-1.08.188-.6 0-1.13-.141-1.6-.422a3.237 3.237 0 0 1-1.1-1.137 3.08 3.08 0 0 1-.4-1.547c0-.414.07-.808.22-1.183.16-.375.38-.707.66-.996.28-.297.61-.532.98-.703.38-.172.8-.258 1.24-.258Zm6.36 0c.6 0 1.1.203 1.51.609.4.406.61 1.016.61 1.828v3.633h-1.49l-.01-3.434c0-.398-.1-.695-.3-.89-.18-.195-.45-.293-.78-.293-.27 0-.52.086-.75.258-.23.172-.42.375-.59.609v3.75h-1.49v-8.437h1.49v3.363c.18-.242.42-.469.73-.68.31-.211.67-.316 1.07-.316Zm6.42 0c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.301c-.36 0-.67.113-.92.339-.25.227-.43.532-.52.914h2.84c-.03-.421-.19-.734-.47-.937a1.509 1.509 0 0 0-.93-.316Zm9.81-3.668v8.437h-1.49v-.996c-.17.32-.42.598-.75.832-.33.227-.71.34-1.15.34-.47 0-.91-.121-1.32-.363-.4-.243-.72-.594-.96-1.055-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.187h1.49Zm-2.98 3.832c-.31 0-.58.082-.8.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.27.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Zm10.04-1.313v3.527c0 .524-.12.977-.36 1.36-.23.375-.55.664-.96.867-.4.203-.85.305-1.36.305-.51 0-.97-.102-1.38-.305-.4-.203-.71-.492-.95-.867a2.687 2.687 0 0 1-.34-1.36v-3.527h1.5l.01 3.258c0 .461.11.805.32 1.031.21.227.49.34.84.34s.62-.113.84-.34c.21-.226.32-.57.32-1.031v-3.258h1.52Zm3.18-2.519v8.437h-1.48v-8.437h1.48Zm4.41 2.367c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.04 1.301c-.36 0-.67.113-.92.339-.25.227-.42.532-.52.914h2.84c-.03-.421-.19-.734-.47-.937a1.509 1.509 0 0 0-.93-.316Zm9.81-3.668v8.437h-1.49v-.996c-.17.32-.42.598-.75.832-.32.227-.71.34-1.14.34-.48 0-.92-.121-1.33-.363-.4-.243-.72-.594-.96-1.055-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.61.348.82.598v-3.187h1.49Zm-2.97 3.832c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.64.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527c-.24-.133-.5-.199-.79-.199Z"}),d.createElement("rect",{width:93,height:23,x:1256,y:322.207,fill:"#FFF4E5",rx:3.5}),d.createElement("rect",{width:93,height:23,x:1256,y:322.207,stroke:"#FFC46F",rx:3.5}),d.createElement("g",{clipPath:"url(#clip4_20382_240644)"},d.createElement("path",{fill:"#D76500",d:"M1271.49 326.207c-4.14 0-7.49 3.36-7.49 7.5 0 4.14 3.35 7.5 7.49 7.5 4.15 0 7.51-3.36 7.51-7.5 0-4.14-3.36-7.5-7.51-7.5Zm.01 13.5c-3.32 0-6-2.685-6-6s2.68-6 6-6 6 2.685 6 6-2.68 6-6 6Zm-.16-9.75h-.05c-.3 0-.54.24-.54.54v3.54c0 .263.13.51.37.645l3.11 1.868c.26.15.59.075.74-.18a.543.543 0 0 0-.19-.743l-2.9-1.725v-3.405c0-.3-.25-.54-.54-.54Z"})),d.createElement("path",{fill:"#B35300",d:"M1287.86 329.703c.45 0 .87.063 1.24.188.38.125.69.269.95.433v1.606a8.873 8.873 0 0 0-.9-.481 2.59 2.59 0 0 0-1.09-.222c-.2 0-.41.031-.61.093-.2.063-.36.157-.49.282a.633.633 0 0 0-.19.48c0 .258.11.453.34.586.23.133.5.266.83.398l.96.399c.55.234.95.519 1.21.855.26.336.39.719.39 1.149 0 .469-.14.883-.41 1.242-.27.351-.63.629-1.08.832a3.56 3.56 0 0 1-1.49.305c-.46 0-.9-.078-1.32-.235a4.597 4.597 0 0 1-1.11-.574v-1.605c.35.25.73.461 1.14.632.41.172.86.258 1.32.258.33 0 .61-.062.85-.187.23-.133.35-.328.35-.586 0-.203-.1-.367-.29-.492-.19-.133-.4-.243-.62-.329l-1.21-.468c-.61-.235-1.02-.539-1.24-.914a2.593 2.593 0 0 1-.32-1.266c0-.477.13-.891.39-1.242.26-.36.61-.637 1.03-.832.42-.203.88-.305 1.37-.305Zm6.71 1.934c.44 0 .8.07 1.08.211.28.14.51.277.67.41v1.371c-.2-.149-.43-.274-.69-.375-.25-.102-.56-.152-.93-.152-.29 0-.57.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.16.883.47 1.196.31.312.71.468 1.18.468.37 0 .68-.046.93-.14.26-.102.49-.227.69-.375v1.359c-.16.141-.39.277-.67.41-.28.125-.64.188-1.08.188-.6 0-1.13-.141-1.6-.422a3.237 3.237 0 0 1-1.1-1.137 3.08 3.08 0 0 1-.4-1.547c0-.414.07-.808.22-1.183.16-.375.38-.707.66-.996.28-.297.61-.532.98-.703.38-.172.8-.258 1.24-.258Zm6.36 0c.6 0 1.1.203 1.51.609.4.406.61 1.016.61 1.828v3.633h-1.49l-.01-3.434c0-.398-.1-.695-.3-.89-.18-.195-.45-.293-.78-.293-.27 0-.52.086-.75.258-.23.172-.42.375-.59.609v3.75h-1.49v-8.437h1.49v3.363c.18-.242.42-.469.73-.68.31-.211.67-.316 1.07-.316Zm6.42 0c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.301c-.36 0-.67.113-.92.339-.25.227-.43.532-.52.914h2.84c-.03-.421-.19-.734-.47-.937a1.509 1.509 0 0 0-.93-.316Zm9.81-3.668v8.437h-1.49v-.996c-.17.32-.42.598-.75.832-.33.227-.71.34-1.15.34-.47 0-.91-.121-1.32-.363-.4-.243-.72-.594-.96-1.055-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.187h1.49Zm-2.98 3.832c-.31 0-.58.082-.8.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.27.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Zm10.04-1.313v3.527c0 .524-.12.977-.36 1.36-.23.375-.55.664-.96.867-.4.203-.85.305-1.36.305-.51 0-.97-.102-1.38-.305-.4-.203-.71-.492-.95-.867a2.687 2.687 0 0 1-.34-1.36v-3.527h1.5l.01 3.258c0 .461.11.805.32 1.031.21.227.49.34.84.34s.62-.113.84-.34c.21-.226.32-.57.32-1.031v-3.258h1.52Zm3.18-2.519v8.437h-1.48v-8.437h1.48Zm4.41 2.367c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.04 1.301c-.36 0-.67.113-.92.339-.25.227-.42.532-.52.914h2.84c-.03-.421-.19-.734-.47-.937a1.509 1.509 0 0 0-.93-.316Zm9.81-3.668v8.437h-1.49v-.996c-.17.32-.42.598-.75.832-.32.227-.71.34-1.14.34-.48 0-.92-.121-1.33-.363-.4-.243-.72-.594-.96-1.055-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.61.348.82.598v-3.187h1.49Zm-2.97 3.832c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.64.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527c-.24-.133-.5-.199-.79-.199Z"}),d.createElement("path",{fill:"#202021",d:"M913.5 178.957a.75.75 0 0 0 0 1.5v-1.5Zm39.566 1.28a.749.749 0 0 0 0-1.06l-4.773-4.773a.75.75 0 0 0-1.061 1.06l4.243 4.243-4.243 4.243a.75.75 0 0 0 1.061 1.06l4.773-4.773Zm-39.566.22h39.036v-1.5H913.5v1.5Z"}),d.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M899 179.707h14.5"}),d.createElement("path",{fill:"#202021",d:"m931.002 218.207-.643.386.643-.386Zm22.984 5.428a.75.75 0 0 1 .088 1.057l-4.36 5.153a.75.75 0 1 1-1.145-.969l3.876-4.58-4.581-3.876a.75.75 0 0 1 .969-1.145l5.153 4.36ZM912 178.957c3.252 0 5.756 2.134 7.734 5.163 1.982 3.038 3.546 7.138 4.888 11.434 1.343 4.295 2.491 8.881 3.605 12.859 1.126 4.024 2.207 7.39 3.418 9.409l-1.286.771c-1.333-2.221-2.46-5.787-3.577-9.776-1.129-4.036-2.257-8.546-3.592-12.816-1.334-4.269-2.849-8.204-4.713-11.061-1.869-2.864-3.978-4.483-6.477-4.483v-1.5Zm19.645 38.865c1.006 1.676 2.803 2.906 5.045 3.789 2.235.881 4.835 1.386 7.332 1.664 2.491.276 4.849.323 6.587.3a53.795 53.795 0 0 0 2.638-.101l.146-.01a.637.637 0 0 0 .036-.003l.008-.001h.002l.063.748.061.747h-.004l-.011.001-.041.004-.157.011a54.48 54.48 0 0 1-2.721.104c-1.778.023-4.202-.024-6.773-.31-2.566-.285-5.31-.811-7.715-1.758-2.399-.945-4.538-2.34-5.782-4.414l1.286-.771Z"}),d.createElement("path",{fill:"#202021",d:"m931.002 141.407-.643-.386.643.386Zm22.984-5.428a.75.75 0 0 0 .088-1.057l-4.36-5.153a.75.75 0 1 0-1.145.969l3.876 4.58-4.581 3.876a.75.75 0 0 0 .969 1.145l5.153-4.36ZM912 180.456c3.249 0 5.754-2.118 7.732-5.13 1.983-3.019 3.547-7.094 4.89-11.365 1.343-4.271 2.491-8.831 3.604-12.79 1.127-4.006 2.208-7.36 3.419-9.379l-1.286-.771c-1.332 2.22-2.46 5.774-3.577 9.744-1.129 4.017-2.257 8.502-3.591 12.746-1.335 4.245-2.849 8.154-4.712 10.992-1.868 2.844-3.978 4.453-6.479 4.453v1.5Zm19.645-38.664c1.006-1.676 2.803-2.906 5.045-3.789 2.235-.881 4.835-1.386 7.332-1.664a54.442 54.442 0 0 1 6.587-.3 53.795 53.795 0 0 1 2.638.101l.146.01a.637.637 0 0 1 .036.003l.008.001h.002l.063-.748.061-.747h-.004l-.011-.001-.041-.004-.157-.011a54.48 54.48 0 0 0-2.721-.104c-1.778-.023-4.202.024-6.773.31-2.566.285-5.31.811-7.715 1.758-2.399.945-4.538 2.34-5.782 4.414l1.286.771Z"}),d.createElement("path",{fill:"#202021",d:"M1204.5 331.957c-.41 0-.75.336-.75.75s.34.75.75.75v-1.5Zm39.57 1.28a.754.754 0 0 0 0-1.06l-4.78-4.773a.749.749 0 1 0-1.06 1.06l4.25 4.243-4.25 4.243a.749.749 0 1 0 1.06 1.06l4.78-4.773Zm-39.57.22h39.04v-1.5h-39.04v1.5Z"}),d.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M1178 332.707h26.5"}),d.createElement("path",{fill:"#202021",d:"m1222 371.207-.64.386.64-.386Zm22.99 5.428c.31.268.35.741.08 1.057l-4.36 5.153a.741.741 0 0 1-1.05.088.745.745 0 0 1-.09-1.057l3.87-4.58-4.58-3.876a.753.753 0 0 1-.08-1.057.741.741 0 0 1 1.05-.088l5.16 4.36ZM1203 331.957c3.25 0 5.76 2.134 7.73 5.163 1.99 3.038 3.55 7.138 4.89 11.434 1.34 4.295 2.49 8.881 3.61 12.859 1.12 4.024 2.2 7.39 3.42 9.409l-1.29.771c-1.33-2.221-2.46-5.787-3.58-9.776-1.13-4.036-2.25-8.546-3.59-12.816-1.33-4.269-2.85-8.204-4.71-11.061-1.87-2.864-3.98-4.483-6.48-4.483v-1.5Zm19.65 38.865c1 1.676 2.8 2.906 5.04 3.789 2.24.881 4.84 1.386 7.33 1.664 2.49.276 4.85.323 6.59.3a53.373 53.373 0 0 0 2.64-.101l.14-.01.04-.003.01-.001.06.748.06.747-.01.001-.04.004-.16.011c-.14.009-.34.022-.59.035-.51.027-1.24.057-2.13.069-1.78.023-4.2-.024-6.77-.31-2.57-.285-5.31-.811-7.72-1.758-2.4-.945-4.54-2.34-5.78-4.414l1.29-.771Z"}),d.createElement("path",{fill:"#202021",d:"m1222 294.407-.64-.386.64.386Zm22.99-5.428a.753.753 0 0 0 .08-1.057l-4.36-5.153a.741.741 0 0 0-1.05-.088.745.745 0 0 0-.09 1.057l3.87 4.58-4.58 3.876a.753.753 0 0 0-.08 1.057c.26.316.74.356 1.05.088l5.16-4.36ZM1203 333.456c3.25 0 5.75-2.118 7.73-5.13 1.99-3.019 3.55-7.094 4.89-11.365 1.34-4.271 2.49-8.831 3.61-12.79 1.12-4.006 2.2-7.36 3.42-9.379l-1.29-.771c-1.33 2.22-2.46 5.774-3.58 9.744-1.13 4.017-2.25 8.502-3.59 12.746-1.33 4.245-2.85 8.154-4.71 10.992-1.87 2.844-3.98 4.453-6.48 4.453v1.5Zm19.65-38.664c1-1.676 2.8-2.906 5.04-3.789 2.24-.881 4.84-1.386 7.33-1.664 2.49-.276 4.85-.323 6.59-.3a53.373 53.373 0 0 1 2.64.101l.14.01a.692.692 0 0 1 .05.004l.06-.748.06-.747-.01-.001-.04-.004-.16-.011c-.14-.009-.34-.022-.59-.035a54.48 54.48 0 0 0-2.13-.069c-1.78-.023-4.2.024-6.77.31-2.57.285-5.31.811-7.72 1.758-2.4.945-4.54 2.34-5.78 4.414l1.29.771Z"}),d.createElement("path",{fill:"#615BC2",d:"M839.672 39.494 843.646 48h-1.372l-.888-2.031h-3.987L836.498 48h-1.371l3.974-8.506h.571Zm-.267 1.93-1.536 3.466h3.047l-1.511-3.466Zm14.448.228v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.974.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.08Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.322 3.322 0 0 0-.723-.394 2.424 2.424 0 0 0-.94-.19c-.398 0-.698.093-.901.28-.195.186-.292.38-.292.583 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.38c.414.145.723.352.926.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.057 2.057 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.245 0-.504-.033-.774-.101-.263-.06-.5-.131-.711-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.09.939-.267.237-.178.356-.398.356-.66a.57.57 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.967 1.967 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.012 1.13a2.56 2.56 0 0 1-.534.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.419-1.663c0-.6.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.737 1.737 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm5.675-.889v1.27c.245-.423.542-.762.889-1.016s.702-.38 1.066-.38c.245 0 .466.042.66.126v1.206a1.578 1.578 0 0 0-.812-.24c-.432 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V48h-1.041v-6.348h1.041Zm16.085 0L883.407 48h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.664-4.456h.583l1.664 4.456 1.409-4.456h1.244Zm2.285-3.047c.246 0 .449.09.609.267.17.17.254.368.254.597 0 .22-.084.419-.254.596a.783.783 0 0 1-.609.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.267Zm.648 3.047V48h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.47.203.622.135.152.342.228.622.228.254 0 .465-.03.635-.089a3.12 3.12 0 0 0 .444-.215v.85a2.081 2.081 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.414-.186.761-.49 1.041-.914.279-.431.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.38.318.863.318 1.447V48h-1.041l-.013-3.77c0-.55-.123-.97-.368-1.257-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.38-.33.246-.622.534-.876.864V48h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444a2.07 2.07 0 0 1 .838-.178Zm9.877-1.7v1.827h1.853v.978h-1.853v3.72c0 .262.068.47.203.622.136.152.343.228.622.228.254 0 .466-.03.635-.089a3.12 3.12 0 0 0 .444-.215v.85a2.081 2.081 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.49 1.041-.914.28-.431.525-.96.737-1.587h.482Zm6.855 1.7c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.38.317.863.317 1.447V48h-1.041l-.013-3.77c0-.55-.122-.97-.368-1.257-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.38-.33.246-.622.534-.876.864V48h-1.041v-9.14h1.041v3.795c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.418-1.663c0-.6.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm9.483-.889v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V48h-1.041v-6.348h1.041Zm6.564-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.09 1.104.267.381.17.707.406.978.71v-.85h1.041v9.395h-1.041V46.92a3.11 3.11 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.82 2.82 0 0 1-1.485-.406 3.085 3.085 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.891 2.891 0 0 1 1.104-1.168c.466-.279.986-.419 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.343-.321.22-.571.511-.749.876-.169.355-.253.74-.253 1.155 0 .406.084.778.253 1.117.17.338.407.61.711.812.314.203.673.305 1.079.305.39 0 .737-.102 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.088 3.088 0 0 0-.85-.762 1.891 1.891 0 0 0-1.029-.28Zm10.284-.902v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.974.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.496-.72.496-1.27v-3.758h1.079Zm2.983-3.047c.245 0 .449.09.609.267.17.17.254.368.254.597 0 .22-.084.419-.254.596a.785.785 0 0 1-.609.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.267Zm.647 3.047V48h-1.041v-5.37h-1.002v-.978h2.043Zm3.289 0v1.27c.245-.423.541-.762.888-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.053.456a6.607 6.607 0 0 0-.749 1.092V48h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm10.372-3.682V48h-1.041v-1.08a3.11 3.11 0 0 1-.901.89c-.373.253-.8.38-1.283.38a2.82 2.82 0 0 1-1.485-.406 3.093 3.093 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.887 2.887 0 0 1 1.105-1.168c.465-.279.986-.419 1.561-.419.364 0 .732.09 1.105.267.38.17.706.406.977.71V38.86h1.041Zm-2.933 3.707c-.457 0-.846.115-1.167.343-.322.22-.572.508-.75.864-.169.355-.253.74-.253 1.155 0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305a2.13 2.13 0 0 0 .723-.838c.178-.364.263-.77.254-1.218l-.013-1.22a3.088 3.088 0 0 0-.85-.761 1.96 1.96 0 0 0-1.029-.267Zm12.125-1.04c.55 0 1.045.135 1.485.406.448.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.953 2.953 0 0 1-1.092 1.206 2.867 2.867 0 0 1-1.561.431c-.364 0-.736-.097-1.117-.292a3.355 3.355 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.08c.22-.34.516-.623.889-.851.38-.237.812-.356 1.295-.356Zm-.166 1.015c-.38 0-.727.097-1.041.292a2.054 2.054 0 0 0-.723.813c-.169.338-.254.736-.254 1.193l.013 1.219c.27.33.554.6.85.812.296.203.639.305 1.029.305.457 0 .846-.119 1.167-.356.322-.237.568-.541.737-.914.178-.38.266-.774.266-1.18 0-.415-.084-.783-.253-1.105a2.007 2.007 0 0 0-.711-.787c-.305-.195-.665-.292-1.08-.292Zm7.453-1.016c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.328.99.328 1.574v.622h-4.872c.05.356.173.682.368.978.194.296.448.533.761.71.314.17.673.255 1.08.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.55 2.55 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm5.677-.889v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.38 1.06-.38.25 0 .47.042.66.126v1.206c-.27-.16-.54-.24-.81-.24-.43 0-.78.151-1.05.456-.27.305-.52.669-.75 1.092V48h-1.04v-6.348h1.04Zm4.99 0v.813c.2-.229.46-.44.77-.635.32-.203.7-.305 1.13-.305.46 0 .89.11 1.28.33.4.212.71.534.92.965.29-.355.62-.66.96-.914.35-.254.76-.38 1.22-.38.43 0 .83.097 1.21.291.38.187.68.474.91.864.24.38.36.863.36 1.447V48h-1.04l-.02-3.77c0-.55-.14-.97-.43-1.257-.28-.288-.67-.432-1.17-.432-.36 0-.68.114-.95.343-.27.228-.53.495-.77.8V48h-1.04l-.02-3.77c0-.55-.14-.97-.43-1.257-.28-.288-.67-.432-1.17-.432-.34 0-.66.102-.95.305a3.97 3.97 0 0 0-.77.736V48h-1.04v-6.348h1.04Zm11.74-3.047c.25 0 .45.09.61.267a.837.837 0 0 1 0 1.193.78.78 0 0 1-.61.267.815.815 0 0 1-.62-.267.87.87 0 0 1-.24-.596.84.84 0 0 1 .24-.597.815.815 0 0 1 .62-.267Zm.65 3.047V48h-1.04v-5.37h-1.01v-.978h2.05Zm4.14-.127c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.299 3.299 0 0 0-.73-.394c-.3-.127-.62-.19-.94-.19-.4 0-.7.093-.9.28-.19.186-.29.38-.29.583a.9.9 0 0 0 .16.495c.12.161.33.292.61.394l1.07.38c.41.145.72.352.93.623.2.27.3.588.3.952 0 .355-.1.681-.3.978-.2.296-.47.533-.83.71-.35.17-.75.254-1.2.254-.25 0-.51-.033-.78-.101-.26-.06-.5-.131-.71-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.12.084.28.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.09.94-.267.24-.178.35-.398.35-.66a.569.569 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.977 1.977 0 0 1-.24-.978c0-.541.2-.99.61-1.345.41-.356.95-.534 1.63-.534Zm5.43 0c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.44 3.44 0 0 0-.72-.394 2.45 2.45 0 0 0-.94-.19c-.4 0-.7.093-.91.28-.19.186-.29.38-.29.583 0 .161.06.326.17.495.12.161.32.292.61.394l1.06.38c.42.145.73.352.93.623.2.27.3.588.3.952 0 .355-.1.681-.3.978-.19.296-.47.533-.83.71-.34.17-.74.254-1.2.254-.25 0-.5-.033-.78-.101-.26-.06-.5-.131-.71-.216a3.956 3.956 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .71-.09.94-.267.24-.178.36-.398.36-.66a.569.569 0 0 0-.24-.482 2.712 2.712 0 0 0-.68-.343l-.94-.343c-.49-.186-.81-.419-.97-.698a1.977 1.977 0 0 1-.24-.978c0-.541.2-.99.6-1.345.41-.356.95-.534 1.63-.534Zm4.56-2.92c.24 0 .45.09.61.267a.837.837 0 0 1 0 1.193.794.794 0 0 1-.61.267.8.8 0 0 1-.62-.267.837.837 0 0 1 0-1.193.8.8 0 0 1 .62-.267Zm.64 3.047V48h-1.04v-5.37h-1v-.978h2.04Zm5.12-.127c.64 0 1.22.153 1.71.457.5.305.89.711 1.17 1.22.29.507.43 1.061.43 1.662s-.14 1.156-.43 1.663c-.28.5-.67.902-1.17 1.206-.49.305-1.07.457-1.71.457-.64 0-1.21-.152-1.71-.457a3.29 3.29 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.42-1.663c0-.6.14-1.155.42-1.663a3.26 3.26 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm0 1.016c-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.85c-.17.348-.26.729-.26 1.143 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.46 0 .85-.106 1.18-.318.34-.22.6-.503.78-.85.18-.356.28-.736.28-1.143 0-.414-.1-.795-.28-1.142a2.104 2.104 0 0 0-.78-.85c-.33-.221-.72-.331-1.18-.331Zm6.07-.889v1.003c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.38.32.863.32 1.447V48h-1.04l-.02-3.77c0-.55-.12-.97-.36-1.257-.24-.288-.61-.432-1.11-.432-.34 0-.68.127-1.01.38a4.37 4.37 0 0 0-.88.864V48h-1.04v-6.348h1.04Zm8.28-.127c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.299 3.299 0 0 0-.73-.394c-.3-.127-.62-.19-.94-.19-.4 0-.7.093-.9.28-.19.186-.29.38-.29.583a.9.9 0 0 0 .16.495c.12.161.33.292.61.394l1.07.38c.41.145.72.352.93.623.2.27.3.588.3.952 0 .355-.1.681-.3.978-.2.296-.47.533-.83.71-.35.17-.75.254-1.2.254-.25 0-.51-.033-.78-.101-.26-.06-.5-.131-.71-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.12.084.28.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.09.94-.267.24-.178.35-.398.35-.66a.569.569 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.977 1.977 0 0 1-.24-.978c0-.541.21-.99.61-1.345.41-.356.95-.534 1.63-.534Zm10.22 0c.46 0 .86.077 1.2.229.34.144.57.275.7.394V43.2c-.24-.178-.51-.33-.81-.457-.31-.135-.67-.203-1.09-.203-.45 0-.85.11-1.18.33-.34.212-.61.495-.79.85-.18.348-.27.729-.27 1.143 0 .407.09.787.27 1.143.18.347.45.63.79.85.33.212.73.318 1.18.318.42 0 .78-.064 1.09-.19.3-.136.57-.293.81-.47v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.2.215-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.387 3.387 0 0 1-.42-1.663c0-.6.14-1.155.42-1.663.29-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.72-.457Zm6.23 0c.36 0 .73.09 1.1.267.39.17.71.406.98.71v-.85h1.04V48h-1.04v-1.08c-.22.34-.52.636-.9.89-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.45-.28-.81-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.524-.75.889-.17.355-.25.74-.25 1.155 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.18-.364.26-.77.25-1.218l-.01-1.22c-.26-.33-.55-.587-.85-.774-.3-.186-.64-.279-1.03-.279Zm6.13-.889v1.003c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.38.32.863.32 1.447V48h-1.04l-.01-3.77c0-.55-.13-.97-.37-1.257-.24-.288-.61-.432-1.11-.432-.33 0-.67.127-1.01.38-.33.246-.62.534-.88.864V48h-1.04v-6.348h1.04ZM838.694 57.525c.364 0 .732.09 1.105.267.381.17.707.406.977.71v-.85h1.041V64h-1.041v-1.08a3.11 3.11 0 0 1-.901.89c-.372.254-.8.38-1.282.38a2.822 2.822 0 0 1-1.486-.406 3.093 3.093 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.887 2.887 0 0 1 1.105-1.168c.465-.279.986-.419 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.318 2.318 0 0 0-.749.889c-.169.355-.254.74-.254 1.155 0 .406.085.783.254 1.13.169.338.406.609.711.812.313.203.673.305 1.079.305.389 0 .736-.102 1.041-.305.305-.203.546-.482.723-.838.178-.364.263-.77.254-1.218l-.012-1.22a3.296 3.296 0 0 0-.851-.774 1.89 1.89 0 0 0-1.028-.279Zm8.315-1.016c.55 0 1.045.136 1.486.407.448.262.804.634 1.066 1.117.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.953 2.953 0 0 1-1.092 1.206 2.867 2.867 0 0 1-1.561.431c-.364 0-.737-.097-1.118-.292a3.35 3.35 0 0 1-.964-.749v3.898h-1.041v-9.395h1.041v1.08c.22-.34.516-.623.888-.851a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.039 2.039 0 0 0-.723.813c-.17.338-.254.736-.254 1.193l.012 1.219c.271.33.555.6.851.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.736-.914.178-.38.267-.774.267-1.18a2.34 2.34 0 0 0-.254-1.105 1.992 1.992 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm8.062-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.958 2.958 0 0 1-1.091 1.206 2.87 2.87 0 0 1-1.562.431c-.364 0-.736-.097-1.117-.292a3.368 3.368 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.08c.22-.34.516-.623.889-.851a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.049 2.049 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.6.85.812.297.203.639.305 1.029.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.38.267-.774.267-1.18a2.34 2.34 0 0 0-.254-1.105 2.007 2.007 0 0 0-.711-.787c-.305-.195-.665-.292-1.079-.292Zm5.878-3.682V64h-1.041v-9.14h1.041Zm2.513 2.793 2.222 4.672 2.158-4.672h1.244l-4.672 9.395h-1.206l1.816-3.428-2.806-5.967h1.244Zm7.338 4.85 1.041.355-1.142 3.39-.788-.203.889-3.542Zm7.985-4.85v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.053.456a6.608 6.608 0 0 0-.75 1.092V64h-1.041v-6.348h1.041Zm6.564-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm6.525-1.016c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.308 3.308 0 0 0-.724-.394 2.423 2.423 0 0 0-.939-.19c-.398 0-.699.093-.902.28-.195.186-.292.38-.292.583 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.38c.415.145.724.352.927.623.203.27.304.588.304.952 0 .355-.101.681-.304.978a2.07 2.07 0 0 1-.825.71c-.347.17-.749.254-1.207.254-.245 0-.503-.033-.774-.101a4.739 4.739 0 0 1-.711-.216 3.348 3.348 0 0 1-.47-.241v-1.117c.119.084.284.182.496.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.09.94-.267.237-.178.355-.398.355-.66a.567.567 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.967 1.967 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm6.411 0c.466 0 .868.077 1.207.229.338.144.571.275.698.394V59.2a3.748 3.748 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.17 2.17 0 0 0-.787.85 2.466 2.466 0 0 0-.267 1.143c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.19.305-.136.576-.293.813-.47v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.14-1.155.419-1.663a3.325 3.325 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.729 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.38.318.863.318 1.447V64h-1.041l-.013-3.77c0-.55-.123-.97-.368-1.257-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.38-.33.246-.622.534-.876.864V64h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444a2.07 2.07 0 0 1 .838-.178Zm6.932 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.71.314.17.673.255 1.08.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm10.372-3.682V64h-1.041v-1.08c-.22.34-.521.636-.902.89-.372.254-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.077 3.077 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168.466-.279.986-.419 1.562-.419.364 0 .732.09 1.104.267.381.17.707.406.978.71V54.86h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343a2.25 2.25 0 0 0-.749.864c-.169.355-.254.74-.254 1.155 0 .406.085.783.254 1.13.169.338.406.609.711.812.313.203.673.305 1.079.305.389 0 .736-.102 1.041-.305.305-.203.546-.482.724-.838.178-.364.262-.77.254-1.218l-.013-1.22a3.077 3.077 0 0 0-.851-.761 1.96 1.96 0 0 0-1.028-.267Zm10.283-.914v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.08v3.758c0 .55.16.974.482 1.27.33.287.707.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm3.009-2.793V64h-1.041v-9.14h1.041Zm4.774 2.666c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.71.313.17.673.255 1.079.255.457 0 .885-.114 1.283-.343a4.853 4.853 0 0 0 1.003-.774l-.013 1.13a2.55 2.55 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.747 1.747 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm11.311-1.016c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.22c.288.507.432 1.061.432 1.662s-.144 1.156-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.419-1.663c0-.6.139-1.155.419-1.663a3.323 3.323 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.85 2.478 2.478 0 0 0-.266 1.143c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .787.85c.339.212.732.318 1.181.318.457 0 .851-.106 1.181-.318.338-.22.596-.503.774-.85.186-.356.279-.736.279-1.143a2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.85c-.33-.221-.724-.331-1.181-.331Zm6.068-.889v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.066-.38c.246 0 .466.042.661.126v1.206a1.581 1.581 0 0 0-.813-.24c-.432 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V64h-1.041v-6.348h1.041Zm8.798 0v1.27c.246-.423.542-.762.889-1.016s.702-.38 1.066-.38c.246 0 .466.042.66.126v1.206a1.575 1.575 0 0 0-.812-.24c-.432 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V64h-1.041v-6.348h1.041Zm6.564-.127c.651 0 1.193.136 1.625.407.431.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.71.313.17.672.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm5.471-3.935c.246 0 .449.088.61.266.169.17.254.368.254.597 0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.87.87 0 0 1-.241-.596c0-.229.081-.428.241-.597a.827.827 0 0 1 .622-.267Zm.673 3.046v6.323c0 .854-.199 1.544-.596 2.069-.39.525-.919.922-1.587 1.193l-.47-.94c.559-.27.965-.57 1.219-.9.262-.33.393-.754.393-1.27V58.63h-1.003v-.978h2.044Zm4.774-.127c.651 0 1.193.136 1.625.407.431.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.71.313.17.672.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm7.503-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.394V59.2a3.748 3.748 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.842.11-1.181.33a2.17 2.17 0 0 0-.787.85 2.466 2.466 0 0 0-.267 1.143c0 .407.089.787.267 1.143.186.347.448.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.091-.19.305-.136.576-.293.813-.47v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.14-1.155.419-1.663a3.325 3.325 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm5.37-1.7v1.827h1.853v.978h-1.853v3.72c0 .262.067.47.203.622.135.152.343.228.622.228.254 0 .465-.03.635-.089a3.12 3.12 0 0 0 .444-.215v.85a2.081 2.081 0 0 1-.546.318c-.186.084-.44.126-.762.126-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.49 1.041-.914.279-.431.525-.96.736-1.587h.483Zm9.306 0v1.827h1.85v.978h-1.85v3.72c0 .262.07.47.2.622.14.152.35.228.62.228.26 0 .47-.03.64-.089.17-.067.32-.14.44-.215v.85c-.17.136-.35.241-.54.318-.19.084-.44.126-.76.126-.55 0-.96-.16-1.24-.482-.27-.33-.4-.766-.4-1.308v-3.77h-1.22v-.305c.41-.186.76-.49 1.04-.914.28-.431.53-.96.74-1.587h.48Zm6.85 1.7c.44 0 .83.098 1.19.292.35.187.63.474.85.864.21.38.31.863.31 1.447V64h-1.04l-.01-3.77c0-.55-.12-.97-.37-1.257-.24-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.38a4.32 4.32 0 0 0-.87.864V64h-1.05v-9.14h1.05v3.795c.13-.169.3-.338.52-.508.21-.177.44-.325.71-.444.27-.118.55-.178.83-.178Zm6.94 0c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.17.682.37.978.19.296.45.533.76.71.31.17.67.255 1.08.255.46 0 .88-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.456-.23.153-.5.28-.8.381-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.29 3.29 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.42-1.663c0-.6.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.69 1.69 0 0 0-.68-.584 1.893 1.893 0 0 0-.85-.203Zm10.33-1.016c.37 0 .72.055 1.04.165.32.102.56.208.7.318v1.117a3.44 3.44 0 0 0-.72-.394 2.45 2.45 0 0 0-.94-.19c-.4 0-.7.093-.9.28-.2.186-.3.38-.3.583 0 .161.06.326.17.495.12.161.32.292.61.394l1.06.38c.42.145.73.352.93.623.2.27.31.588.31.952 0 .355-.11.681-.31.978-.19.296-.47.533-.82.71-.35.17-.75.254-1.21.254-.25 0-.5-.033-.77-.101-.27-.06-.5-.131-.72-.216a3.956 3.956 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .71-.09.94-.267.24-.178.36-.398.36-.66a.569.569 0 0 0-.24-.482 2.712 2.712 0 0 0-.68-.343l-.94-.343c-.49-.186-.81-.419-.97-.698a1.977 1.977 0 0 1-.24-.978c0-.541.2-.99.61-1.345.4-.356.94-.534 1.62-.534Zm6.41 0c.47 0 .87.077 1.21.229.34.144.57.275.7.394V59.2c-.24-.178-.51-.33-.82-.457-.3-.135-.67-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.85c-.17.348-.26.729-.26 1.143 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.42 0 .79-.064 1.09-.19.31-.136.58-.293.82-.47v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457a3.29 3.29 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.42-1.663c0-.6.14-1.155.42-1.663a3.26 3.26 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm6.73 0c.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.38.32.863.32 1.447V64h-1.04l-.01-3.77c0-.55-.13-.97-.37-1.257-.24-.288-.61-.432-1.11-.432-.34 0-.67.127-1.01.38a4.37 4.37 0 0 0-.88.864V64h-1.04v-9.14h1.04v3.795c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.71.31.17.67.255 1.08.255.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.456-.22.153-.49.28-.79.381-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.387 3.387 0 0 1-.42-1.663c0-.6.13-1.155.4-1.663a3.22 3.22 0 0 1 1.07-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.786 1.786 0 0 0-.69-.584 1.862 1.862 0 0 0-.85-.203Zm10.37-3.682V64h-1.04v-1.08c-.22.34-.52.636-.9.89-.37.254-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.44-.28-.8-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.28-.508.64-.897 1.11-1.168.46-.279.99-.419 1.56-.419.36 0 .73.09 1.11.267.38.17.7.406.97.71V54.86h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.864-.17.355-.25.74-.25 1.155 0 .406.08.783.25 1.13.17.338.41.609.72.812.31.203.67.305 1.07.305.39 0 .74-.102 1.05-.305.3-.203.54-.482.72-.838.18-.364.26-.77.25-1.218l-.01-1.22c-.26-.33-.55-.583-.85-.761-.3-.178-.64-.267-1.03-.267Zm10.28-.914v3.758c0 .559-.11 1.041-.35 1.447-.24.407-.56.72-.97.94-.4.22-.86.33-1.37.33-.5 0-.96-.11-1.37-.33-.4-.22-.73-.533-.96-.94-.24-.406-.36-.888-.36-1.447v-3.758h1.08v3.758c0 .55.16.974.48 1.27.33.287.71.431 1.13.431.43 0 .8-.144 1.12-.431.33-.297.5-.72.5-1.27v-3.758h1.07Zm3.01-2.793V64h-1.04v-9.14h1.04Zm4.78 2.666c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.19.296.45.533.76.71.31.17.67.255 1.08.255.46 0 .89-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.456-.23.153-.5.28-.8.381-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.29 3.29 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.42-1.663c0-.6.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.69 1.69 0 0 0-.68-.584 1.893 1.893 0 0 0-.85-.203Zm10.37-3.682V64h-1.04v-1.08c-.22.34-.52.636-.9.89s-.8.38-1.29.38c-.54 0-1.03-.135-1.48-.406-.45-.28-.81-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168.47-.279.99-.419 1.57-.419.36 0 .73.09 1.1.267.38.17.71.406.98.71V54.86h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.864-.17.355-.25.74-.25 1.155 0 .406.08.783.25 1.13.17.338.41.609.71.812.31.203.67.305 1.08.305.39 0 .74-.102 1.04-.305.3-.203.55-.482.72-.838.18-.364.27-.77.26-1.218l-.01-1.22c-.27-.33-.55-.583-.86-.761a1.913 1.913 0 0 0-1.02-.267Zm11.76-1.04c.47 0 .87.076 1.21.228.34.144.57.275.7.394V59.2c-.24-.178-.51-.33-.81-.457-.31-.135-.67-.203-1.1-.203-.44 0-.84.11-1.18.33-.33.212-.6.495-.78.85-.18.348-.27.729-.27 1.143 0 .407.09.787.27 1.143.18.347.45.63.78.85.34.212.74.318 1.18.318.43 0 .79-.064 1.1-.19.3-.136.57-.293.81-.47v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.387 3.387 0 0 1-.42-1.663c0-.6.14-1.155.42-1.663.29-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm6.73 0c.43 0 .83.097 1.18.291.36.187.64.474.85.864.22.38.32.863.32 1.447V64h-1.04l-.01-3.77c0-.55-.12-.97-.37-1.257-.24-.288-.61-.432-1.1-.432-.34 0-.68.127-1.02.38-.33.246-.62.534-.88.864V64h-1.04v-9.14h1.04v3.795c.14-.169.31-.338.52-.508.22-.177.45-.325.72-.444.27-.118.55-.178.83-.178Zm6.93 0c.37 0 .74.088 1.11.266.38.17.71.406.98.71v-.85h1.04V64h-1.04v-1.08c-.22.34-.52.636-.9.89s-.8.38-1.29.38c-.54 0-1.03-.135-1.48-.406-.45-.28-.81-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168.47-.279.99-.419 1.56-.419Zm.2 1.015c-.46 0-.85.114-1.17.343-.32.228-.57.524-.75.889a2.646 2.646 0 0 0 0 2.285c.17.338.4.609.71.812.31.203.67.305 1.08.305.39 0 .73-.102 1.04-.305.3-.203.55-.482.72-.838.18-.364.27-.77.26-1.218l-.02-1.22c-.26-.33-.54-.587-.85-.774a1.87 1.87 0 0 0-1.02-.279Zm6.13-.889v1.003c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.38.32.863.32 1.447V64h-1.05l-.01-3.77c0-.55-.12-.97-.37-1.257-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.38a4.32 4.32 0 0 0-.87.864V64H1111v-6.348h1.04Zm9-.127c.36 0 .73.09 1.1.267.38.17.71.406.98.71v-.85h1.04v6.221c0 .753-.15 1.38-.46 1.879-.3.5-.71.872-1.21 1.117a3.81 3.81 0 0 1-1.67.368c-.39 0-.72-.046-1-.14-.27-.084-.5-.194-.7-.33-.19-.126-.37-.25-.53-.368v-1.117c.12.093.29.212.49.356.21.152.46.287.75.406.3.118.63.178.99.178.42 0 .8-.076 1.14-.229.35-.152.63-.376.84-.673.21-.296.32-.651.32-1.066V62.92c-.22.338-.52.635-.9.889-.37.254-.8.38-1.28.38-.55 0-1.04-.135-1.49-.406-.45-.28-.81-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.029c-.46 0-.85.114-1.17.343-.32.22-.57.511-.75.876-.17.355-.25.74-.25 1.155 0 .406.08.778.25 1.117.17.338.41.61.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.837.17-.356.26-.758.25-1.207l-.01-1.218c-.26-.33-.55-.584-.85-.762-.3-.186-.64-.28-1.03-.28Zm7.7-1.029c.66 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.45.533.76.71.31.17.67.255 1.08.255.46 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.456-.23.153-.5.28-.8.381-.3.11-.61.165-.94.165-.64 0-1.22-.152-1.72-.457a3.452 3.452 0 0 1-1.18-1.206 3.38 3.38 0 0 1-.41-1.663c0-.6.13-1.155.39-1.663s.62-.914 1.08-1.219c.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.83c-.05-.415-.16-.754-.36-1.016a1.759 1.759 0 0 0-.68-.584 1.934 1.934 0 0 0-.86-.203Zm6.53-1.016c.37 0 .72.055 1.04.165.32.102.56.208.7.318v1.117a3.44 3.44 0 0 0-.72-.394 2.45 2.45 0 0 0-.94-.19c-.4 0-.7.093-.91.28-.19.186-.29.38-.29.583 0 .161.06.326.17.495.12.161.32.292.61.394l1.06.38c.42.145.73.352.93.623.2.27.31.588.31.952 0 .355-.11.681-.31.978-.19.296-.47.533-.82.71-.35.17-.75.254-1.21.254-.25 0-.5-.033-.78-.101a5.11 5.11 0 0 1-.71-.216 3.956 3.956 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .71-.09.94-.267.24-.178.36-.398.36-.66a.569.569 0 0 0-.24-.482 2.712 2.712 0 0 0-.68-.343l-.94-.343c-.49-.186-.81-.419-.97-.698a1.977 1.977 0 0 1-.24-.978c0-.541.2-.99.6-1.345.41-.356.95-.534 1.63-.534Z"}),d.createElement("circle",{cx:898,cy:179.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),d.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M898 177V74"}),d.createElement("path",{fill:"black",d:"m800.672 163.494 3.974 8.506h-1.372l-.888-2.031h-3.987l-.901 2.031h-1.371l3.974-8.506h.571Zm-.267 1.93-1.536 3.466h3.047l-1.511-3.466Zm14.448.228v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.08Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.338 3.338 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V172h-1.041v-6.348h1.041Zm-31.713 13.172v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.36 1.701c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V187h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm10.702-.889-2.945 2.768 3.11 3.58h-1.32l-2.514-2.895-.901.838V187h-1.041v-9.141h1.041v5.891l3.161-3.098h1.409Zm3.542-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.525-1.016c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.308 3.308 0 0 1-.47-.241v-1.117c.119.084.284.182.496.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm9.966 0c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V187h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm7.96-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm5.37-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm4.76-1.219c.246 0 .449.089.61.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.868.868 0 0 1-.241-.596.84.84 0 0 1 .241-.597.827.827 0 0 1 .622-.267Zm.648 3.047V187h-1.041v-5.37h-1.003v-.978h2.044Zm5.116-.127c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V187h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V187h-1.041v-6.348h1.041Z"}),d.createElement("path",{fill:"black",d:"M813.493 239.494V248h-.431l-5.523-6.081V248h-1.143v-8.506h.432l5.523 6.157v-6.157h1.142Zm5.345 2.031c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.219.287.508.431 1.062.431 1.663a3.32 3.32 0 0 1-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .85-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.331-.22-.724-.33-1.181-.33Zm11.451-1.016c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-.851h1.041V248h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.19 1.016c-.457 0-.846.114-1.167.343a2.321 2.321 0 0 0-.75.888 2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.893 1.893 0 0 0-1.029-.279Zm7.96-1.016c.466 0 .868.077 1.207.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm5.371-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm4.76-1.219c.246 0 .449.089.61.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.827.827 0 0 1 .622-.267Zm.648 3.047V248h-1.041v-5.37h-1.003v-.978h2.044Zm5.116-.127c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.431 1.062.431 1.663a3.31 3.31 0 0 1-.431 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.139-1.155.418-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V248h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V248h-1.041v-6.348h1.041Zm8.278-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.056.326.166.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm-59.986 15c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V263h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V263h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.194-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.361 1.701c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V263h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm10.702-.889-2.945 2.768 3.11 3.58h-1.32l-2.514-2.895-.901.838V263h-1.041v-9.141h1.041v5.891l3.161-3.098h1.409Zm3.542-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V263h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V263h-1.041v-6.348h1.041Z"}),d.createElement("path",{fill:"#615BC2",d:"m1103.67 207.494 3.98 8.506h-1.38l-.88-2.031h-3.99l-.9 2.031h-1.37l3.97-8.506h.57Zm-.26 1.93-1.54 3.466h3.05l-1.51-3.466Zm14.44.228v3.758c0 .559-.12 1.041-.35 1.447-.24.407-.56.72-.97.94-.4.22-.86.33-1.37.33-.51 0-.96-.11-1.37-.33-.41-.22-.73-.533-.96-.94-.24-.406-.36-.888-.36-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.71.431 1.13.431.42 0 .8-.144 1.12-.431.33-.297.49-.72.49-1.27v-3.758h1.08Zm3.86-.127c.37 0 .72.055 1.04.165.32.102.56.208.7.318v1.117a3.457 3.457 0 0 0-.72-.394c-.31-.127-.62-.19-.94-.19-.4 0-.7.093-.9.279-.2.187-.3.381-.3.584 0 .161.06.326.17.495.12.161.32.292.61.394l1.07.381c.41.144.72.351.92.622.21.271.31.588.31.952 0 .356-.1.681-.31.978-.19.296-.47.533-.82.711-.35.169-.75.253-1.21.253-.24 0-.5-.033-.77-.101-.27-.059-.5-.131-.71-.216a2.787 2.787 0 0 1-.47-.241v-1.117c.11.084.28.182.49.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .72-.089.94-.267.24-.178.36-.398.36-.66a.568.568 0 0 0-.24-.482c-.15-.119-.38-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.4-.356.94-.534 1.62-.534Zm6.16 0c.65 0 1.19.136 1.62.407.44.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.33.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm5.67-.889v1.27c.25-.423.55-.762.89-1.016.35-.254.71-.381 1.07-.381.24 0 .46.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.79.153-1.06.457-.26.305-.51.669-.75 1.092V216h-1.04v-6.348h1.04Zm16.09 0-2.22 6.348h-.65l-1.74-4.481-1.74 4.481h-.65l-2.22-6.348h1.25l1.41 4.456 1.66-4.456h.58l1.67 4.456 1.4-4.456h1.25Zm2.28-3.047c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.65 3.047V216h-1.04v-5.37h-1v-.978h2.04Zm4-1.828v1.828h1.85v.978h-1.85v3.72c0 .262.07.469.2.622.14.152.35.228.63.228.25 0 .46-.029.63-.089.17-.067.32-.139.44-.215v.85c-.16.136-.35.241-.54.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.28-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm6.86 1.701c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.31.863.31 1.447V216h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V216h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm9.87-1.701v1.828h1.86v.978h-1.86v3.72c0 .262.07.469.21.622.13.152.34.228.62.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.35.241-.55.317-.18.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm6.86 1.701c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V216h-1.04l-.02-3.771c0-.55-.12-.969-.36-1.256-.24-.288-.61-.432-1.11-.432-.34 0-.68.127-1.01.381-.34.245-.63.533-.88.863V216h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.88c.06.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm9.48-.889v1.27c.25-.423.55-.762.89-1.016.35-.254.7-.381 1.07-.381.24 0 .46.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.44 0-.79.153-1.06.457-.26.305-.51.669-.75 1.092V216h-1.04v-6.348h1.04Zm6.57-.127c.65 0 1.19.136 1.62.407.43.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.19.296.45.533.76.711.31.169.67.254 1.08.254.46 0 .89-.114 1.28-.343.4-.237.74-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm7.25-1.016c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-.851h1.04v9.395h-1.04v-4.126c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419Zm.19 1.029c-.46 0-.85.114-1.17.342-.32.221-.57.513-.75.876-.17.356-.25.741-.25 1.156 0 .406.08.778.25 1.117.17.338.41.609.71.812.31.204.67.305 1.08.305.39 0 .74-.101 1.04-.305.31-.203.55-.482.72-.837.18-.356.27-.758.26-1.207l-.01-1.218c-.27-.33-.55-.584-.86-.762a1.848 1.848 0 0 0-1.02-.279Zm10.28-.902v3.758c0 .559-.12 1.041-.36 1.447-.23.407-.55.72-.96.94-.41.22-.86.33-1.37.33-.51 0-.97-.11-1.37-.33-.41-.22-.73-.533-.97-.94-.23-.406-.35-.888-.35-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.71.431 1.13.431.42 0 .79-.144 1.12-.431.33-.297.49-.72.49-1.27v-3.758h1.08Zm2.98-3.047c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.65 3.047V216h-1.04v-5.37h-1v-.978h2.04Zm3.29 0v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.26.305-.51.669-.75 1.092V216h-1.04v-6.348h1.04Zm6.56-.127c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm10.37-3.682V216h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.44-.279-.8-.664-1.07-1.155s-.4-1.058-.4-1.701c0-.703.13-1.308.4-1.816s.63-.897 1.1-1.168a3 3 0 0 1 1.56-.419c.36 0 .73.089 1.11.267.38.169.7.406.97.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.84.115-1.17.343-.32.22-.57.508-.75.863-.16.356-.25.741-.25 1.156 0 .406.09.783.25 1.13.17.338.41.609.72.812.31.203.67.305 1.07.305.39 0 .74-.102 1.05-.305.3-.203.54-.482.72-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.584-.85-.762-.3-.178-.64-.267-1.03-.267Zm12.13-1.041c.55 0 1.04.136 1.48.407.45.262.8.634 1.07 1.117.27.474.4 1.032.4 1.676 0 .694-.13 1.303-.4 1.828-.27.516-.63.918-1.09 1.206-.46.288-.98.431-1.57.431-.36 0-.73-.097-1.11-.292-.38-.194-.7-.444-.97-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.52-.622.89-.85.38-.237.81-.356 1.3-.356Zm-.17 1.016c-.38 0-.73.097-1.04.292a1.95 1.95 0 0 0-.72.813c-.17.338-.26.736-.26 1.193l.01 1.219c.28.33.56.601.86.812.29.203.63.305 1.02.305.46 0 .85-.119 1.17-.356.32-.237.57-.541.74-.914.18-.381.26-.774.26-1.18 0-.415-.08-.783-.25-1.105-.17-.33-.41-.592-.71-.787a1.961 1.961 0 0 0-1.08-.292Zm7.45-1.016c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm5.68-.889v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.27.305-.52.669-.75 1.092V216h-1.04v-6.348h1.04Zm4.99 0v.813c.2-.229.46-.44.77-.635.32-.203.7-.305 1.13-.305.46 0 .89.11 1.28.33.4.212.71.534.92.965.29-.355.62-.66.96-.914a2.03 2.03 0 0 1 1.22-.381c.43 0 .83.098 1.21.292.38.187.68.474.91.864.24.381.36.863.36 1.447V216h-1.04l-.02-3.771c0-.55-.14-.969-.43-1.256-.28-.288-.67-.432-1.17-.432-.36 0-.68.114-.95.343a5.49 5.49 0 0 0-.77.8V216h-1.04l-.02-3.771c0-.55-.14-.969-.43-1.256-.28-.288-.67-.432-1.17-.432-.34 0-.66.102-.95.305-.28.203-.54.448-.77.736V216h-1.04v-6.348h1.04Zm11.74-3.047c.25 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.78.78 0 0 1-.61.267.815.815 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.815.815 0 0 1 .62-.267Zm.65 3.047V216h-1.04v-5.37h-1.01v-.978h2.05Zm4.14-.127c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.315 3.315 0 0 0-.73-.394 2.41 2.41 0 0 0-.94-.19c-.4 0-.7.093-.9.279-.19.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.33.292.61.394l1.07.381c.41.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.35.169-.75.253-1.2.253-.25 0-.51-.033-.78-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.24-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.41-.356.95-.534 1.63-.534Zm5.43 0c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.457 3.457 0 0 0-.72-.394c-.31-.127-.62-.19-.94-.19-.4 0-.7.093-.91.279-.19.187-.29.381-.29.584 0 .161.06.326.17.495.12.161.32.292.61.394l1.06.381c.42.144.73.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.19.296-.47.533-.83.711-.34.169-.74.253-1.2.253-.25 0-.5-.033-.78-.101-.26-.059-.5-.131-.71-.216a3.9 3.9 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .71-.089.94-.267.24-.178.36-.398.36-.66a.568.568 0 0 0-.24-.482 2.695 2.695 0 0 0-.68-.343l-.94-.343c-.49-.186-.81-.419-.97-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.6-1.345.41-.356.95-.534 1.63-.534Zm4.56-2.92c.24 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.794.794 0 0 1-.61.267.8.8 0 0 1-.62-.267.835.835 0 0 1-.25-.596.81.81 0 0 1 .25-.597.8.8 0 0 1 .62-.267Zm.64 3.047V216h-1.04v-5.37h-1v-.978h2.04Zm5.12-.127c.64 0 1.22.153 1.71.457.5.305.89.711 1.17 1.219.29.508.43 1.062.43 1.663s-.14 1.156-.43 1.663c-.28.5-.67.902-1.17 1.206-.49.305-1.07.457-1.71.457-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663.28-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm0 1.016c-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.17.347-.26.728-.26 1.142 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.46 0 .85-.106 1.18-.318.34-.22.6-.503.78-.85.18-.356.28-.736.28-1.143 0-.414-.1-.795-.28-1.142a2.104 2.104 0 0 0-.78-.851c-.33-.22-.72-.33-1.18-.33Zm6.07-.889v1.003c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V216h-1.04l-.02-3.771c0-.55-.12-.969-.36-1.256-.24-.288-.61-.432-1.11-.432-.34 0-.68.127-1.01.381-.33.245-.63.533-.88.863V216h-1.04v-6.348h1.04Zm8.28-.127c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.315 3.315 0 0 0-.73-.394 2.41 2.41 0 0 0-.94-.19c-.4 0-.7.093-.9.279-.19.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.33.292.61.394l1.07.381c.41.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.35.169-.75.253-1.2.253-.25 0-.51-.033-.78-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.24-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.21-.99.61-1.345.41-.356.95-.534 1.63-.534Zm10.22 0c.46 0 .86.077 1.2.229.34.144.57.275.7.393v1.054c-.24-.178-.51-.33-.81-.457a2.701 2.701 0 0 0-1.09-.203c-.45 0-.85.11-1.18.33-.34.212-.61.495-.79.851-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.18.347.45.63.79.85.33.212.73.318 1.18.318.42 0 .78-.064 1.09-.191.3-.135.57-.292.81-.469v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.2.215-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.72-.457Zm6.23 0c.36 0 .73.089 1.1.267.39.169.71.406.98.711v-.851h1.04V216h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.525-.75.888-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm6.13-.889v1.003c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.381.32.863.32 1.447V216h-1.04l-.01-3.771c0-.55-.13-.969-.37-1.256-.24-.288-.61-.432-1.11-.432-.33 0-.67.127-1.01.381-.33.245-.62.533-.88.863V216h-1.04v-6.348h1.04Zm-238.56 15.873c.37 0 .74.089 1.11.267.38.169.71.406.98.711v-.851h1.04V232h-1.04v-1.079c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155 3.584 3.584 0 0 1-.4-1.701c0-.703.14-1.308.4-1.816.27-.508.64-.897 1.1-1.168a3 3 0 0 1 1.56-.419Zm.19 1.016c-.45 0-.84.114-1.16.343-.32.228-.57.525-.75.888a2.65 2.65 0 0 0 0 2.286c.17.338.4.609.71.812.31.203.67.305 1.08.305.39 0 .73-.102 1.04-.305.3-.203.54-.482.72-.838.18-.364.26-.77.26-1.219l-.02-1.218c-.26-.33-.54-.588-.85-.775a1.882 1.882 0 0 0-1.03-.279Zm8.32-1.016c.55 0 1.05.136 1.49.407.44.262.8.634 1.06 1.117.27.474.41 1.032.41 1.676 0 .694-.14 1.303-.41 1.828-.26.516-.62.918-1.09 1.206-.46.288-.98.431-1.56.431-.37 0-.74-.097-1.12-.292a3.344 3.344 0 0 1-.96-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.51-.622.89-.85.38-.237.81-.356 1.29-.356Zm-.16 1.016c-.39 0-.73.097-1.05.292-.3.195-.54.466-.72.813-.17.338-.25.736-.25 1.193l.01 1.219c.27.33.55.601.85.812.3.203.64.305 1.03.305.46 0 .84-.119 1.17-.356.32-.237.56-.541.73-.914.18-.381.27-.774.27-1.18 0-.415-.09-.783-.25-1.105-.17-.33-.41-.592-.72-.787-.3-.195-.66-.292-1.07-.292Zm8.06-1.016c.55 0 1.04.136 1.48.407.45.262.81.634 1.07 1.117.27.474.4 1.032.4 1.676 0 .694-.13 1.303-.4 1.828a2.98 2.98 0 0 1-1.09 1.206c-.46.288-.98.431-1.56.431-.37 0-.74-.097-1.12-.292-.37-.194-.7-.444-.97-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.52-.622.89-.85.38-.237.81-.356 1.3-.356Zm-.17 1.016c-.38 0-.73.097-1.04.292-.3.195-.55.466-.72.813-.17.338-.26.736-.26 1.193l.02 1.219c.27.33.55.601.85.812.29.203.64.305 1.02.305.46 0 .85-.119 1.17-.356.32-.237.57-.541.74-.914.18-.381.27-.774.27-1.18 0-.415-.09-.783-.26-1.105-.17-.33-.4-.592-.71-.787-.3-.195-.66-.292-1.08-.292Zm5.88-3.682V232h-1.04v-9.141h1.04Zm2.51 2.793 2.22 4.672 2.16-4.672h1.25l-4.67 9.395h-1.21l1.81-3.428-2.8-5.967h1.24Zm7.34 4.85 1.04.355-1.14 3.39-.79-.203.89-3.542Zm7.99-4.85v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.27.305-.52.669-.75 1.092V232h-1.04v-6.348h1.04Zm6.56-.127c.65 0 1.19.136 1.62.407.44.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.06.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.56.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm6.53-1.016c.37 0 .71.055 1.04.165.32.102.55.208.69.318v1.117a3.004 3.004 0 0 0-.72-.394 2.41 2.41 0 0 0-.94-.19c-.4 0-.7.093-.9.279-.19.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.32.292.61.394l1.07.381c.41.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.35.169-.75.253-1.21.253-.24 0-.5-.033-.77-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.49.292.22.101.46.19.7.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.23-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.41-.356.95-.534 1.63-.534Zm6.41 0c.46 0 .86.077 1.2.229.34.144.57.275.7.393v1.054c-.24-.178-.51-.33-.81-.457a2.701 2.701 0 0 0-1.09-.203c-.45 0-.85.11-1.18.33-.34.212-.61.495-.79.851-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.18.347.45.63.79.85.33.212.73.318 1.18.318.42 0 .78-.064 1.09-.191.3-.135.57-.292.81-.469v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.2.215-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.72-.457Zm6.73 0c.43 0 .82.098 1.18.292.35.187.63.474.85.864.21.381.31.863.31 1.447V232h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.24-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V232h-1.05v-9.141h1.05v3.796c.13-.169.3-.338.52-.508a2.9 2.9 0 0 1 .71-.444c.27-.118.55-.178.84-.178Zm6.93 0c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.19.296.45.533.76.711.31.169.67.254 1.08.254.46 0 .88-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm10.37-3.682V232h-1.04v-1.079c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.863-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.31.203.67.305 1.08.305.39 0 .74-.102 1.04-.305.3-.203.55-.482.72-.838.18-.364.27-.77.26-1.219l-.02-1.218c-.26-.33-.54-.584-.85-.762a1.91 1.91 0 0 0-1.02-.267Zm10.28-.914v3.758c0 .559-.12 1.041-.36 1.447-.23.407-.55.72-.96.94-.41.22-.86.33-1.37.33-.51 0-.97-.11-1.37-.33-.41-.22-.73-.533-.97-.94-.24-.406-.35-.888-.35-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.7.431 1.13.431.42 0 .79-.144 1.12-.431.33-.297.49-.72.49-1.27v-3.758h1.08Zm3.01-2.793V232h-1.04v-9.141h1.04Zm4.77 2.666c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38a2.6 2.6 0 0 1-.93.165c-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663a3.22 3.22 0 0 1 1.07-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm11.31-1.016c.65 0 1.22.153 1.72.457.5.305.89.711 1.16 1.219a3.3 3.3 0 0 1 .44 1.663c0 .601-.15 1.156-.44 1.663-.27.5-.66.902-1.16 1.206-.5.305-1.07.457-1.72.457-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm0 1.016c-.45 0-.84.11-1.18.33-.34.212-.6.495-.78.851-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.18.347.44.63.78.85.34.212.73.318 1.18.318.46 0 .85-.106 1.18-.318.34-.22.6-.503.78-.85.18-.356.28-.736.28-1.143 0-.414-.1-.795-.28-1.142a2.104 2.104 0 0 0-.78-.851c-.33-.22-.72-.33-1.18-.33Zm6.07-.889v1.27c.25-.423.54-.762.89-1.016s.7-.381 1.07-.381c.24 0 .46.043.66.127v1.206c-.27-.16-.55-.241-.82-.241-.43 0-.78.153-1.05.457-.26.305-.51.669-.75 1.092V232h-1.04v-6.348h1.04Zm8.8 0v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.26.305-.51.669-.75 1.092V232h-1.04v-6.348h1.04Zm6.56-.127c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm5.47-3.936c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.68 3.047v6.323c0 .854-.2 1.544-.6 2.069-.39.525-.92.922-1.59 1.193l-.47-.939c.56-.271.97-.571 1.22-.902.27-.33.4-.753.4-1.269v-5.497h-1.01v-.978h2.05Zm4.77-.127c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.07.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm7.5-1.016c.47 0 .87.077 1.21.229.34.144.57.275.7.393v1.054c-.24-.178-.51-.33-.81-.457-.31-.135-.67-.203-1.1-.203-.44 0-.84.11-1.18.33-.34.212-.6.495-.78.851-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.18.347.44.63.78.85a2.2 2.2 0 0 0 1.18.318c.43 0 .79-.064 1.1-.191.3-.135.57-.292.81-.469v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm5.37-1.701v1.828h1.86v.978h-1.86v3.72c0 .262.07.469.21.622.13.152.34.228.62.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.35.241-.55.317-.18.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.77-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm9.31 0v1.828h1.85v.978h-1.85v3.72c0 .262.07.469.2.622.14.152.35.228.62.228.26 0 .47-.029.64-.089.17-.067.32-.139.44-.215v.85c-.17.136-.35.241-.54.317-.19.085-.44.127-.76.127-.55 0-.96-.16-1.24-.482-.27-.33-.4-.766-.4-1.308v-3.77h-1.22v-.305c.41-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm6.85 1.701c.44 0 .83.098 1.19.292.35.187.63.474.85.864.21.381.31.863.31 1.447V232h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.24-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V232h-1.05v-9.141h1.05v3.796c.13-.169.3-.338.52-.508a2.9 2.9 0 0 1 .71-.444c.27-.118.55-.178.83-.178Zm6.94 0c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.17.682.37.978.19.296.45.533.76.711.31.169.67.254 1.08.254.46 0 .88-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm11.31-1.016c.46 0 .87.077 1.2.229.34.144.58.275.7.393v1.054a3.67 3.67 0 0 0-.81-.457c-.3-.135-.67-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.42 0 .79-.064 1.09-.191.3-.135.58-.292.81-.469v1.053c-.12.127-.36.263-.7.407-.33.143-.74.215-1.2.215-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.72-.457Zm6.73 0c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V232h-1.05l-.01-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V232h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-.851h1.04V232h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.55 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.525-.75.888-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.17-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm6.13-.889v1.003c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.36.187.64.474.85.864.21.381.32.863.32 1.447V232h-1.04l-.02-3.771c0-.55-.12-.969-.36-1.256-.24-.288-.61-.432-1.11-.432-.34 0-.68.127-1.01.381-.33.245-.63.533-.88.863V232h-1.04v-6.348h1.04Zm9-.127c.37 0 .73.089 1.11.267.38.169.7.406.97.711v-.851h1.04v6.221c0 .753-.15 1.38-.45 1.879-.31.499-.71.872-1.22 1.117a3.76 3.76 0 0 1-1.66.368c-.39 0-.73-.046-1.01-.139-.27-.085-.5-.195-.7-.33-.19-.127-.37-.25-.53-.369v-1.117c.13.093.29.212.5.356.21.152.46.287.75.406.29.118.62.178.99.178.41 0 .79-.076 1.14-.229.35-.152.62-.376.84-.673.21-.296.31-.651.31-1.066v-1.333c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.44-.279-.8-.664-1.07-1.155s-.4-1.058-.4-1.701c0-.703.13-1.308.4-1.816s.63-.897 1.1-1.168a3 3 0 0 1 1.56-.419Zm.19 1.029c-.46 0-.84.114-1.17.342-.32.221-.57.513-.75.876-.16.356-.25.741-.25 1.156 0 .406.09.778.25 1.117.17.338.41.609.72.812.31.204.67.305 1.07.305.39 0 .74-.101 1.05-.305.3-.203.54-.482.72-.837.18-.356.26-.758.25-1.207l-.01-1.218c-.26-.33-.55-.584-.85-.762-.3-.186-.64-.279-1.03-.279Zm7.71-1.029c.65 0 1.19.136 1.62.407.43.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.28-.343.4-.237.74-.495 1.01-.774l-.02 1.13c-.11.143-.29.296-.53.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm6.52-1.016c.38 0 .72.055 1.04.165.33.102.56.208.7.318v1.117a3.457 3.457 0 0 0-.72-.394c-.31-.127-.62-.19-.94-.19-.4 0-.7.093-.9.279-.2.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.32.292.61.394l1.07.381c.41.144.72.351.92.622.21.271.31.588.31.952 0 .356-.1.681-.31.978-.19.296-.47.533-.82.711-.35.169-.75.253-1.21.253-.24 0-.5-.033-.77-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.49.292.22.101.46.19.7.266.25.068.47.102.69.102.39 0 .71-.089.94-.267.23-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.38-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.4-.356.95-.534 1.62-.534Z"}),d.createElement("circle",{cx:1193,cy:332.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),d.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M1193 330v-86"}),d.createElement("circle",{cx:910,cy:311,r:5,fill:"#202021",stroke:"#F7F7FA",strokeWidth:2,transform:"rotate(-180 910 311)"}),d.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M910 314v35"}),d.createElement("rect",{width:93,height:23,x:964.5,y:123.5,fill:"#F4FAEB",rx:3.5}),d.createElement("rect",{width:93,height:23,x:964.5,y:123.5,stroke:"#B0D182",rx:3.5}),d.createElement("g",{clipPath:"url(#clip5_20382_240644)"},d.createElement("path",{fill:"#68A611",d:"m984.25 138.128-2.603-2.603a.747.747 0 1 0-1.057 1.058l3.135 3.135a.747.747 0 0 0 1.057 0l7.935-7.935a.747.747 0 1 0-1.057-1.058l-7.41 7.403Z"})),d.createElement("path",{fill:"#3B6600",d:"m1004.21 131.09 3.66 7.91h-1.91l-.6-1.465h-3.11l-.59 1.465h-1.914l3.654-7.91h.81Zm-.4 2.66-.98 2.402h1.97l-.99-2.402Zm8.48-.82c.46 0 .9.121 1.3.363.4.234.73.582.97 1.043.25.453.37 1.008.37 1.664 0 .656-.12 1.223-.37 1.699-.24.477-.58.844-1 1.102-.41.25-.87.375-1.38.375-.33 0-.66-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.32-.227.71-.34 1.15-.34Zm-.38 1.488c-.27 0-.52.07-.75.211-.23.133-.43.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.43.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.4-.375.53-.633.12-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm7.83-1.488c.47 0 .9.121 1.3.363.41.234.73.582.97 1.043.25.453.38 1.008.38 1.664 0 .656-.13 1.223-.38 1.699-.24.477-.57.844-.99 1.102-.42.25-.88.375-1.39.375-.33 0-.65-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.33-.227.71-.34 1.15-.34Zm-.38 1.488c-.26 0-.51.07-.75.211-.23.133-.42.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.44.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.41-.375.53-.633.13-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm5.93-3.856V139h-1.49v-8.438h1.49Zm3.06-.562c.28 0 .53.102.73.305a.974.974 0 0 1 0 1.406.997.997 0 0 1-.73.305 1.014 1.014 0 0 1-1.02-1.008c0-.274.1-.508.29-.703.21-.203.45-.305.73-.305Zm.87 3.082V139h-1.49v-4.652h-.95v-1.266h2.44Zm4.46-.152c.58 0 1.08.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.28.719.59.961.31.242.69.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.84.504-.37.164-.78.246-1.22.246-.59 0-1.12-.133-1.61-.399a3.094 3.094 0 0 1-1.14-1.089c-.29-.461-.43-.989-.43-1.583 0-.578.13-1.105.39-1.582a3.05 3.05 0 0 1 1.07-1.148c.45-.297.97-.445 1.54-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.51.914h2.83c-.03-.422-.18-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm9.81-3.668V139h-1.49v-.996c-.17.32-.42.598-.75.832-.33.226-.71.34-1.15.34-.48 0-.92-.121-1.32-.364-.4-.242-.72-.593-.96-1.054-.25-.461-.37-1.02-.37-1.676 0-.656.12-1.219.37-1.687.25-.469.58-.829.99-1.079.42-.257.89-.386 1.4-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.98 3.833c-.31 0-.58.082-.81.246-.22.156-.39.363-.51.621-.13.25-.19.523-.19.82 0 .445.13.824.4 1.137.27.312.63.469 1.08.469.26 0 .51-.071.73-.211.24-.141.43-.336.57-.586.14-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Z"}),d.createElement("rect",{width:93,height:23,x:1072.5,y:321.5,fill:"#FFF2F3",rx:3.5}),d.createElement("rect",{width:93,height:23,x:1072.5,y:321.5,stroke:"#FEB0B7",rx:3.5}),d.createElement("g",{clipPath:"url(#clip6_20382_240644)"},d.createElement("path",{fill:"#D93644",d:"M1088 325.5c-4.14 0-7.5 3.36-7.5 7.5 0 4.14 3.36 7.5 7.5 7.5 4.14 0 7.5-3.36 7.5-7.5 0-4.14-3.36-7.5-7.5-7.5Zm0 8.25a.754.754 0 0 1-.75-.75v-3c0-.413.34-.75.75-.75s.75.337.75.75v3c0 .413-.34.75-.75.75Zm.75 3h-1.5v-1.5h1.5v1.5Z"})),d.createElement("path",{fill:"#D11525",d:"M1104.36 328.996c.45 0 .87.063 1.24.188.38.125.69.269.95.433v1.606a8.873 8.873 0 0 0-.9-.481 2.59 2.59 0 0 0-1.09-.222c-.2 0-.41.031-.61.093-.2.063-.36.157-.49.282a.633.633 0 0 0-.19.48c0 .258.11.453.34.586.23.133.5.266.83.398l.96.399c.55.234.95.519 1.21.855.26.336.39.719.39 1.149 0 .468-.14.883-.41 1.242-.27.351-.63.629-1.08.832a3.56 3.56 0 0 1-1.49.305c-.46 0-.9-.079-1.32-.235a4.597 4.597 0 0 1-1.11-.574v-1.605c.35.25.73.461 1.14.632.41.172.86.258 1.32.258.33 0 .61-.062.85-.187.23-.133.35-.328.35-.586 0-.203-.1-.367-.29-.492-.19-.133-.4-.243-.62-.329l-1.21-.468c-.61-.235-1.02-.539-1.24-.914a2.593 2.593 0 0 1-.32-1.266c0-.477.13-.891.39-1.242.26-.36.61-.637 1.03-.832.42-.203.88-.305 1.37-.305Zm6.71 1.934c.44 0 .8.07 1.08.211.28.14.51.277.67.41v1.371c-.2-.149-.43-.274-.69-.375-.25-.102-.56-.152-.93-.152-.29 0-.57.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.16.883.47 1.196.31.312.71.468 1.18.468.37 0 .68-.046.93-.14.26-.102.49-.227.69-.375v1.359c-.16.141-.39.277-.67.41-.28.125-.64.188-1.08.188-.6 0-1.13-.141-1.6-.422a3.237 3.237 0 0 1-1.1-1.137 3.08 3.08 0 0 1-.4-1.547c0-.414.07-.808.22-1.183.16-.375.38-.707.66-.996.28-.297.61-.532.98-.703.38-.172.8-.258 1.24-.258Zm6.36 0c.6 0 1.1.203 1.51.609.4.406.61 1.016.61 1.828V337h-1.49l-.01-3.434c0-.398-.1-.695-.3-.89-.18-.196-.45-.293-.78-.293-.27 0-.52.086-.75.258-.23.171-.42.375-.59.609V337h-1.49v-8.438h1.49v3.364c.18-.242.42-.469.73-.68.31-.211.67-.316 1.07-.316Zm6.42 0c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.36 0-.67.114-.92.34-.25.227-.43.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm9.81-3.668V337h-1.49v-.996c-.17.32-.42.598-.75.832-.33.226-.71.34-1.15.34-.47 0-.91-.121-1.32-.364-.4-.242-.72-.593-.96-1.054-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.98 3.833c-.31 0-.58.082-.8.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.27.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Zm10.04-1.313v3.527c0 .524-.12.977-.36 1.36-.23.375-.55.664-.96.867-.4.203-.85.305-1.36.305-.51 0-.97-.102-1.38-.305-.4-.203-.71-.492-.95-.867a2.687 2.687 0 0 1-.34-1.36v-3.527h1.5l.01 3.258c0 .461.11.805.32 1.031.21.227.49.34.84.34s.62-.113.84-.34c.21-.226.32-.57.32-1.031v-3.258h1.52Zm3.18-2.52V337h-1.48v-8.438h1.48Zm4.41 2.368c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.04 1.3c-.36 0-.67.114-.92.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm9.81-3.668V337h-1.49v-.996c-.17.32-.42.598-.75.832-.32.226-.71.34-1.14.34-.48 0-.92-.121-1.33-.364-.4-.242-.72-.593-.96-1.054-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.61.348.82.598v-3.188h1.49Zm-2.97 3.833c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.64.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527c-.24-.133-.5-.199-.79-.199Z"}),d.createElement("rect",{width:93,height:23,x:1255.5,y:276.5,fill:"#F4FAEB",rx:3.5}),d.createElement("rect",{width:93,height:23,x:1255.5,y:276.5,stroke:"#B0D182",rx:3.5}),d.createElement("g",{clipPath:"url(#clip7_20382_240644)"},d.createElement("path",{fill:"#68A611",d:"m1275.25 291.128-2.6-2.603a.75.75 0 0 0-1.06 0 .752.752 0 0 0 0 1.058l3.13 3.135a.75.75 0 0 0 1.06 0l7.94-7.935a.752.752 0 0 0 0-1.058.75.75 0 0 0-1.06 0l-7.41 7.403Z"})),d.createElement("path",{fill:"#3B6600",d:"m1295.21 284.09 3.66 7.91h-1.91l-.6-1.465h-3.11l-.59 1.465h-1.91l3.65-7.91h.81Zm-.4 2.66-.98 2.402h1.97l-.99-2.402Zm8.48-.82c.46 0 .9.121 1.3.363.4.234.73.582.97 1.043.25.453.37 1.008.37 1.664 0 .656-.12 1.223-.37 1.699-.24.477-.58.844-1 1.102-.41.25-.87.375-1.38.375-.33 0-.66-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.32-.227.71-.34 1.15-.34Zm-.38 1.488c-.27 0-.52.07-.75.211-.23.133-.43.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.43.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.4-.375.53-.633.12-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm7.83-1.488c.47 0 .9.121 1.3.363.41.234.73.582.97 1.043.25.453.38 1.008.38 1.664 0 .656-.13 1.223-.38 1.699-.24.477-.57.844-.99 1.102-.42.25-.88.375-1.39.375-.33 0-.65-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.33-.227.71-.34 1.15-.34Zm-.38 1.488c-.26 0-.51.07-.75.211-.23.133-.42.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.44.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.41-.375.53-.633.13-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm5.93-3.856V292h-1.49v-8.438h1.49Zm3.06-.562c.28 0 .53.102.73.305a.974.974 0 0 1 0 1.406.997.997 0 0 1-.73.305 1.014 1.014 0 0 1-1.02-1.008c0-.274.1-.508.29-.703.21-.203.45-.305.73-.305Zm.87 3.082V292h-1.49v-4.652h-.95v-1.266h2.44Zm4.46-.152c.58 0 1.08.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.28.719.59.961.31.242.69.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.84.504-.37.164-.78.246-1.22.246-.59 0-1.12-.133-1.61-.399a3.094 3.094 0 0 1-1.14-1.089c-.29-.461-.43-.989-.43-1.583 0-.578.13-1.105.39-1.582a3.05 3.05 0 0 1 1.07-1.148c.45-.297.97-.445 1.54-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.51.914h2.83c-.03-.422-.18-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm9.81-3.668V292h-1.49v-.996c-.17.32-.42.598-.75.832-.33.226-.71.34-1.15.34-.48 0-.92-.121-1.32-.364-.4-.242-.72-.593-.96-1.054-.25-.461-.37-1.02-.37-1.676 0-.656.12-1.219.37-1.687.25-.469.58-.829.99-1.079.42-.257.89-.386 1.4-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.98 3.833c-.31 0-.58.082-.81.246-.22.156-.39.363-.51.621-.13.25-.19.523-.19.82 0 .445.13.824.4 1.137.27.312.63.469 1.08.469.26 0 .51-.071.73-.211.24-.141.43-.336.57-.586.14-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Z"}),d.createElement("rect",{width:93,height:23,x:1072.5,y:281.5,fill:"#F4FAEB",rx:3.5}),d.createElement("rect",{width:93,height:23,x:1072.5,y:281.5,stroke:"#B0D182",rx:3.5}),d.createElement("g",{clipPath:"url(#clip8_20382_240644)"},d.createElement("path",{fill:"#68A611",d:"m1092.25 296.128-2.6-2.603a.75.75 0 0 0-1.06 0 .752.752 0 0 0 0 1.058l3.13 3.135a.75.75 0 0 0 1.06 0l7.94-7.935a.752.752 0 0 0 0-1.058.75.75 0 0 0-1.06 0l-7.41 7.403Z"})),d.createElement("path",{fill:"#3B6600",d:"m1112.21 289.09 3.66 7.91h-1.91l-.6-1.465h-3.11l-.59 1.465h-1.91l3.65-7.91h.81Zm-.4 2.66-.98 2.402h1.97l-.99-2.402Zm8.48-.82c.46 0 .9.121 1.3.363.4.234.73.582.97 1.043.25.453.37 1.008.37 1.664 0 .656-.12 1.223-.37 1.699-.24.477-.58.844-1 1.102-.41.25-.87.375-1.38.375-.33 0-.66-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.32-.227.71-.34 1.15-.34Zm-.38 1.488c-.27 0-.52.07-.75.211-.23.133-.43.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.43.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.4-.375.53-.633.12-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm7.83-1.488c.47 0 .9.121 1.3.363.41.234.73.582.97 1.043.25.453.38 1.008.38 1.664 0 .656-.13 1.223-.38 1.699-.24.477-.57.844-.99 1.102-.42.25-.88.375-1.39.375-.33 0-.65-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.33-.227.71-.34 1.15-.34Zm-.38 1.488c-.26 0-.51.07-.75.211-.23.133-.42.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.44.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.41-.375.53-.633.13-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm5.93-3.856V297h-1.49v-8.438h1.49Zm3.06-.562c.28 0 .53.102.73.305a.974.974 0 0 1 0 1.406.997.997 0 0 1-.73.305 1.014 1.014 0 0 1-1.02-1.008c0-.274.1-.508.29-.703.21-.203.45-.305.73-.305Zm.87 3.082V297h-1.49v-4.652h-.95v-1.266h2.44Zm4.46-.152c.58 0 1.08.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.28.719.59.961.31.242.69.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.84.504-.37.164-.78.246-1.22.246-.59 0-1.12-.133-1.61-.399a3.094 3.094 0 0 1-1.14-1.089c-.29-.461-.43-.989-.43-1.583 0-.578.13-1.105.39-1.582a3.05 3.05 0 0 1 1.07-1.148c.45-.297.97-.445 1.54-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.51.914h2.83c-.03-.422-.18-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm9.81-3.668V297h-1.49v-.996c-.17.32-.42.598-.75.832-.33.226-.71.34-1.15.34-.48 0-.92-.121-1.32-.364-.4-.242-.72-.593-.96-1.054-.25-.461-.37-1.02-.37-1.676 0-.656.12-1.219.37-1.687.25-.469.58-.829.99-1.079.42-.257.89-.386 1.4-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.98 3.833c-.31 0-.58.082-.81.246-.22.156-.39.363-.51.621-.13.25-.19.523-.19.82 0 .445.13.824.4 1.137.27.312.63.469 1.08.469.26 0 .51-.071.73-.211.24-.141.43-.336.57-.586.14-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Z"}),d.createElement("path",{fill:"black",fillOpacity:.87,d:"M43.871 36.621c.95 0 1.725.13 2.324.39a5.6 5.6 0 0 1 1.602 1.016v1.934a37.032 37.032 0 0 0-.977-.684 5.618 5.618 0 0 0-1.25-.644c-.468-.196-1.035-.293-1.699-.293-.977 0-1.849.221-2.617.664a4.824 4.824 0 0 0-1.816 1.836c-.443.768-.665 1.64-.665 2.617 0 .977.222 1.849.664 2.617a5.013 5.013 0 0 0 1.817 1.836c.768.443 1.64.664 2.617.664 1.003 0 1.856-.163 2.559-.488.716-.339 1.302-.684 1.758-1.035v1.758c-.456.403-1.055.755-1.797 1.054-.73.287-1.57.43-2.52.43-.99 0-1.9-.176-2.734-.527a7.07 7.07 0 0 1-2.188-1.485 6.855 6.855 0 0 1-1.465-2.168 6.989 6.989 0 0 1-.507-2.656c0-.938.169-1.816.507-2.637a6.797 6.797 0 0 1 1.465-2.187 6.797 6.797 0 0 1 2.188-1.465c.833-.365 1.745-.547 2.734-.547ZM55.61 40.04c.664 0 1.27.15 1.817.45.547.286.983.728 1.308 1.327.326.586.489 1.328.489 2.227V50H57.62l-.02-5.8c0-.847-.188-1.492-.566-1.934-.364-.443-.93-.664-1.7-.664-.52 0-1.04.195-1.562.586-.507.377-.957.82-1.347 1.328V50h-1.602V35.937h1.602v5.84c.208-.26.475-.52.8-.78.326-.274.69-.502 1.094-.684a3.185 3.185 0 0 1 1.29-.274Zm10.664 0c.56 0 1.127.137 1.7.41a4.35 4.35 0 0 1 1.504 1.094v-1.309h1.601V50h-1.601v-1.66c-.339.52-.801.976-1.387 1.367-.573.39-1.23.586-1.973.586a4.338 4.338 0 0 1-2.285-.625 4.75 4.75 0 0 1-1.66-1.777c-.404-.756-.606-1.628-.606-2.618 0-1.08.202-2.011.606-2.793.417-.78.983-1.38 1.7-1.796.715-.43 1.516-.645 2.401-.645Zm.293 1.563c-.703 0-1.302.175-1.797.527a3.568 3.568 0 0 0-1.152 1.367 4.08 4.08 0 0 0-.39 1.777c0 .625.13 1.205.39 1.739.26.52.625.937 1.094 1.25.482.312 1.035.468 1.66.468.6 0 1.133-.156 1.602-.468.468-.313.84-.742 1.113-1.29.273-.56.404-1.184.39-1.874l-.019-1.875c-.404-.508-.84-.905-1.309-1.192-.455-.286-.983-.43-1.582-.43ZM76 40.234v1.543c.208-.26.475-.52.8-.78.326-.274.69-.502 1.094-.684a3.185 3.185 0 0 1 1.29-.274c.664 0 1.27.15 1.816.45.547.286.983.728 1.309 1.327.325.586.488 1.328.488 2.227V50h-1.602l-.02-5.8c0-.847-.188-1.492-.566-1.934-.364-.443-.93-.664-1.699-.664-.52 0-1.041.195-1.562.586A6.85 6.85 0 0 0 76 43.516V50h-1.602v-9.766H76Zm13.848-.195c.56 0 1.126.137 1.699.41a4.35 4.35 0 0 1 1.504 1.094v-1.309h1.601v9.57c0 1.16-.234 2.123-.703 2.891a4.414 4.414 0 0 1-1.875 1.72 5.801 5.801 0 0 1-2.558.566c-.6 0-1.114-.072-1.543-.215-.417-.13-.775-.3-1.075-.508-.299-.196-.572-.384-.82-.567v-1.718c.195.143.45.325.762.547.325.234.71.442 1.152.624.456.183.964.274 1.524.274.638 0 1.224-.117 1.757-.352.534-.234.964-.579 1.29-1.035.325-.456.488-1.002.488-1.64V48.34c-.339.52-.801.976-1.387 1.367-.573.39-1.23.586-1.973.586a4.338 4.338 0 0 1-2.285-.625 4.75 4.75 0 0 1-1.66-1.777c-.404-.756-.605-1.628-.605-2.618 0-1.08.201-2.011.605-2.793.417-.78.983-1.38 1.7-1.796.716-.43 1.516-.645 2.402-.645Zm.293 1.582c-.704 0-1.303.176-1.797.527a3.417 3.417 0 0 0-1.153 1.348 4.08 4.08 0 0 0-.39 1.777c0 .625.13 1.198.39 1.72.26.52.625.937 1.094 1.25.482.312 1.035.468 1.66.468.6 0 1.133-.156 1.602-.469.469-.312.84-.742 1.113-1.289.274-.547.404-1.165.39-1.855l-.019-1.875c-.403-.508-.84-.899-1.308-1.172-.456-.287-.983-.43-1.582-.43Zm11.855-1.582c1.003 0 1.836.208 2.5.625a3.835 3.835 0 0 1 1.484 1.7c.339.715.508 1.523.508 2.421v.957h-7.5c.078.547.267 1.048.567 1.504.3.456.69.82 1.172 1.094.481.26 1.035.39 1.66.39.703 0 1.36-.175 1.972-.527a7.412 7.412 0 0 0 1.543-1.191l-.019 1.738c-.182.221-.456.456-.821.703-.351.234-.761.43-1.23.586-.456.17-.937.254-1.445.254-.99 0-1.869-.234-2.637-.703a5.166 5.166 0 0 1-1.816-1.856 5.222 5.222 0 0 1-.645-2.558c0-.925.202-1.778.605-2.559a4.927 4.927 0 0 1 1.66-1.875c.717-.469 1.531-.703 2.442-.703Zm0 1.563c-.807 0-1.471.273-1.992.82a3.584 3.584 0 0 0-.977 1.953h5.879c-.065-.638-.247-1.159-.547-1.563a2.677 2.677 0 0 0-1.054-.898 2.89 2.89 0 0 0-1.309-.312Zm14.59-1.368v1.953c.378-.65.833-1.171 1.367-1.562.534-.39 1.081-.586 1.641-.586.377 0 .716.065 1.015.195v1.856c-.416-.248-.833-.371-1.25-.371-.664 0-1.204.234-1.621.703a10.283 10.283 0 0 0-1.152 1.68V50h-1.602v-9.766h1.602Zm10.098-.195c1.002 0 1.836.208 2.5.625a3.84 3.84 0 0 1 1.484 1.7c.339.715.508 1.523.508 2.421v.957h-7.5c.078.547.267 1.048.566 1.504.3.456.69.82 1.172 1.094.482.26 1.035.39 1.66.39.703 0 1.361-.175 1.973-.527a7.439 7.439 0 0 0 1.543-1.191l-.02 1.738c-.182.221-.455.456-.82.703-.352.234-.762.43-1.23.586-.456.17-.938.254-1.446.254-.989 0-1.868-.234-2.636-.703a5.163 5.163 0 0 1-1.817-1.856 5.218 5.218 0 0 1-.644-2.558c0-.925.201-1.778.605-2.559a4.93 4.93 0 0 1 1.66-1.875c.716-.469 1.53-.703 2.442-.703Zm0 1.563c-.808 0-1.472.273-1.993.82a3.587 3.587 0 0 0-.976 1.953h5.879c-.065-.638-.248-1.159-.547-1.563a2.68 2.68 0 0 0-1.055-.898 2.886 2.886 0 0 0-1.308-.312Zm11.152-1.563c.56 0 1.126.137 1.699.41.586.26 1.087.625 1.504 1.094v-1.309h1.602v14.453h-1.602V48.34c-.338.52-.801.976-1.387 1.367-.573.39-1.23.586-1.972.586a4.335 4.335 0 0 1-2.285-.625 4.748 4.748 0 0 1-1.661-1.777c-.403-.756-.605-1.628-.605-2.618 0-1.08.202-2.011.605-2.793.417-.78.983-1.38 1.7-1.796.716-.43 1.517-.645 2.402-.645Zm.293 1.582c-.703 0-1.302.176-1.797.527a3.41 3.41 0 0 0-1.152 1.348 4.073 4.073 0 0 0-.391 1.777c0 .625.13 1.198.391 1.72.26.52.625.937 1.093 1.25.482.312 1.036.468 1.661.468a2.82 2.82 0 0 0 1.601-.469c.469-.312.84-.742 1.113-1.289.274-.547.404-1.165.391-1.855l-.019-1.875c-.404-.508-.84-.899-1.309-1.172-.456-.287-.983-.43-1.582-.43Zm15.82-1.387v5.782c0 .859-.182 1.601-.547 2.226a3.765 3.765 0 0 1-1.484 1.446c-.625.338-1.328.507-2.109.507-.782 0-1.485-.169-2.11-.508a3.765 3.765 0 0 1-1.484-1.445c-.365-.625-.547-1.367-.547-2.226v-5.782h1.66v5.782c0 .846.248 1.497.742 1.953a2.573 2.573 0 0 0 1.739.664c.651 0 1.224-.222 1.718-.664.508-.456.762-1.107.762-1.953v-5.782h1.66ZM161 40.04c1.003 0 1.836.208 2.5.625a3.835 3.835 0 0 1 1.484 1.7c.339.715.508 1.523.508 2.421v.957h-7.5c.078.547.267 1.048.567 1.504.299.456.69.82 1.171 1.094.482.26 1.036.39 1.661.39.703 0 1.36-.175 1.972-.527a7.412 7.412 0 0 0 1.543-1.191l-.019 1.738c-.183.221-.456.456-.821.703-.351.234-.761.43-1.23.586-.456.17-.938.254-1.445.254-.99 0-1.869-.234-2.637-.703a5.16 5.16 0 0 1-1.816-1.856 5.22 5.22 0 0 1-.645-2.558c0-.925.202-1.778.605-2.559a4.924 4.924 0 0 1 1.661-1.875c.716-.469 1.53-.703 2.441-.703Zm0 1.563c-.807 0-1.471.273-1.992.82a3.582 3.582 0 0 0-.977 1.953h5.879c-.065-.638-.247-1.159-.547-1.563a2.677 2.677 0 0 0-1.054-.898 2.89 2.89 0 0 0-1.309-.312Zm10.039-1.563c.573 0 1.107.085 1.602.254.494.156.852.319 1.074.488V42.5c-.274-.208-.645-.41-1.113-.605a3.728 3.728 0 0 0-1.446-.293c-.612 0-1.074.143-1.386.43-.3.286-.45.585-.45.898 0 .247.085.501.254.761.183.248.495.45.938.606l1.64.586c.638.221 1.114.54 1.426.957.313.416.469.905.469 1.465 0 .547-.156 1.048-.469 1.504-.299.455-.723.82-1.269 1.093-.534.26-1.153.391-1.856.391a4.91 4.91 0 0 1-1.191-.156 7.217 7.217 0 0 1-1.094-.332 5.066 5.066 0 0 1-.723-.371v-1.72c.183.131.437.28.762.45a8.82 8.82 0 0 0 1.074.41c.378.104.729.157 1.055.157.612 0 1.094-.137 1.445-.41.365-.274.547-.613.547-1.016a.874.874 0 0 0-.371-.742c-.234-.183-.579-.359-1.035-.528l-1.445-.527c-.756-.287-1.257-.645-1.504-1.074a3.023 3.023 0 0 1-.371-1.504c0-.834.312-1.524.937-2.07.625-.547 1.458-.82 2.5-.82Zm8.145-2.617v2.812h2.851v1.504h-2.851v5.723c0 .404.104.723.312.957.208.234.527.352.957.352.391 0 .716-.046.977-.137.26-.104.488-.215.683-.332v1.308c-.26.209-.54.371-.84.489-.286.13-.677.195-1.171.195-.834 0-1.465-.247-1.895-.742-.417-.508-.625-1.179-.625-2.012v-5.8h-1.875v-.47c.638-.286 1.172-.755 1.602-1.406.429-.664.807-1.478 1.132-2.441h.743Zm16.679 2.812v1.504h-2.851V50h-1.602v-8.262h-1.543v-1.504h1.543v-1.25c0-.768.15-1.393.449-1.875.3-.494.684-.859 1.153-1.093a3.023 3.023 0 0 1 1.426-.371c.664 0 1.204.175 1.621.527v1.406a2.507 2.507 0 0 0-.704-.312 2.524 2.524 0 0 0-.82-.098c-.482.013-.859.17-1.133.469-.26.286-.39.794-.39 1.523v1.074h2.851Zm3.731-4.297V50h-1.602V35.937h1.602Zm7.734 4.102c.99 0 1.869.234 2.637.703a4.97 4.97 0 0 1 1.797 1.875c.442.781.664 1.634.664 2.559 0 .924-.222 1.777-.664 2.558a5.014 5.014 0 0 1-1.797 1.856c-.768.469-1.647.703-2.637.703-.989 0-1.868-.234-2.637-.703a5.169 5.169 0 0 1-1.816-1.856 5.22 5.22 0 0 1-.645-2.558c0-.925.215-1.778.645-2.559a5.121 5.121 0 0 1 1.816-1.875c.769-.469 1.648-.703 2.637-.703Zm0 1.563c-.69 0-1.295.169-1.816.507a3.343 3.343 0 0 0-1.211 1.309 3.792 3.792 0 0 0-.41 1.758c0 .625.136 1.21.41 1.758.286.533.69.97 1.211 1.308.521.326 1.126.489 1.816.489.703 0 1.309-.163 1.817-.489a3.39 3.39 0 0 0 1.191-1.308c.286-.547.43-1.133.43-1.758 0-.638-.144-1.224-.43-1.758a3.215 3.215 0 0 0-1.191-1.309c-.508-.338-1.114-.507-1.817-.507Zm20.547-1.368L224.457 50h-.996l-2.676-6.895L218.109 50h-.996l-3.418-9.766h1.914l2.168 6.856 2.559-6.856h.898l2.559 6.856 2.168-6.856h1.914Z"}),d.createElement("path",{fill:"#1A4049",d:"M1270.68 488c7 0 12.67-5.82 12.67-13s-5.67-13-12.67-13-12.68 5.82-12.68 13 5.68 13 12.68 13Z"}),d.createElement("path",{fill:"white",d:"M1268.87 469.429h-3.63v11.143h10.87v-11.143h-3.62v7.428h-3.62v-7.428Z"}),d.createElement("path",{fill:"#817AFE",d:"M1272.49 476.857h3.62v3.715h-3.62v-3.715Z"}),d.createElement("path",{fill:"#1A4049",d:"M1290.6 476.815v-4.484h1.99v4.263c0 1.252.66 2.075 1.89 2.075s1.88-.823 1.88-2.075v-4.263h2.01v4.484c0 2.156-1.42 3.709-3.86 3.709-2.49 0-3.91-1.553-3.91-3.709Zm11.76 3.533h-1.98v-8.017h1.98v1.347a2.978 2.978 0 0 1 2.61-1.531c1.98 0 3.29 1.475 3.29 3.518v4.683h-2.01v-4.278c0-1.267-.73-2.108-1.91-2.108-1.19 0-1.98.851-1.98 2.108v4.278Zm7.94-11.662h1.99v11.662h-1.99v-11.662Zm12.01 7.767v.221h-6.26c.08 1.252.98 2.211 2.29 2.211 1.26 0 1.77-.649 1.91-.871h1.97c-.13.824-1.2 2.552-3.88 2.552-2.56 0-4.29-1.805-4.29-4.214 0-2.488 1.72-4.215 4.13-4.215 2.42 0 4.13 1.7 4.13 4.316Zm-6.2-1.174h4.11c-.29-1.021-1.03-1.584-2.04-1.584-1.07-.001-1.82.586-2.07 1.582v.002Zm10.64.046h2.58c0-.966-.71-1.584-1.88-1.584-1.11 0-1.51.602-1.64.808h-2c.16-.84 1.15-2.424 3.64-2.424 2.45 0 3.8 1.3 3.8 3.2v2.71c0 .492.17.68.62.73v1.631h-.62c-1.01-.015-1.62-.396-1.84-1.109-.37.587-1.21 1.237-2.55 1.237-1.85 0-3.26-1.062-3.26-2.71 0-1.649 1.2-2.489 3.15-2.489Zm2.58 2.06v-.68h-2.26c-.93 0-1.5.34-1.5 1.076 0 .778.72 1.237 1.71 1.237 1.12 0 2.05-.554 2.05-1.633Zm6.67-.316c-1.73-.126-2.9-.951-2.9-2.504 0-1.506 1.36-2.457 3.47-2.457 2.85 0 3.65 1.49 3.87 2.266h-2.11c-.14-.17-.59-.728-1.77-.728-.95 0-1.45.316-1.45.808 0 .444.34.73 1.12.84l1.34.143c2.13.189 3.01 1.021 3.01 2.598 0 1.505-1.23 2.536-3.65 2.536-2.92 0-3.87-1.728-4.03-2.471h2.13c.08.188.56.903 1.9.903 1.11 0 1.62-.381 1.62-.888s-.28-.793-1.17-.903c-.56-.048-.84-.079-1.38-.143Zm8.1 3.279h-1.98v-11.662h1.98v4.992a2.978 2.978 0 0 1 2.61-1.531c1.98 0 3.29 1.475 3.29 3.518v4.683h-2.01v-4.278c0-1.267-.73-2.108-1.91-2.108-1.19 0-1.98.851-1.98 2.108v4.278Z"}),d.createElement("mask",{id:"mask0_20382_240644",width:16,height:16,x:887,y:326,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},d.createElement("path",{fill:"#D9D9D9",d:"M887 326h16v16h-16z"})),d.createElement("g",{mask:"url(#mask0_20382_240644)"},d.createElement("path",{fill:"#202021",d:"m894.667 333.668-5.334-3.149v6.298h6v1.259h-6a1.32 1.32 0 0 1-.941-.37 1.18 1.18 0 0 1-.392-.889v-7.557c0-.347.131-.643.392-.89a1.32 1.32 0 0 1 .941-.37H900c.367 0 .681.123.942.37.261.247.391.543.391.89v4.408H900v-3.149l-5.333 3.149Zm0-1.26L900 329.26h-10.667l5.334 3.148Zm4.666 7.558-.933-.882 1.05-1.008h-2.783v-1.259h2.783l-1.067-1.008.95-.882 2.667 2.519-2.667 2.52Zm-10-9.447v6.927-3.778.047-4.455 1.259Z"})),d.createElement("defs",null,d.createElement("clipPath",{id:"clip0_20382_240644"},d.createElement("path",{fill:"white",d:"M553 203h18v18h-18z"})),d.createElement("clipPath",{id:"clip1_20382_240644"},d.createElement("path",{fill:"white",d:"M746.5 128h18v18h-18z"})),d.createElement("clipPath",{id:"clip2_20382_240644"},d.createElement("path",{fill:"white",d:"M740 204h18v18h-18z"})),d.createElement("clipPath",{id:"clip3_20382_240644"},d.createElement("path",{fill:"white",d:"M971.5 171.707h18v18h-18z"})),d.createElement("clipPath",{id:"clip4_20382_240644"},d.createElement("path",{fill:"white",d:"M1262.5 324.707h18v18h-18z"})),d.createElement("clipPath",{id:"clip5_20382_240644"},d.createElement("path",{fill:"white",d:"M977.5 126h18v18h-18z"})),d.createElement("clipPath",{id:"clip6_20382_240644"},d.createElement("path",{fill:"white",d:"M1079 324h18v18h-18z"})),d.createElement("clipPath",{id:"clip7_20382_240644"},d.createElement("path",{fill:"white",d:"M1268.5 279h18v18h-18z"})),d.createElement("clipPath",{id:"clip8_20382_240644"},d.createElement("path",{fill:"white",d:"M1085.5 284h18v18h-18z"})))),yt=()=>{const e=d.useRef(null),a=m1(),n=V1(a.breakpoints.down("md")),[c,s]=d.useState(!1),i="change-request-process-description";return t.jsxs(t.Fragment,{children:[t.jsx(D,{condition:!n,show:t.jsxs(T,{variant:"body2",children:["Show change request process"," "]})}),t.jsx(x1,{title:"Change request process",ref:e,onClick:()=>s(!0),children:t.jsx(e7,{})}),t.jsx(V2,{open:c,anchorEl:e.current,anchorOrigin:{vertical:"bottom",horizontal:"right"},transformOrigin:{vertical:"top",horizontal:"right"},onClose:()=>s(!1),children:t.jsxs(S,{sx:{p:{xs:2,md:4},maxWidth:920},id:i,children:[t.jsx(T,{variant:"h3",children:"Change request process:"}),t.jsx(T,{variant:"body2",children:t.jsxs("ol",{children:[t.jsx("li",{children:"When changes are detected they are added to a draft."}),t.jsxs("li",{children:["The user can submit the changes for review or discard them.",t.jsx("ul",{children:t.jsx("li",{children:"Once submitted, the changes are visible to everyone."})})]}),t.jsxs("li",{children:["A user with the"," ",t.jsx("strong",{children:"“Review change request”"})," ","permission can approve or reject the changes.",t.jsxs("ul",{children:[t.jsx("li",{children:"The user who created the change request can cancel it at this stage."}),t.jsx("li",{children:"Rejecting or canceling the changes will close the change request."})]})]}),t.jsxs(t.Fragment,{children:[t.jsxs("li",{children:["Once approved, a user with the"," ",t.jsx("strong",{children:"“Apply/Reject change request”"})," ","permission can apply, schedule, or reject the changes.",t.jsxs("ul",{children:[t.jsx("li",{children:"If applied, the changes will take effect and the change request will be closed."}),t.jsx("li",{children:"If scheduled, Unleash will attempt to apply the changes at the scheduled date and time."}),t.jsx("li",{children:"The user who created the change request can cancel the changes up until they are applied or scheduled."})]})]}),t.jsxs("li",{children:["A user with the"," ",t.jsx("strong",{children:"“Apply/Reject change request”"})," ","permission can reschedule, reject, or immediately apply a scheduled change request.",t.jsxs("ul",{children:[t.jsx("li",{children:"If any of the flags or strategies in the change request are archived or deleted (outside of the change request), thus creating a conflict, Unleash will send an email out to the change request author and to the user who (last) scheduled the change request."}),t.jsx("li",{children:"If the scheduled changes contain any conflicts, Unleash will refuse to apply them."}),t.jsx("li",{children:"If the user who scheduled the changes is removed from this Unleash instance, the scheduled changes will also not be applied."})]})]})]})]})}),t.jsx(S,{sx:{mt:3},children:t.jsx(wg,{"aria-details":i,style:{maxWidth:"100%",height:"auto"}})})]})})]})},b6=l(S)(({theme:e})=>({padding:e.spacing(1),display:"flex",justifyContent:"center","& .MuiInputBase-input":{fontSize:e.fontSizes.smallBody}})),Zg=()=>{const{trackEvent:e}=u1(),{hasAccess:a}=d.useContext(S3),[n,c]=d.useState({isOpen:!1,enableEnvironment:"",isEnabled:!1,requiredApprovals:1}),s=m1(),i=q("projectId"),{data:r,loading:o,refetchChangeRequestConfig:p}=J8(i),{updateChangeRequestEnvironmentConfig:h}=B2(),{setToastData:u,setToastApiError:v}=f1(),m=(Z,_,$)=>()=>{c({isOpen:!0,enableEnvironment:Z,isEnabled:_,requiredApprovals:$})},g=async()=>{n.enableEnvironment&&await f(),c(Z=>({...Z,isOpen:!1}))};async function f(Z){try{await h(Z||{project:i,environment:n.enableEnvironment,enabled:!n.isEnabled,requiredApprovals:n.requiredApprovals}),u({type:"success",text:"Change request status updated"}),await p()}catch(_){v(h1(_))}}const j=Array.from(Array(10).keys()).map(Z=>String(Z+1)).map(Z=>({key:Z,label:`${Z} ${Z==="1"?"approval":"approvals"}`,sx:{fontSize:s.fontSizes.smallBody}}));function b(Z,_){f({project:i,environment:Z.environment,enabled:Z.changeRequestEnabled,requiredApprovals:Number(_)})}const x=d.useMemo(()=>[{Header:"Environment",accessor:"environment",disableSortBy:!0},{Header:"Type",accessor:"type",disableGlobalFilter:!0,disableSortBy:!0},{Header:"Required approvals",Cell:({row:{original:Z}})=>Z.changeRequestEnabled?t.jsx(b6,{"data-loading":!0,children:t.jsx(i2,{sx:{width:"140px",marginLeft:1},options:j,value:Z.requiredApprovals||1,onChange:_=>{b(Z,_)},disabled:!a([Ne,y5],i),IconComponent:V8,fullWidth:!0})}):null,width:100,disableGlobalFilter:!0,disableSortBy:!0},{Header:"Status",accessor:"changeRequestEnabled",id:"changeRequestEnabled",align:"center",Cell:({value:Z,row:{original:_}})=>t.jsx(b6,{"data-loading":!0,children:t.jsx(X8,{checked:Z,projectId:i,permission:[Ne,y5],inputProps:{"aria-label":_.environment},onClick:m(_.environment,_.changeRequestEnabled,_.requiredApprovals)})}),width:100,disableGlobalFilter:!0,disableSortBy:!0}],[]),{getTableProps:C,getTableBodyProps:E,headerGroups:M,rows:k,prepareRow:L}=D1.useTable({columns:x,data:r,sortTypes:U2,autoResetGlobalFilter:!1,disableSortRemove:!0,defaultColumn:{Cell:S1}},D1.useGlobalFilter);return t.jsxs(w1,{header:t.jsx(g1,{titleElement:"Change request configuration",actions:t.jsx(yt,{})}),isLoading:o,children:[t.jsx(j1,{severity:"info",sx:{mb:3},children:"If change request is enabled for an environment, then any change in that environment needs to be approved before it will be applied"}),t.jsxs(q0,{...C(),children:[t.jsx(z0,{headerGroups:M}),t.jsx(U0,{...E(),children:k.map(Z=>{L(Z);const{key:_,...$}=Z.getRowProps();return t.jsx(W0,{hover:!0,...$,children:Z.cells.map(F=>{const{key:R,...N}=F.getCellProps();return t.jsx(H0,{...N,children:F.render("Cell")},R)})},_)})})]}),t.jsxs(X1,{onClick:()=>{e("change_request",{props:{eventType:`change request ${n.isEnabled?"disabled":"enabled"}`}}),g()},open:n.isOpen,onClose:()=>c(Z=>({...Z,isOpen:!1})),primaryButtonText:n.isEnabled?"Disable":"Enable",secondaryButtonText:"Cancel",title:`${n.isEnabled?"Disable":"Enable"} change requests`,children:[t.jsxs(T,{sx:{mb:1},children:["You are about to"," ",n.isEnabled?"disable":"enable"," “Change request”",t.jsx(D,{condition:!!n.enableEnvironment,show:t.jsxs(t.Fragment,{children:[" ","for"," ",t.jsx("strong",{children:n.enableEnvironment})]})}),"."]}),t.jsx(D,{condition:!n.isEnabled,show:t.jsx(T,{variant:"body2",color:"text.secondary",children:"To enable change requests for an environment, you need to ensure that your Unleash Admin has created the necessary custom project roles in your Unleash instance. This will allow you to assign project members from the project access page."})})]})]})},kg=()=>{const e=q("projectId"),a=i3(e),{hasAccess:n}=d.useContext(S3),{isOss:c,isPro:s}=r1();return t3(`Project change request configuration – ${a}`),c()||s()?t.jsx(w1,{header:t.jsx(g1,{titleElement:"Change request configuration",actions:t.jsx(yt,{})}),sx:{justifyContent:"center"},children:t.jsx(W2,{feature:"change-requests"})}):n([M1,Y9],e)?t.jsx(Zg,{}):t.jsx(w1,{header:t.jsx(g1,{title:"Change request configuration"}),children:t.jsx(j1,{severity:"error",children:'You need project owner permissions or a custom role with "view change request configuration" to access this section.'})})},S6="Create project API token",Tg=()=>{const e=q("projectId"),{setToastApiError:a}=f1(),{uiConfig:n}=r1(),c=U1(),[s,i]=d.useState(!1),[r,o]=d.useState(""),{getApiTokenPayload:p,tokenName:h,type:u,apiTokenTypes:v,environment:m,setTokenName:g,setTokenType:f,setEnvironment:j,isValid:b,errors:x,clearErrors:C}=fs(e),{createToken:E,loading:M}=L4(),{refetch:k}=M4(e),{trackEvent:L}=u1();t3(S6);const Z=`api/admin/projects/${e}/api-tokens`,_=F8,$=async H=>{if(H.preventDefault(),!!b())try{const I=p();await E(I,e).then(U=>U.json()).then(U=>{G9(),o(U.secret),i(!0),L("project_api_tokens",{props:{eventType:"api_key_created"}}),k()})}catch(I){a(h1(I))}},F=()=>{i(!1),c(K1)},R=()=>`curl --location --request POST '${n.unleashUrl}/${Z}' \\
|
|
15
|
+
--data-raw '${JSON.stringify(P,void 0,2)}'`,q=({key:S,...y},T,Y)=>{let G,J;return T.type===a1.GROUP?G=T.entity:J=T.entity,t.jsxs("li",{...y,children:[t.jsx(O2,{icon:t.jsx(se,{fontSize:"small"}),checkedIcon:t.jsx(ce,{fontSize:"small"}),style:{marginRight:8},checked:Y}),t.jsx(D,{condition:T.type===a1.GROUP,show:t.jsx("span",{children:t.jsxs(Xu,{children:[t.jsx("span",{children:G==null?void 0:G.name}),t.jsxs("span",{children:[G==null?void 0:G.userCount," users"]})]})}),elseShow:t.jsxs(em,{children:[t.jsx("span",{children:(J==null?void 0:J.name)||(J==null?void 0:J.username)}),t.jsx("span",{children:J!=null&&J.name&&(J!=null&&J.username)?J==null?void 0:J.username:J==null?void 0:J.email})]})})]},S)},E=B.length>0&&O.length>0,W=x(e0)||r.length===0||r.some(S=>S.name==="Owner");let _;W?_=i:_=i.filter(S=>r.some(y=>S.id===y.id));const F="small";return t.jsx(a3,{open:!0,onClose:()=>M(U1),label:`${b?"Edit":"Assign"} ${h} access`,children:t.jsx(A3,{loading:j,modal:!0,title:`${b?"Edit":"Assign"} ${h} access`,description:"Custom project roles allow you to fine-tune access rights and permissions within your projects.",documentationLink:"https://docs.getunleash.io/concepts/rbac#create-and-assign-a-custom-project-role",documentationLinkLabel:"Project access documentation",formatApiCode:z,children:t.jsxs(Ju,{onSubmit:I,children:[t.jsxs("div",{children:[t.jsxs(N5,{"data-testid":H9,children:["Select the ",h]}),t.jsx(W5,{children:t.jsx(x8,{"data-testid":q9,size:F,multiple:!0,openOnFocus:!0,limitTags:10,disableCloseOnSelect:!0,disabled:b,value:B,onChange:(S,y,T)=>{S.type==="keydown"&&S.key==="Backspace"&&T==="removeOption"||w(y)},options:k,groupBy:S=>S.type,renderOption:(S,y,{selected:T})=>q(S,y,T),getOptionLabel:H5,renderTags:(S,y)=>S.map((T,Y)=>l.createElement(b8,{...y({index:Y}),size:F,key:`${T.type}:${T.id}`,label:H5(T)})),filterOptions:(S,{inputValue:y})=>S.filter(T=>{if(T.type===a1.USER||T.type===a1.SERVICE_ACCOUNT){const Y=T.entity;return _3(y,Y.email)||_3(y,Y.name)||_3(y,Y.username)}return _3(y,T.entity.name)}),isOptionEqualToValue:(S,y)=>S.type===y.type&&S.entity.id===y.entity.id,renderInput:S=>t.jsx(G1,{...S,label:A0(h)})})}),t.jsx(N5,{children:"Select the role to assign for this project"}),t.jsx(W5,{children:t.jsx(Gu,{"data-testid":U9,roles:_,value:O,setValue:V})})]}),t.jsxs(Ku,{children:[t.jsx(Q,{"data-testid":Y9,type:"submit",variant:"contained",color:"primary",disabled:!E,children:b?"Save":`Assign ${h}`}),t.jsx(Qu,{onClick:()=>M(U1),children:"Cancel"})]})]})})})},He=()=>{var c,s;const{data:e,error:a,mutate:n}=P2(R1("api/admin/user-admin/access"),tm);return{users:(c=e==null?void 0:e.users)==null?void 0:c.filter(({accountType:i})=>!i||i==="User"),serviceAccounts:(s=e==null?void 0:e.users)==null?void 0:s.filter(({accountType:i})=>i==="Service Account"),groups:e==null?void 0:e.groups,loading:!a&&!e,refetch:()=>n(),error:a}},tm=e=>fetch(e).then(s3("Access")).then(a=>a.json()),am=e=>{const a=()=>{const c=R1(`api/admin/user/roles?projectId=${e}`);return fetch(c,{method:"GET"}).then(s3("User Project roles")).then(s=>s.json())},n=`api/admin/projects/${e}/roles`;return{fetcher:a,KEY:n}},qe=(e,a={})=>{const{KEY:n,fetcher:c}=am(e),{data:s,error:i,mutate:r}=P2(n,c,a),o=l.useCallback(()=>{r()},[r]);return{roles:(s==null?void 0:s.roles)||[],loading:!i&&!s,error:i,refetch:o}},nm=()=>{const e=U("projectId"),{roles:a}=qe(e),{access:n}=W2(e),{users:c,serviceAccounts:s,groups:i}=He();return!n||!c||!s||!i?null:t.jsx(We,{accesses:n.rows,users:c,serviceAccounts:s,groups:i,roles:n.roles,userRoles:a})},cm=()=>{const e=U("projectId"),a=U("userId"),{roles:n}=qe(e),{access:c}=W2(e),{users:s,serviceAccounts:i,groups:r}=He();if(!c||!s||!i||!r)return null;const o=c.rows.find(p=>p.entity.id===Number(a)&&p.type!==a1.GROUP);return t.jsx(We,{accesses:c.rows,selected:o,users:s,serviceAccounts:i,groups:r,roles:c.roles,userRoles:n})},sm=()=>{const e=U("projectId"),a=U("groupId"),{roles:n}=qe(e),{access:c}=W2(e),{users:s,serviceAccounts:i,groups:r}=He();if(!c||!s||!i||!r)return null;const o=c.rows.find(p=>p.entity.id===Number(a)&&p.type===a1.GROUP);return t.jsx(We,{accesses:c.rows,selected:o,users:s,serviceAccounts:i,groups:r,roles:c.roles,userRoles:n})},im={id:"added",desc:!0},{value:q5,setValue:rm}=J4("ProjectAccess:v1",im),om=d("div")(({theme:e})=>({display:"inline-flex",alignItems:"center",flexWrap:"wrap",marginLeft:e.spacing(1)})),lm=d(D0)(({theme:e})=>({marginRight:e.spacing(-3.5)})),dm=d(D0)(({theme:e})=>({outline:`${e.spacing(.25)} solid ${e.palette.background.paper}`})),pm=["imageUrl","role","added","lastLogin"],hm=["lastLogin","added"],um=()=>{const e=U("projectId"),{uiConfig:a}=d1(),{flags:n}=a,c=n.UG?"user / group":"user",s=B1(),i=S1(),r=Y1(i.breakpoints.down("md")),o=Y1(i.breakpoints.down("lg")),{setToastData:p}=b1(),{access:h,refetchProjectAccess:u}=W2(e),{removeUserAccess:g,removeGroupAccess:m}=E3(),[v,f]=l.useState(!1),[j,b]=l.useState(!1),[x,C]=l.useState(),A=y=>{var T;return y.length>1?`${y.length} roles`:((T=h==null?void 0:h.roles.find(({id:Y})=>Y===y[0]))==null?void 0:T.name)||""},M=l.useMemo(()=>[{Header:"Avatar",accessor:"imageUrl",Cell:({row:{original:y}})=>{var T;return t.jsxs(om,{children:[t.jsx(D,{condition:y.type===a1.GROUP,show:t.jsx(lm,{})}),t.jsx(dm,{user:y.entity,children:(T=y.entity.users)==null?void 0:T.length})]})},maxWidth:85,disableSortBy:!0},{id:"name",Header:"Name",accessor:y=>y.entity.name||"",Cell:({value:y,row:{original:T}})=>{var Y,G,J;return t.jsx(D,{condition:T.type===a1.GROUP,show:t.jsx(B2,{onClick:()=>{C(T),b(!0)},title:y,subtitle:`${(Y=T.entity.users)==null?void 0:Y.length} users`}),elseShow:t.jsx(I0,{value:y,subtitle:((G=T.entity)==null?void 0:G.email)||((J=T.entity)==null?void 0:J.username)})})},minWidth:100,searchable:!0},{id:"role",Header:"Role",accessor:y=>A(y.entity.roles),Cell:({value:y,row:{original:T}})=>t.jsx(i5,{value:y,roles:T.entity.roles}),maxWidth:175,filterName:"role"},{id:"added",Header:"Added",accessor:"entity.addedAt",Cell:l0,maxWidth:130},{id:"lastLogin",Header:"Last login",accessor:y=>y.type!==a1.GROUP?y.entity.seenAt||"":y.entity.users.map(({seenAt:Y})=>Y).sort().reverse()[0],Cell:l0,maxWidth:130},{id:"actions",Header:"Actions",disableSortBy:!0,align:"center",maxWidth:150,Cell:({row:{original:y}})=>t.jsxs(de,{children:[t.jsx(X3,{"data-testid":G9,component:l1,permission:[_1,Q0],projectId:e,to:`edit/${y.type===a1.GROUP?"group":"user"}/${y.entity.id}`,tooltipProps:{title:"Edit access"},children:t.jsx(p2,{})}),t.jsx(X3,{"data-testid":J9,permission:[_1,Q0],projectId:e,onClick:()=>{C(y),f(!0)},tooltipProps:{title:"Remove access"},children:t.jsx(B3,{})})]})},{accessor:y=>{var T;return y.type!==a1.GROUP&&((T=y.entity)==null?void 0:T.username)||""},Header:"Username",searchable:!0},{accessor:y=>{var T;return y.type!==a1.GROUP&&((T=y.entity)==null?void 0:T.email)||""},Header:"Email",searchable:!0}],[h,e]),[k,B]=k0(),[w]=l.useState(()=>({sortBy:[{id:k.get("sort")||q5.id,desc:k.has("order")?k.get("order")==="desc":q5.desc}],hiddenColumns:["Username","Email"],globalFilter:k.get("search")||""})),[O,V]=l.useState(w.globalFilter),{data:P,getSearchText:I,getSearchContext:z}=oe(M,O,(h==null?void 0:h.rows)??[]),{headerGroups:q,rows:E,prepareRow:W,setHiddenColumns:_,state:{sortBy:F}}=D1.useTable({columns:M,data:P,initialState:w,sortTypes:_2,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0,defaultColumn:{Cell:y1}},D1.useSortBy,D1.useFlexLayout);R0([{condition:r,columns:pm},{condition:o,columns:hm}],_,M),l.useEffect(()=>{const y={};y.sort=F[0].id,F[0].desc&&(y.order="desc"),O&&(y.search=O),B(y,{replace:!0}),rm({id:F[0].id,desc:F[0].desc||!1})},[F,O,B]);const S=async y=>{if(!y)return;const{id:T}=y.entity;let Y=y.entity.name;if(y.type!==a1.GROUP){const G=y.entity;Y=Y||G.email||G.username||""}try{y.type!==a1.GROUP?await g(e,T):await m(e,T),u(),p({type:"success",text:`${Y||`The ${c}`} has been removed from project`})}catch(G){p({type:"error",text:G.message||`Server problems when removing ${c}.`})}f(!1)};return t.jsxs(C1,{header:t.jsx(m1,{secondary:!0,title:`User access (${E.length<P.length?`${E.length} of ${P.length}`:P.length})`,actions:t.jsxs(t.Fragment,{children:[t.jsx(D,{condition:!r,show:t.jsxs(t.Fragment,{children:[t.jsx(h3,{initialValue:O,onChange:V,hasFilters:!0,getSearchContext:z}),t.jsx(m1.Divider,{})]})}),t.jsxs(T0,{onClick:()=>s("create"),maxWidth:"700px",Icon:D3,permission:[_1,Q0],projectId:e,"data-testid":K9,children:["Assign ",c]})]}),children:t.jsx(D,{condition:r,show:t.jsx(h3,{initialValue:O,onChange:V,hasFilters:!0,getSearchContext:z})})}),children:[t.jsx(l2,{value:I(O),children:t.jsx(le,{rows:E,headerGroups:q,prepareRow:W})}),t.jsx(D,{condition:E.length===0,show:t.jsx(D,{condition:(O==null?void 0:O.length)>0,show:t.jsxs(z1,{children:["No access found matching “",O,"”"]}),elseShow:t.jsxs(z1,{children:["No access available. Get started by assigning a"," ",c,"."]})})}),t.jsxs(W3,{children:[t.jsx(s1,{path:"create",element:t.jsx(nm,{})}),t.jsx(s1,{path:"edit/group/:groupId",element:t.jsx(sm,{})}),t.jsx(s1,{path:"edit/user/:userId",element:t.jsx(cm,{})})]}),t.jsx(K1,{open:v,onClick:()=>S(x),onClose:()=>{f(!1)},title:`Really remove ${c} from this project?`}),t.jsx(Hu,{open:j,setOpen:b,group:x==null?void 0:x.entity,projectId:e,subtitle:t.jsxs(t.Fragment,{children:[x&&x.entity.roles.length>1?"Roles:":"Role:",t.jsx(i5,{value:A((x==null?void 0:x.entity.roles)||[]),roles:(x==null?void 0:x.entity.roles)||[]})]}),onEdit:()=>{s(`edit/group/${x==null?void 0:x.entity.id}`)},onRemove:()=>{b(!1),f(!0)}})]})},mm=()=>{const e=U("projectId"),a=c3(e),{hasAccess:n}=l.useContext(S3),{isOss:c}=d1();return X1(`Project access – ${a}`),c()?t.jsx(C1,{header:t.jsx(m1,{title:"User access"}),sx:{justifyContent:"center"},children:t.jsx(M2,{feature:"access"})}):n([_1,Q9],e)?t.jsx(um,{}):t.jsx(C1,{header:t.jsx(m1,{title:"User access"}),children:t.jsx(g1,{severity:"error",children:'You need project owner permissions or a custom role with "view project user permission" to access this section.'})})},vm=e=>e.reduce((a,n)=>n.enabled?a+1:a,0),gm=d(V0)(({theme:e})=>({marginTop:e.spacing(3)})),fm=d("p",{shouldForwardProp:e=>e!=="warning"})(({theme:e,warning:a})=>({color:a?e.palette.error.dark:e.palette.text.primary,textAlign:"center"})),xm=({environment:e,warnEnabledToggles:a})=>{const n=l.useMemo(()=>[{id:"Icon",width:"1%",Cell:({row:{original:p}})=>t.jsx(X9,{environment:p})},{Header:"Name",accessor:"name",Cell:y1},{Header:"Type",accessor:"type",Cell:y1},{Header:"Toggles enabled",accessor:"projectEnabledToggleCount",Cell:({value:p})=>t.jsx(y1,{children:t.jsx(fm,{warning:p>0,children:p===1?"1 toggle":`${p} toggles`})}),align:"center"}],[a]),{getTableProps:c,getTableBodyProps:s,headerGroups:i,rows:r,prepareRow:o}=D1.useTable({columns:n,data:[e],disableSortBy:!0});return t.jsxs(gm,{...c(),rowHeight:"compact",children:[t.jsx(O0,{headerGroups:i}),t.jsx(F0,{...s(),children:r.map(p=>{o(p);const{key:h,...u}=p.getRowProps();return t.jsx($0,{hover:!0,...u,children:p.cells.map(g=>{const{key:m,...v}=g.getCellProps();return t.jsx(P0,{...v,children:g.render("Cell")},m)})},h)})})]})},jm=d("p")(({theme:e})=>({marginTop:e.spacing(3),marginBottom:e.spacing(1.5)})),ym=d(H3)(()=>({width:"100%"})),bm=({environment:e,open:a,setOpen:n,onConfirm:c})=>{const[s,i]=l.useState("");return l.useEffect(()=>{i("")},[a]),t.jsxs(K1,{title:"Hide environment and disable feature flags?",open:a,primaryButtonText:"Hide environment and disable feature flags",disabledPrimaryButton:(e==null?void 0:e.name)!==s,secondaryButtonText:"Close",onClick:c,onClose:()=>{n(!1)},children:[t.jsxs(g1,{severity:"error",children:[t.jsx("strong",{children:"Danger!"})," Hiding an environment will disable all the feature flags that are enabled in this environment and it can impact client applications connected to the environment."]}),t.jsx(xm,{environment:e}),t.jsxs(jm,{children:["In order to hide this environment, please enter the id of the environment in the textfield below:"," ",t.jsx("strong",{children:e==null?void 0:e.name})]}),t.jsx(ym,{label:"Environment name",value:s,onChange:r=>i(r.target.value)})]})},Sm="/static/upgradeEnvironments-DCYoh4BH.png",wm=d(Z)(({theme:e})=>({marginTop:e.spacing(3),width:"100%",backgroundColor:e.palette.background.elevation1,borderRadius:e.shape.borderRadiusMedium,padding:e.spacing(2),display:"flex",justifyContent:"center",position:"relative"})),Cm=d(b3)(({theme:e})=>({textDecoration:"none",fontWeight:e.typography.fontWeightBold})),Zm=d("img")(({theme:e})=>({width:e.spacing(20)})),km=d(j1)(({theme:e})=>({position:"absolute",top:e.spacing(1.25),right:e.spacing(1.5)})),Tm=d(Z)(({theme:e})=>({display:"flex",gap:e.spacing(3),marginTop:e.spacing(2),marginBottom:e.spacing(2)})),Em=d(Z)(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"center",gap:e.spacing(1),maxWidth:e.spacing(60)})),Am=()=>{const[e,a]=Z2("upgrade-environments:v1","open");return e==="closed"?null:t.jsxs(wm,{children:[t.jsxs(Tm,{children:[t.jsx(Zm,{src:S8(Sm),alt:"Multiple environments"}),t.jsxs(Em,{children:[t.jsx("b",{children:"Need more environments?"}),t.jsx("p",{children:"You are currently using our open-source version, which allows for only two environments. With our Enterprise offering, you can have unlimited environments to better suit your organization's needs."}),t.jsx(Cm,{href:"https://www.getunleash.io/upgrade-unleash?utm_source=oss&utm_medium=feature&utm_content=environments",target:"_blank",children:"View our Enterprise offering"})]})]}),t.jsx(P1,{title:"Dismiss",arrow:!0,children:t.jsx(km,{"aria-label":"dismiss",onClick:()=>{a("closed")},size:"small",children:t.jsx(E0,{fontSize:"inherit"})})})]})},Dm=d(g1)(({theme:e})=>({marginBottom:e.spacing(4)})),Im=d("div")(({theme:e})=>({display:"flex",flexWrap:"wrap",[e.breakpoints.down("sm")]:{justifyContent:"center"}})),Rm=d(tn)(({theme:e})=>({maxWidth:"400px",marginBottom:e.spacing(2)})),Om=()=>{const e=U("projectId"),a=c3(e);X1(`Project environments – ${a}`);const{setToastData:n,setToastApiError:c}=b1(),{environments:s,loading:i,error:r,refetchEnvironments:o}=Zc(e),{project:p,refetch:h}=Q1(e),{removeEnvironmentFromProject:u,addEnvironmentToProject:g}=E3(),[m,v]=l.useState(),[f,j]=l.useState(!1),{isOss:b}=d1(),x=l.useMemo(()=>s.map(y=>{var T;return{...y,projectVisible:(T=p==null?void 0:p.environments)==null?void 0:T.map(Y=>Y.environment).includes(y.name)}}),[s,p==null?void 0:p.environments]),C=()=>{o(),h()},A=()=>t.jsx(Rm,{onClick:C,text:"Error fetching environments"}),M=y=>`Got an API error when trying to set the environment as ${y?"visible":"hidden"}`,k=async y=>{if(y.projectVisible){if(vm(x)>1){v(y),j(!0);return}n({text:"At least one environment must be visible in the project",type:"error"})}else try{await g(e,y.name),C(),n({text:"Environment set as visible",type:"success"})}catch{c(M(!0))}},B=async()=>{if(m)try{await u(e,m.name),C(),n({text:"Environment hidden",type:"success"})}catch{c(M(!1))}finally{j(!1)}},w=y=>b()&&y.name==="default"||y.projectVisible&&O(),O=()=>x.filter(y=>y.projectVisible).length===1,V=y=>y.projectVisible&&O()?"Cannot disable, at least one environment must be visible in the project":y.projectVisible?"Hide environment and disable feature flags":"Make it visible",P=l.useMemo(()=>[{Header:"Name",accessor:"name",Cell:({row:{original:y}})=>t.jsx(en,{environment:y})},{Header:"Type",accessor:"type",Cell:I0},{Header:"Project API tokens",accessor:y=>y.projectApiTokenCount===1?"1 token":`${y.projectApiTokenCount} tokens`,Cell:y1},{Header:"Visible in project",accessor:"enabled",align:"center",width:1,Cell:({row:{original:y}})=>t.jsx(de,{children:t.jsx(w8,{tooltip:V(y),size:"medium",disabled:w(y),projectId:e,permission:_1,checked:y.projectVisible,onChange:()=>k(y)})}),disableGlobalFilter:!0}],[x]),{getTableProps:I,getTableBodyProps:z,headerGroups:q,rows:E,prepareRow:W,state:{globalFilter:_},setGlobalFilter:F}=D1.useTable({columns:P,data:x,disableSortBy:!0},D1.useGlobalFilter),S=t.jsx(m1,{title:`Environments (${E.length})`,actions:t.jsxs(t.Fragment,{children:[t.jsx(h3,{initialValue:_,onChange:F}),b()?null:t.jsxs(t.Fragment,{children:[t.jsx(m1.Divider,{}),t.jsx(b3,{component:l1,to:"/environments",children:"Configure environments"})]})]})});return t.jsx(C1,{header:S,isLoading:i,children:t.jsxs(Im,{children:[t.jsx(D,{condition:!!r,show:A()}),t.jsxs(Dm,{severity:"info",children:[t.jsx("strong",{children:"Important!"})," In order for your application to retrieve configured activation strategies for a specific environment, the application must use an environment specific API token. You can look up the environment-specific"," ",t.jsx(l1,{to:"/admin/api",children:"API tokens here"}),".",t.jsx("br",{}),t.jsx("br",{}),"Your administrator can configure an environment-specific API token to be used in the SDK. If you are an administrator you can"," ",t.jsx(l1,{to:"/admin/api",children:"create a new API token here"}),"."]}),t.jsx(l2,{value:_,children:t.jsxs(V0,{...I(),rowHeight:"compact",children:[t.jsx(O0,{headerGroups:q}),t.jsx(F0,{...z(),children:E.map(y=>{W(y);const{key:T,...Y}=y.getRowProps();return t.jsx($0,{hover:!0,...Y,children:y.cells.map(G=>{const{key:J,...p1}=G.getCellProps();return t.jsx(P0,{...p1,children:G.render("Cell")},J)})},T)})})]})}),t.jsx(D,{condition:E.length===0,show:t.jsx(D,{condition:(_==null?void 0:_.length)>0,show:t.jsxs(z1,{children:["No environments found matching “",_,"”"]}),elseShow:t.jsx(z1,{children:"No environments available. Get started by adding one."})})}),b()?t.jsx(Am,{}):null,t.jsx(bm,{environment:m,open:f,setOpen:j,onConfirm:B})]})})},Fm=e=>l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:1386,height:512,fill:"none",viewBox:"0 0 1386 512",...e},l.createElement("rect",{width:1386,height:512,fill:"#F7F7FA",rx:12}),l.createElement("rect",{width:93,height:23,x:545.5,y:200.5,fill:"#F4FAEB",rx:3.5}),l.createElement("rect",{width:93,height:23,x:545.5,y:200.5,stroke:"#B0D182",rx:3.5}),l.createElement("g",{clipPath:"url(#clip0_20382_240644)"},l.createElement("path",{fill:"#68A611",d:"m559.75 215.128-2.603-2.603a.747.747 0 1 0-1.057 1.058l3.135 3.135a.747.747 0 0 0 1.057 0l7.935-7.935a.747.747 0 1 0-1.057-1.058l-7.41 7.403Z"})),l.createElement("path",{fill:"#3B6600",d:"m579.639 208.09 3.656 7.91h-1.91l-.598-1.465h-3.105l-.598 1.465h-1.91l3.656-7.91h.809Zm-.399 2.66-.984 2.402h1.969l-.985-2.402Zm8.473-.82c.469 0 .902.121 1.301.363.406.234.73.582.972 1.043.25.453.375 1.008.375 1.664 0 .656-.125 1.223-.375 1.699a2.675 2.675 0 0 1-.996 1.102c-.414.25-.875.375-1.383.375-.328 0-.656-.078-.984-.235a2.799 2.799 0 0 1-.809-.609v3.48h-1.488v-8.73h1.488v.996c.172-.32.422-.59.75-.808a1.97 1.97 0 0 1 1.149-.34Zm-.375 1.488c-.266 0-.516.07-.75.211a1.557 1.557 0 0 0-.574.574c-.141.25-.207.551-.2.902v.856c.211.219.438.402.68.551.25.14.52.211.809.211.304 0 .57-.082.797-.246.226-.165.402-.375.527-.633.125-.266.187-.547.187-.844 0-.445-.136-.82-.41-1.125-.265-.305-.621-.457-1.066-.457Zm7.828-1.488c.469 0 .902.121 1.301.363.406.234.73.582.972 1.043.25.453.375 1.008.375 1.664 0 .656-.125 1.223-.375 1.699a2.675 2.675 0 0 1-.996 1.102c-.414.25-.875.375-1.382.375-.329 0-.657-.078-.985-.235a2.78 2.78 0 0 1-.808-.609v3.48h-1.489v-8.73h1.489v.996c.171-.32.421-.59.75-.808.328-.227.711-.34 1.148-.34Zm-.375 1.488c-.266 0-.516.07-.75.211a1.557 1.557 0 0 0-.574.574c-.141.25-.207.551-.199.902v.856c.211.219.437.402.679.551.25.14.52.211.809.211.305 0 .57-.082.797-.246.226-.165.402-.375.527-.633a1.96 1.96 0 0 0 .188-.844c0-.445-.137-.82-.411-1.125-.265-.305-.621-.457-1.066-.457Zm8.168.328a1.576 1.576 0 0 0-.785-.211 1.16 1.16 0 0 0-.856.34 3.196 3.196 0 0 0-.597.82V216h-1.489v-5.918h1.489v1.113c.203-.351.441-.644.715-.879.281-.234.597-.351.949-.351.211 0 .402.035.574.105v1.676Zm3.902-1.816c.578 0 1.106.14 1.582.422.477.273.86.648 1.149 1.125.297.468.445.996.445 1.582 0 .586-.148 1.113-.445 1.582a3.31 3.31 0 0 1-1.149 1.125 3.125 3.125 0 0 1-1.582.41 3.17 3.17 0 0 1-1.582-.41 3.315 3.315 0 0 1-1.148-1.125 2.954 2.954 0 0 1-.434-1.582c0-.586.145-1.114.434-1.582a3.165 3.165 0 0 1 1.148-1.125 3.09 3.09 0 0 1 1.582-.422Zm0 1.441c-.281 0-.543.067-.785.199a1.539 1.539 0 0 0-.586.575c-.14.25-.211.554-.211.914 0 .359.071.664.211.914.149.25.344.441.586.574.242.125.504.187.785.187.282 0 .543-.062.785-.187.243-.133.438-.324.586-.574.149-.25.223-.555.223-.914 0-.36-.074-.664-.223-.914a1.525 1.525 0 0 0-.586-.575 1.612 1.612 0 0 0-.785-.199Zm10.067-1.289L614.127 216h-.949l-2.766-5.918h1.734l1.489 3.668 1.558-3.668h1.735Zm3.328-.152c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .821-.086 1.172-.258.352-.172.633-.347.844-.527l-.012 1.383c-.187.164-.469.332-.844.504a2.952 2.952 0 0 1-1.218.246 3.283 3.283 0 0 1-1.606-.399 3.14 3.14 0 0 1-1.148-1.089c-.282-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.071 3.071 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.469-.937a1.506 1.506 0 0 0-.925-.317Zm9.808-3.668V216h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.148.34-.477 0-.918-.121-1.325-.364-.398-.242-.718-.593-.961-1.054-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687.25-.469.582-.829.997-1.079a2.625 2.625 0 0 1 1.394-.386c.32 0 .645.074.973.222.328.149.601.348.82.598v-3.188h1.488Zm-2.976 3.833c-.313 0-.582.082-.809.246-.219.156-.39.363-.515.621-.125.25-.188.523-.188.82 0 .445.133.824.398 1.137.274.312.633.469 1.079.469.265 0 .511-.071.738-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.44 2.44 0 0 0-.691-.527 1.63 1.63 0 0 0-.797-.199Z"}),l.createElement("rect",{width:93,height:23,x:545.5,y:352.5,fill:"#FFF2F3",rx:3.5}),l.createElement("rect",{width:93,height:23,x:545.5,y:352.5,stroke:"#FEB0B7",rx:3.5}),l.createElement("path",{fill:"#D93644",d:"M566.724 359.283a.745.745 0 0 0-1.057 0l-3.668 3.66-3.667-3.668a.748.748 0 0 0-1.058 1.058l3.668 3.667-3.668 3.668a.747.747 0 1 0 1.058 1.057l3.667-3.667 3.668 3.667a.745.745 0 0 0 1.057 0 .745.745 0 0 0 0-1.057L563.057 364l3.667-3.667a.752.752 0 0 0 0-1.05Z"}),l.createElement("path",{fill:"#D11525",d:"M579.973 359.973c.492 0 .918.07 1.277.211.359.132.672.316.938.55v1.641a11.253 11.253 0 0 0-.586-.41 2.99 2.99 0 0 0-.692-.328 2.745 2.745 0 0 0-.89-.129c-.469 0-.895.113-1.278.34a2.558 2.558 0 0 0-.914.914c-.226.383-.34.82-.34 1.312 0 .485.114.922.34 1.313.227.383.531.687.914.914.383.219.809.328 1.278.328.523 0 .96-.078 1.312-.234.359-.165.684-.364.973-.598v1.582a3.048 3.048 0 0 1-.996.586c-.399.14-.844.211-1.336.211a4.347 4.347 0 0 1-1.594-.293 4.263 4.263 0 0 1-1.324-.844 4.01 4.01 0 0 1-.903-1.301 4.118 4.118 0 0 1-.328-1.664c0-.609.11-1.164.328-1.664.219-.5.52-.93.903-1.289a4.007 4.007 0 0 1 1.324-.844 4.195 4.195 0 0 1 1.594-.304Zm6.117 1.957c.32 0 .644.074.972.222.329.149.602.348.821.598v-.668h1.488V368h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386Zm.305 1.453a1.34 1.34 0 0 0-.809.246 1.606 1.606 0 0 0-.516.621 1.882 1.882 0 0 0-.187.832c0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.652 2.652 0 0 0-.692-.539 1.624 1.624 0 0 0-.796-.199Zm6.293-1.301v.844c.179-.242.421-.469.726-.68a1.862 1.862 0 0 1 1.066-.316c.602 0 1.106.203 1.512.609.406.406.61 1.016.61 1.828V368h-1.489l-.011-3.434c0-.398-.098-.695-.293-.89-.188-.196-.45-.293-.786-.293-.265 0-.515.086-.75.258a2.707 2.707 0 0 0-.585.609V368h-1.489v-5.918h1.489Zm8.32-.152c.437 0 .797.07 1.078.211.281.14.504.277.668.41v1.371a3.03 3.03 0 0 0-.692-.375c-.25-.102-.558-.152-.925-.152a1.641 1.641 0 0 0-1.43.82c-.148.25-.223.535-.223.855 0 .485.157.883.469 1.196.313.312.707.468 1.184.468.367 0 .675-.046.925-.14.258-.102.489-.227.692-.375v1.359a2.998 2.998 0 0 1-.668.41c-.281.125-.641.188-1.078.188-.602 0-1.137-.141-1.606-.422a3.257 3.257 0 0 1-1.101-1.137 3.12 3.12 0 0 1-.399-1.547c0-.414.075-.808.223-1.183.156-.375.375-.707.656-.996.281-.297.61-.532.985-.703a2.99 2.99 0 0 1 1.242-.258Zm5.66 0c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .821-.086 1.172-.258.352-.172.633-.347.844-.527l-.012 1.383c-.187.164-.468.332-.844.504a2.952 2.952 0 0 1-1.218.246 3.283 3.283 0 0 1-1.606-.399 3.14 3.14 0 0 1-1.148-1.089c-.281-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.071 3.071 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.468-.937a1.511 1.511 0 0 0-.926-.317Zm5.672-3.668V368h-1.489v-8.438h1.489Zm3.304 0V368h-1.488v-8.438h1.488Zm4.407 2.368c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.132 3.132 0 0 1-1.148-1.089c-.282-.461-.422-.989-.422-1.583 0-.578.129-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V368h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.329.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.625 1.625 0 0 0-.797-.199Z"}),l.createElement("rect",{width:93,height:23,x:545.5,y:276.5,fill:"#FFF2F3",rx:3.5}),l.createElement("rect",{width:93,height:23,x:545.5,y:276.5,stroke:"#FEB0B7",rx:3.5}),l.createElement("path",{fill:"#D93644",d:"M569.224 283.283a.745.745 0 0 0-1.057 0l-3.668 3.66-3.667-3.668a.748.748 0 0 0-1.058 1.058l3.668 3.667-3.668 3.668a.747.747 0 1 0 1.058 1.057l3.667-3.667 3.668 3.667a.745.745 0 0 0 1.057 0 .745.745 0 0 0 0-1.057L565.557 288l3.667-3.667a.752.752 0 0 0 0-1.05Z"}),l.createElement("path",{fill:"#D11525",d:"M582.193 284.148c.368 0 .727.051 1.078.153.352.101.668.258.95.469.289.21.515.476.679.796.172.313.258.688.258 1.125 0 .461-.117.86-.351 1.196a2.354 2.354 0 0 1-.903.773c-.375.18-.781.285-1.218.317L585.51 292h-2.145l-2.73-3.211V292h-1.629v-7.852h3.187Zm-1.558 1.524v1.98c.187.063.394.114.621.153.234.031.469.047.703.047.469 0 .84-.094 1.113-.282a.94.94 0 0 0 .422-.82c0-.383-.148-.656-.445-.82-.289-.172-.645-.258-1.067-.258h-1.347Zm8.355.258c.578 0 1.074.125 1.489.375.421.25.742.597.96 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.274.719.586.961.313.242.695.363 1.149.363.429 0 .82-.086 1.171-.258.352-.172.633-.347.844-.527l-.011 1.383c-.188.164-.469.332-.844.504a2.957 2.957 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.135 3.135 0 0 1-1.149-1.089c-.281-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.079 3.079 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.515.914h2.836c-.032-.422-.188-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm5.356-4.23c.273 0 .511.102.714.305a.924.924 0 0 1 .317.703.95.95 0 0 1-.317.703.978.978 0 0 1-.714.305c-.29 0-.536-.102-.739-.305a.986.986 0 0 1-.293-.703c0-.274.098-.508.293-.703.203-.203.449-.305.739-.305Zm.843 3.082v5.848c0 .804-.187 1.453-.562 1.945-.367.5-.887.871-1.559 1.113l-.656-1.3c.414-.188.73-.415.949-.68.227-.266.34-.606.34-1.02v-4.64h-.949v-1.266h2.437Zm4.512-.152c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .821-.086 1.172-.258.352-.172.633-.347.844-.527l-.012 1.383c-.187.164-.468.332-.843.504a2.96 2.96 0 0 1-1.219.246 3.283 3.283 0 0 1-1.606-.399 3.14 3.14 0 0 1-1.148-1.089c-.281-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.079 3.079 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.468-.937a1.511 1.511 0 0 0-.926-.317Zm6.879-1.3c.437 0 .797.07 1.078.211.281.14.504.277.668.41v1.371a3.03 3.03 0 0 0-.692-.375c-.25-.102-.558-.152-.925-.152a1.641 1.641 0 0 0-1.43.82c-.148.25-.223.535-.223.855 0 .485.157.883.469 1.196.313.312.707.468 1.184.468.367 0 .675-.046.925-.14.258-.102.489-.227.692-.375v1.359a2.998 2.998 0 0 1-.668.41c-.281.125-.641.188-1.078.188-.602 0-1.137-.141-1.606-.422a3.257 3.257 0 0 1-1.101-1.137 3.12 3.12 0 0 1-.399-1.547c0-.414.075-.808.223-1.183.156-.375.375-.707.656-.996.281-.297.61-.532.985-.703a2.99 2.99 0 0 1 1.242-.258Zm5.215-1.571v1.723h1.64v1.242h-1.64v2.555c0 .266.058.476.175.633.125.148.309.222.551.222a1.696 1.696 0 0 0 .973-.269v1.183a1.846 1.846 0 0 1-.563.375c-.218.102-.496.153-.832.153-.531 0-.965-.168-1.3-.504-.329-.344-.493-.813-.493-1.406v-2.942h-1.066v-.762c.375-.132.719-.382 1.031-.75.32-.367.574-.851.762-1.453h.762Zm5.754 1.571c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.585.961.313.242.696.363 1.149.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.135 3.135 0 0 1-1.149-1.089c-.281-.461-.421-.989-.421-1.583 0-.578.128-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.756 2.756 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.188-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V292h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.328.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.132.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211.234-.141.421-.336.562-.586.148-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.628 1.628 0 0 0-.797-.199Z"}),l.createElement("rect",{width:133,height:23,x:318.5,y:275.5,fill:"#F1F0FC",rx:3.5}),l.createElement("rect",{width:133,height:23,x:318.5,y:275.5,stroke:"#BEBBF3",rx:3.5}),l.createElement("path",{fill:"#6C65E5",d:"M332 281c-3.318 0-6 2.682-6 6s2.682 6 6 6 6-2.682 6-6-2.682-6-6-6Zm0 10.8a4.806 4.806 0 0 1-4.8-4.8c0-2.646 2.154-4.8 4.8-4.8s4.8 2.154 4.8 4.8-2.154 4.8-4.8 4.8Z"}),l.createElement("path",{fill:"#615BC2",d:"M346.979 282.494c.398 0 .788.055 1.168.165.381.11.724.279 1.029.508.313.229.558.516.736.863.186.339.279.745.279 1.219 0 .499-.127.931-.38 1.295a2.56 2.56 0 0 1-.978.838 3.637 3.637 0 0 1-1.32.343l3.059 3.275h-2.323l-2.958-3.479V291h-1.765v-8.506h3.453Zm-1.688 1.651v2.145c.203.068.427.123.673.165.254.034.508.051.762.051.507 0 .909-.102 1.206-.305.304-.211.457-.508.457-.889 0-.414-.161-.71-.483-.888-.313-.186-.698-.279-1.155-.279h-1.46Zm9.052.279c.626 0 1.164.135 1.612.406.457.271.804.648 1.041 1.13.246.474.368 1.024.368 1.65v.686h-4.646c.084.432.296.779.635 1.041.338.262.753.393 1.244.393.465 0 .888-.093 1.269-.279.381-.186.686-.376.914-.571l-.012 1.498c-.204.178-.508.36-.914.546a3.198 3.198 0 0 1-1.321.266 3.553 3.553 0 0 1-1.739-.431 3.405 3.405 0 0 1-1.244-1.181c-.305-.499-.457-1.071-.457-1.714 0-.626.139-1.197.419-1.714a3.328 3.328 0 0 1 1.155-1.244 2.993 2.993 0 0 1 1.676-.482Zm-.038 1.409a1.44 1.44 0 0 0-1.003.368c-.271.246-.457.576-.559.99h3.072c-.033-.457-.203-.795-.507-1.015a1.633 1.633 0 0 0-1.003-.343Zm10.727-1.244L361.998 291h-1.028l-2.996-6.411h1.879l1.612 3.973 1.688-3.973h1.879Zm2.463-3.339c.305 0 .567.11.787.33a1.048 1.048 0 0 1 0 1.524c-.22.22-.482.33-.787.33-.305 0-.567-.11-.787-.33a1.066 1.066 0 0 1-.317-.762c0-.296.105-.55.317-.762.22-.22.482-.33.787-.33Zm.94 3.339V291h-1.613v-5.04h-1.028v-1.371h2.641Zm4.836-.165c.627 0 1.164.135 1.613.406.457.271.804.648 1.041 1.13.245.474.368 1.024.368 1.65v.686h-4.647c.085.432.297.779.635 1.041.339.262.754.393 1.244.393.466 0 .889-.093 1.27-.279.381-.186.685-.376.914-.571l-.013 1.498c-.203.178-.508.36-.914.546a3.197 3.197 0 0 1-1.32.266 3.55 3.55 0 0 1-1.739-.431 3.397 3.397 0 0 1-1.244-1.181c-.305-.499-.458-1.071-.458-1.714 0-.626.14-1.197.419-1.714.28-.516.665-.931 1.156-1.244a2.992 2.992 0 0 1 1.675-.482Zm-.038 1.409c-.397 0-.732.123-1.003.368-.27.246-.457.576-.558.99h3.072c-.034-.457-.203-.795-.508-1.015a1.63 1.63 0 0 0-1.003-.343Zm13.445-1.244L384.456 291h-1.168l-1.498-4.151-1.498 4.151h-1.181l-2.209-6.411h1.752l1.181 3.796 1.384-3.796h1.155l1.371 3.796 1.181-3.796h1.752Zm8.963 1.803a1.707 1.707 0 0 0-.851-.229 1.26 1.26 0 0 0-.927.368 3.44 3.44 0 0 0-.647.889V291h-1.612v-6.411h1.612v1.206a3.63 3.63 0 0 1 .774-.952 1.566 1.566 0 0 1 1.029-.381c.228 0 .435.038.622.114v1.816Zm4.049-1.968c.627 0 1.164.135 1.613.406.457.271.804.648 1.041 1.13.245.474.368 1.024.368 1.65v.686h-4.647c.085.432.297.779.635 1.041.339.262.753.393 1.244.393.466 0 .889-.093 1.27-.279.381-.186.685-.376.914-.571l-.013 1.498c-.203.178-.508.36-.914.546a3.197 3.197 0 0 1-1.32.266 3.55 3.55 0 0 1-1.739-.431 3.407 3.407 0 0 1-1.245-1.181c-.304-.499-.457-1.071-.457-1.714 0-.626.14-1.197.419-1.714.28-.516.665-.931 1.156-1.244a2.992 2.992 0 0 1 1.675-.482Zm-.038 1.409c-.397 0-.732.123-1.003.368-.27.246-.457.576-.558.99h3.072c-.034-.457-.203-.795-.508-1.015a1.63 1.63 0 0 0-1.003-.343Zm7.072-1.409c.347 0 .698.08 1.053.241.356.161.652.377.889.647v-.723h1.612v9.458h-1.612v-4.126a2.645 2.645 0 0 1-.812.901 2.135 2.135 0 0 1-1.245.368c-.516 0-.994-.131-1.434-.393-.432-.262-.779-.643-1.041-1.143-.263-.499-.394-1.104-.394-1.815 0-.711.131-1.32.394-1.828.271-.508.63-.897 1.079-1.168.457-.28.961-.419 1.511-.419Zm.33 1.587c-.339 0-.631.089-.876.266-.237.17-.423.394-.559.673a1.965 1.965 0 0 0-.203.889c0 .482.144.893.432 1.231.296.33.685.495 1.168.495.287 0 .554-.072.799-.215a1.7 1.7 0 0 0 .61-.635c.161-.279.241-.614.241-1.003v-.914a2.606 2.606 0 0 0-.749-.571 1.763 1.763 0 0 0-.863-.216Zm10.867-1.422v3.821c0 .567-.127 1.058-.381 1.473a2.543 2.543 0 0 1-1.041.939 3.2 3.2 0 0 1-1.473.33c-.558 0-1.058-.11-1.498-.33a2.565 2.565 0 0 1-1.028-.939c-.245-.415-.368-.906-.368-1.473v-3.821h1.625l.013 3.529c0 .5.114.872.342 1.117.229.246.534.369.914.369.373 0 .673-.123.902-.369.237-.245.355-.617.355-1.117v-3.529h1.638Zm3.186-3.339c.305 0 .567.11.788.33a1.048 1.048 0 0 1 0 1.524c-.221.22-.483.33-.788.33-.304 0-.567-.11-.787-.33a1.07 1.07 0 0 1-.317-.762c0-.296.106-.55.317-.762.22-.22.483-.33.787-.33Zm.94 3.339V291h-1.612v-5.04h-1.029v-1.371h2.641Zm6.068 1.803a1.703 1.703 0 0 0-.85-.229c-.373 0-.682.123-.927.368a3.441 3.441 0 0 0-.648.889V291h-1.612v-6.411h1.612v1.206c.22-.381.479-.698.775-.952a1.564 1.564 0 0 1 1.028-.381c.229 0 .436.038.622.114v1.816Zm4.05-1.968c.626 0 1.164.135 1.612.406.457.271.804.648 1.041 1.13.246.474.369 1.024.369 1.65v.686h-4.647c.085.432.296.779.635 1.041.338.262.753.393 1.244.393a2.85 2.85 0 0 0 1.269-.279c.381-.186.686-.376.915-.571l-.013 1.498c-.203.178-.508.36-.914.546a3.198 3.198 0 0 1-1.321.266 3.556 3.556 0 0 1-1.739-.431 3.405 3.405 0 0 1-1.244-1.181c-.305-.499-.457-1.071-.457-1.714 0-.626.14-1.197.419-1.714a3.328 3.328 0 0 1 1.155-1.244 2.996 2.996 0 0 1 1.676-.482Zm-.038 1.409a1.44 1.44 0 0 0-1.003.368c-.271.246-.457.576-.559.99h3.073c-.034-.457-.203-.795-.508-1.015a1.633 1.633 0 0 0-1.003-.343Zm10.626-3.974V291h-1.612v-1.079a2.648 2.648 0 0 1-.813.901 2.13 2.13 0 0 1-1.244.368c-.516 0-.994-.131-1.435-.393-.431-.262-.778-.643-1.041-1.143-.262-.499-.393-1.104-.393-1.815 0-.711.131-1.32.393-1.828a2.946 2.946 0 0 1 1.08-1.168c.457-.28.96-.419 1.51-.419.347 0 .698.08 1.054.241.355.161.652.377.889.647v-3.453h1.612Zm-3.225 4.152c-.338 0-.63.089-.876.266-.237.17-.423.394-.558.673a1.952 1.952 0 0 0-.203.889c0 .482.144.893.431 1.231.296.339.686.508 1.168.508.288 0 .555-.076.8-.228a1.69 1.69 0 0 0 .609-.635c.161-.279.242-.614.242-1.003v-.914a2.633 2.633 0 0 0-.749-.571 1.77 1.77 0 0 0-.864-.216Z"}),l.createElement("rect",{width:88,height:23,x:141.5,y:307.5,fill:"#FFF4E5",rx:3.5}),l.createElement("rect",{width:88,height:23,x:141.5,y:307.5,stroke:"#FFC46F",rx:3.5}),l.createElement("path",{fill:"#B35300",d:"M153.692 314.291c.897 0 1.684.182 2.361.546a3.9 3.9 0 0 1 1.574 1.523c.381.652.572 1.418.572 2.298 0 .838-.178 1.6-.533 2.285a4.056 4.056 0 0 1-1.524 1.613c-.66.397-1.447.596-2.361.596a17.819 17.819 0 0 1-3.39-.33v-8.201a41.433 41.433 0 0 1 1.612-.228 13.767 13.767 0 0 1 1.689-.102Zm.038 1.65a9.506 9.506 0 0 0-1.574.14v5.281c.254.051.516.089.787.115.279.016.542.025.787.025.559 0 1.037-.119 1.435-.356.397-.245.702-.579.914-1.002.211-.424.317-.898.317-1.422 0-.542-.106-1.02-.317-1.435a2.372 2.372 0 0 0-.914-.977c-.398-.246-.876-.369-1.435-.369Zm10.067 2.451a1.7 1.7 0 0 0-.85-.229c-.373 0-.682.123-.927.368a3.44 3.44 0 0 0-.647.889V323h-1.613v-6.411h1.613v1.206a3.63 3.63 0 0 1 .774-.952 1.564 1.564 0 0 1 1.028-.381c.229 0 .436.038.622.114v1.816Zm3.784-1.968c.347 0 .698.08 1.053.241.356.161.652.377.889.647v-.723h1.612V323h-1.612v-1.079a2.638 2.638 0 0 1-.813.901 2.13 2.13 0 0 1-1.244.368c-.516 0-.994-.131-1.434-.393-.432-.262-.779-.643-1.041-1.143-.263-.499-.394-1.104-.394-1.815 0-.711.131-1.32.394-1.828.271-.508.63-.897 1.079-1.168.457-.28.96-.419 1.511-.419Zm.33 1.574a1.45 1.45 0 0 0-.876.267 1.735 1.735 0 0 0-.559.673 2.04 2.04 0 0 0-.203.901c0 .482.144.893.432 1.231.296.339.685.508 1.168.508.287 0 .554-.076.799-.228a1.7 1.7 0 0 0 .61-.635c.161-.279.241-.614.241-1.003v-.914a2.848 2.848 0 0 0-.749-.584 1.763 1.763 0 0 0-.863-.216Zm8.963-1.409v1.346h-1.664V323h-1.612v-5.065h-.977v-1.346h.977v-.571c0-.491.102-.91.305-1.257.211-.356.486-.627.825-.813a2.283 2.283 0 0 1 1.117-.279c.271 0 .508.03.711.089.203.059.381.139.533.241v1.346a1.731 1.731 0 0 0-.964-.241.985.985 0 0 0-.648.253c-.178.153-.267.407-.267.762v.47h1.664Zm3.656-1.866v1.866h1.777v1.346h-1.777v2.767c0 .288.063.516.19.686.136.161.335.241.597.241.228 0 .423-.025.584-.076.169-.051.326-.123.47-.216v1.282a2.012 2.012 0 0 1-.61.406c-.237.11-.537.165-.901.165-.576 0-1.045-.182-1.409-.545-.356-.373-.534-.881-.534-1.524v-3.186h-1.155v-.826c.406-.144.779-.414 1.117-.812.347-.398.622-.923.826-1.574h.825Zm8.912 1.866v.812c.195-.245.427-.469.698-.672.279-.204.635-.305 1.067-.305.448 0 .854.106 1.218.317.364.203.648.512.851.927.254-.347.55-.639.889-.876a1.96 1.96 0 0 1 1.18-.368c.432 0 .825.101 1.181.305.355.194.639.486.85.875.221.39.331.876.331 1.46V323h-1.613l-.012-3.72c0-.431-.115-.753-.343-.965-.22-.211-.512-.317-.876-.317-.28 0-.521.089-.724.267a3.597 3.597 0 0 0-.571.609V323h-1.612l-.013-3.72c0-.431-.114-.753-.343-.965-.22-.211-.508-.317-.863-.317a1.13 1.13 0 0 0-.724.254 3.057 3.057 0 0 0-.571.571V323h-1.612v-6.411h1.612Zm13.089-.165a3.31 3.31 0 0 1 1.714.457c.516.296.931.702 1.244 1.219.321.507.482 1.079.482 1.713 0 .635-.161 1.207-.482 1.714a3.576 3.576 0 0 1-1.244 1.219 3.388 3.388 0 0 1-1.714.444 3.43 3.43 0 0 1-1.714-.444 3.576 3.576 0 0 1-1.244-1.219 3.198 3.198 0 0 1-.47-1.714c0-.634.157-1.206.47-1.713a3.428 3.428 0 0 1 1.244-1.219 3.351 3.351 0 0 1 1.714-.457Zm0 1.561c-.305 0-.588.072-.851.216a1.662 1.662 0 0 0-.635.622c-.152.271-.228.601-.228.99 0 .39.076.72.228.991.161.271.373.478.635.622.263.135.546.203.851.203.304 0 .588-.068.85-.203.263-.144.474-.351.635-.622.161-.271.241-.601.241-.991 0-.389-.08-.719-.241-.99a1.655 1.655 0 0 0-.635-.622 1.738 1.738 0 0 0-.85-.216Zm11.057-4.126V323h-1.612v-1.079a2.645 2.645 0 0 1-.812.901 2.135 2.135 0 0 1-1.245.368c-.516 0-.994-.131-1.434-.393-.432-.262-.779-.643-1.041-1.143-.263-.499-.394-1.104-.394-1.815 0-.711.131-1.32.394-1.828.271-.508.63-.897 1.079-1.168.457-.28.961-.419 1.511-.419.347 0 .698.08 1.053.241.356.161.652.377.889.647v-3.453h1.612Zm-3.224 4.152c-.339 0-.631.089-.876.266-.237.17-.423.394-.559.673a1.965 1.965 0 0 0-.203.889c0 .482.144.893.432 1.231.296.339.685.508 1.168.508.287 0 .554-.076.799-.228.254-.153.458-.364.61-.635.161-.279.241-.614.241-1.003v-.914a2.606 2.606 0 0 0-.749-.571 1.763 1.763 0 0 0-.863-.216Zm8.011-1.587c.626 0 1.163.135 1.612.406.457.271.804.648 1.041 1.13.245.474.368 1.024.368 1.65v.686h-4.646c.084.432.296.779.634 1.041.339.262.754.393 1.244.393.466 0 .889-.093 1.27-.279.381-.186.685-.376.914-.571l-.013 1.498c-.203.178-.507.36-.914.546a3.197 3.197 0 0 1-1.32.266 3.55 3.55 0 0 1-1.739-.431 3.397 3.397 0 0 1-1.244-1.181c-.305-.499-.457-1.071-.457-1.714 0-.626.139-1.197.418-1.714.28-.516.665-.931 1.156-1.244a2.993 2.993 0 0 1 1.676-.482Zm-.039 1.409c-.397 0-.732.123-1.003.368-.27.246-.457.576-.558.99h3.072c-.034-.457-.203-.795-.508-1.015a1.63 1.63 0 0 0-1.003-.343Z"}),l.createElement("rect",{width:78,height:23,x:318.5,y:338.5,fill:"#F7F7FA",rx:3.5}),l.createElement("rect",{width:78,height:23,x:318.5,y:338.5,stroke:"#BDBDBF",rx:3.5}),l.createElement("path",{fill:"#6E6E70",d:"M330.757 345.291c.897 0 1.685.182 2.362.546a3.907 3.907 0 0 1 1.574 1.523c.381.652.571 1.418.571 2.298 0 .838-.178 1.6-.533 2.285a4.053 4.053 0 0 1-1.523 1.613c-.661.397-1.448.596-2.362.596a17.847 17.847 0 0 1-3.389-.33v-8.201a41.162 41.162 0 0 1 1.612-.228 13.75 13.75 0 0 1 1.688-.102Zm.038 1.65a9.474 9.474 0 0 0-1.574.14v5.281c.254.051.516.089.787.115.28.016.542.025.787.025.559 0 1.037-.119 1.435-.356a2.43 2.43 0 0 0 .914-1.002c.212-.424.317-.898.317-1.422 0-.542-.105-1.02-.317-1.435a2.366 2.366 0 0 0-.914-.977c-.398-.246-.876-.369-1.435-.369Zm7.376-2.691c.305 0 .567.11.787.33a1.045 1.045 0 0 1 0 1.524c-.22.22-.482.33-.787.33-.304 0-.567-.11-.787-.33a1.07 1.07 0 0 1-.317-.762c0-.296.106-.55.317-.762.22-.22.483-.33.787-.33Zm.94 3.339V354h-1.612v-5.04h-1.029v-1.371h2.641Zm4.1-.165c.398 0 .766.059 1.105.178.338.118.601.253.787.406v1.422a4.645 4.645 0 0 0-.749-.394 2.208 2.208 0 0 0-.901-.19c-.305 0-.546.067-.724.203-.178.135-.267.296-.267.482 0 .136.051.263.153.381.101.11.296.207.584.292l.723.241c.974.288 1.46.851 1.46 1.689 0 .398-.114.753-.342 1.066a2.274 2.274 0 0 1-.902.724 2.846 2.846 0 0 1-1.244.266 3.93 3.93 0 0 1-1.257-.203c-.406-.135-.715-.283-.927-.444v-1.409c.161.11.356.216.584.317.229.102.466.186.711.254.246.059.47.089.673.089.322 0 .567-.055.737-.165a.565.565 0 0 0 .266-.495.432.432 0 0 0-.216-.381 2.9 2.9 0 0 0-.634-.279l-.788-.28c-.49-.16-.829-.389-1.015-.685-.186-.296-.279-.648-.279-1.054s.101-.757.304-1.054c.212-.304.504-.541.876-.711.373-.177.8-.266 1.282-.266Zm6.462 0c.474 0 .864.076 1.168.228.305.153.546.301.724.445v1.485a3.328 3.328 0 0 0-.749-.406c-.271-.11-.605-.165-1.003-.165-.322 0-.622.08-.901.241a1.78 1.78 0 0 0-.889 1.574c0 .525.169.957.508 1.295.338.339.766.508 1.282.508.398 0 .732-.051 1.003-.152a3.33 3.33 0 0 0 .749-.407v1.473a3.27 3.27 0 0 1-.724.444c-.304.136-.694.203-1.168.203-.651 0-1.231-.152-1.739-.457a3.533 3.533 0 0 1-1.193-1.231 3.384 3.384 0 0 1-.432-1.676c0-.448.08-.876.241-1.282.17-.406.407-.766.711-1.079.305-.322.66-.576 1.067-.762a3.246 3.246 0 0 1 1.345-.279Zm5.866 0c.347 0 .698.08 1.053.241.356.161.652.377.889.647v-.723h1.612V354h-1.612v-1.079a2.638 2.638 0 0 1-.813.901 2.13 2.13 0 0 1-1.244.368c-.516 0-.994-.131-1.434-.393-.432-.262-.779-.643-1.041-1.143-.263-.499-.394-1.104-.394-1.815 0-.711.131-1.32.394-1.828.271-.508.63-.897 1.079-1.168.457-.28.96-.419 1.511-.419Zm.33 1.574a1.45 1.45 0 0 0-.876.267 1.735 1.735 0 0 0-.559.673 2.04 2.04 0 0 0-.203.901c0 .482.144.893.432 1.231.296.339.685.508 1.168.508.287 0 .554-.076.799-.228a1.7 1.7 0 0 0 .61-.635c.161-.279.241-.614.241-1.003v-.914a2.848 2.848 0 0 0-.749-.584 1.763 1.763 0 0 0-.863-.216Zm9.242.394a1.707 1.707 0 0 0-.851-.229 1.26 1.26 0 0 0-.927.368 3.44 3.44 0 0 0-.647.889V354h-1.612v-6.411h1.612v1.206a3.63 3.63 0 0 1 .774-.952 1.566 1.566 0 0 1 1.029-.381c.228 0 .436.038.622.114v1.816Zm7.338-4.533V354h-1.613v-1.079a2.645 2.645 0 0 1-.812.901c-.356.246-.77.368-1.244.368-.516 0-.995-.131-1.435-.393-.431-.262-.778-.643-1.041-1.143-.262-.499-.393-1.104-.393-1.815 0-.711.131-1.32.393-1.828a2.95 2.95 0 0 1 1.079-1.168c.457-.28.961-.419 1.511-.419.347 0 .698.08 1.054.241.355.161.651.377.888.647v-3.453h1.613Zm-3.225 4.152c-.338 0-.63.089-.876.266-.237.17-.423.394-.558.673a1.953 1.953 0 0 0-.204.889c0 .482.144.893.432 1.231.296.339.686.508 1.168.508.288 0 .554-.076.8-.228a1.69 1.69 0 0 0 .609-.635c.161-.279.241-.614.241-1.003v-.914a2.606 2.606 0 0 0-.749-.571 1.763 1.763 0 0 0-.863-.216Zm8.011-1.587c.626 0 1.164.135 1.612.406.457.271.804.648 1.041 1.13.246.474.368 1.024.368 1.65v.686h-4.646c.084.432.296.779.635 1.041.338.262.753.393 1.244.393.465 0 .888-.093 1.269-.279.381-.186.686-.376.914-.571l-.012 1.498c-.203.178-.508.36-.914.546a3.198 3.198 0 0 1-1.321.266 3.556 3.556 0 0 1-1.739-.431 3.405 3.405 0 0 1-1.244-1.181c-.305-.499-.457-1.071-.457-1.714 0-.626.14-1.197.419-1.714a3.328 3.328 0 0 1 1.155-1.244 2.996 2.996 0 0 1 1.676-.482Zm-.038 1.409a1.44 1.44 0 0 0-1.003.368c-.271.246-.457.576-.559.99h3.073c-.034-.457-.204-.795-.508-1.015a1.633 1.633 0 0 0-1.003-.343Zm10.626-3.974V354h-1.613v-1.079a2.645 2.645 0 0 1-.812.901c-.356.246-.77.368-1.244.368-.516 0-.995-.131-1.435-.393-.431-.262-.778-.643-1.041-1.143-.262-.499-.393-1.104-.393-1.815 0-.711.131-1.32.393-1.828a2.95 2.95 0 0 1 1.079-1.168c.457-.28.961-.419 1.511-.419.347 0 .698.08 1.054.241.355.161.651.377.888.647v-3.453h1.613Zm-3.225 4.152c-.338 0-.63.089-.876.266-.237.17-.423.394-.558.673a1.953 1.953 0 0 0-.204.889c0 .482.144.893.432 1.231.296.339.686.508 1.168.508.288 0 .554-.076.8-.228a1.69 1.69 0 0 0 .609-.635c.161-.279.241-.614.241-1.003v-.914a2.606 2.606 0 0 0-.749-.571 1.763 1.763 0 0 0-.863-.216Z"}),l.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M242 319h30"}),l.createElement("path",{fill:"#202021",d:"m283.501 293.407-.643-.386.643.386Zm22.984-5.428a.75.75 0 0 0 .089-1.057l-4.361-5.153a.75.75 0 1 0-1.145.969l3.876 4.58-4.58 3.876a.75.75 0 1 0 .969 1.145l5.152-4.36ZM269 319.75c3.095 0 5.328-1.166 6.97-3.066 1.61-1.863 2.622-4.395 3.406-7.092.779-2.68 1.374-5.69 2.059-8.428.696-2.786 1.499-5.353 2.709-7.372l-1.286-.771c-1.332 2.221-2.177 4.972-2.879 7.78-.714 2.856-1.27 5.714-2.043 8.372-.768 2.643-1.709 4.919-3.101 6.53-1.36 1.574-3.18 2.547-5.835 2.547v1.5Zm15.144-25.958c1.006-1.676 2.803-2.906 5.046-3.789 2.235-.881 4.835-1.386 7.331-1.664 2.491-.277 4.849-.323 6.587-.3.868.012 1.579.04 2.071.066.247.013.438.026.567.034l.146.011a.637.637 0 0 1 .036.003h.009l.002.001.062-.748.062-.747h-.001l-.003-.001h-.011l-.042-.004-.157-.011a50.879 50.879 0 0 0-.591-.036 56.858 56.858 0 0 0-2.13-.068 55.836 55.836 0 0 0-6.773.309c-2.566.286-5.31.811-7.715 1.759-2.398.945-4.538 2.34-5.782 4.414l1.286.771Z"}),l.createElement("path",{fill:"#202021",d:"m283.502 344.5-.643.386.643-.386Zm22.984 5.428a.75.75 0 0 1 .088 1.057l-4.36 5.153a.75.75 0 0 1-1.145-.969l3.875-4.58-4.58-3.876a.75.75 0 0 1 .969-1.145l5.153 4.36ZM269 318.25c3.094 0 5.326 1.159 6.969 3.05 1.61 1.854 2.623 4.375 3.407 7.06.779 2.669 1.374 5.668 2.059 8.396.697 2.778 1.499 5.34 2.71 7.358l-1.286.772c-1.332-2.22-2.177-4.966-2.879-7.765-.714-2.847-1.271-5.694-2.044-8.34-.768-2.63-1.708-4.895-3.1-6.497-1.36-1.565-3.18-2.534-5.836-2.534v-1.5Zm15.145 25.864c1.005 1.677 2.803 2.907 5.045 3.79 2.235.881 4.835 1.386 7.332 1.663 2.491.277 4.849.324 6.587.301a53.867 53.867 0 0 0 2.638-.101l.146-.01.036-.003.008-.001h.002l.062.747.062.748h-.004l-.011.001a54.48 54.48 0 0 1-2.919.119c-1.779.023-4.202-.024-6.773-.31-2.566-.285-5.31-.811-7.716-1.758-2.398-.945-4.538-2.34-5.781-4.414l1.286-.772Z"}),l.createElement("path",{fill:"#202021",d:"M108 318.25a.75.75 0 0 0 0 1.5v-1.5Zm20.53 1.28a.749.749 0 0 0 0-1.06l-4.773-4.773a.749.749 0 1 0-1.06 1.06l4.242 4.243-4.242 4.243a.749.749 0 1 0 1.06 1.06l4.773-4.773Zm-20.53.22h20v-1.5h-20v1.5Z"}),l.createElement("path",{fill:"#202021",d:"M494 286.25a.75.75 0 0 0 0 1.5v-1.5Zm39.566 1.28a.749.749 0 0 0 0-1.06l-4.773-4.773a.75.75 0 0 0-1.061 1.06l4.243 4.243-4.243 4.243a.75.75 0 0 0 1.061 1.06l4.773-4.773Zm-39.566.22h39.036v-1.5H494v1.5Z"}),l.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M463.5 287H494"}),l.createElement("path",{fill:"#202021",d:"m511.502 358.5.643-.385-.643.385Zm22.984 5.428a.75.75 0 0 1 .088 1.057l-4.36 5.153a.75.75 0 1 1-1.145-.969l3.876-4.58-4.581-3.876a.75.75 0 0 1 .969-1.145l5.153 4.36ZM492.5 286.25c1.816 0 3.308 1.246 4.531 3.054 1.236 1.828 2.32 4.403 3.289 7.448 1.942 6.099 3.488 14.291 4.827 22.701.67 4.21 1.29 8.485 1.882 12.591.592 4.109 1.157 8.046 1.716 11.59.56 3.546 1.114 6.684 1.683 9.194.577 2.54 1.15 4.342 1.717 5.287l-1.286.771c-.705-1.175-1.32-3.197-1.894-5.726-.58-2.56-1.14-5.737-1.701-9.292-.562-3.556-1.128-7.505-1.72-11.61-.592-4.107-1.21-8.372-1.878-12.57-1.339-8.405-2.871-16.499-4.775-22.481-.954-2.996-1.986-5.411-3.102-7.062-1.131-1.672-2.23-2.395-3.289-2.395v-1.5Zm19.645 71.865c1.006 1.676 2.803 2.906 5.045 3.789 2.235.881 4.835 1.386 7.332 1.664 2.491.276 4.849.323 6.587.3a53.795 53.795 0 0 0 2.638-.101l.146-.01a.637.637 0 0 0 .036-.003l.008-.001h.002l.063.748.061.747h-.004l-.011.001-.041.004-.157.011a54.48 54.48 0 0 1-2.721.104c-1.778.023-4.202-.024-6.773-.31-2.566-.285-5.31-.811-7.715-1.758-2.399-.945-4.538-2.34-5.782-4.414l1.286-.771Z"}),l.createElement("path",{fill:"#202021",d:"m511.502 216.7.643.385-.643-.385Zm22.984-5.428a.75.75 0 0 0 .088-1.057l-4.36-5.153a.75.75 0 1 0-1.145.969l3.876 4.58-4.581 3.876a.75.75 0 0 0 .969 1.145l5.153-4.36ZM492.5 287.749c1.81 0 3.301-1.218 4.527-2.997 1.238-1.795 2.322-4.324 3.292-7.313 1.942-5.988 3.489-14.03 4.828-22.29.67-4.135 1.29-8.335 1.882-12.371.592-4.039 1.156-7.91 1.716-11.398.56-3.49 1.113-6.58 1.683-9.057.576-2.506 1.149-4.291 1.717-5.238l-1.286-.771c-.704 1.173-1.319 3.175-1.893 5.673-.581 2.526-1.141 5.657-1.702 9.155-.562 3.5-1.127 7.384-1.719 11.418-.592 4.037-1.211 8.227-1.879 12.349-1.338 8.255-2.87 16.198-4.774 22.067-.953 2.939-1.984 5.306-3.1 6.925-1.127 1.635-2.226 2.348-3.292 2.348v1.5Zm19.645-70.664c1.006-1.676 2.803-2.906 5.045-3.789 2.235-.881 4.835-1.386 7.332-1.664 2.491-.277 4.849-.323 6.587-.3a53.795 53.795 0 0 1 2.638.101l.146.01a.637.637 0 0 1 .036.003l.008.001h.002l.063-.748.061-.747h-.004l-.011-.001-.041-.004-.157-.011a54.48 54.48 0 0 0-2.721-.104c-1.778-.023-4.202.024-6.773.31-2.566.285-5.31.811-7.715 1.758-2.399.945-4.538 2.34-5.782 4.414l1.286.771Z"}),l.createElement("path",{fill:"#202021",d:"M45.633 304.635c.665 0 1.207.091 1.627.273.428.182.802.419 1.12.711v1.354c-.2-.146-.428-.306-.683-.479a3.959 3.959 0 0 0-.875-.451c-.328-.137-.724-.205-1.19-.205-.683 0-1.293.155-1.831.465-.538.31-.962.738-1.272 1.285-.31.538-.465 1.148-.465 1.832 0 .684.155 1.294.465 1.832.31.538.734.966 1.272 1.285.538.31 1.148.465 1.832.465.702 0 1.299-.114 1.79-.342a6.756 6.756 0 0 0 1.231-.724v1.23c-.319.283-.738.529-1.258.738-.51.201-1.098.301-1.763.301-.693 0-1.33-.123-1.914-.369a4.952 4.952 0 0 1-1.532-1.039 4.798 4.798 0 0 1-1.025-1.518 4.89 4.89 0 0 1-.355-1.859c0-.656.118-1.272.355-1.846a4.755 4.755 0 0 1 2.557-2.556 4.71 4.71 0 0 1 1.914-.383Zm8.217 2.392a2.6 2.6 0 0 1 1.271.315c.383.2.688.51.916.929.228.411.342.93.342 1.559V314h-1.121l-.014-4.061c0-.592-.132-1.043-.396-1.353-.256-.31-.652-.465-1.19-.465-.364 0-.729.137-1.093.41a4.8 4.8 0 0 0-.944.93V314H50.5v-9.844h1.121v4.088c.146-.182.333-.364.56-.547.229-.191.484-.351.766-.478.292-.128.593-.192.903-.192Zm7.465 0c.391 0 .788.096 1.189.287.41.183.761.438 1.053.766v-.916h1.12V314h-1.12v-1.162c-.237.364-.56.683-.971.957-.401.273-.861.41-1.38.41a3.041 3.041 0 0 1-1.6-.437 3.326 3.326 0 0 1-1.163-1.245c-.282-.528-.423-1.139-.423-1.832 0-.756.14-1.408.423-1.955a3.102 3.102 0 0 1 1.19-1.257 3.204 3.204 0 0 1 1.681-.452Zm.205 1.094c-.493 0-.912.123-1.258.369a2.497 2.497 0 0 0-.807.957 2.858 2.858 0 0 0-.273 1.244c0 .438.09.844.273 1.217.182.365.438.656.766.875.337.219.724.328 1.162.328.42 0 .793-.109 1.12-.328.329-.219.589-.519.78-.902.192-.392.283-.83.274-1.313l-.014-1.312a3.525 3.525 0 0 0-.916-.834 2.033 2.033 0 0 0-1.108-.301Zm6.603-.957v1.08c.146-.182.333-.364.56-.547.228-.191.484-.351.766-.478.292-.128.593-.192.903-.192a2.6 2.6 0 0 1 1.271.315c.383.2.688.51.916.929.228.411.342.93.342 1.559V314H71.76l-.014-4.061c0-.592-.132-1.043-.396-1.353-.256-.31-.652-.465-1.19-.465-.364 0-.729.137-1.094.41-.355.265-.67.574-.943.93V314h-1.121v-6.836h1.121Zm9.693-.137c.392 0 .789.096 1.19.287.41.183.76.438 1.053.766v-.916h1.12v6.699c0 .811-.163 1.486-.492 2.024a3.092 3.092 0 0 1-1.312 1.203 4.065 4.065 0 0 1-1.791.396c-.42 0-.78-.05-1.08-.15a2.73 2.73 0 0 1-.752-.356c-.21-.136-.401-.268-.574-.396v-1.203c.136.1.314.228.533.383.228.164.497.31.807.437a2.84 2.84 0 0 0 1.066.192c.447 0 .857-.082 1.23-.247.374-.164.675-.405.903-.724.228-.319.342-.702.342-1.149v-1.435c-.237.364-.561.683-.971.957-.401.273-.861.41-1.381.41a3.042 3.042 0 0 1-1.6-.437 3.327 3.327 0 0 1-1.162-1.245c-.282-.528-.423-1.139-.423-1.832 0-.756.14-1.408.423-1.955a3.102 3.102 0 0 1 1.19-1.257 3.204 3.204 0 0 1 1.681-.452Zm.206 1.108c-.493 0-.912.123-1.258.369a2.39 2.39 0 0 0-.807.943 2.858 2.858 0 0 0-.273 1.244c0 .438.09.839.273 1.204.182.364.438.656.766.875.337.218.724.328 1.162.328.419 0 .793-.11 1.12-.328a2.29 2.29 0 0 0 .78-.903c.192-.383.283-.816.274-1.299l-.014-1.312a3.307 3.307 0 0 0-.916-.82 2.033 2.033 0 0 0-1.108-.301Zm8.298-1.108c.702 0 1.286.146 1.75.438a2.69 2.69 0 0 1 1.04 1.189c.236.502.355 1.067.355 1.696v.67h-5.25c.054.382.187.733.396 1.052.21.319.483.574.82.766.338.182.725.273 1.163.273.492 0 .952-.123 1.38-.369a5.187 5.187 0 0 0 1.08-.834l-.013 1.217a2.73 2.73 0 0 1-.574.492 3.583 3.583 0 0 1-.861.41 2.87 2.87 0 0 1-1.012.178c-.693 0-1.308-.164-1.846-.492a3.614 3.614 0 0 1-1.271-1.299 3.656 3.656 0 0 1-.452-1.791c0-.647.142-1.244.424-1.791.283-.547.67-.984 1.162-1.312a3.045 3.045 0 0 1 1.71-.493Zm0 1.094c-.565 0-1.03.191-1.394.574-.365.374-.593.83-.684 1.367h4.115c-.045-.446-.173-.811-.382-1.093a1.873 1.873 0 0 0-.739-.629 2.02 2.02 0 0 0-.916-.219Zm7.028-1.094c.4 0 .774.06 1.12.178.347.109.598.223.753.342v1.203a3.562 3.562 0 0 0-.78-.424 2.602 2.602 0 0 0-1.011-.205c-.429 0-.752.1-.971.301-.21.2-.315.41-.315.629 0 .173.06.351.178.533.128.173.347.314.656.424l1.149.41c.447.155.78.378.998.67.219.292.328.633.328 1.025 0 .383-.11.734-.328 1.053a2.23 2.23 0 0 1-.889.766c-.373.182-.806.273-1.299.273-.264 0-.542-.036-.834-.109a5.115 5.115 0 0 1-.765-.233 3.618 3.618 0 0 1-.506-.259V312.4c.128.092.305.196.533.315.237.109.488.205.752.287.264.073.51.109.739.109.428 0 .765-.095 1.011-.287.255-.191.383-.428.383-.711a.61.61 0 0 0-.26-.519c-.164-.128-.405-.251-.724-.369l-1.012-.37c-.529-.2-.88-.451-1.053-.751a2.122 2.122 0 0 1-.26-1.053c0-.584.22-1.067.657-1.449.437-.383 1.02-.575 1.75-.575Zm-49.26 17.129V334h-1.121v-1.162c-.237.364-.56.683-.97.957-.402.273-.862.41-1.382.41a3.042 3.042 0 0 1-1.6-.437 3.327 3.327 0 0 1-1.162-1.245c-.282-.528-.423-1.139-.423-1.832 0-.756.141-1.408.423-1.955a3.102 3.102 0 0 1 1.19-1.257 3.204 3.204 0 0 1 1.682-.452c.392 0 .788.096 1.19.287.41.183.76.438 1.052.766v-3.924h1.12Zm-3.158 3.992c-.492 0-.912.123-1.258.37a2.412 2.412 0 0 0-.807.929 2.858 2.858 0 0 0-.273 1.244c0 .438.09.844.273 1.217.182.365.438.656.766.875.337.219.724.328 1.162.328.42 0 .793-.109 1.121-.328.328-.219.588-.519.78-.902a2.83 2.83 0 0 0 .273-1.313l-.014-1.312a3.307 3.307 0 0 0-.916-.82 2.105 2.105 0 0 0-1.107-.288Zm8.298-1.121c.702 0 1.286.146 1.75.438a2.69 2.69 0 0 1 1.04 1.189c.237.502.355 1.067.355 1.696v.67h-5.25c.055.382.187.733.397 1.052.21.319.483.574.82.766.337.182.724.273 1.162.273.492 0 .952-.123 1.38-.369a5.187 5.187 0 0 0 1.08-.834l-.013 1.217a2.73 2.73 0 0 1-.574.492 3.583 3.583 0 0 1-.861.41 2.87 2.87 0 0 1-1.012.178c-.693 0-1.308-.164-1.846-.492a3.614 3.614 0 0 1-1.271-1.299 3.656 3.656 0 0 1-.451-1.791c0-.647.14-1.244.423-1.791.283-.547.67-.984 1.163-1.312a3.045 3.045 0 0 1 1.708-.493Zm0 1.094c-.565 0-1.03.191-1.394.574-.365.374-.593.83-.684 1.367h4.116c-.046-.446-.174-.811-.383-1.093a1.873 1.873 0 0 0-.739-.629 2.02 2.02 0 0 0-.916-.219Zm6.877-2.926v1.969h1.997v1.053h-1.996v4.006c0 .282.072.506.218.67.146.164.37.246.67.246.274 0 .501-.032.684-.096.182-.073.342-.15.478-.232v.916a2.268 2.268 0 0 1-.588.341c-.2.092-.474.137-.82.137-.583 0-1.025-.173-1.326-.519-.292-.356-.438-.825-.438-1.409v-4.06h-1.312v-.328c.447-.201.82-.529 1.121-.985.3-.465.565-1.034.793-1.709h.52Zm6.85 1.832c.702 0 1.285.146 1.75.438a2.69 2.69 0 0 1 1.04 1.189c.236.502.355 1.067.355 1.696v.67h-5.25c.054.382.186.733.396 1.052.21.319.483.574.82.766.338.182.725.273 1.162.273.493 0 .953-.123 1.381-.369a5.187 5.187 0 0 0 1.08-.834l-.013 1.217a2.73 2.73 0 0 1-.574.492 3.582 3.582 0 0 1-.862.41 2.87 2.87 0 0 1-1.011.178c-.693 0-1.308-.164-1.846-.492a3.614 3.614 0 0 1-1.272-1.299 3.656 3.656 0 0 1-.45-1.791c0-.647.14-1.244.423-1.791.282-.547.67-.984 1.162-1.312a3.045 3.045 0 0 1 1.71-.493Zm0 1.094c-.565 0-1.03.191-1.395.574-.364.374-.592.83-.683 1.367h4.115c-.045-.446-.173-.811-.383-1.093a1.873 1.873 0 0 0-.738-.629 2.02 2.02 0 0 0-.916-.219Zm8.08-1.094c.502 0 .934.082 1.299.246.365.155.615.297.752.424v1.135a4.067 4.067 0 0 0-.875-.492c-.328-.146-.72-.219-1.176-.219a2.28 2.28 0 0 0-1.271.356 2.336 2.336 0 0 0-.848.916 2.654 2.654 0 0 0-.287 1.23c0 .438.096.848.287 1.231.2.373.483.679.848.916.364.227.788.341 1.271.341.456 0 .848-.068 1.176-.205a4.47 4.47 0 0 0 .875-.506v1.135c-.137.137-.387.283-.752.438-.365.155-.797.232-1.299.232-.693 0-1.308-.164-1.846-.492a3.614 3.614 0 0 1-1.271-1.299 3.656 3.656 0 0 1-.451-1.791c0-.647.15-1.244.451-1.791a3.58 3.58 0 0 1 1.271-1.312c.538-.329 1.153-.493 1.846-.493Zm5.783-1.832v1.969h1.996v1.053h-1.996v4.006c0 .282.073.506.22.67.145.164.368.246.669.246.274 0 .501-.032.684-.096.182-.073.341-.15.478-.232v.916a2.269 2.269 0 0 1-.588.341c-.2.092-.474.137-.82.137-.583 0-1.025-.173-1.326-.519-.292-.356-.438-.825-.438-1.409v-4.06h-1.312v-.328c.446-.201.82-.529 1.12-.985.302-.465.566-1.034.794-1.709h.52Zm6.85 1.832c.702 0 1.285.146 1.75.438a2.69 2.69 0 0 1 1.039 1.189c.237.502.356 1.067.356 1.696v.67h-5.25c.054.382.186.733.396 1.052.21.319.483.574.82.766.338.182.725.273 1.162.273.493 0 .953-.123 1.381-.369a5.184 5.184 0 0 0 1.08-.834l-.013 1.217a2.73 2.73 0 0 1-.575.492 3.584 3.584 0 0 1-.86.41 2.87 2.87 0 0 1-1.013.178c-.692 0-1.308-.164-1.845-.492a3.614 3.614 0 0 1-1.272-1.299 3.656 3.656 0 0 1-.451-1.791c0-.647.141-1.244.424-1.791.282-.547.67-.984 1.162-1.312a3.044 3.044 0 0 1 1.709-.493Zm0 1.094c-.565 0-1.03.191-1.395.574-.364.374-.592.83-.683 1.367h4.115c-.046-.446-.173-.811-.383-1.093a1.873 1.873 0 0 0-.738-.629 2.02 2.02 0 0 0-.916-.219Zm11.17-3.965V334h-1.121v-1.162c-.237.364-.56.683-.97.957-.402.273-.862.41-1.382.41a3.042 3.042 0 0 1-1.6-.437 3.327 3.327 0 0 1-1.162-1.245c-.282-.528-.423-1.139-.423-1.832 0-.756.141-1.408.423-1.955a3.102 3.102 0 0 1 1.19-1.257 3.204 3.204 0 0 1 1.682-.452c.392 0 .788.096 1.19.287.41.183.76.438 1.052.766v-3.924h1.12Zm-3.158 3.992c-.493 0-.912.123-1.258.37a2.412 2.412 0 0 0-.807.929 2.858 2.858 0 0 0-.273 1.244c0 .438.09.844.273 1.217.183.365.438.656.766.875.337.219.725.328 1.162.328.42 0 .793-.109 1.121-.328.328-.219.588-.519.78-.902a2.83 2.83 0 0 0 .273-1.313l-.014-1.312a3.307 3.307 0 0 0-.916-.82 2.105 2.105 0 0 0-1.107-.288Z"}),l.createElement("path",{fill:"#615BC2",d:"m392.672 159.494 3.974 8.506h-1.372l-.888-2.031h-3.987l-.901 2.031h-1.371l3.974-8.506h.571Zm-.267 1.93-1.536 3.466h3.047l-1.511-3.466Zm14.448.228v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.08Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.338 3.338 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V168h-1.041v-6.348h1.041Zm16.085 0L436.407 168h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.664-4.456h.583l1.664 4.456 1.409-4.456h1.244Zm2.285-3.047c.246 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.783.783 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.648 3.047V168h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.414-.186.761-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V168h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V168h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm9.877-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.855 1.701c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V168h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V168h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm9.483-.889v1.27c.246-.423.542-.762.889-1.016s.703-.381 1.067-.381c.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V168h-1.041v-6.348h1.041Zm6.564-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v9.395h-1.041v-4.126c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.253 1.156c0 .406.084.778.253 1.117.17.338.407.609.711.812.314.204.673.305 1.079.305.39 0 .737-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.893 1.893 0 0 0-1.029-.279Zm10.284-.902v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.496-.72.496-1.27v-3.758h1.079Zm2.983-3.047c.245 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.785.785 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.647 3.047V168h-1.041v-5.37h-1.002v-.978h2.043Zm3.289 0v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V168h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V168h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.167.343-.322.22-.572.508-.75.863a2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.958 1.958 0 0 0-1.029-.267Zm12.125-1.041c.55 0 1.045.136 1.485.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431 2.44 2.44 0 0 1-1.117-.292 3.339 3.339 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.889-.85.38-.237.812-.356 1.295-.356Zm-.166 1.016c-.38 0-.727.097-1.041.292a2.057 2.057 0 0 0-.723.813c-.169.338-.254.736-.254 1.193l.013 1.219c.27.33.554.601.85.812.296.203.639.305 1.029.305.457 0 .846-.119 1.167-.356.322-.237.568-.541.737-.914.178-.381.266-.774.266-1.18 0-.415-.084-.783-.253-1.105a2.01 2.01 0 0 0-.711-.787c-.305-.195-.665-.292-1.08-.292Zm7.453-1.016c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm5.674-.889v1.27c.246-.423.542-.762.889-1.016s.703-.381 1.066-.381c.246 0 .466.043.661.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V168h-1.041v-6.348h1.041Zm4.99 0v.813c.203-.229.461-.44.774-.635a2.073 2.073 0 0 1 1.13-.305c.457 0 .884.11 1.282.33.398.212.703.534.914.965a5.45 5.45 0 0 1 .965-.914 2.007 2.007 0 0 1 1.219-.381c.431 0 .834.098 1.206.292.381.187.685.474.914.864.237.381.355.863.355 1.447V168h-1.041l-.012-3.771c0-.55-.144-.969-.432-1.256-.279-.288-.669-.432-1.168-.432-.364 0-.681.114-.952.343a5.728 5.728 0 0 0-.774.8V168h-1.041l-.013-3.771c0-.55-.144-.969-.432-1.256-.279-.288-.668-.432-1.168-.432-.347 0-.664.102-.952.305a4.215 4.215 0 0 0-.774.736V168h-1.041v-6.348h1.041Zm11.743-3.047c.245 0 .448.089.609.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.824.824 0 0 1 .622-.267Zm.647 3.047V168h-1.041v-5.37h-1.003v-.978h2.044Zm4.139-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm5.434 0a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.686.102.397 0 .71-.089.939-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Zm4.557-2.92c.246 0 .449.089.61.267a.816.816 0 0 1 .253.597c0 .22-.084.419-.253.596a.787.787 0 0 1-.61.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.648 3.047V168h-1.041v-5.37h-1.003v-.978h2.044Zm5.116-.127c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.219.287.508.431 1.062.431 1.663a3.32 3.32 0 0 1-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .85-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.331-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V168h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V168h-1.041v-6.348h1.041Zm8.278-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.686.102.397 0 .71-.089.939-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Zm10.219 0c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.332 3.332 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.234 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V168h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.299 3.299 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V168h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V168h-1.041v-6.348h1.041Zm-238.558 14.873c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V183h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm8.315-1.016c.55 0 1.045.136 1.486.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431c-.364 0-.737-.097-1.118-.292a3.335 3.335 0 0 1-.964-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.888-.85a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.042 2.042 0 0 0-.723.813c-.17.338-.254.736-.254 1.193l.012 1.219c.271.33.555.601.851.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm8.062-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.961 2.961 0 0 1-1.091 1.206 2.868 2.868 0 0 1-1.562.431 2.44 2.44 0 0 1-1.117-.292 3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.889-.85a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.601.85.812.297.203.639.305 1.029.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a2.01 2.01 0 0 0-.711-.787c-.305-.195-.665-.292-1.079-.292Zm5.878-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V183h-1.041v-6.348h1.041Zm6.817-.127c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.219.288.508.431 1.062.431 1.663a3.31 3.31 0 0 1-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm10.372-.889L428.016 183h-.648l-2.856-6.348h1.244l1.917 4.672 2.082-4.672h1.244Zm3.758-.127c.652 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm11.311-1.016c.644 0 1.215.153 1.714.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.714.457-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.332 3.332 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.339-.22.597-.503.774-.85.187-.356.28-.736.28-1.143a2.37 2.37 0 0 0-.28-1.142 2.076 2.076 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.069-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.782.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V183h-1.041v-6.348h1.041Zm8.798 0v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V183h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.472-3.936c.245 0 .448.089.609.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.865.865 0 0 1-.242-.596c0-.229.081-.428.242-.597a.824.824 0 0 1 .622-.267Zm.673 3.047v6.323c0 .854-.199 1.544-.597 2.069-.389.525-.918.922-1.587 1.193l-.47-.939c.559-.271.965-.571 1.219-.902.262-.33.394-.753.394-1.269v-5.497h-1.003v-.978h2.044Zm4.773-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm7.503-1.016c.465 0 .867.077 1.206.229.339.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm5.37-1.701v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm9.306 0v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V183h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V183h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm11.667-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.067 1.117.27.474.406 1.032.406 1.676 0 .694-.136 1.303-.406 1.828a2.97 2.97 0 0 1-1.092 1.206 2.868 2.868 0 0 1-1.562.431 2.44 2.44 0 0 1-1.117-.292 3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.517-.622.889-.85a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.601.851.812.296.203.639.305 1.028.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.305-.195-.664-.292-1.079-.292Zm5.878-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.782.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V183h-1.041v-6.348h1.041Zm6.817-.127c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm8.252-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.067 1.117.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.963 2.963 0 0 1-1.092 1.206 2.868 2.868 0 0 1-1.562.431c-.363 0-.736-.097-1.117-.292a3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.221-.338.517-.622.889-.85a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.555.601.851.812.296.203.639.305 1.028.305.457 0 .846-.119 1.168-.356.322-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.305-.195-.664-.292-1.079-.292Zm7.706-1.016c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.186.347.449.63.787.85.339.212.733.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.919-1.016a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V183h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-3.644h1.041Zm-2.932 3.707c-.457 0-.847.115-1.168.343-.322.22-.572.508-.749.863-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm11.768-1.041c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.729 0c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V183h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V183h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V183h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V183h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V183h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v6.221c0 .753-.153 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.724-.046-1.003-.139a2.553 2.553 0 0 1-.698-.33c-.195-.127-.373-.25-.534-.369v-1.117c.127.093.292.212.496.356.211.152.461.287.749.406.296.118.626.178.99.178.415 0 .795-.076 1.142-.229a1.98 1.98 0 0 0 .838-.673c.212-.296.318-.651.318-1.066v-1.333c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.526-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Z"}),l.createElement("circle",{cx:479,cy:286.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),l.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M479 284v-90"}),l.createElement("path",{fill:"#615BC2",d:"M439.389 393.494v1.079h-2.933v7.389h-1.143v-7.389h-2.932v-1.079h7.008Zm4.557 2.031c.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V402h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V402h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.839 2.839 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm13.635-.889v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.331-.297.496-.72.496-1.27v-3.758h1.079Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.322.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V402h-1.041v-6.348h1.041Zm16.085 0L494.067 402h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.41 4.456 1.663-4.456h.584l1.663 4.456 1.409-4.456h1.244Zm4.38-.127c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V402h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V402h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm7.185 0c.644 0 1.215.153 1.714.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.714.457-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.458 0 .851-.106 1.181-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.181-.33Zm11.706-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm4.659.127v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.782.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V402h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V402h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.842-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85c-.17.136-.351.241-.546.317-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.361 1.701c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm10.372-3.682V402h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.96 1.96 0 0 0-1.029-.267Zm10.652-2.742v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V402h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V402h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm11.311-1.016c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.729 0c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V402h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V402h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V402h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V402h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V402h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v6.221c0 .753-.153 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.724-.046-1.003-.139a2.553 2.553 0 0 1-.698-.33c-.195-.127-.373-.25-.534-.369v-1.117c.127.093.292.212.496.356.211.152.461.287.749.406.296.118.626.178.99.178.415 0 .795-.076 1.142-.229a1.98 1.98 0 0 0 .838-.673c.212-.296.318-.651.318-1.066v-1.333c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203ZM434.12 410.652v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V417h-1.041v-6.348h1.041Zm6.564-.127c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm7.249-1.016c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v9.395h-1.041v-4.126c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.177-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm10.283-.902v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.08v3.758c0 .55.16.973.482 1.27.33.287.707.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm4.583-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.526-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm5.294-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm10.422 1.701c.466 0 .868.077 1.207.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.234 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V417h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-6.348h1.041Zm13.064-.127c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.233 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V417h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.079.305.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.893 1.893 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-6.348h1.041Zm9.255-.127c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.234 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm5.674-3.682V417h-1.041v-9.141h1.041Zm7.719.965v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.312-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.728 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V417h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V417h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.76 3.76 0 0 1-1.663.368c-.389 0-.723-.046-1.003-.139a2.581 2.581 0 0 1-.698-.33c-.195-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.838-.673.211-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.847.114-1.168.342a2.225 2.225 0 0 0-.749.876c-.17.356-.254.741-.254 1.156 0 .406.084.778.254 1.117.169.338.406.609.71.812.314.204.673.305 1.08.305.389 0 .736-.101 1.041-.305.304-.203.546-.482.723-.837.178-.356.263-.758.254-1.207l-.013-1.218a3.082 3.082 0 0 0-.85-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm6.525-1.016a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Z"}),l.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M479 382v-92"}),l.createElement("circle",{cx:258,cy:319,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),l.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M258 315v-46"}),l.createElement("path",{fill:"#615BC2",d:"M180.389 234.494v1.079h-2.933v7.389h-1.143v-7.389h-2.932v-1.079h7.008Zm4.557 2.031c.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V243h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V243h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.839 2.839 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm13.635-.889v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.331-.297.496-.72.496-1.27v-3.758h1.079Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.322.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V243h-1.041v-6.348h1.041Zm10.626-.127c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.233 0c.364 0 .733.089 1.105.267.381.169.707.406.978.711v-.851h1.041V243h-1.041v-1.079a3.135 3.135 0 0 1-.902.889c-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.846.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V243h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V243h-1.041v-6.348h1.041Zm12.086-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.056.326.166.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm8.734.127v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94-.407.22-.864.33-1.371.33a2.83 2.83 0 0 1-1.371-.33 2.442 2.442 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.079v3.758c0 .55.161.973.483 1.27.33.287.706.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm5.091-.127c.584 0 1.104.14 1.561.419.466.271.83.66 1.092 1.168.271.508.406 1.113.406 1.816 0 .643-.135 1.21-.406 1.701a2.988 2.988 0 0 1-1.066 1.155c-.44.271-.935.406-1.486.406-.482 0-.914-.127-1.294-.38a3.173 3.173 0 0 1-.889-.889V243h-1.041v-9.141h1.041v3.644a2.85 2.85 0 0 1 .965-.711 2.627 2.627 0 0 1 1.117-.267Zm-.191 1.029c-.389 0-.732.093-1.028.279-.296.178-.58.432-.85.762l-.013 1.218c0 .449.084.851.254 1.207.177.355.419.634.723.837a1.87 1.87 0 0 0 1.041.305c.415 0 .775-.101 1.079-.305.305-.203.542-.474.711-.812.17-.339.254-.711.254-1.117 0-.415-.089-.8-.266-1.156a2.142 2.142 0 0 0-.737-.876c-.321-.228-.711-.342-1.168-.342Zm6.005-.902v.813c.203-.229.462-.44.775-.635a2.07 2.07 0 0 1 1.13-.305c.457 0 .884.11 1.282.33.398.212.702.534.914.965a5.45 5.45 0 0 1 .965-.914 2.007 2.007 0 0 1 1.219-.381c.431 0 .833.098 1.206.292.38.187.685.474.914.864.237.381.355.863.355 1.447V243h-1.041l-.013-3.771c0-.55-.143-.969-.431-1.256-.28-.288-.669-.432-1.168-.432-.364 0-.682.114-.952.343a5.79 5.79 0 0 0-.775.8V243h-1.041l-.012-3.771c0-.55-.144-.969-.432-1.256-.279-.288-.669-.432-1.168-.432-.347 0-.664.102-.952.305-.28.203-.538.448-.775.736V243h-1.041v-6.348h1.041Zm11.743-3.047c.246 0 .449.089.61.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.868.868 0 0 1-.241-.596.84.84 0 0 1 .241-.597.827.827 0 0 1 .622-.267Zm.648 3.047V243h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm10.423 1.701c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm6.728 0c.432 0 .826.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V243h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V243h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.521-.508a3.08 3.08 0 0 1 .71-.444c.271-.118.551-.178.838-.178Zm6.932 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V243h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.079.305.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.893 1.893 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V243h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V243h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.864 2.864 0 0 1-1.219 1.117 3.76 3.76 0 0 1-1.663.368c-.389 0-.723-.046-1.003-.139a2.581 2.581 0 0 1-.698-.33c-.194-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.838-.673.211-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.847.114-1.168.342a2.225 2.225 0 0 0-.749.876c-.17.356-.254.741-.254 1.156 0 .406.084.778.254 1.117.169.338.406.609.711.812a1.93 1.93 0 0 0 1.079.305c.389 0 .736-.101 1.041-.305.304-.203.546-.482.723-.837.178-.356.263-.758.254-1.207l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm6.525-1.016c.372 0 .72.055 1.041.165.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.322.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.699.266.245.068.473.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm9.103-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.614 1.701c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.219.287.508.431 1.062.431 1.663a3.32 3.32 0 0 1-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .85-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.331-.22-.724-.33-1.181-.33Zm11.959-1.016c.584 0 1.104.14 1.561.419.466.271.83.66 1.092 1.168.271.508.406 1.113.406 1.816 0 .643-.135 1.21-.406 1.701a2.988 2.988 0 0 1-1.066 1.155c-.44.271-.935.406-1.486.406-.482 0-.914-.127-1.294-.38a3.173 3.173 0 0 1-.889-.889V243h-1.041v-9.141h1.041v3.644a2.85 2.85 0 0 1 .965-.711 2.627 2.627 0 0 1 1.117-.267Zm-.191 1.029c-.389 0-.732.093-1.028.279-.296.178-.58.432-.85.762l-.013 1.218c0 .449.084.851.254 1.207.177.355.419.634.723.837a1.87 1.87 0 0 0 1.041.305c.415 0 .775-.101 1.08-.305.304-.203.541-.474.71-.812.17-.339.254-.711.254-1.117 0-.415-.089-.8-.266-1.156a2.142 2.142 0 0 0-.737-.876c-.321-.228-.711-.342-1.168-.342Zm7.58-1.029c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.079.254 2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm9.483-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V243h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.83 4.83 0 0 0 1.002-.774l-.012 1.13a2.584 2.584 0 0 1-.533.457 3.351 3.351 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.203 3.203 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm10.233-.889L404.689 243h-.647l-2.856-6.348h1.244l1.917 4.672 2.082-4.672h1.244Zm2.285-3.047c.245 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.785.785 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.647 3.047V243h-1.041v-5.37h-1.002v-.978h2.043Zm4.863-.127c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm12.962-.889L426.208 243h-.647l-1.74-4.481-1.739 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.663-4.456h.584l1.663 4.456 1.41-4.456h1.244Zm3.884-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.351 3.351 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm10.373-3.682V243h-1.041v-1.079a3.135 3.135 0 0 1-.902.889c-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .733.089 1.105.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.322.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.1 3.1 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm-262.806 13.959c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.338-.22.597-.503.774-.85.187-.356.28-.736.28-1.143a2.37 2.37 0 0 0-.28-1.142 2.083 2.083 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.069-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V258h-1.041v-6.348h1.041Zm9.508-1.828v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.253 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.317.863.317 1.447V258h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.015.381a4.394 4.394 0 0 0-.876.863V258h-1.041v-9.141h1.041v3.796c.135-.169.308-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.626.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm4.99-.889 2.221 4.672 2.159-4.672h1.244l-4.672 9.395h-1.206l1.815-3.428-2.805-5.967h1.244Zm13.571-.127c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.233 0c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V258h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.846.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V258h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V258h-1.041v-6.348h1.041Zm15.932-2.793V258h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-3.644h1.041Zm-2.932 3.707c-.457 0-.847.115-1.168.343-.322.22-.572.508-.749.863-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm6.106-3.961c.246 0 .449.089.61.267a.816.816 0 0 1 .253.597c0 .22-.084.419-.253.596a.787.787 0 0 1-.61.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.648 3.047V258h-1.041v-5.37h-1.003v-.978h2.044Zm4.138-.127c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.422 2.422 0 0 0-.94-.19c-.397 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978a2.07 2.07 0 0 1-.826.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.67 4.67 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.221.101.453.19.699.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm6.411 0c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.234 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V258h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V258h-1.041v-6.348h1.041Zm9.687-2.793V258h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419c.363 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.322.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm10.651-2.742v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.623.228.253 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V258h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V258h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm5.65-3.936c.245 0 .448.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.824.824 0 0 1 .622-.267Zm.647 3.047V258h-1.041v-5.37h-1.003v-.978h2.044Zm3.288 0v1.27c.246-.423.542-.762.889-1.016s.703-.381 1.067-.381c.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V258h-1.041v-6.348h1.041Zm10.626-.127c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.729 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V258h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381a4.394 4.394 0 0 0-.876.863V258h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.363 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V258h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.299 3.299 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V258h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V258h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.724-.046-1.003-.139a2.553 2.553 0 0 1-.698-.33c-.195-.127-.373-.25-.533-.369v-1.117c.127.093.292.212.495.356.211.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.837-.673.212-.296.318-.651.318-1.066v-1.333c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.17.338.406.609.711.812.313.204.673.305 1.079.305.39 0 .737-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.895 1.895 0 0 0-1.029-.279Zm7.706-1.029c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm6.526-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.056.326.166.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Z"}),l.createElement("rect",{width:93,height:23,x:733.5,y:125.5,fill:"#F4FAEB",rx:3.5}),l.createElement("rect",{width:93,height:23,x:733.5,y:125.5,stroke:"#B0D182",rx:3.5}),l.createElement("g",{clipPath:"url(#clip1_20382_240644)"},l.createElement("path",{fill:"#68A611",d:"m753.25 140.128-2.603-2.603a.747.747 0 1 0-1.057 1.058l3.135 3.135a.747.747 0 0 0 1.057 0l7.935-7.935a.747.747 0 1 0-1.057-1.058l-7.41 7.403Z"})),l.createElement("path",{fill:"#3B6600",d:"m773.211 133.09 3.656 7.91h-1.91l-.598-1.465h-3.105l-.598 1.465h-1.91l3.656-7.91h.809Zm-.399 2.66-.984 2.402h1.969l-.985-2.402Zm8.473-.82c.469 0 .903.121 1.301.363.406.234.73.582.973 1.043.25.453.375 1.008.375 1.664 0 .656-.125 1.223-.375 1.699a2.684 2.684 0 0 1-.997 1.102 2.62 2.62 0 0 1-1.382.375c-.328 0-.657-.078-.985-.235a2.78 2.78 0 0 1-.808-.609v3.48h-1.489v-8.73h1.489v.996c.172-.32.422-.59.75-.808.328-.227.711-.34 1.148-.34Zm-.375 1.488c-.265 0-.515.07-.75.211a1.557 1.557 0 0 0-.574.574c-.141.25-.207.551-.199.902v.856c.211.219.437.402.679.551.25.14.52.211.809.211.305 0 .57-.082.797-.246.226-.165.402-.375.527-.633a1.96 1.96 0 0 0 .188-.844c0-.445-.137-.82-.41-1.125-.266-.305-.622-.457-1.067-.457Zm7.828-1.488c.469 0 .903.121 1.301.363.406.234.731.582.973 1.043.25.453.375 1.008.375 1.664 0 .656-.125 1.223-.375 1.699a2.675 2.675 0 0 1-.996 1.102c-.414.25-.875.375-1.383.375-.328 0-.656-.078-.985-.235a2.794 2.794 0 0 1-.808-.609v3.48h-1.488v-8.73h1.488v.996c.172-.32.422-.59.75-.808.328-.227.711-.34 1.148-.34Zm-.375 1.488c-.265 0-.515.07-.75.211a1.564 1.564 0 0 0-.574.574c-.141.25-.207.551-.199.902v.856c.211.219.437.402.68.551.25.14.519.211.808.211.305 0 .57-.082.797-.246.227-.165.402-.375.527-.633a1.96 1.96 0 0 0 .188-.844c0-.445-.137-.82-.41-1.125-.266-.305-.621-.457-1.067-.457Zm5.93-3.856V141h-1.488v-8.438h1.488Zm3.059-.562c.281 0 .523.102.726.305a.94.94 0 0 1 .305.703c0 .265-.102.5-.305.703a.992.992 0 0 1-.726.305.992.992 0 0 1-.727-.305.986.986 0 0 1-.293-.703c0-.274.098-.508.293-.703a.992.992 0 0 1 .727-.305Zm.867 3.082V141h-1.489v-4.652h-.949v-1.266h2.438Zm4.465-.152c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.143 3.143 0 0 1-1.149-1.089c-.281-.461-.421-.989-.421-1.583 0-.578.128-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.756 2.756 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.188-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V141h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.329.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211.234-.141.421-.336.562-.586.149-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.625 1.625 0 0 0-.797-.199Z"}),l.createElement("rect",{width:93,height:23,x:733.5,y:277.5,fill:"#FFF2F3",rx:3.5}),l.createElement("rect",{width:93,height:23,x:733.5,y:277.5,stroke:"#FEB0B7",rx:3.5}),l.createElement("path",{fill:"#D93644",d:"M754.724 284.283a.745.745 0 0 0-1.057 0l-3.668 3.66-3.667-3.668a.748.748 0 0 0-1.058 1.058l3.668 3.667-3.668 3.668a.747.747 0 1 0 1.058 1.057l3.667-3.667 3.668 3.667a.745.745 0 0 0 1.057 0 .745.745 0 0 0 0-1.057L751.057 289l3.667-3.667a.752.752 0 0 0 0-1.05Z"}),l.createElement("path",{fill:"#D11525",d:"M767.973 284.973c.492 0 .918.07 1.277.211.359.132.672.316.938.55v1.641a11.253 11.253 0 0 0-.586-.41 2.99 2.99 0 0 0-.692-.328 2.745 2.745 0 0 0-.89-.129c-.469 0-.895.113-1.278.34a2.558 2.558 0 0 0-.914.914c-.226.383-.34.82-.34 1.312 0 .485.114.922.34 1.313.227.383.531.687.914.914.383.219.809.328 1.278.328.523 0 .96-.078 1.312-.234.359-.165.684-.364.973-.598v1.582a3.048 3.048 0 0 1-.996.586c-.399.14-.844.211-1.336.211a4.347 4.347 0 0 1-1.594-.293 4.263 4.263 0 0 1-1.324-.844 4.01 4.01 0 0 1-.903-1.301 4.118 4.118 0 0 1-.328-1.664c0-.609.11-1.164.328-1.664.219-.5.52-.93.903-1.289a4.007 4.007 0 0 1 1.324-.844 4.195 4.195 0 0 1 1.594-.304Zm6.117 1.957c.32 0 .644.074.972.222.329.149.602.348.821.598v-.668h1.488V293h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386Zm.305 1.453a1.34 1.34 0 0 0-.809.246 1.606 1.606 0 0 0-.516.621 1.882 1.882 0 0 0-.187.832c0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.652 2.652 0 0 0-.692-.539 1.624 1.624 0 0 0-.796-.199Zm6.293-1.301v.844c.179-.242.421-.469.726-.68a1.862 1.862 0 0 1 1.066-.316c.602 0 1.106.203 1.512.609.406.406.61 1.016.61 1.828V293h-1.489l-.011-3.434c0-.398-.098-.695-.293-.89-.188-.196-.45-.293-.786-.293-.265 0-.515.086-.75.258a2.707 2.707 0 0 0-.585.609V293h-1.489v-5.918h1.489Zm8.32-.152c.437 0 .797.07 1.078.211.281.14.504.277.668.41v1.371a3.03 3.03 0 0 0-.692-.375c-.25-.102-.558-.152-.925-.152a1.641 1.641 0 0 0-1.43.82c-.148.25-.223.535-.223.855 0 .485.157.883.469 1.196.313.312.707.468 1.184.468.367 0 .675-.046.925-.14.258-.102.489-.227.692-.375v1.359a2.998 2.998 0 0 1-.668.41c-.281.125-.641.188-1.078.188-.602 0-1.137-.141-1.606-.422a3.257 3.257 0 0 1-1.101-1.137 3.12 3.12 0 0 1-.399-1.547c0-.414.075-.808.223-1.183.156-.375.375-.707.656-.996.281-.297.61-.532.985-.703a2.99 2.99 0 0 1 1.242-.258Zm5.66 0c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .821-.086 1.172-.258.352-.172.633-.347.844-.527l-.012 1.383c-.187.164-.468.332-.844.504a2.952 2.952 0 0 1-1.218.246 3.283 3.283 0 0 1-1.606-.399 3.14 3.14 0 0 1-1.148-1.089c-.281-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.071 3.071 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.468-.937a1.511 1.511 0 0 0-.926-.317Zm5.672-3.668V293h-1.489v-8.438h1.489Zm3.304 0V293h-1.488v-8.438h1.488Zm4.407 2.368c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.132 3.132 0 0 1-1.148-1.089c-.282-.461-.422-.989-.422-1.583 0-.578.129-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V293h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.329.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.625 1.625 0 0 0-.797-.199Z"}),l.createElement("rect",{width:93,height:23,x:733.5,y:201.5,fill:"#FFF4E5",rx:3.5}),l.createElement("rect",{width:93,height:23,x:733.5,y:201.5,stroke:"#FFC46F",rx:3.5}),l.createElement("g",{clipPath:"url(#clip2_20382_240644)"},l.createElement("path",{fill:"#D76500",d:"M748.992 205.5c-4.14 0-7.492 3.36-7.492 7.5 0 4.14 3.352 7.5 7.492 7.5 4.148 0 7.508-3.36 7.508-7.5 0-4.14-3.36-7.5-7.508-7.5ZM749 219c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6Zm-.165-9.75h-.045c-.3 0-.54.24-.54.54v3.54c0 .262.135.51.367.645l3.113 1.867a.534.534 0 0 0 .735-.179.533.533 0 0 0-.187-.743l-2.903-1.725v-3.405c0-.3-.24-.54-.54-.54Z"})),l.createElement("path",{fill:"#B35300",d:"M765.359 208.996c.453 0 .868.063 1.243.188.375.125.691.269.949.433v1.606a8.927 8.927 0 0 0-.903-.481 2.566 2.566 0 0 0-1.089-.222c-.204 0-.407.031-.61.093a1.281 1.281 0 0 0-.492.282.65.65 0 0 0-.187.48.64.64 0 0 0 .339.586c.227.133.504.266.832.398l.961.399c.547.234.95.519 1.207.855.258.336.387.719.387 1.149 0 .468-.137.883-.41 1.242a2.712 2.712 0 0 1-1.078.832 3.55 3.55 0 0 1-1.488.305c-.461 0-.903-.079-1.325-.235a4.53 4.53 0 0 1-1.101-.574v-1.605c.344.25.722.461 1.136.632.415.172.856.258 1.325.258.328 0 .609-.062.843-.187.235-.133.352-.328.352-.586 0-.203-.098-.367-.293-.492a2.764 2.764 0 0 0-.621-.329l-1.207-.468c-.609-.235-1.024-.539-1.242-.914a2.58 2.58 0 0 1-.317-1.266c0-.477.129-.891.387-1.242.266-.36.609-.637 1.031-.832a3.121 3.121 0 0 1 1.371-.305Zm6.715 1.934c.438 0 .797.07 1.078.211.282.14.504.277.668.41v1.371a3.022 3.022 0 0 0-.691-.375c-.25-.102-.559-.152-.926-.152a1.644 1.644 0 0 0-1.652 1.675c0 .485.156.883.469 1.196.312.312.707.468 1.183.468.367 0 .676-.046.926-.14.258-.102.488-.227.691-.375v1.359a2.975 2.975 0 0 1-.668.41c-.281.125-.64.188-1.078.188-.601 0-1.136-.141-1.605-.422a3.269 3.269 0 0 1-1.102-1.137 3.13 3.13 0 0 1-.398-1.547c0-.414.074-.808.222-1.183.157-.375.375-.707.657-.996a2.996 2.996 0 0 1 2.226-.961Zm6.352 0c.601 0 1.105.203 1.512.609.406.406.609 1.016.609 1.828V217h-1.488l-.012-3.434c0-.398-.098-.695-.293-.89-.188-.196-.449-.293-.785-.293-.266 0-.516.086-.75.258a2.69 2.69 0 0 0-.586.609V217h-1.488v-8.438h1.488v3.364c.179-.242.422-.469.726-.68a1.863 1.863 0 0 1 1.067-.316Zm6.422 0c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.28 3.28 0 0 1-1.605-.399 3.132 3.132 0 0 1-1.148-1.089c-.282-.461-.422-.989-.422-1.583 0-.578.129-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V217h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.329.149.602.348.821.598v-3.188h1.488Zm-2.976 3.833a1.34 1.34 0 0 0-.809.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.624 1.624 0 0 0-.796-.199Zm10.031-1.313v3.527c0 .524-.117.977-.352 1.36a2.338 2.338 0 0 1-.961.867 2.95 2.95 0 0 1-1.359.305 3.05 3.05 0 0 1-1.383-.305 2.363 2.363 0 0 1-.949-.867c-.227-.383-.34-.836-.34-1.36v-3.527h1.5l.012 3.258c0 .461.105.805.316 1.031.211.227.492.34.844.34.344 0 .621-.113.832-.34.219-.226.328-.57.328-1.031v-3.258h1.512Zm3.187-2.52V217h-1.488v-8.438h1.488Zm4.407 2.368c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.585.961.313.242.696.363 1.149.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.135 3.135 0 0 1-1.149-1.089c-.281-.461-.421-.989-.421-1.583 0-.578.128-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.756 2.756 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.188-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V217h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.328.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211.234-.141.421-.336.562-.586.148-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.628 1.628 0 0 0-.797-.199Z"}),l.createElement("path",{fill:"#202021",d:"M682 211.25a.75.75 0 0 0 0 1.5v-1.5Zm39.566 1.28a.749.749 0 0 0 0-1.06l-4.773-4.773a.75.75 0 0 0-1.061 1.06l4.243 4.243-4.243 4.243a.75.75 0 0 0 1.061 1.06l4.773-4.773Zm-39.566.22h39.036v-1.5H682v1.5Z"}),l.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M651.5 212H682"}),l.createElement("path",{fill:"#202021",d:"m699.502 283.5.643-.385-.643.385Zm22.984 5.428a.75.75 0 0 1 .088 1.057l-4.36 5.153a.75.75 0 1 1-1.145-.969l3.876-4.58-4.581-3.876a.75.75 0 0 1 .969-1.145l5.153 4.36ZM680.5 211.25c1.816 0 3.308 1.246 4.531 3.054 1.236 1.828 2.32 4.403 3.289 7.448 1.942 6.099 3.488 14.291 4.827 22.701.67 4.21 1.29 8.485 1.882 12.591.592 4.109 1.157 8.046 1.716 11.59.56 3.546 1.114 6.684 1.683 9.194.577 2.54 1.15 4.342 1.717 5.287l-1.286.771c-.705-1.175-1.32-3.197-1.894-5.726-.58-2.56-1.14-5.737-1.701-9.292-.562-3.556-1.128-7.505-1.72-11.61-.592-4.107-1.21-8.372-1.878-12.57-1.339-8.405-2.871-16.499-4.775-22.481-.954-2.996-1.986-5.411-3.102-7.062-1.131-1.672-2.23-2.395-3.289-2.395v-1.5Zm19.645 71.865c1.006 1.676 2.803 2.906 5.045 3.789 2.235.881 4.835 1.386 7.332 1.664 2.491.276 4.849.323 6.587.3a53.795 53.795 0 0 0 2.638-.101l.146-.01a.637.637 0 0 0 .036-.003l.008-.001h.002l.063.748.061.747h-.004l-.011.001-.041.004-.157.011a54.48 54.48 0 0 1-2.721.104c-1.778.023-4.202-.024-6.773-.31-2.566-.285-5.31-.811-7.715-1.758-2.399-.945-4.538-2.34-5.782-4.414l1.286-.771Z"}),l.createElement("path",{fill:"#202021",d:"m699.502 141.7.643.385-.643-.385Zm22.984-5.428a.75.75 0 0 0 .088-1.057l-4.36-5.153a.75.75 0 1 0-1.145.969l3.876 4.58-4.581 3.876a.75.75 0 0 0 .969 1.145l5.153-4.36ZM680.5 212.749c1.81 0 3.301-1.218 4.527-2.997 1.238-1.795 2.322-4.324 3.292-7.313 1.942-5.988 3.489-14.03 4.828-22.29.67-4.135 1.29-8.335 1.882-12.371.592-4.039 1.156-7.91 1.716-11.398.56-3.49 1.113-6.58 1.683-9.057.576-2.506 1.149-4.291 1.717-5.238l-1.286-.771c-.704 1.173-1.319 3.175-1.893 5.673-.581 2.526-1.141 5.657-1.702 9.155-.562 3.5-1.127 7.384-1.719 11.418-.592 4.037-1.211 8.227-1.879 12.349-1.338 8.255-2.87 16.198-4.774 22.067-.953 2.939-1.984 5.306-3.1 6.925-1.127 1.635-2.226 2.348-3.292 2.348v1.5Zm19.645-70.664c1.006-1.676 2.803-2.906 5.045-3.789 2.235-.881 4.835-1.386 7.332-1.664 2.491-.277 4.849-.323 6.587-.3a53.795 53.795 0 0 1 2.638.101l.146.01a.637.637 0 0 1 .036.003l.008.001h.002l.063-.748.061-.747h-.004l-.011-.001-.041-.004-.157-.011a54.48 54.48 0 0 0-2.721-.104c-1.778-.023-4.202.024-6.773.31-2.566.285-5.31.811-7.715 1.758-2.399.945-4.538 2.34-5.782 4.414l1.286.771Z"}),l.createElement("path",{fill:"#615BC2",d:"M580.672 84.494 584.646 93h-1.372l-.888-2.031h-3.987L577.498 93h-1.371l3.974-8.506h.571Zm-.267 1.93-1.536 3.466h3.047l-1.511-3.466Zm14.448.228v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.974.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.08Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.322 3.322 0 0 0-.723-.394 2.424 2.424 0 0 0-.94-.19c-.398 0-.698.093-.901.28-.195.186-.292.38-.292.583 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.38c.414.145.723.352.926.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.057 2.057 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.245 0-.504-.033-.774-.101-.263-.06-.5-.131-.711-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.09.939-.267.237-.177.356-.398.356-.66a.57.57 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.967 1.967 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.012 1.13a2.56 2.56 0 0 1-.534.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.419-1.663c0-.6.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.753-.356-1.016a1.737 1.737 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm5.675-.889v1.27c.245-.423.542-.762.889-1.016s.702-.38 1.066-.38c.245 0 .466.042.66.126v1.206a1.578 1.578 0 0 0-.812-.24c-.432 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V93h-1.041v-6.348h1.041Zm16.085 0L624.407 93h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.664-4.456h.583l1.664 4.456 1.409-4.456h1.244Zm2.285-3.046c.246 0 .449.088.609.266.17.17.254.368.254.597 0 .22-.084.419-.254.596a.783.783 0 0 1-.609.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.266Zm.648 3.046V93h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.47.203.622.135.152.342.228.622.228.254 0 .465-.03.635-.089a3.12 3.12 0 0 0 .444-.216v.851a2.081 2.081 0 0 1-.546.318c-.186.084-.44.126-.762.126-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.414-.186.761-.49 1.041-.914.279-.431.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.38.318.863.318 1.447V93h-1.041l-.013-3.77c0-.55-.123-.97-.368-1.257-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.38-.33.246-.622.534-.876.864V93h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444a2.07 2.07 0 0 1 .838-.178Zm9.877-1.7v1.827h1.853v.978h-1.853v3.72c0 .262.068.47.203.622.136.152.343.228.622.228.254 0 .466-.03.635-.089a3.12 3.12 0 0 0 .444-.216v.851a2.081 2.081 0 0 1-.546.318c-.186.084-.44.126-.761.126-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.49 1.041-.914.28-.431.525-.96.737-1.587h.482Zm6.855 1.7c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.38.317.863.317 1.447V93h-1.041l-.013-3.77c0-.55-.122-.97-.368-1.257-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.38-.33.246-.622.534-.876.864V93h-1.041v-9.14h1.041v3.795c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.418-1.663c0-.6.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.753-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm9.483-.889v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V93h-1.041v-6.348h1.041Zm6.564-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.822c-.043-.415-.161-.753-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.09 1.104.267.381.17.707.406.978.71v-.85h1.041v9.395h-1.041V91.92a3.11 3.11 0 0 1-.901.889c-.373.254-.8.38-1.283.38a2.82 2.82 0 0 1-1.485-.406 3.085 3.085 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.891 2.891 0 0 1 1.104-1.168c.466-.279.986-.419 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.343-.321.22-.571.511-.749.875-.169.356-.253.741-.253 1.156 0 .406.084.778.253 1.117.17.338.407.61.711.812.314.204.673.305 1.079.305.39 0 .737-.102 1.041-.305.305-.203.546-.482.724-.838.178-.355.262-.757.254-1.206l-.013-1.218a3.088 3.088 0 0 0-.85-.762 1.891 1.891 0 0 0-1.029-.28Zm10.284-.902v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.974.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.496-.72.496-1.27v-3.758h1.079Zm2.983-3.046c.245 0 .449.088.609.266.17.17.254.368.254.597 0 .22-.084.419-.254.596a.785.785 0 0 1-.609.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.266Zm.647 3.046V93h-1.041v-5.37h-1.002v-.978h2.043Zm3.289 0v1.27c.245-.423.541-.762.888-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.053.456a6.607 6.607 0 0 0-.749 1.092V93h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.753-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm10.372-3.682V93h-1.041v-1.08a3.11 3.11 0 0 1-.901.89c-.373.254-.8.38-1.283.38a2.82 2.82 0 0 1-1.485-.406 3.093 3.093 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.887 2.887 0 0 1 1.105-1.168c.465-.279.986-.419 1.561-.419.364 0 .732.09 1.105.267.38.17.706.406.977.71V83.86h1.041Zm-2.933 3.707c-.457 0-.846.115-1.167.343-.322.22-.572.508-.75.863-.169.356-.253.741-.253 1.156 0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305a2.13 2.13 0 0 0 .723-.838c.178-.364.263-.77.254-1.218l-.013-1.22a3.088 3.088 0 0 0-.85-.761 1.96 1.96 0 0 0-1.029-.267Zm12.125-1.04c.55 0 1.045.135 1.485.406.448.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.953 2.953 0 0 1-1.092 1.206 2.867 2.867 0 0 1-1.561.431c-.364 0-.736-.097-1.117-.292a3.355 3.355 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.08c.22-.34.516-.623.889-.851.38-.237.812-.356 1.295-.356Zm-.166 1.015c-.38 0-.727.097-1.041.292a2.054 2.054 0 0 0-.723.813c-.169.338-.254.736-.254 1.193l.013 1.219c.27.33.554.6.85.812.296.203.639.305 1.029.305.457 0 .846-.119 1.167-.356.322-.237.568-.541.737-.914.178-.38.266-.774.266-1.18 0-.415-.084-.783-.253-1.105a2.007 2.007 0 0 0-.711-.787c-.305-.195-.665-.292-1.08-.292Zm7.453-1.016c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.71.314.17.673.255 1.08.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.55 2.55 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.161-.753-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm5.674-.889v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.066-.38c.246 0 .466.042.661.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V93h-1.041v-6.348h1.041Zm4.99 0v.813a3.49 3.49 0 0 1 .774-.635 2.072 2.072 0 0 1 1.13-.305c.457 0 .884.11 1.282.33.398.212.703.534.914.965.296-.355.618-.66.965-.914s.753-.38 1.219-.38c.431 0 .834.097 1.206.291.381.187.685.474.914.864.237.38.355.863.355 1.447V93h-1.041l-.012-3.77c0-.55-.144-.97-.432-1.257-.279-.288-.669-.432-1.168-.432a1.43 1.43 0 0 0-.952.343 5.77 5.77 0 0 0-.774.8V93h-1.041l-.013-3.77c0-.55-.144-.97-.432-1.257-.279-.288-.668-.432-1.168-.432-.347 0-.664.102-.952.305a4.23 4.23 0 0 0-.774.736V93h-1.041v-6.348h1.041Zm11.743-3.046c.245 0 .448.088.609.266.169.17.254.368.254.597 0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.824.824 0 0 1 .622-.266Zm.647 3.046V93h-1.041v-5.37h-1.003v-.978h2.044Zm4.139-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.298 3.298 0 0 0-.723-.394 2.424 2.424 0 0 0-.94-.19c-.398 0-.698.093-.901.28-.195.186-.292.38-.292.583 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.38c.414.145.723.352.926.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.057 2.057 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.245 0-.503-.033-.774-.101-.263-.06-.5-.131-.711-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.09.939-.267.237-.177.356-.398.356-.66a.57.57 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.967 1.967 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm5.434 0a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.308 3.308 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.698.093-.902.28-.194.186-.292.38-.292.583 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.38c.415.145.724.352.927.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.07 2.07 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.246 0-.504-.033-.775-.101a4.739 4.739 0 0 1-.711-.216 3.269 3.269 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.686.102.397 0 .71-.09.939-.267.237-.177.355-.398.355-.66a.567.567 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.978 1.978 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Zm4.557-2.92c.246 0 .449.09.61.267.169.17.253.368.253.597 0 .22-.084.419-.253.596a.787.787 0 0 1-.61.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.266Zm.648 3.047V93h-1.041v-5.37h-1.003v-.978h2.044Zm5.116-.127c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.22.287.507.431 1.061.431 1.662s-.144 1.155-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.14-1.155.419-1.663a3.333 3.333 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.85 2.466 2.466 0 0 0-.267 1.143c0 .406.089.787.267 1.143a2.3 2.3 0 0 0 .787.85c.339.212.732.318 1.181.318.457 0 .85-.106 1.181-.318.338-.22.596-.503.774-.85.186-.356.279-.737.279-1.143a2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.85c-.331-.221-.724-.331-1.181-.331Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.38.317.863.317 1.447V93h-1.041l-.013-3.77c0-.55-.122-.97-.368-1.257-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.38-.33.246-.622.534-.876.864V93h-1.041v-6.348h1.041Zm8.278-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.308 3.308 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.28-.194.186-.292.38-.292.583 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.38c.415.145.724.352.927.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.07 2.07 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.246 0-.504-.033-.775-.101a4.739 4.739 0 0 1-.711-.216 3.269 3.269 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.686.102.397 0 .71-.09.939-.267.237-.177.355-.398.355-.66a.567.567 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.978 1.978 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Zm10.219 0c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.748 3.748 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.17 2.17 0 0 0-.787.85 2.466 2.466 0 0 0-.267 1.143c0 .406.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.19.305-.136.576-.293.813-.47v1.053c-.127.127-.36.263-.699.407-.338.144-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.36 3.36 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.419-1.663c0-.6.139-1.155.419-1.663a3.33 3.33 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.234 0c.364 0 .732.09 1.104.267.381.17.707.406.978.71v-.85h1.041V93h-1.041v-1.08c-.22.34-.521.636-.902.89-.372.254-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.085 3.085 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.891 2.891 0 0 1 1.104-1.168c.466-.279.986-.419 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.326 2.326 0 0 0-.749.888c-.169.356-.254.741-.254 1.156 0 .406.085.783.254 1.13.169.338.406.609.711.812.313.203.673.305 1.079.305.389 0 .736-.102 1.041-.305.305-.203.546-.482.724-.838.178-.364.262-.77.254-1.218l-.013-1.22a3.28 3.28 0 0 0-.851-.774 1.89 1.89 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.38.317.863.317 1.447V93h-1.041l-.013-3.77c0-.55-.123-.97-.368-1.257-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.38-.33.246-.622.534-.876.864V93h-1.041v-6.348h1.041Zm-238.558 14.873c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V108h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm8.315-1.016c.55 0 1.045.136 1.486.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431c-.364 0-.737-.097-1.118-.292a3.335 3.335 0 0 1-.964-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.888-.85a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.042 2.042 0 0 0-.723.813c-.17.338-.254.736-.254 1.193l.012 1.219c.271.33.555.601.851.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm8.062-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.961 2.961 0 0 1-1.091 1.206 2.868 2.868 0 0 1-1.562.431 2.44 2.44 0 0 1-1.117-.292 3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.889-.85a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.601.85.812.297.203.639.305 1.029.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a2.01 2.01 0 0 0-.711-.787c-.305-.195-.665-.292-1.079-.292Zm5.878-3.682V108h-1.041v-9.14h1.041Zm2.513 2.793 2.222 4.672 2.158-4.672h1.244l-4.672 9.395h-1.206l1.816-3.428-2.806-5.967h1.244Zm13.572-.127c.643 0 1.214.153 1.713.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.713.457-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm0 1.016c-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.457 0 .85-.106 1.18-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.18-.33Zm6.068-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .465.043.66.127v1.206a1.588 1.588 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V108h-1.041v-6.348h1.041Zm9.648-.127c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.207.253-.245 0-.503-.033-.774-.101a4.67 4.67 0 0 1-.711-.216 3.308 3.308 0 0 1-.47-.241v-1.117c.119.084.284.182.496.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm6.411 0c.466 0 .868.077 1.207.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.729 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V108h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V108h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm10.372-3.682V108h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.322.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm10.283-.914v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.08v3.758c0 .55.16.973.482 1.27.33.287.707.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm3.009-2.793V108h-1.041v-9.14h1.041Zm4.774 2.666c.651 0 1.193.136 1.624.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm10.194-2.717v1.828h1.853v.978h-1.853v3.72c0 .262.068.469.203.622.135.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.953-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V108h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V108h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.839 2.839 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.058-1.016c.363 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V108h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.299 3.299 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm8.315-1.016c.551 0 1.046.136 1.486.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431 2.44 2.44 0 0 1-1.117-.292 3.339 3.339 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.889-.85.38-.237.812-.356 1.294-.356Zm-.165 1.016c-.38 0-.727.097-1.041.292a2.05 2.05 0 0 0-.723.813c-.17.338-.254.736-.254 1.193l.013 1.219c.27.33.554.601.85.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.737-.914a2.77 2.77 0 0 0 .266-1.18 2.33 2.33 0 0 0-.254-1.105 1.995 1.995 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm8.062-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.067 1.117.27.474.406 1.032.406 1.676 0 .694-.136 1.303-.406 1.828a2.97 2.97 0 0 1-1.092 1.206 2.868 2.868 0 0 1-1.562.431 2.44 2.44 0 0 1-1.117-.292 3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.517-.622.889-.85a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.601.851.812.296.203.639.305 1.028.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.305-.195-.664-.292-1.079-.292Zm5.878-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.588 1.588 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.63 6.63 0 0 0-.749 1.092V108h-1.041v-6.348h1.041Zm6.817-.127c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.338-.22.597-.503.774-.85a2.43 2.43 0 0 0 .28-1.143 2.38 2.38 0 0 0-.28-1.142 2.083 2.083 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm10.372-.889L750.548 108h-.648l-2.856-6.348h1.244l1.917 4.672 2.082-4.672h1.244Zm3.758-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V108h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.932 3.707c-.458 0-.847.115-1.168.343-.322.22-.572.508-.749.863-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.71.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.082 3.082 0 0 0-.85-.762 1.957 1.957 0 0 0-1.028-.267Zm11.768-1.041c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.186.347.449.63.787.85.339.212.733.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.729 0c.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V108h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V108h-1.041v-9.14h1.041v3.795c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V108h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.131-.889v1.003c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V108h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V108h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.042v6.221c0 .753-.153 1.38-.458 1.879-.304.499-.71.872-1.218 1.117a3.763 3.763 0 0 1-1.663.368c-.39 0-.724-.046-1.003-.139a2.574 2.574 0 0 1-.699-.33c-.194-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.462.287.749.406.297.118.627.178.991.178a2.8 2.8 0 0 0 1.142-.229 1.98 1.98 0 0 0 .838-.673c.212-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.846.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.177-.356.262-.758.253-1.207l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.525-1.016c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.207.253-.245 0-.503-.033-.774-.101a4.67 4.67 0 0 1-.711-.216 3.308 3.308 0 0 1-.47-.241v-1.117c.119.084.284.182.496.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Z"}),l.createElement("circle",{cx:667,cy:211.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),l.createElement("path",{fill:"#615BC2",d:"M629.389 318.494v1.079h-2.933v7.389h-1.143v-7.389h-2.932v-1.079h7.008Zm4.557 2.031c.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V327h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V327h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.839 2.839 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm13.635-.889v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.331-.297.496-.72.496-1.27v-3.758h1.079Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.322.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V327h-1.041v-6.348h1.041Zm16.085 0L684.067 327h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.41 4.456 1.663-4.456h.584l1.663 4.456 1.409-4.456h1.244Zm4.38-.127c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V327h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V327h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm7.185 0c.644 0 1.215.153 1.714.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.714.457-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.458 0 .851-.106 1.181-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.181-.33Zm11.706-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm4.659.127v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.782.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V327h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V327h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.842-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85c-.17.136-.351.241-.546.317-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.361 1.701c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm10.372-3.682V327h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.96 1.96 0 0 0-1.029-.267Zm10.652-2.742v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V327h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V327h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm11.311-1.016c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.729 0c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V327h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V327h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V327h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V327h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V327h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v6.221c0 .753-.153 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.724-.046-1.003-.139a2.553 2.553 0 0 1-.698-.33c-.195-.127-.373-.25-.534-.369v-1.117c.127.093.292.212.496.356.211.152.461.287.749.406.296.118.626.178.99.178.415 0 .795-.076 1.142-.229a1.98 1.98 0 0 0 .838-.673c.212-.296.318-.651.318-1.066v-1.333c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203ZM624.12 335.652v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V342h-1.041v-6.348h1.041Zm6.564-.127c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm7.249-1.016c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v9.395h-1.041v-4.126c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.177-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm10.283-.902v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.08v3.758c0 .55.16.973.482 1.27.33.287.707.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm4.583-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.526-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm5.294-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm10.422 1.701c.466 0 .868.077 1.207.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.234 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V342h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V342h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-6.348h1.041Zm13.064-.127c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.233 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V342h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.079.305.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.893 1.893 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V342h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-6.348h1.041Zm9.255-.127c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.234 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm5.674-3.682V342h-1.041v-9.141h1.041Zm7.719.965v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V342h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.312-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.728 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V342h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V342h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V342h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.76 3.76 0 0 1-1.663.368c-.389 0-.723-.046-1.003-.139a2.581 2.581 0 0 1-.698-.33c-.195-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.838-.673.211-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.847.114-1.168.342a2.225 2.225 0 0 0-.749.876c-.17.356-.254.741-.254 1.156 0 .406.084.778.254 1.117.169.338.406.609.71.812.314.204.673.305 1.08.305.389 0 .736-.101 1.041-.305.304-.203.546-.482.723-.837.178-.356.263-.758.254-1.207l-.013-1.218a3.082 3.082 0 0 0-.85-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm6.525-1.016a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Z"}),l.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M667 307v-92"}),l.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M667 209v-90"}),l.createElement("path",{fill:"black",fillOpacity:.87,d:"M938.026 269.494 942 278h-1.371l-.889-2.031h-3.986l-.901 2.031h-1.372l3.974-8.506h.571Zm-.266 1.93-1.536 3.466h3.047l-1.511-3.466Zm7.198-1.6v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm9.306 0v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V278h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V278h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm10.334-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.413 2.413 0 0 0-.939-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.622 4.622 0 0 1-.71-.216 3.2 3.2 0 0 1-.47-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.204-.99.61-1.345.406-.356.948-.534 1.625-.534Zm6.411 0c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm6.728 0c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V278h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V278h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.624.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.879c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a5.13 5.13 0 0 0 1.008-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.496.279-.801.38-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.824c-.04-.415-.16-.754-.358-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.374-3.682V278h-1.04v-1.079c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.863a2.65 2.65 0 0 0 0 2.286c.17.338.4.609.71.812.31.203.67.305 1.08.305.39 0 .73-.102 1.04-.305.3-.203.55-.482.72-.838.18-.364.27-.77.26-1.219l-.02-1.218c-.26-.33-.54-.584-.85-.762a1.935 1.935 0 0 0-1.02-.267Zm10.28-.914v3.758c0 .559-.12 1.041-.36 1.447-.23.407-.56.72-.96.94-.41.22-.86.33-1.37.33-.51 0-.97-.11-1.37-.33-.41-.22-.73-.533-.97-.94-.24-.406-.35-.888-.35-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.7.431 1.13.431.42 0 .79-.144 1.11-.431.33-.297.5-.72.5-1.27v-3.758h1.08Zm3.01-2.793V278h-1.04v-9.141h1.04Zm4.77 2.666c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.07.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm10.37-3.682V278h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419.36 0 .73.089 1.1.267.39.169.71.406.98.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.863-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.584-.85-.762-.3-.178-.64-.267-1.03-.267Zm10.65-2.742v1.828h1.86v.978h-1.86v3.72c0 .262.07.469.2.622.14.152.35.228.63.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.36.241-.55.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm4.76-1.219c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.65 3.047V278h-1.04v-5.37h-1v-.978h2.04Zm3.29 0v.813c.2-.229.46-.44.77-.635.32-.203.7-.305 1.13-.305.46 0 .89.11 1.28.33.4.212.71.534.92.965.29-.355.62-.66.96-.914a2.03 2.03 0 0 1 1.22-.381c.43 0 .84.098 1.21.292.38.187.68.474.91.864.24.381.36.863.36 1.447V278h-1.04l-.02-3.771c0-.55-.14-.969-.43-1.256-.28-.288-.67-.432-1.17-.432-.36 0-.68.114-.95.343a5.49 5.49 0 0 0-.77.8V278h-1.04l-.02-3.771c0-.55-.14-.969-.43-1.256-.28-.288-.67-.432-1.17-.432-.34 0-.66.102-.95.305a4.26 4.26 0 0 0-.77.736V278h-1.04v-6.348h1.04Zm13.34-.127c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.07.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Z"}),l.createElement("path",{fill:"black",fillOpacity:.87,d:"M1047.41 367.921V369h-4.01v-1.079h1.43v-6.348h-1.43v-1.079h4.01v1.079h-1.44v6.348h1.44Zm5.76-5.269v.978h-1.85V369h-1.04v-5.37h-1.01v-.978h1.01v-.812c0-.5.09-.906.29-1.219.19-.322.44-.559.75-.711.3-.161.61-.241.93-.241.43 0 .78.114 1.05.343v.914a1.62 1.62 0 0 0-.46-.203 1.633 1.633 0 0 0-.53-.064c-.31.009-.56.11-.74.305-.17.186-.25.516-.25.99v.698h1.85Zm6.95-1.828v1.828h1.85v.978h-1.85v3.72c0 .262.06.469.2.622.13.152.34.228.62.228.26 0 .47-.029.64-.089.17-.067.31-.139.44-.215v.85c-.17.136-.35.241-.55.317-.18.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.4-.766-.4-1.308v-3.77h-1.22v-.305c.41-.186.76-.491 1.04-.914.28-.432.52-.96.73-1.587h.49Zm6.85 1.701c.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.381.32.863.32 1.447V369h-1.04l-.01-3.771c0-.55-.13-.969-.37-1.256-.24-.288-.61-.432-1.11-.432-.33 0-.67.127-1.01.381-.33.245-.62.533-.88.863V369h-1.04v-9.141h1.04v3.796c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.66 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm5.68-.889v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.27.305-.51.669-.75 1.092V369h-1.04v-6.348h1.04Zm6.56-.127c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38a2.6 2.6 0 0 1-.93.165c-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663a3.22 3.22 0 0 1 1.07-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm9.46-3.936c.25 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.78.78 0 0 1-.61.267.815.815 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.815.815 0 0 1 .62-.267Zm.65 3.047V369h-1.04v-5.37h-1.01v-.978h2.05Zm4.14-.127c.37 0 .72.055 1.04.165.32.102.55.208.69.318v1.117a3.004 3.004 0 0 0-.72-.394 2.41 2.41 0 0 0-.94-.19c-.4 0-.7.093-.9.279-.19.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.33.292.61.394l1.07.381c.41.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.35.169-.75.253-1.21.253-.24 0-.5-.033-.77-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.49.292.22.101.46.19.7.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.24-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.41-.356.95-.534 1.63-.534Zm9.96 0c.37 0 .73.089 1.11.267.38.169.7.406.97.711v-.851h1.04V369h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.44-.279-.8-.664-1.07-1.155s-.4-1.058-.4-1.701c0-.703.13-1.308.4-1.816s.63-.897 1.1-1.168a3 3 0 0 1 1.56-.419Zm.19 1.016c-.46 0-.84.114-1.17.343-.32.228-.57.525-.75.888-.16.356-.25.741-.25 1.156 0 .406.09.783.25 1.13.17.338.41.609.72.812.31.203.67.305 1.08.305.38 0 .73-.102 1.04-.305.3-.203.54-.482.72-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.54-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm11.77-1.016c.47 0 .87.077 1.21.229.34.144.57.275.69.393v1.054c-.23-.178-.5-.33-.81-.457-.3-.135-.67-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.17.347-.26.728-.26 1.142 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.42 0 .79-.064 1.09-.191.31-.135.58-.292.81-.469v1.053c-.12.127-.35.263-.69.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663.28-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm6.49 0c.64 0 1.21.153 1.71.457.5.305.89.711 1.17 1.219.29.508.43 1.062.43 1.663s-.14 1.156-.43 1.663c-.28.5-.67.902-1.17 1.206-.5.305-1.07.457-1.71.457-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.72-.457Zm0 1.016c-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.45 0 .85-.106 1.18-.318.34-.22.6-.503.77-.85.19-.356.28-.736.28-1.143 0-.414-.09-.795-.28-1.142a2.013 2.013 0 0 0-.77-.851c-.33-.22-.73-.33-1.18-.33Zm6.07-.889v1.003c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.31.863.31 1.447V369h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V369h-1.04v-6.348h1.04Zm9.67 0v.978h-1.85V369h-1.04v-5.37h-1.01v-.978h1.01v-.812c0-.5.09-.906.29-1.219.19-.322.44-.559.75-.711.3-.161.61-.241.92-.241.43 0 .79.114 1.06.343v.914a1.62 1.62 0 0 0-.46-.203 1.666 1.666 0 0 0-.53-.064c-.32.009-.56.11-.74.305-.17.186-.25.516-.25.99v.698h1.85Zm2.42-2.793V369h-1.04v-9.141h1.04Zm3.18-.254c.24 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.794.794 0 0 1-.61.267.815.815 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.815.815 0 0 1 .62-.267Zm.65 3.047V369h-1.04v-5.37h-1.01v-.978h2.05Zm5.11-.127c.47 0 .87.077 1.21.229.34.144.57.275.7.393v1.054c-.24-.178-.51-.33-.82-.457-.3-.135-.66-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.17.347-.26.728-.26 1.142 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.43 0 .79-.064 1.09-.191.31-.135.58-.292.82-.469v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm5.37-1.701v1.828h1.86v.978h-1.86v3.72c0 .262.07.469.21.622.13.152.34.228.62.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.35.241-.55.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm4.19 6.678 1.04.355-1.14 3.39-.79-.203.89-3.542Zm-120.63 9.322v1.828h1.85v.978h-1.85v3.72c0 .262.07.469.2.622.14.152.35.228.63.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.36.241-.55.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm6.86 1.701c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V385h-1.05l-.01-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V385h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.65 0 1.19.136 1.62.407.43.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.28-.343.4-.237.74-.495 1.01-.774l-.02 1.13c-.11.143-.29.296-.53.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm11.31-1.016c.47 0 .87.077 1.21.229.33.144.57.275.69.393v1.054c-.23-.178-.5-.33-.81-.457-.3-.135-.67-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.18.347-.26.728-.26 1.142 0 .407.08.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.42 0 .79-.064 1.09-.191.31-.135.58-.292.81-.469v1.053c-.12.127-.36.263-.69.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663.28-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm6.73 0c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V385h-1.04l-.02-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V385h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.36 0 .73.089 1.1.267.39.169.71.406.98.711v-.851h1.04V385h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.525-.75.888-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm6.13-.889v1.003c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.381.32.863.32 1.447V385h-1.04l-.01-3.771c0-.55-.13-.969-.37-1.256-.24-.288-.61-.432-1.11-.432-.33 0-.67.127-1.01.381-.33.245-.62.533-.88.863V385h-1.04v-6.348h1.04Zm9-.127c.37 0 .74.089 1.11.267.38.169.7.406.98.711v-.851h1.04v6.221c0 .753-.16 1.38-.46 1.879-.31.499-.71.872-1.22 1.117a3.76 3.76 0 0 1-1.66.368c-.39 0-.73-.046-1.01-.139-.27-.085-.5-.195-.69-.33a8.92 8.92 0 0 1-.54-.369v-1.117c.13.093.29.212.5.356.21.152.46.287.75.406.29.118.62.178.99.178.41 0 .79-.076 1.14-.229.35-.152.63-.376.84-.673.21-.296.32-.651.32-1.066v-1.333c-.22.338-.53.635-.91.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.27-.491-.4-1.058-.4-1.701 0-.703.13-1.308.4-1.816s.64-.897 1.1-1.168a3 3 0 0 1 1.56-.419Zm.19 1.029c-.45 0-.84.114-1.16.342-.33.221-.58.513-.75.876a2.65 2.65 0 0 0-.26 1.156c0 .406.09.778.26 1.117.17.338.4.609.71.812.31.204.67.305 1.08.305.39 0 .73-.101 1.04-.305.3-.203.54-.482.72-.837.18-.356.26-.758.26-1.207l-.02-1.218c-.26-.33-.54-.584-.85-.762a1.882 1.882 0 0 0-1.03-.279Zm7.71-1.029c.65 0 1.19.136 1.62.407.44.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.06.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.33.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm9.48-.889v1.27c.25-.423.54-.762.89-1.016s.7-.381 1.07-.381c.24 0 .46.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.44 0-.79.153-1.06.457-.26.305-.51.669-.75 1.092V385h-1.04v-6.348h1.04Zm6.57-.127c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.17.682.37.978.19.296.45.533.76.711.31.169.67.254 1.08.254.46 0 .88-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm7.25-1.016c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-.851h1.04v9.395h-1.04v-4.126c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419Zm.19 1.029c-.46 0-.85.114-1.17.342-.32.221-.57.513-.75.876a2.65 2.65 0 0 0-.26 1.156c0 .406.09.778.26 1.117.17.338.41.609.71.812.31.204.67.305 1.08.305.39 0 .74-.101 1.04-.305.3-.203.55-.482.72-.837.18-.356.27-.758.26-1.207l-.02-1.218c-.26-.33-.54-.584-.85-.762a1.848 1.848 0 0 0-1.02-.279Zm10.28-.902v3.758c0 .559-.12 1.041-.36 1.447-.23.407-.55.72-.96.94-.41.22-.86.33-1.37.33-.51 0-.97-.11-1.37-.33-.41-.22-.73-.533-.97-.94-.24-.406-.35-.888-.35-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.7.431 1.13.431.42 0 .79-.144 1.11-.431.33-.297.5-.72.5-1.27v-3.758h1.08Zm4.58-.127c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm6.53-1.016c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.315 3.315 0 0 0-.73-.394c-.3-.127-.61-.19-.94-.19-.39 0-.69.093-.9.279-.19.187-.29.381-.29.584 0 .161.06.326.17.495.11.161.32.292.6.394l1.07.381c.42.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.34.169-.75.253-1.2.253-.25 0-.51-.033-.78-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.24-.178.36-.398.36-.66a.576.576 0 0 0-.25-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.81-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.21-.99.61-1.345.41-.356.95-.534 1.63-.534Zm5.29-1.701v1.828h1.85v.978h-1.85v3.72c0 .262.07.469.2.622.14.152.35.228.63.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.36.241-.55.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm-105.57 17.828-2.22 6.348h-.65l-1.74-4.481-1.74 4.481h-.65l-2.22-6.348h1.24l1.41 4.456 1.67-4.456h.58l1.66 4.456 1.41-4.456h1.25Zm2.28-3.047c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.65 3.047V401h-1.04v-5.37h-1v-.978h2.04Zm3.29-2.793V401h-1.04v-9.141h1.04Zm3.2 0V401h-1.04v-9.141h1.04Zm7 2.793v1.003c.14-.169.31-.338.53-.508a2.9 2.9 0 0 1 .71-.444c.27-.118.55-.178.83-.178.44 0 .83.098 1.18.292.36.187.64.474.86.864.21.381.31.863.31 1.447V401h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.24-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.88.863V401h-1.04v-6.348h1.04Zm9.26-.127c.64 0 1.21.153 1.71.457.5.305.89.711 1.17 1.219.29.508.43 1.062.43 1.663s-.14 1.156-.43 1.663c-.28.5-.67.902-1.17 1.206-.5.305-1.07.457-1.71.457-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663.28-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm0 1.016c-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.18.347-.26.728-.26 1.142 0 .407.08.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.46 0 .85-.106 1.18-.318.34-.22.6-.503.77-.85.19-.356.28-.736.28-1.143 0-.414-.09-.795-.28-1.142a2.013 2.013 0 0 0-.77-.851c-.33-.22-.72-.33-1.18-.33Zm6.53-2.717v1.828h1.85v.978h-1.85v3.72c0 .262.06.469.2.622.13.152.34.228.62.228.25 0 .47-.029.64-.089.16-.067.31-.139.44-.215v.85c-.17.136-.35.241-.55.317-.18.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.21v-.305c.41-.186.76-.491 1.04-.914.28-.432.52-.96.73-1.587h.49Zm10.67 1.701c.59 0 1.11.14 1.56.419.47.271.83.66 1.1 1.168.27.508.4 1.113.4 1.816 0 .643-.13 1.21-.4 1.701-.27.491-.62.876-1.07 1.155-.44.271-.94.406-1.49.406-.48 0-.91-.127-1.29-.38a3.217 3.217 0 0 1-.89-.889V401h-1.04v-9.141h1.04v3.644c.27-.305.59-.542.96-.711.39-.178.76-.267 1.12-.267Zm-.19 1.029c-.39 0-.73.093-1.03.279-.29.178-.58.432-.85.762l-.01 1.218c0 .449.08.851.25 1.207.18.355.42.634.73.837.31.204.66.305 1.04.305.41 0 .77-.101 1.08-.305.3-.203.54-.474.71-.812.17-.339.25-.711.25-1.117 0-.415-.09-.8-.26-1.156a2.164 2.164 0 0 0-.74-.876c-.32-.228-.71-.342-1.17-.342Zm7.58-1.029c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.07.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm11.06-1.016c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-.851h1.04V401h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.525-.75.888-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.17-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm8.31-1.016c.55 0 1.05.136 1.49.407.45.262.8.634 1.07 1.117.27.474.4 1.032.4 1.676 0 .694-.13 1.303-.4 1.828-.27.516-.63.918-1.1 1.206-.45.288-.97.431-1.56.431-.36 0-.73-.097-1.11-.292-.38-.194-.7-.444-.97-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.52-.622.89-.85.38-.237.81-.356 1.29-.356Zm-.16 1.016c-.38 0-.73.097-1.04.292-.31.195-.55.466-.73.813-.16.338-.25.736-.25 1.193l.01 1.219c.27.33.56.601.85.812.3.203.64.305 1.03.305.46 0 .85-.119 1.17-.356.32-.237.57-.541.74-.914.17-.381.26-.774.26-1.18 0-.415-.08-.783-.25-1.105-.17-.33-.41-.592-.71-.787a1.985 1.985 0 0 0-1.08-.292Zm8.06-1.016c.55 0 1.05.136 1.49.407.44.262.8.634 1.06 1.117.27.474.41 1.032.41 1.676 0 .694-.14 1.303-.41 1.828-.26.516-.62.918-1.09 1.206-.46.288-.98.431-1.56.431-.36 0-.74-.097-1.12-.292a3.344 3.344 0 0 1-.96-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.51-.622.89-.85.38-.237.81-.356 1.29-.356Zm-.16 1.016c-.39 0-.73.097-1.05.292-.3.195-.54.466-.72.813-.17.338-.25.736-.25 1.193l.01 1.219c.27.33.55.601.85.812.3.203.64.305 1.03.305.46 0 .84-.119 1.17-.356.32-.237.56-.541.73-.914.18-.381.27-.774.27-1.18 0-.415-.09-.783-.25-1.105-.17-.33-.41-.592-.72-.787-.3-.195-.66-.292-1.07-.292Zm5.87-3.682V401h-1.04v-9.141h1.04Zm3.18-.254c.24 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.794.794 0 0 1-.61.267.8.8 0 0 1-.62-.267.835.835 0 0 1-.25-.596.81.81 0 0 1 .25-.597.8.8 0 0 1 .62-.267Zm.64 3.047V401h-1.04v-5.37h-1v-.978h2.04Zm4.87-.127c.65 0 1.19.136 1.62.407.43.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.19.296.45.533.76.711.32.169.67.254 1.08.254.46 0 .89-.114 1.28-.343.4-.237.74-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.49.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm10.37-3.682V401h-1.04v-1.079c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.863-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.31.203.67.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.72-.838.18-.364.27-.77.26-1.219l-.01-1.218c-.27-.33-.55-.584-.86-.762a1.91 1.91 0 0 0-1.02-.267Z"}),l.createElement("path",{fill:"black",fillOpacity:.87,d:"M829.857 360.494 826.874 369h-.647l-2.286-6.437-2.31 6.437h-.648l-2.856-8.506h1.244l1.993 6.322 2.247-6.322.737.013 2.183 6.309 2.082-6.322h1.244Zm4.317 2.031c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V369h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V369h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V369h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V369h-1.041v-6.348h1.041Zm12.81-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V369h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm11.769-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm6.487 0c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .28-1.143 2.38 2.38 0 0 0-.28-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V369h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V369h-1.041v-6.348h1.041Zm9.674 0v.978h-1.853V369h-1.041v-5.37h-1.003v-.978h1.003v-.812c0-.5.097-.906.292-1.219.194-.322.444-.559.749-.711a1.96 1.96 0 0 1 .927-.241c.431 0 .782.114 1.053.343v.914a1.588 1.588 0 0 0-.457-.203 1.647 1.647 0 0 0-.533-.064c-.313.009-.559.11-.736.305-.17.186-.254.516-.254.99v.698h1.853Zm2.425-2.793V369h-1.041v-9.141h1.041Zm3.174-.254c.245 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.785.785 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.647 3.047V369h-1.041v-5.37h-1.003v-.978h2.044Zm5.117-.127c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.842.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm5.37-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm8.569-1.219c.246 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.783.783 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.648 3.047V369h-1.041v-5.37h-1.003v-.978h2.044Zm4.138-.127c.373 0 .72.055 1.041.165.322.102.555.208.698.318v1.117a3.29 3.29 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.397 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.609.394l1.067.381c.415.144.723.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978a2.07 2.07 0 0 1-.826.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.67 4.67 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.699.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm13.089-2.666V369h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.958 1.958 0 0 0-1.029-.267Zm7.707-1.041c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm6.385-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.187.085-.44.127-.762.127-.542 0-.952-.16-1.232-.482-.27-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.042-.914.279-.432.524-.96.736-1.587h.482Zm6.361 1.701c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm7.503-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm5.37-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.36 1.701c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V369h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.958 1.958 0 0 0-1.029-.267Zm5.536 3.936 1.041.355-1.143 3.39-.787-.203.889-3.542Zm-164.989 11.023c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V385h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V385h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381a4.42 4.42 0 0 0-.876.863V385h-1.041v-6.348h1.041Zm12.809-.127c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v.813c.203-.229.461-.44.774-.635a2.075 2.075 0 0 1 1.13-.305c.457 0 .885.11 1.283.33.397.212.702.534.914.965.296-.355.617-.66.964-.914a2.01 2.01 0 0 1 1.219-.381c.432 0 .834.098 1.206.292.381.187.686.474.914.864.237.381.356.863.356 1.447V385h-1.041l-.013-3.771c0-.55-.144-.969-.432-1.256-.279-.288-.668-.432-1.168-.432-.364 0-.681.114-.952.343a5.728 5.728 0 0 0-.774.8V385h-1.041l-.013-3.771c0-.55-.144-.969-.431-1.256-.28-.288-.669-.432-1.168-.432-.347 0-.665.102-.953.305a4.215 4.215 0 0 0-.774.736V385h-1.041v-6.348h1.041Zm13.343-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V385h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.299 3.299 0 0 0-.851-.775 1.89 1.89 0 0 0-1.028-.279Zm6.107-3.936c.245 0 .448.089.609.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.865.865 0 0 1-.242-.596c0-.229.081-.428.242-.597a.824.824 0 0 1 .622-.267Zm.647 3.047V385h-1.041v-5.37h-1.003v-.978h2.044Zm3.288-2.793V385h-1.041v-9.141h1.041Zm6.983-.254c.245 0 .448.089.609.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.865.865 0 0 1-.242-.596c0-.229.081-.428.242-.597a.824.824 0 0 1 .622-.267Zm.647 3.047V385h-1.041v-5.37h-1.003v-.978h2.044Zm4.139-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.413 2.413 0 0 0-.939-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.622 4.622 0 0 1-.71-.216 3.2 3.2 0 0 1-.47-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm9.242 0a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.338 3.338 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V385h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V385h-1.041v-6.348h1.041Zm8.138-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm9.305 0v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.623.228.253 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.615 1.701c.643 0 1.214.153 1.713.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.713.457-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm0 1.016c-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.457 0 .85-.106 1.18-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.18-.33Zm10.587-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85c-.17.136-.351.241-.546.317-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.856 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V385h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381a4.394 4.394 0 0 0-.876.863V385h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.079.254 2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm11.057-1.016c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V385h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm10.283-.889v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33c-.507 0-.964-.11-1.371-.33a2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.483 1.27.33.287.706.431 1.129.431.424 0 .796-.144 1.118-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm3.72-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.414-.186.761-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V385h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V385h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm7.186 0c.643 0 1.214.153 1.713.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.713.457-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm0 1.016c-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.457 0 .85-.106 1.18-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.18-.33Zm6.068-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .465.043.66.127v1.206a1.588 1.588 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V385h-1.041v-6.348h1.041Zm-174.764 15.873c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.338-.22.597-.503.774-.85.187-.356.28-.736.28-1.143a2.37 2.37 0 0 0-.28-1.142 2.083 2.083 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm8.316-.889v.978h-1.854V401h-1.041v-5.37h-1.003v-.978h1.003v-.812c0-.5.097-.906.292-1.219.195-.322.444-.559.749-.711.305-.161.614-.241.927-.241.432 0 .783.114 1.054.343v.914a1.6 1.6 0 0 0-.457-.203 1.657 1.657 0 0 0-.534-.064c-.313.009-.558.11-.736.305-.169.186-.254.516-.254.99v.698h1.854Zm6.944-1.828v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.855 1.701c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V401h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V401h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.312-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.842.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.728 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V401h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V401h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V401h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.135-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V401h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V401h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.723-.046-1.003-.139a2.567 2.567 0 0 1-.698-.33c-.195-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.838-.673.211-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.253 1.156c0 .406.084.778.253 1.117.17.338.407.609.711.812.314.204.673.305 1.08.305.389 0 .736-.101 1.041-.305a2.13 2.13 0 0 0 .723-.837c.178-.356.263-.758.254-1.207l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.893 1.893 0 0 0-1.029-.279Zm7.707-1.029c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm9.483-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .465.043.66.127v1.206a1.588 1.588 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V401h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.83 4.83 0 0 0 1.002-.774l-.012 1.13a2.584 2.584 0 0 1-.533.457 3.351 3.351 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm7.249-1.016c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041v9.395h-1.041v-4.126c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.847.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.177-.356.262-.758.253-1.207l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm10.283-.902v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94-.407.22-.864.33-1.371.33a2.83 2.83 0 0 1-1.371-.33 2.442 2.442 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.079v3.758c0 .55.161.973.483 1.27.33.287.706.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm4.583-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.525-1.016c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm5.294-1.701v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm10.169 1.701c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V401h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V401h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V401h-1.041v-6.348h1.041Zm12.124-2.793V401h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.322.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm-154.21 13.258v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.667-1.016c.55 0 1.045.136 1.486.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431c-.364 0-.737-.097-1.118-.292a3.335 3.335 0 0 1-.964-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.888-.85a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.253.736-.253 1.193l.012 1.219c.271.33.555.601.851.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm7.452-1.016c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V417h-1.041v-6.348h1.041Zm5.84-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.338 3.338 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.411 0c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.212-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V417h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.236-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-6.348h1.041Zm18.523 0L893.867 417h-.647l-1.74-4.481-1.739 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.663-4.456h.584l1.664 4.456 1.409-4.456h1.244Zm4.38-.127c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V417h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.448-.325.711-.444.271-.118.55-.178.838-.178Zm7.185 0c.644 0 1.215.153 1.714.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.714.457-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.332 3.332 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.339-.22.597-.503.774-.85.187-.356.28-.736.28-1.143a2.37 2.37 0 0 0-.28-1.142 2.076 2.076 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm10.728-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.413 2.413 0 0 0-.939-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.194.296-.47.533-.825.711-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.2 3.2 0 0 1-.47-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.204-.99.61-1.345.406-.356.948-.534 1.625-.534Zm6.411 0c.465 0 .867.077 1.206.229.339.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm6.728 0c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V417h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-3.644h1.041Zm-2.932 3.707c-.457 0-.847.115-1.168.343-.322.22-.572.508-.749.863-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.082 3.082 0 0 0-.85-.762 1.957 1.957 0 0 0-1.028-.267Zm10.283-.914v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33c-.507 0-.964-.11-1.371-.33a2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.331.287.707.431 1.13.431.424 0 .796-.144 1.118-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm3.009-2.793V417h-1.041v-9.141h1.041Zm4.773 2.666c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V417h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.958 1.958 0 0 0-1.029-.267Zm9.915-3.961c.246 0 .449.089.61.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.868.868 0 0 1-.241-.596.84.84 0 0 1 .241-.597.827.827 0 0 1 .622-.267Zm.648 3.047V417h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Z"}),l.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M839 211.999h30"}),l.createElement("path",{stroke:"#202021",strokeWidth:1.5,d:"M866 211.999c11.501 0 9.416-17.114 14.502-25.593 4.498-7.5 22.498-6.407 22.498-6.407"}),l.createElement("path",{fill:"#202021",d:"m907.5 277.501.47-.585-.47.585Zm159.01 15.45c.3.283.32.758.04 1.06l-4.61 4.932a.75.75 0 0 1-1.06.036.755.755 0 0 1-.04-1.06l4.1-4.384-4.38-4.096a.747.747 0 0 1-.04-1.061.75.75 0 0 1 1.06-.035l4.93 4.608ZM879.5 237.5l-.741.113.741-.113Zm28.47 39.416c3.075 2.473 7.834 4.611 13.879 6.44 6.031 1.825 13.28 3.325 21.288 4.552 16.014 2.455 34.998 3.813 53.205 4.531 18.208.718 35.608.795 48.468.694 6.43-.051 11.73-.147 15.41-.23a758.226 758.226 0 0 0 5.37-.141l.29-.009.07-.003h.02l.03.749c.03.75.02.75.02.75l-.02.001-.07.002-.29.009-1.12.034c-.98.028-2.42.066-4.27.108-3.69.083-8.99.179-15.42.229-12.88.102-30.31.025-48.547-.694-18.231-.719-37.279-2.08-53.374-4.547-8.047-1.234-15.372-2.746-21.495-4.599-6.109-1.848-11.085-4.054-14.384-6.707l.94-1.169Zm-41.969-65.667c2.696 0 4.86.948 6.59 2.56 1.712 1.595 2.973 3.815 3.946 6.336 1.941 5.025 2.827 11.5 3.704 17.242l-1.482.226c-.889-5.815-1.754-12.092-3.621-16.928-.931-2.41-2.088-4.398-3.569-5.778-1.462-1.363-3.264-2.158-5.568-2.158v-1.5Zm14.24 26.138c.89 5.823 2.027 11.008 5.802 17.067 3.79 6.082 10.268 13.089 21.927 22.462l-.94 1.169c-11.716-9.42-18.342-16.55-22.26-22.838-3.932-6.31-5.109-11.728-6.011-17.634l1.482-.226Z"}),l.createElement("path",{fill:"#202021",d:"m904 306.498.498-.56-.498.56Zm162.01 26.453c.3.283.32.757.04 1.06l-4.61 4.931a.751.751 0 0 1-1.1-1.025l4.1-4.383-4.38-4.097a.75.75 0 1 1 1.02-1.096l4.93 4.61ZM866.001 211.248c2.914 0 5.231 1.143 7.079 3.166 1.822 1.995 3.174 4.83 4.253 8.218 2.156 6.766 3.317 16.06 4.766 26.097 1.455 10.077 3.207 20.963 6.53 31.055 3.323 10.09 8.2 19.332 15.869 26.154l-.996 1.12c-7.939-7.061-12.928-16.573-16.297-26.805-3.369-10.229-5.135-21.232-6.59-31.31-1.461-10.117-2.604-19.242-4.711-25.856-1.052-3.302-2.322-5.899-3.932-7.661-1.585-1.736-3.51-2.678-5.971-2.678v-1.5Zm38.497 94.69c8.641 7.685 22.974 13.246 39.736 17.237 16.735 3.984 35.782 6.378 53.753 7.798 17.973 1.419 34.843 1.863 47.223 1.953 6.19.044 11.26 0 14.78-.055a420.632 420.632 0 0 0 5.46-.121l.02-.001.03.75c.03.749.02.749.02.749l-.02.001-.07.002-.27.009-1.07.029c-.94.023-2.31.054-4.08.081-3.53.056-8.6.1-14.81.056-12.4-.09-29.32-.535-47.331-1.958-18.01-1.423-37.142-3.825-53.983-7.834-16.814-4.003-31.454-9.632-40.384-17.576l.996-1.12Z"}),l.createElement("rect",{width:93,height:23,x:964.5,y:213.5,fill:"#FFF2F3",rx:3.5}),l.createElement("rect",{width:93,height:23,x:964.5,y:213.5,stroke:"#FEB0B7",rx:3.5}),l.createElement("path",{fill:"#D93644",d:"M988.224 220.283a.745.745 0 0 0-1.057 0l-3.668 3.66-3.667-3.668a.748.748 0 0 0-1.058 1.058l3.668 3.667-3.668 3.668a.747.747 0 1 0 1.058 1.057l3.667-3.667 3.668 3.667a.745.745 0 0 0 1.057 0 .745.745 0 0 0 0-1.057L984.557 225l3.667-3.667a.752.752 0 0 0 0-1.05Z"}),l.createElement("path",{fill:"#D11525",d:"M1001.19 221.148c.37 0 .73.051 1.08.153.35.101.67.258.95.469.29.21.52.476.68.796.17.313.26.688.26 1.125 0 .461-.12.86-.35 1.196a2.36 2.36 0 0 1-.91.773c-.37.18-.78.285-1.21.317l2.82 3.023h-2.14l-2.735-3.211V229h-1.629v-7.852h3.184Zm-1.555 1.524v1.98c.187.063.395.114.625.153.23.031.46.047.7.047.47 0 .84-.094 1.11-.282a.942.942 0 0 0 .42-.82c0-.383-.14-.656-.44-.82-.29-.172-.65-.258-1.07-.258h-1.345Zm8.355.258c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm5.35-4.23c.27 0 .51.102.72.305a.92.92 0 0 1 .31.703c0 .265-.1.5-.31.703-.21.203-.45.305-.72.305a1.02 1.02 0 0 1-1.03-1.008 1.02 1.02 0 0 1 1.03-1.008Zm.84 3.082v5.848c0 .804-.18 1.453-.56 1.945-.37.5-.88.871-1.56 1.113l-.65-1.3c.41-.188.73-.415.95-.68.22-.266.34-.606.34-1.02v-4.64h-.95v-1.266h2.43Zm4.52-.152c.57 0 1.07.125 1.48.375.43.25.75.597.97 1.043.22.437.34.945.34 1.523v.633h-4.29c.07.398.27.719.58.961.31.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.64-.347.85-.527l-.02 1.383c-.18.164-.46.332-.84.504-.37.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.12-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.37 0-.67.114-.92.34-.25.227-.43.532-.52.914h2.84c-.04-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm6.88-1.3c.44 0 .8.07 1.08.211.28.14.5.277.67.41v1.371a3.2 3.2 0 0 0-.7-.375c-.25-.102-.55-.152-.92-.152-.3 0-.58.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.15.883.47 1.196.31.312.7.468 1.18.468.37 0 .67-.046.92-.14.26-.102.49-.227.7-.375v1.359a3.19 3.19 0 0 1-.67.41c-.28.125-.64.188-1.08.188-.6 0-1.14-.141-1.61-.422a3.325 3.325 0 0 1-1.1-1.137 3.186 3.186 0 0 1-.17-2.73c.15-.375.37-.707.65-.996.28-.297.61-.532.99-.703a2.96 2.96 0 0 1 1.24-.258Zm5.21-1.571v1.723h1.65v1.242h-1.65v2.555c0 .266.06.476.18.633.13.148.31.222.55.222.21 0 .39-.023.54-.07.16-.047.3-.113.43-.199v1.183c-.14.149-.33.274-.56.375-.22.102-.49.153-.83.153-.53 0-.97-.168-1.3-.504-.33-.344-.49-.813-.49-1.406v-2.942h-1.07v-.762c.37-.132.72-.382 1.03-.75.32-.367.58-.851.76-1.453h.76Zm5.76 1.571c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.36 0-.67.114-.92.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm9.81-3.668V229h-1.49v-.996c-.17.32-.42.598-.75.832-.32.226-.71.34-1.14.34-.48 0-.92-.121-1.33-.364-.4-.242-.72-.593-.96-1.054-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.97 3.833c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.62 1.62 0 0 0-.79-.199Z"}),l.createElement("rect",{width:92,height:23,x:1256.5,y:366.5,fill:"#FFF2F3",rx:3.5}),l.createElement("rect",{width:92,height:23,x:1256.5,y:366.5,stroke:"#FEB0B7",rx:3.5}),l.createElement("path",{fill:"#D93644",d:"M1279.72 373.283a.737.737 0 0 0-1.05 0l-3.67 3.66-3.67-3.668a.75.75 0 0 0-1.06 0 .752.752 0 0 0 0 1.058l3.67 3.667-3.67 3.668a.749.749 0 0 0 1.06 1.057l3.67-3.667 3.67 3.667c.29.293.76.293 1.05 0 .3-.292.3-.765 0-1.057l-3.66-3.668 3.66-3.667a.742.742 0 0 0 0-1.05Z"}),l.createElement("path",{fill:"#D11525",d:"M1292.69 374.148c.37 0 .73.051 1.08.153.35.101.67.258.95.469.29.21.52.476.68.796.17.313.26.688.26 1.125 0 .461-.12.86-.35 1.196a2.36 2.36 0 0 1-.91.773c-.37.18-.78.285-1.21.317l2.82 3.023h-2.14l-2.74-3.211V382h-1.62v-7.852h3.18Zm-1.56 1.524v1.98c.19.063.4.114.63.153.23.031.46.047.7.047.47 0 .84-.094 1.11-.282a.942.942 0 0 0 .42-.82c0-.383-.14-.656-.44-.82-.29-.172-.65-.258-1.07-.258h-1.35Zm8.36.258c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm5.35-4.23c.27 0 .51.102.72.305a.92.92 0 0 1 .31.703c0 .265-.1.5-.31.703-.21.203-.45.305-.72.305a1.02 1.02 0 0 1-1.03-1.008 1.02 1.02 0 0 1 1.03-1.008Zm.84 3.082v5.848c0 .804-.18 1.453-.56 1.945-.37.5-.88.871-1.56 1.113l-.65-1.3c.41-.188.73-.415.95-.68.22-.266.34-.606.34-1.02v-4.64h-.95v-1.266h2.43Zm4.52-.152c.57 0 1.07.125 1.48.375.43.25.75.597.97 1.043.22.437.34.945.34 1.523v.633h-4.29c.07.398.27.719.58.961.31.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.64-.347.85-.527l-.02 1.383c-.18.164-.46.332-.84.504-.37.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.12-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.37 0-.67.114-.92.34-.25.227-.43.532-.52.914h2.84c-.04-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm6.88-1.3c.44 0 .8.07 1.08.211.28.14.5.277.67.41v1.371a3.2 3.2 0 0 0-.7-.375c-.25-.102-.55-.152-.92-.152-.3 0-.58.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.15.883.47 1.196.31.312.7.468 1.18.468.37 0 .67-.046.92-.14.26-.102.49-.227.7-.375v1.359a3.19 3.19 0 0 1-.67.41c-.28.125-.64.188-1.08.188-.6 0-1.14-.141-1.61-.422a3.325 3.325 0 0 1-1.1-1.137 3.186 3.186 0 0 1-.17-2.73c.15-.375.37-.707.65-.996.28-.297.61-.532.99-.703a2.96 2.96 0 0 1 1.24-.258Zm5.21-1.571v1.723h1.65v1.242h-1.65v2.555c0 .266.06.476.18.633.13.148.31.222.55.222.21 0 .39-.023.54-.07.16-.047.3-.113.43-.199v1.183c-.14.149-.33.274-.56.375-.22.102-.49.153-.83.153-.53 0-.97-.168-1.3-.504-.33-.344-.49-.813-.49-1.406v-2.942h-1.07v-.762c.37-.132.72-.382 1.03-.75.32-.367.58-.851.76-1.453h.76Zm5.76 1.571c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.36 0-.67.114-.92.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm9.81-3.668V382h-1.49v-.996c-.17.32-.42.598-.75.832-.32.226-.71.34-1.14.34-.48 0-.92-.121-1.33-.364-.4-.242-.72-.593-.96-1.054-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.97 3.833c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.62 1.62 0 0 0-.79-.199Z"}),l.createElement("rect",{width:93,height:23,x:965,y:169.207,fill:"#FFF4E5",rx:3.5}),l.createElement("rect",{width:93,height:23,x:965,y:169.207,stroke:"#FFC46F",rx:3.5}),l.createElement("g",{clipPath:"url(#clip3_20382_240644)"},l.createElement("path",{fill:"#D76500",d:"M980.492 173.207c-4.14 0-7.492 3.36-7.492 7.5 0 4.14 3.352 7.5 7.492 7.5 4.148 0 7.508-3.36 7.508-7.5 0-4.14-3.36-7.5-7.508-7.5Zm.008 13.5c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6Zm-.165-9.75h-.045c-.3 0-.54.24-.54.54v3.54c0 .263.135.51.367.645l3.113 1.868c.255.15.585.075.735-.18a.533.533 0 0 0-.187-.743l-2.903-1.725v-3.405c0-.3-.24-.54-.54-.54Z"})),l.createElement("path",{fill:"#B35300",d:"M996.859 176.703c.453 0 .868.063 1.243.188.375.125.691.269.949.433v1.606a8.927 8.927 0 0 0-.903-.481 2.566 2.566 0 0 0-1.089-.222c-.204 0-.407.031-.61.093a1.281 1.281 0 0 0-.492.282.65.65 0 0 0-.187.48.64.64 0 0 0 .339.586c.227.133.504.266.832.398l.961.399c.547.234.95.519 1.207.855.258.336.387.719.387 1.149 0 .469-.137.883-.41 1.242a2.712 2.712 0 0 1-1.078.832 3.55 3.55 0 0 1-1.488.305 3.77 3.77 0 0 1-1.325-.235 4.53 4.53 0 0 1-1.101-.574v-1.605c.344.25.722.461 1.136.632.415.172.856.258 1.325.258.328 0 .609-.062.843-.187.235-.133.352-.328.352-.586 0-.203-.098-.367-.293-.492a2.764 2.764 0 0 0-.621-.329l-1.207-.468c-.609-.235-1.024-.539-1.242-.914a2.58 2.58 0 0 1-.317-1.266c0-.477.129-.891.387-1.242.266-.36.609-.637 1.031-.832a3.121 3.121 0 0 1 1.371-.305Zm6.711 1.934c.44 0 .8.07 1.08.211.28.14.51.277.67.41v1.371c-.2-.149-.43-.274-.69-.375-.25-.102-.56-.152-.93-.152-.29 0-.57.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.16.883.47 1.196.31.312.71.468 1.18.468.37 0 .68-.046.93-.14.26-.102.49-.227.69-.375v1.359c-.16.141-.39.277-.67.41-.28.125-.64.188-1.08.188-.6 0-1.13-.141-1.6-.422a3.237 3.237 0 0 1-1.1-1.137 3.08 3.08 0 0 1-.4-1.547c0-.414.07-.808.22-1.183.16-.375.38-.707.66-.996.28-.297.61-.532.98-.703.38-.172.8-.258 1.24-.258Zm6.36 0c.6 0 1.1.203 1.51.609.4.406.61 1.016.61 1.828v3.633h-1.49l-.01-3.434c0-.398-.1-.695-.3-.89-.18-.195-.45-.293-.78-.293-.27 0-.52.086-.75.258-.23.172-.42.375-.59.609v3.75h-1.49v-8.437h1.49v3.363c.18-.242.42-.469.73-.68.31-.211.67-.316 1.07-.316Zm6.42 0c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.301c-.36 0-.67.113-.92.339-.25.227-.43.532-.52.914h2.84c-.03-.421-.19-.734-.47-.937a1.509 1.509 0 0 0-.93-.316Zm9.81-3.668v8.437h-1.49v-.996c-.17.32-.42.598-.75.832-.33.227-.71.34-1.15.34-.47 0-.91-.121-1.32-.363-.4-.243-.72-.594-.96-1.055-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.187h1.49Zm-2.98 3.832c-.31 0-.58.082-.8.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.27.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Zm10.04-1.313v3.527c0 .524-.12.977-.36 1.36-.23.375-.55.664-.96.867-.4.203-.85.305-1.36.305-.51 0-.97-.102-1.38-.305-.4-.203-.71-.492-.95-.867a2.687 2.687 0 0 1-.34-1.36v-3.527h1.5l.01 3.258c0 .461.11.805.32 1.031.21.227.49.34.84.34s.62-.113.84-.34c.21-.226.32-.57.32-1.031v-3.258h1.52Zm3.18-2.519v8.437h-1.48v-8.437h1.48Zm4.41 2.367c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.04 1.301c-.36 0-.67.113-.92.339-.25.227-.42.532-.52.914h2.84c-.03-.421-.19-.734-.47-.937a1.509 1.509 0 0 0-.93-.316Zm9.81-3.668v8.437h-1.49v-.996c-.17.32-.42.598-.75.832-.32.227-.71.34-1.14.34-.48 0-.92-.121-1.33-.363-.4-.243-.72-.594-.96-1.055-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.61.348.82.598v-3.187h1.49Zm-2.97 3.832c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.64.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527c-.24-.133-.5-.199-.79-.199Z"}),l.createElement("rect",{width:93,height:23,x:1256,y:322.207,fill:"#FFF4E5",rx:3.5}),l.createElement("rect",{width:93,height:23,x:1256,y:322.207,stroke:"#FFC46F",rx:3.5}),l.createElement("g",{clipPath:"url(#clip4_20382_240644)"},l.createElement("path",{fill:"#D76500",d:"M1271.49 326.207c-4.14 0-7.49 3.36-7.49 7.5 0 4.14 3.35 7.5 7.49 7.5 4.15 0 7.51-3.36 7.51-7.5 0-4.14-3.36-7.5-7.51-7.5Zm.01 13.5c-3.32 0-6-2.685-6-6s2.68-6 6-6 6 2.685 6 6-2.68 6-6 6Zm-.16-9.75h-.05c-.3 0-.54.24-.54.54v3.54c0 .263.13.51.37.645l3.11 1.868c.26.15.59.075.74-.18a.543.543 0 0 0-.19-.743l-2.9-1.725v-3.405c0-.3-.25-.54-.54-.54Z"})),l.createElement("path",{fill:"#B35300",d:"M1287.86 329.703c.45 0 .87.063 1.24.188.38.125.69.269.95.433v1.606a8.873 8.873 0 0 0-.9-.481 2.59 2.59 0 0 0-1.09-.222c-.2 0-.41.031-.61.093-.2.063-.36.157-.49.282a.633.633 0 0 0-.19.48c0 .258.11.453.34.586.23.133.5.266.83.398l.96.399c.55.234.95.519 1.21.855.26.336.39.719.39 1.149 0 .469-.14.883-.41 1.242-.27.351-.63.629-1.08.832a3.56 3.56 0 0 1-1.49.305c-.46 0-.9-.078-1.32-.235a4.597 4.597 0 0 1-1.11-.574v-1.605c.35.25.73.461 1.14.632.41.172.86.258 1.32.258.33 0 .61-.062.85-.187.23-.133.35-.328.35-.586 0-.203-.1-.367-.29-.492-.19-.133-.4-.243-.62-.329l-1.21-.468c-.61-.235-1.02-.539-1.24-.914a2.593 2.593 0 0 1-.32-1.266c0-.477.13-.891.39-1.242.26-.36.61-.637 1.03-.832.42-.203.88-.305 1.37-.305Zm6.71 1.934c.44 0 .8.07 1.08.211.28.14.51.277.67.41v1.371c-.2-.149-.43-.274-.69-.375-.25-.102-.56-.152-.93-.152-.29 0-.57.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.16.883.47 1.196.31.312.71.468 1.18.468.37 0 .68-.046.93-.14.26-.102.49-.227.69-.375v1.359c-.16.141-.39.277-.67.41-.28.125-.64.188-1.08.188-.6 0-1.13-.141-1.6-.422a3.237 3.237 0 0 1-1.1-1.137 3.08 3.08 0 0 1-.4-1.547c0-.414.07-.808.22-1.183.16-.375.38-.707.66-.996.28-.297.61-.532.98-.703.38-.172.8-.258 1.24-.258Zm6.36 0c.6 0 1.1.203 1.51.609.4.406.61 1.016.61 1.828v3.633h-1.49l-.01-3.434c0-.398-.1-.695-.3-.89-.18-.195-.45-.293-.78-.293-.27 0-.52.086-.75.258-.23.172-.42.375-.59.609v3.75h-1.49v-8.437h1.49v3.363c.18-.242.42-.469.73-.68.31-.211.67-.316 1.07-.316Zm6.42 0c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.301c-.36 0-.67.113-.92.339-.25.227-.43.532-.52.914h2.84c-.03-.421-.19-.734-.47-.937a1.509 1.509 0 0 0-.93-.316Zm9.81-3.668v8.437h-1.49v-.996c-.17.32-.42.598-.75.832-.33.227-.71.34-1.15.34-.47 0-.91-.121-1.32-.363-.4-.243-.72-.594-.96-1.055-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.187h1.49Zm-2.98 3.832c-.31 0-.58.082-.8.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.27.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Zm10.04-1.313v3.527c0 .524-.12.977-.36 1.36-.23.375-.55.664-.96.867-.4.203-.85.305-1.36.305-.51 0-.97-.102-1.38-.305-.4-.203-.71-.492-.95-.867a2.687 2.687 0 0 1-.34-1.36v-3.527h1.5l.01 3.258c0 .461.11.805.32 1.031.21.227.49.34.84.34s.62-.113.84-.34c.21-.226.32-.57.32-1.031v-3.258h1.52Zm3.18-2.519v8.437h-1.48v-8.437h1.48Zm4.41 2.367c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.04 1.301c-.36 0-.67.113-.92.339-.25.227-.42.532-.52.914h2.84c-.03-.421-.19-.734-.47-.937a1.509 1.509 0 0 0-.93-.316Zm9.81-3.668v8.437h-1.49v-.996c-.17.32-.42.598-.75.832-.32.227-.71.34-1.14.34-.48 0-.92-.121-1.33-.363-.4-.243-.72-.594-.96-1.055-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.61.348.82.598v-3.187h1.49Zm-2.97 3.832c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.64.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527c-.24-.133-.5-.199-.79-.199Z"}),l.createElement("path",{fill:"#202021",d:"M913.5 178.957a.75.75 0 0 0 0 1.5v-1.5Zm39.566 1.28a.749.749 0 0 0 0-1.06l-4.773-4.773a.75.75 0 0 0-1.061 1.06l4.243 4.243-4.243 4.243a.75.75 0 0 0 1.061 1.06l4.773-4.773Zm-39.566.22h39.036v-1.5H913.5v1.5Z"}),l.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M899 179.707h14.5"}),l.createElement("path",{fill:"#202021",d:"m931.002 218.207-.643.386.643-.386Zm22.984 5.428a.75.75 0 0 1 .088 1.057l-4.36 5.153a.75.75 0 1 1-1.145-.969l3.876-4.58-4.581-3.876a.75.75 0 0 1 .969-1.145l5.153 4.36ZM912 178.957c3.252 0 5.756 2.134 7.734 5.163 1.982 3.038 3.546 7.138 4.888 11.434 1.343 4.295 2.491 8.881 3.605 12.859 1.126 4.024 2.207 7.39 3.418 9.409l-1.286.771c-1.333-2.221-2.46-5.787-3.577-9.776-1.129-4.036-2.257-8.546-3.592-12.816-1.334-4.269-2.849-8.204-4.713-11.061-1.869-2.864-3.978-4.483-6.477-4.483v-1.5Zm19.645 38.865c1.006 1.676 2.803 2.906 5.045 3.789 2.235.881 4.835 1.386 7.332 1.664 2.491.276 4.849.323 6.587.3a53.795 53.795 0 0 0 2.638-.101l.146-.01a.637.637 0 0 0 .036-.003l.008-.001h.002l.063.748.061.747h-.004l-.011.001-.041.004-.157.011a54.48 54.48 0 0 1-2.721.104c-1.778.023-4.202-.024-6.773-.31-2.566-.285-5.31-.811-7.715-1.758-2.399-.945-4.538-2.34-5.782-4.414l1.286-.771Z"}),l.createElement("path",{fill:"#202021",d:"m931.002 141.407-.643-.386.643.386Zm22.984-5.428a.75.75 0 0 0 .088-1.057l-4.36-5.153a.75.75 0 1 0-1.145.969l3.876 4.58-4.581 3.876a.75.75 0 0 0 .969 1.145l5.153-4.36ZM912 180.456c3.249 0 5.754-2.118 7.732-5.13 1.983-3.019 3.547-7.094 4.89-11.365 1.343-4.271 2.491-8.831 3.604-12.79 1.127-4.006 2.208-7.36 3.419-9.379l-1.286-.771c-1.332 2.22-2.46 5.774-3.577 9.744-1.129 4.017-2.257 8.502-3.591 12.746-1.335 4.245-2.849 8.154-4.712 10.992-1.868 2.844-3.978 4.453-6.479 4.453v1.5Zm19.645-38.664c1.006-1.676 2.803-2.906 5.045-3.789 2.235-.881 4.835-1.386 7.332-1.664a54.442 54.442 0 0 1 6.587-.3 53.795 53.795 0 0 1 2.638.101l.146.01a.637.637 0 0 1 .036.003l.008.001h.002l.063-.748.061-.747h-.004l-.011-.001-.041-.004-.157-.011a54.48 54.48 0 0 0-2.721-.104c-1.778-.023-4.202.024-6.773.31-2.566.285-5.31.811-7.715 1.758-2.399.945-4.538 2.34-5.782 4.414l1.286.771Z"}),l.createElement("path",{fill:"#202021",d:"M1204.5 331.957c-.41 0-.75.336-.75.75s.34.75.75.75v-1.5Zm39.57 1.28a.754.754 0 0 0 0-1.06l-4.78-4.773a.749.749 0 1 0-1.06 1.06l4.25 4.243-4.25 4.243a.749.749 0 1 0 1.06 1.06l4.78-4.773Zm-39.57.22h39.04v-1.5h-39.04v1.5Z"}),l.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M1178 332.707h26.5"}),l.createElement("path",{fill:"#202021",d:"m1222 371.207-.64.386.64-.386Zm22.99 5.428c.31.268.35.741.08 1.057l-4.36 5.153a.741.741 0 0 1-1.05.088.745.745 0 0 1-.09-1.057l3.87-4.58-4.58-3.876a.753.753 0 0 1-.08-1.057.741.741 0 0 1 1.05-.088l5.16 4.36ZM1203 331.957c3.25 0 5.76 2.134 7.73 5.163 1.99 3.038 3.55 7.138 4.89 11.434 1.34 4.295 2.49 8.881 3.61 12.859 1.12 4.024 2.2 7.39 3.42 9.409l-1.29.771c-1.33-2.221-2.46-5.787-3.58-9.776-1.13-4.036-2.25-8.546-3.59-12.816-1.33-4.269-2.85-8.204-4.71-11.061-1.87-2.864-3.98-4.483-6.48-4.483v-1.5Zm19.65 38.865c1 1.676 2.8 2.906 5.04 3.789 2.24.881 4.84 1.386 7.33 1.664 2.49.276 4.85.323 6.59.3a53.373 53.373 0 0 0 2.64-.101l.14-.01.04-.003.01-.001.06.748.06.747-.01.001-.04.004-.16.011c-.14.009-.34.022-.59.035-.51.027-1.24.057-2.13.069-1.78.023-4.2-.024-6.77-.31-2.57-.285-5.31-.811-7.72-1.758-2.4-.945-4.54-2.34-5.78-4.414l1.29-.771Z"}),l.createElement("path",{fill:"#202021",d:"m1222 294.407-.64-.386.64.386Zm22.99-5.428a.753.753 0 0 0 .08-1.057l-4.36-5.153a.741.741 0 0 0-1.05-.088.745.745 0 0 0-.09 1.057l3.87 4.58-4.58 3.876a.753.753 0 0 0-.08 1.057c.26.316.74.356 1.05.088l5.16-4.36ZM1203 333.456c3.25 0 5.75-2.118 7.73-5.13 1.99-3.019 3.55-7.094 4.89-11.365 1.34-4.271 2.49-8.831 3.61-12.79 1.12-4.006 2.2-7.36 3.42-9.379l-1.29-.771c-1.33 2.22-2.46 5.774-3.58 9.744-1.13 4.017-2.25 8.502-3.59 12.746-1.33 4.245-2.85 8.154-4.71 10.992-1.87 2.844-3.98 4.453-6.48 4.453v1.5Zm19.65-38.664c1-1.676 2.8-2.906 5.04-3.789 2.24-.881 4.84-1.386 7.33-1.664 2.49-.276 4.85-.323 6.59-.3a53.373 53.373 0 0 1 2.64.101l.14.01a.692.692 0 0 1 .05.004l.06-.748.06-.747-.01-.001-.04-.004-.16-.011c-.14-.009-.34-.022-.59-.035a54.48 54.48 0 0 0-2.13-.069c-1.78-.023-4.2.024-6.77.31-2.57.285-5.31.811-7.72 1.758-2.4.945-4.54 2.34-5.78 4.414l1.29.771Z"}),l.createElement("path",{fill:"#615BC2",d:"M839.672 39.494 843.646 48h-1.372l-.888-2.031h-3.987L836.498 48h-1.371l3.974-8.506h.571Zm-.267 1.93-1.536 3.466h3.047l-1.511-3.466Zm14.448.228v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.974.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.08Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.322 3.322 0 0 0-.723-.394 2.424 2.424 0 0 0-.94-.19c-.398 0-.698.093-.901.28-.195.186-.292.38-.292.583 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.38c.414.145.723.352.926.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.057 2.057 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.245 0-.504-.033-.774-.101-.263-.06-.5-.131-.711-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.09.939-.267.237-.178.356-.398.356-.66a.57.57 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.967 1.967 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.012 1.13a2.56 2.56 0 0 1-.534.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.419-1.663c0-.6.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.737 1.737 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm5.675-.889v1.27c.245-.423.542-.762.889-1.016s.702-.38 1.066-.38c.245 0 .466.042.66.126v1.206a1.578 1.578 0 0 0-.812-.24c-.432 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V48h-1.041v-6.348h1.041Zm16.085 0L883.407 48h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.664-4.456h.583l1.664 4.456 1.409-4.456h1.244Zm2.285-3.047c.246 0 .449.09.609.267.17.17.254.368.254.597 0 .22-.084.419-.254.596a.783.783 0 0 1-.609.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.267Zm.648 3.047V48h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.47.203.622.135.152.342.228.622.228.254 0 .465-.03.635-.089a3.12 3.12 0 0 0 .444-.215v.85a2.081 2.081 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.414-.186.761-.49 1.041-.914.279-.431.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.38.318.863.318 1.447V48h-1.041l-.013-3.77c0-.55-.123-.97-.368-1.257-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.38-.33.246-.622.534-.876.864V48h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444a2.07 2.07 0 0 1 .838-.178Zm9.877-1.7v1.827h1.853v.978h-1.853v3.72c0 .262.068.47.203.622.136.152.343.228.622.228.254 0 .466-.03.635-.089a3.12 3.12 0 0 0 .444-.215v.85a2.081 2.081 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.49 1.041-.914.28-.431.525-.96.737-1.587h.482Zm6.855 1.7c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.38.317.863.317 1.447V48h-1.041l-.013-3.77c0-.55-.122-.97-.368-1.257-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.38-.33.246-.622.534-.876.864V48h-1.041v-9.14h1.041v3.795c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.418-1.663c0-.6.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm9.483-.889v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V48h-1.041v-6.348h1.041Zm6.564-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.09 1.104.267.381.17.707.406.978.71v-.85h1.041v9.395h-1.041V46.92a3.11 3.11 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.82 2.82 0 0 1-1.485-.406 3.085 3.085 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.891 2.891 0 0 1 1.104-1.168c.466-.279.986-.419 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.343-.321.22-.571.511-.749.876-.169.355-.253.74-.253 1.155 0 .406.084.778.253 1.117.17.338.407.61.711.812.314.203.673.305 1.079.305.39 0 .737-.102 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.088 3.088 0 0 0-.85-.762 1.891 1.891 0 0 0-1.029-.28Zm10.284-.902v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.974.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.496-.72.496-1.27v-3.758h1.079Zm2.983-3.047c.245 0 .449.09.609.267.17.17.254.368.254.597 0 .22-.084.419-.254.596a.785.785 0 0 1-.609.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.267Zm.647 3.047V48h-1.041v-5.37h-1.002v-.978h2.043Zm3.289 0v1.27c.245-.423.541-.762.888-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.053.456a6.607 6.607 0 0 0-.749 1.092V48h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm10.372-3.682V48h-1.041v-1.08a3.11 3.11 0 0 1-.901.89c-.373.253-.8.38-1.283.38a2.82 2.82 0 0 1-1.485-.406 3.093 3.093 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.887 2.887 0 0 1 1.105-1.168c.465-.279.986-.419 1.561-.419.364 0 .732.09 1.105.267.38.17.706.406.977.71V38.86h1.041Zm-2.933 3.707c-.457 0-.846.115-1.167.343-.322.22-.572.508-.75.864-.169.355-.253.74-.253 1.155 0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305a2.13 2.13 0 0 0 .723-.838c.178-.364.263-.77.254-1.218l-.013-1.22a3.088 3.088 0 0 0-.85-.761 1.96 1.96 0 0 0-1.029-.267Zm12.125-1.04c.55 0 1.045.135 1.485.406.448.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.953 2.953 0 0 1-1.092 1.206 2.867 2.867 0 0 1-1.561.431c-.364 0-.736-.097-1.117-.292a3.355 3.355 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.08c.22-.34.516-.623.889-.851.38-.237.812-.356 1.295-.356Zm-.166 1.015c-.38 0-.727.097-1.041.292a2.054 2.054 0 0 0-.723.813c-.169.338-.254.736-.254 1.193l.013 1.219c.27.33.554.6.85.812.296.203.639.305 1.029.305.457 0 .846-.119 1.167-.356.322-.237.568-.541.737-.914.178-.38.266-.774.266-1.18 0-.415-.084-.783-.253-1.105a2.007 2.007 0 0 0-.711-.787c-.305-.195-.665-.292-1.08-.292Zm7.453-1.016c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.328.99.328 1.574v.622h-4.872c.05.356.173.682.368.978.194.296.448.533.761.71.314.17.673.255 1.08.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.55 2.55 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm5.677-.889v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.38 1.06-.38.25 0 .47.042.66.126v1.206c-.27-.16-.54-.24-.81-.24-.43 0-.78.151-1.05.456-.27.305-.52.669-.75 1.092V48h-1.04v-6.348h1.04Zm4.99 0v.813c.2-.229.46-.44.77-.635.32-.203.7-.305 1.13-.305.46 0 .89.11 1.28.33.4.212.71.534.92.965.29-.355.62-.66.96-.914.35-.254.76-.38 1.22-.38.43 0 .83.097 1.21.291.38.187.68.474.91.864.24.38.36.863.36 1.447V48h-1.04l-.02-3.77c0-.55-.14-.97-.43-1.257-.28-.288-.67-.432-1.17-.432-.36 0-.68.114-.95.343-.27.228-.53.495-.77.8V48h-1.04l-.02-3.77c0-.55-.14-.97-.43-1.257-.28-.288-.67-.432-1.17-.432-.34 0-.66.102-.95.305a3.97 3.97 0 0 0-.77.736V48h-1.04v-6.348h1.04Zm11.74-3.047c.25 0 .45.09.61.267a.837.837 0 0 1 0 1.193.78.78 0 0 1-.61.267.815.815 0 0 1-.62-.267.87.87 0 0 1-.24-.596.84.84 0 0 1 .24-.597.815.815 0 0 1 .62-.267Zm.65 3.047V48h-1.04v-5.37h-1.01v-.978h2.05Zm4.14-.127c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.299 3.299 0 0 0-.73-.394c-.3-.127-.62-.19-.94-.19-.4 0-.7.093-.9.28-.19.186-.29.38-.29.583a.9.9 0 0 0 .16.495c.12.161.33.292.61.394l1.07.38c.41.145.72.352.93.623.2.27.3.588.3.952 0 .355-.1.681-.3.978-.2.296-.47.533-.83.71-.35.17-.75.254-1.2.254-.25 0-.51-.033-.78-.101-.26-.06-.5-.131-.71-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.12.084.28.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.09.94-.267.24-.178.35-.398.35-.66a.569.569 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.977 1.977 0 0 1-.24-.978c0-.541.2-.99.61-1.345.41-.356.95-.534 1.63-.534Zm5.43 0c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.44 3.44 0 0 0-.72-.394 2.45 2.45 0 0 0-.94-.19c-.4 0-.7.093-.91.28-.19.186-.29.38-.29.583 0 .161.06.326.17.495.12.161.32.292.61.394l1.06.38c.42.145.73.352.93.623.2.27.3.588.3.952 0 .355-.1.681-.3.978-.19.296-.47.533-.83.71-.34.17-.74.254-1.2.254-.25 0-.5-.033-.78-.101-.26-.06-.5-.131-.71-.216a3.956 3.956 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .71-.09.94-.267.24-.178.36-.398.36-.66a.569.569 0 0 0-.24-.482 2.712 2.712 0 0 0-.68-.343l-.94-.343c-.49-.186-.81-.419-.97-.698a1.977 1.977 0 0 1-.24-.978c0-.541.2-.99.6-1.345.41-.356.95-.534 1.63-.534Zm4.56-2.92c.24 0 .45.09.61.267a.837.837 0 0 1 0 1.193.794.794 0 0 1-.61.267.8.8 0 0 1-.62-.267.837.837 0 0 1 0-1.193.8.8 0 0 1 .62-.267Zm.64 3.047V48h-1.04v-5.37h-1v-.978h2.04Zm5.12-.127c.64 0 1.22.153 1.71.457.5.305.89.711 1.17 1.22.29.507.43 1.061.43 1.662s-.14 1.156-.43 1.663c-.28.5-.67.902-1.17 1.206-.49.305-1.07.457-1.71.457-.64 0-1.21-.152-1.71-.457a3.29 3.29 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.42-1.663c0-.6.14-1.155.42-1.663a3.26 3.26 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm0 1.016c-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.85c-.17.348-.26.729-.26 1.143 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.46 0 .85-.106 1.18-.318.34-.22.6-.503.78-.85.18-.356.28-.736.28-1.143 0-.414-.1-.795-.28-1.142a2.104 2.104 0 0 0-.78-.85c-.33-.221-.72-.331-1.18-.331Zm6.07-.889v1.003c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.38.32.863.32 1.447V48h-1.04l-.02-3.77c0-.55-.12-.97-.36-1.257-.24-.288-.61-.432-1.11-.432-.34 0-.68.127-1.01.38a4.37 4.37 0 0 0-.88.864V48h-1.04v-6.348h1.04Zm8.28-.127c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.299 3.299 0 0 0-.73-.394c-.3-.127-.62-.19-.94-.19-.4 0-.7.093-.9.28-.19.186-.29.38-.29.583a.9.9 0 0 0 .16.495c.12.161.33.292.61.394l1.07.38c.41.145.72.352.93.623.2.27.3.588.3.952 0 .355-.1.681-.3.978-.2.296-.47.533-.83.71-.35.17-.75.254-1.2.254-.25 0-.51-.033-.78-.101-.26-.06-.5-.131-.71-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.12.084.28.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.09.94-.267.24-.178.35-.398.35-.66a.569.569 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.977 1.977 0 0 1-.24-.978c0-.541.21-.99.61-1.345.41-.356.95-.534 1.63-.534Zm10.22 0c.46 0 .86.077 1.2.229.34.144.57.275.7.394V43.2c-.24-.178-.51-.33-.81-.457-.31-.135-.67-.203-1.09-.203-.45 0-.85.11-1.18.33-.34.212-.61.495-.79.85-.18.348-.27.729-.27 1.143 0 .407.09.787.27 1.143.18.347.45.63.79.85.33.212.73.318 1.18.318.42 0 .78-.064 1.09-.19.3-.136.57-.293.81-.47v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.2.215-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.387 3.387 0 0 1-.42-1.663c0-.6.14-1.155.42-1.663.29-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.72-.457Zm6.23 0c.36 0 .73.09 1.1.267.39.17.71.406.98.71v-.85h1.04V48h-1.04v-1.08c-.22.34-.52.636-.9.89-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.45-.28-.81-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.524-.75.889-.17.355-.25.74-.25 1.155 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.18-.364.26-.77.25-1.218l-.01-1.22c-.26-.33-.55-.587-.85-.774-.3-.186-.64-.279-1.03-.279Zm6.13-.889v1.003c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.38.32.863.32 1.447V48h-1.04l-.01-3.77c0-.55-.13-.97-.37-1.257-.24-.288-.61-.432-1.11-.432-.33 0-.67.127-1.01.38-.33.246-.62.534-.88.864V48h-1.04v-6.348h1.04ZM838.694 57.525c.364 0 .732.09 1.105.267.381.17.707.406.977.71v-.85h1.041V64h-1.041v-1.08a3.11 3.11 0 0 1-.901.89c-.372.254-.8.38-1.282.38a2.822 2.822 0 0 1-1.486-.406 3.093 3.093 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.887 2.887 0 0 1 1.105-1.168c.465-.279.986-.419 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.318 2.318 0 0 0-.749.889c-.169.355-.254.74-.254 1.155 0 .406.085.783.254 1.13.169.338.406.609.711.812.313.203.673.305 1.079.305.389 0 .736-.102 1.041-.305.305-.203.546-.482.723-.838.178-.364.263-.77.254-1.218l-.012-1.22a3.296 3.296 0 0 0-.851-.774 1.89 1.89 0 0 0-1.028-.279Zm8.315-1.016c.55 0 1.045.136 1.486.407.448.262.804.634 1.066 1.117.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.953 2.953 0 0 1-1.092 1.206 2.867 2.867 0 0 1-1.561.431c-.364 0-.737-.097-1.118-.292a3.35 3.35 0 0 1-.964-.749v3.898h-1.041v-9.395h1.041v1.08c.22-.34.516-.623.888-.851a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.039 2.039 0 0 0-.723.813c-.17.338-.254.736-.254 1.193l.012 1.219c.271.33.555.6.851.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.736-.914.178-.38.267-.774.267-1.18a2.34 2.34 0 0 0-.254-1.105 1.992 1.992 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm8.062-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.958 2.958 0 0 1-1.091 1.206 2.87 2.87 0 0 1-1.562.431c-.364 0-.736-.097-1.117-.292a3.368 3.368 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.08c.22-.34.516-.623.889-.851a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.049 2.049 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.6.85.812.297.203.639.305 1.029.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.38.267-.774.267-1.18a2.34 2.34 0 0 0-.254-1.105 2.007 2.007 0 0 0-.711-.787c-.305-.195-.665-.292-1.079-.292Zm5.878-3.682V64h-1.041v-9.14h1.041Zm2.513 2.793 2.222 4.672 2.158-4.672h1.244l-4.672 9.395h-1.206l1.816-3.428-2.806-5.967h1.244Zm7.338 4.85 1.041.355-1.142 3.39-.788-.203.889-3.542Zm7.985-4.85v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.053.456a6.608 6.608 0 0 0-.75 1.092V64h-1.041v-6.348h1.041Zm6.564-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm6.525-1.016c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.308 3.308 0 0 0-.724-.394 2.423 2.423 0 0 0-.939-.19c-.398 0-.699.093-.902.28-.195.186-.292.38-.292.583 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.38c.415.145.724.352.927.623.203.27.304.588.304.952 0 .355-.101.681-.304.978a2.07 2.07 0 0 1-.825.71c-.347.17-.749.254-1.207.254-.245 0-.503-.033-.774-.101a4.739 4.739 0 0 1-.711-.216 3.348 3.348 0 0 1-.47-.241v-1.117c.119.084.284.182.496.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.09.94-.267.237-.178.355-.398.355-.66a.567.567 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.967 1.967 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm6.411 0c.466 0 .868.077 1.207.229.338.144.571.275.698.394V59.2a3.748 3.748 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.17 2.17 0 0 0-.787.85 2.466 2.466 0 0 0-.267 1.143c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.19.305-.136.576-.293.813-.47v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.14-1.155.419-1.663a3.325 3.325 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.729 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.38.318.863.318 1.447V64h-1.041l-.013-3.77c0-.55-.123-.97-.368-1.257-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.38-.33.246-.622.534-.876.864V64h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444a2.07 2.07 0 0 1 .838-.178Zm6.932 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.71.314.17.673.255 1.08.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm10.372-3.682V64h-1.041v-1.08c-.22.34-.521.636-.902.89-.372.254-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.077 3.077 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168.466-.279.986-.419 1.562-.419.364 0 .732.09 1.104.267.381.17.707.406.978.71V54.86h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343a2.25 2.25 0 0 0-.749.864c-.169.355-.254.74-.254 1.155 0 .406.085.783.254 1.13.169.338.406.609.711.812.313.203.673.305 1.079.305.389 0 .736-.102 1.041-.305.305-.203.546-.482.724-.838.178-.364.262-.77.254-1.218l-.013-1.22a3.077 3.077 0 0 0-.851-.761 1.96 1.96 0 0 0-1.028-.267Zm10.283-.914v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.08v3.758c0 .55.16.974.482 1.27.33.287.707.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm3.009-2.793V64h-1.041v-9.14h1.041Zm4.774 2.666c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.71.313.17.673.255 1.079.255.457 0 .885-.114 1.283-.343a4.853 4.853 0 0 0 1.003-.774l-.013 1.13a2.55 2.55 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.747 1.747 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm11.311-1.016c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.22c.288.507.432 1.061.432 1.662s-.144 1.156-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.419-1.663c0-.6.139-1.155.419-1.663a3.323 3.323 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.85 2.478 2.478 0 0 0-.266 1.143c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .787.85c.339.212.732.318 1.181.318.457 0 .851-.106 1.181-.318.338-.22.596-.503.774-.85.186-.356.279-.736.279-1.143a2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.85c-.33-.221-.724-.331-1.181-.331Zm6.068-.889v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.066-.38c.246 0 .466.042.661.126v1.206a1.581 1.581 0 0 0-.813-.24c-.432 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V64h-1.041v-6.348h1.041Zm8.798 0v1.27c.246-.423.542-.762.889-1.016s.702-.38 1.066-.38c.246 0 .466.042.66.126v1.206a1.575 1.575 0 0 0-.812-.24c-.432 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V64h-1.041v-6.348h1.041Zm6.564-.127c.651 0 1.193.136 1.625.407.431.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.71.313.17.672.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm5.471-3.935c.246 0 .449.088.61.266.169.17.254.368.254.597 0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.87.87 0 0 1-.241-.596c0-.229.081-.428.241-.597a.827.827 0 0 1 .622-.267Zm.673 3.046v6.323c0 .854-.199 1.544-.596 2.069-.39.525-.919.922-1.587 1.193l-.47-.94c.559-.27.965-.57 1.219-.9.262-.33.393-.754.393-1.27V58.63h-1.003v-.978h2.044Zm4.774-.127c.651 0 1.193.136 1.625.407.431.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.71.313.17.672.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm7.503-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.394V59.2a3.748 3.748 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.842.11-1.181.33a2.17 2.17 0 0 0-.787.85 2.466 2.466 0 0 0-.267 1.143c0 .407.089.787.267 1.143.186.347.448.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.091-.19.305-.136.576-.293.813-.47v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.14-1.155.419-1.663a3.325 3.325 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm5.37-1.7v1.827h1.853v.978h-1.853v3.72c0 .262.067.47.203.622.135.152.343.228.622.228.254 0 .465-.03.635-.089a3.12 3.12 0 0 0 .444-.215v.85a2.081 2.081 0 0 1-.546.318c-.186.084-.44.126-.762.126-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.49 1.041-.914.279-.431.525-.96.736-1.587h.483Zm9.306 0v1.827h1.85v.978h-1.85v3.72c0 .262.07.47.2.622.14.152.35.228.62.228.26 0 .47-.03.64-.089.17-.067.32-.14.44-.215v.85c-.17.136-.35.241-.54.318-.19.084-.44.126-.76.126-.55 0-.96-.16-1.24-.482-.27-.33-.4-.766-.4-1.308v-3.77h-1.22v-.305c.41-.186.76-.49 1.04-.914.28-.431.53-.96.74-1.587h.48Zm6.85 1.7c.44 0 .83.098 1.19.292.35.187.63.474.85.864.21.38.31.863.31 1.447V64h-1.04l-.01-3.77c0-.55-.12-.97-.37-1.257-.24-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.38a4.32 4.32 0 0 0-.87.864V64h-1.05v-9.14h1.05v3.795c.13-.169.3-.338.52-.508.21-.177.44-.325.71-.444.27-.118.55-.178.83-.178Zm6.94 0c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.17.682.37.978.19.296.45.533.76.71.31.17.67.255 1.08.255.46 0 .88-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.456-.23.153-.5.28-.8.381-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.29 3.29 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.42-1.663c0-.6.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.69 1.69 0 0 0-.68-.584 1.893 1.893 0 0 0-.85-.203Zm10.33-1.016c.37 0 .72.055 1.04.165.32.102.56.208.7.318v1.117a3.44 3.44 0 0 0-.72-.394 2.45 2.45 0 0 0-.94-.19c-.4 0-.7.093-.9.28-.2.186-.3.38-.3.583 0 .161.06.326.17.495.12.161.32.292.61.394l1.06.38c.42.145.73.352.93.623.2.27.31.588.31.952 0 .355-.11.681-.31.978-.19.296-.47.533-.82.71-.35.17-.75.254-1.21.254-.25 0-.5-.033-.77-.101-.27-.06-.5-.131-.72-.216a3.956 3.956 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .71-.09.94-.267.24-.178.36-.398.36-.66a.569.569 0 0 0-.24-.482 2.712 2.712 0 0 0-.68-.343l-.94-.343c-.49-.186-.81-.419-.97-.698a1.977 1.977 0 0 1-.24-.978c0-.541.2-.99.61-1.345.4-.356.94-.534 1.62-.534Zm6.41 0c.47 0 .87.077 1.21.229.34.144.57.275.7.394V59.2c-.24-.178-.51-.33-.82-.457-.3-.135-.67-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.85c-.17.348-.26.729-.26 1.143 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.42 0 .79-.064 1.09-.19.31-.136.58-.293.82-.47v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457a3.29 3.29 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.42-1.663c0-.6.14-1.155.42-1.663a3.26 3.26 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm6.73 0c.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.38.32.863.32 1.447V64h-1.04l-.01-3.77c0-.55-.13-.97-.37-1.257-.24-.288-.61-.432-1.11-.432-.34 0-.67.127-1.01.38a4.37 4.37 0 0 0-.88.864V64h-1.04v-9.14h1.04v3.795c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.71.31.17.67.255 1.08.255.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.456-.22.153-.49.28-.79.381-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.387 3.387 0 0 1-.42-1.663c0-.6.13-1.155.4-1.663a3.22 3.22 0 0 1 1.07-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.786 1.786 0 0 0-.69-.584 1.862 1.862 0 0 0-.85-.203Zm10.37-3.682V64h-1.04v-1.08c-.22.34-.52.636-.9.89-.37.254-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.44-.28-.8-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.28-.508.64-.897 1.11-1.168.46-.279.99-.419 1.56-.419.36 0 .73.09 1.11.267.38.17.7.406.97.71V54.86h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.864-.17.355-.25.74-.25 1.155 0 .406.08.783.25 1.13.17.338.41.609.72.812.31.203.67.305 1.07.305.39 0 .74-.102 1.05-.305.3-.203.54-.482.72-.838.18-.364.26-.77.25-1.218l-.01-1.22c-.26-.33-.55-.583-.85-.761-.3-.178-.64-.267-1.03-.267Zm10.28-.914v3.758c0 .559-.11 1.041-.35 1.447-.24.407-.56.72-.97.94-.4.22-.86.33-1.37.33-.5 0-.96-.11-1.37-.33-.4-.22-.73-.533-.96-.94-.24-.406-.36-.888-.36-1.447v-3.758h1.08v3.758c0 .55.16.974.48 1.27.33.287.71.431 1.13.431.43 0 .8-.144 1.12-.431.33-.297.5-.72.5-1.27v-3.758h1.07Zm3.01-2.793V64h-1.04v-9.14h1.04Zm4.78 2.666c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.19.296.45.533.76.71.31.17.67.255 1.08.255.46 0 .89-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.456-.23.153-.5.28-.8.381-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.29 3.29 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.42-1.663c0-.6.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.69 1.69 0 0 0-.68-.584 1.893 1.893 0 0 0-.85-.203Zm10.37-3.682V64h-1.04v-1.08c-.22.34-.52.636-.9.89s-.8.38-1.29.38c-.54 0-1.03-.135-1.48-.406-.45-.28-.81-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168.47-.279.99-.419 1.57-.419.36 0 .73.09 1.1.267.38.17.71.406.98.71V54.86h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.864-.17.355-.25.74-.25 1.155 0 .406.08.783.25 1.13.17.338.41.609.71.812.31.203.67.305 1.08.305.39 0 .74-.102 1.04-.305.3-.203.55-.482.72-.838.18-.364.27-.77.26-1.218l-.01-1.22c-.27-.33-.55-.583-.86-.761a1.913 1.913 0 0 0-1.02-.267Zm11.76-1.04c.47 0 .87.076 1.21.228.34.144.57.275.7.394V59.2c-.24-.178-.51-.33-.81-.457-.31-.135-.67-.203-1.1-.203-.44 0-.84.11-1.18.33-.33.212-.6.495-.78.85-.18.348-.27.729-.27 1.143 0 .407.09.787.27 1.143.18.347.45.63.78.85.34.212.74.318 1.18.318.43 0 .79-.064 1.1-.19.3-.136.57-.293.81-.47v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.387 3.387 0 0 1-.42-1.663c0-.6.14-1.155.42-1.663.29-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm6.73 0c.43 0 .83.097 1.18.291.36.187.64.474.85.864.22.38.32.863.32 1.447V64h-1.04l-.01-3.77c0-.55-.12-.97-.37-1.257-.24-.288-.61-.432-1.1-.432-.34 0-.68.127-1.02.38-.33.246-.62.534-.88.864V64h-1.04v-9.14h1.04v3.795c.14-.169.31-.338.52-.508.22-.177.45-.325.72-.444.27-.118.55-.178.83-.178Zm6.93 0c.37 0 .74.088 1.11.266.38.17.71.406.98.71v-.85h1.04V64h-1.04v-1.08c-.22.34-.52.636-.9.89s-.8.38-1.29.38c-.54 0-1.03-.135-1.48-.406-.45-.28-.81-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168.47-.279.99-.419 1.56-.419Zm.2 1.015c-.46 0-.85.114-1.17.343-.32.228-.57.524-.75.889a2.646 2.646 0 0 0 0 2.285c.17.338.4.609.71.812.31.203.67.305 1.08.305.39 0 .73-.102 1.04-.305.3-.203.55-.482.72-.838.18-.364.27-.77.26-1.218l-.02-1.22c-.26-.33-.54-.587-.85-.774a1.87 1.87 0 0 0-1.02-.279Zm6.13-.889v1.003c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.38.32.863.32 1.447V64h-1.05l-.01-3.77c0-.55-.12-.97-.37-1.257-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.38a4.32 4.32 0 0 0-.87.864V64H1111v-6.348h1.04Zm9-.127c.36 0 .73.09 1.1.267.38.17.71.406.98.71v-.85h1.04v6.221c0 .753-.15 1.38-.46 1.879-.3.5-.71.872-1.21 1.117a3.81 3.81 0 0 1-1.67.368c-.39 0-.72-.046-1-.14-.27-.084-.5-.194-.7-.33-.19-.126-.37-.25-.53-.368v-1.117c.12.093.29.212.49.356.21.152.46.287.75.406.3.118.63.178.99.178.42 0 .8-.076 1.14-.229.35-.152.63-.376.84-.673.21-.296.32-.651.32-1.066V62.92c-.22.338-.52.635-.9.889-.37.254-.8.38-1.28.38-.55 0-1.04-.135-1.49-.406-.45-.28-.81-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.029c-.46 0-.85.114-1.17.343-.32.22-.57.511-.75.876-.17.355-.25.74-.25 1.155 0 .406.08.778.25 1.117.17.338.41.61.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.837.17-.356.26-.758.25-1.207l-.01-1.218c-.26-.33-.55-.584-.85-.762-.3-.186-.64-.28-1.03-.28Zm7.7-1.029c.66 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.45.533.76.71.31.17.67.255 1.08.255.46 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.456-.23.153-.5.28-.8.381-.3.11-.61.165-.94.165-.64 0-1.22-.152-1.72-.457a3.452 3.452 0 0 1-1.18-1.206 3.38 3.38 0 0 1-.41-1.663c0-.6.13-1.155.39-1.663s.62-.914 1.08-1.219c.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.83c-.05-.415-.16-.754-.36-1.016a1.759 1.759 0 0 0-.68-.584 1.934 1.934 0 0 0-.86-.203Zm6.53-1.016c.37 0 .72.055 1.04.165.32.102.56.208.7.318v1.117a3.44 3.44 0 0 0-.72-.394 2.45 2.45 0 0 0-.94-.19c-.4 0-.7.093-.91.28-.19.186-.29.38-.29.583 0 .161.06.326.17.495.12.161.32.292.61.394l1.06.38c.42.145.73.352.93.623.2.27.31.588.31.952 0 .355-.11.681-.31.978-.19.296-.47.533-.82.71-.35.17-.75.254-1.21.254-.25 0-.5-.033-.78-.101a5.11 5.11 0 0 1-.71-.216 3.956 3.956 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .71-.09.94-.267.24-.178.36-.398.36-.66a.569.569 0 0 0-.24-.482 2.712 2.712 0 0 0-.68-.343l-.94-.343c-.49-.186-.81-.419-.97-.698a1.977 1.977 0 0 1-.24-.978c0-.541.2-.99.6-1.345.41-.356.95-.534 1.63-.534Z"}),l.createElement("circle",{cx:898,cy:179.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),l.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M898 177V74"}),l.createElement("path",{fill:"black",d:"m800.672 163.494 3.974 8.506h-1.372l-.888-2.031h-3.987l-.901 2.031h-1.371l3.974-8.506h.571Zm-.267 1.93-1.536 3.466h3.047l-1.511-3.466Zm14.448.228v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.08Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.338 3.338 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V172h-1.041v-6.348h1.041Zm-31.713 13.172v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.36 1.701c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V187h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm10.702-.889-2.945 2.768 3.11 3.58h-1.32l-2.514-2.895-.901.838V187h-1.041v-9.141h1.041v5.891l3.161-3.098h1.409Zm3.542-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.525-1.016c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.308 3.308 0 0 1-.47-.241v-1.117c.119.084.284.182.496.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm9.966 0c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V187h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm7.96-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm5.37-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm4.76-1.219c.246 0 .449.089.61.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.868.868 0 0 1-.241-.596.84.84 0 0 1 .241-.597.827.827 0 0 1 .622-.267Zm.648 3.047V187h-1.041v-5.37h-1.003v-.978h2.044Zm5.116-.127c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V187h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V187h-1.041v-6.348h1.041Z"}),l.createElement("path",{fill:"black",d:"M813.493 239.494V248h-.431l-5.523-6.081V248h-1.143v-8.506h.432l5.523 6.157v-6.157h1.142Zm5.345 2.031c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.219.287.508.431 1.062.431 1.663a3.32 3.32 0 0 1-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .85-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.331-.22-.724-.33-1.181-.33Zm11.451-1.016c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-.851h1.041V248h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.19 1.016c-.457 0-.846.114-1.167.343a2.321 2.321 0 0 0-.75.888 2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.893 1.893 0 0 0-1.029-.279Zm7.96-1.016c.466 0 .868.077 1.207.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm5.371-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm4.76-1.219c.246 0 .449.089.61.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.827.827 0 0 1 .622-.267Zm.648 3.047V248h-1.041v-5.37h-1.003v-.978h2.044Zm5.116-.127c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.431 1.062.431 1.663a3.31 3.31 0 0 1-.431 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.139-1.155.418-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V248h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V248h-1.041v-6.348h1.041Zm8.278-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.056.326.166.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm-59.986 15c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V263h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V263h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.194-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.361 1.701c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V263h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm10.702-.889-2.945 2.768 3.11 3.58h-1.32l-2.514-2.895-.901.838V263h-1.041v-9.141h1.041v5.891l3.161-3.098h1.409Zm3.542-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V263h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V263h-1.041v-6.348h1.041Z"}),l.createElement("path",{fill:"#615BC2",d:"m1103.67 207.494 3.98 8.506h-1.38l-.88-2.031h-3.99l-.9 2.031h-1.37l3.97-8.506h.57Zm-.26 1.93-1.54 3.466h3.05l-1.51-3.466Zm14.44.228v3.758c0 .559-.12 1.041-.35 1.447-.24.407-.56.72-.97.94-.4.22-.86.33-1.37.33-.51 0-.96-.11-1.37-.33-.41-.22-.73-.533-.96-.94-.24-.406-.36-.888-.36-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.71.431 1.13.431.42 0 .8-.144 1.12-.431.33-.297.49-.72.49-1.27v-3.758h1.08Zm3.86-.127c.37 0 .72.055 1.04.165.32.102.56.208.7.318v1.117a3.457 3.457 0 0 0-.72-.394c-.31-.127-.62-.19-.94-.19-.4 0-.7.093-.9.279-.2.187-.3.381-.3.584 0 .161.06.326.17.495.12.161.32.292.61.394l1.07.381c.41.144.72.351.92.622.21.271.31.588.31.952 0 .356-.1.681-.31.978-.19.296-.47.533-.82.711-.35.169-.75.253-1.21.253-.24 0-.5-.033-.77-.101-.27-.059-.5-.131-.71-.216a2.787 2.787 0 0 1-.47-.241v-1.117c.11.084.28.182.49.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .72-.089.94-.267.24-.178.36-.398.36-.66a.568.568 0 0 0-.24-.482c-.15-.119-.38-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.4-.356.94-.534 1.62-.534Zm6.16 0c.65 0 1.19.136 1.62.407.44.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.33.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm5.67-.889v1.27c.25-.423.55-.762.89-1.016.35-.254.71-.381 1.07-.381.24 0 .46.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.79.153-1.06.457-.26.305-.51.669-.75 1.092V216h-1.04v-6.348h1.04Zm16.09 0-2.22 6.348h-.65l-1.74-4.481-1.74 4.481h-.65l-2.22-6.348h1.25l1.41 4.456 1.66-4.456h.58l1.67 4.456 1.4-4.456h1.25Zm2.28-3.047c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.65 3.047V216h-1.04v-5.37h-1v-.978h2.04Zm4-1.828v1.828h1.85v.978h-1.85v3.72c0 .262.07.469.2.622.14.152.35.228.63.228.25 0 .46-.029.63-.089.17-.067.32-.139.44-.215v.85c-.16.136-.35.241-.54.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.28-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm6.86 1.701c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.31.863.31 1.447V216h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V216h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm9.87-1.701v1.828h1.86v.978h-1.86v3.72c0 .262.07.469.21.622.13.152.34.228.62.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.35.241-.55.317-.18.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm6.86 1.701c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V216h-1.04l-.02-3.771c0-.55-.12-.969-.36-1.256-.24-.288-.61-.432-1.11-.432-.34 0-.68.127-1.01.381-.34.245-.63.533-.88.863V216h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.88c.06.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm9.48-.889v1.27c.25-.423.55-.762.89-1.016.35-.254.7-.381 1.07-.381.24 0 .46.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.44 0-.79.153-1.06.457-.26.305-.51.669-.75 1.092V216h-1.04v-6.348h1.04Zm6.57-.127c.65 0 1.19.136 1.62.407.43.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.19.296.45.533.76.711.31.169.67.254 1.08.254.46 0 .89-.114 1.28-.343.4-.237.74-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm7.25-1.016c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-.851h1.04v9.395h-1.04v-4.126c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419Zm.19 1.029c-.46 0-.85.114-1.17.342-.32.221-.57.513-.75.876-.17.356-.25.741-.25 1.156 0 .406.08.778.25 1.117.17.338.41.609.71.812.31.204.67.305 1.08.305.39 0 .74-.101 1.04-.305.31-.203.55-.482.72-.837.18-.356.27-.758.26-1.207l-.01-1.218c-.27-.33-.55-.584-.86-.762a1.848 1.848 0 0 0-1.02-.279Zm10.28-.902v3.758c0 .559-.12 1.041-.36 1.447-.23.407-.55.72-.96.94-.41.22-.86.33-1.37.33-.51 0-.97-.11-1.37-.33-.41-.22-.73-.533-.97-.94-.23-.406-.35-.888-.35-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.71.431 1.13.431.42 0 .79-.144 1.12-.431.33-.297.49-.72.49-1.27v-3.758h1.08Zm2.98-3.047c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.65 3.047V216h-1.04v-5.37h-1v-.978h2.04Zm3.29 0v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.26.305-.51.669-.75 1.092V216h-1.04v-6.348h1.04Zm6.56-.127c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm10.37-3.682V216h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.44-.279-.8-.664-1.07-1.155s-.4-1.058-.4-1.701c0-.703.13-1.308.4-1.816s.63-.897 1.1-1.168a3 3 0 0 1 1.56-.419c.36 0 .73.089 1.11.267.38.169.7.406.97.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.84.115-1.17.343-.32.22-.57.508-.75.863-.16.356-.25.741-.25 1.156 0 .406.09.783.25 1.13.17.338.41.609.72.812.31.203.67.305 1.07.305.39 0 .74-.102 1.05-.305.3-.203.54-.482.72-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.584-.85-.762-.3-.178-.64-.267-1.03-.267Zm12.13-1.041c.55 0 1.04.136 1.48.407.45.262.8.634 1.07 1.117.27.474.4 1.032.4 1.676 0 .694-.13 1.303-.4 1.828-.27.516-.63.918-1.09 1.206-.46.288-.98.431-1.57.431-.36 0-.73-.097-1.11-.292-.38-.194-.7-.444-.97-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.52-.622.89-.85.38-.237.81-.356 1.3-.356Zm-.17 1.016c-.38 0-.73.097-1.04.292a1.95 1.95 0 0 0-.72.813c-.17.338-.26.736-.26 1.193l.01 1.219c.28.33.56.601.86.812.29.203.63.305 1.02.305.46 0 .85-.119 1.17-.356.32-.237.57-.541.74-.914.18-.381.26-.774.26-1.18 0-.415-.08-.783-.25-1.105-.17-.33-.41-.592-.71-.787a1.961 1.961 0 0 0-1.08-.292Zm7.45-1.016c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm5.68-.889v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.27.305-.52.669-.75 1.092V216h-1.04v-6.348h1.04Zm4.99 0v.813c.2-.229.46-.44.77-.635.32-.203.7-.305 1.13-.305.46 0 .89.11 1.28.33.4.212.71.534.92.965.29-.355.62-.66.96-.914a2.03 2.03 0 0 1 1.22-.381c.43 0 .83.098 1.21.292.38.187.68.474.91.864.24.381.36.863.36 1.447V216h-1.04l-.02-3.771c0-.55-.14-.969-.43-1.256-.28-.288-.67-.432-1.17-.432-.36 0-.68.114-.95.343a5.49 5.49 0 0 0-.77.8V216h-1.04l-.02-3.771c0-.55-.14-.969-.43-1.256-.28-.288-.67-.432-1.17-.432-.34 0-.66.102-.95.305-.28.203-.54.448-.77.736V216h-1.04v-6.348h1.04Zm11.74-3.047c.25 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.78.78 0 0 1-.61.267.815.815 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.815.815 0 0 1 .62-.267Zm.65 3.047V216h-1.04v-5.37h-1.01v-.978h2.05Zm4.14-.127c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.315 3.315 0 0 0-.73-.394 2.41 2.41 0 0 0-.94-.19c-.4 0-.7.093-.9.279-.19.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.33.292.61.394l1.07.381c.41.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.35.169-.75.253-1.2.253-.25 0-.51-.033-.78-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.24-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.41-.356.95-.534 1.63-.534Zm5.43 0c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.457 3.457 0 0 0-.72-.394c-.31-.127-.62-.19-.94-.19-.4 0-.7.093-.91.279-.19.187-.29.381-.29.584 0 .161.06.326.17.495.12.161.32.292.61.394l1.06.381c.42.144.73.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.19.296-.47.533-.83.711-.34.169-.74.253-1.2.253-.25 0-.5-.033-.78-.101-.26-.059-.5-.131-.71-.216a3.9 3.9 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .71-.089.94-.267.24-.178.36-.398.36-.66a.568.568 0 0 0-.24-.482 2.695 2.695 0 0 0-.68-.343l-.94-.343c-.49-.186-.81-.419-.97-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.6-1.345.41-.356.95-.534 1.63-.534Zm4.56-2.92c.24 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.794.794 0 0 1-.61.267.8.8 0 0 1-.62-.267.835.835 0 0 1-.25-.596.81.81 0 0 1 .25-.597.8.8 0 0 1 .62-.267Zm.64 3.047V216h-1.04v-5.37h-1v-.978h2.04Zm5.12-.127c.64 0 1.22.153 1.71.457.5.305.89.711 1.17 1.219.29.508.43 1.062.43 1.663s-.14 1.156-.43 1.663c-.28.5-.67.902-1.17 1.206-.49.305-1.07.457-1.71.457-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663.28-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm0 1.016c-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.17.347-.26.728-.26 1.142 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.46 0 .85-.106 1.18-.318.34-.22.6-.503.78-.85.18-.356.28-.736.28-1.143 0-.414-.1-.795-.28-1.142a2.104 2.104 0 0 0-.78-.851c-.33-.22-.72-.33-1.18-.33Zm6.07-.889v1.003c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V216h-1.04l-.02-3.771c0-.55-.12-.969-.36-1.256-.24-.288-.61-.432-1.11-.432-.34 0-.68.127-1.01.381-.33.245-.63.533-.88.863V216h-1.04v-6.348h1.04Zm8.28-.127c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.315 3.315 0 0 0-.73-.394 2.41 2.41 0 0 0-.94-.19c-.4 0-.7.093-.9.279-.19.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.33.292.61.394l1.07.381c.41.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.35.169-.75.253-1.2.253-.25 0-.51-.033-.78-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.24-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.21-.99.61-1.345.41-.356.95-.534 1.63-.534Zm10.22 0c.46 0 .86.077 1.2.229.34.144.57.275.7.393v1.054c-.24-.178-.51-.33-.81-.457a2.701 2.701 0 0 0-1.09-.203c-.45 0-.85.11-1.18.33-.34.212-.61.495-.79.851-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.18.347.45.63.79.85.33.212.73.318 1.18.318.42 0 .78-.064 1.09-.191.3-.135.57-.292.81-.469v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.2.215-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.72-.457Zm6.23 0c.36 0 .73.089 1.1.267.39.169.71.406.98.711v-.851h1.04V216h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.525-.75.888-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm6.13-.889v1.003c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.381.32.863.32 1.447V216h-1.04l-.01-3.771c0-.55-.13-.969-.37-1.256-.24-.288-.61-.432-1.11-.432-.33 0-.67.127-1.01.381-.33.245-.62.533-.88.863V216h-1.04v-6.348h1.04Zm-238.56 15.873c.37 0 .74.089 1.11.267.38.169.71.406.98.711v-.851h1.04V232h-1.04v-1.079c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155 3.584 3.584 0 0 1-.4-1.701c0-.703.14-1.308.4-1.816.27-.508.64-.897 1.1-1.168a3 3 0 0 1 1.56-.419Zm.19 1.016c-.45 0-.84.114-1.16.343-.32.228-.57.525-.75.888a2.65 2.65 0 0 0 0 2.286c.17.338.4.609.71.812.31.203.67.305 1.08.305.39 0 .73-.102 1.04-.305.3-.203.54-.482.72-.838.18-.364.26-.77.26-1.219l-.02-1.218c-.26-.33-.54-.588-.85-.775a1.882 1.882 0 0 0-1.03-.279Zm8.32-1.016c.55 0 1.05.136 1.49.407.44.262.8.634 1.06 1.117.27.474.41 1.032.41 1.676 0 .694-.14 1.303-.41 1.828-.26.516-.62.918-1.09 1.206-.46.288-.98.431-1.56.431-.37 0-.74-.097-1.12-.292a3.344 3.344 0 0 1-.96-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.51-.622.89-.85.38-.237.81-.356 1.29-.356Zm-.16 1.016c-.39 0-.73.097-1.05.292-.3.195-.54.466-.72.813-.17.338-.25.736-.25 1.193l.01 1.219c.27.33.55.601.85.812.3.203.64.305 1.03.305.46 0 .84-.119 1.17-.356.32-.237.56-.541.73-.914.18-.381.27-.774.27-1.18 0-.415-.09-.783-.25-1.105-.17-.33-.41-.592-.72-.787-.3-.195-.66-.292-1.07-.292Zm8.06-1.016c.55 0 1.04.136 1.48.407.45.262.81.634 1.07 1.117.27.474.4 1.032.4 1.676 0 .694-.13 1.303-.4 1.828a2.98 2.98 0 0 1-1.09 1.206c-.46.288-.98.431-1.56.431-.37 0-.74-.097-1.12-.292-.37-.194-.7-.444-.97-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.52-.622.89-.85.38-.237.81-.356 1.3-.356Zm-.17 1.016c-.38 0-.73.097-1.04.292-.3.195-.55.466-.72.813-.17.338-.26.736-.26 1.193l.02 1.219c.27.33.55.601.85.812.29.203.64.305 1.02.305.46 0 .85-.119 1.17-.356.32-.237.57-.541.74-.914.18-.381.27-.774.27-1.18 0-.415-.09-.783-.26-1.105-.17-.33-.4-.592-.71-.787-.3-.195-.66-.292-1.08-.292Zm5.88-3.682V232h-1.04v-9.141h1.04Zm2.51 2.793 2.22 4.672 2.16-4.672h1.25l-4.67 9.395h-1.21l1.81-3.428-2.8-5.967h1.24Zm7.34 4.85 1.04.355-1.14 3.39-.79-.203.89-3.542Zm7.99-4.85v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.27.305-.52.669-.75 1.092V232h-1.04v-6.348h1.04Zm6.56-.127c.65 0 1.19.136 1.62.407.44.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.06.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.56.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm6.53-1.016c.37 0 .71.055 1.04.165.32.102.55.208.69.318v1.117a3.004 3.004 0 0 0-.72-.394 2.41 2.41 0 0 0-.94-.19c-.4 0-.7.093-.9.279-.19.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.32.292.61.394l1.07.381c.41.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.35.169-.75.253-1.21.253-.24 0-.5-.033-.77-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.49.292.22.101.46.19.7.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.23-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.41-.356.95-.534 1.63-.534Zm6.41 0c.46 0 .86.077 1.2.229.34.144.57.275.7.393v1.054c-.24-.178-.51-.33-.81-.457a2.701 2.701 0 0 0-1.09-.203c-.45 0-.85.11-1.18.33-.34.212-.61.495-.79.851-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.18.347.45.63.79.85.33.212.73.318 1.18.318.42 0 .78-.064 1.09-.191.3-.135.57-.292.81-.469v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.2.215-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.72-.457Zm6.73 0c.43 0 .82.098 1.18.292.35.187.63.474.85.864.21.381.31.863.31 1.447V232h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.24-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V232h-1.05v-9.141h1.05v3.796c.13-.169.3-.338.52-.508a2.9 2.9 0 0 1 .71-.444c.27-.118.55-.178.84-.178Zm6.93 0c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.19.296.45.533.76.711.31.169.67.254 1.08.254.46 0 .88-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm10.37-3.682V232h-1.04v-1.079c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.863-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.31.203.67.305 1.08.305.39 0 .74-.102 1.04-.305.3-.203.55-.482.72-.838.18-.364.27-.77.26-1.219l-.02-1.218c-.26-.33-.54-.584-.85-.762a1.91 1.91 0 0 0-1.02-.267Zm10.28-.914v3.758c0 .559-.12 1.041-.36 1.447-.23.407-.55.72-.96.94-.41.22-.86.33-1.37.33-.51 0-.97-.11-1.37-.33-.41-.22-.73-.533-.97-.94-.24-.406-.35-.888-.35-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.7.431 1.13.431.42 0 .79-.144 1.12-.431.33-.297.49-.72.49-1.27v-3.758h1.08Zm3.01-2.793V232h-1.04v-9.141h1.04Zm4.77 2.666c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38a2.6 2.6 0 0 1-.93.165c-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663a3.22 3.22 0 0 1 1.07-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm11.31-1.016c.65 0 1.22.153 1.72.457.5.305.89.711 1.16 1.219a3.3 3.3 0 0 1 .44 1.663c0 .601-.15 1.156-.44 1.663-.27.5-.66.902-1.16 1.206-.5.305-1.07.457-1.72.457-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm0 1.016c-.45 0-.84.11-1.18.33-.34.212-.6.495-.78.851-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.18.347.44.63.78.85.34.212.73.318 1.18.318.46 0 .85-.106 1.18-.318.34-.22.6-.503.78-.85.18-.356.28-.736.28-1.143 0-.414-.1-.795-.28-1.142a2.104 2.104 0 0 0-.78-.851c-.33-.22-.72-.33-1.18-.33Zm6.07-.889v1.27c.25-.423.54-.762.89-1.016s.7-.381 1.07-.381c.24 0 .46.043.66.127v1.206c-.27-.16-.55-.241-.82-.241-.43 0-.78.153-1.05.457-.26.305-.51.669-.75 1.092V232h-1.04v-6.348h1.04Zm8.8 0v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.26.305-.51.669-.75 1.092V232h-1.04v-6.348h1.04Zm6.56-.127c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm5.47-3.936c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.68 3.047v6.323c0 .854-.2 1.544-.6 2.069-.39.525-.92.922-1.59 1.193l-.47-.939c.56-.271.97-.571 1.22-.902.27-.33.4-.753.4-1.269v-5.497h-1.01v-.978h2.05Zm4.77-.127c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.07.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm7.5-1.016c.47 0 .87.077 1.21.229.34.144.57.275.7.393v1.054c-.24-.178-.51-.33-.81-.457-.31-.135-.67-.203-1.1-.203-.44 0-.84.11-1.18.33-.34.212-.6.495-.78.851-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.18.347.44.63.78.85a2.2 2.2 0 0 0 1.18.318c.43 0 .79-.064 1.1-.191.3-.135.57-.292.81-.469v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm5.37-1.701v1.828h1.86v.978h-1.86v3.72c0 .262.07.469.21.622.13.152.34.228.62.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.35.241-.55.317-.18.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.77-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm9.31 0v1.828h1.85v.978h-1.85v3.72c0 .262.07.469.2.622.14.152.35.228.62.228.26 0 .47-.029.64-.089.17-.067.32-.139.44-.215v.85c-.17.136-.35.241-.54.317-.19.085-.44.127-.76.127-.55 0-.96-.16-1.24-.482-.27-.33-.4-.766-.4-1.308v-3.77h-1.22v-.305c.41-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm6.85 1.701c.44 0 .83.098 1.19.292.35.187.63.474.85.864.21.381.31.863.31 1.447V232h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.24-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V232h-1.05v-9.141h1.05v3.796c.13-.169.3-.338.52-.508a2.9 2.9 0 0 1 .71-.444c.27-.118.55-.178.83-.178Zm6.94 0c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.17.682.37.978.19.296.45.533.76.711.31.169.67.254 1.08.254.46 0 .88-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm11.31-1.016c.46 0 .87.077 1.2.229.34.144.58.275.7.393v1.054a3.67 3.67 0 0 0-.81-.457c-.3-.135-.67-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.42 0 .79-.064 1.09-.191.3-.135.58-.292.81-.469v1.053c-.12.127-.36.263-.7.407-.33.143-.74.215-1.2.215-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.72-.457Zm6.73 0c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V232h-1.05l-.01-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V232h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-.851h1.04V232h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.55 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.525-.75.888-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.17-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm6.13-.889v1.003c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.36.187.64.474.85.864.21.381.32.863.32 1.447V232h-1.04l-.02-3.771c0-.55-.12-.969-.36-1.256-.24-.288-.61-.432-1.11-.432-.34 0-.68.127-1.01.381-.33.245-.63.533-.88.863V232h-1.04v-6.348h1.04Zm9-.127c.37 0 .73.089 1.11.267.38.169.7.406.97.711v-.851h1.04v6.221c0 .753-.15 1.38-.45 1.879-.31.499-.71.872-1.22 1.117a3.76 3.76 0 0 1-1.66.368c-.39 0-.73-.046-1.01-.139-.27-.085-.5-.195-.7-.33-.19-.127-.37-.25-.53-.369v-1.117c.13.093.29.212.5.356.21.152.46.287.75.406.29.118.62.178.99.178.41 0 .79-.076 1.14-.229.35-.152.62-.376.84-.673.21-.296.31-.651.31-1.066v-1.333c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.44-.279-.8-.664-1.07-1.155s-.4-1.058-.4-1.701c0-.703.13-1.308.4-1.816s.63-.897 1.1-1.168a3 3 0 0 1 1.56-.419Zm.19 1.029c-.46 0-.84.114-1.17.342-.32.221-.57.513-.75.876-.16.356-.25.741-.25 1.156 0 .406.09.778.25 1.117.17.338.41.609.72.812.31.204.67.305 1.07.305.39 0 .74-.101 1.05-.305.3-.203.54-.482.72-.837.18-.356.26-.758.25-1.207l-.01-1.218c-.26-.33-.55-.584-.85-.762-.3-.186-.64-.279-1.03-.279Zm7.71-1.029c.65 0 1.19.136 1.62.407.43.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.28-.343.4-.237.74-.495 1.01-.774l-.02 1.13c-.11.143-.29.296-.53.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm6.52-1.016c.38 0 .72.055 1.04.165.33.102.56.208.7.318v1.117a3.457 3.457 0 0 0-.72-.394c-.31-.127-.62-.19-.94-.19-.4 0-.7.093-.9.279-.2.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.32.292.61.394l1.07.381c.41.144.72.351.92.622.21.271.31.588.31.952 0 .356-.1.681-.31.978-.19.296-.47.533-.82.711-.35.169-.75.253-1.21.253-.24 0-.5-.033-.77-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.49.292.22.101.46.19.7.266.25.068.47.102.69.102.39 0 .71-.089.94-.267.23-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.38-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.4-.356.95-.534 1.62-.534Z"}),l.createElement("circle",{cx:1193,cy:332.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),l.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M1193 330v-86"}),l.createElement("circle",{cx:910,cy:311,r:5,fill:"#202021",stroke:"#F7F7FA",strokeWidth:2,transform:"rotate(-180 910 311)"}),l.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M910 314v35"}),l.createElement("rect",{width:93,height:23,x:964.5,y:123.5,fill:"#F4FAEB",rx:3.5}),l.createElement("rect",{width:93,height:23,x:964.5,y:123.5,stroke:"#B0D182",rx:3.5}),l.createElement("g",{clipPath:"url(#clip5_20382_240644)"},l.createElement("path",{fill:"#68A611",d:"m984.25 138.128-2.603-2.603a.747.747 0 1 0-1.057 1.058l3.135 3.135a.747.747 0 0 0 1.057 0l7.935-7.935a.747.747 0 1 0-1.057-1.058l-7.41 7.403Z"})),l.createElement("path",{fill:"#3B6600",d:"m1004.21 131.09 3.66 7.91h-1.91l-.6-1.465h-3.11l-.59 1.465h-1.914l3.654-7.91h.81Zm-.4 2.66-.98 2.402h1.97l-.99-2.402Zm8.48-.82c.46 0 .9.121 1.3.363.4.234.73.582.97 1.043.25.453.37 1.008.37 1.664 0 .656-.12 1.223-.37 1.699-.24.477-.58.844-1 1.102-.41.25-.87.375-1.38.375-.33 0-.66-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.32-.227.71-.34 1.15-.34Zm-.38 1.488c-.27 0-.52.07-.75.211-.23.133-.43.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.43.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.4-.375.53-.633.12-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm7.83-1.488c.47 0 .9.121 1.3.363.41.234.73.582.97 1.043.25.453.38 1.008.38 1.664 0 .656-.13 1.223-.38 1.699-.24.477-.57.844-.99 1.102-.42.25-.88.375-1.39.375-.33 0-.65-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.33-.227.71-.34 1.15-.34Zm-.38 1.488c-.26 0-.51.07-.75.211-.23.133-.42.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.44.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.41-.375.53-.633.13-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm5.93-3.856V139h-1.49v-8.438h1.49Zm3.06-.562c.28 0 .53.102.73.305a.974.974 0 0 1 0 1.406.997.997 0 0 1-.73.305 1.014 1.014 0 0 1-1.02-1.008c0-.274.1-.508.29-.703.21-.203.45-.305.73-.305Zm.87 3.082V139h-1.49v-4.652h-.95v-1.266h2.44Zm4.46-.152c.58 0 1.08.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.28.719.59.961.31.242.69.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.84.504-.37.164-.78.246-1.22.246-.59 0-1.12-.133-1.61-.399a3.094 3.094 0 0 1-1.14-1.089c-.29-.461-.43-.989-.43-1.583 0-.578.13-1.105.39-1.582a3.05 3.05 0 0 1 1.07-1.148c.45-.297.97-.445 1.54-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.51.914h2.83c-.03-.422-.18-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm9.81-3.668V139h-1.49v-.996c-.17.32-.42.598-.75.832-.33.226-.71.34-1.15.34-.48 0-.92-.121-1.32-.364-.4-.242-.72-.593-.96-1.054-.25-.461-.37-1.02-.37-1.676 0-.656.12-1.219.37-1.687.25-.469.58-.829.99-1.079.42-.257.89-.386 1.4-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.98 3.833c-.31 0-.58.082-.81.246-.22.156-.39.363-.51.621-.13.25-.19.523-.19.82 0 .445.13.824.4 1.137.27.312.63.469 1.08.469.26 0 .51-.071.73-.211.24-.141.43-.336.57-.586.14-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Z"}),l.createElement("rect",{width:93,height:23,x:1072.5,y:321.5,fill:"#FFF2F3",rx:3.5}),l.createElement("rect",{width:93,height:23,x:1072.5,y:321.5,stroke:"#FEB0B7",rx:3.5}),l.createElement("g",{clipPath:"url(#clip6_20382_240644)"},l.createElement("path",{fill:"#D93644",d:"M1088 325.5c-4.14 0-7.5 3.36-7.5 7.5 0 4.14 3.36 7.5 7.5 7.5 4.14 0 7.5-3.36 7.5-7.5 0-4.14-3.36-7.5-7.5-7.5Zm0 8.25a.754.754 0 0 1-.75-.75v-3c0-.413.34-.75.75-.75s.75.337.75.75v3c0 .413-.34.75-.75.75Zm.75 3h-1.5v-1.5h1.5v1.5Z"})),l.createElement("path",{fill:"#D11525",d:"M1104.36 328.996c.45 0 .87.063 1.24.188.38.125.69.269.95.433v1.606a8.873 8.873 0 0 0-.9-.481 2.59 2.59 0 0 0-1.09-.222c-.2 0-.41.031-.61.093-.2.063-.36.157-.49.282a.633.633 0 0 0-.19.48c0 .258.11.453.34.586.23.133.5.266.83.398l.96.399c.55.234.95.519 1.21.855.26.336.39.719.39 1.149 0 .468-.14.883-.41 1.242-.27.351-.63.629-1.08.832a3.56 3.56 0 0 1-1.49.305c-.46 0-.9-.079-1.32-.235a4.597 4.597 0 0 1-1.11-.574v-1.605c.35.25.73.461 1.14.632.41.172.86.258 1.32.258.33 0 .61-.062.85-.187.23-.133.35-.328.35-.586 0-.203-.1-.367-.29-.492-.19-.133-.4-.243-.62-.329l-1.21-.468c-.61-.235-1.02-.539-1.24-.914a2.593 2.593 0 0 1-.32-1.266c0-.477.13-.891.39-1.242.26-.36.61-.637 1.03-.832.42-.203.88-.305 1.37-.305Zm6.71 1.934c.44 0 .8.07 1.08.211.28.14.51.277.67.41v1.371c-.2-.149-.43-.274-.69-.375-.25-.102-.56-.152-.93-.152-.29 0-.57.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.16.883.47 1.196.31.312.71.468 1.18.468.37 0 .68-.046.93-.14.26-.102.49-.227.69-.375v1.359c-.16.141-.39.277-.67.41-.28.125-.64.188-1.08.188-.6 0-1.13-.141-1.6-.422a3.237 3.237 0 0 1-1.1-1.137 3.08 3.08 0 0 1-.4-1.547c0-.414.07-.808.22-1.183.16-.375.38-.707.66-.996.28-.297.61-.532.98-.703.38-.172.8-.258 1.24-.258Zm6.36 0c.6 0 1.1.203 1.51.609.4.406.61 1.016.61 1.828V337h-1.49l-.01-3.434c0-.398-.1-.695-.3-.89-.18-.196-.45-.293-.78-.293-.27 0-.52.086-.75.258-.23.171-.42.375-.59.609V337h-1.49v-8.438h1.49v3.364c.18-.242.42-.469.73-.68.31-.211.67-.316 1.07-.316Zm6.42 0c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.36 0-.67.114-.92.34-.25.227-.43.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm9.81-3.668V337h-1.49v-.996c-.17.32-.42.598-.75.832-.33.226-.71.34-1.15.34-.47 0-.91-.121-1.32-.364-.4-.242-.72-.593-.96-1.054-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.98 3.833c-.31 0-.58.082-.8.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.27.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Zm10.04-1.313v3.527c0 .524-.12.977-.36 1.36-.23.375-.55.664-.96.867-.4.203-.85.305-1.36.305-.51 0-.97-.102-1.38-.305-.4-.203-.71-.492-.95-.867a2.687 2.687 0 0 1-.34-1.36v-3.527h1.5l.01 3.258c0 .461.11.805.32 1.031.21.227.49.34.84.34s.62-.113.84-.34c.21-.226.32-.57.32-1.031v-3.258h1.52Zm3.18-2.52V337h-1.48v-8.438h1.48Zm4.41 2.368c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.04 1.3c-.36 0-.67.114-.92.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm9.81-3.668V337h-1.49v-.996c-.17.32-.42.598-.75.832-.32.226-.71.34-1.14.34-.48 0-.92-.121-1.33-.364-.4-.242-.72-.593-.96-1.054-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.61.348.82.598v-3.188h1.49Zm-2.97 3.833c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.64.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527c-.24-.133-.5-.199-.79-.199Z"}),l.createElement("rect",{width:93,height:23,x:1255.5,y:276.5,fill:"#F4FAEB",rx:3.5}),l.createElement("rect",{width:93,height:23,x:1255.5,y:276.5,stroke:"#B0D182",rx:3.5}),l.createElement("g",{clipPath:"url(#clip7_20382_240644)"},l.createElement("path",{fill:"#68A611",d:"m1275.25 291.128-2.6-2.603a.75.75 0 0 0-1.06 0 .752.752 0 0 0 0 1.058l3.13 3.135a.75.75 0 0 0 1.06 0l7.94-7.935a.752.752 0 0 0 0-1.058.75.75 0 0 0-1.06 0l-7.41 7.403Z"})),l.createElement("path",{fill:"#3B6600",d:"m1295.21 284.09 3.66 7.91h-1.91l-.6-1.465h-3.11l-.59 1.465h-1.91l3.65-7.91h.81Zm-.4 2.66-.98 2.402h1.97l-.99-2.402Zm8.48-.82c.46 0 .9.121 1.3.363.4.234.73.582.97 1.043.25.453.37 1.008.37 1.664 0 .656-.12 1.223-.37 1.699-.24.477-.58.844-1 1.102-.41.25-.87.375-1.38.375-.33 0-.66-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.32-.227.71-.34 1.15-.34Zm-.38 1.488c-.27 0-.52.07-.75.211-.23.133-.43.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.43.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.4-.375.53-.633.12-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm7.83-1.488c.47 0 .9.121 1.3.363.41.234.73.582.97 1.043.25.453.38 1.008.38 1.664 0 .656-.13 1.223-.38 1.699-.24.477-.57.844-.99 1.102-.42.25-.88.375-1.39.375-.33 0-.65-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.33-.227.71-.34 1.15-.34Zm-.38 1.488c-.26 0-.51.07-.75.211-.23.133-.42.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.44.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.41-.375.53-.633.13-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm5.93-3.856V292h-1.49v-8.438h1.49Zm3.06-.562c.28 0 .53.102.73.305a.974.974 0 0 1 0 1.406.997.997 0 0 1-.73.305 1.014 1.014 0 0 1-1.02-1.008c0-.274.1-.508.29-.703.21-.203.45-.305.73-.305Zm.87 3.082V292h-1.49v-4.652h-.95v-1.266h2.44Zm4.46-.152c.58 0 1.08.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.28.719.59.961.31.242.69.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.84.504-.37.164-.78.246-1.22.246-.59 0-1.12-.133-1.61-.399a3.094 3.094 0 0 1-1.14-1.089c-.29-.461-.43-.989-.43-1.583 0-.578.13-1.105.39-1.582a3.05 3.05 0 0 1 1.07-1.148c.45-.297.97-.445 1.54-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.51.914h2.83c-.03-.422-.18-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm9.81-3.668V292h-1.49v-.996c-.17.32-.42.598-.75.832-.33.226-.71.34-1.15.34-.48 0-.92-.121-1.32-.364-.4-.242-.72-.593-.96-1.054-.25-.461-.37-1.02-.37-1.676 0-.656.12-1.219.37-1.687.25-.469.58-.829.99-1.079.42-.257.89-.386 1.4-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.98 3.833c-.31 0-.58.082-.81.246-.22.156-.39.363-.51.621-.13.25-.19.523-.19.82 0 .445.13.824.4 1.137.27.312.63.469 1.08.469.26 0 .51-.071.73-.211.24-.141.43-.336.57-.586.14-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Z"}),l.createElement("rect",{width:93,height:23,x:1072.5,y:281.5,fill:"#F4FAEB",rx:3.5}),l.createElement("rect",{width:93,height:23,x:1072.5,y:281.5,stroke:"#B0D182",rx:3.5}),l.createElement("g",{clipPath:"url(#clip8_20382_240644)"},l.createElement("path",{fill:"#68A611",d:"m1092.25 296.128-2.6-2.603a.75.75 0 0 0-1.06 0 .752.752 0 0 0 0 1.058l3.13 3.135a.75.75 0 0 0 1.06 0l7.94-7.935a.752.752 0 0 0 0-1.058.75.75 0 0 0-1.06 0l-7.41 7.403Z"})),l.createElement("path",{fill:"#3B6600",d:"m1112.21 289.09 3.66 7.91h-1.91l-.6-1.465h-3.11l-.59 1.465h-1.91l3.65-7.91h.81Zm-.4 2.66-.98 2.402h1.97l-.99-2.402Zm8.48-.82c.46 0 .9.121 1.3.363.4.234.73.582.97 1.043.25.453.37 1.008.37 1.664 0 .656-.12 1.223-.37 1.699-.24.477-.58.844-1 1.102-.41.25-.87.375-1.38.375-.33 0-.66-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.32-.227.71-.34 1.15-.34Zm-.38 1.488c-.27 0-.52.07-.75.211-.23.133-.43.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.43.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.4-.375.53-.633.12-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm7.83-1.488c.47 0 .9.121 1.3.363.41.234.73.582.97 1.043.25.453.38 1.008.38 1.664 0 .656-.13 1.223-.38 1.699-.24.477-.57.844-.99 1.102-.42.25-.88.375-1.39.375-.33 0-.65-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.33-.227.71-.34 1.15-.34Zm-.38 1.488c-.26 0-.51.07-.75.211-.23.133-.42.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.44.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.41-.375.53-.633.13-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm5.93-3.856V297h-1.49v-8.438h1.49Zm3.06-.562c.28 0 .53.102.73.305a.974.974 0 0 1 0 1.406.997.997 0 0 1-.73.305 1.014 1.014 0 0 1-1.02-1.008c0-.274.1-.508.29-.703.21-.203.45-.305.73-.305Zm.87 3.082V297h-1.49v-4.652h-.95v-1.266h2.44Zm4.46-.152c.58 0 1.08.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.28.719.59.961.31.242.69.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.84.504-.37.164-.78.246-1.22.246-.59 0-1.12-.133-1.61-.399a3.094 3.094 0 0 1-1.14-1.089c-.29-.461-.43-.989-.43-1.583 0-.578.13-1.105.39-1.582a3.05 3.05 0 0 1 1.07-1.148c.45-.297.97-.445 1.54-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.51.914h2.83c-.03-.422-.18-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm9.81-3.668V297h-1.49v-.996c-.17.32-.42.598-.75.832-.33.226-.71.34-1.15.34-.48 0-.92-.121-1.32-.364-.4-.242-.72-.593-.96-1.054-.25-.461-.37-1.02-.37-1.676 0-.656.12-1.219.37-1.687.25-.469.58-.829.99-1.079.42-.257.89-.386 1.4-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.98 3.833c-.31 0-.58.082-.81.246-.22.156-.39.363-.51.621-.13.25-.19.523-.19.82 0 .445.13.824.4 1.137.27.312.63.469 1.08.469.26 0 .51-.071.73-.211.24-.141.43-.336.57-.586.14-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Z"}),l.createElement("path",{fill:"black",fillOpacity:.87,d:"M43.871 36.621c.95 0 1.725.13 2.324.39a5.6 5.6 0 0 1 1.602 1.016v1.934a37.032 37.032 0 0 0-.977-.684 5.618 5.618 0 0 0-1.25-.644c-.468-.196-1.035-.293-1.699-.293-.977 0-1.849.221-2.617.664a4.824 4.824 0 0 0-1.816 1.836c-.443.768-.665 1.64-.665 2.617 0 .977.222 1.849.664 2.617a5.013 5.013 0 0 0 1.817 1.836c.768.443 1.64.664 2.617.664 1.003 0 1.856-.163 2.559-.488.716-.339 1.302-.684 1.758-1.035v1.758c-.456.403-1.055.755-1.797 1.054-.73.287-1.57.43-2.52.43-.99 0-1.9-.176-2.734-.527a7.07 7.07 0 0 1-2.188-1.485 6.855 6.855 0 0 1-1.465-2.168 6.989 6.989 0 0 1-.507-2.656c0-.938.169-1.816.507-2.637a6.797 6.797 0 0 1 1.465-2.187 6.797 6.797 0 0 1 2.188-1.465c.833-.365 1.745-.547 2.734-.547ZM55.61 40.04c.664 0 1.27.15 1.817.45.547.286.983.728 1.308 1.327.326.586.489 1.328.489 2.227V50H57.62l-.02-5.8c0-.847-.188-1.492-.566-1.934-.364-.443-.93-.664-1.7-.664-.52 0-1.04.195-1.562.586-.507.377-.957.82-1.347 1.328V50h-1.602V35.937h1.602v5.84c.208-.26.475-.52.8-.78.326-.274.69-.502 1.094-.684a3.185 3.185 0 0 1 1.29-.274Zm10.664 0c.56 0 1.127.137 1.7.41a4.35 4.35 0 0 1 1.504 1.094v-1.309h1.601V50h-1.601v-1.66c-.339.52-.801.976-1.387 1.367-.573.39-1.23.586-1.973.586a4.338 4.338 0 0 1-2.285-.625 4.75 4.75 0 0 1-1.66-1.777c-.404-.756-.606-1.628-.606-2.618 0-1.08.202-2.011.606-2.793.417-.78.983-1.38 1.7-1.796.715-.43 1.516-.645 2.401-.645Zm.293 1.563c-.703 0-1.302.175-1.797.527a3.568 3.568 0 0 0-1.152 1.367 4.08 4.08 0 0 0-.39 1.777c0 .625.13 1.205.39 1.739.26.52.625.937 1.094 1.25.482.312 1.035.468 1.66.468.6 0 1.133-.156 1.602-.468.468-.313.84-.742 1.113-1.29.273-.56.404-1.184.39-1.874l-.019-1.875c-.404-.508-.84-.905-1.309-1.192-.455-.286-.983-.43-1.582-.43ZM76 40.234v1.543c.208-.26.475-.52.8-.78.326-.274.69-.502 1.094-.684a3.185 3.185 0 0 1 1.29-.274c.664 0 1.27.15 1.816.45.547.286.983.728 1.309 1.327.325.586.488 1.328.488 2.227V50h-1.602l-.02-5.8c0-.847-.188-1.492-.566-1.934-.364-.443-.93-.664-1.699-.664-.52 0-1.041.195-1.562.586A6.85 6.85 0 0 0 76 43.516V50h-1.602v-9.766H76Zm13.848-.195c.56 0 1.126.137 1.699.41a4.35 4.35 0 0 1 1.504 1.094v-1.309h1.601v9.57c0 1.16-.234 2.123-.703 2.891a4.414 4.414 0 0 1-1.875 1.72 5.801 5.801 0 0 1-2.558.566c-.6 0-1.114-.072-1.543-.215-.417-.13-.775-.3-1.075-.508-.299-.196-.572-.384-.82-.567v-1.718c.195.143.45.325.762.547.325.234.71.442 1.152.624.456.183.964.274 1.524.274.638 0 1.224-.117 1.757-.352.534-.234.964-.579 1.29-1.035.325-.456.488-1.002.488-1.64V48.34c-.339.52-.801.976-1.387 1.367-.573.39-1.23.586-1.973.586a4.338 4.338 0 0 1-2.285-.625 4.75 4.75 0 0 1-1.66-1.777c-.404-.756-.605-1.628-.605-2.618 0-1.08.201-2.011.605-2.793.417-.78.983-1.38 1.7-1.796.716-.43 1.516-.645 2.402-.645Zm.293 1.582c-.704 0-1.303.176-1.797.527a3.417 3.417 0 0 0-1.153 1.348 4.08 4.08 0 0 0-.39 1.777c0 .625.13 1.198.39 1.72.26.52.625.937 1.094 1.25.482.312 1.035.468 1.66.468.6 0 1.133-.156 1.602-.469.469-.312.84-.742 1.113-1.289.274-.547.404-1.165.39-1.855l-.019-1.875c-.403-.508-.84-.899-1.308-1.172-.456-.287-.983-.43-1.582-.43Zm11.855-1.582c1.003 0 1.836.208 2.5.625a3.835 3.835 0 0 1 1.484 1.7c.339.715.508 1.523.508 2.421v.957h-7.5c.078.547.267 1.048.567 1.504.3.456.69.82 1.172 1.094.481.26 1.035.39 1.66.39.703 0 1.36-.175 1.972-.527a7.412 7.412 0 0 0 1.543-1.191l-.019 1.738c-.182.221-.456.456-.821.703-.351.234-.761.43-1.23.586-.456.17-.937.254-1.445.254-.99 0-1.869-.234-2.637-.703a5.166 5.166 0 0 1-1.816-1.856 5.222 5.222 0 0 1-.645-2.558c0-.925.202-1.778.605-2.559a4.927 4.927 0 0 1 1.66-1.875c.717-.469 1.531-.703 2.442-.703Zm0 1.563c-.807 0-1.471.273-1.992.82a3.584 3.584 0 0 0-.977 1.953h5.879c-.065-.638-.247-1.159-.547-1.563a2.677 2.677 0 0 0-1.054-.898 2.89 2.89 0 0 0-1.309-.312Zm14.59-1.368v1.953c.378-.65.833-1.171 1.367-1.562.534-.39 1.081-.586 1.641-.586.377 0 .716.065 1.015.195v1.856c-.416-.248-.833-.371-1.25-.371-.664 0-1.204.234-1.621.703a10.283 10.283 0 0 0-1.152 1.68V50h-1.602v-9.766h1.602Zm10.098-.195c1.002 0 1.836.208 2.5.625a3.84 3.84 0 0 1 1.484 1.7c.339.715.508 1.523.508 2.421v.957h-7.5c.078.547.267 1.048.566 1.504.3.456.69.82 1.172 1.094.482.26 1.035.39 1.66.39.703 0 1.361-.175 1.973-.527a7.439 7.439 0 0 0 1.543-1.191l-.02 1.738c-.182.221-.455.456-.82.703-.352.234-.762.43-1.23.586-.456.17-.938.254-1.446.254-.989 0-1.868-.234-2.636-.703a5.163 5.163 0 0 1-1.817-1.856 5.218 5.218 0 0 1-.644-2.558c0-.925.201-1.778.605-2.559a4.93 4.93 0 0 1 1.66-1.875c.716-.469 1.53-.703 2.442-.703Zm0 1.563c-.808 0-1.472.273-1.993.82a3.587 3.587 0 0 0-.976 1.953h5.879c-.065-.638-.248-1.159-.547-1.563a2.68 2.68 0 0 0-1.055-.898 2.886 2.886 0 0 0-1.308-.312Zm11.152-1.563c.56 0 1.126.137 1.699.41.586.26 1.087.625 1.504 1.094v-1.309h1.602v14.453h-1.602V48.34c-.338.52-.801.976-1.387 1.367-.573.39-1.23.586-1.972.586a4.335 4.335 0 0 1-2.285-.625 4.748 4.748 0 0 1-1.661-1.777c-.403-.756-.605-1.628-.605-2.618 0-1.08.202-2.011.605-2.793.417-.78.983-1.38 1.7-1.796.716-.43 1.517-.645 2.402-.645Zm.293 1.582c-.703 0-1.302.176-1.797.527a3.41 3.41 0 0 0-1.152 1.348 4.073 4.073 0 0 0-.391 1.777c0 .625.13 1.198.391 1.72.26.52.625.937 1.093 1.25.482.312 1.036.468 1.661.468a2.82 2.82 0 0 0 1.601-.469c.469-.312.84-.742 1.113-1.289.274-.547.404-1.165.391-1.855l-.019-1.875c-.404-.508-.84-.899-1.309-1.172-.456-.287-.983-.43-1.582-.43Zm15.82-1.387v5.782c0 .859-.182 1.601-.547 2.226a3.765 3.765 0 0 1-1.484 1.446c-.625.338-1.328.507-2.109.507-.782 0-1.485-.169-2.11-.508a3.765 3.765 0 0 1-1.484-1.445c-.365-.625-.547-1.367-.547-2.226v-5.782h1.66v5.782c0 .846.248 1.497.742 1.953a2.573 2.573 0 0 0 1.739.664c.651 0 1.224-.222 1.718-.664.508-.456.762-1.107.762-1.953v-5.782h1.66ZM161 40.04c1.003 0 1.836.208 2.5.625a3.835 3.835 0 0 1 1.484 1.7c.339.715.508 1.523.508 2.421v.957h-7.5c.078.547.267 1.048.567 1.504.299.456.69.82 1.171 1.094.482.26 1.036.39 1.661.39.703 0 1.36-.175 1.972-.527a7.412 7.412 0 0 0 1.543-1.191l-.019 1.738c-.183.221-.456.456-.821.703-.351.234-.761.43-1.23.586-.456.17-.938.254-1.445.254-.99 0-1.869-.234-2.637-.703a5.16 5.16 0 0 1-1.816-1.856 5.22 5.22 0 0 1-.645-2.558c0-.925.202-1.778.605-2.559a4.924 4.924 0 0 1 1.661-1.875c.716-.469 1.53-.703 2.441-.703Zm0 1.563c-.807 0-1.471.273-1.992.82a3.582 3.582 0 0 0-.977 1.953h5.879c-.065-.638-.247-1.159-.547-1.563a2.677 2.677 0 0 0-1.054-.898 2.89 2.89 0 0 0-1.309-.312Zm10.039-1.563c.573 0 1.107.085 1.602.254.494.156.852.319 1.074.488V42.5c-.274-.208-.645-.41-1.113-.605a3.728 3.728 0 0 0-1.446-.293c-.612 0-1.074.143-1.386.43-.3.286-.45.585-.45.898 0 .247.085.501.254.761.183.248.495.45.938.606l1.64.586c.638.221 1.114.54 1.426.957.313.416.469.905.469 1.465 0 .547-.156 1.048-.469 1.504-.299.455-.723.82-1.269 1.093-.534.26-1.153.391-1.856.391a4.91 4.91 0 0 1-1.191-.156 7.217 7.217 0 0 1-1.094-.332 5.066 5.066 0 0 1-.723-.371v-1.72c.183.131.437.28.762.45a8.82 8.82 0 0 0 1.074.41c.378.104.729.157 1.055.157.612 0 1.094-.137 1.445-.41.365-.274.547-.613.547-1.016a.874.874 0 0 0-.371-.742c-.234-.183-.579-.359-1.035-.528l-1.445-.527c-.756-.287-1.257-.645-1.504-1.074a3.023 3.023 0 0 1-.371-1.504c0-.834.312-1.524.937-2.07.625-.547 1.458-.82 2.5-.82Zm8.145-2.617v2.812h2.851v1.504h-2.851v5.723c0 .404.104.723.312.957.208.234.527.352.957.352.391 0 .716-.046.977-.137.26-.104.488-.215.683-.332v1.308c-.26.209-.54.371-.84.489-.286.13-.677.195-1.171.195-.834 0-1.465-.247-1.895-.742-.417-.508-.625-1.179-.625-2.012v-5.8h-1.875v-.47c.638-.286 1.172-.755 1.602-1.406.429-.664.807-1.478 1.132-2.441h.743Zm16.679 2.812v1.504h-2.851V50h-1.602v-8.262h-1.543v-1.504h1.543v-1.25c0-.768.15-1.393.449-1.875.3-.494.684-.859 1.153-1.093a3.023 3.023 0 0 1 1.426-.371c.664 0 1.204.175 1.621.527v1.406a2.507 2.507 0 0 0-.704-.312 2.524 2.524 0 0 0-.82-.098c-.482.013-.859.17-1.133.469-.26.286-.39.794-.39 1.523v1.074h2.851Zm3.731-4.297V50h-1.602V35.937h1.602Zm7.734 4.102c.99 0 1.869.234 2.637.703a4.97 4.97 0 0 1 1.797 1.875c.442.781.664 1.634.664 2.559 0 .924-.222 1.777-.664 2.558a5.014 5.014 0 0 1-1.797 1.856c-.768.469-1.647.703-2.637.703-.989 0-1.868-.234-2.637-.703a5.169 5.169 0 0 1-1.816-1.856 5.22 5.22 0 0 1-.645-2.558c0-.925.215-1.778.645-2.559a5.121 5.121 0 0 1 1.816-1.875c.769-.469 1.648-.703 2.637-.703Zm0 1.563c-.69 0-1.295.169-1.816.507a3.343 3.343 0 0 0-1.211 1.309 3.792 3.792 0 0 0-.41 1.758c0 .625.136 1.21.41 1.758.286.533.69.97 1.211 1.308.521.326 1.126.489 1.816.489.703 0 1.309-.163 1.817-.489a3.39 3.39 0 0 0 1.191-1.308c.286-.547.43-1.133.43-1.758 0-.638-.144-1.224-.43-1.758a3.215 3.215 0 0 0-1.191-1.309c-.508-.338-1.114-.507-1.817-.507Zm20.547-1.368L224.457 50h-.996l-2.676-6.895L218.109 50h-.996l-3.418-9.766h1.914l2.168 6.856 2.559-6.856h.898l2.559 6.856 2.168-6.856h1.914Z"}),l.createElement("path",{fill:"#1A4049",d:"M1270.68 488c7 0 12.67-5.82 12.67-13s-5.67-13-12.67-13-12.68 5.82-12.68 13 5.68 13 12.68 13Z"}),l.createElement("path",{fill:"white",d:"M1268.87 469.429h-3.63v11.143h10.87v-11.143h-3.62v7.428h-3.62v-7.428Z"}),l.createElement("path",{fill:"#817AFE",d:"M1272.49 476.857h3.62v3.715h-3.62v-3.715Z"}),l.createElement("path",{fill:"#1A4049",d:"M1290.6 476.815v-4.484h1.99v4.263c0 1.252.66 2.075 1.89 2.075s1.88-.823 1.88-2.075v-4.263h2.01v4.484c0 2.156-1.42 3.709-3.86 3.709-2.49 0-3.91-1.553-3.91-3.709Zm11.76 3.533h-1.98v-8.017h1.98v1.347a2.978 2.978 0 0 1 2.61-1.531c1.98 0 3.29 1.475 3.29 3.518v4.683h-2.01v-4.278c0-1.267-.73-2.108-1.91-2.108-1.19 0-1.98.851-1.98 2.108v4.278Zm7.94-11.662h1.99v11.662h-1.99v-11.662Zm12.01 7.767v.221h-6.26c.08 1.252.98 2.211 2.29 2.211 1.26 0 1.77-.649 1.91-.871h1.97c-.13.824-1.2 2.552-3.88 2.552-2.56 0-4.29-1.805-4.29-4.214 0-2.488 1.72-4.215 4.13-4.215 2.42 0 4.13 1.7 4.13 4.316Zm-6.2-1.174h4.11c-.29-1.021-1.03-1.584-2.04-1.584-1.07-.001-1.82.586-2.07 1.582v.002Zm10.64.046h2.58c0-.966-.71-1.584-1.88-1.584-1.11 0-1.51.602-1.64.808h-2c.16-.84 1.15-2.424 3.64-2.424 2.45 0 3.8 1.3 3.8 3.2v2.71c0 .492.17.68.62.73v1.631h-.62c-1.01-.015-1.62-.396-1.84-1.109-.37.587-1.21 1.237-2.55 1.237-1.85 0-3.26-1.062-3.26-2.71 0-1.649 1.2-2.489 3.15-2.489Zm2.58 2.06v-.68h-2.26c-.93 0-1.5.34-1.5 1.076 0 .778.72 1.237 1.71 1.237 1.12 0 2.05-.554 2.05-1.633Zm6.67-.316c-1.73-.126-2.9-.951-2.9-2.504 0-1.506 1.36-2.457 3.47-2.457 2.85 0 3.65 1.49 3.87 2.266h-2.11c-.14-.17-.59-.728-1.77-.728-.95 0-1.45.316-1.45.808 0 .444.34.73 1.12.84l1.34.143c2.13.189 3.01 1.021 3.01 2.598 0 1.505-1.23 2.536-3.65 2.536-2.92 0-3.87-1.728-4.03-2.471h2.13c.08.188.56.903 1.9.903 1.11 0 1.62-.381 1.62-.888s-.28-.793-1.17-.903c-.56-.048-.84-.079-1.38-.143Zm8.1 3.279h-1.98v-11.662h1.98v4.992a2.978 2.978 0 0 1 2.61-1.531c1.98 0 3.29 1.475 3.29 3.518v4.683h-2.01v-4.278c0-1.267-.73-2.108-1.91-2.108-1.19 0-1.98.851-1.98 2.108v4.278Z"}),l.createElement("mask",{id:"mask0_20382_240644",width:16,height:16,x:887,y:326,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},l.createElement("path",{fill:"#D9D9D9",d:"M887 326h16v16h-16z"})),l.createElement("g",{mask:"url(#mask0_20382_240644)"},l.createElement("path",{fill:"#202021",d:"m894.667 333.668-5.334-3.149v6.298h6v1.259h-6a1.32 1.32 0 0 1-.941-.37 1.18 1.18 0 0 1-.392-.889v-7.557c0-.347.131-.643.392-.89a1.32 1.32 0 0 1 .941-.37H900c.367 0 .681.123.942.37.261.247.391.543.391.89v4.408H900v-3.149l-5.333 3.149Zm0-1.26L900 329.26h-10.667l5.334 3.148Zm4.666 7.558-.933-.882 1.05-1.008h-2.783v-1.259h2.783l-1.067-1.008.95-.882 2.667 2.519-2.667 2.52Zm-10-9.447v6.927-3.778.047-4.455 1.259Z"})),l.createElement("defs",null,l.createElement("clipPath",{id:"clip0_20382_240644"},l.createElement("path",{fill:"white",d:"M553 203h18v18h-18z"})),l.createElement("clipPath",{id:"clip1_20382_240644"},l.createElement("path",{fill:"white",d:"M746.5 128h18v18h-18z"})),l.createElement("clipPath",{id:"clip2_20382_240644"},l.createElement("path",{fill:"white",d:"M740 204h18v18h-18z"})),l.createElement("clipPath",{id:"clip3_20382_240644"},l.createElement("path",{fill:"white",d:"M971.5 171.707h18v18h-18z"})),l.createElement("clipPath",{id:"clip4_20382_240644"},l.createElement("path",{fill:"white",d:"M1262.5 324.707h18v18h-18z"})),l.createElement("clipPath",{id:"clip5_20382_240644"},l.createElement("path",{fill:"white",d:"M977.5 126h18v18h-18z"})),l.createElement("clipPath",{id:"clip6_20382_240644"},l.createElement("path",{fill:"white",d:"M1079 324h18v18h-18z"})),l.createElement("clipPath",{id:"clip7_20382_240644"},l.createElement("path",{fill:"white",d:"M1268.5 279h18v18h-18z"})),l.createElement("clipPath",{id:"clip8_20382_240644"},l.createElement("path",{fill:"white",d:"M1085.5 284h18v18h-18z"})))),z7=()=>{const e=l.useRef(null),a=S1(),n=Y1(a.breakpoints.down("md")),[c,s]=l.useState(!1),i="change-request-process-description";return t.jsxs(t.Fragment,{children:[t.jsx(D,{condition:!n,show:t.jsxs($,{variant:"body2",children:["Show change request process"," "]})}),t.jsx(j1,{title:"Change request process",ref:e,onClick:()=>s(!0),children:t.jsx(C8,{})}),t.jsx(D2,{open:c,anchorEl:e.current,anchorOrigin:{vertical:"bottom",horizontal:"right"},transformOrigin:{vertical:"top",horizontal:"right"},onClose:()=>s(!1),children:t.jsxs(Z,{sx:{p:{xs:2,md:4},maxWidth:920},id:i,children:[t.jsx($,{variant:"h3",children:"Change request process:"}),t.jsx($,{variant:"body2",children:t.jsxs("ol",{children:[t.jsx("li",{children:"When changes are detected they are added to a draft."}),t.jsxs("li",{children:["The user can submit the changes for review or discard them.",t.jsx("ul",{children:t.jsx("li",{children:"Once submitted, the changes are visible to everyone."})})]}),t.jsxs("li",{children:["A user with the"," ",t.jsx("strong",{children:"“Review change request”"})," ","permission can approve or reject the changes.",t.jsxs("ul",{children:[t.jsx("li",{children:"The user who created the change request can cancel it at this stage."}),t.jsx("li",{children:"Rejecting or canceling the changes will close the change request."})]})]}),t.jsxs(t.Fragment,{children:[t.jsxs("li",{children:["Once approved, a user with the"," ",t.jsx("strong",{children:"“Apply/Reject change request”"})," ","permission can apply, schedule, or reject the changes.",t.jsxs("ul",{children:[t.jsx("li",{children:"If applied, the changes will take effect and the change request will be closed."}),t.jsx("li",{children:"If scheduled, Unleash will attempt to apply the changes at the scheduled date and time."}),t.jsx("li",{children:"The user who created the change request can cancel the changes up until they are applied or scheduled."})]})]}),t.jsxs("li",{children:["A user with the"," ",t.jsx("strong",{children:"“Apply/Reject change request”"})," ","permission can reschedule, reject, or immediately apply a scheduled change request.",t.jsxs("ul",{children:[t.jsx("li",{children:"If any of the flags or strategies in the change request are archived or deleted (outside of the change request), thus creating a conflict, Unleash will send an email out to the change request author and to the user who (last) scheduled the change request."}),t.jsx("li",{children:"If the scheduled changes contain any conflicts, Unleash will refuse to apply them."}),t.jsx("li",{children:"If the user who scheduled the changes is removed from this Unleash instance, the scheduled changes will also not be applied."})]})]})]})]})}),t.jsx(Z,{sx:{mt:3},children:t.jsx(Fm,{"aria-details":i,style:{maxWidth:"100%",height:"auto"}})})]})})]})},U5=d(Z)(({theme:e})=>({padding:e.spacing(1),display:"flex",justifyContent:"center","& .MuiInputBase-input":{fontSize:e.fontSizes.smallBody}})),$m=()=>{const{trackEvent:e}=v1(),{hasAccess:a}=l.useContext(S3),[n,c]=l.useState({isOpen:!1,enableEnvironment:"",isEnabled:!1,requiredApprovals:1}),s=S1(),i=U("projectId"),{data:r,loading:o,refetchChangeRequestConfig:p}=y8(i),{updateChangeRequestEnvironmentConfig:h}=F2(),{setToastData:u,setToastApiError:g}=b1(),m=(w,O,V)=>()=>{c({isOpen:!0,enableEnvironment:w,isEnabled:O,requiredApprovals:V})},v=async()=>{n.enableEnvironment&&await f(),c(w=>({...w,isOpen:!1}))};async function f(w){try{await h(w||{project:i,environment:n.enableEnvironment,enabled:!n.isEnabled,requiredApprovals:n.requiredApprovals}),u({type:"success",text:"Change request status updated"}),await p()}catch(O){g(u1(O))}}const j=Array.from(Array(10).keys()).map(w=>String(w+1)).map(w=>({key:w,label:`${w} ${w==="1"?"approval":"approvals"}`,sx:{fontSize:s.fontSizes.smallBody}}));function b(w,O){f({project:i,environment:w.environment,enabled:w.changeRequestEnabled,requiredApprovals:Number(O)})}const x=l.useMemo(()=>[{Header:"Environment",accessor:"environment",disableSortBy:!0},{Header:"Type",accessor:"type",disableGlobalFilter:!0,disableSortBy:!0},{Header:"Required approvals",Cell:({row:{original:w}})=>w.changeRequestEnabled?t.jsx(U5,{"data-loading":!0,children:t.jsx(t2,{sx:{width:"140px",marginLeft:1},options:j,value:w.requiredApprovals||1,onChange:O=>{b(w,O)},disabled:!a([k4,t5],i),IconComponent:r8,fullWidth:!0})}):null,width:100,disableGlobalFilter:!0,disableSortBy:!0},{Header:"Status",accessor:"changeRequestEnabled",id:"changeRequestEnabled",align:"center",Cell:({value:w,row:{original:O}})=>t.jsx(U5,{"data-loading":!0,children:t.jsx(w8,{checked:w,projectId:i,permission:[k4,t5],inputProps:{"aria-label":O.environment},onClick:m(O.environment,O.changeRequestEnabled,O.requiredApprovals)})}),width:100,disableGlobalFilter:!0,disableSortBy:!0}],[]),{getTableProps:C,getTableBodyProps:A,headerGroups:M,rows:k,prepareRow:B}=D1.useTable({columns:x,data:r,sortTypes:_2,autoResetGlobalFilter:!1,disableSortRemove:!0,defaultColumn:{Cell:y1}},D1.useGlobalFilter);return t.jsxs(C1,{header:t.jsx(m1,{titleElement:"Change request configuration",actions:t.jsx(z7,{})}),isLoading:o,children:[t.jsx(g1,{severity:"info",sx:{mb:3},children:"If change request is enabled for an environment, then any change in that environment needs to be approved before it will be applied"}),t.jsxs(V0,{...C(),children:[t.jsx(O0,{headerGroups:M}),t.jsx(F0,{...A(),children:k.map(w=>{B(w);const{key:O,...V}=w.getRowProps();return t.jsx($0,{hover:!0,...V,children:w.cells.map(P=>{const{key:I,...z}=P.getCellProps();return t.jsx(P0,{...z,children:P.render("Cell")},I)})},O)})})]}),t.jsxs(K1,{onClick:()=>{e("change_request",{props:{eventType:`change request ${n.isEnabled?"disabled":"enabled"}`}}),v()},open:n.isOpen,onClose:()=>c(w=>({...w,isOpen:!1})),primaryButtonText:n.isEnabled?"Disable":"Enable",secondaryButtonText:"Cancel",title:`${n.isEnabled?"Disable":"Enable"} change requests`,children:[t.jsxs($,{sx:{mb:1},children:["You are about to"," ",n.isEnabled?"disable":"enable"," “Change request”",t.jsx(D,{condition:!!n.enableEnvironment,show:t.jsxs(t.Fragment,{children:[" ","for"," ",t.jsx("strong",{children:n.enableEnvironment})]})}),"."]}),t.jsx(D,{condition:!n.isEnabled,show:t.jsx($,{variant:"body2",color:"text.secondary",children:"To enable change requests for an environment, you need to ensure that your Unleash Admin has created the necessary custom project roles in your Unleash instance. This will allow you to assign project members from the project access page."})})]})]})},Pm=()=>{const e=U("projectId"),a=c3(e),{hasAccess:n}=l.useContext(S3),{isOss:c,isPro:s}=d1();return X1(`Project change request configuration – ${a}`),c()||s()?t.jsx(C1,{header:t.jsx(m1,{titleElement:"Change request configuration",actions:t.jsx(z7,{})}),sx:{justifyContent:"center"},children:t.jsx(M2,{feature:"change-requests"})}):n([_1,an],e)?t.jsx($m,{}):t.jsx(C1,{header:t.jsx(m1,{title:"Change request configuration"}),children:t.jsx(g1,{severity:"error",children:'You need project owner permissions or a custom role with "view change request configuration" to access this section.'})})},Y5="Create project API token",Vm=()=>{const e=U("projectId"),{setToastApiError:a}=b1(),{uiConfig:n}=d1(),c=B1(),[s,i]=l.useState(!1),[r,o]=l.useState(""),{getApiTokenPayload:p,tokenName:h,type:u,apiTokenTypes:g,environment:m,setTokenName:v,setTokenType:f,setEnvironment:j,isValid:b,errors:x,clearErrors:C}=Ec(e),{createToken:A,loading:M}=L8(),{refetch:k}=z8(e),{trackEvent:B}=v1();X1(Y5);const w=`api/admin/projects/${e}/api-tokens`,O=s8,V=async q=>{if(q.preventDefault(),!!b())try{const E=p();await A(E,e).then(W=>W.json()).then(W=>{cn(),o(W.secret),i(!0),B("project_api_tokens",{props:{eventType:"api_key_created"}}),k()})}catch(E){a(u1(E))}},P=()=>{i(!1),c(U1)},I=()=>`curl --location --request POST '${n.unleashUrl}/${w}' \\
|
|
698
16
|
--header 'Authorization: INSERT_API_KEY' \\
|
|
699
17
|
--header 'Content-Type: application/json' \\
|
|
700
|
-
--data-raw '${JSON.stringify(p(),void 0,2)}'`,N=()=>{c(K1)};return t.jsxs(I3,{loading:M,title:S6,modal:!0,description:"Unleash SDKs use API tokens to authenticate to the Unleash API. Client SDKs need a token with 'client privileges', which allows them to fetch feature flag configurations and post usage metrics.",documentationLink:"https://docs.getunleash.io/concepts/api-tokens-and-client-keys",documentationLinkLabel:"API tokens documentation",formatApiCode:R,children:[t.jsxs(xs,{handleSubmit:$,handleCancel:N,mode:"Create",actions:t.jsx(K9,{name:"token",permission:_,projectId:e}),children:[t.jsx(js,{tokenName:h,setTokenName:g,errors:x,clearErrors:C}),t.jsx(ys,{type:u,setType:f,apiTokenTypes:v}),t.jsx(bs,{type:u,environment:m,setEnvironment:j})]}),t.jsx(Ss,{open:s,setOpen:i,closeConfirm:F,token:r,type:u})]})},Eg=()=>{const e=U1();return t.jsx(c3,{open:!0,onClose:()=>e(K1),label:"Create API token",children:t.jsx(Tg,{})})},Ag=()=>{const e=q("projectId"),a=i3(e),{hasAccess:n}=d.useContext(S3),{tokens:c,loading:s,refetch:i}=M4(e),{trackEvent:r}=u1(),{deleteToken:o}=L4();t3(`Project api access – ${a}`);const{headerGroups:p,rows:h,prepareRow:u,state:{globalFilter:v},setGlobalFilter:m,setHiddenColumns:g,columns:f}=Cs(c,j=>t.jsxs(k4,{children:[t.jsx(ws,{token:j.row.original,permission:b5,project:e,track:()=>r("project_api_tokens",{props:{eventType:"api_key_copied"}})}),t.jsx(Zs,{token:j.row.original,permission:J9,project:e,onRemove:async()=>{await o(j.row.original.secret,e),r("project_api_tokens",{props:{eventType:"api_key_deleted"}}),i()}})]}));return t.jsxs("div",{style:{width:"100%",overflow:"hidden"},children:[t.jsx(w1,{header:t.jsx(g1,{title:`API access (${h.length})`,actions:t.jsxs(t.Fragment,{children:[t.jsx(u3,{initialValue:v,onChange:m}),t.jsx(g1.Divider,{}),t.jsx(Ts,{permission:Q9,path:"create",project:e})]})}),children:t.jsx(D,{condition:!n(b5,e),show:t.jsx(j1,{severity:"warning",children:"You need to have the correct permissions to read API tokens"}),elseShow:t.jsx(ks,{compact:!0,loading:s,headerGroups:p,setHiddenColumns:g,prepareRow:u,rows:h,columns:f,globalFilter:v})})}),t.jsx(q3,{children:t.jsx(s1,{path:"create",element:t.jsx(Eg,{})})})]})},Ig=()=>{const e=q("projectId"),a=i3(e),n=U1();return t3(`Project segments – ${a}`),t.jsxs(q3,{children:[t.jsx(s1,{path:"create",element:t.jsx(c3,{open:!0,onClose:()=>n(K1),label:"Create segment",children:t.jsx(X9,{modal:!0})})}),t.jsx(s1,{path:"edit/:segmentId",element:t.jsx(c3,{open:!0,onClose:()=>n(K1),label:"Edit segment",children:t.jsx(ec,{modal:!0})})}),t.jsx(s1,{path:"*",element:t.jsx(tc,{})})]})},Dg=(e,a)=>{const n=new URLSearchParams({environmentId:a});return`/projects/${e}/settings/default-strategy/edit?${n}`},Rg={name:"flexibleRollout",disabled:!1,constraints:[],title:"",parameters:{rollout:"100",stickiness:"default",groupId:""}},Og=({environment:e})=>{const a=q("projectId"),{environment:n,defaultStrategy:c}=e,s=Dg(a,n),i=d.useMemo(()=>{const r=c||Rg;return{...r,disabled:!1,constraints:r.constraints??[],title:r.title??"",parameters:r.parameters??{}}},[JSON.stringify(c)]);return t.jsx(ac,{strategy:i,headerItemsRight:t.jsx(t.Fragment,{children:t.jsx(a2,{permission:[nc,Ne],environmentId:n,projectId:a,component:d1,to:s,tooltipProps:{title:`Edit default strategy for "${n}"`},"data-testid":`STRATEGY_EDIT-${i.name}`,children:t.jsx(x2,{})})})})},_g=l(T4,{shouldForwardProp:e=>e!=="expandable"})(({theme:e,expandable:a})=>({boxShadow:"none",padding:e.spacing(.5,3,.5,2),display:"flex",alignItems:"center",borderRadius:e.shape.borderRadiusLarge,pointerEvents:"auto",opacity:1,"&&&":{cursor:a?"pointer":"default"},":focus-within":{background:"none"}})),Pg=l("header")(({theme:e})=>({display:"flex",columnGap:e.spacing(1),paddingRight:e.spacing(1),width:"100%",color:e.palette.text.primary,alignItems:"center",minHeight:e.spacing(8)})),Fg=l("hgroup")(({theme:e})=>({display:"flex",flexFlow:"row wrap",flex:1,columnGap:e.spacing(1)})),$g=l("p")(({theme:e})=>({width:"100%",fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary})),Vg=l(_2)(({theme:e})=>({fontSize:e.typography.h2.fontSize,fontWeight:e.typography.fontWeightMedium})),bt=l("p")(({theme:e})=>({fontSize:e.fontSizes.smallerBody,color:e.palette.info.contrastText,backgroundColor:e.palette.info.light,whiteSpace:"nowrap",width:"min-content",borderRadius:e.shape.borderRadiusExtraLarge,padding:e.spacing(.5,1)})),Mg=l(bt)(({theme:e})=>({fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary,backgroundColor:e.palette.neutral.light})),Lg=({strategyCount:e,releasePlanCount:a})=>{if(e===0&&a===0)return t.jsx(Mg,{children:"0 strategies added"});const s=`${[a>0?"Release plan":void 0,(()=>{switch(e){case 0:return;case 1:return"1 strategy";default:return`${e} strategies`}})()].filter(Boolean).join(", ")} added`;return t.jsx(bt,{children:s})},Bg="environment-accordion-summary",Ng=({environmentId:e,children:a,expandable:n=!0,environmentMetadata:c,...s})=>{const i=cc();return t.jsx(_g,{...s,expandIcon:t.jsx(t7,{sx:{visibility:n?"visible":"hidden"}}),id:i,"aria-controls":`environment-accordion-${i}-content`,expandable:n,tabIndex:n?0:-1,className:Bg,children:t.jsxs(Pg,{"data-loading":!0,children:[t.jsxs(Fg,{children:[t.jsx($g,{children:"Environment"}),t.jsx(Vg,{component:"h2",children:e}),c?t.jsx(Lg,{...c}):null]}),a]})})},zg=l("div")(({theme:e})=>({marginBottom:e.spacing(2)})),Ug=l(E4)(({theme:e})=>({boxShadow:"none",border:`1px solid ${e.palette.divider}`,overflow:"hidden"})),Wg=l(A4)(({theme:e})=>({padding:0,background:e.palette.background.elevation1})),Hg=({environment:e})=>{const{environment:a}=e;return t.jsx(zg,{children:t.jsxs(Ug,{expanded:!0,onChange:n=>n.stopPropagation(),"data-testid":`${sc}_${a}`,children:[t.jsx(Ng,{environmentId:a,expandable:!1}),t.jsx(Wg,{children:t.jsx(Og,{environment:e})})]})})},qg=l(j1)(({theme:e})=>({marginBottom:e.spacing(4)})),Yg=()=>{var o;const e=q("projectId"),a=i3(e),{hasAccess:n}=d.useContext(S3),{project:c}=z1(e),s=U1();if(t3(`Project default strategy configuration – ${a}`),!n([M1,ic,rc],e))return t.jsx(w1,{header:t.jsx(g1,{title:"Default Strategy configuration"}),children:t.jsx(j1,{severity:"error",children:'You need project owner permissions or a custom role with "project default strategy configuration" permission to access this section.'})});const i=`/projects/${e}/settings/default-strategy`,r=()=>s(i);return t.jsxs(t.Fragment,{children:[t.jsxs(w1,{header:t.jsx(g1,{title:"Default Strategy"}),children:[t.jsx(qg,{severity:"info",children:"Here you can customize your default strategy for each specific environment. These will be used when you enable a toggle environment that has no strategies defined"}),(o=c==null?void 0:c.environments)==null?void 0:o.map(p=>t.jsx(Hg,{environment:p},p.environment))]}),t.jsx(q3,{children:t.jsx(s1,{path:"edit",element:t.jsx(c3,{label:"Edit default strategy",onClose:r,open:!0,children:t.jsx(vs,{})})})})]})},Kg=(e="open",a="",n="",c="",s=[])=>{const[i,r]=d.useState(e),[o,p]=d.useState(a),[h,u]=d.useState(n),[v,m]=d.useState(c),[g,f]=d.useState(s),[j,b]=d.useState({});return d.useEffect(()=>{r(e)},[e]),d.useEffect(()=>{p(a)},[a]),d.useEffect(()=>{u(n)},[n]),d.useEffect(()=>{m(c)},[c]),d.useEffect(()=>{f(s)},[s]),{projectMode:i,featureNamingPattern:o,featureNamingExample:h,featureNamingDescription:v,linkTemplates:g,setFeatureNamingPattern:p,setFeatureNamingExample:u,setFeatureNamingDescription:m,setProjectMode:r,setLinkTemplates:f,getEnterpriseSettingsPayload:()=>({mode:i,featureNaming:{pattern:o,example:h,description:v},linkTemplates:g}),clearErrors:()=>{b({})},errors:j}},Ee=l(T)(({theme:e})=>({fontWeight:e.fontWeight.bold,display:"inline"})),Ae=l(T)(({theme:e})=>({display:"inline",color:e.palette.text.secondary})),St=()=>t.jsx(q2,{htmlTooltip:!0,tooltip:t.jsxs(t.Fragment,{children:[t.jsxs(S,{children:[t.jsx(Ee,{children:"open: "}),t.jsx(Ae,{children:"Everyone can submit change requests"})]}),t.jsxs(S,{sx:{mt:2},children:[t.jsx(Ee,{children:"protected: "}),t.jsx(Ae,{children:"Only admins and project members can submit change requests"})]}),t.jsxs(S,{sx:{mt:2},children:[t.jsx(Ee,{children:"private: "}),t.jsx(Ae,{children:"Only admins, editors and project members can see and access the project and associated feature flags"})]})]})}),Gg=()=>t.jsx(q2,{htmlTooltip:!0,tooltip:t.jsx(S,{children:t.jsxs("p",{children:["For example, the pattern"," ",t.jsx("code",{children:"[a-z0-9]{2}\\.[a-z]{4,12}"})," matches 'a1.project', but not 'a1.project.feature-1'."]})})}),Jg=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),marginTop:e.spacing(1)})),Qg=l("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",gap:e.spacing(1.5)})),Xg=({template:e,onSave:a,onCancel:n,isAdding:c})=>{const[s,i]=d.useState((e==null?void 0:e.title)||""),[r,o]=d.useState((e==null?void 0:e.urlTemplate)||""),[p,h]=d.useState({}),{trackEvent:u}=u1(),v=()=>{const g={};return r||(g.url="URL template is required"),h(g),Object.keys(g).length===0},m=()=>{v()&&(u("feature-links",{props:{eventType:c?"add-template":"edit-template"}}),a({title:s||null,urlTemplate:r}))};return t.jsxs(Jg,{children:[t.jsx(J1,{label:"Title (optional)",fullWidth:!0,value:s,onChange:g=>i(g.target.value),placeholder:"e.g., GitHub Issue, Ticket number",helperText:"A descriptive name for the link.",size:"small"}),t.jsx(J1,{label:"URL Template",fullWidth:!0,required:!0,value:r,onChange:g=>o(g.target.value),placeholder:"https://github.com/{{project}}/{{feature}}",helperText:p.url||"You can optionally use placeholders {{project}} and {{feature}} that will be replaced with actual values.",size:"small",error:!!p.url}),t.jsxs(Qg,{children:[t.jsx(J,{variant:"outlined",onClick:n,children:"Cancel"}),t.jsx(J,{variant:"contained",color:"primary",onClick:m,children:c?"Add":"Update"})]})]})},ef=({template:e,open:a,onSave:n,onCancel:c,isAdding:s})=>t.jsxs(u4,{open:a,onClose:c,maxWidth:"sm",fullWidth:!0,"aria-labelledby":"dialog-link-template",children:[t.jsx(oc,{id:"dialog-link-template",children:s?"Add new link template":"Edit link template"}),t.jsx(lc,{children:t.jsx(Xg,{template:e,onSave:n,onCancel:c,isAdding:s})})]}),tf=l("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),af=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",marginTop:e.spacing(4),marginBottom:e.spacing(2),gap:e.spacing(2)})),nf=l(dc)(({theme:e})=>({width:"100%",backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadius,border:`1px solid ${e.palette.divider}`,margin:0,padding:0})),cf=l(pc)(({theme:e})=>({borderBottom:`1px solid ${e.palette.divider}`,"&:last-child":{borderBottom:"none"},borderRight:0})),sf=({linkTemplates:e=[],setLinkTemplates:a})=>{const[n,c]=d.useState(!1),[s,i]=d.useState(!1),[r,o]=d.useState(null),p=m=>{o(m),i(!1),c(!0)},h=m=>{if(r!==null){const g=[...e];g[r]=m,a==null||a(g)}else a==null||a([...e,m]);u()},u=()=>{o(null),i(!1),c(!1)},v=m=>{const g=[...e];g.splice(m,1),a==null||a(g)};return t.jsxs(af,{children:[t.jsxs(S,{display:"flex",alignItems:"center",gap:1,children:[t.jsx(T,{variant:"h4",children:"Project Link Templates"}),t.jsx(O1,{title:t.jsx(S,{sx:m=>({fontWeight:m.typography.body1.fontWeight}),children:t.jsxs("p",{children:["Link templates can be automatically added to new feature flags. They can include placeholders like ",t.jsx("code",{children:"{{project}}"})," and",t.jsx("code",{children:"{{feature}}"})," that will be replaced with actual values."]})}),children:t.jsx(x1,{size:"small",sx:{ml:1},children:t.jsx(e7,{fontSize:"small"})})})]}),t.jsx(tf,{children:t.jsx("p",{children:"Define link templates that can be automatically added to new feature flags in this project."})}),e.length>0?t.jsx(nf,{children:e.map((m,g)=>t.jsxs(cf,{children:[t.jsx(Y1,{primary:m.title?t.jsx(_2,{children:m.title}):null,secondary:t.jsx(_2,{children:m.urlTemplate})}),t.jsxs(S,{sx:f=>({display:"flex",marginRight:f.spacing(-1)}),children:[t.jsx(x1,{edge:"end","aria-label":"edit",onClick:()=>p(g),sx:{margin:0},children:t.jsx(x2,{})}),t.jsx(x1,{edge:"end","aria-label":"delete",onClick:()=>v(g),sx:{margin:0},children:t.jsx(z3,{})})]})]},g))}):null,t.jsx(ef,{open:n,onSave:h,onCancel:u,isAdding:s,template:r!==null?e[r]:void 0}),t.jsx(S,{display:"flex",justifyContent:"flex-start",children:t.jsx(J,{startIcon:t.jsx(D3,{}),variant:"outlined",onClick:()=>{i(!0),c(!0)},children:"Add link template"})})]})},rf=l("form")(({theme:e})=>({height:"100%",paddingBottom:e.spacing(4)})),C6=l("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),w6=l(Y3)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2),paddingRight:e.spacing(1)})),of=l(J1)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2)})),lf=l("fieldset")(()=>({padding:0,border:"none"})),df=l(g4)(({theme:e})=>({marginBottom:e.spacing(2),minWidth:"200px"})),pf=l("div")(()=>({marginTop:"auto",display:"flex",justifyContent:"flex-end"})),hf=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"flex-start",gap:e.spacing(1),"& > *":{width:"100%"}})),uf=l("div")(({theme:e})=>({"p + p":{marginTop:e.spacing(1)}})),mf=({pattern:e,example:a,featureNamingPatternError:n})=>n||!a||!e?{state:"valid"}:a&&e?new RegExp(`^${e}$`).test(a)?{state:"valid"}:{state:"invalid",reason:"Example does not match regex"}:{state:"valid"},vf=()=>{const[e,a]=y3.useState(""),{trackEvent:n}=u1(),c="feature-naming-pattern";return{trackPattern:(i="")=>{i===e||(i===""&&e!==""?n(c,{props:{action:"removed"}}):i!==""&&e===""?n(c,{props:{action:"added"}}):i!==""&&e!==""&&n(c,{props:{action:"edited"}}))},setPreviousPattern:a}},gf=({children:e,handleSubmit:a,projectId:n,projectMode:c,featureNamingExample:s,featureNamingPattern:i,featureNamingDescription:r,linkTemplates:o=[],setFeatureNamingExample:p,setFeatureNamingPattern:h,setFeatureNamingDescription:u,setProjectMode:v,setLinkTemplates:m,errors:g})=>{const{setPreviousPattern:f,trackPattern:j}=vf(),b=[{key:"open",label:"open"},{key:"protected",label:"protected"},{key:"private",label:"private"}];d.useEffect(()=>{f(i||"")},[n]);const x=({example:k,pattern:L})=>{const Z=mf({pattern:L,example:k,featureNamingPatternError:g.featureNamingPattern});switch(Z.state){case"invalid":g.namingExample=Z.reason;break;case"valid":delete g.namingExample;break}},C=k=>{if([" ","\\t","\\s","\\n","\\r","\\f","\\v"].some(Z=>k.includes(Z)))g.featureNamingPattern="Whitespace is not allowed in the expression";else try{new RegExp(k),delete g.featureNamingPattern}catch{g.featureNamingPattern="Invalid regular expression"}h==null||h(k),x({pattern:k,example:s||""})},E=k=>{p==null||p(k),x({pattern:i||"",example:k})},M=k=>{u==null||u(k)};return t.jsxs(rf,{onSubmit:k=>{a(k),j(i)},children:[t.jsxs(t.Fragment,{children:[t.jsxs(S,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[t.jsx("p",{children:"What is your project collaboration mode?"}),t.jsx(St,{})]}),t.jsx(df,{id:"project-mode",value:c,label:"Project collaboration mode",name:"Project collaboration mode",onChange:k=>{v==null||v(k.target.value)},options:b})]}),t.jsxs(lf,{children:[t.jsxs(S,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[t.jsx("legend",{children:"Feature flag naming pattern"}),t.jsx(Gg,{})]}),t.jsx(C6,{children:t.jsxs(uf,{id:"pattern-naming-description",children:[t.jsxs("p",{children:["Define a"," ",t.jsx("a",{href:"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions/Cheatsheet",target:"_blank",rel:"noreferrer",children:"JavaScript RegEx"})," ","used to enforce feature flag names within this project. The regex will be surrounded by a leading"," ",t.jsx("code",{children:"^"})," and a trailing ",t.jsx("code",{children:"$"}),"."]}),t.jsx("p",{children:"Leave it empty if you don’t want to add a naming pattern."})]})}),t.jsxs(hf,{children:[t.jsx(w6,{label:"Naming Pattern",name:"feature flag naming pattern","aria-describedby":"pattern-naming-description",placeholder:"[A-Za-z]+.[A-Za-z]+.[A-Za-z0-9-]+",InputProps:{startAdornment:t.jsx(S5,{position:"start",children:"^"}),endAdornment:t.jsx(S5,{position:"end",children:"$"})},type:"text",value:i||"",error:!!g.featureNamingPattern,errorText:g.featureNamingPattern,onChange:k=>C(k.target.value)}),t.jsx(C6,{children:t.jsx("p",{id:"pattern-additional-description",children:"The example and description will be shown to users when they create a new feature flag in this project."})}),t.jsx(w6,{label:"Naming Example",name:"feature flag naming example",type:"text","aria-describedby":"pattern-additional-description",value:s||"",placeholder:"dx.feature1.1-135",error:!!g.namingExample,errorText:g.namingExample,onChange:k=>E(k.target.value)}),t.jsx(of,{label:"Naming pattern description",name:"feature flag naming description",type:"text","aria-describedby":"pattern-additional-description",placeholder:`<project>.<featureName>.<ticket>
|
|
18
|
+
--data-raw '${JSON.stringify(p(),void 0,2)}'`,z=()=>{c(U1)};return t.jsxs(A3,{loading:M,title:Y5,modal:!0,description:"Unleash SDKs use API tokens to authenticate to the Unleash API. Client SDKs need a token with 'client privileges', which allows them to fetch feature flag configurations and post usage metrics.",documentationLink:"https://docs.getunleash.io/concepts/api-tokens-and-client-keys",documentationLinkLabel:"API tokens documentation",formatApiCode:I,children:[t.jsxs(Ac,{handleSubmit:V,handleCancel:z,mode:"Create",actions:t.jsx(nn,{name:"token",permission:O,projectId:e}),children:[t.jsx(Dc,{tokenName:h,setTokenName:v,errors:x,clearErrors:C}),t.jsx(Ic,{type:u,setType:f,apiTokenTypes:g}),t.jsx(Rc,{type:u,environment:m,setEnvironment:j})]}),t.jsx(Oc,{open:s,setOpen:i,closeConfirm:P,token:r,type:u})]})},_m=()=>{const e=B1();return t.jsx(a3,{open:!0,onClose:()=>e(U1),label:"Create API token",children:t.jsx(Vm,{})})},Mm=()=>{const e=U("projectId"),a=c3(e),{hasAccess:n}=l.useContext(S3),{tokens:c,loading:s,refetch:i}=z8(e),{trackEvent:r}=v1(),{deleteToken:o}=L8();X1(`Project api access – ${a}`);const{headerGroups:p,rows:h,prepareRow:u,state:{globalFilter:g},setGlobalFilter:m,setHiddenColumns:v,columns:f}=Fc(c,j=>t.jsxs(de,{children:[t.jsx($c,{token:j.row.original,permission:a5,project:e,track:()=>r("project_api_tokens",{props:{eventType:"api_key_copied"}})}),t.jsx(Pc,{token:j.row.original,permission:sn,project:e,onRemove:async()=>{await o(j.row.original.secret,e),r("project_api_tokens",{props:{eventType:"api_key_deleted"}}),i()}})]}));return t.jsxs("div",{style:{width:"100%",overflow:"hidden"},children:[t.jsx(C1,{header:t.jsx(m1,{title:`API access (${h.length})`,actions:t.jsxs(t.Fragment,{children:[t.jsx(h3,{initialValue:g,onChange:m}),t.jsx(m1.Divider,{}),t.jsx(_c,{permission:rn,path:"create",project:e})]})}),children:t.jsx(D,{condition:!n(a5,e),show:t.jsx(g1,{severity:"warning",children:"You need to have the correct permissions to read API tokens"}),elseShow:t.jsx(Vc,{compact:!0,loading:s,headerGroups:p,setHiddenColumns:v,prepareRow:u,rows:h,columns:f,globalFilter:g})})}),t.jsx(W3,{children:t.jsx(s1,{path:"create",element:t.jsx(_m,{})})})]})},Bm=()=>{const e=U("projectId"),a=c3(e),n=B1();return X1(`Project segments – ${a}`),t.jsxs(W3,{children:[t.jsx(s1,{path:"create",element:t.jsx(a3,{open:!0,onClose:()=>n(U1),label:"Create segment",children:t.jsx(on,{modal:!0})})}),t.jsx(s1,{path:"edit/:segmentId",element:t.jsx(a3,{open:!0,onClose:()=>n(U1),label:"Edit segment",children:t.jsx(ln,{modal:!0})})}),t.jsx(s1,{path:"*",element:t.jsx(dn,{})})]})},Lm=(e,a)=>{const n=new URLSearchParams({environmentId:a});return`/projects/${e}/settings/default-strategy/edit?${n}`},zm={name:"flexibleRollout",disabled:!1,constraints:[],title:"",parameters:{rollout:"100",stickiness:"default",groupId:""}},Nm=({environment:e})=>{const a=U("projectId"),{environment:n,defaultStrategy:c}=e,s=Lm(a,n),i=l.useMemo(()=>{const r=c||zm;return{...r,disabled:!1,constraints:r.constraints??[],title:r.title??"",parameters:r.parameters??{}}},[JSON.stringify(c)]);return t.jsx(pn,{strategy:i,headerItemsRight:t.jsx(t.Fragment,{children:t.jsx(X3,{permission:[hn,k4],environmentId:n,projectId:a,component:l1,to:s,tooltipProps:{title:`Edit default strategy for "${n}"`},"data-testid":`STRATEGY_EDIT-${i.name}`,children:t.jsx(p2,{})})})})},Wm=d(pe,{shouldForwardProp:e=>e!=="expandable"})(({theme:e,expandable:a})=>({boxShadow:"none",padding:e.spacing(.5,3,.5,2),display:"flex",alignItems:"center",borderRadius:e.shape.borderRadiusLarge,pointerEvents:"auto",opacity:1,"&&&":{cursor:a?"pointer":"default"},":focus-within":{background:"none"}})),Hm=d("header")(({theme:e})=>({display:"flex",columnGap:e.spacing(1),paddingRight:e.spacing(1),width:"100%",color:e.palette.text.primary,alignItems:"center",minHeight:e.spacing(8)})),qm=d("hgroup")(({theme:e})=>({display:"flex",flexFlow:"row wrap",flex:1,columnGap:e.spacing(1)})),Um=d("p")(({theme:e})=>({width:"100%",fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary})),Ym=d(k2)(({theme:e})=>({fontSize:e.typography.h2.fontSize,fontWeight:e.typography.fontWeightMedium})),N7=d("p")(({theme:e})=>({fontSize:e.fontSizes.smallerBody,color:e.palette.info.contrastText,backgroundColor:e.palette.info.light,whiteSpace:"nowrap",width:"min-content",borderRadius:e.shape.borderRadiusExtraLarge,padding:e.spacing(.5,1)})),Gm=d(N7)(({theme:e})=>({fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary,backgroundColor:e.palette.neutral.light})),Jm=({strategyCount:e,releasePlanCount:a})=>{if(e===0&&a===0)return t.jsx(Gm,{children:"0 strategies added"});const s=`${[a>0?"Release plan":void 0,(()=>{switch(e){case 0:return;case 1:return"1 strategy";default:return`${e} strategies`}})()].filter(Boolean).join(", ")} added`;return t.jsx(N7,{children:s})},Km="environment-accordion-summary",Qm=({environmentId:e,children:a,expandable:n=!0,environmentMetadata:c,...s})=>{const i=un();return t.jsx(Wm,{...s,expandIcon:t.jsx(Z8,{sx:{visibility:n?"visible":"hidden"}}),id:i,"aria-controls":`environment-accordion-${i}-content`,expandable:n,tabIndex:n?0:-1,className:Km,children:t.jsxs(Hm,{"data-loading":!0,children:[t.jsxs(qm,{children:[t.jsx(Um,{children:"Environment"}),t.jsx(Ym,{component:"h2",children:e}),c?t.jsx(Jm,{...c}):null]}),a]})})},Xm=d("div")(({theme:e})=>({marginBottom:e.spacing(2)})),ev=d(he)(({theme:e})=>({boxShadow:"none",border:`1px solid ${e.palette.divider}`,overflow:"hidden"})),tv=d(ue)(({theme:e})=>({padding:0,background:e.palette.background.elevation1})),av=({environment:e})=>{const{environment:a}=e;return t.jsx(Xm,{children:t.jsxs(ev,{expanded:!0,onChange:n=>n.stopPropagation(),"data-testid":`${mn}_${a}`,children:[t.jsx(Qm,{environmentId:a,expandable:!1}),t.jsx(tv,{children:t.jsx(Nm,{environment:e})})]})})},nv=d(g1)(({theme:e})=>({marginBottom:e.spacing(4)})),cv=()=>{var o;const e=U("projectId"),a=c3(e),{hasAccess:n}=l.useContext(S3),{project:c}=Q1(e),s=B1();if(X1(`Project default strategy configuration – ${a}`),!n([_1,vn,gn],e))return t.jsx(C1,{header:t.jsx(m1,{title:"Default Strategy configuration"}),children:t.jsx(g1,{severity:"error",children:'You need project owner permissions or a custom role with "project default strategy configuration" permission to access this section.'})});const i=`/projects/${e}/settings/default-strategy`,r=()=>s(i);return t.jsxs(t.Fragment,{children:[t.jsxs(C1,{header:t.jsx(m1,{title:"Default Strategy"}),children:[t.jsx(nv,{severity:"info",children:"Here you can customize your default strategy for each specific environment. These will be used when you enable a toggle environment that has no strategies defined"}),(o=c==null?void 0:c.environments)==null?void 0:o.map(p=>t.jsx(av,{environment:p},p.environment))]}),t.jsx(W3,{children:t.jsx(s1,{path:"edit",element:t.jsx(a3,{label:"Edit default strategy",onClose:r,open:!0,children:t.jsx(kc,{})})})})]})},sv=(e="open",a="",n="",c="",s=[])=>{const[i,r]=l.useState(e),[o,p]=l.useState(a),[h,u]=l.useState(n),[g,m]=l.useState(c),[v,f]=l.useState(s),[j,b]=l.useState({});return l.useEffect(()=>{r(e)},[e]),l.useEffect(()=>{p(a)},[a]),l.useEffect(()=>{u(n)},[n]),l.useEffect(()=>{m(c)},[c]),l.useEffect(()=>{f(s)},[s]),{projectMode:i,featureNamingPattern:o,featureNamingExample:h,featureNamingDescription:g,linkTemplates:v,setFeatureNamingPattern:p,setFeatureNamingExample:u,setFeatureNamingDescription:m,setProjectMode:r,setLinkTemplates:f,getEnterpriseSettingsPayload:()=>({mode:i,featureNaming:{pattern:o,example:h,description:g},linkTemplates:v}),clearErrors:()=>{b({})},errors:j}},u4=d($)(({theme:e})=>({fontWeight:e.fontWeight.bold,display:"inline"})),m4=d($)(({theme:e})=>({display:"inline",color:e.palette.text.secondary})),W7=()=>t.jsx(L2,{htmlTooltip:!0,tooltip:t.jsxs(t.Fragment,{children:[t.jsxs(Z,{children:[t.jsx(u4,{children:"open: "}),t.jsx(m4,{children:"Everyone can submit change requests"})]}),t.jsxs(Z,{sx:{mt:2},children:[t.jsx(u4,{children:"protected: "}),t.jsx(m4,{children:"Only admins and project members can submit change requests"})]}),t.jsxs(Z,{sx:{mt:2},children:[t.jsx(u4,{children:"private: "}),t.jsx(m4,{children:"Only admins, editors and project members can see and access the project and associated feature flags"})]})]})}),iv=()=>t.jsx(L2,{htmlTooltip:!0,tooltip:t.jsx(Z,{children:t.jsxs("p",{children:["For example, the pattern"," ",t.jsx("code",{children:"[a-z0-9]{2}\\.[a-z]{4,12}"})," matches 'a1.project', but not 'a1.project.feature-1'."]})})}),rv=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),marginTop:e.spacing(1)})),ov=d("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",gap:e.spacing(1.5)})),lv=({template:e,onSave:a,onCancel:n,isAdding:c})=>{const[s,i]=l.useState((e==null?void 0:e.title)||""),[r,o]=l.useState((e==null?void 0:e.urlTemplate)||""),[p,h]=l.useState({}),{trackEvent:u}=v1(),g=()=>{const v={};return r||(v.url="URL template is required"),h(v),Object.keys(v).length===0},m=()=>{g()&&(u("feature-links",{props:{eventType:c?"add-template":"edit-template"}}),a({title:s||null,urlTemplate:r}))};return t.jsxs(rv,{children:[t.jsx(G1,{label:"Title (optional)",fullWidth:!0,value:s,onChange:v=>i(v.target.value),placeholder:"e.g., GitHub Issue, Ticket number",helperText:"A descriptive name for the link.",size:"small"}),t.jsx(G1,{label:"URL Template",fullWidth:!0,required:!0,value:r,onChange:v=>o(v.target.value),placeholder:"https://github.com/{{project}}/{{feature}}",helperText:p.url||"You can optionally use placeholders {{project}} and {{feature}} that will be replaced with actual values.",size:"small",error:!!p.url}),t.jsxs(ov,{children:[t.jsx(Q,{variant:"outlined",onClick:n,children:"Cancel"}),t.jsx(Q,{variant:"contained",color:"primary",onClick:m,children:c?"Add":"Update"})]})]})},dv=({template:e,open:a,onSave:n,onCancel:c,isAdding:s})=>t.jsxs(c8,{open:a,onClose:c,maxWidth:"sm",fullWidth:!0,"aria-labelledby":"dialog-link-template",children:[t.jsx(fn,{id:"dialog-link-template",children:s?"Add new link template":"Edit link template"}),t.jsx(xn,{children:t.jsx(lv,{template:e,onSave:n,onCancel:c,isAdding:s})})]}),pv=d("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),hv=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",marginTop:e.spacing(4),marginBottom:e.spacing(2),gap:e.spacing(2)})),uv=d(jn)(({theme:e})=>({width:"100%",backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadius,border:`1px solid ${e.palette.divider}`,margin:0,padding:0})),mv=d(yn)(({theme:e})=>({borderBottom:`1px solid ${e.palette.divider}`,"&:last-child":{borderBottom:"none"},borderRight:0})),vv=({linkTemplates:e=[],setLinkTemplates:a})=>{const[n,c]=l.useState(!1),[s,i]=l.useState(!1),[r,o]=l.useState(null),p=m=>{o(m),i(!1),c(!0)},h=m=>{if(r!==null){const v=[...e];v[r]=m,a==null||a(v)}else a==null||a([...e,m]);u()},u=()=>{o(null),i(!1),c(!1)},g=m=>{const v=[...e];v.splice(m,1),a==null||a(v)};return t.jsxs(hv,{children:[t.jsxs(Z,{display:"flex",alignItems:"center",gap:1,children:[t.jsx($,{variant:"h4",children:"Project Link Templates"}),t.jsx(P1,{title:t.jsx(Z,{sx:m=>({fontWeight:m.typography.body1.fontWeight}),children:t.jsxs("p",{children:["Link templates can be automatically added to new feature flags. They can include placeholders like ",t.jsx("code",{children:"{{project}}"})," and",t.jsx("code",{children:"{{feature}}"})," that will be replaced with actual values."]})}),children:t.jsx(j1,{size:"small",sx:{ml:1},children:t.jsx(C8,{fontSize:"small"})})})]}),t.jsx(pv,{children:t.jsx("p",{children:"Define link templates that can be automatically added to new feature flags in this project."})}),e.length>0?t.jsx(uv,{children:e.map((m,v)=>t.jsxs(mv,{children:[t.jsx(q1,{primary:m.title?t.jsx(k2,{children:m.title}):null,secondary:t.jsx(k2,{children:m.urlTemplate})}),t.jsxs(Z,{sx:f=>({display:"flex",marginRight:f.spacing(-1)}),children:[t.jsx(j1,{edge:"end","aria-label":"edit",onClick:()=>p(v),sx:{margin:0},children:t.jsx(p2,{})}),t.jsx(j1,{edge:"end","aria-label":"delete",onClick:()=>g(v),sx:{margin:0},children:t.jsx(B3,{})})]})]},v))}):null,t.jsx(dv,{open:n,onSave:h,onCancel:u,isAdding:s,template:r!==null?e[r]:void 0}),t.jsx(Z,{display:"flex",justifyContent:"flex-start",children:t.jsx(Q,{startIcon:t.jsx(D3,{}),variant:"outlined",onClick:()=>{i(!0),c(!0)},children:"Add link template"})})]})},gv=d("form")(({theme:e})=>({height:"100%",paddingBottom:e.spacing(4)})),G5=d("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),J5=d(H3)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2),paddingRight:e.spacing(1)})),fv=d(G1)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2)})),xv=d("fieldset")(()=>({padding:0,border:"none"})),jv=d(Q4)(({theme:e})=>({marginBottom:e.spacing(2),minWidth:"200px"})),yv=d("div")(()=>({marginTop:"auto",display:"flex",justifyContent:"flex-end"})),bv=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"flex-start",gap:e.spacing(1),"& > *":{width:"100%"}})),Sv=d("div")(({theme:e})=>({"p + p":{marginTop:e.spacing(1)}})),wv=({pattern:e,example:a,featureNamingPatternError:n})=>n||!a||!e?{state:"valid"}:a&&e?new RegExp(`^${e}$`).test(a)?{state:"valid"}:{state:"invalid",reason:"Example does not match regex"}:{state:"valid"},Cv=()=>{const[e,a]=j3.useState(""),{trackEvent:n}=v1(),c="feature-naming-pattern";return{trackPattern:(i="")=>{i===e||(i===""&&e!==""?n(c,{props:{action:"removed"}}):i!==""&&e===""?n(c,{props:{action:"added"}}):i!==""&&e!==""&&n(c,{props:{action:"edited"}}))},setPreviousPattern:a}},Zv=({children:e,handleSubmit:a,projectId:n,projectMode:c,featureNamingExample:s,featureNamingPattern:i,featureNamingDescription:r,linkTemplates:o=[],setFeatureNamingExample:p,setFeatureNamingPattern:h,setFeatureNamingDescription:u,setProjectMode:g,setLinkTemplates:m,errors:v})=>{const{setPreviousPattern:f,trackPattern:j}=Cv(),b=[{key:"open",label:"open"},{key:"protected",label:"protected"},{key:"private",label:"private"}];l.useEffect(()=>{f(i||"")},[n]);const x=({example:k,pattern:B})=>{const w=wv({pattern:B,example:k,featureNamingPatternError:v.featureNamingPattern});switch(w.state){case"invalid":v.namingExample=w.reason;break;case"valid":delete v.namingExample;break}},C=k=>{if([" ","\\t","\\s","\\n","\\r","\\f","\\v"].some(w=>k.includes(w)))v.featureNamingPattern="Whitespace is not allowed in the expression";else try{new RegExp(k),delete v.featureNamingPattern}catch{v.featureNamingPattern="Invalid regular expression"}h==null||h(k),x({pattern:k,example:s||""})},A=k=>{p==null||p(k),x({pattern:i||"",example:k})},M=k=>{u==null||u(k)};return t.jsxs(gv,{onSubmit:k=>{a(k),j(i)},children:[t.jsxs(t.Fragment,{children:[t.jsxs(Z,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[t.jsx("p",{children:"What is your project collaboration mode?"}),t.jsx(W7,{})]}),t.jsx(jv,{id:"project-mode",value:c,label:"Project collaboration mode",name:"Project collaboration mode",onChange:k=>{g==null||g(k.target.value)},options:b})]}),t.jsxs(xv,{children:[t.jsxs(Z,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[t.jsx("legend",{children:"Feature flag naming pattern"}),t.jsx(iv,{})]}),t.jsx(G5,{children:t.jsxs(Sv,{id:"pattern-naming-description",children:[t.jsxs("p",{children:["Define a"," ",t.jsx("a",{href:"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions/Cheatsheet",target:"_blank",rel:"noreferrer",children:"JavaScript RegEx"})," ","used to enforce feature flag names within this project. The regex will be surrounded by a leading"," ",t.jsx("code",{children:"^"})," and a trailing ",t.jsx("code",{children:"$"}),"."]}),t.jsx("p",{children:"Leave it empty if you don’t want to add a naming pattern."})]})}),t.jsxs(bv,{children:[t.jsx(J5,{label:"Naming Pattern",name:"feature flag naming pattern","aria-describedby":"pattern-naming-description",placeholder:"[A-Za-z]+.[A-Za-z]+.[A-Za-z0-9-]+",InputProps:{startAdornment:t.jsx(n5,{position:"start",children:"^"}),endAdornment:t.jsx(n5,{position:"end",children:"$"})},type:"text",value:i||"",error:!!v.featureNamingPattern,errorText:v.featureNamingPattern,onChange:k=>C(k.target.value)}),t.jsx(G5,{children:t.jsx("p",{id:"pattern-additional-description",children:"The example and description will be shown to users when they create a new feature flag in this project."})}),t.jsx(J5,{label:"Naming Example",name:"feature flag naming example",type:"text","aria-describedby":"pattern-additional-description",value:s||"",placeholder:"dx.feature1.1-135",error:!!v.namingExample,errorText:v.namingExample,onChange:k=>A(k.target.value)}),t.jsx(fv,{label:"Naming pattern description",name:"feature flag naming description",type:"text","aria-describedby":"pattern-additional-description",placeholder:`<project>.<featureName>.<ticket>
|
|
701
19
|
|
|
702
|
-
The flag name should contain the project name, the feature name, and the ticket number, each separated by a dot.`,multiline:!0,minRows:5,value:r||"",onChange:k=>M(k.target.value)})]}),t.jsx(
|
|
20
|
+
The flag name should contain the project name, the feature name, and the ticket number, each separated by a dot.`,multiline:!0,minRows:5,value:r||"",onChange:k=>M(k.target.value)})]}),t.jsx(vv,{linkTemplates:o||[],setLinkTemplates:m})]}),t.jsx(yv,{children:e})]})},kv=d("div")(({theme:e})=>({minHeight:0,borderRadius:e.spacing(2),width:"100%",display:"flex",margin:"0 auto",overflow:"hidden",[e.breakpoints.down(1100)]:{flexDirection:"column",minHeight:0}})),Tv=d("div")(({theme:e})=>({borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4)})),Ev="EDIT_PROJECT_SETTINGS_BTN",Av=()=>{const[e,a]=j3.useState(""),{trackEvent:n}=v1(),c="project-mode";return{trackModePattern:i=>{i!==e&&n(c,{props:{mode:i,action:"updated"}})},setPreviousMode:a}},Dv=({project:e})=>{var z,q,E;const{uiConfig:a}=d1(),{setToastData:n,setToastApiError:c}=b1(),s=U("projectId"),{projectMode:i,featureNamingExample:r,featureNamingDescription:o,featureNamingPattern:p,linkTemplates:h,setFeatureNamingPattern:u,setFeatureNamingExample:g,setFeatureNamingDescription:m,setProjectMode:v,setLinkTemplates:f,getEnterpriseSettingsPayload:j,errors:b={},clearErrors:x}=sv(e.mode,((z=e==null?void 0:e.featureNaming)==null?void 0:z.pattern)||void 0,((q=e==null?void 0:e.featureNaming)==null?void 0:q.example)||void 0,((E=e==null?void 0:e.featureNaming)==null?void 0:E.description)||void 0,(e==null?void 0:e.linkTemplates)||[]),C=()=>`curl --location --request PUT '${a.unleashUrl}/api/admin/projects/${s}/settings' \\
|
|
703
21
|
--header 'Authorization: INSERT_API_KEY' \\
|
|
704
22
|
--header 'Content-Type: application/json' \\
|
|
705
|
-
--data-raw '${JSON.stringify(j(),void 0,2)}'`,{refetch:
|
|
23
|
+
--data-raw '${JSON.stringify(j(),void 0,2)}'`,{refetch:A}=Q1(s),{editProjectSettings:M,loading:k}=E3(),B=()=>{const[W,_]=j3.useState(""),{trackEvent:F}=v1(),S="feature-naming-pattern";return{trackPattern:(T="")=>{T===W||(T===""&&W!==""?F(S,{props:{action:"removed"}}):T!==""&&W===""?F(S,{props:{action:"added"}}):T!==""&&W!==""&&F(S,{props:{action:"edited"}}))},setPreviousPattern:_}},{setPreviousPattern:w,trackPattern:O}=B(),{setPreviousMode:V,trackModePattern:P}=Av(),I=async W=>{W.preventDefault();const _=j();try{await M(s,_),A(),n({text:"Project information updated",type:"success"}),O(p),P(i)}catch(F){c(u1(F))}};return l.useEffect(()=>{w(p||""),V(i)},[e]),t.jsx(kv,{children:t.jsx(A3,{loading:k,title:"Enterprise Settings",description:"",documentationLink:"https://docs.getunleash.io/concepts/projects",documentationLinkLabel:"Projects documentation",formatApiCode:C,compactPadding:!0,compact:!0,showDescription:!1,showLink:!1,children:t.jsx(Tv,{children:t.jsx(Zv,{projectId:s,projectMode:i,featureNamingPattern:p,featureNamingExample:r,featureNamingDescription:o,linkTemplates:h,setFeatureNamingPattern:u,setFeatureNamingExample:g,setFeatureNamingDescription:m,setProjectMode:v,setLinkTemplates:f,handleSubmit:I,errors:b,clearErrors:x,children:t.jsx(z3,{type:"submit",permission:_1,projectId:s,"data-testid":Ev,children:"Save changes"})})})})})},Iv=()=>t.jsx(L2,{htmlTooltip:!0,tooltip:t.jsx(Z,{children:"Enforce an upper limit of the number of feature flags that may be created for this project. You can create unlimited feature flag if there is no limit set."})}),Rv="PROJECT_STICKINESS_SELECT",Ov="PROJECT_ID_INPUT",Fv="PROJECT_NAME_INPUT",$v="PROJECT_DESCRIPTION_INPUT",Pv=d("form")(({theme:e})=>({height:"100%",paddingBottom:e.spacing(1)})),J2=d("p")(({theme:e})=>({marginBottom:e.spacing(1),marginRight:e.spacing(1)})),Vv=d(Q4)(({theme:e})=>({marginBottom:e.spacing(2),minWidth:"200px"})),_v=d("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),v4=d(H3)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2),paddingRight:e.spacing(1)})),Mv=d(G1)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2)})),Bv=d("div")(()=>({marginTop:"auto",display:"flex",justifyContent:"flex-end"})),Lv=d("div")(()=>({display:"flex",alignItems:"center"})),zv=({children:e,handleSubmit:a,projectId:n,projectName:c,projectDesc:s,projectStickiness:i,featureLimit:r,featureCount:o,projectMode:p,setProjectMode:h,setProjectId:u,setProjectName:g,setProjectDesc:m,setProjectStickiness:v,setFeatureLimit:f,errors:j,mode:b,validateProjectId:x,clearErrors:C})=>{const{isEnterprise:A}=d1(),M=[{key:"open",label:"open"},{key:"protected",label:"protected"},{key:"private",label:"private"}];return t.jsxs(Pv,{onSubmit:k=>{a(k)},children:[t.jsx(J2,{children:"What is your project Id?"}),t.jsx(v4,{label:"Project Id",value:n,onChange:k=>u(bn(k.target.value)),error:!!j.id,errorText:j.id,onFocus:()=>C(),onBlur:x,disabled:b==="Edit","data-testid":Ov,autoFocus:!0,required:!0}),t.jsx(J2,{children:"What is your project name?"}),t.jsx(v4,{label:"Project name",value:c,onChange:k=>g(k.target.value),error:!!j.name,errorText:j.name,onFocus:()=>{delete j.name},"data-testid":Fv,required:!0}),t.jsx(J2,{children:"What is your project description?"}),t.jsx(Mv,{label:"Project description",variant:"outlined",multiline:!0,maxRows:4,value:s,onChange:k=>m(k.target.value),"data-testid":$v}),t.jsx(D,{condition:v!=null,show:t.jsxs(t.Fragment,{children:[t.jsx(J2,{children:"What is the default stickiness for the project?"}),t.jsx(Sn,{label:"Stickiness",value:i,"data-testid":Rv,onChange:k=>v==null?void 0:v(k.target.value)})]})}),t.jsx(D,{condition:b==="Edit",show:()=>t.jsxs(t.Fragment,{children:[t.jsxs(Z,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[t.jsx("p",{children:"Feature flag limit?"}),t.jsx(Iv,{})]}),t.jsx(_v,{children:"Leave it empty if you don’t want to add a limit"}),t.jsxs(Lv,{children:[t.jsx(v4,{label:"Limit",name:"value",type:"number",value:r==="null"||r===void 0?"":r,onChange:k=>f(k.target.value)}),t.jsx(D,{condition:o!==void 0&&!!r,show:t.jsxs(Z,{children:["(",o," of ",r," used)"]})})]})]})}),t.jsx(D,{condition:b==="Create"&&A(),show:t.jsxs(t.Fragment,{children:[t.jsxs(Z,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[t.jsx("p",{children:"What is your project collaboration mode?"}),t.jsx(W7,{})]}),t.jsx(Vv,{id:"project-mode",value:p,label:"Project collaboration mode",name:"Project collaboration mode",onChange:k=>{h==null||h(k.target.value)},options:M})]})}),t.jsx(Bv,{children:e})]})},Nv=d("div")(({theme:e})=>({minHeight:0,borderRadius:e.spacing(2),width:"100%",display:"flex",margin:"0 auto",overflow:"hidden",[e.breakpoints.down(1100)]:{flexDirection:"column",minHeight:0}})),Wv=d("div")(({theme:e})=>({borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4)})),Hv="EDIT_PROJECT_BTN",qv=({project:e})=>{const a=U("projectId"),{uiConfig:n}=d1(),{setToastData:c,setToastApiError:s}=b1(),{defaultStickiness:i}=wn(a),{trackEvent:r}=v1(),{projectId:o,projectName:p,projectDesc:h,projectStickiness:u,featureLimit:g,setFeatureLimit:m,setProjectId:v,setProjectName:f,setProjectDesc:j,setProjectStickiness:b,getEditProjectPayload:x,clearErrors:C,validateProjectId:A,validateName:M,errors:k}=Cn(a,e.name,e.description||void 0,i,String(e.featureLimit)),{editProject:B,loading:w}=E3(),{refetch:O}=Q1(a),{refetch:V}=K4(),P=()=>{O(),V()},I=()=>`curl --location --request PUT '${n.unleashUrl}/api/admin/projects/${a}' \\
|
|
706
24
|
--header 'Authorization: INSERT_API_KEY' \\
|
|
707
25
|
--header 'Content-Type: application/json' \\
|
|
708
|
-
--data-raw '${JSON.stringify(x(),void 0,2)}'`,
|
|
709
|
-
--header 'Authorization: INSERT_API_KEY'`;return t.jsx(Nf,{children:t.jsx(I3,{loading:c,title:"Archive project",description:"",documentationLink:"https://docs.getunleash.io/concepts/projects",documentationLinkLabel:"Projects documentation",formatApiCode:s,compact:!0,compactPadding:!0,showDescription:!1,showLink:!1,children:t.jsx(Bf,{projectId:a,featureCount:e})})})},Uf=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),Wf=()=>{const{isEnterprise:e}=r1(),{hasAccess:a}=d.useContext(S3),n=q("projectId"),{project:c}=z1(n);if(!c.name)return null;const s=!a([M1,a7],n)&&t.jsx(j1,{severity:"error",sx:{mb:4},children:"You do not have the required permissions to edit this project."});return t.jsxs(t.Fragment,{children:[s,t.jsxs(Uf,{children:[t.jsx($f,{project:c}),t.jsx(D,{condition:e(),show:t.jsx(bf,{project:c})}),t.jsx(zf,{featureCount:O8(c)??0})]})]})},Hf=()=>{const e=q("projectId"),a=i3(e),{hasAccess:n}=d.useContext(S3),{isOss:c}=r1();return t3(`Project configuration – ${a}`),c()?t.jsx(w1,{header:t.jsx(g1,{title:"General settings"}),sx:{justifyContent:"center"},children:t.jsx(W2,{feature:"project-settings"})}):n([M1,xc],e)?t.jsx(Wf,{}):t.jsx(w1,{header:t.jsx(g1,{title:"General settings"}),children:t.jsx(j1,{severity:"error",children:'You need project owner permissions or a custom role with "project setting access permission" to access this section.'})})},qf={actions:[]},u5=e=>{const{isEnterprise:a}=r1(),n=r2("automatedActions"),{data:c,error:s,mutate:i}=I4(a()&&n,qf,I1(`api/admin/projects/${e}/actions`),Yf);return d.useMemo(()=>({actions:(c==null?void 0:c.actions)??[],loading:!s&&!c,refetch:()=>i(),error:s}),[c,s,i])},Yf=e=>fetch(e).then(e3("Actions")).then(a=>a.json()),Ct=e=>{const{loading:a,makeRequest:n,createRequest:c,errors:s}=P0({propagateErrors:!0}),i=`api/admin/projects/${e}/actions`,r=async m=>{const f=c(i,{method:"POST",body:JSON.stringify(m)},"addActionSet");return(await n(f.caller,f.id)).json()},o=async(m,g)=>{const j=c(`${i}/${m}`,{method:"PUT",body:JSON.stringify(g)},"updateActionSet");await n(j.caller,j.id)},p=async m=>{const f=c(`${i}/${m}/on`,{method:"POST"},"enableActionSet");await n(f.caller,f.id)},h=async m=>{const f=c(`${i}/${m}/off`,{method:"POST"},"disableActionSet");await n(f.caller,f.id)};return{addActionSet:r,updateActionSet:o,removeActionSet:async m=>{const f=c(`${i}/${m}`,{method:"DELETE"},"removeActionSet");await n(f.caller,f.id)},toggleActionSet:async(m,g)=>{g?await p(m):await h(m)},errors:s,loading:a}},Kf=l(S)({display:"flex",alignItems:"center"}),Gf=l(N3)(({theme:e})=>({background:"transparent",borderRadius:e.shape.borderRadius,overflow:"hidden",width:e.spacing(3),height:e.spacing(3),fontSize:e.fontSizes.mainHeader})),Jf=l(G1)(({theme:e})=>({...yc(e),"&:hover, &:focus":{textDecoration:"underline"}})),Qf=({action:e,signalEndpoints:a})=>{const{sourceId:n,source:c}=e.match;if(c==="signal-endpoint"){const s=a.find(({id:i})=>i===n);if(s)return t.jsx(S1,{children:t.jsxs(Kf,{children:[t.jsx(t2,{title:"Signal endpoint",arrow:!0,children:t.jsx(Gf,{src:R2(jc),alt:"Signal endpoint",variant:"rounded"})}),t.jsx(Jf,{component:d1,to:"/integrations/signals",underline:"hover",children:s.name})]})})}return t.jsx(S1,{children:"No source"})},Xf=l(T)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),ex=({action:e})=>{const{payload:a}=e.match,n=Object.entries(a);return n.length===0?t.jsx(S1,{children:"0 filters"}):t.jsx(S1,{children:t.jsx(Y2,{tooltipProps:{maxWidth:500},tooltip:t.jsx(t.Fragment,{children:n.map(([c,{inverted:s,operator:i,caseInsensitive:r,value:o,values:p}])=>{const h=ze(i),u=s?t.jsxs(t.Fragment,{children:["is ",t.jsx("u",{children:"not"})," ",h.substring(2)]}):h;return t.jsxs(Xf,{children:[t.jsx("strong",{children:c})," ",u,r?" (case insensitive)":"",": ",t.jsx("strong",{children:p?p.join(", "):o})]},c)})}),children:n.length===1?"1 filter":`${n.length} filters`})})},tx=({action:e,serviceAccounts:a})=>{const{actorId:n}=e,c=a.find(({id:s})=>s===n);return c?t.jsx(H2,{to:"/admin/service-accounts",title:c.name,subtitle:c.username}):t.jsx(S1,{children:"No service account"})},ax=async e=>{const a=await fetch(e);return await e3("Action events")(a),a.json()},wt=(e,a,n=50,c={})=>{var C;const{isEnterprise:s}=r1(),i=r2("automatedActions"),r=(E,M)=>!e||!a||!s||!i||M&&!M.actionSetEvents.length?null:I1(`api/admin/projects/${a}/actions/${e}/events?limit=${n}&offset=${E*n}`),{data:o,error:p,size:h,setSize:u,mutate:v}=bc(r,ax,{...c,revalidateAll:!0}),m=o?o.flatMap(({actionSetEvents:E})=>E):[],g=!o&&!p,f=h>0&&!(o!=null&&o[h-1]),j=g||f,b=((C=o==null?void 0:o[h-1])==null?void 0:C.actionSetEvents.length)===n;return{actionEvents:m,hasMore:b,loadMore:()=>{j||!b||u(h+1)},loading:j,refetch:()=>v(),error:p}},nx=l("div",{shouldForwardProp:e=>e!=="state"})(({theme:e,state:a})=>({padding:e.spacing(2),border:`1px solid ${e.palette.divider}`,borderRadius:e.shape.borderRadiusMedium,...a==="not started"&&{backgroundColor:e.palette.background.elevation1}})),cx=l("div")({display:"flex",flexDirection:"column"}),sx=l("div")({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%"}),ix=l("div")(({theme:e})=>({display:"flex",alignItems:"center",fontSize:e.fontSizes.smallBody,gap:e.spacing(2)})),rx=l(K0)(({theme:e})=>({color:e.palette.success.main}));l(R4)(({theme:e})=>({color:e.palette.error.main}));const ox=l(j1)(({theme:e})=>({marginTop:e.spacing(2),fontSize:"inherit"})),lx=l(v2)(({theme:e})=>({margin:e.spacing(2,0)})),dx=l("div")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),px=l("p")(({theme:e})=>({fontWeight:e.fontWeight.bold,marginBottom:e.spacing(.5)})),hx=l("span")(({theme:e})=>({color:e.palette.text.secondary})),ux=({action:{state:e,details:a,action:n,executionParams:c},children:s})=>{const i=e==="success"?t.jsx(rx,{}):e==="started"?t.jsx(D4,{size:20}):e==="not started"?t.jsx("span",{children:"Not started"}):null;return t.jsxs(nx,{state:e,children:[t.jsxs(cx,{children:[t.jsxs(sx,{children:[t.jsx("div",{children:s}),t.jsx(ix,{children:i})]}),t.jsx(D,{condition:!!a,show:t.jsx(ox,{severity:"error",children:a})})]}),t.jsx(lx,{}),t.jsxs(dx,{children:[t.jsx(px,{children:n}),Object.entries(c).map(([r,o])=>t.jsxs("div",{children:[t.jsxs(hx,{children:[r,":"]})," ",o]},r))]})]})},mx=d.lazy(()=>n7(()=>import("./ReactJSONEditor-B-T6_DlA.js"),[])),vx=l(E4)(({theme:e})=>({boxShadow:"none",border:`1px solid ${e.palette.divider}`,borderRadius:e.shape.borderRadiusMedium,"&:before":{display:"none"}})),gx=l(T4)({lineHeight:"1.5rem"}),fx=l(d1)(({theme:e})=>({marginLeft:e.spacing(1)})),xx=({signal:e})=>{const{signalEndpoints:a}=O4(),n=d.useMemo(()=>{const c=a.find(({id:s})=>s===e.sourceId);return c==null?void 0:c.name},[a,e.sourceId]);return t.jsxs(vx,{children:[t.jsxs(gx,{expandIcon:t.jsx(x1,{children:t.jsx(t7,{titleAccess:"Toggle"})}),children:["Signal endpoint:",t.jsx(fx,{to:"/integrations/signals",children:n})]}),t.jsx(A4,{children:t.jsx(d.Suspense,{fallback:null,children:t.jsx(mx,{content:{json:e.payload},readOnly:!0,statusBar:!1,editorStyle:"sidePanel"})})})]})},jx=({signal:e})=>{const{source:a}=e;return a==="signal-endpoint"?t.jsx(xx,{signal:e}):null},yx=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),padding:e.spacing(2)})),bx=l(j1)({fontSize:"inherit"}),Zt=({state:e,actionSet:{actions:a},signal:n})=>{const c=e==="failed"?`${a.filter(({state:s})=>s!=="success").length} out of ${a.length} actions were not successfully executed`:"All actions were successfully executed";return t.jsxs(yx,{children:[t.jsx(bx,{severity:e==="failed"?"error":"success",icon:e==="success"?t.jsx(K0,{}):void 0,children:c}),t.jsx(jx,{signal:n}),a.map((s,i)=>t.jsxs(ux,{action:s,children:["Action ",i+1]},s.id))]})},Sx=l(Y2)(({theme:e})=>({display:"flex",alignItems:"center"})),Cx=l("div")(({theme:e})=>({display:"flex",justifyContent:"space-between",alignItems:"center",margin:e.spacing(0,2),marginTop:e.spacing(2)})),wx=l("span")(({theme:e})=>({fontSize:e.fontSizes.bodySize})),Zx=l(K0)(({theme:e})=>({color:e.palette.success.main})),kx=l(R4)(({theme:e})=>({color:e.palette.error.main})),Tx=({action:e})=>{const{id:a,project:n}=e,{actionEvents:c}=wt(a,n,1,{refreshInterval:5e3}),{locationSettings:s}=f2();if(c.length===0)return null;const i=c[0],r=i.state==="success"?t.jsx(Zx,{}):i.state==="failed"?t.jsx(kx,{}):t.jsx(D4,{size:20});return t.jsx(Sx,{tooltipProps:{maxWidth:500,maxHeight:600},tooltip:t.jsxs(t.Fragment,{children:[t.jsxs(Cx,{children:[t.jsx(wx,{children:"Last event"}),t.jsx("span",{children:z2(i.createdAt,s==null?void 0:s.locale)})]}),t.jsx(Zt,{...i})]}),children:r})},Ex=l("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),padding:e.spacing(2)})),Ax=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1),fontSize:e.fontSizes.smallerBody})),Ix=l("ul")(({theme:e})=>({listStyle:"none",paddingLeft:e.spacing(1),margin:0})),Dx=({action:e,onCreateAction:a})=>{const{actions:n}=e;return n.length===0?a?t.jsx(H2,{title:"Create action",onClick:a}):t.jsx(S1,{children:"0 actions"}):t.jsxs(Ex,{children:[t.jsx(Tx,{action:e}),t.jsx(Y2,{tooltip:t.jsx(Ax,{children:n.map(({id:c,action:s,executionParams:i})=>t.jsxs("div",{children:[t.jsx("strong",{children:s}),t.jsx(Ix,{children:Object.entries(i).map(([r,o])=>t.jsxs("li",{children:[t.jsx("strong",{children:r}),":"," ",o]},r))})]},c))}),children:n.length===1?"1 action":`${n.length} actions`})]})},Rx=l(S)({display:"flex",justifyContent:"center"}),Ox=({actionId:e,onOpenEvents:a,onEdit:n,onDelete:c})=>{const[s,i]=d.useState(null),r=!!s,o=v=>{i(v.currentTarget)},p=()=>{i(null)},h=`action-${e}-actions`,u=`${h}-menu`;return t.jsxs(Rx,{children:[t.jsx(O1,{title:"Action actions",arrow:!0,describeChild:!0,children:t.jsx(x1,{id:h,"data-loading":!0,"aria-controls":r?u:void 0,"aria-haspopup":"true","aria-expanded":r?"true":void 0,onClick:o,type:"button",children:t.jsx(l4,{})})}),t.jsx(V2,{id:u,anchorEl:s,open:r,onClose:p,onClick:p,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:"right",vertical:"bottom"},disableScrollLock:!0,PaperProps:{sx:v=>({borderRadius:`${v.shape.borderRadius}px`,padding:v.spacing(1,1.5)})},children:t.jsxs(M2,{"aria-labelledby":h,children:[t.jsx(n3,{permission:i0,children:({hasAccess:v})=>t.jsxs(q1,{sx:M3,onClick:a,disabled:!v,children:[t.jsx(a3,{children:t.jsx(Sc,{})}),t.jsx(Y1,{children:t.jsx(T,{variant:"body2",children:"View events"})})]})}),t.jsx(n3,{permission:i0,children:({hasAccess:v})=>t.jsxs(q1,{sx:M3,onClick:n,disabled:!v,children:[t.jsx(a3,{children:t.jsx(x2,{})}),t.jsx(Y1,{children:t.jsx(T,{variant:"body2",children:"Edit"})})]})}),t.jsx(n3,{permission:i0,children:({hasAccess:v})=>t.jsxs(q1,{sx:M3,onClick:c,disabled:!v,children:[t.jsx(a3,{children:t.jsx(z3,{})}),t.jsx(Y1,{children:t.jsx(T,{variant:"body2",children:"Remove"})})]})})]})})]})},_x=l("div")(({theme:e})=>({marginTop:e.spacing(1),position:"relative"})),Px=l("div")(({theme:e})=>({padding:e.spacing(.75,1),fontSize:e.fontSizes.smallerBody,backgroundColor:e.palette.seen.primary,borderRadius:e.shape.borderRadius,position:"absolute",zIndex:e.zIndex.fab,top:e.spacing(-2),left:e.spacing(2),lineHeight:1})),Fx=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.default,border:`1px solid ${e.palette.divider}`,padding:e.spacing(2),paddingTop:e.spacing(1),borderRadius:e.shape.borderRadiusMedium})),kt=l("div")({display:"flex",alignItems:"center"}),$x=l(kt)(({theme:e})=>({justifyContent:"space-between",marginBottom:e.spacing(1)})),Tt=({index:e,header:a,separator:n="AND",children:c})=>t.jsxs(_x,{children:[t.jsx(D,{condition:e>0,show:t.jsx(Px,{children:n})}),t.jsxs(Fx,{children:[t.jsx($x,{children:a}),t.jsx(kt,{children:c})]})]}),Vx=e=>d.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},d.createElement("path",{d:"M5 18C5 18.55 5.45 19 6 19H18C18.55 19 19 18.55 19 18C19 17.45 18.55 17 18 17H6C5.45 17 5 17.45 5 18ZM9.5 12.8H14.5L15.16 14.4C15.31 14.76 15.66 15 16.05 15C16.74 15 17.2 14.29 16.93 13.66L13.05 4.69C12.87 4.27 12.46 4 12 4C11.54 4 11.13 4.27 10.95 4.69L7.07 13.66C6.8 14.29 7.27 15 7.96 15C8.35 15 8.7 14.76 8.85 14.4L9.5 12.8ZM12 5.98L13.87 11H10.13L12 5.98Z"})),Mx=e=>d.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.10831 2.60839C3.71687 2.23054 3.09322 2.23475 2.70696 2.62102C2.31643 3.01154 2.31643 3.64471 2.70696 4.03523L8.65871 9.98698L7.07 13.6598C6.8 14.2898 7.27 14.9998 7.96 14.9998C8.35 14.9998 8.7 14.7598 8.85 14.3998L9.5 12.7998H11.4716L15.6716 16.9998H6C5.45 16.9998 5 17.4498 5 17.9998C5 18.5498 5.45 18.9998 6 18.9998H17.6716L19.6775 21.0058C20.068 21.3963 20.7012 21.3963 21.0917 21.0058C21.478 20.6195 21.4822 19.9959 21.1044 19.6044C21.1001 19.6003 21.0958 19.5961 21.0916 19.5919L4.12102 2.62132C4.11674 2.61704 4.1125 2.61273 4.10831 2.60839ZM16.1235 11.7954L13.05 4.68985C12.87 4.26985 12.46 3.99985 12 3.99985C11.54 3.99985 11.13 4.26985 10.95 4.68985L10.3666 6.03851L11.5408 7.21265L12 5.97985L13.0045 8.67635L16.1235 11.7954Z"})),Et=c7(x1)(({theme:e})=>({width:"28px",minWidth:"28px",maxWidth:"28px",height:"auto",backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadius,padding:"0 1px 0",marginRight:"1rem","&:hover":{background:e.palette.background.application},[e.breakpoints.between(1101,1365)]:{marginRight:"0.5rem",alignItems:"center"}})),At=c7(x1)(({theme:e})=>({width:"28px",minWidth:"28px",maxWidth:"28px",color:e.palette.primary.contrastText,backgroundColor:e.palette.primary.main,borderRadius:e.shape.borderRadius,marginRight:"1rem",padding:"0 1px 0","&:hover":{color:e.palette.primary.contrastText,backgroundColor:e.palette.primary.main},[e.breakpoints.between(1101,1365)]:{marginRight:"0.5rem",alignItems:"center"}})),Lx=({localConstraint:e,setCaseInsensitive:a})=>t.jsx(O1,{title:e.caseInsensitive?"Make it case sensitive":"Make it case insensitive",arrow:!0,children:t.jsx(S,{sx:{display:"flex",alignItems:"stretch"},children:t.jsx(D,{condition:!!e.caseInsensitive,show:t.jsx(Et,{onClick:a,disableRipple:!0,children:t.jsx(Mx,{})}),elseShow:t.jsx(At,{className:"operator-is-active",onClick:a,disableRipple:!0,children:t.jsx(Vx,{})})})})}),Bx=e=>d.createElement("svg",{width:24,height:10,viewBox:"0 0 24 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},d.createElement("path",{d:"M20.9238 0.46875V9H19.1719V0.46875H20.9238ZM23.5488 0.46875V1.8457H16.5879V0.46875H23.5488Z"}),d.createElement("path",{d:"M16.2422 4.53516V4.93945C16.2422 5.58789 16.1543 6.16992 15.9785 6.68555C15.8027 7.20117 15.5547 7.64062 15.2344 8.00391C14.9141 8.36328 14.5312 8.63867 14.0859 8.83008C13.6445 9.02148 13.1543 9.11719 12.6152 9.11719C12.0801 9.11719 11.5898 9.02148 11.1445 8.83008C10.7031 8.63867 10.3203 8.36328 9.99609 8.00391C9.67188 7.64062 9.41992 7.20117 9.24023 6.68555C9.06445 6.16992 8.97656 5.58789 8.97656 4.93945V4.53516C8.97656 3.88281 9.06445 3.30078 9.24023 2.78906C9.41602 2.27344 9.66406 1.83398 9.98438 1.4707C10.3086 1.10742 10.6914 0.830078 11.1328 0.638672C11.5781 0.447266 12.0684 0.351562 12.6035 0.351562C13.1426 0.351562 13.6328 0.447266 14.0742 0.638672C14.5195 0.830078 14.9023 1.10742 15.2227 1.4707C15.5469 1.83398 15.7969 2.27344 15.9727 2.78906C16.1523 3.30078 16.2422 3.88281 16.2422 4.53516ZM14.4668 4.93945V4.52344C14.4668 4.07031 14.4258 3.67188 14.3438 3.32812C14.2617 2.98438 14.1406 2.69531 13.9805 2.46094C13.8203 2.22656 13.625 2.05078 13.3945 1.93359C13.1641 1.8125 12.9004 1.75195 12.6035 1.75195C12.3066 1.75195 12.043 1.8125 11.8125 1.93359C11.5859 2.05078 11.3926 2.22656 11.2324 2.46094C11.0762 2.69531 10.957 2.98438 10.875 3.32812C10.793 3.67188 10.752 4.07031 10.752 4.52344V4.93945C10.752 5.38867 10.793 5.78711 10.875 6.13477C10.957 6.47852 11.0781 6.76953 11.2383 7.00781C11.3984 7.24219 11.5938 7.41992 11.8242 7.54102C12.0547 7.66211 12.3184 7.72266 12.6152 7.72266C12.9121 7.72266 13.1758 7.66211 13.4062 7.54102C13.6367 7.41992 13.8301 7.24219 13.9863 7.00781C14.1426 6.76953 14.2617 6.47852 14.3438 6.13477C14.4258 5.78711 14.4668 5.38867 14.4668 4.93945Z"}),d.createElement("path",{d:"M7.70508 0.46875V9H5.94727L2.51953 3.28125V9H0.761719V0.46875H2.51953L5.95312 6.19336V0.46875H7.70508Z"})),Nx=e=>d.createElement("svg",{width:24,height:36,viewBox:"25 12 24 30",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},d.createElement("path",{d:"M44.2145 31H45.9238V23.8457H48.5488V22.4688H45.9238H44.1719H41.5879V23.8457H44.1719V30.9574L44.2145 31ZM39.1419 28.7274L40.3188 29.9043C40.3146 29.9095 40.3104 29.9147 40.3061 29.9198L46.2004 35.8141L44.8004 37.2141L38.5868 31.0005C38.2828 31.0783 37.9589 31.1172 37.6152 31.1172C37.0801 31.1172 36.5898 31.0215 36.1445 30.8301C35.7031 30.6387 35.3203 30.3633 34.9961 30.0039C34.6719 29.6406 34.4199 29.2012 34.2402 28.6855C34.0645 28.1699 33.9766 27.5879 33.9766 26.9395V26.5352C33.9766 26.4869 33.977 26.4391 33.978 26.3917L32.7051 25.1188V31H30.9473L27.5195 25.2812V31H25.7617V22.4688H27.5195L30.9531 28.1934V23.3668L26.4004 18.8141L27.8004 17.4141L34.5229 24.1366C34.5262 24.1305 34.5295 24.1244 34.5328 24.1183L35.8509 25.4364C35.8493 25.4442 35.8477 25.452 35.8461 25.4598L37.0004 26.6141L39.1328 28.7465C39.1359 28.7402 39.1389 28.7338 39.1419 28.7274ZM39.4614 26.247L41.1626 27.9481C41.2157 27.632 41.2422 27.2957 41.2422 26.9395V26.5352C41.2422 25.8828 41.1523 25.3008 40.9727 24.7891C40.7969 24.2734 40.5469 23.834 40.2227 23.4707C39.9023 23.1074 39.5195 22.8301 39.0742 22.6387C38.6328 22.4473 38.1426 22.3516 37.6035 22.3516C37.0684 22.3516 36.5781 22.4473 36.1328 22.6387C36.0682 22.6667 36.0048 22.6966 35.9427 22.7283L37.0488 23.8344C37.2187 23.7794 37.4036 23.752 37.6035 23.752C37.9004 23.752 38.1641 23.8125 38.3945 23.9336C38.625 24.0508 38.8203 24.2266 38.9805 24.4609C39.1406 24.6953 39.2617 24.9844 39.3438 25.3281C39.4087 25.6002 39.4479 25.9065 39.4614 26.247ZM37.281 29.6947L35.9324 28.346C36.0101 28.5994 36.112 28.82 36.2383 29.0078C36.3984 29.2422 36.5938 29.4199 36.8242 29.541C36.9642 29.6146 37.1165 29.6658 37.281 29.6947Z"})),zx=({localConstraint:e,setInvertedOperator:a})=>t.jsx(O1,{title:e.inverted?"Remove negation":"Negate operator",arrow:!0,children:t.jsx(S,{sx:{display:"flex",alignItems:"stretch"},children:t.jsx(D,{condition:!!e.inverted,show:t.jsx(At,{className:"operator-is-active",onClick:a,disableRipple:!0,children:t.jsx(Bx,{})}),elseShow:t.jsx(Et,{onClick:a,disableRipple:!0,children:t.jsx(Nx,{})})})})}),Ux=l("h3")(({theme:e})=>({fontSize:e.fontSizes.bodySize,fontWeight:e.typography.fontWeightRegular})),It=({children:e,...a})=>t.jsx(Ux,{...a,children:e}),Dt=C4()(e=>({valueChip:{margin:"0 0.5rem 0.5rem 0"},chipValue:{whiteSpace:"pre"},inputContainer:{display:"flex",alignItems:"center",[e.breakpoints.down(700)]:{flexDirection:"column",alignItems:"flex-start"}},inputInnerContainer:{minWidth:"300px",[e.breakpoints.down(700)]:{minWidth:"100%"}},input:{width:"100%",margin:"1rem 0"},button:{marginLeft:"1rem",[e.breakpoints.down(700)]:{marginLeft:0,marginBottom:"0.5rem"}},valuesContainer:{marginTop:"1rem"}})),Wx=l(S)(({theme:e})=>({"&:has(*)":{marginTop:e.spacing(2)}})),Hx="Enter",Z6=({values:e,removeValue:a,setValues:n,error:c,setError:s})=>{const[i,r]=d.useState(""),{classes:o}=Dt(),{uiConfig:p,loading:h}=r1(),u=p.resourceLimits.constraintValues,v=g=>{g.key===Hx&&(g.preventDefault(),m())},m=()=>{const g=Yx([...e,...Cc(i)]);g.length>u?s(`constraints cannot have more than ${u} values`):g.length===0?s("values cannot be empty"):g.some(j=>j.length>100)?s("values cannot be longer than 100 characters"):(s(""),r(""),n(g))};return t.jsxs(t.Fragment,{children:[t.jsx(It,{style:{marginBottom:0},children:"Set values (maximum 100 char length per value)"}),t.jsxs("div",{className:o.inputContainer,children:[t.jsx("div",{className:o.inputInnerContainer,children:t.jsx(Y3,{onKeyPress:v,label:"Values",name:"values",value:i,onFocus:()=>{s("")},onChange:g=>r(g.target.value),placeholder:"value1, value2, value3...",className:o.input,error:!!c,errorText:c,"data-testid":"CONSTRAINT_VALUES_INPUT"})}),t.jsx(J,{className:o.button,variant:"outlined",color:"primary",onClick:m,"data-testid":"CONSTRAINT_VALUES_ADD_BUTTON",disabled:h,children:"Add values"})]}),t.jsx("div",{className:o.valuesContainer,children:t.jsx(qx,{values:e,removeValue:a})}),t.jsx(Wx,{children:t.jsx(P8,{name:"single constraint values",shortName:"values",currentValue:e.length,limit:u})})]})},qx=({values:e,removeValue:a})=>{const{classes:n}=Dt();return t.jsx(t.Fragment,{children:e.map((c,s)=>t.jsx(Q8,{label:t.jsx(wc,{text:c,maxLength:35,maxWidth:"100",className:n.chipValue}),onDelete:()=>a(s),className:n.valueChip,"data-testid":"CONSTRAINT_VALUES_CHIP"},`${c}-${s}`))})},Yx=e=>Array.from(new Set(e)),Kx=C4()(e=>({singleValueContainer:{maxWidth:"300px",marginTop:"-1rem"},singleValueInput:{width:"100%",margin:"1rem 0"}})),k6=({setValue:e,value:a,type:n,error:c,setError:s})=>{const{classes:i}=Kx();return t.jsxs(t.Fragment,{children:[t.jsxs(It,{children:["Add a single ",n.toLowerCase()," value"]}),t.jsx("div",{className:i.singleValueContainer,children:t.jsx(Y3,{label:n,name:"value",value:a||"",onChange:r=>{s(""),e(r.target.value.trim())},onFocus:()=>s(""),placeholder:`Enter a single ${n} value`,className:i.singleValueInput,error:!!c,errorText:c})})]})},Gx=({operator:e,localConstraint:a,setValue:n,setValues:c,setError:s,removeValue:i,error:r})=>{if(Zc(e))return t.jsx(Z6,{values:a.values||[],removeValue:i,setValues:c,error:r,setError:s});if(Ue(e))return t.jsx(Z6,{values:a.values||[],removeValue:i,setValues:c,error:r,setError:s});if(kc(e))return t.jsx(k6,{setValue:n,value:a.value,type:"number",error:r,setError:s});if(Tc(e))return t.jsx(k6,{setValue:n,value:a.value,type:"semver",error:r,setError:s})},Jx=l("div")(({theme:e})=>({lineHeight:1.1,marginTop:-2,marginBottom:-10})),T6=l("div")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),E6=l("div")(({theme:e})=>({fontSize:e.fontSizes.smallerBody,color:e.palette.neutral.main,overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"})),Qx=l(Ic)(({theme:e})=>({[e.breakpoints.between(1101,1365)]:{width:"170px",marginRight:e.spacing(.5)}})),Xx=l(q1,{shouldForwardProp:e=>e!=="separator"})(({theme:e,separator:a})=>a?{position:"relative",overflow:"visible",marginTop:e.spacing(2),"&:before":{content:'""',display:"block",position:"absolute",top:e.spacing(-1),left:0,right:0,borderTop:"1px solid",borderTopColor:e.palette.divider}}:{}),ej=l("div")(({theme:e})=>({lineHeight:1.2})),tj=({options:e,value:a,onChange:n})=>{const[c,s]=d.useState(!1),i=o=>{n(o.target.value)},r=()=>t.jsxs(Jx,{children:[t.jsx(T6,{children:a}),t.jsx(E6,{children:ze(a)})]});return t.jsxs(Qx,{variant:"outlined",size:"small",fullWidth:!0,children:[t.jsx(Ec,{htmlFor:"operator-select",children:"Operator"}),t.jsx(Ac,{id:"operator-select",name:"operator",label:"Operator",value:a,open:c,onOpen:()=>s(!0),onClose:()=>s(!1),onChange:i,renderValue:r,children:e.map(o=>t.jsx(Xx,{value:o,separator:aj(e,o),children:t.jsxs(ej,{children:[t.jsx(T6,{children:o}),t.jsx(E6,{children:ze(o)})]})},o))})]})},aj=(e,a)=>a===e[0]?!1:nj.some(n=>n[0]===a),nj=[s7,i7,r7,Dc,o7],cj=l(x1)({marginRight:"-6px"}),sj=l("div")({display:"flex",flexDirection:"column",width:"100%"}),ij=l("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),[e.breakpoints.down("sm")]:{flexDirection:"column",alignItems:"start",gap:e.spacing(2)}})),rj=l("div")(({theme:e})=>({width:"100%",display:"inline-flex",flex:1,gap:e.spacing(1)})),oj=l("div")(({theme:e})=>({width:"100%","&&& > div":{width:"100%"}})),A6=l("div")(({theme:e})=>({display:"inline-flex",flex:1,"&&& button":{marginRight:0,"&:not(.operator-is-active)":{backgroundColor:e.palette.background.elevation2}}})),lj=l("div")({width:"100%",flex:1});l(Y3)({width:"100%"});const dj=l("div")(({theme:e})=>({"& > h3":{margin:e.spacing(1,0,0,0),fontSize:e.fontSizes.smallBody},"& > div":{margin:0,maxWidth:"unset","& > div":{flex:1},"& .MuiFormControl-root":{margin:e.spacing(.5,0,0,0)},"&:not(:first-of-type)":{marginTop:e.spacing(1)}}})),pj=({filter:e,index:a,stateChanged:n,suggestions:c,onDelete:s})=>{const{parameter:i,inverted:r,operator:o,caseInsensitive:p,value:h,values:u}=e,v=t.jsxs(t.Fragment,{children:[t.jsxs("span",{children:["Filter ",a+1]}),t.jsx("div",{children:t.jsx(O1,{title:"Delete filter",arrow:!0,children:t.jsx(cj,{onClick:s,children:t.jsx(z3,{})})})})]}),[m,g]=d.useState(!1),f=[...s7,...i7,...r7,...o7],[j,b]=d.useState(""),x=Rc(o),C=()=>{if(n({...e,error:void 0}),h===void 0&&u===void 0)return;const Z=u||[h||""],[_,$]=x(...Z);_||(b($),n({...e,error:$}))};d.useEffect(()=>{C()},[h,j]),d.useEffect(()=>{Ue(o)?g(!0):g(!1)},[o]);const E=Z=>{Ue(Z)?g(!0):g(!1),n({...e,operator:Z})},M=Z=>{n({...e,values:void 0,value:Z})},k=Z=>{n({...e,value:void 0,values:Z})},L=Z=>{const _=(u==null?void 0:u.filter(($,F)=>F!==Z))||[];k(_)};return t.jsx(Tt,{index:a,header:v,children:t.jsxs(sj,{children:[t.jsxs(ij,{children:[t.jsx(lj,{children:t.jsx(Y0,{freeSolo:!0,options:c,value:i,onInputChange:(Z,_)=>n({...e,parameter:_}),renderInput:Z=>t.jsx(J1,{...Z,size:"small",label:"Parameter"})})}),t.jsxs(rj,{children:[t.jsx(A6,{children:t.jsx(zx,{localConstraint:{inverted:r},setInvertedOperator:()=>n({...e,inverted:!r||void 0})})}),t.jsx(oj,{children:t.jsx(tj,{options:f,value:o,onChange:E})}),t.jsx(D,{condition:m,show:t.jsx(A6,{children:t.jsx(Lx,{localConstraint:{caseInsensitive:p},setCaseInsensitive:()=>n({...e,caseInsensitive:!p||void 0})})})})]})]}),t.jsx(dj,{children:t.jsx(Gx,{setValues:k,setValue:M,setError:b,localConstraint:{value:h,values:u},operator:o,error:j,removeValue:L})})]})})},hj=l("div")(({theme:e})=>({position:"relative",display:"flex",alignItems:"center",justifyContent:"center",marginBottom:e.spacing(2)})),uj=l("div")(({theme:e})=>({position:"absolute",right:0,fontSize:e.fontSizes.smallBody,[e.breakpoints.down("sm")]:{display:"none"}})),mj=l(S,{shouldForwardProp:e=>e!=="verticalConnector"})(({theme:e,verticalConnector:a})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.elevation1,marginTop:a?0:e.spacing(3),padding:e.spacing(3),borderRadius:e.shape.borderRadiusMedium})),vj=l(v2)(({theme:e})=>({margin:"auto",width:1,height:e.spacing(3)})),Rt=({name:e,verticalConnector:a,resourceLink:n,children:c})=>t.jsxs(t.Fragment,{children:[t.jsx(D,{condition:!!a,show:t.jsx(vj,{orientation:"vertical"})}),t.jsxs(mj,{verticalConnector:a,children:[t.jsxs(hj,{children:[t.jsx(l2,{color:"secondary",children:e}),t.jsx(uj,{children:n})]}),c]})]});var m5={},gj=N1;Object.defineProperty(m5,"__esModule",{value:!0});var Ot=m5.default=void 0,fj=gj(B1()),xj=t,jj=(0,fj.default)((0,xj.jsx)("path",{d:"M6.23 20.23 8 22l10-10L8 2 6.23 3.77 14.46 12z"}),"ArrowForwardIosSharp");Ot=m5.default=jj;const yj=d.lazy(()=>n7(()=>import("./ReactJSONEditor-B-T6_DlA.js"),[])),bj=l("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,marginTop:e.spacing(1.5),marginBottom:e.spacing(-.75),height:e.spacing(3)})),Sj=l(E4)({backgroundColor:"transparent",boxShadow:"none","&:before":{display:"none"}}),Cj=l(T4)(({theme:e})=>({lineHeight:"1.5rem",padding:0,marginBottom:e.spacing(-2.25),fontSize:e.fontSizes.smallBody,color:e.palette.primary.main,flexDirection:"row-reverse","& .MuiAccordionSummary-expandIconWrapper.Mui-expanded":{transform:"rotate(90deg)"}})),wj=l(Ot)(({theme:e})=>({color:e.palette.primary.main,fontSize:e.fontSizes.smallBody})),Zj=l(A4)(({theme:e})=>({marginTop:e.spacing(2),padding:0})),kj=({payload:e})=>e?t.jsxs(Sj,{children:[t.jsx(Cj,{expandIcon:t.jsx(x1,{children:t.jsx(wj,{titleAccess:"Toggle"})}),children:"Preview payload"}),t.jsx(Zj,{children:t.jsx(d.Suspense,{fallback:null,children:t.jsx(yj,{content:{json:e},readOnly:!0,statusBar:!1,editorStyle:"sidePanel"})})})]}):t.jsx(bj,{children:"No signals were received from this source yet."}),e4=(e={},a="")=>Object.entries(e).reduce((n,[c,s])=>{const i=a?`${a}.${c}`:c;return typeof s=="object"&&s!==null&&!Array.isArray(s)?Object.assign(n,e4(s,i)):Array.isArray(s)?s.forEach((r,o)=>{typeof r=="object"&&r!==null?Object.assign(n,e4(r,`${i}[${o}]`)):n[`${i}[${o}]`]=r}):n[i]=s,n},{}),Tj=l(v2)(({theme:e})=>({margin:e.spacing(2,0),marginBottom:e.spacing(1),borderStyle:"dashed"})),Ej=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),Aj=l("div")(({theme:e})=>({display:"flex",marginTop:e.spacing(1),gap:e.spacing(1)})),Ij=({sourceId:e,setSourceId:a,filters:n,setFilters:c,validateSourceId:s})=>{const{signalEndpoints:i,loading:r}=O4(),{signalEndpointSignals:o}=Oc(e,1),p=()=>{const g=crypto.randomUUID();c(f=>[...f,{id:g,parameter:"",operator:_c}])},h=g=>{c(f=>f.map(j=>j.id===g.id?g:j))},u=d.useMemo(()=>r?[]:i.map(({id:g,name:f})=>({label:f,key:`${g}`})),[r,i]),{lastSourcePayload:v,filterSuggestions:m}=d.useMemo(()=>{var f;const g=(f=o[0])==null?void 0:f.payload;return{lastSourcePayload:g,filterSuggestions:Object.keys(e4(g)||{}).sort()}},[o]);return t.jsxs(Rt,{name:"When this",resourceLink:t.jsx(d1,{to:"/integrations/signals",children:"Create signal endpoint"}),children:[t.jsx(i2,{label:"Source",options:u,value:`${e}`,onChange:g=>{s(Number(g)),a(Number.parseInt(g,10))}}),t.jsx(D,{condition:!!e,show:t.jsx(kj,{payload:v})}),t.jsx(Tj,{}),n.map((g,f)=>t.jsx(pj,{index:f,filter:g,stateChanged:h,suggestions:m,onDelete:()=>c(j=>j.filter(({id:b})=>b!==g.id))},g.id)),t.jsxs(Aj,{children:[t.jsx(J,{startIcon:t.jsx(D3,{}),onClick:p,variant:"outlined",color:"primary",children:"Add filter"}),t.jsx(q2,{htmlTooltip:!0,tooltip:t.jsxs(Ej,{children:[t.jsx("p",{children:"Filters allow you to add conditions to the execution of the actions based on the source payload."}),t.jsx("p",{children:"If no filters are defined then the action will always be triggered from the selected source, no matter the payload."})]})})]})]})},Dj=(e,a,n)=>{const c=`${a?`?project=${a}`:""}${n?`${a?"&":"?"}environment=${n}`:""}`,s=`api/admin/service-account/${e}/permissions${c}`,{data:i,error:r,mutate:o}=I4(!!e,void 0,I1(s),Rj);return d.useMemo(()=>({overview:i==null?void 0:i.overview,projectRoles:i==null?void 0:i.projectRoles,rootRole:i==null?void 0:i.rootRole,serviceAccount:i==null?void 0:i.serviceAccount,permissions:(i==null?void 0:i.permissions)||[],loading:!r&&!i,refetch:()=>o(),error:r}),[i,r,o])},Rj=e=>fetch(e).then(e3("Service account access overview")).then(a=>a.json()),Oj=({label:e,value:a,onChange:n,options:c})=>t.jsx(Y0,{options:c,autoHighlight:!0,autoSelect:!0,value:a,onInputChange:(s,i)=>n(i),renderInput:s=>t.jsx(J1,{...s,size:"small",label:e})}),_j=({parameter:e,value:a,onChange:n})=>{const{label:c,type:s}=e;if(s==="select"){const{options:i}=e;return t.jsx(Oj,{label:c,value:a,onChange:n,options:i})}return null},Pj=l("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:last-of-type":{fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary}})),Fj=({value:e,onChange:a,actionConfigurations:n})=>{const c=(i,r)=>t.jsx("li",{...i,children:t.jsxs(Pj,{children:[t.jsx("span",{children:r.label}),t.jsx("span",{children:r.description})]})}),s=[...n].map(([i,r])=>({key:i,...r}));return t.jsx(Y0,{options:s,autoHighlight:!0,autoSelect:!0,value:s.find(({key:i})=>i===e)||null,onChange:(i,r)=>a(r?r.key:""),renderOption:c,getOptionLabel:({label:i})=>i,renderInput:i=>t.jsx(J1,{...i,size:"small",label:"Action"})})},$j=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",width:"100%",gap:e.spacing(2)})),I6=l("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),width:"100%",flexWrap:"wrap"})),D6=l("div")(({theme:e})=>({flex:1,minWidth:e.spacing(25)})),Vj=({action:e,index:a,stateChanged:n,actorId:c,onDelete:s,actionConfigurations:i,validated:r})=>{const{action:o,executionParams:p,error:h}=e,u=q("projectId"),{permissions:v}=Dj(c,u,p.environment),m=i.get(o),g=d.useMemo(()=>{const b=m==null?void 0:m.permissions,{environment:x}=p;return v.length===0||!b||!x?!0:b.some(C=>v.some(({permission:E,project:M,environment:k})=>E===C&&M===u&&k===x))},[m,v]);d.useEffect(()=>{n({...e,error:void 0}),((m==null?void 0:m.parameters.filter(({optional:x})=>!x).map(({name:x})=>x))||[]).some(x=>!p[x])&&n({...e,error:"Please fill all required fields."})},[m,p]);const f=t.jsxs(t.Fragment,{children:[t.jsxs("span",{children:["Action ",a+1]}),t.jsx("div",{children:t.jsx(O1,{title:"Delete action",arrow:!0,children:t.jsx(x1,{onClick:s,children:t.jsx(z3,{})})})})]}),j=(m==null?void 0:m.parameters.filter(({type:b})=>b!=="hidden"))||[];return t.jsx(Tt,{index:a,header:f,separator:"THEN",children:t.jsxs($j,{children:[t.jsx(I6,{children:t.jsx(D6,{children:t.jsx(Fj,{value:o,onChange:b=>n({...e,action:b}),actionConfigurations:i})})}),t.jsx(D,{condition:j.length>0,show:t.jsx(I6,{children:j.map(b=>t.jsx(D6,{children:t.jsx(_j,{parameter:b,value:p[b.name],onChange:x=>n({...e,executionParams:{...p,[b.name]:x}})})},b.name))})}),t.jsx(D,{condition:r&&!!h,show:t.jsx(j1,{severity:"error",children:h})}),t.jsx(D,{condition:!g,show:t.jsx(j1,{severity:"error",children:"The selected service account does not have permissions to execute this action currently."})})]})})},Mj={},Lj=e=>{const{isEnterprise:a}=r1(),n=r2("automatedActions"),{data:c,error:s,mutate:i}=I4(a()&&n,Mj,I1(`api/admin/projects/${e}/actions/config`),Bj);return d.useMemo(()=>({actionConfigurations:new Map(Object.entries(c||{})),loading:!s&&!c,refetch:()=>i(),error:s}),[c,s,i])},Bj=e=>fetch(e).then(e3("Actions configuration")).then(a=>a.json()),Nj=l(v2)(({theme:e})=>({margin:e.spacing(2,0),marginBottom:e.spacing(1),borderStyle:"dashed"})),zj=l("div")(({theme:e})=>({display:"flex",marginTop:e.spacing(1),gap:e.spacing(1)})),Uj=({serviceAccounts:e,serviceAccountsLoading:a,actions:n,setActions:c,actorId:s,setActorId:i,validateActorId:r,validated:o})=>{const p=q("projectId"),{actionConfigurations:h}=Lj(p),u=g=>{const j={id:crypto.randomUUID(),action:"",sortOrder:n.map(b=>b.sortOrder).reduce((b,x)=>Math.max(b,x),0)+1,executionParams:{project:g}};c([...n,j])},v=g=>{c(f=>f.map(j=>j.id===g.id?g:j))},m=d.useMemo(()=>a?[]:e.map(g=>({label:g.name,key:`${g.id}`})),[a,e]);return t.jsxs(Rt,{name:"Do these actions",verticalConnector:!0,resourceLink:t.jsx(d1,{to:"/admin/service-accounts",children:"Create service account"}),children:[t.jsx(i2,{label:"Service account",name:"service-account",options:m,value:`${s}`,onChange:g=>{r(Number(g)),i(Number.parseInt(g,10))}}),t.jsx(Nj,{}),n.map((g,f)=>t.jsx(Vj,{index:f,action:g,stateChanged:v,actorId:s,onDelete:()=>c(j=>j.filter(b=>b.id!==g.id)),actionConfigurations:h,validated:o},g.id)),t.jsx(zj,{children:t.jsx(J,{startIcon:t.jsx(D3,{}),onClick:()=>u(p),variant:"outlined",color:"primary",children:"Add action"})})]})},Wj=l(j1)(({theme:e})=>({marginBottom:e.spacing(4)})),Hj=l("div")(({theme:e})=>({background:e.palette.background.elevation1,padding:e.spacing(2,3),borderRadius:e.shape.borderRadiusLarge,marginBottom:e.spacing(4)})),R6=l("p")(({theme:e})=>({display:"flex",color:e.palette.text.primary,marginBottom:e.spacing(1),"&:not(:first-of-type)":{marginTop:e.spacing(3)}})),O6=l(Y3)(()=>({width:"100%"})),qj=l(j1)(({theme:e})=>({marginTop:e.spacing(3)})),Yj=({enabled:e,setEnabled:a,name:n,setName:c,description:s,setDescription:i,sourceId:r,setSourceId:o,filters:p,setFilters:h,actorId:u,setActorId:v,actions:m,setActions:g,errors:f,validateName:j,validateSourceId:b,validateActorId:x,validated:C})=>{const{serviceAccounts:E,loading:M}=m7(),k=Z=>{setTimeout(()=>Z(),300)},L=C&&Object.values(f).some(Boolean);return t.jsxs("div",{children:[t.jsx(D,{condition:E.length===0,show:t.jsxs(Wj,{color:"warning",children:[t.jsx("strong",{children:"Heads up!"})," In order to create an action you need to create a service account first. Please"," ",t.jsx(G1,{to:"/admin/service-accounts",component:d1,children:"go ahead and create one"}),"."]})}),t.jsx(Hj,{children:t.jsx(Pc,{checked:e,setChecked:a,children:"Action status"})}),t.jsx(R6,{children:"What is your new action name?"}),t.jsx(O6,{autoFocus:!0,label:"Action name",error:!!f.name,errorText:f.name,value:n,onChange:Z=>{j(Z.target.value),c(Z.target.value)},onBlur:Z=>k(()=>j(Z.target.value)),autoComplete:"off"}),t.jsx(R6,{children:"What is your new action description?"}),t.jsx(O6,{label:"Action description",value:s,onChange:Z=>i(Z.target.value),autoComplete:"off"}),t.jsx(Ij,{sourceId:r,setSourceId:o,filters:p,setFilters:h,validateSourceId:b}),t.jsx(Uj,{serviceAccounts:E,serviceAccountsLoading:M,actions:m,setActions:g,actorId:u,setActorId:v,validateActorId:x,validated:C}),t.jsx(D,{condition:L,show:()=>t.jsx(qj,{severity:"error",icon:!1,children:t.jsx("ul",{children:Object.values(f).filter(Boolean).map(Z=>t.jsx("li",{children:Z},Z))})})})]})},_6={name:void 0,source:void 0,filters:void 0,actor:void 0,actions:void 0},Kj=e=>{const a=q("projectId"),{actions:n}=u5(a),[c,s]=d.useState(!1),[i,r]=d.useState(""),[o,p]=d.useState(""),[h,u]=d.useState(0),[v,m]=d.useState([]),[g,f]=d.useState(0),[j,b]=d.useState([]),x=()=>{var P,w,y;s((e==null?void 0:e.enabled)??!0),r((e==null?void 0:e.name)||""),p((e==null?void 0:e.description)||""),u(((P=e==null?void 0:e.match)==null?void 0:P.sourceId)??0),m(Object.entries(((w=e==null?void 0:e.match)==null?void 0:w.payload)??{}).map(([A,{inverted:Y,operator:K,caseInsensitive:G,value:p1,values:y1}])=>({id:crypto.randomUUID(),parameter:A,inverted:Y,operator:K,caseInsensitive:G,value:p1,values:y1}))),f((e==null?void 0:e.actorId)??0),b(((y=e==null?void 0:e.actions)==null?void 0:y.map(A=>({id:crypto.randomUUID(),action:A.action,sortOrder:A.sortOrder,executionParams:A.executionParams})))??[]),k(!1),E(_6)};d.useEffect(()=>{x()},[e]);const[C,E]=d.useState(_6),[M,k]=d.useState(!1),L=P=>{E(w=>({...w,[P]:void 0}))},Z=(P,w)=>{E(y=>({...y,[P]:w}))};d.useEffect(()=>{H(v)},[v]),d.useEffect(()=>{U(j)},[j]);const _=P=>!P.length,$=P=>n==null?void 0:n.some(({id:w,name:y})=>w!==(e==null?void 0:e.id)&&y===P),F=P=>P===0,R=P=>_(P)?(Z("name","Name is required."),!1):$(P)?(Z("name","Name must be unique."),!1):(L("name"),!0),N=P=>F(P)?(Z("source","Source is required."),!1):(L("source"),!0),H=P=>P.some(({error:w})=>w)?(Z("filters","One or more filters have errors."),!1):(L("filters"),!0),I=P=>F(P)?(Z("actor","Service account is required."),!1):(L("actor"),!0),U=P=>P.filter(({action:w})=>!!w).length===0?(Z("actions","At least one action is required."),!1):(L("actions"),P.some(({error:w})=>w)?(Z("actions","One or more actions have errors."),!1):(L("actions"),!0));return{enabled:c,setEnabled:s,name:i,setName:r,description:o,setDescription:p,sourceId:h,setSourceId:u,filters:v,setFilters:m,actorId:g,setActorId:f,actions:j,setActions:b,errors:C,setErrors:E,validated:M,validateName:R,validateSourceId:N,validateActorId:I,validate:()=>{const P=R(i),w=N(h),y=H(v),A=I(g),Y=U(j);return k(!0),P&&w&&y&&A&&Y},reloadForm:x}},Gj=l("div")(({theme:e})=>({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%",marginBottom:e.fontSizes.mainHeader})),Jj=l("h1")({fontWeight:"normal"}),Qj=l("form")(()=>({display:"flex",flexDirection:"column",height:"100%"})),Xj=l("div")(({theme:e})=>({marginTop:"auto",display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(4)})),ey=l(J)(({theme:e})=>({marginLeft:e.spacing(3)})),ty=({action:e,open:a,setOpen:n,onOpenEvents:c})=>{const s=q("projectId"),{refetch:i}=u5(s),{addActionSet:r,updateActionSet:o,loading:p}=Ct(s),{setToastData:h,setToastApiError:u}=f1(),{uiConfig:v}=r1(),{enabled:m,setEnabled:g,name:f,setName:j,description:b,setDescription:x,sourceId:C,setSourceId:E,filters:M,setFilters:k,actorId:L,setActorId:Z,actions:_,setActions:$,errors:F,validateName:R,validateSourceId:N,validateActorId:H,validate:I,validated:U,reloadForm:V}=Kj(e);d.useEffect(()=>{V()},[a]);const P=e!==void 0,w=`${P?"Edit":"New"} action`,y={enabled:m,name:f,description:b,match:{source:"signal-endpoint",sourceId:C,payload:M.filter(K=>K.parameter.length>0).reduce((K,{parameter:G,inverted:p1,operator:y1,caseInsensitive:Z1,value:n1,values:X})=>({...K,[G]:{inverted:p1,operator:y1,caseInsensitive:Z1,value:n1,values:X}}),{})},actorId:L,actions:_.filter(({action:K})=>!!K).map(({action:K,sortOrder:G,executionParams:p1})=>({action:K,sortOrder:G,executionParams:p1}))},A=()=>`curl --location --request ${P?"PUT":"POST"} '${v.unleashUrl}/api/admin/projects/${s}/actions${P?`/${e.id}`:""}' \\
|
|
26
|
+
--data-raw '${JSON.stringify(x(),void 0,2)}'`,z=async q=>{q.preventDefault();const E=x();if(M())try{await B(a,E),P(),c({text:"Project information updated",type:"success"}),u!==Zn&&r("project_stickiness_set")}catch(_){s(u1(_))}};return t.jsx(Nv,{children:t.jsx(A3,{loading:w,title:"General settings",description:"Projects allow you to group feature flags together in the management UI.",documentationLink:"https://docs.getunleash.io/concepts/projects#update-a-project",documentationLinkLabel:"Projects documentation",formatApiCode:I,compactPadding:!0,compact:!0,children:t.jsx(Wv,{children:t.jsx(zv,{errors:k,handleSubmit:z,projectId:o,setProjectId:v,projectName:p,setProjectName:f,projectStickiness:u,setProjectStickiness:b,setFeatureLimit:m,featureLimit:g,projectDesc:h,setProjectDesc:j,mode:"Edit",clearErrors:C,validateProjectId:A,children:t.jsx(z3,{type:"submit",permission:[_1,k8],projectId:o,"data-testid":Hv,children:"Save changes"})})})})})},Uv=({open:e,onClose:a,project:n,onSuccess:c})=>{const{archiveProject:s}=E3(),{refetch:i}=K4(),{setToastData:r,setToastApiError:o}=b1(),p=async h=>{h.preventDefault();try{await s(n),i(),r({text:"Project archived",type:"success"}),c==null||c()}catch(u){o(u1(u))}a(h)};return t.jsx(K1,{open:e,onClick:p,onClose:a,title:"Are you sure?",children:t.jsx($,{children:"The project will be moved to the projects archive, where it can either be revived or permanently deleted."})})},Yv=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4),gap:e.spacing(2)})),Gv=d("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(3)})),Jv=({projectId:e,featureCount:a})=>{const[n,c]=l.useState(!1),s=B1(),i=a>0;return t.jsxs(Yv,{children:[t.jsx("p",{children:"Before you can archive a project, you must first archive all of the feature flags associated with it."}),t.jsx(D,{condition:a>0,show:t.jsxs("p",{children:["Currently there ",a<=1?"is":"are"," ",t.jsx(b3,{component:l1,to:"../..",children:t.jsxs("strong",{children:[a," active feature"," ",a===1?"flag":"flags","."]})})]})}),t.jsx(Gv,{children:t.jsx(z3,{permission:kn,disabled:i,projectId:e,onClick:()=>{c(!0)},tooltipProps:{title:"Archive project"},"data-loading":!0,children:"Archive project"})}),t.jsx(Uv,{project:e,open:n,onClose:()=>{c(!1)},onSuccess:()=>{s("/projects")}})]})},Kv=d("div")(({theme:e})=>({borderRadius:e.spacing(2),overflow:"hidden"})),Qv=({featureCount:e})=>{const a=U("projectId"),{uiConfig:n}=d1(),{loading:c}=E3(),s=()=>`curl --location --request POST '${n.unleashUrl}/api/admin/projects/archive/${a}' \\
|
|
27
|
+
--header 'Authorization: INSERT_API_KEY'`;return t.jsx(Kv,{children:t.jsx(A3,{loading:c,title:"Archive project",description:"",documentationLink:"https://docs.getunleash.io/concepts/projects",documentationLinkLabel:"Projects documentation",formatApiCode:s,compact:!0,compactPadding:!0,showDescription:!1,showLink:!1,children:t.jsx(Jv,{projectId:a,featureCount:e})})})},Xv=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),eg=()=>{const{isEnterprise:e}=d1(),{hasAccess:a}=l.useContext(S3),n=U("projectId"),{project:c}=Q1(n);if(!c.name)return null;const s=!a([_1,k8],n)&&t.jsx(g1,{severity:"error",sx:{mb:4},children:"You do not have the required permissions to edit this project."});return t.jsxs(t.Fragment,{children:[s,t.jsxs(Xv,{children:[t.jsx(qv,{project:c}),t.jsx(D,{condition:e(),show:t.jsx(Dv,{project:c})}),t.jsx(Qv,{featureCount:t8(c)??0})]})]})},tg=()=>{const e=U("projectId"),a=c3(e),{hasAccess:n}=l.useContext(S3),{isOss:c}=d1();return X1(`Project configuration – ${a}`),c()?t.jsx(C1,{header:t.jsx(m1,{title:"General settings"}),sx:{justifyContent:"center"},children:t.jsx(M2,{feature:"project-settings"})}):n([_1,Tn],e)?t.jsx(eg,{}):t.jsx(C1,{header:t.jsx(m1,{title:"General settings"}),children:t.jsx(g1,{severity:"error",children:'You need project owner permissions or a custom role with "project setting access permission" to access this section.'})})},ag={actions:[]},Ue=e=>{const{isEnterprise:a}=d1(),n=a2("automatedActions"),{data:c,error:s,mutate:i}=me(a()&&n,ag,R1(`api/admin/projects/${e}/actions`),ng);return l.useMemo(()=>({actions:(c==null?void 0:c.actions)??[],loading:!s&&!c,refetch:()=>i(),error:s}),[c,s,i])},ng=e=>fetch(e).then(s3("Actions")).then(a=>a.json()),H7=e=>{const{loading:a,makeRequest:n,createRequest:c,errors:s}=ee({propagateErrors:!0}),i=`api/admin/projects/${e}/actions`,r=async m=>{const f=c(i,{method:"POST",body:JSON.stringify(m)},"addActionSet");return(await n(f.caller,f.id)).json()},o=async(m,v)=>{const j=c(`${i}/${m}`,{method:"PUT",body:JSON.stringify(v)},"updateActionSet");await n(j.caller,j.id)},p=async m=>{const f=c(`${i}/${m}/on`,{method:"POST"},"enableActionSet");await n(f.caller,f.id)},h=async m=>{const f=c(`${i}/${m}/off`,{method:"POST"},"disableActionSet");await n(f.caller,f.id)};return{addActionSet:r,updateActionSet:o,removeActionSet:async m=>{const f=c(`${i}/${m}`,{method:"DELETE"},"removeActionSet");await n(f.caller,f.id)},toggleActionSet:async(m,v)=>{v?await p(m):await h(m)},errors:s,loading:a}},cg=d(Z)({display:"flex",alignItems:"center"}),sg=d(te)(({theme:e})=>({background:"transparent",borderRadius:e.shape.borderRadius,overflow:"hidden",width:e.spacing(3),height:e.spacing(3),fontSize:e.fontSizes.mainHeader})),ig=d(b3)(({theme:e})=>({...An(e),"&:hover, &:focus":{textDecoration:"underline"}})),rg=({action:e,signalEndpoints:a})=>{const{sourceId:n,source:c}=e.match;if(c==="signal-endpoint"){const s=a.find(({id:i})=>i===n);if(s)return t.jsx(y1,{children:t.jsxs(cg,{children:[t.jsx(Q3,{title:"Signal endpoint",arrow:!0,children:t.jsx(sg,{src:S8(En),alt:"Signal endpoint",variant:"rounded"})}),t.jsx(ig,{component:l1,to:"/integrations/signals",underline:"hover",children:s.name})]})})}return t.jsx(y1,{children:"No source"})},og=d($)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),lg=({action:e})=>{const{payload:a}=e.match,n=Object.entries(a);return n.length===0?t.jsx(y1,{children:"0 filters"}):t.jsx(y1,{children:t.jsx(z2,{tooltipProps:{maxWidth:500},tooltip:t.jsx(t.Fragment,{children:n.map(([c,{inverted:s,operator:i,caseInsensitive:r,value:o,values:p}])=>{const h=T4(i),u=s?t.jsxs(t.Fragment,{children:["is ",t.jsx("u",{children:"not"})," ",h.substring(2)]}):h;return t.jsxs(og,{children:[t.jsx("strong",{children:c})," ",u,r?" (case insensitive)":"",": ",t.jsx("strong",{children:p?p.join(", "):o})]},c)})}),children:n.length===1?"1 filter":`${n.length} filters`})})},dg=({action:e,serviceAccounts:a})=>{const{actorId:n}=e,c=a.find(({id:s})=>s===n);return c?t.jsx(B2,{to:"/admin/service-accounts",title:c.name,subtitle:c.username}):t.jsx(y1,{children:"No service account"})},pg=async e=>{const a=await fetch(e);return await s3("Action events")(a),a.json()},q7=(e,a,n=50,c={})=>{var C;const{isEnterprise:s}=d1(),i=a2("automatedActions"),r=(A,M)=>!e||!a||!s||!i||M&&!M.actionSetEvents.length?null:R1(`api/admin/projects/${a}/actions/${e}/events?limit=${n}&offset=${A*n}`),{data:o,error:p,size:h,setSize:u,mutate:g}=Dn(r,pg,{...c,revalidateAll:!0}),m=o?o.flatMap(({actionSetEvents:A})=>A):[],v=!o&&!p,f=h>0&&!(o!=null&&o[h-1]),j=v||f,b=((C=o==null?void 0:o[h-1])==null?void 0:C.actionSetEvents.length)===n;return{actionEvents:m,hasMore:b,loadMore:()=>{j||!b||u(h+1)},loading:j,refetch:()=>g(),error:p}},hg=d("div",{shouldForwardProp:e=>e!=="state"})(({theme:e,state:a})=>({padding:e.spacing(2),border:`1px solid ${e.palette.divider}`,borderRadius:e.shape.borderRadiusMedium,...a==="not started"&&{backgroundColor:e.palette.background.elevation1}})),ug=d("div")({display:"flex",flexDirection:"column"}),mg=d("div")({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%"}),vg=d("div")(({theme:e})=>({display:"flex",alignItems:"center",fontSize:e.fontSizes.smallBody,gap:e.spacing(2)})),gg=d(M0)(({theme:e})=>({color:e.palette.success.main}));d(ge)(({theme:e})=>({color:e.palette.error.main}));const fg=d(g1)(({theme:e})=>({marginTop:e.spacing(2),fontSize:"inherit"})),xg=d(o2)(({theme:e})=>({margin:e.spacing(2,0)})),jg=d("div")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),yg=d("p")(({theme:e})=>({fontWeight:e.fontWeight.bold,marginBottom:e.spacing(.5)})),bg=d("span")(({theme:e})=>({color:e.palette.text.secondary})),Sg=({action:{state:e,details:a,action:n,executionParams:c},children:s})=>{const i=e==="success"?t.jsx(gg,{}):e==="started"?t.jsx(ve,{size:20}):e==="not started"?t.jsx("span",{children:"Not started"}):null;return t.jsxs(hg,{state:e,children:[t.jsxs(ug,{children:[t.jsxs(mg,{children:[t.jsx("div",{children:s}),t.jsx(vg,{children:i})]}),t.jsx(D,{condition:!!a,show:t.jsx(fg,{severity:"error",children:a})})]}),t.jsx(xg,{}),t.jsxs(jg,{children:[t.jsx(yg,{children:n}),Object.entries(c).map(([r,o])=>t.jsxs("div",{children:[t.jsxs(bg,{children:[r,":"]})," ",o]},r))]})]})},wg=l.lazy(()=>T8(()=>import("./ReactJSONEditor-9cJL1vJY.js"),[])),Cg=d(he)(({theme:e})=>({boxShadow:"none",border:`1px solid ${e.palette.divider}`,borderRadius:e.shape.borderRadiusMedium,"&:before":{display:"none"}})),Zg=d(pe)({lineHeight:"1.5rem"}),kg=d(l1)(({theme:e})=>({marginLeft:e.spacing(1)})),Tg=({signal:e})=>{const{signalEndpoints:a}=fe(),n=l.useMemo(()=>{const c=a.find(({id:s})=>s===e.sourceId);return c==null?void 0:c.name},[a,e.sourceId]);return t.jsxs(Cg,{children:[t.jsxs(Zg,{expandIcon:t.jsx(j1,{children:t.jsx(Z8,{titleAccess:"Toggle"})}),children:["Signal endpoint:",t.jsx(kg,{to:"/integrations/signals",children:n})]}),t.jsx(ue,{children:t.jsx(l.Suspense,{fallback:null,children:t.jsx(wg,{content:{json:e.payload},readOnly:!0,statusBar:!1,editorStyle:"sidePanel"})})})]})},Eg=({signal:e})=>{const{source:a}=e;return a==="signal-endpoint"?t.jsx(Tg,{signal:e}):null},Ag=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),padding:e.spacing(2)})),Dg=d(g1)({fontSize:"inherit"}),U7=({state:e,actionSet:{actions:a},signal:n})=>{const c=e==="failed"?`${a.filter(({state:s})=>s!=="success").length} out of ${a.length} actions were not successfully executed`:"All actions were successfully executed";return t.jsxs(Ag,{children:[t.jsx(Dg,{severity:e==="failed"?"error":"success",icon:e==="success"?t.jsx(M0,{}):void 0,children:c}),t.jsx(Eg,{signal:n}),a.map((s,i)=>t.jsxs(Sg,{action:s,children:["Action ",i+1]},s.id))]})},Ig=d(z2)(({theme:e})=>({display:"flex",alignItems:"center"})),Rg=d("div")(({theme:e})=>({display:"flex",justifyContent:"space-between",alignItems:"center",margin:e.spacing(0,2),marginTop:e.spacing(2)})),Og=d("span")(({theme:e})=>({fontSize:e.fontSizes.bodySize})),Fg=d(M0)(({theme:e})=>({color:e.palette.success.main})),$g=d(ge)(({theme:e})=>({color:e.palette.error.main})),Pg=({action:e})=>{const{id:a,project:n}=e,{actionEvents:c}=q7(a,n,1,{refreshInterval:5e3}),{locationSettings:s}=d2();if(c.length===0)return null;const i=c[0],r=i.state==="success"?t.jsx(Fg,{}):i.state==="failed"?t.jsx($g,{}):t.jsx(ve,{size:20});return t.jsx(Ig,{tooltipProps:{maxWidth:500,maxHeight:600},tooltip:t.jsxs(t.Fragment,{children:[t.jsxs(Rg,{children:[t.jsx(Og,{children:"Last event"}),t.jsx("span",{children:V2(i.createdAt,s==null?void 0:s.locale)})]}),t.jsx(U7,{...i})]}),children:r})},Vg=d("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),padding:e.spacing(2)})),_g=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1),fontSize:e.fontSizes.smallerBody})),Mg=d("ul")(({theme:e})=>({listStyle:"none",paddingLeft:e.spacing(1),margin:0})),Bg=({action:e,onCreateAction:a})=>{const{actions:n}=e;return n.length===0?a?t.jsx(B2,{title:"Create action",onClick:a}):t.jsx(y1,{children:"0 actions"}):t.jsxs(Vg,{children:[t.jsx(Pg,{action:e}),t.jsx(z2,{tooltip:t.jsx(_g,{children:n.map(({id:c,action:s,executionParams:i})=>t.jsxs("div",{children:[t.jsx("strong",{children:s}),t.jsx(Mg,{children:Object.entries(i).map(([r,o])=>t.jsxs("li",{children:[t.jsx("strong",{children:r}),":"," ",o]},r))})]},c))}),children:n.length===1?"1 action":`${n.length} actions`})]})},Lg=d(Z)({display:"flex",justifyContent:"center"}),zg=({actionId:e,onOpenEvents:a,onEdit:n,onDelete:c})=>{const[s,i]=l.useState(null),r=!!s,o=g=>{i(g.currentTarget)},p=()=>{i(null)},h=`action-${e}-actions`,u=`${h}-menu`;return t.jsxs(Lg,{children:[t.jsx(P1,{title:"Action actions",arrow:!0,describeChild:!0,children:t.jsx(j1,{id:h,"data-loading":!0,"aria-controls":r?u:void 0,"aria-haspopup":"true","aria-expanded":r?"true":void 0,onClick:o,type:"button",children:t.jsx(q4,{})})}),t.jsx(D2,{id:u,anchorEl:s,open:r,onClose:p,onClick:p,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:"right",vertical:"bottom"},disableScrollLock:!0,PaperProps:{sx:g=>({borderRadius:`${g.shape.borderRadius}px`,padding:g.spacing(1,1.5)})},children:t.jsxs(I2,{"aria-labelledby":h,children:[t.jsx(t3,{permission:e0,children:({hasAccess:g})=>t.jsxs(H1,{sx:V3,onClick:a,disabled:!g,children:[t.jsx(e3,{children:t.jsx(In,{})}),t.jsx(q1,{children:t.jsx($,{variant:"body2",children:"View events"})})]})}),t.jsx(t3,{permission:e0,children:({hasAccess:g})=>t.jsxs(H1,{sx:V3,onClick:n,disabled:!g,children:[t.jsx(e3,{children:t.jsx(p2,{})}),t.jsx(q1,{children:t.jsx($,{variant:"body2",children:"Edit"})})]})}),t.jsx(t3,{permission:e0,children:({hasAccess:g})=>t.jsxs(H1,{sx:V3,onClick:c,disabled:!g,children:[t.jsx(e3,{children:t.jsx(B3,{})}),t.jsx(q1,{children:t.jsx($,{variant:"body2",children:"Remove"})})]})})]})})]})},Ng=d("div")(({theme:e})=>({marginTop:e.spacing(1),position:"relative"})),Wg=d("div")(({theme:e})=>({padding:e.spacing(.75,1),fontSize:e.fontSizes.smallerBody,backgroundColor:e.palette.seen.primary,borderRadius:e.shape.borderRadius,position:"absolute",zIndex:e.zIndex.fab,top:e.spacing(-2),left:e.spacing(2),lineHeight:1})),Hg=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.default,border:`1px solid ${e.palette.divider}`,padding:e.spacing(2),paddingTop:e.spacing(1),borderRadius:e.shape.borderRadiusMedium})),Y7=d("div")({display:"flex",alignItems:"center"}),qg=d(Y7)(({theme:e})=>({justifyContent:"space-between",marginBottom:e.spacing(1)})),G7=({index:e,header:a,separator:n="AND",children:c})=>t.jsxs(Ng,{children:[t.jsx(D,{condition:e>0,show:t.jsx(Wg,{children:n})}),t.jsxs(Hg,{children:[t.jsx(qg,{children:a}),t.jsx(Y7,{children:c})]})]}),Ug=e=>l.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},l.createElement("path",{d:"M5 18C5 18.55 5.45 19 6 19H18C18.55 19 19 18.55 19 18C19 17.45 18.55 17 18 17H6C5.45 17 5 17.45 5 18ZM9.5 12.8H14.5L15.16 14.4C15.31 14.76 15.66 15 16.05 15C16.74 15 17.2 14.29 16.93 13.66L13.05 4.69C12.87 4.27 12.46 4 12 4C11.54 4 11.13 4.27 10.95 4.69L7.07 13.66C6.8 14.29 7.27 15 7.96 15C8.35 15 8.7 14.76 8.85 14.4L9.5 12.8ZM12 5.98L13.87 11H10.13L12 5.98Z"})),Yg=e=>l.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.10831 2.60839C3.71687 2.23054 3.09322 2.23475 2.70696 2.62102C2.31643 3.01154 2.31643 3.64471 2.70696 4.03523L8.65871 9.98698L7.07 13.6598C6.8 14.2898 7.27 14.9998 7.96 14.9998C8.35 14.9998 8.7 14.7598 8.85 14.3998L9.5 12.7998H11.4716L15.6716 16.9998H6C5.45 16.9998 5 17.4498 5 17.9998C5 18.5498 5.45 18.9998 6 18.9998H17.6716L19.6775 21.0058C20.068 21.3963 20.7012 21.3963 21.0917 21.0058C21.478 20.6195 21.4822 19.9959 21.1044 19.6044C21.1001 19.6003 21.0958 19.5961 21.0916 19.5919L4.12102 2.62132C4.11674 2.61704 4.1125 2.61273 4.10831 2.60839ZM16.1235 11.7954L13.05 4.68985C12.87 4.26985 12.46 3.99985 12 3.99985C11.54 3.99985 11.13 4.26985 10.95 4.68985L10.3666 6.03851L11.5408 7.21265L12 5.97985L13.0045 8.67635L16.1235 11.7954Z"})),J7=E8(j1)(({theme:e})=>({width:"28px",minWidth:"28px",maxWidth:"28px",height:"auto",backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadius,padding:"0 1px 0",marginRight:"1rem","&:hover":{background:e.palette.background.application},[e.breakpoints.between(1101,1365)]:{marginRight:"0.5rem",alignItems:"center"}})),K7=E8(j1)(({theme:e})=>({width:"28px",minWidth:"28px",maxWidth:"28px",color:e.palette.primary.contrastText,backgroundColor:e.palette.primary.main,borderRadius:e.shape.borderRadius,marginRight:"1rem",padding:"0 1px 0","&:hover":{color:e.palette.primary.contrastText,backgroundColor:e.palette.primary.main},[e.breakpoints.between(1101,1365)]:{marginRight:"0.5rem",alignItems:"center"}})),Gg=({localConstraint:e,setCaseInsensitive:a})=>t.jsx(P1,{title:e.caseInsensitive?"Make it case sensitive":"Make it case insensitive",arrow:!0,children:t.jsx(Z,{sx:{display:"flex",alignItems:"stretch"},children:t.jsx(D,{condition:!!e.caseInsensitive,show:t.jsx(J7,{onClick:a,disableRipple:!0,children:t.jsx(Yg,{})}),elseShow:t.jsx(K7,{className:"operator-is-active",onClick:a,disableRipple:!0,children:t.jsx(Ug,{})})})})}),Jg=e=>l.createElement("svg",{width:24,height:10,viewBox:"0 0 24 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},l.createElement("path",{d:"M20.9238 0.46875V9H19.1719V0.46875H20.9238ZM23.5488 0.46875V1.8457H16.5879V0.46875H23.5488Z"}),l.createElement("path",{d:"M16.2422 4.53516V4.93945C16.2422 5.58789 16.1543 6.16992 15.9785 6.68555C15.8027 7.20117 15.5547 7.64062 15.2344 8.00391C14.9141 8.36328 14.5312 8.63867 14.0859 8.83008C13.6445 9.02148 13.1543 9.11719 12.6152 9.11719C12.0801 9.11719 11.5898 9.02148 11.1445 8.83008C10.7031 8.63867 10.3203 8.36328 9.99609 8.00391C9.67188 7.64062 9.41992 7.20117 9.24023 6.68555C9.06445 6.16992 8.97656 5.58789 8.97656 4.93945V4.53516C8.97656 3.88281 9.06445 3.30078 9.24023 2.78906C9.41602 2.27344 9.66406 1.83398 9.98438 1.4707C10.3086 1.10742 10.6914 0.830078 11.1328 0.638672C11.5781 0.447266 12.0684 0.351562 12.6035 0.351562C13.1426 0.351562 13.6328 0.447266 14.0742 0.638672C14.5195 0.830078 14.9023 1.10742 15.2227 1.4707C15.5469 1.83398 15.7969 2.27344 15.9727 2.78906C16.1523 3.30078 16.2422 3.88281 16.2422 4.53516ZM14.4668 4.93945V4.52344C14.4668 4.07031 14.4258 3.67188 14.3438 3.32812C14.2617 2.98438 14.1406 2.69531 13.9805 2.46094C13.8203 2.22656 13.625 2.05078 13.3945 1.93359C13.1641 1.8125 12.9004 1.75195 12.6035 1.75195C12.3066 1.75195 12.043 1.8125 11.8125 1.93359C11.5859 2.05078 11.3926 2.22656 11.2324 2.46094C11.0762 2.69531 10.957 2.98438 10.875 3.32812C10.793 3.67188 10.752 4.07031 10.752 4.52344V4.93945C10.752 5.38867 10.793 5.78711 10.875 6.13477C10.957 6.47852 11.0781 6.76953 11.2383 7.00781C11.3984 7.24219 11.5938 7.41992 11.8242 7.54102C12.0547 7.66211 12.3184 7.72266 12.6152 7.72266C12.9121 7.72266 13.1758 7.66211 13.4062 7.54102C13.6367 7.41992 13.8301 7.24219 13.9863 7.00781C14.1426 6.76953 14.2617 6.47852 14.3438 6.13477C14.4258 5.78711 14.4668 5.38867 14.4668 4.93945Z"}),l.createElement("path",{d:"M7.70508 0.46875V9H5.94727L2.51953 3.28125V9H0.761719V0.46875H2.51953L5.95312 6.19336V0.46875H7.70508Z"})),Kg=e=>l.createElement("svg",{width:24,height:36,viewBox:"25 12 24 30",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},l.createElement("path",{d:"M44.2145 31H45.9238V23.8457H48.5488V22.4688H45.9238H44.1719H41.5879V23.8457H44.1719V30.9574L44.2145 31ZM39.1419 28.7274L40.3188 29.9043C40.3146 29.9095 40.3104 29.9147 40.3061 29.9198L46.2004 35.8141L44.8004 37.2141L38.5868 31.0005C38.2828 31.0783 37.9589 31.1172 37.6152 31.1172C37.0801 31.1172 36.5898 31.0215 36.1445 30.8301C35.7031 30.6387 35.3203 30.3633 34.9961 30.0039C34.6719 29.6406 34.4199 29.2012 34.2402 28.6855C34.0645 28.1699 33.9766 27.5879 33.9766 26.9395V26.5352C33.9766 26.4869 33.977 26.4391 33.978 26.3917L32.7051 25.1188V31H30.9473L27.5195 25.2812V31H25.7617V22.4688H27.5195L30.9531 28.1934V23.3668L26.4004 18.8141L27.8004 17.4141L34.5229 24.1366C34.5262 24.1305 34.5295 24.1244 34.5328 24.1183L35.8509 25.4364C35.8493 25.4442 35.8477 25.452 35.8461 25.4598L37.0004 26.6141L39.1328 28.7465C39.1359 28.7402 39.1389 28.7338 39.1419 28.7274ZM39.4614 26.247L41.1626 27.9481C41.2157 27.632 41.2422 27.2957 41.2422 26.9395V26.5352C41.2422 25.8828 41.1523 25.3008 40.9727 24.7891C40.7969 24.2734 40.5469 23.834 40.2227 23.4707C39.9023 23.1074 39.5195 22.8301 39.0742 22.6387C38.6328 22.4473 38.1426 22.3516 37.6035 22.3516C37.0684 22.3516 36.5781 22.4473 36.1328 22.6387C36.0682 22.6667 36.0048 22.6966 35.9427 22.7283L37.0488 23.8344C37.2187 23.7794 37.4036 23.752 37.6035 23.752C37.9004 23.752 38.1641 23.8125 38.3945 23.9336C38.625 24.0508 38.8203 24.2266 38.9805 24.4609C39.1406 24.6953 39.2617 24.9844 39.3438 25.3281C39.4087 25.6002 39.4479 25.9065 39.4614 26.247ZM37.281 29.6947L35.9324 28.346C36.0101 28.5994 36.112 28.82 36.2383 29.0078C36.3984 29.2422 36.5938 29.4199 36.8242 29.541C36.9642 29.6146 37.1165 29.6658 37.281 29.6947Z"})),Qg=({localConstraint:e,setInvertedOperator:a})=>t.jsx(P1,{title:e.inverted?"Remove negation":"Negate operator",arrow:!0,children:t.jsx(Z,{sx:{display:"flex",alignItems:"stretch"},children:t.jsx(D,{condition:!!e.inverted,show:t.jsx(K7,{className:"operator-is-active",onClick:a,disableRipple:!0,children:t.jsx(Jg,{})}),elseShow:t.jsx(J7,{onClick:a,disableRipple:!0,children:t.jsx(Kg,{})})})})}),Xg=d("h3")(({theme:e})=>({fontSize:e.fontSizes.bodySize,fontWeight:e.typography.fontWeightRegular})),Q7=({children:e,...a})=>t.jsx(Xg,{...a,children:e}),X7=re()(e=>({valueChip:{margin:"0 0.5rem 0.5rem 0"},chipValue:{whiteSpace:"pre"},inputContainer:{display:"flex",alignItems:"center",[e.breakpoints.down(700)]:{flexDirection:"column",alignItems:"flex-start"}},inputInnerContainer:{minWidth:"300px",[e.breakpoints.down(700)]:{minWidth:"100%"}},input:{width:"100%",margin:"1rem 0"},button:{marginLeft:"1rem",[e.breakpoints.down(700)]:{marginLeft:0,marginBottom:"0.5rem"}},valuesContainer:{marginTop:"1rem"}})),ef=d(Z)(({theme:e})=>({"&:has(*)":{marginTop:e.spacing(2)}})),tf="Enter",K5=({values:e,removeValue:a,setValues:n,error:c,setError:s})=>{const[i,r]=l.useState(""),{classes:o}=X7(),{uiConfig:p,loading:h}=d1(),u=p.resourceLimits.constraintValues,g=v=>{v.key===tf&&(v.preventDefault(),m())},m=()=>{const v=nf([...e,...Rn(i)]);v.length>u?s(`constraints cannot have more than ${u} values`):v.length===0?s("values cannot be empty"):v.some(j=>j.length>100)?s("values cannot be longer than 100 characters"):(s(""),r(""),n(v))};return t.jsxs(t.Fragment,{children:[t.jsx(Q7,{style:{marginBottom:0},children:"Set values (maximum 100 char length per value)"}),t.jsxs("div",{className:o.inputContainer,children:[t.jsx("div",{className:o.inputInnerContainer,children:t.jsx(H3,{onKeyPress:g,label:"Values",name:"values",value:i,onFocus:()=>{s("")},onChange:v=>r(v.target.value),placeholder:"value1, value2, value3...",className:o.input,error:!!c,errorText:c,"data-testid":"CONSTRAINT_VALUES_INPUT"})}),t.jsx(Q,{className:o.button,variant:"outlined",color:"primary",onClick:m,"data-testid":"CONSTRAINT_VALUES_ADD_BUTTON",disabled:h,children:"Add values"})]}),t.jsx("div",{className:o.valuesContainer,children:t.jsx(af,{values:e,removeValue:a})}),t.jsx(ef,{children:t.jsx(n8,{name:"single constraint values",shortName:"values",currentValue:e.length,limit:u})})]})},af=({values:e,removeValue:a})=>{const{classes:n}=X7();return t.jsx(t.Fragment,{children:e.map((c,s)=>t.jsx(b8,{label:t.jsx(On,{text:c,maxLength:35,maxWidth:"100",className:n.chipValue}),onDelete:()=>a(s),className:n.valueChip,"data-testid":"CONSTRAINT_VALUES_CHIP"},`${c}-${s}`))})},nf=e=>Array.from(new Set(e)),cf=re()(e=>({singleValueContainer:{maxWidth:"300px",marginTop:"-1rem"},singleValueInput:{width:"100%",margin:"1rem 0"}})),Q5=({setValue:e,value:a,type:n,error:c,setError:s})=>{const{classes:i}=cf();return t.jsxs(t.Fragment,{children:[t.jsxs(Q7,{children:["Add a single ",n.toLowerCase()," value"]}),t.jsx("div",{className:i.singleValueContainer,children:t.jsx(H3,{label:n,name:"value",value:a||"",onChange:r=>{s(""),e(r.target.value.trim())},onFocus:()=>s(""),placeholder:`Enter a single ${n} value`,className:i.singleValueInput,error:!!c,errorText:c})})]})},sf=({operator:e,localConstraint:a,setValue:n,setValues:c,setError:s,removeValue:i,error:r})=>{if(Fn(e))return t.jsx(K5,{values:a.values||[],removeValue:i,setValues:c,error:r,setError:s});if(E4(e))return t.jsx(K5,{values:a.values||[],removeValue:i,setValues:c,error:r,setError:s});if($n(e))return t.jsx(Q5,{setValue:n,value:a.value,type:"number",error:r,setError:s});if(Pn(e))return t.jsx(Q5,{setValue:n,value:a.value,type:"semver",error:r,setError:s})},rf=d("div")(({theme:e})=>({lineHeight:1.1,marginTop:-2,marginBottom:-10})),X5=d("div")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),e6=d("div")(({theme:e})=>({fontSize:e.fontSizes.smallerBody,color:e.palette.neutral.main,overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"})),of=d(Mn)(({theme:e})=>({[e.breakpoints.between(1101,1365)]:{width:"170px",marginRight:e.spacing(.5)}})),lf=d(H1,{shouldForwardProp:e=>e!=="separator"})(({theme:e,separator:a})=>a?{position:"relative",overflow:"visible",marginTop:e.spacing(2),"&:before":{content:'""',display:"block",position:"absolute",top:e.spacing(-1),left:0,right:0,borderTop:"1px solid",borderTopColor:e.palette.divider}}:{}),df=d("div")(({theme:e})=>({lineHeight:1.2})),pf=({options:e,value:a,onChange:n})=>{const[c,s]=l.useState(!1),i=o=>{n(o.target.value)},r=()=>t.jsxs(rf,{children:[t.jsx(X5,{children:a}),t.jsx(e6,{children:T4(a)})]});return t.jsxs(of,{variant:"outlined",size:"small",fullWidth:!0,children:[t.jsx(Vn,{htmlFor:"operator-select",children:"Operator"}),t.jsx(_n,{id:"operator-select",name:"operator",label:"Operator",value:a,open:c,onOpen:()=>s(!0),onClose:()=>s(!1),onChange:i,renderValue:r,children:e.map(o=>t.jsx(lf,{value:o,separator:hf(e,o),children:t.jsxs(df,{children:[t.jsx(X5,{children:o}),t.jsx(e6,{children:T4(o)})]})},o))})]})},hf=(e,a)=>a===e[0]?!1:uf.some(n=>n[0]===a),uf=[A8,D8,I8,Bn,R8],mf=d(j1)({marginRight:"-6px"}),vf=d("div")({display:"flex",flexDirection:"column",width:"100%"}),gf=d("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),[e.breakpoints.down("sm")]:{flexDirection:"column",alignItems:"start",gap:e.spacing(2)}})),ff=d("div")(({theme:e})=>({width:"100%",display:"inline-flex",flex:1,gap:e.spacing(1)})),xf=d("div")(({theme:e})=>({width:"100%","&&& > div":{width:"100%"}})),t6=d("div")(({theme:e})=>({display:"inline-flex",flex:1,"&&& button":{marginRight:0,"&:not(.operator-is-active)":{backgroundColor:e.palette.background.elevation2}}})),jf=d("div")({width:"100%",flex:1});d(H3)({width:"100%"});const yf=d("div")(({theme:e})=>({"& > h3":{margin:e.spacing(1,0,0,0),fontSize:e.fontSizes.smallBody},"& > div":{margin:0,maxWidth:"unset","& > div":{flex:1},"& .MuiFormControl-root":{margin:e.spacing(.5,0,0,0)},"&:not(:first-of-type)":{marginTop:e.spacing(1)}}})),bf=({filter:e,index:a,stateChanged:n,suggestions:c,onDelete:s})=>{const{parameter:i,inverted:r,operator:o,caseInsensitive:p,value:h,values:u}=e,g=t.jsxs(t.Fragment,{children:[t.jsxs("span",{children:["Filter ",a+1]}),t.jsx("div",{children:t.jsx(P1,{title:"Delete filter",arrow:!0,children:t.jsx(mf,{onClick:s,children:t.jsx(B3,{})})})})]}),[m,v]=l.useState(!1),f=[...A8,...D8,...I8,...R8],[j,b]=l.useState(""),x=Ln(o),C=()=>{if(n({...e,error:void 0}),h===void 0&&u===void 0)return;const w=u||[h||""],[O,V]=x(...w);O||(b(V),n({...e,error:V}))};l.useEffect(()=>{C()},[h,j]),l.useEffect(()=>{E4(o)?v(!0):v(!1)},[o]);const A=w=>{E4(w)?v(!0):v(!1),n({...e,operator:w})},M=w=>{n({...e,values:void 0,value:w})},k=w=>{n({...e,value:void 0,values:w})},B=w=>{const O=(u==null?void 0:u.filter((V,P)=>P!==w))||[];k(O)};return t.jsx(G7,{index:a,header:g,children:t.jsxs(vf,{children:[t.jsxs(gf,{children:[t.jsx(jf,{children:t.jsx(_0,{freeSolo:!0,options:c,value:i,onInputChange:(w,O)=>n({...e,parameter:O}),renderInput:w=>t.jsx(G1,{...w,size:"small",label:"Parameter"})})}),t.jsxs(ff,{children:[t.jsx(t6,{children:t.jsx(Qg,{localConstraint:{inverted:r},setInvertedOperator:()=>n({...e,inverted:!r||void 0})})}),t.jsx(xf,{children:t.jsx(pf,{options:f,value:o,onChange:A})}),t.jsx(D,{condition:m,show:t.jsx(t6,{children:t.jsx(Gg,{localConstraint:{caseInsensitive:p},setCaseInsensitive:()=>n({...e,caseInsensitive:!p||void 0})})})})]})]}),t.jsx(yf,{children:t.jsx(sf,{setValues:k,setValue:M,setError:b,localConstraint:{value:h,values:u},operator:o,error:j,removeValue:B})})]})})},Sf=d("div")(({theme:e})=>({position:"relative",display:"flex",alignItems:"center",justifyContent:"center",marginBottom:e.spacing(2)})),wf=d("div")(({theme:e})=>({position:"absolute",right:0,fontSize:e.fontSizes.smallBody,[e.breakpoints.down("sm")]:{display:"none"}})),Cf=d(Z,{shouldForwardProp:e=>e!=="verticalConnector"})(({theme:e,verticalConnector:a})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.elevation1,marginTop:a?0:e.spacing(3),padding:e.spacing(3),borderRadius:e.shape.borderRadiusMedium})),Zf=d(o2)(({theme:e})=>({margin:"auto",width:1,height:e.spacing(3)})),et=({name:e,verticalConnector:a,resourceLink:n,children:c})=>t.jsxs(t.Fragment,{children:[t.jsx(D,{condition:!!a,show:t.jsx(Zf,{orientation:"vertical"})}),t.jsxs(Cf,{verticalConnector:a,children:[t.jsxs(Sf,{children:[t.jsx(O8,{color:"secondary",children:e}),t.jsx(wf,{children:n})]}),c]})]});var Ye={},kf=W1;Object.defineProperty(Ye,"__esModule",{value:!0});var tt=Ye.default=void 0,Tf=kf(N1()),Ef=t,Af=(0,Tf.default)((0,Ef.jsx)("path",{d:"M6.23 20.23 8 22l10-10L8 2 6.23 3.77 14.46 12z"}),"ArrowForwardIosSharp");tt=Ye.default=Af;const Df=l.lazy(()=>T8(()=>import("./ReactJSONEditor-9cJL1vJY.js"),[])),If=d("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,marginTop:e.spacing(1.5),marginBottom:e.spacing(-.75),height:e.spacing(3)})),Rf=d(he)({backgroundColor:"transparent",boxShadow:"none","&:before":{display:"none"}}),Of=d(pe)(({theme:e})=>({lineHeight:"1.5rem",padding:0,marginBottom:e.spacing(-2.25),fontSize:e.fontSizes.smallBody,color:e.palette.primary.main,flexDirection:"row-reverse","& .MuiAccordionSummary-expandIconWrapper.Mui-expanded":{transform:"rotate(90deg)"}})),Ff=d(tt)(({theme:e})=>({color:e.palette.primary.main,fontSize:e.fontSizes.smallBody})),$f=d(ue)(({theme:e})=>({marginTop:e.spacing(2),padding:0})),Pf=({payload:e})=>e?t.jsxs(Rf,{children:[t.jsx(Of,{expandIcon:t.jsx(j1,{children:t.jsx(Ff,{titleAccess:"Toggle"})}),children:"Preview payload"}),t.jsx($f,{children:t.jsx(l.Suspense,{fallback:null,children:t.jsx(Df,{content:{json:e},readOnly:!0,statusBar:!1,editorStyle:"sidePanel"})})})]}):t.jsx(If,{children:"No signals were received from this source yet."}),V4=(e={},a="")=>Object.entries(e).reduce((n,[c,s])=>{const i=a?`${a}.${c}`:c;return typeof s=="object"&&s!==null&&!Array.isArray(s)?Object.assign(n,V4(s,i)):Array.isArray(s)?s.forEach((r,o)=>{typeof r=="object"&&r!==null?Object.assign(n,V4(r,`${i}[${o}]`)):n[`${i}[${o}]`]=r}):n[i]=s,n},{}),Vf=d(o2)(({theme:e})=>({margin:e.spacing(2,0),marginBottom:e.spacing(1),borderStyle:"dashed"})),_f=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),Mf=d("div")(({theme:e})=>({display:"flex",marginTop:e.spacing(1),gap:e.spacing(1)})),Bf=({sourceId:e,setSourceId:a,filters:n,setFilters:c,validateSourceId:s})=>{const{signalEndpoints:i,loading:r}=fe(),{signalEndpointSignals:o}=zn(e,1),p=()=>{const v=crypto.randomUUID();c(f=>[...f,{id:v,parameter:"",operator:Nn}])},h=v=>{c(f=>f.map(j=>j.id===v.id?v:j))},u=l.useMemo(()=>r?[]:i.map(({id:v,name:f})=>({label:f,key:`${v}`})),[r,i]),{lastSourcePayload:g,filterSuggestions:m}=l.useMemo(()=>{var f;const v=(f=o[0])==null?void 0:f.payload;return{lastSourcePayload:v,filterSuggestions:Object.keys(V4(v)||{}).sort()}},[o]);return t.jsxs(et,{name:"When this",resourceLink:t.jsx(l1,{to:"/integrations/signals",children:"Create signal endpoint"}),children:[t.jsx(t2,{label:"Source",options:u,value:`${e}`,onChange:v=>{s(Number(v)),a(Number.parseInt(v,10))}}),t.jsx(D,{condition:!!e,show:t.jsx(Pf,{payload:g})}),t.jsx(Vf,{}),n.map((v,f)=>t.jsx(bf,{index:f,filter:v,stateChanged:h,suggestions:m,onDelete:()=>c(j=>j.filter(({id:b})=>b!==v.id))},v.id)),t.jsxs(Mf,{children:[t.jsx(Q,{startIcon:t.jsx(D3,{}),onClick:p,variant:"outlined",color:"primary",children:"Add filter"}),t.jsx(L2,{htmlTooltip:!0,tooltip:t.jsxs(_f,{children:[t.jsx("p",{children:"Filters allow you to add conditions to the execution of the actions based on the source payload."}),t.jsx("p",{children:"If no filters are defined then the action will always be triggered from the selected source, no matter the payload."})]})})]})]})},Lf=(e,a,n)=>{const c=`${a?`?project=${a}`:""}${n?`${a?"&":"?"}environment=${n}`:""}`,s=`api/admin/service-account/${e}/permissions${c}`,{data:i,error:r,mutate:o}=me(!!e,void 0,R1(s),zf);return l.useMemo(()=>({overview:i==null?void 0:i.overview,projectRoles:i==null?void 0:i.projectRoles,rootRole:i==null?void 0:i.rootRole,serviceAccount:i==null?void 0:i.serviceAccount,permissions:(i==null?void 0:i.permissions)||[],loading:!r&&!i,refetch:()=>o(),error:r}),[i,r,o])},zf=e=>fetch(e).then(s3("Service account access overview")).then(a=>a.json()),Nf=({label:e,value:a,onChange:n,options:c})=>t.jsx(_0,{options:c,autoHighlight:!0,autoSelect:!0,value:a,onInputChange:(s,i)=>n(i),renderInput:s=>t.jsx(G1,{...s,size:"small",label:e})}),Wf=({parameter:e,value:a,onChange:n})=>{const{label:c,type:s}=e;if(s==="select"){const{options:i}=e;return t.jsx(Nf,{label:c,value:a,onChange:n,options:i})}return null},Hf=d("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:last-of-type":{fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary}})),qf=({value:e,onChange:a,actionConfigurations:n})=>{const c=(i,r)=>t.jsx("li",{...i,children:t.jsxs(Hf,{children:[t.jsx("span",{children:r.label}),t.jsx("span",{children:r.description})]})}),s=[...n].map(([i,r])=>({key:i,...r}));return t.jsx(_0,{options:s,autoHighlight:!0,autoSelect:!0,value:s.find(({key:i})=>i===e)||null,onChange:(i,r)=>a(r?r.key:""),renderOption:c,getOptionLabel:({label:i})=>i,renderInput:i=>t.jsx(G1,{...i,size:"small",label:"Action"})})},Uf=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",width:"100%",gap:e.spacing(2)})),a6=d("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),width:"100%",flexWrap:"wrap"})),n6=d("div")(({theme:e})=>({flex:1,minWidth:e.spacing(25)})),Yf=({action:e,index:a,stateChanged:n,actorId:c,onDelete:s,actionConfigurations:i,validated:r})=>{const{action:o,executionParams:p,error:h}=e,u=U("projectId"),{permissions:g}=Lf(c,u,p.environment),m=i.get(o),v=l.useMemo(()=>{const b=m==null?void 0:m.permissions,{environment:x}=p;return g.length===0||!b||!x?!0:b.some(C=>g.some(({permission:A,project:M,environment:k})=>A===C&&M===u&&k===x))},[m,g]);l.useEffect(()=>{n({...e,error:void 0}),((m==null?void 0:m.parameters.filter(({optional:x})=>!x).map(({name:x})=>x))||[]).some(x=>!p[x])&&n({...e,error:"Please fill all required fields."})},[m,p]);const f=t.jsxs(t.Fragment,{children:[t.jsxs("span",{children:["Action ",a+1]}),t.jsx("div",{children:t.jsx(P1,{title:"Delete action",arrow:!0,children:t.jsx(j1,{onClick:s,children:t.jsx(B3,{})})})})]}),j=(m==null?void 0:m.parameters.filter(({type:b})=>b!=="hidden"))||[];return t.jsx(G7,{index:a,header:f,separator:"THEN",children:t.jsxs(Uf,{children:[t.jsx(a6,{children:t.jsx(n6,{children:t.jsx(qf,{value:o,onChange:b=>n({...e,action:b}),actionConfigurations:i})})}),t.jsx(D,{condition:j.length>0,show:t.jsx(a6,{children:j.map(b=>t.jsx(n6,{children:t.jsx(Wf,{parameter:b,value:p[b.name],onChange:x=>n({...e,executionParams:{...p,[b.name]:x}})})},b.name))})}),t.jsx(D,{condition:r&&!!h,show:t.jsx(g1,{severity:"error",children:h})}),t.jsx(D,{condition:!v,show:t.jsx(g1,{severity:"error",children:"The selected service account does not have permissions to execute this action currently."})})]})})},Gf={},Jf=e=>{const{isEnterprise:a}=d1(),n=a2("automatedActions"),{data:c,error:s,mutate:i}=me(a()&&n,Gf,R1(`api/admin/projects/${e}/actions/config`),Kf);return l.useMemo(()=>({actionConfigurations:new Map(Object.entries(c||{})),loading:!s&&!c,refetch:()=>i(),error:s}),[c,s,i])},Kf=e=>fetch(e).then(s3("Actions configuration")).then(a=>a.json()),Qf=d(o2)(({theme:e})=>({margin:e.spacing(2,0),marginBottom:e.spacing(1),borderStyle:"dashed"})),Xf=d("div")(({theme:e})=>({display:"flex",marginTop:e.spacing(1),gap:e.spacing(1)})),ex=({serviceAccounts:e,serviceAccountsLoading:a,actions:n,setActions:c,actorId:s,setActorId:i,validateActorId:r,validated:o})=>{const p=U("projectId"),{actionConfigurations:h}=Jf(p),u=v=>{const j={id:crypto.randomUUID(),action:"",sortOrder:n.map(b=>b.sortOrder).reduce((b,x)=>Math.max(b,x),0)+1,executionParams:{project:v}};c([...n,j])},g=v=>{c(f=>f.map(j=>j.id===v.id?v:j))},m=l.useMemo(()=>a?[]:e.map(v=>({label:v.name,key:`${v.id}`})),[a,e]);return t.jsxs(et,{name:"Do these actions",verticalConnector:!0,resourceLink:t.jsx(l1,{to:"/admin/service-accounts",children:"Create service account"}),children:[t.jsx(t2,{label:"Service account",name:"service-account",options:m,value:`${s}`,onChange:v=>{r(Number(v)),i(Number.parseInt(v,10))}}),t.jsx(Qf,{}),n.map((v,f)=>t.jsx(Yf,{index:f,action:v,stateChanged:g,actorId:s,onDelete:()=>c(j=>j.filter(b=>b.id!==v.id)),actionConfigurations:h,validated:o},v.id)),t.jsx(Xf,{children:t.jsx(Q,{startIcon:t.jsx(D3,{}),onClick:()=>u(p),variant:"outlined",color:"primary",children:"Add action"})})]})},tx=d(g1)(({theme:e})=>({marginBottom:e.spacing(4)})),ax=d("div")(({theme:e})=>({background:e.palette.background.elevation1,padding:e.spacing(2,3),borderRadius:e.shape.borderRadiusLarge,marginBottom:e.spacing(4)})),c6=d("p")(({theme:e})=>({display:"flex",color:e.palette.text.primary,marginBottom:e.spacing(1),"&:not(:first-of-type)":{marginTop:e.spacing(3)}})),s6=d(H3)(()=>({width:"100%"})),nx=d(g1)(({theme:e})=>({marginTop:e.spacing(3)})),cx=({enabled:e,setEnabled:a,name:n,setName:c,description:s,setDescription:i,sourceId:r,setSourceId:o,filters:p,setFilters:h,actorId:u,setActorId:g,actions:m,setActions:v,errors:f,validateName:j,validateSourceId:b,validateActorId:x,validated:C})=>{const{serviceAccounts:A,loading:M}=N8(),k=w=>{setTimeout(()=>w(),300)},B=C&&Object.values(f).some(Boolean);return t.jsxs("div",{children:[t.jsx(D,{condition:A.length===0,show:t.jsxs(tx,{color:"warning",children:[t.jsx("strong",{children:"Heads up!"})," In order to create an action you need to create a service account first. Please"," ",t.jsx(b3,{to:"/admin/service-accounts",component:l1,children:"go ahead and create one"}),"."]})}),t.jsx(ax,{children:t.jsx(Wn,{checked:e,setChecked:a,children:"Action status"})}),t.jsx(c6,{children:"What is your new action name?"}),t.jsx(s6,{autoFocus:!0,label:"Action name",error:!!f.name,errorText:f.name,value:n,onChange:w=>{j(w.target.value),c(w.target.value)},onBlur:w=>k(()=>j(w.target.value)),autoComplete:"off"}),t.jsx(c6,{children:"What is your new action description?"}),t.jsx(s6,{label:"Action description",value:s,onChange:w=>i(w.target.value),autoComplete:"off"}),t.jsx(Bf,{sourceId:r,setSourceId:o,filters:p,setFilters:h,validateSourceId:b}),t.jsx(ex,{serviceAccounts:A,serviceAccountsLoading:M,actions:m,setActions:v,actorId:u,setActorId:g,validateActorId:x,validated:C}),t.jsx(D,{condition:B,show:()=>t.jsx(nx,{severity:"error",icon:!1,children:t.jsx("ul",{children:Object.values(f).filter(Boolean).map(w=>t.jsx("li",{children:w},w))})})})]})},i6={name:void 0,source:void 0,filters:void 0,actor:void 0,actions:void 0},sx=e=>{const a=U("projectId"),{actions:n}=Ue(a),[c,s]=l.useState(!1),[i,r]=l.useState(""),[o,p]=l.useState(""),[h,u]=l.useState(0),[g,m]=l.useState([]),[v,f]=l.useState(0),[j,b]=l.useState([]),x=()=>{var F,S,y;s((e==null?void 0:e.enabled)??!0),r((e==null?void 0:e.name)||""),p((e==null?void 0:e.description)||""),u(((F=e==null?void 0:e.match)==null?void 0:F.sourceId)??0),m(Object.entries(((S=e==null?void 0:e.match)==null?void 0:S.payload)??{}).map(([T,{inverted:Y,operator:G,caseInsensitive:J,value:p1,values:f1}])=>({id:crypto.randomUUID(),parameter:T,inverted:Y,operator:G,caseInsensitive:J,value:p1,values:f1}))),f((e==null?void 0:e.actorId)??0),b(((y=e==null?void 0:e.actions)==null?void 0:y.map(T=>({id:crypto.randomUUID(),action:T.action,sortOrder:T.sortOrder,executionParams:T.executionParams})))??[]),k(!1),A(i6)};l.useEffect(()=>{x()},[e]);const[C,A]=l.useState(i6),[M,k]=l.useState(!1),B=F=>{A(S=>({...S,[F]:void 0}))},w=(F,S)=>{A(y=>({...y,[F]:S}))};l.useEffect(()=>{q(g)},[g]),l.useEffect(()=>{W(j)},[j]);const O=F=>!F.length,V=F=>n==null?void 0:n.some(({id:S,name:y})=>S!==(e==null?void 0:e.id)&&y===F),P=F=>F===0,I=F=>O(F)?(w("name","Name is required."),!1):V(F)?(w("name","Name must be unique."),!1):(B("name"),!0),z=F=>P(F)?(w("source","Source is required."),!1):(B("source"),!0),q=F=>F.some(({error:S})=>S)?(w("filters","One or more filters have errors."),!1):(B("filters"),!0),E=F=>P(F)?(w("actor","Service account is required."),!1):(B("actor"),!0),W=F=>F.filter(({action:S})=>!!S).length===0?(w("actions","At least one action is required."),!1):(B("actions"),F.some(({error:S})=>S)?(w("actions","One or more actions have errors."),!1):(B("actions"),!0));return{enabled:c,setEnabled:s,name:i,setName:r,description:o,setDescription:p,sourceId:h,setSourceId:u,filters:g,setFilters:m,actorId:v,setActorId:f,actions:j,setActions:b,errors:C,setErrors:A,validated:M,validateName:I,validateSourceId:z,validateActorId:E,validate:()=>{const F=I(i),S=z(h),y=q(g),T=E(v),Y=W(j);return k(!0),F&&S&&y&&T&&Y},reloadForm:x}},ix=d("div")(({theme:e})=>({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%",marginBottom:e.fontSizes.mainHeader})),rx=d("h1")({fontWeight:"normal"}),ox=d("form")(()=>({display:"flex",flexDirection:"column",height:"100%"})),lx=d("div")(({theme:e})=>({marginTop:"auto",display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(4)})),dx=d(Q)(({theme:e})=>({marginLeft:e.spacing(3)})),px=({action:e,open:a,setOpen:n,onOpenEvents:c})=>{const s=U("projectId"),{refetch:i}=Ue(s),{addActionSet:r,updateActionSet:o,loading:p}=H7(s),{setToastData:h,setToastApiError:u}=b1(),{uiConfig:g}=d1(),{enabled:m,setEnabled:v,name:f,setName:j,description:b,setDescription:x,sourceId:C,setSourceId:A,filters:M,setFilters:k,actorId:B,setActorId:w,actions:O,setActions:V,errors:P,validateName:I,validateSourceId:z,validateActorId:q,validate:E,validated:W,reloadForm:_}=sx(e);l.useEffect(()=>{_()},[a]);const F=e!==void 0,S=`${F?"Edit":"New"} action`,y={enabled:m,name:f,description:b,match:{source:"signal-endpoint",sourceId:C,payload:M.filter(G=>G.parameter.length>0).reduce((G,{parameter:J,inverted:p1,operator:f1,caseInsensitive:Z1,value:n1,values:X})=>({...G,[J]:{inverted:p1,operator:f1,caseInsensitive:Z1,value:n1,values:X}}),{})},actorId:B,actions:O.filter(({action:G})=>!!G).map(({action:G,sortOrder:J,executionParams:p1})=>({action:G,sortOrder:J,executionParams:p1}))},T=()=>`curl --location --request ${F?"PUT":"POST"} '${g.unleashUrl}/api/admin/projects/${s}/actions${F?`/${e.id}`:""}' \\
|
|
710
28
|
--header 'Authorization: INSERT_API_KEY' \\
|
|
711
29
|
--header 'Content-Type: application/json' \\
|
|
712
|
-
--data-raw '${JSON.stringify(y,void 0,2)}'`,Y=async
|
|
713
|
-
toggles can only be seen by you and the members of the project`,arrow:!0,children:t.jsx(
|
|
714
|
-
@keyframes ${
|
|
30
|
+
--data-raw '${JSON.stringify(y,void 0,2)}'`,Y=async G=>{if(G.preventDefault(),!!E())try{F?await o(e.id,y):await r(y),h({text:`action ${F?"updated":"added"} successfully`,type:"success"}),i(),n(!1)}catch(J){u(u1(J))}};return t.jsx(a3,{open:a,onClose:()=>{n(!1)},label:S,children:t.jsxs(A3,{loading:p,modal:!0,description:"Actions allow you to configure automations based on specific signals, like the ones originated from signal endpoints.",documentationLink:"https://docs.getunleash.io/concepts/actions",documentationLinkLabel:"Actions documentation",formatApiCode:T,children:[t.jsxs(ix,{children:[t.jsx(rx,{children:S}),t.jsx(D,{condition:F,show:t.jsx(b3,{onClick:c,children:"View events"})})]}),t.jsxs(ox,{onSubmit:Y,children:[t.jsx(cx,{enabled:m,setEnabled:v,name:f,setName:j,description:b,setDescription:x,sourceId:C,setSourceId:A,filters:M,setFilters:k,actorId:B,setActorId:w,actions:O,setActions:V,errors:P,validateName:I,validateSourceId:z,validateActorId:q,validated:W}),t.jsxs(lx,{children:[t.jsxs(Q,{type:"submit",variant:"contained",color:"primary",children:[F?"Save":"Add"," action"]}),t.jsx(dx,{onClick:()=>{n(!1)},children:"Cancel"})]})]})]})})},hx=({action:e,open:a,setOpen:n,onConfirm:c})=>t.jsx(K1,{title:"Delete action?",open:a,primaryButtonText:"Delete action",secondaryButtonText:"Cancel",onClick:()=>c(e),onClose:()=>{n(!1)},children:t.jsxs("p",{children:["You are about to delete action: ",t.jsx("strong",{children:e==null?void 0:e.name})]})}),ux=d(M0)(({theme:e})=>({color:e.palette.success.main})),mx=d(ge)(({theme:e})=>({color:e.palette.error.main})),vx=({state:e})=>e==="success"?t.jsx(ux,{}):e==="failed"?t.jsx(mx,{}):t.jsx(ve,{size:20}),gx=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",marginBottom:e.fontSizes.mainHeader})),fx=d("div")({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%"}),xx=d("h1")({fontWeight:"normal"}),jx=d("form")({display:"flex",flexDirection:"column",height:"100%"}),yx=d("div")(({theme:e})=>({backgroundColor:e.palette.error.light})),bx=d("div")(({theme:e})=>({marginTop:"auto",display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(4)})),Sx=({action:e,open:a,setOpen:n,onOpenConfiguration:c})=>{const s=U("projectId"),{locationSettings:i}=d2(),{actionEvents:r,hasMore:o,loadMore:p,loading:h}=q7(e==null?void 0:e.id,s,20,{refreshInterval:5e3});if(!e)return null;const u=`Events: ${e.name}`;return t.jsx(a3,{open:a,onClose:()=>{n(!1)},label:u,children:t.jsxs(A3,{loading:h&&r.length===0,modal:!0,description:"",documentationLink:"",documentationLinkLabel:"",showGuidance:!1,children:[t.jsx(gx,{children:t.jsxs(fx,{children:[t.jsx(xx,{children:u}),t.jsx(b3,{onClick:c,children:"View configuration"})]})}),t.jsxs(jx,{children:[t.jsx(Hn,{height:960,items:r,columns:[{header:"Status",align:"center",maxWidth:100,cell:vx},{header:"Date",maxWidth:240,cell:({createdAt:g})=>V2(g,i==null?void 0:i.locale)}],sidePanelHeader:"Details",renderContent:U7,renderItem:({id:g,state:m},v)=>m==="failed"?t.jsx(yx,{children:v},g):v,listEnd:t.jsx(D,{condition:o,show:t.jsx(Q,{onClick:p,children:"Load more"})})}),t.jsx(D,{condition:r.length===0,show:t.jsx("p",{children:"No events have been registered for this action set."})}),t.jsx(bx,{children:t.jsx(Q,{onClick:()=>{n(!1)},children:"Close"})})]})]})})},wx=({modalOpen:e,setModalOpen:a,selectedAction:n,setSelectedAction:c})=>{const{setToastData:s,setToastApiError:i}=b1(),r=U("projectId"),{actions:o,refetch:p}=Ue(r),{toggleActionSet:h,removeActionSet:u}=H7(r),{signalEndpoints:g}=fe(),{serviceAccounts:m}=N8(),[v,f]=l.useState(!1),[j,b]=l.useState(!1),x=async(I,z)=>{try{await h(I.id,z),s({text:`"${I.name}" has been ${z?"enabled":"disabled"}`,type:"success"}),p()}catch(q){i(u1(q))}},C=async I=>{try{await u(I.id),s({text:`"${I.name}" has been deleted`,type:"success"}),p(),b(!1)}catch(z){i(u1(z))}},A=Y1(T2.breakpoints.down("sm")),M=Y1(T2.breakpoints.down("lg")),k=l.useMemo(()=>[{Header:"Name",accessor:"name",minWidth:60,Cell:({row:{original:I}})=>t.jsx(B2,{title:I.name,subtitle:I.description,onClick:()=>{c(I),a(!0)}})},{id:"source",Header:"Source",Cell:({row:{original:I}})=>t.jsx(rg,{action:I,signalEndpoints:g})},{id:"filters",Header:"Filters",Cell:({row:{original:I}})=>t.jsx(lg,{action:I}),maxWidth:90},{id:"actor",Header:"Service account",Cell:({row:{original:I}})=>t.jsx(dg,{action:I,serviceAccounts:m}),minWidth:160},{id:"actions",Header:"Actions",Cell:({row:{original:I}})=>t.jsx(Bg,{action:I,onCreateAction:()=>{c(I),a(!0)}}),maxWidth:130},{Header:"Enabled",accessor:"enabled",Cell:({row:{original:I}})=>t.jsx(qn,{checked:I.enabled,setChecked:z=>x(I,z)}),sortType:"boolean",width:90,maxWidth:90},{id:"table-actions",Header:"",align:"center",Cell:({row:{original:I}})=>t.jsx(zg,{actionId:I.id,onOpenEvents:()=>{c(I),f(!0)},onEdit:()=>{c(I),a(!0)},onDelete:()=>{c(I),b(!0)}}),width:50,disableSortBy:!0}],[g,m]),[B]=l.useState({sortBy:[{id:"name",desc:!0}]}),{headerGroups:w,rows:O,prepareRow:V,setHiddenColumns:P}=D1.useTable({columns:k,data:o,initialState:B,sortTypes:_2,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0,defaultColumn:{Cell:y1}},D1.useSortBy,D1.useFlexLayout);return R0([{condition:M,columns:["actor","enabled"]},{condition:A,columns:["filters","actions"]}],P,k),t.jsxs(t.Fragment,{children:[t.jsx(le,{rows:O,headerGroups:w,prepareRow:V}),t.jsx(D,{condition:O.length===0,show:t.jsx(z1,{children:"No actions available. Get started by adding one."})}),t.jsx(px,{action:n,open:e,setOpen:a,onOpenEvents:()=>{a(!1),f(!0)}}),t.jsx(Sx,{action:n,open:v,setOpen:f,onOpenConfiguration:()=>{f(!1),a(!0)}}),t.jsx(hx,{action:n,open:j,setOpen:b,onConfirm:C})]})},Cx=()=>{const e=U("projectId"),a=c3(e),{isEnterprise:n}=d1(),c=S1();X1(`Project actions – ${a}`);const[s,i]=l.useState(),[r,o]=l.useState(!1),p=()=>{i(void 0),o(!0)};return n()?t.jsx(C1,{header:t.jsx(m1,{title:"Actions",actions:t.jsx(T0,{onClick:p,maxWidth:`${c.breakpoints.values.sm}px`,Icon:D3,permission:c5,children:"New action"})}),children:t.jsx(Un,{permissions:c5,children:t.jsx(wx,{modalOpen:r,setModalOpen:o,selectedAction:s,setSelectedAction:i})})}):t.jsx(C1,{header:t.jsx(m1,{title:"Actions"}),children:t.jsx(M2,{feature:"actions"})})},Zx=()=>{const e=U("projectId"),a=c3(e),n=B1();return X1(`Project context fields – ${a}`),t.jsxs(W3,{children:[t.jsx(s1,{path:"create",element:t.jsx(a3,{open:!0,onClose:()=>n(U1),label:"Create segment",children:t.jsx(Yn,{modal:!0,onSubmit:()=>n(U1),onCancel:()=>n(U1)})})}),t.jsx(s1,{path:"edit/:name",element:t.jsx(a3,{open:!0,onClose:()=>n(U1),label:"Edit context field",children:t.jsx(Gn,{modal:!0})})}),t.jsx(s1,{path:"*",element:t.jsx(Jn,{})})]})},r6=d(Z)({marginLeft:"auto",display:"flex",alignItems:"center"}),kx=()=>{var p;const e=F8(),{isPro:a,isEnterprise:n}=d1(),c=B1(),s=a2("automatedActions"),i=(...h)=>a()||n()?h:[],r=[...i({id:"",label:"Project settings"},{id:"access",label:"User access"}),{id:"api-access",label:"API access"},{id:"context",label:"Context fields"},{id:"segments",label:"Segments"},{id:"environments",label:"Environments"},{id:"default-strategy",label:"Default strategy"},...i({id:"change-requests",label:"Change request configuration",endIcon:a()?t.jsx(r6,{children:t.jsx(A4,{})}):void 0})];s&&r.push({id:"actions",label:"Actions",endIcon:a()?t.jsx(r6,{children:t.jsx(A4,{})}):void 0});const o=h=>{c(h.id)};return t.jsx(Kn,{tabs:r,value:((p=r.find(({id:h})=>{var u;return h&&((u=e.pathname)==null?void 0:u.includes(`/settings/${h}`))}))==null?void 0:p.id)||r[0].id,onChange:o,children:t.jsxs(W3,{children:[t.jsx(s1,{path:"/*",element:t.jsx(tg,{})}),t.jsx(s1,{path:"environments/*",element:t.jsx(Om,{})}),t.jsx(s1,{path:"access/*",element:t.jsx(mm,{})}),t.jsx(s1,{path:"context/*",element:t.jsx(Zx,{})}),t.jsx(s1,{path:"segments/*",element:t.jsx(Bm,{})}),t.jsx(s1,{path:"change-requests/*",element:t.jsx(Pm,{})}),t.jsx(s1,{path:"api-access/*",element:t.jsx(Mm,{})}),t.jsx(s1,{path:"default-strategy/*",element:t.jsx(cv,{})}),t.jsx(s1,{path:"actions/*",element:t.jsx(Cx,{})}),t.jsx(s1,{path:"*",element:t.jsx($8,{replace:!0,to:r[0].id})})]})})},Tx=d(Qn)(({theme:e})=>({color:e.palette.action.disabled})),Ex=()=>t.jsx(Q3,{title:`This projects collaboration mode is set to private. The project and associated feature
|
|
31
|
+
toggles can only be seen by you and the members of the project`,arrow:!0,children:t.jsx(Tx,{})}),Ax=d($)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),o6=({row:e,field:a,singularLabel:n,pluralLabel:c})=>{const{searchQuery:s}=ie(),i=e[a];if(!Array.isArray(i)||i.length===0)return t.jsx(y1,{});const r=c||`${n}s`;return t.jsx(y1,{children:t.jsx(z2,{highlighted:s.length>0&&i.some(o=>o==null?void 0:o.toLowerCase().includes(s.toLowerCase())),tooltip:t.jsx(t.Fragment,{children:i.map(o=>t.jsx(Ax,{children:t.jsx(o0,{search:s,children:o})},o))}),children:i.length===1?`1 ${n}`:`${i.length} ${r}`})})},Dx=d("div")(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),Ix=d("ul")(({theme:e})=>({padding:e.spacing(0,0,.5,2),margin:e.spacing(0)})),Rx=({row:e})=>{var c;const{searchQuery:a}=ie(),n=a.length>0&&e.original.sdks.some(s=>s.versions.some(i=>i.toLowerCase().includes(a.toLowerCase()))||s.name.toLowerCase().includes(a.toLowerCase()));return!e.original.sdks||e.original.sdks.length===0?t.jsx(y1,{}):t.jsx(y1,{children:t.jsx(z2,{highlighted:a.length>0&&n,tooltip:t.jsx(t.Fragment,{children:e.original.sdks.map(s=>t.jsxs(Dx,{children:[t.jsx(o0,{search:a,children:s.name}),t.jsx(Ix,{children:s.versions.map(i=>t.jsx("li",{children:t.jsx(o0,{search:a,children:i})},i))})]},s.name))}),children:((c=e.original.sdks)==null?void 0:c.length)===1?"1 sdk":`${e.original.sdks.length} sdks`})})},K2=h8(),Ox=()=>{const{trackEvent:e}=v1();return l.useEffect(()=>{e("sdk-reporting",{props:{eventType:"project applications opened"}})},[]),()=>{e("sdk-reporting",{props:{eventType:"project application clicked"}})}},Fx=()=>{var b;const e=Ox(),a=B1(),n=U("projectId"),c=Y1(T2.breakpoints.down("md")),s={offset:x3(s5,0),limit:x3(s5,Xn),query:Y3,sortBy:x3(Y3,"createdAt"),sortOrder:x3(Y3,"desc")},[i,r]=K6(`project-applications-table-${n}`,s),{applications:o=[],total:p,loading:h}=ec(X6(e8(s,i),x=>x?`${x}`:void 0),n),u=(x="")=>{r({query:x})},g=N3(h),{query:m}=i,v=l.useMemo(()=>[K2.accessor("name",{header:"Name",cell:({row:x})=>t.jsx(B2,{title:x.original.name,onClick:()=>{e(),a(`/applications/${encodeURIComponent(x.original.name)}`)}}),meta:{width:"25%"}}),K2.accessor("environments",{header:"Environments",cell:({row:x})=>t.jsx(o6,{row:x.original,field:"environments",singularLabel:"environment"}),enableSorting:!1,meta:{width:"25%"}}),K2.accessor("instances",{header:"Instances",cell:({row:x})=>t.jsx(o6,{row:x.original,field:"instances",singularLabel:"instance"}),enableSorting:!1,meta:{width:"25%"}}),K2.accessor("sdks",{header:"SDK",cell:Rx,enableSorting:!1,meta:{width:"25%"}})],[]),f=l8(d8(i,r,{columns:v,data:o})),j=f.getRowModel().rows;return t.jsxs(C1,{disableLoading:!0,bodyClass:"no-padding",header:t.jsx(m1,{title:"Project applications",actions:t.jsx(t.Fragment,{children:t.jsx(D,{condition:!c,show:t.jsxs(t.Fragment,{children:[t.jsx(h3,{placeholder:"Search",expandable:!0,initialValue:m||"",onChange:u}),t.jsx(m1.Divider,{})]})})}),children:t.jsx(D,{condition:c,show:t.jsx(h3,{initialValue:m||"",onChange:u})})}),children:[t.jsx(l2,{value:m||"",children:t.jsx("div",{ref:g,children:t.jsx(p8,{tableInstance:f,totalItems:p})})}),t.jsx(D,{condition:j.length===0,show:t.jsx(Z,{sx:x=>({padding:x.spacing(0,2,2)}),children:t.jsx(D,{condition:((b=m||"")==null?void 0:b.length)>0,show:t.jsxs(z1,{children:["No applications found matching “",m,"”"]}),elseShow:t.jsx(z1,{children:"No applications found matching your criteria."})})})})]})},$x=({name:e})=>t.jsxs("p",{children:["The project ",t.jsx("strong",{children:e})," has been archived. You can find it on the"," ",t.jsx(l1,{to:"/projects-archive",children:"archive page for projects"}),"."]});var N0={};const Px=tc(nr);Object.defineProperty(N0,"__esModule",{value:!0});var p3=l,A1=Px,w1=t;const Ge="react-activity-calendar",g4=8,at=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Vx={months:at,weekdays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],totalCount:"{{count}} activities in {{year}}",legend:{less:"Less",more:"More"}};function _x(){const[e,a]=p3.useState("light"),n=c=>{a(c.matches?"dark":"light")};return p3.useEffect(()=>{const c=window.matchMedia("(prefers-color-scheme: dark)");return a(c.matches?"dark":"light"),c.addEventListener("change",n),()=>{c.removeEventListener("change",n)}},[]),e}const nt=`${Ge}--loading-animation`;function Mx(e,a){p3.useEffect(()=>{const n=`oklab(from ${e} l a b)`,c=a==="light"?`oklab(from ${e} calc(l * 0.96) a b)`:`oklab(from ${e} calc(l * 1.08) a b)`,s=document.createElement("style");return s.innerHTML=`
|
|
32
|
+
@keyframes ${nt} {
|
|
715
33
|
0% {
|
|
716
34
|
fill: ${n};
|
|
717
35
|
}
|
|
@@ -722,7 +40,7 @@ The flag name should contain the project name, the feature name, and the ticket
|
|
|
722
40
|
fill: ${n};
|
|
723
41
|
}
|
|
724
42
|
}
|
|
725
|
-
`,document.head.appendChild(s),()=>{document.head.removeChild(s)}},[e,a])}const Iy="(prefers-reduced-motion: reduce)";function Dy(){const[e,a]=h3.useState(!0);return h3.useEffect(()=>{const n=window.matchMedia(Iy);a(n.matches);const c=s=>{a(s.matches)};return n.addEventListener("change",c),()=>{n.removeEventListener("change",c)}},[]),e}function Ry(e,a){if(e.length===0)throw new Error("Activity data must not be empty.");for(const{date:n,level:c,count:s}of e){if(!A1.isValid(A1.parseISO(n)))throw new Error(`Activity date '${n}' is not a valid ISO 8601 date string.`);if(s<0)throw new RangeError(`Activity count must not be negative, found ${s}.`);if(c<0||c>a)throw new RangeError(`Activity level ${c} for ${n} is out of range. It must be between 0 and ${a}.`)}}function Oy(e,a=0){const n=_y(e),c=n[0],s=A1.parseISO(c.date),i=A1.getDay(s)===a?s:A1.subWeeks(A1.nextDay(s,a),1),r=[...Array(A1.differenceInCalendarDays(s,i)).fill(void 0),...n],o=Math.ceil(r.length/7);return k0(o).map(p=>r.slice(p*7,p*7+7))}function _y(e){const a=new Map(e.map(s=>[s.date,s])),n=e[0],c=e[e.length-1];return A1.eachDayOfInterval({start:A1.parseISO(n.date),end:A1.parseISO(c.date)}).map(s=>{const i=A1.formatISO(s,{representation:"date"});return a.has(i)?a.get(i):{date:i,count:0,level:0}})}function P3(e){return`${v5}__${e}`}function Py(){const e=new Date().getFullYear();return A1.eachDayOfInterval({start:new Date(e,0,1),end:new Date(e,11,31)}).map(n=>({date:A1.formatISO(n,{representation:"date"}),count:0,level:0}))}function k0(e){return[...Array(e).keys()]}function Fy(e,a=_t){return e.reduce((n,c,s)=>{const i=c.find(p=>p!==void 0);if(!i)throw new Error(`Unexpected error: Week ${s+1} is empty.`);const r=a[A1.getMonth(A1.parseISO(i.date))];if(!r){const p=new Date(i.date).toLocaleString("en-US",{month:"short"});throw new Error(`Unexpected error: undefined month label for ${p}.`)}const o=n[n.length-1];return s===0||!o||o.label!==r?[...n,{weekIndex:s,label:r}]:n},[]).filter(({weekIndex:n},c,s)=>c===0?s[1]&&s[1].weekIndex-n>=3:c===s.length-1?e.slice(n).length>=3:!0)}function $y(e,a,n){if(e.length!==7)throw new Error("Exactly 7 labels, one for each weekday must be passed.");return e.reduce((c,s,i)=>a.byDayIndex(i)?Math.max(c,Math.ceil(Vy(s,n).width)):c,0)}function Vy(e,a){if(typeof document>"u"||typeof window>"u")return{width:0,height:0};if(a<1)throw new RangeError("fontSize must be positive");if(e.length===0)return{width:0,height:0};const n="http://www.w3.org/2000/svg",c=document.createElementNS(n,"svg");c.style.position="absolute",c.style.visibility="hidden",c.style.fontFamily=window.getComputedStyle(document.body).fontFamily,c.style.fontSize=`${a}px`;const s=document.createElementNS(n,"text");s.textContent=e,c.appendChild(s),document.body.appendChild(c);const i=s.getBBox();return document.body.removeChild(c),{width:i.width,height:i.height}}function My(e,a){if(!e)return{byDayIndex:()=>!1,shouldShow:!1};if(e===!0)return{byDayIndex:c=>(7+c-a)%7%2!==0,shouldShow:!0};const n=[];for(const c of e){const s=Ly[c.toLowerCase()];n[s]=!0}return{byDayIndex:c=>n[c]??!1,shouldShow:e.length>0}}const Ly={sun:0,mon:1,tue:2,wed:3,thu:4,fri:5,sat:6};function By(e,a=5){const n=Ny(a);return e?(zy(e,a),e.light=e.light??n.light,e.dark=e.dark??n.dark,{light:$6(e.light)?T0(e.light,a):e.light,dark:$6(e.dark)?T0(e.dark,a):e.dark}):n}function Ny(e){return{light:T0(["hsl(0, 0%, 92%)","hsl(0, 0%, 26%)"],e),dark:T0(["hsl(0, 0%, 22%)","hsl(0, 0%, 92%)"],e)}}function zy(e,a){const n='The number of colors is controlled by the "maxLevel" property.';if(typeof e!="object"||e.light===void 0&&e.dark===void 0)throw new Error(`The theme object must contain at least one of the fields "light" and "dark" with exactly 2 or ${a} colors respectively. ${n}`);if(e.light){const{length:c}=e.light;if(c!==2&&c!==a)throw new Error(`theme.light must contain exactly 2 or ${a} colors, ${c} passed. ${n}`);for(const s of e.light)if(typeof window<"u"&&!CSS.supports("color",s))throw new Error(`Invalid color "${s}" passed. All CSS color formats are accepted.`)}if(e.dark){const{length:c}=e.dark;if(c!==2&&c!==a)throw new Error(`theme.dark must contain exactly 2 or ${a} colors, ${c} passed. ${n}`);for(const s of e.dark)if(typeof window<"u"&&!CSS.supports("color",s))throw new Error(`Invalid color "${s}" passed. All CSS color formats are accepted.`)}}function T0([e,a],n){return k0(n).map(c=>{switch(c){case 0:return e;case n-1:return a;default:{const s=c/(n-1)*100;return`color-mix(in oklab, ${a} ${parseFloat(s.toFixed(2))}%, ${e})`}}})}function $6(e){return e.length===2}const F3={container:e=>({width:"max-content",maxWidth:"100%",display:"flex",flexDirection:"column",gap:"8px",fontSize:`${e}px`}),scrollContainer:e=>({maxWidth:"100%",overflowX:"auto",overflowY:"hidden",paddingTop:Math.ceil(.1*e)}),calendar:{display:"block",overflow:"visible"},rect:e=>({stroke:e==="light"?"rgba(0, 0, 0, 0.08)":"rgba(255, 255, 255, 0.04)"}),footer:{container:{display:"flex",flexWrap:"wrap",gap:"4px 16px",whiteSpace:"nowrap"},legend:{marginLeft:"auto",display:"flex",alignItems:"center",gap:"3px"}}},ne=h3.forwardRef(({data:e,blockMargin:a=4,blockRadius:n=2,blockSize:c=12,colorScheme:s=void 0,eventHandlers:i={},fontSize:r=14,hideColorLegend:o=!1,hideMonthLabels:p=!1,hideTotalCount:h=!1,labels:u=void 0,maxLevel:v=4,loading:m=!1,renderBlock:g=void 0,renderColorLegend:f=void 0,showWeekdayLabels:j=!1,style:b={},theme:x=void 0,totalCount:C=void 0,weekStart:E=0},M)=>{const[k,L]=h3.useState(!1);h3.useEffect(()=>{L(!0)},[]),v=Math.max(1,v);const Z=By(x,v+1),_=Ey(),$=s??_,F=Z[$];Ay(F[0],$);const R=!Dy();m&&(e=Py()),Ry(e,v);const N=e[0],H=A1.getYear(A1.parseISO(N.date)),I=Oy(e,E),U=Object.assign({},Ty,u),V=p?0:r+De,P=My(j,E),w=k&&P.shouldShow?$y(U.weekdays,P,r)+De:void 0;function y(){return{width:I.length*(c+a)-a,height:V+(c+a)*7-a}}function A(n1){return Object.keys(i).reduce((X,e1)=>({...X,[e1]:_1=>{var k1;return(k1=i[e1])==null?void 0:k1.call(i,_1)(n1)}}),{})}function Y(){return I.map((n1,X)=>n1.map((e1,_1)=>{if(!e1)return null;const k1=m&&R?{animation:`${Pt} 1.75s ease-in-out infinite`,animationDelay:`${X*20+_1*20}ms`}:void 0,P1=C1.jsx("rect",{...A(e1),x:0,y:V+(c+a)*_1,width:c,height:c,rx:n,ry:n,fill:F[e1.level],"data-date":e1.date,"data-level":e1.level,style:{...F3.rect($),...k1}});return C1.jsx(h3.Fragment,{children:g?g(P1,e1):P1},e1.date)})).map((n1,X)=>C1.jsx("g",{transform:`translate(${(c+a)*X}, 0)`,children:n1},X))}function K(){if(h&&o)return null;const n1=typeof C=="number"?C:e.reduce((X,e1)=>X+e1.count,0);return C1.jsxs("footer",{className:P3("footer"),style:{...F3.footer.container,marginLeft:w},children:[m&&C1.jsx("div",{children:" "}),!m&&!h&&C1.jsx("div",{className:P3("count"),children:U.totalCount?U.totalCount.replace("{{count}}",String(n1)).replace("{{year}}",String(H)):`${n1} activities in ${H}`}),!m&&!o&&C1.jsxs("div",{className:P3("legend-colors"),style:F3.footer.legend,children:[C1.jsx("span",{style:{marginRight:"0.4em"},children:U.legend.less}),k0(v+1).map(X=>{const e1=C1.jsx("svg",{width:c,height:c,children:C1.jsx("rect",{width:c,height:c,fill:F[X],rx:n,ry:n,style:F3.rect($)})});return C1.jsx(h3.Fragment,{children:f?f(e1,X):e1},X)}),C1.jsx("span",{style:{marginLeft:"0.4em"},children:U.legend.more})]})]})}function G(){return P.shouldShow?C1.jsx("g",{className:P3("legend-weekday"),children:k0(7).map(n1=>{const X=(n1+E)%7;return P.byDayIndex(X)?C1.jsx("text",{x:-De,y:V+(c+a)*n1+c/2,dominantBaseline:"central",textAnchor:"end",fill:"currentColor",children:U.weekdays[X]},n1):null})}):null}function p1(){return p?null:C1.jsx("g",{className:P3("legend-month"),children:Fy(I,U.months).map(({label:n1,weekIndex:X})=>C1.jsx("text",{x:(c+a)*X,y:0,dominantBaseline:"hanging",fill:"currentColor",children:n1},X))})}const{width:y1,height:Z1}=y();return C1.jsxs("article",{ref:M,className:v5,style:{...b,...F3.container(r)},children:[C1.jsx("div",{className:P3("scroll-container"),style:F3.scrollContainer(r),children:C1.jsxs("svg",{width:y1,height:Z1,viewBox:`0 0 ${y1} ${Z1}`,className:P3("calendar"),style:{...F3.calendar,marginLeft:w},children:[!m&&G(),!m&&p1(),Y()]})}),K()]})});ne.displayName="ActivityCalendar";const Uy=e=>C1.jsx(ne,{data:[],...e});ae.ActivityCalendar=ne;ae.Skeleton=Uy;var Wy=ae.default=ne;const Hy=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"center","svg rect":{stroke:"#0000 !important"}})),qy=e=>{const a=new Date,n=new Date;n.setFullYear(a.getFullYear()-1);const c=a.toISOString().split("T")[0],s=n.toISOString().split("T")[0],i=e.some(o=>o.date===c);return e.some(o=>o.date===s)||e.unshift({count:0,date:s,level:0}),i||e.push({count:0,date:c,level:0}),e},Yy=e=>{const a=e.map(r=>r.count),n=Object.values(a).sort((r,o)=>r-o),c=r=>{const o=Math.floor(r/100*n.length);return n[o]||n[n.length-1]},s=[c(25),c(50),c(75),c(100)],i=r=>r<=s[0]?1:r<=s[1]?2:r<=s[2]?3:4;return e.map(({date:r,count:o})=>({date:r,count:o,level:i(o)}))},Ky=()=>{const e=q("projectId"),{data:a}=K2(e),{themeMode:n}=qc(),c={light:["#f1f0fc","#ceccfd","#8982ff","#6c65e5","#615bc2"],dark:["#302E42",P2.palette.background.alternative]},s=Yy(a.activityCountByDate),i=qy(s);return t.jsx(t.Fragment,{children:a.activityCountByDate.length>0?t.jsx(Hy,{children:t.jsx(Wy,{colorScheme:n,theme:c,data:i,maxLevel:4,showWeekdayLabels:!0,labels:{totalCount:"{{count}} activities in the last year"},renderBlock:(r,o)=>t.jsx(O1,{title:`${o.count} activities on ${o.date}`,children:r})})}):t.jsx("span",{children:"No activity"})})},S2={initial:"Feature flags in the Define stage are flags that have not yet received metrics from any environments. This might mean that the flags have not been used yet, or it could indicate integration issues.",preLive:"In the Develop stage, the feature is being developed and tested in controlled environments. Once the feature is ready, the flag can be enabled in production.",live:"The feature is being rolled out in production according to its assigned strategies (targeting user segments and/or using percentage rollout).",completed:"Flags that are in the Cleanup stage still receive metrics in production. Consider archiving them to clean up your codebase to reduce technical debt.",archived:"Flags that have been archived and are no longer in use, but kept for future reference."},Gy=l("div")(({theme:e})=>({padding:e.spacing(2),gap:e.spacing(2),minHeight:"100%",display:"flex",flexFlow:"column",justifyContent:"space-between",transition:"all 200ms",borderRadius:e.shape.borderRadiusExtraLarge,border:`2px solid ${e.palette.divider}`,"&:focus-visible":{outline:"none",borderColor:e.palette.primary.main},"&:hover":{backgroundColor:e.palette.table.rowHover}})),Jy=({text:e})=>{const a=l("span")(({theme:n})=>({display:"flex",alignItems:"flex-start",gap:n.spacing(1),fontSize:n.typography.body1.fontSize,padding:n.spacing(1)}));return t.jsxs(a,{children:[t.jsx(Kc,{fontSize:"small",color:"primary"}),t.jsx("p",{children:e})]})},C2=({children:e,tooltipText:a})=>t.jsx("li",{children:t.jsx(t2,{arrow:!0,maxWidth:"850px",title:t.jsx(Jy,{text:a}),children:t.jsx(Gy,{tabIndex:0,children:e})})}),Qy=l("ul")(({theme:e})=>({display:"grid",listStyle:"none",gridTemplateColumns:"repeat(auto-fit, minmax(180px, 1fr))",gap:e.spacing(1),justifyContent:"center",padding:0,flex:"auto",margin:0})),w2=l("span")({display:"flex",alignItems:"center",justifyContent:"space-between"}),Xy=l("span")(({theme:e})=>({fontSize:`calc(2 * ${e.typography.body1.fontSize})`})),Ft=l("dl")(({theme:e})=>({margin:0,fontSize:e.typography.body2.fontSize,"& dd":{margin:0,fontWeight:"bold"}})),eb=l("span")(({theme:e})=>({fontSize:e.typography.body2.fontSize})),tb=l("span")({fontWeight:"normal"}),c0=({averageDays:e})=>{const a=()=>e==null?t.jsx(tb,{children:"No data"}):e<1?"less than a day":e===1?"1 day":`${e} days`;return t.jsxs(Ft,{children:[t.jsx("dt",{children:"Avg. time in stage"}),t.jsx("dd",{"data-loading-project-lifecycle-summary":!0,children:t.jsx(a,{})})]})},Z2=({value:e})=>t.jsx(Xy,{"data-loading-project-lifecycle-summary":!0,children:t.jsx(p7,{value:e??0,threshold:1e3,precision:1})}),ab=()=>{const e=q("projectId"),{data:a,loading:n}=K2(e),c=H3(n,"[data-loading-project-lifecycle-summary=true]"),s=p=>(a==null?void 0:a.lifecycleSummary[p].currentFlags)===1?"Flag":"Flags",i=p=>{const h=p==="preLive"?"pre-live":p;return t.jsxs(eb,{children:[s(p)," in"," ",Yc(h)]})},r=(a==null?void 0:a.lifecycleSummary.archived.last30Days)??0,o=`${r} ${r===1?"flag":"flags"} archived`;return t.jsxs(Qy,{ref:c,children:[t.jsxs(C2,{tooltipText:S2.initial,children:[t.jsxs("p",{children:[t.jsxs(w2,{children:[t.jsx(Z2,{value:a==null?void 0:a.lifecycleSummary.initial.currentFlags}),t.jsx(y2,{"aria-hidden":"true",stage:{name:"initial"}})]}),t.jsx("span",{children:i("initial")})]}),t.jsx(c0,{averageDays:a==null?void 0:a.lifecycleSummary.initial.averageDays})]}),t.jsxs(C2,{tooltipText:S2.preLive,children:[t.jsxs("p",{children:[t.jsxs(w2,{children:[t.jsx(Z2,{value:a==null?void 0:a.lifecycleSummary.preLive.currentFlags}),t.jsx(y2,{"aria-hidden":"true",stage:{name:"pre-live"}})]}),t.jsx("span",{children:i("preLive")})]}),t.jsx(c0,{averageDays:a==null?void 0:a.lifecycleSummary.preLive.averageDays})]}),t.jsxs(C2,{tooltipText:S2.live,children:[t.jsxs("p",{children:[t.jsxs(w2,{children:[t.jsx(Z2,{value:a==null?void 0:a.lifecycleSummary.live.currentFlags}),t.jsx(y2,{"aria-hidden":"true",stage:{name:"live"}})]}),t.jsx("span",{children:i("live")})]}),t.jsx(c0,{averageDays:a==null?void 0:a.lifecycleSummary.live.averageDays})]}),t.jsxs(C2,{tooltipText:S2.completed,children:[t.jsxs("p",{children:[t.jsxs(w2,{children:[t.jsx(Z2,{value:a==null?void 0:a.lifecycleSummary.completed.currentFlags}),t.jsx(y2,{"aria-hidden":"true",stage:{name:"completed"}})]}),t.jsx("span",{children:i("completed")})]}),t.jsx(c0,{averageDays:a==null?void 0:a.lifecycleSummary.completed.averageDays})]}),t.jsxs(C2,{tooltipText:S2.archived,children:[t.jsxs("p",{children:[t.jsxs(w2,{children:[t.jsx(Z2,{value:a==null?void 0:a.lifecycleSummary.archived.currentFlags}),t.jsx(y2,{"aria-hidden":"true",stage:{name:"archived"}})]}),t.jsx("span",{children:i("archived")})]}),t.jsxs(Ft,{children:[t.jsx("dt",{children:"Last 30 days"}),t.jsx("dd",{"data-loading-project-lifecycle-summary":!0,children:o})]})]})]})},$t=l("article")(({theme:e})=>({backgroundColor:e.palette.background.elevation1,padding:e.spacing(3),borderRadius:e.shape.borderRadiusExtraLarge})),p0=40,t4=13,V6=p0*2+t4,Vt=100,M6=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),L6=l("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(2)})),nb=l("div")(({theme:e})=>({flex:"none",height:85,width:Vt,position:"relative"})),cb=l("svg")({position:"absolute"}),sb=l("span")(({theme:e})=>({fontSize:e.typography.h1.fontSize})),ib=l("div")(({theme:e})=>({flex:"none",display:"grid",placeItems:"center",width:Vt})),rb=l("p")(({theme:e})=>({fontSize:e.typography.body2.fontSize,display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",borderRadius:"50%",backgroundColor:e.mode==="light"?e.palette.background.elevation2:"#302E42",width:V6,height:V6,overflow:"hidden"})),ob=({flagCount:e})=>{const a=e===1?"flag":"flags";return t.jsx(ib,{children:t.jsxs(rb,{children:[t.jsx(sb,{children:t.jsx(p7,{value:e,threshold:1e3,precision:1})}),t.jsx("span",{children:"unhealthy"}),t.jsx("span",{children:a})]})})},lb=e=>{const a=m1();switch(Gc(e)){case"error":return a.palette.error.main;case"warning":return a.palette.warning.border;default:return a.palette.success.border}},db=l($t)(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"space-around",gap:e.spacing(2)})),pb=()=>{const e=q("projectId"),{data:{technicalDebt:a,staleFlags:n}}=K2(e),{isOss:c}=r1(),s=m1(),i=2*Math.PI*p0,r=.3,o=1-r,p=.75-r/2,h=(a.current||0)/100*i*.7,u=lb(a.current||0);return t.jsxs(db,{children:[t.jsxs(L6,{children:[t.jsx(nb,{children:t.jsxs(cb,{viewBox:"0 0 100 100",children:[t.jsx("circle",{cx:"50",cy:"50",r:p0,fill:"none",stroke:s.palette.background.application,strokeWidth:t4,strokeDasharray:`${o*i} ${r*i}`,strokeDashoffset:p*i}),t.jsx("circle",{cx:"50",cy:"50",r:p0,fill:"none",stroke:u,strokeWidth:t4,strokeDasharray:`${h} ${i-h}`,strokeDashoffset:p*i}),t.jsxs("text",{x:"50",y:"50",textAnchor:"middle",dominantBaseline:"middle",fill:s.palette.text.primary,fontSize:s.typography.h1.fontSize,children:[a.current||0,"%"]})]})}),t.jsxs(M6,{children:[t.jsxs(T,{children:["Your current technical debt rating is"," ",a.current,"%."]}),!c()&&t.jsx(d1,{to:`/insights?project=IS%3A${e}`,children:"View technical debt over time"})]})]}),t.jsxs(L6,{children:[t.jsx(ob,{flagCount:n.total}),t.jsxs(M6,{children:[t.jsx(T,{variant:"body2",children:"To keep your project healthy, archive stale feature flags and remove code from your code base to reduce technical debt."}),t.jsx(d1,{to:`/projects/${e}?state=IS_ANY_OF%3Astale%2Cpotentially-stale`,children:"View unhealthy flags"})]})]})]})};var g5={},hb=N1;Object.defineProperty(g5,"__esModule",{value:!0});var Mt=g5.default=void 0,ub=hb(B1()),mb=t,vb=(0,ub.default)((0,mb.jsx)("path",{d:"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"}),"Group");Mt=g5.default=vb;const gb=l("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),containerType:"inline-size"})),fb=l("span")(({theme:e})=>({display:"inline-flex",flexFlow:"row nowrap",gap:e.spacing(1),svg:{fill:e.palette.primary.main}})),Lt=e=>({"@container (max-width: 385px)":e,"@supports not (container-type: inline-size)":{"@media (max-width: 385px)":e}}),xb=l("li")(({theme:e})=>({display:"flex",flexFlow:"row",justifyContent:"space-between",alignItems:"center",gap:e.spacing(1),...Lt({flexFlow:"column",alignItems:"flex-start",justifyContent:"unset","& + li":{marginTop:e.spacing(5)}})})),jb=l("ul")(({theme:e})=>({margin:0,listStyle:"none",padding:0,"li + li":{marginTop:e.spacing(2)},...Lt({"li + li":{marginTop:e.spacing(4)}})})),Re=({children:e,linkUrl:a,linkText:n,icon:c})=>t.jsxs(xb,{children:[t.jsxs(fb,{children:[c,t.jsx("span",{"data-loading-resources":!0,children:e})]}),t.jsx(d1,{to:a,children:n})]}),yb=e=>{const{data:a,loading:n}=K2(e),{resources:c}=a??{resources:{members:0,apiTokens:0,segments:0}};return{resources:c,loading:n}},bb=()=>{const e=q("projectId"),{resources:a,loading:n}=yb(e),c=H3(n,"[data-loading-resources=true]");return t.jsx($t,{ref:c,children:t.jsxs(gb,{children:[t.jsx(T,{variant:"h4",sx:{margin:0},children:"Project resources"}),t.jsxs(jb,{children:[t.jsxs(Re,{linkUrl:`/projects/${e}/settings/access`,linkText:"Add members",icon:t.jsx(Mt,{}),children:[a.members," project member(s)"]}),t.jsxs(Re,{linkUrl:`/projects/${e}/settings/api-access`,linkText:"Add new key",icon:t.jsx(Es,{}),children:[a.apiTokens," API key(s)"]}),t.jsxs(Re,{linkUrl:`/projects/${e}/settings/segments`,linkText:"Add segments",icon:t.jsx(Jc,{}),children:[a.segments," project segment(s)"]})]})]})})},Sb=e=>({"@container (max-width: 650px)":e,"@supports not (container-type: inline-size)":{"@media (max-width: 712px)":e}}),Cb=l("div")({containerType:"inline-size"}),wb=l("div")(({theme:e})=>({display:"grid",gridTemplateAreas:`
|
|
43
|
+
`,document.head.appendChild(s),()=>{document.head.removeChild(s)}},[e,a])}const Bx="(prefers-reduced-motion: reduce)";function Lx(){const[e,a]=p3.useState(!0);return p3.useEffect(()=>{const n=window.matchMedia(Bx);a(n.matches);const c=s=>{a(s.matches)};return n.addEventListener("change",c),()=>{n.removeEventListener("change",c)}},[]),e}function zx(e,a){if(e.length===0)throw new Error("Activity data must not be empty.");for(const{date:n,level:c,count:s}of e){if(!A1.isValid(A1.parseISO(n)))throw new Error(`Activity date '${n}' is not a valid ISO 8601 date string.`);if(s<0)throw new RangeError(`Activity count must not be negative, found ${s}.`);if(c<0||c>a)throw new RangeError(`Activity level ${c} for ${n} is out of range. It must be between 0 and ${a}.`)}}function Nx(e,a=0){const n=Wx(e),c=n[0],s=A1.parseISO(c.date),i=A1.getDay(s)===a?s:A1.subWeeks(A1.nextDay(s,a),1),r=[...Array(A1.differenceInCalendarDays(s,i)).fill(void 0),...n],o=Math.ceil(r.length/7);return f0(o).map(p=>r.slice(p*7,p*7+7))}function Wx(e){const a=new Map(e.map(s=>[s.date,s])),n=e[0],c=e[e.length-1];return A1.eachDayOfInterval({start:A1.parseISO(n.date),end:A1.parseISO(c.date)}).map(s=>{const i=A1.formatISO(s,{representation:"date"});return a.has(i)?a.get(i):{date:i,count:0,level:0}})}function O3(e){return`${Ge}__${e}`}function Hx(){const e=new Date().getFullYear();return A1.eachDayOfInterval({start:new Date(e,0,1),end:new Date(e,11,31)}).map(n=>({date:A1.formatISO(n,{representation:"date"}),count:0,level:0}))}function f0(e){return[...Array(e).keys()]}function qx(e,a=at){return e.reduce((n,c,s)=>{const i=c.find(p=>p!==void 0);if(!i)throw new Error(`Unexpected error: Week ${s+1} is empty.`);const r=a[A1.getMonth(A1.parseISO(i.date))];if(!r){const p=new Date(i.date).toLocaleString("en-US",{month:"short"});throw new Error(`Unexpected error: undefined month label for ${p}.`)}const o=n[n.length-1];return s===0||!o||o.label!==r?[...n,{weekIndex:s,label:r}]:n},[]).filter(({weekIndex:n},c,s)=>c===0?s[1]&&s[1].weekIndex-n>=3:c===s.length-1?e.slice(n).length>=3:!0)}function Ux(e,a,n){if(e.length!==7)throw new Error("Exactly 7 labels, one for each weekday must be passed.");return e.reduce((c,s,i)=>a.byDayIndex(i)?Math.max(c,Math.ceil(Yx(s,n).width)):c,0)}function Yx(e,a){if(typeof document>"u"||typeof window>"u")return{width:0,height:0};if(a<1)throw new RangeError("fontSize must be positive");if(e.length===0)return{width:0,height:0};const n="http://www.w3.org/2000/svg",c=document.createElementNS(n,"svg");c.style.position="absolute",c.style.visibility="hidden",c.style.fontFamily=window.getComputedStyle(document.body).fontFamily,c.style.fontSize=`${a}px`;const s=document.createElementNS(n,"text");s.textContent=e,c.appendChild(s),document.body.appendChild(c);const i=s.getBBox();return document.body.removeChild(c),{width:i.width,height:i.height}}function Gx(e,a){if(!e)return{byDayIndex:()=>!1,shouldShow:!1};if(e===!0)return{byDayIndex:c=>(7+c-a)%7%2!==0,shouldShow:!0};const n=[];for(const c of e){const s=Jx[c.toLowerCase()];n[s]=!0}return{byDayIndex:c=>n[c]??!1,shouldShow:e.length>0}}const Jx={sun:0,mon:1,tue:2,wed:3,thu:4,fri:5,sat:6};function Kx(e,a=5){const n=Qx(a);return e?(Xx(e,a),e.light=e.light??n.light,e.dark=e.dark??n.dark,{light:l6(e.light)?x0(e.light,a):e.light,dark:l6(e.dark)?x0(e.dark,a):e.dark}):n}function Qx(e){return{light:x0(["hsl(0, 0%, 92%)","hsl(0, 0%, 26%)"],e),dark:x0(["hsl(0, 0%, 22%)","hsl(0, 0%, 92%)"],e)}}function Xx(e,a){const n='The number of colors is controlled by the "maxLevel" property.';if(typeof e!="object"||e.light===void 0&&e.dark===void 0)throw new Error(`The theme object must contain at least one of the fields "light" and "dark" with exactly 2 or ${a} colors respectively. ${n}`);if(e.light){const{length:c}=e.light;if(c!==2&&c!==a)throw new Error(`theme.light must contain exactly 2 or ${a} colors, ${c} passed. ${n}`);for(const s of e.light)if(typeof window<"u"&&!CSS.supports("color",s))throw new Error(`Invalid color "${s}" passed. All CSS color formats are accepted.`)}if(e.dark){const{length:c}=e.dark;if(c!==2&&c!==a)throw new Error(`theme.dark must contain exactly 2 or ${a} colors, ${c} passed. ${n}`);for(const s of e.dark)if(typeof window<"u"&&!CSS.supports("color",s))throw new Error(`Invalid color "${s}" passed. All CSS color formats are accepted.`)}}function x0([e,a],n){return f0(n).map(c=>{switch(c){case 0:return e;case n-1:return a;default:{const s=c/(n-1)*100;return`color-mix(in oklab, ${a} ${parseFloat(s.toFixed(2))}%, ${e})`}}})}function l6(e){return e.length===2}const F3={container:e=>({width:"max-content",maxWidth:"100%",display:"flex",flexDirection:"column",gap:"8px",fontSize:`${e}px`}),scrollContainer:e=>({maxWidth:"100%",overflowX:"auto",overflowY:"hidden",paddingTop:Math.ceil(.1*e)}),calendar:{display:"block",overflow:"visible"},rect:e=>({stroke:e==="light"?"rgba(0, 0, 0, 0.08)":"rgba(255, 255, 255, 0.04)"}),footer:{container:{display:"flex",flexWrap:"wrap",gap:"4px 16px",whiteSpace:"nowrap"},legend:{marginLeft:"auto",display:"flex",alignItems:"center",gap:"3px"}}},W0=p3.forwardRef(({data:e,blockMargin:a=4,blockRadius:n=2,blockSize:c=12,colorScheme:s=void 0,eventHandlers:i={},fontSize:r=14,hideColorLegend:o=!1,hideMonthLabels:p=!1,hideTotalCount:h=!1,labels:u=void 0,maxLevel:g=4,loading:m=!1,renderBlock:v=void 0,renderColorLegend:f=void 0,showWeekdayLabels:j=!1,style:b={},theme:x=void 0,totalCount:C=void 0,weekStart:A=0},M)=>{const[k,B]=p3.useState(!1);p3.useEffect(()=>{B(!0)},[]),g=Math.max(1,g);const w=Kx(x,g+1),O=_x(),V=s??O,P=w[V];Mx(P[0],V);const I=!Lx();m&&(e=Hx()),zx(e,g);const z=e[0],q=A1.getYear(A1.parseISO(z.date)),E=Nx(e,A),W=Object.assign({},Vx,u),_=p?0:r+g4,F=Gx(j,A),S=k&&F.shouldShow?Ux(W.weekdays,F,r)+g4:void 0;function y(){return{width:E.length*(c+a)-a,height:_+(c+a)*7-a}}function T(n1){return Object.keys(i).reduce((X,e1)=>({...X,[e1]:O1=>{var k1;return(k1=i[e1])==null?void 0:k1.call(i,O1)(n1)}}),{})}function Y(){return E.map((n1,X)=>n1.map((e1,O1)=>{if(!e1)return null;const k1=m&&I?{animation:`${nt} 1.75s ease-in-out infinite`,animationDelay:`${X*20+O1*20}ms`}:void 0,F1=w1.jsx("rect",{...T(e1),x:0,y:_+(c+a)*O1,width:c,height:c,rx:n,ry:n,fill:P[e1.level],"data-date":e1.date,"data-level":e1.level,style:{...F3.rect(V),...k1}});return w1.jsx(p3.Fragment,{children:v?v(F1,e1):F1},e1.date)})).map((n1,X)=>w1.jsx("g",{transform:`translate(${(c+a)*X}, 0)`,children:n1},X))}function G(){if(h&&o)return null;const n1=typeof C=="number"?C:e.reduce((X,e1)=>X+e1.count,0);return w1.jsxs("footer",{className:O3("footer"),style:{...F3.footer.container,marginLeft:S},children:[m&&w1.jsx("div",{children:" "}),!m&&!h&&w1.jsx("div",{className:O3("count"),children:W.totalCount?W.totalCount.replace("{{count}}",String(n1)).replace("{{year}}",String(q)):`${n1} activities in ${q}`}),!m&&!o&&w1.jsxs("div",{className:O3("legend-colors"),style:F3.footer.legend,children:[w1.jsx("span",{style:{marginRight:"0.4em"},children:W.legend.less}),f0(g+1).map(X=>{const e1=w1.jsx("svg",{width:c,height:c,children:w1.jsx("rect",{width:c,height:c,fill:P[X],rx:n,ry:n,style:F3.rect(V)})});return w1.jsx(p3.Fragment,{children:f?f(e1,X):e1},X)}),w1.jsx("span",{style:{marginLeft:"0.4em"},children:W.legend.more})]})]})}function J(){return F.shouldShow?w1.jsx("g",{className:O3("legend-weekday"),children:f0(7).map(n1=>{const X=(n1+A)%7;return F.byDayIndex(X)?w1.jsx("text",{x:-g4,y:_+(c+a)*n1+c/2,dominantBaseline:"central",textAnchor:"end",fill:"currentColor",children:W.weekdays[X]},n1):null})}):null}function p1(){return p?null:w1.jsx("g",{className:O3("legend-month"),children:qx(E,W.months).map(({label:n1,weekIndex:X})=>w1.jsx("text",{x:(c+a)*X,y:0,dominantBaseline:"hanging",fill:"currentColor",children:n1},X))})}const{width:f1,height:Z1}=y();return w1.jsxs("article",{ref:M,className:Ge,style:{...b,...F3.container(r)},children:[w1.jsx("div",{className:O3("scroll-container"),style:F3.scrollContainer(r),children:w1.jsxs("svg",{width:f1,height:Z1,viewBox:`0 0 ${f1} ${Z1}`,className:O3("calendar"),style:{...F3.calendar,marginLeft:S},children:[!m&&J(),!m&&p1(),Y()]})}),G()]})});W0.displayName="ActivityCalendar";const ej=e=>w1.jsx(W0,{data:[],...e});N0.ActivityCalendar=W0;N0.Skeleton=ej;var tj=N0.default=W0;const aj=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"center","svg rect":{stroke:"#0000 !important"}})),nj=e=>{const a=new Date,n=new Date;n.setFullYear(a.getFullYear()-1);const c=a.toISOString().split("T")[0],s=n.toISOString().split("T")[0],i=e.some(o=>o.date===c);return e.some(o=>o.date===s)||e.unshift({count:0,date:s,level:0}),i||e.push({count:0,date:c,level:0}),e},cj=e=>{const a=e.map(r=>r.count),n=Object.values(a).sort((r,o)=>r-o),c=r=>{const o=Math.floor(r/100*n.length);return n[o]||n[n.length-1]},s=[c(25),c(50),c(75),c(100)],i=r=>r<=s[0]?1:r<=s[1]?2:r<=s[2]?3:4;return e.map(({date:r,count:o})=>({date:r,count:o,level:i(o)}))},sj=()=>{const e=U("projectId"),{data:a}=N2(e),{themeMode:n}=ac(),c={light:["#f1f0fc","#ceccfd","#8982ff","#6c65e5","#615bc2"],dark:["#302E42",T2.palette.background.alternative]},s=cj(a.activityCountByDate),i=nj(s);return t.jsx(t.Fragment,{children:a.activityCountByDate.length>0?t.jsx(aj,{children:t.jsx(tj,{colorScheme:n,theme:c,data:i,maxLevel:4,showWeekdayLabels:!0,labels:{totalCount:"{{count}} activities in the last year"},renderBlock:(r,o)=>t.jsx(P1,{title:`${o.count} activities on ${o.date}`,children:r})})}):t.jsx("span",{children:"No activity"})})},v2={initial:"Feature flags in the Define stage are flags that have not yet received metrics from any environments. This might mean that the flags have not been used yet, or it could indicate integration issues.",preLive:"In the Develop stage, the feature is being developed and tested in controlled environments. Once the feature is ready, the flag can be enabled in production.",live:"The feature is being rolled out in production according to its assigned strategies (targeting user segments and/or using percentage rollout).",completed:"Flags that are in the Cleanup stage still receive metrics in production. Consider archiving them to clean up your codebase to reduce technical debt.",archived:"Flags that have been archived and are no longer in use, but kept for future reference."},ij=d("div")(({theme:e})=>({padding:e.spacing(2),gap:e.spacing(2),minHeight:"100%",display:"flex",flexFlow:"column",justifyContent:"space-between",transition:"all 200ms",borderRadius:e.shape.borderRadiusExtraLarge,border:`2px solid ${e.palette.divider}`,"&:focus-visible":{outline:"none",borderColor:e.palette.primary.main},"&:hover":{backgroundColor:e.palette.table.rowHover}})),rj=({text:e})=>{const a=d("span")(({theme:n})=>({display:"flex",alignItems:"flex-start",gap:n.spacing(1),fontSize:n.typography.body1.fontSize,padding:n.spacing(1)}));return t.jsxs(a,{children:[t.jsx(cc,{fontSize:"small",color:"primary"}),t.jsx("p",{children:e})]})},g2=({children:e,tooltipText:a})=>t.jsx("li",{children:t.jsx(Q3,{arrow:!0,maxWidth:"850px",title:t.jsx(rj,{text:a}),children:t.jsx(ij,{tabIndex:0,children:e})})}),oj=d("ul")(({theme:e})=>({display:"grid",listStyle:"none",gridTemplateColumns:"repeat(auto-fit, minmax(180px, 1fr))",gap:e.spacing(1),justifyContent:"center",padding:0,flex:"auto",margin:0})),f2=d("span")({display:"flex",alignItems:"center",justifyContent:"space-between"}),lj=d("span")(({theme:e})=>({fontSize:`calc(2 * ${e.typography.body1.fontSize})`})),ct=d("dl")(({theme:e})=>({margin:0,fontSize:e.typography.body2.fontSize,"& dd":{margin:0,fontWeight:"bold"}})),dj=d("span")(({theme:e})=>({fontSize:e.typography.body2.fontSize})),pj=d("span")({fontWeight:"normal"}),Q2=({averageDays:e})=>{const a=()=>e==null?t.jsx(pj,{children:"No data"}):e<1?"less than a day":e===1?"1 day":`${e} days`;return t.jsxs(ct,{children:[t.jsx("dt",{children:"Avg. time in stage"}),t.jsx("dd",{"data-loading-project-lifecycle-summary":!0,children:t.jsx(a,{})})]})},x2=({value:e})=>t.jsx(lj,{"data-loading-project-lifecycle-summary":!0,children:t.jsx(P8,{value:e??0,threshold:1e3,precision:1})}),hj=()=>{const e=U("projectId"),{data:a,loading:n}=N2(e),c=N3(n,"[data-loading-project-lifecycle-summary=true]"),s=p=>(a==null?void 0:a.lifecycleSummary[p].currentFlags)===1?"Flag":"Flags",i=p=>{const h=p==="preLive"?"pre-live":p;return t.jsxs(dj,{children:[s(p)," in"," ",nc(h)]})},r=(a==null?void 0:a.lifecycleSummary.archived.last30Days)??0,o=`${r} ${r===1?"flag":"flags"} archived`;return t.jsxs(oj,{ref:c,children:[t.jsxs(g2,{tooltipText:v2.initial,children:[t.jsxs("p",{children:[t.jsxs(f2,{children:[t.jsx(x2,{value:a==null?void 0:a.lifecycleSummary.initial.currentFlags}),t.jsx(u2,{"aria-hidden":"true",stage:{name:"initial"}})]}),t.jsx("span",{children:i("initial")})]}),t.jsx(Q2,{averageDays:a==null?void 0:a.lifecycleSummary.initial.averageDays})]}),t.jsxs(g2,{tooltipText:v2.preLive,children:[t.jsxs("p",{children:[t.jsxs(f2,{children:[t.jsx(x2,{value:a==null?void 0:a.lifecycleSummary.preLive.currentFlags}),t.jsx(u2,{"aria-hidden":"true",stage:{name:"pre-live"}})]}),t.jsx("span",{children:i("preLive")})]}),t.jsx(Q2,{averageDays:a==null?void 0:a.lifecycleSummary.preLive.averageDays})]}),t.jsxs(g2,{tooltipText:v2.live,children:[t.jsxs("p",{children:[t.jsxs(f2,{children:[t.jsx(x2,{value:a==null?void 0:a.lifecycleSummary.live.currentFlags}),t.jsx(u2,{"aria-hidden":"true",stage:{name:"live"}})]}),t.jsx("span",{children:i("live")})]}),t.jsx(Q2,{averageDays:a==null?void 0:a.lifecycleSummary.live.averageDays})]}),t.jsxs(g2,{tooltipText:v2.completed,children:[t.jsxs("p",{children:[t.jsxs(f2,{children:[t.jsx(x2,{value:a==null?void 0:a.lifecycleSummary.completed.currentFlags}),t.jsx(u2,{"aria-hidden":"true",stage:{name:"completed"}})]}),t.jsx("span",{children:i("completed")})]}),t.jsx(Q2,{averageDays:a==null?void 0:a.lifecycleSummary.completed.averageDays})]}),t.jsxs(g2,{tooltipText:v2.archived,children:[t.jsxs("p",{children:[t.jsxs(f2,{children:[t.jsx(x2,{value:a==null?void 0:a.lifecycleSummary.archived.currentFlags}),t.jsx(u2,{"aria-hidden":"true",stage:{name:"archived"}})]}),t.jsx("span",{children:i("archived")})]}),t.jsxs(ct,{children:[t.jsx("dt",{children:"Last 30 days"}),t.jsx("dd",{"data-loading-project-lifecycle-summary":!0,children:o})]})]})]})},st=d("article")(({theme:e})=>({backgroundColor:e.palette.background.elevation1,padding:e.spacing(3),borderRadius:e.shape.borderRadiusExtraLarge})),a0=40,_4=13,d6=a0*2+_4,it=100,p6=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),h6=d("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(2)})),uj=d("div")(({theme:e})=>({flex:"none",height:85,width:it,position:"relative"})),mj=d("svg")({position:"absolute"}),vj=d("span")(({theme:e})=>({fontSize:e.typography.h1.fontSize})),gj=d("div")(({theme:e})=>({flex:"none",display:"grid",placeItems:"center",width:it})),fj=d("p")(({theme:e})=>({fontSize:e.typography.body2.fontSize,display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",borderRadius:"50%",backgroundColor:e.mode==="light"?e.palette.background.elevation2:"#302E42",width:d6,height:d6,overflow:"hidden"})),xj=({flagCount:e})=>{const a=e===1?"flag":"flags";return t.jsx(gj,{children:t.jsxs(fj,{children:[t.jsx(vj,{children:t.jsx(P8,{value:e,threshold:1e3,precision:1})}),t.jsx("span",{children:"unhealthy"}),t.jsx("span",{children:a})]})})},jj=e=>{const a=S1();switch(sc(e)){case"error":return a.palette.error.main;case"warning":return a.palette.warning.border;default:return a.palette.success.border}},yj=d(st)(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"space-around",gap:e.spacing(2)})),bj=()=>{const e=U("projectId"),{data:{technicalDebt:a,staleFlags:n}}=N2(e),{isOss:c}=d1(),s=S1(),i=2*Math.PI*a0,r=.3,o=1-r,p=.75-r/2,h=(a.current||0)/100*i*.7,u=jj(a.current||0);return t.jsxs(yj,{children:[t.jsxs(h6,{children:[t.jsx(uj,{children:t.jsxs(mj,{viewBox:"0 0 100 100",children:[t.jsx("circle",{cx:"50",cy:"50",r:a0,fill:"none",stroke:s.palette.background.application,strokeWidth:_4,strokeDasharray:`${o*i} ${r*i}`,strokeDashoffset:p*i}),t.jsx("circle",{cx:"50",cy:"50",r:a0,fill:"none",stroke:u,strokeWidth:_4,strokeDasharray:`${h} ${i-h}`,strokeDashoffset:p*i}),t.jsxs("text",{x:"50",y:"50",textAnchor:"middle",dominantBaseline:"middle",fill:s.palette.text.primary,fontSize:s.typography.h1.fontSize,children:[a.current||0,"%"]})]})}),t.jsxs(p6,{children:[t.jsxs($,{children:["Your current technical debt rating is"," ",a.current,"%."]}),!c()&&t.jsx(l1,{to:`/insights?project=IS%3A${e}`,children:"View technical debt over time"})]})]}),t.jsxs(h6,{children:[t.jsx(xj,{flagCount:n.total}),t.jsxs(p6,{children:[t.jsx($,{variant:"body2",children:"To keep your project healthy, archive stale feature flags and remove code from your code base to reduce technical debt."}),t.jsx(l1,{to:`/projects/${e}?state=IS_ANY_OF%3Astale%2Cpotentially-stale`,children:"View unhealthy flags"})]})]})]})};var Je={},Sj=W1;Object.defineProperty(Je,"__esModule",{value:!0});var rt=Je.default=void 0,wj=Sj(N1()),Cj=t,Zj=(0,wj.default)((0,Cj.jsx)("path",{d:"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"}),"Group");rt=Je.default=Zj;const kj=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),containerType:"inline-size"})),Tj=d("span")(({theme:e})=>({display:"inline-flex",flexFlow:"row nowrap",gap:e.spacing(1),svg:{fill:e.palette.primary.main}})),ot=e=>({"@container (max-width: 385px)":e,"@supports not (container-type: inline-size)":{"@media (max-width: 385px)":e}}),Ej=d("li")(({theme:e})=>({display:"flex",flexFlow:"row",justifyContent:"space-between",alignItems:"center",gap:e.spacing(1),...ot({flexFlow:"column",alignItems:"flex-start",justifyContent:"unset","& + li":{marginTop:e.spacing(5)}})})),Aj=d("ul")(({theme:e})=>({margin:0,listStyle:"none",padding:0,"li + li":{marginTop:e.spacing(2)},...ot({"li + li":{marginTop:e.spacing(4)}})})),f4=({children:e,linkUrl:a,linkText:n,icon:c})=>t.jsxs(Ej,{children:[t.jsxs(Tj,{children:[c,t.jsx("span",{"data-loading-resources":!0,children:e})]}),t.jsx(l1,{to:a,children:n})]}),Dj=e=>{const{data:a,loading:n}=N2(e),{resources:c}=a??{resources:{members:0,apiTokens:0,segments:0}};return{resources:c,loading:n}},Ij=()=>{const e=U("projectId"),{resources:a,loading:n}=Dj(e),c=N3(n,"[data-loading-resources=true]");return t.jsx(st,{ref:c,children:t.jsxs(kj,{children:[t.jsx($,{variant:"h4",sx:{margin:0},children:"Project resources"}),t.jsxs(Aj,{children:[t.jsxs(f4,{linkUrl:`/projects/${e}/settings/access`,linkText:"Add members",icon:t.jsx(rt,{}),children:[a.members," project member(s)"]}),t.jsxs(f4,{linkUrl:`/projects/${e}/settings/api-access`,linkText:"Add new key",icon:t.jsx(Mc,{}),children:[a.apiTokens," API key(s)"]}),t.jsxs(f4,{linkUrl:`/projects/${e}/settings/segments`,linkText:"Add segments",icon:t.jsx(ic,{}),children:[a.segments," project segment(s)"]})]})]})})},Rj=e=>({"@container (max-width: 650px)":e,"@supports not (container-type: inline-size)":{"@media (max-width: 712px)":e}}),Oj=d("div")({containerType:"inline-size"}),Fj=d("div")(({theme:e})=>({display:"grid",gridTemplateAreas:`
|
|
726
44
|
"health resources"
|
|
727
45
|
"health resources"
|
|
728
|
-
`,gridTemplateColumns:"repeat(2, minmax(300px, 1fr))",gap:e.spacing(1,2),...
|
|
46
|
+
`,gridTemplateColumns:"repeat(2, minmax(300px, 1fr))",gap:e.spacing(1,2),...Rj({display:"flex",flexDirection:"column",gap:e.spacing(1)})})),u6=d("div",{shouldForwardProp:e=>e!=="gridArea"})(({theme:e,gridArea:a})=>({gridArea:a,"&>*":{height:"100%"}})),$j=()=>t.jsx(Oj,{children:t.jsxs(Fj,{children:[t.jsx(u6,{gridArea:"health",children:t.jsx(bj,{})}),t.jsx(u6,{gridArea:"resources",children:t.jsx(Ij,{})})]})});var Ke={},Pj=W1;Object.defineProperty(Ke,"__esModule",{value:!0});var lt=Ke.default=void 0,Vj=Pj(N1()),_j=t,Mj=(0,Vj.default)((0,_j.jsx)("path",{d:"M4 4h16v12H5.17L4 17.17V4m0-2c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4zm2 10h8v2H6v-2zm0-3h12v2H6V9zm0-3h12v2H6V6z"}),"ChatOutlined");lt=Ke.default=Mj;const Bj=d("section")(({theme:e})=>({minHeight:"100vh",maxWidth:1100,width:"95vw",backgroundColor:e.palette.background.default,display:"flex",flexFlow:"column",gap:e.spacing(2.5),paddingInline:e.spacing(4),paddingBlock:e.spacing(3.75)})),Lj=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(4)})),zj=d("div")(({theme:e})=>({display:"flex",alignItems:"end"})),Nj=d("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1.5),marginInlineEnd:e.spacing(5)})),Wj=d(o7)(({theme:e})=>({fill:e.palette.primary.main,flex:"none"})),Hj=d("h3")(({theme:e})=>({fontSize:e.typography.h2.fontSize,margin:0})),m6=d("h4")(({theme:e})=>({margin:0,fontWeight:"normal"})),x4=d("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),qj=d("div")(({theme:e})=>({padding:e.spacing(.5)})),v6=d("p")(({theme:e})=>({fontSize:e.typography.body1.fontSize,"& + p":{marginTop:e.spacing(1)}})),Uj=()=>t.jsx(L2,{htmlTooltip:!0,htmlTooltipMaxWidth:"550px",tooltip:t.jsxs(qj,{children:[t.jsx(v6,{children:"Based on usage metrics and interactions with Unleash, feature flags can go through five distinct lifecycle stages. These stages mirror the typical software development process and allow you to identify bottlenecks at any stage of the lifecycle."}),t.jsx(v6,{children:t.jsx("a",{href:"https://docs.getunleash.io/concepts/feature-flags#feature-flag-lifecycle",children:"Read more in our documentation"})})]})}),Yj=d("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",marginBlockStart:"auto",gap:e.spacing(4)})),Gj=d("div")(({theme:e})=>({backgroundColor:e.palette.neutral.light,display:"flex",alignItems:"center",gap:e.spacing(1),padding:e.spacing(1,2.5),borderRadius:e.shape.borderRadiusLarge})),Jj=d(Q)(({theme:e})=>({color:e.palette.primary.main,fontWeight:"normal",padding:0,textDecoration:"underline",verticalAlign:"baseline"})),Kj=({open:e,onClose:a,onFollowLink:n})=>{const{openFeedback:c}=rc("projectStatus","manual"),s=()=>{c({title:"How easy was it to use the project status overview?",positiveLabel:"What do you like most about the project status overview?",areasForImprovementsLabel:"What should be improved on the project status overview?"})},{isOss:i}=d1();return t.jsx(oc,{open:e,onClose:a,label:"Project status",onClick:r=>{r.target instanceof HTMLAnchorElement&&n()},children:t.jsxs(Bj,{children:[t.jsxs(Nj,{children:[t.jsx(Wj,{"aria-hidden":"true"}),t.jsx(Hj,{children:"Project status"})]}),t.jsxs(Lj,{children:[t.jsx(x4,{children:t.jsx($j,{})}),!i()&&t.jsxs(t.Fragment,{children:[t.jsxs(x4,{children:[t.jsx(m6,{children:"Activity in project"}),t.jsx(sj,{})]}),t.jsxs(x4,{children:[t.jsxs(zj,{children:[t.jsx(m6,{children:"Flag lifecycle"}),t.jsx(Uj,{})]}),t.jsx(hj,{})]})]})]}),t.jsxs(Yj,{children:[t.jsxs(Gj,{children:[t.jsx(lt,{color:"primary"}),t.jsxs("p",{children:["Help us improve the project status overview; give us your"," ",t.jsx(Jj,{variant:"text",onClick:()=>{s(),a()},size:"small",children:"feedback"})]})]}),t.jsx(Q,{variant:"outlined",onClick:a,children:"Close"})]})]})})},Qj=d(O8)(({theme:e})=>({position:"absolute",top:5,right:20,[e.breakpoints.down("md")]:{top:2}})),Xj=d(uc)(({theme:e})=>({".MuiBadge-badge":{backgroundColor:e.palette.background.alternative,right:"-4px"},[e.breakpoints.down("md")]:{right:"6px"},flex:"auto",justifyContent:"center",minHeight:"1.5em",alignItems:"center"})),ey=d("span")(({theme:e})=>({color:e.palette.text.primary})),ty=()=>{const e=U("projectId"),{total:a}=B7(e);return t.jsx(Xj,{badgeContent:a??0,color:"primary",children:t.jsx(ey,{children:"Change requests"})})},ay=d(Q)(({theme:e})=>({color:e.palette.text.primary,fontSize:e.typography.body1.fontSize,fontWeight:"bold","svg *":{fill:e.palette.primary.main}})),ny=d(o7)(({theme:e})=>({marginLeft:e.spacing(.5)})),cy=()=>{const[e,a]=k0(),[n,c]=l.useState(e.has("project-status")),s=()=>{e.set("project-status",""),a(e),c(!0)},i=()=>{e.delete("project-status"),a(e),c(!1)};return t.jsxs(t.Fragment,{children:[t.jsx(ay,{onClick:s,startIcon:t.jsx(ny,{}),"data-loading-project":!0,children:"Project status"}),t.jsx(Kj,{open:n,onClose:i,onFollowLink:()=>c(!1)})]})},dy=()=>{const e=U("projectId"),{trackEvent:a}=v1(),n=lc(),{project:c,loading:s,error:i,refetch:r}=Q1(e),o=N3(s,"[data-loading-project=true]"),{setToastData:p,setToastApiError:h}=b1(),[u,g]=l.useState(!1),m=B1(),{pathname:v}=F8(),{isOss:f,uiConfig:j,isPro:b}=d1(),x=`/projects/${e}`,C=(c==null?void 0:c.name)||e,{favorite:A,unfavorite:M}=dc(),[k,B]=l.useState(!1),[w,O]=l.useState(!1),P=[{title:"Overview",path:x,name:"flags"},{title:"Change requests",path:`${x}/change-requests`,name:"change-request",isEnterprise:!0,labelOverride:ty},{title:"Applications",path:`${x}/applications`,name:"applications"},{title:"Event log",path:`${x}/logs`,name:"logs"},{title:"Settings",path:`${x}/settings`,ossPath:`${x}/settings/api-access`,name:"settings"}].filter(E=>E.flag?j.flags[E.flag]:!0).filter(E=>!(f()&&E.isEnterprise)),I=[...P].reverse().find(E=>v.startsWith(E.path));if(l.useEffect(()=>{const E=n.get("created"),W=n.get("edited");(E||W)&&p({type:"success",text:E?"Project created":"Project updated"})},[]),(i==null?void 0:i.status)===404)return t.jsxs(y3,{sx:E=>({padding:E.spacing(2,4,4)}),children:[t.jsx($,{variant:"h1",children:"404 Not Found"}),t.jsxs($,{children:["Project ",t.jsx("strong",{children:e})," does not exist."]})]});const z=async()=>{try{c!=null&&c.favorite?await M(e):await A(e),r()}catch{h("Something went wrong, could not update favorite")}},q=t.jsx(Z,{sx:E=>({marginLeft:E.spacing(1),display:"flex"}),children:t.jsx(A4,{})});return c.archivedAt?t.jsx($x,{name:c.name}):t.jsxs("div",{ref:o,children:[t.jsxs(or,{children:[t.jsx(lr,{children:t.jsxs(cr,{children:[t.jsx(r5,{children:t.jsxs(dr,{children:[t.jsx(D,{condition:(c==null?void 0:c.mode)==="private",show:t.jsx(Ex,{})}),t.jsx(sr,{"data-loading-project":!0,children:C}),t.jsx(rr,{onClick:z,isFavorite:(c==null?void 0:c.favorite)||!1})]})}),t.jsx(r5,{children:t.jsx(cy,{})})]})}),t.jsx(pr,{}),t.jsx(hr,{children:t.jsx(X4,{value:I==null?void 0:I.path,indicatorColor:"primary",textColor:"primary",variant:"scrollable",allowScrollButtonsMobile:!0,children:P.map(E=>t.jsx(ur,{"data-loading-project":!0,label:E.labelOverride?t.jsx(E.labelOverride,{}):E.title,value:E.path,onClick:()=>{E.title!=="Flags"&&a("project-navigation",{props:{eventType:E.title}}),m(f()&&E.ossPath?E.ossPath:E.path)},"data-testid":`TAB_${E.title}`,iconPosition:E.isEnterprise?"end":void 0,icon:t.jsxs(t.Fragment,{children:[t.jsx(D,{condition:!!E.new,show:t.jsx("span",{children:t.jsx(Qj,{color:"success",children:"Beta"})})}),E.isEnterprise&&b()&&q||void 0]})},E.title))})})]}),t.jsx(pc,{projectId:e,open:k,onClose:()=>{B(!1)},onSuccess:()=>{m("/projects")}}),t.jsxs(W3,{children:[t.jsx(s1,{path:"access/*",element:t.jsx($8,{replace:!0,to:`/projects/${e}/settings/access`})}),t.jsx(s1,{path:"logs",element:t.jsx(Hp,{})}),t.jsx(s1,{path:"change-requests",element:t.jsx(Bu,{})}),t.jsx(s1,{path:"change-requests/:id",element:t.jsx(hc,{value:{willOverwriteStrategyChanges:w,registerWillOverwriteStrategyChanges:()=>O(!0)},children:t.jsx(Eu,{})})}),t.jsx(s1,{path:"settings/*",element:t.jsx(kx,{})}),t.jsx(s1,{path:"applications",element:t.jsx(Fx,{})}),t.jsx(s1,{path:"*",element:t.jsx(Wp,{})})]}),t.jsx(Fe,{open:u,setOpen:g,project:e})]})};export{dy as default};
|