@iqworksai/common-components 0.1.10 → 0.1.11

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.
@@ -104,7 +104,7 @@ License: MIT
104
104
  * Released under the MIT license
105
105
  */var q1=function(){if(typeof window<"u"){if(window.devicePixelRatio)return window.devicePixelRatio;var e=window.screen;if(e)return(e.deviceXDPI||1)/(e.logicalXDPI||1)}return 1}(),go={toTextLines:function(e){var t=[],n;for(e=[].concat(e);e.length;)n=e.pop(),typeof n=="string"?t.unshift.apply(t,n.split(`
106
106
  `)):Array.isArray(n)?e.push.apply(e,n):Fe(e)||t.unshift(""+n);return t},textSize:function(e,t,n){var i=[].concat(t),r=i.length,o=e.font,s=0,a;for(e.font=n.string,a=0;a<r;++a)s=Math.max(e.measureText(i[a]).width,s);return e.font=o,{height:r*n.lineHeight,width:s}},bound:function(e,t,n){return Math.max(e,Math.min(t,n))},arrayDiff:function(e,t){var n=e.slice(),i=[],r,o,s,a;for(r=0,s=t.length;r<s;++r)a=t[r],o=n.indexOf(a),o===-1?i.push([a,1]):n.splice(o,1);for(r=0,s=n.length;r<s;++r)i.push([n[r],-1]);return i},rasterize:function(e){return Math.round(e*q1)/q1}};function w0(e,t){var n=t.x,i=t.y;if(n===null)return{x:0,y:-1};if(i===null)return{x:1,y:0};var r=e.x-n,o=e.y-i,s=Math.sqrt(r*r+o*o);return{x:s?r/s:0,y:s?o/s:-1}}function g_(e,t,n,i,r){switch(r){case"center":n=i=0;break;case"bottom":n=0,i=1;break;case"right":n=1,i=0;break;case"left":n=-1,i=0;break;case"top":n=0,i=-1;break;case"start":n=-n,i=-i;break;case"end":break;default:r*=Math.PI/180,n=Math.cos(r),i=Math.sin(r);break}return{x:e,y:t,vx:n,vy:i}}var p_=0,bh=1,Ch=2,vh=4,xh=8;function F2(e,t,n){var i=p_;return e<n.left?i|=bh:e>n.right&&(i|=Ch),t<n.top?i|=xh:t>n.bottom&&(i|=vh),i}function m_(e,t){for(var n=e.x0,i=e.y0,r=e.x1,o=e.y1,s=F2(n,i,t),a=F2(r,o,t),l,c,u;!(!(s|a)||s&a);)l=s||a,l&xh?(c=n+(r-n)*(t.top-i)/(o-i),u=t.top):l&vh?(c=n+(r-n)*(t.bottom-i)/(o-i),u=t.bottom):l&Ch?(u=i+(o-i)*(t.right-n)/(r-n),c=t.right):l&bh&&(u=i+(o-i)*(t.left-n)/(r-n),c=t.left),l===s?(n=c,i=u,s=F2(n,i,t)):(r=c,o=u,a=F2(r,o,t));return{x0:n,x1:r,y0:i,y1:o}}function O2(e,t){var n=t.anchor,i=e,r,o;return t.clamp&&(i=m_(i,t.area)),n==="start"?(r=i.x0,o=i.y0):n==="end"?(r=i.x1,o=i.y1):(r=(i.x0+i.x1)/2,o=(i.y0+i.y1)/2),g_(r,o,e.vx,e.vy,t.align)}var N2={arc:function(e,t){var n=(e.startAngle+e.endAngle)/2,i=Math.cos(n),r=Math.sin(n),o=e.innerRadius,s=e.outerRadius;return O2({x0:e.x+i*o,y0:e.y+r*o,x1:e.x+i*s,y1:e.y+r*s,vx:i,vy:r},t)},point:function(e,t){var n=w0(e,t.origin),i=n.x*e.options.radius,r=n.y*e.options.radius;return O2({x0:e.x-i,y0:e.y-r,x1:e.x+i,y1:e.y+r,vx:n.x,vy:n.y},t)},bar:function(e,t){var n=w0(e,t.origin),i=e.x,r=e.y,o=0,s=0;return e.horizontal?(i=Math.min(e.x,e.base),o=Math.abs(e.base-e.x)):(r=Math.min(e.y,e.base),s=Math.abs(e.base-e.y)),O2({x0:i,y0:r+s,x1:i+o,y1:r,vx:n.x,vy:n.y},t)},fallback:function(e,t){var n=w0(e,t.origin);return O2({x0:e.x,y0:e.y,x1:e.x+(e.width||0),y1:e.y+(e.height||0),vx:n.x,vy:n.y},t)}},zn=go.rasterize;function b_(e){var t=e.borderWidth||0,n=e.padding,i=e.size.height,r=e.size.width,o=-r/2,s=-i/2;return{frame:{x:o-n.left-t,y:s-n.top-t,w:r+n.width+t*2,h:i+n.height+t*2},text:{x:o,y:s,w:r,h:i}}}function C_(e,t){var n=t.chart.getDatasetMeta(t.datasetIndex).vScale;if(!n)return null;if(n.xCenter!==void 0&&n.yCenter!==void 0)return{x:n.xCenter,y:n.yCenter};var i=n.getBasePixel();return e.horizontal?{x:i,y:null}:{x:null,y:i}}function v_(e){return e instanceof $n?N2.arc:e instanceof Ti?N2.point:e instanceof wn?N2.bar:N2.fallback}function x_(e,t,n,i,r,o){var s=Math.PI/2;if(o){var a=Math.min(o,r/2,i/2),l=t+a,c=n+a,u=t+i-a,d=n+r-a;e.moveTo(t,c),l<u&&c<d?(e.arc(l,c,a,-Math.PI,-s),e.arc(u,c,a,-s,0),e.arc(u,d,a,0,s),e.arc(l,d,a,s,Math.PI)):l<u?(e.moveTo(l,n),e.arc(u,c,a,-s,s),e.arc(l,c,a,s,Math.PI+s)):c<d?(e.arc(l,c,a,-Math.PI,0),e.arc(l,d,a,0,Math.PI)):e.arc(l,c,a,-Math.PI,Math.PI),e.closePath(),e.moveTo(t,n)}else e.rect(t,n,i,r)}function y_(e,t,n){var i=n.backgroundColor,r=n.borderColor,o=n.borderWidth;!i&&(!r||!o)||(e.beginPath(),x_(e,zn(t.x)+o/2,zn(t.y)+o/2,zn(t.w)-o,zn(t.h)-o,n.borderRadius),e.closePath(),i&&(e.fillStyle=i,e.fill()),r&&o&&(e.strokeStyle=r,e.lineWidth=o,e.lineJoin="miter",e.stroke()))}function w_(e,t,n){var i=n.lineHeight,r=e.w,o=e.x,s=e.y+i/2;return t==="center"?o+=r/2:(t==="end"||t==="right")&&(o+=r),{h:i,w:r,x:o,y:s}}function S_(e,t,n){var i=e.shadowBlur,r=n.stroked,o=zn(n.x),s=zn(n.y),a=zn(n.w);r&&e.strokeText(t,o,s,a),n.filled&&(i&&r&&(e.shadowBlur=0),e.fillText(t,o,s,a),i&&r&&(e.shadowBlur=i))}function I_(e,t,n,i){var r=i.textAlign,o=i.color,s=!!o,a=i.font,l=t.length,c=i.textStrokeColor,u=i.textStrokeWidth,d=c&&u,f;if(!(!l||!s&&!d))for(n=w_(n,r,a),e.font=a.string,e.textAlign=r,e.textBaseline="middle",e.shadowBlur=i.textShadowBlur,e.shadowColor=i.textShadowColor,s&&(e.fillStyle=o),d&&(e.lineJoin="round",e.lineWidth=u,e.strokeStyle=c),f=0,l=t.length;f<l;++f)S_(e,t[f],{stroked:d,filled:s,w:n.w,x:n.x,y:n.y+n.h*f})}var yh=function(e,t,n,i){var r=this;r._config=e,r._index=i,r._model=null,r._rects=null,r._ctx=t,r._el=n};Ct(yh.prototype,{_modelize:function(e,t,n,i){var r=this,o=r._index,s=gt(tt([n.font,{}],i,o)),a=tt([n.color,rt.color],i,o);return{align:tt([n.align,"center"],i,o),anchor:tt([n.anchor,"center"],i,o),area:i.chart.chartArea,backgroundColor:tt([n.backgroundColor,null],i,o),borderColor:tt([n.borderColor,null],i,o),borderRadius:tt([n.borderRadius,0],i,o),borderWidth:tt([n.borderWidth,0],i,o),clamp:tt([n.clamp,!1],i,o),clip:tt([n.clip,!1],i,o),color:a,display:e,font:s,lines:t,offset:tt([n.offset,4],i,o),opacity:tt([n.opacity,1],i,o),origin:C_(r._el,i),padding:St(tt([n.padding,4],i,o)),positioner:v_(r._el),rotation:tt([n.rotation,0],i,o)*(Math.PI/180),size:go.textSize(r._ctx,t,s),textAlign:tt([n.textAlign,"start"],i,o),textShadowBlur:tt([n.textShadowBlur,0],i,o),textShadowColor:tt([n.textShadowColor,a],i,o),textStrokeColor:tt([n.textStrokeColor,a],i,o),textStrokeWidth:tt([n.textStrokeWidth,0],i,o)}},update:function(e){var t=this,n=null,i=null,r=t._index,o=t._config,s,a,l,c=tt([o.display,!0],e,r);c&&(s=e.dataset.data[r],a=Ae(Ue(o.formatter,[s,e]),s),l=Fe(a)?[]:go.toTextLines(a),l.length&&(n=t._modelize(c,l,o,e),i=b_(n))),t._model=n,t._rects=i},geometry:function(){return this._rects?this._rects.frame:{}},rotation:function(){return this._model?this._model.rotation:0},visible:function(){return this._model&&this._model.opacity},model:function(){return this._model},draw:function(e,t){var n=this,i=e.ctx,r=n._model,o=n._rects,s;this.visible()&&(i.save(),r.clip&&(s=r.area,i.beginPath(),i.rect(s.left,s.top,s.right-s.left,s.bottom-s.top),i.clip()),i.globalAlpha=go.bound(0,r.opacity,1),i.translate(zn(t.x),zn(t.y)),i.rotate(r.rotation),y_(i,o.frame,r),I_(i,r.lines,o.text,r),i.restore())}});var M_=Number.MIN_SAFE_INTEGER||-9007199254740991,__=Number.MAX_SAFE_INTEGER||9007199254740991;function zr(e,t,n){var i=Math.cos(n),r=Math.sin(n),o=t.x,s=t.y;return{x:o+i*(e.x-o)-r*(e.y-s),y:s+r*(e.x-o)+i*(e.y-s)}}function K1(e,t){var n=__,i=M_,r=t.origin,o,s,a,l,c;for(o=0;o<e.length;++o)s=e[o],a=s.x-r.x,l=s.y-r.y,c=t.vx*a+t.vy*l,n=Math.min(n,c),i=Math.max(i,c);return{min:n,max:i}}function T2(e,t){var n=t.x-e.x,i=t.y-e.y,r=Math.sqrt(n*n+i*i);return{vx:(t.x-e.x)/r,vy:(t.y-e.y)/r,origin:e,ln:r}}var wh=function(){this._rotation=0,this._rect={x:0,y:0,w:0,h:0}};Ct(wh.prototype,{center:function(){var e=this._rect;return{x:e.x+e.w/2,y:e.y+e.h/2}},update:function(e,t,n){this._rotation=n,this._rect={x:t.x+e.x,y:t.y+e.y,w:t.w,h:t.h}},contains:function(e){var t=this,n=1,i=t._rect;return e=zr(e,t.center(),-t._rotation),!(e.x<i.x-n||e.y<i.y-n||e.x>i.x+i.w+n*2||e.y>i.y+i.h+n*2)},intersects:function(e){var t=this._points(),n=e._points(),i=[T2(t[0],t[1]),T2(t[0],t[3])],r,o,s;for(this._rotation!==e._rotation&&i.push(T2(n[0],n[1]),T2(n[0],n[3])),r=0;r<i.length;++r)if(o=K1(t,i[r]),s=K1(n,i[r]),o.max<s.min||s.max<o.min)return!1;return!0},_points:function(){var e=this,t=e._rect,n=e._rotation,i=e.center();return[zr({x:t.x,y:t.y},i,n),zr({x:t.x+t.w,y:t.y},i,n),zr({x:t.x+t.w,y:t.y+t.h},i,n),zr({x:t.x,y:t.y+t.h},i,n)]}});function Sh(e,t,n){var i=t.positioner(e,t),r=i.vx,o=i.vy;if(!r&&!o)return{x:i.x,y:i.y};var s=n.w,a=n.h,l=t.rotation,c=Math.abs(s/2*Math.cos(l))+Math.abs(a/2*Math.sin(l)),u=Math.abs(s/2*Math.sin(l))+Math.abs(a/2*Math.cos(l)),d=1/Math.max(Math.abs(r),Math.abs(o));return c*=r*d,u*=o*d,c+=t.offset*r,u+=t.offset*o,{x:i.x+c,y:i.y+u}}function A_(e,t){var n,i,r,o;for(n=e.length-1;n>=0;--n)for(r=e[n].$layout,i=n-1;i>=0&&r._visible;--i)o=e[i].$layout,o._visible&&r._box.intersects(o._box)&&t(r,o);return e}function E_(e){var t,n,i,r,o,s,a;for(t=0,n=e.length;t<n;++t)i=e[t],r=i.$layout,r._visible&&(a=new Proxy(i._el,{get:(l,c)=>l.getProps([c],!0)[c]}),o=i.geometry(),s=Sh(a,i.model(),o),r._box.update(s,o,i.rotation()));return A_(e,function(l,c){var u=l._hidable,d=c._hidable;u&&d||d?c._visible=!1:u&&(l._visible=!1)})}var po={prepare:function(e){var t=[],n,i,r,o,s;for(n=0,r=e.length;n<r;++n)for(i=0,o=e[n].length;i<o;++i)s=e[n][i],t.push(s),s.$layout={_box:new wh,_hidable:!1,_visible:!0,_set:n,_idx:s._index};return t.sort(function(a,l){var c=a.$layout,u=l.$layout;return c._idx===u._idx?u._set-c._set:u._idx-c._idx}),this.update(t),t},update:function(e){var t=!1,n,i,r,o,s;for(n=0,i=e.length;n<i;++n)r=e[n],o=r.model(),s=r.$layout,s._hidable=o&&o.display==="auto",s._visible=r.visible(),t|=s._hidable;t&&E_(e)},lookup:function(e,t){var n,i;for(n=e.length-1;n>=0;--n)if(i=e[n].$layout,i&&i._visible&&i._box.contains(t))return e[n];return null},draw:function(e,t){var n,i,r,o,s,a;for(n=0,i=t.length;n<i;++n)r=t[n],o=r.$layout,o._visible&&(s=r.geometry(),a=Sh(r._el,r.model(),s),o._box.update(a,s,r.rotation()),r.draw(e,a))}},R_=function(e){if(Fe(e))return null;var t=e,n,i,r;if(De(e))if(!Fe(e.label))t=e.label;else if(!Fe(e.r))t=e.r;else for(t="",n=Object.keys(e),r=0,i=n.length;r<i;++r)t+=(r!==0?", ":"")+n[r]+": "+e[n[r]];return""+t},k_={align:"center",anchor:"center",backgroundColor:null,borderColor:null,borderRadius:0,borderWidth:0,clamp:!1,clip:!1,color:void 0,display:!0,font:{family:void 0,lineHeight:1.2,size:void 0,style:void 0,weight:null},formatter:R_,labels:void 0,listeners:{},offset:4,opacity:1,padding:{top:4,right:4,bottom:4,left:4},rotation:0,textAlign:"start",textStrokeColor:void 0,textStrokeWidth:0,textShadowBlur:0,textShadowColor:void 0},Dt="$datalabels",Ih="$default";function P_(e,t){var n=e.datalabels,i={},r=[],o,s;return n===!1?null:(n===!0&&(n={}),t=Ct({},[t,n]),o=t.labels||{},s=Object.keys(o),delete t.labels,s.length?s.forEach(function(a){o[a]&&r.push(Ct({},[t,o[a],{_key:a}]))}):r.push(t),i=r.reduce(function(a,l){return Ye(l.listeners||{},function(c,u){a[u]=a[u]||{},a[u][l._key||Ih]=c}),delete l.listeners,a},{}),{labels:r,listeners:i})}function vl(e,t,n,i){if(t){var r=n.$context,o=n.$groups,s;t[o._set]&&(s=t[o._set][o._key],s&&Ue(s,[r,i])===!0&&(e[Dt]._dirty=!0,n.update(r)))}}function L_(e,t,n,i,r){var o,s;!n&&!i||(n?i?n!==i&&(s=o=!0):s=!0:o=!0,s&&vl(e,t.leave,n,r),o&&vl(e,t.enter,i,r))}function F_(e,t){var n=e[Dt],i=n._listeners,r,o;if(!(!i.enter&&!i.leave)){if(t.type==="mousemove")o=po.lookup(n._labels,t);else if(t.type!=="mouseout")return;r=n._hovered,n._hovered=o,L_(e,i,r,o,t)}}function O_(e,t){var n=e[Dt],i=n._listeners.click,r=i&&po.lookup(n._labels,t);r&&vl(e,i,r,t)}var Mh={id:"datalabels",defaults:k_,beforeInit:function(e){e[Dt]={_actives:[]}},beforeUpdate:function(e){var t=e[Dt];t._listened=!1,t._listeners={},t._datasets=[],t._labels=[]},afterDatasetUpdate:function(e,t,n){var i=t.index,r=e[Dt],o=r._datasets[i]=[],s=e.isDatasetVisible(i),a=e.data.datasets[i],l=P_(a,n),c=t.meta.data||[],u=e.ctx,d,f,h,g,p,m,C,y;for(u.save(),d=0,h=c.length;d<h;++d)if(C=c[d],C[Dt]=[],s&&C&&e.getDataVisibility(d)&&!C.skip)for(f=0,g=l.labels.length;f<g;++f)p=l.labels[f],m=p._key,y=new yh(p,u,C,d),y.$groups={_set:i,_key:m||Ih},y.$context={active:!1,chart:e,dataIndex:d,dataset:a,datasetIndex:i},y.update(y.$context),C[Dt].push(y),o.push(y);u.restore(),Ct(r._listeners,l.listeners,{merger:function(x,I,w){I[x]=I[x]||{},I[x][t.index]=w[x],r._listened=!0}})},afterUpdate:function(e){e[Dt]._labels=po.prepare(e[Dt]._datasets)},afterDatasetsDraw:function(e){po.draw(e,e[Dt]._labels)},beforeEvent:function(e,t){if(e[Dt]._listened){var n=t.event;switch(n.type){case"mousemove":case"mouseout":F_(e,n);break;case"click":O_(e,n);break}}},afterEvent:function(e){var t=e[Dt],n=t._actives,i=t._actives=e.getActiveElements(),r=go.arrayDiff(n,i),o,s,a,l,c,u,d;for(o=0,s=r.length;o<s;++o)if(c=r[o],c[1])for(d=c[0].element[Dt]||[],a=0,l=d.length;a<l;++a)u=d[a],u.$context.active=c[1]===1,u.update(u.$context);(t._dirty||r.length)&&(po.update(t._labels),e.render()),delete t._dirty}};vt.register($n,Ui,Ji,Mh);vt.defaults.font.family="'Rubik', 'Inter', sans-serif";const N_=({labels:e,dataValues:t,colors:n,title:i,tableHeader:r="",renderLegendTable:o})=>{const[s,a]=v.useState(!1),l=["#ff6503","#ff8533","#ffa366","#3a3a3a","#4a4a4a","#5a5a5a","#dae0e8","#c5cdd7","#b0b8c6","#9ba5b5"],c=n||l.slice(0,e.length>l.length?l.length:e.length),u={labels:e,datasets:[{data:t,backgroundColor:c,hoverBackgroundColor:c.map(p=>p+"CC"),borderWidth:2}]},d=t.reduce((p,m)=>p+m,0),f={responsive:!0,cutout:"70%",maintainAspectRatio:!1,plugins:{title:{display:!1},legend:{display:!1},datalabels:{color:"var(--chart-text-color)",formatter:(p,m)=>{const C=m.chart.data.datasets[0].data.reduce((x,I)=>x+I,0);return`${(p/C*100).toFixed(2)+"%"}
107
- (${p})`},font:function(p){const m=p.chart.width,C=Math.round(m/32);return{weight:"bold",size:C>12?12:C}},backgroundColor:"var(--brand-light)",borderRadius:24,padding:{top:8,bottom:8,left:10,right:10},anchor:"end",display:!1},tooltip:{callbacks:{label:p=>{const m=p.raw;return`${(m/d*100).toFixed(2)}% (${m})`}}}}},h=e.map((p,m)=>({id:m+1,label:p,percentage:(t[m]/d*100).toFixed(2)+"%",value:t[m]})),g=b.jsx("div",{className:"space-y-2",children:h.map(p=>b.jsxs("div",{className:"flex items-center justify-between p-2 border-b",style:{borderColor:"var(--border-color)"},children:[b.jsxs("div",{className:"flex items-center gap-2",children:[b.jsx("div",{style:{width:"12px",height:"12px",borderRadius:"50%",backgroundColor:c[p.id-1]}}),b.jsx("span",{style:{color:"var(--text-color)"},children:p.label})]}),b.jsxs("div",{className:"flex gap-4",children:[b.jsx("span",{style:{color:"var(--secondary-text-color)"},children:p.percentage}),b.jsxs("span",{style:{color:"var(--secondary-text-color)"},children:["(",p.value,")"]})]})]},p.id))});return b.jsxs(b.Fragment,{children:[b.jsxs("div",{className:"flex flex-row flex-1 items-end",children:[b.jsx("div",{className:"w-2/3 h-64",children:b.jsx(mh,{data:u,options:f})}),b.jsx(Sc,{legends:e,colors:c,dataValues:t,showAllLegends:s,onClick:()=>a(!s)})]}),b.jsx(ar,{isOpen:s,onClose:()=>{a(!1)},title:`${i||"Chart"} Legends:`,showFooter:!1,body:o?o(h):g})]})},je={brandOrange:"#ff6503",brandDark:"#3a3a3a",brandDarkSecondary:"#2c2c2c",brandLight:"#dae0e8",brandOrange10:"rgba(255, 101, 3, 0.1)",appBgColor:"#ffffff",appBgColorDark:"#111111",bgColor:"#ffffff",textColor:"#3a3a3a",hoverBgColor:"#f3f4f6",sidebarHoverBg:"#dae0e8",gridColor:"rgba(0, 0, 0, 0.08)",chartTextColor:"#3a3a3a",chartGridColor:"rgba(0, 0, 0, 0.08)",chartLabelColor:"#4b5563",borderColor:"#e5e7eb",secondaryTextColor:"#6b7280",disabledTextColor:"#9ca3af",statusErrorBg:"#fee2e2",statusErrorText:"#b91c1c",statusErrorBorder:"#fca5a5",statusWarningBg:"#fef3c7",statusWarningText:"#92400e",statusWarningBorder:"#fcd34d",statusSuccessBg:"#f0fdf4",statusSuccessText:"#166534",statusSuccessBorder:"#bbf7d0",fontFamily:"'Rubik', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif",fontFamilyHeading:"'Afacad', 'Rubik', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif"},T_={bgColor:"#3a3a3a",textColor:"#f9fafb",hoverBgColor:"#4b4b4b",sidebarHoverBg:"#2c2c2c",gridColor:"rgba(255, 255, 255, 0.1)",chartTextColor:"#f9fafb",chartGridColor:"rgba(255, 255, 255, 0.1)",chartLabelColor:"#d1d5db",borderColor:"#4b5563",secondaryTextColor:"#9ca3af",disabledTextColor:"#6b7280",statusErrorBg:"#450a0a",statusErrorText:"#fca5a5",statusErrorBorder:"#991b1b",statusWarningBg:"#451a03",statusWarningText:"#fcd34d",statusWarningBorder:"#b45309",statusSuccessBg:"rgba(20, 83, 45, 0.2)",statusSuccessText:"#bbf7d0",statusSuccessBorder:"#166534"},_h=v.createContext(void 0),Ah=({children:e,defaultTheme:t,config:n={},storageKey:i="theme"})=>{const r=()=>{if(typeof window<"u"){const g=localStorage.getItem(i);if(g==="light"||g==="dark")return g}return t||(typeof window<"u"&&window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light")},[o,s]=v.useState(r),[a,l]=v.useState(()=>({...je,...n})),c=v.useMemo(()=>o==="dark"?{...a,...T_,...n}:{...a,...n},[o,a,n]);v.useEffect(()=>{if(typeof window>"u")return;const g=window.document.documentElement;g.classList.remove(o==="light"?"dark":"light"),g.classList.add(o),localStorage.setItem(i,o);const p={"--brand-orange":c.brandOrange||je.brandOrange,"--brand-dark":c.brandDark||je.brandDark,"--brand-dark-secondary":c.brandDarkSecondary||je.brandDarkSecondary,"--brand-light":c.brandLight||je.brandLight,"--brand-orange-10":c.brandOrange10||je.brandOrange10,"--app-bg-color":c.appBgColor||je.appBgColor,"--app-bg-color-dark":c.appBgColorDark||je.appBgColorDark,"--bg-color":c.bgColor||je.bgColor,"--text-color":c.textColor||je.textColor,"--hover-bg-color":c.hoverBgColor||je.hoverBgColor,"--sidebar-hover-bg":c.sidebarHoverBg||je.sidebarHoverBg,"--grid-color":c.gridColor||je.gridColor,"--chart-text-color":c.chartTextColor||je.chartTextColor,"--chart-grid-color":c.chartGridColor||je.chartGridColor,"--chart-label-color":c.chartLabelColor||je.chartLabelColor,"--border-color":c.borderColor||je.borderColor,"--secondary-text-color":c.secondaryTextColor||je.secondaryTextColor,"--disabled-text-color":c.disabledTextColor||je.disabledTextColor,"--status-error-bg":c.statusErrorBg||je.statusErrorBg,"--status-error-text":c.statusErrorText||je.statusErrorText,"--status-error-border":c.statusErrorBorder||je.statusErrorBorder,"--status-warning-bg":c.statusWarningBg||je.statusWarningBg,"--status-warning-text":c.statusWarningText||je.statusWarningText,"--status-warning-border":c.statusWarningBorder||je.statusWarningBorder,"--status-success-bg":c.statusSuccessBg||je.statusSuccessBg,"--status-success-text":c.statusSuccessText||je.statusSuccessText,"--status-success-border":c.statusSuccessBorder||je.statusSuccessBorder,"--font-family":c.fontFamily||je.fontFamily,"--font-family-heading":c.fontFamilyHeading||je.fontFamilyHeading,...c.customVariables||{}};Object.entries(p).forEach(([m,C])=>{g.style.setProperty(m,C)}),c.fontFamily&&(document.body.style.fontFamily=c.fontFamily),document.body.style.backgroundColor=o==="dark"?c.appBgColorDark||je.appBgColorDark:c.appBgColor||je.appBgColor},[o,c,i]);const h={theme:o,toggleTheme:()=>{s(g=>g==="light"?"dark":"light")},setTheme:g=>{s(g)},config:c,updateConfig:g=>{l(p=>({...p,...g}))}};return b.jsx(_h.Provider,{value:h,children:e})},qo=()=>{const e=v.useContext(_h);if(!e)throw new Error("useTheme must be used within a ThemeProvider");return e};vt.register($n,Ui,Ji,Mh);vt.defaults.font.family="'Rubik', 'Inter', sans-serif";const D_=({labels:e,dataValues:t,colors:n,title:i="",tableHeader:r="",renderLegendTable:o})=>{const[s,a]=v.useState(!1),{theme:l}=qo(),c=["#ff6503","#ff8533","#ffa366","#3a3a3a","#4a4a4a"],u=n||c.slice(0,e.length>c.length?c.length:e.length),d={labels:e,datasets:[{data:t,backgroundColor:u,hoverBackgroundColor:u.map(m=>m+"CC"),borderColor:"var(--border-color)",borderWidth:1}]},f=t.reduce((m,C)=>m+C,0),h={responsive:!0,maintainAspectRatio:!1,plugins:{title:{display:!1},legend:{display:!1},datalabels:{color:"#fff",anchor:"center",align:"center",formatter:(m,C)=>{const y=C.chart.data.datasets[0].data.reduce((w,R)=>{const E=Number(R);return isNaN(E)?w:w+E},0);return`${Math.round(m/y*100)+"%"}`},font:function(m){const C=m.chart.width,y=Math.round(C/24);return{weight:"bold",size:y>14?14:y}}},tooltip:{callbacks:{label:m=>{const C=m.raw,y=t.reduce((I,w)=>I+w,0);return` ${(C/y*100).toFixed(2)}% (${C})`}}}}},g=e.map((m,C)=>({id:C+1,label:m,percentage:(t[C]/f*100).toFixed(2)+"%",value:t[C]})),p=b.jsx("div",{className:"space-y-2",children:g.map(m=>b.jsxs("div",{className:"flex items-center justify-between p-2 border-b",style:{borderColor:"var(--border-color)"},children:[b.jsxs("div",{className:"flex items-center gap-2",children:[b.jsx("div",{style:{width:"12px",height:"12px",borderRadius:"50%",backgroundColor:u[m.id-1]}}),b.jsx("span",{style:{color:"var(--text-color)"},children:m.label})]}),b.jsxs("div",{className:"flex gap-4",children:[b.jsx("span",{style:{color:"var(--secondary-text-color)"},children:m.percentage}),b.jsxs("span",{style:{color:"var(--secondary-text-color)"},children:["(",m.value,")"]})]})]},m.id))});return b.jsxs(b.Fragment,{children:[b.jsxs("div",{className:"pie-chart-container flex flex-row flex-1 items-end",children:[b.jsx("div",{className:"w-2/3 h-64",children:b.jsx(h_,{data:d,options:h})}),b.jsx(Sc,{legends:e,colors:u,dataValues:t,showAllLegends:s,onClick:()=>a(!s)})]}),b.jsx(ar,{isOpen:s,onClose:()=>{a(!1)},title:`${i||"Chart"} Legends:`,showFooter:!1,body:o?o(g):p})]})};vt.register(...l_);vt.register(xr,Zn,wn,Ti,Gn,Bc,Ui,Ji);vt.defaults.font.family="'Rubik', 'Inter', sans-serif";const V_=({chartData:e,title:t})=>{const{theme:n}=qo(),i=getComputedStyle(document.documentElement).getPropertyValue("--chart-text-color").trim()||(n==="dark"?"#fff":"#333333"),r=v.useMemo(()=>({responsive:!0,maintainAspectRatio:!1,interaction:{mode:"nearest",intersect:!1},scales:{y:{beginAtZero:!0,grid:{color:getComputedStyle(document.documentElement).getPropertyValue("--chart-grid-color").trim()},ticks:{maxTicksLimit:8,font:{size:12,weight:"bold"},color:i},border:{color:getComputedStyle(document.documentElement).getPropertyValue("--border-color").trim()}},x:{grid:{display:!1,color:getComputedStyle(document.documentElement).getPropertyValue("--chart-grid-color").trim()},ticks:{font:{size:12,weight:"bold"},color:i},border:{color:getComputedStyle(document.documentElement).getPropertyValue("--border-color").trim()}}},plugins:{datalabels:{color:i,font:{weight:"bold",size:14},anchor:"end",align:"left",formatter:(s,a)=>a.dataset.label==="Blue Bar"?s.toLocaleString():""},legend:{display:!1,labels:{color:i}},title:{display:!0,text:t||"",color:i,font:{weight:"600",size:20},position:"top",align:"start"},tooltip:{backgroundColor:getComputedStyle(document.documentElement).getPropertyValue("--bg-color").trim(),titleColor:i,bodyColor:i,borderColor:getComputedStyle(document.documentElement).getPropertyValue("--border-color").trim(),borderWidth:1,callbacks:{label:function(s){return`${s.dataset.type==="line"?"Trend":"Value"}: ${s.raw}`}}}}}),[t,n,i]),o=v.useMemo(()=>{var s;return e!=null&&e.monthlyData?{labels:(s=e.monthlyData)==null?void 0:s.map(a=>a.month),datasets:[{label:`${t}`,type:"line",data:e.monthlyData.map(a=>a.value),borderColor:getComputedStyle(document.documentElement).getPropertyValue("--brand-orange").trim(),borderWidth:3,pointRadius:4,pointBackgroundColor:getComputedStyle(document.documentElement).getPropertyValue("--bg-color").trim(),pointBorderColor:getComputedStyle(document.documentElement).getPropertyValue("--brand-orange").trim(),pointBorderWidth:3,tension:0,fill:!1,yAxisID:"y",stack:"stack 1"},{label:`${t}`,type:"bar",data:e.monthlyData.map(a=>a.value),backgroundColor:getComputedStyle(document.documentElement).getPropertyValue("--brand-light").trim(),borderSkipped:!1,maxBarThickness:30,stack:"Stack 0",borderRadius:{topLeft:20,topRight:20,bottomLeft:0,bottomRight:0}}]}:{labels:[],datasets:[]}},[e,t]);return b.jsx("div",{className:"vertical-bar-chart",style:{height:"400px"},children:b.jsx(Hc,{type:"bar",options:r,data:o})})};vt.register(xr,Wi,Zn,wn,Bc,Ui,Ji);vt.defaults.font.family="'Rubik', 'Inter', sans-serif";const j_=({data:e,maxValue:t=5e4,scaleType:n=Ii.LINEAR})=>{const{theme:i}=qo(),r=getComputedStyle(document.documentElement).getPropertyValue("--chart-text-color").trim()||(i==="dark"?"#fff":"#333333"),{processedData:o,computedMaxValue:s}=v.useMemo(()=>{const d=Object.values(e);let f=[...d],h=t;if(n===Ii.NORMALISED){const g=Math.min(...d),m=Math.max(...d)-g;f=d.map(C=>(C-g)/m*100),h=100}else n===Ii.LOG?(f=d.map(g=>Math.max(g,.1)),h=t||Math.max(...f)*1.1):h=t||Math.max(...d)*1.1;return{processedData:Object.keys(e).reduce((g,p,m)=>(g[p]=f[m],g),{}),computedMaxValue:h}},[e,n,t]),a=Math.max(300,Object.keys(e).length*50),l=d=>n===Ii.NORMALISED?`Value: ${e[Object.keys(e)[d.dataIndex]].toLocaleString()} (${d.raw.toFixed(2)}%)`:`Value: ${d.raw.toLocaleString()}`,c={indexAxis:"y",responsive:!0,maintainAspectRatio:!1,plugins:{legend:{display:!1,labels:{color:r}},title:{display:!1},datalabels:{color:"#ffff",font:{weight:"bold",size:14},anchor:"end",align:"left",formatter:(d,f)=>f.dataset.label==="Blue Bar"?d.toLocaleString():""},tooltip:{backgroundColor:getComputedStyle(document.documentElement).getPropertyValue("--bg-color").trim(),titleColor:r,bodyColor:r,borderColor:getComputedStyle(document.documentElement).getPropertyValue("--border-color").trim(),borderWidth:1,callbacks:{label:d=>l(d)}}},scales:{x:{type:n===Ii.LOG?"logarithmic":"linear",max:s,grid:{display:!1,offset:!1,color:getComputedStyle(document.documentElement).getPropertyValue("--chart-grid-color").trim()},ticks:{font:{size:11.19,weight:"400"},color:r},border:{color:getComputedStyle(document.documentElement).getPropertyValue("--border-color").trim()}},y:{grid:{display:!1,color:getComputedStyle(document.documentElement).getPropertyValue("--chart-grid-color").trim()},ticks:{font:{size:10.33,weight:"500"},color:r,align:"center",callback:function(d){const f=this.getLabelForValue(d),h=25;return f.length>h?f.slice(0,h)+"...":f}},border:{color:getComputedStyle(document.documentElement).getPropertyValue("--border-color").trim()}}}},u={labels:Object.keys(e),datasets:[{label:"Bar Chart",data:Object.values(o),backgroundColor:getComputedStyle(document.documentElement).getPropertyValue("--brand-orange").trim(),borderRadius:{topLeft:0,topRight:20,bottomLeft:0,bottomRight:20},barThickness:25,borderSkipped:!1,grouped:!1,maxBarThickness:30,stack:"foreground"}]};return b.jsx("div",{className:"horizontal-bar-chart-container",style:{height:`${a}px`},children:b.jsx(f_,{options:c,data:u})})};function Gc(e,t=2){if(e===0)return"0 bytes";const n=["bytes","KB","MB","GB","TB","PB","EB","ZB","YB"],i=Math.floor(Math.log(e)/Math.log(1024));return`${(e/Math.pow(1024,i)).toFixed(t)} ${n[i]}`}const B_=({icon:e,value:t,isSize:n=!1,label:i})=>{const r=v.useMemo(()=>{if(!n)return t;const o=typeof t=="number"?t:parseInt(t,10),s=Gc(o).split(" ");return{size:s[0],unit:s[1]}},[t,n]);return b.jsxs("div",{className:"flex flex-col select-none items-center justify-center rounded-lg relative w-full shadow-sm !p-0",style:{border:"1px solid var(--border-color)"},children:[b.jsxs("div",{className:"flex flex-col flex-1 items-center justify-center p-0",children:[b.jsx("div",{className:"p-2",style:{color:"var(--brand-orange)"},children:typeof e=="string"?b.jsx("img",{src:e,alt:i,className:"h-10 w-10 md:h-16 md:w-16 lg:h-20 lg:w-20 object-contain"}):b.jsx("div",{className:"text-4xl md:text-5xl lg:text-6xl",children:e})}),b.jsxs("div",{className:"font-bold text-center text-xl md:text-2xl lg:text-3xl mt-2",style:{color:"var(--chart-text-color)"},children:[n?r.size:r,n&&b.jsx("span",{className:"ml-1 text-sm md:text-base",style:{color:"var(--secondary-text-color)"},children:r.unit})]})]}),b.jsx("div",{className:"flex items-center justify-center font-bold p-2 w-full text-center text-sm md:text-base border-t",style:{backgroundColor:"var(--brand-light)",color:"var(--brand-dark)",borderTopColor:"var(--border-color)"},children:i})]})};vt.register($n,Ui,Ji);vt.defaults.font.family="'Rubik', 'Inter', sans-serif";const H_=e=>`
107
+ (${p})`},font:function(p){const m=p.chart.width,C=Math.round(m/32);return{weight:"bold",size:C>12?12:C}},backgroundColor:"var(--brand-light)",borderRadius:24,padding:{top:8,bottom:8,left:10,right:10},anchor:"end",display:!1},tooltip:{callbacks:{label:p=>{const m=p.raw;return`${(m/d*100).toFixed(2)}% (${m})`}}}}},h=e.map((p,m)=>({id:m+1,label:p,percentage:(t[m]/d*100).toFixed(2)+"%",value:t[m]})),g=b.jsx("div",{className:"space-y-2",children:h.map(p=>b.jsxs("div",{className:"flex items-center justify-between p-2 border-b",style:{borderColor:"var(--border-color)"},children:[b.jsxs("div",{className:"flex items-center gap-2",children:[b.jsx("div",{style:{width:"12px",height:"12px",borderRadius:"50%",backgroundColor:c[p.id-1]}}),b.jsx("span",{style:{color:"var(--text-color)"},children:p.label})]}),b.jsxs("div",{className:"flex gap-4",children:[b.jsx("span",{style:{color:"var(--secondary-text-color)"},children:p.percentage}),b.jsxs("span",{style:{color:"var(--secondary-text-color)"},children:["(",p.value,")"]})]})]},p.id))});return b.jsxs(b.Fragment,{children:[b.jsxs("div",{className:"flex flex-row flex-1 items-end",children:[b.jsx("div",{className:"w-2/3 h-64",children:b.jsx(mh,{data:u,options:f})}),b.jsx(Sc,{legends:e,colors:c,dataValues:t,showAllLegends:s,onClick:()=>a(!s)})]}),b.jsx(ar,{isOpen:s,onClose:()=>{a(!1)},title:`${i||"Chart"} Legends:`,showFooter:!1,body:o?o(h):g})]})},je={brandOrange:"#ff6503",brandDark:"#3a3a3a",brandDarkSecondary:"#2c2c2c",brandLight:"#dae0e8",brandOrange10:"rgba(255, 101, 3, 0.1)",appBgColor:"#ffffff",appBgColorDark:"#111111",bgColor:"#ffffff",textColor:"#3a3a3a",hoverBgColor:"#f3f4f6",sidebarHoverBg:"#dae0e8",gridColor:"rgba(0, 0, 0, 0.08)",chartTextColor:"#3a3a3a",chartGridColor:"rgba(0, 0, 0, 0.08)",chartLabelColor:"#4b5563",borderColor:"#e5e7eb",secondaryTextColor:"#6b7280",disabledTextColor:"#9ca3af",statusErrorBg:"#fee2e2",statusErrorText:"#b91c1c",statusErrorBorder:"#fca5a5",statusWarningBg:"#fef3c7",statusWarningText:"#92400e",statusWarningBorder:"#fcd34d",statusSuccessBg:"#f0fdf4",statusSuccessText:"#166534",statusSuccessBorder:"#bbf7d0",fontFamily:"'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif",fontFamilyHeading:"'Manrope', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif"},T_={bgColor:"#3a3a3a",textColor:"#f9fafb",hoverBgColor:"#4b4b4b",sidebarHoverBg:"#2c2c2c",gridColor:"rgba(255, 255, 255, 0.1)",chartTextColor:"#f9fafb",chartGridColor:"rgba(255, 255, 255, 0.1)",chartLabelColor:"#d1d5db",borderColor:"#4b5563",secondaryTextColor:"#9ca3af",disabledTextColor:"#6b7280",statusErrorBg:"#450a0a",statusErrorText:"#fca5a5",statusErrorBorder:"#991b1b",statusWarningBg:"#451a03",statusWarningText:"#fcd34d",statusWarningBorder:"#b45309",statusSuccessBg:"rgba(20, 83, 45, 0.2)",statusSuccessText:"#bbf7d0",statusSuccessBorder:"#166534"},_h=v.createContext(void 0),Ah=({children:e,defaultTheme:t,config:n={},storageKey:i="theme"})=>{const r=()=>{if(typeof window<"u"){const g=localStorage.getItem(i);if(g==="light"||g==="dark")return g}return t||(typeof window<"u"&&window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light")},[o,s]=v.useState(r),[a,l]=v.useState(()=>({...je,...n})),c=v.useMemo(()=>o==="dark"?{...a,...T_,...n}:{...a,...n},[o,a,n]);v.useEffect(()=>{if(typeof window>"u")return;const g=window.document.documentElement;g.classList.remove(o==="light"?"dark":"light"),g.classList.add(o),localStorage.setItem(i,o);const p={"--brand-orange":c.brandOrange||je.brandOrange,"--brand-dark":c.brandDark||je.brandDark,"--brand-dark-secondary":c.brandDarkSecondary||je.brandDarkSecondary,"--brand-light":c.brandLight||je.brandLight,"--brand-orange-10":c.brandOrange10||je.brandOrange10,"--app-bg-color":c.appBgColor||je.appBgColor,"--app-bg-color-dark":c.appBgColorDark||je.appBgColorDark,"--bg-color":c.bgColor||je.bgColor,"--text-color":c.textColor||je.textColor,"--hover-bg-color":c.hoverBgColor||je.hoverBgColor,"--sidebar-hover-bg":c.sidebarHoverBg||je.sidebarHoverBg,"--grid-color":c.gridColor||je.gridColor,"--chart-text-color":c.chartTextColor||je.chartTextColor,"--chart-grid-color":c.chartGridColor||je.chartGridColor,"--chart-label-color":c.chartLabelColor||je.chartLabelColor,"--border-color":c.borderColor||je.borderColor,"--secondary-text-color":c.secondaryTextColor||je.secondaryTextColor,"--disabled-text-color":c.disabledTextColor||je.disabledTextColor,"--status-error-bg":c.statusErrorBg||je.statusErrorBg,"--status-error-text":c.statusErrorText||je.statusErrorText,"--status-error-border":c.statusErrorBorder||je.statusErrorBorder,"--status-warning-bg":c.statusWarningBg||je.statusWarningBg,"--status-warning-text":c.statusWarningText||je.statusWarningText,"--status-warning-border":c.statusWarningBorder||je.statusWarningBorder,"--status-success-bg":c.statusSuccessBg||je.statusSuccessBg,"--status-success-text":c.statusSuccessText||je.statusSuccessText,"--status-success-border":c.statusSuccessBorder||je.statusSuccessBorder,"--font-family":c.fontFamily||je.fontFamily,"--font-family-heading":c.fontFamilyHeading||je.fontFamilyHeading,...c.customVariables||{}};Object.entries(p).forEach(([m,C])=>{g.style.setProperty(m,C)}),c.fontFamily&&(document.body.style.fontFamily=c.fontFamily),document.body.style.backgroundColor=o==="dark"?c.appBgColorDark||je.appBgColorDark:c.appBgColor||je.appBgColor},[o,c,i]);const h={theme:o,toggleTheme:()=>{s(g=>g==="light"?"dark":"light")},setTheme:g=>{s(g)},config:c,updateConfig:g=>{l(p=>({...p,...g}))}};return b.jsx(_h.Provider,{value:h,children:e})},qo=()=>{const e=v.useContext(_h);if(!e)throw new Error("useTheme must be used within a ThemeProvider");return e};vt.register($n,Ui,Ji,Mh);vt.defaults.font.family="'Rubik', 'Inter', sans-serif";const D_=({labels:e,dataValues:t,colors:n,title:i="",tableHeader:r="",renderLegendTable:o})=>{const[s,a]=v.useState(!1),{theme:l}=qo(),c=["#ff6503","#ff8533","#ffa366","#3a3a3a","#4a4a4a"],u=n||c.slice(0,e.length>c.length?c.length:e.length),d={labels:e,datasets:[{data:t,backgroundColor:u,hoverBackgroundColor:u.map(m=>m+"CC"),borderColor:"var(--border-color)",borderWidth:1}]},f=t.reduce((m,C)=>m+C,0),h={responsive:!0,maintainAspectRatio:!1,plugins:{title:{display:!1},legend:{display:!1},datalabels:{color:"#fff",anchor:"center",align:"center",formatter:(m,C)=>{const y=C.chart.data.datasets[0].data.reduce((w,R)=>{const E=Number(R);return isNaN(E)?w:w+E},0);return`${Math.round(m/y*100)+"%"}`},font:function(m){const C=m.chart.width,y=Math.round(C/24);return{weight:"bold",size:y>14?14:y}}},tooltip:{callbacks:{label:m=>{const C=m.raw,y=t.reduce((I,w)=>I+w,0);return` ${(C/y*100).toFixed(2)}% (${C})`}}}}},g=e.map((m,C)=>({id:C+1,label:m,percentage:(t[C]/f*100).toFixed(2)+"%",value:t[C]})),p=b.jsx("div",{className:"space-y-2",children:g.map(m=>b.jsxs("div",{className:"flex items-center justify-between p-2 border-b",style:{borderColor:"var(--border-color)"},children:[b.jsxs("div",{className:"flex items-center gap-2",children:[b.jsx("div",{style:{width:"12px",height:"12px",borderRadius:"50%",backgroundColor:u[m.id-1]}}),b.jsx("span",{style:{color:"var(--text-color)"},children:m.label})]}),b.jsxs("div",{className:"flex gap-4",children:[b.jsx("span",{style:{color:"var(--secondary-text-color)"},children:m.percentage}),b.jsxs("span",{style:{color:"var(--secondary-text-color)"},children:["(",m.value,")"]})]})]},m.id))});return b.jsxs(b.Fragment,{children:[b.jsxs("div",{className:"pie-chart-container flex flex-row flex-1 items-end",children:[b.jsx("div",{className:"w-2/3 h-64",children:b.jsx(h_,{data:d,options:h})}),b.jsx(Sc,{legends:e,colors:u,dataValues:t,showAllLegends:s,onClick:()=>a(!s)})]}),b.jsx(ar,{isOpen:s,onClose:()=>{a(!1)},title:`${i||"Chart"} Legends:`,showFooter:!1,body:o?o(g):p})]})};vt.register(...l_);vt.register(xr,Zn,wn,Ti,Gn,Bc,Ui,Ji);vt.defaults.font.family="'Rubik', 'Inter', sans-serif";const V_=({chartData:e,title:t})=>{const{theme:n}=qo(),i=getComputedStyle(document.documentElement).getPropertyValue("--chart-text-color").trim()||(n==="dark"?"#fff":"#333333"),r=v.useMemo(()=>({responsive:!0,maintainAspectRatio:!1,interaction:{mode:"nearest",intersect:!1},scales:{y:{beginAtZero:!0,grid:{color:getComputedStyle(document.documentElement).getPropertyValue("--chart-grid-color").trim()},ticks:{maxTicksLimit:8,font:{size:12,weight:"bold"},color:i},border:{color:getComputedStyle(document.documentElement).getPropertyValue("--border-color").trim()}},x:{grid:{display:!1,color:getComputedStyle(document.documentElement).getPropertyValue("--chart-grid-color").trim()},ticks:{font:{size:12,weight:"bold"},color:i},border:{color:getComputedStyle(document.documentElement).getPropertyValue("--border-color").trim()}}},plugins:{datalabels:{color:i,font:{weight:"bold",size:14},anchor:"end",align:"left",formatter:(s,a)=>a.dataset.label==="Blue Bar"?s.toLocaleString():""},legend:{display:!1,labels:{color:i}},title:{display:!0,text:t||"",color:i,font:{weight:"600",size:20},position:"top",align:"start"},tooltip:{backgroundColor:getComputedStyle(document.documentElement).getPropertyValue("--bg-color").trim(),titleColor:i,bodyColor:i,borderColor:getComputedStyle(document.documentElement).getPropertyValue("--border-color").trim(),borderWidth:1,callbacks:{label:function(s){return`${s.dataset.type==="line"?"Trend":"Value"}: ${s.raw}`}}}}}),[t,n,i]),o=v.useMemo(()=>{var s;return e!=null&&e.monthlyData?{labels:(s=e.monthlyData)==null?void 0:s.map(a=>a.month),datasets:[{label:`${t}`,type:"line",data:e.monthlyData.map(a=>a.value),borderColor:getComputedStyle(document.documentElement).getPropertyValue("--brand-orange").trim(),borderWidth:3,pointRadius:4,pointBackgroundColor:getComputedStyle(document.documentElement).getPropertyValue("--bg-color").trim(),pointBorderColor:getComputedStyle(document.documentElement).getPropertyValue("--brand-orange").trim(),pointBorderWidth:3,tension:0,fill:!1,yAxisID:"y",stack:"stack 1"},{label:`${t}`,type:"bar",data:e.monthlyData.map(a=>a.value),backgroundColor:getComputedStyle(document.documentElement).getPropertyValue("--brand-light").trim(),borderSkipped:!1,maxBarThickness:30,stack:"Stack 0",borderRadius:{topLeft:20,topRight:20,bottomLeft:0,bottomRight:0}}]}:{labels:[],datasets:[]}},[e,t]);return b.jsx("div",{className:"vertical-bar-chart",style:{height:"400px"},children:b.jsx(Hc,{type:"bar",options:r,data:o})})};vt.register(xr,Wi,Zn,wn,Bc,Ui,Ji);vt.defaults.font.family="'Rubik', 'Inter', sans-serif";const j_=({data:e,maxValue:t=5e4,scaleType:n=Ii.LINEAR})=>{const{theme:i}=qo(),r=getComputedStyle(document.documentElement).getPropertyValue("--chart-text-color").trim()||(i==="dark"?"#fff":"#333333"),{processedData:o,computedMaxValue:s}=v.useMemo(()=>{const d=Object.values(e);let f=[...d],h=t;if(n===Ii.NORMALISED){const g=Math.min(...d),m=Math.max(...d)-g;f=d.map(C=>(C-g)/m*100),h=100}else n===Ii.LOG?(f=d.map(g=>Math.max(g,.1)),h=t||Math.max(...f)*1.1):h=t||Math.max(...d)*1.1;return{processedData:Object.keys(e).reduce((g,p,m)=>(g[p]=f[m],g),{}),computedMaxValue:h}},[e,n,t]),a=Math.max(300,Object.keys(e).length*50),l=d=>n===Ii.NORMALISED?`Value: ${e[Object.keys(e)[d.dataIndex]].toLocaleString()} (${d.raw.toFixed(2)}%)`:`Value: ${d.raw.toLocaleString()}`,c={indexAxis:"y",responsive:!0,maintainAspectRatio:!1,plugins:{legend:{display:!1,labels:{color:r}},title:{display:!1},datalabels:{color:"#ffff",font:{weight:"bold",size:14},anchor:"end",align:"left",formatter:(d,f)=>f.dataset.label==="Blue Bar"?d.toLocaleString():""},tooltip:{backgroundColor:getComputedStyle(document.documentElement).getPropertyValue("--bg-color").trim(),titleColor:r,bodyColor:r,borderColor:getComputedStyle(document.documentElement).getPropertyValue("--border-color").trim(),borderWidth:1,callbacks:{label:d=>l(d)}}},scales:{x:{type:n===Ii.LOG?"logarithmic":"linear",max:s,grid:{display:!1,offset:!1,color:getComputedStyle(document.documentElement).getPropertyValue("--chart-grid-color").trim()},ticks:{font:{size:11.19,weight:"400"},color:r},border:{color:getComputedStyle(document.documentElement).getPropertyValue("--border-color").trim()}},y:{grid:{display:!1,color:getComputedStyle(document.documentElement).getPropertyValue("--chart-grid-color").trim()},ticks:{font:{size:10.33,weight:"500"},color:r,align:"center",callback:function(d){const f=this.getLabelForValue(d),h=25;return f.length>h?f.slice(0,h)+"...":f}},border:{color:getComputedStyle(document.documentElement).getPropertyValue("--border-color").trim()}}}},u={labels:Object.keys(e),datasets:[{label:"Bar Chart",data:Object.values(o),backgroundColor:getComputedStyle(document.documentElement).getPropertyValue("--brand-orange").trim(),borderRadius:{topLeft:0,topRight:20,bottomLeft:0,bottomRight:20},barThickness:25,borderSkipped:!1,grouped:!1,maxBarThickness:30,stack:"foreground"}]};return b.jsx("div",{className:"horizontal-bar-chart-container",style:{height:`${a}px`},children:b.jsx(f_,{options:c,data:u})})};function Gc(e,t=2){if(e===0)return"0 bytes";const n=["bytes","KB","MB","GB","TB","PB","EB","ZB","YB"],i=Math.floor(Math.log(e)/Math.log(1024));return`${(e/Math.pow(1024,i)).toFixed(t)} ${n[i]}`}const B_=({icon:e,value:t,isSize:n=!1,label:i})=>{const r=v.useMemo(()=>{if(!n)return t;const o=typeof t=="number"?t:parseInt(t,10),s=Gc(o).split(" ");return{size:s[0],unit:s[1]}},[t,n]);return b.jsxs("div",{className:"flex flex-col select-none items-center justify-center rounded-lg relative w-full shadow-sm !p-0",style:{border:"1px solid var(--border-color)"},children:[b.jsxs("div",{className:"flex flex-col flex-1 items-center justify-center p-0",children:[b.jsx("div",{className:"p-2",style:{color:"var(--brand-orange)"},children:typeof e=="string"?b.jsx("img",{src:e,alt:i,className:"h-10 w-10 md:h-16 md:w-16 lg:h-20 lg:w-20 object-contain"}):b.jsx("div",{className:"text-4xl md:text-5xl lg:text-6xl",children:e})}),b.jsxs("div",{className:"font-bold text-center text-xl md:text-2xl lg:text-3xl mt-2",style:{color:"var(--chart-text-color)"},children:[n?r.size:r,n&&b.jsx("span",{className:"ml-1 text-sm md:text-base",style:{color:"var(--secondary-text-color)"},children:r.unit})]})]}),b.jsx("div",{className:"flex items-center justify-center font-bold p-2 w-full text-center text-sm md:text-base border-t",style:{backgroundColor:"var(--brand-light)",color:"var(--brand-dark)",borderTopColor:"var(--border-color)"},children:i})]})};vt.register($n,Ui,Ji);vt.defaults.font.family="'Rubik', 'Inter', sans-serif";const H_=e=>`
108
108
  input[type=range] {
109
109
  height: 4px;
110
110
  -webkit-appearance: none;
@@ -156,4 +156,4 @@ License: MIT
156
156
  pointer-events: all;
157
157
  }
158
158
  `,$_=({title:e,data:t,maxValue:n,minRange:i=0,maxRange:r=10,onMinRangeChange:o,onMaxRangeChange:s,showRangeSlider:a=!1,sliderMin:l=0,sliderMax:c=10,sliderStep:u=.1,formatSliderLabel:d=h=>`${h.toFixed(1)}Y`,hasData:f=!0})=>{const[h,g]=v.useState(0),p=v.useRef(null),[m,C]=v.useState(i),[y,x]=v.useState(r),I=t,w=n>0?I/n*100:0,R=25;v.useEffect(()=>{const L=()=>{if(p.current){const j=p.current.offsetWidth;g(G=>G!==j?j:G)}};return window.addEventListener("resize",L),L(),()=>window.removeEventListener("resize",L)},[]),v.useEffect(()=>{C(i)},[i]),v.useEffect(()=>{x(r)},[r]);const E=v.useMemo(()=>({responsive:!0,maintainAspectRatio:!1,plugins:{title:{display:!1,text:e||"Gauge Chart",color:"#302d2eff",font:{weight:"bold",size:24},position:"top",align:"start",padding:{top:0}},legend:{display:!1},tooltip:{enabled:!1},datalabels:{display:!1}}}),[e]),S=v.useMemo(()=>({datasets:[{data:f?[w,100-w]:[0,100],backgroundColor:f?[getComputedStyle(document.documentElement).getPropertyValue("--brand-orange").trim()||"#ff6503",getComputedStyle(document.documentElement).getPropertyValue("--brand-light").trim()||"#dae0e8"]:[getComputedStyle(document.documentElement).getPropertyValue("--brand-light").trim()||"#dae0e8",getComputedStyle(document.documentElement).getPropertyValue("--brand-light").trim()||"#dae0e8"],borderWidth:0,cutout:"75%",circumference:300,rotation:-150}]}),[w,f]),M=v.useCallback(L=>{const j=parseFloat(L.target.value);C(j)},[]),_=v.useCallback(L=>{const j=parseFloat(L.target.value);x(j)},[]),P=v.useCallback(()=>{o==null||o(m)},[m,o]),N=v.useCallback(()=>{s==null||s(y)},[y,s]),B=c-l,T=B>0?(m-l)/B*100:0,k=B>0?(y-l)/B*100:0,F=`${T}%`,O=`${k}%`,A=v.useMemo(()=>{const L=getComputedStyle(document.documentElement).getPropertyValue("--brand-light").trim()||"#dae0e8",j=getComputedStyle(document.documentElement).getPropertyValue("--brand-orange").trim()||"#ff6503";return{background:`linear-gradient(to right, ${L} 0%, ${L} ${T}%,
159
- ${j} ${T}%, ${j} ${k}%, ${L} ${k}%, ${L} 100%)`}},[T,k]);return b.jsxs("div",{className:"retention flex flex-col items-center rounded-xl select-none p-3",children:[b.jsx("div",{className:"w-full flex flex-col items-center justify-center p-2 mb-4",children:b.jsxs("div",{className:"relative w-11/12 h-64 flex items-center justify-center",children:[b.jsx(mh,{data:S,options:E}),b.jsx("div",{className:"absolute inset-0 flex flex-col items-center justify-center",children:f?b.jsxs(b.Fragment,{children:[b.jsx("span",{className:"text-xl font-bold",style:{color:"var(--chart-text-color)"},children:I.toLocaleString()}),b.jsx("span",{className:"text-xs",style:{color:"var(--secondary-text-color)"},children:e})]}):b.jsxs(b.Fragment,{children:[b.jsx("span",{className:"text-lg font-medium",style:{color:"var(--secondary-text-color)"},children:"No Data"}),b.jsx("span",{className:"text-xs",style:{color:"var(--secondary-text-color)"},children:"Available"})]})})]})}),a&&b.jsx("div",{className:"w-full px-6",children:b.jsxs("div",{className:"relative w-full",ref:p,children:[b.jsx("style",{children:H_(R)}),b.jsx("div",{className:"absolute top-0 w-full h-1 rounded-full",style:A}),b.jsx("input",{type:"range",min:l,max:c,step:u,value:m,onChange:M,onMouseUp:P,onTouchEnd:P,className:"w-full"}),b.jsx("input",{type:"range",min:l,max:c,step:u,value:y,onChange:_,onMouseUp:N,onTouchEnd:N,className:"w-full"}),b.jsx("div",{className:"absolute flex items-center justify-center w-8 h-8 text-white text-xs font-bold rounded",style:{left:F,top:"-40px",transform:"translateX(-50%)",clipPath:"polygon(0% 0%, 100% 0%, 100% 80%, 60% 80%, 50% 100%, 40% 80%, 0% 80%)",backgroundColor:"var(--brand-orange)"},children:d(m)}),b.jsx("div",{className:"absolute flex items-center justify-center w-8 h-8 text-white text-xs font-bold rounded",style:{left:O,top:"-40px",transform:"translateX(-50%)",clipPath:"polygon(0% 0%, 100% 0%, 100% 80%, 60% 80%, 50% 100%, 40% 80%, 0% 80%)",backgroundColor:"var(--brand-dark)"},children:d(y)})]})})]})};class di{constructor(){this._partials=new Float64Array(32),this._n=0}add(t){const n=this._partials;let i=0;for(let r=0;r<this._n&&r<32;r++){const o=n[r],s=t+o,a=Math.abs(t)<Math.abs(o)?t-(s-o):o-(s-t);a&&(n[i++]=a),t=s}return n[i]=t,this._n=i+1,this}valueOf(){const t=this._partials;let n=this._n,i,r,o,s=0;if(n>0){for(s=t[--n];n>0&&(i=s,r=t[--n],s=i+r,o=r-(s-i),!o););n>0&&(o<0&&t[n-1]<0||o>0&&t[n-1]>0)&&(r=o*2,i=s+r,r==i-s&&(s=i))}return s}}function*G_(e){for(const t of e)yield*t}function Eh(e){return Array.from(G_(e))}function rr(e,t,n){e=+e,t=+t,n=(r=arguments.length)<2?(t=e,e=0,1):r<3?1:+n;for(var i=-1,r=Math.max(0,Math.ceil((t-e)/n))|0,o=new Array(r);++i<r;)o[i]=e+i*n;return o}var Se=1e-6,zc=1e-12,Te=Math.PI,lt=Te/2,e3=Te/4,Zt=Te*2,Ft=180/Te,Qe=Te/180,Ve=Math.abs,Pr=Math.atan,_n=Math.atan2,Le=Math.cos,D2=Math.ceil,Rh=Math.exp,zs=Math.log,S0=Math.pow,ke=Math.sin,qt=Math.sign||function(e){return e>0?1:e<0?-1:0},Nt=Math.sqrt,Wc=Math.tan;function kh(e){return e>1?0:e<-1?Te:Math.acos(e)}function en(e){return e>1?lt:e<-1?-lt:Math.asin(e)}function mt(){}function Ws(e,t){e&&n3.hasOwnProperty(e.type)&&n3[e.type](e,t)}var t3={Feature:function(e,t){Ws(e.geometry,t)},FeatureCollection:function(e,t){for(var n=e.features,i=-1,r=n.length;++i<r;)Ws(n[i].geometry,t)}},n3={Sphere:function(e,t){t.sphere()},Point:function(e,t){e=e.coordinates,t.point(e[0],e[1],e[2])},MultiPoint:function(e,t){for(var n=e.coordinates,i=-1,r=n.length;++i<r;)e=n[i],t.point(e[0],e[1],e[2])},LineString:function(e,t){xl(e.coordinates,t,0)},MultiLineString:function(e,t){for(var n=e.coordinates,i=-1,r=n.length;++i<r;)xl(n[i],t,0)},Polygon:function(e,t){i3(e.coordinates,t)},MultiPolygon:function(e,t){for(var n=e.coordinates,i=-1,r=n.length;++i<r;)i3(n[i],t)},GeometryCollection:function(e,t){for(var n=e.geometries,i=-1,r=n.length;++i<r;)Ws(n[i],t)}};function xl(e,t,n){var i=-1,r=e.length-n,o;for(t.lineStart();++i<r;)o=e[i],t.point(o[0],o[1],o[2]);t.lineEnd()}function i3(e,t){var n=-1,i=e.length;for(t.polygonStart();++n<i;)xl(e[n],t,1);t.polygonEnd()}function Mi(e,t){e&&t3.hasOwnProperty(e.type)?t3[e.type](e,t):Ws(e,t)}function yl(e){return[_n(e[1],e[0]),en(e[2])]}function yr(e){var t=e[0],n=e[1],i=Le(n);return[i*Le(t),i*ke(t),ke(n)]}function V2(e,t){return e[0]*t[0]+e[1]*t[1]+e[2]*t[2]}function Zs(e,t){return[e[1]*t[2]-e[2]*t[1],e[2]*t[0]-e[0]*t[2],e[0]*t[1]-e[1]*t[0]]}function I0(e,t){e[0]+=t[0],e[1]+=t[1],e[2]+=t[2]}function j2(e,t){return[e[0]*t,e[1]*t,e[2]*t]}function wl(e){var t=Nt(e[0]*e[0]+e[1]*e[1]+e[2]*e[2]);e[0]/=t,e[1]/=t,e[2]/=t}function Sl(e,t){function n(i,r){return i=e(i,r),t(i[0],i[1])}return e.invert&&t.invert&&(n.invert=function(i,r){return i=t.invert(i,r),i&&e.invert(i[0],i[1])}),n}function Il(e,t){return Ve(e)>Te&&(e-=Math.round(e/Zt)*Zt),[e,t]}Il.invert=Il;function Ph(e,t,n){return(e%=Zt)?t||n?Sl(o3(e),s3(t,n)):o3(e):t||n?s3(t,n):Il}function r3(e){return function(t,n){return t+=e,Ve(t)>Te&&(t-=Math.round(t/Zt)*Zt),[t,n]}}function o3(e){var t=r3(e);return t.invert=r3(-e),t}function s3(e,t){var n=Le(e),i=ke(e),r=Le(t),o=ke(t);function s(a,l){var c=Le(l),u=Le(a)*c,d=ke(a)*c,f=ke(l),h=f*n+u*i;return[_n(d*r-h*o,u*n-f*i),en(h*r+d*o)]}return s.invert=function(a,l){var c=Le(l),u=Le(a)*c,d=ke(a)*c,f=ke(l),h=f*r-d*o;return[_n(d*r+f*o,u*n+h*i),en(h*n-u*i)]},s}function z_(e){e=Ph(e[0]*Qe,e[1]*Qe,e.length>2?e[2]*Qe:0);function t(n){return n=e(n[0]*Qe,n[1]*Qe),n[0]*=Ft,n[1]*=Ft,n}return t.invert=function(n){return n=e.invert(n[0]*Qe,n[1]*Qe),n[0]*=Ft,n[1]*=Ft,n},t}function W_(e,t,n,i,r,o){if(n){var s=Le(t),a=ke(t),l=i*n;r==null?(r=t+i*Zt,o=t-l/2):(r=a3(s,r),o=a3(s,o),(i>0?r<o:r>o)&&(r+=i*Zt));for(var c,u=r;i>0?u>o:u<o;u-=l)c=yl([s,-a*Le(u),-a*ke(u)]),e.point(c[0],c[1])}}function a3(e,t){t=yr(t),t[0]-=e,wl(t);var n=kh(-t[1]);return((-t[2]<0?-n:n)+Zt-Se)%Zt}function Lh(){var e=[],t;return{point:function(n,i,r){t.push([n,i,r])},lineStart:function(){e.push(t=[])},lineEnd:mt,rejoin:function(){e.length>1&&e.push(e.pop().concat(e.shift()))},result:function(){var n=e;return e=[],t=null,n}}}function cs(e,t){return Ve(e[0]-t[0])<Se&&Ve(e[1]-t[1])<Se}function B2(e,t,n,i){this.x=e,this.z=t,this.o=n,this.e=i,this.v=!1,this.n=this.p=null}function Fh(e,t,n,i,r){var o=[],s=[],a,l;if(e.forEach(function(g){if(!((p=g.length-1)<=0)){var p,m=g[0],C=g[p],y;if(cs(m,C)){if(!m[2]&&!C[2]){for(r.lineStart(),a=0;a<p;++a)r.point((m=g[a])[0],m[1]);r.lineEnd();return}C[0]+=2*Se}o.push(y=new B2(m,g,null,!0)),s.push(y.o=new B2(m,null,y,!1)),o.push(y=new B2(C,g,null,!1)),s.push(y.o=new B2(C,null,y,!0))}}),!!o.length){for(s.sort(t),l3(o),l3(s),a=0,l=s.length;a<l;++a)s[a].e=n=!n;for(var c=o[0],u,d;;){for(var f=c,h=!0;f.v;)if((f=f.n)===c)return;u=f.z,r.lineStart();do{if(f.v=f.o.v=!0,f.e){if(h)for(a=0,l=u.length;a<l;++a)r.point((d=u[a])[0],d[1]);else i(f.x,f.n.x,1,r);f=f.n}else{if(h)for(u=f.p.z,a=u.length-1;a>=0;--a)r.point((d=u[a])[0],d[1]);else i(f.x,f.p.x,-1,r);f=f.p}f=f.o,u=f.z,h=!h}while(!f.v);r.lineEnd()}}}function l3(e){if(t=e.length){for(var t,n=0,i=e[0],r;++n<t;)i.n=r=e[n],r.p=i,i=r;i.n=r=e[0],r.p=i}}function M0(e){return Ve(e[0])<=Te?e[0]:qt(e[0])*((Ve(e[0])+Te)%Zt-Te)}function Oh(e,t){var n=M0(t),i=t[1],r=ke(i),o=[ke(n),-Le(n),0],s=0,a=0,l=new di;r===1?i=lt+Se:r===-1&&(i=-lt-Se);for(var c=0,u=e.length;c<u;++c)if(f=(d=e[c]).length)for(var d,f,h=d[f-1],g=M0(h),p=h[1]/2+e3,m=ke(p),C=Le(p),y=0;y<f;++y,g=I,m=R,C=E,h=x){var x=d[y],I=M0(x),w=x[1]/2+e3,R=ke(w),E=Le(w),S=I-g,M=S>=0?1:-1,_=M*S,P=_>Te,N=m*R;if(l.add(_n(N*M*ke(_),C*E+N*Le(_))),s+=P?S+M*Zt:S,P^g>=n^I>=n){var B=Zs(yr(h),yr(x));wl(B);var T=Zs(o,B);wl(T);var k=(P^S>=0?-1:1)*en(T[2]);(i>k||i===k&&(B[0]||B[1]))&&(a+=P^S>=0?1:-1)}}return(s<-Se||s<Se&&l<-zc)^a&1}function Nh(e,t,n,i){return function(r){var o=t(r),s=Lh(),a=t(s),l=!1,c,u,d,f={point:h,lineStart:p,lineEnd:m,polygonStart:function(){f.point=C,f.lineStart=y,f.lineEnd=x,u=[],c=[]},polygonEnd:function(){f.point=h,f.lineStart=p,f.lineEnd=m,u=Eh(u);var I=Oh(c,i);u.length?(l||(r.polygonStart(),l=!0),Fh(u,X_,I,n,r)):I&&(l||(r.polygonStart(),l=!0),r.lineStart(),n(null,null,1,r),r.lineEnd()),l&&(r.polygonEnd(),l=!1),u=c=null},sphere:function(){r.polygonStart(),r.lineStart(),n(null,null,1,r),r.lineEnd(),r.polygonEnd()}};function h(I,w){e(I,w)&&r.point(I,w)}function g(I,w){o.point(I,w)}function p(){f.point=g,o.lineStart()}function m(){f.point=h,o.lineEnd()}function C(I,w){d.push([I,w]),a.point(I,w)}function y(){a.lineStart(),d=[]}function x(){C(d[0][0],d[0][1]),a.lineEnd();var I=a.clean(),w=s.result(),R,E=w.length,S,M,_;if(d.pop(),c.push(d),d=null,!!E){if(I&1){if(M=w[0],(S=M.length-1)>0){for(l||(r.polygonStart(),l=!0),r.lineStart(),R=0;R<S;++R)r.point((_=M[R])[0],_[1]);r.lineEnd()}return}E>1&&I&2&&w.push(w.pop().concat(w.shift())),u.push(w.filter(Z_))}}return f}}function Z_(e){return e.length>1}function X_(e,t){return((e=e.x)[0]<0?e[1]-lt-Se:lt-e[1])-((t=t.x)[0]<0?t[1]-lt-Se:lt-t[1])}const c3=Nh(function(){return!0},Y_,U_,[-Te,-lt]);function Y_(e){var t=NaN,n=NaN,i=NaN,r;return{lineStart:function(){e.lineStart(),r=1},point:function(o,s){var a=o>0?Te:-Te,l=Ve(o-t);Ve(l-Te)<Se?(e.point(t,n=(n+s)/2>0?lt:-lt),e.point(i,n),e.lineEnd(),e.lineStart(),e.point(a,n),e.point(o,n),r=0):i!==a&&l>=Te&&(Ve(t-i)<Se&&(t-=i*Se),Ve(o-a)<Se&&(o-=a*Se),n=J_(t,n,o,s),e.point(i,n),e.lineEnd(),e.lineStart(),e.point(a,n),r=0),e.point(t=o,n=s),i=a},lineEnd:function(){e.lineEnd(),t=n=NaN},clean:function(){return 2-r}}}function J_(e,t,n,i){var r,o,s=ke(e-n);return Ve(s)>Se?Pr((ke(t)*(o=Le(i))*ke(n)-ke(i)*(r=Le(t))*ke(e))/(r*o*s)):(t+i)/2}function U_(e,t,n,i){var r;if(e==null)r=n*lt,i.point(-Te,r),i.point(0,r),i.point(Te,r),i.point(Te,0),i.point(Te,-r),i.point(0,-r),i.point(-Te,-r),i.point(-Te,0),i.point(-Te,r);else if(Ve(e[0]-t[0])>Se){var o=e[0]<t[0]?Te:-Te;r=n*o/2,i.point(-o,r),i.point(0,r),i.point(o,r)}else i.point(t[0],t[1])}function Q_(e){var t=Le(e),n=2*Qe,i=t>0,r=Ve(t)>Se;function o(u,d,f,h){W_(h,e,n,f,u,d)}function s(u,d){return Le(u)*Le(d)>t}function a(u){var d,f,h,g,p;return{lineStart:function(){g=h=!1,p=1},point:function(m,C){var y=[m,C],x,I=s(m,C),w=i?I?0:c(m,C):I?c(m+(m<0?Te:-Te),C):0;if(!d&&(g=h=I)&&u.lineStart(),I!==h&&(x=l(d,y),(!x||cs(d,x)||cs(y,x))&&(y[2]=1)),I!==h)p=0,I?(u.lineStart(),x=l(y,d),u.point(x[0],x[1])):(x=l(d,y),u.point(x[0],x[1],2),u.lineEnd()),d=x;else if(r&&d&&i^I){var R;!(w&f)&&(R=l(y,d,!0))&&(p=0,i?(u.lineStart(),u.point(R[0][0],R[0][1]),u.point(R[1][0],R[1][1]),u.lineEnd()):(u.point(R[1][0],R[1][1]),u.lineEnd(),u.lineStart(),u.point(R[0][0],R[0][1],3)))}I&&(!d||!cs(d,y))&&u.point(y[0],y[1]),d=y,h=I,f=w},lineEnd:function(){h&&u.lineEnd(),d=null},clean:function(){return p|(g&&h)<<1}}}function l(u,d,f){var h=yr(u),g=yr(d),p=[1,0,0],m=Zs(h,g),C=V2(m,m),y=m[0],x=C-y*y;if(!x)return!f&&u;var I=t*C/x,w=-t*y/x,R=Zs(p,m),E=j2(p,I),S=j2(m,w);I0(E,S);var M=R,_=V2(E,M),P=V2(M,M),N=_*_-P*(V2(E,E)-1);if(!(N<0)){var B=Nt(N),T=j2(M,(-_-B)/P);if(I0(T,E),T=yl(T),!f)return T;var k=u[0],F=d[0],O=u[1],A=d[1],L;F<k&&(L=k,k=F,F=L);var j=F-k,G=Ve(j-Te)<Se,$=G||j<Se;if(!G&&A<O&&(L=O,O=A,A=L),$?G?O+A>0^T[1]<(Ve(T[0]-k)<Se?O:A):O<=T[1]&&T[1]<=A:j>Te^(k<=T[0]&&T[0]<=F)){var H=j2(M,(-_+B)/P);return I0(H,E),[T,yl(H)]}}}function c(u,d){var f=i?e:Te-e,h=0;return u<-f?h|=1:u>f&&(h|=2),d<-f?h|=4:d>f&&(h|=8),h}return Nh(s,a,o,i?[0,-e]:[-Te,e-Te])}function q_(e,t,n,i,r,o){var s=e[0],a=e[1],l=t[0],c=t[1],u=0,d=1,f=l-s,h=c-a,g;if(g=n-s,!(!f&&g>0)){if(g/=f,f<0){if(g<u)return;g<d&&(d=g)}else if(f>0){if(g>d)return;g>u&&(u=g)}if(g=r-s,!(!f&&g<0)){if(g/=f,f<0){if(g>d)return;g>u&&(u=g)}else if(f>0){if(g<u)return;g<d&&(d=g)}if(g=i-a,!(!h&&g>0)){if(g/=h,h<0){if(g<u)return;g<d&&(d=g)}else if(h>0){if(g>d)return;g>u&&(u=g)}if(g=o-a,!(!h&&g<0)){if(g/=h,h<0){if(g>d)return;g>u&&(u=g)}else if(h>0){if(g<u)return;g<d&&(d=g)}return u>0&&(e[0]=s+u*f,e[1]=a+u*h),d<1&&(t[0]=s+d*f,t[1]=a+d*h),!0}}}}}var Kr=1e9,H2=-Kr;function K_(e,t,n,i){function r(c,u){return e<=c&&c<=n&&t<=u&&u<=i}function o(c,u,d,f){var h=0,g=0;if(c==null||(h=s(c,d))!==(g=s(u,d))||l(c,u)<0^d>0)do f.point(h===0||h===3?e:n,h>1?i:t);while((h=(h+d+4)%4)!==g);else f.point(u[0],u[1])}function s(c,u){return Ve(c[0]-e)<Se?u>0?0:3:Ve(c[0]-n)<Se?u>0?2:1:Ve(c[1]-t)<Se?u>0?1:0:u>0?3:2}function a(c,u){return l(c.x,u.x)}function l(c,u){var d=s(c,1),f=s(u,1);return d!==f?d-f:d===0?u[1]-c[1]:d===1?c[0]-u[0]:d===2?c[1]-u[1]:u[0]-c[0]}return function(c){var u=c,d=Lh(),f,h,g,p,m,C,y,x,I,w,R,E={point:S,lineStart:N,lineEnd:B,polygonStart:_,polygonEnd:P};function S(k,F){r(k,F)&&u.point(k,F)}function M(){for(var k=0,F=0,O=h.length;F<O;++F)for(var A=h[F],L=1,j=A.length,G=A[0],$,H,J=G[0],le=G[1];L<j;++L)$=J,H=le,G=A[L],J=G[0],le=G[1],H<=i?le>i&&(J-$)*(i-H)>(le-H)*(e-$)&&++k:le<=i&&(J-$)*(i-H)<(le-H)*(e-$)&&--k;return k}function _(){u=d,f=[],h=[],R=!0}function P(){var k=M(),F=R&&k,O=(f=Eh(f)).length;(F||O)&&(c.polygonStart(),F&&(c.lineStart(),o(null,null,1,c),c.lineEnd()),O&&Fh(f,a,k,o,c),c.polygonEnd()),u=c,f=h=g=null}function N(){E.point=T,h&&h.push(g=[]),w=!0,I=!1,y=x=NaN}function B(){f&&(T(p,m),C&&I&&d.rejoin(),f.push(d.result())),E.point=S,I&&u.lineEnd()}function T(k,F){var O=r(k,F);if(h&&g.push([k,F]),w)p=k,m=F,C=O,w=!1,O&&(u.lineStart(),u.point(k,F));else if(O&&I)u.point(k,F);else{var A=[y=Math.max(H2,Math.min(Kr,y)),x=Math.max(H2,Math.min(Kr,x))],L=[k=Math.max(H2,Math.min(Kr,k)),F=Math.max(H2,Math.min(Kr,F))];q_(A,L,e,t,n,i)?(I||(u.lineStart(),u.point(A[0],A[1])),u.point(L[0],L[1]),O||u.lineEnd(),R=!1):O&&(u.lineStart(),u.point(k,F),R=!1)}y=k,x=F,I=O}return E}}var Ml,_l,us,ds,wr={sphere:mt,point:mt,lineStart:eA,lineEnd:mt,polygonStart:mt,polygonEnd:mt};function eA(){wr.point=nA,wr.lineEnd=tA}function tA(){wr.point=wr.lineEnd=mt}function nA(e,t){e*=Qe,t*=Qe,_l=e,us=ke(t),ds=Le(t),wr.point=iA}function iA(e,t){e*=Qe,t*=Qe;var n=ke(t),i=Le(t),r=Ve(e-_l),o=Le(r),s=ke(r),a=i*s,l=ds*n-us*i*o,c=us*n+ds*i*o;Ml.add(_n(Nt(a*a+l*l),c)),_l=e,us=n,ds=i}function rA(e){return Ml=new di,Mi(e,wr),+Ml}var Al=[null,null],oA={type:"LineString",coordinates:Al};function El(e,t){return Al[0]=e,Al[1]=t,rA(oA)}var u3={Feature:function(e,t){return Xs(e.geometry,t)},FeatureCollection:function(e,t){for(var n=e.features,i=-1,r=n.length;++i<r;)if(Xs(n[i].geometry,t))return!0;return!1}},d3={Sphere:function(){return!0},Point:function(e,t){return f3(e.coordinates,t)},MultiPoint:function(e,t){for(var n=e.coordinates,i=-1,r=n.length;++i<r;)if(f3(n[i],t))return!0;return!1},LineString:function(e,t){return h3(e.coordinates,t)},MultiLineString:function(e,t){for(var n=e.coordinates,i=-1,r=n.length;++i<r;)if(h3(n[i],t))return!0;return!1},Polygon:function(e,t){return g3(e.coordinates,t)},MultiPolygon:function(e,t){for(var n=e.coordinates,i=-1,r=n.length;++i<r;)if(g3(n[i],t))return!0;return!1},GeometryCollection:function(e,t){for(var n=e.geometries,i=-1,r=n.length;++i<r;)if(Xs(n[i],t))return!0;return!1}};function Xs(e,t){return e&&d3.hasOwnProperty(e.type)?d3[e.type](e,t):!1}function f3(e,t){return El(e,t)===0}function h3(e,t){for(var n,i,r,o=0,s=e.length;o<s;o++){if(i=El(e[o],t),i===0||o>0&&(r=El(e[o],e[o-1]),r>0&&n<=r&&i<=r&&(n+i-r)*(1-Math.pow((n-i)/r,2))<zc*r))return!0;n=i}return!1}function g3(e,t){return!!Oh(e.map(sA),Th(t))}function sA(e){return e=e.map(Th),e.pop(),e}function Th(e){return[e[0]*Qe,e[1]*Qe]}function aA(e,t){return(e&&u3.hasOwnProperty(e.type)?u3[e.type]:Xs)(e,t)}function p3(e,t,n){var i=rr(e,t-Se,n).concat(t);return function(r){return i.map(function(o){return[r,o]})}}function m3(e,t,n){var i=rr(e,t-Se,n).concat(t);return function(r){return i.map(function(o){return[o,r]})}}function Dh(){var e,t,n,i,r,o,s,a,l=10,c=l,u=90,d=360,f,h,g,p,m=2.5;function C(){return{type:"MultiLineString",coordinates:y()}}function y(){return rr(D2(i/u)*u,n,u).map(g).concat(rr(D2(a/d)*d,s,d).map(p)).concat(rr(D2(t/l)*l,e,l).filter(function(x){return Ve(x%u)>Se}).map(f)).concat(rr(D2(o/c)*c,r,c).filter(function(x){return Ve(x%d)>Se}).map(h))}return C.lines=function(){return y().map(function(x){return{type:"LineString",coordinates:x}})},C.outline=function(){return{type:"Polygon",coordinates:[g(i).concat(p(s).slice(1),g(n).reverse().slice(1),p(a).reverse().slice(1))]}},C.extent=function(x){return arguments.length?C.extentMajor(x).extentMinor(x):C.extentMinor()},C.extentMajor=function(x){return arguments.length?(i=+x[0][0],n=+x[1][0],a=+x[0][1],s=+x[1][1],i>n&&(x=i,i=n,n=x),a>s&&(x=a,a=s,s=x),C.precision(m)):[[i,a],[n,s]]},C.extentMinor=function(x){return arguments.length?(t=+x[0][0],e=+x[1][0],o=+x[0][1],r=+x[1][1],t>e&&(x=t,t=e,e=x),o>r&&(x=o,o=r,r=x),C.precision(m)):[[t,o],[e,r]]},C.step=function(x){return arguments.length?C.stepMajor(x).stepMinor(x):C.stepMinor()},C.stepMajor=function(x){return arguments.length?(u=+x[0],d=+x[1],C):[u,d]},C.stepMinor=function(x){return arguments.length?(l=+x[0],c=+x[1],C):[l,c]},C.precision=function(x){return arguments.length?(m=+x,f=p3(o,r,90),h=m3(t,e,m),g=p3(a,s,90),p=m3(i,n,m),C):m},C.extentMajor([[-180,-90+Se],[180,90-Se]]).extentMinor([[-180,-80-Se],[180,80+Se]])}function lA(){return Dh()()}const Rl=e=>e;var _0=new di,kl=new di,Vh,jh,Pl,Ll,Tn={point:mt,lineStart:mt,lineEnd:mt,polygonStart:function(){Tn.lineStart=cA,Tn.lineEnd=dA},polygonEnd:function(){Tn.lineStart=Tn.lineEnd=Tn.point=mt,_0.add(Ve(kl)),kl=new di},result:function(){var e=_0/2;return _0=new di,e}};function cA(){Tn.point=uA}function uA(e,t){Tn.point=Bh,Vh=Pl=e,jh=Ll=t}function Bh(e,t){kl.add(Ll*e-Pl*t),Pl=e,Ll=t}function dA(){Bh(Vh,jh)}var Sr=1/0,Ys=Sr,Vo=-Sr,Js=Vo,Us={point:fA,lineStart:mt,lineEnd:mt,polygonStart:mt,polygonEnd:mt,result:function(){var e=[[Sr,Ys],[Vo,Js]];return Vo=Js=-(Ys=Sr=1/0),e}};function fA(e,t){e<Sr&&(Sr=e),e>Vo&&(Vo=e),t<Ys&&(Ys=t),t>Js&&(Js=t)}var Fl=0,Ol=0,eo=0,Qs=0,qs=0,or=0,Nl=0,Tl=0,to=0,Hh,$h,bn,Cn,Qt={point:Zi,lineStart:b3,lineEnd:C3,polygonStart:function(){Qt.lineStart=pA,Qt.lineEnd=mA},polygonEnd:function(){Qt.point=Zi,Qt.lineStart=b3,Qt.lineEnd=C3},result:function(){var e=to?[Nl/to,Tl/to]:or?[Qs/or,qs/or]:eo?[Fl/eo,Ol/eo]:[NaN,NaN];return Fl=Ol=eo=Qs=qs=or=Nl=Tl=to=0,e}};function Zi(e,t){Fl+=e,Ol+=t,++eo}function b3(){Qt.point=hA}function hA(e,t){Qt.point=gA,Zi(bn=e,Cn=t)}function gA(e,t){var n=e-bn,i=t-Cn,r=Nt(n*n+i*i);Qs+=r*(bn+e)/2,qs+=r*(Cn+t)/2,or+=r,Zi(bn=e,Cn=t)}function C3(){Qt.point=Zi}function pA(){Qt.point=bA}function mA(){Gh(Hh,$h)}function bA(e,t){Qt.point=Gh,Zi(Hh=bn=e,$h=Cn=t)}function Gh(e,t){var n=e-bn,i=t-Cn,r=Nt(n*n+i*i);Qs+=r*(bn+e)/2,qs+=r*(Cn+t)/2,or+=r,r=Cn*e-bn*t,Nl+=r*(bn+e),Tl+=r*(Cn+t),to+=r*3,Zi(bn=e,Cn=t)}function zh(e){this._context=e}zh.prototype={_radius:4.5,pointRadius:function(e){return this._radius=e,this},polygonStart:function(){this._line=0},polygonEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){this._line===0&&this._context.closePath(),this._point=NaN},point:function(e,t){switch(this._point){case 0:{this._context.moveTo(e,t),this._point=1;break}case 1:{this._context.lineTo(e,t);break}default:{this._context.moveTo(e+this._radius,t),this._context.arc(e,t,this._radius,0,Zt);break}}},result:mt};var Dl=new di,A0,Wh,Zh,no,io,jo={point:mt,lineStart:function(){jo.point=CA},lineEnd:function(){A0&&Xh(Wh,Zh),jo.point=mt},polygonStart:function(){A0=!0},polygonEnd:function(){A0=null},result:function(){var e=+Dl;return Dl=new di,e}};function CA(e,t){jo.point=Xh,Wh=no=e,Zh=io=t}function Xh(e,t){no-=e,io-=t,Dl.add(Nt(no*no+io*io)),no=e,io=t}let v3,Ks,x3,y3;class w3{constructor(t){this._append=t==null?Yh:vA(t),this._radius=4.5,this._=""}pointRadius(t){return this._radius=+t,this}polygonStart(){this._line=0}polygonEnd(){this._line=NaN}lineStart(){this._point=0}lineEnd(){this._line===0&&(this._+="Z"),this._point=NaN}point(t,n){switch(this._point){case 0:{this._append`M${t},${n}`,this._point=1;break}case 1:{this._append`L${t},${n}`;break}default:{if(this._append`M${t},${n}`,this._radius!==x3||this._append!==Ks){const i=this._radius,r=this._;this._="",this._append`m0,${i}a${i},${i} 0 1,1 0,${-2*i}a${i},${i} 0 1,1 0,${2*i}z`,x3=i,Ks=this._append,y3=this._,this._=r}this._+=y3;break}}}result(){const t=this._;return this._="",t.length?t:null}}function Yh(e){let t=1;this._+=e[0];for(const n=e.length;t<n;++t)this._+=arguments[t]+e[t]}function vA(e){const t=Math.floor(e);if(!(t>=0))throw new RangeError(`invalid digits: ${e}`);if(t>15)return Yh;if(t!==v3){const n=10**t;v3=t,Ks=function(r){let o=1;this._+=r[0];for(const s=r.length;o<s;++o)this._+=Math.round(arguments[o]*n)/n+r[o]}}return Ks}function S3(e,t){let n=3,i=4.5,r,o;function s(a){return a&&(typeof i=="function"&&o.pointRadius(+i.apply(this,arguments)),Mi(a,r(o))),o.result()}return s.area=function(a){return Mi(a,r(Tn)),Tn.result()},s.measure=function(a){return Mi(a,r(jo)),jo.result()},s.bounds=function(a){return Mi(a,r(Us)),Us.result()},s.centroid=function(a){return Mi(a,r(Qt)),Qt.result()},s.projection=function(a){return arguments.length?(r=a==null?(e=null,Rl):(e=a).stream,s):e},s.context=function(a){return arguments.length?(o=a==null?(t=null,new w3(n)):new zh(t=a),typeof i!="function"&&o.pointRadius(i),s):t},s.pointRadius=function(a){return arguments.length?(i=typeof a=="function"?a:(o.pointRadius(+a),+a),s):i},s.digits=function(a){if(!arguments.length)return n;if(a==null)n=null;else{const l=Math.floor(a);if(!(l>=0))throw new RangeError(`invalid digits: ${a}`);n=l}return t===null&&(o=new w3(n)),s},s.projection(e).digits(n).context(t)}function Zc(e){return function(t){var n=new Vl;for(var i in e)n[i]=e[i];return n.stream=t,n}}function Vl(){}Vl.prototype={constructor:Vl,point:function(e,t){this.stream.point(e,t)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}};function Xc(e,t,n){var i=e.clipExtent&&e.clipExtent();return e.scale(150).translate([0,0]),i!=null&&e.clipExtent(null),Mi(n,e.stream(Us)),t(Us.result()),i!=null&&e.clipExtent(i),e}function Yc(e,t,n){return Xc(e,function(i){var r=t[1][0]-t[0][0],o=t[1][1]-t[0][1],s=Math.min(r/(i[1][0]-i[0][0]),o/(i[1][1]-i[0][1])),a=+t[0][0]+(r-s*(i[1][0]+i[0][0]))/2,l=+t[0][1]+(o-s*(i[1][1]+i[0][1]))/2;e.scale(150*s).translate([a,l])},n)}function Jh(e,t,n){return Yc(e,[[0,0],t],n)}function Uh(e,t,n){return Xc(e,function(i){var r=+t,o=r/(i[1][0]-i[0][0]),s=(r-o*(i[1][0]+i[0][0]))/2,a=-o*i[0][1];e.scale(150*o).translate([s,a])},n)}function Qh(e,t,n){return Xc(e,function(i){var r=+t,o=r/(i[1][1]-i[0][1]),s=-o*i[0][0],a=(r-o*(i[1][1]+i[0][1]))/2;e.scale(150*o).translate([s,a])},n)}var I3=16,xA=Le(30*Qe);function M3(e,t){return+t?wA(e,t):yA(e)}function yA(e){return Zc({point:function(t,n){t=e(t,n),this.stream.point(t[0],t[1])}})}function wA(e,t){function n(i,r,o,s,a,l,c,u,d,f,h,g,p,m){var C=c-i,y=u-r,x=C*C+y*y;if(x>4*t&&p--){var I=s+f,w=a+h,R=l+g,E=Nt(I*I+w*w+R*R),S=en(R/=E),M=Ve(Ve(R)-1)<Se||Ve(o-d)<Se?(o+d)/2:_n(w,I),_=e(M,S),P=_[0],N=_[1],B=P-i,T=N-r,k=y*B-C*T;(k*k/x>t||Ve((C*B+y*T)/x-.5)>.3||s*f+a*h+l*g<xA)&&(n(i,r,o,s,a,l,P,N,M,I/=E,w/=E,R,p,m),m.point(P,N),n(P,N,M,I,w,R,c,u,d,f,h,g,p,m))}}return function(i){var r,o,s,a,l,c,u,d,f,h,g,p,m={point:C,lineStart:y,lineEnd:I,polygonStart:function(){i.polygonStart(),m.lineStart=w},polygonEnd:function(){i.polygonEnd(),m.lineStart=y}};function C(S,M){S=e(S,M),i.point(S[0],S[1])}function y(){d=NaN,m.point=x,i.lineStart()}function x(S,M){var _=yr([S,M]),P=e(S,M);n(d,f,u,h,g,p,d=P[0],f=P[1],u=S,h=_[0],g=_[1],p=_[2],I3,i),i.point(d,f)}function I(){m.point=C,i.lineEnd()}function w(){y(),m.point=R,m.lineEnd=E}function R(S,M){x(r=S,M),o=d,s=f,a=h,l=g,c=p,m.point=x}function E(){n(d,f,u,h,g,p,o,s,r,a,l,c,I3,i),m.lineEnd=I,I()}return m}}var SA=Zc({point:function(e,t){this.stream.point(e*Qe,t*Qe)}});function IA(e){return Zc({point:function(t,n){var i=e(t,n);return this.stream.point(i[0],i[1])}})}function MA(e,t,n,i,r){function o(s,a){return s*=i,a*=r,[t+e*s,n-e*a]}return o.invert=function(s,a){return[(s-t)/e*i,(n-a)/e*r]},o}function _3(e,t,n,i,r,o){if(!o)return MA(e,t,n,i,r);var s=Le(o),a=ke(o),l=s*e,c=a*e,u=s/e,d=a/e,f=(a*n-s*t)/e,h=(a*t+s*n)/e;function g(p,m){return p*=i,m*=r,[l*p-c*m+t,n-c*p-l*m]}return g.invert=function(p,m){return[i*(u*p-d*m+f),r*(h-d*p-u*m)]},g}function Qn(e){return qh(function(){return e})()}function qh(e){var t,n=150,i=480,r=250,o=0,s=0,a=0,l=0,c=0,u,d=0,f=1,h=1,g=null,p=c3,m=null,C,y,x,I=Rl,w=.5,R,E,S,M,_;function P(k){return S(k[0]*Qe,k[1]*Qe)}function N(k){return k=S.invert(k[0],k[1]),k&&[k[0]*Ft,k[1]*Ft]}P.stream=function(k){return M&&_===k?M:M=SA(IA(u)(p(R(I(_=k)))))},P.preclip=function(k){return arguments.length?(p=k,g=void 0,T()):p},P.postclip=function(k){return arguments.length?(I=k,m=C=y=x=null,T()):I},P.clipAngle=function(k){return arguments.length?(p=+k?Q_(g=k*Qe):(g=null,c3),T()):g*Ft},P.clipExtent=function(k){return arguments.length?(I=k==null?(m=C=y=x=null,Rl):K_(m=+k[0][0],C=+k[0][1],y=+k[1][0],x=+k[1][1]),T()):m==null?null:[[m,C],[y,x]]},P.scale=function(k){return arguments.length?(n=+k,B()):n},P.translate=function(k){return arguments.length?(i=+k[0],r=+k[1],B()):[i,r]},P.center=function(k){return arguments.length?(o=k[0]%360*Qe,s=k[1]%360*Qe,B()):[o*Ft,s*Ft]},P.rotate=function(k){return arguments.length?(a=k[0]%360*Qe,l=k[1]%360*Qe,c=k.length>2?k[2]%360*Qe:0,B()):[a*Ft,l*Ft,c*Ft]},P.angle=function(k){return arguments.length?(d=k%360*Qe,B()):d*Ft},P.reflectX=function(k){return arguments.length?(f=k?-1:1,B()):f<0},P.reflectY=function(k){return arguments.length?(h=k?-1:1,B()):h<0},P.precision=function(k){return arguments.length?(R=M3(E,w=k*k),T()):Nt(w)},P.fitExtent=function(k,F){return Yc(P,k,F)},P.fitSize=function(k,F){return Jh(P,k,F)},P.fitWidth=function(k,F){return Uh(P,k,F)},P.fitHeight=function(k,F){return Qh(P,k,F)};function B(){var k=_3(n,0,0,f,h,d).apply(null,t(o,s)),F=_3(n,i-k[0],r-k[1],f,h,d);return u=Ph(a,l,c),E=Sl(t,F),S=Sl(u,E),R=M3(E,w),T()}function T(){return M=_=null,P}return function(){return t=e.apply(this,arguments),P.invert=t.invert&&N,B()}}function Jc(e){var t=0,n=Te/3,i=qh(e),r=i(t,n);return r.parallels=function(o){return arguments.length?i(t=o[0]*Qe,n=o[1]*Qe):[t*Ft,n*Ft]},r}function _A(e){var t=Le(e);function n(i,r){return[i*t,ke(r)/t]}return n.invert=function(i,r){return[i/t,en(r*t)]},n}function AA(e,t){var n=ke(e),i=(n+ke(t))/2;if(Ve(i)<Se)return _A(e);var r=1+n*(2*i-n),o=Nt(r)/i;function s(a,l){var c=Nt(r-2*i*ke(l))/i;return[c*ke(a*=i),o-c*Le(a)]}return s.invert=function(a,l){var c=o-l,u=_n(a,Ve(c))*qt(c);return c*i<0&&(u-=Te*qt(a)*qt(c)),[u/i,en((r-(a*a+c*c)*i*i)/(2*i))]},s}function ea(){return Jc(AA).scale(155.424).center([0,33.6442])}function Kh(){return ea().parallels([29.5,45.5]).scale(1070).translate([480,250]).rotate([96,0]).center([-.6,38.7])}function EA(e){var t=e.length;return{point:function(n,i){for(var r=-1;++r<t;)e[r].point(n,i)},sphere:function(){for(var n=-1;++n<t;)e[n].sphere()},lineStart:function(){for(var n=-1;++n<t;)e[n].lineStart()},lineEnd:function(){for(var n=-1;++n<t;)e[n].lineEnd()},polygonStart:function(){for(var n=-1;++n<t;)e[n].polygonStart()},polygonEnd:function(){for(var n=-1;++n<t;)e[n].polygonEnd()}}}function RA(){var e,t,n=Kh(),i,r=ea().rotate([154,0]).center([-2,58.5]).parallels([55,65]),o,s=ea().rotate([157,0]).center([-3,19.9]).parallels([8,18]),a,l,c={point:function(f,h){l=[f,h]}};function u(f){var h=f[0],g=f[1];return l=null,i.point(h,g),l||(o.point(h,g),l)||(a.point(h,g),l)}u.invert=function(f){var h=n.scale(),g=n.translate(),p=(f[0]-g[0])/h,m=(f[1]-g[1])/h;return(m>=.12&&m<.234&&p>=-.425&&p<-.214?r:m>=.166&&m<.234&&p>=-.214&&p<-.115?s:n).invert(f)},u.stream=function(f){return e&&t===f?e:e=EA([n.stream(t=f),r.stream(f),s.stream(f)])},u.precision=function(f){return arguments.length?(n.precision(f),r.precision(f),s.precision(f),d()):n.precision()},u.scale=function(f){return arguments.length?(n.scale(f),r.scale(f*.35),s.scale(f),u.translate(n.translate())):n.scale()},u.translate=function(f){if(!arguments.length)return n.translate();var h=n.scale(),g=+f[0],p=+f[1];return i=n.translate(f).clipExtent([[g-.455*h,p-.238*h],[g+.455*h,p+.238*h]]).stream(c),o=r.translate([g-.307*h,p+.201*h]).clipExtent([[g-.425*h+Se,p+.12*h+Se],[g-.214*h-Se,p+.234*h-Se]]).stream(c),a=s.translate([g-.205*h,p+.212*h]).clipExtent([[g-.214*h+Se,p+.166*h+Se],[g-.115*h-Se,p+.234*h-Se]]).stream(c),d()},u.fitExtent=function(f,h){return Yc(u,f,h)},u.fitSize=function(f,h){return Jh(u,f,h)},u.fitWidth=function(f,h){return Uh(u,f,h)},u.fitHeight=function(f,h){return Qh(u,f,h)};function d(){return e=t=null,u}return u.scale(1070)}function e6(e){return function(t,n){var i=Le(t),r=Le(n),o=e(i*r);return o===1/0?[2,0]:[o*r*ke(t),o*ke(n)]}}function Ko(e){return function(t,n){var i=Nt(t*t+n*n),r=e(i),o=ke(r),s=Le(r);return[_n(t*o,i*s),en(i&&n*o/i)]}}var t6=e6(function(e){return Nt(2/(1+e))});t6.invert=Ko(function(e){return 2*en(e/2)});function kA(){return Qn(t6).scale(124.75).clipAngle(180-.001)}var n6=e6(function(e){return(e=kh(e))&&e/ke(e)});n6.invert=Ko(function(e){return e});function PA(){return Qn(n6).scale(79.4188).clipAngle(180-.001)}function _a(e,t){return[e,zs(Wc((lt+t)/2))]}_a.invert=function(e,t){return[e,2*Pr(Rh(t))-lt]};function LA(){return i6(_a).scale(961/Zt)}function i6(e){var t=Qn(e),n=t.center,i=t.scale,r=t.translate,o=t.clipExtent,s=null,a,l,c;t.scale=function(d){return arguments.length?(i(d),u()):i()},t.translate=function(d){return arguments.length?(r(d),u()):r()},t.center=function(d){return arguments.length?(n(d),u()):n()},t.clipExtent=function(d){return arguments.length?(d==null?s=a=l=c=null:(s=+d[0][0],a=+d[0][1],l=+d[1][0],c=+d[1][1]),u()):s==null?null:[[s,a],[l,c]]};function u(){var d=Te*i(),f=t(z_(t.rotate()).invert([0,0]));return o(s==null?[[f[0]-d,f[1]-d],[f[0]+d,f[1]+d]]:e===_a?[[Math.max(f[0]-d,s),a],[Math.min(f[0]+d,l),c]]:[[s,Math.max(f[1]-d,a)],[l,Math.min(f[1]+d,c)]])}return u()}function $2(e){return Wc((lt+e)/2)}function FA(e,t){var n=Le(e),i=e===t?ke(e):zs(n/Le(t))/zs($2(t)/$2(e)),r=n*S0($2(e),i)/i;if(!i)return _a;function o(s,a){r>0?a<-lt+Se&&(a=-lt+Se):a>lt-Se&&(a=lt-Se);var l=r/S0($2(a),i);return[l*ke(i*s),r-l*Le(i*s)]}return o.invert=function(s,a){var l=r-a,c=qt(i)*Nt(s*s+l*l),u=_n(s,Ve(l))*qt(l);return l*i<0&&(u-=Te*qt(s)*qt(l)),[u/i,2*Pr(S0(r/c,1/i))-lt]},o}function OA(){return Jc(FA).scale(109.5).parallels([30,30])}function ta(e,t){return[e,t]}ta.invert=ta;function NA(){return Qn(ta).scale(152.63)}function TA(e,t){var n=Le(e),i=e===t?ke(e):(n-Le(t))/(t-e),r=n/i+e;if(Ve(i)<Se)return ta;function o(s,a){var l=r-a,c=i*s;return[l*ke(c),r-l*Le(c)]}return o.invert=function(s,a){var l=r-a,c=_n(s,Ve(l))*qt(l);return l*i<0&&(c-=Te*qt(s)*qt(l)),[c/i,r-qt(i)*Nt(s*s+l*l)]},o}function DA(){return Jc(TA).scale(131.154).center([0,13.9389])}var mo=1.340264,bo=-.081106,Co=893e-6,vo=.003796,na=Nt(3)/2,VA=12;function r6(e,t){var n=en(na*ke(t)),i=n*n,r=i*i*i;return[e*Le(n)/(na*(mo+3*bo*i+r*(7*Co+9*vo*i))),n*(mo+bo*i+r*(Co+vo*i))]}r6.invert=function(e,t){for(var n=t,i=n*n,r=i*i*i,o=0,s,a,l;o<VA&&(a=n*(mo+bo*i+r*(Co+vo*i))-t,l=mo+3*bo*i+r*(7*Co+9*vo*i),n-=s=a/l,i=n*n,r=i*i*i,!(Ve(s)<zc));++o);return[na*e*(mo+3*bo*i+r*(7*Co+9*vo*i))/Le(n),en(ke(n)/na)]};function jA(){return Qn(r6).scale(177.158)}function o6(e,t){var n=Le(t),i=Le(e)*n;return[n*ke(e)/i,ke(t)/i]}o6.invert=Ko(Pr);function BA(){return Qn(o6).scale(144.049).clipAngle(60)}function s6(e,t){var n=t*t,i=n*n;return[e*(.8707-.131979*n+i*(-.013791+i*(.003971*n-.001529*i))),t*(1.007226+n*(.015085+i*(-.044475+.028874*n-.005916*i)))]}s6.invert=function(e,t){var n=t,i=25,r;do{var o=n*n,s=o*o;n-=r=(n*(1.007226+o*(.015085+s*(-.044475+.028874*o-.005916*s)))-t)/(1.007226+o*(.015085*3+s*(-.044475*7+.028874*9*o-.005916*11*s)))}while(Ve(r)>Se&&--i>0);return[e/(.8707+(o=n*n)*(-.131979+o*(-.013791+o*o*o*(.003971-.001529*o)))),n]};function HA(){return Qn(s6).scale(175.295)}function a6(e,t){return[Le(t)*ke(e),ke(t)]}a6.invert=Ko(en);function $A(){return Qn(a6).scale(249.5).clipAngle(90+Se)}function l6(e,t){var n=Le(t),i=1+Le(e)*n;return[n*ke(e)/i,ke(t)/i]}l6.invert=Ko(function(e){return 2*Pr(e)});function GA(){return Qn(l6).scale(250).clipAngle(142)}function c6(e,t){return[zs(Wc((lt+t)/2)),-e]}c6.invert=function(e,t){return[-t,2*Pr(Rh(e))-lt]};function zA(){var e=i6(c6),t=e.center,n=e.rotate;return e.center=function(i){return arguments.length?t([-i[1],i[0]]):(i=t(),[i[1],-i[0]])},e.rotate=function(i){return arguments.length?n([i[0],i[1],i.length>2?i[2]+90:90]):(i=n(),[i[0],i[1],i[2]-90])},n([0,0,90]).scale(159.155)}function We(e){for(var t=e.length/6|0,n=new Array(t),i=0;i<t;)n[i]="#"+e.slice(i*6,++i*6);return n}function Aa(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function Uc(e,t){var n=Object.create(e.prototype);for(var i in t)n[i]=t[i];return n}function Lr(){}var Xi=.7,Ir=1/Xi,fr="\\s*([+-]?\\d+)\\s*",Bo="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Sn="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",WA=/^#([0-9a-f]{3,8})$/,ZA=new RegExp(`^rgb\\(${fr},${fr},${fr}\\)$`),XA=new RegExp(`^rgb\\(${Sn},${Sn},${Sn}\\)$`),YA=new RegExp(`^rgba\\(${fr},${fr},${fr},${Bo}\\)$`),JA=new RegExp(`^rgba\\(${Sn},${Sn},${Sn},${Bo}\\)$`),UA=new RegExp(`^hsl\\(${Bo},${Sn},${Sn}\\)$`),QA=new RegExp(`^hsla\\(${Bo},${Sn},${Sn},${Bo}\\)$`),A3={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};Aa(Lr,Ea,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:E3,formatHex:E3,formatHex8:qA,formatHsl:KA,formatRgb:R3,toString:R3});function E3(){return this.rgb().formatHex()}function qA(){return this.rgb().formatHex8()}function KA(){return d6(this).formatHsl()}function R3(){return this.rgb().formatRgb()}function Ea(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=WA.exec(e))?(n=t[1].length,t=parseInt(t[1],16),n===6?k3(t):n===3?new Lt(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):n===8?G2(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):n===4?G2(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=ZA.exec(e))?new Lt(t[1],t[2],t[3],1):(t=XA.exec(e))?new Lt(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=YA.exec(e))?G2(t[1],t[2],t[3],t[4]):(t=JA.exec(e))?G2(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=UA.exec(e))?F3(t[1],t[2]/100,t[3]/100,1):(t=QA.exec(e))?F3(t[1],t[2]/100,t[3]/100,t[4]):A3.hasOwnProperty(e)?k3(A3[e]):e==="transparent"?new Lt(NaN,NaN,NaN,0):null}function k3(e){return new Lt(e>>16&255,e>>8&255,e&255,1)}function G2(e,t,n,i){return i<=0&&(e=t=n=NaN),new Lt(e,t,n,i)}function u6(e){return e instanceof Lr||(e=Ea(e)),e?(e=e.rgb(),new Lt(e.r,e.g,e.b,e.opacity)):new Lt}function Ho(e,t,n,i){return arguments.length===1?u6(e):new Lt(e,t,n,i??1)}function Lt(e,t,n,i){this.r=+e,this.g=+t,this.b=+n,this.opacity=+i}Aa(Lt,Ho,Uc(Lr,{brighter(e){return e=e==null?Ir:Math.pow(Ir,e),new Lt(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?Xi:Math.pow(Xi,e),new Lt(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new Lt(Di(this.r),Di(this.g),Di(this.b),ia(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:P3,formatHex:P3,formatHex8:eE,formatRgb:L3,toString:L3}));function P3(){return`#${ki(this.r)}${ki(this.g)}${ki(this.b)}`}function eE(){return`#${ki(this.r)}${ki(this.g)}${ki(this.b)}${ki((isNaN(this.opacity)?1:this.opacity)*255)}`}function L3(){const e=ia(this.opacity);return`${e===1?"rgb(":"rgba("}${Di(this.r)}, ${Di(this.g)}, ${Di(this.b)}${e===1?")":`, ${e})`}`}function ia(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function Di(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function ki(e){return e=Di(e),(e<16?"0":"")+e.toString(16)}function F3(e,t,n,i){return i<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new ln(e,t,n,i)}function d6(e){if(e instanceof ln)return new ln(e.h,e.s,e.l,e.opacity);if(e instanceof Lr||(e=Ea(e)),!e)return new ln;if(e instanceof ln)return e;e=e.rgb();var t=e.r/255,n=e.g/255,i=e.b/255,r=Math.min(t,n,i),o=Math.max(t,n,i),s=NaN,a=o-r,l=(o+r)/2;return a?(t===o?s=(n-i)/a+(n<i)*6:n===o?s=(i-t)/a+2:s=(t-n)/a+4,a/=l<.5?o+r:2-o-r,s*=60):a=l>0&&l<1?0:s,new ln(s,a,l,e.opacity)}function tE(e,t,n,i){return arguments.length===1?d6(e):new ln(e,t,n,i??1)}function ln(e,t,n,i){this.h=+e,this.s=+t,this.l=+n,this.opacity=+i}Aa(ln,tE,Uc(Lr,{brighter(e){return e=e==null?Ir:Math.pow(Ir,e),new ln(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?Xi:Math.pow(Xi,e),new ln(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,n=this.l,i=n+(n<.5?n:1-n)*t,r=2*n-i;return new Lt(E0(e>=240?e-240:e+120,r,i),E0(e,r,i),E0(e<120?e+240:e-120,r,i),this.opacity)},clamp(){return new ln(O3(this.h),z2(this.s),z2(this.l),ia(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=ia(this.opacity);return`${e===1?"hsl(":"hsla("}${O3(this.h)}, ${z2(this.s)*100}%, ${z2(this.l)*100}%${e===1?")":`, ${e})`}`}}));function O3(e){return e=(e||0)%360,e<0?e+360:e}function z2(e){return Math.max(0,Math.min(1,e||0))}function E0(e,t,n){return(e<60?t+(n-t)*e/60:e<180?n:e<240?t+(n-t)*(240-e)/60:t)*255}const nE=Math.PI/180,iE=180/Math.PI;var f6=-.14861,Qc=1.78277,qc=-.29227,Ra=-.90649,$o=1.97294,N3=$o*Ra,T3=$o*Qc,D3=Qc*qc-Ra*f6;function rE(e){if(e instanceof Vi)return new Vi(e.h,e.s,e.l,e.opacity);e instanceof Lt||(e=u6(e));var t=e.r/255,n=e.g/255,i=e.b/255,r=(D3*i+N3*t-T3*n)/(D3+N3-T3),o=i-r,s=($o*(n-r)-qc*o)/Ra,a=Math.sqrt(s*s+o*o)/($o*r*(1-r)),l=a?Math.atan2(s,o)*iE-120:NaN;return new Vi(l<0?l+360:l,a,r,e.opacity)}function An(e,t,n,i){return arguments.length===1?rE(e):new Vi(e,t,n,i??1)}function Vi(e,t,n,i){this.h=+e,this.s=+t,this.l=+n,this.opacity=+i}Aa(Vi,An,Uc(Lr,{brighter(e){return e=e==null?Ir:Math.pow(Ir,e),new Vi(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?Xi:Math.pow(Xi,e),new Vi(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=isNaN(this.h)?0:(this.h+120)*nE,t=+this.l,n=isNaN(this.s)?0:this.s*t*(1-t),i=Math.cos(e),r=Math.sin(e);return new Lt(255*(t+n*(f6*i+Qc*r)),255*(t+n*(qc*i+Ra*r)),255*(t+n*($o*i)),this.opacity)}}));function oE(e,t,n,i,r){var o=e*e,s=o*e;return((1-3*e+3*o-s)*t+(4-6*o+3*s)*n+(1+3*e+3*o-3*s)*i+s*r)/6}function sE(e){var t=e.length-1;return function(n){var i=n<=0?n=0:n>=1?(n=1,t-1):Math.floor(n*t),r=e[i],o=e[i+1],s=i>0?e[i-1]:2*r-o,a=i<t-1?e[i+2]:2*o-r;return oE((n-i/t)*t,s,r,o,a)}}const Kc=e=>()=>e;function h6(e,t){return function(n){return e+n*t}}function aE(e,t,n){return e=Math.pow(e,n),t=Math.pow(t,n)-e,n=1/n,function(i){return Math.pow(e+i*t,n)}}function lE(e,t){var n=t-e;return n?h6(e,n>180||n<-180?n-360*Math.round(n/360):n):Kc(isNaN(e)?t:e)}function cE(e){return(e=+e)==1?hr:function(t,n){return n-t?aE(t,n,e):Kc(isNaN(t)?n:t)}}function hr(e,t){var n=t-e;return n?h6(e,n):Kc(isNaN(e)?t:e)}const uE=function e(t){var n=cE(t);function i(r,o){var s=n((r=Ho(r)).r,(o=Ho(o)).r),a=n(r.g,o.g),l=n(r.b,o.b),c=hr(r.opacity,o.opacity);return function(u){return r.r=s(u),r.g=a(u),r.b=l(u),r.opacity=c(u),r+""}}return i.gamma=e,i}(1);function dE(e){return function(t){var n=t.length,i=new Array(n),r=new Array(n),o=new Array(n),s,a;for(s=0;s<n;++s)a=Ho(t[s]),i[s]=a.r||0,r[s]=a.g||0,o[s]=a.b||0;return i=e(i),r=e(r),o=e(o),a.opacity=1,function(l){return a.r=i(l),a.g=r(l),a.b=o(l),a+""}}}var fE=dE(sE);function g6(e){return function t(n){n=+n;function i(r,o){var s=e((r=An(r)).h,(o=An(o)).h),a=hr(r.s,o.s),l=hr(r.l,o.l),c=hr(r.opacity,o.opacity);return function(u){return r.h=s(u),r.s=a(u),r.l=l(Math.pow(u,n)),r.opacity=c(u),r+""}}return i.gamma=t,i}(1)}g6(lE);var eu=g6(hr);const Ke=e=>fE(e[e.length-1]);var hE=new Array(3).concat("d8b365f5f5f55ab4ac","a6611adfc27d80cdc1018571","a6611adfc27df5f5f580cdc1018571","8c510ad8b365f6e8c3c7eae55ab4ac01665e","8c510ad8b365f6e8c3f5f5f5c7eae55ab4ac01665e","8c510abf812ddfc27df6e8c3c7eae580cdc135978f01665e","8c510abf812ddfc27df6e8c3f5f5f5c7eae580cdc135978f01665e","5430058c510abf812ddfc27df6e8c3c7eae580cdc135978f01665e003c30","5430058c510abf812ddfc27df6e8c3f5f5f5c7eae580cdc135978f01665e003c30").map(We);const gE=Ke(hE);var pE=new Array(3).concat("af8dc3f7f7f77fbf7b","7b3294c2a5cfa6dba0008837","7b3294c2a5cff7f7f7a6dba0008837","762a83af8dc3e7d4e8d9f0d37fbf7b1b7837","762a83af8dc3e7d4e8f7f7f7d9f0d37fbf7b1b7837","762a839970abc2a5cfe7d4e8d9f0d3a6dba05aae611b7837","762a839970abc2a5cfe7d4e8f7f7f7d9f0d3a6dba05aae611b7837","40004b762a839970abc2a5cfe7d4e8d9f0d3a6dba05aae611b783700441b","40004b762a839970abc2a5cfe7d4e8f7f7f7d9f0d3a6dba05aae611b783700441b").map(We);const mE=Ke(pE);var bE=new Array(3).concat("e9a3c9f7f7f7a1d76a","d01c8bf1b6dab8e1864dac26","d01c8bf1b6daf7f7f7b8e1864dac26","c51b7de9a3c9fde0efe6f5d0a1d76a4d9221","c51b7de9a3c9fde0eff7f7f7e6f5d0a1d76a4d9221","c51b7dde77aef1b6dafde0efe6f5d0b8e1867fbc414d9221","c51b7dde77aef1b6dafde0eff7f7f7e6f5d0b8e1867fbc414d9221","8e0152c51b7dde77aef1b6dafde0efe6f5d0b8e1867fbc414d9221276419","8e0152c51b7dde77aef1b6dafde0eff7f7f7e6f5d0b8e1867fbc414d9221276419").map(We);const CE=Ke(bE);var vE=new Array(3).concat("998ec3f7f7f7f1a340","5e3c99b2abd2fdb863e66101","5e3c99b2abd2f7f7f7fdb863e66101","542788998ec3d8daebfee0b6f1a340b35806","542788998ec3d8daebf7f7f7fee0b6f1a340b35806","5427888073acb2abd2d8daebfee0b6fdb863e08214b35806","5427888073acb2abd2d8daebf7f7f7fee0b6fdb863e08214b35806","2d004b5427888073acb2abd2d8daebfee0b6fdb863e08214b358067f3b08","2d004b5427888073acb2abd2d8daebf7f7f7fee0b6fdb863e08214b358067f3b08").map(We);const xE=Ke(vE);var yE=new Array(3).concat("ef8a62f7f7f767a9cf","ca0020f4a58292c5de0571b0","ca0020f4a582f7f7f792c5de0571b0","b2182bef8a62fddbc7d1e5f067a9cf2166ac","b2182bef8a62fddbc7f7f7f7d1e5f067a9cf2166ac","b2182bd6604df4a582fddbc7d1e5f092c5de4393c32166ac","b2182bd6604df4a582fddbc7f7f7f7d1e5f092c5de4393c32166ac","67001fb2182bd6604df4a582fddbc7d1e5f092c5de4393c32166ac053061","67001fb2182bd6604df4a582fddbc7f7f7f7d1e5f092c5de4393c32166ac053061").map(We);const wE=Ke(yE);var SE=new Array(3).concat("ef8a62ffffff999999","ca0020f4a582bababa404040","ca0020f4a582ffffffbababa404040","b2182bef8a62fddbc7e0e0e09999994d4d4d","b2182bef8a62fddbc7ffffffe0e0e09999994d4d4d","b2182bd6604df4a582fddbc7e0e0e0bababa8787874d4d4d","b2182bd6604df4a582fddbc7ffffffe0e0e0bababa8787874d4d4d","67001fb2182bd6604df4a582fddbc7e0e0e0bababa8787874d4d4d1a1a1a","67001fb2182bd6604df4a582fddbc7ffffffe0e0e0bababa8787874d4d4d1a1a1a").map(We);const IE=Ke(SE);var ME=new Array(3).concat("fc8d59ffffbf91bfdb","d7191cfdae61abd9e92c7bb6","d7191cfdae61ffffbfabd9e92c7bb6","d73027fc8d59fee090e0f3f891bfdb4575b4","d73027fc8d59fee090ffffbfe0f3f891bfdb4575b4","d73027f46d43fdae61fee090e0f3f8abd9e974add14575b4","d73027f46d43fdae61fee090ffffbfe0f3f8abd9e974add14575b4","a50026d73027f46d43fdae61fee090e0f3f8abd9e974add14575b4313695","a50026d73027f46d43fdae61fee090ffffbfe0f3f8abd9e974add14575b4313695").map(We);const _E=Ke(ME);var AE=new Array(3).concat("fc8d59ffffbf91cf60","d7191cfdae61a6d96a1a9641","d7191cfdae61ffffbfa6d96a1a9641","d73027fc8d59fee08bd9ef8b91cf601a9850","d73027fc8d59fee08bffffbfd9ef8b91cf601a9850","d73027f46d43fdae61fee08bd9ef8ba6d96a66bd631a9850","d73027f46d43fdae61fee08bffffbfd9ef8ba6d96a66bd631a9850","a50026d73027f46d43fdae61fee08bd9ef8ba6d96a66bd631a9850006837","a50026d73027f46d43fdae61fee08bffffbfd9ef8ba6d96a66bd631a9850006837").map(We);const EE=Ke(AE);var RE=new Array(3).concat("fc8d59ffffbf99d594","d7191cfdae61abdda42b83ba","d7191cfdae61ffffbfabdda42b83ba","d53e4ffc8d59fee08be6f59899d5943288bd","d53e4ffc8d59fee08bffffbfe6f59899d5943288bd","d53e4ff46d43fdae61fee08be6f598abdda466c2a53288bd","d53e4ff46d43fdae61fee08bffffbfe6f598abdda466c2a53288bd","9e0142d53e4ff46d43fdae61fee08be6f598abdda466c2a53288bd5e4fa2","9e0142d53e4ff46d43fdae61fee08bffffbfe6f598abdda466c2a53288bd5e4fa2").map(We);const kE=Ke(RE);var PE=new Array(3).concat("e5f5f999d8c92ca25f","edf8fbb2e2e266c2a4238b45","edf8fbb2e2e266c2a42ca25f006d2c","edf8fbccece699d8c966c2a42ca25f006d2c","edf8fbccece699d8c966c2a441ae76238b45005824","f7fcfde5f5f9ccece699d8c966c2a441ae76238b45005824","f7fcfde5f5f9ccece699d8c966c2a441ae76238b45006d2c00441b").map(We);const LE=Ke(PE);var FE=new Array(3).concat("e0ecf49ebcda8856a7","edf8fbb3cde38c96c688419d","edf8fbb3cde38c96c68856a7810f7c","edf8fbbfd3e69ebcda8c96c68856a7810f7c","edf8fbbfd3e69ebcda8c96c68c6bb188419d6e016b","f7fcfde0ecf4bfd3e69ebcda8c96c68c6bb188419d6e016b","f7fcfde0ecf4bfd3e69ebcda8c96c68c6bb188419d810f7c4d004b").map(We);const OE=Ke(FE);var NE=new Array(3).concat("e0f3dba8ddb543a2ca","f0f9e8bae4bc7bccc42b8cbe","f0f9e8bae4bc7bccc443a2ca0868ac","f0f9e8ccebc5a8ddb57bccc443a2ca0868ac","f0f9e8ccebc5a8ddb57bccc44eb3d32b8cbe08589e","f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe08589e","f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe0868ac084081").map(We);const TE=Ke(NE);var DE=new Array(3).concat("fee8c8fdbb84e34a33","fef0d9fdcc8afc8d59d7301f","fef0d9fdcc8afc8d59e34a33b30000","fef0d9fdd49efdbb84fc8d59e34a33b30000","fef0d9fdd49efdbb84fc8d59ef6548d7301f990000","fff7ecfee8c8fdd49efdbb84fc8d59ef6548d7301f990000","fff7ecfee8c8fdd49efdbb84fc8d59ef6548d7301fb300007f0000").map(We);const VE=Ke(DE);var jE=new Array(3).concat("ece2f0a6bddb1c9099","f6eff7bdc9e167a9cf02818a","f6eff7bdc9e167a9cf1c9099016c59","f6eff7d0d1e6a6bddb67a9cf1c9099016c59","f6eff7d0d1e6a6bddb67a9cf3690c002818a016450","fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016450","fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016c59014636").map(We);const BE=Ke(jE);var HE=new Array(3).concat("ece7f2a6bddb2b8cbe","f1eef6bdc9e174a9cf0570b0","f1eef6bdc9e174a9cf2b8cbe045a8d","f1eef6d0d1e6a6bddb74a9cf2b8cbe045a8d","f1eef6d0d1e6a6bddb74a9cf3690c00570b0034e7b","fff7fbece7f2d0d1e6a6bddb74a9cf3690c00570b0034e7b","fff7fbece7f2d0d1e6a6bddb74a9cf3690c00570b0045a8d023858").map(We);const $E=Ke(HE);var GE=new Array(3).concat("e7e1efc994c7dd1c77","f1eef6d7b5d8df65b0ce1256","f1eef6d7b5d8df65b0dd1c77980043","f1eef6d4b9dac994c7df65b0dd1c77980043","f1eef6d4b9dac994c7df65b0e7298ace125691003f","f7f4f9e7e1efd4b9dac994c7df65b0e7298ace125691003f","f7f4f9e7e1efd4b9dac994c7df65b0e7298ace125698004367001f").map(We);const zE=Ke(GE);var WE=new Array(3).concat("fde0ddfa9fb5c51b8a","feebe2fbb4b9f768a1ae017e","feebe2fbb4b9f768a1c51b8a7a0177","feebe2fcc5c0fa9fb5f768a1c51b8a7a0177","feebe2fcc5c0fa9fb5f768a1dd3497ae017e7a0177","fff7f3fde0ddfcc5c0fa9fb5f768a1dd3497ae017e7a0177","fff7f3fde0ddfcc5c0fa9fb5f768a1dd3497ae017e7a017749006a").map(We);const ZE=Ke(WE);var XE=new Array(3).concat("edf8b17fcdbb2c7fb8","ffffcca1dab441b6c4225ea8","ffffcca1dab441b6c42c7fb8253494","ffffccc7e9b47fcdbb41b6c42c7fb8253494","ffffccc7e9b47fcdbb41b6c41d91c0225ea80c2c84","ffffd9edf8b1c7e9b47fcdbb41b6c41d91c0225ea80c2c84","ffffd9edf8b1c7e9b47fcdbb41b6c41d91c0225ea8253494081d58").map(We);const YE=Ke(XE);var JE=new Array(3).concat("f7fcb9addd8e31a354","ffffccc2e69978c679238443","ffffccc2e69978c67931a354006837","ffffccd9f0a3addd8e78c67931a354006837","ffffccd9f0a3addd8e78c67941ab5d238443005a32","ffffe5f7fcb9d9f0a3addd8e78c67941ab5d238443005a32","ffffe5f7fcb9d9f0a3addd8e78c67941ab5d238443006837004529").map(We);const UE=Ke(JE);var QE=new Array(3).concat("fff7bcfec44fd95f0e","ffffd4fed98efe9929cc4c02","ffffd4fed98efe9929d95f0e993404","ffffd4fee391fec44ffe9929d95f0e993404","ffffd4fee391fec44ffe9929ec7014cc4c028c2d04","ffffe5fff7bcfee391fec44ffe9929ec7014cc4c028c2d04","ffffe5fff7bcfee391fec44ffe9929ec7014cc4c02993404662506").map(We);const qE=Ke(QE);var KE=new Array(3).concat("ffeda0feb24cf03b20","ffffb2fecc5cfd8d3ce31a1c","ffffb2fecc5cfd8d3cf03b20bd0026","ffffb2fed976feb24cfd8d3cf03b20bd0026","ffffb2fed976feb24cfd8d3cfc4e2ae31a1cb10026","ffffccffeda0fed976feb24cfd8d3cfc4e2ae31a1cb10026","ffffccffeda0fed976feb24cfd8d3cfc4e2ae31a1cbd0026800026").map(We);const eR=Ke(KE);var tR=new Array(3).concat("deebf79ecae13182bd","eff3ffbdd7e76baed62171b5","eff3ffbdd7e76baed63182bd08519c","eff3ffc6dbef9ecae16baed63182bd08519c","eff3ffc6dbef9ecae16baed64292c62171b5084594","f7fbffdeebf7c6dbef9ecae16baed64292c62171b5084594","f7fbffdeebf7c6dbef9ecae16baed64292c62171b508519c08306b").map(We);const nR=Ke(tR);var iR=new Array(3).concat("e5f5e0a1d99b31a354","edf8e9bae4b374c476238b45","edf8e9bae4b374c47631a354006d2c","edf8e9c7e9c0a1d99b74c47631a354006d2c","edf8e9c7e9c0a1d99b74c47641ab5d238b45005a32","f7fcf5e5f5e0c7e9c0a1d99b74c47641ab5d238b45005a32","f7fcf5e5f5e0c7e9c0a1d99b74c47641ab5d238b45006d2c00441b").map(We);const rR=Ke(iR);var oR=new Array(3).concat("f0f0f0bdbdbd636363","f7f7f7cccccc969696525252","f7f7f7cccccc969696636363252525","f7f7f7d9d9d9bdbdbd969696636363252525","f7f7f7d9d9d9bdbdbd969696737373525252252525","fffffff0f0f0d9d9d9bdbdbd969696737373525252252525","fffffff0f0f0d9d9d9bdbdbd969696737373525252252525000000").map(We);const sR=Ke(oR);var aR=new Array(3).concat("efedf5bcbddc756bb1","f2f0f7cbc9e29e9ac86a51a3","f2f0f7cbc9e29e9ac8756bb154278f","f2f0f7dadaebbcbddc9e9ac8756bb154278f","f2f0f7dadaebbcbddc9e9ac8807dba6a51a34a1486","fcfbfdefedf5dadaebbcbddc9e9ac8807dba6a51a34a1486","fcfbfdefedf5dadaebbcbddc9e9ac8807dba6a51a354278f3f007d").map(We);const lR=Ke(aR);var cR=new Array(3).concat("fee0d2fc9272de2d26","fee5d9fcae91fb6a4acb181d","fee5d9fcae91fb6a4ade2d26a50f15","fee5d9fcbba1fc9272fb6a4ade2d26a50f15","fee5d9fcbba1fc9272fb6a4aef3b2ccb181d99000d","fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181d99000d","fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181da50f1567000d").map(We);const uR=Ke(cR);var dR=new Array(3).concat("fee6cefdae6be6550d","feeddefdbe85fd8d3cd94701","feeddefdbe85fd8d3ce6550da63603","feeddefdd0a2fdae6bfd8d3ce6550da63603","feeddefdd0a2fdae6bfd8d3cf16913d948018c2d04","fff5ebfee6cefdd0a2fdae6bfd8d3cf16913d948018c2d04","fff5ebfee6cefdd0a2fdae6bfd8d3cf16913d94801a636037f2704").map(We);const fR=Ke(dR);function hR(e){return e=Math.max(0,Math.min(1,e)),"rgb("+Math.max(0,Math.min(255,Math.round(-4.54-e*(35.34-e*(2381.73-e*(6402.7-e*(7024.72-e*2710.57)))))))+", "+Math.max(0,Math.min(255,Math.round(32.49+e*(170.73+e*(52.82-e*(131.46-e*(176.58-e*67.37)))))))+", "+Math.max(0,Math.min(255,Math.round(81.24+e*(442.36-e*(2482.43-e*(6167.24-e*(6614.94-e*2475.67)))))))+")"}const gR=eu(An(300,.5,0),An(-240,.5,1));var pR=eu(An(-100,.75,.35),An(80,1.5,.8)),mR=eu(An(260,.75,.35),An(80,1.5,.8)),W2=An();function bR(e){(e<0||e>1)&&(e-=Math.floor(e));var t=Math.abs(e-.5);return W2.h=360*e-100,W2.s=1.5-1.5*t,W2.l=.8-.9*t,W2+""}var Z2=Ho(),CR=Math.PI/3,vR=Math.PI*2/3;function xR(e){var t;return e=(.5-e)*Math.PI,Z2.r=255*(t=Math.sin(e))*t,Z2.g=255*(t=Math.sin(e+CR))*t,Z2.b=255*(t=Math.sin(e+vR))*t,Z2+""}function yR(e){return e=Math.max(0,Math.min(1,e)),"rgb("+Math.max(0,Math.min(255,Math.round(34.61+e*(1172.33-e*(10793.56-e*(33300.12-e*(38394.49-e*14825.05)))))))+", "+Math.max(0,Math.min(255,Math.round(23.31+e*(557.33+e*(1225.33-e*(3574.96-e*(1073.77+e*707.56)))))))+", "+Math.max(0,Math.min(255,Math.round(27.2+e*(3211.1-e*(15327.97-e*(27814-e*(22569.18-e*6838.66)))))))+")"}function ka(e){var t=e.length;return function(n){return e[Math.max(0,Math.min(t-1,Math.floor(n*t)))]}}const wR=ka(We("44015444025645045745055946075a46085c460a5d460b5e470d60470e6147106347116447136548146748166848176948186a481a6c481b6d481c6e481d6f481f70482071482173482374482475482576482677482878482979472a7a472c7a472d7b472e7c472f7d46307e46327e46337f463480453581453781453882443983443a83443b84433d84433e85423f854240864241864142874144874045884046883f47883f48893e49893e4a893e4c8a3d4d8a3d4e8a3c4f8a3c508b3b518b3b528b3a538b3a548c39558c39568c38588c38598c375a8c375b8d365c8d365d8d355e8d355f8d34608d34618d33628d33638d32648e32658e31668e31678e31688e30698e306a8e2f6b8e2f6c8e2e6d8e2e6e8e2e6f8e2d708e2d718e2c718e2c728e2c738e2b748e2b758e2a768e2a778e2a788e29798e297a8e297b8e287c8e287d8e277e8e277f8e27808e26818e26828e26828e25838e25848e25858e24868e24878e23888e23898e238a8d228b8d228c8d228d8d218e8d218f8d21908d21918c20928c20928c20938c1f948c1f958b1f968b1f978b1f988b1f998a1f9a8a1e9b8a1e9c891e9d891f9e891f9f881fa0881fa1881fa1871fa28720a38620a48621a58521a68522a78522a88423a98324aa8325ab8225ac8226ad8127ad8128ae8029af7f2ab07f2cb17e2db27d2eb37c2fb47c31b57b32b67a34b67935b77937b87838b9773aba763bbb753dbc743fbc7340bd7242be7144bf7046c06f48c16e4ac16d4cc26c4ec36b50c46a52c56954c56856c66758c7655ac8645cc8635ec96260ca6063cb5f65cb5e67cc5c69cd5b6ccd5a6ece5870cf5773d05675d05477d1537ad1517cd2507fd34e81d34d84d44b86d54989d5488bd6468ed64590d74393d74195d84098d83e9bd93c9dd93ba0da39a2da37a5db36a8db34aadc32addc30b0dd2fb2dd2db5de2bb8de29bade28bddf26c0df25c2df23c5e021c8e020cae11fcde11dd0e11cd2e21bd5e21ad8e219dae319dde318dfe318e2e418e5e419e7e419eae51aece51befe51cf1e51df4e61ef6e620f8e621fbe723fde725"));var SR=ka(We("00000401000501010601010802010902020b02020d03030f03031204041405041606051806051a07061c08071e0907200a08220b09240c09260d0a290e0b2b100b2d110c2f120d31130d34140e36150e38160f3b180f3d19103f1a10421c10441d11471e114920114b21114e22115024125325125527125829115a2a115c2c115f2d11612f116331116533106734106936106b38106c390f6e3b0f703d0f713f0f72400f74420f75440f764510774710784910784a10794c117a4e117b4f127b51127c52137c54137d56147d57157e59157e5a167e5c167f5d177f5f187f601880621980641a80651a80671b80681c816a1c816b1d816d1d816e1e81701f81721f817320817521817621817822817922827b23827c23827e24828025828125818326818426818627818827818928818b29818c29818e2a81902a81912b81932b80942c80962c80982d80992d809b2e7f9c2e7f9e2f7fa02f7fa1307ea3307ea5317ea6317da8327daa337dab337cad347cae347bb0357bb2357bb3367ab5367ab73779b83779ba3878bc3978bd3977bf3a77c03a76c23b75c43c75c53c74c73d73c83e73ca3e72cc3f71cd4071cf4070d0416fd2426fd3436ed5446dd6456cd8456cd9466bdb476adc4869de4968df4a68e04c67e24d66e34e65e44f64e55064e75263e85362e95462ea5661eb5760ec5860ed5a5fee5b5eef5d5ef05f5ef1605df2625df2645cf3655cf4675cf4695cf56b5cf66c5cf66e5cf7705cf7725cf8745cf8765cf9785df9795df97b5dfa7d5efa7f5efa815ffb835ffb8560fb8761fc8961fc8a62fc8c63fc8e64fc9065fd9266fd9467fd9668fd9869fd9a6afd9b6bfe9d6cfe9f6dfea16efea36ffea571fea772fea973feaa74feac76feae77feb078feb27afeb47bfeb67cfeb77efeb97ffebb81febd82febf84fec185fec287fec488fec68afec88cfeca8dfecc8ffecd90fecf92fed194fed395fed597fed799fed89afdda9cfddc9efddea0fde0a1fde2a3fde3a5fde5a7fde7a9fde9aafdebacfcecaefceeb0fcf0b2fcf2b4fcf4b6fcf6b8fcf7b9fcf9bbfcfbbdfcfdbf")),IR=ka(We("00000401000501010601010802010a02020c02020e03021004031204031405041706041907051b08051d09061f0a07220b07240c08260d08290e092b10092d110a30120a32140b34150b37160b39180c3c190c3e1b0c411c0c431e0c451f0c48210c4a230c4c240c4f260c51280b53290b552b0b572d0b592f0a5b310a5c320a5e340a5f3609613809623909633b09643d09653e0966400a67420a68440a68450a69470b6a490b6a4a0c6b4c0c6b4d0d6c4f0d6c510e6c520e6d540f6d550f6d57106e59106e5a116e5c126e5d126e5f136e61136e62146e64156e65156e67166e69166e6a176e6c186e6d186e6f196e71196e721a6e741a6e751b6e771c6d781c6d7a1d6d7c1d6d7d1e6d7f1e6c801f6c82206c84206b85216b87216b88226a8a226a8c23698d23698f24699025689225689326679526679727669827669a28659b29649d29649f2a63a02a63a22b62a32c61a52c60a62d60a82e5fa92e5eab2f5ead305dae305cb0315bb1325ab3325ab43359b63458b73557b93556ba3655bc3754bd3853bf3952c03a51c13a50c33b4fc43c4ec63d4dc73e4cc83f4bca404acb4149cc4248ce4347cf4446d04545d24644d34743d44842d54a41d74b3fd84c3ed94d3dda4e3cdb503bdd513ade5238df5337e05536e15635e25734e35933e45a31e55c30e65d2fe75e2ee8602de9612bea632aeb6429eb6628ec6726ed6925ee6a24ef6c23ef6e21f06f20f1711ff1731df2741cf3761bf37819f47918f57b17f57d15f67e14f68013f78212f78410f8850ff8870ef8890cf98b0bf98c0af98e09fa9008fa9207fa9407fb9606fb9706fb9906fb9b06fb9d07fc9f07fca108fca309fca50afca60cfca80dfcaa0ffcac11fcae12fcb014fcb216fcb418fbb61afbb81dfbba1ffbbc21fbbe23fac026fac228fac42afac62df9c72ff9c932f9cb35f8cd37f8cf3af7d13df7d340f6d543f6d746f5d949f5db4cf4dd4ff4df53f4e156f3e35af3e55df2e661f2e865f2ea69f1ec6df1ed71f1ef75f1f179f2f27df2f482f3f586f3f68af4f88ef5f992f6fa96f8fb9af9fc9dfafda1fcffa4")),MR=ka(We("0d088710078813078916078a19068c1b068d1d068e20068f2206902406912605912805922a05932c05942e05952f059631059733059735049837049938049a3a049a3c049b3e049c3f049c41049d43039e44039e46039f48039f4903a04b03a14c02a14e02a25002a25102a35302a35502a45601a45801a45901a55b01a55c01a65e01a66001a66100a76300a76400a76600a76700a86900a86a00a86c00a86e00a86f00a87100a87201a87401a87501a87701a87801a87a02a87b02a87d03a87e03a88004a88104a78305a78405a78606a68707a68808a68a09a58b0aa58d0ba58e0ca48f0da4910ea3920fa39410a29511a19613a19814a099159f9a169f9c179e9d189d9e199da01a9ca11b9ba21d9aa31e9aa51f99a62098a72197a82296aa2395ab2494ac2694ad2793ae2892b02991b12a90b22b8fb32c8eb42e8db52f8cb6308bb7318ab83289ba3388bb3488bc3587bd3786be3885bf3984c03a83c13b82c23c81c33d80c43e7fc5407ec6417dc7427cc8437bc9447aca457acb4679cc4778cc4977cd4a76ce4b75cf4c74d04d73d14e72d24f71d35171d45270d5536fd5546ed6556dd7566cd8576bd9586ada5a6ada5b69db5c68dc5d67dd5e66de5f65de6164df6263e06363e16462e26561e26660e3685fe4695ee56a5de56b5de66c5ce76e5be76f5ae87059e97158e97257ea7457eb7556eb7655ec7754ed7953ed7a52ee7b51ef7c51ef7e50f07f4ff0804ef1814df1834cf2844bf3854bf3874af48849f48948f58b47f58c46f68d45f68f44f79044f79143f79342f89441f89540f9973ff9983ef99a3efa9b3dfa9c3cfa9e3bfb9f3afba139fba238fca338fca537fca636fca835fca934fdab33fdac33fdae32fdaf31fdb130fdb22ffdb42ffdb52efeb72dfeb82cfeba2cfebb2bfebd2afebe2afec029fdc229fdc328fdc527fdc627fdc827fdca26fdcb26fccd25fcce25fcd025fcd225fbd324fbd524fbd724fad824fada24f9dc24f9dd25f8df25f8e125f7e225f7e425f6e626f6e826f5e926f5eb27f4ed27f3ee27f3f027f2f227f1f426f1f525f0f724f0f921"));const xo={geoAzimuthalEqualArea:kA,geoAzimuthalEquidistant:PA,geoGnomonic:BA,geoOrthographic:$A,geoStereographic:GA,geoEqualEarth:jA,geoAlbers:Kh,geoAlbersUsa:RA,geoConicConformal:OA,geoConicEqualArea:ea,geoConicEquidistant:DA,geoEquirectangular:NA,geoMercator:LA,geoTransverseMercator:zA,geoNaturalEarth1:HA};Object.keys(xo).forEach(e=>{xo[`${e.charAt(3).toLowerCase()}${e.slice(4)}`]=xo[e]});class Qi extends pi{constructor(t){super(t),this.outlineBounds=null,this.oldChartBounds=null,this.geoPath=S3()}init(t){t.position="chartArea",super.init(t),typeof t.projection=="function"?this.projection=t.projection:this.projection=(xo[t.projection]||xo.albersUsa)(),this.geoPath.projection(this.projection),this.outlineBounds=null,this.oldChartBounds=null}computeBounds(t){const n=S3(this.projection.fitWidth(1e3,t)).bounds(t),i=Math.ceil(n[1][1]-n[0][1]),r=Math.ceil(n[1][0]-n[0][0]),o=this.projection.translate();this.outlineBounds={width:r,height:i,aspectRatio:r/i,refScale:this.projection.scale(),refX:o[0],refY:o[1]}}updateBounds(){const t=this.chart.chartArea,n=this.outlineBounds;if(!n)return!1;const i=this.options.padding,r=typeof i=="number"?i:i.top,o=typeof i=="number"?i:i.left,s=typeof i=="number"?i:i.bottom,a=typeof i=="number"?i:i.right,l=t.right-t.left-o-a,c=t.bottom-t.top-r-s,u=this.oldChartBounds;this.oldChartBounds={chartWidth:l,chartHeight:c};const d=Math.min(l/n.width,c/n.height),f=n.width*d,h=n.height*d,g=(l-f)*.5+t.left+o,p=(c-h)*.5+t.top+r,m=this.options;return this.projection.scale(n.refScale*d*m.projectionScale).translate([d*n.refX+g+m.projectionOffset[0],d*n.refY+p+m.projectionOffset[1]]),!u||u.chartWidth!==this.oldChartBounds.chartWidth||u.chartHeight!==this.oldChartBounds.chartHeight}}Qi.id="projection";Qi.defaults={projection:"albersUsa",projectionScale:1,projectionOffset:[0,0],padding:0};Qi.descriptors={_scriptable:e=>e!=="projection",_indexable:e=>e!=="projectionOffset"};const Pa={position:"chartArea",property:"value",grid:{z:1,drawOnChartArea:!1},ticks:{z:1},legend:{align:"right",position:"bottom-right",length:100,width:50,margin:8,indicatorWidth:10}};function _R(e){const{indicatorWidth:t,align:n,margin:i}=e,r=(typeof i=="number"?i:i.left)+(n==="right"?t:0),o=(typeof i=="number"?i:i.top)+(n==="bottom"?t:0),s=(typeof i=="number"?i:i.right)+(n==="left"?t:0),a=(typeof i=="number"?i:i.bottom)+(n==="top"?t:0);return{left:r,top:o,right:s,bottom:a}}function AR(e,t,n,i,r){const{indicatorWidth:o,align:s,position:a}=t,l=s==="top"||s==="bottom",c=(s==="left"?r.w:n)+(l?o:0),u=(s==="top"?r.h:i)+(l?0:o),d=_R(t);if(typeof a=="string")switch(a){case"top-left":return[d.left,d.top];case"top":return[(e.right-c)/2,d.top];case"left":return[d.left,(e.bottom-u)/2];case"top-right":return[e.right-c-d.right,d.top];case"bottom-right":return[e.right-c-d.right,e.bottom-u-d.bottom];case"bottom":return[(e.right-c)/2,e.bottom-u-d.bottom];case"bottom-left":return[d.left,e.bottom-u-d.bottom];default:return[e.right-c-d.right,(e.bottom-u)/2]}return[a.x,a.y]}class sr extends Zn{constructor(){super(...arguments),this.legendSize={w:0,h:0}}init(t){t.position="chartArea",super.init(t),this.axis="r"}parse(t,n){return t&&typeof t[this.options.property]=="number"?t[this.options.property]:super.parse(t,n)}isHorizontal(){return this.options.legend.align==="top"||this.options.legend.align==="bottom"}_getNormalizedValue(t){return t==null||Number.isNaN(t)?null:(t-this._startValue)/this._valueRange}update(t,n,i){const r=Math.min(n,this.bottom==null?Number.POSITIVE_INFINITY:this.bottom),o=Math.min(t,this.right==null?Number.POSITIVE_INFINITY:this.right),s=this.options.legend,a=this.isHorizontal(),l=(h,g)=>h<1?g*h:h,c=Math.min(o,l(a?s.length:s.width,o))-(a?0:s.indicatorWidth),u=Math.min(r,l(a?s.width:s.length,r))-(a?s.indicatorWidth:0);this.legendSize={w:c,h:u},this.bottom=u,this.height=u,this.right=c,this.width=c;const d=this.options.position;this.options.position=this.options.legend.align;const f=super.update(c,u,i);return this.options.position=d,this.height=Math.min(u,this.height),this.width=Math.min(c,this.width),f}_computeLabelArea(){}draw(t){if(!this._isVisible())return;const n=AR(t,this.options.legend,this.width,this.height,this.legendSize),{ctx:i}=this;i.save(),i.translate(n[0],n[1]);const r=this.options.position;this.options.position=this.options.legend.align,super.draw({...t,bottom:this.height+10,right:this.width}),this.options.position=r;const{indicatorWidth:o}=this.options.legend;switch(this.options.legend.align){case"left":i.translate(this.legendSize.w,0);break;case"top":i.translate(0,this.legendSize.h);break;case"bottom":i.translate(0,-o);break;default:i.translate(-o,0);break}this._drawIndicator(),i.restore()}_drawIndicator(){}}class p6 extends Wi{constructor(){super(...arguments),this.legendSize={w:0,h:0}}init(t){sr.prototype.init.call(this,t)}parse(t,n){return sr.prototype.parse.call(this,t,n)}isHorizontal(){return this.options.legend.align==="top"||this.options.legend.align==="bottom"}_getNormalizedValue(t){return t==null||Number.isNaN(t)?null:(Math.log10(t)-this._startValue)/this._valueRange}update(t,n,i){return sr.prototype.update.call(this,t,n,i)}_computeLabelArea(){}draw(t){return sr.prototype.draw.call(this,t)}_drawIndicator(){}}const Dn={interpolateBlues:nR,interpolateBrBG:gE,interpolateBuGn:LE,interpolateBuPu:OE,interpolateCividis:hR,interpolateCool:mR,interpolateCubehelixDefault:gR,interpolateGnBu:TE,interpolateGreens:rR,interpolateGreys:sR,interpolateInferno:IR,interpolateMagma:SR,interpolateOrRd:VE,interpolateOranges:fR,interpolatePRGn:mE,interpolatePiYG:CE,interpolatePlasma:MR,interpolatePuBu:$E,interpolatePuBuGn:BE,interpolatePuOr:xE,interpolatePuRd:zE,interpolatePurples:lR,interpolateRainbow:bR,interpolateRdBu:wE,interpolateRdGy:IE,interpolateRdPu:ZE,interpolateRdYlBu:_E,interpolateRdYlGn:EE,interpolateReds:uR,interpolateSinebow:xR,interpolateSpectral:kE,interpolateTurbo:yR,interpolateViridis:wR,interpolateWarm:pR,interpolateYlGn:UE,interpolateYlGnBu:YE,interpolateYlOrBr:qE,interpolateYlOrRd:eR};Object.keys(Dn).forEach(e=>{Dn[`${e.charAt(11).toLowerCase()}${e.slice(12)}`]=Dn[e],Dn[e.slice(11)]=Dn[e]});function m6(e,t){const n=1/t;if(e<=n)return 0;if(e>=1-n)return 1;for(let i=0;i<1;i+=n)if(e<i)return i-n/2;return e}const b6={interpolate:"blues",missing:"transparent",quantize:0};class fi extends sr{get interpolate(){const t=this.options;return t?typeof t.interpolate=="function"?t.interpolate:Dn[t.interpolate]||Dn.blues:n=>`rgb(${n},${n},${n})`}getColorForValue(t){const n=this._getNormalizedValue(t);return n==null||Number.isNaN(n)?this.options.missing:this.getColor(n)}getColor(t){let n=t;return this.options.quantize>0&&(n=m6(n,this.options.quantize)),this.interpolate(n)}_drawIndicator(){const{indicatorWidth:t}=this.options.legend,n=this._reversePixels;if(this.isHorizontal()){const i=this.width;if(this.options.quantize>0){const r=i/this.options.quantize,o=n?s=>i-r-s:s=>s;for(let s=0;s<i;s+=r){const a=(s+r/2)/i;this.ctx.fillStyle=this.getColor(a),this.ctx.fillRect(o(s),0,r,t)}}else{const r=n?o=>i-1-o:o=>o;for(let o=0;o<i;o+=1)this.ctx.fillStyle=this.getColor((o+.5)/i),this.ctx.fillRect(r(o),0,1,t)}}else{const i=this.height;if(this.options.quantize>0){const r=i/this.options.quantize,o=n?s=>i-r-s:s=>s;for(let s=0;s<i;s+=r){const a=(s+r/2)/i;this.ctx.fillStyle=this.getColor(a),this.ctx.fillRect(0,o(s),t,r)}}else{const r=n?o=>i-1-o:o=>o;for(let o=0;o<i;o+=1)this.ctx.fillStyle=this.getColor((o+.5)/i),this.ctx.fillRect(0,r(o),t,1)}}}}fi.id="color";fi.defaults=Ct({},[Zn.defaults,Pa,b6]);fi.descriptors={_scriptable:e=>e!=="interpolate",_indexable:!1};class tu extends p6{constructor(){super(...arguments),this.interpolate=t=>`rgb(${t},${t},${t})`}init(t){super.init(t),typeof t.interpolate=="function"?this.interpolate=t.interpolate:this.interpolate=Dn[t.interpolate]||Dn.blues}getColorForValue(t){return fi.prototype.getColorForValue.call(this,t)}getColor(t){let n=t;return this.options.quantize>0&&(n=m6(n,this.options.quantize)),this.interpolate(n)}_drawIndicator(){return fi.prototype._drawIndicator.call(this)}}tu.id="colorLogarithmic";tu.defaults=Ct({},[Wi.defaults,Pa,b6]);tu.descriptors={_scriptable:e=>e!=="interpolate",_indexable:!1};const C6={missing:1,mode:"area",range:[2,20],legend:{align:"bottom",length:90,width:70,indicatorWidth:42}};class Yi extends sr{constructor(){super(...arguments),this._model=null}getSizeForValue(t){const n=this._getNormalizedValue(t);return n==null||Number.isNaN(n)?this.options.missing:this.getSizeImpl(n)}getSizeImpl(t){const[n,i]=this.options.range;if(this.options.mode==="area"){const o=i*i*Math.PI,s=n*n*Math.PI,a=o-s,l=t*a+s;return Math.sqrt(l/Math.PI)}const r=i-n;return t*r+n}_drawIndicator(){const{ctx:t}=this,n=this.options.legend.indicatorWidth/2,i=this.isHorizontal(),r=this.ticks,o=this.getLabelItems(),s=o?o.map(a=>({[i?"x":"y"]:a.options.translation[i?0:1]})):r.map((a,l)=>({[i?"x":"y"]:this.getPixelForTick(l)}));if((this._gridLineItems||[]).forEach(a=>{if(t.save(),t.strokeStyle=a.color,t.lineWidth=a.width,t.setLineDash&&(t.setLineDash(a.borderDash),t.lineDashOffset=a.borderDashOffset),t.beginPath(),this.options.grid.drawTicks)switch(this.options.legend.align){case"left":t.moveTo(0,a.ty1),t.lineTo(n,a.ty2);break;case"top":t.moveTo(a.tx1,0),t.lineTo(a.tx2,n);break;case"bottom":t.moveTo(a.tx1,n),t.lineTo(a.tx2,n*2);break;default:t.moveTo(n,a.ty1),t.lineTo(n*2,a.ty2);break}t.stroke(),t.restore()}),this._model){const a=this._model;t.strokeStyle=a.borderColor,t.lineWidth=a.borderWidth||0,t.fillStyle=a.backgroundColor}else t.fillStyle="blue";r.forEach((a,l)=>{const c=s[l],u=this.getSizeForValue(a.value),d=i?c.x:n,f=i?n:c.y,h={pointStyle:"circle",borderWidth:0,...this._model||{},radius:u};Vs(t,h,d,f)})}}Yi.id="size";Yi.defaults=Ct({},[Zn.defaults,Pa,C6]);Yi.descriptors={_scriptable:!0,_indexable:e=>e!=="range"};class v6 extends p6{constructor(){super(...arguments),this._model=null}getSizeForValue(t){const n=this._getNormalizedValue(t);return n==null||Number.isNaN(n)?this.options.missing:this.getSizeImpl(n)}getSizeImpl(t){return Yi.prototype.getSizeImpl.call(this,t)}_drawIndicator(){Yi.prototype._drawIndicator.call(this)}}v6.id="sizeLogarithmic";v6.defaults=Ct({},[Wi.defaults,Pa,C6]);function ER(e,t){return[[e[0][0]-t,e[0][1]-t],[e[1][0]+t,e[1][1]+t]]}class Xn extends kn{constructor(){super(...arguments),this.cache=void 0}updateExtras({scale:t,feature:n,center:i,pixelRatio:r,mode:o}){var s,a;const l=o==="resize"||o==="reset"||this.projectionScale!==t||this.feature!==n||((s=this.center)===null||s===void 0?void 0:s.longitude)!==(i==null?void 0:i.longitude)||((a=this.center)===null||a===void 0?void 0:a.latitude)!==(i==null?void 0:i.latitude)||this.pixelRatio!==r;return this.projectionScale=t,this.feature=n,this.center=i,this.pixelRatio=r,l&&(this.cache=void 0),this.getCenterPoint()}inRange(t,n){const i=this.getBounds(),r=(Number.isNaN(t)||t>=i.x&&t<=i.x2)&&(Number.isNaN(n)||n>=i.y&&n<=i.y2),o=this.projectionScale.geoPath.projection();if(r&&!Number.isNaN(t)&&!Number.isNaN(n)&&typeof o.invert=="function"){const s=o.invert([t,n]);return s!=null&&aA(this.feature,s)}return r}inXRange(t){return this.inRange(t,Number.NaN)}inYRange(t){return this.inRange(Number.NaN,t)}getCenterPoint(){if(this.cache&&this.cache.center)return this.cache.center;let t;if(this.center){const n=this.projectionScale.projection([this.center.longitude,this.center.latitude]);t={x:n[0],y:n[1]}}else{const n=this.projectionScale.geoPath.centroid(this.feature);t={x:n[0],y:n[1]}}return this.cache={...this.cache||{},center:t},t}getBounds(){if(this.cache&&this.cache.bounds)return this.cache.bounds;const t=ER(this.projectionScale.geoPath.bounds(this.feature),this.options.borderWidth/2),n={x:t[0][0],x2:t[1][0],y:t[0][1],y2:t[1][1],width:t[1][0]-t[0][0],height:t[1][1]-t[0][1]};return this.cache={...this.cache||{},bounds:n},n}_drawInCache(t){const n=this.getBounds();if(!Number.isFinite(n.x))return;const i=this.cache&&this.cache.canvas?this.cache.canvas:t.createElement("canvas"),r=Math.floor(n.x),o=Math.floor(n.y),s=Math.ceil(n.x+n.width),a=Math.ceil(n.y+n.height),l=this.pixelRatio||1,c=Math.ceil(Math.max(s-r,1)*l),u=Math.ceil(Math.max(a-o,1)*l);if(c<=0||u<=0)return;i.width=c,i.height=u;const d=i.getContext("2d");d&&(d.clearRect(0,0,i.width,i.height),d.save(),d.scale(l,l),d.translate(-r,-o),this._drawImpl(d),d.restore(),this.cache={...this.cache||{},canvas:i,canvasKey:this._optionsToKey()})}_optionsToKey(){const{options:t}=this;return`${t.backgroundColor};${t.borderColor};${t.borderWidth};${this.pixelRatio}`}_drawImpl(t){const{feature:n}=this,{options:i}=this;t.beginPath(),this.projectionScale.geoPath.context(t)(n),i.backgroundColor&&(t.fillStyle=i.backgroundColor,t.fill()),i.borderColor&&(t.strokeStyle=i.borderColor,t.lineWidth=i.borderWidth,t.stroke())}draw(t){const{feature:n}=this;if(!n)return;(!this.cache||this.cache.canvasKey!==this._optionsToKey())&&t.canvas.ownerDocument!=null&&this._drawInCache(t.canvas.ownerDocument);const i=this.getBounds();if(this.cache&&this.cache.canvas&&this.cache.canvas.width>0&&this.cache.canvas.height>0){const r=Math.floor(i.x),o=Math.floor(i.y),s=Math.ceil(i.x+i.width),a=Math.ceil(i.y+i.height),l=s-r,c=a-o;l>0&&c>0&&t.drawImage(this.cache.canvas,r,o,s-r,a-o)}else Number.isFinite(i.x)&&(t.save(),this._drawImpl(t),t.restore())}}Xn.id="geoFeature";Xn.defaults={...wn.defaults,outlineBackgroundColor:null,outlineBorderWidth:0,graticuleBorderColor:"#CCCCCC",graticuleBorderWidth:0};Xn.defaultRoutes={outlineBorderColor:"borderColor",...wn.defaultRoutes||{}};const x6={showOutline:!1,showGraticule:!1,clipMap:!0},y6={scales:{projection:{axis:"x",type:Qi.id,position:"chartArea",display:!1}}};function V3(e){const t={...e};return Object.keys(e).forEach(n=>{let i=n;if(n.startsWith("outline")){const r=n.slice(7);i=r[0].toLowerCase()+r.slice(1)}else if(n.startsWith("hoverOutline"))i=`hover${n.slice(12)}`;else return;delete t[n],t[i]=e[n]}),t}class w6 extends Kt{getGeoDataset(){return super.getDataset()}getGeoOptions(){return this.chart.options}getProjectionScale(){return this.getScaleForId("projection")}linkScales(){const t=this.getGeoDataset(),n=this.getMeta();n.xAxisID="projection",t.xAxisID="projection",n.yAxisID="projection",t.yAxisID="projection",n.xScale=this.getScaleForId("projection"),n.yScale=this.getScaleForId("projection"),this.getProjectionScale().computeBounds(this.resolveOutline())}showOutline(){return Ae(this.getGeoDataset().showOutline,this.getGeoOptions().showOutline)}clipMap(){return Ae(this.getGeoDataset().clipMap,this.getGeoOptions().clipMap)}getGraticule(){return Ae(this.getGeoDataset().showGraticule,this.getGeoOptions().showGraticule)}update(t){super.update(t);const n=this.getMeta(),i=this.getProjectionScale(),r=i.updateBounds()||t==="resize"||t==="reset";if(this.showOutline()){const o=n.dataset;if(r&&delete o.cache,o.projectionScale=i,o.pixelRatio=this.chart.currentDevicePixelRatio,t!=="resize"){const s=V3(this.resolveDatasetElementOptions(t)),a={feature:this.resolveOutline(),options:s};this.updateElement(o,void 0,a,t),this.getGraticule()&&(n.graticule=s)}}else this.getGraticule()&&t!=="resize"&&(n.graticule=V3(this.resolveDatasetElementOptions(t)));r&&n.data.forEach(o=>delete o.cache),this.updateElements(n.data,0,n.data.length,t)}resolveOutline(){const n=this.getGeoDataset().outline||{type:"Sphere"};return Array.isArray(n)?{type:"FeatureCollection",features:n}:n}showGraticule(){const t=this.getGraticule(),n=this.getMeta().graticule;if(!t||!n)return;const{ctx:i}=this.chart,o=this.getProjectionScale().geoPath.context(i);if(i.save(),i.beginPath(),typeof t=="boolean")t&&o(lA());else{const s=Dh();t.stepMajor&&s.stepMajor(t.stepMajor),t.stepMinor&&s.stepMinor(t.stepMinor),o(s())}i.strokeStyle=n.graticuleBorderColor,i.lineWidth=n.graticuleBorderWidth,i.stroke(),i.restore()}draw(){const{chart:t}=this,n=this.clipMap();let i=!1;(n===!0||n==="outline"||n==="outline+graticule")&&(i=!0,Li(t.ctx,t.chartArea)),this.showOutline()&&this.getMeta().dataset&&this.getMeta().dataset.draw.call(this.getMeta().dataset,t.ctx,t.chartArea),n===!0||n==="graticule"||n==="outline+graticule"?i||Li(t.ctx,t.chartArea):i&&(i=!1,Fi(t.ctx)),this.showGraticule(),n===!0||n==="items"?i||Li(t.ctx,t.chartArea):i&&(i=!1,Fi(t.ctx)),this.getMeta().data.forEach(r=>r.draw.call(r,t.ctx,t.chartArea)),i&&(i=!1,Fi(t.ctx))}}function S6(e,t,n,i=[],r=[]){Ot.addControllers(n),Array.isArray(i)?Ot.addElements(...i):Ot.addElements(i),Array.isArray(r)?Ot.addScales(...r):Ot.addScales(r);const o=t;return o.type=e,o}class Fr extends w6{initialize(){super.initialize(),this.enableOptionSharing=!0}linkScales(){super.linkScales();const t=this.getGeoDataset(),n=this.getMeta();n.vAxisID="color",n.rAxisID="color",t.vAxisID="color",t.rAxisID="color",n.rScale=this.getScaleForId("color"),n.vScale=n.rScale,n.iScale=n.xScale,n.iAxisID=n.xAxisID,t.iAxisID=n.xAxisID}_getOtherScale(t){return t}parse(t,n){const i=this.getMeta().rScale,{data:r}=this.getDataset(),o=this._cachedMeta;for(let s=t;s<t+n;s+=1)o._parsed[s]={[i.axis]:i.parse(r[s],s)}}updateElements(t,n,i,r){const o=this.resolveDataElementOptions(n,r),s=this.getSharedOptions(o),a=this.includeOptions(r,s),l=this.getProjectionScale();this.updateSharedOptions(s,r,o);for(let c=n;c<n+i;c+=1){const u=t[c];u.projectionScale=l;const d=u.updateExtras({scale:l,feature:this._data[c].feature,center:this._data[c].center,pixelRatio:this.chart.currentDevicePixelRatio,mode:r}),f={x:d.x,y:d.y};a&&(f.options=s||this.resolveDataElementOptions(c,r)),this.updateElement(u,c,f,r)}}indexToColor(t){const n=this.getMeta().rScale;return n.getColorForValue(this.getParsed(t)[n.axis])}}Fr.id="choropleth";Fr.defaults=Ct({},[x6,{datasetElementType:Xn.id,dataElementType:Xn.id}]);Fr.overrides=Ct({},[y6,{plugins:{tooltip:{callbacks:{title(){return""},label(e){var t,n,i,r;return e.formattedValue==null?(n=(t=e.chart.data)===null||t===void 0?void 0:t.labels)===null||n===void 0?void 0:n[e.dataIndex]:`${(r=(i=e.chart.data)===null||i===void 0?void 0:i.labels)===null||r===void 0?void 0:r[e.dataIndex]}: ${e.formattedValue}`}}},colors:{enabled:!1}},scales:{color:{type:fi.id,axis:"x"}},elements:{geoFeature:{backgroundColor(e){return e.dataIndex==null?null:e.chart.getDatasetMeta(e.datasetIndex).controller.indexToColor(e.dataIndex)}}}}]);class RR extends vt{constructor(t,n){super(t,S6("choropleth",n,Fr,Xn,[fi,Qi]))}}RR.id=Fr.id;class e2 extends w6{initialize(){super.initialize(),this.enableOptionSharing=!0}linkScales(){super.linkScales();const t=this.getGeoDataset(),n=this.getMeta();n.vAxisID="size",n.rAxisID="size",t.vAxisID="size",t.rAxisID="size",n.rScale=this.getScaleForId("size"),n.vScale=n.rScale,n.iScale=n.xScale,n.iAxisID=n.xAxisID,t.iAxisID=n.xAxisID}_getOtherScale(t){return t}parse(t,n){const i=this.getMeta().rScale,r=this.getDataset().data,o=this._cachedMeta;for(let s=t;s<t+n;s+=1){const a=r[s];o._parsed[s]={x:a.longitude==null?a.x:a.longitude,y:a.latitude==null?a.y:a.latitude,[i.axis]:i.parse(a,s)}}}updateElements(t,n,i,r){const o=r==="reset",s=this.resolveDataElementOptions(n,r),a=this.getSharedOptions(s),l=this.includeOptions(r,a),c=this.getProjectionScale();this.getMeta().rScale._model=s,this.updateSharedOptions(a,r,s);for(let u=n;u<n+i;u+=1){const d=t[u],f=this.getParsed(u),h=c.projection([f.x,f.y]),g={x:h?h[0]:0,y:h?h[1]:0,skip:Number.isNaN(f.x)||Number.isNaN(f.y)};l&&(g.options=a||this.resolveDataElementOptions(u,r),o&&(g.options.radius=0)),this.updateElement(d,u,g,r)}}indexToRadius(t){const n=this.getMeta().rScale;return n.getSizeForValue(this.getParsed(t)[n.axis])}}e2.id="bubbleMap";e2.defaults=Ct({},[x6,{dataElementType:Ti.id,datasetElementType:Xn.id,showOutline:!0,clipMap:"outline+graticule"}]);e2.overrides=Ct({},[y6,{plugins:{tooltip:{callbacks:{title(){return""},label(e){var t,n,i,r;return e.formattedValue==null?(n=(t=e.chart.data)===null||t===void 0?void 0:t.labels)===null||n===void 0?void 0:n[e.dataIndex]:`${(r=(i=e.chart.data)===null||i===void 0?void 0:i.labels)===null||r===void 0?void 0:r[e.dataIndex]}: ${e.formattedValue}`}}}},scales:{size:{axis:"x",type:Yi.id}},elements:{point:{radius(e){return e.dataIndex==null?null:e.chart.getDatasetMeta(e.datasetIndex).controller.indexToRadius(e.dataIndex)},hoverRadius(e){return e.dataIndex==null?null:e.chart.getDatasetMeta(e.datasetIndex).controller.indexToRadius(e.dataIndex)+1}}}}]);class kR extends vt{constructor(t,n){super(t,S6("bubbleMap",n,e2,Xn,[Yi,Qi]))}}kR.id=e2.id;vt.register(Fr,Xn,Qi,fi,Ui,Ji,xr,Zn,wn);vt.defaults.font.family="'Rubik', 'Inter', sans-serif";const PR=({data:e=new Map,defaultCountry:t="India",geoData:n,dataLabel:i="Data Points Found"})=>{const[r,o]=v.useState(null),[s,a]=v.useState(0),l=n?n.features.filter(d=>d.properties.name!=="Antarctica"):[];if(v.useEffect(()=>{if(e!=null&&e.size){let d=0;e.forEach((f,h)=>{r===h&&(d=f)}),a(d)}},[r,e]),!n||l.length===0)return b.jsx("div",{className:"geochart-container flex flex-col items-center justify-center p-8",style:{minHeight:"400px"},children:b.jsx("p",{style:{color:"var(--secondary-text-color)"},children:"Geo data not provided. Please provide geoData prop."})});const c={datasets:[{label:"Data Distribution",data:l.map(d=>({feature:d,value:e.get(d.properties.name)||0})),borderColor:"#fff",borderWidth:1,backgroundColor:d=>{var p;if(!((p=d==null?void 0:d.raw)!=null&&p.feature))return getComputedStyle(document.documentElement).getPropertyValue("--brand-light").trim()||"#dae0e8";const f=d.raw.feature.properties.name,h=getComputedStyle(document.documentElement).getPropertyValue("--brand-orange").trim()||"#ff6503",g=getComputedStyle(document.documentElement).getPropertyValue("--brand-light").trim()||"#dae0e8";return f===t?h:r===f?h+"99":g}}]},u={responsive:!0,maintainAspectRatio:!1,scales:{projection:{axis:"x",projection:"equirectangular"},color:{axis:"x",display:!1}},plugins:{legend:{display:!1},tooltip:{backgroundColor:getComputedStyle(document.documentElement).getPropertyValue("--bg-color").trim()||"#fff",titleColor:getComputedStyle(document.documentElement).getPropertyValue("--chart-text-color").trim()||"#333",bodyColor:getComputedStyle(document.documentElement).getPropertyValue("--chart-text-color").trim()||"#333",borderColor:getComputedStyle(document.documentElement).getPropertyValue("--border-color").trim()||"#e5e7eb",borderWidth:1,callbacks:{title:d=>{var f,h,g;return d.length?((g=(h=(f=d[0].raw)==null?void 0:f.feature)==null?void 0:h.properties)==null?void 0:g.name)??"Unknown":""},label:()=>`${i}: ${s}`}},datalabels:{display:!1}},onHover:(d,f)=>{var h,g;if(f.length>0){const p=f[0].index;o(((g=(h=l[p])==null?void 0:h.properties)==null?void 0:g.name)||null)}}};return b.jsx("div",{className:"geochart-container flex flex-col items-center",onMouseLeave:()=>o(null),style:{minHeight:"400px"},children:b.jsx(Hc,{type:"choropleth",data:c,options:u,className:"w-full h-full"})})};function I6(e){return e?e.replace(/\b\w/g,t=>t.toUpperCase()):""}function M6(e,t){if(!e)return{formatted:"",readableDate:""};let n;if(typeof e=="number"||/^\d+$/.test(String(e)))n=new Date(Number(e)*1e3);else{let l=String(e).trim();l=l.replace(/^[A-Za-z]{3},\s*/,"");const c=l.match(/^(\d{1,2})(st|nd|rd|th)\s([A-Za-z]+),\s(\d{4})/);if(c){const[,u,,d,f]=c;l=`${u} ${d} ${f}`}if(!l.endsWith("Z")&&!(l.split(" ").length>2)&&(l+="Z"),n=new Date(l),isNaN(n.getTime())){const u=l.replace(/\s([A-Za-z]{3})$/,"");n=new Date(u)}if(isNaN(n.getTime()))return{formatted:"",readableDate:""}}const i=Intl.DateTimeFormat().resolvedOptions().timeZone,r=new Date,s=n.toLocaleDateString("en-US",{timeZone:i})===r.toLocaleDateString("en-US",{timeZone:i})?n.toLocaleTimeString("en-US",{hour:"2-digit",minute:"2-digit",timeZone:i}):t?t.replace("YYYY",String(n.getFullYear())).replace("MM",String(n.getMonth()+1).padStart(2,"0")).replace("DD",String(n.getDate()).padStart(2,"0")).replace("HH",String(n.getHours()).padStart(2,"0")).replace("mm",String(n.getMinutes()).padStart(2,"0")).replace("ss",String(n.getSeconds()).padStart(2,"0")):`${n.toLocaleDateString("en-US",{timeZone:i})} ${n.toLocaleTimeString("en-US",{hour:"2-digit",minute:"2-digit",timeZone:i})}`,a=[n.toLocaleDateString("en-US",{day:"numeric",timeZone:i}),n.toLocaleString("en-US",{month:"short",timeZone:i}),n.toLocaleDateString("en-US",{year:"2-digit",timeZone:i}),n.toLocaleTimeString("en-US",{hour:"2-digit",minute:"2-digit",hour12:!0,timeZone:i})].join(" ");return{formatted:s,readableDate:a}}const jl=(e,t)=>{const n=e.replace(/\\/g,"/"),i=t.replace(/\\/g,"/"),r=n.split("/"),o=i.split("/");return o.length>r.length&&o.slice(0,r.length).join("/")===r.join("/")};function LR(e){return Array.isArray(e)?e.reduce((t,n)=>(n.metadata_value!==null&&(t[n.metadata_key]=n.metadata_value),t),{}):{}}function Bl(e){return{...e,absolute_path:e.name||e.object_name,fullPath:e.fullPath||e.name||e.object_name,parentPath:e.parentPath||"",object_type:void 0,object_name:void 0,scan_object_metadata:void 0,scan_object_results:void 0,...LR(e.scan_object_metadata||[])}}function _6(e,t){const[n,i]=v.useState(e);return v.useEffect(()=>{const r=setTimeout(()=>{i(e)},t);return()=>{clearTimeout(r)}},[e,t]),n}const Hl=50,A6="-",La={attribute_mapping:"attribute_mapping",confidence_metadata:"confidence_metadata"},FR="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDRIMjBDMjAuNTUwNyA0IDIxIDQuNDQ5MjggMjEgNVYxOUMyMSAxOS41NTA3IDIwLjU1MDcgMjAgMjAgMjBINEMzLjQ0OTIyIDIwIDMgMTkuNTUwNyAzIDE5VjVDMyA0LjQ0OTI4IDMuNDQ5MjIgNCA0IDRIMTBMMTIgNkgxMFoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4K",OR="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDJINkMyLjg5NTQzIDIgMiAyLjg5NTQzIDIgNlYxOEMyIDE5LjEwNDYgMi44OTU0MyAyMCA0IDIwSDE4QzE5LjEwNDYgMjAgMjAgMTkuMTA0NiAyMCAxOFY4TDE0IDJaIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE0IDJWOEgyMCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=",NR=({scanConnectorUuid:e,api:t,bulkActions:n,handleBulkAction:i,isEditable:r,encryptedFilesFilter:o="",outlookContentTypeFilter:s="",fileSearch:a="",scanDetails:l})=>{const c=v.useRef(null),{showLoader:u,hideLoader:d}=xa(),f=_6(a,500),[h,g]=v.useState([]),[p,m]=v.useState(!1),[C,y]=v.useState(null),[x,I]=v.useState([]),[w,R]=v.useState(),[E,S]=v.useState([]),[M,_]=v.useState(""),[P,N]=v.useState(new Set),[B,T]=v.useState([]),[k,F]=v.useState(!1),[O,A]=v.useState(!1),L=v.useRef(null),j=v.useRef(!1),G=v.useRef(!1);let $=new Set;const H=new Map;v.useEffect(()=>{if(typeof window>"u")return;(async()=>{try{const oe=await Promise.resolve().then(()=>require("./jquery-DCisqHUd.cjs")).then(Y=>Y.jquery);L.current=oe.default,F(!0),await Promise.resolve().then(()=>require("./jstree-rOwcu5pw.cjs")).then(Y=>Y.jstree),A(!0)}catch(oe){console.error("Failed to load jQuery or jstree:",oe)}})()},[]);const J=V=>typeof window>"u"||!L.current?null:L.current(V),le=V=>Object.keys(V).map(Y=>({value:Y,label:V[Y]})),he=V=>{R((V==null?void 0:V.value)||""),V!=null&&V.value&&i&&i(V.value,x,()=>{I([])},()=>{R("")})},Oe=(V,oe="",Y=!1)=>{const ne=[];if(V.filter(ee=>{const se=ee.fullPath||ee.absolute_path,pe=ee.name||ee.object_name;return se&&pe&&pe.trim()!==""}).forEach((ee,se)=>{if(ee.fullPath){const ae=ee.fullPath.replace(/\\/g,"/").split("/").filter(Q=>Q.trim()!=="");let K=0;oe&&oe!==""&&(K=oe.replace(/\\/g,"/").split("/").filter(ve=>ve.trim()!=="").length);let xe=ne;for(let Q=K;Q<ae.length;Q++){const ve=ae[Q],Re=Q===ae.length-1,He=ae.slice(0,Q+1).join("/"),st=/^[A-Z]:$/.test(ve),$e=Re&&!st&&(ee.object_type==="file"||ee.isFile===!0||ee.isDirectory===!1&&ee.object_type!=="folder"&&ee.object_type!=="directory");let et=xe.find(at=>at.text===ve&&at.full_path===He&&at.type===($e?"file":"folder"));if(!et){const at=xe.find(fn=>fn.text===ve&&fn.type===($e?"file":"folder"));at?et=at:(et={text:ve,children:[],type:$e?"file":"folder",id:He+`_${se}_${Q}`,data:$e?ee:null,full_path:He,state:{opened:!1,disabled:!1,selected:!1},original:{full_path:He,type:$e?"file":"folder"},a_attr:{title:ee.fullPath||He},...$e?{}:{children:!0}},xe.push(et))}$e||(xe=et.children)}}else if(ee.absolute_path){const ae=ee.absolute_path.replace(/\\/g,"/").split("/").filter(Q=>Q.trim()!=="");let K=0;oe&&oe!==""&&(K=oe.replace(/\\/g,"/").split("/").filter(ve=>ve.trim()!=="").length);let xe=ne;for(let Q=K;Q<ae.length;Q++){const ve=ae[Q],Re=Q===ae.length-1,He=ae.slice(0,Q+1).join("/"),st=/^[A-Z]:$/.test(ve),$e=Re&&!st&&(ee.object_type==="file"||ee.isFile===!0||ee.isDirectory===!1&&ee.object_type!=="folder"&&ee.object_type!=="directory");let et=xe.find(at=>at.text===ve&&at.full_path===He&&at.type===($e?"file":"folder"));et||(et={text:ve,children:[],type:$e?"file":"folder",id:He+`_${se}_${Q}`,data:$e?ee:null,full_path:He,original:{full_path:He,type:$e?"file":"folder"},a_attr:{title:ee.absolute_path||He}},xe.push(et)),$e||(xe=et.children)}}}),Y&&oe!==void 0){const ee={text:"Load More...",children:[],type:"load_more",id:`load_more_${oe}`,data:null,full_path:oe,original:{full_path:oe,type:"load_more"},a_attr:{title:"Click to load more items",style:"cursor: pointer; color: #007bff; font-weight: bold;"}};ne.push(ee)}return ne},fe=async(V,oe=0,Y=!1)=>{var se;if(typeof window>"u"||!k||!O)return;if(V&&!V.includes("/")&&!V.includes("\\")&&c.current){const pe=J(c.current);if(pe){const K=pe.jstree(!0).get_json("#",{flat:!0}).find(xe=>xe.id===V||xe.text===V);K&&((se=K.original)!=null&&se.full_path)&&(V=K.original.full_path)}}const ne=`${V}_${o}_${s}_${f}`,te=H.get(ne);if(P.has(V)||te!=null&&te.loading||oe===0&&$.has(V)&&!Y||G.current)return;N(pe=>new Set(pe).add(V)),te?H.set(ne,{page:oe,hasMore:te.hasMore??!1,loading:!0}):H.set(ne,{page:0,hasMore:!1,loading:!0}),u();const ee=!!(l!=null&&l.end_time&&l.end_time.length>0);try{const pe=await t.readIndexScanObjectsForPath(e,V,o,s,f,oe,Hl,ee);if(pe!=null&&pe.data){H.set(ne,{page:oe,hasMore:pe.hasMore??!1,loading:!1});const ae=pe.data.map(K=>Bl(K));Y&&oe>0?we(V,ae,pe.hasMore??!1):($.add(V),ge(V,ae,pe.hasMore??!1)),H.set(ne,{page:oe,hasMore:pe.hasMore??!1,loading:!1})}}catch(pe){console.error("Error loading children for path:",pe),H.set(ne,{page:oe,hasMore:!1,loading:!1})}finally{d(),N(pe=>{const ae=new Set(pe);return ae.delete(V),ae})}},ge=(V,oe,Y=!1)=>{var ne;if(!(!c.current||G.current)&&!(typeof window>"u"||!k||!O)){G.current=!0;try{const te=J(c.current);if(!te){G.current=!1;return}const se=te.jstree(!0).get_json("#",{flat:!0}).find(Re=>{var He;return Re.text===V||((He=Re.a_attr)==null?void 0:He.title)===V});if(!se){console.error("Parent node not found for path:",V);return}const pe=(ne=se.state)==null?void 0:ne.opened;se.children&&se.children.length>0&&se.children.forEach(Re=>{te.jstree("delete_node",Re)});const ae=te.jstree("get_children_dom",se.id);ae&&ae.length&&J(ae).each((Re,He)=>{const st=J(He).attr("id");st&&(st.includes("_loading")||st.includes("_placeholder"))&&te.jstree("delete_node",st)}),Oe(oe,V,Y).map(Re=>Re.type==="folder"?{...Re,children:Re.children&&Re.children.length>0?Re.children:[{text:"",children:[],type:"placeholder",id:`${Re.id}_placeholder`,state:{opened:!1,disabled:!0,selected:!1},original:{full_path:Re.full_path,type:"placeholder"},li_attr:{style:"display: none;"}}],state:{opened:!1,disabled:!1,selected:!1}}:Re).forEach(Re=>{te.jstree("create_node",se.id,Re,"last")});const Q=`${V}_${o}_${s}_${f}`;H.get(Q)||H.set(Q,{page:0,hasMore:Y,loading:!1}),pe&&te.jstree("open_node",se.id),setTimeout(()=>{G.current=!1},100)}catch(te){console.error("Error in updateTreeWithChildren:",te),G.current=!1}}},we=(V,oe,Y=!1)=>{var xe;if(!c.current||typeof window>"u"||!k||!O)return;const ne=J(c.current);if(!ne)return;let te,ee;if(V==="")ee="#",te={id:"#",text:"root",type:"root"};else if(te=ne.jstree(!0).get_json("#",{flat:!0}).find(ve=>{var Re;return ve.text===V||((Re=ve.a_attr)==null?void 0:Re.title)===V}),ee=te==null?void 0:te.id,!te){console.error("Parent node not found for path:",V);return}const se=`load_more_${V}`,pe=ne.jstree("get_node",se);if(pe&&ne.jstree("delete_node",pe),V!==""&&te){const Q=ne.jstree("get_children_dom",te.id);Q&&Q.length&&J(Q).each((ve,Re)=>{const He=J(Re).attr("id");He&&(He.includes("_loading")||He.includes("_placeholder"))&&ne.jstree("delete_node",He)})}Oe(oe,V,Y).map(Q=>Q.type==="folder"?{...Q,children:Q.children&&Q.children.length>0?Q.children:[{text:"",children:[],type:"placeholder",id:`${Q.id}_placeholder`,state:{opened:!1,disabled:!0,selected:!1},original:{full_path:Q.full_path,type:"placeholder"},li_attr:{style:"display: none;"}}],state:{opened:!1,disabled:!1,selected:!1}}:Q).forEach((Q,ve)=>{try{ne.jstree("create_node",ee,Q,"last")}catch(Re){console.error(`appendChildrenToPath - Error creating child ${ve}:`,Re)}}),V!==""&&te&&((xe=te.state)!=null&&xe.opened)&&ne.jstree("open_node",te.id)},ce=async()=>{if(!j.current)try{j.current=!0,m(!1),u(),$=new Set,T([]),y(null);const V=!!(l!=null&&l.end_time&&l.end_time.length>0),oe=await t.readIndexScanObjectsForPath(e,"",o,s,f,0,Hl,V);if(oe!=null&&oe.data){const Y=oe.data.map(se=>Bl(se));g(Y);const ne=`_${o}_${s}_${f}`,ee=Oe(Y,"",oe.hasMore??!1).map(se=>se.type==="folder"?{...se,children:se.children&&se.children.length>0?se.children:[{text:"",children:[],type:"placeholder",id:`${se.id}_placeholder`,state:{opened:!1,disabled:!0,selected:!1},original:{full_path:se.full_path,type:"placeholder"},li_attr:{style:"display: none;"}}],state:{opened:!1,disabled:!1,selected:!1}}:se);T(ee),$.add(""),H.set(ne,{page:0,hasMore:oe.hasMore??!1,loading:!1})}else g([]),T([])}catch(V){console.error("[FileBrowser] Error fetching root level data:",V),g([]),T([])}finally{j.current=!1,d(),m(!0)}};v.useEffect(()=>{e?ce():m(!0)},[e,o,s,f]),v.useEffect(()=>{if(p&&c.current&&k&&O&&typeof window<"u"){const V=J(c.current);if(!V)return;V.jstree(!0)&&V.jstree("destroy");const oe={plugins:["types","state"],types:{folder:{icon:FR},file:{icon:OR},load_more:{icon:"jstree-file"}}};r&&(oe.plugins.push("checkbox"),oe.checkbox={three_state:!0,whole_node:!1,tie_selection:!1}),V.jstree({core:{data:B,themes:{name:"default",responsive:!0},check_callback:!0},...oe}),V.on("open_node.jstree",(Y,ne)=>{var se,pe,ae;const te=ne.node;let ee=((se=te.original)==null?void 0:se.full_path)||te.full_path||te.id;if(ee&&!ee.includes("/")&&!ee.includes("\\")&&c.current&&k&&O){const K=J(c.current);if(K){const Q=K.jstree(!0).get_json("#",{flat:!0}).find(ve=>ve.id===te.id);Q&&((pe=Q.original)!=null&&pe.full_path)&&(ee=Q.original.full_path)}}if((!ee||!ee.includes("/")&&!ee.includes("\\"))&&c.current){const K=J(c.current).jstree(!0).get_json("#",{flat:!0}),xe=K.find(Q=>Q.id===te.id);if(xe&&xe.parent&&xe.parent!=="#"){const Q=K.find(ve=>ve.id===xe.parent);Q&&((ae=Q.original)!=null&&ae.full_path)&&(ee=`${Q.original.full_path}/${te.text}`)}}te.type==="folder"&&/^[A-Z]:$/.test(te.text)&&(ee=te.text),te.type==="folder"&&ee&&($.has(ee)||fe(ee))}),V.on("click.jstree",Y=>{var ee;const ne=J(Y.target);if(!ne)return!0;const te=ne.closest("li").attr("id");if(te&&te.startsWith("load_more_")){const se=V.jstree("get_node",te),pe=((ee=se==null?void 0:se.original)==null?void 0:ee.full_path)||(se==null?void 0:se.full_path)||te.replace("load_more_",""),ae=pe===""?`_${o}_${s}_${f}`:`${pe}_${o}_${s}_${f}`,K=H.get(ae);if(K&&K.hasMore&&!K.loading){const xe=K.page+1;fe(pe,xe,!0)}else K||(H.set(ae,{page:0,hasMore:!0,loading:!1}),fe(pe,1,!0));return Y.preventDefault(),Y.stopPropagation(),!1}return!0}),V.on("select_node.jstree",(Y,ne)=>{var ee;const te=ne.node;if(te.type==="load_more"&&((ee=te.original)!=null&&ee.full_path)){const se=te.original.full_path,pe=`${se}_${o}_${s}_${f}`,ae=H.get(pe);ae&&ae.hasMore&&!ae.loading&&fe(se,ae.page+1,!0);return}te.data?y(te.data):y(null)}),V.on("check_node.jstree uncheck_node.jstree",function(Y,ne){const te=ne.node,ee=te.original.full_path;te.state.checked?I(se=>{const pe=se.filter(K=>K!==ee&&!jl(ee,K));let ae=te;for(;ae.parent!=="#";){const K=V.jstree("get_node",ae.parent);if(K){if(K.children.every(Q=>{const ve=V.jstree("get_node",Q);return ve==null?void 0:ve.state.checked}))return pe.filter(Q=>!Q.startsWith(K.original.full_path)).concat(K.original.full_path);ae=K}}return pe.concat(ee)}):I(se=>{const pe=se.filter(K=>K!==ee&&!jl(ee,K));let ae=te;for(;ae.parent!=="#";){const K=V.jstree("get_node",ae.parent);if(K){if(K.children.some(Q=>{const ve=V.jstree("get_node",Q);return ve==null?void 0:ve.state.checked})){const Q=K.children.filter(ve=>{const Re=V.jstree("get_node",ve);return Re==null?void 0:Re.state.checked}).map(ve=>{const Re=V.jstree("get_node",ve);return Re==null?void 0:Re.original.full_path});return pe.filter(ve=>!ve.startsWith(K.original.full_path)).concat(Q)}ae=K}}return pe})})}return()=>{if(c.current&&k&&O&&typeof window<"u"){const V=J(c.current);V&&V.jstree("destroy").empty()}}},[B,p,k,O]);const z=[{header:"Key",accessorKey:"key",minSize:180,maxSize:180},{header:"Value",accessorKey:"value",cell:({row:{original:V}})=>b.jsx("p",{className:"break-words",title:V.value,children:V.value.length>30?V.value.substring(0,30)+"...":V.value})}],Ne=(V,oe)=>{if(typeof oe=="boolean"||V.startsWith("is_"))return oe===!0||oe===1||oe==="1"?"Yes":"No";if(V==="file_size")return Gc(+oe);if(["last_modified","creation_time","last_accessed","created_at","updated_at"].includes(V))try{return Fs(oe).format("ddd, DD MMM YYYY hh:mm:ss A")}catch{return M6(oe).readableDate}return oe};v.useEffect(()=>{if(C){const V=C.type==="Email"||C.type==="Attachment"||C.object_type==="Email"||C.object_type==="Attachment",oe=Object.entries(C).filter(([Y,ne])=>!["id","scan_id","created_at","updated_at","content_preview","file_system_type","file_system_flags",...V?["absolute_path"]:[]].includes(Y)&&ne!==null).map(([Y,ne])=>{let te=Ne(Y,ne);if(V&&Y==="name"&&typeof ne=="string"){const ee=ne.lastIndexOf("/");ee!==-1&&(te=ne.substring(ee+1))}return{id:Y,key:I6(Y.split("_").join(" ")),value:te}});S(oe)}else S([])},[C]);const ie=M&&E?E.filter(V=>V.key.toLowerCase().includes(M.toLowerCase())||String(V.value).toLowerCase().includes(M.toLowerCase())):E,re=()=>{if(c.current&&k&&O&&typeof window<"u"){const V=J(c.current);V&&V.jstree("close_all")}};return typeof window>"u"||!k||!O?b.jsxs("div",{className:"flex items-center gap-2 p-6 mt-2 text-lg font-semibold rounded-lg shadow-sm",style:{backgroundColor:"var(--hover-bg-color)",border:"1px solid var(--border-color)",color:"var(--text-color)"},children:[b.jsx(ps,{className:"w-6 h-6",style:{color:"var(--secondary-text-color)"}}),b.jsx("span",{children:"Loading file browser..."})]}):!h||h.length===0||!p?b.jsx("div",{className:"flex items-center gap-2 p-6 mt-2 text-lg font-semibold rounded-lg shadow-sm",style:{backgroundColor:"var(--hover-bg-color)",border:"1px solid var(--border-color)",color:"var(--text-color)"},children:p&&b.jsxs(b.Fragment,{children:[b.jsx(ps,{className:"w-6 h-6",style:{color:"var(--secondary-text-color)"}}),b.jsx("span",{children:"No metadata available to display."})]})}):b.jsxs("div",{className:"flex",style:{minHeight:"75vh"},children:[b.jsxs("div",{className:"w-1/2 border-r pt-4 pb-4 overflow-x-auto",children:[b.jsx("div",{className:"flex items-center gap-2 mb-4",children:b.jsx("button",{onClick:re,className:"px-3 py-1 text-sm text-white rounded-md transition-colors",style:{backgroundColor:"var(--brand-orange)"},onMouseEnter:V=>{V.currentTarget.style.backgroundColor="#e65a03"},onMouseLeave:V=>{V.currentTarget.style.backgroundColor="var(--brand-orange)"},children:"Collapse All"})}),b.jsx("div",{className:"overflow-y-auto file-browser-tree",children:b.jsx("div",{ref:c})})]}),b.jsx("div",{className:"w-1/2 pt-4 pl-4 pr-2",children:x.length>0&&n&&i?b.jsxs(b.Fragment,{children:[b.jsx("div",{className:"relative w-48 px-4 z-40",children:b.jsx(Po,{placeholder:"Bulk Action",options:le(n),selectedOptions:w?le(n).filter(V=>V.value===w):[],handleChange:he,isMulti:!1,isClearable:!0})}),b.jsx("div",{className:"py-4",children:b.jsx(sl,{type:yo.FILE,columns:[{header:"Folders",accessorKey:"folder"}],data:x.map(V=>({id:V,folder:V}))||[],paginationEnabled:!1,exportEnabled:!1})})]}):C?b.jsxs(b.Fragment,{children:[b.jsxs("div",{className:"flex w-full h-[2rem] rounded-md overflow-hidden shadow-sm",style:{border:"1px solid var(--border-color)"},children:[b.jsx("input",{type:"text",placeholder:"Search Metadata",value:M,onChange:V=>_(V.target.value),className:"flex-grow px-4 py-2 text-sm focus:outline-none w-full",style:{backgroundColor:"var(--bg-color)",color:"var(--text-color)"}}),b.jsx("button",{className:"px-4 py-0 transition-colors",style:{backgroundColor:"var(--brand-light)",color:"var(--brand-dark)"},onMouseEnter:V=>V.currentTarget.style.backgroundColor="var(--hover-bg-color)",onMouseLeave:V=>V.currentTarget.style.backgroundColor="var(--brand-light)",tabIndex:-1,type:"button","aria-label":"Search",disabled:!0,children:b.jsx(q4,{size:18})})]}),b.jsx(sl,{tableWrapperClass:"metadata-table overflow-y-auto",type:yo.FILEBROWSER,columns:z,data:ie||[],paginationEnabled:!1,exportEnabled:!1})]}):b.jsx("p",{className:"px-4",style:{color:"var(--secondary-text-color)"},children:"Select a file or folder to take action."})})]})};function TR(e,t,n,i,r=!1){if(!e||typeof e!="object"||Object.keys(e).length===0)return null;let o=`${t}.${n}`;r&&(o=n);const s=e[o];return!s||typeof s!="object"||Object.keys(s).length===0?null:s[i]??null}function E6(e,t,n=!1,i=""){const{id:r,uuid:o,scan_id:s,object_name:a,source:l,created_at:c,updated_at:u,scan_object_metadata:d}=e;let[f,...h]=a.split(".");(i==null?void 0:i.length)>0&&(f=i,h=[a]);const g=h.join(".");let p=(i==null?void 0:i.length)>0;const m=Object.keys(t??{});n&&m.length>0&&m[0].includes(".")&&g.includes(".")&&m[0].split(".").length===2&&(p=!0);const C={id:r,uuid:o,scan_id:s,db_name:(i==null?void 0:i.length)>0?i:f,table_name:g,column_name:l,created_at:c,updated_at:u};let y=null,x=null;for(const w of d||[]){const{metadata_key:R,metadata_value:E}=w;switch(R){case"total_values":C.total_rows=E;break;case"empty_values":C.empty_rows=E;break;case"referenced_table":y=E;break;case"referenced_column":x=E;break;default:C[R]=E;break}}const I=TR(t,f,g,l,p);return I&&(C[La.attribute_mapping]=I),y&&x&&(C.foreign_key=`${y}.${x}`),{result:C,skipDbName:p}}function $l(e){if(!Array.isArray(e))return{};const t=e.find(n=>n.metadata_key===La.attribute_mapping);if(!t||typeof t.metadata_value!="string")return{};try{const n=JSON.parse(t.metadata_value);if(typeof n=="object"&&n!==null)return n}catch(n){console.error("Failed to parse attribute_mapping metadata_value:",n)}return{}}function R6(e){if(!Array.isArray(e))return{};const t=e.find(n=>n.metadata_key===La.confidence_metadata);if(!t||typeof t.metadata_value!="string")return{};try{const n=JSON.parse(t.metadata_value);if(typeof n=="object"&&n!==null)return n}catch(n){console.error("Failed to parse confidence_metadata metadata_value:",n)}return{}}const k6=e=>e>=.8?"bg-green-600":e>=.4?"bg-yellow-600":"bg-red-600",R0="Unassigned",DR=(e,t)=>{const n=[],i=[],r={};e.forEach(g=>{const{db_name:p,table_name:m,column_name:C,column_type:y,is_primary_key:x,is_unique_key:I,foreign_key:w,total_rows:R,empty_rows:E,encryption_type:S,attribute_mapping:M}=g;r[p]||(r[p]={}),r[p][m]||(r[p][m]={columns:[],primaryKey:[],uniqueKey:[],foreignKeys:[],metadata:{total_rows:R,empty_rows:E}}),r[p][m].columns.push({id:`${p}-${m}-${C}`,title:C,type:y||"varchar",is_primary_key:x&&x!=="0",is_unique_key:I&&I!=="0",encryption_type:S,attribute_mapping:M}),x&&x!=="0"&&r[p][m].primaryKey.push(C),I&&I!=="0"&&r[p][m].uniqueKey.push(C),w&&r[p][m].foreignKeys.push({column:C,reference:w})});const l=[];Object.keys(r).forEach(g=>{Object.keys(r[g]).forEach(p=>{l.push({dbName:g,tableName:p,table:r[g][p]})})});const c=l.length,u=Math.ceil(Math.sqrt(c)),d=50,f=75,h=new Array(u).fill(0);return l.forEach(({dbName:g,tableName:p,table:m},C)=>{const y=50+m.columns.length*30,x=C%u,I=x*(500+d),w=h[x];h[x]=w+y+f,n.push({id:`table-${g}-${p}`,type:"databaseSchema",position:{x:I,y:w},data:{id:`table-${g}-${p}`,label:p,db_name:g,metadata:m.metadata,schema:m.columns,selected:!1}})}),l.forEach(({dbName:g,tableName:p,table:m})=>{const C=`table-${g}-${p}`;m.foreignKeys.forEach(y=>{if(y.reference&&y.reference.includes(".")){const[x,I]=y.reference.split("."),w=r[g][x],R=m.columns.find(S=>S.title===y.column),E=w==null?void 0:w.columns.find(S=>S.title===I);if(w&&E){const S={id:`fk-edge-${C}-${y.column}`,source:C,sourceHandle:R==null?void 0:R.id,target:`table-${g}-${x}`,targetHandle:E==null?void 0:E.id,style:{strokeWidth:2,stroke:"lightblue"},type:"smoothstep",label:`FK: ${y.column} -> ${I}`};t&&(S.markerEnd={type:t.ArrowClosed,width:15,height:15,color:"skyblue"}),i.push(S)}}})}),{nodes:n,edges:i}},VR=()=>{const[e,t]=v.useState(()=>typeof window<"u"&&document.documentElement.classList.contains("dark"));return v.useEffect(()=>{const n=new MutationObserver(()=>{t(document.documentElement.classList.contains("dark"))});return n.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),()=>n.disconnect()},[]),e},jR=({bulkActions:e,handleBulkAction:t,scanConnectorUuid:n,api:i,connectorMetadata:r,updateAttributeMappingForConnector:o,isScanRunning:s,isEditable:a,connectionType:l,loadScanReports:c,handleScanStatus:u,setActiveScreen:d,resetStates:f,activeConnector:h,activeReport:g})=>{var Nr;const{showLoader:p,hideLoader:m}=xa(),{showToast:C}=xc(),[y,x]=v.useState(!1),[I,w]=v.useState([]),[R,E]=v.useState([]),[S,M]=v.useState({}),[_,P]=v.useState(""),[N,B]=v.useState([]),[T,k]=v.useState(!1),[F,O]=v.useState(!1),[A,L]=v.useState(!1),[j,G]=v.useState(null),[$,H]=v.useState(),[J,le]=v.useState(!1),[he,Oe]=v.useState(!1),fe=v.useRef(null),ge=v.useRef(null),[we,ce]=v.useState({x:0,y:0,zoom:1}),z=v.useRef(!1),[Ne,ie]=v.useState(!1),[re,V]=v.useState(null),[oe,Y]=v.useState([]),[ne,te]=v.useState([]),ee=VR();v.useEffect(()=>{if(typeof window>"u")return;(async()=>{try{const q=await Promise.resolve().then(()=>require("./index-CRz9U184.cjs"));V({ReactFlow:q.default,MiniMap:q.MiniMap,Background:q.Background,Handle:q.Handle,Position:q.Position,MarkerType:q.MarkerType,Controls:q.Controls,useNodesState:q.useNodesState,useEdgesState:q.useEdgesState}),ie(!0)}catch(q){console.error("Failed to load ReactFlow:",q)}})()},[]);const{nodes:se,edges:pe}=v.useMemo(()=>DR(S[_]||[],re==null?void 0:re.MarkerType),[_,S,R,re]),[ae,K,xe]=re!=null&&re.useNodesState?re.useNodesState(se):[oe.length>0?oe:se,Y,()=>{}],[Q,ve,Re]=re!=null&&re.useEdgesState?re.useEdgesState(pe):[ne.length>0?ne:pe,te,()=>{}];v.useEffect(()=>{re!=null&&re.useNodesState||Y(se)},[se,re]),v.useEffect(()=>{re!=null&&re.useEdgesState||te(pe)},[pe,re]);const He=v.useRef({});v.useEffect(()=>{ae.forEach(Z=>{He.current[Z.id]||(He.current[Z.id]={x:Z.position.x,y:Z.position.y})})},[ae]);const st=Z=>Z.map(q=>({...q,position:He.current[q.id]||q.position})),$e=Z=>!!Z&&typeof Z.x=="number"&&typeof Z.y=="number"&&typeof Z.zoom=="number"&&Z.zoom>.001&&Z.zoom<=2,et=v.useCallback((Z,q)=>{ce(q)},[]);v.useEffect(()=>{ge.current&&ae.length>0&&$e(we)&&ge.current.setViewport(we)},[_]),v.useEffect(()=>{ge.current&&ae.length>0&&!z.current&&(ge.current.fitView({padding:.2,duration:800}),z.current=!0)},[ae.length]),v.useEffect(()=>{const Z=st(se.map(q=>N.find(ue=>ue.table===q.data.label&&ue.db_name===_)?{...q,data:{...q.data,selected:!0}}:q));K(Z),ve(pe)},[_,se]);const at=v.useMemo(()=>$l(r??[]),[r]),fn=v.useMemo(()=>R6(r??[]),[r]);v.useEffect(()=>{(!r||r&&typeof at=="object")&&(n?(async()=>{var q;x(!1),p();try{const{data:ue}=await i.readIndexScanObjects(n),Ee=await i.readConfig({onlyActive:!0});w(Ee.data??[]);const D=(q=ue==null?void 0:ue.filter(X=>X.object_type==="table"))==null?void 0:q.map(X=>{const{result:me,skipDbName:Pe}=E6(X,at,l==="mssql"||l==="salesforce",l==="salesforce"?"Default":"");return Pe&&!F&&O(!0),me});E(D);const de=D.reduce((X,me)=>{const Pe=me.db_name;return X[Pe]||(X[Pe]=[]),X[Pe].push(me),X},{});de&&Object.keys(de).length>0&&(M(de),(!_||!de[_])&&P(Object.keys(de)[0])),x(!0)}catch(ue){console.error("Error fetching scan metadata:",ue),x(!0)}finally{m()}})():x(!0))},[n,r,at,i]);const t2=(Z,q)=>{const ue=Z.schema.filter(Ee=>Ee!==q);G({...Z,schema:[{...q},...ue]}),H(q.attribute_mapping),L(!0)},Fa=v.useMemo(()=>{if(!re||!Ne)return{};const{Handle:Z,Position:q}=re;return{databaseSchema:v.memo(({data:ue})=>b.jsxs("div",{className:"border-[3px] overflow-hidden rounded-lg min-w-[300px] shadow-md",style:{backgroundColor:"var(--bg-color)",borderColor:ue.selected?"var(--brand-orange)":"transparent"},children:[b.jsx("div",{className:"text-white px-1 py-2 text-center",style:{backgroundColor:ue.selected?"#10b981":"var(--brand-orange)"},children:b.jsx("strong",{children:ue.label})}),b.jsxs("div",{className:"py-2",style:{backgroundColor:"var(--hover-bg-color)"},children:[b.jsxs("div",{className:"flex justify-between px-2 pb-1",children:[b.jsx("span",{className:"font-normal text-[11px]",style:{color:"var(--secondary-text-color)"},children:"Total Rows:"}),b.jsx("span",{className:"font-semibold text-[11px]",style:{color:"var(--text-color)"},children:ue.metadata.total_rows})]}),b.jsxs("div",{className:"flex justify-between px-2",style:{backgroundColor:"var(--hover-bg-color)"},children:[b.jsx("span",{className:"font-normal text-[11px]",style:{color:"var(--secondary-text-color)"},children:"Empty Rows:"}),b.jsx("span",{className:"font-semibold text-[11px]",style:{color:"var(--text-color)"},children:ue.metadata.empty_rows})]})]}),b.jsx("table",{className:"border-spacing-10 overflow-visible w-full",children:b.jsx("tbody",{children:ue.schema.map(Ee=>{var D,de,X,me,Pe,ot,rn,Xt,nu,iu;return b.jsxs("tr",{className:"relative text-xs py-1 px-2 h-7",style:{borderBottom:"1px solid var(--border-color)"},children:[b.jsxs("td",{className:"pr-6 font-light pl-2",style:{verticalAlign:"middle",color:"var(--text-color)"},children:[b.jsx(Z,{type:"target",position:q.Left,id:Ee.id}),b.jsxs("span",{className:"flex gap-1",children:[Ee.title,Ee.is_primary_key&&b.jsx(ng,{style:{color:"var(--text-color)"}}),Ee.is_unique_key&&b.jsx(K6,{style:{color:"var(--text-color)"}}),!!Ee.encryption_type&&b.jsx(ig,{style:{color:"var(--text-color)"}})]})]}),b.jsxs("td",{className:"text-right font-thin pr-2",style:{verticalAlign:"middle",color:"var(--secondary-text-color)"},children:[b.jsx("span",{children:Ee.type}),b.jsx(Z,{type:"source",position:q.Right,id:Ee.id})]}),b.jsxs("td",{className:"text-right font-thin pr-2 pl-4",style:{verticalAlign:"middle"},children:[b.jsx("div",{className:"flex items-center justify-end gap-2",children:((de=(D=fn[ue.label])==null?void 0:D[Ee.title])==null?void 0:de.confidence_score)!==void 0?b.jsx(h5,{confidenceData:((X=fn[ue.label])==null?void 0:X[Ee.title])||{},position:"top",children:b.jsxs("span",{className:`text-xs rounded p-1 text-white ${k6(((Pe=(me=fn[ue.label])==null?void 0:me[Ee.title])==null?void 0:Pe.confidence_score)||0)}`,children:[(((rn=(ot=fn[ue.label])==null?void 0:ot[Ee.title])==null?void 0:rn.confidence_score)*100).toFixed(0),"%"]})}):b.jsx(gr,{text:"Confidence score not available",position:"top",children:b.jsx("span",{className:"text-xs px-2 py-1 rounded-full cursor-pointer",style:{backgroundColor:"var(--hover-bg-color)",color:"var(--secondary-text-color)"},children:A6})})}),b.jsx(Z,{type:"source",position:q.Right,id:Ee.id})]}),b.jsxs("td",{className:"text-right font-thin pr-2 pl-4",style:{verticalAlign:"middle"},children:[b.jsx("div",{className:"flex items-center justify-end gap-2",children:b.jsx("span",{className:"underline cursor-pointer font-bold",style:{color:!((Xt=Ee.attribute_mapping)!=null&&Xt.value)||((nu=Ee.attribute_mapping)==null?void 0:nu.value)==="undefined"?"var(--secondary-text-color)":"var(--brand-orange)"},onClick:()=>t2(ue,Ee),children:((iu=Ee.attribute_mapping)==null?void 0:iu.label)??R0})}),b.jsx(Z,{type:"source",position:q.Right,id:Ee.id})]})]},Ee.title)})})})]})),default:v.memo(({data:ue})=>b.jsxs("div",{className:"p-2 rounded-lg text-center",style:{backgroundColor:"var(--hover-bg-color)",border:"1px solid var(--border-color)",color:"var(--text-color)"},children:[b.jsx("strong",{children:ue.label}),b.jsx(Z,{type:"source",position:q.Bottom,className:"-bottom-2",style:{backgroundColor:"var(--border-color)"}})]}))}},[re,Ne,t2,fn]),Oa=()=>{if($&&j){const Z=`${j.db_name}.${j.label}`,q=j.schema[0].title,Ee={...$l(r??[])};Ee[Z]||(Ee[Z]={}),Ee[Z][q]=$,o(Ee,()=>{L(!1),H(void 0),G(null)})}},n2=async()=>{if(N.length===0){C(pt.WARNING,"Please select at least one table to scan.");return}if(await(s==null?void 0:s())){C(pt.WARNING,"A scan is already running. Please wait for it to complete.");return}le(!0)},i2=async()=>{var Z,q,ue,Ee;try{Oe(!0);let D=h==null?void 0:h.connector_id;if(!D&&((q=(Z=g==null?void 0:g.scan)==null?void 0:Z.connectors)!=null&&q.length)){const me=g.scan.connectors.find(Pe=>Pe.uuid===n);me!=null&&me.connector_id&&(D=me.connector_id)}if(!D&&n)try{const me=await i.readScanReportDetails({arg:n});if((Ee=(ue=me==null?void 0:me.scan)==null?void 0:ue.connectors)!=null&&Ee.length){const Pe=me.scan.connectors.find(ot=>ot.uuid===n);Pe!=null&&Pe.connector_id&&(D=Pe.connector_id)}}catch(me){console.error("Error getting scan details for fallback:",me)}if(!D){C(pt.WARNING,"Unable to find connector ID for this scan.");return}const de=N.map(me=>`${me.db_name}.${me.table}`),X=await i.startSelectedTableScan({connectionType:l||"",indexScan:!1,connectorIDs:D,selectedTables:de});X&&!X.startsWith("Error:")?(C(pt.SUCCESS,"Selected table scan started successfully!"),le(!1),B([]),d&&d("reports"),f&&f(),setTimeout(()=>{c&&c(),u&&u()},1e3)):C(pt.ERROR,`Failed to start scan: ${X}`)}catch(D){console.error("Error starting selected table scan:",D),C(pt.ERROR,"Failed to start selected table scan. Please try again.")}finally{Oe(!1)}},qi=v.useCallback(Z=>{Z.forEach(q=>{q.type==="position"&&q.position&&q.id&&(He.current[q.id]=q.position)}),xe(Z)},[xe]),mi=N.reduce((Z,q)=>(Z[q.db_name]||(Z[q.db_name]=[]),Z[q.db_name].push(q.table),Z),{}),Na=v.useMemo(()=>Object.keys(S).map(Z=>{const q=new Set(S[Z].map(ue=>ue.table_name));return{value:Z,label:`${Z} (${q.size})`}}),[S,R]),Or=v.useMemo(()=>I!=null&&I.length?I.map(Z=>({value:Z.uuid,label:Z.name,countries:Z.country_data||[]})):[],[I]),bi=v.useMemo(()=>{var q;const Z=new Set(((q=S[_])==null?void 0:q.map(ue=>ue.table_name))||[]);return`${_} (${Z.size||0})`},[S,_]),r2=v.useMemo(()=>b.jsx("div",{className:"flex flex-col items-center gap-4",children:b.jsx("div",{className:"w-full py-2",children:b.jsx("div",{className:"max-h-60 overflow-y-auto rounded p-3",style:{border:"1px solid var(--border-color)",backgroundColor:"var(--hover-bg-color)"},children:Object.entries(mi).map(([Z,q])=>b.jsxs("div",{className:"mb-3",children:[b.jsxs("div",{className:"font-semibold mb-1",style:{color:"var(--text-color)"},children:["Database: ",Z]}),b.jsx("ul",{className:"ml-4",children:q.map(ue=>b.jsx("li",{className:"text-sm list-disc",style:{color:"var(--secondary-text-color)"},children:ue},ue))})]},Z))})})}),[N,mi]),o2=v.useMemo(()=>b.jsxs("div",{className:"flex flex-col items-center gap-4",children:[I.length===0&&b.jsx(f5,{}),b.jsx("div",{className:"w-full flex items-center gap-4",style:{color:"var(--text-color)"},children:he?"Scanning Selected Tables...":"Are you sure you want to scan the following selected tables?"}),b.jsxs("div",{className:"w-full",children:[b.jsxs("div",{className:"text-sm font-medium mb-2",style:{color:"var(--text-color)"},children:["Selected Tables (",N.length,"):"]}),b.jsx("div",{className:"max-h-60 overflow-y-auto rounded p-3",style:{border:"1px solid var(--border-color)",backgroundColor:"var(--hover-bg-color)"},children:Object.entries(mi).map(([Z,q])=>b.jsxs("div",{className:"mb-3",children:[b.jsxs("div",{className:"font-semibold mb-1",style:{color:"var(--text-color)"},children:["Database: ",Z]}),b.jsx("ul",{className:"ml-4",children:q.map(ue=>b.jsx("li",{className:"text-sm list-disc",style:{color:"var(--secondary-text-color)"},children:ue},ue))})]},Z))})]}),b.jsx("div",{className:"w-full text-sm",style:{color:"var(--secondary-text-color)"},children:b.jsx("p",{children:"This will initiate a scan for only the selected tables, which may be faster than scanning the entire database."})})]}),[N,mi,he,I.length]),s2=({data:Z,isSelected:q})=>{let ue=null;if(Z.countries&&Z.countries.length>0){const D=Z.countries.slice(0,3),de=Z.countries.length>3,X=de?Z.countries.map(Pe=>Pe.country).join(", "):"",me=D.map((Pe,ot)=>b.jsxs("span",{className:"inline-flex items-center px-2 py-0.5 rounded-full text-xs border-[1px] flex-shrink-0",style:{borderColor:q?"white":"var(--brand-orange)",color:q?"white":"var(--brand-orange)"},children:[b.jsx(eg,{className:"mr-1 h-2.5 w-2.5 flex-shrink-0",style:{color:q?"white":"var(--brand-orange)"}}),b.jsx("span",{className:"truncate max-w-[80px]",children:Pe.country})]},`${Z.value}-${Pe.id}-${ot}`));de?ue=b.jsxs("div",{className:"flex items-center gap-1 ml-2 whitespace-nowrap",children:[me,b.jsx(gr,{text:X,position:"top",children:b.jsxs("span",{className:"text-xs cursor-pointer flex-shrink-0 px-1",style:{color:q?"white":"var(--secondary-text-color)"},children:["+",Z.countries.length-3," more"]})})]}):ue=b.jsx("div",{className:"flex items-center gap-1 ml-2 whitespace-nowrap",children:me})}return b.jsxs("div",{className:"flex items-center w-full min-w-0",children:[b.jsx("div",{className:`font-medium whitespace-nowrap mr-1 ${q?"text-white":""}`,children:Z.label}),ue]})},a2=v.useMemo(()=>{const Z=$?Or.find(ue=>ue.value===$.value):null,q={value:($==null?void 0:$.value)||"undefined",label:(Z==null?void 0:Z.label)??R0,countries:(Z==null?void 0:Z.countries)||[]};return b.jsx(Po,{className:"min-w-[400px] text-sm mt-2",menuPosition:"fixed",placeholder:"Select an attribute",options:[{label:R0,value:"undefined"},...Or],handleChange:ue=>{H(ue??void 0)},selectedOptions:[q],isMulti:!1,isClearable:!1,customOptionRenderer:ue=>b.jsx(s2,{...ue}),customStyles:{menu:ue=>({...ue,width:"auto",minWidth:"100%"}),option:(ue,Ee)=>({...ue,backgroundColor:Ee.isSelected?"var(--brand-orange)":ue.backgroundColor,color:Ee.isSelected?"#fff":ue.color,cursor:"pointer",whiteSpace:"normal",minHeight:"40px",":active":{backgroundColor:Ee.isSelected?"var(--brand-orange)":ue.backgroundColor}})}})},[Or,$]);return!R||R.length===0||!y?b.jsx("div",{className:"flex items-center gap-2 p-6 mt-2 text-lg font-semibold rounded-lg shadow-sm",style:{backgroundColor:"var(--hover-bg-color)",border:"1px solid var(--border-color)",color:"var(--text-color)"},children:y&&b.jsxs(b.Fragment,{children:[b.jsx(ps,{className:"w-6 h-6",style:{color:"var(--secondary-text-color)"}}),b.jsx("span",{children:"No metadata available to display."})]})}):b.jsxs("div",{style:{width:"100%",height:"80vh",overflow:"hidden"},className:"dbschema-wrapper",children:[b.jsx("div",{children:b.jsxs("div",{className:"flex justify-between items-center",children:[b.jsxs("div",{className:"py-2 flex items-center",children:[b.jsx("h2",{className:"text-lg font-semibold mr-3",children:"Databases"}),b.jsx(Po,{className:"w-52 text-sm",placeholder:"Select a database",options:Na,selectedOptions:[{value:_,label:bi}],handleChange:Z=>Z&&P(Z.value),isMulti:!1,isClearable:!1})]}),N.length>0&&b.jsxs("div",{className:"flex items-center gap-2",children:[b.jsx("button",{onClick:()=>{k(!0)},className:"bg-brand-primary text-white px-4 py-2 rounded transition-colors duration-150 shadow-sm font-medium footer-button mr-2",style:{minWidth:140},children:"View Selections"}),b.jsx("button",{onClick:n2,className:"bg-brand-primary text-white px-4 py-2 rounded transition-colors duration-150 shadow-sm font-medium footer-button",style:{minWidth:170},disabled:!a,children:"Scan Selected Tables"})]})]})}),!Ne||!re?b.jsx("div",{className:"flex items-center justify-center",style:{maxHeight:N.length>0?"84%":"90%",minHeight:"400px",backgroundColor:"var(--bg-color)",border:"1px solid var(--border-color)",borderRadius:"8px"},children:b.jsxs("div",{className:"flex flex-col items-center gap-2",children:[b.jsx(ps,{className:"w-6 h-6",style:{color:"var(--secondary-text-color)"}}),b.jsx("span",{style:{color:"var(--text-color)"},children:"Loading schema browser..."})]})}):b.jsxs(re.ReactFlow,{ref:fe,onInit:Z=>{ge.current=Z,z.current||(Z.fitView({padding:.2,duration:800,minZoom:.15}),Z.setViewport({x:50,y:50,zoom:.15}),z.current=!0)},nodes:ae,edges:Q,onNodesChange:qi,onEdgesChange:Re,onMove:et,nodeTypes:Fa,style:{maxHeight:N.length>0?"84%":"90%"},unselectable:"on",minZoom:.001,maxZoom:2,zoomOnDoubleClick:!1,defaultViewport:we,fitViewOptions:{padding:.2},fitView:!(ae.length>70),proOptions:{hideAttribution:!0},onNodeClick:(Z,q)=>{q.type==="default"||!a||(N.find(ue=>ue.db_name===_&&ue.table===q.data.label)?B(ue=>ue.filter(Ee=>!(Ee.db_name===_&&Ee.table===q.data.label))):B(ue=>[...ue,{db_name:_,table:q.data.label}]),K(ue=>ue.map(Ee=>{var D;return Ee.id===q.id?{...Ee,data:{...Ee.data,selected:!((D=Ee.data)!=null&&D.selected)}}:Ee})))},children:[b.jsx(re.MiniMap,{style:{background:"var(--bg-color)",border:"1px solid var(--border-color)",borderRadius:6},nodeColor:Z=>"var(--brand-orange)",maskColor:ee?"rgba(44, 44, 44, 0.6)":"rgba(218, 224, 232, 0.6)"}),b.jsx(re.Background,{}),b.jsx(re.Controls,{})]}),b.jsx(ar,{isOpen:T,title:"Selected Tables",customFooter:b.jsx("div",{className:"flex justify-end",children:b.jsx("button",{onClick:()=>{k(!1)},className:"bg-gray-100 text-gray-700 px-4 py-2 rounded hover:bg-gray-300 border border-gray-300 dark:bg-gray-800 dark:text-gray-100 dark:hover:bg-white dark:border-gray-400 footer-button",children:"Close"})}),onClose:()=>{k(!1)},body:r2,cancelButtonText:"Cancel"}),A&&j&&b.jsx(ar,{onClose:()=>L(!1),title:`${j.db_name}.${j.label}`,isOpen:A,isUuidSubtitle:!1,subtitle:b.jsxs("div",{className:"flex flex-col gap-1",children:[b.jsxs("div",{className:"flex gap-1 items-center",children:[b.jsx("b",{className:"text-black dark:text-gray-200",children:"Column Name:"}),b.jsx("span",{className:"dark:text-gray-300",children:j.schema[0].title})]}),b.jsxs("div",{className:"flex gap-1 items-center",children:[b.jsx("b",{className:"text-black dark:text-gray-200",children:"Current Mapping:"}),b.jsx("span",{className:"dark:text-gray-300",children:((Nr=j.schema[0].attribute_mapping)==null?void 0:Nr.label)??"-"})]})]}),body:a2,onConfirm:Oa}),b.jsx(ar,{isOpen:J,title:"Scan Selected Tables",onClose:()=>{he||le(!1)},onConfirm:()=>{he||i2()},confirmButtonText:he?"Scanning...":"Start Scan",disableConfirm:he,body:o2,customWidth:"w-full max-w-lg",customFooter:b.jsxs("div",{className:"flex justify-between mt-4 space-x-2",children:[b.jsx("button",{onClick:()=>{he||le(!1)},disabled:he,className:"bg-gray-100 text-gray-700 px-4 py-2 rounded hover:bg-gray-300 border border-gray-300 dark:bg-gray-800 dark:text-gray-100 dark:hover:bg-white dark:border-gray-400 footer-button",children:"Cancel"}),b.jsx("button",{onClick:()=>{he||i2()},disabled:he,className:"bg-brand-primary text-white px-4 py-2 rounded-md hover:bg-[#0b86e6] footer-button",children:he?"Scanning...":"Start Scan"})]})})]})},BR="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.6719C56.7853%2065.8166%2033.207%2074.5909%2033.207%2074.5909C33.207%2074.5909%2033.4213%2076.1014%2033.9555%2078.2836C34.4897%2080.4658%2035.0263%2082.6084%2035.0263%2082.6084C42.7193%2078.6579%2054.6229%2070.4325%2063.0229%2054.6719Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M468.223%2085V62.1985C466.739%2063.3228%20465.075%2064.1998%20463.231%2064.8294C461.387%2065.504%20459.386%2065.8413%20457.227%2065.8413C453.45%2065.8413%20450.032%2064.8744%20446.973%2062.9406C443.915%2061.0067%20441.464%2058.4432%20439.62%2055.2501C437.821%2052.012%20436.922%2048.4366%20436.922%2044.5239C436.922%2040.6112%20437.821%2037.0359%20439.62%2033.7978C441.464%2030.5597%20443.915%2027.9962%20446.973%2026.1073C450.032%2024.1735%20453.45%2023.2065%20457.227%2023.2065C459.791%2023.2065%20462.152%2023.6563%20464.311%2024.5557C466.469%2025.4552%20468.313%2026.692%20469.842%2028.266V24.2859H479.961V85H468.223ZM458.577%2055.5199C460.555%2055.5199%20462.354%2055.0252%20463.973%2054.0358C465.592%2053.0464%20466.874%2051.7197%20467.819%2050.0557C468.808%2048.3916%20469.303%2046.5477%20469.303%2044.5239C469.303%2042.5001%20468.808%2040.6562%20467.819%2038.9922C466.874%2037.3282%20465.592%2036.0015%20463.973%2035.0121C462.354%2034.0226%20460.555%2033.5279%20458.577%2033.5279C456.598%2033.5279%20454.799%2034.0226%20453.18%2035.0121C451.561%2036.0015%20450.256%2037.3282%20449.267%2038.9922C448.323%2040.6562%20447.85%2042.5001%20447.85%2044.5239C447.85%2046.5477%20448.323%2048.3916%20449.267%2050.0557C450.256%2051.7197%20451.561%2053.0464%20453.18%2054.0358C454.799%2055.0252%20456.598%2055.5199%20458.577%2055.5199Z'%20fill='%23FF6503'/%3e%3cpath%20d='M418.211%2064.7618V24.2857H429.949V64.7618H418.211ZM424.08%2018.4167C422.326%2018.4167%20420.842%2017.8096%20419.628%2016.5953C418.414%2015.381%20417.807%2013.8969%20417.807%2012.1429C417.807%2010.344%20418.414%208.85987%20419.628%207.69056C420.842%206.47628%20422.326%205.86914%20424.08%205.86914C425.879%205.86914%20427.363%206.47628%20428.533%207.69056C429.747%208.85987%20430.354%2010.344%20430.354%2012.1429C430.354%2013.8969%20429.747%2015.381%20428.533%2016.5953C427.363%2017.8096%20425.879%2018.4167%20424.08%2018.4167Z'%20fill='%23FF6503'/%3e%3cpath%20d='M387.055%2064.7617V24.2856H397.578V31.234C398.973%2028.8954%20400.727%2027.0965%20402.84%2025.8372C404.999%2024.533%20407.518%2023.8809%20410.396%2023.8809L412.959%2034.2697C412.105%2033.9999%20411.138%2033.865%20410.059%2033.865C406.686%2033.865%20403.965%2034.9668%20401.896%2037.1705C399.827%2039.3292%20398.793%2042.4324%20398.793%2046.48V64.7617H387.055Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M361.455%2066.1107C356.913%2066.1107%20352.91%2065.1663%20349.447%2063.2774C345.984%2061.3885%20343.286%2058.8026%20341.352%2055.5195C339.418%2052.1915%20338.451%2048.3912%20338.451%2044.1188C338.451%2040.0262%20339.396%2036.4058%20341.284%2033.2577C343.173%2030.0646%20345.714%2027.5461%20348.907%2025.7021C352.146%2023.8582%20355.721%2022.9363%20359.634%2022.9363C363.636%2022.9363%20367.212%2023.8582%20370.36%2025.7021C373.508%2027.5011%20375.981%2029.9746%20377.78%2033.1228C379.624%2036.2709%20380.546%2039.8463%20380.546%2043.8489V47.964H355.856C354.732%2047.964%20353.652%2047.8965%20352.618%2047.7616C351.583%2047.6267%20350.549%2047.4693%20349.515%2047.2894C350.054%2049.9878%20351.381%2052.1915%20353.495%2053.9005C355.653%2055.5645%20358.397%2056.3965%20361.725%2056.3965C364.288%2056.3965%20366.582%2055.8793%20368.606%2054.8449C370.675%2053.8105%20372.361%2052.5288%20373.665%2050.9997L376.229%2061.5235C374.205%2063.0526%20371.911%2064.1994%20369.348%2064.9639C366.829%2065.7285%20364.198%2066.1107%20361.455%2066.1107ZM349.245%2040.2061C351.493%2039.7114%20353.697%2039.464%20355.856%2039.464H363.007C364.266%2039.464%20365.458%2039.509%20366.582%2039.5989C367.706%2039.6889%20368.763%2039.8463%20369.753%2040.0711C369.078%2037.6426%20367.841%2035.7312%20366.042%2034.337C364.288%2032.9429%20362.107%2032.2458%20359.499%2032.2458C357.025%2032.2458%20354.866%2032.9654%20353.023%2034.4045C351.224%2035.7987%20349.964%2037.7325%20349.245%2040.2061Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M315.456%2066.7855L293.262%2024.2856H306.282L312.623%2037.3054C313.207%2038.4298%20313.747%2039.5541%20314.242%2040.6784C314.737%2041.7578%20315.231%2042.9946%20315.726%2044.3888C316.221%2042.9946%20316.715%2041.7578%20317.21%2040.6784C317.705%2039.5541%20318.244%2038.4298%20318.829%2037.3054L325.17%2024.2856H337.65L315.456%2066.7855Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M269.9%2066.1107C265.897%2066.1107%20262.232%2065.1438%20258.904%2063.21C255.576%2061.2761%20252.923%2058.6677%20250.944%2055.3846C249.01%2052.1015%20248.043%2048.4812%20248.043%2044.5235C248.043%2040.5209%20249.01%2036.9005%20250.944%2033.6624C252.923%2030.3794%20255.576%2027.7709%20258.904%2025.8371C262.232%2023.9032%20265.897%2022.9363%20269.9%2022.9363C273.948%2022.9363%20277.613%2023.9032%20280.896%2025.8371C284.224%2027.7709%20286.855%2030.3794%20288.789%2033.6624C290.768%2036.9005%20291.757%2040.5209%20291.757%2044.5235C291.757%2048.4812%20290.768%2052.1015%20288.789%2055.3846C286.855%2058.6677%20284.224%2061.2761%20280.896%2063.21C277.613%2065.1438%20273.948%2066.1107%20269.9%2066.1107ZM269.9%2055.587C271.924%2055.587%20273.745%2055.0923%20275.364%2054.1028C277.028%2053.1134%20278.333%2051.7867%20279.277%2050.1227C280.266%2048.4137%20280.761%2046.5473%20280.761%2044.5235C280.761%2042.4547%20280.266%2040.5883%20279.277%2038.9243C278.333%2037.2603%20277.028%2035.9336%20275.364%2034.9442C273.745%2033.9548%20271.924%2033.4601%20269.9%2033.4601C267.876%2033.4601%20266.032%2033.9548%20264.368%2034.9442C262.749%2035.9336%20261.445%2037.2603%20260.456%2038.9243C259.511%2040.5883%20259.039%2042.4547%20259.039%2044.5235C259.039%2046.5473%20259.511%2048.4137%20260.456%2050.1227C261.445%2051.7867%20262.749%2053.1134%20264.368%2054.1028C266.032%2055.0923%20267.876%2055.587%20269.9%2055.587Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M229.394%2066.1107C225.392%2066.1107%20221.726%2065.1438%20218.398%2063.21C215.07%2061.2761%20212.417%2058.6677%20210.438%2055.3846C208.504%2052.1015%20207.537%2048.4812%20207.537%2044.5235C207.537%2040.5209%20208.504%2036.9005%20210.438%2033.6624C212.417%2030.3794%20215.07%2027.7709%20218.398%2025.8371C221.726%2023.9032%20225.392%2022.9363%20229.394%2022.9363C232.183%2022.9363%20234.813%2023.4085%20237.287%2024.3529C239.806%2025.2524%20242.032%2026.6016%20243.966%2028.4005L240.93%2040.341C239.806%2038.4971%20238.299%2036.9005%20236.41%2035.5513C234.566%2034.1571%20232.385%2033.4601%20229.866%2033.4601C227.753%2033.4601%20225.864%2033.9548%20224.2%2034.9442C222.536%2035.9336%20221.232%2037.2603%20220.287%2038.9243C219.343%2040.5883%20218.87%2042.4547%20218.87%2044.5235C218.87%2046.5473%20219.343%2048.4137%20220.287%2050.1227C221.232%2051.7867%20222.536%2053.1134%20224.2%2054.1028C225.864%2055.0923%20227.753%2055.587%20229.866%2055.587C232.385%2055.587%20234.566%2054.9124%20236.41%2053.5632C238.299%2052.169%20239.806%2050.55%20240.93%2048.706L243.966%2060.6465C242.032%2062.4454%20239.806%2063.8171%20237.287%2064.7615C234.813%2065.661%20232.183%2066.1107%20229.394%2066.1107Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M187.086%2066.1107C184.343%2066.1107%20181.555%2065.661%20178.721%2064.7615C175.933%2063.8621%20173.752%2062.6478%20172.178%2061.1187L175.079%2050.0552C176.383%2051.8542%20178.182%2053.4283%20180.475%2054.7775C182.814%2056.1267%20185.22%2056.8013%20187.694%2056.8013C189.358%2056.8013%20190.549%2056.4864%20191.269%2055.8568C192.033%2055.2272%20192.416%2054.4626%20192.416%2053.5632C192.416%2052.5288%20192.033%2051.7867%20191.269%2051.337C190.504%2050.8423%20189.717%2050.4375%20188.908%2050.1227L183.241%2047.964C181.982%2047.4693%20180.543%2046.7947%20178.924%2045.9402C177.305%2045.0857%20175.888%2043.8714%20174.674%2042.2973C173.504%2040.7233%20172.92%2038.6545%20172.92%2036.091C172.92%2033.7524%20173.504%2031.5937%20174.674%2029.6148C175.843%2027.636%20177.53%2026.0394%20179.733%2024.8252C181.982%2023.5659%20184.68%2022.9363%20187.828%2022.9363C190.752%2022.9363%20193.473%2023.431%20195.991%2024.4204C198.555%2025.4098%20200.421%2026.5117%20201.59%2027.7259L198.892%2038.3846C197.363%2036.4058%20195.541%2034.8992%20193.428%2033.8648C191.359%2032.7855%20189.38%2032.2458%20187.491%2032.2458C186.052%2032.2458%20184.995%2032.5381%20184.321%2033.1228C183.646%2033.7074%20183.309%2034.382%20183.309%2035.1466C183.309%2035.7312%20183.534%2036.3159%20183.983%2036.9005C184.478%2037.4402%20185.287%2037.9349%20186.412%2038.3846L191.674%2040.341C193.203%2040.8807%20194.822%2041.6002%20196.531%2042.4997C198.285%2043.3992%20199.769%2044.6584%20200.983%2046.2775C202.197%2047.8515%20202.805%2050.0328%20202.805%2052.8211C202.805%2056.7338%20201.343%2059.9269%20198.42%2062.4004C195.541%2064.874%20191.764%2066.1107%20187.086%2066.1107Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M153.061%2064.7618V24.2857H164.799V64.7618H153.061ZM158.93%2018.4167C157.176%2018.4167%20155.692%2017.8096%20154.478%2016.5953C153.263%2015.381%20152.656%2013.8969%20152.656%2012.1429C152.656%2010.344%20153.263%208.85987%20154.478%207.69056C155.692%206.47628%20157.176%205.86914%20158.93%205.86914C160.729%205.86914%20162.213%206.47628%20163.382%207.69056C164.597%208.85987%20165.204%2010.344%20165.204%2012.1429C165.204%2013.8969%20164.597%2015.381%20163.382%2016.5953C162.213%2017.8096%20160.729%2018.4167%20158.93%2018.4167Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M121.307%2065.8411C117.53%2065.8411%20114.112%2064.8741%20111.054%2062.9403C107.995%2061.0064%20105.544%2058.4429%20103.7%2055.2498C101.901%2052.0117%20101.002%2048.4364%20101.002%2044.5237C101.002%2040.611%20101.901%2037.0356%20103.7%2033.7975C105.544%2030.5594%20107.995%2027.9959%20111.054%2026.1071C114.112%2024.1732%20117.53%2023.2063%20121.307%2023.2063C123.466%2023.2063%20125.467%2023.5211%20127.311%2024.1507C129.155%2024.7804%20130.819%2025.6798%20132.303%2026.8491V0H144.042V64.7617H133.922V60.7816C132.393%2062.3556%20130.549%2063.5924%20128.391%2064.4919C126.232%2065.3913%20123.871%2065.8411%20121.307%2065.8411ZM122.657%2055.5197C124.635%2055.5197%20126.434%2055.025%20128.053%2054.0355C129.672%2053.0461%20130.954%2051.7194%20131.899%2050.0554C132.888%2048.3914%20133.383%2046.5475%20133.383%2044.5237C133.383%2042.4999%20132.888%2040.656%20131.899%2038.9919C130.954%2037.3279%20129.672%2036.0012%20128.053%2035.0118C126.434%2034.0224%20124.635%2033.5277%20122.657%2033.5277C120.678%2033.5277%20118.879%2034.0224%20117.26%2035.0118C115.641%2036.0012%20114.337%2037.3279%20113.347%2038.9919C112.403%2040.656%20111.93%2042.4999%20111.93%2044.5237C111.93%2046.5475%20112.403%2048.3914%20113.347%2050.0554C114.337%2051.7194%20115.641%2053.0461%20117.26%2054.0355C118.879%2055.025%20120.678%2055.5197%20122.657%2055.5197Z'%20fill='%233A3A3A'/%3e%3c/svg%3e",HR="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%23ffffff'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.6719C56.7853%2065.8166%2033.207%2074.5909%2033.207%2074.5909C33.207%2074.5909%2033.4213%2076.1014%2033.9555%2078.2836C34.4897%2080.4658%2035.0263%2082.6084%2035.0263%2082.6084C42.7193%2078.6579%2054.6229%2070.4325%2063.0229%2054.6719Z'%20fill='%23ffffff'/%3e%3cpath%20d='M468.223%2085V62.1985C466.739%2063.3228%20465.075%2064.1998%20463.231%2064.8294C461.387%2065.504%20459.386%2065.8413%20457.227%2065.8413C453.45%2065.8413%20450.032%2064.8744%20446.973%2062.9406C443.915%2061.0067%20441.464%2058.4432%20439.62%2055.2501C437.821%2052.012%20436.922%2048.4366%20436.922%2044.5239C436.922%2040.6112%20437.821%2037.0359%20439.62%2033.7978C441.464%2030.5597%20443.915%2027.9962%20446.973%2026.1073C450.032%2024.1735%20453.45%2023.2065%20457.227%2023.2065C459.791%2023.2065%20462.152%2023.6563%20464.311%2024.5557C466.469%2025.4552%20468.313%2026.692%20469.842%2028.266V24.2859H479.961V85H468.223ZM458.577%2055.5199C460.555%2055.5199%20462.354%2055.0252%20463.973%2054.0358C465.592%2053.0464%20466.874%2051.7197%20467.819%2050.0557C468.808%2048.3916%20469.303%2046.5477%20469.303%2044.5239C469.303%2042.5001%20468.808%2040.6562%20467.819%2038.9922C466.874%2037.3282%20465.592%2036.0015%20463.973%2035.0121C462.354%2034.0226%20460.555%2033.5279%20458.577%2033.5279C456.598%2033.5279%20454.799%2034.0226%20453.18%2035.0121C451.561%2036.0015%20450.256%2037.3282%20449.267%2038.9922C448.323%2040.6562%20447.85%2042.5001%20447.85%2044.5239C447.85%2046.5477%20448.323%2048.3916%20449.267%2050.0557C450.256%2051.7197%20451.561%2053.0464%20453.18%2054.0358C454.799%2055.0252%20456.598%2055.5199%20458.577%2055.5199Z'%20fill='%23FF6503'/%3e%3cpath%20d='M418.211%2064.7618V24.2857H429.949V64.7618H418.211ZM424.08%2018.4167C422.326%2018.4167%20420.842%2017.8096%20419.628%2016.5953C418.414%2015.381%20417.807%2013.8969%20417.807%2012.1429C417.807%2010.344%20418.414%208.85987%20419.628%207.69056C420.842%206.47628%20422.326%205.86914%20424.08%205.86914C425.879%205.86914%20427.363%206.47628%20428.533%207.69056C429.747%208.85987%20430.354%2010.344%20430.354%2012.1429C430.354%2013.8969%20429.747%2015.381%20428.533%2016.5953C427.363%2017.8096%20425.879%2018.4167%20424.08%2018.4167Z'%20fill='%23FF6503'/%3e%3cpath%20d='M387.055%2064.7617V24.2856H397.578V31.234C398.973%2028.8954%20400.727%2027.0965%20402.84%2025.8372C404.999%2024.533%20407.518%2023.8809%20410.396%2023.8809L412.959%2034.2697C412.105%2033.9999%20411.138%2033.865%20410.059%2033.865C406.686%2033.865%20403.965%2034.9668%20401.896%2037.1705C399.827%2039.3292%20398.793%2042.4324%20398.793%2046.48V64.7617H387.055Z'%20fill='%23ffffff'/%3e%3cpath%20d='M361.455%2066.1107C356.913%2066.1107%20352.91%2065.1663%20349.447%2063.2774C345.984%2061.3885%20343.286%2058.8026%20341.352%2055.5195C339.418%2052.1915%20338.451%2048.3912%20338.451%2044.1188C338.451%2040.0262%20339.396%2036.4058%20341.284%2033.2577C343.173%2030.0646%20345.714%2027.5461%20348.907%2025.7021C352.146%2023.8582%20355.721%2022.9363%20359.634%2022.9363C363.636%2022.9363%20367.212%2023.8582%20370.36%2025.7021C373.508%2027.5011%20375.981%2029.9746%20377.78%2033.1228C379.624%2036.2709%20380.546%2039.8463%20380.546%2043.8489V47.964H355.856C354.732%2047.964%20353.652%2047.8965%20352.618%2047.7616C351.583%2047.6267%20350.549%2047.4693%20349.515%2047.2894C350.054%2049.9878%20351.381%2052.1915%20353.495%2053.9005C355.653%2055.5645%20358.397%2056.3965%20361.725%2056.3965C364.288%2056.3965%20366.582%2055.8793%20368.606%2054.8449C370.675%2053.8105%20372.361%2052.5288%20373.665%2050.9997L376.229%2061.5235C374.205%2063.0526%20371.911%2064.1994%20369.348%2064.9639C366.829%2065.7285%20364.198%2066.1107%20361.455%2066.1107ZM349.245%2040.2061C351.493%2039.7114%20353.697%2039.464%20355.856%2039.464H363.007C364.266%2039.464%20365.458%2039.509%20366.582%2039.5989C367.706%2039.6889%20368.763%2039.8463%20369.753%2040.0711C369.078%2037.6426%20367.841%2035.7312%20366.042%2034.337C364.288%2032.9429%20362.107%2032.2458%20359.499%2032.2458C357.025%2032.2458%20354.866%2032.9654%20353.023%2034.4045C351.224%2035.7987%20349.964%2037.7325%20349.245%2040.2061Z'%20fill='%23ffffff'/%3e%3cpath%20d='M315.456%2066.7855L293.262%2024.2856H306.282L312.623%2037.3054C313.207%2038.4298%20313.747%2039.5541%20314.242%2040.6784C314.737%2041.7578%20315.231%2042.9946%20315.726%2044.3888C316.221%2042.9946%20316.715%2041.7578%20317.21%2040.6784C317.705%2039.5541%20318.244%2038.4298%20318.829%2037.3054L325.17%2024.2856H337.65L315.456%2066.7855Z'%20fill='%23ffffff'/%3e%3cpath%20d='M269.9%2066.1107C265.897%2066.1107%20262.232%2065.1438%20258.904%2063.21C255.576%2061.2761%20252.923%2058.6677%20250.944%2055.3846C249.01%2052.1015%20248.043%2048.4812%20248.043%2044.5235C248.043%2040.5209%20249.01%2036.9005%20250.944%2033.6624C252.923%2030.3794%20255.576%2027.7709%20258.904%2025.8371C262.232%2023.9032%20265.897%2022.9363%20269.9%2022.9363C273.948%2022.9363%20277.613%2023.9032%20280.896%2025.8371C284.224%2027.7709%20286.855%2030.3794%20288.789%2033.6624C290.768%2036.9005%20291.757%2040.5209%20291.757%2044.5235C291.757%2048.4812%20290.768%2052.1015%20288.789%2055.3846C286.855%2058.6677%20284.224%2061.2761%20280.896%2063.21C277.613%2065.1438%20273.948%2066.1107%20269.9%2066.1107ZM269.9%2055.587C271.924%2055.587%20273.745%2055.0923%20275.364%2054.1028C277.028%2053.1134%20278.333%2051.7867%20279.277%2050.1227C280.266%2048.4137%20280.761%2046.5473%20280.761%2044.5235C280.761%2042.4547%20280.266%2040.5883%20279.277%2038.9243C278.333%2037.2603%20277.028%2035.9336%20275.364%2034.9442C273.745%2033.9548%20271.924%2033.4601%20269.9%2033.4601C267.876%2033.4601%20266.032%2033.9548%20264.368%2034.9442C262.749%2035.9336%20261.445%2037.2603%20260.456%2038.9243C259.511%2040.5883%20259.039%2042.4547%20259.039%2044.5235C259.039%2046.5473%20259.511%2048.4137%20260.456%2050.1227C261.445%2051.7867%20262.749%2053.1134%20264.368%2054.1028C266.032%2055.0923%20267.876%2055.587%20269.9%2055.587Z'%20fill='%23ffffff'/%3e%3cpath%20d='M229.394%2066.1107C225.392%2066.1107%20221.726%2065.1438%20218.398%2063.21C215.07%2061.2761%20212.417%2058.6677%20210.438%2055.3846C208.504%2052.1015%20207.537%2048.4812%20207.537%2044.5235C207.537%2040.5209%20208.504%2036.9005%20210.438%2033.6624C212.417%2030.3794%20215.07%2027.7709%20218.398%2025.8371C221.726%2023.9032%20225.392%2022.9363%20229.394%2022.9363C232.183%2022.9363%20234.813%2023.4085%20237.287%2024.3529C239.806%2025.2524%20242.032%2026.6016%20243.966%2028.4005L240.93%2040.341C239.806%2038.4971%20238.299%2036.9005%20236.41%2035.5513C234.566%2034.1571%20232.385%2033.4601%20229.866%2033.4601C227.753%2033.4601%20225.864%2033.9548%20224.2%2034.9442C222.536%2035.9336%20221.232%2037.2603%20220.287%2038.9243C219.343%2040.5883%20218.87%2042.4547%20218.87%2044.5235C218.87%2046.5473%20219.343%2048.4137%20220.287%2050.1227C221.232%2051.7867%20222.536%2053.1134%20224.2%2054.1028C225.864%2055.0923%20227.753%2055.587%20229.866%2055.587C232.385%2055.587%20234.566%2054.9124%20236.41%2053.5632C238.299%2052.169%20239.806%2050.55%20240.93%2048.706L243.966%2060.6465C242.032%2062.4454%20239.806%2063.8171%20237.287%2064.7615C234.813%2065.661%20232.183%2066.1107%20229.394%2066.1107Z'%20fill='%23ffffff'/%3e%3cpath%20d='M187.086%2066.1107C184.343%2066.1107%20181.555%2065.661%20178.721%2064.7615C175.933%2063.8621%20173.752%2062.6478%20172.178%2061.1187L175.079%2050.0552C176.383%2051.8542%20178.182%2053.4283%20180.475%2054.7775C182.814%2056.1267%20185.22%2056.8013%20187.694%2056.8013C189.358%2056.8013%20190.549%2056.4864%20191.269%2055.8568C192.033%2055.2272%20192.416%2054.4626%20192.416%2053.5632C192.416%2052.5288%20192.033%2051.7867%20191.269%2051.337C190.504%2050.8423%20189.717%2050.4375%20188.908%2050.1227L183.241%2047.964C181.982%2047.4693%20180.543%2046.7947%20178.924%2045.9402C177.305%2045.0857%20175.888%2043.8714%20174.674%2042.2973C173.504%2040.7233%20172.92%2038.6545%20172.92%2036.091C172.92%2033.7524%20173.504%2031.5937%20174.674%2029.6148C175.843%2027.636%20177.53%2026.0394%20179.733%2024.8252C181.982%2023.5659%20184.68%2022.9363%20187.828%2022.9363C190.752%2022.9363%20193.473%2023.431%20195.991%2024.4204C198.555%2025.4098%20200.421%2026.5117%20201.59%2027.7259L198.892%2038.3846C197.363%2036.4058%20195.541%2034.8992%20193.428%2033.8648C191.359%2032.7855%20189.38%2032.2458%20187.491%2032.2458C186.052%2032.2458%20184.995%2032.5381%20184.321%2033.1228C183.646%2033.7074%20183.309%2034.382%20183.309%2035.1466C183.309%2035.7312%20183.534%2036.3159%20183.983%2036.9005C184.478%2037.4402%20185.287%2037.9349%20186.412%2038.3846L191.674%2040.341C193.203%2040.8807%20194.822%2041.6002%20196.531%2042.4997C198.285%2043.3992%20199.769%2044.6584%20200.983%2046.2775C202.197%2047.8515%20202.805%2050.0328%20202.805%2052.8211C202.805%2056.7338%20201.343%2059.9269%20198.42%2062.4004C195.541%2064.874%20191.764%2066.1107%20187.086%2066.1107Z'%20fill='%23ffffff'/%3e%3cpath%20d='M153.061%2064.7618V24.2857H164.799V64.7618H153.061ZM158.93%2018.4167C157.176%2018.4167%20155.692%2017.8096%20154.478%2016.5953C153.263%2015.381%20152.656%2013.8969%20152.656%2012.1429C152.656%2010.344%20153.263%208.85987%20154.478%207.69056C155.692%206.47628%20157.176%205.86914%20158.93%205.86914C160.729%205.86914%20162.213%206.47628%20163.382%207.69056C164.597%208.85987%20165.204%2010.344%20165.204%2012.1429C165.204%2013.8969%20164.597%2015.381%20163.382%2016.5953C162.213%2017.8096%20160.729%2018.4167%20158.93%2018.4167Z'%20fill='%23ffffff'/%3e%3cpath%20d='M121.307%2065.8411C117.53%2065.8411%20114.112%2064.8741%20111.054%2062.9403C107.995%2061.0064%20105.544%2058.4429%20103.7%2055.2498C101.901%2052.0117%20101.002%2048.4364%20101.002%2044.5237C101.002%2040.611%20101.901%2037.0356%20103.7%2033.7975C105.544%2030.5594%20107.995%2027.9959%20111.054%2026.1071C114.112%2024.1732%20117.53%2023.2063%20121.307%2023.2063C123.466%2023.2063%20125.467%2023.5211%20127.311%2024.1507C129.155%2024.7804%20130.819%2025.6798%20132.303%2026.8491V0H144.042V64.7617H133.922V60.7816C132.393%2062.3556%20130.549%2063.5924%20128.391%2064.4919C126.232%2065.3913%20123.871%2065.8411%20121.307%2065.8411ZM122.657%2055.5197C124.635%2055.5197%20126.434%2055.025%20128.053%2054.0355C129.672%2053.0461%20130.954%2051.7194%20131.899%2050.0554C132.888%2048.3914%20133.383%2046.5475%20133.383%2044.5237C133.383%2042.4999%20132.888%2040.656%20131.899%2038.9919C130.954%2037.3279%20129.672%2036.0012%20128.053%2035.0118C126.434%2034.0224%20124.635%2033.5277%20122.657%2033.5277C120.678%2033.5277%20118.879%2034.0224%20117.26%2035.0118C115.641%2036.0012%20114.337%2037.3279%20113.347%2038.9919C112.403%2040.656%20111.93%2042.4999%20111.93%2044.5237C111.93%2046.5475%20112.403%2048.3914%20113.347%2050.0554C114.337%2051.7194%20115.641%2053.0461%20117.26%2054.0355C118.879%2055.025%20120.678%2055.5197%20122.657%2055.5197Z'%20fill='%23ffffff'/%3e%3c/svg%3e",$R="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.6719C56.7853%2065.8166%2033.207%2074.5909%2033.207%2074.5909C33.207%2074.5909%2033.4213%2076.1014%2033.9555%2078.2836C34.4897%2080.4658%2035.0263%2082.6084%2035.0263%2082.6084C42.7193%2078.6579%2054.6229%2070.4325%2063.0229%2054.6719Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M430.647%2084.9999V62.4135C429.177%2063.5272%20427.528%2064.3959%20425.702%2065.0196C423.875%2065.6879%20421.893%2066.022%20419.755%2066.022C416.012%2066.022%20412.627%2065.0642%20409.597%2063.1486C406.568%2061.2329%20404.14%2058.6936%20402.314%2055.5306C400.532%2052.3231%20399.641%2048.7814%20399.641%2044.9056C399.641%2041.0299%20400.532%2037.4882%20402.314%2034.2806C404.14%2031.0731%20406.568%2028.5338%20409.597%2026.6627C412.627%2024.7471%20416.012%2023.7893%20419.755%2023.7893C422.294%2023.7893%20424.633%2024.2348%20426.771%2025.1258C428.909%2026.0168%20430.736%2027.2419%20432.251%2028.8011V24.8585H442.274V84.9999H430.647ZM421.091%2055.7979C423.051%2055.7979%20424.833%2055.3079%20426.437%2054.3278C428.041%2053.3477%20429.31%2052.0335%20430.246%2050.3852C431.226%2048.7369%20431.716%2046.9104%20431.716%2044.9056C431.716%2042.9009%20431.226%2041.0744%20430.246%2039.4261C429.31%2037.7778%20428.041%2036.4636%20426.437%2035.4835C424.833%2034.5034%20423.051%2034.0134%20421.091%2034.0134C419.131%2034.0134%20417.349%2034.5034%20415.745%2035.4835C414.141%2036.4636%20412.849%2037.7778%20411.869%2039.4261C410.934%2041.0744%20410.466%2042.9009%20410.466%2044.9056C410.466%2046.9104%20410.934%2048.7369%20411.869%2050.3852C412.849%2052.0335%20414.141%2053.3477%20415.745%2054.3278C417.349%2055.3079%20419.131%2055.7979%20421.091%2055.7979Z'%20fill='%23FF6503'/%3e%3cpath%20d='M381.106%2064.9527V24.8584H392.733V64.9527H381.106ZM386.92%2019.0447C385.182%2019.0447%20383.712%2018.4433%20382.509%2017.2405C381.306%2016.0376%20380.705%2014.5675%20380.705%2012.8301C380.705%2011.0481%20381.306%209.578%20382.509%208.41972C383.712%207.21689%20385.182%206.61548%20386.92%206.61548C388.702%206.61548%20390.172%207.21689%20391.33%208.41972C392.533%209.578%20393.134%2011.0481%20393.134%2012.8301C393.134%2014.5675%20392.533%2016.0376%20391.33%2017.2405C390.172%2018.4433%20388.702%2019.0447%20386.92%2019.0447Z'%20fill='%23FF6503'/%3e%3cpath%20d='M333.831%2084.9996L347.196%2058.1364L330.824%2024.8582H343.654L350.738%2039.5594C351.361%2040.8959%20351.896%2042.121%20352.341%2043.2347C352.832%2044.3039%20353.232%2045.3508%20353.544%2046.3754C353.901%2045.3508%20354.324%2044.3039%20354.814%2043.2347C355.304%2042.121%20355.883%2040.8959%20356.551%2039.5594L363.768%2024.8582H376.131L346.327%2084.9996H333.831Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M309.439%2064.9528V34.0802H301.955V24.8585H309.64V14.6344C309.64%209.86766%20311.021%206.23689%20313.783%203.74213C316.59%201.24738%20320.042%200%20324.141%200C325.655%200%20327.103%200.178197%20328.484%200.534592C329.91%200.846437%20331.157%201.35875%20332.226%202.07154L329.954%2011.4937C328.618%209.84538%20327.059%209.02122%20325.277%209.02122C324.207%209.02122%20323.205%209.39989%20322.27%2010.1572C321.334%2010.9146%20320.866%2012.3179%20320.866%2014.3671V24.8585H328.818V34.0802H321.067V64.9528H309.439Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M284.221%2064.9527V24.8584H295.849V64.9527H284.221ZM290.035%2019.0447C288.298%2019.0447%20286.827%2018.4433%20285.625%2017.2405C284.422%2016.0376%20283.82%2014.5675%20283.82%2012.8301C283.82%2011.0481%20284.422%209.578%20285.625%208.41972C286.827%207.21689%20288.298%206.61548%20290.035%206.61548C291.817%206.61548%20293.287%207.21689%20294.445%208.41972C295.648%209.578%20296.25%2011.0481%20296.25%2012.8301C296.25%2014.5675%20295.648%2016.0376%20294.445%2017.2405C293.287%2018.4433%20291.817%2019.0447%20290.035%2019.0447Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M261.825%2066.289C259.107%2066.289%20256.345%2065.8435%20253.539%2064.9525C250.777%2064.0615%20248.616%2062.8587%20247.057%2061.344L249.93%2050.3849C251.222%2052.1669%20253.004%2053.7261%20255.276%2055.0626C257.593%2056.3991%20259.976%2057.0673%20262.426%2057.0673C264.074%2057.0673%20265.255%2056.7555%20265.968%2056.1318C266.725%2055.5081%20267.104%2054.7507%20267.104%2053.8598C267.104%2052.8351%20266.725%2052.1001%20265.968%2051.6546C265.21%2051.1645%20264.431%2050.7636%20263.629%2050.4517L258.016%2048.3134C256.768%2047.8233%20255.343%2047.1551%20253.739%2046.3087C252.135%2045.4622%20250.732%2044.2594%20249.529%2042.7002C248.371%2041.141%20247.792%2039.0917%20247.792%2036.5524C247.792%2034.2358%20248.371%2032.0975%20249.529%2030.1373C250.687%2028.1771%20252.358%2026.5956%20254.541%2025.3928C256.768%2024.1454%20259.441%2023.5217%20262.56%2023.5217C265.455%2023.5217%20268.151%2024.0118%20270.645%2024.9919C273.185%2025.9719%20275.034%2027.0634%20276.192%2028.2662L273.519%2038.8244C272.004%2036.8642%20270.2%2035.3718%20268.106%2034.3472C266.057%2033.278%20264.097%2032.7434%20262.226%2032.7434C260.8%2032.7434%20259.753%2033.033%20259.085%2033.6121C258.417%2034.1913%20258.083%2034.8595%20258.083%2035.6168C258.083%2036.196%20258.305%2036.7751%20258.751%2037.3543C259.241%2037.8889%20260.043%2038.3789%20261.156%2038.8244L266.369%2040.7623C267.883%2041.2969%20269.487%2042.0097%20271.18%2042.9006C272.917%2043.7916%20274.388%2045.039%20275.59%2046.6428C276.793%2048.202%20277.395%2050.3626%20277.395%2053.1247C277.395%2057.0005%20275.947%2060.1635%20273.051%2062.6137C270.2%2065.0639%20266.458%2066.289%20261.825%2066.289Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M226.399%2066.289C223.681%2066.289%20220.919%2065.8435%20218.113%2064.9525C215.351%2064.0615%20213.19%2062.8587%20211.631%2061.344L214.504%2050.3849C215.796%2052.1669%20217.578%2053.7261%20219.85%2055.0626C222.167%2056.3991%20224.55%2057.0673%20227%2057.0673C228.649%2057.0673%20229.829%2056.7555%20230.542%2056.1318C231.299%2055.5081%20231.678%2054.7507%20231.678%2053.8598C231.678%2052.8351%20231.299%2052.1001%20230.542%2051.6546C229.785%2051.1645%20229.005%2050.7636%20228.203%2050.4517L222.59%2048.3134C221.343%2047.8233%20219.917%2047.1551%20218.313%2046.3087C216.709%2045.4622%20215.306%2044.2594%20214.103%2042.7002C212.945%2041.141%20212.366%2039.0917%20212.366%2036.5524C212.366%2034.2358%20212.945%2032.0975%20214.103%2030.1373C215.262%2028.1771%20216.932%2026.5956%20219.115%2025.3928C221.343%2024.1454%20224.016%2023.5217%20227.134%2023.5217C230.03%2023.5217%20232.725%2024.0118%20235.22%2024.9919C237.759%2025.9719%20239.608%2027.0634%20240.766%2028.2662L238.093%2038.8244C236.578%2036.8642%20234.774%2035.3718%20232.68%2034.3472C230.631%2033.278%20228.671%2032.7434%20226.8%2032.7434C225.374%2032.7434%20224.327%2033.033%20223.659%2033.6121C222.991%2034.1913%20222.657%2034.8595%20222.657%2035.6168C222.657%2036.196%20222.88%2036.7751%20223.325%2037.3543C223.815%2037.8889%20224.617%2038.3789%20225.731%2038.8244L230.943%2040.7623C232.458%2041.2969%20234.061%2042.0097%20235.754%2042.9006C237.492%2043.7916%20238.962%2045.039%20240.165%2046.6428C241.367%2048.202%20241.969%2050.3626%20241.969%2053.1247C241.969%2057.0005%20240.521%2060.1635%20237.625%2062.6137C234.774%2065.0639%20231.032%2066.289%20226.399%2066.289Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M181.846%2066.022C178.148%2066.022%20174.785%2065.0642%20171.756%2063.1486C168.726%2061.2329%20166.298%2058.6936%20164.472%2055.5306C162.69%2052.3231%20161.799%2048.7814%20161.799%2044.9056C161.799%2041.0299%20162.69%2037.4882%20164.472%2034.2806C166.298%2031.0731%20168.726%2028.5338%20171.756%2026.6627C174.785%2024.7471%20178.148%2023.7893%20181.846%2023.7893C184.43%2023.7893%20186.791%2024.2571%20188.929%2025.1926C191.068%2026.0836%20192.894%2027.331%20194.409%2028.9347V24.8585H204.432V64.9528H194.409V60.8765C192.894%2062.4803%20191.068%2063.75%20188.929%2064.6855C186.791%2065.5765%20184.43%2066.022%20181.846%2066.022ZM183.249%2055.7979C185.209%2055.7979%20186.991%2055.3079%20188.595%2054.3278C190.199%2053.3477%20191.469%2052.0335%20192.404%2050.3852C193.384%2048.7369%20193.874%2046.9104%20193.874%2044.9056C193.874%2042.9009%20193.384%2041.0744%20192.404%2039.4261C191.469%2037.7778%20190.199%2036.4636%20188.595%2035.4835C186.991%2034.5034%20185.209%2034.0134%20183.249%2034.0134C181.289%2034.0134%20179.507%2034.5034%20177.903%2035.4835C176.3%2036.4636%20175.008%2037.7778%20174.028%2039.4261C173.092%2041.0744%20172.624%2042.9009%20172.624%2044.9056C172.624%2046.9104%20173.092%2048.7369%20174.028%2050.3852C175.008%2052.0335%20176.3%2053.3477%20177.903%2054.3278C179.507%2055.3079%20181.289%2055.7979%20183.249%2055.7979Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M143.264%2064.9527V0.801758H154.891V64.9527H143.264Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M122.651%2066.289C118.686%2066.289%20115.055%2065.3312%20111.759%2063.4156C108.462%2061.4999%20105.834%2058.9161%20103.873%2055.664C101.958%2052.4119%20101%2048.8257%20101%2044.9054C101%2040.9405%20101.958%2037.3543%20103.873%2034.1467C105.834%2030.8946%20108.462%2028.3108%20111.759%2026.3952C115.055%2024.4795%20118.686%2023.5217%20122.651%2023.5217C125.413%2023.5217%20128.019%2023.9895%20130.469%2024.925C132.964%2025.816%20135.169%2027.1525%20137.085%2028.9345L134.078%2040.7623C132.964%2038.9358%20131.472%2037.3543%20129.601%2036.0178C127.774%2034.6368%20125.613%2033.9462%20123.119%2033.9462C121.025%2033.9462%20119.154%2034.4363%20117.505%2035.4164C115.857%2036.3965%20114.565%2037.7107%20113.63%2039.359C112.694%2041.0073%20112.226%2042.8561%20112.226%2044.9054C112.226%2046.9101%20112.694%2048.7589%20113.63%2050.4517C114.565%2052.1001%20115.857%2053.4143%20117.505%2054.3943C119.154%2055.3744%20121.025%2055.8645%20123.119%2055.8645C125.613%2055.8645%20127.774%2055.1962%20129.601%2053.8598C131.472%2052.4787%20132.964%2050.875%20134.078%2049.0484L137.085%2060.8763C135.169%2062.6582%20132.964%2064.017%20130.469%2064.9525C128.019%2065.8435%20125.413%2066.289%20122.651%2066.289Z'%20fill='%233A3A3A'/%3e%3c/svg%3e",GR="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%23ffffff'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.6719C56.7853%2065.8166%2033.207%2074.5909%2033.207%2074.5909C33.207%2074.5909%2033.4213%2076.1014%2033.9555%2078.2836C34.4897%2080.4658%2035.0263%2082.6084%2035.0263%2082.6084C42.7193%2078.6579%2054.6229%2070.4325%2063.0229%2054.6719Z'%20fill='%23ffffff'/%3e%3cpath%20d='M430.647%2084.9999V62.4135C429.177%2063.5272%20427.528%2064.3959%20425.702%2065.0196C423.875%2065.6879%20421.893%2066.022%20419.755%2066.022C416.012%2066.022%20412.627%2065.0642%20409.597%2063.1486C406.568%2061.2329%20404.14%2058.6936%20402.314%2055.5306C400.532%2052.3231%20399.641%2048.7814%20399.641%2044.9056C399.641%2041.0299%20400.532%2037.4882%20402.314%2034.2806C404.14%2031.0731%20406.568%2028.5338%20409.597%2026.6627C412.627%2024.7471%20416.012%2023.7893%20419.755%2023.7893C422.294%2023.7893%20424.633%2024.2348%20426.771%2025.1258C428.909%2026.0168%20430.736%2027.2419%20432.251%2028.8011V24.8585H442.274V84.9999H430.647ZM421.091%2055.7979C423.051%2055.7979%20424.833%2055.3079%20426.437%2054.3278C428.041%2053.3477%20429.31%2052.0335%20430.246%2050.3852C431.226%2048.7369%20431.716%2046.9104%20431.716%2044.9056C431.716%2042.9009%20431.226%2041.0744%20430.246%2039.4261C429.31%2037.7778%20428.041%2036.4636%20426.437%2035.4835C424.833%2034.5034%20423.051%2034.0134%20421.091%2034.0134C419.131%2034.0134%20417.349%2034.5034%20415.745%2035.4835C414.141%2036.4636%20412.849%2037.7778%20411.869%2039.4261C410.934%2041.0744%20410.466%2042.9009%20410.466%2044.9056C410.466%2046.9104%20410.934%2048.7369%20411.869%2050.3852C412.849%2052.0335%20414.141%2053.3477%20415.745%2054.3278C417.349%2055.3079%20419.131%2055.7979%20421.091%2055.7979Z'%20fill='%23FF6503'/%3e%3cpath%20d='M381.106%2064.9527V24.8584H392.733V64.9527H381.106ZM386.92%2019.0447C385.182%2019.0447%20383.712%2018.4433%20382.509%2017.2405C381.306%2016.0376%20380.705%2014.5675%20380.705%2012.8301C380.705%2011.0481%20381.306%209.578%20382.509%208.41972C383.712%207.21689%20385.182%206.61548%20386.92%206.61548C388.702%206.61548%20390.172%207.21689%20391.33%208.41972C392.533%209.578%20393.134%2011.0481%20393.134%2012.8301C393.134%2014.5675%20392.533%2016.0376%20391.33%2017.2405C390.172%2018.4433%20388.702%2019.0447%20386.92%2019.0447Z'%20fill='%23FF6503'/%3e%3cpath%20d='M333.831%2084.9996L347.196%2058.1364L330.824%2024.8582H343.654L350.738%2039.5594C351.361%2040.8959%20351.896%2042.121%20352.341%2043.2347C352.832%2044.3039%20353.232%2045.3508%20353.544%2046.3754C353.901%2045.3508%20354.324%2044.3039%20354.814%2043.2347C355.304%2042.121%20355.883%2040.8959%20356.551%2039.5594L363.768%2024.8582H376.131L346.327%2084.9996H333.831Z'%20fill='%23ffffff'/%3e%3cpath%20d='M309.439%2064.9528V34.0802H301.955V24.8585H309.64V14.6344C309.64%209.86766%20311.021%206.23689%20313.783%203.74213C316.59%201.24738%20320.042%200%20324.141%200C325.655%200%20327.103%200.178197%20328.484%200.534592C329.91%200.846437%20331.157%201.35875%20332.226%202.07154L329.954%2011.4937C328.618%209.84538%20327.059%209.02122%20325.277%209.02122C324.207%209.02122%20323.205%209.39989%20322.27%2010.1572C321.334%2010.9146%20320.866%2012.3179%20320.866%2014.3671V24.8585H328.818V34.0802H321.067V64.9528H309.439Z'%20fill='%23ffffff'/%3e%3cpath%20d='M284.221%2064.9527V24.8584H295.849V64.9527H284.221ZM290.035%2019.0447C288.298%2019.0447%20286.827%2018.4433%20285.625%2017.2405C284.422%2016.0376%20283.82%2014.5675%20283.82%2012.8301C283.82%2011.0481%20284.422%209.578%20285.625%208.41972C286.827%207.21689%20288.298%206.61548%20290.035%206.61548C291.817%206.61548%20293.287%207.21689%20294.445%208.41972C295.648%209.578%20296.25%2011.0481%20296.25%2012.8301C296.25%2014.5675%20295.648%2016.0376%20294.445%2017.2405C293.287%2018.4433%20291.817%2019.0447%20290.035%2019.0447Z'%20fill='%23ffffff'/%3e%3cpath%20d='M261.825%2066.289C259.107%2066.289%20256.345%2065.8435%20253.539%2064.9525C250.777%2064.0615%20248.616%2062.8587%20247.057%2061.344L249.93%2050.3849C251.222%2052.1669%20253.004%2053.7261%20255.276%2055.0626C257.593%2056.3991%20259.976%2057.0673%20262.426%2057.0673C264.074%2057.0673%20265.255%2056.7555%20265.968%2056.1318C266.725%2055.5081%20267.104%2054.7507%20267.104%2053.8598C267.104%2052.8351%20266.725%2052.1001%20265.968%2051.6546C265.21%2051.1645%20264.431%2050.7636%20263.629%2050.4517L258.016%2048.3134C256.768%2047.8233%20255.343%2047.1551%20253.739%2046.3087C252.135%2045.4622%20250.732%2044.2594%20249.529%2042.7002C248.371%2041.141%20247.792%2039.0917%20247.792%2036.5524C247.792%2034.2358%20248.371%2032.0975%20249.529%2030.1373C250.687%2028.1771%20252.358%2026.5956%20254.541%2025.3928C256.768%2024.1454%20259.441%2023.5217%20262.56%2023.5217C265.455%2023.5217%20268.151%2024.0118%20270.645%2024.9919C273.185%2025.9719%20275.034%2027.0634%20276.192%2028.2662L273.519%2038.8244C272.004%2036.8642%20270.2%2035.3718%20268.106%2034.3472C266.057%2033.278%20264.097%2032.7434%20262.226%2032.7434C260.8%2032.7434%20259.753%2033.033%20259.085%2033.6121C258.417%2034.1913%20258.083%2034.8595%20258.083%2035.6168C258.083%2036.196%20258.305%2036.7751%20258.751%2037.3543C259.241%2037.8889%20260.043%2038.3789%20261.156%2038.8244L266.369%2040.7623C267.883%2041.2969%20269.487%2042.0097%20271.18%2042.9006C272.917%2043.7916%20274.388%2045.039%20275.59%2046.6428C276.793%2048.202%20277.395%2050.3626%20277.395%2053.1247C277.395%2057.0005%20275.947%2060.1635%20273.051%2062.6137C270.2%2065.0639%20266.458%2066.289%20261.825%2066.289Z'%20fill='%23ffffff'/%3e%3cpath%20d='M226.399%2066.289C223.681%2066.289%20220.919%2065.8435%20218.113%2064.9525C215.351%2064.0615%20213.19%2062.8587%20211.631%2061.344L214.504%2050.3849C215.796%2052.1669%20217.578%2053.7261%20219.85%2055.0626C222.167%2056.3991%20224.55%2057.0673%20227%2057.0673C228.649%2057.0673%20229.829%2056.7555%20230.542%2056.1318C231.299%2055.5081%20231.678%2054.7507%20231.678%2053.8598C231.678%2052.8351%20231.299%2052.1001%20230.542%2051.6546C229.785%2051.1645%20229.005%2050.7636%20228.203%2050.4517L222.59%2048.3134C221.343%2047.8233%20219.917%2047.1551%20218.313%2046.3087C216.709%2045.4622%20215.306%2044.2594%20214.103%2042.7002C212.945%2041.141%20212.366%2039.0917%20212.366%2036.5524C212.366%2034.2358%20212.945%2032.0975%20214.103%2030.1373C215.262%2028.1771%20216.932%2026.5956%20219.115%2025.3928C221.343%2024.1454%20224.016%2023.5217%20227.134%2023.5217C230.03%2023.5217%20232.725%2024.0118%20235.22%2024.9919C237.759%2025.9719%20239.608%2027.0634%20240.766%2028.2662L238.093%2038.8244C236.578%2036.8642%20234.774%2035.3718%20232.68%2034.3472C230.631%2033.278%20228.671%2032.7434%20226.8%2032.7434C225.374%2032.7434%20224.327%2033.033%20223.659%2033.6121C222.991%2034.1913%20222.657%2034.8595%20222.657%2035.6168C222.657%2036.196%20222.88%2036.7751%20223.325%2037.3543C223.815%2037.8889%20224.617%2038.3789%20225.731%2038.8244L230.943%2040.7623C232.458%2041.2969%20234.061%2042.0097%20235.754%2042.9006C237.492%2043.7916%20238.962%2045.039%20240.165%2046.6428C241.367%2048.202%20241.969%2050.3626%20241.969%2053.1247C241.969%2057.0005%20240.521%2060.1635%20237.625%2062.6137C234.774%2065.0639%20231.032%2066.289%20226.399%2066.289Z'%20fill='%23ffffff'/%3e%3cpath%20d='M181.846%2066.022C178.148%2066.022%20174.785%2065.0642%20171.756%2063.1486C168.726%2061.2329%20166.298%2058.6936%20164.472%2055.5306C162.69%2052.3231%20161.799%2048.7814%20161.799%2044.9056C161.799%2041.0299%20162.69%2037.4882%20164.472%2034.2806C166.298%2031.0731%20168.726%2028.5338%20171.756%2026.6627C174.785%2024.7471%20178.148%2023.7893%20181.846%2023.7893C184.43%2023.7893%20186.791%2024.2571%20188.929%2025.1926C191.068%2026.0836%20192.894%2027.331%20194.409%2028.9347V24.8585H204.432V64.9528H194.409V60.8765C192.894%2062.4803%20191.068%2063.75%20188.929%2064.6855C186.791%2065.5765%20184.43%2066.022%20181.846%2066.022ZM183.249%2055.7979C185.209%2055.7979%20186.991%2055.3079%20188.595%2054.3278C190.199%2053.3477%20191.469%2052.0335%20192.404%2050.3852C193.384%2048.7369%20193.874%2046.9104%20193.874%2044.9056C193.874%2042.9009%20193.384%2041.0744%20192.404%2039.4261C191.469%2037.7778%20190.199%2036.4636%20188.595%2035.4835C186.991%2034.5034%20185.209%2034.0134%20183.249%2034.0134C181.289%2034.0134%20179.507%2034.5034%20177.903%2035.4835C176.3%2036.4636%20175.008%2037.7778%20174.028%2039.4261C173.092%2041.0744%20172.624%2042.9009%20172.624%2044.9056C172.624%2046.9104%20173.092%2048.7369%20174.028%2050.3852C175.008%2052.0335%20176.3%2053.3477%20177.903%2054.3278C179.507%2055.3079%20181.289%2055.7979%20183.249%2055.7979Z'%20fill='%23ffffff'/%3e%3cpath%20d='M143.264%2064.9527V0.801758H154.891V64.9527H143.264Z'%20fill='%23ffffff'/%3e%3cpath%20d='M122.651%2066.289C118.686%2066.289%20115.055%2065.3312%20111.759%2063.4156C108.462%2061.4999%20105.834%2058.9161%20103.873%2055.664C101.958%2052.4119%20101%2048.8257%20101%2044.9054C101%2040.9405%20101.958%2037.3543%20103.873%2034.1467C105.834%2030.8946%20108.462%2028.3108%20111.759%2026.3952C115.055%2024.4795%20118.686%2023.5217%20122.651%2023.5217C125.413%2023.5217%20128.019%2023.9895%20130.469%2024.925C132.964%2025.816%20135.169%2027.1525%20137.085%2028.9345L134.078%2040.7623C132.964%2038.9358%20131.472%2037.3543%20129.601%2036.0178C127.774%2034.6368%20125.613%2033.9462%20123.119%2033.9462C121.025%2033.9462%20119.154%2034.4363%20117.505%2035.4164C115.857%2036.3965%20114.565%2037.7107%20113.63%2039.359C112.694%2041.0073%20112.226%2042.8561%20112.226%2044.9054C112.226%2046.9101%20112.694%2048.7589%20113.63%2050.4517C114.565%2052.1001%20115.857%2053.4143%20117.505%2054.3943C119.154%2055.3744%20121.025%2055.8645%20123.119%2055.8645C125.613%2055.8645%20127.774%2055.1962%20129.601%2053.8598C131.472%2052.4787%20132.964%2050.875%20134.078%2049.0484L137.085%2060.8763C135.169%2062.6582%20132.964%2064.017%20130.469%2064.9525C128.019%2065.8435%20125.413%2066.289%20122.651%2066.289Z'%20fill='%23ffffff'/%3e%3c/svg%3e",zR="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.6719C56.7853%2065.8166%2033.207%2074.5909%2033.207%2074.5909C33.207%2074.5909%2033.4213%2076.1014%2033.9555%2078.2836C34.4897%2080.4658%2035.0263%2082.6084%2035.0263%2082.6084C42.7193%2078.6579%2054.6229%2070.4325%2063.0229%2054.6719Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M394.949%2084.9999V60.5072C393.355%2061.715%20391.568%2062.657%20389.587%2063.3333C387.606%2064.0579%20385.457%2064.4203%20383.138%2064.4203C379.08%2064.4203%20375.408%2063.3816%20372.123%2061.3043C368.838%2059.227%20366.205%2056.4734%20364.225%2053.0435C362.292%2049.5652%20361.326%2045.7247%20361.326%2041.5218C361.326%2037.3189%20362.292%2033.4783%20364.225%2030.0001C366.205%2026.5218%20368.838%2023.7682%20372.123%2021.7392C375.408%2019.6619%20379.08%2018.6233%20383.138%2018.6233C385.891%2018.6233%20388.428%2019.1064%20390.746%2020.0726C393.065%2021.0387%20395.046%2022.3672%20396.688%2024.0581V19.7827H407.558V84.9999H394.949ZM384.587%2053.3333C386.713%2053.3333%20388.645%2052.8019%20390.384%2051.7391C392.123%2050.6763%20393.5%2049.2512%20394.514%2047.4638C395.577%2045.6764%20396.109%2043.6957%20396.109%2041.5218C396.109%2039.3479%20395.577%2037.3672%20394.514%2035.5798C393.5%2033.7923%20392.123%2032.3672%20390.384%2031.3044C388.645%2030.2416%20386.713%2029.7102%20384.587%2029.7102C382.461%2029.7102%20380.529%2030.2416%20378.79%2031.3044C377.051%2032.3672%20375.65%2033.7923%20374.587%2035.5798C373.573%2037.3672%20373.065%2039.3479%20373.065%2041.5218C373.065%2043.6957%20373.573%2045.6764%20374.587%2047.4638C375.65%2049.2512%20377.051%2050.6763%20378.79%2051.7391C380.529%2052.8019%20382.461%2053.3333%20384.587%2053.3333Z'%20fill='%23FF6503'/%3e%3cpath%20d='M341.228%2063.2607V19.7826H353.836V63.2607H341.228ZM347.532%2013.4782C345.648%2013.4782%20344.054%2012.826%20342.749%2011.5217C341.445%2010.2174%20340.793%208.62316%20340.793%206.73911C340.793%204.80675%20341.445%203.21255%20342.749%201.95651C344.054%200.65217%20345.648%200%20347.532%200C349.464%200%20351.059%200.65217%20352.315%201.95651C353.619%203.21255%20354.271%204.80675%20354.271%206.73911C354.271%208.62316%20353.619%2010.2174%20352.315%2011.5217C351.059%2012.826%20349.464%2013.4782%20347.532%2013.4782Z'%20fill='%23FF6503'/%3e%3cpath%20d='M290.336%2063.2607V19.7825H301.64V24.5651C303.186%2022.5361%20305.094%2020.9903%20307.365%2019.9275C309.635%2018.8647%20312.075%2018.3333%20314.684%2018.3333C317.775%2018.3333%20320.65%2019.082%20323.307%2020.5796C326.012%2022.0289%20328.186%2024.1787%20329.829%2027.0289C331.519%2029.8308%20332.365%2033.2366%20332.365%2037.2462V63.2607H319.756V38.9129C319.756%2036.4975%20319.031%2034.3477%20317.582%2032.4636C316.133%2030.5796%20314.056%2029.6376%20311.35%2029.6376C309.176%2029.6376%20307.22%2030.3864%20305.481%2031.8839C303.79%2033.3332%20302.945%2035.6279%20302.945%2038.768V63.2607H290.336Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M268.064%2063.2607V19.7826H280.672V63.2607H268.064ZM274.368%2013.4782C272.484%2013.4782%20270.89%2012.826%20269.585%2011.5217C268.281%2010.2174%20267.629%208.62316%20267.629%206.73911C267.629%204.80675%20268.281%203.21255%20269.585%201.95651C270.89%200.65217%20272.484%200%20274.368%200C276.3%200%20277.895%200.65217%20279.151%201.95651C280.455%203.21255%20281.107%204.80675%20281.107%206.73911C281.107%208.62316%20280.455%2010.2174%20279.151%2011.5217C277.895%2012.826%20276.3%2013.4782%20274.368%2013.4782Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M233.882%2064.4203C229.872%2064.4203%20226.225%2063.3816%20222.94%2061.3043C219.655%2059.227%20217.022%2056.4734%20215.041%2053.0435C213.109%2049.5652%20212.143%2045.7247%20212.143%2041.5218C212.143%2037.3189%20213.109%2033.4783%20215.041%2030.0001C217.022%2026.5218%20219.655%2023.7682%20222.94%2021.7392C226.225%2019.6619%20229.872%2018.6233%20233.882%2018.6233C236.684%2018.6233%20239.244%2019.1305%20241.563%2020.145C243.882%2021.1112%20245.862%2022.4639%20247.505%2024.203V19.7827H258.374V63.2608H247.505V58.8406C245.862%2060.5797%20243.882%2061.9565%20241.563%2062.971C239.244%2063.9372%20236.684%2064.4203%20233.882%2064.4203ZM235.403%2053.3333C237.529%2053.3333%20239.461%2052.8019%20241.2%2051.7391C242.94%2050.6763%20244.316%2049.2512%20245.331%2047.4638C246.394%2045.6764%20246.925%2043.6957%20246.925%2041.5218C246.925%2039.3479%20246.394%2037.3672%20245.331%2035.5798C244.316%2033.7923%20242.94%2032.3672%20241.2%2031.3044C239.461%2030.2416%20237.529%2029.7102%20235.403%2029.7102C233.278%2029.7102%20231.345%2030.2416%20229.606%2031.3044C227.867%2032.3672%20226.466%2033.7923%20225.403%2035.5798C224.389%2037.3672%20223.882%2039.3479%20223.882%2041.5218C223.882%2043.6957%20224.389%2045.6764%20225.403%2047.4638C226.466%2049.2512%20227.867%2050.6763%20229.606%2051.7391C231.345%2052.8019%20233.278%2053.3333%20235.403%2053.3333Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M188.921%2063.2607V29.7825H180.805V19.7825H189.138V5.28979H201.312V19.7825H209.935V29.7825H201.529V63.2607H188.921Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M156.351%2064.7099C151.471%2064.7099%20147.172%2063.6955%20143.452%2061.6665C139.732%2059.6375%20136.834%2056.8597%20134.757%2053.3332C132.679%2049.7583%20131.641%2045.6762%20131.641%2041.0868C131.641%2036.6907%20132.655%2032.8018%20134.684%2029.4202C136.713%2025.9902%20139.443%2023.2849%20142.872%2021.3043C146.351%2019.3236%20150.191%2018.3333%20154.394%2018.3333C158.694%2018.3333%20162.534%2019.3236%20165.916%2021.3043C169.298%2023.2366%20171.955%2025.8936%20173.887%2029.2753C175.868%2032.6569%20176.858%2036.4975%20176.858%2040.797V45.2172H150.336C149.128%2045.2172%20147.969%2045.1448%20146.858%2044.9998C145.747%2044.8549%20144.636%2044.6858%20143.525%2044.4926C144.104%2047.3911%20145.529%2049.7583%20147.8%2051.594C150.119%2053.3815%20153.066%2054.2752%20156.641%2054.2752C159.394%2054.2752%20161.858%2053.7196%20164.032%2052.6085C166.254%2051.4974%20168.066%2050.1206%20169.467%2048.4781L172.22%2059.7824C170.046%2061.4249%20167.583%2062.6568%20164.829%2063.4781C162.124%2064.2993%20159.298%2064.7099%20156.351%2064.7099ZM143.235%2036.8839C145.65%2036.3525%20148.017%2036.0868%20150.336%2036.0868H158.017C159.37%2036.0868%20160.65%2036.1351%20161.858%2036.2318C163.066%2036.3284%20164.201%2036.4975%20165.264%2036.739C164.539%2034.1303%20163.211%2032.0772%20161.278%2030.5796C159.394%2029.082%20157.051%2028.3332%20154.249%2028.3332C151.592%2028.3332%20149.273%2029.1062%20147.293%2030.6521C145.36%2032.1496%20144.008%2034.2269%20143.235%2036.8839Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M101.92%2063.2608V19.7827H113.224V27.2464C114.722%2024.7344%20116.606%2022.802%20118.876%2021.4493C121.195%2020.0484%20123.901%2019.3479%20126.992%2019.3479L129.746%2030.5073C128.828%2030.2174%20127.789%2030.0725%20126.63%2030.0725C123.007%2030.0725%20120.084%2031.2561%20117.862%2033.6232C115.64%2035.9421%20114.529%2039.2754%20114.529%2043.6232V63.2608H101.92Z'%20fill='%233A3A3A'/%3e%3c/svg%3e",WR="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%23ffffff'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.6719C56.7853%2065.8166%2033.207%2074.5909%2033.207%2074.5909C33.207%2074.5909%2033.4213%2076.1014%2033.9555%2078.2836C34.4897%2080.4658%2035.0263%2082.6084%2035.0263%2082.6084C42.7193%2078.6579%2054.6229%2070.4325%2063.0229%2054.6719Z'%20fill='%23ffffff'/%3e%3cpath%20d='M394.949%2084.9999V60.5072C393.355%2061.715%20391.568%2062.657%20389.587%2063.3333C387.606%2064.0579%20385.457%2064.4203%20383.138%2064.4203C379.08%2064.4203%20375.408%2063.3816%20372.123%2061.3043C368.838%2059.227%20366.205%2056.4734%20364.225%2053.0435C362.292%2049.5652%20361.326%2045.7247%20361.326%2041.5218C361.326%2037.3189%20362.292%2033.4783%20364.225%2030.0001C366.205%2026.5218%20368.838%2023.7682%20372.123%2021.7392C375.408%2019.6619%20379.08%2018.6233%20383.138%2018.6233C385.891%2018.6233%20388.428%2019.1064%20390.746%2020.0726C393.065%2021.0387%20395.046%2022.3672%20396.688%2024.0581V19.7827H407.558V84.9999H394.949ZM384.587%2053.3333C386.713%2053.3333%20388.645%2052.8019%20390.384%2051.7391C392.123%2050.6763%20393.5%2049.2512%20394.514%2047.4638C395.577%2045.6764%20396.109%2043.6957%20396.109%2041.5218C396.109%2039.3479%20395.577%2037.3672%20394.514%2035.5798C393.5%2033.7923%20392.123%2032.3672%20390.384%2031.3044C388.645%2030.2416%20386.713%2029.7102%20384.587%2029.7102C382.461%2029.7102%20380.529%2030.2416%20378.79%2031.3044C377.051%2032.3672%20375.65%2033.7923%20374.587%2035.5798C373.573%2037.3672%20373.065%2039.3479%20373.065%2041.5218C373.065%2043.6957%20373.573%2045.6764%20374.587%2047.4638C375.65%2049.2512%20377.051%2050.6763%20378.79%2051.7391C380.529%2052.8019%20382.461%2053.3333%20384.587%2053.3333Z'%20fill='%23FF6503'/%3e%3cpath%20d='M341.228%2063.2607V19.7826H353.836V63.2607H341.228ZM347.532%2013.4782C345.648%2013.4782%20344.054%2012.826%20342.749%2011.5217C341.445%2010.2174%20340.793%208.62316%20340.793%206.73911C340.793%204.80675%20341.445%203.21255%20342.749%201.95651C344.054%200.65217%20345.648%200%20347.532%200C349.464%200%20351.059%200.65217%20352.315%201.95651C353.619%203.21255%20354.271%204.80675%20354.271%206.73911C354.271%208.62316%20353.619%2010.2174%20352.315%2011.5217C351.059%2012.826%20349.464%2013.4782%20347.532%2013.4782Z'%20fill='%23FF6503'/%3e%3cpath%20d='M290.336%2063.2607V19.7825H301.64V24.5651C303.186%2022.5361%20305.094%2020.9903%20307.365%2019.9275C309.635%2018.8647%20312.075%2018.3333%20314.684%2018.3333C317.775%2018.3333%20320.65%2019.082%20323.307%2020.5796C326.012%2022.0289%20328.186%2024.1787%20329.829%2027.0289C331.519%2029.8308%20332.365%2033.2366%20332.365%2037.2462V63.2607H319.756V38.9129C319.756%2036.4975%20319.031%2034.3477%20317.582%2032.4636C316.133%2030.5796%20314.056%2029.6376%20311.35%2029.6376C309.176%2029.6376%20307.22%2030.3864%20305.481%2031.8839C303.79%2033.3332%20302.945%2035.6279%20302.945%2038.768V63.2607H290.336Z'%20fill='%23ffffff'/%3e%3cpath%20d='M268.064%2063.2607V19.7826H280.672V63.2607H268.064ZM274.368%2013.4782C272.484%2013.4782%20270.89%2012.826%20269.585%2011.5217C268.281%2010.2174%20267.629%208.62316%20267.629%206.73911C267.629%204.80675%20268.281%203.21255%20269.585%201.95651C270.89%200.65217%20272.484%200%20274.368%200C276.3%200%20277.895%200.65217%20279.151%201.95651C280.455%203.21255%20281.107%204.80675%20281.107%206.73911C281.107%208.62316%20280.455%2010.2174%20279.151%2011.5217C277.895%2012.826%20276.3%2013.4782%20274.368%2013.4782Z'%20fill='%23ffffff'/%3e%3cpath%20d='M233.882%2064.4203C229.872%2064.4203%20226.225%2063.3816%20222.94%2061.3043C219.655%2059.227%20217.022%2056.4734%20215.041%2053.0435C213.109%2049.5652%20212.143%2045.7247%20212.143%2041.5218C212.143%2037.3189%20213.109%2033.4783%20215.041%2030.0001C217.022%2026.5218%20219.655%2023.7682%20222.94%2021.7392C226.225%2019.6619%20229.872%2018.6233%20233.882%2018.6233C236.684%2018.6233%20239.244%2019.1305%20241.563%2020.145C243.882%2021.1112%20245.862%2022.4639%20247.505%2024.203V19.7827H258.374V63.2608H247.505V58.8406C245.862%2060.5797%20243.882%2061.9565%20241.563%2062.971C239.244%2063.9372%20236.684%2064.4203%20233.882%2064.4203ZM235.403%2053.3333C237.529%2053.3333%20239.461%2052.8019%20241.2%2051.7391C242.94%2050.6763%20244.316%2049.2512%20245.331%2047.4638C246.394%2045.6764%20246.925%2043.6957%20246.925%2041.5218C246.925%2039.3479%20246.394%2037.3672%20245.331%2035.5798C244.316%2033.7923%20242.94%2032.3672%20241.2%2031.3044C239.461%2030.2416%20237.529%2029.7102%20235.403%2029.7102C233.278%2029.7102%20231.345%2030.2416%20229.606%2031.3044C227.867%2032.3672%20226.466%2033.7923%20225.403%2035.5798C224.389%2037.3672%20223.882%2039.3479%20223.882%2041.5218C223.882%2043.6957%20224.389%2045.6764%20225.403%2047.4638C226.466%2049.2512%20227.867%2050.6763%20229.606%2051.7391C231.345%2052.8019%20233.278%2053.3333%20235.403%2053.3333Z'%20fill='%23ffffff'/%3e%3cpath%20d='M188.921%2063.2607V29.7825H180.805V19.7825H189.138V5.28979H201.312V19.7825H209.935V29.7825H201.529V63.2607H188.921Z'%20fill='%23ffffff'/%3e%3cpath%20d='M156.351%2064.7099C151.471%2064.7099%20147.172%2063.6955%20143.452%2061.6665C139.732%2059.6375%20136.834%2056.8597%20134.757%2053.3332C132.679%2049.7583%20131.641%2045.6762%20131.641%2041.0868C131.641%2036.6907%20132.655%2032.8018%20134.684%2029.4202C136.713%2025.9902%20139.443%2023.2849%20142.872%2021.3043C146.351%2019.3236%20150.191%2018.3333%20154.394%2018.3333C158.694%2018.3333%20162.534%2019.3236%20165.916%2021.3043C169.298%2023.2366%20171.955%2025.8936%20173.887%2029.2753C175.868%2032.6569%20176.858%2036.4975%20176.858%2040.797V45.2172H150.336C149.128%2045.2172%20147.969%2045.1448%20146.858%2044.9998C145.747%2044.8549%20144.636%2044.6858%20143.525%2044.4926C144.104%2047.3911%20145.529%2049.7583%20147.8%2051.594C150.119%2053.3815%20153.066%2054.2752%20156.641%2054.2752C159.394%2054.2752%20161.858%2053.7196%20164.032%2052.6085C166.254%2051.4974%20168.066%2050.1206%20169.467%2048.4781L172.22%2059.7824C170.046%2061.4249%20167.583%2062.6568%20164.829%2063.4781C162.124%2064.2993%20159.298%2064.7099%20156.351%2064.7099ZM143.235%2036.8839C145.65%2036.3525%20148.017%2036.0868%20150.336%2036.0868H158.017C159.37%2036.0868%20160.65%2036.1351%20161.858%2036.2318C163.066%2036.3284%20164.201%2036.4975%20165.264%2036.739C164.539%2034.1303%20163.211%2032.0772%20161.278%2030.5796C159.394%2029.082%20157.051%2028.3332%20154.249%2028.3332C151.592%2028.3332%20149.273%2029.1062%20147.293%2030.6521C145.36%2032.1496%20144.008%2034.2269%20143.235%2036.8839Z'%20fill='%23ffffff'/%3e%3cpath%20d='M101.92%2063.2608V19.7827H113.224V27.2464C114.722%2024.7344%20116.606%2022.802%20118.876%2021.4493C121.195%2020.0484%20123.901%2019.3479%20126.992%2019.3479L129.746%2030.5073C128.828%2030.2174%20127.789%2030.0725%20126.63%2030.0725C123.007%2030.0725%20120.084%2031.2561%20117.862%2033.6232C115.64%2035.9421%20114.529%2039.2754%20114.529%2043.6232V63.2608H101.92Z'%20fill='%23ffffff'/%3e%3c/svg%3e",ZR="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.672C56.7853%2065.8167%2033.207%2074.5911%2033.207%2074.5911C33.207%2074.5911%2033.4213%2076.1015%2033.9555%2078.2837C34.4897%2080.4659%2035.0263%2082.6085%2035.0263%2082.6085C42.7193%2078.658%2054.6229%2070.4326%2063.0229%2054.672Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M448.982%2085V60.5074C447.388%2061.7151%20445.601%2062.6571%20443.62%2063.3334C441.639%2064.0581%20439.49%2064.4204%20437.171%2064.4204C433.113%2064.4204%20429.441%2063.3817%20426.156%2061.3045C422.871%2059.2272%20420.239%2056.4736%20418.258%2053.0436C416.326%2049.5654%20415.359%2045.7248%20415.359%2041.5219C415.359%2037.319%20416.326%2033.4784%20418.258%2030.0002C420.239%2026.5219%20422.871%2023.7683%20426.156%2021.7393C429.441%2019.6621%20433.113%2018.6234%20437.171%2018.6234C439.925%2018.6234%20442.461%2019.1065%20444.78%2020.0727C447.098%2021.0389%20449.079%2022.3674%20450.722%2024.0582V19.7828H461.591V85H448.982ZM438.62%2053.3335C440.746%2053.3335%20442.678%2052.8021%20444.417%2051.7393C446.156%2050.6765%20447.533%2049.2513%20448.548%2047.4639C449.61%2045.6765%20450.142%2043.6958%20450.142%2041.5219C450.142%2039.348%20449.61%2037.3673%20448.548%2035.5799C447.533%2033.7925%20446.156%2032.3673%20444.417%2031.3045C442.678%2030.2417%20440.746%2029.7103%20438.62%2029.7103C436.495%2029.7103%20434.562%2030.2417%20432.823%2031.3045C431.084%2032.3673%20429.683%2033.7925%20428.62%2035.5799C427.606%2037.3673%20427.098%2039.348%20427.098%2041.5219C427.098%2043.6958%20427.606%2045.6765%20428.62%2047.4639C429.683%2049.2513%20431.084%2050.6765%20432.823%2051.7393C434.562%2052.8021%20436.495%2053.3335%20438.62%2053.3335Z'%20fill='%23FF6503'/%3e%3cpath%20d='M395.261%2063.2607V19.7826H407.87V63.2607H395.261ZM401.565%2013.4782C399.681%2013.4782%20398.087%2012.826%20396.783%2011.5217C395.478%2010.2174%20394.826%208.62316%20394.826%206.73911C394.826%204.80675%20395.478%203.21255%20396.783%201.95651C398.087%200.65217%20399.681%200%20401.565%200C403.498%200%20405.092%200.65217%20406.348%201.95651C407.652%203.21255%20408.304%204.80675%20408.304%206.73911C408.304%208.62316%20407.652%2010.2174%20406.348%2011.5217C405.092%2012.826%20403.498%2013.4782%20401.565%2013.4782Z'%20fill='%23FF6503'/%3e%3cpath%20d='M367.579%2063.2607V29.7825H359.463V19.7825H367.796V5.28979H379.97V19.7825H388.593V29.7825H380.187V63.2607H367.579Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M340.298%2064.7098C335.999%2064.7098%20332.062%2063.6712%20328.487%2061.5939C324.912%2059.5166%20322.062%2056.7147%20319.936%2053.1881C317.859%2049.6616%20316.82%2045.7727%20316.82%2041.5215C316.82%2037.222%20317.859%2033.3331%20319.936%2029.8548C322.062%2026.3283%20324.912%2023.5264%20328.487%2021.4491C332.062%2019.3718%20335.999%2018.3331%20340.298%2018.3331C343.294%2018.3331%20346.12%2018.8404%20348.777%2019.8549C351.482%2020.821%20353.873%2022.2703%20355.951%2024.2027L352.69%2037.0287C351.482%2035.0481%20349.864%2033.3331%20347.835%2031.8838C345.854%2030.3862%20343.511%2029.6374%20340.806%2029.6374C338.535%2029.6374%20336.506%2030.1688%20334.719%2031.2316C332.931%2032.2944%20331.53%2033.7196%20330.516%2035.507C329.501%2037.2944%20328.994%2039.2993%20328.994%2041.5215C328.994%2043.6954%20329.501%2045.7002%20330.516%2047.536C331.53%2049.3234%20332.931%2050.7485%20334.719%2051.8113C336.506%2052.8741%20338.535%2053.4055%20340.806%2053.4055C343.511%2053.4055%20345.854%2052.6809%20347.835%2051.2316C349.864%2049.734%20351.482%2047.9949%20352.69%2046.0142L355.951%2058.8403C353.873%2060.7726%20351.482%2062.2461%20348.777%2063.2605C346.12%2064.2267%20343.294%2064.7098%20340.298%2064.7098Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M291.495%2064.7098C286.616%2064.7098%20282.317%2063.6953%20278.597%2061.6664C274.877%2059.6374%20271.978%2056.8596%20269.901%2053.333C267.824%2049.7582%20266.785%2045.6761%20266.785%2041.0867C266.785%2036.6906%20267.8%2032.8017%20269.829%2029.4201C271.858%2025.9901%20274.587%2023.2848%20278.017%2021.3041C281.495%2019.3235%20285.336%2018.3331%20289.539%2018.3331C293.838%2018.3331%20297.679%2019.3235%20301.06%2021.3041C304.442%2023.2365%20307.099%2025.8935%20309.031%2029.2751C311.012%2032.6568%20312.002%2036.4973%20312.002%2040.7968V45.2171H285.481C284.273%2045.2171%20283.114%2045.1447%20282.003%2044.9997C280.891%2044.8548%20279.78%2044.6857%20278.669%2044.4925C279.249%2047.391%20280.674%2049.7582%20282.945%2051.5939C285.263%2053.3813%20288.21%2054.2751%20291.785%2054.2751C294.539%2054.2751%20297.002%2053.7195%20299.176%2052.6084C301.399%2051.4973%20303.21%2050.1205%20304.611%2048.478L307.365%2059.7823C305.191%2061.4248%20302.727%2062.6567%20299.973%2063.4779C297.268%2064.2992%20294.442%2064.7098%20291.495%2064.7098ZM278.379%2036.8838C280.795%2036.3524%20283.162%2036.0867%20285.481%2036.0867H293.162C294.515%2036.0867%20295.795%2036.135%20297.002%2036.2316C298.21%2036.3283%20299.345%2036.4973%20300.408%2036.7389C299.684%2034.1302%20298.355%2032.0771%20296.423%2030.5795C294.539%2029.0819%20292.196%2028.3331%20289.394%2028.3331C286.737%2028.3331%20284.418%2029.1061%20282.437%2030.6519C280.505%2032.1495%20279.152%2034.2268%20278.379%2036.8838Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M243.563%2063.2607V29.7825H235.447V19.7825H243.781V5.28979H255.954V19.7825H264.578V29.7825H256.172V63.2607H243.563Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M209.761%2064.7098C205.462%2064.7098%20201.525%2063.6712%20197.95%2061.5939C194.375%2059.5166%20191.525%2056.7147%20189.399%2053.1881C187.322%2049.6616%20186.283%2045.7727%20186.283%2041.5215C186.283%2037.222%20187.322%2033.3331%20189.399%2029.8548C191.525%2026.3283%20194.375%2023.5264%20197.95%2021.4491C201.525%2019.3718%20205.462%2018.3331%20209.761%2018.3331C214.109%2018.3331%20218.046%2019.3718%20221.573%2021.4491C225.148%2023.5264%20227.974%2026.3283%20230.051%2029.8548C232.177%2033.3331%20233.24%2037.222%20233.24%2041.5215C233.24%2045.7727%20232.177%2049.6616%20230.051%2053.1881C227.974%2056.7147%20225.148%2059.5166%20221.573%2061.5939C218.046%2063.6712%20214.109%2064.7098%20209.761%2064.7098ZM209.761%2053.4055C211.935%2053.4055%20213.892%2052.8741%20215.631%2051.8113C217.418%2050.7485%20218.819%2049.3234%20219.834%2047.536C220.897%2045.7002%20221.428%2043.6954%20221.428%2041.5215C221.428%2039.2993%20220.897%2037.2944%20219.834%2035.507C218.819%2033.7196%20217.418%2032.2944%20215.631%2031.2316C213.892%2030.1688%20211.935%2029.6374%20209.761%2029.6374C207.587%2029.6374%20205.607%2030.1688%20203.819%2031.2316C202.08%2032.2944%20200.679%2033.7196%20199.617%2035.507C198.602%2037.2944%20198.095%2039.2993%20198.095%2041.5215C198.095%2043.6954%20198.602%2045.7002%20199.617%2047.536C200.679%2049.3234%20202.08%2050.7485%20203.819%2051.8113C205.607%2052.8741%20207.587%2053.4055%20209.761%2053.4055Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M156.562%2063.2607V19.7826H167.867V27.2463C169.364%2024.7342%20171.248%2022.8019%20173.519%2021.4492C175.838%2020.0483%20178.543%2019.3478%20181.635%2019.3478L184.389%2030.5072C183.471%2030.2173%20182.432%2030.0724%20181.273%2030.0724C177.649%2030.0724%20174.727%2031.256%20172.504%2033.6231C170.282%2035.9419%20169.171%2039.2753%20169.171%2043.6231V63.2607H156.562Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M102.963%2085V19.7828H113.832V24.0582C115.523%2022.3674%20117.504%2021.0389%20119.774%2020.0727C122.093%2019.1065%20124.629%2018.6234%20127.383%2018.6234C131.441%2018.6234%20135.113%2019.6621%20138.398%2021.7393C141.683%2023.7683%20144.291%2026.5219%20146.224%2030.0002C148.204%2033.4784%20149.195%2037.319%20149.195%2041.5219C149.195%2045.7248%20148.204%2049.5654%20146.224%2053.0436C144.291%2056.4736%20141.683%2059.2272%20138.398%2061.3045C135.113%2063.3817%20131.441%2064.4204%20127.383%2064.4204C125.064%2064.4204%20122.915%2064.0581%20120.934%2063.3334C118.953%2062.6571%20117.166%2061.7151%20115.572%2060.5074V85H102.963ZM125.934%2053.3335C128.059%2053.3335%20129.992%2052.8021%20131.731%2051.7393C133.47%2050.6765%20134.847%2049.2513%20135.861%2047.4639C136.924%2045.6765%20137.456%2043.6958%20137.456%2041.5219C137.456%2039.348%20136.924%2037.3673%20135.861%2035.5799C134.847%2033.7925%20133.47%2032.3673%20131.731%2031.3045C129.992%2030.2417%20128.059%2029.7103%20125.934%2029.7103C123.808%2029.7103%20121.876%2030.2417%20120.137%2031.3045C118.398%2032.3673%20116.997%2033.7925%20115.934%2035.5799C114.919%2037.3673%20114.412%2039.348%20114.412%2041.5219C114.412%2043.6958%20114.919%2045.6765%20115.934%2047.4639C116.997%2049.2513%20118.398%2050.6765%20120.137%2051.7393C121.876%2052.8021%20123.808%2053.3335%20125.934%2053.3335Z'%20fill='%233A3A3A'/%3e%3c/svg%3e",XR="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%23ffffff'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.672C56.7853%2065.8167%2033.207%2074.5911%2033.207%2074.5911C33.207%2074.5911%2033.4213%2076.1015%2033.9555%2078.2837C34.4897%2080.4659%2035.0263%2082.6085%2035.0263%2082.6085C42.7193%2078.658%2054.6229%2070.4326%2063.0229%2054.672Z'%20fill='%23ffffff'/%3e%3cpath%20d='M448.982%2085V60.5074C447.388%2061.7151%20445.601%2062.6571%20443.62%2063.3334C441.639%2064.0581%20439.49%2064.4204%20437.171%2064.4204C433.113%2064.4204%20429.441%2063.3817%20426.156%2061.3045C422.871%2059.2272%20420.239%2056.4736%20418.258%2053.0436C416.326%2049.5654%20415.359%2045.7248%20415.359%2041.5219C415.359%2037.319%20416.326%2033.4784%20418.258%2030.0002C420.239%2026.5219%20422.871%2023.7683%20426.156%2021.7393C429.441%2019.6621%20433.113%2018.6234%20437.171%2018.6234C439.925%2018.6234%20442.461%2019.1065%20444.78%2020.0727C447.098%2021.0389%20449.079%2022.3674%20450.722%2024.0582V19.7828H461.591V85H448.982ZM438.62%2053.3335C440.746%2053.3335%20442.678%2052.8021%20444.417%2051.7393C446.156%2050.6765%20447.533%2049.2513%20448.548%2047.4639C449.61%2045.6765%20450.142%2043.6958%20450.142%2041.5219C450.142%2039.348%20449.61%2037.3673%20448.548%2035.5799C447.533%2033.7925%20446.156%2032.3673%20444.417%2031.3045C442.678%2030.2417%20440.746%2029.7103%20438.62%2029.7103C436.495%2029.7103%20434.562%2030.2417%20432.823%2031.3045C431.084%2032.3673%20429.683%2033.7925%20428.62%2035.5799C427.606%2037.3673%20427.098%2039.348%20427.098%2041.5219C427.098%2043.6958%20427.606%2045.6765%20428.62%2047.4639C429.683%2049.2513%20431.084%2050.6765%20432.823%2051.7393C434.562%2052.8021%20436.495%2053.3335%20438.62%2053.3335Z'%20fill='%23FF6503'/%3e%3cpath%20d='M395.261%2063.2607V19.7826H407.87V63.2607H395.261ZM401.565%2013.4782C399.681%2013.4782%20398.087%2012.826%20396.783%2011.5217C395.478%2010.2174%20394.826%208.62316%20394.826%206.73911C394.826%204.80675%20395.478%203.21255%20396.783%201.95651C398.087%200.65217%20399.681%200%20401.565%200C403.498%200%20405.092%200.65217%20406.348%201.95651C407.652%203.21255%20408.304%204.80675%20408.304%206.73911C408.304%208.62316%20407.652%2010.2174%20406.348%2011.5217C405.092%2012.826%20403.498%2013.4782%20401.565%2013.4782Z'%20fill='%23FF6503'/%3e%3cpath%20d='M367.579%2063.2607V29.7825H359.463V19.7825H367.796V5.28979H379.97V19.7825H388.593V29.7825H380.187V63.2607H367.579Z'%20fill='%23ffffff'/%3e%3cpath%20d='M340.298%2064.7098C335.999%2064.7098%20332.062%2063.6712%20328.487%2061.5939C324.912%2059.5166%20322.062%2056.7147%20319.936%2053.1881C317.859%2049.6616%20316.82%2045.7727%20316.82%2041.5215C316.82%2037.222%20317.859%2033.3331%20319.936%2029.8548C322.062%2026.3283%20324.912%2023.5264%20328.487%2021.4491C332.062%2019.3718%20335.999%2018.3331%20340.298%2018.3331C343.294%2018.3331%20346.12%2018.8404%20348.777%2019.8549C351.482%2020.821%20353.873%2022.2703%20355.951%2024.2027L352.69%2037.0287C351.482%2035.0481%20349.864%2033.3331%20347.835%2031.8838C345.854%2030.3862%20343.511%2029.6374%20340.806%2029.6374C338.535%2029.6374%20336.506%2030.1688%20334.719%2031.2316C332.931%2032.2944%20331.53%2033.7196%20330.516%2035.507C329.501%2037.2944%20328.994%2039.2993%20328.994%2041.5215C328.994%2043.6954%20329.501%2045.7002%20330.516%2047.536C331.53%2049.3234%20332.931%2050.7485%20334.719%2051.8113C336.506%2052.8741%20338.535%2053.4055%20340.806%2053.4055C343.511%2053.4055%20345.854%2052.6809%20347.835%2051.2316C349.864%2049.734%20351.482%2047.9949%20352.69%2046.0142L355.951%2058.8403C353.873%2060.7726%20351.482%2062.2461%20348.777%2063.2605C346.12%2064.2267%20343.294%2064.7098%20340.298%2064.7098Z'%20fill='%23ffffff'/%3e%3cpath%20d='M291.495%2064.7098C286.616%2064.7098%20282.317%2063.6953%20278.597%2061.6664C274.877%2059.6374%20271.978%2056.8596%20269.901%2053.333C267.824%2049.7582%20266.785%2045.6761%20266.785%2041.0867C266.785%2036.6906%20267.8%2032.8017%20269.829%2029.4201C271.858%2025.9901%20274.587%2023.2848%20278.017%2021.3041C281.495%2019.3235%20285.336%2018.3331%20289.539%2018.3331C293.838%2018.3331%20297.679%2019.3235%20301.06%2021.3041C304.442%2023.2365%20307.099%2025.8935%20309.031%2029.2751C311.012%2032.6568%20312.002%2036.4973%20312.002%2040.7968V45.2171H285.481C284.273%2045.2171%20283.114%2045.1447%20282.003%2044.9997C280.891%2044.8548%20279.78%2044.6857%20278.669%2044.4925C279.249%2047.391%20280.674%2049.7582%20282.945%2051.5939C285.263%2053.3813%20288.21%2054.2751%20291.785%2054.2751C294.539%2054.2751%20297.002%2053.7195%20299.176%2052.6084C301.399%2051.4973%20303.21%2050.1205%20304.611%2048.478L307.365%2059.7823C305.191%2061.4248%20302.727%2062.6567%20299.973%2063.4779C297.268%2064.2992%20294.442%2064.7098%20291.495%2064.7098ZM278.379%2036.8838C280.795%2036.3524%20283.162%2036.0867%20285.481%2036.0867H293.162C294.515%2036.0867%20295.795%2036.135%20297.002%2036.2316C298.21%2036.3283%20299.345%2036.4973%20300.408%2036.7389C299.684%2034.1302%20298.355%2032.0771%20296.423%2030.5795C294.539%2029.0819%20292.196%2028.3331%20289.394%2028.3331C286.737%2028.3331%20284.418%2029.1061%20282.437%2030.6519C280.505%2032.1495%20279.152%2034.2268%20278.379%2036.8838Z'%20fill='%23ffffff'/%3e%3cpath%20d='M243.563%2063.2607V29.7825H235.447V19.7825H243.781V5.28979H255.954V19.7825H264.578V29.7825H256.172V63.2607H243.563Z'%20fill='%23ffffff'/%3e%3cpath%20d='M209.761%2064.7098C205.462%2064.7098%20201.525%2063.6712%20197.95%2061.5939C194.375%2059.5166%20191.525%2056.7147%20189.399%2053.1881C187.322%2049.6616%20186.283%2045.7727%20186.283%2041.5215C186.283%2037.222%20187.322%2033.3331%20189.399%2029.8548C191.525%2026.3283%20194.375%2023.5264%20197.95%2021.4491C201.525%2019.3718%20205.462%2018.3331%20209.761%2018.3331C214.109%2018.3331%20218.046%2019.3718%20221.573%2021.4491C225.148%2023.5264%20227.974%2026.3283%20230.051%2029.8548C232.177%2033.3331%20233.24%2037.222%20233.24%2041.5215C233.24%2045.7727%20232.177%2049.6616%20230.051%2053.1881C227.974%2056.7147%20225.148%2059.5166%20221.573%2061.5939C218.046%2063.6712%20214.109%2064.7098%20209.761%2064.7098ZM209.761%2053.4055C211.935%2053.4055%20213.892%2052.8741%20215.631%2051.8113C217.418%2050.7485%20218.819%2049.3234%20219.834%2047.536C220.897%2045.7002%20221.428%2043.6954%20221.428%2041.5215C221.428%2039.2993%20220.897%2037.2944%20219.834%2035.507C218.819%2033.7196%20217.418%2032.2944%20215.631%2031.2316C213.892%2030.1688%20211.935%2029.6374%20209.761%2029.6374C207.587%2029.6374%20205.607%2030.1688%20203.819%2031.2316C202.08%2032.2944%20200.679%2033.7196%20199.617%2035.507C198.602%2037.2944%20198.095%2039.2993%20198.095%2041.5215C198.095%2043.6954%20198.602%2045.7002%20199.617%2047.536C200.679%2049.3234%20202.08%2050.7485%20203.819%2051.8113C205.607%2052.8741%20207.587%2053.4055%20209.761%2053.4055Z'%20fill='%23ffffff'/%3e%3cpath%20d='M156.562%2063.2607V19.7826H167.867V27.2463C169.364%2024.7342%20171.248%2022.8019%20173.519%2021.4492C175.838%2020.0483%20178.543%2019.3478%20181.635%2019.3478L184.389%2030.5072C183.471%2030.2173%20182.432%2030.0724%20181.273%2030.0724C177.649%2030.0724%20174.727%2031.256%20172.504%2033.6231C170.282%2035.9419%20169.171%2039.2753%20169.171%2043.6231V63.2607H156.562Z'%20fill='%23ffffff'/%3e%3cpath%20d='M102.963%2085V19.7828H113.832V24.0582C115.523%2022.3674%20117.504%2021.0389%20119.774%2020.0727C122.093%2019.1065%20124.629%2018.6234%20127.383%2018.6234C131.441%2018.6234%20135.113%2019.6621%20138.398%2021.7393C141.683%2023.7683%20144.291%2026.5219%20146.224%2030.0002C148.204%2033.4784%20149.195%2037.319%20149.195%2041.5219C149.195%2045.7248%20148.204%2049.5654%20146.224%2053.0436C144.291%2056.4736%20141.683%2059.2272%20138.398%2061.3045C135.113%2063.3817%20131.441%2064.4204%20127.383%2064.4204C125.064%2064.4204%20122.915%2064.0581%20120.934%2063.3334C118.953%2062.6571%20117.166%2061.7151%20115.572%2060.5074V85H102.963ZM125.934%2053.3335C128.059%2053.3335%20129.992%2052.8021%20131.731%2051.7393C133.47%2050.6765%20134.847%2049.2513%20135.861%2047.4639C136.924%2045.6765%20137.456%2043.6958%20137.456%2041.5219C137.456%2039.348%20136.924%2037.3673%20135.861%2035.5799C134.847%2033.7925%20133.47%2032.3673%20131.731%2031.3045C129.992%2030.2417%20128.059%2029.7103%20125.934%2029.7103C123.808%2029.7103%20121.876%2030.2417%20120.137%2031.3045C118.398%2032.3673%20116.997%2033.7925%20115.934%2035.5799C114.919%2037.3673%20114.412%2039.348%20114.412%2041.5219C114.412%2043.6958%20114.919%2045.6765%20115.934%2047.4639C116.997%2049.2513%20118.398%2050.6765%20120.137%2051.7393C121.876%2052.8021%20123.808%2053.3335%20125.934%2053.3335Z'%20fill='%23ffffff'/%3e%3c/svg%3e",YR="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.672C56.7853%2065.8167%2033.207%2074.5911%2033.207%2074.5911C33.207%2074.5911%2033.4213%2076.1015%2033.9555%2078.2837C34.4897%2080.4659%2035.0263%2082.6085%2035.0263%2082.6085C42.7193%2078.658%2054.6229%2070.4326%2063.0229%2054.672Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M402.579%2085V62.1985C401.095%2063.3228%20399.431%2064.1998%20397.587%2064.8294C395.743%2065.504%20393.742%2065.8413%20391.583%2065.8413C387.805%2065.8413%20384.387%2064.8744%20381.329%2062.9406C378.271%2061.0067%20375.82%2058.4432%20373.976%2055.2501C372.177%2052.012%20371.277%2048.4366%20371.277%2044.5239C371.277%2040.6112%20372.177%2037.0359%20373.976%2033.7978C375.82%2030.5597%20378.271%2027.9962%20381.329%2026.1073C384.387%2024.1735%20387.805%2023.2065%20391.583%2023.2065C394.146%2023.2065%20396.507%2023.6563%20398.666%2024.5557C400.825%2025.4552%20402.669%2026.692%20404.198%2028.266V24.2859H414.317V85H402.579ZM392.932%2055.5199C394.911%2055.5199%20396.71%2055.0252%20398.329%2054.0358C399.948%2053.0464%20401.23%2051.7197%20402.174%2050.0557C403.163%2048.3916%20403.658%2046.5477%20403.658%2044.5239C403.658%2042.5001%20403.163%2040.6562%20402.174%2038.9922C401.23%2037.3282%20399.948%2036.0015%20398.329%2035.0121C396.71%2034.0226%20394.911%2033.5279%20392.932%2033.5279C390.953%2033.5279%20389.154%2034.0226%20387.535%2035.0121C385.916%2036.0015%20384.612%2037.3282%20383.623%2038.9922C382.678%2040.6562%20382.206%2042.5001%20382.206%2044.5239C382.206%2046.5477%20382.678%2048.3916%20383.623%2050.0557C384.612%2051.7197%20385.916%2053.0464%20387.535%2054.0358C389.154%2055.0252%20390.953%2055.5199%20392.932%2055.5199Z'%20fill='%23FF6503'/%3e%3cpath%20d='M352.567%2064.7618V24.2857H364.305V64.7618H352.567ZM358.436%2018.4167C356.682%2018.4167%20355.198%2017.8096%20353.984%2016.5953C352.769%2015.381%20352.162%2013.8969%20352.162%2012.1429C352.162%2010.344%20352.769%208.85987%20353.984%207.69056C355.198%206.47628%20356.682%205.86914%20358.436%205.86914C360.235%205.86914%20361.719%206.47628%20362.888%207.69056C364.103%208.85987%20364.71%2010.344%20364.71%2012.1429C364.71%2013.8969%20364.103%2015.381%20362.888%2016.5953C361.719%2017.8096%20360.235%2018.4167%20358.436%2018.4167Z'%20fill='%23FF6503'/%3e%3cpath%20d='M305.189%2064.7617V0H316.928V27.3213C318.367%2025.8822%20320.008%2024.8028%20321.852%2024.0833C323.741%2023.3187%20325.742%2022.9364%20327.856%2022.9364C330.734%2022.9364%20333.41%2023.6335%20335.884%2025.0277C338.402%2026.3769%20340.426%2028.3782%20341.955%2031.0317C343.529%2033.6401%20344.316%2036.8107%20344.316%2040.5435V64.7617H332.578V42.0951C332.578%2039.8464%20331.904%2037.8451%20330.554%2036.0912C329.205%2034.3372%20327.271%2033.4602%20324.753%2033.4602C322.729%2033.4602%20320.908%2034.1573%20319.289%2035.5515C317.715%2036.9007%20316.928%2039.0369%20316.928%2041.9602V64.7617H305.189Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M284.513%2066.1107C280.511%2066.1107%20276.845%2065.1438%20273.517%2063.21C270.189%2061.2761%20267.536%2058.6677%20265.557%2055.3846C263.623%2052.1015%20262.656%2048.4812%20262.656%2044.5235C262.656%2040.5209%20263.623%2036.9005%20265.557%2033.6624C267.536%2030.3794%20270.189%2027.7709%20273.517%2025.8371C276.845%2023.9032%20280.511%2022.9363%20284.513%2022.9363C287.302%2022.9363%20289.933%2023.4085%20292.406%2024.3529C294.925%2025.2524%20297.151%2026.6016%20299.085%2028.4005L296.049%2040.341C294.925%2038.4971%20293.418%2036.9005%20291.529%2035.5513C289.685%2034.1571%20287.504%2033.4601%20284.986%2033.4601C282.872%2033.4601%20280.983%2033.9548%20279.319%2034.9442C277.655%2035.9336%20276.351%2037.2603%20275.406%2038.9243C274.462%2040.5883%20273.99%2042.4547%20273.99%2044.5235C273.99%2046.5473%20274.462%2048.4137%20275.406%2050.1227C276.351%2051.7867%20277.655%2053.1134%20279.319%2054.1028C280.983%2055.0923%20282.872%2055.587%20284.986%2055.587C287.504%2055.587%20289.685%2054.9124%20291.529%2053.5632C293.418%2052.169%20294.925%2050.55%20296.049%2048.706L299.085%2060.6465C297.151%2062.4454%20294.925%2063.8171%20292.406%2064.7615C289.933%2065.661%20287.302%2066.1107%20284.513%2066.1107Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M234.988%2064.7617V24.2856H245.512V31.234C246.906%2028.8954%20248.66%2027.0965%20250.774%2025.8372C252.933%2024.533%20255.451%2023.8809%20258.329%2023.8809L260.893%2034.2697C260.038%2033.9999%20259.072%2033.865%20257.992%2033.865C254.619%2033.865%20251.898%2034.9668%20249.83%2037.1705C247.761%2039.3292%20246.726%2042.4324%20246.726%2046.48V64.7617H234.988Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M203.302%2065.8413C199.57%2065.8413%20196.174%2064.8744%20193.116%2062.9406C190.058%2061.0067%20187.607%2058.4432%20185.763%2055.2501C183.964%2052.012%20183.064%2048.4366%20183.064%2044.5239C183.064%2040.6112%20183.964%2037.0359%20185.763%2033.7978C187.607%2030.5597%20190.058%2027.9962%20193.116%2026.1073C196.174%2024.1735%20199.57%2023.2065%20203.302%2023.2065C205.911%2023.2065%20208.295%2023.6788%20210.453%2024.6232C212.612%2025.5227%20214.456%2026.7819%20215.985%2028.401V24.2859H226.104V64.762H215.985V60.6469C214.456%2062.2659%20212.612%2063.5477%20210.453%2064.4921C208.295%2065.3916%20205.911%2065.8413%20203.302%2065.8413ZM204.719%2055.5199C206.698%2055.5199%20208.497%2055.0252%20210.116%2054.0358C211.735%2053.0464%20213.017%2051.7197%20213.961%2050.0557C214.951%2048.3916%20215.445%2046.5477%20215.445%2044.5239C215.445%2042.5001%20214.951%2040.6562%20213.961%2038.9922C213.017%2037.3282%20211.735%2036.0015%20210.116%2035.0121C208.497%2034.0226%20206.698%2033.5279%20204.719%2033.5279C202.74%2033.5279%20200.941%2034.0226%20199.322%2035.0121C197.703%2036.0015%20196.399%2037.3282%20195.41%2038.9922C194.465%2040.6562%20193.993%2042.5001%20193.993%2044.5239C193.993%2046.5477%20194.465%2048.3916%20195.41%2050.0557C196.399%2051.7197%20197.703%2053.0464%20199.322%2054.0358C200.941%2055.0252%20202.74%2055.5199%20204.719%2055.5199Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M159.488%2066.1107C154.946%2066.1107%20150.943%2065.1663%20147.48%2063.2774C144.017%2061.3885%20141.319%2058.8026%20139.385%2055.5195C137.451%2052.1915%20136.484%2048.3912%20136.484%2044.1188C136.484%2040.0262%20137.429%2036.4058%20139.318%2033.2577C141.207%2030.0646%20143.748%2027.5461%20146.941%2025.7021C150.179%2023.8582%20153.754%2022.9363%20157.667%2022.9363C161.669%2022.9363%20165.245%2023.8582%20168.393%2025.7021C171.541%2027.5011%20174.015%2029.9746%20175.814%2033.1228C177.658%2036.2709%20178.579%2039.8463%20178.579%2043.8489V47.964H153.889C152.765%2047.964%20151.685%2047.8965%20150.651%2047.7616C149.617%2047.6267%20148.582%2047.4693%20147.548%2047.2894C148.088%2049.9878%20149.414%2052.1915%20151.528%2053.9005C153.687%2055.5645%20156.43%2056.3965%20159.758%2056.3965C162.322%2056.3965%20164.615%2055.8793%20166.639%2054.8449C168.708%2053.8105%20170.394%2052.5288%20171.699%2050.9997L174.262%2061.5235C172.238%2063.0526%20169.945%2064.1994%20167.381%2064.9639C164.863%2065.7285%20162.232%2066.1107%20159.488%2066.1107ZM147.278%2040.2061C149.527%2039.7114%20151.73%2039.464%20153.889%2039.464H161.04C162.299%2039.464%20163.491%2039.509%20164.615%2039.5989C165.74%2039.6889%20166.796%2039.8463%20167.786%2040.0711C167.111%2037.6426%20165.874%2035.7312%20164.076%2034.337C162.322%2032.9429%20160.14%2032.2458%20157.532%2032.2458C155.058%2032.2458%20152.9%2032.9654%20151.056%2034.4045C149.257%2035.7987%20147.998%2037.7325%20147.278%2040.2061Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M116.036%2066.1107C113.292%2066.1107%20110.504%2065.661%20107.671%2064.7615C104.882%2063.8621%20102.701%2062.6478%20101.127%2061.1187L104.028%2050.0552C105.332%2051.8542%20107.131%2053.4283%20109.425%2054.7775C111.763%2056.1267%20114.169%2056.8013%20116.643%2056.8013C118.307%2056.8013%20119.499%2056.4864%20120.218%2055.8568C120.983%2055.2272%20121.365%2054.4626%20121.365%2053.5632C121.365%2052.5288%20120.983%2051.7867%20120.218%2051.337C119.454%2050.8423%20118.667%2050.4375%20117.857%2050.1227L112.19%2047.964C110.931%2047.4693%20109.492%2046.7947%20107.873%2045.9402C106.254%2045.0857%20104.837%2043.8714%20103.623%2042.2973C102.454%2040.7233%20101.869%2038.6545%20101.869%2036.091C101.869%2033.7524%20102.454%2031.5937%20103.623%2029.6148C104.792%2027.636%20106.479%2026.0394%20108.682%2024.8252C110.931%2023.5659%20113.63%2022.9363%20116.778%2022.9363C119.701%2022.9363%20122.422%2023.431%20124.94%2024.4204C127.504%2025.4098%20129.37%2026.5117%20130.54%2027.7259L127.841%2038.3846C126.312%2036.4058%20124.491%2034.8992%20122.377%2033.8648C120.308%2032.7855%20118.329%2032.2458%20116.44%2032.2458C115.001%2032.2458%20113.944%2032.5381%20113.27%2033.1228C112.595%2033.7074%20112.258%2034.382%20112.258%2035.1466C112.258%2035.7312%20112.483%2036.3159%20112.932%2036.9005C113.427%2037.4402%20114.237%2037.9349%20115.361%2038.3846L120.623%2040.341C122.152%2040.8807%20123.771%2041.6002%20125.48%2042.4997C127.234%2043.3992%20128.718%2044.6584%20129.932%2046.2775C131.147%2047.8515%20131.754%2050.0328%20131.754%2052.8211C131.754%2056.7338%20130.292%2059.9269%20127.369%2062.4004C124.491%2064.874%20120.713%2066.1107%20116.036%2066.1107Z'%20fill='%233A3A3A'/%3e%3c/svg%3e",JR="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%23ffffff'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.672C56.7853%2065.8167%2033.207%2074.5911%2033.207%2074.5911C33.207%2074.5911%2033.4213%2076.1015%2033.9555%2078.2837C34.4897%2080.4659%2035.0263%2082.6085%2035.0263%2082.6085C42.7193%2078.658%2054.6229%2070.4326%2063.0229%2054.672Z'%20fill='%23ffffff'/%3e%3cpath%20d='M402.579%2085V62.1985C401.095%2063.3228%20399.431%2064.1998%20397.587%2064.8294C395.743%2065.504%20393.742%2065.8413%20391.583%2065.8413C387.805%2065.8413%20384.387%2064.8744%20381.329%2062.9406C378.271%2061.0067%20375.82%2058.4432%20373.976%2055.2501C372.177%2052.012%20371.277%2048.4366%20371.277%2044.5239C371.277%2040.6112%20372.177%2037.0359%20373.976%2033.7978C375.82%2030.5597%20378.271%2027.9962%20381.329%2026.1073C384.387%2024.1735%20387.805%2023.2065%20391.583%2023.2065C394.146%2023.2065%20396.507%2023.6563%20398.666%2024.5557C400.825%2025.4552%20402.669%2026.692%20404.198%2028.266V24.2859H414.317V85H402.579ZM392.932%2055.5199C394.911%2055.5199%20396.71%2055.0252%20398.329%2054.0358C399.948%2053.0464%20401.23%2051.7197%20402.174%2050.0557C403.163%2048.3916%20403.658%2046.5477%20403.658%2044.5239C403.658%2042.5001%20403.163%2040.6562%20402.174%2038.9922C401.23%2037.3282%20399.948%2036.0015%20398.329%2035.0121C396.71%2034.0226%20394.911%2033.5279%20392.932%2033.5279C390.953%2033.5279%20389.154%2034.0226%20387.535%2035.0121C385.916%2036.0015%20384.612%2037.3282%20383.623%2038.9922C382.678%2040.6562%20382.206%2042.5001%20382.206%2044.5239C382.206%2046.5477%20382.678%2048.3916%20383.623%2050.0557C384.612%2051.7197%20385.916%2053.0464%20387.535%2054.0358C389.154%2055.0252%20390.953%2055.5199%20392.932%2055.5199Z'%20fill='%23FF6503'/%3e%3cpath%20d='M352.567%2064.7618V24.2857H364.305V64.7618H352.567ZM358.436%2018.4167C356.682%2018.4167%20355.198%2017.8096%20353.984%2016.5953C352.769%2015.381%20352.162%2013.8969%20352.162%2012.1429C352.162%2010.344%20352.769%208.85987%20353.984%207.69056C355.198%206.47628%20356.682%205.86914%20358.436%205.86914C360.235%205.86914%20361.719%206.47628%20362.888%207.69056C364.103%208.85987%20364.71%2010.344%20364.71%2012.1429C364.71%2013.8969%20364.103%2015.381%20362.888%2016.5953C361.719%2017.8096%20360.235%2018.4167%20358.436%2018.4167Z'%20fill='%23FF6503'/%3e%3cpath%20d='M305.189%2064.7617V0H316.928V27.3213C318.367%2025.8822%20320.008%2024.8028%20321.852%2024.0833C323.741%2023.3187%20325.742%2022.9364%20327.856%2022.9364C330.734%2022.9364%20333.41%2023.6335%20335.884%2025.0277C338.402%2026.3769%20340.426%2028.3782%20341.955%2031.0317C343.529%2033.6401%20344.316%2036.8107%20344.316%2040.5435V64.7617H332.578V42.0951C332.578%2039.8464%20331.904%2037.8451%20330.554%2036.0912C329.205%2034.3372%20327.271%2033.4602%20324.753%2033.4602C322.729%2033.4602%20320.908%2034.1573%20319.289%2035.5515C317.715%2036.9007%20316.928%2039.0369%20316.928%2041.9602V64.7617H305.189Z'%20fill='%23ffffff'/%3e%3cpath%20d='M284.513%2066.1107C280.511%2066.1107%20276.845%2065.1438%20273.517%2063.21C270.189%2061.2761%20267.536%2058.6677%20265.557%2055.3846C263.623%2052.1015%20262.656%2048.4812%20262.656%2044.5235C262.656%2040.5209%20263.623%2036.9005%20265.557%2033.6624C267.536%2030.3794%20270.189%2027.7709%20273.517%2025.8371C276.845%2023.9032%20280.511%2022.9363%20284.513%2022.9363C287.302%2022.9363%20289.933%2023.4085%20292.406%2024.3529C294.925%2025.2524%20297.151%2026.6016%20299.085%2028.4005L296.049%2040.341C294.925%2038.4971%20293.418%2036.9005%20291.529%2035.5513C289.685%2034.1571%20287.504%2033.4601%20284.986%2033.4601C282.872%2033.4601%20280.983%2033.9548%20279.319%2034.9442C277.655%2035.9336%20276.351%2037.2603%20275.406%2038.9243C274.462%2040.5883%20273.99%2042.4547%20273.99%2044.5235C273.99%2046.5473%20274.462%2048.4137%20275.406%2050.1227C276.351%2051.7867%20277.655%2053.1134%20279.319%2054.1028C280.983%2055.0923%20282.872%2055.587%20284.986%2055.587C287.504%2055.587%20289.685%2054.9124%20291.529%2053.5632C293.418%2052.169%20294.925%2050.55%20296.049%2048.706L299.085%2060.6465C297.151%2062.4454%20294.925%2063.8171%20292.406%2064.7615C289.933%2065.661%20287.302%2066.1107%20284.513%2066.1107Z'%20fill='%23ffffff'/%3e%3cpath%20d='M234.988%2064.7617V24.2856H245.512V31.234C246.906%2028.8954%20248.66%2027.0965%20250.774%2025.8372C252.933%2024.533%20255.451%2023.8809%20258.329%2023.8809L260.893%2034.2697C260.038%2033.9999%20259.072%2033.865%20257.992%2033.865C254.619%2033.865%20251.898%2034.9668%20249.83%2037.1705C247.761%2039.3292%20246.726%2042.4324%20246.726%2046.48V64.7617H234.988Z'%20fill='%23ffffff'/%3e%3cpath%20d='M203.302%2065.8413C199.57%2065.8413%20196.174%2064.8744%20193.116%2062.9406C190.058%2061.0067%20187.607%2058.4432%20185.763%2055.2501C183.964%2052.012%20183.064%2048.4366%20183.064%2044.5239C183.064%2040.6112%20183.964%2037.0359%20185.763%2033.7978C187.607%2030.5597%20190.058%2027.9962%20193.116%2026.1073C196.174%2024.1735%20199.57%2023.2065%20203.302%2023.2065C205.911%2023.2065%20208.295%2023.6788%20210.453%2024.6232C212.612%2025.5227%20214.456%2026.7819%20215.985%2028.401V24.2859H226.104V64.762H215.985V60.6469C214.456%2062.2659%20212.612%2063.5477%20210.453%2064.4921C208.295%2065.3916%20205.911%2065.8413%20203.302%2065.8413ZM204.719%2055.5199C206.698%2055.5199%20208.497%2055.0252%20210.116%2054.0358C211.735%2053.0464%20213.017%2051.7197%20213.961%2050.0557C214.951%2048.3916%20215.445%2046.5477%20215.445%2044.5239C215.445%2042.5001%20214.951%2040.6562%20213.961%2038.9922C213.017%2037.3282%20211.735%2036.0015%20210.116%2035.0121C208.497%2034.0226%20206.698%2033.5279%20204.719%2033.5279C202.74%2033.5279%20200.941%2034.0226%20199.322%2035.0121C197.703%2036.0015%20196.399%2037.3282%20195.41%2038.9922C194.465%2040.6562%20193.993%2042.5001%20193.993%2044.5239C193.993%2046.5477%20194.465%2048.3916%20195.41%2050.0557C196.399%2051.7197%20197.703%2053.0464%20199.322%2054.0358C200.941%2055.0252%20202.74%2055.5199%20204.719%2055.5199Z'%20fill='%23ffffff'/%3e%3cpath%20d='M159.488%2066.1107C154.946%2066.1107%20150.943%2065.1663%20147.48%2063.2774C144.017%2061.3885%20141.319%2058.8026%20139.385%2055.5195C137.451%2052.1915%20136.484%2048.3912%20136.484%2044.1188C136.484%2040.0262%20137.429%2036.4058%20139.318%2033.2577C141.207%2030.0646%20143.748%2027.5461%20146.941%2025.7021C150.179%2023.8582%20153.754%2022.9363%20157.667%2022.9363C161.669%2022.9363%20165.245%2023.8582%20168.393%2025.7021C171.541%2027.5011%20174.015%2029.9746%20175.814%2033.1228C177.658%2036.2709%20178.579%2039.8463%20178.579%2043.8489V47.964H153.889C152.765%2047.964%20151.685%2047.8965%20150.651%2047.7616C149.617%2047.6267%20148.582%2047.4693%20147.548%2047.2894C148.088%2049.9878%20149.414%2052.1915%20151.528%2053.9005C153.687%2055.5645%20156.43%2056.3965%20159.758%2056.3965C162.322%2056.3965%20164.615%2055.8793%20166.639%2054.8449C168.708%2053.8105%20170.394%2052.5288%20171.699%2050.9997L174.262%2061.5235C172.238%2063.0526%20169.945%2064.1994%20167.381%2064.9639C164.863%2065.7285%20162.232%2066.1107%20159.488%2066.1107ZM147.278%2040.2061C149.527%2039.7114%20151.73%2039.464%20153.889%2039.464H161.04C162.299%2039.464%20163.491%2039.509%20164.615%2039.5989C165.74%2039.6889%20166.796%2039.8463%20167.786%2040.0711C167.111%2037.6426%20165.874%2035.7312%20164.076%2034.337C162.322%2032.9429%20160.14%2032.2458%20157.532%2032.2458C155.058%2032.2458%20152.9%2032.9654%20151.056%2034.4045C149.257%2035.7987%20147.998%2037.7325%20147.278%2040.2061Z'%20fill='%23ffffff'/%3e%3cpath%20d='M116.036%2066.1107C113.292%2066.1107%20110.504%2065.661%20107.671%2064.7615C104.882%2063.8621%20102.701%2062.6478%20101.127%2061.1187L104.028%2050.0552C105.332%2051.8542%20107.131%2053.4283%20109.425%2054.7775C111.763%2056.1267%20114.169%2056.8013%20116.643%2056.8013C118.307%2056.8013%20119.499%2056.4864%20120.218%2055.8568C120.983%2055.2272%20121.365%2054.4626%20121.365%2053.5632C121.365%2052.5288%20120.983%2051.7867%20120.218%2051.337C119.454%2050.8423%20118.667%2050.4375%20117.857%2050.1227L112.19%2047.964C110.931%2047.4693%20109.492%2046.7947%20107.873%2045.9402C106.254%2045.0857%20104.837%2043.8714%20103.623%2042.2973C102.454%2040.7233%20101.869%2038.6545%20101.869%2036.091C101.869%2033.7524%20102.454%2031.5937%20103.623%2029.6148C104.792%2027.636%20106.479%2026.0394%20108.682%2024.8252C110.931%2023.5659%20113.63%2022.9363%20116.778%2022.9363C119.701%2022.9363%20122.422%2023.431%20124.94%2024.4204C127.504%2025.4098%20129.37%2026.5117%20130.54%2027.7259L127.841%2038.3846C126.312%2036.4058%20124.491%2034.8992%20122.377%2033.8648C120.308%2032.7855%20118.329%2032.2458%20116.44%2032.2458C115.001%2032.2458%20113.944%2032.5381%20113.27%2033.1228C112.595%2033.7074%20112.258%2034.382%20112.258%2035.1466C112.258%2035.7312%20112.483%2036.3159%20112.932%2036.9005C113.427%2037.4402%20114.237%2037.9349%20115.361%2038.3846L120.623%2040.341C122.152%2040.8807%20123.771%2041.6002%20125.48%2042.4997C127.234%2043.3992%20128.718%2044.6584%20129.932%2046.2775C131.147%2047.8515%20131.754%2050.0328%20131.754%2052.8211C131.754%2056.7338%20130.292%2059.9269%20127.369%2062.4004C124.491%2064.874%20120.713%2066.1107%20116.036%2066.1107Z'%20fill='%23ffffff'/%3e%3c/svg%3e",UR="data:image/svg+xml,%3csvg%20width='487'%20height='85'%20viewBox='0%200%20487%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.672C56.7853%2065.8167%2033.207%2074.5911%2033.207%2074.5911C33.207%2074.5911%2033.4213%2076.1015%2033.9555%2078.2837C34.4897%2080.4659%2035.0263%2082.6085%2035.0263%2082.6085C42.7193%2078.658%2054.6229%2070.4326%2063.0229%2054.672Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M473.854%2085V60.5074C472.259%2061.7151%20470.472%2062.6571%20468.491%2063.3334C466.511%2064.0581%20464.361%2064.4204%20462.042%2064.4204C457.984%2064.4204%20454.313%2063.3817%20451.028%2061.3045C447.743%2059.2272%20445.11%2056.4736%20443.129%2053.0436C441.197%2049.5654%20440.23%2045.7248%20440.23%2041.5219C440.23%2037.319%20441.197%2033.4784%20443.129%2030.0002C445.11%2026.5219%20447.743%2023.7683%20451.028%2021.7393C454.313%2019.6621%20457.984%2018.6234%20462.042%2018.6234C464.796%2018.6234%20467.332%2019.1065%20469.651%2020.0727C471.969%2021.0389%20473.95%2022.3674%20475.593%2024.0582V19.7828H486.462V85H473.854ZM463.491%2053.3335C465.617%2053.3335%20467.549%2052.8021%20469.288%2051.7393C471.027%2050.6765%20472.404%2049.2513%20473.419%2047.4639C474.482%2045.6765%20475.013%2043.6958%20475.013%2041.5219C475.013%2039.348%20474.482%2037.3673%20473.419%2035.5799C472.404%2033.7925%20471.027%2032.3673%20469.288%2031.3045C467.549%2030.2417%20465.617%2029.7103%20463.491%2029.7103C461.366%2029.7103%20459.433%2030.2417%20457.694%2031.3045C455.955%2032.3673%20454.554%2033.7925%20453.491%2035.5799C452.477%2037.3673%20451.97%2039.348%20451.97%2041.5219C451.97%2043.6958%20452.477%2045.6765%20453.491%2047.4639C454.554%2049.2513%20455.955%2050.6765%20457.694%2051.7393C459.433%2052.8021%20461.366%2053.3335%20463.491%2053.3335Z'%20fill='%23FF6503'/%3e%3cpath%20d='M420.132%2063.2607V19.7826H432.741V63.2607H420.132ZM426.436%2013.4782C424.552%2013.4782%20422.958%2012.826%20421.654%2011.5217C420.349%2010.2174%20419.697%208.62316%20419.697%206.73911C419.697%204.80675%20420.349%203.21255%20421.654%201.95651C422.958%200.65217%20424.552%200%20426.436%200C428.369%200%20429.963%200.65217%20431.219%201.95651C432.523%203.21255%20433.175%204.80675%20433.175%206.73911C433.175%208.62316%20432.523%2010.2174%20431.219%2011.5217C429.963%2012.826%20428.369%2013.4782%20426.436%2013.4782Z'%20fill='%23FF6503'/%3e%3cpath%20d='M392.452%2063.2607V29.7825H384.336V19.7825H392.669V5.28979H404.843V19.7825H413.466V29.7825H405.061V63.2607H392.452Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M338.059%2063.2605V19.7824H349.363V24.565C350.909%2022.536%20352.817%2020.9901%20355.088%2019.9273C357.358%2018.8645%20359.798%2018.3331%20362.406%2018.3331C365.498%2018.3331%20368.373%2019.0819%20371.03%2020.5795C373.735%2022.0288%20375.909%2024.1785%20377.551%2027.0288C379.242%2029.8307%20380.087%2033.2365%20380.087%2037.2461V63.2605H367.479V38.9128C367.479%2036.4973%20366.754%2034.3476%20365.305%2032.4635C363.856%2030.5795%20361.778%2029.6374%20359.073%2029.6374C356.899%2029.6374%20354.943%2030.3862%20353.203%2031.8838C351.513%2033.3331%20350.667%2035.6278%20350.667%2038.7679V63.2605H338.059Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M310.56%2064.7098C305.68%2064.7098%20301.381%2063.6953%20297.661%2061.6664C293.941%2059.6374%20291.043%2056.8596%20288.966%2053.333C286.888%2049.7582%20285.85%2045.6761%20285.85%2041.0867C285.85%2036.6906%20286.864%2032.8017%20288.893%2029.4201C290.922%2025.9901%20293.652%2023.2848%20297.081%2021.3041C300.56%2019.3235%20304.4%2018.3331%20308.603%2018.3331C312.903%2018.3331%20316.743%2019.3235%20320.125%2021.3041C323.507%2023.2365%20326.164%2025.8935%20328.096%2029.2751C330.077%2032.6568%20331.067%2036.4973%20331.067%2040.7968V45.2171H304.545C303.337%2045.2171%20302.178%2045.1447%20301.067%2044.9997C299.956%2044.8548%20298.845%2044.6857%20297.734%2044.4925C298.313%2047.391%20299.738%2049.7582%20302.009%2051.5939C304.328%2053.3813%20307.275%2054.2751%20310.85%2054.2751C313.603%2054.2751%20316.067%2053.7195%20318.241%2052.6084C320.463%2051.4973%20322.275%2050.1205%20323.676%2048.478L326.429%2059.7823C324.255%2061.4248%20321.792%2062.6567%20319.038%2063.4779C316.333%2064.2992%20313.507%2064.7098%20310.56%2064.7098ZM297.444%2036.8838C299.859%2036.3524%20302.226%2036.0867%20304.545%2036.0867H312.226C313.579%2036.0867%20314.859%2036.135%20316.067%2036.2316C317.275%2036.3283%20318.41%2036.4973%20319.473%2036.7389C318.748%2034.1302%20317.42%2032.0771%20315.487%2030.5795C313.603%2029.0819%20311.26%2028.3331%20308.458%2028.3331C305.801%2028.3331%20303.482%2029.1061%20301.502%2030.6519C299.569%2032.1495%20298.217%2034.2268%20297.444%2036.8838Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M263.884%2064.7098C260.937%2064.7098%20257.942%2064.2267%20254.898%2063.2605C251.903%2062.2944%20249.56%2060.99%20247.869%2059.3475L250.985%2047.4635C252.386%2049.3959%20254.318%2051.0867%20256.782%2052.5359C259.294%2053.9852%20261.879%2054.7098%20264.536%2054.7098C266.323%2054.7098%20267.603%2054.3717%20268.376%2053.6954C269.198%2053.019%20269.608%2052.1978%20269.608%2051.2316C269.608%2050.1205%20269.198%2049.3234%20268.376%2048.8403C267.555%2048.3089%20266.71%2047.8741%20265.84%2047.536L259.753%2045.2171C258.401%2044.6857%20256.855%2043.9611%20255.115%2043.0432C253.376%2042.1253%20251.855%2040.821%20250.55%2039.1302C249.294%2037.4394%20248.666%2035.2171%20248.666%2032.4635C248.666%2029.9515%20249.294%2027.6326%20250.55%2025.507C251.806%2023.3814%20253.618%2021.6665%20255.985%2020.3621C258.401%2019.0095%20261.299%2018.3331%20264.681%2018.3331C267.821%2018.3331%20270.743%2018.8645%20273.449%2019.9273C276.202%2020.9901%20278.207%2022.1737%20279.463%2023.478L276.565%2034.9273C274.922%2032.8017%20272.966%2031.1833%20270.695%2030.0722C268.473%2028.9128%20266.347%2028.3331%20264.318%2028.3331C262.772%2028.3331%20261.637%2028.6471%20260.913%2029.2751C260.188%2029.9031%20259.826%2030.6278%20259.826%2031.449C259.826%2032.0771%20260.067%2032.7051%20260.55%2033.3331C261.082%2033.9128%20261.951%2034.4442%20263.159%2034.9273L268.811%2037.0287C270.454%2037.6084%20272.193%2038.3814%20274.028%2039.3476C275.913%2040.3137%20277.507%2041.6664%20278.811%2043.4055C280.115%2045.0963%20280.768%2047.4393%20280.768%2050.4345C280.768%2054.6374%20279.198%2058.0673%20276.057%2060.7243C272.966%2063.3813%20268.908%2064.7098%20263.884%2064.7098Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M198.861%2063.2605V19.7824H210.166V24.565C211.712%2022.536%20213.62%2020.9901%20215.89%2019.9273C218.161%2018.8645%20220.6%2018.3331%20223.209%2018.3331C226.301%2018.3331%20229.175%2019.0819%20231.832%2020.5795C234.538%2022.0288%20236.711%2024.1785%20238.354%2027.0288C240.045%2029.8307%20240.89%2033.2365%20240.89%2037.2461V63.2605H228.282V38.9128C228.282%2036.4973%20227.557%2034.3476%20226.108%2032.4635C224.658%2030.5795%20222.581%2029.6374%20219.876%2029.6374C217.702%2029.6374%20215.745%2030.3862%20214.006%2031.8838C212.315%2033.3331%20211.47%2035.6278%20211.47%2038.7679V63.2605H198.861Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M167.99%2064.7098C163.69%2064.7098%20159.753%2063.6712%20156.178%2061.5939C152.603%2059.5166%20149.753%2056.7147%20147.628%2053.1881C145.55%2049.6616%20144.512%2045.7727%20144.512%2041.5215C144.512%2037.222%20145.55%2033.3331%20147.628%2029.8548C149.753%2026.3283%20152.603%2023.5264%20156.178%2021.4491C159.753%2019.3718%20163.69%2018.3331%20167.99%2018.3331C172.338%2018.3331%20176.275%2019.3718%20179.801%2021.4491C183.376%2023.5264%20186.202%2026.3283%20188.28%2029.8548C190.405%2033.3331%20191.468%2037.222%20191.468%2041.5215C191.468%2045.7727%20190.405%2049.6616%20188.28%2053.1881C186.202%2056.7147%20183.376%2059.5166%20179.801%2061.5939C176.275%2063.6712%20172.338%2064.7098%20167.99%2064.7098ZM167.99%2053.4055C170.164%2053.4055%20172.12%2052.8741%20173.859%2051.8113C175.647%2050.7485%20177.048%2049.3234%20178.062%2047.536C179.125%2045.7002%20179.657%2043.6954%20179.657%2041.5215C179.657%2039.2993%20179.125%2037.2944%20178.062%2035.507C177.048%2033.7196%20175.647%2032.2944%20173.859%2031.2316C172.12%2030.1688%20170.164%2029.6374%20167.99%2029.6374C165.816%2029.6374%20163.835%2030.1688%20162.048%2031.2316C160.309%2032.2944%20158.908%2033.7196%20157.845%2035.507C156.831%2037.2944%20156.323%2039.2993%20156.323%2041.5215C156.323%2043.6954%20156.831%2045.7002%20157.845%2047.536C158.908%2049.3234%20160.309%2050.7485%20162.048%2051.8113C163.835%2052.8741%20165.816%2053.4055%20167.99%2053.4055Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M124.478%2064.7098C120.179%2064.7098%20116.242%2063.6712%20112.667%2061.5939C109.092%2059.5166%20106.242%2056.7147%20104.116%2053.1881C102.039%2049.6616%20101%2045.7727%20101%2041.5215C101%2037.222%20102.039%2033.3331%20104.116%2029.8548C106.242%2026.3283%20109.092%2023.5264%20112.667%2021.4491C116.242%2019.3718%20120.179%2018.3331%20124.478%2018.3331C127.473%2018.3331%20130.299%2018.8404%20132.956%2019.8549C135.662%2020.821%20138.053%2022.2703%20140.13%2024.2027L136.869%2037.0287C135.662%2035.0481%20134.043%2033.3331%20132.014%2031.8838C130.034%2030.3862%20127.691%2029.6374%20124.985%2029.6374C122.715%2029.6374%20120.686%2030.1688%20118.899%2031.2316C117.111%2032.2944%20115.71%2033.7196%20114.696%2035.507C113.681%2037.2944%20113.174%2039.2993%20113.174%2041.5215C113.174%2043.6954%20113.681%2045.7002%20114.696%2047.536C115.71%2049.3234%20117.111%2050.7485%20118.899%2051.8113C120.686%2052.8741%20122.715%2053.4055%20124.985%2053.4055C127.691%2053.4055%20130.034%2052.6809%20132.014%2051.2316C134.043%2049.734%20135.662%2047.9949%20136.869%2046.0142L140.13%2058.8403C138.053%2060.7726%20135.662%2062.2461%20132.956%2063.2605C130.299%2064.2267%20127.473%2064.7098%20124.478%2064.7098Z'%20fill='%233A3A3A'/%3e%3c/svg%3e",QR="data:image/svg+xml,%3csvg%20width='528'%20height='165'%20viewBox='0%200%20528%20165'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='528'%20height='165'%20fill='black'/%3e%3cpath%20d='M69.6448%2052.0775L61.9465%2047.8047L32.7295%2064.9191C30.1528%2092.6189%2039.7082%20111.622%2056.081%20122.627C41.2649%20105.664%2038.8134%2080.0395%2039.9765%2069.482L69.6448%2052.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M79.163%2046.3989L71.3792%2042.3728L63.6836%2046.8088L71.3068%2051.0328L79.163%2046.3989Z'%20fill='white'/%3e%3cpath%20d='M48.5232%2074.0452C44.4435%2099.5977%2051.8336%20117.08%2056.0386%20122.627C56.0386%20122.627%2054.7332%20117.592%2054.1595%20114.312C51.7189%20100.361%2052.6833%2090.4718%2055.5016%2078.0713L86.3684%2060.3563C85.6742%2070.9236%2079.8596%2093.6481%2063.0229%20108.532C70.9949%20104.836%2081.4902%2098.794%2085.1665%2092.0229C84.9761%2092.437%2086.5692%2089.5794%2086.3684%2089.9853C93.6494%2075.8555%2094.6399%2063.9785%2094.6892%2055.2564L87.1738%2050.9619L48.5232%2074.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M84.0229%2094.672C77.7853%20105.817%2054.207%20114.591%2054.207%20114.591C54.207%20114.591%2054.4213%20116.102%2054.9555%20118.284C55.4897%20120.466%2056.0263%20122.609%2056.0263%20122.609C63.7193%20118.658%2075.6229%20110.433%2084.0229%2094.672Z'%20fill='white'/%3e%3cpath%20d='M494.854%20125V100.507C493.259%20101.715%20491.472%20102.657%20489.491%20103.333C487.511%20104.058%20485.361%20104.42%20483.042%20104.42C478.984%20104.42%20475.313%20103.382%20472.028%20101.304C468.743%2099.2271%20466.11%2096.4735%20464.129%2093.0435C462.197%2089.5653%20461.23%2085.7247%20461.23%2081.5218C461.23%2077.3189%20462.197%2073.4784%20464.129%2070.0001C466.11%2066.5219%20468.743%2063.7683%20472.028%2061.7393C475.313%2059.662%20478.984%2058.6234%20483.042%2058.6234C485.796%2058.6234%20488.332%2059.1064%20490.651%2060.0726C492.969%2061.0388%20494.95%2062.3673%20496.593%2064.0581V59.7828H507.462V125H494.854ZM484.491%2093.3334C486.617%2093.3334%20488.549%2092.802%20490.288%2091.7392C492.027%2090.6764%20493.404%2089.2513%20494.419%2087.4639C495.482%2085.6764%20496.013%2083.6957%20496.013%2081.5218C496.013%2079.3479%20495.482%2077.3673%20494.419%2075.5798C493.404%2073.7924%20492.027%2072.3673%20490.288%2071.3045C488.549%2070.2417%20486.617%2069.7103%20484.491%2069.7103C482.366%2069.7103%20480.433%2070.2417%20478.694%2071.3045C476.955%2072.3673%20475.554%2073.7924%20474.491%2075.5798C473.477%2077.3673%20472.97%2079.3479%20472.97%2081.5218C472.97%2083.6957%20473.477%2085.6764%20474.491%2087.4639C475.554%2089.2513%20476.955%2090.6764%20478.694%2091.7392C480.433%2092.802%20482.366%2093.3334%20484.491%2093.3334Z'%20fill='%23FF6503'/%3e%3cpath%20d='M441.132%20103.261V59.7826H453.741V103.261H441.132ZM447.436%2053.4782C445.552%2053.4782%20443.958%2052.826%20442.654%2051.5217C441.349%2050.2174%20440.697%2048.6232%20440.697%2046.7391C440.697%2044.8067%20441.349%2043.2125%20442.654%2041.9565C443.958%2040.6522%20445.552%2040%20447.436%2040C449.369%2040%20450.963%2040.6522%20452.219%2041.9565C453.523%2043.2125%20454.175%2044.8067%20454.175%2046.7391C454.175%2048.6232%20453.523%2050.2174%20452.219%2051.5217C450.963%2052.826%20449.369%2053.4782%20447.436%2053.4782Z'%20fill='%23FF6503'/%3e%3cpath%20d='M413.452%20103.261V69.7824H405.336V59.7824H413.669V45.2897H425.843V59.7824H434.466V69.7824H426.061V103.261H413.452Z'%20fill='white'/%3e%3cpath%20d='M359.059%20103.261V59.7825H370.363V64.5651C371.909%2062.5361%20373.817%2060.9902%20376.088%2059.9274C378.358%2058.8646%20380.798%2058.3332%20383.406%2058.3332C386.498%2058.3332%20389.373%2059.082%20392.03%2060.5796C394.735%2062.0288%20396.909%2064.1786%20398.551%2067.0288C400.242%2069.8307%20401.087%2073.2365%20401.087%2077.2462V103.261H388.479V78.9128C388.479%2076.4974%20387.754%2074.3476%20386.305%2072.4636C384.856%2070.5795%20382.778%2069.6375%20380.073%2069.6375C377.899%2069.6375%20375.943%2070.3863%20374.203%2071.8839C372.513%2073.3332%20371.667%2075.6278%20371.667%2078.7679V103.261H359.059Z'%20fill='white'/%3e%3cpath%20d='M331.56%20104.71C326.68%20104.71%20322.381%20103.695%20318.661%20101.666C314.941%2099.6374%20312.043%2096.8597%20309.966%2093.3331C307.888%2089.7582%20306.85%2085.6761%20306.85%2081.0868C306.85%2076.6906%20307.864%2072.8018%20309.893%2069.4201C311.922%2065.9902%20314.652%2063.2849%20318.081%2061.3042C321.56%2059.3235%20325.4%2058.3332%20329.603%2058.3332C333.903%2058.3332%20337.743%2059.3235%20341.125%2061.3042C344.507%2063.2366%20347.164%2065.8936%20349.096%2069.2752C351.077%2072.6568%20352.067%2076.4974%20352.067%2080.7969V85.2172H325.545C324.337%2085.2172%20323.178%2085.1447%20322.067%2084.9998C320.956%2084.8549%20319.845%2084.6858%20318.734%2084.4925C319.313%2087.3911%20320.738%2089.7582%20323.009%2091.594C325.328%2093.3814%20328.275%2094.2751%20331.85%2094.2751C334.603%2094.2751%20337.067%2093.7196%20339.241%2092.6085C341.463%2091.4974%20343.275%2090.1205%20344.676%2088.478L347.429%2099.7824C345.255%20101.425%20342.792%20102.657%20340.038%20103.478C337.333%20104.299%20334.507%20104.71%20331.56%20104.71ZM318.444%2076.8839C320.859%2076.3525%20323.226%2076.0868%20325.545%2076.0868H333.226C334.579%2076.0868%20335.859%2076.1351%20337.067%2076.2317C338.275%2076.3283%20339.41%2076.4974%20340.473%2076.7389C339.748%2074.1303%20338.42%2072.0771%20336.487%2070.5795C334.603%2069.082%20332.26%2068.3332%20329.458%2068.3332C326.801%2068.3332%20324.482%2069.1061%20322.502%2070.652C320.569%2072.1496%20319.217%2074.2269%20318.444%2076.8839Z'%20fill='white'/%3e%3cpath%20d='M284.884%20104.71C281.937%20104.71%20278.942%20104.227%20275.898%20103.261C272.903%20102.294%20270.56%20100.99%20268.869%2099.3476L271.985%2087.4635C273.386%2089.3959%20275.318%2091.0867%20277.782%2092.536C280.294%2093.9853%20282.879%2094.7099%20285.536%2094.7099C287.323%2094.7099%20288.603%2094.3717%20289.376%2093.6954C290.198%2093.0191%20290.608%2092.1978%20290.608%2091.2317C290.608%2090.1205%20290.198%2089.3234%20289.376%2088.8404C288.555%2088.309%20287.71%2087.8742%20286.84%2087.536L280.753%2085.2172C279.401%2084.6858%20277.855%2083.9611%20276.115%2083.0433C274.376%2082.1254%20272.855%2080.8211%20271.55%2079.1302C270.294%2077.4394%20269.666%2075.2172%20269.666%2072.4636C269.666%2069.9515%20270.294%2067.6327%20271.55%2065.5071C272.806%2063.3815%20274.618%2061.6665%20276.985%2060.3622C279.401%2059.0095%20282.299%2058.3332%20285.681%2058.3332C288.821%2058.3332%20291.743%2058.8646%20294.449%2059.9274C297.202%2060.9902%20299.207%2062.1738%20300.463%2063.4781L297.565%2074.9274C295.922%2072.8018%20293.966%2071.1834%20291.695%2070.0723C289.473%2068.9129%20287.347%2068.3332%20285.318%2068.3332C283.772%2068.3332%20282.637%2068.6472%20281.913%2069.2752C281.188%2069.9032%20280.826%2070.6278%20280.826%2071.4491C280.826%2072.0771%20281.067%2072.7051%20281.55%2073.3332C282.082%2073.9129%20282.951%2074.4443%20284.159%2074.9274L289.811%2077.0288C291.454%2077.6085%20293.193%2078.3814%20295.028%2079.3476C296.913%2080.3138%20298.507%2081.6665%20299.811%2083.4056C301.115%2085.0964%20301.768%2087.4394%20301.768%2090.4346C301.768%2094.6374%20300.198%2098.0674%20297.057%20100.724C293.966%20103.381%20289.908%20104.71%20284.884%20104.71Z'%20fill='white'/%3e%3cpath%20d='M219.861%20103.261V59.7825H231.166V64.5651C232.712%2062.5361%20234.62%2060.9902%20236.89%2059.9274C239.161%2058.8646%20241.6%2058.3332%20244.209%2058.3332C247.301%2058.3332%20250.175%2059.082%20252.832%2060.5796C255.538%2062.0288%20257.711%2064.1786%20259.354%2067.0288C261.045%2069.8307%20261.89%2073.2365%20261.89%2077.2462V103.261H249.282V78.9128C249.282%2076.4974%20248.557%2074.3476%20247.108%2072.4636C245.658%2070.5795%20243.581%2069.6375%20240.876%2069.6375C238.702%2069.6375%20236.745%2070.3863%20235.006%2071.8839C233.315%2073.3332%20232.47%2075.6278%20232.47%2078.7679V103.261H219.861Z'%20fill='white'/%3e%3cpath%20d='M188.99%20104.71C184.69%20104.71%20180.753%20103.671%20177.178%20101.594C173.603%2099.5167%20170.753%2096.7147%20168.628%2093.1882C166.55%2089.6616%20165.512%2085.7727%20165.512%2081.5215C165.512%2077.222%20166.55%2073.3331%20168.628%2069.8549C170.753%2066.3283%20173.603%2063.5264%20177.178%2061.4491C180.753%2059.3718%20184.69%2058.3332%20188.99%2058.3332C193.338%2058.3332%20197.275%2059.3718%20200.801%2061.4491C204.376%2063.5264%20207.202%2066.3283%20209.28%2069.8549C211.405%2073.3331%20212.468%2077.222%20212.468%2081.5215C212.468%2085.7727%20211.405%2089.6616%20209.28%2093.1882C207.202%2096.7147%20204.376%2099.5167%20200.801%20101.594C197.275%20103.671%20193.338%20104.71%20188.99%20104.71ZM188.99%2093.4056C191.164%2093.4056%20193.12%2092.8742%20194.859%2091.8114C196.647%2090.7486%20198.048%2089.3234%20199.062%2087.536C200.125%2085.7003%20200.657%2083.6954%20200.657%2081.5215C200.657%2079.2993%20200.125%2077.2945%20199.062%2075.5071C198.048%2073.7196%20196.647%2072.2945%20194.859%2071.2317C193.12%2070.1689%20191.164%2069.6375%20188.99%2069.6375C186.816%2069.6375%20184.835%2070.1689%20183.048%2071.2317C181.309%2072.2945%20179.908%2073.7196%20178.845%2075.5071C177.831%2077.2945%20177.323%2079.2993%20177.323%2081.5215C177.323%2083.6954%20177.831%2085.7003%20178.845%2087.536C179.908%2089.3234%20181.309%2090.7486%20183.048%2091.8114C184.835%2092.8742%20186.816%2093.4056%20188.99%2093.4056Z'%20fill='white'/%3e%3cpath%20d='M145.478%20104.71C141.179%20104.71%20137.242%20103.671%20133.667%20101.594C130.092%2099.5167%20127.242%2096.7147%20125.116%2093.1882C123.039%2089.6616%20122%2085.7727%20122%2081.5215C122%2077.222%20123.039%2073.3331%20125.116%2069.8549C127.242%2066.3283%20130.092%2063.5264%20133.667%2061.4491C137.242%2059.3718%20141.179%2058.3332%20145.478%2058.3332C148.473%2058.3332%20151.299%2058.8404%20153.956%2059.8549C156.662%2060.8211%20159.053%2062.2704%20161.13%2064.2027L157.869%2077.0288C156.662%2075.0481%20155.043%2073.3332%20153.014%2071.8839C151.034%2070.3863%20148.691%2069.6375%20145.985%2069.6375C143.715%2069.6375%20141.686%2070.1689%20139.899%2071.2317C138.111%2072.2945%20136.71%2073.7196%20135.696%2075.5071C134.681%2077.2945%20134.174%2079.2993%20134.174%2081.5215C134.174%2083.6954%20134.681%2085.7003%20135.696%2087.536C136.71%2089.3234%20138.111%2090.7486%20139.899%2091.8114C141.686%2092.8742%20143.715%2093.4056%20145.985%2093.4056C148.691%2093.4056%20151.034%2092.6809%20153.014%2091.2317C155.043%2089.7341%20156.662%2087.9949%20157.869%2086.0143L161.13%2098.8403C159.053%20100.773%20156.662%20102.246%20153.956%20103.261C151.299%20104.227%20148.473%20104.71%20145.478%20104.71Z'%20fill='white'/%3e%3c/svg%3e",qR="data:image/svg+xml,%3csvg%20width='1080'%20height='500'%20viewBox='0%200%201080%20500'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='1080'%20height='500'%20fill='black'/%3e%3cpath%20d='M218.892%20175.317L199.994%20164.828L128.27%20206.841C121.944%20274.841%20145.402%20321.492%20185.595%20348.507C149.223%20306.864%20143.205%20243.96%20146.06%20218.043L218.892%20175.317Z'%20fill='%23FF6503'/%3e%3cpath%20d='M242.258%20161.377L223.15%20151.493L204.258%20162.383L222.972%20172.752L242.258%20161.377Z'%20fill='white'/%3e%3cpath%20d='M167.041%20229.244C157.025%20291.973%20175.167%20334.89%20185.49%20348.507C185.49%20348.507%20182.285%20336.145%20180.877%20328.095C174.886%20293.848%20177.253%20269.57%20184.172%20239.128L259.946%20195.64C258.242%20221.581%20243.968%20277.367%20202.635%20313.905C222.206%20304.831%20247.971%20290%20256.995%20273.378C256.528%20274.394%20260.439%20267.379%20259.946%20268.375C277.82%20233.689%20280.252%20204.532%20280.373%20183.121L261.923%20172.578L167.041%20229.244Z'%20fill='%23FF6503'/%3e%3cpath%20d='M254.189%20279.881C238.876%20307.239%20180.994%20328.779%20180.994%20328.779C180.994%20328.779%20181.52%20332.487%20182.831%20337.844C184.143%20343.201%20185.46%20348.461%20185.46%20348.461C204.346%20338.763%20233.568%20318.571%20254.189%20279.881Z'%20fill='white'/%3e%3cpath%20d='M918.244%20301.838C912.221%20301.838%20906.099%20300.851%20899.878%20298.876C893.756%20296.901%20888.968%20294.235%20885.512%20290.878L891.88%20266.588C894.744%20270.538%20898.693%20273.994%20903.729%20276.956C908.864%20279.918%20914.146%20281.399%20919.577%20281.399C923.23%20281.399%20925.847%20280.708%20927.427%20279.326C929.105%20277.943%20929.945%20276.265%20929.945%20274.29C929.945%20272.019%20929.105%20270.39%20927.427%20269.402C925.748%20268.316%20924.02%20267.427%20922.243%20266.736L909.802%20261.997C907.037%20260.911%20903.877%20259.43%20900.323%20257.554C896.768%20255.677%20893.658%20253.011%20890.992%20249.556C888.425%20246.1%20887.141%20241.558%20887.141%20235.93C887.141%20230.795%20888.425%20226.056%20890.992%20221.711C893.559%20217.366%20897.262%20213.861%20902.1%20211.195C907.037%20208.431%20912.961%20207.048%20919.873%20207.048C926.291%20207.048%20932.265%20208.134%20937.794%20210.307C943.423%20212.479%20947.52%20214.898%20950.087%20217.564L944.163%20240.965C940.806%20236.621%20936.807%20233.313%20932.166%20231.042C927.624%20228.672%20923.28%20227.487%20919.133%20227.487C915.973%20227.487%20913.652%20228.129%20912.171%20229.413C910.69%20230.696%20909.95%20232.177%20909.95%20233.856C909.95%20235.14%20910.443%20236.423%20911.431%20237.707C912.517%20238.892%20914.294%20239.978%20916.763%20240.965L928.315%20245.26C931.673%20246.445%20935.227%20248.025%20938.979%20250C942.83%20251.975%20946.088%20254.739%20948.754%20258.294C951.42%20261.75%20952.753%20266.539%20952.753%20272.661C952.753%20281.251%20949.544%20288.262%20943.126%20293.692C936.807%20299.123%20928.513%20301.838%20918.244%20301.838Z'%20fill='white'/%3e%3cpath%20d='M849.021%20298.876L813.623%20250L842.801%20210.01H870.497L841.764%20247.778L879.384%20298.876H849.021ZM789.926%20298.876V156.691H815.697V298.876H789.926Z'%20fill='white'/%3e%3cpath%20d='M721.82%20298.876V210.01H744.925V225.266C747.986%20220.131%20751.837%20216.182%20756.478%20213.417C761.217%20210.554%20766.747%20209.122%20773.066%20209.122L778.694%20231.931C776.818%20231.338%20774.695%20231.042%20772.326%20231.042C764.92%20231.042%20758.946%20233.461%20754.404%20238.299C749.862%20243.039%20747.591%20249.852%20747.591%20258.738V298.876H721.82Z'%20fill='white'/%3e%3cpath%20d='M658.726%20301.838C649.938%20301.838%20641.891%20299.715%20634.584%20295.469C627.277%20291.224%20621.452%20285.497%20617.107%20278.289C612.861%20271.081%20610.738%20263.132%20610.738%20254.443C610.738%20245.655%20612.861%20237.707%20617.107%20230.598C621.452%20223.39%20627.277%20217.663%20634.584%20213.417C641.891%20209.171%20649.938%20207.048%20658.726%20207.048C667.612%20207.048%20675.66%20209.171%20682.868%20213.417C690.174%20217.663%20695.951%20223.39%20700.196%20230.598C704.541%20237.707%20706.713%20245.655%20706.713%20254.443C706.713%20263.132%20704.541%20271.081%20700.196%20278.289C695.951%20285.497%20690.174%20291.224%20682.868%20295.469C675.66%20299.715%20667.612%20301.838%20658.726%20301.838ZM658.726%20278.733C663.169%20278.733%20667.168%20277.647%20670.723%20275.475C674.376%20273.302%20677.239%20270.39%20679.313%20266.736C681.485%20262.984%20682.571%20258.886%20682.571%20254.443C682.571%20249.901%20681.485%20245.804%20679.313%20242.15C677.239%20238.497%20674.376%20235.584%20670.723%20233.412C667.168%20231.239%20663.169%20230.153%20658.726%20230.153C654.282%20230.153%20650.234%20231.239%20646.581%20233.412C643.026%20235.584%20640.163%20238.497%20637.99%20242.15C635.917%20245.804%20634.88%20249.901%20634.88%20254.443C634.88%20258.886%20635.917%20262.984%20637.99%20266.736C640.163%20270.39%20643.026%20273.302%20646.581%20275.475C650.234%20277.647%20654.282%20278.733%20658.726%20278.733Z'%20fill='white'/%3e%3cpath%20d='M506.867%20303.319L462.582%20210.01H490.278L503.905%20238.596C505.188%20241.064%20506.472%20243.779%20507.755%20246.742C509.039%20249.605%20510.323%20252.863%20511.606%20256.517C512.989%20253.061%20514.322%20250.049%20515.605%20247.482C516.988%20244.816%20518.321%20242.249%20519.604%20239.78L536.34%20207.048L553.669%20239.78C554.854%20241.953%20556.088%20244.372%20557.372%20247.038C558.754%20249.704%20560.087%20252.863%20561.371%20256.517C562.655%20252.567%20563.889%20249.21%20565.074%20246.445C566.357%20243.681%20567.592%20241.064%20568.776%20238.596L582.403%20210.01H608.914L564.629%20303.319L544.338%20269.106C542.759%20266.539%20541.277%20263.922%20539.895%20261.256C538.513%20258.59%20537.13%20255.776%20535.748%20252.814C534.464%20255.776%20533.082%20258.59%20531.601%20261.256C530.219%20263.922%20528.738%20266.539%20527.158%20269.106L506.867%20303.319Z'%20fill='white'/%3e%3cpath%20d='M426.191%20343.309V293.248C422.933%20295.717%20419.28%20297.642%20415.231%20299.024C411.183%20300.505%20406.789%20301.246%20402.05%20301.246C393.756%20301.246%20386.251%20299.123%20379.537%20294.877C372.823%20290.631%20367.441%20285.003%20363.393%20277.993C359.444%20270.884%20357.469%20263.034%20357.469%20254.443C357.469%20245.853%20359.444%20238.003%20363.393%20230.894C367.441%20223.785%20372.823%20218.157%20379.537%20214.01C386.251%20209.764%20393.756%20207.641%20402.05%20207.641C407.678%20207.641%20412.862%20208.628%20417.601%20210.603C422.341%20212.578%20426.389%20215.293%20429.746%20218.749V210.011H451.963V343.309H426.191ZM405.012%20278.585C409.356%20278.585%20413.306%20277.499%20416.861%20275.327C420.415%20273.155%20423.229%20270.242%20425.303%20266.588C427.475%20262.935%20428.561%20258.887%20428.561%20254.443C428.561%20250%20427.475%20245.952%20425.303%20242.298C423.229%20238.645%20420.415%20235.732%20416.861%20233.56C413.306%20231.388%20409.356%20230.302%20405.012%20230.302C400.667%20230.302%20396.718%20231.388%20393.163%20233.56C389.608%20235.732%20386.745%20238.645%20384.573%20242.298C382.499%20245.952%20381.462%20250%20381.462%20254.443C381.462%20258.887%20382.499%20262.935%20384.573%20266.588C386.745%20270.242%20389.608%20273.155%20393.163%20275.327C396.718%20277.499%20400.667%20278.585%20405.012%20278.585Z'%20fill='%23FF6503'/%3e%3cpath%20d='M316.389%20298.876V210.01H342.16V298.876H316.389ZM329.274%20197.125C325.423%20197.125%20322.165%20195.792%20319.499%20193.126C316.833%20190.46%20315.5%20187.202%20315.5%20183.351C315.5%20179.401%20316.833%20176.143%20319.499%20173.575C322.165%20170.91%20325.423%20169.577%20329.274%20169.577C333.224%20169.577%20336.482%20170.91%20339.049%20173.575C341.715%20176.143%20343.048%20179.401%20343.048%20183.351C343.048%20187.202%20341.715%20190.46%20339.049%20193.126C336.482%20195.792%20333.224%20197.125%20329.274%20197.125Z'%20fill='%23FF6503'/%3e%3c/svg%3e",KR="data:image/svg+xml,%3csvg%20width='392'%20height='85'%20viewBox='0%200%20392%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%23ffffff'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.6719C56.7853%2065.8166%2033.207%2074.5909%2033.207%2074.5909C33.207%2074.5909%2033.4213%2076.1014%2033.9555%2078.2836C34.4897%2080.4658%2035.0263%2082.6084%2035.0263%2082.6084C42.7193%2078.6579%2054.6229%2070.4325%2063.0229%2054.6719Z'%20fill='%23ffffff'/%3e%3cpath%20d='M375.536%2066.1111C372.792%2066.1111%20370.004%2065.6614%20367.171%2064.7619C364.382%2063.8624%20362.201%2062.6482%20360.627%2061.1191L363.528%2050.0556C364.832%2051.8545%20366.631%2053.4286%20368.925%2054.7778C371.263%2056.127%20373.669%2056.8016%20376.143%2056.8016C377.807%2056.8016%20378.999%2056.4868%20379.718%2055.8571C380.483%2055.2275%20380.865%2054.463%20380.865%2053.5635C380.865%2052.5291%20380.483%2051.787%20379.718%2051.3373C378.954%2050.8426%20378.167%2050.4378%20377.357%2050.123L371.69%2047.9643C370.431%2047.4696%20368.992%2046.795%20367.373%2045.9405C365.754%2045.086%20364.337%2043.8717%20363.123%2042.2976C361.954%2040.7236%20361.369%2038.6548%20361.369%2036.0913C361.369%2033.7527%20361.954%2031.5939%20363.123%2029.6151C364.292%2027.6363%20365.979%2026.0397%20368.183%2024.8254C370.431%2023.5662%20373.13%2022.9365%20376.278%2022.9365C379.201%2022.9365%20381.922%2023.4312%20384.44%2024.4206C387.004%2025.4101%20388.87%2026.5119%20390.04%2027.7262L387.341%2038.3849C385.812%2036.4061%20383.991%2034.8995%20381.877%2033.8651C379.808%2032.7857%20377.829%2032.246%20375.94%2032.246C374.501%2032.246%20373.444%2032.5384%20372.77%2033.123C372.095%2033.7077%20371.758%2034.3823%20371.758%2035.1468C371.758%2035.7315%20371.983%2036.3161%20372.432%2036.9008C372.927%2037.4405%20373.737%2037.9352%20374.861%2038.3849L380.123%2040.3413C381.652%2040.881%20383.271%2041.6005%20384.98%2042.5C386.734%2043.3995%20388.218%2044.6587%20389.432%2046.2778C390.647%2047.8519%20391.254%2050.0331%20391.254%2052.8214C391.254%2056.7341%20389.792%2059.9272%20386.869%2062.4008C383.991%2064.8743%20380.213%2066.1111%20375.536%2066.1111Z'%20fill='%23ffffff'/%3e%3cpath%20d='M344.006%2064.7619L327.883%2042.5L341.173%2024.2857H353.788L340.701%2041.4881L357.836%2064.7619H344.006ZM317.09%2064.7619V0H328.828V64.7619H317.09Z'%20fill='%23ffffff'/%3e%3cpath%20d='M286.068%2064.7618V24.2856H296.592V31.234C297.986%2028.8954%20299.74%2027.0965%20301.854%2025.8372C304.013%2024.533%20306.531%2023.8809%20309.41%2023.8809L311.973%2034.2697C311.119%2033.9999%20310.152%2033.865%20309.072%2033.865C305.699%2033.865%20302.978%2034.9668%20300.91%2037.1705C298.841%2039.3293%20297.806%2042.4324%20297.806%2046.4801V64.7618H286.068Z'%20fill='%23ffffff'/%3e%3cpath%20d='M257.33%2066.1111C253.327%2066.1111%20249.662%2065.1442%20246.334%2063.2103C243.006%2061.2765%20240.352%2058.668%20238.373%2055.3849C236.44%2052.1019%20235.473%2048.4815%20235.473%2044.5238C235.473%2040.5212%20236.44%2036.9008%20238.373%2033.6627C240.352%2030.3796%20243.006%2027.7712%20246.334%2025.8373C249.662%2023.9035%20253.327%2022.9365%20257.33%2022.9365C261.377%2022.9365%20265.043%2023.9035%20268.326%2025.8373C271.654%2027.7712%20274.285%2030.3796%20276.219%2033.6627C278.198%2036.9008%20279.187%2040.5212%20279.187%2044.5238C279.187%2048.4815%20278.198%2052.1019%20276.219%2055.3849C274.285%2058.668%20271.654%2061.2765%20268.326%2063.2103C265.043%2065.1442%20261.377%2066.1111%20257.33%2066.1111ZM257.33%2055.5873C259.354%2055.5873%20261.175%2055.0926%20262.794%2054.1032C264.458%2053.1138%20265.762%2051.787%20266.707%2050.123C267.696%2048.414%20268.191%2046.5476%20268.191%2044.5238C268.191%2042.455%20267.696%2040.5886%20266.707%2038.9246C265.762%2037.2606%20264.458%2035.9339%20262.794%2034.9445C261.175%2033.955%20259.354%2033.4603%20257.33%2033.4603C255.306%2033.4603%20253.462%2033.955%20251.798%2034.9445C250.179%2035.9339%20248.875%2037.2606%20247.885%2038.9246C246.941%2040.5886%20246.469%2042.455%20246.469%2044.5238C246.469%2046.5476%20246.941%2048.414%20247.885%2050.123C248.875%2051.787%20250.179%2053.1138%20251.798%2054.1032C253.462%2055.0926%20255.306%2055.5873%20257.33%2055.5873Z'%20fill='%23ffffff'/%3e%3cpath%20d='M188.163%2066.7857L167.992%2024.2857H180.607L186.814%2037.3056C187.398%2038.4299%20187.983%2039.6667%20188.568%2041.0159C189.152%2042.3201%20189.737%2043.8042%20190.322%2045.4683C190.951%2043.8942%20191.558%2042.5225%20192.143%2041.3532C192.773%2040.1389%20193.38%2038.9696%20193.964%2037.8453L201.587%2022.9365L209.48%2037.8453C210.02%2038.8347%20210.582%2039.9365%20211.167%2041.1508C211.796%2042.3651%20212.404%2043.8042%20212.988%2045.4683C213.573%2043.6693%20214.135%2042.1402%20214.675%2040.881C215.259%2039.6217%20215.822%2038.4299%20216.361%2037.3056L222.568%2024.2857H234.643L214.472%2066.7857L205.23%2051.2024C204.511%2050.0331%20203.836%2048.8413%20203.206%2047.627C202.577%2046.4127%20201.947%2045.131%20201.318%2043.7818C200.733%2045.131%20200.103%2046.4127%20199.429%2047.627C198.799%2048.8413%20198.124%2050.0331%20197.405%2051.2024L188.163%2066.7857Z'%20fill='%23ffffff'/%3e%3cpath%20d='M151.419%2084.9999V62.1984C149.935%2063.3227%20148.271%2064.1997%20146.427%2064.8293C144.583%2065.5039%20142.581%2065.8412%20140.423%2065.8412C136.645%2065.8412%20133.227%2064.8743%20130.169%2062.9404C127.111%2061.0066%20124.66%2058.4431%20122.816%2055.2499C121.017%2052.0118%20120.117%2048.4365%20120.117%2044.5238C120.117%2040.6111%20121.017%2037.0357%20122.816%2033.7976C124.66%2030.5595%20127.111%2027.996%20130.169%2026.1071C133.227%2024.1732%20136.645%2023.2063%20140.423%2023.2063C142.986%2023.2063%20145.347%2023.656%20147.506%2024.5555C149.665%2025.455%20151.509%2026.6917%20153.038%2028.2658V24.2857H163.157V84.9999H151.419ZM141.772%2055.5198C143.751%2055.5198%20145.55%2055.0251%20147.169%2054.0357C148.788%2053.0462%20150.07%2051.7195%20151.014%2050.0555C152.003%2048.3915%20152.498%2046.5476%20152.498%2044.5238C152.498%2042.4999%20152.003%2040.656%20151.014%2038.992C150.07%2037.328%20148.788%2036.0013%20147.169%2035.0119C145.55%2034.0224%20143.751%2033.5277%20141.772%2033.5277C139.793%2033.5277%20137.994%2034.0224%20136.375%2035.0119C134.756%2036.0013%20133.452%2037.328%20132.462%2038.992C131.518%2040.656%20131.046%2042.4999%20131.046%2044.5238C131.046%2046.5476%20131.518%2048.3915%20132.462%2050.0555C133.452%2051.7195%20134.756%2053.0462%20136.375%2054.0357C137.994%2055.0251%20139.793%2055.5198%20141.772%2055.5198Z'%20fill='%23FF6503'/%3e%3cpath%20d='M101.405%2064.762V24.2858H113.143V64.762H101.405ZM107.274%2018.4168C105.52%2018.4168%20104.036%2017.8096%20102.821%2016.5953C101.607%2015.381%20101%2013.8969%20101%2012.1429C101%2010.344%20101.607%208.85988%20102.821%207.69057C104.036%206.47628%20105.52%205.86914%20107.274%205.86914C109.073%205.86914%20110.557%206.47628%20111.726%207.69057C112.94%208.85988%20113.548%2010.344%20113.548%2012.1429C113.548%2013.8969%20112.94%2015.381%20111.726%2016.5953C110.557%2017.8096%20109.073%2018.4168%20107.274%2018.4168Z'%20fill='%23FF6503'/%3e%3c/svg%3e",ek="data:image/svg+xml,%3csvg%20width='445'%20height='85'%20viewBox='0%200%20445%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.672C56.7853%2065.8167%2033.207%2074.5911%2033.207%2074.5911C33.207%2074.5911%2033.4213%2076.1015%2033.9555%2078.2837C34.4897%2080.4659%2035.0263%2082.6085%2035.0263%2082.6085C42.7193%2078.658%2054.6229%2070.4326%2063.0229%2054.672Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M432.458%2085V62.1985C430.974%2063.3228%20429.31%2064.1998%20427.466%2064.8294C425.622%2065.504%20423.62%2065.8413%20421.462%2065.8413C417.684%2065.8413%20414.266%2064.8744%20411.208%2062.9406C408.15%2061.0067%20405.699%2058.4432%20403.855%2055.2501C402.056%2052.012%20401.156%2048.4366%20401.156%2044.5239C401.156%2040.6112%20402.056%2037.0359%20403.855%2033.7978C405.699%2030.5597%20408.15%2027.9962%20411.208%2026.1073C414.266%2024.1735%20417.684%2023.2065%20421.462%2023.2065C424.025%2023.2065%20426.386%2023.6563%20428.545%2024.5557C430.704%2025.4552%20432.548%2026.692%20434.077%2028.266V24.2859H444.196V85H432.458ZM422.811%2055.5199C424.79%2055.5199%20426.589%2055.0252%20428.208%2054.0358C429.827%2053.0464%20431.109%2051.7197%20432.053%2050.0557C433.042%2048.3916%20433.537%2046.5477%20433.537%2044.5239C433.537%2042.5001%20433.042%2040.6562%20432.053%2038.9922C431.109%2037.3282%20429.827%2036.0015%20428.208%2035.0121C426.589%2034.0226%20424.79%2033.5279%20422.811%2033.5279C420.832%2033.5279%20419.033%2034.0226%20417.414%2035.0121C415.795%2036.0015%20414.491%2037.3282%20413.501%2038.9922C412.557%2040.6562%20412.085%2042.5001%20412.085%2044.5239C412.085%2046.5477%20412.557%2048.3916%20413.501%2050.0557C414.491%2051.7197%20415.795%2053.0464%20417.414%2054.0358C419.033%2055.0252%20420.832%2055.5199%20422.811%2055.5199Z'%20fill='%23FF6503'/%3e%3cpath%20d='M382.444%2064.7617V24.2856H394.182V64.7617H382.444ZM388.313%2018.4166C386.559%2018.4166%20385.075%2017.8095%20383.86%2016.5952C382.646%2015.3809%20382.039%2013.8968%20382.039%2012.1428C382.039%2010.3439%20382.646%208.85975%20383.86%207.69044C385.075%206.47616%20386.559%205.86902%20388.313%205.86902C390.112%205.86902%20391.596%206.47616%20392.765%207.69044C393.979%208.85975%20394.587%2010.3439%20394.587%2012.1428C394.587%2013.8968%20393.979%2015.3809%20392.765%2016.5952C391.596%2017.8095%20390.112%2018.4166%20388.313%2018.4166Z'%20fill='%23FF6503'/%3e%3cpath%20d='M334.719%2084.9997L348.211%2057.8808L331.684%2024.2856H344.636L351.787%2039.1269C352.416%2040.4761%20352.956%2041.7128%20353.406%2042.8372C353.9%2043.9165%20354.305%2044.9734%20354.62%2046.0078C354.98%2044.9734%20355.407%2043.9165%20355.902%2042.8372C356.396%2041.7128%20356.981%2040.4761%20357.656%2039.1269L364.941%2024.2856H377.422L347.334%2084.9997H334.719Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M314.994%2064.7617V0H326.732V64.7617H314.994Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M264.961%2085V24.2859H275.08V28.266C276.654%2026.692%20278.498%2025.4552%20280.612%2024.5557C282.77%2023.6563%20285.132%2023.2065%20287.695%2023.2065C291.473%2023.2065%20294.891%2024.1735%20297.949%2026.1073C301.007%2027.9962%20303.436%2030.5597%20305.235%2033.7978C307.079%2037.0359%20308%2040.6112%20308%2044.5239C308%2048.4366%20307.079%2052.012%20305.235%2055.2501C303.436%2058.4432%20301.007%2061.0067%20297.949%2062.9406C294.891%2064.8744%20291.473%2065.8413%20287.695%2065.8413C285.536%2065.8413%20283.535%2065.504%20281.691%2064.8294C279.847%2064.1998%20278.183%2063.3228%20276.699%2062.1985V85H264.961ZM286.346%2055.5199C288.325%2055.5199%20290.124%2055.0252%20291.743%2054.0358C293.362%2053.0464%20294.643%2051.7197%20295.588%2050.0557C296.577%2048.3916%20297.072%2046.5477%20297.072%2044.5239C297.072%2042.5001%20296.577%2040.6562%20295.588%2038.9922C294.643%2037.3282%20293.362%2036.0015%20291.743%2035.0121C290.124%2034.0226%20288.325%2033.5279%20286.346%2033.5279C284.367%2033.5279%20282.568%2034.0226%20280.949%2035.0121C279.33%2036.0015%20278.026%2037.3282%20277.036%2038.9922C276.092%2040.6562%20275.62%2042.5001%20275.62%2044.5239C275.62%2046.5477%20276.092%2048.3916%20277.036%2050.0557C278.026%2051.7197%20279.33%2053.0464%20280.949%2054.0358C282.568%2055.0252%20284.367%2055.5199%20286.346%2055.5199Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M192.104%2064.7617V24.2856H202.627V28.738C204.066%2026.8491%20205.843%2025.4099%20207.957%2024.4205C210.115%2023.4311%20212.364%2022.9364%20214.703%2022.9364C217.086%2022.9364%20219.335%2023.4311%20221.449%2024.4205C223.562%2025.4099%20225.339%2026.8491%20226.778%2028.738C228.352%2026.8491%20230.308%2025.4099%20232.647%2024.4205C234.986%2023.4311%20237.527%2022.9364%20240.27%2022.9364C243.148%2022.9364%20245.847%2023.611%20248.365%2024.9602C250.884%2026.2644%20252.93%2028.1983%20254.504%2030.7618C256.078%2033.2803%20256.865%2036.361%20256.865%2040.0038V64.7617H245.127V41.6903C245.127%2039.5316%20244.498%2037.6202%20243.238%2035.9562C241.979%2034.2922%20240.158%2033.4602%20237.774%2033.4602C236.515%2033.4602%20235.3%2033.775%20234.131%2034.4046C233.007%2034.9893%20232.085%2035.8887%20231.365%2037.103C230.691%2038.2723%20230.353%2039.7565%20230.353%2041.5554V64.7617H218.615V41.6903C218.615%2040.2512%20218.323%2038.902%20217.738%2037.6427C217.199%2036.3834%20216.367%2035.3715%20215.242%2034.607C214.163%2033.8425%20212.836%2033.4602%20211.262%2033.4602C210.003%2033.4602%20208.789%2033.775%20207.619%2034.4046C206.495%2034.9893%20205.573%2035.8887%20204.853%2037.103C204.179%2038.2723%20203.842%2039.7565%20203.842%2041.5554V64.7617H192.104Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M163.365%2066.1109C159.362%2066.1109%20155.697%2065.1439%20152.369%2063.2101C149.041%2061.2762%20146.387%2058.6678%20144.409%2055.3847C142.475%2052.1017%20141.508%2048.4813%20141.508%2044.5236C141.508%2040.521%20142.475%2036.9006%20144.409%2033.6626C146.387%2030.3795%20149.041%2027.771%20152.369%2025.8372C155.697%2023.9033%20159.362%2022.9364%20163.365%2022.9364C167.412%2022.9364%20171.078%2023.9033%20174.361%2025.8372C177.689%2027.771%20180.32%2030.3795%20182.254%2033.6626C184.233%2036.9006%20185.222%2040.521%20185.222%2044.5236C185.222%2048.4813%20184.233%2052.1017%20182.254%2055.3847C180.32%2058.6678%20177.689%2061.2762%20174.361%2063.2101C171.078%2065.1439%20167.412%2066.1109%20163.365%2066.1109ZM163.365%2055.5871C165.389%2055.5871%20167.21%2055.0924%20168.829%2054.103C170.493%2053.1136%20171.797%2051.7868%20172.742%2050.1228C173.731%2048.4138%20174.226%2046.5474%20174.226%2044.5236C174.226%2042.4549%20173.731%2040.5885%20172.742%2038.9244C171.797%2037.2604%20170.493%2035.9337%20168.829%2034.9443C167.21%2033.9549%20165.389%2033.4602%20163.365%2033.4602C161.341%2033.4602%20159.497%2033.9549%20157.833%2034.9443C156.214%2035.9337%20154.91%2037.2604%20153.92%2038.9244C152.976%2040.5885%20152.504%2042.4549%20152.504%2044.5236C152.504%2046.5474%20152.976%2048.4138%20153.92%2050.1228C154.91%2051.7868%20156.214%2053.1136%20157.833%2054.103C159.497%2055.0924%20161.341%2055.5871%20163.365%2055.5871Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M122.857%2066.1109C118.854%2066.1109%20115.189%2065.1439%20111.861%2063.2101C108.533%2061.2762%20105.88%2058.6678%20103.901%2055.3847C101.967%2052.1017%20101%2048.4813%20101%2044.5236C101%2040.521%20101.967%2036.9006%20103.901%2033.6626C105.88%2030.3795%20108.533%2027.771%20111.861%2025.8372C115.189%2023.9033%20118.854%2022.9364%20122.857%2022.9364C125.645%2022.9364%20128.276%2023.4086%20130.75%2024.3531C133.268%2025.2525%20135.495%2026.6017%20137.428%2028.4007L134.393%2040.3411C133.268%2038.4972%20131.762%2036.9006%20129.873%2035.5514C128.029%2034.1573%20125.848%2033.4602%20123.329%2033.4602C121.216%2033.4602%20119.327%2033.9549%20117.663%2034.9443C115.999%2035.9337%20114.694%2037.2604%20113.75%2038.9244C112.806%2040.5885%20112.333%2042.4549%20112.333%2044.5236C112.333%2046.5474%20112.806%2048.4138%20113.75%2050.1228C114.694%2051.7868%20115.999%2053.1136%20117.663%2054.103C119.327%2055.0924%20121.216%2055.5871%20123.329%2055.5871C125.848%2055.5871%20128.029%2054.9125%20129.873%2053.5633C131.762%2052.1691%20133.268%2050.5501%20134.393%2048.7062L137.428%2060.6466C135.495%2062.4455%20133.268%2063.8172%20130.75%2064.7617C128.276%2065.6611%20125.645%2066.1109%20122.857%2066.1109Z'%20fill='%233A3A3A'/%3e%3c/svg%3e",tk="data:image/svg+xml,%3csvg%20width='445'%20height='85'%20viewBox='0%200%20445%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.672C56.7853%2065.8167%2033.207%2074.5911%2033.207%2074.5911C33.207%2074.5911%2033.4213%2076.1015%2033.9555%2078.2837C34.4897%2080.4659%2035.0263%2082.6085%2035.0263%2082.6085C42.7193%2078.658%2054.6229%2070.4326%2063.0229%2054.672Z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M432.458%2085V62.1985C430.974%2063.3228%20429.31%2064.1998%20427.466%2064.8294C425.622%2065.504%20423.62%2065.8413%20421.462%2065.8413C417.684%2065.8413%20414.266%2064.8744%20411.208%2062.9406C408.15%2061.0067%20405.699%2058.4432%20403.855%2055.2501C402.056%2052.012%20401.156%2048.4366%20401.156%2044.5239C401.156%2040.6112%20402.056%2037.0359%20403.855%2033.7978C405.699%2030.5597%20408.15%2027.9962%20411.208%2026.1073C414.266%2024.1735%20417.684%2023.2065%20421.462%2023.2065C424.025%2023.2065%20426.386%2023.6563%20428.545%2024.5557C430.704%2025.4552%20432.548%2026.692%20434.077%2028.266V24.2859H444.196V85H432.458ZM422.811%2055.5199C424.79%2055.5199%20426.589%2055.0252%20428.208%2054.0358C429.827%2053.0464%20431.109%2051.7197%20432.053%2050.0557C433.042%2048.3916%20433.537%2046.5477%20433.537%2044.5239C433.537%2042.5001%20433.042%2040.6562%20432.053%2038.9922C431.109%2037.3282%20429.827%2036.0015%20428.208%2035.0121C426.589%2034.0226%20424.79%2033.5279%20422.811%2033.5279C420.832%2033.5279%20419.033%2034.0226%20417.414%2035.0121C415.795%2036.0015%20414.491%2037.3282%20413.501%2038.9922C412.557%2040.6562%20412.085%2042.5001%20412.085%2044.5239C412.085%2046.5477%20412.557%2048.3916%20413.501%2050.0557C414.491%2051.7197%20415.795%2053.0464%20417.414%2054.0358C419.033%2055.0252%20420.832%2055.5199%20422.811%2055.5199Z'%20fill='%23FF6503'/%3e%3cpath%20d='M382.444%2064.7617V24.2856H394.182V64.7617H382.444ZM388.313%2018.4166C386.559%2018.4166%20385.075%2017.8095%20383.86%2016.5952C382.646%2015.3809%20382.039%2013.8968%20382.039%2012.1428C382.039%2010.3439%20382.646%208.85975%20383.86%207.69044C385.075%206.47616%20386.559%205.86902%20388.313%205.86902C390.112%205.86902%20391.596%206.47616%20392.765%207.69044C393.979%208.85975%20394.587%2010.3439%20394.587%2012.1428C394.587%2013.8968%20393.979%2015.3809%20392.765%2016.5952C391.596%2017.8095%20390.112%2018.4166%20388.313%2018.4166Z'%20fill='%23FF6503'/%3e%3cpath%20d='M334.719%2084.9997L348.211%2057.8808L331.684%2024.2856H344.636L351.787%2039.1269C352.416%2040.4761%20352.956%2041.7128%20353.406%2042.8372C353.9%2043.9165%20354.305%2044.9734%20354.62%2046.0078C354.98%2044.9734%20355.407%2043.9165%20355.902%2042.8372C356.396%2041.7128%20356.981%2040.4761%20357.656%2039.1269L364.941%2024.2856H377.422L347.334%2084.9997H334.719Z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M314.994%2064.7617V0H326.732V64.7617H314.994Z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M264.961%2085V24.2859H275.08V28.266C276.654%2026.692%20278.498%2025.4552%20280.612%2024.5557C282.77%2023.6563%20285.132%2023.2065%20287.695%2023.2065C291.473%2023.2065%20294.891%2024.1735%20297.949%2026.1073C301.007%2027.9962%20303.436%2030.5597%20305.235%2033.7978C307.079%2037.0359%20308%2040.6112%20308%2044.5239C308%2048.4366%20307.079%2052.012%20305.235%2055.2501C303.436%2058.4432%20301.007%2061.0067%20297.949%2062.9406C294.891%2064.8744%20291.473%2065.8413%20287.695%2065.8413C285.536%2065.8413%20283.535%2065.504%20281.691%2064.8294C279.847%2064.1998%20278.183%2063.3228%20276.699%2062.1985V85H264.961ZM286.346%2055.5199C288.325%2055.5199%20290.124%2055.0252%20291.743%2054.0358C293.362%2053.0464%20294.643%2051.7197%20295.588%2050.0557C296.577%2048.3916%20297.072%2046.5477%20297.072%2044.5239C297.072%2042.5001%20296.577%2040.6562%20295.588%2038.9922C294.643%2037.3282%20293.362%2036.0015%20291.743%2035.0121C290.124%2034.0226%20288.325%2033.5279%20286.346%2033.5279C284.367%2033.5279%20282.568%2034.0226%20280.949%2035.0121C279.33%2036.0015%20278.026%2037.3282%20277.036%2038.9922C276.092%2040.6562%20275.62%2042.5001%20275.62%2044.5239C275.62%2046.5477%20276.092%2048.3916%20277.036%2050.0557C278.026%2051.7197%20279.33%2053.0464%20280.949%2054.0358C282.568%2055.0252%20284.367%2055.5199%20286.346%2055.5199Z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M192.104%2064.7617V24.2856H202.627V28.738C204.066%2026.8491%20205.843%2025.4099%20207.957%2024.4205C210.115%2023.4311%20212.364%2022.9364%20214.703%2022.9364C217.086%2022.9364%20219.335%2023.4311%20221.449%2024.4205C223.562%2025.4099%20225.339%2026.8491%20226.778%2028.738C228.352%2026.8491%20230.308%2025.4099%20232.647%2024.4205C234.986%2023.4311%20237.527%2022.9364%20240.27%2022.9364C243.148%2022.9364%20245.847%2023.611%20248.365%2024.9602C250.884%2026.2644%20252.93%2028.1983%20254.504%2030.7618C256.078%2033.2803%20256.865%2036.361%20256.865%2040.0038V64.7617H245.127V41.6903C245.127%2039.5316%20244.498%2037.6202%20243.238%2035.9562C241.979%2034.2922%20240.158%2033.4602%20237.774%2033.4602C236.515%2033.4602%20235.3%2033.775%20234.131%2034.4046C233.007%2034.9893%20232.085%2035.8887%20231.365%2037.103C230.691%2038.2723%20230.353%2039.7565%20230.353%2041.5554V64.7617H218.615V41.6903C218.615%2040.2512%20218.323%2038.902%20217.738%2037.6427C217.199%2036.3834%20216.367%2035.3715%20215.242%2034.607C214.163%2033.8425%20212.836%2033.4602%20211.262%2033.4602C210.003%2033.4602%20208.789%2033.775%20207.619%2034.4046C206.495%2034.9893%20205.573%2035.8887%20204.853%2037.103C204.179%2038.2723%20203.842%2039.7565%20203.842%2041.5554V64.7617H192.104Z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M163.365%2066.1109C159.362%2066.1109%20155.697%2065.1439%20152.369%2063.2101C149.041%2061.2762%20146.387%2058.6678%20144.409%2055.3847C142.475%2052.1017%20141.508%2048.4813%20141.508%2044.5236C141.508%2040.521%20142.475%2036.9006%20144.409%2033.6626C146.387%2030.3795%20149.041%2027.771%20152.369%2025.8372C155.697%2023.9033%20159.362%2022.9364%20163.365%2022.9364C167.412%2022.9364%20171.078%2023.9033%20174.361%2025.8372C177.689%2027.771%20180.32%2030.3795%20182.254%2033.6626C184.233%2036.9006%20185.222%2040.521%20185.222%2044.5236C185.222%2048.4813%20184.233%2052.1017%20182.254%2055.3847C180.32%2058.6678%20177.689%2061.2762%20174.361%2063.2101C171.078%2065.1439%20167.412%2066.1109%20163.365%2066.1109ZM163.365%2055.5871C165.389%2055.5871%20167.21%2055.0924%20168.829%2054.103C170.493%2053.1136%20171.797%2051.7868%20172.742%2050.1228C173.731%2048.4138%20174.226%2046.5474%20174.226%2044.5236C174.226%2042.4549%20173.731%2040.5885%20172.742%2038.9244C171.797%2037.2604%20170.493%2035.9337%20168.829%2034.9443C167.21%2033.9549%20165.389%2033.4602%20163.365%2033.4602C161.341%2033.4602%20159.497%2033.9549%20157.833%2034.9443C156.214%2035.9337%20154.91%2037.2604%20153.92%2038.9244C152.976%2040.5885%20152.504%2042.4549%20152.504%2044.5236C152.504%2046.5474%20152.976%2048.4138%20153.92%2050.1228C154.91%2051.7868%20156.214%2053.1136%20157.833%2054.103C159.497%2055.0924%20161.341%2055.5871%20163.365%2055.5871Z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M122.857%2066.1109C118.854%2066.1109%20115.189%2065.1439%20111.861%2063.2101C108.533%2061.2762%20105.88%2058.6678%20103.901%2055.3847C101.967%2052.1017%20101%2048.4813%20101%2044.5236C101%2040.521%20101.967%2036.9006%20103.901%2033.6626C105.88%2030.3795%20108.533%2027.771%20111.861%2025.8372C115.189%2023.9033%20118.854%2022.9364%20122.857%2022.9364C125.645%2022.9364%20128.276%2023.4086%20130.75%2024.3531C133.268%2025.2525%20135.495%2026.6017%20137.428%2028.4007L134.393%2040.3411C133.268%2038.4972%20131.762%2036.9006%20129.873%2035.5514C128.029%2034.1573%20125.848%2033.4602%20123.329%2033.4602C121.216%2033.4602%20119.327%2033.9549%20117.663%2034.9443C115.999%2035.9337%20114.694%2037.2604%20113.75%2038.9244C112.806%2040.5885%20112.333%2042.4549%20112.333%2044.5236C112.333%2046.5474%20112.806%2048.4138%20113.75%2050.1228C114.694%2051.7868%20115.999%2053.1136%20117.663%2054.103C119.327%2055.0924%20121.216%2055.5871%20123.329%2055.5871C125.848%2055.5871%20128.029%2054.9125%20129.873%2053.5633C131.762%2052.1691%20133.268%2050.5501%20134.393%2048.7062L137.428%2060.6466C135.495%2062.4455%20133.268%2063.8172%20130.75%2064.7617C128.276%2065.6611%20125.645%2066.1109%20122.857%2066.1109Z'%20fill='%23FFFFFF'/%3e%3c/svg%3e",P6={"discover-iq":{dark:BR,light:HR},"classify-iq":{dark:$R,light:GR},"retain-iq":{dark:zR,light:WR},"protect-iq":{dark:ZR,light:XR},"search-iq":{dark:YR,light:JR},"consent-iq":{dark:UR,light:QR},"comply-iq":{dark:ek,light:tk},iqworks:{dark:qR,light:KR}},L6={"discover-iq":"DiscoverIQ","classify-iq":"ClassifyIQ","retain-iq":"RetainIQ","protect-iq":"ProtectIQ","search-iq":"SearchIQ","consent-iq":"ConsentIQ","comply-iq":"ComplyIQ",iqworks:"IQWorks"};function nk({product:e,className:t="",width:n=120,height:i=30}){const{theme:r}=qo(),o=P6[e],s=L6[e];if(!o)return console.warn(`ProductLogo: Unknown product "${e}"`),null;const a=r==="dark"?o.light:o.dark;return b.jsx("img",{src:a,alt:s,width:n,height:i,className:t,style:{display:"block"}},`${e}-${r}`)}function ik(e){return P6[e]||null}function rk(e){return L6[e]||e}const ok=({children:e,customProviders:t=[],onToastShow:n,themeConfig:i,defaultTheme:r})=>[...[({children:a})=>b.jsx(Ah,{defaultTheme:r,config:i,children:a}),o5,({children:a})=>b.jsx(e5,{onToastShow:n,children:a})],...t].reduceRight((a,l)=>b.jsx(l,{children:a}),b.jsx(b.Fragment,{children:e})),sk=({callback:e,onScroll:t=!0,onResize:n=!0,onEscape:i=!0})=>{const r=v.useRef(null);return v.useEffect(()=>{const o=l=>{var c;r.current&&((c=l.target)!=null&&c.closest("[data-dropdown-ref]")||r.current.contains(l.target)||e())},s=()=>{e()},a=l=>{l.key==="Escape"&&i&&e()};return document.addEventListener("mousedown",o),t&&window.addEventListener("scroll",s),n&&window.addEventListener("resize",s),i&&document.addEventListener("keydown",a),()=>{document.removeEventListener("mousedown",o),t&&window.removeEventListener("scroll",s),n&&window.removeEventListener("resize",s),i&&document.removeEventListener("keydown",a)}},[e,t,n,i]),r};let Gl=null,F6=null,O6=null,j3=!1;function ak(){if(!j3){j3=!0;try{const e=require("react-redux"),t=require("@reduxjs/toolkit");Gl=e.useDispatch,F6=e.useSelector,O6=t.createSelector}catch{}}}const lk=e=>{const{metric:t,fetchFunction:n,cacheKey:i,...r}=e,[o,s]=v.useState({}),[a,l]=v.useState(!1),[c,u]=v.useState(null),d=v.useMemo(()=>i||`${t}_${JSON.stringify(r)}`,[i,t,JSON.stringify(r)]);return ak(),Gl&&F6&&O6&&!Gl()?B3({metric:t,fetchFunction:n,cacheKey:d,...r}):B3({metric:t,fetchFunction:n,cacheKey:d,...r})};function B3(e){const{fetchFunction:t,cacheKey:n}=e,[i,r]=v.useState({}),[o,s]=v.useState(!1),[a,l]=v.useState(null),c=i[n||""]||{data:null,loading:!1,error:null};v.useEffect(()=>{!c.data&&!c.loading&&t&&(s(!0),t(e).then(d=>{r(f=>({...f,[n||""]:{data:d,loading:!1,error:null}})),s(!1)}).catch(d=>{l(d),s(!1)}))},[n,t]);const u=()=>{r(d=>{const f={...d};return delete f[n||""],f})};return{data:c.data,loading:c.loading||o,error:c.error||a,clearCache:u}}const ra=(e,t)=>{if(e===t)return!0;if(e==null||t==null)return e===t;if(typeof e!=typeof t)return!1;if(typeof e!="object")return e===t;if(Array.isArray(e)!==Array.isArray(t))return!1;if(Array.isArray(e)){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++)if(!ra(e[r],t[r]))return!1;return!0}const n=Object.keys(e),i=Object.keys(t);if(n.length!==i.length)return!1;for(const r of n)if(!Object.prototype.hasOwnProperty.call(t,r)||!ra(e[r],t[r]))return!1;return!0},ck=(e,t)=>{const n=["country_iso2","department_name"];for(const i of n)if(!ra(e[i],t[i]))return!1;return!0};exports.Alert=U6;exports.ApiMetric=Z3;exports.CHECKBOX_STYLE=ol;exports.CSVImporter=ty;exports.CSVType=X3;exports.ChartHeader=iy;exports.ComponentErrorBoundary=jx;exports.ConfidenceScoreTooltip=h5;exports.ConfirmationModal=Lx;exports.ContextProvider=ok;exports.CountryBox=Zx;exports.CustomLegends=Sc;exports.DbSchemaBrowser=jR;exports.DonutChart=N_;exports.Dropdown=Dp;exports.ErrorBoundary=Vx;exports.FILE_BROWSER_PAGE_SIZE=Hl;exports.FileBrowser=NR;exports.FileTypeIcon=Wx;exports.GaugeChart=$_;exports.GeoChart=PR;exports.HorizontalBarChart=j_;exports.ImagePreviewModal=Jx;exports.InstallUpdateLoader=Yx;exports.Loader=Q6;exports.LoaderProvider=o5;exports.METADATA_KEYS=La;exports.Modal=ar;exports.MultiSelect=Po;exports.NOT_APPLICABLE=A6;exports.NoActiveAttributeWarning=f5;exports.NoDataChart=ny;exports.NotificationType=Y3;exports.PAGE_INDEX=ns;exports.PAGE_SIZE=ts;exports.PAGINATION_INPUT_BUFFER_CH=rl;exports.PieChart=D_;exports.ProductLogo=nk;exports.ResourceUsageBadge=Bx;exports.RiskScoreLabel=zx;exports.STATUS_BADGE_CLASSES=on;exports.STATUS_CONFIGURATIONS=k0;exports.ScaleType=Ii;exports.ShowMultiData=Hx;exports.StatusBadge=wg;exports.StatusIcon=ms;exports.StorageChart=B_;exports.Table=sl;exports.TableType=yo;exports.TaskResult=Xx;exports.ThemeProvider=Ah;exports.Timer=Tx;exports.Toast=Cg;exports.ToastProvider=e5;exports.ToastType=pt;exports.ToggleSwitch=Sg;exports.ToolTip=gr;exports.VerticalBarChart=V_;exports.cn=zt;exports.color=Ea;exports.commonjsGlobal=la;exports.conditionalClass=ag;exports.convertScanObjectToDbSchema=E6;exports.convertScanObjectToFiledata=Bl;exports.deepEqual=ra;exports.extractAttributeMapping=$l;exports.extractConfidenceMetadata=R6;exports.formatBytes=Gc;exports.formatDateTime=M6;exports.getConfidenceColor=k6;exports.getDefaultExportFromCjs=ca;exports.getProductLogoUrls=ik;exports.getProductName=rk;exports.getRiskLevel=wc;exports.getRiskScoreInfo=c5;exports.getStatusConfig=Wl;exports.globalFiltersEqual=ck;exports.interpolateRgb=uE;exports.isChildPath=jl;exports.isFailedStatus=xg;exports.isHighRisk=Gx;exports.isReduxAvailable=i5;exports.isRunningStatus=vg;exports.isSuccessStatus=yg;exports.switchClass=lg;exports.ucwords=I6;exports.useApiCache=lk;exports.useAppDispatch=t5;exports.useAppSelector=n5;exports.useAssetPath=u5;exports.useBodyScrollLock=zl;exports.useClickOutside=sk;exports.useDebounce=_6;exports.useFileIconPath=d5;exports.useFilterCache=s5;exports.useLoader=xa;exports.useTheme=qo;exports.useToast=xc;
159
+ ${j} ${T}%, ${j} ${k}%, ${L} ${k}%, ${L} 100%)`}},[T,k]);return b.jsxs("div",{className:"retention flex flex-col items-center rounded-xl select-none p-3",children:[b.jsx("div",{className:"w-full flex flex-col items-center justify-center p-2 mb-4",children:b.jsxs("div",{className:"relative w-11/12 h-64 flex items-center justify-center",children:[b.jsx(mh,{data:S,options:E}),b.jsx("div",{className:"absolute inset-0 flex flex-col items-center justify-center",children:f?b.jsxs(b.Fragment,{children:[b.jsx("span",{className:"text-xl font-bold",style:{color:"var(--chart-text-color)"},children:I.toLocaleString()}),b.jsx("span",{className:"text-xs",style:{color:"var(--secondary-text-color)"},children:e})]}):b.jsxs(b.Fragment,{children:[b.jsx("span",{className:"text-lg font-medium",style:{color:"var(--secondary-text-color)"},children:"No Data"}),b.jsx("span",{className:"text-xs",style:{color:"var(--secondary-text-color)"},children:"Available"})]})})]})}),a&&b.jsx("div",{className:"w-full px-6",children:b.jsxs("div",{className:"relative w-full",ref:p,children:[b.jsx("style",{children:H_(R)}),b.jsx("div",{className:"absolute top-0 w-full h-1 rounded-full",style:A}),b.jsx("input",{type:"range",min:l,max:c,step:u,value:m,onChange:M,onMouseUp:P,onTouchEnd:P,className:"w-full"}),b.jsx("input",{type:"range",min:l,max:c,step:u,value:y,onChange:_,onMouseUp:N,onTouchEnd:N,className:"w-full"}),b.jsx("div",{className:"absolute flex items-center justify-center w-8 h-8 text-white text-xs font-bold rounded",style:{left:F,top:"-40px",transform:"translateX(-50%)",clipPath:"polygon(0% 0%, 100% 0%, 100% 80%, 60% 80%, 50% 100%, 40% 80%, 0% 80%)",backgroundColor:"var(--brand-orange)"},children:d(m)}),b.jsx("div",{className:"absolute flex items-center justify-center w-8 h-8 text-white text-xs font-bold rounded",style:{left:O,top:"-40px",transform:"translateX(-50%)",clipPath:"polygon(0% 0%, 100% 0%, 100% 80%, 60% 80%, 50% 100%, 40% 80%, 0% 80%)",backgroundColor:"var(--brand-dark)"},children:d(y)})]})})]})};class di{constructor(){this._partials=new Float64Array(32),this._n=0}add(t){const n=this._partials;let i=0;for(let r=0;r<this._n&&r<32;r++){const o=n[r],s=t+o,a=Math.abs(t)<Math.abs(o)?t-(s-o):o-(s-t);a&&(n[i++]=a),t=s}return n[i]=t,this._n=i+1,this}valueOf(){const t=this._partials;let n=this._n,i,r,o,s=0;if(n>0){for(s=t[--n];n>0&&(i=s,r=t[--n],s=i+r,o=r-(s-i),!o););n>0&&(o<0&&t[n-1]<0||o>0&&t[n-1]>0)&&(r=o*2,i=s+r,r==i-s&&(s=i))}return s}}function*G_(e){for(const t of e)yield*t}function Eh(e){return Array.from(G_(e))}function rr(e,t,n){e=+e,t=+t,n=(r=arguments.length)<2?(t=e,e=0,1):r<3?1:+n;for(var i=-1,r=Math.max(0,Math.ceil((t-e)/n))|0,o=new Array(r);++i<r;)o[i]=e+i*n;return o}var Se=1e-6,zc=1e-12,Te=Math.PI,lt=Te/2,e3=Te/4,Zt=Te*2,Ft=180/Te,Qe=Te/180,Ve=Math.abs,Pr=Math.atan,_n=Math.atan2,Le=Math.cos,D2=Math.ceil,Rh=Math.exp,zs=Math.log,S0=Math.pow,ke=Math.sin,qt=Math.sign||function(e){return e>0?1:e<0?-1:0},Nt=Math.sqrt,Wc=Math.tan;function kh(e){return e>1?0:e<-1?Te:Math.acos(e)}function en(e){return e>1?lt:e<-1?-lt:Math.asin(e)}function mt(){}function Ws(e,t){e&&n3.hasOwnProperty(e.type)&&n3[e.type](e,t)}var t3={Feature:function(e,t){Ws(e.geometry,t)},FeatureCollection:function(e,t){for(var n=e.features,i=-1,r=n.length;++i<r;)Ws(n[i].geometry,t)}},n3={Sphere:function(e,t){t.sphere()},Point:function(e,t){e=e.coordinates,t.point(e[0],e[1],e[2])},MultiPoint:function(e,t){for(var n=e.coordinates,i=-1,r=n.length;++i<r;)e=n[i],t.point(e[0],e[1],e[2])},LineString:function(e,t){xl(e.coordinates,t,0)},MultiLineString:function(e,t){for(var n=e.coordinates,i=-1,r=n.length;++i<r;)xl(n[i],t,0)},Polygon:function(e,t){i3(e.coordinates,t)},MultiPolygon:function(e,t){for(var n=e.coordinates,i=-1,r=n.length;++i<r;)i3(n[i],t)},GeometryCollection:function(e,t){for(var n=e.geometries,i=-1,r=n.length;++i<r;)Ws(n[i],t)}};function xl(e,t,n){var i=-1,r=e.length-n,o;for(t.lineStart();++i<r;)o=e[i],t.point(o[0],o[1],o[2]);t.lineEnd()}function i3(e,t){var n=-1,i=e.length;for(t.polygonStart();++n<i;)xl(e[n],t,1);t.polygonEnd()}function Mi(e,t){e&&t3.hasOwnProperty(e.type)?t3[e.type](e,t):Ws(e,t)}function yl(e){return[_n(e[1],e[0]),en(e[2])]}function yr(e){var t=e[0],n=e[1],i=Le(n);return[i*Le(t),i*ke(t),ke(n)]}function V2(e,t){return e[0]*t[0]+e[1]*t[1]+e[2]*t[2]}function Zs(e,t){return[e[1]*t[2]-e[2]*t[1],e[2]*t[0]-e[0]*t[2],e[0]*t[1]-e[1]*t[0]]}function I0(e,t){e[0]+=t[0],e[1]+=t[1],e[2]+=t[2]}function j2(e,t){return[e[0]*t,e[1]*t,e[2]*t]}function wl(e){var t=Nt(e[0]*e[0]+e[1]*e[1]+e[2]*e[2]);e[0]/=t,e[1]/=t,e[2]/=t}function Sl(e,t){function n(i,r){return i=e(i,r),t(i[0],i[1])}return e.invert&&t.invert&&(n.invert=function(i,r){return i=t.invert(i,r),i&&e.invert(i[0],i[1])}),n}function Il(e,t){return Ve(e)>Te&&(e-=Math.round(e/Zt)*Zt),[e,t]}Il.invert=Il;function Ph(e,t,n){return(e%=Zt)?t||n?Sl(o3(e),s3(t,n)):o3(e):t||n?s3(t,n):Il}function r3(e){return function(t,n){return t+=e,Ve(t)>Te&&(t-=Math.round(t/Zt)*Zt),[t,n]}}function o3(e){var t=r3(e);return t.invert=r3(-e),t}function s3(e,t){var n=Le(e),i=ke(e),r=Le(t),o=ke(t);function s(a,l){var c=Le(l),u=Le(a)*c,d=ke(a)*c,f=ke(l),h=f*n+u*i;return[_n(d*r-h*o,u*n-f*i),en(h*r+d*o)]}return s.invert=function(a,l){var c=Le(l),u=Le(a)*c,d=ke(a)*c,f=ke(l),h=f*r-d*o;return[_n(d*r+f*o,u*n+h*i),en(h*n-u*i)]},s}function z_(e){e=Ph(e[0]*Qe,e[1]*Qe,e.length>2?e[2]*Qe:0);function t(n){return n=e(n[0]*Qe,n[1]*Qe),n[0]*=Ft,n[1]*=Ft,n}return t.invert=function(n){return n=e.invert(n[0]*Qe,n[1]*Qe),n[0]*=Ft,n[1]*=Ft,n},t}function W_(e,t,n,i,r,o){if(n){var s=Le(t),a=ke(t),l=i*n;r==null?(r=t+i*Zt,o=t-l/2):(r=a3(s,r),o=a3(s,o),(i>0?r<o:r>o)&&(r+=i*Zt));for(var c,u=r;i>0?u>o:u<o;u-=l)c=yl([s,-a*Le(u),-a*ke(u)]),e.point(c[0],c[1])}}function a3(e,t){t=yr(t),t[0]-=e,wl(t);var n=kh(-t[1]);return((-t[2]<0?-n:n)+Zt-Se)%Zt}function Lh(){var e=[],t;return{point:function(n,i,r){t.push([n,i,r])},lineStart:function(){e.push(t=[])},lineEnd:mt,rejoin:function(){e.length>1&&e.push(e.pop().concat(e.shift()))},result:function(){var n=e;return e=[],t=null,n}}}function cs(e,t){return Ve(e[0]-t[0])<Se&&Ve(e[1]-t[1])<Se}function B2(e,t,n,i){this.x=e,this.z=t,this.o=n,this.e=i,this.v=!1,this.n=this.p=null}function Fh(e,t,n,i,r){var o=[],s=[],a,l;if(e.forEach(function(g){if(!((p=g.length-1)<=0)){var p,m=g[0],C=g[p],y;if(cs(m,C)){if(!m[2]&&!C[2]){for(r.lineStart(),a=0;a<p;++a)r.point((m=g[a])[0],m[1]);r.lineEnd();return}C[0]+=2*Se}o.push(y=new B2(m,g,null,!0)),s.push(y.o=new B2(m,null,y,!1)),o.push(y=new B2(C,g,null,!1)),s.push(y.o=new B2(C,null,y,!0))}}),!!o.length){for(s.sort(t),l3(o),l3(s),a=0,l=s.length;a<l;++a)s[a].e=n=!n;for(var c=o[0],u,d;;){for(var f=c,h=!0;f.v;)if((f=f.n)===c)return;u=f.z,r.lineStart();do{if(f.v=f.o.v=!0,f.e){if(h)for(a=0,l=u.length;a<l;++a)r.point((d=u[a])[0],d[1]);else i(f.x,f.n.x,1,r);f=f.n}else{if(h)for(u=f.p.z,a=u.length-1;a>=0;--a)r.point((d=u[a])[0],d[1]);else i(f.x,f.p.x,-1,r);f=f.p}f=f.o,u=f.z,h=!h}while(!f.v);r.lineEnd()}}}function l3(e){if(t=e.length){for(var t,n=0,i=e[0],r;++n<t;)i.n=r=e[n],r.p=i,i=r;i.n=r=e[0],r.p=i}}function M0(e){return Ve(e[0])<=Te?e[0]:qt(e[0])*((Ve(e[0])+Te)%Zt-Te)}function Oh(e,t){var n=M0(t),i=t[1],r=ke(i),o=[ke(n),-Le(n),0],s=0,a=0,l=new di;r===1?i=lt+Se:r===-1&&(i=-lt-Se);for(var c=0,u=e.length;c<u;++c)if(f=(d=e[c]).length)for(var d,f,h=d[f-1],g=M0(h),p=h[1]/2+e3,m=ke(p),C=Le(p),y=0;y<f;++y,g=I,m=R,C=E,h=x){var x=d[y],I=M0(x),w=x[1]/2+e3,R=ke(w),E=Le(w),S=I-g,M=S>=0?1:-1,_=M*S,P=_>Te,N=m*R;if(l.add(_n(N*M*ke(_),C*E+N*Le(_))),s+=P?S+M*Zt:S,P^g>=n^I>=n){var B=Zs(yr(h),yr(x));wl(B);var T=Zs(o,B);wl(T);var k=(P^S>=0?-1:1)*en(T[2]);(i>k||i===k&&(B[0]||B[1]))&&(a+=P^S>=0?1:-1)}}return(s<-Se||s<Se&&l<-zc)^a&1}function Nh(e,t,n,i){return function(r){var o=t(r),s=Lh(),a=t(s),l=!1,c,u,d,f={point:h,lineStart:p,lineEnd:m,polygonStart:function(){f.point=C,f.lineStart=y,f.lineEnd=x,u=[],c=[]},polygonEnd:function(){f.point=h,f.lineStart=p,f.lineEnd=m,u=Eh(u);var I=Oh(c,i);u.length?(l||(r.polygonStart(),l=!0),Fh(u,X_,I,n,r)):I&&(l||(r.polygonStart(),l=!0),r.lineStart(),n(null,null,1,r),r.lineEnd()),l&&(r.polygonEnd(),l=!1),u=c=null},sphere:function(){r.polygonStart(),r.lineStart(),n(null,null,1,r),r.lineEnd(),r.polygonEnd()}};function h(I,w){e(I,w)&&r.point(I,w)}function g(I,w){o.point(I,w)}function p(){f.point=g,o.lineStart()}function m(){f.point=h,o.lineEnd()}function C(I,w){d.push([I,w]),a.point(I,w)}function y(){a.lineStart(),d=[]}function x(){C(d[0][0],d[0][1]),a.lineEnd();var I=a.clean(),w=s.result(),R,E=w.length,S,M,_;if(d.pop(),c.push(d),d=null,!!E){if(I&1){if(M=w[0],(S=M.length-1)>0){for(l||(r.polygonStart(),l=!0),r.lineStart(),R=0;R<S;++R)r.point((_=M[R])[0],_[1]);r.lineEnd()}return}E>1&&I&2&&w.push(w.pop().concat(w.shift())),u.push(w.filter(Z_))}}return f}}function Z_(e){return e.length>1}function X_(e,t){return((e=e.x)[0]<0?e[1]-lt-Se:lt-e[1])-((t=t.x)[0]<0?t[1]-lt-Se:lt-t[1])}const c3=Nh(function(){return!0},Y_,U_,[-Te,-lt]);function Y_(e){var t=NaN,n=NaN,i=NaN,r;return{lineStart:function(){e.lineStart(),r=1},point:function(o,s){var a=o>0?Te:-Te,l=Ve(o-t);Ve(l-Te)<Se?(e.point(t,n=(n+s)/2>0?lt:-lt),e.point(i,n),e.lineEnd(),e.lineStart(),e.point(a,n),e.point(o,n),r=0):i!==a&&l>=Te&&(Ve(t-i)<Se&&(t-=i*Se),Ve(o-a)<Se&&(o-=a*Se),n=J_(t,n,o,s),e.point(i,n),e.lineEnd(),e.lineStart(),e.point(a,n),r=0),e.point(t=o,n=s),i=a},lineEnd:function(){e.lineEnd(),t=n=NaN},clean:function(){return 2-r}}}function J_(e,t,n,i){var r,o,s=ke(e-n);return Ve(s)>Se?Pr((ke(t)*(o=Le(i))*ke(n)-ke(i)*(r=Le(t))*ke(e))/(r*o*s)):(t+i)/2}function U_(e,t,n,i){var r;if(e==null)r=n*lt,i.point(-Te,r),i.point(0,r),i.point(Te,r),i.point(Te,0),i.point(Te,-r),i.point(0,-r),i.point(-Te,-r),i.point(-Te,0),i.point(-Te,r);else if(Ve(e[0]-t[0])>Se){var o=e[0]<t[0]?Te:-Te;r=n*o/2,i.point(-o,r),i.point(0,r),i.point(o,r)}else i.point(t[0],t[1])}function Q_(e){var t=Le(e),n=2*Qe,i=t>0,r=Ve(t)>Se;function o(u,d,f,h){W_(h,e,n,f,u,d)}function s(u,d){return Le(u)*Le(d)>t}function a(u){var d,f,h,g,p;return{lineStart:function(){g=h=!1,p=1},point:function(m,C){var y=[m,C],x,I=s(m,C),w=i?I?0:c(m,C):I?c(m+(m<0?Te:-Te),C):0;if(!d&&(g=h=I)&&u.lineStart(),I!==h&&(x=l(d,y),(!x||cs(d,x)||cs(y,x))&&(y[2]=1)),I!==h)p=0,I?(u.lineStart(),x=l(y,d),u.point(x[0],x[1])):(x=l(d,y),u.point(x[0],x[1],2),u.lineEnd()),d=x;else if(r&&d&&i^I){var R;!(w&f)&&(R=l(y,d,!0))&&(p=0,i?(u.lineStart(),u.point(R[0][0],R[0][1]),u.point(R[1][0],R[1][1]),u.lineEnd()):(u.point(R[1][0],R[1][1]),u.lineEnd(),u.lineStart(),u.point(R[0][0],R[0][1],3)))}I&&(!d||!cs(d,y))&&u.point(y[0],y[1]),d=y,h=I,f=w},lineEnd:function(){h&&u.lineEnd(),d=null},clean:function(){return p|(g&&h)<<1}}}function l(u,d,f){var h=yr(u),g=yr(d),p=[1,0,0],m=Zs(h,g),C=V2(m,m),y=m[0],x=C-y*y;if(!x)return!f&&u;var I=t*C/x,w=-t*y/x,R=Zs(p,m),E=j2(p,I),S=j2(m,w);I0(E,S);var M=R,_=V2(E,M),P=V2(M,M),N=_*_-P*(V2(E,E)-1);if(!(N<0)){var B=Nt(N),T=j2(M,(-_-B)/P);if(I0(T,E),T=yl(T),!f)return T;var k=u[0],F=d[0],O=u[1],A=d[1],L;F<k&&(L=k,k=F,F=L);var j=F-k,G=Ve(j-Te)<Se,$=G||j<Se;if(!G&&A<O&&(L=O,O=A,A=L),$?G?O+A>0^T[1]<(Ve(T[0]-k)<Se?O:A):O<=T[1]&&T[1]<=A:j>Te^(k<=T[0]&&T[0]<=F)){var H=j2(M,(-_+B)/P);return I0(H,E),[T,yl(H)]}}}function c(u,d){var f=i?e:Te-e,h=0;return u<-f?h|=1:u>f&&(h|=2),d<-f?h|=4:d>f&&(h|=8),h}return Nh(s,a,o,i?[0,-e]:[-Te,e-Te])}function q_(e,t,n,i,r,o){var s=e[0],a=e[1],l=t[0],c=t[1],u=0,d=1,f=l-s,h=c-a,g;if(g=n-s,!(!f&&g>0)){if(g/=f,f<0){if(g<u)return;g<d&&(d=g)}else if(f>0){if(g>d)return;g>u&&(u=g)}if(g=r-s,!(!f&&g<0)){if(g/=f,f<0){if(g>d)return;g>u&&(u=g)}else if(f>0){if(g<u)return;g<d&&(d=g)}if(g=i-a,!(!h&&g>0)){if(g/=h,h<0){if(g<u)return;g<d&&(d=g)}else if(h>0){if(g>d)return;g>u&&(u=g)}if(g=o-a,!(!h&&g<0)){if(g/=h,h<0){if(g>d)return;g>u&&(u=g)}else if(h>0){if(g<u)return;g<d&&(d=g)}return u>0&&(e[0]=s+u*f,e[1]=a+u*h),d<1&&(t[0]=s+d*f,t[1]=a+d*h),!0}}}}}var Kr=1e9,H2=-Kr;function K_(e,t,n,i){function r(c,u){return e<=c&&c<=n&&t<=u&&u<=i}function o(c,u,d,f){var h=0,g=0;if(c==null||(h=s(c,d))!==(g=s(u,d))||l(c,u)<0^d>0)do f.point(h===0||h===3?e:n,h>1?i:t);while((h=(h+d+4)%4)!==g);else f.point(u[0],u[1])}function s(c,u){return Ve(c[0]-e)<Se?u>0?0:3:Ve(c[0]-n)<Se?u>0?2:1:Ve(c[1]-t)<Se?u>0?1:0:u>0?3:2}function a(c,u){return l(c.x,u.x)}function l(c,u){var d=s(c,1),f=s(u,1);return d!==f?d-f:d===0?u[1]-c[1]:d===1?c[0]-u[0]:d===2?c[1]-u[1]:u[0]-c[0]}return function(c){var u=c,d=Lh(),f,h,g,p,m,C,y,x,I,w,R,E={point:S,lineStart:N,lineEnd:B,polygonStart:_,polygonEnd:P};function S(k,F){r(k,F)&&u.point(k,F)}function M(){for(var k=0,F=0,O=h.length;F<O;++F)for(var A=h[F],L=1,j=A.length,G=A[0],$,H,J=G[0],le=G[1];L<j;++L)$=J,H=le,G=A[L],J=G[0],le=G[1],H<=i?le>i&&(J-$)*(i-H)>(le-H)*(e-$)&&++k:le<=i&&(J-$)*(i-H)<(le-H)*(e-$)&&--k;return k}function _(){u=d,f=[],h=[],R=!0}function P(){var k=M(),F=R&&k,O=(f=Eh(f)).length;(F||O)&&(c.polygonStart(),F&&(c.lineStart(),o(null,null,1,c),c.lineEnd()),O&&Fh(f,a,k,o,c),c.polygonEnd()),u=c,f=h=g=null}function N(){E.point=T,h&&h.push(g=[]),w=!0,I=!1,y=x=NaN}function B(){f&&(T(p,m),C&&I&&d.rejoin(),f.push(d.result())),E.point=S,I&&u.lineEnd()}function T(k,F){var O=r(k,F);if(h&&g.push([k,F]),w)p=k,m=F,C=O,w=!1,O&&(u.lineStart(),u.point(k,F));else if(O&&I)u.point(k,F);else{var A=[y=Math.max(H2,Math.min(Kr,y)),x=Math.max(H2,Math.min(Kr,x))],L=[k=Math.max(H2,Math.min(Kr,k)),F=Math.max(H2,Math.min(Kr,F))];q_(A,L,e,t,n,i)?(I||(u.lineStart(),u.point(A[0],A[1])),u.point(L[0],L[1]),O||u.lineEnd(),R=!1):O&&(u.lineStart(),u.point(k,F),R=!1)}y=k,x=F,I=O}return E}}var Ml,_l,us,ds,wr={sphere:mt,point:mt,lineStart:eA,lineEnd:mt,polygonStart:mt,polygonEnd:mt};function eA(){wr.point=nA,wr.lineEnd=tA}function tA(){wr.point=wr.lineEnd=mt}function nA(e,t){e*=Qe,t*=Qe,_l=e,us=ke(t),ds=Le(t),wr.point=iA}function iA(e,t){e*=Qe,t*=Qe;var n=ke(t),i=Le(t),r=Ve(e-_l),o=Le(r),s=ke(r),a=i*s,l=ds*n-us*i*o,c=us*n+ds*i*o;Ml.add(_n(Nt(a*a+l*l),c)),_l=e,us=n,ds=i}function rA(e){return Ml=new di,Mi(e,wr),+Ml}var Al=[null,null],oA={type:"LineString",coordinates:Al};function El(e,t){return Al[0]=e,Al[1]=t,rA(oA)}var u3={Feature:function(e,t){return Xs(e.geometry,t)},FeatureCollection:function(e,t){for(var n=e.features,i=-1,r=n.length;++i<r;)if(Xs(n[i].geometry,t))return!0;return!1}},d3={Sphere:function(){return!0},Point:function(e,t){return f3(e.coordinates,t)},MultiPoint:function(e,t){for(var n=e.coordinates,i=-1,r=n.length;++i<r;)if(f3(n[i],t))return!0;return!1},LineString:function(e,t){return h3(e.coordinates,t)},MultiLineString:function(e,t){for(var n=e.coordinates,i=-1,r=n.length;++i<r;)if(h3(n[i],t))return!0;return!1},Polygon:function(e,t){return g3(e.coordinates,t)},MultiPolygon:function(e,t){for(var n=e.coordinates,i=-1,r=n.length;++i<r;)if(g3(n[i],t))return!0;return!1},GeometryCollection:function(e,t){for(var n=e.geometries,i=-1,r=n.length;++i<r;)if(Xs(n[i],t))return!0;return!1}};function Xs(e,t){return e&&d3.hasOwnProperty(e.type)?d3[e.type](e,t):!1}function f3(e,t){return El(e,t)===0}function h3(e,t){for(var n,i,r,o=0,s=e.length;o<s;o++){if(i=El(e[o],t),i===0||o>0&&(r=El(e[o],e[o-1]),r>0&&n<=r&&i<=r&&(n+i-r)*(1-Math.pow((n-i)/r,2))<zc*r))return!0;n=i}return!1}function g3(e,t){return!!Oh(e.map(sA),Th(t))}function sA(e){return e=e.map(Th),e.pop(),e}function Th(e){return[e[0]*Qe,e[1]*Qe]}function aA(e,t){return(e&&u3.hasOwnProperty(e.type)?u3[e.type]:Xs)(e,t)}function p3(e,t,n){var i=rr(e,t-Se,n).concat(t);return function(r){return i.map(function(o){return[r,o]})}}function m3(e,t,n){var i=rr(e,t-Se,n).concat(t);return function(r){return i.map(function(o){return[o,r]})}}function Dh(){var e,t,n,i,r,o,s,a,l=10,c=l,u=90,d=360,f,h,g,p,m=2.5;function C(){return{type:"MultiLineString",coordinates:y()}}function y(){return rr(D2(i/u)*u,n,u).map(g).concat(rr(D2(a/d)*d,s,d).map(p)).concat(rr(D2(t/l)*l,e,l).filter(function(x){return Ve(x%u)>Se}).map(f)).concat(rr(D2(o/c)*c,r,c).filter(function(x){return Ve(x%d)>Se}).map(h))}return C.lines=function(){return y().map(function(x){return{type:"LineString",coordinates:x}})},C.outline=function(){return{type:"Polygon",coordinates:[g(i).concat(p(s).slice(1),g(n).reverse().slice(1),p(a).reverse().slice(1))]}},C.extent=function(x){return arguments.length?C.extentMajor(x).extentMinor(x):C.extentMinor()},C.extentMajor=function(x){return arguments.length?(i=+x[0][0],n=+x[1][0],a=+x[0][1],s=+x[1][1],i>n&&(x=i,i=n,n=x),a>s&&(x=a,a=s,s=x),C.precision(m)):[[i,a],[n,s]]},C.extentMinor=function(x){return arguments.length?(t=+x[0][0],e=+x[1][0],o=+x[0][1],r=+x[1][1],t>e&&(x=t,t=e,e=x),o>r&&(x=o,o=r,r=x),C.precision(m)):[[t,o],[e,r]]},C.step=function(x){return arguments.length?C.stepMajor(x).stepMinor(x):C.stepMinor()},C.stepMajor=function(x){return arguments.length?(u=+x[0],d=+x[1],C):[u,d]},C.stepMinor=function(x){return arguments.length?(l=+x[0],c=+x[1],C):[l,c]},C.precision=function(x){return arguments.length?(m=+x,f=p3(o,r,90),h=m3(t,e,m),g=p3(a,s,90),p=m3(i,n,m),C):m},C.extentMajor([[-180,-90+Se],[180,90-Se]]).extentMinor([[-180,-80-Se],[180,80+Se]])}function lA(){return Dh()()}const Rl=e=>e;var _0=new di,kl=new di,Vh,jh,Pl,Ll,Tn={point:mt,lineStart:mt,lineEnd:mt,polygonStart:function(){Tn.lineStart=cA,Tn.lineEnd=dA},polygonEnd:function(){Tn.lineStart=Tn.lineEnd=Tn.point=mt,_0.add(Ve(kl)),kl=new di},result:function(){var e=_0/2;return _0=new di,e}};function cA(){Tn.point=uA}function uA(e,t){Tn.point=Bh,Vh=Pl=e,jh=Ll=t}function Bh(e,t){kl.add(Ll*e-Pl*t),Pl=e,Ll=t}function dA(){Bh(Vh,jh)}var Sr=1/0,Ys=Sr,Vo=-Sr,Js=Vo,Us={point:fA,lineStart:mt,lineEnd:mt,polygonStart:mt,polygonEnd:mt,result:function(){var e=[[Sr,Ys],[Vo,Js]];return Vo=Js=-(Ys=Sr=1/0),e}};function fA(e,t){e<Sr&&(Sr=e),e>Vo&&(Vo=e),t<Ys&&(Ys=t),t>Js&&(Js=t)}var Fl=0,Ol=0,eo=0,Qs=0,qs=0,or=0,Nl=0,Tl=0,to=0,Hh,$h,bn,Cn,Qt={point:Zi,lineStart:b3,lineEnd:C3,polygonStart:function(){Qt.lineStart=pA,Qt.lineEnd=mA},polygonEnd:function(){Qt.point=Zi,Qt.lineStart=b3,Qt.lineEnd=C3},result:function(){var e=to?[Nl/to,Tl/to]:or?[Qs/or,qs/or]:eo?[Fl/eo,Ol/eo]:[NaN,NaN];return Fl=Ol=eo=Qs=qs=or=Nl=Tl=to=0,e}};function Zi(e,t){Fl+=e,Ol+=t,++eo}function b3(){Qt.point=hA}function hA(e,t){Qt.point=gA,Zi(bn=e,Cn=t)}function gA(e,t){var n=e-bn,i=t-Cn,r=Nt(n*n+i*i);Qs+=r*(bn+e)/2,qs+=r*(Cn+t)/2,or+=r,Zi(bn=e,Cn=t)}function C3(){Qt.point=Zi}function pA(){Qt.point=bA}function mA(){Gh(Hh,$h)}function bA(e,t){Qt.point=Gh,Zi(Hh=bn=e,$h=Cn=t)}function Gh(e,t){var n=e-bn,i=t-Cn,r=Nt(n*n+i*i);Qs+=r*(bn+e)/2,qs+=r*(Cn+t)/2,or+=r,r=Cn*e-bn*t,Nl+=r*(bn+e),Tl+=r*(Cn+t),to+=r*3,Zi(bn=e,Cn=t)}function zh(e){this._context=e}zh.prototype={_radius:4.5,pointRadius:function(e){return this._radius=e,this},polygonStart:function(){this._line=0},polygonEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){this._line===0&&this._context.closePath(),this._point=NaN},point:function(e,t){switch(this._point){case 0:{this._context.moveTo(e,t),this._point=1;break}case 1:{this._context.lineTo(e,t);break}default:{this._context.moveTo(e+this._radius,t),this._context.arc(e,t,this._radius,0,Zt);break}}},result:mt};var Dl=new di,A0,Wh,Zh,no,io,jo={point:mt,lineStart:function(){jo.point=CA},lineEnd:function(){A0&&Xh(Wh,Zh),jo.point=mt},polygonStart:function(){A0=!0},polygonEnd:function(){A0=null},result:function(){var e=+Dl;return Dl=new di,e}};function CA(e,t){jo.point=Xh,Wh=no=e,Zh=io=t}function Xh(e,t){no-=e,io-=t,Dl.add(Nt(no*no+io*io)),no=e,io=t}let v3,Ks,x3,y3;class w3{constructor(t){this._append=t==null?Yh:vA(t),this._radius=4.5,this._=""}pointRadius(t){return this._radius=+t,this}polygonStart(){this._line=0}polygonEnd(){this._line=NaN}lineStart(){this._point=0}lineEnd(){this._line===0&&(this._+="Z"),this._point=NaN}point(t,n){switch(this._point){case 0:{this._append`M${t},${n}`,this._point=1;break}case 1:{this._append`L${t},${n}`;break}default:{if(this._append`M${t},${n}`,this._radius!==x3||this._append!==Ks){const i=this._radius,r=this._;this._="",this._append`m0,${i}a${i},${i} 0 1,1 0,${-2*i}a${i},${i} 0 1,1 0,${2*i}z`,x3=i,Ks=this._append,y3=this._,this._=r}this._+=y3;break}}}result(){const t=this._;return this._="",t.length?t:null}}function Yh(e){let t=1;this._+=e[0];for(const n=e.length;t<n;++t)this._+=arguments[t]+e[t]}function vA(e){const t=Math.floor(e);if(!(t>=0))throw new RangeError(`invalid digits: ${e}`);if(t>15)return Yh;if(t!==v3){const n=10**t;v3=t,Ks=function(r){let o=1;this._+=r[0];for(const s=r.length;o<s;++o)this._+=Math.round(arguments[o]*n)/n+r[o]}}return Ks}function S3(e,t){let n=3,i=4.5,r,o;function s(a){return a&&(typeof i=="function"&&o.pointRadius(+i.apply(this,arguments)),Mi(a,r(o))),o.result()}return s.area=function(a){return Mi(a,r(Tn)),Tn.result()},s.measure=function(a){return Mi(a,r(jo)),jo.result()},s.bounds=function(a){return Mi(a,r(Us)),Us.result()},s.centroid=function(a){return Mi(a,r(Qt)),Qt.result()},s.projection=function(a){return arguments.length?(r=a==null?(e=null,Rl):(e=a).stream,s):e},s.context=function(a){return arguments.length?(o=a==null?(t=null,new w3(n)):new zh(t=a),typeof i!="function"&&o.pointRadius(i),s):t},s.pointRadius=function(a){return arguments.length?(i=typeof a=="function"?a:(o.pointRadius(+a),+a),s):i},s.digits=function(a){if(!arguments.length)return n;if(a==null)n=null;else{const l=Math.floor(a);if(!(l>=0))throw new RangeError(`invalid digits: ${a}`);n=l}return t===null&&(o=new w3(n)),s},s.projection(e).digits(n).context(t)}function Zc(e){return function(t){var n=new Vl;for(var i in e)n[i]=e[i];return n.stream=t,n}}function Vl(){}Vl.prototype={constructor:Vl,point:function(e,t){this.stream.point(e,t)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}};function Xc(e,t,n){var i=e.clipExtent&&e.clipExtent();return e.scale(150).translate([0,0]),i!=null&&e.clipExtent(null),Mi(n,e.stream(Us)),t(Us.result()),i!=null&&e.clipExtent(i),e}function Yc(e,t,n){return Xc(e,function(i){var r=t[1][0]-t[0][0],o=t[1][1]-t[0][1],s=Math.min(r/(i[1][0]-i[0][0]),o/(i[1][1]-i[0][1])),a=+t[0][0]+(r-s*(i[1][0]+i[0][0]))/2,l=+t[0][1]+(o-s*(i[1][1]+i[0][1]))/2;e.scale(150*s).translate([a,l])},n)}function Jh(e,t,n){return Yc(e,[[0,0],t],n)}function Uh(e,t,n){return Xc(e,function(i){var r=+t,o=r/(i[1][0]-i[0][0]),s=(r-o*(i[1][0]+i[0][0]))/2,a=-o*i[0][1];e.scale(150*o).translate([s,a])},n)}function Qh(e,t,n){return Xc(e,function(i){var r=+t,o=r/(i[1][1]-i[0][1]),s=-o*i[0][0],a=(r-o*(i[1][1]+i[0][1]))/2;e.scale(150*o).translate([s,a])},n)}var I3=16,xA=Le(30*Qe);function M3(e,t){return+t?wA(e,t):yA(e)}function yA(e){return Zc({point:function(t,n){t=e(t,n),this.stream.point(t[0],t[1])}})}function wA(e,t){function n(i,r,o,s,a,l,c,u,d,f,h,g,p,m){var C=c-i,y=u-r,x=C*C+y*y;if(x>4*t&&p--){var I=s+f,w=a+h,R=l+g,E=Nt(I*I+w*w+R*R),S=en(R/=E),M=Ve(Ve(R)-1)<Se||Ve(o-d)<Se?(o+d)/2:_n(w,I),_=e(M,S),P=_[0],N=_[1],B=P-i,T=N-r,k=y*B-C*T;(k*k/x>t||Ve((C*B+y*T)/x-.5)>.3||s*f+a*h+l*g<xA)&&(n(i,r,o,s,a,l,P,N,M,I/=E,w/=E,R,p,m),m.point(P,N),n(P,N,M,I,w,R,c,u,d,f,h,g,p,m))}}return function(i){var r,o,s,a,l,c,u,d,f,h,g,p,m={point:C,lineStart:y,lineEnd:I,polygonStart:function(){i.polygonStart(),m.lineStart=w},polygonEnd:function(){i.polygonEnd(),m.lineStart=y}};function C(S,M){S=e(S,M),i.point(S[0],S[1])}function y(){d=NaN,m.point=x,i.lineStart()}function x(S,M){var _=yr([S,M]),P=e(S,M);n(d,f,u,h,g,p,d=P[0],f=P[1],u=S,h=_[0],g=_[1],p=_[2],I3,i),i.point(d,f)}function I(){m.point=C,i.lineEnd()}function w(){y(),m.point=R,m.lineEnd=E}function R(S,M){x(r=S,M),o=d,s=f,a=h,l=g,c=p,m.point=x}function E(){n(d,f,u,h,g,p,o,s,r,a,l,c,I3,i),m.lineEnd=I,I()}return m}}var SA=Zc({point:function(e,t){this.stream.point(e*Qe,t*Qe)}});function IA(e){return Zc({point:function(t,n){var i=e(t,n);return this.stream.point(i[0],i[1])}})}function MA(e,t,n,i,r){function o(s,a){return s*=i,a*=r,[t+e*s,n-e*a]}return o.invert=function(s,a){return[(s-t)/e*i,(n-a)/e*r]},o}function _3(e,t,n,i,r,o){if(!o)return MA(e,t,n,i,r);var s=Le(o),a=ke(o),l=s*e,c=a*e,u=s/e,d=a/e,f=(a*n-s*t)/e,h=(a*t+s*n)/e;function g(p,m){return p*=i,m*=r,[l*p-c*m+t,n-c*p-l*m]}return g.invert=function(p,m){return[i*(u*p-d*m+f),r*(h-d*p-u*m)]},g}function Qn(e){return qh(function(){return e})()}function qh(e){var t,n=150,i=480,r=250,o=0,s=0,a=0,l=0,c=0,u,d=0,f=1,h=1,g=null,p=c3,m=null,C,y,x,I=Rl,w=.5,R,E,S,M,_;function P(k){return S(k[0]*Qe,k[1]*Qe)}function N(k){return k=S.invert(k[0],k[1]),k&&[k[0]*Ft,k[1]*Ft]}P.stream=function(k){return M&&_===k?M:M=SA(IA(u)(p(R(I(_=k)))))},P.preclip=function(k){return arguments.length?(p=k,g=void 0,T()):p},P.postclip=function(k){return arguments.length?(I=k,m=C=y=x=null,T()):I},P.clipAngle=function(k){return arguments.length?(p=+k?Q_(g=k*Qe):(g=null,c3),T()):g*Ft},P.clipExtent=function(k){return arguments.length?(I=k==null?(m=C=y=x=null,Rl):K_(m=+k[0][0],C=+k[0][1],y=+k[1][0],x=+k[1][1]),T()):m==null?null:[[m,C],[y,x]]},P.scale=function(k){return arguments.length?(n=+k,B()):n},P.translate=function(k){return arguments.length?(i=+k[0],r=+k[1],B()):[i,r]},P.center=function(k){return arguments.length?(o=k[0]%360*Qe,s=k[1]%360*Qe,B()):[o*Ft,s*Ft]},P.rotate=function(k){return arguments.length?(a=k[0]%360*Qe,l=k[1]%360*Qe,c=k.length>2?k[2]%360*Qe:0,B()):[a*Ft,l*Ft,c*Ft]},P.angle=function(k){return arguments.length?(d=k%360*Qe,B()):d*Ft},P.reflectX=function(k){return arguments.length?(f=k?-1:1,B()):f<0},P.reflectY=function(k){return arguments.length?(h=k?-1:1,B()):h<0},P.precision=function(k){return arguments.length?(R=M3(E,w=k*k),T()):Nt(w)},P.fitExtent=function(k,F){return Yc(P,k,F)},P.fitSize=function(k,F){return Jh(P,k,F)},P.fitWidth=function(k,F){return Uh(P,k,F)},P.fitHeight=function(k,F){return Qh(P,k,F)};function B(){var k=_3(n,0,0,f,h,d).apply(null,t(o,s)),F=_3(n,i-k[0],r-k[1],f,h,d);return u=Ph(a,l,c),E=Sl(t,F),S=Sl(u,E),R=M3(E,w),T()}function T(){return M=_=null,P}return function(){return t=e.apply(this,arguments),P.invert=t.invert&&N,B()}}function Jc(e){var t=0,n=Te/3,i=qh(e),r=i(t,n);return r.parallels=function(o){return arguments.length?i(t=o[0]*Qe,n=o[1]*Qe):[t*Ft,n*Ft]},r}function _A(e){var t=Le(e);function n(i,r){return[i*t,ke(r)/t]}return n.invert=function(i,r){return[i/t,en(r*t)]},n}function AA(e,t){var n=ke(e),i=(n+ke(t))/2;if(Ve(i)<Se)return _A(e);var r=1+n*(2*i-n),o=Nt(r)/i;function s(a,l){var c=Nt(r-2*i*ke(l))/i;return[c*ke(a*=i),o-c*Le(a)]}return s.invert=function(a,l){var c=o-l,u=_n(a,Ve(c))*qt(c);return c*i<0&&(u-=Te*qt(a)*qt(c)),[u/i,en((r-(a*a+c*c)*i*i)/(2*i))]},s}function ea(){return Jc(AA).scale(155.424).center([0,33.6442])}function Kh(){return ea().parallels([29.5,45.5]).scale(1070).translate([480,250]).rotate([96,0]).center([-.6,38.7])}function EA(e){var t=e.length;return{point:function(n,i){for(var r=-1;++r<t;)e[r].point(n,i)},sphere:function(){for(var n=-1;++n<t;)e[n].sphere()},lineStart:function(){for(var n=-1;++n<t;)e[n].lineStart()},lineEnd:function(){for(var n=-1;++n<t;)e[n].lineEnd()},polygonStart:function(){for(var n=-1;++n<t;)e[n].polygonStart()},polygonEnd:function(){for(var n=-1;++n<t;)e[n].polygonEnd()}}}function RA(){var e,t,n=Kh(),i,r=ea().rotate([154,0]).center([-2,58.5]).parallels([55,65]),o,s=ea().rotate([157,0]).center([-3,19.9]).parallels([8,18]),a,l,c={point:function(f,h){l=[f,h]}};function u(f){var h=f[0],g=f[1];return l=null,i.point(h,g),l||(o.point(h,g),l)||(a.point(h,g),l)}u.invert=function(f){var h=n.scale(),g=n.translate(),p=(f[0]-g[0])/h,m=(f[1]-g[1])/h;return(m>=.12&&m<.234&&p>=-.425&&p<-.214?r:m>=.166&&m<.234&&p>=-.214&&p<-.115?s:n).invert(f)},u.stream=function(f){return e&&t===f?e:e=EA([n.stream(t=f),r.stream(f),s.stream(f)])},u.precision=function(f){return arguments.length?(n.precision(f),r.precision(f),s.precision(f),d()):n.precision()},u.scale=function(f){return arguments.length?(n.scale(f),r.scale(f*.35),s.scale(f),u.translate(n.translate())):n.scale()},u.translate=function(f){if(!arguments.length)return n.translate();var h=n.scale(),g=+f[0],p=+f[1];return i=n.translate(f).clipExtent([[g-.455*h,p-.238*h],[g+.455*h,p+.238*h]]).stream(c),o=r.translate([g-.307*h,p+.201*h]).clipExtent([[g-.425*h+Se,p+.12*h+Se],[g-.214*h-Se,p+.234*h-Se]]).stream(c),a=s.translate([g-.205*h,p+.212*h]).clipExtent([[g-.214*h+Se,p+.166*h+Se],[g-.115*h-Se,p+.234*h-Se]]).stream(c),d()},u.fitExtent=function(f,h){return Yc(u,f,h)},u.fitSize=function(f,h){return Jh(u,f,h)},u.fitWidth=function(f,h){return Uh(u,f,h)},u.fitHeight=function(f,h){return Qh(u,f,h)};function d(){return e=t=null,u}return u.scale(1070)}function e6(e){return function(t,n){var i=Le(t),r=Le(n),o=e(i*r);return o===1/0?[2,0]:[o*r*ke(t),o*ke(n)]}}function Ko(e){return function(t,n){var i=Nt(t*t+n*n),r=e(i),o=ke(r),s=Le(r);return[_n(t*o,i*s),en(i&&n*o/i)]}}var t6=e6(function(e){return Nt(2/(1+e))});t6.invert=Ko(function(e){return 2*en(e/2)});function kA(){return Qn(t6).scale(124.75).clipAngle(180-.001)}var n6=e6(function(e){return(e=kh(e))&&e/ke(e)});n6.invert=Ko(function(e){return e});function PA(){return Qn(n6).scale(79.4188).clipAngle(180-.001)}function _a(e,t){return[e,zs(Wc((lt+t)/2))]}_a.invert=function(e,t){return[e,2*Pr(Rh(t))-lt]};function LA(){return i6(_a).scale(961/Zt)}function i6(e){var t=Qn(e),n=t.center,i=t.scale,r=t.translate,o=t.clipExtent,s=null,a,l,c;t.scale=function(d){return arguments.length?(i(d),u()):i()},t.translate=function(d){return arguments.length?(r(d),u()):r()},t.center=function(d){return arguments.length?(n(d),u()):n()},t.clipExtent=function(d){return arguments.length?(d==null?s=a=l=c=null:(s=+d[0][0],a=+d[0][1],l=+d[1][0],c=+d[1][1]),u()):s==null?null:[[s,a],[l,c]]};function u(){var d=Te*i(),f=t(z_(t.rotate()).invert([0,0]));return o(s==null?[[f[0]-d,f[1]-d],[f[0]+d,f[1]+d]]:e===_a?[[Math.max(f[0]-d,s),a],[Math.min(f[0]+d,l),c]]:[[s,Math.max(f[1]-d,a)],[l,Math.min(f[1]+d,c)]])}return u()}function $2(e){return Wc((lt+e)/2)}function FA(e,t){var n=Le(e),i=e===t?ke(e):zs(n/Le(t))/zs($2(t)/$2(e)),r=n*S0($2(e),i)/i;if(!i)return _a;function o(s,a){r>0?a<-lt+Se&&(a=-lt+Se):a>lt-Se&&(a=lt-Se);var l=r/S0($2(a),i);return[l*ke(i*s),r-l*Le(i*s)]}return o.invert=function(s,a){var l=r-a,c=qt(i)*Nt(s*s+l*l),u=_n(s,Ve(l))*qt(l);return l*i<0&&(u-=Te*qt(s)*qt(l)),[u/i,2*Pr(S0(r/c,1/i))-lt]},o}function OA(){return Jc(FA).scale(109.5).parallels([30,30])}function ta(e,t){return[e,t]}ta.invert=ta;function NA(){return Qn(ta).scale(152.63)}function TA(e,t){var n=Le(e),i=e===t?ke(e):(n-Le(t))/(t-e),r=n/i+e;if(Ve(i)<Se)return ta;function o(s,a){var l=r-a,c=i*s;return[l*ke(c),r-l*Le(c)]}return o.invert=function(s,a){var l=r-a,c=_n(s,Ve(l))*qt(l);return l*i<0&&(c-=Te*qt(s)*qt(l)),[c/i,r-qt(i)*Nt(s*s+l*l)]},o}function DA(){return Jc(TA).scale(131.154).center([0,13.9389])}var mo=1.340264,bo=-.081106,Co=893e-6,vo=.003796,na=Nt(3)/2,VA=12;function r6(e,t){var n=en(na*ke(t)),i=n*n,r=i*i*i;return[e*Le(n)/(na*(mo+3*bo*i+r*(7*Co+9*vo*i))),n*(mo+bo*i+r*(Co+vo*i))]}r6.invert=function(e,t){for(var n=t,i=n*n,r=i*i*i,o=0,s,a,l;o<VA&&(a=n*(mo+bo*i+r*(Co+vo*i))-t,l=mo+3*bo*i+r*(7*Co+9*vo*i),n-=s=a/l,i=n*n,r=i*i*i,!(Ve(s)<zc));++o);return[na*e*(mo+3*bo*i+r*(7*Co+9*vo*i))/Le(n),en(ke(n)/na)]};function jA(){return Qn(r6).scale(177.158)}function o6(e,t){var n=Le(t),i=Le(e)*n;return[n*ke(e)/i,ke(t)/i]}o6.invert=Ko(Pr);function BA(){return Qn(o6).scale(144.049).clipAngle(60)}function s6(e,t){var n=t*t,i=n*n;return[e*(.8707-.131979*n+i*(-.013791+i*(.003971*n-.001529*i))),t*(1.007226+n*(.015085+i*(-.044475+.028874*n-.005916*i)))]}s6.invert=function(e,t){var n=t,i=25,r;do{var o=n*n,s=o*o;n-=r=(n*(1.007226+o*(.015085+s*(-.044475+.028874*o-.005916*s)))-t)/(1.007226+o*(.015085*3+s*(-.044475*7+.028874*9*o-.005916*11*s)))}while(Ve(r)>Se&&--i>0);return[e/(.8707+(o=n*n)*(-.131979+o*(-.013791+o*o*o*(.003971-.001529*o)))),n]};function HA(){return Qn(s6).scale(175.295)}function a6(e,t){return[Le(t)*ke(e),ke(t)]}a6.invert=Ko(en);function $A(){return Qn(a6).scale(249.5).clipAngle(90+Se)}function l6(e,t){var n=Le(t),i=1+Le(e)*n;return[n*ke(e)/i,ke(t)/i]}l6.invert=Ko(function(e){return 2*Pr(e)});function GA(){return Qn(l6).scale(250).clipAngle(142)}function c6(e,t){return[zs(Wc((lt+t)/2)),-e]}c6.invert=function(e,t){return[-t,2*Pr(Rh(e))-lt]};function zA(){var e=i6(c6),t=e.center,n=e.rotate;return e.center=function(i){return arguments.length?t([-i[1],i[0]]):(i=t(),[i[1],-i[0]])},e.rotate=function(i){return arguments.length?n([i[0],i[1],i.length>2?i[2]+90:90]):(i=n(),[i[0],i[1],i[2]-90])},n([0,0,90]).scale(159.155)}function We(e){for(var t=e.length/6|0,n=new Array(t),i=0;i<t;)n[i]="#"+e.slice(i*6,++i*6);return n}function Aa(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function Uc(e,t){var n=Object.create(e.prototype);for(var i in t)n[i]=t[i];return n}function Lr(){}var Xi=.7,Ir=1/Xi,fr="\\s*([+-]?\\d+)\\s*",Bo="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Sn="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",WA=/^#([0-9a-f]{3,8})$/,ZA=new RegExp(`^rgb\\(${fr},${fr},${fr}\\)$`),XA=new RegExp(`^rgb\\(${Sn},${Sn},${Sn}\\)$`),YA=new RegExp(`^rgba\\(${fr},${fr},${fr},${Bo}\\)$`),JA=new RegExp(`^rgba\\(${Sn},${Sn},${Sn},${Bo}\\)$`),UA=new RegExp(`^hsl\\(${Bo},${Sn},${Sn}\\)$`),QA=new RegExp(`^hsla\\(${Bo},${Sn},${Sn},${Bo}\\)$`),A3={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};Aa(Lr,Ea,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:E3,formatHex:E3,formatHex8:qA,formatHsl:KA,formatRgb:R3,toString:R3});function E3(){return this.rgb().formatHex()}function qA(){return this.rgb().formatHex8()}function KA(){return d6(this).formatHsl()}function R3(){return this.rgb().formatRgb()}function Ea(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=WA.exec(e))?(n=t[1].length,t=parseInt(t[1],16),n===6?k3(t):n===3?new Lt(t>>8&15|t>>4&240,t>>4&15|t&240,(t&15)<<4|t&15,1):n===8?G2(t>>24&255,t>>16&255,t>>8&255,(t&255)/255):n===4?G2(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|t&240,((t&15)<<4|t&15)/255):null):(t=ZA.exec(e))?new Lt(t[1],t[2],t[3],1):(t=XA.exec(e))?new Lt(t[1]*255/100,t[2]*255/100,t[3]*255/100,1):(t=YA.exec(e))?G2(t[1],t[2],t[3],t[4]):(t=JA.exec(e))?G2(t[1]*255/100,t[2]*255/100,t[3]*255/100,t[4]):(t=UA.exec(e))?F3(t[1],t[2]/100,t[3]/100,1):(t=QA.exec(e))?F3(t[1],t[2]/100,t[3]/100,t[4]):A3.hasOwnProperty(e)?k3(A3[e]):e==="transparent"?new Lt(NaN,NaN,NaN,0):null}function k3(e){return new Lt(e>>16&255,e>>8&255,e&255,1)}function G2(e,t,n,i){return i<=0&&(e=t=n=NaN),new Lt(e,t,n,i)}function u6(e){return e instanceof Lr||(e=Ea(e)),e?(e=e.rgb(),new Lt(e.r,e.g,e.b,e.opacity)):new Lt}function Ho(e,t,n,i){return arguments.length===1?u6(e):new Lt(e,t,n,i??1)}function Lt(e,t,n,i){this.r=+e,this.g=+t,this.b=+n,this.opacity=+i}Aa(Lt,Ho,Uc(Lr,{brighter(e){return e=e==null?Ir:Math.pow(Ir,e),new Lt(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=e==null?Xi:Math.pow(Xi,e),new Lt(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new Lt(Di(this.r),Di(this.g),Di(this.b),ia(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:P3,formatHex:P3,formatHex8:eE,formatRgb:L3,toString:L3}));function P3(){return`#${ki(this.r)}${ki(this.g)}${ki(this.b)}`}function eE(){return`#${ki(this.r)}${ki(this.g)}${ki(this.b)}${ki((isNaN(this.opacity)?1:this.opacity)*255)}`}function L3(){const e=ia(this.opacity);return`${e===1?"rgb(":"rgba("}${Di(this.r)}, ${Di(this.g)}, ${Di(this.b)}${e===1?")":`, ${e})`}`}function ia(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function Di(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function ki(e){return e=Di(e),(e<16?"0":"")+e.toString(16)}function F3(e,t,n,i){return i<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new ln(e,t,n,i)}function d6(e){if(e instanceof ln)return new ln(e.h,e.s,e.l,e.opacity);if(e instanceof Lr||(e=Ea(e)),!e)return new ln;if(e instanceof ln)return e;e=e.rgb();var t=e.r/255,n=e.g/255,i=e.b/255,r=Math.min(t,n,i),o=Math.max(t,n,i),s=NaN,a=o-r,l=(o+r)/2;return a?(t===o?s=(n-i)/a+(n<i)*6:n===o?s=(i-t)/a+2:s=(t-n)/a+4,a/=l<.5?o+r:2-o-r,s*=60):a=l>0&&l<1?0:s,new ln(s,a,l,e.opacity)}function tE(e,t,n,i){return arguments.length===1?d6(e):new ln(e,t,n,i??1)}function ln(e,t,n,i){this.h=+e,this.s=+t,this.l=+n,this.opacity=+i}Aa(ln,tE,Uc(Lr,{brighter(e){return e=e==null?Ir:Math.pow(Ir,e),new ln(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?Xi:Math.pow(Xi,e),new ln(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+(this.h<0)*360,t=isNaN(e)||isNaN(this.s)?0:this.s,n=this.l,i=n+(n<.5?n:1-n)*t,r=2*n-i;return new Lt(E0(e>=240?e-240:e+120,r,i),E0(e,r,i),E0(e<120?e+240:e-120,r,i),this.opacity)},clamp(){return new ln(O3(this.h),z2(this.s),z2(this.l),ia(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=ia(this.opacity);return`${e===1?"hsl(":"hsla("}${O3(this.h)}, ${z2(this.s)*100}%, ${z2(this.l)*100}%${e===1?")":`, ${e})`}`}}));function O3(e){return e=(e||0)%360,e<0?e+360:e}function z2(e){return Math.max(0,Math.min(1,e||0))}function E0(e,t,n){return(e<60?t+(n-t)*e/60:e<180?n:e<240?t+(n-t)*(240-e)/60:t)*255}const nE=Math.PI/180,iE=180/Math.PI;var f6=-.14861,Qc=1.78277,qc=-.29227,Ra=-.90649,$o=1.97294,N3=$o*Ra,T3=$o*Qc,D3=Qc*qc-Ra*f6;function rE(e){if(e instanceof Vi)return new Vi(e.h,e.s,e.l,e.opacity);e instanceof Lt||(e=u6(e));var t=e.r/255,n=e.g/255,i=e.b/255,r=(D3*i+N3*t-T3*n)/(D3+N3-T3),o=i-r,s=($o*(n-r)-qc*o)/Ra,a=Math.sqrt(s*s+o*o)/($o*r*(1-r)),l=a?Math.atan2(s,o)*iE-120:NaN;return new Vi(l<0?l+360:l,a,r,e.opacity)}function An(e,t,n,i){return arguments.length===1?rE(e):new Vi(e,t,n,i??1)}function Vi(e,t,n,i){this.h=+e,this.s=+t,this.l=+n,this.opacity=+i}Aa(Vi,An,Uc(Lr,{brighter(e){return e=e==null?Ir:Math.pow(Ir,e),new Vi(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=e==null?Xi:Math.pow(Xi,e),new Vi(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=isNaN(this.h)?0:(this.h+120)*nE,t=+this.l,n=isNaN(this.s)?0:this.s*t*(1-t),i=Math.cos(e),r=Math.sin(e);return new Lt(255*(t+n*(f6*i+Qc*r)),255*(t+n*(qc*i+Ra*r)),255*(t+n*($o*i)),this.opacity)}}));function oE(e,t,n,i,r){var o=e*e,s=o*e;return((1-3*e+3*o-s)*t+(4-6*o+3*s)*n+(1+3*e+3*o-3*s)*i+s*r)/6}function sE(e){var t=e.length-1;return function(n){var i=n<=0?n=0:n>=1?(n=1,t-1):Math.floor(n*t),r=e[i],o=e[i+1],s=i>0?e[i-1]:2*r-o,a=i<t-1?e[i+2]:2*o-r;return oE((n-i/t)*t,s,r,o,a)}}const Kc=e=>()=>e;function h6(e,t){return function(n){return e+n*t}}function aE(e,t,n){return e=Math.pow(e,n),t=Math.pow(t,n)-e,n=1/n,function(i){return Math.pow(e+i*t,n)}}function lE(e,t){var n=t-e;return n?h6(e,n>180||n<-180?n-360*Math.round(n/360):n):Kc(isNaN(e)?t:e)}function cE(e){return(e=+e)==1?hr:function(t,n){return n-t?aE(t,n,e):Kc(isNaN(t)?n:t)}}function hr(e,t){var n=t-e;return n?h6(e,n):Kc(isNaN(e)?t:e)}const uE=function e(t){var n=cE(t);function i(r,o){var s=n((r=Ho(r)).r,(o=Ho(o)).r),a=n(r.g,o.g),l=n(r.b,o.b),c=hr(r.opacity,o.opacity);return function(u){return r.r=s(u),r.g=a(u),r.b=l(u),r.opacity=c(u),r+""}}return i.gamma=e,i}(1);function dE(e){return function(t){var n=t.length,i=new Array(n),r=new Array(n),o=new Array(n),s,a;for(s=0;s<n;++s)a=Ho(t[s]),i[s]=a.r||0,r[s]=a.g||0,o[s]=a.b||0;return i=e(i),r=e(r),o=e(o),a.opacity=1,function(l){return a.r=i(l),a.g=r(l),a.b=o(l),a+""}}}var fE=dE(sE);function g6(e){return function t(n){n=+n;function i(r,o){var s=e((r=An(r)).h,(o=An(o)).h),a=hr(r.s,o.s),l=hr(r.l,o.l),c=hr(r.opacity,o.opacity);return function(u){return r.h=s(u),r.s=a(u),r.l=l(Math.pow(u,n)),r.opacity=c(u),r+""}}return i.gamma=t,i}(1)}g6(lE);var eu=g6(hr);const Ke=e=>fE(e[e.length-1]);var hE=new Array(3).concat("d8b365f5f5f55ab4ac","a6611adfc27d80cdc1018571","a6611adfc27df5f5f580cdc1018571","8c510ad8b365f6e8c3c7eae55ab4ac01665e","8c510ad8b365f6e8c3f5f5f5c7eae55ab4ac01665e","8c510abf812ddfc27df6e8c3c7eae580cdc135978f01665e","8c510abf812ddfc27df6e8c3f5f5f5c7eae580cdc135978f01665e","5430058c510abf812ddfc27df6e8c3c7eae580cdc135978f01665e003c30","5430058c510abf812ddfc27df6e8c3f5f5f5c7eae580cdc135978f01665e003c30").map(We);const gE=Ke(hE);var pE=new Array(3).concat("af8dc3f7f7f77fbf7b","7b3294c2a5cfa6dba0008837","7b3294c2a5cff7f7f7a6dba0008837","762a83af8dc3e7d4e8d9f0d37fbf7b1b7837","762a83af8dc3e7d4e8f7f7f7d9f0d37fbf7b1b7837","762a839970abc2a5cfe7d4e8d9f0d3a6dba05aae611b7837","762a839970abc2a5cfe7d4e8f7f7f7d9f0d3a6dba05aae611b7837","40004b762a839970abc2a5cfe7d4e8d9f0d3a6dba05aae611b783700441b","40004b762a839970abc2a5cfe7d4e8f7f7f7d9f0d3a6dba05aae611b783700441b").map(We);const mE=Ke(pE);var bE=new Array(3).concat("e9a3c9f7f7f7a1d76a","d01c8bf1b6dab8e1864dac26","d01c8bf1b6daf7f7f7b8e1864dac26","c51b7de9a3c9fde0efe6f5d0a1d76a4d9221","c51b7de9a3c9fde0eff7f7f7e6f5d0a1d76a4d9221","c51b7dde77aef1b6dafde0efe6f5d0b8e1867fbc414d9221","c51b7dde77aef1b6dafde0eff7f7f7e6f5d0b8e1867fbc414d9221","8e0152c51b7dde77aef1b6dafde0efe6f5d0b8e1867fbc414d9221276419","8e0152c51b7dde77aef1b6dafde0eff7f7f7e6f5d0b8e1867fbc414d9221276419").map(We);const CE=Ke(bE);var vE=new Array(3).concat("998ec3f7f7f7f1a340","5e3c99b2abd2fdb863e66101","5e3c99b2abd2f7f7f7fdb863e66101","542788998ec3d8daebfee0b6f1a340b35806","542788998ec3d8daebf7f7f7fee0b6f1a340b35806","5427888073acb2abd2d8daebfee0b6fdb863e08214b35806","5427888073acb2abd2d8daebf7f7f7fee0b6fdb863e08214b35806","2d004b5427888073acb2abd2d8daebfee0b6fdb863e08214b358067f3b08","2d004b5427888073acb2abd2d8daebf7f7f7fee0b6fdb863e08214b358067f3b08").map(We);const xE=Ke(vE);var yE=new Array(3).concat("ef8a62f7f7f767a9cf","ca0020f4a58292c5de0571b0","ca0020f4a582f7f7f792c5de0571b0","b2182bef8a62fddbc7d1e5f067a9cf2166ac","b2182bef8a62fddbc7f7f7f7d1e5f067a9cf2166ac","b2182bd6604df4a582fddbc7d1e5f092c5de4393c32166ac","b2182bd6604df4a582fddbc7f7f7f7d1e5f092c5de4393c32166ac","67001fb2182bd6604df4a582fddbc7d1e5f092c5de4393c32166ac053061","67001fb2182bd6604df4a582fddbc7f7f7f7d1e5f092c5de4393c32166ac053061").map(We);const wE=Ke(yE);var SE=new Array(3).concat("ef8a62ffffff999999","ca0020f4a582bababa404040","ca0020f4a582ffffffbababa404040","b2182bef8a62fddbc7e0e0e09999994d4d4d","b2182bef8a62fddbc7ffffffe0e0e09999994d4d4d","b2182bd6604df4a582fddbc7e0e0e0bababa8787874d4d4d","b2182bd6604df4a582fddbc7ffffffe0e0e0bababa8787874d4d4d","67001fb2182bd6604df4a582fddbc7e0e0e0bababa8787874d4d4d1a1a1a","67001fb2182bd6604df4a582fddbc7ffffffe0e0e0bababa8787874d4d4d1a1a1a").map(We);const IE=Ke(SE);var ME=new Array(3).concat("fc8d59ffffbf91bfdb","d7191cfdae61abd9e92c7bb6","d7191cfdae61ffffbfabd9e92c7bb6","d73027fc8d59fee090e0f3f891bfdb4575b4","d73027fc8d59fee090ffffbfe0f3f891bfdb4575b4","d73027f46d43fdae61fee090e0f3f8abd9e974add14575b4","d73027f46d43fdae61fee090ffffbfe0f3f8abd9e974add14575b4","a50026d73027f46d43fdae61fee090e0f3f8abd9e974add14575b4313695","a50026d73027f46d43fdae61fee090ffffbfe0f3f8abd9e974add14575b4313695").map(We);const _E=Ke(ME);var AE=new Array(3).concat("fc8d59ffffbf91cf60","d7191cfdae61a6d96a1a9641","d7191cfdae61ffffbfa6d96a1a9641","d73027fc8d59fee08bd9ef8b91cf601a9850","d73027fc8d59fee08bffffbfd9ef8b91cf601a9850","d73027f46d43fdae61fee08bd9ef8ba6d96a66bd631a9850","d73027f46d43fdae61fee08bffffbfd9ef8ba6d96a66bd631a9850","a50026d73027f46d43fdae61fee08bd9ef8ba6d96a66bd631a9850006837","a50026d73027f46d43fdae61fee08bffffbfd9ef8ba6d96a66bd631a9850006837").map(We);const EE=Ke(AE);var RE=new Array(3).concat("fc8d59ffffbf99d594","d7191cfdae61abdda42b83ba","d7191cfdae61ffffbfabdda42b83ba","d53e4ffc8d59fee08be6f59899d5943288bd","d53e4ffc8d59fee08bffffbfe6f59899d5943288bd","d53e4ff46d43fdae61fee08be6f598abdda466c2a53288bd","d53e4ff46d43fdae61fee08bffffbfe6f598abdda466c2a53288bd","9e0142d53e4ff46d43fdae61fee08be6f598abdda466c2a53288bd5e4fa2","9e0142d53e4ff46d43fdae61fee08bffffbfe6f598abdda466c2a53288bd5e4fa2").map(We);const kE=Ke(RE);var PE=new Array(3).concat("e5f5f999d8c92ca25f","edf8fbb2e2e266c2a4238b45","edf8fbb2e2e266c2a42ca25f006d2c","edf8fbccece699d8c966c2a42ca25f006d2c","edf8fbccece699d8c966c2a441ae76238b45005824","f7fcfde5f5f9ccece699d8c966c2a441ae76238b45005824","f7fcfde5f5f9ccece699d8c966c2a441ae76238b45006d2c00441b").map(We);const LE=Ke(PE);var FE=new Array(3).concat("e0ecf49ebcda8856a7","edf8fbb3cde38c96c688419d","edf8fbb3cde38c96c68856a7810f7c","edf8fbbfd3e69ebcda8c96c68856a7810f7c","edf8fbbfd3e69ebcda8c96c68c6bb188419d6e016b","f7fcfde0ecf4bfd3e69ebcda8c96c68c6bb188419d6e016b","f7fcfde0ecf4bfd3e69ebcda8c96c68c6bb188419d810f7c4d004b").map(We);const OE=Ke(FE);var NE=new Array(3).concat("e0f3dba8ddb543a2ca","f0f9e8bae4bc7bccc42b8cbe","f0f9e8bae4bc7bccc443a2ca0868ac","f0f9e8ccebc5a8ddb57bccc443a2ca0868ac","f0f9e8ccebc5a8ddb57bccc44eb3d32b8cbe08589e","f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe08589e","f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe0868ac084081").map(We);const TE=Ke(NE);var DE=new Array(3).concat("fee8c8fdbb84e34a33","fef0d9fdcc8afc8d59d7301f","fef0d9fdcc8afc8d59e34a33b30000","fef0d9fdd49efdbb84fc8d59e34a33b30000","fef0d9fdd49efdbb84fc8d59ef6548d7301f990000","fff7ecfee8c8fdd49efdbb84fc8d59ef6548d7301f990000","fff7ecfee8c8fdd49efdbb84fc8d59ef6548d7301fb300007f0000").map(We);const VE=Ke(DE);var jE=new Array(3).concat("ece2f0a6bddb1c9099","f6eff7bdc9e167a9cf02818a","f6eff7bdc9e167a9cf1c9099016c59","f6eff7d0d1e6a6bddb67a9cf1c9099016c59","f6eff7d0d1e6a6bddb67a9cf3690c002818a016450","fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016450","fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016c59014636").map(We);const BE=Ke(jE);var HE=new Array(3).concat("ece7f2a6bddb2b8cbe","f1eef6bdc9e174a9cf0570b0","f1eef6bdc9e174a9cf2b8cbe045a8d","f1eef6d0d1e6a6bddb74a9cf2b8cbe045a8d","f1eef6d0d1e6a6bddb74a9cf3690c00570b0034e7b","fff7fbece7f2d0d1e6a6bddb74a9cf3690c00570b0034e7b","fff7fbece7f2d0d1e6a6bddb74a9cf3690c00570b0045a8d023858").map(We);const $E=Ke(HE);var GE=new Array(3).concat("e7e1efc994c7dd1c77","f1eef6d7b5d8df65b0ce1256","f1eef6d7b5d8df65b0dd1c77980043","f1eef6d4b9dac994c7df65b0dd1c77980043","f1eef6d4b9dac994c7df65b0e7298ace125691003f","f7f4f9e7e1efd4b9dac994c7df65b0e7298ace125691003f","f7f4f9e7e1efd4b9dac994c7df65b0e7298ace125698004367001f").map(We);const zE=Ke(GE);var WE=new Array(3).concat("fde0ddfa9fb5c51b8a","feebe2fbb4b9f768a1ae017e","feebe2fbb4b9f768a1c51b8a7a0177","feebe2fcc5c0fa9fb5f768a1c51b8a7a0177","feebe2fcc5c0fa9fb5f768a1dd3497ae017e7a0177","fff7f3fde0ddfcc5c0fa9fb5f768a1dd3497ae017e7a0177","fff7f3fde0ddfcc5c0fa9fb5f768a1dd3497ae017e7a017749006a").map(We);const ZE=Ke(WE);var XE=new Array(3).concat("edf8b17fcdbb2c7fb8","ffffcca1dab441b6c4225ea8","ffffcca1dab441b6c42c7fb8253494","ffffccc7e9b47fcdbb41b6c42c7fb8253494","ffffccc7e9b47fcdbb41b6c41d91c0225ea80c2c84","ffffd9edf8b1c7e9b47fcdbb41b6c41d91c0225ea80c2c84","ffffd9edf8b1c7e9b47fcdbb41b6c41d91c0225ea8253494081d58").map(We);const YE=Ke(XE);var JE=new Array(3).concat("f7fcb9addd8e31a354","ffffccc2e69978c679238443","ffffccc2e69978c67931a354006837","ffffccd9f0a3addd8e78c67931a354006837","ffffccd9f0a3addd8e78c67941ab5d238443005a32","ffffe5f7fcb9d9f0a3addd8e78c67941ab5d238443005a32","ffffe5f7fcb9d9f0a3addd8e78c67941ab5d238443006837004529").map(We);const UE=Ke(JE);var QE=new Array(3).concat("fff7bcfec44fd95f0e","ffffd4fed98efe9929cc4c02","ffffd4fed98efe9929d95f0e993404","ffffd4fee391fec44ffe9929d95f0e993404","ffffd4fee391fec44ffe9929ec7014cc4c028c2d04","ffffe5fff7bcfee391fec44ffe9929ec7014cc4c028c2d04","ffffe5fff7bcfee391fec44ffe9929ec7014cc4c02993404662506").map(We);const qE=Ke(QE);var KE=new Array(3).concat("ffeda0feb24cf03b20","ffffb2fecc5cfd8d3ce31a1c","ffffb2fecc5cfd8d3cf03b20bd0026","ffffb2fed976feb24cfd8d3cf03b20bd0026","ffffb2fed976feb24cfd8d3cfc4e2ae31a1cb10026","ffffccffeda0fed976feb24cfd8d3cfc4e2ae31a1cb10026","ffffccffeda0fed976feb24cfd8d3cfc4e2ae31a1cbd0026800026").map(We);const eR=Ke(KE);var tR=new Array(3).concat("deebf79ecae13182bd","eff3ffbdd7e76baed62171b5","eff3ffbdd7e76baed63182bd08519c","eff3ffc6dbef9ecae16baed63182bd08519c","eff3ffc6dbef9ecae16baed64292c62171b5084594","f7fbffdeebf7c6dbef9ecae16baed64292c62171b5084594","f7fbffdeebf7c6dbef9ecae16baed64292c62171b508519c08306b").map(We);const nR=Ke(tR);var iR=new Array(3).concat("e5f5e0a1d99b31a354","edf8e9bae4b374c476238b45","edf8e9bae4b374c47631a354006d2c","edf8e9c7e9c0a1d99b74c47631a354006d2c","edf8e9c7e9c0a1d99b74c47641ab5d238b45005a32","f7fcf5e5f5e0c7e9c0a1d99b74c47641ab5d238b45005a32","f7fcf5e5f5e0c7e9c0a1d99b74c47641ab5d238b45006d2c00441b").map(We);const rR=Ke(iR);var oR=new Array(3).concat("f0f0f0bdbdbd636363","f7f7f7cccccc969696525252","f7f7f7cccccc969696636363252525","f7f7f7d9d9d9bdbdbd969696636363252525","f7f7f7d9d9d9bdbdbd969696737373525252252525","fffffff0f0f0d9d9d9bdbdbd969696737373525252252525","fffffff0f0f0d9d9d9bdbdbd969696737373525252252525000000").map(We);const sR=Ke(oR);var aR=new Array(3).concat("efedf5bcbddc756bb1","f2f0f7cbc9e29e9ac86a51a3","f2f0f7cbc9e29e9ac8756bb154278f","f2f0f7dadaebbcbddc9e9ac8756bb154278f","f2f0f7dadaebbcbddc9e9ac8807dba6a51a34a1486","fcfbfdefedf5dadaebbcbddc9e9ac8807dba6a51a34a1486","fcfbfdefedf5dadaebbcbddc9e9ac8807dba6a51a354278f3f007d").map(We);const lR=Ke(aR);var cR=new Array(3).concat("fee0d2fc9272de2d26","fee5d9fcae91fb6a4acb181d","fee5d9fcae91fb6a4ade2d26a50f15","fee5d9fcbba1fc9272fb6a4ade2d26a50f15","fee5d9fcbba1fc9272fb6a4aef3b2ccb181d99000d","fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181d99000d","fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181da50f1567000d").map(We);const uR=Ke(cR);var dR=new Array(3).concat("fee6cefdae6be6550d","feeddefdbe85fd8d3cd94701","feeddefdbe85fd8d3ce6550da63603","feeddefdd0a2fdae6bfd8d3ce6550da63603","feeddefdd0a2fdae6bfd8d3cf16913d948018c2d04","fff5ebfee6cefdd0a2fdae6bfd8d3cf16913d948018c2d04","fff5ebfee6cefdd0a2fdae6bfd8d3cf16913d94801a636037f2704").map(We);const fR=Ke(dR);function hR(e){return e=Math.max(0,Math.min(1,e)),"rgb("+Math.max(0,Math.min(255,Math.round(-4.54-e*(35.34-e*(2381.73-e*(6402.7-e*(7024.72-e*2710.57)))))))+", "+Math.max(0,Math.min(255,Math.round(32.49+e*(170.73+e*(52.82-e*(131.46-e*(176.58-e*67.37)))))))+", "+Math.max(0,Math.min(255,Math.round(81.24+e*(442.36-e*(2482.43-e*(6167.24-e*(6614.94-e*2475.67)))))))+")"}const gR=eu(An(300,.5,0),An(-240,.5,1));var pR=eu(An(-100,.75,.35),An(80,1.5,.8)),mR=eu(An(260,.75,.35),An(80,1.5,.8)),W2=An();function bR(e){(e<0||e>1)&&(e-=Math.floor(e));var t=Math.abs(e-.5);return W2.h=360*e-100,W2.s=1.5-1.5*t,W2.l=.8-.9*t,W2+""}var Z2=Ho(),CR=Math.PI/3,vR=Math.PI*2/3;function xR(e){var t;return e=(.5-e)*Math.PI,Z2.r=255*(t=Math.sin(e))*t,Z2.g=255*(t=Math.sin(e+CR))*t,Z2.b=255*(t=Math.sin(e+vR))*t,Z2+""}function yR(e){return e=Math.max(0,Math.min(1,e)),"rgb("+Math.max(0,Math.min(255,Math.round(34.61+e*(1172.33-e*(10793.56-e*(33300.12-e*(38394.49-e*14825.05)))))))+", "+Math.max(0,Math.min(255,Math.round(23.31+e*(557.33+e*(1225.33-e*(3574.96-e*(1073.77+e*707.56)))))))+", "+Math.max(0,Math.min(255,Math.round(27.2+e*(3211.1-e*(15327.97-e*(27814-e*(22569.18-e*6838.66)))))))+")"}function ka(e){var t=e.length;return function(n){return e[Math.max(0,Math.min(t-1,Math.floor(n*t)))]}}const wR=ka(We("44015444025645045745055946075a46085c460a5d460b5e470d60470e6147106347116447136548146748166848176948186a481a6c481b6d481c6e481d6f481f70482071482173482374482475482576482677482878482979472a7a472c7a472d7b472e7c472f7d46307e46327e46337f463480453581453781453882443983443a83443b84433d84433e85423f854240864241864142874144874045884046883f47883f48893e49893e4a893e4c8a3d4d8a3d4e8a3c4f8a3c508b3b518b3b528b3a538b3a548c39558c39568c38588c38598c375a8c375b8d365c8d365d8d355e8d355f8d34608d34618d33628d33638d32648e32658e31668e31678e31688e30698e306a8e2f6b8e2f6c8e2e6d8e2e6e8e2e6f8e2d708e2d718e2c718e2c728e2c738e2b748e2b758e2a768e2a778e2a788e29798e297a8e297b8e287c8e287d8e277e8e277f8e27808e26818e26828e26828e25838e25848e25858e24868e24878e23888e23898e238a8d228b8d228c8d228d8d218e8d218f8d21908d21918c20928c20928c20938c1f948c1f958b1f968b1f978b1f988b1f998a1f9a8a1e9b8a1e9c891e9d891f9e891f9f881fa0881fa1881fa1871fa28720a38620a48621a58521a68522a78522a88423a98324aa8325ab8225ac8226ad8127ad8128ae8029af7f2ab07f2cb17e2db27d2eb37c2fb47c31b57b32b67a34b67935b77937b87838b9773aba763bbb753dbc743fbc7340bd7242be7144bf7046c06f48c16e4ac16d4cc26c4ec36b50c46a52c56954c56856c66758c7655ac8645cc8635ec96260ca6063cb5f65cb5e67cc5c69cd5b6ccd5a6ece5870cf5773d05675d05477d1537ad1517cd2507fd34e81d34d84d44b86d54989d5488bd6468ed64590d74393d74195d84098d83e9bd93c9dd93ba0da39a2da37a5db36a8db34aadc32addc30b0dd2fb2dd2db5de2bb8de29bade28bddf26c0df25c2df23c5e021c8e020cae11fcde11dd0e11cd2e21bd5e21ad8e219dae319dde318dfe318e2e418e5e419e7e419eae51aece51befe51cf1e51df4e61ef6e620f8e621fbe723fde725"));var SR=ka(We("00000401000501010601010802010902020b02020d03030f03031204041405041606051806051a07061c08071e0907200a08220b09240c09260d0a290e0b2b100b2d110c2f120d31130d34140e36150e38160f3b180f3d19103f1a10421c10441d11471e114920114b21114e22115024125325125527125829115a2a115c2c115f2d11612f116331116533106734106936106b38106c390f6e3b0f703d0f713f0f72400f74420f75440f764510774710784910784a10794c117a4e117b4f127b51127c52137c54137d56147d57157e59157e5a167e5c167f5d177f5f187f601880621980641a80651a80671b80681c816a1c816b1d816d1d816e1e81701f81721f817320817521817621817822817922827b23827c23827e24828025828125818326818426818627818827818928818b29818c29818e2a81902a81912b81932b80942c80962c80982d80992d809b2e7f9c2e7f9e2f7fa02f7fa1307ea3307ea5317ea6317da8327daa337dab337cad347cae347bb0357bb2357bb3367ab5367ab73779b83779ba3878bc3978bd3977bf3a77c03a76c23b75c43c75c53c74c73d73c83e73ca3e72cc3f71cd4071cf4070d0416fd2426fd3436ed5446dd6456cd8456cd9466bdb476adc4869de4968df4a68e04c67e24d66e34e65e44f64e55064e75263e85362e95462ea5661eb5760ec5860ed5a5fee5b5eef5d5ef05f5ef1605df2625df2645cf3655cf4675cf4695cf56b5cf66c5cf66e5cf7705cf7725cf8745cf8765cf9785df9795df97b5dfa7d5efa7f5efa815ffb835ffb8560fb8761fc8961fc8a62fc8c63fc8e64fc9065fd9266fd9467fd9668fd9869fd9a6afd9b6bfe9d6cfe9f6dfea16efea36ffea571fea772fea973feaa74feac76feae77feb078feb27afeb47bfeb67cfeb77efeb97ffebb81febd82febf84fec185fec287fec488fec68afec88cfeca8dfecc8ffecd90fecf92fed194fed395fed597fed799fed89afdda9cfddc9efddea0fde0a1fde2a3fde3a5fde5a7fde7a9fde9aafdebacfcecaefceeb0fcf0b2fcf2b4fcf4b6fcf6b8fcf7b9fcf9bbfcfbbdfcfdbf")),IR=ka(We("00000401000501010601010802010a02020c02020e03021004031204031405041706041907051b08051d09061f0a07220b07240c08260d08290e092b10092d110a30120a32140b34150b37160b39180c3c190c3e1b0c411c0c431e0c451f0c48210c4a230c4c240c4f260c51280b53290b552b0b572d0b592f0a5b310a5c320a5e340a5f3609613809623909633b09643d09653e0966400a67420a68440a68450a69470b6a490b6a4a0c6b4c0c6b4d0d6c4f0d6c510e6c520e6d540f6d550f6d57106e59106e5a116e5c126e5d126e5f136e61136e62146e64156e65156e67166e69166e6a176e6c186e6d186e6f196e71196e721a6e741a6e751b6e771c6d781c6d7a1d6d7c1d6d7d1e6d7f1e6c801f6c82206c84206b85216b87216b88226a8a226a8c23698d23698f24699025689225689326679526679727669827669a28659b29649d29649f2a63a02a63a22b62a32c61a52c60a62d60a82e5fa92e5eab2f5ead305dae305cb0315bb1325ab3325ab43359b63458b73557b93556ba3655bc3754bd3853bf3952c03a51c13a50c33b4fc43c4ec63d4dc73e4cc83f4bca404acb4149cc4248ce4347cf4446d04545d24644d34743d44842d54a41d74b3fd84c3ed94d3dda4e3cdb503bdd513ade5238df5337e05536e15635e25734e35933e45a31e55c30e65d2fe75e2ee8602de9612bea632aeb6429eb6628ec6726ed6925ee6a24ef6c23ef6e21f06f20f1711ff1731df2741cf3761bf37819f47918f57b17f57d15f67e14f68013f78212f78410f8850ff8870ef8890cf98b0bf98c0af98e09fa9008fa9207fa9407fb9606fb9706fb9906fb9b06fb9d07fc9f07fca108fca309fca50afca60cfca80dfcaa0ffcac11fcae12fcb014fcb216fcb418fbb61afbb81dfbba1ffbbc21fbbe23fac026fac228fac42afac62df9c72ff9c932f9cb35f8cd37f8cf3af7d13df7d340f6d543f6d746f5d949f5db4cf4dd4ff4df53f4e156f3e35af3e55df2e661f2e865f2ea69f1ec6df1ed71f1ef75f1f179f2f27df2f482f3f586f3f68af4f88ef5f992f6fa96f8fb9af9fc9dfafda1fcffa4")),MR=ka(We("0d088710078813078916078a19068c1b068d1d068e20068f2206902406912605912805922a05932c05942e05952f059631059733059735049837049938049a3a049a3c049b3e049c3f049c41049d43039e44039e46039f48039f4903a04b03a14c02a14e02a25002a25102a35302a35502a45601a45801a45901a55b01a55c01a65e01a66001a66100a76300a76400a76600a76700a86900a86a00a86c00a86e00a86f00a87100a87201a87401a87501a87701a87801a87a02a87b02a87d03a87e03a88004a88104a78305a78405a78606a68707a68808a68a09a58b0aa58d0ba58e0ca48f0da4910ea3920fa39410a29511a19613a19814a099159f9a169f9c179e9d189d9e199da01a9ca11b9ba21d9aa31e9aa51f99a62098a72197a82296aa2395ab2494ac2694ad2793ae2892b02991b12a90b22b8fb32c8eb42e8db52f8cb6308bb7318ab83289ba3388bb3488bc3587bd3786be3885bf3984c03a83c13b82c23c81c33d80c43e7fc5407ec6417dc7427cc8437bc9447aca457acb4679cc4778cc4977cd4a76ce4b75cf4c74d04d73d14e72d24f71d35171d45270d5536fd5546ed6556dd7566cd8576bd9586ada5a6ada5b69db5c68dc5d67dd5e66de5f65de6164df6263e06363e16462e26561e26660e3685fe4695ee56a5de56b5de66c5ce76e5be76f5ae87059e97158e97257ea7457eb7556eb7655ec7754ed7953ed7a52ee7b51ef7c51ef7e50f07f4ff0804ef1814df1834cf2844bf3854bf3874af48849f48948f58b47f58c46f68d45f68f44f79044f79143f79342f89441f89540f9973ff9983ef99a3efa9b3dfa9c3cfa9e3bfb9f3afba139fba238fca338fca537fca636fca835fca934fdab33fdac33fdae32fdaf31fdb130fdb22ffdb42ffdb52efeb72dfeb82cfeba2cfebb2bfebd2afebe2afec029fdc229fdc328fdc527fdc627fdc827fdca26fdcb26fccd25fcce25fcd025fcd225fbd324fbd524fbd724fad824fada24f9dc24f9dd25f8df25f8e125f7e225f7e425f6e626f6e826f5e926f5eb27f4ed27f3ee27f3f027f2f227f1f426f1f525f0f724f0f921"));const xo={geoAzimuthalEqualArea:kA,geoAzimuthalEquidistant:PA,geoGnomonic:BA,geoOrthographic:$A,geoStereographic:GA,geoEqualEarth:jA,geoAlbers:Kh,geoAlbersUsa:RA,geoConicConformal:OA,geoConicEqualArea:ea,geoConicEquidistant:DA,geoEquirectangular:NA,geoMercator:LA,geoTransverseMercator:zA,geoNaturalEarth1:HA};Object.keys(xo).forEach(e=>{xo[`${e.charAt(3).toLowerCase()}${e.slice(4)}`]=xo[e]});class Qi extends pi{constructor(t){super(t),this.outlineBounds=null,this.oldChartBounds=null,this.geoPath=S3()}init(t){t.position="chartArea",super.init(t),typeof t.projection=="function"?this.projection=t.projection:this.projection=(xo[t.projection]||xo.albersUsa)(),this.geoPath.projection(this.projection),this.outlineBounds=null,this.oldChartBounds=null}computeBounds(t){const n=S3(this.projection.fitWidth(1e3,t)).bounds(t),i=Math.ceil(n[1][1]-n[0][1]),r=Math.ceil(n[1][0]-n[0][0]),o=this.projection.translate();this.outlineBounds={width:r,height:i,aspectRatio:r/i,refScale:this.projection.scale(),refX:o[0],refY:o[1]}}updateBounds(){const t=this.chart.chartArea,n=this.outlineBounds;if(!n)return!1;const i=this.options.padding,r=typeof i=="number"?i:i.top,o=typeof i=="number"?i:i.left,s=typeof i=="number"?i:i.bottom,a=typeof i=="number"?i:i.right,l=t.right-t.left-o-a,c=t.bottom-t.top-r-s,u=this.oldChartBounds;this.oldChartBounds={chartWidth:l,chartHeight:c};const d=Math.min(l/n.width,c/n.height),f=n.width*d,h=n.height*d,g=(l-f)*.5+t.left+o,p=(c-h)*.5+t.top+r,m=this.options;return this.projection.scale(n.refScale*d*m.projectionScale).translate([d*n.refX+g+m.projectionOffset[0],d*n.refY+p+m.projectionOffset[1]]),!u||u.chartWidth!==this.oldChartBounds.chartWidth||u.chartHeight!==this.oldChartBounds.chartHeight}}Qi.id="projection";Qi.defaults={projection:"albersUsa",projectionScale:1,projectionOffset:[0,0],padding:0};Qi.descriptors={_scriptable:e=>e!=="projection",_indexable:e=>e!=="projectionOffset"};const Pa={position:"chartArea",property:"value",grid:{z:1,drawOnChartArea:!1},ticks:{z:1},legend:{align:"right",position:"bottom-right",length:100,width:50,margin:8,indicatorWidth:10}};function _R(e){const{indicatorWidth:t,align:n,margin:i}=e,r=(typeof i=="number"?i:i.left)+(n==="right"?t:0),o=(typeof i=="number"?i:i.top)+(n==="bottom"?t:0),s=(typeof i=="number"?i:i.right)+(n==="left"?t:0),a=(typeof i=="number"?i:i.bottom)+(n==="top"?t:0);return{left:r,top:o,right:s,bottom:a}}function AR(e,t,n,i,r){const{indicatorWidth:o,align:s,position:a}=t,l=s==="top"||s==="bottom",c=(s==="left"?r.w:n)+(l?o:0),u=(s==="top"?r.h:i)+(l?0:o),d=_R(t);if(typeof a=="string")switch(a){case"top-left":return[d.left,d.top];case"top":return[(e.right-c)/2,d.top];case"left":return[d.left,(e.bottom-u)/2];case"top-right":return[e.right-c-d.right,d.top];case"bottom-right":return[e.right-c-d.right,e.bottom-u-d.bottom];case"bottom":return[(e.right-c)/2,e.bottom-u-d.bottom];case"bottom-left":return[d.left,e.bottom-u-d.bottom];default:return[e.right-c-d.right,(e.bottom-u)/2]}return[a.x,a.y]}class sr extends Zn{constructor(){super(...arguments),this.legendSize={w:0,h:0}}init(t){t.position="chartArea",super.init(t),this.axis="r"}parse(t,n){return t&&typeof t[this.options.property]=="number"?t[this.options.property]:super.parse(t,n)}isHorizontal(){return this.options.legend.align==="top"||this.options.legend.align==="bottom"}_getNormalizedValue(t){return t==null||Number.isNaN(t)?null:(t-this._startValue)/this._valueRange}update(t,n,i){const r=Math.min(n,this.bottom==null?Number.POSITIVE_INFINITY:this.bottom),o=Math.min(t,this.right==null?Number.POSITIVE_INFINITY:this.right),s=this.options.legend,a=this.isHorizontal(),l=(h,g)=>h<1?g*h:h,c=Math.min(o,l(a?s.length:s.width,o))-(a?0:s.indicatorWidth),u=Math.min(r,l(a?s.width:s.length,r))-(a?s.indicatorWidth:0);this.legendSize={w:c,h:u},this.bottom=u,this.height=u,this.right=c,this.width=c;const d=this.options.position;this.options.position=this.options.legend.align;const f=super.update(c,u,i);return this.options.position=d,this.height=Math.min(u,this.height),this.width=Math.min(c,this.width),f}_computeLabelArea(){}draw(t){if(!this._isVisible())return;const n=AR(t,this.options.legend,this.width,this.height,this.legendSize),{ctx:i}=this;i.save(),i.translate(n[0],n[1]);const r=this.options.position;this.options.position=this.options.legend.align,super.draw({...t,bottom:this.height+10,right:this.width}),this.options.position=r;const{indicatorWidth:o}=this.options.legend;switch(this.options.legend.align){case"left":i.translate(this.legendSize.w,0);break;case"top":i.translate(0,this.legendSize.h);break;case"bottom":i.translate(0,-o);break;default:i.translate(-o,0);break}this._drawIndicator(),i.restore()}_drawIndicator(){}}class p6 extends Wi{constructor(){super(...arguments),this.legendSize={w:0,h:0}}init(t){sr.prototype.init.call(this,t)}parse(t,n){return sr.prototype.parse.call(this,t,n)}isHorizontal(){return this.options.legend.align==="top"||this.options.legend.align==="bottom"}_getNormalizedValue(t){return t==null||Number.isNaN(t)?null:(Math.log10(t)-this._startValue)/this._valueRange}update(t,n,i){return sr.prototype.update.call(this,t,n,i)}_computeLabelArea(){}draw(t){return sr.prototype.draw.call(this,t)}_drawIndicator(){}}const Dn={interpolateBlues:nR,interpolateBrBG:gE,interpolateBuGn:LE,interpolateBuPu:OE,interpolateCividis:hR,interpolateCool:mR,interpolateCubehelixDefault:gR,interpolateGnBu:TE,interpolateGreens:rR,interpolateGreys:sR,interpolateInferno:IR,interpolateMagma:SR,interpolateOrRd:VE,interpolateOranges:fR,interpolatePRGn:mE,interpolatePiYG:CE,interpolatePlasma:MR,interpolatePuBu:$E,interpolatePuBuGn:BE,interpolatePuOr:xE,interpolatePuRd:zE,interpolatePurples:lR,interpolateRainbow:bR,interpolateRdBu:wE,interpolateRdGy:IE,interpolateRdPu:ZE,interpolateRdYlBu:_E,interpolateRdYlGn:EE,interpolateReds:uR,interpolateSinebow:xR,interpolateSpectral:kE,interpolateTurbo:yR,interpolateViridis:wR,interpolateWarm:pR,interpolateYlGn:UE,interpolateYlGnBu:YE,interpolateYlOrBr:qE,interpolateYlOrRd:eR};Object.keys(Dn).forEach(e=>{Dn[`${e.charAt(11).toLowerCase()}${e.slice(12)}`]=Dn[e],Dn[e.slice(11)]=Dn[e]});function m6(e,t){const n=1/t;if(e<=n)return 0;if(e>=1-n)return 1;for(let i=0;i<1;i+=n)if(e<i)return i-n/2;return e}const b6={interpolate:"blues",missing:"transparent",quantize:0};class fi extends sr{get interpolate(){const t=this.options;return t?typeof t.interpolate=="function"?t.interpolate:Dn[t.interpolate]||Dn.blues:n=>`rgb(${n},${n},${n})`}getColorForValue(t){const n=this._getNormalizedValue(t);return n==null||Number.isNaN(n)?this.options.missing:this.getColor(n)}getColor(t){let n=t;return this.options.quantize>0&&(n=m6(n,this.options.quantize)),this.interpolate(n)}_drawIndicator(){const{indicatorWidth:t}=this.options.legend,n=this._reversePixels;if(this.isHorizontal()){const i=this.width;if(this.options.quantize>0){const r=i/this.options.quantize,o=n?s=>i-r-s:s=>s;for(let s=0;s<i;s+=r){const a=(s+r/2)/i;this.ctx.fillStyle=this.getColor(a),this.ctx.fillRect(o(s),0,r,t)}}else{const r=n?o=>i-1-o:o=>o;for(let o=0;o<i;o+=1)this.ctx.fillStyle=this.getColor((o+.5)/i),this.ctx.fillRect(r(o),0,1,t)}}else{const i=this.height;if(this.options.quantize>0){const r=i/this.options.quantize,o=n?s=>i-r-s:s=>s;for(let s=0;s<i;s+=r){const a=(s+r/2)/i;this.ctx.fillStyle=this.getColor(a),this.ctx.fillRect(0,o(s),t,r)}}else{const r=n?o=>i-1-o:o=>o;for(let o=0;o<i;o+=1)this.ctx.fillStyle=this.getColor((o+.5)/i),this.ctx.fillRect(0,r(o),t,1)}}}}fi.id="color";fi.defaults=Ct({},[Zn.defaults,Pa,b6]);fi.descriptors={_scriptable:e=>e!=="interpolate",_indexable:!1};class tu extends p6{constructor(){super(...arguments),this.interpolate=t=>`rgb(${t},${t},${t})`}init(t){super.init(t),typeof t.interpolate=="function"?this.interpolate=t.interpolate:this.interpolate=Dn[t.interpolate]||Dn.blues}getColorForValue(t){return fi.prototype.getColorForValue.call(this,t)}getColor(t){let n=t;return this.options.quantize>0&&(n=m6(n,this.options.quantize)),this.interpolate(n)}_drawIndicator(){return fi.prototype._drawIndicator.call(this)}}tu.id="colorLogarithmic";tu.defaults=Ct({},[Wi.defaults,Pa,b6]);tu.descriptors={_scriptable:e=>e!=="interpolate",_indexable:!1};const C6={missing:1,mode:"area",range:[2,20],legend:{align:"bottom",length:90,width:70,indicatorWidth:42}};class Yi extends sr{constructor(){super(...arguments),this._model=null}getSizeForValue(t){const n=this._getNormalizedValue(t);return n==null||Number.isNaN(n)?this.options.missing:this.getSizeImpl(n)}getSizeImpl(t){const[n,i]=this.options.range;if(this.options.mode==="area"){const o=i*i*Math.PI,s=n*n*Math.PI,a=o-s,l=t*a+s;return Math.sqrt(l/Math.PI)}const r=i-n;return t*r+n}_drawIndicator(){const{ctx:t}=this,n=this.options.legend.indicatorWidth/2,i=this.isHorizontal(),r=this.ticks,o=this.getLabelItems(),s=o?o.map(a=>({[i?"x":"y"]:a.options.translation[i?0:1]})):r.map((a,l)=>({[i?"x":"y"]:this.getPixelForTick(l)}));if((this._gridLineItems||[]).forEach(a=>{if(t.save(),t.strokeStyle=a.color,t.lineWidth=a.width,t.setLineDash&&(t.setLineDash(a.borderDash),t.lineDashOffset=a.borderDashOffset),t.beginPath(),this.options.grid.drawTicks)switch(this.options.legend.align){case"left":t.moveTo(0,a.ty1),t.lineTo(n,a.ty2);break;case"top":t.moveTo(a.tx1,0),t.lineTo(a.tx2,n);break;case"bottom":t.moveTo(a.tx1,n),t.lineTo(a.tx2,n*2);break;default:t.moveTo(n,a.ty1),t.lineTo(n*2,a.ty2);break}t.stroke(),t.restore()}),this._model){const a=this._model;t.strokeStyle=a.borderColor,t.lineWidth=a.borderWidth||0,t.fillStyle=a.backgroundColor}else t.fillStyle="blue";r.forEach((a,l)=>{const c=s[l],u=this.getSizeForValue(a.value),d=i?c.x:n,f=i?n:c.y,h={pointStyle:"circle",borderWidth:0,...this._model||{},radius:u};Vs(t,h,d,f)})}}Yi.id="size";Yi.defaults=Ct({},[Zn.defaults,Pa,C6]);Yi.descriptors={_scriptable:!0,_indexable:e=>e!=="range"};class v6 extends p6{constructor(){super(...arguments),this._model=null}getSizeForValue(t){const n=this._getNormalizedValue(t);return n==null||Number.isNaN(n)?this.options.missing:this.getSizeImpl(n)}getSizeImpl(t){return Yi.prototype.getSizeImpl.call(this,t)}_drawIndicator(){Yi.prototype._drawIndicator.call(this)}}v6.id="sizeLogarithmic";v6.defaults=Ct({},[Wi.defaults,Pa,C6]);function ER(e,t){return[[e[0][0]-t,e[0][1]-t],[e[1][0]+t,e[1][1]+t]]}class Xn extends kn{constructor(){super(...arguments),this.cache=void 0}updateExtras({scale:t,feature:n,center:i,pixelRatio:r,mode:o}){var s,a;const l=o==="resize"||o==="reset"||this.projectionScale!==t||this.feature!==n||((s=this.center)===null||s===void 0?void 0:s.longitude)!==(i==null?void 0:i.longitude)||((a=this.center)===null||a===void 0?void 0:a.latitude)!==(i==null?void 0:i.latitude)||this.pixelRatio!==r;return this.projectionScale=t,this.feature=n,this.center=i,this.pixelRatio=r,l&&(this.cache=void 0),this.getCenterPoint()}inRange(t,n){const i=this.getBounds(),r=(Number.isNaN(t)||t>=i.x&&t<=i.x2)&&(Number.isNaN(n)||n>=i.y&&n<=i.y2),o=this.projectionScale.geoPath.projection();if(r&&!Number.isNaN(t)&&!Number.isNaN(n)&&typeof o.invert=="function"){const s=o.invert([t,n]);return s!=null&&aA(this.feature,s)}return r}inXRange(t){return this.inRange(t,Number.NaN)}inYRange(t){return this.inRange(Number.NaN,t)}getCenterPoint(){if(this.cache&&this.cache.center)return this.cache.center;let t;if(this.center){const n=this.projectionScale.projection([this.center.longitude,this.center.latitude]);t={x:n[0],y:n[1]}}else{const n=this.projectionScale.geoPath.centroid(this.feature);t={x:n[0],y:n[1]}}return this.cache={...this.cache||{},center:t},t}getBounds(){if(this.cache&&this.cache.bounds)return this.cache.bounds;const t=ER(this.projectionScale.geoPath.bounds(this.feature),this.options.borderWidth/2),n={x:t[0][0],x2:t[1][0],y:t[0][1],y2:t[1][1],width:t[1][0]-t[0][0],height:t[1][1]-t[0][1]};return this.cache={...this.cache||{},bounds:n},n}_drawInCache(t){const n=this.getBounds();if(!Number.isFinite(n.x))return;const i=this.cache&&this.cache.canvas?this.cache.canvas:t.createElement("canvas"),r=Math.floor(n.x),o=Math.floor(n.y),s=Math.ceil(n.x+n.width),a=Math.ceil(n.y+n.height),l=this.pixelRatio||1,c=Math.ceil(Math.max(s-r,1)*l),u=Math.ceil(Math.max(a-o,1)*l);if(c<=0||u<=0)return;i.width=c,i.height=u;const d=i.getContext("2d");d&&(d.clearRect(0,0,i.width,i.height),d.save(),d.scale(l,l),d.translate(-r,-o),this._drawImpl(d),d.restore(),this.cache={...this.cache||{},canvas:i,canvasKey:this._optionsToKey()})}_optionsToKey(){const{options:t}=this;return`${t.backgroundColor};${t.borderColor};${t.borderWidth};${this.pixelRatio}`}_drawImpl(t){const{feature:n}=this,{options:i}=this;t.beginPath(),this.projectionScale.geoPath.context(t)(n),i.backgroundColor&&(t.fillStyle=i.backgroundColor,t.fill()),i.borderColor&&(t.strokeStyle=i.borderColor,t.lineWidth=i.borderWidth,t.stroke())}draw(t){const{feature:n}=this;if(!n)return;(!this.cache||this.cache.canvasKey!==this._optionsToKey())&&t.canvas.ownerDocument!=null&&this._drawInCache(t.canvas.ownerDocument);const i=this.getBounds();if(this.cache&&this.cache.canvas&&this.cache.canvas.width>0&&this.cache.canvas.height>0){const r=Math.floor(i.x),o=Math.floor(i.y),s=Math.ceil(i.x+i.width),a=Math.ceil(i.y+i.height),l=s-r,c=a-o;l>0&&c>0&&t.drawImage(this.cache.canvas,r,o,s-r,a-o)}else Number.isFinite(i.x)&&(t.save(),this._drawImpl(t),t.restore())}}Xn.id="geoFeature";Xn.defaults={...wn.defaults,outlineBackgroundColor:null,outlineBorderWidth:0,graticuleBorderColor:"#CCCCCC",graticuleBorderWidth:0};Xn.defaultRoutes={outlineBorderColor:"borderColor",...wn.defaultRoutes||{}};const x6={showOutline:!1,showGraticule:!1,clipMap:!0},y6={scales:{projection:{axis:"x",type:Qi.id,position:"chartArea",display:!1}}};function V3(e){const t={...e};return Object.keys(e).forEach(n=>{let i=n;if(n.startsWith("outline")){const r=n.slice(7);i=r[0].toLowerCase()+r.slice(1)}else if(n.startsWith("hoverOutline"))i=`hover${n.slice(12)}`;else return;delete t[n],t[i]=e[n]}),t}class w6 extends Kt{getGeoDataset(){return super.getDataset()}getGeoOptions(){return this.chart.options}getProjectionScale(){return this.getScaleForId("projection")}linkScales(){const t=this.getGeoDataset(),n=this.getMeta();n.xAxisID="projection",t.xAxisID="projection",n.yAxisID="projection",t.yAxisID="projection",n.xScale=this.getScaleForId("projection"),n.yScale=this.getScaleForId("projection"),this.getProjectionScale().computeBounds(this.resolveOutline())}showOutline(){return Ae(this.getGeoDataset().showOutline,this.getGeoOptions().showOutline)}clipMap(){return Ae(this.getGeoDataset().clipMap,this.getGeoOptions().clipMap)}getGraticule(){return Ae(this.getGeoDataset().showGraticule,this.getGeoOptions().showGraticule)}update(t){super.update(t);const n=this.getMeta(),i=this.getProjectionScale(),r=i.updateBounds()||t==="resize"||t==="reset";if(this.showOutline()){const o=n.dataset;if(r&&delete o.cache,o.projectionScale=i,o.pixelRatio=this.chart.currentDevicePixelRatio,t!=="resize"){const s=V3(this.resolveDatasetElementOptions(t)),a={feature:this.resolveOutline(),options:s};this.updateElement(o,void 0,a,t),this.getGraticule()&&(n.graticule=s)}}else this.getGraticule()&&t!=="resize"&&(n.graticule=V3(this.resolveDatasetElementOptions(t)));r&&n.data.forEach(o=>delete o.cache),this.updateElements(n.data,0,n.data.length,t)}resolveOutline(){const n=this.getGeoDataset().outline||{type:"Sphere"};return Array.isArray(n)?{type:"FeatureCollection",features:n}:n}showGraticule(){const t=this.getGraticule(),n=this.getMeta().graticule;if(!t||!n)return;const{ctx:i}=this.chart,o=this.getProjectionScale().geoPath.context(i);if(i.save(),i.beginPath(),typeof t=="boolean")t&&o(lA());else{const s=Dh();t.stepMajor&&s.stepMajor(t.stepMajor),t.stepMinor&&s.stepMinor(t.stepMinor),o(s())}i.strokeStyle=n.graticuleBorderColor,i.lineWidth=n.graticuleBorderWidth,i.stroke(),i.restore()}draw(){const{chart:t}=this,n=this.clipMap();let i=!1;(n===!0||n==="outline"||n==="outline+graticule")&&(i=!0,Li(t.ctx,t.chartArea)),this.showOutline()&&this.getMeta().dataset&&this.getMeta().dataset.draw.call(this.getMeta().dataset,t.ctx,t.chartArea),n===!0||n==="graticule"||n==="outline+graticule"?i||Li(t.ctx,t.chartArea):i&&(i=!1,Fi(t.ctx)),this.showGraticule(),n===!0||n==="items"?i||Li(t.ctx,t.chartArea):i&&(i=!1,Fi(t.ctx)),this.getMeta().data.forEach(r=>r.draw.call(r,t.ctx,t.chartArea)),i&&(i=!1,Fi(t.ctx))}}function S6(e,t,n,i=[],r=[]){Ot.addControllers(n),Array.isArray(i)?Ot.addElements(...i):Ot.addElements(i),Array.isArray(r)?Ot.addScales(...r):Ot.addScales(r);const o=t;return o.type=e,o}class Fr extends w6{initialize(){super.initialize(),this.enableOptionSharing=!0}linkScales(){super.linkScales();const t=this.getGeoDataset(),n=this.getMeta();n.vAxisID="color",n.rAxisID="color",t.vAxisID="color",t.rAxisID="color",n.rScale=this.getScaleForId("color"),n.vScale=n.rScale,n.iScale=n.xScale,n.iAxisID=n.xAxisID,t.iAxisID=n.xAxisID}_getOtherScale(t){return t}parse(t,n){const i=this.getMeta().rScale,{data:r}=this.getDataset(),o=this._cachedMeta;for(let s=t;s<t+n;s+=1)o._parsed[s]={[i.axis]:i.parse(r[s],s)}}updateElements(t,n,i,r){const o=this.resolveDataElementOptions(n,r),s=this.getSharedOptions(o),a=this.includeOptions(r,s),l=this.getProjectionScale();this.updateSharedOptions(s,r,o);for(let c=n;c<n+i;c+=1){const u=t[c];u.projectionScale=l;const d=u.updateExtras({scale:l,feature:this._data[c].feature,center:this._data[c].center,pixelRatio:this.chart.currentDevicePixelRatio,mode:r}),f={x:d.x,y:d.y};a&&(f.options=s||this.resolveDataElementOptions(c,r)),this.updateElement(u,c,f,r)}}indexToColor(t){const n=this.getMeta().rScale;return n.getColorForValue(this.getParsed(t)[n.axis])}}Fr.id="choropleth";Fr.defaults=Ct({},[x6,{datasetElementType:Xn.id,dataElementType:Xn.id}]);Fr.overrides=Ct({},[y6,{plugins:{tooltip:{callbacks:{title(){return""},label(e){var t,n,i,r;return e.formattedValue==null?(n=(t=e.chart.data)===null||t===void 0?void 0:t.labels)===null||n===void 0?void 0:n[e.dataIndex]:`${(r=(i=e.chart.data)===null||i===void 0?void 0:i.labels)===null||r===void 0?void 0:r[e.dataIndex]}: ${e.formattedValue}`}}},colors:{enabled:!1}},scales:{color:{type:fi.id,axis:"x"}},elements:{geoFeature:{backgroundColor(e){return e.dataIndex==null?null:e.chart.getDatasetMeta(e.datasetIndex).controller.indexToColor(e.dataIndex)}}}}]);class RR extends vt{constructor(t,n){super(t,S6("choropleth",n,Fr,Xn,[fi,Qi]))}}RR.id=Fr.id;class e2 extends w6{initialize(){super.initialize(),this.enableOptionSharing=!0}linkScales(){super.linkScales();const t=this.getGeoDataset(),n=this.getMeta();n.vAxisID="size",n.rAxisID="size",t.vAxisID="size",t.rAxisID="size",n.rScale=this.getScaleForId("size"),n.vScale=n.rScale,n.iScale=n.xScale,n.iAxisID=n.xAxisID,t.iAxisID=n.xAxisID}_getOtherScale(t){return t}parse(t,n){const i=this.getMeta().rScale,r=this.getDataset().data,o=this._cachedMeta;for(let s=t;s<t+n;s+=1){const a=r[s];o._parsed[s]={x:a.longitude==null?a.x:a.longitude,y:a.latitude==null?a.y:a.latitude,[i.axis]:i.parse(a,s)}}}updateElements(t,n,i,r){const o=r==="reset",s=this.resolveDataElementOptions(n,r),a=this.getSharedOptions(s),l=this.includeOptions(r,a),c=this.getProjectionScale();this.getMeta().rScale._model=s,this.updateSharedOptions(a,r,s);for(let u=n;u<n+i;u+=1){const d=t[u],f=this.getParsed(u),h=c.projection([f.x,f.y]),g={x:h?h[0]:0,y:h?h[1]:0,skip:Number.isNaN(f.x)||Number.isNaN(f.y)};l&&(g.options=a||this.resolveDataElementOptions(u,r),o&&(g.options.radius=0)),this.updateElement(d,u,g,r)}}indexToRadius(t){const n=this.getMeta().rScale;return n.getSizeForValue(this.getParsed(t)[n.axis])}}e2.id="bubbleMap";e2.defaults=Ct({},[x6,{dataElementType:Ti.id,datasetElementType:Xn.id,showOutline:!0,clipMap:"outline+graticule"}]);e2.overrides=Ct({},[y6,{plugins:{tooltip:{callbacks:{title(){return""},label(e){var t,n,i,r;return e.formattedValue==null?(n=(t=e.chart.data)===null||t===void 0?void 0:t.labels)===null||n===void 0?void 0:n[e.dataIndex]:`${(r=(i=e.chart.data)===null||i===void 0?void 0:i.labels)===null||r===void 0?void 0:r[e.dataIndex]}: ${e.formattedValue}`}}}},scales:{size:{axis:"x",type:Yi.id}},elements:{point:{radius(e){return e.dataIndex==null?null:e.chart.getDatasetMeta(e.datasetIndex).controller.indexToRadius(e.dataIndex)},hoverRadius(e){return e.dataIndex==null?null:e.chart.getDatasetMeta(e.datasetIndex).controller.indexToRadius(e.dataIndex)+1}}}}]);class kR extends vt{constructor(t,n){super(t,S6("bubbleMap",n,e2,Xn,[Yi,Qi]))}}kR.id=e2.id;vt.register(Fr,Xn,Qi,fi,Ui,Ji,xr,Zn,wn);vt.defaults.font.family="'Rubik', 'Inter', sans-serif";const PR=({data:e=new Map,defaultCountry:t="India",geoData:n,dataLabel:i="Data Points Found"})=>{const[r,o]=v.useState(null),[s,a]=v.useState(0),l=n?n.features.filter(d=>d.properties.name!=="Antarctica"):[];if(v.useEffect(()=>{if(e!=null&&e.size){let d=0;e.forEach((f,h)=>{r===h&&(d=f)}),a(d)}},[r,e]),!n||l.length===0)return b.jsx("div",{className:"geochart-container flex flex-col items-center justify-center p-8",style:{minHeight:"400px"},children:b.jsx("p",{style:{color:"var(--secondary-text-color)"},children:"Geo data not provided. Please provide geoData prop."})});const c={datasets:[{label:"Data Distribution",data:l.map(d=>({feature:d,value:e.get(d.properties.name)||0})),borderColor:"#fff",borderWidth:1,backgroundColor:d=>{var p;if(!((p=d==null?void 0:d.raw)!=null&&p.feature))return getComputedStyle(document.documentElement).getPropertyValue("--brand-light").trim()||"#dae0e8";const f=d.raw.feature.properties.name,h=getComputedStyle(document.documentElement).getPropertyValue("--brand-orange").trim()||"#ff6503",g=getComputedStyle(document.documentElement).getPropertyValue("--brand-light").trim()||"#dae0e8";return f===t?h:r===f?h+"99":g}}]},u={responsive:!0,maintainAspectRatio:!1,scales:{projection:{axis:"x",projection:"equirectangular"},color:{axis:"x",display:!1}},plugins:{legend:{display:!1},tooltip:{backgroundColor:getComputedStyle(document.documentElement).getPropertyValue("--bg-color").trim()||"#fff",titleColor:getComputedStyle(document.documentElement).getPropertyValue("--chart-text-color").trim()||"#333",bodyColor:getComputedStyle(document.documentElement).getPropertyValue("--chart-text-color").trim()||"#333",borderColor:getComputedStyle(document.documentElement).getPropertyValue("--border-color").trim()||"#e5e7eb",borderWidth:1,callbacks:{title:d=>{var f,h,g;return d.length?((g=(h=(f=d[0].raw)==null?void 0:f.feature)==null?void 0:h.properties)==null?void 0:g.name)??"Unknown":""},label:()=>`${i}: ${s}`}},datalabels:{display:!1}},onHover:(d,f)=>{var h,g;if(f.length>0){const p=f[0].index;o(((g=(h=l[p])==null?void 0:h.properties)==null?void 0:g.name)||null)}}};return b.jsx("div",{className:"geochart-container flex flex-col items-center",onMouseLeave:()=>o(null),style:{minHeight:"400px"},children:b.jsx(Hc,{type:"choropleth",data:c,options:u,className:"w-full h-full"})})};function I6(e){return e?e.replace(/\b\w/g,t=>t.toUpperCase()):""}function M6(e,t){if(!e)return{formatted:"",readableDate:""};let n;if(typeof e=="number"||/^\d+$/.test(String(e)))n=new Date(Number(e)*1e3);else{let l=String(e).trim();l=l.replace(/^[A-Za-z]{3},\s*/,"");const c=l.match(/^(\d{1,2})(st|nd|rd|th)\s([A-Za-z]+),\s(\d{4})/);if(c){const[,u,,d,f]=c;l=`${u} ${d} ${f}`}if(!l.endsWith("Z")&&!(l.split(" ").length>2)&&(l+="Z"),n=new Date(l),isNaN(n.getTime())){const u=l.replace(/\s([A-Za-z]{3})$/,"");n=new Date(u)}if(isNaN(n.getTime()))return{formatted:"",readableDate:""}}const i=Intl.DateTimeFormat().resolvedOptions().timeZone,r=new Date,s=n.toLocaleDateString("en-US",{timeZone:i})===r.toLocaleDateString("en-US",{timeZone:i})?n.toLocaleTimeString("en-US",{hour:"2-digit",minute:"2-digit",timeZone:i}):t?t.replace("YYYY",String(n.getFullYear())).replace("MM",String(n.getMonth()+1).padStart(2,"0")).replace("DD",String(n.getDate()).padStart(2,"0")).replace("HH",String(n.getHours()).padStart(2,"0")).replace("mm",String(n.getMinutes()).padStart(2,"0")).replace("ss",String(n.getSeconds()).padStart(2,"0")):`${n.toLocaleDateString("en-US",{timeZone:i})} ${n.toLocaleTimeString("en-US",{hour:"2-digit",minute:"2-digit",timeZone:i})}`,a=[n.toLocaleDateString("en-US",{day:"numeric",timeZone:i}),n.toLocaleString("en-US",{month:"short",timeZone:i}),n.toLocaleDateString("en-US",{year:"2-digit",timeZone:i}),n.toLocaleTimeString("en-US",{hour:"2-digit",minute:"2-digit",hour12:!0,timeZone:i})].join(" ");return{formatted:s,readableDate:a}}const jl=(e,t)=>{const n=e.replace(/\\/g,"/"),i=t.replace(/\\/g,"/"),r=n.split("/"),o=i.split("/");return o.length>r.length&&o.slice(0,r.length).join("/")===r.join("/")};function LR(e){return Array.isArray(e)?e.reduce((t,n)=>(n.metadata_value!==null&&(t[n.metadata_key]=n.metadata_value),t),{}):{}}function Bl(e){return{...e,absolute_path:e.name||e.object_name,fullPath:e.fullPath||e.name||e.object_name,parentPath:e.parentPath||"",object_type:void 0,object_name:void 0,scan_object_metadata:void 0,scan_object_results:void 0,...LR(e.scan_object_metadata||[])}}function _6(e,t){const[n,i]=v.useState(e);return v.useEffect(()=>{const r=setTimeout(()=>{i(e)},t);return()=>{clearTimeout(r)}},[e,t]),n}const Hl=50,A6="-",La={attribute_mapping:"attribute_mapping",confidence_metadata:"confidence_metadata"},FR="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDRIMjBDMjAuNTUwNyA0IDIxIDQuNDQ5MjggMjEgNVYxOUMyMSAxOS41NTA3IDIwLjU1MDcgMjAgMjAgMjBINEMzLjQ0OTIyIDIwIDMgMTkuNTUwNyAzIDE5VjVDMyA0LjQ0OTI4IDMuNDQ5MjIgNCA0IDRIMTBMMTIgNkgxMFoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPgo8L3N2Zz4K",OR="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDJINkMyLjg5NTQzIDIgMiAyLjg5NTQzIDIgNlYxOEMyIDE5LjEwNDYgMi44OTU0MyAyMCA0IDIwSDE4QzE5LjEwNDYgMjAgMjAgMTkuMTA0NiAyMCAxOFY4TDE0IDJaIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE0IDJWOEgyMCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=",NR=({scanConnectorUuid:e,api:t,bulkActions:n,handleBulkAction:i,isEditable:r,encryptedFilesFilter:o="",outlookContentTypeFilter:s="",fileSearch:a="",scanDetails:l})=>{const c=v.useRef(null),{showLoader:u,hideLoader:d}=xa(),f=_6(a,500),[h,g]=v.useState([]),[p,m]=v.useState(!1),[C,y]=v.useState(null),[x,I]=v.useState([]),[w,R]=v.useState(),[E,S]=v.useState([]),[M,_]=v.useState(""),[P,N]=v.useState(new Set),[B,T]=v.useState([]),[k,F]=v.useState(!1),[O,A]=v.useState(!1),L=v.useRef(null),j=v.useRef(!1),G=v.useRef(!1);let $=new Set;const H=new Map;v.useEffect(()=>{if(typeof window>"u")return;(async()=>{try{const oe=await Promise.resolve().then(()=>require("./jquery-BQbtIWXq.cjs")).then(Y=>Y.jquery);L.current=oe.default,F(!0),await Promise.resolve().then(()=>require("./jstree-BTS7pys6.cjs")).then(Y=>Y.jstree),A(!0)}catch(oe){console.error("Failed to load jQuery or jstree:",oe)}})()},[]);const J=V=>typeof window>"u"||!L.current?null:L.current(V),le=V=>Object.keys(V).map(Y=>({value:Y,label:V[Y]})),he=V=>{R((V==null?void 0:V.value)||""),V!=null&&V.value&&i&&i(V.value,x,()=>{I([])},()=>{R("")})},Oe=(V,oe="",Y=!1)=>{const ne=[];if(V.filter(ee=>{const se=ee.fullPath||ee.absolute_path,pe=ee.name||ee.object_name;return se&&pe&&pe.trim()!==""}).forEach((ee,se)=>{if(ee.fullPath){const ae=ee.fullPath.replace(/\\/g,"/").split("/").filter(Q=>Q.trim()!=="");let K=0;oe&&oe!==""&&(K=oe.replace(/\\/g,"/").split("/").filter(ve=>ve.trim()!=="").length);let xe=ne;for(let Q=K;Q<ae.length;Q++){const ve=ae[Q],Re=Q===ae.length-1,He=ae.slice(0,Q+1).join("/"),st=/^[A-Z]:$/.test(ve),$e=Re&&!st&&(ee.object_type==="file"||ee.isFile===!0||ee.isDirectory===!1&&ee.object_type!=="folder"&&ee.object_type!=="directory");let et=xe.find(at=>at.text===ve&&at.full_path===He&&at.type===($e?"file":"folder"));if(!et){const at=xe.find(fn=>fn.text===ve&&fn.type===($e?"file":"folder"));at?et=at:(et={text:ve,children:[],type:$e?"file":"folder",id:He+`_${se}_${Q}`,data:$e?ee:null,full_path:He,state:{opened:!1,disabled:!1,selected:!1},original:{full_path:He,type:$e?"file":"folder"},a_attr:{title:ee.fullPath||He},...$e?{}:{children:!0}},xe.push(et))}$e||(xe=et.children)}}else if(ee.absolute_path){const ae=ee.absolute_path.replace(/\\/g,"/").split("/").filter(Q=>Q.trim()!=="");let K=0;oe&&oe!==""&&(K=oe.replace(/\\/g,"/").split("/").filter(ve=>ve.trim()!=="").length);let xe=ne;for(let Q=K;Q<ae.length;Q++){const ve=ae[Q],Re=Q===ae.length-1,He=ae.slice(0,Q+1).join("/"),st=/^[A-Z]:$/.test(ve),$e=Re&&!st&&(ee.object_type==="file"||ee.isFile===!0||ee.isDirectory===!1&&ee.object_type!=="folder"&&ee.object_type!=="directory");let et=xe.find(at=>at.text===ve&&at.full_path===He&&at.type===($e?"file":"folder"));et||(et={text:ve,children:[],type:$e?"file":"folder",id:He+`_${se}_${Q}`,data:$e?ee:null,full_path:He,original:{full_path:He,type:$e?"file":"folder"},a_attr:{title:ee.absolute_path||He}},xe.push(et)),$e||(xe=et.children)}}}),Y&&oe!==void 0){const ee={text:"Load More...",children:[],type:"load_more",id:`load_more_${oe}`,data:null,full_path:oe,original:{full_path:oe,type:"load_more"},a_attr:{title:"Click to load more items",style:"cursor: pointer; color: #007bff; font-weight: bold;"}};ne.push(ee)}return ne},fe=async(V,oe=0,Y=!1)=>{var se;if(typeof window>"u"||!k||!O)return;if(V&&!V.includes("/")&&!V.includes("\\")&&c.current){const pe=J(c.current);if(pe){const K=pe.jstree(!0).get_json("#",{flat:!0}).find(xe=>xe.id===V||xe.text===V);K&&((se=K.original)!=null&&se.full_path)&&(V=K.original.full_path)}}const ne=`${V}_${o}_${s}_${f}`,te=H.get(ne);if(P.has(V)||te!=null&&te.loading||oe===0&&$.has(V)&&!Y||G.current)return;N(pe=>new Set(pe).add(V)),te?H.set(ne,{page:oe,hasMore:te.hasMore??!1,loading:!0}):H.set(ne,{page:0,hasMore:!1,loading:!0}),u();const ee=!!(l!=null&&l.end_time&&l.end_time.length>0);try{const pe=await t.readIndexScanObjectsForPath(e,V,o,s,f,oe,Hl,ee);if(pe!=null&&pe.data){H.set(ne,{page:oe,hasMore:pe.hasMore??!1,loading:!1});const ae=pe.data.map(K=>Bl(K));Y&&oe>0?we(V,ae,pe.hasMore??!1):($.add(V),ge(V,ae,pe.hasMore??!1)),H.set(ne,{page:oe,hasMore:pe.hasMore??!1,loading:!1})}}catch(pe){console.error("Error loading children for path:",pe),H.set(ne,{page:oe,hasMore:!1,loading:!1})}finally{d(),N(pe=>{const ae=new Set(pe);return ae.delete(V),ae})}},ge=(V,oe,Y=!1)=>{var ne;if(!(!c.current||G.current)&&!(typeof window>"u"||!k||!O)){G.current=!0;try{const te=J(c.current);if(!te){G.current=!1;return}const se=te.jstree(!0).get_json("#",{flat:!0}).find(Re=>{var He;return Re.text===V||((He=Re.a_attr)==null?void 0:He.title)===V});if(!se){console.error("Parent node not found for path:",V);return}const pe=(ne=se.state)==null?void 0:ne.opened;se.children&&se.children.length>0&&se.children.forEach(Re=>{te.jstree("delete_node",Re)});const ae=te.jstree("get_children_dom",se.id);ae&&ae.length&&J(ae).each((Re,He)=>{const st=J(He).attr("id");st&&(st.includes("_loading")||st.includes("_placeholder"))&&te.jstree("delete_node",st)}),Oe(oe,V,Y).map(Re=>Re.type==="folder"?{...Re,children:Re.children&&Re.children.length>0?Re.children:[{text:"",children:[],type:"placeholder",id:`${Re.id}_placeholder`,state:{opened:!1,disabled:!0,selected:!1},original:{full_path:Re.full_path,type:"placeholder"},li_attr:{style:"display: none;"}}],state:{opened:!1,disabled:!1,selected:!1}}:Re).forEach(Re=>{te.jstree("create_node",se.id,Re,"last")});const Q=`${V}_${o}_${s}_${f}`;H.get(Q)||H.set(Q,{page:0,hasMore:Y,loading:!1}),pe&&te.jstree("open_node",se.id),setTimeout(()=>{G.current=!1},100)}catch(te){console.error("Error in updateTreeWithChildren:",te),G.current=!1}}},we=(V,oe,Y=!1)=>{var xe;if(!c.current||typeof window>"u"||!k||!O)return;const ne=J(c.current);if(!ne)return;let te,ee;if(V==="")ee="#",te={id:"#",text:"root",type:"root"};else if(te=ne.jstree(!0).get_json("#",{flat:!0}).find(ve=>{var Re;return ve.text===V||((Re=ve.a_attr)==null?void 0:Re.title)===V}),ee=te==null?void 0:te.id,!te){console.error("Parent node not found for path:",V);return}const se=`load_more_${V}`,pe=ne.jstree("get_node",se);if(pe&&ne.jstree("delete_node",pe),V!==""&&te){const Q=ne.jstree("get_children_dom",te.id);Q&&Q.length&&J(Q).each((ve,Re)=>{const He=J(Re).attr("id");He&&(He.includes("_loading")||He.includes("_placeholder"))&&ne.jstree("delete_node",He)})}Oe(oe,V,Y).map(Q=>Q.type==="folder"?{...Q,children:Q.children&&Q.children.length>0?Q.children:[{text:"",children:[],type:"placeholder",id:`${Q.id}_placeholder`,state:{opened:!1,disabled:!0,selected:!1},original:{full_path:Q.full_path,type:"placeholder"},li_attr:{style:"display: none;"}}],state:{opened:!1,disabled:!1,selected:!1}}:Q).forEach((Q,ve)=>{try{ne.jstree("create_node",ee,Q,"last")}catch(Re){console.error(`appendChildrenToPath - Error creating child ${ve}:`,Re)}}),V!==""&&te&&((xe=te.state)!=null&&xe.opened)&&ne.jstree("open_node",te.id)},ce=async()=>{if(!j.current)try{j.current=!0,m(!1),u(),$=new Set,T([]),y(null);const V=!!(l!=null&&l.end_time&&l.end_time.length>0),oe=await t.readIndexScanObjectsForPath(e,"",o,s,f,0,Hl,V);if(oe!=null&&oe.data){const Y=oe.data.map(se=>Bl(se));g(Y);const ne=`_${o}_${s}_${f}`,ee=Oe(Y,"",oe.hasMore??!1).map(se=>se.type==="folder"?{...se,children:se.children&&se.children.length>0?se.children:[{text:"",children:[],type:"placeholder",id:`${se.id}_placeholder`,state:{opened:!1,disabled:!0,selected:!1},original:{full_path:se.full_path,type:"placeholder"},li_attr:{style:"display: none;"}}],state:{opened:!1,disabled:!1,selected:!1}}:se);T(ee),$.add(""),H.set(ne,{page:0,hasMore:oe.hasMore??!1,loading:!1})}else g([]),T([])}catch(V){console.error("[FileBrowser] Error fetching root level data:",V),g([]),T([])}finally{j.current=!1,d(),m(!0)}};v.useEffect(()=>{e?ce():m(!0)},[e,o,s,f]),v.useEffect(()=>{if(p&&c.current&&k&&O&&typeof window<"u"){const V=J(c.current);if(!V)return;V.jstree(!0)&&V.jstree("destroy");const oe={plugins:["types","state"],types:{folder:{icon:FR},file:{icon:OR},load_more:{icon:"jstree-file"}}};r&&(oe.plugins.push("checkbox"),oe.checkbox={three_state:!0,whole_node:!1,tie_selection:!1}),V.jstree({core:{data:B,themes:{name:"default",responsive:!0},check_callback:!0},...oe}),V.on("open_node.jstree",(Y,ne)=>{var se,pe,ae;const te=ne.node;let ee=((se=te.original)==null?void 0:se.full_path)||te.full_path||te.id;if(ee&&!ee.includes("/")&&!ee.includes("\\")&&c.current&&k&&O){const K=J(c.current);if(K){const Q=K.jstree(!0).get_json("#",{flat:!0}).find(ve=>ve.id===te.id);Q&&((pe=Q.original)!=null&&pe.full_path)&&(ee=Q.original.full_path)}}if((!ee||!ee.includes("/")&&!ee.includes("\\"))&&c.current){const K=J(c.current).jstree(!0).get_json("#",{flat:!0}),xe=K.find(Q=>Q.id===te.id);if(xe&&xe.parent&&xe.parent!=="#"){const Q=K.find(ve=>ve.id===xe.parent);Q&&((ae=Q.original)!=null&&ae.full_path)&&(ee=`${Q.original.full_path}/${te.text}`)}}te.type==="folder"&&/^[A-Z]:$/.test(te.text)&&(ee=te.text),te.type==="folder"&&ee&&($.has(ee)||fe(ee))}),V.on("click.jstree",Y=>{var ee;const ne=J(Y.target);if(!ne)return!0;const te=ne.closest("li").attr("id");if(te&&te.startsWith("load_more_")){const se=V.jstree("get_node",te),pe=((ee=se==null?void 0:se.original)==null?void 0:ee.full_path)||(se==null?void 0:se.full_path)||te.replace("load_more_",""),ae=pe===""?`_${o}_${s}_${f}`:`${pe}_${o}_${s}_${f}`,K=H.get(ae);if(K&&K.hasMore&&!K.loading){const xe=K.page+1;fe(pe,xe,!0)}else K||(H.set(ae,{page:0,hasMore:!0,loading:!1}),fe(pe,1,!0));return Y.preventDefault(),Y.stopPropagation(),!1}return!0}),V.on("select_node.jstree",(Y,ne)=>{var ee;const te=ne.node;if(te.type==="load_more"&&((ee=te.original)!=null&&ee.full_path)){const se=te.original.full_path,pe=`${se}_${o}_${s}_${f}`,ae=H.get(pe);ae&&ae.hasMore&&!ae.loading&&fe(se,ae.page+1,!0);return}te.data?y(te.data):y(null)}),V.on("check_node.jstree uncheck_node.jstree",function(Y,ne){const te=ne.node,ee=te.original.full_path;te.state.checked?I(se=>{const pe=se.filter(K=>K!==ee&&!jl(ee,K));let ae=te;for(;ae.parent!=="#";){const K=V.jstree("get_node",ae.parent);if(K){if(K.children.every(Q=>{const ve=V.jstree("get_node",Q);return ve==null?void 0:ve.state.checked}))return pe.filter(Q=>!Q.startsWith(K.original.full_path)).concat(K.original.full_path);ae=K}}return pe.concat(ee)}):I(se=>{const pe=se.filter(K=>K!==ee&&!jl(ee,K));let ae=te;for(;ae.parent!=="#";){const K=V.jstree("get_node",ae.parent);if(K){if(K.children.some(Q=>{const ve=V.jstree("get_node",Q);return ve==null?void 0:ve.state.checked})){const Q=K.children.filter(ve=>{const Re=V.jstree("get_node",ve);return Re==null?void 0:Re.state.checked}).map(ve=>{const Re=V.jstree("get_node",ve);return Re==null?void 0:Re.original.full_path});return pe.filter(ve=>!ve.startsWith(K.original.full_path)).concat(Q)}ae=K}}return pe})})}return()=>{if(c.current&&k&&O&&typeof window<"u"){const V=J(c.current);V&&V.jstree("destroy").empty()}}},[B,p,k,O]);const z=[{header:"Key",accessorKey:"key",minSize:180,maxSize:180},{header:"Value",accessorKey:"value",cell:({row:{original:V}})=>b.jsx("p",{className:"break-words",title:V.value,children:V.value.length>30?V.value.substring(0,30)+"...":V.value})}],Ne=(V,oe)=>{if(typeof oe=="boolean"||V.startsWith("is_"))return oe===!0||oe===1||oe==="1"?"Yes":"No";if(V==="file_size")return Gc(+oe);if(["last_modified","creation_time","last_accessed","created_at","updated_at"].includes(V))try{return Fs(oe).format("ddd, DD MMM YYYY hh:mm:ss A")}catch{return M6(oe).readableDate}return oe};v.useEffect(()=>{if(C){const V=C.type==="Email"||C.type==="Attachment"||C.object_type==="Email"||C.object_type==="Attachment",oe=Object.entries(C).filter(([Y,ne])=>!["id","scan_id","created_at","updated_at","content_preview","file_system_type","file_system_flags",...V?["absolute_path"]:[]].includes(Y)&&ne!==null).map(([Y,ne])=>{let te=Ne(Y,ne);if(V&&Y==="name"&&typeof ne=="string"){const ee=ne.lastIndexOf("/");ee!==-1&&(te=ne.substring(ee+1))}return{id:Y,key:I6(Y.split("_").join(" ")),value:te}});S(oe)}else S([])},[C]);const ie=M&&E?E.filter(V=>V.key.toLowerCase().includes(M.toLowerCase())||String(V.value).toLowerCase().includes(M.toLowerCase())):E,re=()=>{if(c.current&&k&&O&&typeof window<"u"){const V=J(c.current);V&&V.jstree("close_all")}};return typeof window>"u"||!k||!O?b.jsxs("div",{className:"flex items-center gap-2 p-6 mt-2 text-lg font-semibold rounded-lg shadow-sm",style:{backgroundColor:"var(--hover-bg-color)",border:"1px solid var(--border-color)",color:"var(--text-color)"},children:[b.jsx(ps,{className:"w-6 h-6",style:{color:"var(--secondary-text-color)"}}),b.jsx("span",{children:"Loading file browser..."})]}):!h||h.length===0||!p?b.jsx("div",{className:"flex items-center gap-2 p-6 mt-2 text-lg font-semibold rounded-lg shadow-sm",style:{backgroundColor:"var(--hover-bg-color)",border:"1px solid var(--border-color)",color:"var(--text-color)"},children:p&&b.jsxs(b.Fragment,{children:[b.jsx(ps,{className:"w-6 h-6",style:{color:"var(--secondary-text-color)"}}),b.jsx("span",{children:"No metadata available to display."})]})}):b.jsxs("div",{className:"flex",style:{minHeight:"75vh"},children:[b.jsxs("div",{className:"w-1/2 border-r pt-4 pb-4 overflow-x-auto",children:[b.jsx("div",{className:"flex items-center gap-2 mb-4",children:b.jsx("button",{onClick:re,className:"px-3 py-1 text-sm text-white rounded-md transition-colors",style:{backgroundColor:"var(--brand-orange)"},onMouseEnter:V=>{V.currentTarget.style.backgroundColor="#e65a03"},onMouseLeave:V=>{V.currentTarget.style.backgroundColor="var(--brand-orange)"},children:"Collapse All"})}),b.jsx("div",{className:"overflow-y-auto file-browser-tree",children:b.jsx("div",{ref:c})})]}),b.jsx("div",{className:"w-1/2 pt-4 pl-4 pr-2",children:x.length>0&&n&&i?b.jsxs(b.Fragment,{children:[b.jsx("div",{className:"relative w-48 px-4 z-40",children:b.jsx(Po,{placeholder:"Bulk Action",options:le(n),selectedOptions:w?le(n).filter(V=>V.value===w):[],handleChange:he,isMulti:!1,isClearable:!0})}),b.jsx("div",{className:"py-4",children:b.jsx(sl,{type:yo.FILE,columns:[{header:"Folders",accessorKey:"folder"}],data:x.map(V=>({id:V,folder:V}))||[],paginationEnabled:!1,exportEnabled:!1})})]}):C?b.jsxs(b.Fragment,{children:[b.jsxs("div",{className:"flex w-full h-[2rem] rounded-md overflow-hidden shadow-sm",style:{border:"1px solid var(--border-color)"},children:[b.jsx("input",{type:"text",placeholder:"Search Metadata",value:M,onChange:V=>_(V.target.value),className:"flex-grow px-4 py-2 text-sm focus:outline-none w-full",style:{backgroundColor:"var(--bg-color)",color:"var(--text-color)"}}),b.jsx("button",{className:"px-4 py-0 transition-colors",style:{backgroundColor:"var(--brand-light)",color:"var(--brand-dark)"},onMouseEnter:V=>V.currentTarget.style.backgroundColor="var(--hover-bg-color)",onMouseLeave:V=>V.currentTarget.style.backgroundColor="var(--brand-light)",tabIndex:-1,type:"button","aria-label":"Search",disabled:!0,children:b.jsx(q4,{size:18})})]}),b.jsx(sl,{tableWrapperClass:"metadata-table overflow-y-auto",type:yo.FILEBROWSER,columns:z,data:ie||[],paginationEnabled:!1,exportEnabled:!1})]}):b.jsx("p",{className:"px-4",style:{color:"var(--secondary-text-color)"},children:"Select a file or folder to take action."})})]})};function TR(e,t,n,i,r=!1){if(!e||typeof e!="object"||Object.keys(e).length===0)return null;let o=`${t}.${n}`;r&&(o=n);const s=e[o];return!s||typeof s!="object"||Object.keys(s).length===0?null:s[i]??null}function E6(e,t,n=!1,i=""){const{id:r,uuid:o,scan_id:s,object_name:a,source:l,created_at:c,updated_at:u,scan_object_metadata:d}=e;let[f,...h]=a.split(".");(i==null?void 0:i.length)>0&&(f=i,h=[a]);const g=h.join(".");let p=(i==null?void 0:i.length)>0;const m=Object.keys(t??{});n&&m.length>0&&m[0].includes(".")&&g.includes(".")&&m[0].split(".").length===2&&(p=!0);const C={id:r,uuid:o,scan_id:s,db_name:(i==null?void 0:i.length)>0?i:f,table_name:g,column_name:l,created_at:c,updated_at:u};let y=null,x=null;for(const w of d||[]){const{metadata_key:R,metadata_value:E}=w;switch(R){case"total_values":C.total_rows=E;break;case"empty_values":C.empty_rows=E;break;case"referenced_table":y=E;break;case"referenced_column":x=E;break;default:C[R]=E;break}}const I=TR(t,f,g,l,p);return I&&(C[La.attribute_mapping]=I),y&&x&&(C.foreign_key=`${y}.${x}`),{result:C,skipDbName:p}}function $l(e){if(!Array.isArray(e))return{};const t=e.find(n=>n.metadata_key===La.attribute_mapping);if(!t||typeof t.metadata_value!="string")return{};try{const n=JSON.parse(t.metadata_value);if(typeof n=="object"&&n!==null)return n}catch(n){console.error("Failed to parse attribute_mapping metadata_value:",n)}return{}}function R6(e){if(!Array.isArray(e))return{};const t=e.find(n=>n.metadata_key===La.confidence_metadata);if(!t||typeof t.metadata_value!="string")return{};try{const n=JSON.parse(t.metadata_value);if(typeof n=="object"&&n!==null)return n}catch(n){console.error("Failed to parse confidence_metadata metadata_value:",n)}return{}}const k6=e=>e>=.8?"bg-green-600":e>=.4?"bg-yellow-600":"bg-red-600",R0="Unassigned",DR=(e,t)=>{const n=[],i=[],r={};e.forEach(g=>{const{db_name:p,table_name:m,column_name:C,column_type:y,is_primary_key:x,is_unique_key:I,foreign_key:w,total_rows:R,empty_rows:E,encryption_type:S,attribute_mapping:M}=g;r[p]||(r[p]={}),r[p][m]||(r[p][m]={columns:[],primaryKey:[],uniqueKey:[],foreignKeys:[],metadata:{total_rows:R,empty_rows:E}}),r[p][m].columns.push({id:`${p}-${m}-${C}`,title:C,type:y||"varchar",is_primary_key:x&&x!=="0",is_unique_key:I&&I!=="0",encryption_type:S,attribute_mapping:M}),x&&x!=="0"&&r[p][m].primaryKey.push(C),I&&I!=="0"&&r[p][m].uniqueKey.push(C),w&&r[p][m].foreignKeys.push({column:C,reference:w})});const l=[];Object.keys(r).forEach(g=>{Object.keys(r[g]).forEach(p=>{l.push({dbName:g,tableName:p,table:r[g][p]})})});const c=l.length,u=Math.ceil(Math.sqrt(c)),d=50,f=75,h=new Array(u).fill(0);return l.forEach(({dbName:g,tableName:p,table:m},C)=>{const y=50+m.columns.length*30,x=C%u,I=x*(500+d),w=h[x];h[x]=w+y+f,n.push({id:`table-${g}-${p}`,type:"databaseSchema",position:{x:I,y:w},data:{id:`table-${g}-${p}`,label:p,db_name:g,metadata:m.metadata,schema:m.columns,selected:!1}})}),l.forEach(({dbName:g,tableName:p,table:m})=>{const C=`table-${g}-${p}`;m.foreignKeys.forEach(y=>{if(y.reference&&y.reference.includes(".")){const[x,I]=y.reference.split("."),w=r[g][x],R=m.columns.find(S=>S.title===y.column),E=w==null?void 0:w.columns.find(S=>S.title===I);if(w&&E){const S={id:`fk-edge-${C}-${y.column}`,source:C,sourceHandle:R==null?void 0:R.id,target:`table-${g}-${x}`,targetHandle:E==null?void 0:E.id,style:{strokeWidth:2,stroke:"lightblue"},type:"smoothstep",label:`FK: ${y.column} -> ${I}`};t&&(S.markerEnd={type:t.ArrowClosed,width:15,height:15,color:"skyblue"}),i.push(S)}}})}),{nodes:n,edges:i}},VR=()=>{const[e,t]=v.useState(()=>typeof window<"u"&&document.documentElement.classList.contains("dark"));return v.useEffect(()=>{const n=new MutationObserver(()=>{t(document.documentElement.classList.contains("dark"))});return n.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),()=>n.disconnect()},[]),e},jR=({bulkActions:e,handleBulkAction:t,scanConnectorUuid:n,api:i,connectorMetadata:r,updateAttributeMappingForConnector:o,isScanRunning:s,isEditable:a,connectionType:l,loadScanReports:c,handleScanStatus:u,setActiveScreen:d,resetStates:f,activeConnector:h,activeReport:g})=>{var Nr;const{showLoader:p,hideLoader:m}=xa(),{showToast:C}=xc(),[y,x]=v.useState(!1),[I,w]=v.useState([]),[R,E]=v.useState([]),[S,M]=v.useState({}),[_,P]=v.useState(""),[N,B]=v.useState([]),[T,k]=v.useState(!1),[F,O]=v.useState(!1),[A,L]=v.useState(!1),[j,G]=v.useState(null),[$,H]=v.useState(),[J,le]=v.useState(!1),[he,Oe]=v.useState(!1),fe=v.useRef(null),ge=v.useRef(null),[we,ce]=v.useState({x:0,y:0,zoom:1}),z=v.useRef(!1),[Ne,ie]=v.useState(!1),[re,V]=v.useState(null),[oe,Y]=v.useState([]),[ne,te]=v.useState([]),ee=VR();v.useEffect(()=>{if(typeof window>"u")return;(async()=>{try{const q=await Promise.resolve().then(()=>require("./index-CLGcBi7f.cjs"));V({ReactFlow:q.default,MiniMap:q.MiniMap,Background:q.Background,Handle:q.Handle,Position:q.Position,MarkerType:q.MarkerType,Controls:q.Controls,useNodesState:q.useNodesState,useEdgesState:q.useEdgesState}),ie(!0)}catch(q){console.error("Failed to load ReactFlow:",q)}})()},[]);const{nodes:se,edges:pe}=v.useMemo(()=>DR(S[_]||[],re==null?void 0:re.MarkerType),[_,S,R,re]),[ae,K,xe]=re!=null&&re.useNodesState?re.useNodesState(se):[oe.length>0?oe:se,Y,()=>{}],[Q,ve,Re]=re!=null&&re.useEdgesState?re.useEdgesState(pe):[ne.length>0?ne:pe,te,()=>{}];v.useEffect(()=>{re!=null&&re.useNodesState||Y(se)},[se,re]),v.useEffect(()=>{re!=null&&re.useEdgesState||te(pe)},[pe,re]);const He=v.useRef({});v.useEffect(()=>{ae.forEach(Z=>{He.current[Z.id]||(He.current[Z.id]={x:Z.position.x,y:Z.position.y})})},[ae]);const st=Z=>Z.map(q=>({...q,position:He.current[q.id]||q.position})),$e=Z=>!!Z&&typeof Z.x=="number"&&typeof Z.y=="number"&&typeof Z.zoom=="number"&&Z.zoom>.001&&Z.zoom<=2,et=v.useCallback((Z,q)=>{ce(q)},[]);v.useEffect(()=>{ge.current&&ae.length>0&&$e(we)&&ge.current.setViewport(we)},[_]),v.useEffect(()=>{ge.current&&ae.length>0&&!z.current&&(ge.current.fitView({padding:.2,duration:800}),z.current=!0)},[ae.length]),v.useEffect(()=>{const Z=st(se.map(q=>N.find(ue=>ue.table===q.data.label&&ue.db_name===_)?{...q,data:{...q.data,selected:!0}}:q));K(Z),ve(pe)},[_,se]);const at=v.useMemo(()=>$l(r??[]),[r]),fn=v.useMemo(()=>R6(r??[]),[r]);v.useEffect(()=>{(!r||r&&typeof at=="object")&&(n?(async()=>{var q;x(!1),p();try{const{data:ue}=await i.readIndexScanObjects(n),Ee=await i.readConfig({onlyActive:!0});w(Ee.data??[]);const D=(q=ue==null?void 0:ue.filter(X=>X.object_type==="table"))==null?void 0:q.map(X=>{const{result:me,skipDbName:Pe}=E6(X,at,l==="mssql"||l==="salesforce",l==="salesforce"?"Default":"");return Pe&&!F&&O(!0),me});E(D);const de=D.reduce((X,me)=>{const Pe=me.db_name;return X[Pe]||(X[Pe]=[]),X[Pe].push(me),X},{});de&&Object.keys(de).length>0&&(M(de),(!_||!de[_])&&P(Object.keys(de)[0])),x(!0)}catch(ue){console.error("Error fetching scan metadata:",ue),x(!0)}finally{m()}})():x(!0))},[n,r,at,i]);const t2=(Z,q)=>{const ue=Z.schema.filter(Ee=>Ee!==q);G({...Z,schema:[{...q},...ue]}),H(q.attribute_mapping),L(!0)},Fa=v.useMemo(()=>{if(!re||!Ne)return{};const{Handle:Z,Position:q}=re;return{databaseSchema:v.memo(({data:ue})=>b.jsxs("div",{className:"border-[3px] overflow-hidden rounded-lg min-w-[300px] shadow-md",style:{backgroundColor:"var(--bg-color)",borderColor:ue.selected?"var(--brand-orange)":"transparent"},children:[b.jsx("div",{className:"text-white px-1 py-2 text-center",style:{backgroundColor:ue.selected?"#10b981":"var(--brand-orange)"},children:b.jsx("strong",{children:ue.label})}),b.jsxs("div",{className:"py-2",style:{backgroundColor:"var(--hover-bg-color)"},children:[b.jsxs("div",{className:"flex justify-between px-2 pb-1",children:[b.jsx("span",{className:"font-normal text-[11px]",style:{color:"var(--secondary-text-color)"},children:"Total Rows:"}),b.jsx("span",{className:"font-semibold text-[11px]",style:{color:"var(--text-color)"},children:ue.metadata.total_rows})]}),b.jsxs("div",{className:"flex justify-between px-2",style:{backgroundColor:"var(--hover-bg-color)"},children:[b.jsx("span",{className:"font-normal text-[11px]",style:{color:"var(--secondary-text-color)"},children:"Empty Rows:"}),b.jsx("span",{className:"font-semibold text-[11px]",style:{color:"var(--text-color)"},children:ue.metadata.empty_rows})]})]}),b.jsx("table",{className:"border-spacing-10 overflow-visible w-full",children:b.jsx("tbody",{children:ue.schema.map(Ee=>{var D,de,X,me,Pe,ot,rn,Xt,nu,iu;return b.jsxs("tr",{className:"relative text-xs py-1 px-2 h-7",style:{borderBottom:"1px solid var(--border-color)"},children:[b.jsxs("td",{className:"pr-6 font-light pl-2",style:{verticalAlign:"middle",color:"var(--text-color)"},children:[b.jsx(Z,{type:"target",position:q.Left,id:Ee.id}),b.jsxs("span",{className:"flex gap-1",children:[Ee.title,Ee.is_primary_key&&b.jsx(ng,{style:{color:"var(--text-color)"}}),Ee.is_unique_key&&b.jsx(K6,{style:{color:"var(--text-color)"}}),!!Ee.encryption_type&&b.jsx(ig,{style:{color:"var(--text-color)"}})]})]}),b.jsxs("td",{className:"text-right font-thin pr-2",style:{verticalAlign:"middle",color:"var(--secondary-text-color)"},children:[b.jsx("span",{children:Ee.type}),b.jsx(Z,{type:"source",position:q.Right,id:Ee.id})]}),b.jsxs("td",{className:"text-right font-thin pr-2 pl-4",style:{verticalAlign:"middle"},children:[b.jsx("div",{className:"flex items-center justify-end gap-2",children:((de=(D=fn[ue.label])==null?void 0:D[Ee.title])==null?void 0:de.confidence_score)!==void 0?b.jsx(h5,{confidenceData:((X=fn[ue.label])==null?void 0:X[Ee.title])||{},position:"top",children:b.jsxs("span",{className:`text-xs rounded p-1 text-white ${k6(((Pe=(me=fn[ue.label])==null?void 0:me[Ee.title])==null?void 0:Pe.confidence_score)||0)}`,children:[(((rn=(ot=fn[ue.label])==null?void 0:ot[Ee.title])==null?void 0:rn.confidence_score)*100).toFixed(0),"%"]})}):b.jsx(gr,{text:"Confidence score not available",position:"top",children:b.jsx("span",{className:"text-xs px-2 py-1 rounded-full cursor-pointer",style:{backgroundColor:"var(--hover-bg-color)",color:"var(--secondary-text-color)"},children:A6})})}),b.jsx(Z,{type:"source",position:q.Right,id:Ee.id})]}),b.jsxs("td",{className:"text-right font-thin pr-2 pl-4",style:{verticalAlign:"middle"},children:[b.jsx("div",{className:"flex items-center justify-end gap-2",children:b.jsx("span",{className:"underline cursor-pointer font-bold",style:{color:!((Xt=Ee.attribute_mapping)!=null&&Xt.value)||((nu=Ee.attribute_mapping)==null?void 0:nu.value)==="undefined"?"var(--secondary-text-color)":"var(--brand-orange)"},onClick:()=>t2(ue,Ee),children:((iu=Ee.attribute_mapping)==null?void 0:iu.label)??R0})}),b.jsx(Z,{type:"source",position:q.Right,id:Ee.id})]})]},Ee.title)})})})]})),default:v.memo(({data:ue})=>b.jsxs("div",{className:"p-2 rounded-lg text-center",style:{backgroundColor:"var(--hover-bg-color)",border:"1px solid var(--border-color)",color:"var(--text-color)"},children:[b.jsx("strong",{children:ue.label}),b.jsx(Z,{type:"source",position:q.Bottom,className:"-bottom-2",style:{backgroundColor:"var(--border-color)"}})]}))}},[re,Ne,t2,fn]),Oa=()=>{if($&&j){const Z=`${j.db_name}.${j.label}`,q=j.schema[0].title,Ee={...$l(r??[])};Ee[Z]||(Ee[Z]={}),Ee[Z][q]=$,o(Ee,()=>{L(!1),H(void 0),G(null)})}},n2=async()=>{if(N.length===0){C(pt.WARNING,"Please select at least one table to scan.");return}if(await(s==null?void 0:s())){C(pt.WARNING,"A scan is already running. Please wait for it to complete.");return}le(!0)},i2=async()=>{var Z,q,ue,Ee;try{Oe(!0);let D=h==null?void 0:h.connector_id;if(!D&&((q=(Z=g==null?void 0:g.scan)==null?void 0:Z.connectors)!=null&&q.length)){const me=g.scan.connectors.find(Pe=>Pe.uuid===n);me!=null&&me.connector_id&&(D=me.connector_id)}if(!D&&n)try{const me=await i.readScanReportDetails({arg:n});if((Ee=(ue=me==null?void 0:me.scan)==null?void 0:ue.connectors)!=null&&Ee.length){const Pe=me.scan.connectors.find(ot=>ot.uuid===n);Pe!=null&&Pe.connector_id&&(D=Pe.connector_id)}}catch(me){console.error("Error getting scan details for fallback:",me)}if(!D){C(pt.WARNING,"Unable to find connector ID for this scan.");return}const de=N.map(me=>`${me.db_name}.${me.table}`),X=await i.startSelectedTableScan({connectionType:l||"",indexScan:!1,connectorIDs:D,selectedTables:de});X&&!X.startsWith("Error:")?(C(pt.SUCCESS,"Selected table scan started successfully!"),le(!1),B([]),d&&d("reports"),f&&f(),setTimeout(()=>{c&&c(),u&&u()},1e3)):C(pt.ERROR,`Failed to start scan: ${X}`)}catch(D){console.error("Error starting selected table scan:",D),C(pt.ERROR,"Failed to start selected table scan. Please try again.")}finally{Oe(!1)}},qi=v.useCallback(Z=>{Z.forEach(q=>{q.type==="position"&&q.position&&q.id&&(He.current[q.id]=q.position)}),xe(Z)},[xe]),mi=N.reduce((Z,q)=>(Z[q.db_name]||(Z[q.db_name]=[]),Z[q.db_name].push(q.table),Z),{}),Na=v.useMemo(()=>Object.keys(S).map(Z=>{const q=new Set(S[Z].map(ue=>ue.table_name));return{value:Z,label:`${Z} (${q.size})`}}),[S,R]),Or=v.useMemo(()=>I!=null&&I.length?I.map(Z=>({value:Z.uuid,label:Z.name,countries:Z.country_data||[]})):[],[I]),bi=v.useMemo(()=>{var q;const Z=new Set(((q=S[_])==null?void 0:q.map(ue=>ue.table_name))||[]);return`${_} (${Z.size||0})`},[S,_]),r2=v.useMemo(()=>b.jsx("div",{className:"flex flex-col items-center gap-4",children:b.jsx("div",{className:"w-full py-2",children:b.jsx("div",{className:"max-h-60 overflow-y-auto rounded p-3",style:{border:"1px solid var(--border-color)",backgroundColor:"var(--hover-bg-color)"},children:Object.entries(mi).map(([Z,q])=>b.jsxs("div",{className:"mb-3",children:[b.jsxs("div",{className:"font-semibold mb-1",style:{color:"var(--text-color)"},children:["Database: ",Z]}),b.jsx("ul",{className:"ml-4",children:q.map(ue=>b.jsx("li",{className:"text-sm list-disc",style:{color:"var(--secondary-text-color)"},children:ue},ue))})]},Z))})})}),[N,mi]),o2=v.useMemo(()=>b.jsxs("div",{className:"flex flex-col items-center gap-4",children:[I.length===0&&b.jsx(f5,{}),b.jsx("div",{className:"w-full flex items-center gap-4",style:{color:"var(--text-color)"},children:he?"Scanning Selected Tables...":"Are you sure you want to scan the following selected tables?"}),b.jsxs("div",{className:"w-full",children:[b.jsxs("div",{className:"text-sm font-medium mb-2",style:{color:"var(--text-color)"},children:["Selected Tables (",N.length,"):"]}),b.jsx("div",{className:"max-h-60 overflow-y-auto rounded p-3",style:{border:"1px solid var(--border-color)",backgroundColor:"var(--hover-bg-color)"},children:Object.entries(mi).map(([Z,q])=>b.jsxs("div",{className:"mb-3",children:[b.jsxs("div",{className:"font-semibold mb-1",style:{color:"var(--text-color)"},children:["Database: ",Z]}),b.jsx("ul",{className:"ml-4",children:q.map(ue=>b.jsx("li",{className:"text-sm list-disc",style:{color:"var(--secondary-text-color)"},children:ue},ue))})]},Z))})]}),b.jsx("div",{className:"w-full text-sm",style:{color:"var(--secondary-text-color)"},children:b.jsx("p",{children:"This will initiate a scan for only the selected tables, which may be faster than scanning the entire database."})})]}),[N,mi,he,I.length]),s2=({data:Z,isSelected:q})=>{let ue=null;if(Z.countries&&Z.countries.length>0){const D=Z.countries.slice(0,3),de=Z.countries.length>3,X=de?Z.countries.map(Pe=>Pe.country).join(", "):"",me=D.map((Pe,ot)=>b.jsxs("span",{className:"inline-flex items-center px-2 py-0.5 rounded-full text-xs border-[1px] flex-shrink-0",style:{borderColor:q?"white":"var(--brand-orange)",color:q?"white":"var(--brand-orange)"},children:[b.jsx(eg,{className:"mr-1 h-2.5 w-2.5 flex-shrink-0",style:{color:q?"white":"var(--brand-orange)"}}),b.jsx("span",{className:"truncate max-w-[80px]",children:Pe.country})]},`${Z.value}-${Pe.id}-${ot}`));de?ue=b.jsxs("div",{className:"flex items-center gap-1 ml-2 whitespace-nowrap",children:[me,b.jsx(gr,{text:X,position:"top",children:b.jsxs("span",{className:"text-xs cursor-pointer flex-shrink-0 px-1",style:{color:q?"white":"var(--secondary-text-color)"},children:["+",Z.countries.length-3," more"]})})]}):ue=b.jsx("div",{className:"flex items-center gap-1 ml-2 whitespace-nowrap",children:me})}return b.jsxs("div",{className:"flex items-center w-full min-w-0",children:[b.jsx("div",{className:`font-medium whitespace-nowrap mr-1 ${q?"text-white":""}`,children:Z.label}),ue]})},a2=v.useMemo(()=>{const Z=$?Or.find(ue=>ue.value===$.value):null,q={value:($==null?void 0:$.value)||"undefined",label:(Z==null?void 0:Z.label)??R0,countries:(Z==null?void 0:Z.countries)||[]};return b.jsx(Po,{className:"min-w-[400px] text-sm mt-2",menuPosition:"fixed",placeholder:"Select an attribute",options:[{label:R0,value:"undefined"},...Or],handleChange:ue=>{H(ue??void 0)},selectedOptions:[q],isMulti:!1,isClearable:!1,customOptionRenderer:ue=>b.jsx(s2,{...ue}),customStyles:{menu:ue=>({...ue,width:"auto",minWidth:"100%"}),option:(ue,Ee)=>({...ue,backgroundColor:Ee.isSelected?"var(--brand-orange)":ue.backgroundColor,color:Ee.isSelected?"#fff":ue.color,cursor:"pointer",whiteSpace:"normal",minHeight:"40px",":active":{backgroundColor:Ee.isSelected?"var(--brand-orange)":ue.backgroundColor}})}})},[Or,$]);return!R||R.length===0||!y?b.jsx("div",{className:"flex items-center gap-2 p-6 mt-2 text-lg font-semibold rounded-lg shadow-sm",style:{backgroundColor:"var(--hover-bg-color)",border:"1px solid var(--border-color)",color:"var(--text-color)"},children:y&&b.jsxs(b.Fragment,{children:[b.jsx(ps,{className:"w-6 h-6",style:{color:"var(--secondary-text-color)"}}),b.jsx("span",{children:"No metadata available to display."})]})}):b.jsxs("div",{style:{width:"100%",height:"80vh",overflow:"hidden"},className:"dbschema-wrapper",children:[b.jsx("div",{children:b.jsxs("div",{className:"flex justify-between items-center",children:[b.jsxs("div",{className:"py-2 flex items-center",children:[b.jsx("h2",{className:"text-lg font-semibold mr-3",children:"Databases"}),b.jsx(Po,{className:"w-52 text-sm",placeholder:"Select a database",options:Na,selectedOptions:[{value:_,label:bi}],handleChange:Z=>Z&&P(Z.value),isMulti:!1,isClearable:!1})]}),N.length>0&&b.jsxs("div",{className:"flex items-center gap-2",children:[b.jsx("button",{onClick:()=>{k(!0)},className:"bg-brand-primary text-white px-4 py-2 rounded transition-colors duration-150 shadow-sm font-medium footer-button mr-2",style:{minWidth:140},children:"View Selections"}),b.jsx("button",{onClick:n2,className:"bg-brand-primary text-white px-4 py-2 rounded transition-colors duration-150 shadow-sm font-medium footer-button",style:{minWidth:170},disabled:!a,children:"Scan Selected Tables"})]})]})}),!Ne||!re?b.jsx("div",{className:"flex items-center justify-center",style:{maxHeight:N.length>0?"84%":"90%",minHeight:"400px",backgroundColor:"var(--bg-color)",border:"1px solid var(--border-color)",borderRadius:"8px"},children:b.jsxs("div",{className:"flex flex-col items-center gap-2",children:[b.jsx(ps,{className:"w-6 h-6",style:{color:"var(--secondary-text-color)"}}),b.jsx("span",{style:{color:"var(--text-color)"},children:"Loading schema browser..."})]})}):b.jsxs(re.ReactFlow,{ref:fe,onInit:Z=>{ge.current=Z,z.current||(Z.fitView({padding:.2,duration:800,minZoom:.15}),Z.setViewport({x:50,y:50,zoom:.15}),z.current=!0)},nodes:ae,edges:Q,onNodesChange:qi,onEdgesChange:Re,onMove:et,nodeTypes:Fa,style:{maxHeight:N.length>0?"84%":"90%"},unselectable:"on",minZoom:.001,maxZoom:2,zoomOnDoubleClick:!1,defaultViewport:we,fitViewOptions:{padding:.2},fitView:!(ae.length>70),proOptions:{hideAttribution:!0},onNodeClick:(Z,q)=>{q.type==="default"||!a||(N.find(ue=>ue.db_name===_&&ue.table===q.data.label)?B(ue=>ue.filter(Ee=>!(Ee.db_name===_&&Ee.table===q.data.label))):B(ue=>[...ue,{db_name:_,table:q.data.label}]),K(ue=>ue.map(Ee=>{var D;return Ee.id===q.id?{...Ee,data:{...Ee.data,selected:!((D=Ee.data)!=null&&D.selected)}}:Ee})))},children:[b.jsx(re.MiniMap,{style:{background:"var(--bg-color)",border:"1px solid var(--border-color)",borderRadius:6},nodeColor:Z=>"var(--brand-orange)",maskColor:ee?"rgba(44, 44, 44, 0.6)":"rgba(218, 224, 232, 0.6)"}),b.jsx(re.Background,{}),b.jsx(re.Controls,{})]}),b.jsx(ar,{isOpen:T,title:"Selected Tables",customFooter:b.jsx("div",{className:"flex justify-end",children:b.jsx("button",{onClick:()=>{k(!1)},className:"bg-gray-100 text-gray-700 px-4 py-2 rounded hover:bg-gray-300 border border-gray-300 dark:bg-gray-800 dark:text-gray-100 dark:hover:bg-white dark:border-gray-400 footer-button",children:"Close"})}),onClose:()=>{k(!1)},body:r2,cancelButtonText:"Cancel"}),A&&j&&b.jsx(ar,{onClose:()=>L(!1),title:`${j.db_name}.${j.label}`,isOpen:A,isUuidSubtitle:!1,subtitle:b.jsxs("div",{className:"flex flex-col gap-1",children:[b.jsxs("div",{className:"flex gap-1 items-center",children:[b.jsx("b",{className:"text-black dark:text-gray-200",children:"Column Name:"}),b.jsx("span",{className:"dark:text-gray-300",children:j.schema[0].title})]}),b.jsxs("div",{className:"flex gap-1 items-center",children:[b.jsx("b",{className:"text-black dark:text-gray-200",children:"Current Mapping:"}),b.jsx("span",{className:"dark:text-gray-300",children:((Nr=j.schema[0].attribute_mapping)==null?void 0:Nr.label)??"-"})]})]}),body:a2,onConfirm:Oa}),b.jsx(ar,{isOpen:J,title:"Scan Selected Tables",onClose:()=>{he||le(!1)},onConfirm:()=>{he||i2()},confirmButtonText:he?"Scanning...":"Start Scan",disableConfirm:he,body:o2,customWidth:"w-full max-w-lg",customFooter:b.jsxs("div",{className:"flex justify-between mt-4 space-x-2",children:[b.jsx("button",{onClick:()=>{he||le(!1)},disabled:he,className:"bg-gray-100 text-gray-700 px-4 py-2 rounded hover:bg-gray-300 border border-gray-300 dark:bg-gray-800 dark:text-gray-100 dark:hover:bg-white dark:border-gray-400 footer-button",children:"Cancel"}),b.jsx("button",{onClick:()=>{he||i2()},disabled:he,className:"bg-brand-primary text-white px-4 py-2 rounded-md hover:bg-[#0b86e6] footer-button",children:he?"Scanning...":"Start Scan"})]})})]})},BR="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.6719C56.7853%2065.8166%2033.207%2074.5909%2033.207%2074.5909C33.207%2074.5909%2033.4213%2076.1014%2033.9555%2078.2836C34.4897%2080.4658%2035.0263%2082.6084%2035.0263%2082.6084C42.7193%2078.6579%2054.6229%2070.4325%2063.0229%2054.6719Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M468.223%2085V62.1985C466.739%2063.3228%20465.075%2064.1998%20463.231%2064.8294C461.387%2065.504%20459.386%2065.8413%20457.227%2065.8413C453.45%2065.8413%20450.032%2064.8744%20446.973%2062.9406C443.915%2061.0067%20441.464%2058.4432%20439.62%2055.2501C437.821%2052.012%20436.922%2048.4366%20436.922%2044.5239C436.922%2040.6112%20437.821%2037.0359%20439.62%2033.7978C441.464%2030.5597%20443.915%2027.9962%20446.973%2026.1073C450.032%2024.1735%20453.45%2023.2065%20457.227%2023.2065C459.791%2023.2065%20462.152%2023.6563%20464.311%2024.5557C466.469%2025.4552%20468.313%2026.692%20469.842%2028.266V24.2859H479.961V85H468.223ZM458.577%2055.5199C460.555%2055.5199%20462.354%2055.0252%20463.973%2054.0358C465.592%2053.0464%20466.874%2051.7197%20467.819%2050.0557C468.808%2048.3916%20469.303%2046.5477%20469.303%2044.5239C469.303%2042.5001%20468.808%2040.6562%20467.819%2038.9922C466.874%2037.3282%20465.592%2036.0015%20463.973%2035.0121C462.354%2034.0226%20460.555%2033.5279%20458.577%2033.5279C456.598%2033.5279%20454.799%2034.0226%20453.18%2035.0121C451.561%2036.0015%20450.256%2037.3282%20449.267%2038.9922C448.323%2040.6562%20447.85%2042.5001%20447.85%2044.5239C447.85%2046.5477%20448.323%2048.3916%20449.267%2050.0557C450.256%2051.7197%20451.561%2053.0464%20453.18%2054.0358C454.799%2055.0252%20456.598%2055.5199%20458.577%2055.5199Z'%20fill='%23FF6503'/%3e%3cpath%20d='M418.211%2064.7618V24.2857H429.949V64.7618H418.211ZM424.08%2018.4167C422.326%2018.4167%20420.842%2017.8096%20419.628%2016.5953C418.414%2015.381%20417.807%2013.8969%20417.807%2012.1429C417.807%2010.344%20418.414%208.85987%20419.628%207.69056C420.842%206.47628%20422.326%205.86914%20424.08%205.86914C425.879%205.86914%20427.363%206.47628%20428.533%207.69056C429.747%208.85987%20430.354%2010.344%20430.354%2012.1429C430.354%2013.8969%20429.747%2015.381%20428.533%2016.5953C427.363%2017.8096%20425.879%2018.4167%20424.08%2018.4167Z'%20fill='%23FF6503'/%3e%3cpath%20d='M387.055%2064.7617V24.2856H397.578V31.234C398.973%2028.8954%20400.727%2027.0965%20402.84%2025.8372C404.999%2024.533%20407.518%2023.8809%20410.396%2023.8809L412.959%2034.2697C412.105%2033.9999%20411.138%2033.865%20410.059%2033.865C406.686%2033.865%20403.965%2034.9668%20401.896%2037.1705C399.827%2039.3292%20398.793%2042.4324%20398.793%2046.48V64.7617H387.055Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M361.455%2066.1107C356.913%2066.1107%20352.91%2065.1663%20349.447%2063.2774C345.984%2061.3885%20343.286%2058.8026%20341.352%2055.5195C339.418%2052.1915%20338.451%2048.3912%20338.451%2044.1188C338.451%2040.0262%20339.396%2036.4058%20341.284%2033.2577C343.173%2030.0646%20345.714%2027.5461%20348.907%2025.7021C352.146%2023.8582%20355.721%2022.9363%20359.634%2022.9363C363.636%2022.9363%20367.212%2023.8582%20370.36%2025.7021C373.508%2027.5011%20375.981%2029.9746%20377.78%2033.1228C379.624%2036.2709%20380.546%2039.8463%20380.546%2043.8489V47.964H355.856C354.732%2047.964%20353.652%2047.8965%20352.618%2047.7616C351.583%2047.6267%20350.549%2047.4693%20349.515%2047.2894C350.054%2049.9878%20351.381%2052.1915%20353.495%2053.9005C355.653%2055.5645%20358.397%2056.3965%20361.725%2056.3965C364.288%2056.3965%20366.582%2055.8793%20368.606%2054.8449C370.675%2053.8105%20372.361%2052.5288%20373.665%2050.9997L376.229%2061.5235C374.205%2063.0526%20371.911%2064.1994%20369.348%2064.9639C366.829%2065.7285%20364.198%2066.1107%20361.455%2066.1107ZM349.245%2040.2061C351.493%2039.7114%20353.697%2039.464%20355.856%2039.464H363.007C364.266%2039.464%20365.458%2039.509%20366.582%2039.5989C367.706%2039.6889%20368.763%2039.8463%20369.753%2040.0711C369.078%2037.6426%20367.841%2035.7312%20366.042%2034.337C364.288%2032.9429%20362.107%2032.2458%20359.499%2032.2458C357.025%2032.2458%20354.866%2032.9654%20353.023%2034.4045C351.224%2035.7987%20349.964%2037.7325%20349.245%2040.2061Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M315.456%2066.7855L293.262%2024.2856H306.282L312.623%2037.3054C313.207%2038.4298%20313.747%2039.5541%20314.242%2040.6784C314.737%2041.7578%20315.231%2042.9946%20315.726%2044.3888C316.221%2042.9946%20316.715%2041.7578%20317.21%2040.6784C317.705%2039.5541%20318.244%2038.4298%20318.829%2037.3054L325.17%2024.2856H337.65L315.456%2066.7855Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M269.9%2066.1107C265.897%2066.1107%20262.232%2065.1438%20258.904%2063.21C255.576%2061.2761%20252.923%2058.6677%20250.944%2055.3846C249.01%2052.1015%20248.043%2048.4812%20248.043%2044.5235C248.043%2040.5209%20249.01%2036.9005%20250.944%2033.6624C252.923%2030.3794%20255.576%2027.7709%20258.904%2025.8371C262.232%2023.9032%20265.897%2022.9363%20269.9%2022.9363C273.948%2022.9363%20277.613%2023.9032%20280.896%2025.8371C284.224%2027.7709%20286.855%2030.3794%20288.789%2033.6624C290.768%2036.9005%20291.757%2040.5209%20291.757%2044.5235C291.757%2048.4812%20290.768%2052.1015%20288.789%2055.3846C286.855%2058.6677%20284.224%2061.2761%20280.896%2063.21C277.613%2065.1438%20273.948%2066.1107%20269.9%2066.1107ZM269.9%2055.587C271.924%2055.587%20273.745%2055.0923%20275.364%2054.1028C277.028%2053.1134%20278.333%2051.7867%20279.277%2050.1227C280.266%2048.4137%20280.761%2046.5473%20280.761%2044.5235C280.761%2042.4547%20280.266%2040.5883%20279.277%2038.9243C278.333%2037.2603%20277.028%2035.9336%20275.364%2034.9442C273.745%2033.9548%20271.924%2033.4601%20269.9%2033.4601C267.876%2033.4601%20266.032%2033.9548%20264.368%2034.9442C262.749%2035.9336%20261.445%2037.2603%20260.456%2038.9243C259.511%2040.5883%20259.039%2042.4547%20259.039%2044.5235C259.039%2046.5473%20259.511%2048.4137%20260.456%2050.1227C261.445%2051.7867%20262.749%2053.1134%20264.368%2054.1028C266.032%2055.0923%20267.876%2055.587%20269.9%2055.587Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M229.394%2066.1107C225.392%2066.1107%20221.726%2065.1438%20218.398%2063.21C215.07%2061.2761%20212.417%2058.6677%20210.438%2055.3846C208.504%2052.1015%20207.537%2048.4812%20207.537%2044.5235C207.537%2040.5209%20208.504%2036.9005%20210.438%2033.6624C212.417%2030.3794%20215.07%2027.7709%20218.398%2025.8371C221.726%2023.9032%20225.392%2022.9363%20229.394%2022.9363C232.183%2022.9363%20234.813%2023.4085%20237.287%2024.3529C239.806%2025.2524%20242.032%2026.6016%20243.966%2028.4005L240.93%2040.341C239.806%2038.4971%20238.299%2036.9005%20236.41%2035.5513C234.566%2034.1571%20232.385%2033.4601%20229.866%2033.4601C227.753%2033.4601%20225.864%2033.9548%20224.2%2034.9442C222.536%2035.9336%20221.232%2037.2603%20220.287%2038.9243C219.343%2040.5883%20218.87%2042.4547%20218.87%2044.5235C218.87%2046.5473%20219.343%2048.4137%20220.287%2050.1227C221.232%2051.7867%20222.536%2053.1134%20224.2%2054.1028C225.864%2055.0923%20227.753%2055.587%20229.866%2055.587C232.385%2055.587%20234.566%2054.9124%20236.41%2053.5632C238.299%2052.169%20239.806%2050.55%20240.93%2048.706L243.966%2060.6465C242.032%2062.4454%20239.806%2063.8171%20237.287%2064.7615C234.813%2065.661%20232.183%2066.1107%20229.394%2066.1107Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M187.086%2066.1107C184.343%2066.1107%20181.555%2065.661%20178.721%2064.7615C175.933%2063.8621%20173.752%2062.6478%20172.178%2061.1187L175.079%2050.0552C176.383%2051.8542%20178.182%2053.4283%20180.475%2054.7775C182.814%2056.1267%20185.22%2056.8013%20187.694%2056.8013C189.358%2056.8013%20190.549%2056.4864%20191.269%2055.8568C192.033%2055.2272%20192.416%2054.4626%20192.416%2053.5632C192.416%2052.5288%20192.033%2051.7867%20191.269%2051.337C190.504%2050.8423%20189.717%2050.4375%20188.908%2050.1227L183.241%2047.964C181.982%2047.4693%20180.543%2046.7947%20178.924%2045.9402C177.305%2045.0857%20175.888%2043.8714%20174.674%2042.2973C173.504%2040.7233%20172.92%2038.6545%20172.92%2036.091C172.92%2033.7524%20173.504%2031.5937%20174.674%2029.6148C175.843%2027.636%20177.53%2026.0394%20179.733%2024.8252C181.982%2023.5659%20184.68%2022.9363%20187.828%2022.9363C190.752%2022.9363%20193.473%2023.431%20195.991%2024.4204C198.555%2025.4098%20200.421%2026.5117%20201.59%2027.7259L198.892%2038.3846C197.363%2036.4058%20195.541%2034.8992%20193.428%2033.8648C191.359%2032.7855%20189.38%2032.2458%20187.491%2032.2458C186.052%2032.2458%20184.995%2032.5381%20184.321%2033.1228C183.646%2033.7074%20183.309%2034.382%20183.309%2035.1466C183.309%2035.7312%20183.534%2036.3159%20183.983%2036.9005C184.478%2037.4402%20185.287%2037.9349%20186.412%2038.3846L191.674%2040.341C193.203%2040.8807%20194.822%2041.6002%20196.531%2042.4997C198.285%2043.3992%20199.769%2044.6584%20200.983%2046.2775C202.197%2047.8515%20202.805%2050.0328%20202.805%2052.8211C202.805%2056.7338%20201.343%2059.9269%20198.42%2062.4004C195.541%2064.874%20191.764%2066.1107%20187.086%2066.1107Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M153.061%2064.7618V24.2857H164.799V64.7618H153.061ZM158.93%2018.4167C157.176%2018.4167%20155.692%2017.8096%20154.478%2016.5953C153.263%2015.381%20152.656%2013.8969%20152.656%2012.1429C152.656%2010.344%20153.263%208.85987%20154.478%207.69056C155.692%206.47628%20157.176%205.86914%20158.93%205.86914C160.729%205.86914%20162.213%206.47628%20163.382%207.69056C164.597%208.85987%20165.204%2010.344%20165.204%2012.1429C165.204%2013.8969%20164.597%2015.381%20163.382%2016.5953C162.213%2017.8096%20160.729%2018.4167%20158.93%2018.4167Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M121.307%2065.8411C117.53%2065.8411%20114.112%2064.8741%20111.054%2062.9403C107.995%2061.0064%20105.544%2058.4429%20103.7%2055.2498C101.901%2052.0117%20101.002%2048.4364%20101.002%2044.5237C101.002%2040.611%20101.901%2037.0356%20103.7%2033.7975C105.544%2030.5594%20107.995%2027.9959%20111.054%2026.1071C114.112%2024.1732%20117.53%2023.2063%20121.307%2023.2063C123.466%2023.2063%20125.467%2023.5211%20127.311%2024.1507C129.155%2024.7804%20130.819%2025.6798%20132.303%2026.8491V0H144.042V64.7617H133.922V60.7816C132.393%2062.3556%20130.549%2063.5924%20128.391%2064.4919C126.232%2065.3913%20123.871%2065.8411%20121.307%2065.8411ZM122.657%2055.5197C124.635%2055.5197%20126.434%2055.025%20128.053%2054.0355C129.672%2053.0461%20130.954%2051.7194%20131.899%2050.0554C132.888%2048.3914%20133.383%2046.5475%20133.383%2044.5237C133.383%2042.4999%20132.888%2040.656%20131.899%2038.9919C130.954%2037.3279%20129.672%2036.0012%20128.053%2035.0118C126.434%2034.0224%20124.635%2033.5277%20122.657%2033.5277C120.678%2033.5277%20118.879%2034.0224%20117.26%2035.0118C115.641%2036.0012%20114.337%2037.3279%20113.347%2038.9919C112.403%2040.656%20111.93%2042.4999%20111.93%2044.5237C111.93%2046.5475%20112.403%2048.3914%20113.347%2050.0554C114.337%2051.7194%20115.641%2053.0461%20117.26%2054.0355C118.879%2055.025%20120.678%2055.5197%20122.657%2055.5197Z'%20fill='%233A3A3A'/%3e%3c/svg%3e",HR="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%23ffffff'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.6719C56.7853%2065.8166%2033.207%2074.5909%2033.207%2074.5909C33.207%2074.5909%2033.4213%2076.1014%2033.9555%2078.2836C34.4897%2080.4658%2035.0263%2082.6084%2035.0263%2082.6084C42.7193%2078.6579%2054.6229%2070.4325%2063.0229%2054.6719Z'%20fill='%23ffffff'/%3e%3cpath%20d='M468.223%2085V62.1985C466.739%2063.3228%20465.075%2064.1998%20463.231%2064.8294C461.387%2065.504%20459.386%2065.8413%20457.227%2065.8413C453.45%2065.8413%20450.032%2064.8744%20446.973%2062.9406C443.915%2061.0067%20441.464%2058.4432%20439.62%2055.2501C437.821%2052.012%20436.922%2048.4366%20436.922%2044.5239C436.922%2040.6112%20437.821%2037.0359%20439.62%2033.7978C441.464%2030.5597%20443.915%2027.9962%20446.973%2026.1073C450.032%2024.1735%20453.45%2023.2065%20457.227%2023.2065C459.791%2023.2065%20462.152%2023.6563%20464.311%2024.5557C466.469%2025.4552%20468.313%2026.692%20469.842%2028.266V24.2859H479.961V85H468.223ZM458.577%2055.5199C460.555%2055.5199%20462.354%2055.0252%20463.973%2054.0358C465.592%2053.0464%20466.874%2051.7197%20467.819%2050.0557C468.808%2048.3916%20469.303%2046.5477%20469.303%2044.5239C469.303%2042.5001%20468.808%2040.6562%20467.819%2038.9922C466.874%2037.3282%20465.592%2036.0015%20463.973%2035.0121C462.354%2034.0226%20460.555%2033.5279%20458.577%2033.5279C456.598%2033.5279%20454.799%2034.0226%20453.18%2035.0121C451.561%2036.0015%20450.256%2037.3282%20449.267%2038.9922C448.323%2040.6562%20447.85%2042.5001%20447.85%2044.5239C447.85%2046.5477%20448.323%2048.3916%20449.267%2050.0557C450.256%2051.7197%20451.561%2053.0464%20453.18%2054.0358C454.799%2055.0252%20456.598%2055.5199%20458.577%2055.5199Z'%20fill='%23FF6503'/%3e%3cpath%20d='M418.211%2064.7618V24.2857H429.949V64.7618H418.211ZM424.08%2018.4167C422.326%2018.4167%20420.842%2017.8096%20419.628%2016.5953C418.414%2015.381%20417.807%2013.8969%20417.807%2012.1429C417.807%2010.344%20418.414%208.85987%20419.628%207.69056C420.842%206.47628%20422.326%205.86914%20424.08%205.86914C425.879%205.86914%20427.363%206.47628%20428.533%207.69056C429.747%208.85987%20430.354%2010.344%20430.354%2012.1429C430.354%2013.8969%20429.747%2015.381%20428.533%2016.5953C427.363%2017.8096%20425.879%2018.4167%20424.08%2018.4167Z'%20fill='%23FF6503'/%3e%3cpath%20d='M387.055%2064.7617V24.2856H397.578V31.234C398.973%2028.8954%20400.727%2027.0965%20402.84%2025.8372C404.999%2024.533%20407.518%2023.8809%20410.396%2023.8809L412.959%2034.2697C412.105%2033.9999%20411.138%2033.865%20410.059%2033.865C406.686%2033.865%20403.965%2034.9668%20401.896%2037.1705C399.827%2039.3292%20398.793%2042.4324%20398.793%2046.48V64.7617H387.055Z'%20fill='%23ffffff'/%3e%3cpath%20d='M361.455%2066.1107C356.913%2066.1107%20352.91%2065.1663%20349.447%2063.2774C345.984%2061.3885%20343.286%2058.8026%20341.352%2055.5195C339.418%2052.1915%20338.451%2048.3912%20338.451%2044.1188C338.451%2040.0262%20339.396%2036.4058%20341.284%2033.2577C343.173%2030.0646%20345.714%2027.5461%20348.907%2025.7021C352.146%2023.8582%20355.721%2022.9363%20359.634%2022.9363C363.636%2022.9363%20367.212%2023.8582%20370.36%2025.7021C373.508%2027.5011%20375.981%2029.9746%20377.78%2033.1228C379.624%2036.2709%20380.546%2039.8463%20380.546%2043.8489V47.964H355.856C354.732%2047.964%20353.652%2047.8965%20352.618%2047.7616C351.583%2047.6267%20350.549%2047.4693%20349.515%2047.2894C350.054%2049.9878%20351.381%2052.1915%20353.495%2053.9005C355.653%2055.5645%20358.397%2056.3965%20361.725%2056.3965C364.288%2056.3965%20366.582%2055.8793%20368.606%2054.8449C370.675%2053.8105%20372.361%2052.5288%20373.665%2050.9997L376.229%2061.5235C374.205%2063.0526%20371.911%2064.1994%20369.348%2064.9639C366.829%2065.7285%20364.198%2066.1107%20361.455%2066.1107ZM349.245%2040.2061C351.493%2039.7114%20353.697%2039.464%20355.856%2039.464H363.007C364.266%2039.464%20365.458%2039.509%20366.582%2039.5989C367.706%2039.6889%20368.763%2039.8463%20369.753%2040.0711C369.078%2037.6426%20367.841%2035.7312%20366.042%2034.337C364.288%2032.9429%20362.107%2032.2458%20359.499%2032.2458C357.025%2032.2458%20354.866%2032.9654%20353.023%2034.4045C351.224%2035.7987%20349.964%2037.7325%20349.245%2040.2061Z'%20fill='%23ffffff'/%3e%3cpath%20d='M315.456%2066.7855L293.262%2024.2856H306.282L312.623%2037.3054C313.207%2038.4298%20313.747%2039.5541%20314.242%2040.6784C314.737%2041.7578%20315.231%2042.9946%20315.726%2044.3888C316.221%2042.9946%20316.715%2041.7578%20317.21%2040.6784C317.705%2039.5541%20318.244%2038.4298%20318.829%2037.3054L325.17%2024.2856H337.65L315.456%2066.7855Z'%20fill='%23ffffff'/%3e%3cpath%20d='M269.9%2066.1107C265.897%2066.1107%20262.232%2065.1438%20258.904%2063.21C255.576%2061.2761%20252.923%2058.6677%20250.944%2055.3846C249.01%2052.1015%20248.043%2048.4812%20248.043%2044.5235C248.043%2040.5209%20249.01%2036.9005%20250.944%2033.6624C252.923%2030.3794%20255.576%2027.7709%20258.904%2025.8371C262.232%2023.9032%20265.897%2022.9363%20269.9%2022.9363C273.948%2022.9363%20277.613%2023.9032%20280.896%2025.8371C284.224%2027.7709%20286.855%2030.3794%20288.789%2033.6624C290.768%2036.9005%20291.757%2040.5209%20291.757%2044.5235C291.757%2048.4812%20290.768%2052.1015%20288.789%2055.3846C286.855%2058.6677%20284.224%2061.2761%20280.896%2063.21C277.613%2065.1438%20273.948%2066.1107%20269.9%2066.1107ZM269.9%2055.587C271.924%2055.587%20273.745%2055.0923%20275.364%2054.1028C277.028%2053.1134%20278.333%2051.7867%20279.277%2050.1227C280.266%2048.4137%20280.761%2046.5473%20280.761%2044.5235C280.761%2042.4547%20280.266%2040.5883%20279.277%2038.9243C278.333%2037.2603%20277.028%2035.9336%20275.364%2034.9442C273.745%2033.9548%20271.924%2033.4601%20269.9%2033.4601C267.876%2033.4601%20266.032%2033.9548%20264.368%2034.9442C262.749%2035.9336%20261.445%2037.2603%20260.456%2038.9243C259.511%2040.5883%20259.039%2042.4547%20259.039%2044.5235C259.039%2046.5473%20259.511%2048.4137%20260.456%2050.1227C261.445%2051.7867%20262.749%2053.1134%20264.368%2054.1028C266.032%2055.0923%20267.876%2055.587%20269.9%2055.587Z'%20fill='%23ffffff'/%3e%3cpath%20d='M229.394%2066.1107C225.392%2066.1107%20221.726%2065.1438%20218.398%2063.21C215.07%2061.2761%20212.417%2058.6677%20210.438%2055.3846C208.504%2052.1015%20207.537%2048.4812%20207.537%2044.5235C207.537%2040.5209%20208.504%2036.9005%20210.438%2033.6624C212.417%2030.3794%20215.07%2027.7709%20218.398%2025.8371C221.726%2023.9032%20225.392%2022.9363%20229.394%2022.9363C232.183%2022.9363%20234.813%2023.4085%20237.287%2024.3529C239.806%2025.2524%20242.032%2026.6016%20243.966%2028.4005L240.93%2040.341C239.806%2038.4971%20238.299%2036.9005%20236.41%2035.5513C234.566%2034.1571%20232.385%2033.4601%20229.866%2033.4601C227.753%2033.4601%20225.864%2033.9548%20224.2%2034.9442C222.536%2035.9336%20221.232%2037.2603%20220.287%2038.9243C219.343%2040.5883%20218.87%2042.4547%20218.87%2044.5235C218.87%2046.5473%20219.343%2048.4137%20220.287%2050.1227C221.232%2051.7867%20222.536%2053.1134%20224.2%2054.1028C225.864%2055.0923%20227.753%2055.587%20229.866%2055.587C232.385%2055.587%20234.566%2054.9124%20236.41%2053.5632C238.299%2052.169%20239.806%2050.55%20240.93%2048.706L243.966%2060.6465C242.032%2062.4454%20239.806%2063.8171%20237.287%2064.7615C234.813%2065.661%20232.183%2066.1107%20229.394%2066.1107Z'%20fill='%23ffffff'/%3e%3cpath%20d='M187.086%2066.1107C184.343%2066.1107%20181.555%2065.661%20178.721%2064.7615C175.933%2063.8621%20173.752%2062.6478%20172.178%2061.1187L175.079%2050.0552C176.383%2051.8542%20178.182%2053.4283%20180.475%2054.7775C182.814%2056.1267%20185.22%2056.8013%20187.694%2056.8013C189.358%2056.8013%20190.549%2056.4864%20191.269%2055.8568C192.033%2055.2272%20192.416%2054.4626%20192.416%2053.5632C192.416%2052.5288%20192.033%2051.7867%20191.269%2051.337C190.504%2050.8423%20189.717%2050.4375%20188.908%2050.1227L183.241%2047.964C181.982%2047.4693%20180.543%2046.7947%20178.924%2045.9402C177.305%2045.0857%20175.888%2043.8714%20174.674%2042.2973C173.504%2040.7233%20172.92%2038.6545%20172.92%2036.091C172.92%2033.7524%20173.504%2031.5937%20174.674%2029.6148C175.843%2027.636%20177.53%2026.0394%20179.733%2024.8252C181.982%2023.5659%20184.68%2022.9363%20187.828%2022.9363C190.752%2022.9363%20193.473%2023.431%20195.991%2024.4204C198.555%2025.4098%20200.421%2026.5117%20201.59%2027.7259L198.892%2038.3846C197.363%2036.4058%20195.541%2034.8992%20193.428%2033.8648C191.359%2032.7855%20189.38%2032.2458%20187.491%2032.2458C186.052%2032.2458%20184.995%2032.5381%20184.321%2033.1228C183.646%2033.7074%20183.309%2034.382%20183.309%2035.1466C183.309%2035.7312%20183.534%2036.3159%20183.983%2036.9005C184.478%2037.4402%20185.287%2037.9349%20186.412%2038.3846L191.674%2040.341C193.203%2040.8807%20194.822%2041.6002%20196.531%2042.4997C198.285%2043.3992%20199.769%2044.6584%20200.983%2046.2775C202.197%2047.8515%20202.805%2050.0328%20202.805%2052.8211C202.805%2056.7338%20201.343%2059.9269%20198.42%2062.4004C195.541%2064.874%20191.764%2066.1107%20187.086%2066.1107Z'%20fill='%23ffffff'/%3e%3cpath%20d='M153.061%2064.7618V24.2857H164.799V64.7618H153.061ZM158.93%2018.4167C157.176%2018.4167%20155.692%2017.8096%20154.478%2016.5953C153.263%2015.381%20152.656%2013.8969%20152.656%2012.1429C152.656%2010.344%20153.263%208.85987%20154.478%207.69056C155.692%206.47628%20157.176%205.86914%20158.93%205.86914C160.729%205.86914%20162.213%206.47628%20163.382%207.69056C164.597%208.85987%20165.204%2010.344%20165.204%2012.1429C165.204%2013.8969%20164.597%2015.381%20163.382%2016.5953C162.213%2017.8096%20160.729%2018.4167%20158.93%2018.4167Z'%20fill='%23ffffff'/%3e%3cpath%20d='M121.307%2065.8411C117.53%2065.8411%20114.112%2064.8741%20111.054%2062.9403C107.995%2061.0064%20105.544%2058.4429%20103.7%2055.2498C101.901%2052.0117%20101.002%2048.4364%20101.002%2044.5237C101.002%2040.611%20101.901%2037.0356%20103.7%2033.7975C105.544%2030.5594%20107.995%2027.9959%20111.054%2026.1071C114.112%2024.1732%20117.53%2023.2063%20121.307%2023.2063C123.466%2023.2063%20125.467%2023.5211%20127.311%2024.1507C129.155%2024.7804%20130.819%2025.6798%20132.303%2026.8491V0H144.042V64.7617H133.922V60.7816C132.393%2062.3556%20130.549%2063.5924%20128.391%2064.4919C126.232%2065.3913%20123.871%2065.8411%20121.307%2065.8411ZM122.657%2055.5197C124.635%2055.5197%20126.434%2055.025%20128.053%2054.0355C129.672%2053.0461%20130.954%2051.7194%20131.899%2050.0554C132.888%2048.3914%20133.383%2046.5475%20133.383%2044.5237C133.383%2042.4999%20132.888%2040.656%20131.899%2038.9919C130.954%2037.3279%20129.672%2036.0012%20128.053%2035.0118C126.434%2034.0224%20124.635%2033.5277%20122.657%2033.5277C120.678%2033.5277%20118.879%2034.0224%20117.26%2035.0118C115.641%2036.0012%20114.337%2037.3279%20113.347%2038.9919C112.403%2040.656%20111.93%2042.4999%20111.93%2044.5237C111.93%2046.5475%20112.403%2048.3914%20113.347%2050.0554C114.337%2051.7194%20115.641%2053.0461%20117.26%2054.0355C118.879%2055.025%20120.678%2055.5197%20122.657%2055.5197Z'%20fill='%23ffffff'/%3e%3c/svg%3e",$R="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.6719C56.7853%2065.8166%2033.207%2074.5909%2033.207%2074.5909C33.207%2074.5909%2033.4213%2076.1014%2033.9555%2078.2836C34.4897%2080.4658%2035.0263%2082.6084%2035.0263%2082.6084C42.7193%2078.6579%2054.6229%2070.4325%2063.0229%2054.6719Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M430.647%2084.9999V62.4135C429.177%2063.5272%20427.528%2064.3959%20425.702%2065.0196C423.875%2065.6879%20421.893%2066.022%20419.755%2066.022C416.012%2066.022%20412.627%2065.0642%20409.597%2063.1486C406.568%2061.2329%20404.14%2058.6936%20402.314%2055.5306C400.532%2052.3231%20399.641%2048.7814%20399.641%2044.9056C399.641%2041.0299%20400.532%2037.4882%20402.314%2034.2806C404.14%2031.0731%20406.568%2028.5338%20409.597%2026.6627C412.627%2024.7471%20416.012%2023.7893%20419.755%2023.7893C422.294%2023.7893%20424.633%2024.2348%20426.771%2025.1258C428.909%2026.0168%20430.736%2027.2419%20432.251%2028.8011V24.8585H442.274V84.9999H430.647ZM421.091%2055.7979C423.051%2055.7979%20424.833%2055.3079%20426.437%2054.3278C428.041%2053.3477%20429.31%2052.0335%20430.246%2050.3852C431.226%2048.7369%20431.716%2046.9104%20431.716%2044.9056C431.716%2042.9009%20431.226%2041.0744%20430.246%2039.4261C429.31%2037.7778%20428.041%2036.4636%20426.437%2035.4835C424.833%2034.5034%20423.051%2034.0134%20421.091%2034.0134C419.131%2034.0134%20417.349%2034.5034%20415.745%2035.4835C414.141%2036.4636%20412.849%2037.7778%20411.869%2039.4261C410.934%2041.0744%20410.466%2042.9009%20410.466%2044.9056C410.466%2046.9104%20410.934%2048.7369%20411.869%2050.3852C412.849%2052.0335%20414.141%2053.3477%20415.745%2054.3278C417.349%2055.3079%20419.131%2055.7979%20421.091%2055.7979Z'%20fill='%23FF6503'/%3e%3cpath%20d='M381.106%2064.9527V24.8584H392.733V64.9527H381.106ZM386.92%2019.0447C385.182%2019.0447%20383.712%2018.4433%20382.509%2017.2405C381.306%2016.0376%20380.705%2014.5675%20380.705%2012.8301C380.705%2011.0481%20381.306%209.578%20382.509%208.41972C383.712%207.21689%20385.182%206.61548%20386.92%206.61548C388.702%206.61548%20390.172%207.21689%20391.33%208.41972C392.533%209.578%20393.134%2011.0481%20393.134%2012.8301C393.134%2014.5675%20392.533%2016.0376%20391.33%2017.2405C390.172%2018.4433%20388.702%2019.0447%20386.92%2019.0447Z'%20fill='%23FF6503'/%3e%3cpath%20d='M333.831%2084.9996L347.196%2058.1364L330.824%2024.8582H343.654L350.738%2039.5594C351.361%2040.8959%20351.896%2042.121%20352.341%2043.2347C352.832%2044.3039%20353.232%2045.3508%20353.544%2046.3754C353.901%2045.3508%20354.324%2044.3039%20354.814%2043.2347C355.304%2042.121%20355.883%2040.8959%20356.551%2039.5594L363.768%2024.8582H376.131L346.327%2084.9996H333.831Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M309.439%2064.9528V34.0802H301.955V24.8585H309.64V14.6344C309.64%209.86766%20311.021%206.23689%20313.783%203.74213C316.59%201.24738%20320.042%200%20324.141%200C325.655%200%20327.103%200.178197%20328.484%200.534592C329.91%200.846437%20331.157%201.35875%20332.226%202.07154L329.954%2011.4937C328.618%209.84538%20327.059%209.02122%20325.277%209.02122C324.207%209.02122%20323.205%209.39989%20322.27%2010.1572C321.334%2010.9146%20320.866%2012.3179%20320.866%2014.3671V24.8585H328.818V34.0802H321.067V64.9528H309.439Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M284.221%2064.9527V24.8584H295.849V64.9527H284.221ZM290.035%2019.0447C288.298%2019.0447%20286.827%2018.4433%20285.625%2017.2405C284.422%2016.0376%20283.82%2014.5675%20283.82%2012.8301C283.82%2011.0481%20284.422%209.578%20285.625%208.41972C286.827%207.21689%20288.298%206.61548%20290.035%206.61548C291.817%206.61548%20293.287%207.21689%20294.445%208.41972C295.648%209.578%20296.25%2011.0481%20296.25%2012.8301C296.25%2014.5675%20295.648%2016.0376%20294.445%2017.2405C293.287%2018.4433%20291.817%2019.0447%20290.035%2019.0447Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M261.825%2066.289C259.107%2066.289%20256.345%2065.8435%20253.539%2064.9525C250.777%2064.0615%20248.616%2062.8587%20247.057%2061.344L249.93%2050.3849C251.222%2052.1669%20253.004%2053.7261%20255.276%2055.0626C257.593%2056.3991%20259.976%2057.0673%20262.426%2057.0673C264.074%2057.0673%20265.255%2056.7555%20265.968%2056.1318C266.725%2055.5081%20267.104%2054.7507%20267.104%2053.8598C267.104%2052.8351%20266.725%2052.1001%20265.968%2051.6546C265.21%2051.1645%20264.431%2050.7636%20263.629%2050.4517L258.016%2048.3134C256.768%2047.8233%20255.343%2047.1551%20253.739%2046.3087C252.135%2045.4622%20250.732%2044.2594%20249.529%2042.7002C248.371%2041.141%20247.792%2039.0917%20247.792%2036.5524C247.792%2034.2358%20248.371%2032.0975%20249.529%2030.1373C250.687%2028.1771%20252.358%2026.5956%20254.541%2025.3928C256.768%2024.1454%20259.441%2023.5217%20262.56%2023.5217C265.455%2023.5217%20268.151%2024.0118%20270.645%2024.9919C273.185%2025.9719%20275.034%2027.0634%20276.192%2028.2662L273.519%2038.8244C272.004%2036.8642%20270.2%2035.3718%20268.106%2034.3472C266.057%2033.278%20264.097%2032.7434%20262.226%2032.7434C260.8%2032.7434%20259.753%2033.033%20259.085%2033.6121C258.417%2034.1913%20258.083%2034.8595%20258.083%2035.6168C258.083%2036.196%20258.305%2036.7751%20258.751%2037.3543C259.241%2037.8889%20260.043%2038.3789%20261.156%2038.8244L266.369%2040.7623C267.883%2041.2969%20269.487%2042.0097%20271.18%2042.9006C272.917%2043.7916%20274.388%2045.039%20275.59%2046.6428C276.793%2048.202%20277.395%2050.3626%20277.395%2053.1247C277.395%2057.0005%20275.947%2060.1635%20273.051%2062.6137C270.2%2065.0639%20266.458%2066.289%20261.825%2066.289Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M226.399%2066.289C223.681%2066.289%20220.919%2065.8435%20218.113%2064.9525C215.351%2064.0615%20213.19%2062.8587%20211.631%2061.344L214.504%2050.3849C215.796%2052.1669%20217.578%2053.7261%20219.85%2055.0626C222.167%2056.3991%20224.55%2057.0673%20227%2057.0673C228.649%2057.0673%20229.829%2056.7555%20230.542%2056.1318C231.299%2055.5081%20231.678%2054.7507%20231.678%2053.8598C231.678%2052.8351%20231.299%2052.1001%20230.542%2051.6546C229.785%2051.1645%20229.005%2050.7636%20228.203%2050.4517L222.59%2048.3134C221.343%2047.8233%20219.917%2047.1551%20218.313%2046.3087C216.709%2045.4622%20215.306%2044.2594%20214.103%2042.7002C212.945%2041.141%20212.366%2039.0917%20212.366%2036.5524C212.366%2034.2358%20212.945%2032.0975%20214.103%2030.1373C215.262%2028.1771%20216.932%2026.5956%20219.115%2025.3928C221.343%2024.1454%20224.016%2023.5217%20227.134%2023.5217C230.03%2023.5217%20232.725%2024.0118%20235.22%2024.9919C237.759%2025.9719%20239.608%2027.0634%20240.766%2028.2662L238.093%2038.8244C236.578%2036.8642%20234.774%2035.3718%20232.68%2034.3472C230.631%2033.278%20228.671%2032.7434%20226.8%2032.7434C225.374%2032.7434%20224.327%2033.033%20223.659%2033.6121C222.991%2034.1913%20222.657%2034.8595%20222.657%2035.6168C222.657%2036.196%20222.88%2036.7751%20223.325%2037.3543C223.815%2037.8889%20224.617%2038.3789%20225.731%2038.8244L230.943%2040.7623C232.458%2041.2969%20234.061%2042.0097%20235.754%2042.9006C237.492%2043.7916%20238.962%2045.039%20240.165%2046.6428C241.367%2048.202%20241.969%2050.3626%20241.969%2053.1247C241.969%2057.0005%20240.521%2060.1635%20237.625%2062.6137C234.774%2065.0639%20231.032%2066.289%20226.399%2066.289Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M181.846%2066.022C178.148%2066.022%20174.785%2065.0642%20171.756%2063.1486C168.726%2061.2329%20166.298%2058.6936%20164.472%2055.5306C162.69%2052.3231%20161.799%2048.7814%20161.799%2044.9056C161.799%2041.0299%20162.69%2037.4882%20164.472%2034.2806C166.298%2031.0731%20168.726%2028.5338%20171.756%2026.6627C174.785%2024.7471%20178.148%2023.7893%20181.846%2023.7893C184.43%2023.7893%20186.791%2024.2571%20188.929%2025.1926C191.068%2026.0836%20192.894%2027.331%20194.409%2028.9347V24.8585H204.432V64.9528H194.409V60.8765C192.894%2062.4803%20191.068%2063.75%20188.929%2064.6855C186.791%2065.5765%20184.43%2066.022%20181.846%2066.022ZM183.249%2055.7979C185.209%2055.7979%20186.991%2055.3079%20188.595%2054.3278C190.199%2053.3477%20191.469%2052.0335%20192.404%2050.3852C193.384%2048.7369%20193.874%2046.9104%20193.874%2044.9056C193.874%2042.9009%20193.384%2041.0744%20192.404%2039.4261C191.469%2037.7778%20190.199%2036.4636%20188.595%2035.4835C186.991%2034.5034%20185.209%2034.0134%20183.249%2034.0134C181.289%2034.0134%20179.507%2034.5034%20177.903%2035.4835C176.3%2036.4636%20175.008%2037.7778%20174.028%2039.4261C173.092%2041.0744%20172.624%2042.9009%20172.624%2044.9056C172.624%2046.9104%20173.092%2048.7369%20174.028%2050.3852C175.008%2052.0335%20176.3%2053.3477%20177.903%2054.3278C179.507%2055.3079%20181.289%2055.7979%20183.249%2055.7979Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M143.264%2064.9527V0.801758H154.891V64.9527H143.264Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M122.651%2066.289C118.686%2066.289%20115.055%2065.3312%20111.759%2063.4156C108.462%2061.4999%20105.834%2058.9161%20103.873%2055.664C101.958%2052.4119%20101%2048.8257%20101%2044.9054C101%2040.9405%20101.958%2037.3543%20103.873%2034.1467C105.834%2030.8946%20108.462%2028.3108%20111.759%2026.3952C115.055%2024.4795%20118.686%2023.5217%20122.651%2023.5217C125.413%2023.5217%20128.019%2023.9895%20130.469%2024.925C132.964%2025.816%20135.169%2027.1525%20137.085%2028.9345L134.078%2040.7623C132.964%2038.9358%20131.472%2037.3543%20129.601%2036.0178C127.774%2034.6368%20125.613%2033.9462%20123.119%2033.9462C121.025%2033.9462%20119.154%2034.4363%20117.505%2035.4164C115.857%2036.3965%20114.565%2037.7107%20113.63%2039.359C112.694%2041.0073%20112.226%2042.8561%20112.226%2044.9054C112.226%2046.9101%20112.694%2048.7589%20113.63%2050.4517C114.565%2052.1001%20115.857%2053.4143%20117.505%2054.3943C119.154%2055.3744%20121.025%2055.8645%20123.119%2055.8645C125.613%2055.8645%20127.774%2055.1962%20129.601%2053.8598C131.472%2052.4787%20132.964%2050.875%20134.078%2049.0484L137.085%2060.8763C135.169%2062.6582%20132.964%2064.017%20130.469%2064.9525C128.019%2065.8435%20125.413%2066.289%20122.651%2066.289Z'%20fill='%233A3A3A'/%3e%3c/svg%3e",GR="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%23ffffff'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.6719C56.7853%2065.8166%2033.207%2074.5909%2033.207%2074.5909C33.207%2074.5909%2033.4213%2076.1014%2033.9555%2078.2836C34.4897%2080.4658%2035.0263%2082.6084%2035.0263%2082.6084C42.7193%2078.6579%2054.6229%2070.4325%2063.0229%2054.6719Z'%20fill='%23ffffff'/%3e%3cpath%20d='M430.647%2084.9999V62.4135C429.177%2063.5272%20427.528%2064.3959%20425.702%2065.0196C423.875%2065.6879%20421.893%2066.022%20419.755%2066.022C416.012%2066.022%20412.627%2065.0642%20409.597%2063.1486C406.568%2061.2329%20404.14%2058.6936%20402.314%2055.5306C400.532%2052.3231%20399.641%2048.7814%20399.641%2044.9056C399.641%2041.0299%20400.532%2037.4882%20402.314%2034.2806C404.14%2031.0731%20406.568%2028.5338%20409.597%2026.6627C412.627%2024.7471%20416.012%2023.7893%20419.755%2023.7893C422.294%2023.7893%20424.633%2024.2348%20426.771%2025.1258C428.909%2026.0168%20430.736%2027.2419%20432.251%2028.8011V24.8585H442.274V84.9999H430.647ZM421.091%2055.7979C423.051%2055.7979%20424.833%2055.3079%20426.437%2054.3278C428.041%2053.3477%20429.31%2052.0335%20430.246%2050.3852C431.226%2048.7369%20431.716%2046.9104%20431.716%2044.9056C431.716%2042.9009%20431.226%2041.0744%20430.246%2039.4261C429.31%2037.7778%20428.041%2036.4636%20426.437%2035.4835C424.833%2034.5034%20423.051%2034.0134%20421.091%2034.0134C419.131%2034.0134%20417.349%2034.5034%20415.745%2035.4835C414.141%2036.4636%20412.849%2037.7778%20411.869%2039.4261C410.934%2041.0744%20410.466%2042.9009%20410.466%2044.9056C410.466%2046.9104%20410.934%2048.7369%20411.869%2050.3852C412.849%2052.0335%20414.141%2053.3477%20415.745%2054.3278C417.349%2055.3079%20419.131%2055.7979%20421.091%2055.7979Z'%20fill='%23FF6503'/%3e%3cpath%20d='M381.106%2064.9527V24.8584H392.733V64.9527H381.106ZM386.92%2019.0447C385.182%2019.0447%20383.712%2018.4433%20382.509%2017.2405C381.306%2016.0376%20380.705%2014.5675%20380.705%2012.8301C380.705%2011.0481%20381.306%209.578%20382.509%208.41972C383.712%207.21689%20385.182%206.61548%20386.92%206.61548C388.702%206.61548%20390.172%207.21689%20391.33%208.41972C392.533%209.578%20393.134%2011.0481%20393.134%2012.8301C393.134%2014.5675%20392.533%2016.0376%20391.33%2017.2405C390.172%2018.4433%20388.702%2019.0447%20386.92%2019.0447Z'%20fill='%23FF6503'/%3e%3cpath%20d='M333.831%2084.9996L347.196%2058.1364L330.824%2024.8582H343.654L350.738%2039.5594C351.361%2040.8959%20351.896%2042.121%20352.341%2043.2347C352.832%2044.3039%20353.232%2045.3508%20353.544%2046.3754C353.901%2045.3508%20354.324%2044.3039%20354.814%2043.2347C355.304%2042.121%20355.883%2040.8959%20356.551%2039.5594L363.768%2024.8582H376.131L346.327%2084.9996H333.831Z'%20fill='%23ffffff'/%3e%3cpath%20d='M309.439%2064.9528V34.0802H301.955V24.8585H309.64V14.6344C309.64%209.86766%20311.021%206.23689%20313.783%203.74213C316.59%201.24738%20320.042%200%20324.141%200C325.655%200%20327.103%200.178197%20328.484%200.534592C329.91%200.846437%20331.157%201.35875%20332.226%202.07154L329.954%2011.4937C328.618%209.84538%20327.059%209.02122%20325.277%209.02122C324.207%209.02122%20323.205%209.39989%20322.27%2010.1572C321.334%2010.9146%20320.866%2012.3179%20320.866%2014.3671V24.8585H328.818V34.0802H321.067V64.9528H309.439Z'%20fill='%23ffffff'/%3e%3cpath%20d='M284.221%2064.9527V24.8584H295.849V64.9527H284.221ZM290.035%2019.0447C288.298%2019.0447%20286.827%2018.4433%20285.625%2017.2405C284.422%2016.0376%20283.82%2014.5675%20283.82%2012.8301C283.82%2011.0481%20284.422%209.578%20285.625%208.41972C286.827%207.21689%20288.298%206.61548%20290.035%206.61548C291.817%206.61548%20293.287%207.21689%20294.445%208.41972C295.648%209.578%20296.25%2011.0481%20296.25%2012.8301C296.25%2014.5675%20295.648%2016.0376%20294.445%2017.2405C293.287%2018.4433%20291.817%2019.0447%20290.035%2019.0447Z'%20fill='%23ffffff'/%3e%3cpath%20d='M261.825%2066.289C259.107%2066.289%20256.345%2065.8435%20253.539%2064.9525C250.777%2064.0615%20248.616%2062.8587%20247.057%2061.344L249.93%2050.3849C251.222%2052.1669%20253.004%2053.7261%20255.276%2055.0626C257.593%2056.3991%20259.976%2057.0673%20262.426%2057.0673C264.074%2057.0673%20265.255%2056.7555%20265.968%2056.1318C266.725%2055.5081%20267.104%2054.7507%20267.104%2053.8598C267.104%2052.8351%20266.725%2052.1001%20265.968%2051.6546C265.21%2051.1645%20264.431%2050.7636%20263.629%2050.4517L258.016%2048.3134C256.768%2047.8233%20255.343%2047.1551%20253.739%2046.3087C252.135%2045.4622%20250.732%2044.2594%20249.529%2042.7002C248.371%2041.141%20247.792%2039.0917%20247.792%2036.5524C247.792%2034.2358%20248.371%2032.0975%20249.529%2030.1373C250.687%2028.1771%20252.358%2026.5956%20254.541%2025.3928C256.768%2024.1454%20259.441%2023.5217%20262.56%2023.5217C265.455%2023.5217%20268.151%2024.0118%20270.645%2024.9919C273.185%2025.9719%20275.034%2027.0634%20276.192%2028.2662L273.519%2038.8244C272.004%2036.8642%20270.2%2035.3718%20268.106%2034.3472C266.057%2033.278%20264.097%2032.7434%20262.226%2032.7434C260.8%2032.7434%20259.753%2033.033%20259.085%2033.6121C258.417%2034.1913%20258.083%2034.8595%20258.083%2035.6168C258.083%2036.196%20258.305%2036.7751%20258.751%2037.3543C259.241%2037.8889%20260.043%2038.3789%20261.156%2038.8244L266.369%2040.7623C267.883%2041.2969%20269.487%2042.0097%20271.18%2042.9006C272.917%2043.7916%20274.388%2045.039%20275.59%2046.6428C276.793%2048.202%20277.395%2050.3626%20277.395%2053.1247C277.395%2057.0005%20275.947%2060.1635%20273.051%2062.6137C270.2%2065.0639%20266.458%2066.289%20261.825%2066.289Z'%20fill='%23ffffff'/%3e%3cpath%20d='M226.399%2066.289C223.681%2066.289%20220.919%2065.8435%20218.113%2064.9525C215.351%2064.0615%20213.19%2062.8587%20211.631%2061.344L214.504%2050.3849C215.796%2052.1669%20217.578%2053.7261%20219.85%2055.0626C222.167%2056.3991%20224.55%2057.0673%20227%2057.0673C228.649%2057.0673%20229.829%2056.7555%20230.542%2056.1318C231.299%2055.5081%20231.678%2054.7507%20231.678%2053.8598C231.678%2052.8351%20231.299%2052.1001%20230.542%2051.6546C229.785%2051.1645%20229.005%2050.7636%20228.203%2050.4517L222.59%2048.3134C221.343%2047.8233%20219.917%2047.1551%20218.313%2046.3087C216.709%2045.4622%20215.306%2044.2594%20214.103%2042.7002C212.945%2041.141%20212.366%2039.0917%20212.366%2036.5524C212.366%2034.2358%20212.945%2032.0975%20214.103%2030.1373C215.262%2028.1771%20216.932%2026.5956%20219.115%2025.3928C221.343%2024.1454%20224.016%2023.5217%20227.134%2023.5217C230.03%2023.5217%20232.725%2024.0118%20235.22%2024.9919C237.759%2025.9719%20239.608%2027.0634%20240.766%2028.2662L238.093%2038.8244C236.578%2036.8642%20234.774%2035.3718%20232.68%2034.3472C230.631%2033.278%20228.671%2032.7434%20226.8%2032.7434C225.374%2032.7434%20224.327%2033.033%20223.659%2033.6121C222.991%2034.1913%20222.657%2034.8595%20222.657%2035.6168C222.657%2036.196%20222.88%2036.7751%20223.325%2037.3543C223.815%2037.8889%20224.617%2038.3789%20225.731%2038.8244L230.943%2040.7623C232.458%2041.2969%20234.061%2042.0097%20235.754%2042.9006C237.492%2043.7916%20238.962%2045.039%20240.165%2046.6428C241.367%2048.202%20241.969%2050.3626%20241.969%2053.1247C241.969%2057.0005%20240.521%2060.1635%20237.625%2062.6137C234.774%2065.0639%20231.032%2066.289%20226.399%2066.289Z'%20fill='%23ffffff'/%3e%3cpath%20d='M181.846%2066.022C178.148%2066.022%20174.785%2065.0642%20171.756%2063.1486C168.726%2061.2329%20166.298%2058.6936%20164.472%2055.5306C162.69%2052.3231%20161.799%2048.7814%20161.799%2044.9056C161.799%2041.0299%20162.69%2037.4882%20164.472%2034.2806C166.298%2031.0731%20168.726%2028.5338%20171.756%2026.6627C174.785%2024.7471%20178.148%2023.7893%20181.846%2023.7893C184.43%2023.7893%20186.791%2024.2571%20188.929%2025.1926C191.068%2026.0836%20192.894%2027.331%20194.409%2028.9347V24.8585H204.432V64.9528H194.409V60.8765C192.894%2062.4803%20191.068%2063.75%20188.929%2064.6855C186.791%2065.5765%20184.43%2066.022%20181.846%2066.022ZM183.249%2055.7979C185.209%2055.7979%20186.991%2055.3079%20188.595%2054.3278C190.199%2053.3477%20191.469%2052.0335%20192.404%2050.3852C193.384%2048.7369%20193.874%2046.9104%20193.874%2044.9056C193.874%2042.9009%20193.384%2041.0744%20192.404%2039.4261C191.469%2037.7778%20190.199%2036.4636%20188.595%2035.4835C186.991%2034.5034%20185.209%2034.0134%20183.249%2034.0134C181.289%2034.0134%20179.507%2034.5034%20177.903%2035.4835C176.3%2036.4636%20175.008%2037.7778%20174.028%2039.4261C173.092%2041.0744%20172.624%2042.9009%20172.624%2044.9056C172.624%2046.9104%20173.092%2048.7369%20174.028%2050.3852C175.008%2052.0335%20176.3%2053.3477%20177.903%2054.3278C179.507%2055.3079%20181.289%2055.7979%20183.249%2055.7979Z'%20fill='%23ffffff'/%3e%3cpath%20d='M143.264%2064.9527V0.801758H154.891V64.9527H143.264Z'%20fill='%23ffffff'/%3e%3cpath%20d='M122.651%2066.289C118.686%2066.289%20115.055%2065.3312%20111.759%2063.4156C108.462%2061.4999%20105.834%2058.9161%20103.873%2055.664C101.958%2052.4119%20101%2048.8257%20101%2044.9054C101%2040.9405%20101.958%2037.3543%20103.873%2034.1467C105.834%2030.8946%20108.462%2028.3108%20111.759%2026.3952C115.055%2024.4795%20118.686%2023.5217%20122.651%2023.5217C125.413%2023.5217%20128.019%2023.9895%20130.469%2024.925C132.964%2025.816%20135.169%2027.1525%20137.085%2028.9345L134.078%2040.7623C132.964%2038.9358%20131.472%2037.3543%20129.601%2036.0178C127.774%2034.6368%20125.613%2033.9462%20123.119%2033.9462C121.025%2033.9462%20119.154%2034.4363%20117.505%2035.4164C115.857%2036.3965%20114.565%2037.7107%20113.63%2039.359C112.694%2041.0073%20112.226%2042.8561%20112.226%2044.9054C112.226%2046.9101%20112.694%2048.7589%20113.63%2050.4517C114.565%2052.1001%20115.857%2053.4143%20117.505%2054.3943C119.154%2055.3744%20121.025%2055.8645%20123.119%2055.8645C125.613%2055.8645%20127.774%2055.1962%20129.601%2053.8598C131.472%2052.4787%20132.964%2050.875%20134.078%2049.0484L137.085%2060.8763C135.169%2062.6582%20132.964%2064.017%20130.469%2064.9525C128.019%2065.8435%20125.413%2066.289%20122.651%2066.289Z'%20fill='%23ffffff'/%3e%3c/svg%3e",zR="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.6719C56.7853%2065.8166%2033.207%2074.5909%2033.207%2074.5909C33.207%2074.5909%2033.4213%2076.1014%2033.9555%2078.2836C34.4897%2080.4658%2035.0263%2082.6084%2035.0263%2082.6084C42.7193%2078.6579%2054.6229%2070.4325%2063.0229%2054.6719Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M394.949%2084.9999V60.5072C393.355%2061.715%20391.568%2062.657%20389.587%2063.3333C387.606%2064.0579%20385.457%2064.4203%20383.138%2064.4203C379.08%2064.4203%20375.408%2063.3816%20372.123%2061.3043C368.838%2059.227%20366.205%2056.4734%20364.225%2053.0435C362.292%2049.5652%20361.326%2045.7247%20361.326%2041.5218C361.326%2037.3189%20362.292%2033.4783%20364.225%2030.0001C366.205%2026.5218%20368.838%2023.7682%20372.123%2021.7392C375.408%2019.6619%20379.08%2018.6233%20383.138%2018.6233C385.891%2018.6233%20388.428%2019.1064%20390.746%2020.0726C393.065%2021.0387%20395.046%2022.3672%20396.688%2024.0581V19.7827H407.558V84.9999H394.949ZM384.587%2053.3333C386.713%2053.3333%20388.645%2052.8019%20390.384%2051.7391C392.123%2050.6763%20393.5%2049.2512%20394.514%2047.4638C395.577%2045.6764%20396.109%2043.6957%20396.109%2041.5218C396.109%2039.3479%20395.577%2037.3672%20394.514%2035.5798C393.5%2033.7923%20392.123%2032.3672%20390.384%2031.3044C388.645%2030.2416%20386.713%2029.7102%20384.587%2029.7102C382.461%2029.7102%20380.529%2030.2416%20378.79%2031.3044C377.051%2032.3672%20375.65%2033.7923%20374.587%2035.5798C373.573%2037.3672%20373.065%2039.3479%20373.065%2041.5218C373.065%2043.6957%20373.573%2045.6764%20374.587%2047.4638C375.65%2049.2512%20377.051%2050.6763%20378.79%2051.7391C380.529%2052.8019%20382.461%2053.3333%20384.587%2053.3333Z'%20fill='%23FF6503'/%3e%3cpath%20d='M341.228%2063.2607V19.7826H353.836V63.2607H341.228ZM347.532%2013.4782C345.648%2013.4782%20344.054%2012.826%20342.749%2011.5217C341.445%2010.2174%20340.793%208.62316%20340.793%206.73911C340.793%204.80675%20341.445%203.21255%20342.749%201.95651C344.054%200.65217%20345.648%200%20347.532%200C349.464%200%20351.059%200.65217%20352.315%201.95651C353.619%203.21255%20354.271%204.80675%20354.271%206.73911C354.271%208.62316%20353.619%2010.2174%20352.315%2011.5217C351.059%2012.826%20349.464%2013.4782%20347.532%2013.4782Z'%20fill='%23FF6503'/%3e%3cpath%20d='M290.336%2063.2607V19.7825H301.64V24.5651C303.186%2022.5361%20305.094%2020.9903%20307.365%2019.9275C309.635%2018.8647%20312.075%2018.3333%20314.684%2018.3333C317.775%2018.3333%20320.65%2019.082%20323.307%2020.5796C326.012%2022.0289%20328.186%2024.1787%20329.829%2027.0289C331.519%2029.8308%20332.365%2033.2366%20332.365%2037.2462V63.2607H319.756V38.9129C319.756%2036.4975%20319.031%2034.3477%20317.582%2032.4636C316.133%2030.5796%20314.056%2029.6376%20311.35%2029.6376C309.176%2029.6376%20307.22%2030.3864%20305.481%2031.8839C303.79%2033.3332%20302.945%2035.6279%20302.945%2038.768V63.2607H290.336Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M268.064%2063.2607V19.7826H280.672V63.2607H268.064ZM274.368%2013.4782C272.484%2013.4782%20270.89%2012.826%20269.585%2011.5217C268.281%2010.2174%20267.629%208.62316%20267.629%206.73911C267.629%204.80675%20268.281%203.21255%20269.585%201.95651C270.89%200.65217%20272.484%200%20274.368%200C276.3%200%20277.895%200.65217%20279.151%201.95651C280.455%203.21255%20281.107%204.80675%20281.107%206.73911C281.107%208.62316%20280.455%2010.2174%20279.151%2011.5217C277.895%2012.826%20276.3%2013.4782%20274.368%2013.4782Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M233.882%2064.4203C229.872%2064.4203%20226.225%2063.3816%20222.94%2061.3043C219.655%2059.227%20217.022%2056.4734%20215.041%2053.0435C213.109%2049.5652%20212.143%2045.7247%20212.143%2041.5218C212.143%2037.3189%20213.109%2033.4783%20215.041%2030.0001C217.022%2026.5218%20219.655%2023.7682%20222.94%2021.7392C226.225%2019.6619%20229.872%2018.6233%20233.882%2018.6233C236.684%2018.6233%20239.244%2019.1305%20241.563%2020.145C243.882%2021.1112%20245.862%2022.4639%20247.505%2024.203V19.7827H258.374V63.2608H247.505V58.8406C245.862%2060.5797%20243.882%2061.9565%20241.563%2062.971C239.244%2063.9372%20236.684%2064.4203%20233.882%2064.4203ZM235.403%2053.3333C237.529%2053.3333%20239.461%2052.8019%20241.2%2051.7391C242.94%2050.6763%20244.316%2049.2512%20245.331%2047.4638C246.394%2045.6764%20246.925%2043.6957%20246.925%2041.5218C246.925%2039.3479%20246.394%2037.3672%20245.331%2035.5798C244.316%2033.7923%20242.94%2032.3672%20241.2%2031.3044C239.461%2030.2416%20237.529%2029.7102%20235.403%2029.7102C233.278%2029.7102%20231.345%2030.2416%20229.606%2031.3044C227.867%2032.3672%20226.466%2033.7923%20225.403%2035.5798C224.389%2037.3672%20223.882%2039.3479%20223.882%2041.5218C223.882%2043.6957%20224.389%2045.6764%20225.403%2047.4638C226.466%2049.2512%20227.867%2050.6763%20229.606%2051.7391C231.345%2052.8019%20233.278%2053.3333%20235.403%2053.3333Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M188.921%2063.2607V29.7825H180.805V19.7825H189.138V5.28979H201.312V19.7825H209.935V29.7825H201.529V63.2607H188.921Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M156.351%2064.7099C151.471%2064.7099%20147.172%2063.6955%20143.452%2061.6665C139.732%2059.6375%20136.834%2056.8597%20134.757%2053.3332C132.679%2049.7583%20131.641%2045.6762%20131.641%2041.0868C131.641%2036.6907%20132.655%2032.8018%20134.684%2029.4202C136.713%2025.9902%20139.443%2023.2849%20142.872%2021.3043C146.351%2019.3236%20150.191%2018.3333%20154.394%2018.3333C158.694%2018.3333%20162.534%2019.3236%20165.916%2021.3043C169.298%2023.2366%20171.955%2025.8936%20173.887%2029.2753C175.868%2032.6569%20176.858%2036.4975%20176.858%2040.797V45.2172H150.336C149.128%2045.2172%20147.969%2045.1448%20146.858%2044.9998C145.747%2044.8549%20144.636%2044.6858%20143.525%2044.4926C144.104%2047.3911%20145.529%2049.7583%20147.8%2051.594C150.119%2053.3815%20153.066%2054.2752%20156.641%2054.2752C159.394%2054.2752%20161.858%2053.7196%20164.032%2052.6085C166.254%2051.4974%20168.066%2050.1206%20169.467%2048.4781L172.22%2059.7824C170.046%2061.4249%20167.583%2062.6568%20164.829%2063.4781C162.124%2064.2993%20159.298%2064.7099%20156.351%2064.7099ZM143.235%2036.8839C145.65%2036.3525%20148.017%2036.0868%20150.336%2036.0868H158.017C159.37%2036.0868%20160.65%2036.1351%20161.858%2036.2318C163.066%2036.3284%20164.201%2036.4975%20165.264%2036.739C164.539%2034.1303%20163.211%2032.0772%20161.278%2030.5796C159.394%2029.082%20157.051%2028.3332%20154.249%2028.3332C151.592%2028.3332%20149.273%2029.1062%20147.293%2030.6521C145.36%2032.1496%20144.008%2034.2269%20143.235%2036.8839Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M101.92%2063.2608V19.7827H113.224V27.2464C114.722%2024.7344%20116.606%2022.802%20118.876%2021.4493C121.195%2020.0484%20123.901%2019.3479%20126.992%2019.3479L129.746%2030.5073C128.828%2030.2174%20127.789%2030.0725%20126.63%2030.0725C123.007%2030.0725%20120.084%2031.2561%20117.862%2033.6232C115.64%2035.9421%20114.529%2039.2754%20114.529%2043.6232V63.2608H101.92Z'%20fill='%233A3A3A'/%3e%3c/svg%3e",WR="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%23ffffff'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.6719C56.7853%2065.8166%2033.207%2074.5909%2033.207%2074.5909C33.207%2074.5909%2033.4213%2076.1014%2033.9555%2078.2836C34.4897%2080.4658%2035.0263%2082.6084%2035.0263%2082.6084C42.7193%2078.6579%2054.6229%2070.4325%2063.0229%2054.6719Z'%20fill='%23ffffff'/%3e%3cpath%20d='M394.949%2084.9999V60.5072C393.355%2061.715%20391.568%2062.657%20389.587%2063.3333C387.606%2064.0579%20385.457%2064.4203%20383.138%2064.4203C379.08%2064.4203%20375.408%2063.3816%20372.123%2061.3043C368.838%2059.227%20366.205%2056.4734%20364.225%2053.0435C362.292%2049.5652%20361.326%2045.7247%20361.326%2041.5218C361.326%2037.3189%20362.292%2033.4783%20364.225%2030.0001C366.205%2026.5218%20368.838%2023.7682%20372.123%2021.7392C375.408%2019.6619%20379.08%2018.6233%20383.138%2018.6233C385.891%2018.6233%20388.428%2019.1064%20390.746%2020.0726C393.065%2021.0387%20395.046%2022.3672%20396.688%2024.0581V19.7827H407.558V84.9999H394.949ZM384.587%2053.3333C386.713%2053.3333%20388.645%2052.8019%20390.384%2051.7391C392.123%2050.6763%20393.5%2049.2512%20394.514%2047.4638C395.577%2045.6764%20396.109%2043.6957%20396.109%2041.5218C396.109%2039.3479%20395.577%2037.3672%20394.514%2035.5798C393.5%2033.7923%20392.123%2032.3672%20390.384%2031.3044C388.645%2030.2416%20386.713%2029.7102%20384.587%2029.7102C382.461%2029.7102%20380.529%2030.2416%20378.79%2031.3044C377.051%2032.3672%20375.65%2033.7923%20374.587%2035.5798C373.573%2037.3672%20373.065%2039.3479%20373.065%2041.5218C373.065%2043.6957%20373.573%2045.6764%20374.587%2047.4638C375.65%2049.2512%20377.051%2050.6763%20378.79%2051.7391C380.529%2052.8019%20382.461%2053.3333%20384.587%2053.3333Z'%20fill='%23FF6503'/%3e%3cpath%20d='M341.228%2063.2607V19.7826H353.836V63.2607H341.228ZM347.532%2013.4782C345.648%2013.4782%20344.054%2012.826%20342.749%2011.5217C341.445%2010.2174%20340.793%208.62316%20340.793%206.73911C340.793%204.80675%20341.445%203.21255%20342.749%201.95651C344.054%200.65217%20345.648%200%20347.532%200C349.464%200%20351.059%200.65217%20352.315%201.95651C353.619%203.21255%20354.271%204.80675%20354.271%206.73911C354.271%208.62316%20353.619%2010.2174%20352.315%2011.5217C351.059%2012.826%20349.464%2013.4782%20347.532%2013.4782Z'%20fill='%23FF6503'/%3e%3cpath%20d='M290.336%2063.2607V19.7825H301.64V24.5651C303.186%2022.5361%20305.094%2020.9903%20307.365%2019.9275C309.635%2018.8647%20312.075%2018.3333%20314.684%2018.3333C317.775%2018.3333%20320.65%2019.082%20323.307%2020.5796C326.012%2022.0289%20328.186%2024.1787%20329.829%2027.0289C331.519%2029.8308%20332.365%2033.2366%20332.365%2037.2462V63.2607H319.756V38.9129C319.756%2036.4975%20319.031%2034.3477%20317.582%2032.4636C316.133%2030.5796%20314.056%2029.6376%20311.35%2029.6376C309.176%2029.6376%20307.22%2030.3864%20305.481%2031.8839C303.79%2033.3332%20302.945%2035.6279%20302.945%2038.768V63.2607H290.336Z'%20fill='%23ffffff'/%3e%3cpath%20d='M268.064%2063.2607V19.7826H280.672V63.2607H268.064ZM274.368%2013.4782C272.484%2013.4782%20270.89%2012.826%20269.585%2011.5217C268.281%2010.2174%20267.629%208.62316%20267.629%206.73911C267.629%204.80675%20268.281%203.21255%20269.585%201.95651C270.89%200.65217%20272.484%200%20274.368%200C276.3%200%20277.895%200.65217%20279.151%201.95651C280.455%203.21255%20281.107%204.80675%20281.107%206.73911C281.107%208.62316%20280.455%2010.2174%20279.151%2011.5217C277.895%2012.826%20276.3%2013.4782%20274.368%2013.4782Z'%20fill='%23ffffff'/%3e%3cpath%20d='M233.882%2064.4203C229.872%2064.4203%20226.225%2063.3816%20222.94%2061.3043C219.655%2059.227%20217.022%2056.4734%20215.041%2053.0435C213.109%2049.5652%20212.143%2045.7247%20212.143%2041.5218C212.143%2037.3189%20213.109%2033.4783%20215.041%2030.0001C217.022%2026.5218%20219.655%2023.7682%20222.94%2021.7392C226.225%2019.6619%20229.872%2018.6233%20233.882%2018.6233C236.684%2018.6233%20239.244%2019.1305%20241.563%2020.145C243.882%2021.1112%20245.862%2022.4639%20247.505%2024.203V19.7827H258.374V63.2608H247.505V58.8406C245.862%2060.5797%20243.882%2061.9565%20241.563%2062.971C239.244%2063.9372%20236.684%2064.4203%20233.882%2064.4203ZM235.403%2053.3333C237.529%2053.3333%20239.461%2052.8019%20241.2%2051.7391C242.94%2050.6763%20244.316%2049.2512%20245.331%2047.4638C246.394%2045.6764%20246.925%2043.6957%20246.925%2041.5218C246.925%2039.3479%20246.394%2037.3672%20245.331%2035.5798C244.316%2033.7923%20242.94%2032.3672%20241.2%2031.3044C239.461%2030.2416%20237.529%2029.7102%20235.403%2029.7102C233.278%2029.7102%20231.345%2030.2416%20229.606%2031.3044C227.867%2032.3672%20226.466%2033.7923%20225.403%2035.5798C224.389%2037.3672%20223.882%2039.3479%20223.882%2041.5218C223.882%2043.6957%20224.389%2045.6764%20225.403%2047.4638C226.466%2049.2512%20227.867%2050.6763%20229.606%2051.7391C231.345%2052.8019%20233.278%2053.3333%20235.403%2053.3333Z'%20fill='%23ffffff'/%3e%3cpath%20d='M188.921%2063.2607V29.7825H180.805V19.7825H189.138V5.28979H201.312V19.7825H209.935V29.7825H201.529V63.2607H188.921Z'%20fill='%23ffffff'/%3e%3cpath%20d='M156.351%2064.7099C151.471%2064.7099%20147.172%2063.6955%20143.452%2061.6665C139.732%2059.6375%20136.834%2056.8597%20134.757%2053.3332C132.679%2049.7583%20131.641%2045.6762%20131.641%2041.0868C131.641%2036.6907%20132.655%2032.8018%20134.684%2029.4202C136.713%2025.9902%20139.443%2023.2849%20142.872%2021.3043C146.351%2019.3236%20150.191%2018.3333%20154.394%2018.3333C158.694%2018.3333%20162.534%2019.3236%20165.916%2021.3043C169.298%2023.2366%20171.955%2025.8936%20173.887%2029.2753C175.868%2032.6569%20176.858%2036.4975%20176.858%2040.797V45.2172H150.336C149.128%2045.2172%20147.969%2045.1448%20146.858%2044.9998C145.747%2044.8549%20144.636%2044.6858%20143.525%2044.4926C144.104%2047.3911%20145.529%2049.7583%20147.8%2051.594C150.119%2053.3815%20153.066%2054.2752%20156.641%2054.2752C159.394%2054.2752%20161.858%2053.7196%20164.032%2052.6085C166.254%2051.4974%20168.066%2050.1206%20169.467%2048.4781L172.22%2059.7824C170.046%2061.4249%20167.583%2062.6568%20164.829%2063.4781C162.124%2064.2993%20159.298%2064.7099%20156.351%2064.7099ZM143.235%2036.8839C145.65%2036.3525%20148.017%2036.0868%20150.336%2036.0868H158.017C159.37%2036.0868%20160.65%2036.1351%20161.858%2036.2318C163.066%2036.3284%20164.201%2036.4975%20165.264%2036.739C164.539%2034.1303%20163.211%2032.0772%20161.278%2030.5796C159.394%2029.082%20157.051%2028.3332%20154.249%2028.3332C151.592%2028.3332%20149.273%2029.1062%20147.293%2030.6521C145.36%2032.1496%20144.008%2034.2269%20143.235%2036.8839Z'%20fill='%23ffffff'/%3e%3cpath%20d='M101.92%2063.2608V19.7827H113.224V27.2464C114.722%2024.7344%20116.606%2022.802%20118.876%2021.4493C121.195%2020.0484%20123.901%2019.3479%20126.992%2019.3479L129.746%2030.5073C128.828%2030.2174%20127.789%2030.0725%20126.63%2030.0725C123.007%2030.0725%20120.084%2031.2561%20117.862%2033.6232C115.64%2035.9421%20114.529%2039.2754%20114.529%2043.6232V63.2608H101.92Z'%20fill='%23ffffff'/%3e%3c/svg%3e",ZR="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.672C56.7853%2065.8167%2033.207%2074.5911%2033.207%2074.5911C33.207%2074.5911%2033.4213%2076.1015%2033.9555%2078.2837C34.4897%2080.4659%2035.0263%2082.6085%2035.0263%2082.6085C42.7193%2078.658%2054.6229%2070.4326%2063.0229%2054.672Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M448.982%2085V60.5074C447.388%2061.7151%20445.601%2062.6571%20443.62%2063.3334C441.639%2064.0581%20439.49%2064.4204%20437.171%2064.4204C433.113%2064.4204%20429.441%2063.3817%20426.156%2061.3045C422.871%2059.2272%20420.239%2056.4736%20418.258%2053.0436C416.326%2049.5654%20415.359%2045.7248%20415.359%2041.5219C415.359%2037.319%20416.326%2033.4784%20418.258%2030.0002C420.239%2026.5219%20422.871%2023.7683%20426.156%2021.7393C429.441%2019.6621%20433.113%2018.6234%20437.171%2018.6234C439.925%2018.6234%20442.461%2019.1065%20444.78%2020.0727C447.098%2021.0389%20449.079%2022.3674%20450.722%2024.0582V19.7828H461.591V85H448.982ZM438.62%2053.3335C440.746%2053.3335%20442.678%2052.8021%20444.417%2051.7393C446.156%2050.6765%20447.533%2049.2513%20448.548%2047.4639C449.61%2045.6765%20450.142%2043.6958%20450.142%2041.5219C450.142%2039.348%20449.61%2037.3673%20448.548%2035.5799C447.533%2033.7925%20446.156%2032.3673%20444.417%2031.3045C442.678%2030.2417%20440.746%2029.7103%20438.62%2029.7103C436.495%2029.7103%20434.562%2030.2417%20432.823%2031.3045C431.084%2032.3673%20429.683%2033.7925%20428.62%2035.5799C427.606%2037.3673%20427.098%2039.348%20427.098%2041.5219C427.098%2043.6958%20427.606%2045.6765%20428.62%2047.4639C429.683%2049.2513%20431.084%2050.6765%20432.823%2051.7393C434.562%2052.8021%20436.495%2053.3335%20438.62%2053.3335Z'%20fill='%23FF6503'/%3e%3cpath%20d='M395.261%2063.2607V19.7826H407.87V63.2607H395.261ZM401.565%2013.4782C399.681%2013.4782%20398.087%2012.826%20396.783%2011.5217C395.478%2010.2174%20394.826%208.62316%20394.826%206.73911C394.826%204.80675%20395.478%203.21255%20396.783%201.95651C398.087%200.65217%20399.681%200%20401.565%200C403.498%200%20405.092%200.65217%20406.348%201.95651C407.652%203.21255%20408.304%204.80675%20408.304%206.73911C408.304%208.62316%20407.652%2010.2174%20406.348%2011.5217C405.092%2012.826%20403.498%2013.4782%20401.565%2013.4782Z'%20fill='%23FF6503'/%3e%3cpath%20d='M367.579%2063.2607V29.7825H359.463V19.7825H367.796V5.28979H379.97V19.7825H388.593V29.7825H380.187V63.2607H367.579Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M340.298%2064.7098C335.999%2064.7098%20332.062%2063.6712%20328.487%2061.5939C324.912%2059.5166%20322.062%2056.7147%20319.936%2053.1881C317.859%2049.6616%20316.82%2045.7727%20316.82%2041.5215C316.82%2037.222%20317.859%2033.3331%20319.936%2029.8548C322.062%2026.3283%20324.912%2023.5264%20328.487%2021.4491C332.062%2019.3718%20335.999%2018.3331%20340.298%2018.3331C343.294%2018.3331%20346.12%2018.8404%20348.777%2019.8549C351.482%2020.821%20353.873%2022.2703%20355.951%2024.2027L352.69%2037.0287C351.482%2035.0481%20349.864%2033.3331%20347.835%2031.8838C345.854%2030.3862%20343.511%2029.6374%20340.806%2029.6374C338.535%2029.6374%20336.506%2030.1688%20334.719%2031.2316C332.931%2032.2944%20331.53%2033.7196%20330.516%2035.507C329.501%2037.2944%20328.994%2039.2993%20328.994%2041.5215C328.994%2043.6954%20329.501%2045.7002%20330.516%2047.536C331.53%2049.3234%20332.931%2050.7485%20334.719%2051.8113C336.506%2052.8741%20338.535%2053.4055%20340.806%2053.4055C343.511%2053.4055%20345.854%2052.6809%20347.835%2051.2316C349.864%2049.734%20351.482%2047.9949%20352.69%2046.0142L355.951%2058.8403C353.873%2060.7726%20351.482%2062.2461%20348.777%2063.2605C346.12%2064.2267%20343.294%2064.7098%20340.298%2064.7098Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M291.495%2064.7098C286.616%2064.7098%20282.317%2063.6953%20278.597%2061.6664C274.877%2059.6374%20271.978%2056.8596%20269.901%2053.333C267.824%2049.7582%20266.785%2045.6761%20266.785%2041.0867C266.785%2036.6906%20267.8%2032.8017%20269.829%2029.4201C271.858%2025.9901%20274.587%2023.2848%20278.017%2021.3041C281.495%2019.3235%20285.336%2018.3331%20289.539%2018.3331C293.838%2018.3331%20297.679%2019.3235%20301.06%2021.3041C304.442%2023.2365%20307.099%2025.8935%20309.031%2029.2751C311.012%2032.6568%20312.002%2036.4973%20312.002%2040.7968V45.2171H285.481C284.273%2045.2171%20283.114%2045.1447%20282.003%2044.9997C280.891%2044.8548%20279.78%2044.6857%20278.669%2044.4925C279.249%2047.391%20280.674%2049.7582%20282.945%2051.5939C285.263%2053.3813%20288.21%2054.2751%20291.785%2054.2751C294.539%2054.2751%20297.002%2053.7195%20299.176%2052.6084C301.399%2051.4973%20303.21%2050.1205%20304.611%2048.478L307.365%2059.7823C305.191%2061.4248%20302.727%2062.6567%20299.973%2063.4779C297.268%2064.2992%20294.442%2064.7098%20291.495%2064.7098ZM278.379%2036.8838C280.795%2036.3524%20283.162%2036.0867%20285.481%2036.0867H293.162C294.515%2036.0867%20295.795%2036.135%20297.002%2036.2316C298.21%2036.3283%20299.345%2036.4973%20300.408%2036.7389C299.684%2034.1302%20298.355%2032.0771%20296.423%2030.5795C294.539%2029.0819%20292.196%2028.3331%20289.394%2028.3331C286.737%2028.3331%20284.418%2029.1061%20282.437%2030.6519C280.505%2032.1495%20279.152%2034.2268%20278.379%2036.8838Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M243.563%2063.2607V29.7825H235.447V19.7825H243.781V5.28979H255.954V19.7825H264.578V29.7825H256.172V63.2607H243.563Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M209.761%2064.7098C205.462%2064.7098%20201.525%2063.6712%20197.95%2061.5939C194.375%2059.5166%20191.525%2056.7147%20189.399%2053.1881C187.322%2049.6616%20186.283%2045.7727%20186.283%2041.5215C186.283%2037.222%20187.322%2033.3331%20189.399%2029.8548C191.525%2026.3283%20194.375%2023.5264%20197.95%2021.4491C201.525%2019.3718%20205.462%2018.3331%20209.761%2018.3331C214.109%2018.3331%20218.046%2019.3718%20221.573%2021.4491C225.148%2023.5264%20227.974%2026.3283%20230.051%2029.8548C232.177%2033.3331%20233.24%2037.222%20233.24%2041.5215C233.24%2045.7727%20232.177%2049.6616%20230.051%2053.1881C227.974%2056.7147%20225.148%2059.5166%20221.573%2061.5939C218.046%2063.6712%20214.109%2064.7098%20209.761%2064.7098ZM209.761%2053.4055C211.935%2053.4055%20213.892%2052.8741%20215.631%2051.8113C217.418%2050.7485%20218.819%2049.3234%20219.834%2047.536C220.897%2045.7002%20221.428%2043.6954%20221.428%2041.5215C221.428%2039.2993%20220.897%2037.2944%20219.834%2035.507C218.819%2033.7196%20217.418%2032.2944%20215.631%2031.2316C213.892%2030.1688%20211.935%2029.6374%20209.761%2029.6374C207.587%2029.6374%20205.607%2030.1688%20203.819%2031.2316C202.08%2032.2944%20200.679%2033.7196%20199.617%2035.507C198.602%2037.2944%20198.095%2039.2993%20198.095%2041.5215C198.095%2043.6954%20198.602%2045.7002%20199.617%2047.536C200.679%2049.3234%20202.08%2050.7485%20203.819%2051.8113C205.607%2052.8741%20207.587%2053.4055%20209.761%2053.4055Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M156.562%2063.2607V19.7826H167.867V27.2463C169.364%2024.7342%20171.248%2022.8019%20173.519%2021.4492C175.838%2020.0483%20178.543%2019.3478%20181.635%2019.3478L184.389%2030.5072C183.471%2030.2173%20182.432%2030.0724%20181.273%2030.0724C177.649%2030.0724%20174.727%2031.256%20172.504%2033.6231C170.282%2035.9419%20169.171%2039.2753%20169.171%2043.6231V63.2607H156.562Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M102.963%2085V19.7828H113.832V24.0582C115.523%2022.3674%20117.504%2021.0389%20119.774%2020.0727C122.093%2019.1065%20124.629%2018.6234%20127.383%2018.6234C131.441%2018.6234%20135.113%2019.6621%20138.398%2021.7393C141.683%2023.7683%20144.291%2026.5219%20146.224%2030.0002C148.204%2033.4784%20149.195%2037.319%20149.195%2041.5219C149.195%2045.7248%20148.204%2049.5654%20146.224%2053.0436C144.291%2056.4736%20141.683%2059.2272%20138.398%2061.3045C135.113%2063.3817%20131.441%2064.4204%20127.383%2064.4204C125.064%2064.4204%20122.915%2064.0581%20120.934%2063.3334C118.953%2062.6571%20117.166%2061.7151%20115.572%2060.5074V85H102.963ZM125.934%2053.3335C128.059%2053.3335%20129.992%2052.8021%20131.731%2051.7393C133.47%2050.6765%20134.847%2049.2513%20135.861%2047.4639C136.924%2045.6765%20137.456%2043.6958%20137.456%2041.5219C137.456%2039.348%20136.924%2037.3673%20135.861%2035.5799C134.847%2033.7925%20133.47%2032.3673%20131.731%2031.3045C129.992%2030.2417%20128.059%2029.7103%20125.934%2029.7103C123.808%2029.7103%20121.876%2030.2417%20120.137%2031.3045C118.398%2032.3673%20116.997%2033.7925%20115.934%2035.5799C114.919%2037.3673%20114.412%2039.348%20114.412%2041.5219C114.412%2043.6958%20114.919%2045.6765%20115.934%2047.4639C116.997%2049.2513%20118.398%2050.6765%20120.137%2051.7393C121.876%2052.8021%20123.808%2053.3335%20125.934%2053.3335Z'%20fill='%233A3A3A'/%3e%3c/svg%3e",XR="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%23ffffff'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.672C56.7853%2065.8167%2033.207%2074.5911%2033.207%2074.5911C33.207%2074.5911%2033.4213%2076.1015%2033.9555%2078.2837C34.4897%2080.4659%2035.0263%2082.6085%2035.0263%2082.6085C42.7193%2078.658%2054.6229%2070.4326%2063.0229%2054.672Z'%20fill='%23ffffff'/%3e%3cpath%20d='M448.982%2085V60.5074C447.388%2061.7151%20445.601%2062.6571%20443.62%2063.3334C441.639%2064.0581%20439.49%2064.4204%20437.171%2064.4204C433.113%2064.4204%20429.441%2063.3817%20426.156%2061.3045C422.871%2059.2272%20420.239%2056.4736%20418.258%2053.0436C416.326%2049.5654%20415.359%2045.7248%20415.359%2041.5219C415.359%2037.319%20416.326%2033.4784%20418.258%2030.0002C420.239%2026.5219%20422.871%2023.7683%20426.156%2021.7393C429.441%2019.6621%20433.113%2018.6234%20437.171%2018.6234C439.925%2018.6234%20442.461%2019.1065%20444.78%2020.0727C447.098%2021.0389%20449.079%2022.3674%20450.722%2024.0582V19.7828H461.591V85H448.982ZM438.62%2053.3335C440.746%2053.3335%20442.678%2052.8021%20444.417%2051.7393C446.156%2050.6765%20447.533%2049.2513%20448.548%2047.4639C449.61%2045.6765%20450.142%2043.6958%20450.142%2041.5219C450.142%2039.348%20449.61%2037.3673%20448.548%2035.5799C447.533%2033.7925%20446.156%2032.3673%20444.417%2031.3045C442.678%2030.2417%20440.746%2029.7103%20438.62%2029.7103C436.495%2029.7103%20434.562%2030.2417%20432.823%2031.3045C431.084%2032.3673%20429.683%2033.7925%20428.62%2035.5799C427.606%2037.3673%20427.098%2039.348%20427.098%2041.5219C427.098%2043.6958%20427.606%2045.6765%20428.62%2047.4639C429.683%2049.2513%20431.084%2050.6765%20432.823%2051.7393C434.562%2052.8021%20436.495%2053.3335%20438.62%2053.3335Z'%20fill='%23FF6503'/%3e%3cpath%20d='M395.261%2063.2607V19.7826H407.87V63.2607H395.261ZM401.565%2013.4782C399.681%2013.4782%20398.087%2012.826%20396.783%2011.5217C395.478%2010.2174%20394.826%208.62316%20394.826%206.73911C394.826%204.80675%20395.478%203.21255%20396.783%201.95651C398.087%200.65217%20399.681%200%20401.565%200C403.498%200%20405.092%200.65217%20406.348%201.95651C407.652%203.21255%20408.304%204.80675%20408.304%206.73911C408.304%208.62316%20407.652%2010.2174%20406.348%2011.5217C405.092%2012.826%20403.498%2013.4782%20401.565%2013.4782Z'%20fill='%23FF6503'/%3e%3cpath%20d='M367.579%2063.2607V29.7825H359.463V19.7825H367.796V5.28979H379.97V19.7825H388.593V29.7825H380.187V63.2607H367.579Z'%20fill='%23ffffff'/%3e%3cpath%20d='M340.298%2064.7098C335.999%2064.7098%20332.062%2063.6712%20328.487%2061.5939C324.912%2059.5166%20322.062%2056.7147%20319.936%2053.1881C317.859%2049.6616%20316.82%2045.7727%20316.82%2041.5215C316.82%2037.222%20317.859%2033.3331%20319.936%2029.8548C322.062%2026.3283%20324.912%2023.5264%20328.487%2021.4491C332.062%2019.3718%20335.999%2018.3331%20340.298%2018.3331C343.294%2018.3331%20346.12%2018.8404%20348.777%2019.8549C351.482%2020.821%20353.873%2022.2703%20355.951%2024.2027L352.69%2037.0287C351.482%2035.0481%20349.864%2033.3331%20347.835%2031.8838C345.854%2030.3862%20343.511%2029.6374%20340.806%2029.6374C338.535%2029.6374%20336.506%2030.1688%20334.719%2031.2316C332.931%2032.2944%20331.53%2033.7196%20330.516%2035.507C329.501%2037.2944%20328.994%2039.2993%20328.994%2041.5215C328.994%2043.6954%20329.501%2045.7002%20330.516%2047.536C331.53%2049.3234%20332.931%2050.7485%20334.719%2051.8113C336.506%2052.8741%20338.535%2053.4055%20340.806%2053.4055C343.511%2053.4055%20345.854%2052.6809%20347.835%2051.2316C349.864%2049.734%20351.482%2047.9949%20352.69%2046.0142L355.951%2058.8403C353.873%2060.7726%20351.482%2062.2461%20348.777%2063.2605C346.12%2064.2267%20343.294%2064.7098%20340.298%2064.7098Z'%20fill='%23ffffff'/%3e%3cpath%20d='M291.495%2064.7098C286.616%2064.7098%20282.317%2063.6953%20278.597%2061.6664C274.877%2059.6374%20271.978%2056.8596%20269.901%2053.333C267.824%2049.7582%20266.785%2045.6761%20266.785%2041.0867C266.785%2036.6906%20267.8%2032.8017%20269.829%2029.4201C271.858%2025.9901%20274.587%2023.2848%20278.017%2021.3041C281.495%2019.3235%20285.336%2018.3331%20289.539%2018.3331C293.838%2018.3331%20297.679%2019.3235%20301.06%2021.3041C304.442%2023.2365%20307.099%2025.8935%20309.031%2029.2751C311.012%2032.6568%20312.002%2036.4973%20312.002%2040.7968V45.2171H285.481C284.273%2045.2171%20283.114%2045.1447%20282.003%2044.9997C280.891%2044.8548%20279.78%2044.6857%20278.669%2044.4925C279.249%2047.391%20280.674%2049.7582%20282.945%2051.5939C285.263%2053.3813%20288.21%2054.2751%20291.785%2054.2751C294.539%2054.2751%20297.002%2053.7195%20299.176%2052.6084C301.399%2051.4973%20303.21%2050.1205%20304.611%2048.478L307.365%2059.7823C305.191%2061.4248%20302.727%2062.6567%20299.973%2063.4779C297.268%2064.2992%20294.442%2064.7098%20291.495%2064.7098ZM278.379%2036.8838C280.795%2036.3524%20283.162%2036.0867%20285.481%2036.0867H293.162C294.515%2036.0867%20295.795%2036.135%20297.002%2036.2316C298.21%2036.3283%20299.345%2036.4973%20300.408%2036.7389C299.684%2034.1302%20298.355%2032.0771%20296.423%2030.5795C294.539%2029.0819%20292.196%2028.3331%20289.394%2028.3331C286.737%2028.3331%20284.418%2029.1061%20282.437%2030.6519C280.505%2032.1495%20279.152%2034.2268%20278.379%2036.8838Z'%20fill='%23ffffff'/%3e%3cpath%20d='M243.563%2063.2607V29.7825H235.447V19.7825H243.781V5.28979H255.954V19.7825H264.578V29.7825H256.172V63.2607H243.563Z'%20fill='%23ffffff'/%3e%3cpath%20d='M209.761%2064.7098C205.462%2064.7098%20201.525%2063.6712%20197.95%2061.5939C194.375%2059.5166%20191.525%2056.7147%20189.399%2053.1881C187.322%2049.6616%20186.283%2045.7727%20186.283%2041.5215C186.283%2037.222%20187.322%2033.3331%20189.399%2029.8548C191.525%2026.3283%20194.375%2023.5264%20197.95%2021.4491C201.525%2019.3718%20205.462%2018.3331%20209.761%2018.3331C214.109%2018.3331%20218.046%2019.3718%20221.573%2021.4491C225.148%2023.5264%20227.974%2026.3283%20230.051%2029.8548C232.177%2033.3331%20233.24%2037.222%20233.24%2041.5215C233.24%2045.7727%20232.177%2049.6616%20230.051%2053.1881C227.974%2056.7147%20225.148%2059.5166%20221.573%2061.5939C218.046%2063.6712%20214.109%2064.7098%20209.761%2064.7098ZM209.761%2053.4055C211.935%2053.4055%20213.892%2052.8741%20215.631%2051.8113C217.418%2050.7485%20218.819%2049.3234%20219.834%2047.536C220.897%2045.7002%20221.428%2043.6954%20221.428%2041.5215C221.428%2039.2993%20220.897%2037.2944%20219.834%2035.507C218.819%2033.7196%20217.418%2032.2944%20215.631%2031.2316C213.892%2030.1688%20211.935%2029.6374%20209.761%2029.6374C207.587%2029.6374%20205.607%2030.1688%20203.819%2031.2316C202.08%2032.2944%20200.679%2033.7196%20199.617%2035.507C198.602%2037.2944%20198.095%2039.2993%20198.095%2041.5215C198.095%2043.6954%20198.602%2045.7002%20199.617%2047.536C200.679%2049.3234%20202.08%2050.7485%20203.819%2051.8113C205.607%2052.8741%20207.587%2053.4055%20209.761%2053.4055Z'%20fill='%23ffffff'/%3e%3cpath%20d='M156.562%2063.2607V19.7826H167.867V27.2463C169.364%2024.7342%20171.248%2022.8019%20173.519%2021.4492C175.838%2020.0483%20178.543%2019.3478%20181.635%2019.3478L184.389%2030.5072C183.471%2030.2173%20182.432%2030.0724%20181.273%2030.0724C177.649%2030.0724%20174.727%2031.256%20172.504%2033.6231C170.282%2035.9419%20169.171%2039.2753%20169.171%2043.6231V63.2607H156.562Z'%20fill='%23ffffff'/%3e%3cpath%20d='M102.963%2085V19.7828H113.832V24.0582C115.523%2022.3674%20117.504%2021.0389%20119.774%2020.0727C122.093%2019.1065%20124.629%2018.6234%20127.383%2018.6234C131.441%2018.6234%20135.113%2019.6621%20138.398%2021.7393C141.683%2023.7683%20144.291%2026.5219%20146.224%2030.0002C148.204%2033.4784%20149.195%2037.319%20149.195%2041.5219C149.195%2045.7248%20148.204%2049.5654%20146.224%2053.0436C144.291%2056.4736%20141.683%2059.2272%20138.398%2061.3045C135.113%2063.3817%20131.441%2064.4204%20127.383%2064.4204C125.064%2064.4204%20122.915%2064.0581%20120.934%2063.3334C118.953%2062.6571%20117.166%2061.7151%20115.572%2060.5074V85H102.963ZM125.934%2053.3335C128.059%2053.3335%20129.992%2052.8021%20131.731%2051.7393C133.47%2050.6765%20134.847%2049.2513%20135.861%2047.4639C136.924%2045.6765%20137.456%2043.6958%20137.456%2041.5219C137.456%2039.348%20136.924%2037.3673%20135.861%2035.5799C134.847%2033.7925%20133.47%2032.3673%20131.731%2031.3045C129.992%2030.2417%20128.059%2029.7103%20125.934%2029.7103C123.808%2029.7103%20121.876%2030.2417%20120.137%2031.3045C118.398%2032.3673%20116.997%2033.7925%20115.934%2035.5799C114.919%2037.3673%20114.412%2039.348%20114.412%2041.5219C114.412%2043.6958%20114.919%2045.6765%20115.934%2047.4639C116.997%2049.2513%20118.398%2050.6765%20120.137%2051.7393C121.876%2052.8021%20123.808%2053.3335%20125.934%2053.3335Z'%20fill='%23ffffff'/%3e%3c/svg%3e",YR="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.672C56.7853%2065.8167%2033.207%2074.5911%2033.207%2074.5911C33.207%2074.5911%2033.4213%2076.1015%2033.9555%2078.2837C34.4897%2080.4659%2035.0263%2082.6085%2035.0263%2082.6085C42.7193%2078.658%2054.6229%2070.4326%2063.0229%2054.672Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M402.579%2085V62.1985C401.095%2063.3228%20399.431%2064.1998%20397.587%2064.8294C395.743%2065.504%20393.742%2065.8413%20391.583%2065.8413C387.805%2065.8413%20384.387%2064.8744%20381.329%2062.9406C378.271%2061.0067%20375.82%2058.4432%20373.976%2055.2501C372.177%2052.012%20371.277%2048.4366%20371.277%2044.5239C371.277%2040.6112%20372.177%2037.0359%20373.976%2033.7978C375.82%2030.5597%20378.271%2027.9962%20381.329%2026.1073C384.387%2024.1735%20387.805%2023.2065%20391.583%2023.2065C394.146%2023.2065%20396.507%2023.6563%20398.666%2024.5557C400.825%2025.4552%20402.669%2026.692%20404.198%2028.266V24.2859H414.317V85H402.579ZM392.932%2055.5199C394.911%2055.5199%20396.71%2055.0252%20398.329%2054.0358C399.948%2053.0464%20401.23%2051.7197%20402.174%2050.0557C403.163%2048.3916%20403.658%2046.5477%20403.658%2044.5239C403.658%2042.5001%20403.163%2040.6562%20402.174%2038.9922C401.23%2037.3282%20399.948%2036.0015%20398.329%2035.0121C396.71%2034.0226%20394.911%2033.5279%20392.932%2033.5279C390.953%2033.5279%20389.154%2034.0226%20387.535%2035.0121C385.916%2036.0015%20384.612%2037.3282%20383.623%2038.9922C382.678%2040.6562%20382.206%2042.5001%20382.206%2044.5239C382.206%2046.5477%20382.678%2048.3916%20383.623%2050.0557C384.612%2051.7197%20385.916%2053.0464%20387.535%2054.0358C389.154%2055.0252%20390.953%2055.5199%20392.932%2055.5199Z'%20fill='%23FF6503'/%3e%3cpath%20d='M352.567%2064.7618V24.2857H364.305V64.7618H352.567ZM358.436%2018.4167C356.682%2018.4167%20355.198%2017.8096%20353.984%2016.5953C352.769%2015.381%20352.162%2013.8969%20352.162%2012.1429C352.162%2010.344%20352.769%208.85987%20353.984%207.69056C355.198%206.47628%20356.682%205.86914%20358.436%205.86914C360.235%205.86914%20361.719%206.47628%20362.888%207.69056C364.103%208.85987%20364.71%2010.344%20364.71%2012.1429C364.71%2013.8969%20364.103%2015.381%20362.888%2016.5953C361.719%2017.8096%20360.235%2018.4167%20358.436%2018.4167Z'%20fill='%23FF6503'/%3e%3cpath%20d='M305.189%2064.7617V0H316.928V27.3213C318.367%2025.8822%20320.008%2024.8028%20321.852%2024.0833C323.741%2023.3187%20325.742%2022.9364%20327.856%2022.9364C330.734%2022.9364%20333.41%2023.6335%20335.884%2025.0277C338.402%2026.3769%20340.426%2028.3782%20341.955%2031.0317C343.529%2033.6401%20344.316%2036.8107%20344.316%2040.5435V64.7617H332.578V42.0951C332.578%2039.8464%20331.904%2037.8451%20330.554%2036.0912C329.205%2034.3372%20327.271%2033.4602%20324.753%2033.4602C322.729%2033.4602%20320.908%2034.1573%20319.289%2035.5515C317.715%2036.9007%20316.928%2039.0369%20316.928%2041.9602V64.7617H305.189Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M284.513%2066.1107C280.511%2066.1107%20276.845%2065.1438%20273.517%2063.21C270.189%2061.2761%20267.536%2058.6677%20265.557%2055.3846C263.623%2052.1015%20262.656%2048.4812%20262.656%2044.5235C262.656%2040.5209%20263.623%2036.9005%20265.557%2033.6624C267.536%2030.3794%20270.189%2027.7709%20273.517%2025.8371C276.845%2023.9032%20280.511%2022.9363%20284.513%2022.9363C287.302%2022.9363%20289.933%2023.4085%20292.406%2024.3529C294.925%2025.2524%20297.151%2026.6016%20299.085%2028.4005L296.049%2040.341C294.925%2038.4971%20293.418%2036.9005%20291.529%2035.5513C289.685%2034.1571%20287.504%2033.4601%20284.986%2033.4601C282.872%2033.4601%20280.983%2033.9548%20279.319%2034.9442C277.655%2035.9336%20276.351%2037.2603%20275.406%2038.9243C274.462%2040.5883%20273.99%2042.4547%20273.99%2044.5235C273.99%2046.5473%20274.462%2048.4137%20275.406%2050.1227C276.351%2051.7867%20277.655%2053.1134%20279.319%2054.1028C280.983%2055.0923%20282.872%2055.587%20284.986%2055.587C287.504%2055.587%20289.685%2054.9124%20291.529%2053.5632C293.418%2052.169%20294.925%2050.55%20296.049%2048.706L299.085%2060.6465C297.151%2062.4454%20294.925%2063.8171%20292.406%2064.7615C289.933%2065.661%20287.302%2066.1107%20284.513%2066.1107Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M234.988%2064.7617V24.2856H245.512V31.234C246.906%2028.8954%20248.66%2027.0965%20250.774%2025.8372C252.933%2024.533%20255.451%2023.8809%20258.329%2023.8809L260.893%2034.2697C260.038%2033.9999%20259.072%2033.865%20257.992%2033.865C254.619%2033.865%20251.898%2034.9668%20249.83%2037.1705C247.761%2039.3292%20246.726%2042.4324%20246.726%2046.48V64.7617H234.988Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M203.302%2065.8413C199.57%2065.8413%20196.174%2064.8744%20193.116%2062.9406C190.058%2061.0067%20187.607%2058.4432%20185.763%2055.2501C183.964%2052.012%20183.064%2048.4366%20183.064%2044.5239C183.064%2040.6112%20183.964%2037.0359%20185.763%2033.7978C187.607%2030.5597%20190.058%2027.9962%20193.116%2026.1073C196.174%2024.1735%20199.57%2023.2065%20203.302%2023.2065C205.911%2023.2065%20208.295%2023.6788%20210.453%2024.6232C212.612%2025.5227%20214.456%2026.7819%20215.985%2028.401V24.2859H226.104V64.762H215.985V60.6469C214.456%2062.2659%20212.612%2063.5477%20210.453%2064.4921C208.295%2065.3916%20205.911%2065.8413%20203.302%2065.8413ZM204.719%2055.5199C206.698%2055.5199%20208.497%2055.0252%20210.116%2054.0358C211.735%2053.0464%20213.017%2051.7197%20213.961%2050.0557C214.951%2048.3916%20215.445%2046.5477%20215.445%2044.5239C215.445%2042.5001%20214.951%2040.6562%20213.961%2038.9922C213.017%2037.3282%20211.735%2036.0015%20210.116%2035.0121C208.497%2034.0226%20206.698%2033.5279%20204.719%2033.5279C202.74%2033.5279%20200.941%2034.0226%20199.322%2035.0121C197.703%2036.0015%20196.399%2037.3282%20195.41%2038.9922C194.465%2040.6562%20193.993%2042.5001%20193.993%2044.5239C193.993%2046.5477%20194.465%2048.3916%20195.41%2050.0557C196.399%2051.7197%20197.703%2053.0464%20199.322%2054.0358C200.941%2055.0252%20202.74%2055.5199%20204.719%2055.5199Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M159.488%2066.1107C154.946%2066.1107%20150.943%2065.1663%20147.48%2063.2774C144.017%2061.3885%20141.319%2058.8026%20139.385%2055.5195C137.451%2052.1915%20136.484%2048.3912%20136.484%2044.1188C136.484%2040.0262%20137.429%2036.4058%20139.318%2033.2577C141.207%2030.0646%20143.748%2027.5461%20146.941%2025.7021C150.179%2023.8582%20153.754%2022.9363%20157.667%2022.9363C161.669%2022.9363%20165.245%2023.8582%20168.393%2025.7021C171.541%2027.5011%20174.015%2029.9746%20175.814%2033.1228C177.658%2036.2709%20178.579%2039.8463%20178.579%2043.8489V47.964H153.889C152.765%2047.964%20151.685%2047.8965%20150.651%2047.7616C149.617%2047.6267%20148.582%2047.4693%20147.548%2047.2894C148.088%2049.9878%20149.414%2052.1915%20151.528%2053.9005C153.687%2055.5645%20156.43%2056.3965%20159.758%2056.3965C162.322%2056.3965%20164.615%2055.8793%20166.639%2054.8449C168.708%2053.8105%20170.394%2052.5288%20171.699%2050.9997L174.262%2061.5235C172.238%2063.0526%20169.945%2064.1994%20167.381%2064.9639C164.863%2065.7285%20162.232%2066.1107%20159.488%2066.1107ZM147.278%2040.2061C149.527%2039.7114%20151.73%2039.464%20153.889%2039.464H161.04C162.299%2039.464%20163.491%2039.509%20164.615%2039.5989C165.74%2039.6889%20166.796%2039.8463%20167.786%2040.0711C167.111%2037.6426%20165.874%2035.7312%20164.076%2034.337C162.322%2032.9429%20160.14%2032.2458%20157.532%2032.2458C155.058%2032.2458%20152.9%2032.9654%20151.056%2034.4045C149.257%2035.7987%20147.998%2037.7325%20147.278%2040.2061Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M116.036%2066.1107C113.292%2066.1107%20110.504%2065.661%20107.671%2064.7615C104.882%2063.8621%20102.701%2062.6478%20101.127%2061.1187L104.028%2050.0552C105.332%2051.8542%20107.131%2053.4283%20109.425%2054.7775C111.763%2056.1267%20114.169%2056.8013%20116.643%2056.8013C118.307%2056.8013%20119.499%2056.4864%20120.218%2055.8568C120.983%2055.2272%20121.365%2054.4626%20121.365%2053.5632C121.365%2052.5288%20120.983%2051.7867%20120.218%2051.337C119.454%2050.8423%20118.667%2050.4375%20117.857%2050.1227L112.19%2047.964C110.931%2047.4693%20109.492%2046.7947%20107.873%2045.9402C106.254%2045.0857%20104.837%2043.8714%20103.623%2042.2973C102.454%2040.7233%20101.869%2038.6545%20101.869%2036.091C101.869%2033.7524%20102.454%2031.5937%20103.623%2029.6148C104.792%2027.636%20106.479%2026.0394%20108.682%2024.8252C110.931%2023.5659%20113.63%2022.9363%20116.778%2022.9363C119.701%2022.9363%20122.422%2023.431%20124.94%2024.4204C127.504%2025.4098%20129.37%2026.5117%20130.54%2027.7259L127.841%2038.3846C126.312%2036.4058%20124.491%2034.8992%20122.377%2033.8648C120.308%2032.7855%20118.329%2032.2458%20116.44%2032.2458C115.001%2032.2458%20113.944%2032.5381%20113.27%2033.1228C112.595%2033.7074%20112.258%2034.382%20112.258%2035.1466C112.258%2035.7312%20112.483%2036.3159%20112.932%2036.9005C113.427%2037.4402%20114.237%2037.9349%20115.361%2038.3846L120.623%2040.341C122.152%2040.8807%20123.771%2041.6002%20125.48%2042.4997C127.234%2043.3992%20128.718%2044.6584%20129.932%2046.2775C131.147%2047.8515%20131.754%2050.0328%20131.754%2052.8211C131.754%2056.7338%20130.292%2059.9269%20127.369%2062.4004C124.491%2064.874%20120.713%2066.1107%20116.036%2066.1107Z'%20fill='%233A3A3A'/%3e%3c/svg%3e",JR="data:image/svg+xml,%3csvg%20width='480'%20height='85'%20viewBox='0%200%20480%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20preserveAspectRatio='xMinYMid%20meet'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%23ffffff'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.672C56.7853%2065.8167%2033.207%2074.5911%2033.207%2074.5911C33.207%2074.5911%2033.4213%2076.1015%2033.9555%2078.2837C34.4897%2080.4659%2035.0263%2082.6085%2035.0263%2082.6085C42.7193%2078.658%2054.6229%2070.4326%2063.0229%2054.672Z'%20fill='%23ffffff'/%3e%3cpath%20d='M402.579%2085V62.1985C401.095%2063.3228%20399.431%2064.1998%20397.587%2064.8294C395.743%2065.504%20393.742%2065.8413%20391.583%2065.8413C387.805%2065.8413%20384.387%2064.8744%20381.329%2062.9406C378.271%2061.0067%20375.82%2058.4432%20373.976%2055.2501C372.177%2052.012%20371.277%2048.4366%20371.277%2044.5239C371.277%2040.6112%20372.177%2037.0359%20373.976%2033.7978C375.82%2030.5597%20378.271%2027.9962%20381.329%2026.1073C384.387%2024.1735%20387.805%2023.2065%20391.583%2023.2065C394.146%2023.2065%20396.507%2023.6563%20398.666%2024.5557C400.825%2025.4552%20402.669%2026.692%20404.198%2028.266V24.2859H414.317V85H402.579ZM392.932%2055.5199C394.911%2055.5199%20396.71%2055.0252%20398.329%2054.0358C399.948%2053.0464%20401.23%2051.7197%20402.174%2050.0557C403.163%2048.3916%20403.658%2046.5477%20403.658%2044.5239C403.658%2042.5001%20403.163%2040.6562%20402.174%2038.9922C401.23%2037.3282%20399.948%2036.0015%20398.329%2035.0121C396.71%2034.0226%20394.911%2033.5279%20392.932%2033.5279C390.953%2033.5279%20389.154%2034.0226%20387.535%2035.0121C385.916%2036.0015%20384.612%2037.3282%20383.623%2038.9922C382.678%2040.6562%20382.206%2042.5001%20382.206%2044.5239C382.206%2046.5477%20382.678%2048.3916%20383.623%2050.0557C384.612%2051.7197%20385.916%2053.0464%20387.535%2054.0358C389.154%2055.0252%20390.953%2055.5199%20392.932%2055.5199Z'%20fill='%23FF6503'/%3e%3cpath%20d='M352.567%2064.7618V24.2857H364.305V64.7618H352.567ZM358.436%2018.4167C356.682%2018.4167%20355.198%2017.8096%20353.984%2016.5953C352.769%2015.381%20352.162%2013.8969%20352.162%2012.1429C352.162%2010.344%20352.769%208.85987%20353.984%207.69056C355.198%206.47628%20356.682%205.86914%20358.436%205.86914C360.235%205.86914%20361.719%206.47628%20362.888%207.69056C364.103%208.85987%20364.71%2010.344%20364.71%2012.1429C364.71%2013.8969%20364.103%2015.381%20362.888%2016.5953C361.719%2017.8096%20360.235%2018.4167%20358.436%2018.4167Z'%20fill='%23FF6503'/%3e%3cpath%20d='M305.189%2064.7617V0H316.928V27.3213C318.367%2025.8822%20320.008%2024.8028%20321.852%2024.0833C323.741%2023.3187%20325.742%2022.9364%20327.856%2022.9364C330.734%2022.9364%20333.41%2023.6335%20335.884%2025.0277C338.402%2026.3769%20340.426%2028.3782%20341.955%2031.0317C343.529%2033.6401%20344.316%2036.8107%20344.316%2040.5435V64.7617H332.578V42.0951C332.578%2039.8464%20331.904%2037.8451%20330.554%2036.0912C329.205%2034.3372%20327.271%2033.4602%20324.753%2033.4602C322.729%2033.4602%20320.908%2034.1573%20319.289%2035.5515C317.715%2036.9007%20316.928%2039.0369%20316.928%2041.9602V64.7617H305.189Z'%20fill='%23ffffff'/%3e%3cpath%20d='M284.513%2066.1107C280.511%2066.1107%20276.845%2065.1438%20273.517%2063.21C270.189%2061.2761%20267.536%2058.6677%20265.557%2055.3846C263.623%2052.1015%20262.656%2048.4812%20262.656%2044.5235C262.656%2040.5209%20263.623%2036.9005%20265.557%2033.6624C267.536%2030.3794%20270.189%2027.7709%20273.517%2025.8371C276.845%2023.9032%20280.511%2022.9363%20284.513%2022.9363C287.302%2022.9363%20289.933%2023.4085%20292.406%2024.3529C294.925%2025.2524%20297.151%2026.6016%20299.085%2028.4005L296.049%2040.341C294.925%2038.4971%20293.418%2036.9005%20291.529%2035.5513C289.685%2034.1571%20287.504%2033.4601%20284.986%2033.4601C282.872%2033.4601%20280.983%2033.9548%20279.319%2034.9442C277.655%2035.9336%20276.351%2037.2603%20275.406%2038.9243C274.462%2040.5883%20273.99%2042.4547%20273.99%2044.5235C273.99%2046.5473%20274.462%2048.4137%20275.406%2050.1227C276.351%2051.7867%20277.655%2053.1134%20279.319%2054.1028C280.983%2055.0923%20282.872%2055.587%20284.986%2055.587C287.504%2055.587%20289.685%2054.9124%20291.529%2053.5632C293.418%2052.169%20294.925%2050.55%20296.049%2048.706L299.085%2060.6465C297.151%2062.4454%20294.925%2063.8171%20292.406%2064.7615C289.933%2065.661%20287.302%2066.1107%20284.513%2066.1107Z'%20fill='%23ffffff'/%3e%3cpath%20d='M234.988%2064.7617V24.2856H245.512V31.234C246.906%2028.8954%20248.66%2027.0965%20250.774%2025.8372C252.933%2024.533%20255.451%2023.8809%20258.329%2023.8809L260.893%2034.2697C260.038%2033.9999%20259.072%2033.865%20257.992%2033.865C254.619%2033.865%20251.898%2034.9668%20249.83%2037.1705C247.761%2039.3292%20246.726%2042.4324%20246.726%2046.48V64.7617H234.988Z'%20fill='%23ffffff'/%3e%3cpath%20d='M203.302%2065.8413C199.57%2065.8413%20196.174%2064.8744%20193.116%2062.9406C190.058%2061.0067%20187.607%2058.4432%20185.763%2055.2501C183.964%2052.012%20183.064%2048.4366%20183.064%2044.5239C183.064%2040.6112%20183.964%2037.0359%20185.763%2033.7978C187.607%2030.5597%20190.058%2027.9962%20193.116%2026.1073C196.174%2024.1735%20199.57%2023.2065%20203.302%2023.2065C205.911%2023.2065%20208.295%2023.6788%20210.453%2024.6232C212.612%2025.5227%20214.456%2026.7819%20215.985%2028.401V24.2859H226.104V64.762H215.985V60.6469C214.456%2062.2659%20212.612%2063.5477%20210.453%2064.4921C208.295%2065.3916%20205.911%2065.8413%20203.302%2065.8413ZM204.719%2055.5199C206.698%2055.5199%20208.497%2055.0252%20210.116%2054.0358C211.735%2053.0464%20213.017%2051.7197%20213.961%2050.0557C214.951%2048.3916%20215.445%2046.5477%20215.445%2044.5239C215.445%2042.5001%20214.951%2040.6562%20213.961%2038.9922C213.017%2037.3282%20211.735%2036.0015%20210.116%2035.0121C208.497%2034.0226%20206.698%2033.5279%20204.719%2033.5279C202.74%2033.5279%20200.941%2034.0226%20199.322%2035.0121C197.703%2036.0015%20196.399%2037.3282%20195.41%2038.9922C194.465%2040.6562%20193.993%2042.5001%20193.993%2044.5239C193.993%2046.5477%20194.465%2048.3916%20195.41%2050.0557C196.399%2051.7197%20197.703%2053.0464%20199.322%2054.0358C200.941%2055.0252%20202.74%2055.5199%20204.719%2055.5199Z'%20fill='%23ffffff'/%3e%3cpath%20d='M159.488%2066.1107C154.946%2066.1107%20150.943%2065.1663%20147.48%2063.2774C144.017%2061.3885%20141.319%2058.8026%20139.385%2055.5195C137.451%2052.1915%20136.484%2048.3912%20136.484%2044.1188C136.484%2040.0262%20137.429%2036.4058%20139.318%2033.2577C141.207%2030.0646%20143.748%2027.5461%20146.941%2025.7021C150.179%2023.8582%20153.754%2022.9363%20157.667%2022.9363C161.669%2022.9363%20165.245%2023.8582%20168.393%2025.7021C171.541%2027.5011%20174.015%2029.9746%20175.814%2033.1228C177.658%2036.2709%20178.579%2039.8463%20178.579%2043.8489V47.964H153.889C152.765%2047.964%20151.685%2047.8965%20150.651%2047.7616C149.617%2047.6267%20148.582%2047.4693%20147.548%2047.2894C148.088%2049.9878%20149.414%2052.1915%20151.528%2053.9005C153.687%2055.5645%20156.43%2056.3965%20159.758%2056.3965C162.322%2056.3965%20164.615%2055.8793%20166.639%2054.8449C168.708%2053.8105%20170.394%2052.5288%20171.699%2050.9997L174.262%2061.5235C172.238%2063.0526%20169.945%2064.1994%20167.381%2064.9639C164.863%2065.7285%20162.232%2066.1107%20159.488%2066.1107ZM147.278%2040.2061C149.527%2039.7114%20151.73%2039.464%20153.889%2039.464H161.04C162.299%2039.464%20163.491%2039.509%20164.615%2039.5989C165.74%2039.6889%20166.796%2039.8463%20167.786%2040.0711C167.111%2037.6426%20165.874%2035.7312%20164.076%2034.337C162.322%2032.9429%20160.14%2032.2458%20157.532%2032.2458C155.058%2032.2458%20152.9%2032.9654%20151.056%2034.4045C149.257%2035.7987%20147.998%2037.7325%20147.278%2040.2061Z'%20fill='%23ffffff'/%3e%3cpath%20d='M116.036%2066.1107C113.292%2066.1107%20110.504%2065.661%20107.671%2064.7615C104.882%2063.8621%20102.701%2062.6478%20101.127%2061.1187L104.028%2050.0552C105.332%2051.8542%20107.131%2053.4283%20109.425%2054.7775C111.763%2056.1267%20114.169%2056.8013%20116.643%2056.8013C118.307%2056.8013%20119.499%2056.4864%20120.218%2055.8568C120.983%2055.2272%20121.365%2054.4626%20121.365%2053.5632C121.365%2052.5288%20120.983%2051.7867%20120.218%2051.337C119.454%2050.8423%20118.667%2050.4375%20117.857%2050.1227L112.19%2047.964C110.931%2047.4693%20109.492%2046.7947%20107.873%2045.9402C106.254%2045.0857%20104.837%2043.8714%20103.623%2042.2973C102.454%2040.7233%20101.869%2038.6545%20101.869%2036.091C101.869%2033.7524%20102.454%2031.5937%20103.623%2029.6148C104.792%2027.636%20106.479%2026.0394%20108.682%2024.8252C110.931%2023.5659%20113.63%2022.9363%20116.778%2022.9363C119.701%2022.9363%20122.422%2023.431%20124.94%2024.4204C127.504%2025.4098%20129.37%2026.5117%20130.54%2027.7259L127.841%2038.3846C126.312%2036.4058%20124.491%2034.8992%20122.377%2033.8648C120.308%2032.7855%20118.329%2032.2458%20116.44%2032.2458C115.001%2032.2458%20113.944%2032.5381%20113.27%2033.1228C112.595%2033.7074%20112.258%2034.382%20112.258%2035.1466C112.258%2035.7312%20112.483%2036.3159%20112.932%2036.9005C113.427%2037.4402%20114.237%2037.9349%20115.361%2038.3846L120.623%2040.341C122.152%2040.8807%20123.771%2041.6002%20125.48%2042.4997C127.234%2043.3992%20128.718%2044.6584%20129.932%2046.2775C131.147%2047.8515%20131.754%2050.0328%20131.754%2052.8211C131.754%2056.7338%20130.292%2059.9269%20127.369%2062.4004C124.491%2064.874%20120.713%2066.1107%20116.036%2066.1107Z'%20fill='%23ffffff'/%3e%3c/svg%3e",UR="data:image/svg+xml,%3csvg%20width='487'%20height='85'%20viewBox='0%200%20487%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.672C56.7853%2065.8167%2033.207%2074.5911%2033.207%2074.5911C33.207%2074.5911%2033.4213%2076.1015%2033.9555%2078.2837C34.4897%2080.4659%2035.0263%2082.6085%2035.0263%2082.6085C42.7193%2078.658%2054.6229%2070.4326%2063.0229%2054.672Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M473.854%2085V60.5074C472.259%2061.7151%20470.472%2062.6571%20468.491%2063.3334C466.511%2064.0581%20464.361%2064.4204%20462.042%2064.4204C457.984%2064.4204%20454.313%2063.3817%20451.028%2061.3045C447.743%2059.2272%20445.11%2056.4736%20443.129%2053.0436C441.197%2049.5654%20440.23%2045.7248%20440.23%2041.5219C440.23%2037.319%20441.197%2033.4784%20443.129%2030.0002C445.11%2026.5219%20447.743%2023.7683%20451.028%2021.7393C454.313%2019.6621%20457.984%2018.6234%20462.042%2018.6234C464.796%2018.6234%20467.332%2019.1065%20469.651%2020.0727C471.969%2021.0389%20473.95%2022.3674%20475.593%2024.0582V19.7828H486.462V85H473.854ZM463.491%2053.3335C465.617%2053.3335%20467.549%2052.8021%20469.288%2051.7393C471.027%2050.6765%20472.404%2049.2513%20473.419%2047.4639C474.482%2045.6765%20475.013%2043.6958%20475.013%2041.5219C475.013%2039.348%20474.482%2037.3673%20473.419%2035.5799C472.404%2033.7925%20471.027%2032.3673%20469.288%2031.3045C467.549%2030.2417%20465.617%2029.7103%20463.491%2029.7103C461.366%2029.7103%20459.433%2030.2417%20457.694%2031.3045C455.955%2032.3673%20454.554%2033.7925%20453.491%2035.5799C452.477%2037.3673%20451.97%2039.348%20451.97%2041.5219C451.97%2043.6958%20452.477%2045.6765%20453.491%2047.4639C454.554%2049.2513%20455.955%2050.6765%20457.694%2051.7393C459.433%2052.8021%20461.366%2053.3335%20463.491%2053.3335Z'%20fill='%23FF6503'/%3e%3cpath%20d='M420.132%2063.2607V19.7826H432.741V63.2607H420.132ZM426.436%2013.4782C424.552%2013.4782%20422.958%2012.826%20421.654%2011.5217C420.349%2010.2174%20419.697%208.62316%20419.697%206.73911C419.697%204.80675%20420.349%203.21255%20421.654%201.95651C422.958%200.65217%20424.552%200%20426.436%200C428.369%200%20429.963%200.65217%20431.219%201.95651C432.523%203.21255%20433.175%204.80675%20433.175%206.73911C433.175%208.62316%20432.523%2010.2174%20431.219%2011.5217C429.963%2012.826%20428.369%2013.4782%20426.436%2013.4782Z'%20fill='%23FF6503'/%3e%3cpath%20d='M392.452%2063.2607V29.7825H384.336V19.7825H392.669V5.28979H404.843V19.7825H413.466V29.7825H405.061V63.2607H392.452Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M338.059%2063.2605V19.7824H349.363V24.565C350.909%2022.536%20352.817%2020.9901%20355.088%2019.9273C357.358%2018.8645%20359.798%2018.3331%20362.406%2018.3331C365.498%2018.3331%20368.373%2019.0819%20371.03%2020.5795C373.735%2022.0288%20375.909%2024.1785%20377.551%2027.0288C379.242%2029.8307%20380.087%2033.2365%20380.087%2037.2461V63.2605H367.479V38.9128C367.479%2036.4973%20366.754%2034.3476%20365.305%2032.4635C363.856%2030.5795%20361.778%2029.6374%20359.073%2029.6374C356.899%2029.6374%20354.943%2030.3862%20353.203%2031.8838C351.513%2033.3331%20350.667%2035.6278%20350.667%2038.7679V63.2605H338.059Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M310.56%2064.7098C305.68%2064.7098%20301.381%2063.6953%20297.661%2061.6664C293.941%2059.6374%20291.043%2056.8596%20288.966%2053.333C286.888%2049.7582%20285.85%2045.6761%20285.85%2041.0867C285.85%2036.6906%20286.864%2032.8017%20288.893%2029.4201C290.922%2025.9901%20293.652%2023.2848%20297.081%2021.3041C300.56%2019.3235%20304.4%2018.3331%20308.603%2018.3331C312.903%2018.3331%20316.743%2019.3235%20320.125%2021.3041C323.507%2023.2365%20326.164%2025.8935%20328.096%2029.2751C330.077%2032.6568%20331.067%2036.4973%20331.067%2040.7968V45.2171H304.545C303.337%2045.2171%20302.178%2045.1447%20301.067%2044.9997C299.956%2044.8548%20298.845%2044.6857%20297.734%2044.4925C298.313%2047.391%20299.738%2049.7582%20302.009%2051.5939C304.328%2053.3813%20307.275%2054.2751%20310.85%2054.2751C313.603%2054.2751%20316.067%2053.7195%20318.241%2052.6084C320.463%2051.4973%20322.275%2050.1205%20323.676%2048.478L326.429%2059.7823C324.255%2061.4248%20321.792%2062.6567%20319.038%2063.4779C316.333%2064.2992%20313.507%2064.7098%20310.56%2064.7098ZM297.444%2036.8838C299.859%2036.3524%20302.226%2036.0867%20304.545%2036.0867H312.226C313.579%2036.0867%20314.859%2036.135%20316.067%2036.2316C317.275%2036.3283%20318.41%2036.4973%20319.473%2036.7389C318.748%2034.1302%20317.42%2032.0771%20315.487%2030.5795C313.603%2029.0819%20311.26%2028.3331%20308.458%2028.3331C305.801%2028.3331%20303.482%2029.1061%20301.502%2030.6519C299.569%2032.1495%20298.217%2034.2268%20297.444%2036.8838Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M263.884%2064.7098C260.937%2064.7098%20257.942%2064.2267%20254.898%2063.2605C251.903%2062.2944%20249.56%2060.99%20247.869%2059.3475L250.985%2047.4635C252.386%2049.3959%20254.318%2051.0867%20256.782%2052.5359C259.294%2053.9852%20261.879%2054.7098%20264.536%2054.7098C266.323%2054.7098%20267.603%2054.3717%20268.376%2053.6954C269.198%2053.019%20269.608%2052.1978%20269.608%2051.2316C269.608%2050.1205%20269.198%2049.3234%20268.376%2048.8403C267.555%2048.3089%20266.71%2047.8741%20265.84%2047.536L259.753%2045.2171C258.401%2044.6857%20256.855%2043.9611%20255.115%2043.0432C253.376%2042.1253%20251.855%2040.821%20250.55%2039.1302C249.294%2037.4394%20248.666%2035.2171%20248.666%2032.4635C248.666%2029.9515%20249.294%2027.6326%20250.55%2025.507C251.806%2023.3814%20253.618%2021.6665%20255.985%2020.3621C258.401%2019.0095%20261.299%2018.3331%20264.681%2018.3331C267.821%2018.3331%20270.743%2018.8645%20273.449%2019.9273C276.202%2020.9901%20278.207%2022.1737%20279.463%2023.478L276.565%2034.9273C274.922%2032.8017%20272.966%2031.1833%20270.695%2030.0722C268.473%2028.9128%20266.347%2028.3331%20264.318%2028.3331C262.772%2028.3331%20261.637%2028.6471%20260.913%2029.2751C260.188%2029.9031%20259.826%2030.6278%20259.826%2031.449C259.826%2032.0771%20260.067%2032.7051%20260.55%2033.3331C261.082%2033.9128%20261.951%2034.4442%20263.159%2034.9273L268.811%2037.0287C270.454%2037.6084%20272.193%2038.3814%20274.028%2039.3476C275.913%2040.3137%20277.507%2041.6664%20278.811%2043.4055C280.115%2045.0963%20280.768%2047.4393%20280.768%2050.4345C280.768%2054.6374%20279.198%2058.0673%20276.057%2060.7243C272.966%2063.3813%20268.908%2064.7098%20263.884%2064.7098Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M198.861%2063.2605V19.7824H210.166V24.565C211.712%2022.536%20213.62%2020.9901%20215.89%2019.9273C218.161%2018.8645%20220.6%2018.3331%20223.209%2018.3331C226.301%2018.3331%20229.175%2019.0819%20231.832%2020.5795C234.538%2022.0288%20236.711%2024.1785%20238.354%2027.0288C240.045%2029.8307%20240.89%2033.2365%20240.89%2037.2461V63.2605H228.282V38.9128C228.282%2036.4973%20227.557%2034.3476%20226.108%2032.4635C224.658%2030.5795%20222.581%2029.6374%20219.876%2029.6374C217.702%2029.6374%20215.745%2030.3862%20214.006%2031.8838C212.315%2033.3331%20211.47%2035.6278%20211.47%2038.7679V63.2605H198.861Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M167.99%2064.7098C163.69%2064.7098%20159.753%2063.6712%20156.178%2061.5939C152.603%2059.5166%20149.753%2056.7147%20147.628%2053.1881C145.55%2049.6616%20144.512%2045.7727%20144.512%2041.5215C144.512%2037.222%20145.55%2033.3331%20147.628%2029.8548C149.753%2026.3283%20152.603%2023.5264%20156.178%2021.4491C159.753%2019.3718%20163.69%2018.3331%20167.99%2018.3331C172.338%2018.3331%20176.275%2019.3718%20179.801%2021.4491C183.376%2023.5264%20186.202%2026.3283%20188.28%2029.8548C190.405%2033.3331%20191.468%2037.222%20191.468%2041.5215C191.468%2045.7727%20190.405%2049.6616%20188.28%2053.1881C186.202%2056.7147%20183.376%2059.5166%20179.801%2061.5939C176.275%2063.6712%20172.338%2064.7098%20167.99%2064.7098ZM167.99%2053.4055C170.164%2053.4055%20172.12%2052.8741%20173.859%2051.8113C175.647%2050.7485%20177.048%2049.3234%20178.062%2047.536C179.125%2045.7002%20179.657%2043.6954%20179.657%2041.5215C179.657%2039.2993%20179.125%2037.2944%20178.062%2035.507C177.048%2033.7196%20175.647%2032.2944%20173.859%2031.2316C172.12%2030.1688%20170.164%2029.6374%20167.99%2029.6374C165.816%2029.6374%20163.835%2030.1688%20162.048%2031.2316C160.309%2032.2944%20158.908%2033.7196%20157.845%2035.507C156.831%2037.2944%20156.323%2039.2993%20156.323%2041.5215C156.323%2043.6954%20156.831%2045.7002%20157.845%2047.536C158.908%2049.3234%20160.309%2050.7485%20162.048%2051.8113C163.835%2052.8741%20165.816%2053.4055%20167.99%2053.4055Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M124.478%2064.7098C120.179%2064.7098%20116.242%2063.6712%20112.667%2061.5939C109.092%2059.5166%20106.242%2056.7147%20104.116%2053.1881C102.039%2049.6616%20101%2045.7727%20101%2041.5215C101%2037.222%20102.039%2033.3331%20104.116%2029.8548C106.242%2026.3283%20109.092%2023.5264%20112.667%2021.4491C116.242%2019.3718%20120.179%2018.3331%20124.478%2018.3331C127.473%2018.3331%20130.299%2018.8404%20132.956%2019.8549C135.662%2020.821%20138.053%2022.2703%20140.13%2024.2027L136.869%2037.0287C135.662%2035.0481%20134.043%2033.3331%20132.014%2031.8838C130.034%2030.3862%20127.691%2029.6374%20124.985%2029.6374C122.715%2029.6374%20120.686%2030.1688%20118.899%2031.2316C117.111%2032.2944%20115.71%2033.7196%20114.696%2035.507C113.681%2037.2944%20113.174%2039.2993%20113.174%2041.5215C113.174%2043.6954%20113.681%2045.7002%20114.696%2047.536C115.71%2049.3234%20117.111%2050.7485%20118.899%2051.8113C120.686%2052.8741%20122.715%2053.4055%20124.985%2053.4055C127.691%2053.4055%20130.034%2052.6809%20132.014%2051.2316C134.043%2049.734%20135.662%2047.9949%20136.869%2046.0142L140.13%2058.8403C138.053%2060.7726%20135.662%2062.2461%20132.956%2063.2605C130.299%2064.2267%20127.473%2064.7098%20124.478%2064.7098Z'%20fill='%233A3A3A'/%3e%3c/svg%3e",QR="data:image/svg+xml,%3csvg%20width='528'%20height='165'%20viewBox='0%200%20528%20165'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='528'%20height='165'%20fill='black'/%3e%3cpath%20d='M69.6448%2052.0775L61.9465%2047.8047L32.7295%2064.9191C30.1528%2092.6189%2039.7082%20111.622%2056.081%20122.627C41.2649%20105.664%2038.8134%2080.0395%2039.9765%2069.482L69.6448%2052.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M79.163%2046.3989L71.3792%2042.3728L63.6836%2046.8088L71.3068%2051.0328L79.163%2046.3989Z'%20fill='white'/%3e%3cpath%20d='M48.5232%2074.0452C44.4435%2099.5977%2051.8336%20117.08%2056.0386%20122.627C56.0386%20122.627%2054.7332%20117.592%2054.1595%20114.312C51.7189%20100.361%2052.6833%2090.4718%2055.5016%2078.0713L86.3684%2060.3563C85.6742%2070.9236%2079.8596%2093.6481%2063.0229%20108.532C70.9949%20104.836%2081.4902%2098.794%2085.1665%2092.0229C84.9761%2092.437%2086.5692%2089.5794%2086.3684%2089.9853C93.6494%2075.8555%2094.6399%2063.9785%2094.6892%2055.2564L87.1738%2050.9619L48.5232%2074.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M84.0229%2094.672C77.7853%20105.817%2054.207%20114.591%2054.207%20114.591C54.207%20114.591%2054.4213%20116.102%2054.9555%20118.284C55.4897%20120.466%2056.0263%20122.609%2056.0263%20122.609C63.7193%20118.658%2075.6229%20110.433%2084.0229%2094.672Z'%20fill='white'/%3e%3cpath%20d='M494.854%20125V100.507C493.259%20101.715%20491.472%20102.657%20489.491%20103.333C487.511%20104.058%20485.361%20104.42%20483.042%20104.42C478.984%20104.42%20475.313%20103.382%20472.028%20101.304C468.743%2099.2271%20466.11%2096.4735%20464.129%2093.0435C462.197%2089.5653%20461.23%2085.7247%20461.23%2081.5218C461.23%2077.3189%20462.197%2073.4784%20464.129%2070.0001C466.11%2066.5219%20468.743%2063.7683%20472.028%2061.7393C475.313%2059.662%20478.984%2058.6234%20483.042%2058.6234C485.796%2058.6234%20488.332%2059.1064%20490.651%2060.0726C492.969%2061.0388%20494.95%2062.3673%20496.593%2064.0581V59.7828H507.462V125H494.854ZM484.491%2093.3334C486.617%2093.3334%20488.549%2092.802%20490.288%2091.7392C492.027%2090.6764%20493.404%2089.2513%20494.419%2087.4639C495.482%2085.6764%20496.013%2083.6957%20496.013%2081.5218C496.013%2079.3479%20495.482%2077.3673%20494.419%2075.5798C493.404%2073.7924%20492.027%2072.3673%20490.288%2071.3045C488.549%2070.2417%20486.617%2069.7103%20484.491%2069.7103C482.366%2069.7103%20480.433%2070.2417%20478.694%2071.3045C476.955%2072.3673%20475.554%2073.7924%20474.491%2075.5798C473.477%2077.3673%20472.97%2079.3479%20472.97%2081.5218C472.97%2083.6957%20473.477%2085.6764%20474.491%2087.4639C475.554%2089.2513%20476.955%2090.6764%20478.694%2091.7392C480.433%2092.802%20482.366%2093.3334%20484.491%2093.3334Z'%20fill='%23FF6503'/%3e%3cpath%20d='M441.132%20103.261V59.7826H453.741V103.261H441.132ZM447.436%2053.4782C445.552%2053.4782%20443.958%2052.826%20442.654%2051.5217C441.349%2050.2174%20440.697%2048.6232%20440.697%2046.7391C440.697%2044.8067%20441.349%2043.2125%20442.654%2041.9565C443.958%2040.6522%20445.552%2040%20447.436%2040C449.369%2040%20450.963%2040.6522%20452.219%2041.9565C453.523%2043.2125%20454.175%2044.8067%20454.175%2046.7391C454.175%2048.6232%20453.523%2050.2174%20452.219%2051.5217C450.963%2052.826%20449.369%2053.4782%20447.436%2053.4782Z'%20fill='%23FF6503'/%3e%3cpath%20d='M413.452%20103.261V69.7824H405.336V59.7824H413.669V45.2897H425.843V59.7824H434.466V69.7824H426.061V103.261H413.452Z'%20fill='white'/%3e%3cpath%20d='M359.059%20103.261V59.7825H370.363V64.5651C371.909%2062.5361%20373.817%2060.9902%20376.088%2059.9274C378.358%2058.8646%20380.798%2058.3332%20383.406%2058.3332C386.498%2058.3332%20389.373%2059.082%20392.03%2060.5796C394.735%2062.0288%20396.909%2064.1786%20398.551%2067.0288C400.242%2069.8307%20401.087%2073.2365%20401.087%2077.2462V103.261H388.479V78.9128C388.479%2076.4974%20387.754%2074.3476%20386.305%2072.4636C384.856%2070.5795%20382.778%2069.6375%20380.073%2069.6375C377.899%2069.6375%20375.943%2070.3863%20374.203%2071.8839C372.513%2073.3332%20371.667%2075.6278%20371.667%2078.7679V103.261H359.059Z'%20fill='white'/%3e%3cpath%20d='M331.56%20104.71C326.68%20104.71%20322.381%20103.695%20318.661%20101.666C314.941%2099.6374%20312.043%2096.8597%20309.966%2093.3331C307.888%2089.7582%20306.85%2085.6761%20306.85%2081.0868C306.85%2076.6906%20307.864%2072.8018%20309.893%2069.4201C311.922%2065.9902%20314.652%2063.2849%20318.081%2061.3042C321.56%2059.3235%20325.4%2058.3332%20329.603%2058.3332C333.903%2058.3332%20337.743%2059.3235%20341.125%2061.3042C344.507%2063.2366%20347.164%2065.8936%20349.096%2069.2752C351.077%2072.6568%20352.067%2076.4974%20352.067%2080.7969V85.2172H325.545C324.337%2085.2172%20323.178%2085.1447%20322.067%2084.9998C320.956%2084.8549%20319.845%2084.6858%20318.734%2084.4925C319.313%2087.3911%20320.738%2089.7582%20323.009%2091.594C325.328%2093.3814%20328.275%2094.2751%20331.85%2094.2751C334.603%2094.2751%20337.067%2093.7196%20339.241%2092.6085C341.463%2091.4974%20343.275%2090.1205%20344.676%2088.478L347.429%2099.7824C345.255%20101.425%20342.792%20102.657%20340.038%20103.478C337.333%20104.299%20334.507%20104.71%20331.56%20104.71ZM318.444%2076.8839C320.859%2076.3525%20323.226%2076.0868%20325.545%2076.0868H333.226C334.579%2076.0868%20335.859%2076.1351%20337.067%2076.2317C338.275%2076.3283%20339.41%2076.4974%20340.473%2076.7389C339.748%2074.1303%20338.42%2072.0771%20336.487%2070.5795C334.603%2069.082%20332.26%2068.3332%20329.458%2068.3332C326.801%2068.3332%20324.482%2069.1061%20322.502%2070.652C320.569%2072.1496%20319.217%2074.2269%20318.444%2076.8839Z'%20fill='white'/%3e%3cpath%20d='M284.884%20104.71C281.937%20104.71%20278.942%20104.227%20275.898%20103.261C272.903%20102.294%20270.56%20100.99%20268.869%2099.3476L271.985%2087.4635C273.386%2089.3959%20275.318%2091.0867%20277.782%2092.536C280.294%2093.9853%20282.879%2094.7099%20285.536%2094.7099C287.323%2094.7099%20288.603%2094.3717%20289.376%2093.6954C290.198%2093.0191%20290.608%2092.1978%20290.608%2091.2317C290.608%2090.1205%20290.198%2089.3234%20289.376%2088.8404C288.555%2088.309%20287.71%2087.8742%20286.84%2087.536L280.753%2085.2172C279.401%2084.6858%20277.855%2083.9611%20276.115%2083.0433C274.376%2082.1254%20272.855%2080.8211%20271.55%2079.1302C270.294%2077.4394%20269.666%2075.2172%20269.666%2072.4636C269.666%2069.9515%20270.294%2067.6327%20271.55%2065.5071C272.806%2063.3815%20274.618%2061.6665%20276.985%2060.3622C279.401%2059.0095%20282.299%2058.3332%20285.681%2058.3332C288.821%2058.3332%20291.743%2058.8646%20294.449%2059.9274C297.202%2060.9902%20299.207%2062.1738%20300.463%2063.4781L297.565%2074.9274C295.922%2072.8018%20293.966%2071.1834%20291.695%2070.0723C289.473%2068.9129%20287.347%2068.3332%20285.318%2068.3332C283.772%2068.3332%20282.637%2068.6472%20281.913%2069.2752C281.188%2069.9032%20280.826%2070.6278%20280.826%2071.4491C280.826%2072.0771%20281.067%2072.7051%20281.55%2073.3332C282.082%2073.9129%20282.951%2074.4443%20284.159%2074.9274L289.811%2077.0288C291.454%2077.6085%20293.193%2078.3814%20295.028%2079.3476C296.913%2080.3138%20298.507%2081.6665%20299.811%2083.4056C301.115%2085.0964%20301.768%2087.4394%20301.768%2090.4346C301.768%2094.6374%20300.198%2098.0674%20297.057%20100.724C293.966%20103.381%20289.908%20104.71%20284.884%20104.71Z'%20fill='white'/%3e%3cpath%20d='M219.861%20103.261V59.7825H231.166V64.5651C232.712%2062.5361%20234.62%2060.9902%20236.89%2059.9274C239.161%2058.8646%20241.6%2058.3332%20244.209%2058.3332C247.301%2058.3332%20250.175%2059.082%20252.832%2060.5796C255.538%2062.0288%20257.711%2064.1786%20259.354%2067.0288C261.045%2069.8307%20261.89%2073.2365%20261.89%2077.2462V103.261H249.282V78.9128C249.282%2076.4974%20248.557%2074.3476%20247.108%2072.4636C245.658%2070.5795%20243.581%2069.6375%20240.876%2069.6375C238.702%2069.6375%20236.745%2070.3863%20235.006%2071.8839C233.315%2073.3332%20232.47%2075.6278%20232.47%2078.7679V103.261H219.861Z'%20fill='white'/%3e%3cpath%20d='M188.99%20104.71C184.69%20104.71%20180.753%20103.671%20177.178%20101.594C173.603%2099.5167%20170.753%2096.7147%20168.628%2093.1882C166.55%2089.6616%20165.512%2085.7727%20165.512%2081.5215C165.512%2077.222%20166.55%2073.3331%20168.628%2069.8549C170.753%2066.3283%20173.603%2063.5264%20177.178%2061.4491C180.753%2059.3718%20184.69%2058.3332%20188.99%2058.3332C193.338%2058.3332%20197.275%2059.3718%20200.801%2061.4491C204.376%2063.5264%20207.202%2066.3283%20209.28%2069.8549C211.405%2073.3331%20212.468%2077.222%20212.468%2081.5215C212.468%2085.7727%20211.405%2089.6616%20209.28%2093.1882C207.202%2096.7147%20204.376%2099.5167%20200.801%20101.594C197.275%20103.671%20193.338%20104.71%20188.99%20104.71ZM188.99%2093.4056C191.164%2093.4056%20193.12%2092.8742%20194.859%2091.8114C196.647%2090.7486%20198.048%2089.3234%20199.062%2087.536C200.125%2085.7003%20200.657%2083.6954%20200.657%2081.5215C200.657%2079.2993%20200.125%2077.2945%20199.062%2075.5071C198.048%2073.7196%20196.647%2072.2945%20194.859%2071.2317C193.12%2070.1689%20191.164%2069.6375%20188.99%2069.6375C186.816%2069.6375%20184.835%2070.1689%20183.048%2071.2317C181.309%2072.2945%20179.908%2073.7196%20178.845%2075.5071C177.831%2077.2945%20177.323%2079.2993%20177.323%2081.5215C177.323%2083.6954%20177.831%2085.7003%20178.845%2087.536C179.908%2089.3234%20181.309%2090.7486%20183.048%2091.8114C184.835%2092.8742%20186.816%2093.4056%20188.99%2093.4056Z'%20fill='white'/%3e%3cpath%20d='M145.478%20104.71C141.179%20104.71%20137.242%20103.671%20133.667%20101.594C130.092%2099.5167%20127.242%2096.7147%20125.116%2093.1882C123.039%2089.6616%20122%2085.7727%20122%2081.5215C122%2077.222%20123.039%2073.3331%20125.116%2069.8549C127.242%2066.3283%20130.092%2063.5264%20133.667%2061.4491C137.242%2059.3718%20141.179%2058.3332%20145.478%2058.3332C148.473%2058.3332%20151.299%2058.8404%20153.956%2059.8549C156.662%2060.8211%20159.053%2062.2704%20161.13%2064.2027L157.869%2077.0288C156.662%2075.0481%20155.043%2073.3332%20153.014%2071.8839C151.034%2070.3863%20148.691%2069.6375%20145.985%2069.6375C143.715%2069.6375%20141.686%2070.1689%20139.899%2071.2317C138.111%2072.2945%20136.71%2073.7196%20135.696%2075.5071C134.681%2077.2945%20134.174%2079.2993%20134.174%2081.5215C134.174%2083.6954%20134.681%2085.7003%20135.696%2087.536C136.71%2089.3234%20138.111%2090.7486%20139.899%2091.8114C141.686%2092.8742%20143.715%2093.4056%20145.985%2093.4056C148.691%2093.4056%20151.034%2092.6809%20153.014%2091.2317C155.043%2089.7341%20156.662%2087.9949%20157.869%2086.0143L161.13%2098.8403C159.053%20100.773%20156.662%20102.246%20153.956%20103.261C151.299%20104.227%20148.473%20104.71%20145.478%20104.71Z'%20fill='white'/%3e%3c/svg%3e",qR="data:image/svg+xml,%3csvg%20width='1080'%20height='500'%20viewBox='0%200%201080%20500'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='1080'%20height='500'%20fill='black'/%3e%3cpath%20d='M218.892%20175.317L199.994%20164.828L128.27%20206.841C121.944%20274.841%20145.402%20321.492%20185.595%20348.507C149.223%20306.864%20143.205%20243.96%20146.06%20218.043L218.892%20175.317Z'%20fill='%23FF6503'/%3e%3cpath%20d='M242.258%20161.377L223.15%20151.493L204.258%20162.383L222.972%20172.752L242.258%20161.377Z'%20fill='white'/%3e%3cpath%20d='M167.041%20229.244C157.025%20291.973%20175.167%20334.89%20185.49%20348.507C185.49%20348.507%20182.285%20336.145%20180.877%20328.095C174.886%20293.848%20177.253%20269.57%20184.172%20239.128L259.946%20195.64C258.242%20221.581%20243.968%20277.367%20202.635%20313.905C222.206%20304.831%20247.971%20290%20256.995%20273.378C256.528%20274.394%20260.439%20267.379%20259.946%20268.375C277.82%20233.689%20280.252%20204.532%20280.373%20183.121L261.923%20172.578L167.041%20229.244Z'%20fill='%23FF6503'/%3e%3cpath%20d='M254.189%20279.881C238.876%20307.239%20180.994%20328.779%20180.994%20328.779C180.994%20328.779%20181.52%20332.487%20182.831%20337.844C184.143%20343.201%20185.46%20348.461%20185.46%20348.461C204.346%20338.763%20233.568%20318.571%20254.189%20279.881Z'%20fill='white'/%3e%3cpath%20d='M918.244%20301.838C912.221%20301.838%20906.099%20300.851%20899.878%20298.876C893.756%20296.901%20888.968%20294.235%20885.512%20290.878L891.88%20266.588C894.744%20270.538%20898.693%20273.994%20903.729%20276.956C908.864%20279.918%20914.146%20281.399%20919.577%20281.399C923.23%20281.399%20925.847%20280.708%20927.427%20279.326C929.105%20277.943%20929.945%20276.265%20929.945%20274.29C929.945%20272.019%20929.105%20270.39%20927.427%20269.402C925.748%20268.316%20924.02%20267.427%20922.243%20266.736L909.802%20261.997C907.037%20260.911%20903.877%20259.43%20900.323%20257.554C896.768%20255.677%20893.658%20253.011%20890.992%20249.556C888.425%20246.1%20887.141%20241.558%20887.141%20235.93C887.141%20230.795%20888.425%20226.056%20890.992%20221.711C893.559%20217.366%20897.262%20213.861%20902.1%20211.195C907.037%20208.431%20912.961%20207.048%20919.873%20207.048C926.291%20207.048%20932.265%20208.134%20937.794%20210.307C943.423%20212.479%20947.52%20214.898%20950.087%20217.564L944.163%20240.965C940.806%20236.621%20936.807%20233.313%20932.166%20231.042C927.624%20228.672%20923.28%20227.487%20919.133%20227.487C915.973%20227.487%20913.652%20228.129%20912.171%20229.413C910.69%20230.696%20909.95%20232.177%20909.95%20233.856C909.95%20235.14%20910.443%20236.423%20911.431%20237.707C912.517%20238.892%20914.294%20239.978%20916.763%20240.965L928.315%20245.26C931.673%20246.445%20935.227%20248.025%20938.979%20250C942.83%20251.975%20946.088%20254.739%20948.754%20258.294C951.42%20261.75%20952.753%20266.539%20952.753%20272.661C952.753%20281.251%20949.544%20288.262%20943.126%20293.692C936.807%20299.123%20928.513%20301.838%20918.244%20301.838Z'%20fill='white'/%3e%3cpath%20d='M849.021%20298.876L813.623%20250L842.801%20210.01H870.497L841.764%20247.778L879.384%20298.876H849.021ZM789.926%20298.876V156.691H815.697V298.876H789.926Z'%20fill='white'/%3e%3cpath%20d='M721.82%20298.876V210.01H744.925V225.266C747.986%20220.131%20751.837%20216.182%20756.478%20213.417C761.217%20210.554%20766.747%20209.122%20773.066%20209.122L778.694%20231.931C776.818%20231.338%20774.695%20231.042%20772.326%20231.042C764.92%20231.042%20758.946%20233.461%20754.404%20238.299C749.862%20243.039%20747.591%20249.852%20747.591%20258.738V298.876H721.82Z'%20fill='white'/%3e%3cpath%20d='M658.726%20301.838C649.938%20301.838%20641.891%20299.715%20634.584%20295.469C627.277%20291.224%20621.452%20285.497%20617.107%20278.289C612.861%20271.081%20610.738%20263.132%20610.738%20254.443C610.738%20245.655%20612.861%20237.707%20617.107%20230.598C621.452%20223.39%20627.277%20217.663%20634.584%20213.417C641.891%20209.171%20649.938%20207.048%20658.726%20207.048C667.612%20207.048%20675.66%20209.171%20682.868%20213.417C690.174%20217.663%20695.951%20223.39%20700.196%20230.598C704.541%20237.707%20706.713%20245.655%20706.713%20254.443C706.713%20263.132%20704.541%20271.081%20700.196%20278.289C695.951%20285.497%20690.174%20291.224%20682.868%20295.469C675.66%20299.715%20667.612%20301.838%20658.726%20301.838ZM658.726%20278.733C663.169%20278.733%20667.168%20277.647%20670.723%20275.475C674.376%20273.302%20677.239%20270.39%20679.313%20266.736C681.485%20262.984%20682.571%20258.886%20682.571%20254.443C682.571%20249.901%20681.485%20245.804%20679.313%20242.15C677.239%20238.497%20674.376%20235.584%20670.723%20233.412C667.168%20231.239%20663.169%20230.153%20658.726%20230.153C654.282%20230.153%20650.234%20231.239%20646.581%20233.412C643.026%20235.584%20640.163%20238.497%20637.99%20242.15C635.917%20245.804%20634.88%20249.901%20634.88%20254.443C634.88%20258.886%20635.917%20262.984%20637.99%20266.736C640.163%20270.39%20643.026%20273.302%20646.581%20275.475C650.234%20277.647%20654.282%20278.733%20658.726%20278.733Z'%20fill='white'/%3e%3cpath%20d='M506.867%20303.319L462.582%20210.01H490.278L503.905%20238.596C505.188%20241.064%20506.472%20243.779%20507.755%20246.742C509.039%20249.605%20510.323%20252.863%20511.606%20256.517C512.989%20253.061%20514.322%20250.049%20515.605%20247.482C516.988%20244.816%20518.321%20242.249%20519.604%20239.78L536.34%20207.048L553.669%20239.78C554.854%20241.953%20556.088%20244.372%20557.372%20247.038C558.754%20249.704%20560.087%20252.863%20561.371%20256.517C562.655%20252.567%20563.889%20249.21%20565.074%20246.445C566.357%20243.681%20567.592%20241.064%20568.776%20238.596L582.403%20210.01H608.914L564.629%20303.319L544.338%20269.106C542.759%20266.539%20541.277%20263.922%20539.895%20261.256C538.513%20258.59%20537.13%20255.776%20535.748%20252.814C534.464%20255.776%20533.082%20258.59%20531.601%20261.256C530.219%20263.922%20528.738%20266.539%20527.158%20269.106L506.867%20303.319Z'%20fill='white'/%3e%3cpath%20d='M426.191%20343.309V293.248C422.933%20295.717%20419.28%20297.642%20415.231%20299.024C411.183%20300.505%20406.789%20301.246%20402.05%20301.246C393.756%20301.246%20386.251%20299.123%20379.537%20294.877C372.823%20290.631%20367.441%20285.003%20363.393%20277.993C359.444%20270.884%20357.469%20263.034%20357.469%20254.443C357.469%20245.853%20359.444%20238.003%20363.393%20230.894C367.441%20223.785%20372.823%20218.157%20379.537%20214.01C386.251%20209.764%20393.756%20207.641%20402.05%20207.641C407.678%20207.641%20412.862%20208.628%20417.601%20210.603C422.341%20212.578%20426.389%20215.293%20429.746%20218.749V210.011H451.963V343.309H426.191ZM405.012%20278.585C409.356%20278.585%20413.306%20277.499%20416.861%20275.327C420.415%20273.155%20423.229%20270.242%20425.303%20266.588C427.475%20262.935%20428.561%20258.887%20428.561%20254.443C428.561%20250%20427.475%20245.952%20425.303%20242.298C423.229%20238.645%20420.415%20235.732%20416.861%20233.56C413.306%20231.388%20409.356%20230.302%20405.012%20230.302C400.667%20230.302%20396.718%20231.388%20393.163%20233.56C389.608%20235.732%20386.745%20238.645%20384.573%20242.298C382.499%20245.952%20381.462%20250%20381.462%20254.443C381.462%20258.887%20382.499%20262.935%20384.573%20266.588C386.745%20270.242%20389.608%20273.155%20393.163%20275.327C396.718%20277.499%20400.667%20278.585%20405.012%20278.585Z'%20fill='%23FF6503'/%3e%3cpath%20d='M316.389%20298.876V210.01H342.16V298.876H316.389ZM329.274%20197.125C325.423%20197.125%20322.165%20195.792%20319.499%20193.126C316.833%20190.46%20315.5%20187.202%20315.5%20183.351C315.5%20179.401%20316.833%20176.143%20319.499%20173.575C322.165%20170.91%20325.423%20169.577%20329.274%20169.577C333.224%20169.577%20336.482%20170.91%20339.049%20173.575C341.715%20176.143%20343.048%20179.401%20343.048%20183.351C343.048%20187.202%20341.715%20190.46%20339.049%20193.126C336.482%20195.792%20333.224%20197.125%20329.274%20197.125Z'%20fill='%23FF6503'/%3e%3c/svg%3e",KR="data:image/svg+xml,%3csvg%20width='392'%20height='85'%20viewBox='0%200%20392%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%23ffffff'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.6719C56.7853%2065.8166%2033.207%2074.5909%2033.207%2074.5909C33.207%2074.5909%2033.4213%2076.1014%2033.9555%2078.2836C34.4897%2080.4658%2035.0263%2082.6084%2035.0263%2082.6084C42.7193%2078.6579%2054.6229%2070.4325%2063.0229%2054.6719Z'%20fill='%23ffffff'/%3e%3cpath%20d='M375.536%2066.1111C372.792%2066.1111%20370.004%2065.6614%20367.171%2064.7619C364.382%2063.8624%20362.201%2062.6482%20360.627%2061.1191L363.528%2050.0556C364.832%2051.8545%20366.631%2053.4286%20368.925%2054.7778C371.263%2056.127%20373.669%2056.8016%20376.143%2056.8016C377.807%2056.8016%20378.999%2056.4868%20379.718%2055.8571C380.483%2055.2275%20380.865%2054.463%20380.865%2053.5635C380.865%2052.5291%20380.483%2051.787%20379.718%2051.3373C378.954%2050.8426%20378.167%2050.4378%20377.357%2050.123L371.69%2047.9643C370.431%2047.4696%20368.992%2046.795%20367.373%2045.9405C365.754%2045.086%20364.337%2043.8717%20363.123%2042.2976C361.954%2040.7236%20361.369%2038.6548%20361.369%2036.0913C361.369%2033.7527%20361.954%2031.5939%20363.123%2029.6151C364.292%2027.6363%20365.979%2026.0397%20368.183%2024.8254C370.431%2023.5662%20373.13%2022.9365%20376.278%2022.9365C379.201%2022.9365%20381.922%2023.4312%20384.44%2024.4206C387.004%2025.4101%20388.87%2026.5119%20390.04%2027.7262L387.341%2038.3849C385.812%2036.4061%20383.991%2034.8995%20381.877%2033.8651C379.808%2032.7857%20377.829%2032.246%20375.94%2032.246C374.501%2032.246%20373.444%2032.5384%20372.77%2033.123C372.095%2033.7077%20371.758%2034.3823%20371.758%2035.1468C371.758%2035.7315%20371.983%2036.3161%20372.432%2036.9008C372.927%2037.4405%20373.737%2037.9352%20374.861%2038.3849L380.123%2040.3413C381.652%2040.881%20383.271%2041.6005%20384.98%2042.5C386.734%2043.3995%20388.218%2044.6587%20389.432%2046.2778C390.647%2047.8519%20391.254%2050.0331%20391.254%2052.8214C391.254%2056.7341%20389.792%2059.9272%20386.869%2062.4008C383.991%2064.8743%20380.213%2066.1111%20375.536%2066.1111Z'%20fill='%23ffffff'/%3e%3cpath%20d='M344.006%2064.7619L327.883%2042.5L341.173%2024.2857H353.788L340.701%2041.4881L357.836%2064.7619H344.006ZM317.09%2064.7619V0H328.828V64.7619H317.09Z'%20fill='%23ffffff'/%3e%3cpath%20d='M286.068%2064.7618V24.2856H296.592V31.234C297.986%2028.8954%20299.74%2027.0965%20301.854%2025.8372C304.013%2024.533%20306.531%2023.8809%20309.41%2023.8809L311.973%2034.2697C311.119%2033.9999%20310.152%2033.865%20309.072%2033.865C305.699%2033.865%20302.978%2034.9668%20300.91%2037.1705C298.841%2039.3293%20297.806%2042.4324%20297.806%2046.4801V64.7618H286.068Z'%20fill='%23ffffff'/%3e%3cpath%20d='M257.33%2066.1111C253.327%2066.1111%20249.662%2065.1442%20246.334%2063.2103C243.006%2061.2765%20240.352%2058.668%20238.373%2055.3849C236.44%2052.1019%20235.473%2048.4815%20235.473%2044.5238C235.473%2040.5212%20236.44%2036.9008%20238.373%2033.6627C240.352%2030.3796%20243.006%2027.7712%20246.334%2025.8373C249.662%2023.9035%20253.327%2022.9365%20257.33%2022.9365C261.377%2022.9365%20265.043%2023.9035%20268.326%2025.8373C271.654%2027.7712%20274.285%2030.3796%20276.219%2033.6627C278.198%2036.9008%20279.187%2040.5212%20279.187%2044.5238C279.187%2048.4815%20278.198%2052.1019%20276.219%2055.3849C274.285%2058.668%20271.654%2061.2765%20268.326%2063.2103C265.043%2065.1442%20261.377%2066.1111%20257.33%2066.1111ZM257.33%2055.5873C259.354%2055.5873%20261.175%2055.0926%20262.794%2054.1032C264.458%2053.1138%20265.762%2051.787%20266.707%2050.123C267.696%2048.414%20268.191%2046.5476%20268.191%2044.5238C268.191%2042.455%20267.696%2040.5886%20266.707%2038.9246C265.762%2037.2606%20264.458%2035.9339%20262.794%2034.9445C261.175%2033.955%20259.354%2033.4603%20257.33%2033.4603C255.306%2033.4603%20253.462%2033.955%20251.798%2034.9445C250.179%2035.9339%20248.875%2037.2606%20247.885%2038.9246C246.941%2040.5886%20246.469%2042.455%20246.469%2044.5238C246.469%2046.5476%20246.941%2048.414%20247.885%2050.123C248.875%2051.787%20250.179%2053.1138%20251.798%2054.1032C253.462%2055.0926%20255.306%2055.5873%20257.33%2055.5873Z'%20fill='%23ffffff'/%3e%3cpath%20d='M188.163%2066.7857L167.992%2024.2857H180.607L186.814%2037.3056C187.398%2038.4299%20187.983%2039.6667%20188.568%2041.0159C189.152%2042.3201%20189.737%2043.8042%20190.322%2045.4683C190.951%2043.8942%20191.558%2042.5225%20192.143%2041.3532C192.773%2040.1389%20193.38%2038.9696%20193.964%2037.8453L201.587%2022.9365L209.48%2037.8453C210.02%2038.8347%20210.582%2039.9365%20211.167%2041.1508C211.796%2042.3651%20212.404%2043.8042%20212.988%2045.4683C213.573%2043.6693%20214.135%2042.1402%20214.675%2040.881C215.259%2039.6217%20215.822%2038.4299%20216.361%2037.3056L222.568%2024.2857H234.643L214.472%2066.7857L205.23%2051.2024C204.511%2050.0331%20203.836%2048.8413%20203.206%2047.627C202.577%2046.4127%20201.947%2045.131%20201.318%2043.7818C200.733%2045.131%20200.103%2046.4127%20199.429%2047.627C198.799%2048.8413%20198.124%2050.0331%20197.405%2051.2024L188.163%2066.7857Z'%20fill='%23ffffff'/%3e%3cpath%20d='M151.419%2084.9999V62.1984C149.935%2063.3227%20148.271%2064.1997%20146.427%2064.8293C144.583%2065.5039%20142.581%2065.8412%20140.423%2065.8412C136.645%2065.8412%20133.227%2064.8743%20130.169%2062.9404C127.111%2061.0066%20124.66%2058.4431%20122.816%2055.2499C121.017%2052.0118%20120.117%2048.4365%20120.117%2044.5238C120.117%2040.6111%20121.017%2037.0357%20122.816%2033.7976C124.66%2030.5595%20127.111%2027.996%20130.169%2026.1071C133.227%2024.1732%20136.645%2023.2063%20140.423%2023.2063C142.986%2023.2063%20145.347%2023.656%20147.506%2024.5555C149.665%2025.455%20151.509%2026.6917%20153.038%2028.2658V24.2857H163.157V84.9999H151.419ZM141.772%2055.5198C143.751%2055.5198%20145.55%2055.0251%20147.169%2054.0357C148.788%2053.0462%20150.07%2051.7195%20151.014%2050.0555C152.003%2048.3915%20152.498%2046.5476%20152.498%2044.5238C152.498%2042.4999%20152.003%2040.656%20151.014%2038.992C150.07%2037.328%20148.788%2036.0013%20147.169%2035.0119C145.55%2034.0224%20143.751%2033.5277%20141.772%2033.5277C139.793%2033.5277%20137.994%2034.0224%20136.375%2035.0119C134.756%2036.0013%20133.452%2037.328%20132.462%2038.992C131.518%2040.656%20131.046%2042.4999%20131.046%2044.5238C131.046%2046.5476%20131.518%2048.3915%20132.462%2050.0555C133.452%2051.7195%20134.756%2053.0462%20136.375%2054.0357C137.994%2055.0251%20139.793%2055.5198%20141.772%2055.5198Z'%20fill='%23FF6503'/%3e%3cpath%20d='M101.405%2064.762V24.2858H113.143V64.762H101.405ZM107.274%2018.4168C105.52%2018.4168%20104.036%2017.8096%20102.821%2016.5953C101.607%2015.381%20101%2013.8969%20101%2012.1429C101%2010.344%20101.607%208.85988%20102.821%207.69057C104.036%206.47628%20105.52%205.86914%20107.274%205.86914C109.073%205.86914%20110.557%206.47628%20111.726%207.69057C112.94%208.85988%20113.548%2010.344%20113.548%2012.1429C113.548%2013.8969%20112.94%2015.381%20111.726%2016.5953C110.557%2017.8096%20109.073%2018.4168%20107.274%2018.4168Z'%20fill='%23FF6503'/%3e%3c/svg%3e",ek="data:image/svg+xml,%3csvg%20width='445'%20height='85'%20viewBox='0%200%20445%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.672C56.7853%2065.8167%2033.207%2074.5911%2033.207%2074.5911C33.207%2074.5911%2033.4213%2076.1015%2033.9555%2078.2837C34.4897%2080.4659%2035.0263%2082.6085%2035.0263%2082.6085C42.7193%2078.658%2054.6229%2070.4326%2063.0229%2054.672Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M432.458%2085V62.1985C430.974%2063.3228%20429.31%2064.1998%20427.466%2064.8294C425.622%2065.504%20423.62%2065.8413%20421.462%2065.8413C417.684%2065.8413%20414.266%2064.8744%20411.208%2062.9406C408.15%2061.0067%20405.699%2058.4432%20403.855%2055.2501C402.056%2052.012%20401.156%2048.4366%20401.156%2044.5239C401.156%2040.6112%20402.056%2037.0359%20403.855%2033.7978C405.699%2030.5597%20408.15%2027.9962%20411.208%2026.1073C414.266%2024.1735%20417.684%2023.2065%20421.462%2023.2065C424.025%2023.2065%20426.386%2023.6563%20428.545%2024.5557C430.704%2025.4552%20432.548%2026.692%20434.077%2028.266V24.2859H444.196V85H432.458ZM422.811%2055.5199C424.79%2055.5199%20426.589%2055.0252%20428.208%2054.0358C429.827%2053.0464%20431.109%2051.7197%20432.053%2050.0557C433.042%2048.3916%20433.537%2046.5477%20433.537%2044.5239C433.537%2042.5001%20433.042%2040.6562%20432.053%2038.9922C431.109%2037.3282%20429.827%2036.0015%20428.208%2035.0121C426.589%2034.0226%20424.79%2033.5279%20422.811%2033.5279C420.832%2033.5279%20419.033%2034.0226%20417.414%2035.0121C415.795%2036.0015%20414.491%2037.3282%20413.501%2038.9922C412.557%2040.6562%20412.085%2042.5001%20412.085%2044.5239C412.085%2046.5477%20412.557%2048.3916%20413.501%2050.0557C414.491%2051.7197%20415.795%2053.0464%20417.414%2054.0358C419.033%2055.0252%20420.832%2055.5199%20422.811%2055.5199Z'%20fill='%23FF6503'/%3e%3cpath%20d='M382.444%2064.7617V24.2856H394.182V64.7617H382.444ZM388.313%2018.4166C386.559%2018.4166%20385.075%2017.8095%20383.86%2016.5952C382.646%2015.3809%20382.039%2013.8968%20382.039%2012.1428C382.039%2010.3439%20382.646%208.85975%20383.86%207.69044C385.075%206.47616%20386.559%205.86902%20388.313%205.86902C390.112%205.86902%20391.596%206.47616%20392.765%207.69044C393.979%208.85975%20394.587%2010.3439%20394.587%2012.1428C394.587%2013.8968%20393.979%2015.3809%20392.765%2016.5952C391.596%2017.8095%20390.112%2018.4166%20388.313%2018.4166Z'%20fill='%23FF6503'/%3e%3cpath%20d='M334.719%2084.9997L348.211%2057.8808L331.684%2024.2856H344.636L351.787%2039.1269C352.416%2040.4761%20352.956%2041.7128%20353.406%2042.8372C353.9%2043.9165%20354.305%2044.9734%20354.62%2046.0078C354.98%2044.9734%20355.407%2043.9165%20355.902%2042.8372C356.396%2041.7128%20356.981%2040.4761%20357.656%2039.1269L364.941%2024.2856H377.422L347.334%2084.9997H334.719Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M314.994%2064.7617V0H326.732V64.7617H314.994Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M264.961%2085V24.2859H275.08V28.266C276.654%2026.692%20278.498%2025.4552%20280.612%2024.5557C282.77%2023.6563%20285.132%2023.2065%20287.695%2023.2065C291.473%2023.2065%20294.891%2024.1735%20297.949%2026.1073C301.007%2027.9962%20303.436%2030.5597%20305.235%2033.7978C307.079%2037.0359%20308%2040.6112%20308%2044.5239C308%2048.4366%20307.079%2052.012%20305.235%2055.2501C303.436%2058.4432%20301.007%2061.0067%20297.949%2062.9406C294.891%2064.8744%20291.473%2065.8413%20287.695%2065.8413C285.536%2065.8413%20283.535%2065.504%20281.691%2064.8294C279.847%2064.1998%20278.183%2063.3228%20276.699%2062.1985V85H264.961ZM286.346%2055.5199C288.325%2055.5199%20290.124%2055.0252%20291.743%2054.0358C293.362%2053.0464%20294.643%2051.7197%20295.588%2050.0557C296.577%2048.3916%20297.072%2046.5477%20297.072%2044.5239C297.072%2042.5001%20296.577%2040.6562%20295.588%2038.9922C294.643%2037.3282%20293.362%2036.0015%20291.743%2035.0121C290.124%2034.0226%20288.325%2033.5279%20286.346%2033.5279C284.367%2033.5279%20282.568%2034.0226%20280.949%2035.0121C279.33%2036.0015%20278.026%2037.3282%20277.036%2038.9922C276.092%2040.6562%20275.62%2042.5001%20275.62%2044.5239C275.62%2046.5477%20276.092%2048.3916%20277.036%2050.0557C278.026%2051.7197%20279.33%2053.0464%20280.949%2054.0358C282.568%2055.0252%20284.367%2055.5199%20286.346%2055.5199Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M192.104%2064.7617V24.2856H202.627V28.738C204.066%2026.8491%20205.843%2025.4099%20207.957%2024.4205C210.115%2023.4311%20212.364%2022.9364%20214.703%2022.9364C217.086%2022.9364%20219.335%2023.4311%20221.449%2024.4205C223.562%2025.4099%20225.339%2026.8491%20226.778%2028.738C228.352%2026.8491%20230.308%2025.4099%20232.647%2024.4205C234.986%2023.4311%20237.527%2022.9364%20240.27%2022.9364C243.148%2022.9364%20245.847%2023.611%20248.365%2024.9602C250.884%2026.2644%20252.93%2028.1983%20254.504%2030.7618C256.078%2033.2803%20256.865%2036.361%20256.865%2040.0038V64.7617H245.127V41.6903C245.127%2039.5316%20244.498%2037.6202%20243.238%2035.9562C241.979%2034.2922%20240.158%2033.4602%20237.774%2033.4602C236.515%2033.4602%20235.3%2033.775%20234.131%2034.4046C233.007%2034.9893%20232.085%2035.8887%20231.365%2037.103C230.691%2038.2723%20230.353%2039.7565%20230.353%2041.5554V64.7617H218.615V41.6903C218.615%2040.2512%20218.323%2038.902%20217.738%2037.6427C217.199%2036.3834%20216.367%2035.3715%20215.242%2034.607C214.163%2033.8425%20212.836%2033.4602%20211.262%2033.4602C210.003%2033.4602%20208.789%2033.775%20207.619%2034.4046C206.495%2034.9893%20205.573%2035.8887%20204.853%2037.103C204.179%2038.2723%20203.842%2039.7565%20203.842%2041.5554V64.7617H192.104Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M163.365%2066.1109C159.362%2066.1109%20155.697%2065.1439%20152.369%2063.2101C149.041%2061.2762%20146.387%2058.6678%20144.409%2055.3847C142.475%2052.1017%20141.508%2048.4813%20141.508%2044.5236C141.508%2040.521%20142.475%2036.9006%20144.409%2033.6626C146.387%2030.3795%20149.041%2027.771%20152.369%2025.8372C155.697%2023.9033%20159.362%2022.9364%20163.365%2022.9364C167.412%2022.9364%20171.078%2023.9033%20174.361%2025.8372C177.689%2027.771%20180.32%2030.3795%20182.254%2033.6626C184.233%2036.9006%20185.222%2040.521%20185.222%2044.5236C185.222%2048.4813%20184.233%2052.1017%20182.254%2055.3847C180.32%2058.6678%20177.689%2061.2762%20174.361%2063.2101C171.078%2065.1439%20167.412%2066.1109%20163.365%2066.1109ZM163.365%2055.5871C165.389%2055.5871%20167.21%2055.0924%20168.829%2054.103C170.493%2053.1136%20171.797%2051.7868%20172.742%2050.1228C173.731%2048.4138%20174.226%2046.5474%20174.226%2044.5236C174.226%2042.4549%20173.731%2040.5885%20172.742%2038.9244C171.797%2037.2604%20170.493%2035.9337%20168.829%2034.9443C167.21%2033.9549%20165.389%2033.4602%20163.365%2033.4602C161.341%2033.4602%20159.497%2033.9549%20157.833%2034.9443C156.214%2035.9337%20154.91%2037.2604%20153.92%2038.9244C152.976%2040.5885%20152.504%2042.4549%20152.504%2044.5236C152.504%2046.5474%20152.976%2048.4138%20153.92%2050.1228C154.91%2051.7868%20156.214%2053.1136%20157.833%2054.103C159.497%2055.0924%20161.341%2055.5871%20163.365%2055.5871Z'%20fill='%233A3A3A'/%3e%3cpath%20d='M122.857%2066.1109C118.854%2066.1109%20115.189%2065.1439%20111.861%2063.2101C108.533%2061.2762%20105.88%2058.6678%20103.901%2055.3847C101.967%2052.1017%20101%2048.4813%20101%2044.5236C101%2040.521%20101.967%2036.9006%20103.901%2033.6626C105.88%2030.3795%20108.533%2027.771%20111.861%2025.8372C115.189%2023.9033%20118.854%2022.9364%20122.857%2022.9364C125.645%2022.9364%20128.276%2023.4086%20130.75%2024.3531C133.268%2025.2525%20135.495%2026.6017%20137.428%2028.4007L134.393%2040.3411C133.268%2038.4972%20131.762%2036.9006%20129.873%2035.5514C128.029%2034.1573%20125.848%2033.4602%20123.329%2033.4602C121.216%2033.4602%20119.327%2033.9549%20117.663%2034.9443C115.999%2035.9337%20114.694%2037.2604%20113.75%2038.9244C112.806%2040.5885%20112.333%2042.4549%20112.333%2044.5236C112.333%2046.5474%20112.806%2048.4138%20113.75%2050.1228C114.694%2051.7868%20115.999%2053.1136%20117.663%2054.103C119.327%2055.0924%20121.216%2055.5871%20123.329%2055.5871C125.848%2055.5871%20128.029%2054.9125%20129.873%2053.5633C131.762%2052.1691%20133.268%2050.5501%20134.393%2048.7062L137.428%2060.6466C135.495%2062.4455%20133.268%2063.8172%20130.75%2064.7617C128.276%2065.6611%20125.645%2066.1109%20122.857%2066.1109Z'%20fill='%233A3A3A'/%3e%3c/svg%3e",tk="data:image/svg+xml,%3csvg%20width='445'%20height='85'%20viewBox='0%200%20445%2085'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M48.6448%2012.0775L40.9465%207.80469L11.7295%2024.9191C9.15284%2052.6189%2018.7082%2071.6223%2035.081%2082.6271C20.2649%2065.6636%2017.8134%2040.0395%2018.9765%2029.482L48.6448%2012.0775Z'%20fill='%23FF6503'/%3e%3cpath%20d='M58.163%206.39894L50.3792%202.3728L42.6836%206.80882L50.3068%2011.0328L58.163%206.39894Z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M27.5232%2034.0452C23.4435%2059.5977%2030.8336%2077.08%2035.0386%2082.6272C35.0386%2082.6272%2033.7332%2077.5916%2033.1595%2074.3123C30.7189%2060.3615%2031.6833%2050.4718%2034.5016%2038.0713L65.3684%2020.3563C64.6742%2030.9236%2058.8596%2053.6481%2042.0229%2068.532C49.9949%2064.8357%2060.4902%2058.794%2064.1665%2052.0229C63.9761%2052.437%2065.5692%2049.5794%2065.3684%2049.9853C72.6494%2035.8555%2073.6399%2023.9785%2073.6892%2015.2564L66.1738%2010.9619L27.5232%2034.0452Z'%20fill='%23FF6503'/%3e%3cpath%20d='M63.0229%2054.672C56.7853%2065.8167%2033.207%2074.5911%2033.207%2074.5911C33.207%2074.5911%2033.4213%2076.1015%2033.9555%2078.2837C34.4897%2080.4659%2035.0263%2082.6085%2035.0263%2082.6085C42.7193%2078.658%2054.6229%2070.4326%2063.0229%2054.672Z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M432.458%2085V62.1985C430.974%2063.3228%20429.31%2064.1998%20427.466%2064.8294C425.622%2065.504%20423.62%2065.8413%20421.462%2065.8413C417.684%2065.8413%20414.266%2064.8744%20411.208%2062.9406C408.15%2061.0067%20405.699%2058.4432%20403.855%2055.2501C402.056%2052.012%20401.156%2048.4366%20401.156%2044.5239C401.156%2040.6112%20402.056%2037.0359%20403.855%2033.7978C405.699%2030.5597%20408.15%2027.9962%20411.208%2026.1073C414.266%2024.1735%20417.684%2023.2065%20421.462%2023.2065C424.025%2023.2065%20426.386%2023.6563%20428.545%2024.5557C430.704%2025.4552%20432.548%2026.692%20434.077%2028.266V24.2859H444.196V85H432.458ZM422.811%2055.5199C424.79%2055.5199%20426.589%2055.0252%20428.208%2054.0358C429.827%2053.0464%20431.109%2051.7197%20432.053%2050.0557C433.042%2048.3916%20433.537%2046.5477%20433.537%2044.5239C433.537%2042.5001%20433.042%2040.6562%20432.053%2038.9922C431.109%2037.3282%20429.827%2036.0015%20428.208%2035.0121C426.589%2034.0226%20424.79%2033.5279%20422.811%2033.5279C420.832%2033.5279%20419.033%2034.0226%20417.414%2035.0121C415.795%2036.0015%20414.491%2037.3282%20413.501%2038.9922C412.557%2040.6562%20412.085%2042.5001%20412.085%2044.5239C412.085%2046.5477%20412.557%2048.3916%20413.501%2050.0557C414.491%2051.7197%20415.795%2053.0464%20417.414%2054.0358C419.033%2055.0252%20420.832%2055.5199%20422.811%2055.5199Z'%20fill='%23FF6503'/%3e%3cpath%20d='M382.444%2064.7617V24.2856H394.182V64.7617H382.444ZM388.313%2018.4166C386.559%2018.4166%20385.075%2017.8095%20383.86%2016.5952C382.646%2015.3809%20382.039%2013.8968%20382.039%2012.1428C382.039%2010.3439%20382.646%208.85975%20383.86%207.69044C385.075%206.47616%20386.559%205.86902%20388.313%205.86902C390.112%205.86902%20391.596%206.47616%20392.765%207.69044C393.979%208.85975%20394.587%2010.3439%20394.587%2012.1428C394.587%2013.8968%20393.979%2015.3809%20392.765%2016.5952C391.596%2017.8095%20390.112%2018.4166%20388.313%2018.4166Z'%20fill='%23FF6503'/%3e%3cpath%20d='M334.719%2084.9997L348.211%2057.8808L331.684%2024.2856H344.636L351.787%2039.1269C352.416%2040.4761%20352.956%2041.7128%20353.406%2042.8372C353.9%2043.9165%20354.305%2044.9734%20354.62%2046.0078C354.98%2044.9734%20355.407%2043.9165%20355.902%2042.8372C356.396%2041.7128%20356.981%2040.4761%20357.656%2039.1269L364.941%2024.2856H377.422L347.334%2084.9997H334.719Z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M314.994%2064.7617V0H326.732V64.7617H314.994Z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M264.961%2085V24.2859H275.08V28.266C276.654%2026.692%20278.498%2025.4552%20280.612%2024.5557C282.77%2023.6563%20285.132%2023.2065%20287.695%2023.2065C291.473%2023.2065%20294.891%2024.1735%20297.949%2026.1073C301.007%2027.9962%20303.436%2030.5597%20305.235%2033.7978C307.079%2037.0359%20308%2040.6112%20308%2044.5239C308%2048.4366%20307.079%2052.012%20305.235%2055.2501C303.436%2058.4432%20301.007%2061.0067%20297.949%2062.9406C294.891%2064.8744%20291.473%2065.8413%20287.695%2065.8413C285.536%2065.8413%20283.535%2065.504%20281.691%2064.8294C279.847%2064.1998%20278.183%2063.3228%20276.699%2062.1985V85H264.961ZM286.346%2055.5199C288.325%2055.5199%20290.124%2055.0252%20291.743%2054.0358C293.362%2053.0464%20294.643%2051.7197%20295.588%2050.0557C296.577%2048.3916%20297.072%2046.5477%20297.072%2044.5239C297.072%2042.5001%20296.577%2040.6562%20295.588%2038.9922C294.643%2037.3282%20293.362%2036.0015%20291.743%2035.0121C290.124%2034.0226%20288.325%2033.5279%20286.346%2033.5279C284.367%2033.5279%20282.568%2034.0226%20280.949%2035.0121C279.33%2036.0015%20278.026%2037.3282%20277.036%2038.9922C276.092%2040.6562%20275.62%2042.5001%20275.62%2044.5239C275.62%2046.5477%20276.092%2048.3916%20277.036%2050.0557C278.026%2051.7197%20279.33%2053.0464%20280.949%2054.0358C282.568%2055.0252%20284.367%2055.5199%20286.346%2055.5199Z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M192.104%2064.7617V24.2856H202.627V28.738C204.066%2026.8491%20205.843%2025.4099%20207.957%2024.4205C210.115%2023.4311%20212.364%2022.9364%20214.703%2022.9364C217.086%2022.9364%20219.335%2023.4311%20221.449%2024.4205C223.562%2025.4099%20225.339%2026.8491%20226.778%2028.738C228.352%2026.8491%20230.308%2025.4099%20232.647%2024.4205C234.986%2023.4311%20237.527%2022.9364%20240.27%2022.9364C243.148%2022.9364%20245.847%2023.611%20248.365%2024.9602C250.884%2026.2644%20252.93%2028.1983%20254.504%2030.7618C256.078%2033.2803%20256.865%2036.361%20256.865%2040.0038V64.7617H245.127V41.6903C245.127%2039.5316%20244.498%2037.6202%20243.238%2035.9562C241.979%2034.2922%20240.158%2033.4602%20237.774%2033.4602C236.515%2033.4602%20235.3%2033.775%20234.131%2034.4046C233.007%2034.9893%20232.085%2035.8887%20231.365%2037.103C230.691%2038.2723%20230.353%2039.7565%20230.353%2041.5554V64.7617H218.615V41.6903C218.615%2040.2512%20218.323%2038.902%20217.738%2037.6427C217.199%2036.3834%20216.367%2035.3715%20215.242%2034.607C214.163%2033.8425%20212.836%2033.4602%20211.262%2033.4602C210.003%2033.4602%20208.789%2033.775%20207.619%2034.4046C206.495%2034.9893%20205.573%2035.8887%20204.853%2037.103C204.179%2038.2723%20203.842%2039.7565%20203.842%2041.5554V64.7617H192.104Z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M163.365%2066.1109C159.362%2066.1109%20155.697%2065.1439%20152.369%2063.2101C149.041%2061.2762%20146.387%2058.6678%20144.409%2055.3847C142.475%2052.1017%20141.508%2048.4813%20141.508%2044.5236C141.508%2040.521%20142.475%2036.9006%20144.409%2033.6626C146.387%2030.3795%20149.041%2027.771%20152.369%2025.8372C155.697%2023.9033%20159.362%2022.9364%20163.365%2022.9364C167.412%2022.9364%20171.078%2023.9033%20174.361%2025.8372C177.689%2027.771%20180.32%2030.3795%20182.254%2033.6626C184.233%2036.9006%20185.222%2040.521%20185.222%2044.5236C185.222%2048.4813%20184.233%2052.1017%20182.254%2055.3847C180.32%2058.6678%20177.689%2061.2762%20174.361%2063.2101C171.078%2065.1439%20167.412%2066.1109%20163.365%2066.1109ZM163.365%2055.5871C165.389%2055.5871%20167.21%2055.0924%20168.829%2054.103C170.493%2053.1136%20171.797%2051.7868%20172.742%2050.1228C173.731%2048.4138%20174.226%2046.5474%20174.226%2044.5236C174.226%2042.4549%20173.731%2040.5885%20172.742%2038.9244C171.797%2037.2604%20170.493%2035.9337%20168.829%2034.9443C167.21%2033.9549%20165.389%2033.4602%20163.365%2033.4602C161.341%2033.4602%20159.497%2033.9549%20157.833%2034.9443C156.214%2035.9337%20154.91%2037.2604%20153.92%2038.9244C152.976%2040.5885%20152.504%2042.4549%20152.504%2044.5236C152.504%2046.5474%20152.976%2048.4138%20153.92%2050.1228C154.91%2051.7868%20156.214%2053.1136%20157.833%2054.103C159.497%2055.0924%20161.341%2055.5871%20163.365%2055.5871Z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M122.857%2066.1109C118.854%2066.1109%20115.189%2065.1439%20111.861%2063.2101C108.533%2061.2762%20105.88%2058.6678%20103.901%2055.3847C101.967%2052.1017%20101%2048.4813%20101%2044.5236C101%2040.521%20101.967%2036.9006%20103.901%2033.6626C105.88%2030.3795%20108.533%2027.771%20111.861%2025.8372C115.189%2023.9033%20118.854%2022.9364%20122.857%2022.9364C125.645%2022.9364%20128.276%2023.4086%20130.75%2024.3531C133.268%2025.2525%20135.495%2026.6017%20137.428%2028.4007L134.393%2040.3411C133.268%2038.4972%20131.762%2036.9006%20129.873%2035.5514C128.029%2034.1573%20125.848%2033.4602%20123.329%2033.4602C121.216%2033.4602%20119.327%2033.9549%20117.663%2034.9443C115.999%2035.9337%20114.694%2037.2604%20113.75%2038.9244C112.806%2040.5885%20112.333%2042.4549%20112.333%2044.5236C112.333%2046.5474%20112.806%2048.4138%20113.75%2050.1228C114.694%2051.7868%20115.999%2053.1136%20117.663%2054.103C119.327%2055.0924%20121.216%2055.5871%20123.329%2055.5871C125.848%2055.5871%20128.029%2054.9125%20129.873%2053.5633C131.762%2052.1691%20133.268%2050.5501%20134.393%2048.7062L137.428%2060.6466C135.495%2062.4455%20133.268%2063.8172%20130.75%2064.7617C128.276%2065.6611%20125.645%2066.1109%20122.857%2066.1109Z'%20fill='%23FFFFFF'/%3e%3c/svg%3e",P6={"discover-iq":{dark:BR,light:HR},"classify-iq":{dark:$R,light:GR},"retain-iq":{dark:zR,light:WR},"protect-iq":{dark:ZR,light:XR},"search-iq":{dark:YR,light:JR},"consent-iq":{dark:UR,light:QR},"comply-iq":{dark:ek,light:tk},iqworks:{dark:qR,light:KR}},L6={"discover-iq":"DiscoverIQ","classify-iq":"ClassifyIQ","retain-iq":"RetainIQ","protect-iq":"ProtectIQ","search-iq":"SearchIQ","consent-iq":"ConsentIQ","comply-iq":"ComplyIQ",iqworks:"IQWorks"};function nk({product:e,className:t="",width:n=120,height:i=30}){const{theme:r}=qo(),o=P6[e],s=L6[e];if(!o)return console.warn(`ProductLogo: Unknown product "${e}"`),null;const a=r==="dark"?o.light:o.dark;return b.jsx("img",{src:a,alt:s,width:n,height:i,className:t,style:{display:"block"}},`${e}-${r}`)}function ik(e){return P6[e]||null}function rk(e){return L6[e]||e}const ok=({children:e,customProviders:t=[],onToastShow:n,themeConfig:i,defaultTheme:r})=>[...[({children:a})=>b.jsx(Ah,{defaultTheme:r,config:i,children:a}),o5,({children:a})=>b.jsx(e5,{onToastShow:n,children:a})],...t].reduceRight((a,l)=>b.jsx(l,{children:a}),b.jsx(b.Fragment,{children:e})),sk=({callback:e,onScroll:t=!0,onResize:n=!0,onEscape:i=!0})=>{const r=v.useRef(null);return v.useEffect(()=>{const o=l=>{var c;r.current&&((c=l.target)!=null&&c.closest("[data-dropdown-ref]")||r.current.contains(l.target)||e())},s=()=>{e()},a=l=>{l.key==="Escape"&&i&&e()};return document.addEventListener("mousedown",o),t&&window.addEventListener("scroll",s),n&&window.addEventListener("resize",s),i&&document.addEventListener("keydown",a),()=>{document.removeEventListener("mousedown",o),t&&window.removeEventListener("scroll",s),n&&window.removeEventListener("resize",s),i&&document.removeEventListener("keydown",a)}},[e,t,n,i]),r};let Gl=null,F6=null,O6=null,j3=!1;function ak(){if(!j3){j3=!0;try{const e=require("react-redux"),t=require("@reduxjs/toolkit");Gl=e.useDispatch,F6=e.useSelector,O6=t.createSelector}catch{}}}const lk=e=>{const{metric:t,fetchFunction:n,cacheKey:i,...r}=e,[o,s]=v.useState({}),[a,l]=v.useState(!1),[c,u]=v.useState(null),d=v.useMemo(()=>i||`${t}_${JSON.stringify(r)}`,[i,t,JSON.stringify(r)]);return ak(),Gl&&F6&&O6&&!Gl()?B3({metric:t,fetchFunction:n,cacheKey:d,...r}):B3({metric:t,fetchFunction:n,cacheKey:d,...r})};function B3(e){const{fetchFunction:t,cacheKey:n}=e,[i,r]=v.useState({}),[o,s]=v.useState(!1),[a,l]=v.useState(null),c=i[n||""]||{data:null,loading:!1,error:null};v.useEffect(()=>{!c.data&&!c.loading&&t&&(s(!0),t(e).then(d=>{r(f=>({...f,[n||""]:{data:d,loading:!1,error:null}})),s(!1)}).catch(d=>{l(d),s(!1)}))},[n,t]);const u=()=>{r(d=>{const f={...d};return delete f[n||""],f})};return{data:c.data,loading:c.loading||o,error:c.error||a,clearCache:u}}const ra=(e,t)=>{if(e===t)return!0;if(e==null||t==null)return e===t;if(typeof e!=typeof t)return!1;if(typeof e!="object")return e===t;if(Array.isArray(e)!==Array.isArray(t))return!1;if(Array.isArray(e)){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++)if(!ra(e[r],t[r]))return!1;return!0}const n=Object.keys(e),i=Object.keys(t);if(n.length!==i.length)return!1;for(const r of n)if(!Object.prototype.hasOwnProperty.call(t,r)||!ra(e[r],t[r]))return!1;return!0},ck=(e,t)=>{const n=["country_iso2","department_name"];for(const i of n)if(!ra(e[i],t[i]))return!1;return!0};exports.Alert=U6;exports.ApiMetric=Z3;exports.CHECKBOX_STYLE=ol;exports.CSVImporter=ty;exports.CSVType=X3;exports.ChartHeader=iy;exports.ComponentErrorBoundary=jx;exports.ConfidenceScoreTooltip=h5;exports.ConfirmationModal=Lx;exports.ContextProvider=ok;exports.CountryBox=Zx;exports.CustomLegends=Sc;exports.DbSchemaBrowser=jR;exports.DonutChart=N_;exports.Dropdown=Dp;exports.ErrorBoundary=Vx;exports.FILE_BROWSER_PAGE_SIZE=Hl;exports.FileBrowser=NR;exports.FileTypeIcon=Wx;exports.GaugeChart=$_;exports.GeoChart=PR;exports.HorizontalBarChart=j_;exports.ImagePreviewModal=Jx;exports.InstallUpdateLoader=Yx;exports.Loader=Q6;exports.LoaderProvider=o5;exports.METADATA_KEYS=La;exports.Modal=ar;exports.MultiSelect=Po;exports.NOT_APPLICABLE=A6;exports.NoActiveAttributeWarning=f5;exports.NoDataChart=ny;exports.NotificationType=Y3;exports.PAGE_INDEX=ns;exports.PAGE_SIZE=ts;exports.PAGINATION_INPUT_BUFFER_CH=rl;exports.PieChart=D_;exports.ProductLogo=nk;exports.ResourceUsageBadge=Bx;exports.RiskScoreLabel=zx;exports.STATUS_BADGE_CLASSES=on;exports.STATUS_CONFIGURATIONS=k0;exports.ScaleType=Ii;exports.ShowMultiData=Hx;exports.StatusBadge=wg;exports.StatusIcon=ms;exports.StorageChart=B_;exports.Table=sl;exports.TableType=yo;exports.TaskResult=Xx;exports.ThemeProvider=Ah;exports.Timer=Tx;exports.Toast=Cg;exports.ToastProvider=e5;exports.ToastType=pt;exports.ToggleSwitch=Sg;exports.ToolTip=gr;exports.VerticalBarChart=V_;exports.cn=zt;exports.color=Ea;exports.commonjsGlobal=la;exports.conditionalClass=ag;exports.convertScanObjectToDbSchema=E6;exports.convertScanObjectToFiledata=Bl;exports.deepEqual=ra;exports.extractAttributeMapping=$l;exports.extractConfidenceMetadata=R6;exports.formatBytes=Gc;exports.formatDateTime=M6;exports.getConfidenceColor=k6;exports.getDefaultExportFromCjs=ca;exports.getProductLogoUrls=ik;exports.getProductName=rk;exports.getRiskLevel=wc;exports.getRiskScoreInfo=c5;exports.getStatusConfig=Wl;exports.globalFiltersEqual=ck;exports.interpolateRgb=uE;exports.isChildPath=jl;exports.isFailedStatus=xg;exports.isHighRisk=Gx;exports.isReduxAvailable=i5;exports.isRunningStatus=vg;exports.isSuccessStatus=yg;exports.switchClass=lg;exports.ucwords=I6;exports.useApiCache=lk;exports.useAppDispatch=t5;exports.useAppSelector=n5;exports.useAssetPath=u5;exports.useBodyScrollLock=zl;exports.useClickOutside=sk;exports.useDebounce=_6;exports.useFileIconPath=d5;exports.useFilterCache=s5;exports.useLoader=xa;exports.useTheme=qo;exports.useToast=xc;